html,
		body/*,
		#cesiumContainer*/ {
			width: 100%;						
			height: 100%;
			margin: 0;
			padding: 0;
      overflow: hidden;
      background-color: rgb(100, 100, 100)      
		}

		/* .cesium-viewer-toolbar {
			display: none !important;
		} */

/* html { height: 100vh; } */
body { height: 100%; 
position: fixed;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;


}

#mainContainer{
  position: absolute;
  width:100%;
  height: 100%;
  background: radial-gradient(circle, rgba(31, 61, 77,1) 0%, rgba(22, 35, 43,1) 100%);
}

#cesiumContainer {
  width: 100%;
  height: 100%;
  position: relative;
  background: radial-gradient(circle, rgba(31, 61, 77,1) 0%, rgba(22, 35, 43,1) 100%);
}

.panel {
  position: absolute;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

#split_handle {
  height: 100%;
  position: absolute;
  display: block;
  background-color: rgb(70, 70, 70);
  cursor: ew-resize!important;
  width: 0px;
  top: 0;
  left: 50%;
  z-index: 3;
}

#split_handle_button {
  background-color: transparent!important;
  align-content: center;
  vertical-align: center;
  display: none;
  position: relative;
  top: 50%;
  left: -20px;
  background-image: url("Buttons/v2/all_buttons.svg#split_handle");
  background-size: 100%;
  border: 2px solid #444;
  /*color: #edffff;
  fill: #edffff;*/
  border-radius: 20px;
  padding: 5px;
  margin: 3px;
  cursor: ew-resize;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;  
  z-index: 2!important;
}

#split_handle_button:hover  {
  box-shadow: 0 0 10px #9ecaed !important;
  cursor: ew-resize;
}

  #split_handle_button:focus {
    border: 2px solid #444!important;
    outline: none;
  }
  
  
  #split_handle_button:focus-within {
    border: 4px solid rgb(40,40,40)!important;
    outline: none;
  }
  

.active_split {
  /*  cursor: ew-resize!important;*/
   border: 4px solid rgb(40,40,40)!important;
  }

#closed_app_txt{
  position: absolute;
  /* top: 15vh; */
  /* left: 20vw; */
  word-wrap: breal-word;
  font-size: 150%;
  /* margin: 10vh 10vw; */
  text-align: center;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body {
 /* background: #000;*/
  color: #eee;
  font-family: sans-serif;
  font-size: 9pt;
  padding: 0;
  margin: 0;
  /* width: 100%; */
  /* height: 100%; */
  overflow: hidden;
}

.fullSize {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  width: 100%;
  height: 100%;
}


.banner{
  height:391px;
	position: relative;
  bottom:391px;
  background-image: url("Images/Banner_H391.webp");
}

.sandcastle-loading #loadingOverlay {
  display: block;
}

.sandcastle-loading #toolbar {
  display: none;
}

#toolbar {
  margin: 5px;
  padding: 2px 5px;
  position: absolute;
}

#toolbar1{
  display: none;
}

.mainButton {
  background-color: rgb(100, 100, 100);
  align-content: center;
  vertical-align: center;
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 5px;
  border: 1px solid #444;
  border-radius: 10px;
  padding: 20px;
  margin: 7px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  /*background-repeat: no-repeat;
  background-position: center;*/
}

@keyframes opacityDrop {
  0%   { background-color: white; }
  100% { background-color: rgb(68,68,68); }
}

.mainBtnLines{
  background-color: white;
}
.lineAnim
{
  animation: opacityDrop 0.6s steps(4, end) 0s infinite alternate; /*TODO: */
  /* animation: opacityDrop 0.6s linear 0 infinite alternate; */
  /* animation-duration: 0.6s;
  animation-name: opacityDrop;
  animation-iteration-count: infinite;
  animation-direction: alternate; */
}
.lineAnim1{
  animation-delay: 0.2s;
}
.lineAnim2{
  animation-delay: 0.4s;
}
.lineAnim3{
  animation-delay: 0.6s;
}


.mainButton:active{
    background-color: rgb(109,131,148) !important;  
  }

.buttons-Simplex {
  background-color: rgb(100, 100, 100);
  align-content: center;
  vertical-align: center;
  display: inline-block;
  position: relative;
  background: rgb(100, 100, 100);
  border: 1px solid #444;
  color: #edffff;
  fill: #edffff;
  border-radius: 4px;
  /* padding: 5px; */
  margin: 3px;
  cursor: pointer;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;  
  z-index: 2!important;  
}

.buttons-Simplex1 {
  background-color: rgb(100, 100, 100);
  align-content: center;
  vertical-align: center;
  display: inline-block;
  position: relative;
  background: rgb(100, 100, 100);
  border: 1px solid #444;
  color: #edffff;
  fill: #edffff;
  border-radius: 4px;
  padding: 5px;
  margin: 3px;
  cursor: pointer;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;  
  z-index: 2!important;  
}

.refresh-svg-workaround{
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.buttons-Simplex:hover, .buttons-Simplex1:hover {
  background-color: rgb(70, 70, 70) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
}

.buttons-Simplex:enabled, .buttons-Simplex1:enabled {
    opacity: 1;
}

.buttons-Simplex:disabled, .buttons-Simplex1:disabled, .mini-buttons-Simplex:disabled, .mini2-buttons-Simplex:disabled {
    background-color: rgba(70, 70, 70, 0.8) !important;        
    background-blend-mode: darken;
    color: gray;
}

.buttons-Simplex:active, .buttons-Simplex1:active{  
    background-color: rgb(109,131,148) !important;  
  }

.buttons-Simplex:hover:disabled, .buttons-Simplex1:hover:disabled, .mini-buttons-Simplex:hover:disabled {
     background-color: rgba(70, 70, 70,0.8) !important;          
     background-blend-mode: darken; 
     border-color: rgba(70, 70, 70,0.8) !important;
     box-shadow: 0 0 10px rgba(70, 70, 70,0.8) !important;
}
.layers-Simplex[disabled] {
  background-color: rgba(70, 70, 70,0.8) !important;          
  background-blend-mode: darken; 
  border-color: rgba(70, 70, 70,0.8) !important;
  pointer-events: none;
  color: rgba(150, 150, 150,1);
}

.layers-Simplex {
  background-color: rgb(100, 100, 100);
  align-content: center !important;
  vertical-align: center;
  display: inline-block;
  position: relative;
  background: rgb(100, 100, 100);
  border: 1px solid #444;
  color: #edffff;
  fill: #edffff;
  border-radius: 4px;
  padding: 5px;
  margin: 3px 0px 3px 0px;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 26px;
  /* align-items: flex-start;*/
  text-align: center;
  text-rendering: auto;
  letter-spacing: 1px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 13.3333px Arial;
 /* z-index: 3;*/
}

.list-layer-Simplex {
    background-color: rgb(100, 100, 100);
    align-content: center !important;
    vertical-align: center;
    display: inline-block;
    position: relative;
    background: rgb(100, 100, 100);
    border: 1px solid #444;
    color: #edffff;
    fill: #edffff;
    border-radius: 4px;
    padding: 5px 0px 5px 0px;
    margin: 3px 0px 3px 0px;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    min-height: 26px;
    /* align-items: flex-start;*/
    text-align: center;
    text-rendering: auto;
    letter-spacing: 1px;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    font: 400 13.3333px Arial;
    /* font-weight: bold; */
   /* z-index: 3;*/
  }

 

.list-layer-Simplex::before {
  width: 15px;
  background-image: url("Buttons/arrow_down.png");
  background-repeat: no-repeat;
  background-size: 85%;
  content: "";
  height: 15px;
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -4px;
}

.list-ActiveButton {
    background-color: rgb(50, 50, 50);
    border-color: rgb(0, 0, 0);
    font-weight: bold;
  }

  .list-ActiveButton::before {
    width: 15px;
    background-image: url("Buttons/arrow_up.png");
    background-repeat: no-repeat;
    background-size: 85%;
    content: "";
    height: 15px;
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -5px;
  }


.layers-childItem {
  background-color: rgb(100, 100, 100);
  align-content: center !important;
  vertical-align: center;
  display: inline-block;
  position: relative;
  /* left: 3px; */
  background: rgb(100, 100, 100);
  border: 1px solid #444;
  color: #edffff;
  fill: #edffff;
  border-radius: 4px;
  padding: 2px;
  /* margin: 0px 4px 0px 4px; */
  cursor: pointer;
  overflow: hidden;
  /* width: calc(100% - 6px); */
  min-height: 26px;
  /* height: 25px; */
  /* align-items: flex-start;*/
  text-align: center;
  text-rendering: auto;
  letter-spacing: 1px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  /* font: 400 11px Arial; */
  /*z-index: 2;*/
}

.list-layer-Simplex-L2{ /*Level 2 margins */
  margin: 0px 6px;
}

.list-layer-Simplex-L2>.list-layer-Simplex{
  font: 400 11px Arial;
  /* font-weight: bold; */
}

.list-layer-Simplex-L3{ /*Level 3 margins */
  /* font: 400 11px Arial; */
  margin: 0px 12px
}

.layers-lastChildItem{
  margin-bottom: 10px;
}

.layers-Simplex:hover {
  /* background-color: rgb(70, 70, 70) !important; */
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
}

.ActiveButton {
  background-color: rgb(50, 50, 50)!important;
  border-color: rgb(0, 0, 0)!important;
  font-weight: bold!important;
}

.ActiveMenu {
  background-color: rgba(60, 60, 60, 0.7);
  border-color: rgb(0, 0, 0);
  font-weight: bold;
}



.container {
  display: grid;
  grid-template-columns: 148px;
  /* position: absolute;
  top: 98px;
  left: 7px; */
  height: fit-content;
  max-height: -webkit-fill-available;
  /*grid-auto-rows: 40px;*/
  /* visibility: hidden; */
  padding: 1px 3px 3px 3px;
  /*padding: 3px;
    margin: 7px;*/
 /* z-index: 1;*/
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently*/
  overflow-y: auto;
  overflow-x: hidden;
  /* max-height: 80%; */
  /*padding-right: 15px; /*fix vertical scrollbar appear differently on firefox.*/
}


.container2 {
  display: inline-grid;
  grid-template-columns: 140px;
  position: absolute;
  top: 98px;
/*  right: 7px;*/
  /*grid-auto-rows: 40px;*/
  padding: 0px 3px 3px 3px;
  visibility: hidden;
  /*padding: 3px;
    margin: 7px;*/
 /* z-index: 1;*/
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently*/
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 80%;
  /*padding-right: 15px; /*fix vertical scrollbar appear differently on firefox.*/
}

@-moz-document url-prefix() {
  .container {padding-right: 20px;}
  .container2 {padding-right: 3px;}
}

/* Scrollbar styles */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  }
  
  ::-webkit-scrollbar-track {
    background: rgba(60, 60, 60, 0.7);
    border-radius: 10px;
    }
    
    ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #16232B;  
    }


.second_col {
  grid-area: 1 / 2 / 11 / 3;
  display: none;
}

.layers {
  grid-column-start: 1;
  box-sizing: border-box;
  background-color: rgba(60, 60, 60, 1);
  visibility: hidden;
  /* outline: rgba(0,0,0,0.15) 1px solid; */
   box-shadow: rgba(0,0,0,0.15) 0px 0px 0px 1px;
 /* z-index: 2;*/
}


.mini-tools-container, .mini-tools-container-no-edit{
  display: flex;
  justify-content: center;
  background-color: transparent;  
  flex-wrap: wrap;
  width: 100%;  
}

.mini-tools-container-no-edit{
  transform: translateX(0px);
}

.mini-tools-container-with-6-children {
  padding-left: calc((100% - 27px * 3) / 2);  /* 27 is an empirical based on 25 mini-button width + 2 pixels between buttons */
  padding-right: calc((100% - 27px * 3) / 2);
  /*padding: 0px 15px 0px 15px;*/ /*this forces wrapping to create 2 rows with 3 items each*/
}
.mini-tools-container-with-7-8-children {
  padding-left: calc((100% - 27px * 4) / 2);  /* 27 is an empirical based on 25 mini-button width + 2 pixels between buttons */
  padding-right: calc((100% - 27px * 4) / 2);
  /*padding: 0px 15px 0px 15px;*/ /*this forces wrapping to create 2 rows with 3 items each*/
}

.mini-tools-seperator{
  flex-basis: 100%;
  height: 0;
}

.search-city-container{
  display: flex;
  margin: 2px 4px 2px 4px;
  width:100%
}

.search-city-input{
  width:100%;
  text-align: center;
  color: white;
  background-color: rgba(100, 100, 100,1);
  border: 1px solid #444;
  border-radius: 4px;  
  margin-right: 1px;    
}

.layers_add {
  grid-column-start: 1;
  display: none;
  width: 220px;
  /*z-index: -1;*/
  /*grid-row-start: 5;*/
}

.tools {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  padding: 3px;
  margin: 7px;
  left: 100px;
  top: 5px;
  max-width: 1000px !important;
  /* max-height: 60px; */
  background-color: rgba(60, 60, 60, 0.7);
  vertical-align: bottom;
  border-radius: 4px;
  visibility: hidden;
  overflow-y: visible;
  z-index: 1;
}

.tools2 {
  display: flex;
  position: fixed;
  right: 51px ;
  top: 15px ;
  z-index: 2;
  direction: rtl !important;
}


.tools_login {
  display: flex;
  position: fixed;
  right: 5px !important;
  top: 15px !important;
  flex-direction:column;
  justify-content:  flex-end;
  align-items: flex-end;
  z-index: 1;
  pointer-events: none;
}

.login-options {
  background-color: rgb(100, 100, 100);
  /*align-content: center !important;
  vertical-align: center!important;;*/
  /*display: flex;*/
  /*position: relative;*/
  background: rgb(100, 100, 100);
  border: 1px solid #444;
  color: #edffff;
  fill: #edffff;
  border-radius: 4px;
  padding: 0px 5px;
  margin: 2px;
  cursor: pointer;
  overflow: hidden;
  width: 110px;
  height: 30px;
  align-items: center;
  text-align: center;
  justify-content: center;
  /*text-rendering: auto;
  letter-spacing: 2px;
  word-spacing: normal;
  text-transform: none;
 /* text-indent: 0px;
  text-shadow: none;*/
  font: 400 13.3333px Arial;
 /* z-index: 3;*/
 transition: 0.1s all;
 border: 1px solid black;
}

.login-options-pro-msg-buttons{
  height: 34px;
}

.login-options-list{
  pointer-events: all!important;
  display: flex;
  flex-flow: column;
}

.login-options-list:hover{
  visibility: visible!important;
  pointer-events: all!important;
}

.login-options:hover{
  background-color: rgba(30,30,30,0.9) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
}

.error{
  text-rendering: auto;
  /* letter-spacing: 2px; */
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  color: #ff6a50;
  max-width: 230px;
  text-align: center;
  align-items: center;
  height: 40px;
  display: flex;
  align-items: flex-start;
  margin: auto;
  padding: 10px;
  justify-content: center;
}

.input-field{
  margin: 3px;
  padding: 3px;
}

.submit-form{
  background-color: rgb(100, 100, 100);
  align-content: center !important;
  display: block;
  margin: 10px auto;
  background: rgb(100, 100, 100);
  border: 1px solid #444;
  color: #edffff;
  fill: #edffff;
  border-radius: 4px;
  padding: 5px;
  /*margin: 3px;*/
  cursor: pointer;
  overflow: hidden;
  width: 80px;
  height: 30px;
  /* align-items: flex-start;*/
  text-align: center;
  text-rendering: auto;
  letter-spacing: 2px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 13.3333px Arial;
 /* z-index: 3;*/
}

.user-table{
  display: block!important;
  table-layout: auto;
  margin:  30pt 30pt;
  /*width: 0.4vw;*/
  line-height: 1.5;
  border-radius: 10px;
  font-size: 11pt;
  /*border-collapse: collapse;*/

}

.user-table td, th  {
  border-bottom: 1px solid black;
  text-align: right;
 /* width: auto;*/
}

.user-table th {
  text-align: center;
}
.user-table tr:nth-child(even) {background-color: rgba(50, 50, 50, 0.5)}

.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 10px;
  text-align: center;
}
.pagination li {
  display: inline;
  text-align: center;
}
.pagination a {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  color: #fff;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
}
.pagination a.active {
  cursor: default;
}
.pagination a:active {
  outline: none;
}

.modal-5 {
  position: relative;
}
.modal-5:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 35px;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255,255, 255, 0.65) 40%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255,255, 255, 0.65) 40%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0) 100%);
}
.modal-5 a {
  color:rgb(189, 189, 189);
  padding: 13px 5px 5px;
  margin: 0 10px;
  position: relative;
}
.modal-5 a:hover {
  color: #fff;
}
.modal-5 a:hover:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: #1E7EE2;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: -1;
  left: -3px;
  bottom: 4px;
  margin: auto;
}
.modal-5 a.next, .modal-5 a.prev {
  color: #1E7EE2;
}
.modal-5 a.next:hover, .modal-5 a.prev:hover {
  color: #fff;
}
.modal-5 a.next:hover:after, .modal-5 a.prev:hover:after {
  display: none;
}
.modal-5 a.active {
  background: #1E7EE2;
  color: #fff;
}
.modal-5 a.active:before {
  content: '';
  position: absolute;
  top: -11px;
  left: -10px;
  width: 18px;
  border: 10px solid transparent;
  border-bottom: 7px solid rgb(24, 101, 184);
  z-index: -1;
}
.modal-5 a.active:hover:after {
  display: none;
}

.google_button{
  align-content: center !important;
  display: block;
  margin: 10px auto;
  cursor: pointer;
  overflow: hidden;
  width: 120px;
  height: 30px;
  font: 400 13.3333px Arial;
}


.modal-content .input-field label{
  text-align: center;
  text-rendering: auto;
  letter-spacing: 1px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 13.3333px Arial;
}

.select-perm{
  text-align: center;
  text-rendering: auto;
  letter-spacing: 0px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  padding: 7px 0px;
  font: 400 14px Arial;
}

.modal-content form {
    width: 90%;
    margin: 0 auto;
}

.modal-content label, input {
    /* in order to define widths */
    display: inline-block;
}

.modal-content  label {
    width: 20%;
    /* positions the label text beside the input */
    text-align: right;
}

.modal-content  input {
    width: 60%;
    /* large margin-right to force the next element to the new-line
       and margin-left to create a gutter between the label and input */
       margin: 0 4% 0 30%;
}


/* only the submit button is matched by this selector,
   but to be sure you could use an id or class for that button */
  .modal-content  input + input {
    float: right;
}

.list_checkbox {
  height: 15px!important;
  width: 15px!important;
  background-color: #eee;
  pointer-events: auto!important;
}

.label_checkbox {
  color: white;
  pointer-events: auto!important;
}

.tools_shadow {    
  z-index: 2 !important;
  display: flex!important; 
  flex-flow: row wrap-reverse;
  -webkit-flex-flow: row wrap-reverse;
  box-sizing: border-box;
  padding: 0px;/*login change from 3px*/
  margin: 7px;
  max-width: 1000px !important;
  max-height: 120px;
  background-color: rgba(60, 60, 60, 0.7);
  vertical-align: top;
  border-radius: 4px;
  visibility: hidden;
  pointer-events: auto;
  /* z-index: 1; */
}

.tools_special_effects {    
  z-index: 2 !important;
  display: flex!important; 
  flex-flow: row;
  -webkit-flex-flow: row;
  box-sizing: border-box;
  padding: 0px;/*login change from 3px*/
  margin: 7px;
  max-width: 1000px !important;
  max-height: 120px;
  background-color: rgb(70, 70, 70);
  vertical-align: top;
  border-radius: 4px;
  visibility: hidden;
  pointer-events: auto;
  border-radius: 12px;
  overflow: hidden;
  /* z-index: 1; */
}
.tools_special_effects input{   
  width: 50px;
  text-align: center;
  border-width: 0;
  background-color: rgb(70, 70, 70);
  color: white;
} 
.tools_special_effects span{   
  align-self: center;
  padding: 3px;
} 
.tools_special_effects .bwGradient,
.tools_special_effects .colorGradient1,
.tools_special_effects .colorGradient2,
.tools_special_effects .colorGradient3 {   
  display: flex;
  flex-direction: column;
  align-content: stretch;
  height: 30px;
  flex: 1;
}
.tools_special_effects .colorGradient1 {   
  background: linear-gradient(90deg, rgb(0,0,255) 0%, rgb(0,255,255) 25%, rgb(0,255,0) 50%, rgb(255,255,0) 75%, rgb(255,0,0) 100%);
}
.tools_special_effects .colorGradient2 {   
  background: linear-gradient(90deg, rgb(255,0,255) 0%, rgb(0,0,255) 20%, rgb(0,255,255) 40%, rgb(0,255,0) 60%, rgb(255,255,0) 80%, rgb(255,0,0) 100%);
}
.tools_special_effects .colorGradient3 {   
  background: linear-gradient(90deg, rgb(255,0,0) 0%, rgb(255,0,255) 16%, rgb(0,0,255) 33%, rgb(0,255,255) 50%, rgb(0,255,0) 66%, rgb(255,255,0) 83%, rgb(255,0,0) 100%);
  display: flex;
  justify-content: center;
}
.tools_special_effects .colorGradient3:after {
  content: "N E S W N";
  width: 100%;
  word-spacing: 35px;
  text-align: center;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.tools_special_effects .bwGradient {   
  background: linear-gradient(90deg, rgb(255,255,255) 0%, rgb(0,0,0) 100%);
}

.tools_edit{
  display: flex;
  flex-direction: column;
  position: absolute;
  box-sizing: border-box;
  padding: 3px;
  margin: 7px;
  left: 565px;
  top: 65px;
  width: 300px;
  /* max-width: 300px !important; */
  max-height: 500px;
  background-color: rgba(60, 60, 60, 0.7);
  vertical-align: bottom;
  border-radius: 4px;
  visibility: visible;
  z-index: 1;
}

.tools_export{
  display: flex;
  flex-direction: column;
  position: absolute;
  box-sizing: border-box;
  padding: 3px;
  margin: 7px;
  left: 170px;
  top: 50vh;
  width: 350px;
  /* max-width: 300px !important; */
  max-height: 500px;
  background-color: rgba(60, 60, 60, 0.7);
  vertical-align: bottom;
  border-radius: 4px;
  visibility: visible;
  z-index: 1;
}

.tools-edit-title{
  display: flex;  
  justify-content : stretch;
  align-content   : center;
  direction: ltr;
}

.model-edit-buttons{
  direction: ltr!important;
  display: flex;
  justify-content: space-around;
}

.modelLocation{
  direction: rtl;
  margin: 0px 10px;    
  direction: rtl;
  display: flex;
  flex-flow: column;
}

.modelLocationCoordItem{
  display: flex;
  justify-content: space-around;
}

.modelLocation label{
    letter-spacing: 1px;
    word-spacing: normal;
    text-shadow: none;
    font: 400 13.3333px Arial;
    width: 50%;    
}

.modelPermissions{  
  display: flex;
  justify-content: space-evenly;
}

.modelLocation input{  
  width: 40%;
}

.ml-submit{
  width: 60%!important;
  align-self: center;
  margin-top: 13px;
  transform: translateY(7px);
}

.mini-buttons-Simplex {
  background-color: rgb(100, 100, 100);
  align-content: center;
  vertical-align: center;
  background: rgb(100, 100, 100);
  border: 1px solid #444;
  color: #edffff;
  fill: #edffff;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  /* display: none; */
  margin: 1px;
  position: relative;
  /* left: 25px; */
}

.mini-buttons-Simplex:hover {
  background-color: rgb(70, 70, 70) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
}

.mini2-buttons-Simplex {
  background-color: rgb(100, 100, 100);
  align-content: center;
  vertical-align: center;
  background: rgb(100, 100, 100);
  border: 1px solid #444;
  color: #edffff;
  fill: #edffff;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: 9px;
  display: none;
}

.mini2-buttons-Simplex:hover {
  background-color: rgb(70, 70, 70) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
}

/* .mini2-buttons-Simplex:enabled {
  opacity: 1;
}

.mini2-buttons:disabled {
  background-color: rgba(70, 70, 70, 0.8) !important;        
  background-blend-mode: darken;
}

.mini2-buttons:active{  
  background-color: rgb(109,131,148) !important;  
}

.mini2-buttons:hover:disabled {
   background-color: rgba(70, 70, 70,0.8) !important;          
   background-blend-mode: darken; 
   border-color: rgba(70, 70, 70,0.8) !important;
   box-shadow: 0 0 10px rgba(70, 70, 70,0.8) !important;
} */

.mini3-buttons-Simplex {
  background-color: rgb(100, 100, 100);
  align-content: center;
  vertical-align: center;
  background: rgb(100, 100, 100);
  border: 1px solid #444;
  color: #edffff;
  fill: #edffff;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 3px;
  padding: 0px;
  display: inline-block;
  position: relative;
  right: 0px;
  top: 0px;
}

.mini4-buttons-Simplex {
  width: 20px;
  height: 20px;
  top: 6px;
  right: -14px;
}

.mini2-buttons-Simplex:hover {
  background-color: rgb(70, 70, 70) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
}


.more-buttons-Simplex {
    position: relative;
    /* left: 12px !important; */
    /* top: 2px; */
    align-content: center;
    /* vertical-align: center; */
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    width: 20px;
    /* height: 15px; */
    margin: 0px 1px 0 px 1px;
    background: transparent;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
  }

.search:hover + .Simplex-search-input {
  display: inline-block;
  visibility: visible;
  /*  -webkit-animation: scale-up-hor-left 0.4s ease-out both;
                animation: scale-up-hor-left 0.4s ease-out both;*/
}

.Simplex-search-input {
  display: inline-block;
  margin: 3px !important;
  background-color: rgba(60, 60, 60, 0.9);
  color: #ffffff;
  fill: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  padding: 0px;
  width: 172px;
  height: 26px;
  align-items: center;
  text-align: center;
  text-rendering: auto;
  letter-spacing: 2px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 13.3333px Arial;
  border: 0px;
  position: relative;
  left: -3px;
  top: -8px;
  visibility: hidden;
  transition-delay: 0.5s;
}

.Simplex-search-input:focus {
  display: inline-block;
  visibility: visible;
}

.Simplex-search-input:active {
  display: inline-block;
  visibility: visible;
}

.Simplex-search-input:hover {
  display: inline-block;
  visibility: visible;
}

.export-select {
  display: flex;
  background-color: rgba(60, 60, 60, 0.9);
  color: #ffffff;
  fill: #ffffff;
  overflow: hidden;
  padding: 2px;
  align-items: center;
  text-align: center;
  text-rendering: auto;
  letter-spacing: 2px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 13.3333px Arial;
  border: 0px;
  width: 75%;
  flex: 1;
    /* large margin-right to force the next element to the new-line
       and margin-left to create a gutter between the label and input */
     /*  margin: 0 4% 0 30%;*/
}

.export-label{
  text-rendering: auto;
  /* letter-spacing: 1px; */
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  padding: 7px 0px;
  font: 400 14px Arial;
  /* width: 25%; */
  /* positions the label text beside the input */
  text-align: right;
  flex: 0.5;
}

.export-submit{
  max-width: 100px!important;
  margin-right: 35%;
  align-self: center;
  align-content: center;
  justify-self: center;
}

.EntranceL {
  visibility: visible!important;
  -webkit-animation: scale-up-ver-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: scale-up-ver-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.EntranceL2 {
  position: absolute;
  left:auto;
  right: -150px;
  /* right: 90vw; */
  /* -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 1s; */
  animation: slideTOC2 1s ease-out 0.1s forwards;
  /* animation-delay: 1s; */
}

@keyframes slideTOC2 {
  from {
    transform: translateX(100%);    
  }
  to {
    transform: translateX(0%);
    right: 7px;
  }
}

.EntranceT {
  visibility: visible;
  -webkit-animation: scale-up-hor-left 0.4s ease-out both;
  animation: scale-up-hor-left 0.4s ease-out both;
}


h2 {
  align-items: flex-start;
  text-align: center !important;
  text-rendering: auto;
  letter-spacing: 3px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 16px Arial;
  font-weight: bold;
}

h3 {
  align-items: flex-start;
  text-align: center !important;
  text-rendering: auto;
  letter-spacing: 4px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 14px Arial;
  font-weight: bold;
}

.model-title{
  display: inline-block;
  text-align: center !important;
  text-rendering: auto;
  letter-spacing: 4px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 14px Arial;
  font-weight: bold;
  padding: 0px 65px;
  position: relative;
  top: -8px;
  cursor: default;
}

.lanSelectAndUnitsDiv{
  display:flex;
}

.lan_select, .unitsSelect {
  /* display: inline-block; */
  /* margin: 2px !important; */
  /* position: relative; */
  /* bottom: 0px; */
  background-color: rgba(30,30,30,0.8) !important;
  color: #ffffff;
  border-radius: 8px;
  /* overflow: hidden; */
  padding: 0px 5px;
  /* align-items: center; */
  text-align: center;
  text-rendering: auto;
  border: solid 1px transparent;
  height: 40px;
  right: 3px;
  font: 400 13.3333px Arial;
  flex: auto;
  margin: 2px 2px 2px 2px;
  /* float: right; */
}

.lan_select{
  max-width: 40%;
}

.lan_select_anonymous{
  max-width: 100%;
}


.tiles_select_form {  
  display: flex;
  margin-top: 3px !important;
  margin-bottom: 3px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: flex-start;
  flex-flow: column;  
  /*vertical-align: center;*/
  align-content: center;
  position: relative;
  /*top: 2px;*/
  left: 0px;
  border: 1px solid rgb(0, 0, 0);
  color: #edffff;
  fill: #edffff;
  border-radius: 4px;
  padding: 5px 5px 5px 5px;
  /*margin: 3px !important;*/
  cursor: pointer;
  overflow: hidden;
  width: fit-content;
  width: -moz-fit-content; /*fix issues with firefox not positioning children correctly*/  
  /*width: 70px;*/
  /*height: 35px;*/
  /* align-items: flex-start;*/
  text-align: center;
  text-rendering: auto;
  letter-spacing: 2px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 13px Arial;
}

.cesium-viewer-infoBoxContainer{
	z-index: 10!important;
}

.cesium-infoBox-description{
  z-index: 10!important;  
}

.cesium-infoBox{
  top: 75px!important;
  max-height: calc(100% - 174px)!important;  /*126 of bookmars + 4px margin , 44px of upper login toolbar + 4px= 174px total*/
	z-index: 10!important;
  margin-right: 10px;
}

.cesium-infoBox-visible{
  z-index: 10!important;
}

.cesium-viewer-geocoderContainer {
  position: relative;
  top: 2px;
  height: 40px;
  font: 400 15px Arial !important;
  background-color: rgba(60, 60, 60, 0.7) !important;
}
.cesium-viewer-geocoderContainer-halfRound {
  border-radius: 4px 4px 0px 0px !important;
}

.cesium-viewer-geocoderContainer:focus {
  border: 1px solid rgb(62, 148, 233) !important;
  outline-color: none !important;
  background-color: rgba(60, 60, 60, 1) !important;
  border-radius: 4px;
  /*width:30vw!important;*/
}


.cesium-geocoder-input {
  height: 40px !important;
  border-radius: 4px !important;
  font: 400 15px Arial !important;
  background-color: rgba(60, 60, 60, 1)
}


.cesium-geocoder-input:focus {
  border: 1px solid rgb(62, 148, 233) !important;
  outline-color: none !important;
  /*width:30vw!important;*/
  background-color: rgba(60, 60, 60, 1) !important;
}
.cesium-viewer-geocoderContainer .cesium-geocoder-input {
  padding: 0 38px 0 0 !important;
}
.cesium-viewer-geocoderContainer .cesium-geocoder-input-deactivated {
  border: solid 1px #444;
  background-color: rgba(60, 60, 60, 1);
  color: white;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 40px;
  margin: 0;
  padding: 0 40px 0 0 !important;
  border-radius: 4px;
  box-sizing: border-box;
  transition: width ease-in-out 0.25s, background-color 0.2s ease-in-out;
  -webkit-appearance: none;
}

/* .cesium-viewer-geocoderContainer:hover .cesium-geocoder-input2,
.cesium-viewer-geocoderContainer .cesium-geocoder-input2:focus{
    padding-left: 4px;
     width: 32px; 
} */
/*.cesium-geocoder-input-wide{
  width:30vw!important;
}*/

.cesium-geocoder-searchButton {
  height: 38px !important;
  border-radius: 4px !important;
  background-color: rgb(0, 0, 0.25) !important;
}

.cesium-geocoder-searchButton:hover {
  background-color: rgb(60, 60, 60) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
}

.coordinates {
  display: block;
  position: absolute;
  right: 28px !important;
  bottom: 0px !important;
  background-color: rgba(60, 60, 60, 0.7);
  border: 0px solid #444;
  font: 15px Arial;
  padding: 0px;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  text-align: center !important;
  text-indent: 0px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently*/
}

.locateme_tool{
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  right: 4px;
  bottom: 195px;
  max-width: 46px;
  /*background-color: rgba(60, 60, 60, 0.7);
  border-radius: 4px;*/
  z-index: 1;
}

#locate_me{
  bottom: 48px;
  left: -10px;
  background-color: rgb(60, 60, 60)!important;
}

.meimadlogo {
  position: absolute;
  right: 0px !important;
  bottom: 28px !important;
  z-index: 0;
  height: 57px;
  width: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
   user-select: none;
 /* width:160px;*/
}

#logo-img{
  height: 79%;
  /* height: 45px; */
  padding: 0 15px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
   user-select: none;
}

#logo-img2{
  /* height:100%; */
  height: 79%;
  padding: 0 15px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
   user-select: none;
}

.meimadlogoContainerClean{
  bottom: 0px !important;
}

.msgloading {
  display: none;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  left: 175px;
  top: 91px;
  padding: 8px;
  margin: 7px 7px;
  border-radius: 8px;
  background-color: rgba(60, 60, 60, 0.7);
  background: rgba(30,30,30,0.7);
  align-items: flex-start;
  -webkit-align-items: flex-start;
  text-align: center !important;
  text-rendering: auto;
  letter-spacing: 1px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 17px Arial;
  color: white;
  visibility: visible;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
   user-select: none;
}

.logoS {
  background-image: url("Buttons/v2/all_buttons.svg#menu");
  background-size: 70%;  
}

.layersIC {
  background-image: url("Buttons/v2/all_buttons.svg#layers");
  background-size: 100%;
}

.home {
  background-image: url("Buttons/v2/all_buttons.svg#home");
  background-size: 100%;
  /* transition-delay: 0.2s;*/
}

.zoomIn {
  background-image: url("Buttons/v2/all_buttons.svg#zoomIn");
  /* transition-delay: 0.25s;*/
}

.zoomOut {
  background-image: url("Buttons/v2/all_buttons.svg#zoomOut");
  /*transition-delay: 0.3s;*/
}

.north {
  position: absolute;
  /*background-image: url("Buttons/north.svg");*/
  /*background-size: 80%;*/
  /* transition-delay: 0.35s;*/
}

.north-container{
  display: inline-block;
  position: relative;
}

.north-arrow {
  background-image: url("Buttons/v2/all_buttons.svg#north");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;  
  position: absolute;
  pointer-events:none;
  top: 3px;  
  left: 3px;
  z-index: 100;
  width: 40px;
  height: 40px;
  --rotation: 0;
  /*transform-origin: calc(50%) calc(50%);*/
  transform: perspective(1px) rotate(var(--rotation));
  -webkit-transform:perspective(1px) rotate(var(--rotation));
  backface-visibility: hidden;
  
  /*left: 50%;
  top: 50%;*/
  /*transition: transform 0.2s;*/

  /* transition-delay: 0.35s;*/
}

.gotoNext {
    background-image: url("Buttons/v2/all_buttons.svg#gotoNext");
}

.gotoPrev {
    background-image: url("Buttons/v2/all_buttons.svg#gotoPrev");
}

.locateme {
  background-image: url("Buttons/v2/all_buttons.svg#locateme");
  background-size: 80%;
}

.topview {
  background-image: url("Buttons/v2/all_buttons.svg#topView");
  background-size: 100%;
  /*  transition-delay: 0.4s;*/
}

.measure {
  background-image: url("Buttons/v2/all_buttons.svg#measure");
  background-size: 100%;
  /* transition-delay: 0.45s;*/
}

.shadow {
  background-image: url("Buttons/v2/all_buttons.svg#shadow");
  /* transition-delay: 0.5s;*/
}

.printscreen {
  background-image: url("Buttons/v2/all_buttons.svg#printScreen");
  background-size: 100%;
  /* transition-delay: 0.55s;*/
}

.oblivision {
  background-image: url("Buttons/v2/all_buttons.svg#oblivision");
  background-size: 100%;
  /* transition-delay: 0.6s;*/
}

.gis {
  background-image: url("Buttons/v2/all_buttons.svg#GIS");
  background-size: 100%;
  /* transition-delay: 0.6s;*/
}


.orbit {
  background-image: url("Buttons/v2/all_buttons.svg#orbit");
  background-size: 100%;
}

.upload_model{
  background-image: url("Buttons/v2/all_buttons.svg#layers_add");
  /* background-size: 125%; */
  /* height: 34px; */
  width: 40px;
}

.viewshed{
  background-image: url("Buttons/v2/all_buttons.svg#viewshed2");
  background-size: 100%;
}

.lineofsight{
  background-image: url("Buttons/v2/all_buttons.svg#los");
  background-size: 100%;
}

.elevationProfile{
  background-image: url("Buttons/v2/all_buttons.svg#elevationProfile");
  background-size: 100%;
}

.eye{
  background-image: url("Buttons/v2/all_buttons.svg#eye");
  background-size: 100%;
}


.streetview{
  background-image: url("Buttons/v2/all_buttons.svg#streetView");
  background-size: 100%;
}

.quarantine{
  background-image: url("Buttons/v2/all_buttons.svg#quarantine");
  background-size: 90%;
}


.clipplane{
  background-image: url("Buttons/v2/all_buttons.svg#cut");
  background-size: 100%;
}

.clipplane_delete{
  background-image: url("Buttons/v2/all_buttons.svg#cut_delete");
  background-size: 80%;
}

.cutsurface{
  background-image: url("Buttons/v2/all_buttons.svg#clippingBox"); 
  background-size: 78%;
}

.cutsurface_delete{
  background-image: url("Buttons/v2/all_buttons.svg#cut_delete");
  background-size: 80%;
}

.split{
  background-image: url("Buttons/v2/all_buttons.svg#split");
  background-size: 100%;
}

.copy{
  background-image: url("Buttons/v2/all_buttons.svg#copy");
  background-size: 90%;
}

.paste{
  background-image: url("Buttons/v2/all_buttons.svg#paste");
  background-size: 90%;
}

.edit-model-hot{
  background-image: url("Buttons/v2/all_buttons.svg#cut");
  background-size: 80%;  
}

.edit-model-hot-cut{
  background-image: url("Buttons/v2/all_buttons.svg#cut_delete");
  background-size: 80%;
}
.edit-model-hot-show{
  background-image: url("Buttons/v2/all_buttons.svg#cut_eye");
  background-size: 80%;
}

.search {
  background-image: url("Buttons/v2/all_buttons.svg#search");
  background-size: 85%;
  background-repeat: no-repeat;
}

.more-less{
    background-image: url("Buttons/arrow_down.png");
    background-size: 85%;
    background-repeat: no-repeat;
}

.ActivatedArrow{
  background-image: url("Buttons/arrow_up.png");
  background-size: 85%;
  background-repeat: no-repeat;
}



.focus{
  /*display: inline-block;*/
  background-image: url("Buttons/v2/all_buttons.svg#focus");
  background-size: 95%;
  /*visibility: collapse;*/
}

.color{
  /*display: inline-block;*/
  background-image: url("Buttons/v2/all_buttons.svg#color");
  background-size: 100%;
  visibility: collapse;
}

.edit{
  background-image: url("Buttons/v2/all_buttons.svg#edit");
  background-size: 100%;
}

.createNew{
  background-image: url("Buttons/createNew.svg");
  background-size: 66%;
}

.erase{
  background-image: url("Buttons/v2/all_buttons.svg#erase");
  background-size: 100%;
}

.export{
  background-image: url("Buttons/download.svg");
  background-size: 120%;
}

.layerProperties{
  background-image: url("Buttons/v2/all_buttons.svg#layer_properties");
  background-size: 120%;
  display: block;
}

.attributeTable{
  background-image: url("Buttons/attributeTable.svg");
  background-size: 91%;
  display: block;
}

.edit-model-rename-span{  
  background: transparent;
  color: white;
  height: auto;
  margin: auto;
  width: 100%;  
  padding: 10px;
  border: 1px solid transparent;
  text-align: center;
  z-index: 3;
}

.rename{
  background-image: url("Buttons/v2/all_buttons.svg#rename");
  background-size: 100%;
}

.save{
  background-image: url("Buttons/v2/all_buttons.svg#save");
  background-size: 90%;
}

.place{
  background-image: url("Buttons/v2/all_buttons.svg#xyzMove");
  background-size: 90%;
}

.move2{
  background-image: url("Buttons/v2/all_buttons.svg#move2");  
  background-size: 75%;
}

.origin{
  background-image: url("Buttons/v2/all_buttons.svg#edit");
  background-size: 100%;
}

.ok{
  background-image: url("Buttons/v2/all_buttons.svg#ok");
  background-size: 90%;
  flex-shrink: 0;
}

.cancel{
  background-image: url("Buttons/v2/all_buttons.svg#cancel");
  background-size: 100%;
  flex-shrink: 0;
}

.filter{
  background-image: url("Buttons/v2/all_buttons.svg#filter");
  background-size: 100%;
}

.target{
  background-image: url("Icons/target.png");
  background-size: 100%;
}

.showVsh{
  background-image: url("Buttons/v2/all_buttons.svg#sensorOn");
  background-size: 100%;
}

.info_model, .info{
  background-image: url("Buttons/v2/all_buttons.svg#info");
  background-size: 95%;
}

.user{
  background-image: url("Buttons/v2/all_buttons.svg#user");
  background-size: 95%;
  pointer-events: all!important;
}

.btn-separator:after {
  content: ' ';
  display: inline-block;
  /*float: left;*/
  background: rgb(150, 150, 150);
  margin: 0px 5px -20px 5px;
  height: 40px;
  width: 2px;
}

.model-form{
  background-color: rgba(60, 60, 60, 0.7);
  border-radius: 4px;
  overflow: hidden;
  /* align-items: center; */
  text-align: center;
  text-rendering: auto;
  letter-spacing: 1px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 13.3333px Arial;
  border: 0px;
  /* padding: 5px; */
  /*margin: 5px;*/
  width:220px;
}

.uploadfile{
  position: absolute;
  left: 180px;
  top: 150px!important;
  /* width:220px; */
  z-index: 10;
}

.uploadfileCentered {
  background-color: rgba(60, 60, 60, 0.6);
  box-shadow: black 0 0 8px 0px;
  position: fixed;
  left: 50%;
  top: 50%!important;
  transform: translate(-50%, -50%);
}

.model-form input[type=submit]{
  max-width: 80px!important;
  /*margin-top: 0;*/
  align-self: center;
  align-content: center;
  justify-self: center;
}

.model-form li{
  padding: 0;
	display: block;
	list-style: none;
	margin: 10px 0 0 0;
}


.form-name{
  padding: 5px;
  margin: 5px;
  letter-spacing: 2px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 15px Arial;
  font-weight: bold;
  cursor: default;
}




.cesium-credit-logoContainer {
  display: none !important;
}

.cesium-credit-textContainer {
  display: none !important;
}

.cesium-vrButton{
  display: none !important;
}

button[data-balloon] {
  overflow: visible;
}

button[data-balloon]:hover{
    z-index: 100!important;  
  }
  
button[data-balloon]:focus{
    z-index: 100!important;  
  }

input[data-balloon] {
  overflow: visible;
}

[data-balloon] {
  position: relative;
  cursor: pointer;
}

[data-balloon]:after {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  -moz-transition: all 0.18s ease-out 0.18s;
  -ms-transition: all 0.18s ease-out 0.18s;
  -o-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  font-family: sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-shadow: none !important;
  font-size: 12px !important;
  background: rgba(240, 241, 127, 0.9);
  border-radius: 4px;
  color: rgb(34, 33, 33);
  content: attr(data-balloon);
  padding: 0.5em 1em;
  position: absolute;
  white-space: nowrap;
}

[data-balloon]:before {
  background: no-repeat
    url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(240, 241, 127, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  -moz-transition: all 0.18s ease-out 0.18s;
  -ms-transition: all 0.18s ease-out 0.18s;
  -o-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  content: "";
  position: absolute;
}

[data-balloon]:hover:before,
[data-balloon]:hover:after,
[data-balloon][data-balloon-visible]:before,
[data-balloon][data-balloon-visible]:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}

[data-balloon].font-awesome:after {
  font-family: FontAwesome;
}

[data-balloon][data-balloon-break]:after {
  white-space: pre;
}

[data-balloon][data-balloon-blunt]:before,
[data-balloon][data-balloon-blunt]:after {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

[data-balloon][data-balloon-pos="up"]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:hover:after,
[data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="up"]:hover:before,
[data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="up-left"]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 11px;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up-left"]:before {
  bottom: 100%;
  left: 5px;
  margin-bottom: 5px;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up-left"]:hover:after,
[data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="up-left"]:hover:before,
[data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="up-right"]:after {
  bottom: 100%;
  right: 0;
  margin-bottom: 11px;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up-right"]:before {
  bottom: 100%;
  right: 5px;
  margin-bottom: 5px;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up-right"]:hover:after,
[data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="up-right"]:hover:before,
[data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="down"]:after {
  left: 50%;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos="down"]:before {
  background: no-repeat
    url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(240, 241, 127, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 50%;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos="down"]:hover:after,
[data-balloon][data-balloon-pos="down"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="down"]:hover:before,
[data-balloon][data-balloon-pos="down"][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="down"]:focus {
  outline-color: none !important;
}

[data-balloon][data-balloon-pos="down-left"]:after {
  left: 0;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos="down-left"]:before {
  background: no-repeat
    url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(240, 241, 127, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 5px;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos="down-left"]:hover:after,
[data-balloon][data-balloon-pos="down-left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="down-left"]:hover:before,
[data-balloon][data-balloon-pos="down-left"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="down-right"]:after {
  right: 0;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos="down-right"]:before {
  background: no-repeat
    url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(240, 241, 127, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  right: 5px;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos="down-right"]:hover:after,
[data-balloon][data-balloon-pos="down-right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="down-right"]:hover:before,
[data-balloon][data-balloon-pos="down-right"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="left"]:after {
  margin-right: 11px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos="left"]:before {
  background: no-repeat
    url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(240, 241, 127, 0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  margin-right: 5px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos="left"]:hover:after,
[data-balloon][data-balloon-pos="left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos="left"]:hover:before,
[data-balloon][data-balloon-pos="left"][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos="right"]:after {
  left: 100%;
  margin-left: 11px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos="right"]:before {
  background: no-repeat
    url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(240, 241, 127, 0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos="right"]:hover:after,
[data-balloon][data-balloon-pos="right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos="right"]:hover:before,
[data-balloon][data-balloon-pos="right"][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-length="small"]:after {
  white-space: normal;
  margin-top: 10px!important;
  width: 80px;  
  padding: 3px 4px;
}

[data-balloon][data-balloon-length="medium"]:after {
  white-space: normal;
  width: 150px;
}

[data-balloon][data-balloon-length="large"]:after {
  white-space: normal;
  width: 260px;
}

[data-balloon][data-balloon-length="xlarge"]:after {
  white-space: normal;
  width: 380px;
}

@media screen and (max-width: 768px) {
  [data-balloon][data-balloon-length="xlarge"]:after {
    white-space: normal;
    width: 90vw;
  }
}

[data-balloon][data-balloon-length="fit"]:after {
  white-space: normal;
  width: 100%;
}
/* ----------------------------------------------
 * Generated by Animista on 2018-8-8 16:40:2
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-hor-left
 * ----------------------------------------
 */

@-webkit-keyframes scale-up-hor-left {
  0% {
    -webkit-transform:perspective(1px) scaleX(0.3);
    transform: perspective(1px) scaleX(0.3);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    backface-visibility: hidden;
  }
  100% {
    -webkit-transform: perspective(1px) scaleX(1);
    transform: perspective(1px) scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    backface-visibility: hidden;
  }
}

@keyframes scale-up-hor-left {
  0% {
    -webkit-transform: perspective(1px) scaleX(0.3);
    transform: perspective(1px) scaleX(0.3);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    backface-visibility: hidden;
  }
  100% {
    -webkit-transform: perspective(1px) scaleX(1);
    transform: perspective(1px) scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    backface-visibility: hidden;
  }
}

@-webkit-keyframes scale-up-ver-top {
  0% {
    -webkit-transform: perspective(1px) scaleY(0.4);
    transform: perspective(1px) scaleY(0.4);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    backface-visibility: hidden;
  }
  100% {
    -webkit-transform: perspective(1px) scaleY(1);
    transform: perspective(1px) scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    backface-visibility: hidden;
  }
}

@keyframes scale-up-ver-top {
  0% {
    -webkit-transform: perspective(1px) scaleY(0.4);
    transform: perspective(1px) scaleY(0.4);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    backface-visibility: hidden;
  }
  100% {
    -webkit-transform: perspective(1px) scaleY(1);
    transform: perspective(1px) scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    backface-visibility: hidden;
  }
}

.cube {
  background-image: url("Gifs/SimplexLogoSpinning_White_Icon.gif");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -4px;
  /* transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  animation: spin 5s infinite ease-out;
  -webkit-animation: spin 5s infinite ease-out; */
  position: relative;
  width: 20px;
  height: 20px;
  /* top: 0px;
  left: 0px; */
  /* margin-right: 2px; */
  /* margin-top: 4px; */
  display: inline-block;
}

/* .cube div {
   width: 100%;
   height: 100%;
   box-shadow: inset 0px 0px 0px 1px rgba(50, 50, 50, 0.7);
   background: rgba(255, 255, 255, 1.0);
   display: block;
   position: absolute;
} */

/* .cube div.top {
transform: rotateX(90deg); 
   -webkit-transform: rotateX(90deg); 
  margin-top: -50%;
  background: rgba(255, 255, 255, 1.0);
}

.cube div.right {
  transform: rotateY(90deg); 
   -webkit-transform: rotateY(90deg); 
  margin-left: 50%;
  background: rgba(230, 230, 230, 1.0);
}

.cube div.bottom {
  transform: rotateX(-90deg); 
   -webkit-transform: rotateX(-90deg); 
  margin-top: 50%;
  background: rgba(255, 255, 255, 1.0);
}

.cube div.left {
  transform:  rotateY(-90deg); 
   -webkit-transform: rotateY(-90deg); 
  margin-left: -50%;
  background: rgba(240, 240, 240, 1.0);
}

.cube div.front {
  transform: translateZ(10px);
   -webkit-transform: translateZ(10px);
  background: rgba(215, 215, 215, 1.0);
}

.cube div.back {
  transform: translateZ(-10px) rotateX(180deg);
   -webkit-transform: translateZ(-10px) rotateX(180deg);
  background: rgba(247, 247, 247, 1.0);
}

@keyframes spin {
  0% {-webkit-transform: rotateX(-20deg) rotateY(20deg);}
  50% {-webkit-transform: rotateX(-20deg) rotateY(740deg);}
  51% {-webkit-transform: rotateX(-20deg) rotateZ(-20deg);}
  100% {-webkit-transform: rotateX(-20deg) rotateZ(-740deg);}
}
@-webkit-keyframes spin {
  0% {-webkit-transform: rotateX(-20deg) rotateY(20deg);}
  50% {-webkit-transform: rotateX(-20deg) rotateY(740deg);}
  51% {-webkit-transform: rotateX(-20deg) rotateZ(-20deg);}
  100% {-webkit-transform: rotateX(-20deg) rotateZ(-740deg);}
} */

.info-iframe {
  overflow: hidden;
  position: relative;
}

.info-iframe iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.legend{
  direction: rtl;
  display: none;
  grid-template-columns: 35px 60px 35px 60px 35px 60px;
  grid-template-rows: 35;
  position: absolute;
  bottom:96px;
  right:0px;
  max-width: 470px;
  max-height: auto;
  background-color:rgb(70, 70, 70);
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently*/
  overflow: hidden;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 5px;
  padding: 3px;
  z-index: 0;

}

.items_txt{
  padding-top: 2px;
  text-align: right;
  text-rendering: auto;
  letter-spacing: 1px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 12px Arial;
  max-width: 50px;
}

.items_img{
  height: 28px;
  width: 28px;
}

h4 {
  text-align: right !important;
  text-rendering: auto;
  letter-spacing: 3px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 14px Arial;
  font-weight: bold;
}

h5 {
  text-align: right !important;
  text-rendering: auto;
  letter-spacing: 4px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 12px Arial;
  font-weight: bold;
}

h6 {
  text-align: center;
  text-rendering: auto;
  letter-spacing: 4px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 12px Arial;
  font-weight: bold;
}


.zen_form {
  display:none;
  background-color: rgba(60, 60, 60, 0.8);
  border-radius: 4px;
  overflow: hidden;
  align-items: center;
  text-align: center;
  text-rendering: auto;
  letter-spacing: 2px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 13.3333px Arial;
  border: 0px;
  padding: 5px;
  margin: 5px;
  position: absolute;
  left: 177px;
  top: 200px!important;
  /*top: 635px!important;*/
  width:240px;
  direction: "rtl";
}

.ashbinaa_form, .layer_info {
  display: block;
  background-color: rgba(60, 60, 60, 0.8);
  border-radius: 4px;
  overflow: hidden;
  align-items: center;
  text-align: center;
  text-rendering: auto;
  letter-spacing: 1px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 13.3333px Arial;
  border: 0px;
  padding: 5px;
  margin: 5px;
  position: absolute;
  left: 177px;
  top: 200px!important;
  /*top: 635px!important;*/
  width:240px;
  direction: "rtl";
  padding: 0px;
}

@media only screen and (max-width: 450px) {
  .ashbinaa_form {
    width: 180px;
  }
  
  .ashbinaa-filter-input-container {
     flex-direction: column;
  }

  #start-ashbinaa-filter-title, #end-ashbinaa-filter-title {
    padding: 0 0 5px;
  }
}

#ashbinaa_start_date, #ashbinaa_end_date {
  width: 100px;
  text-align: center;
  font-size: 12px;
}

.close{
  background-color: rgb(100, 100, 100);
  align-content: center;
  vertical-align: center;
  background: rgb(100, 100, 100);
  border: 1px solid #444;
  color: #edffff;
  fill: #edffff;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height:20px;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  background-image: url("Buttons/v2/all_buttons.svg#close");
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 3px;
  right:3px;
  z-index: 10; /*overcome priority issues related to user log-in menu*/
}

.toolbarVSH{
  display:none;
  background-color: rgba(60, 60, 60, 0.8);
  border-radius: 4px;
  overflow: hidden;
  align-items: center;
  text-align: center;
  text-rendering: auto;
  letter-spacing: 2px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 13.3333px Arial;
  border: 0px;
  padding: 5px;
  position: absolute;
  right: 0px;
  top: 85px;
  width:280px; 
  min-height: 90px;
  z-index: 10;


  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  user-select: none; /* Non-prefixed version, currently*/
}
.toolbarVSHinfoBox{
  display:flex;
  flex-direction: column;
 /* background-color: rgba(60, 60, 60, 0.8);*/
 /* border-radius: 4px;*/
  overflow: hidden;
  align-items: center;
  text-align: center;
  text-rendering: auto;
  letter-spacing: 2px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 13.3333px Arial;
  border: 0px;
  padding: 5px;
  overflow: auto;
 /* position: absolute;
  right: 0px;
  top: 85px;
  width:280px; 
  min-height: 100px;
 /* z-index: 10;*/


  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  user-select: none; /* Non-prefixed version, currently*/
}

.pro_info{
  display:none;
  justify-content: center;
  background-color: rgba(60, 60, 60, 0.8);
  border-radius: 4px;
  overflow: hidden;
  align-items: center;
  text-align: center;
  text-rendering: auto;
  letter-spacing: 2px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 13.3333px Arial;
  border: 0px;
  padding: 5px;
  position: absolute;
  left: 35%;
  top:20%;
  width:30vw; 
  min-height: 10vh;



  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  user-select: none; /* Non-prefixed version, currently*/
}

.pro_info a { color: white }

.VSHrange{
  max-width:70px; 
  border: 1px solid rgb(100,100,100);
}

.VSHinput{
  direction: ltr;
  text-align: center;
  border: 1px solid rgb(100,100,100);
}

.VSHinputname{
  text-align: right;
  border: 1px solid rgb(100,100,100);
}

.sensor_name_vsh{
  text-align:center;
  border: 1px solid rgb(100,100,100);
}

.gameon{
  display: none;
  font: 400 15px Arial;
  color: white;
  letter-spacing: 2px;
  word-spacing: normal;
}
  
.setDate {
  display: inline-block;
  margin: 2px 3px 3px 2px;
  background-color: rgb(100, 100, 100);
  border: 1px solid #444;    
  color: #ffffff;
  fill: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  padding: 0px;  
  width: 72px;
  /*height: 16px; */
  /* align-items: center; */
  text-align: center;
  text-rendering: auto;
  /* letter-spacing: 2px;
  word-spacing: normal; */
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font-size: 11.3333px 
  /* font: 400 11.3333px Arial;       */
}
.setDate:hover {
  background-color: rgb(70, 70, 70) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
}

.slider {  
  /* align-items: center;
  display: block; */
  -webkit-appearance: none;
  width: 120px;
  height: 16px;
  border-radius: 3px;   
  background: rgb(100,100,100);
  outline: none;
  border: 1px solid rgb(70,70,70);
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider-time {
  background-image: url('Buttons/v2/all_buttons.svg#set-time');
  background-repeat: no-repeat;
  background-position: center; 
  background-size: 10%; 
}

.slider-date {
  background-image: url('Buttons/v2/all_buttons.svg#set-date');
  background-repeat: no-repeat;
  background-position: center;  
  background-size: 10%;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 21px;
  border-radius: 10%; 
  background: rgb(200,200,200); 
  cursor: pointer;  
  box-shadow: 0px 0px 1px rgb(70,70,70);
  /* background-image: url('Buttons/set-time.svg');
  background-repeat: no-repeat;
  background-size: 11px 21px;
  background-position: center;  */
}

.slider:hover {
  background-color: rgb(70,70,70) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
}
.slider::-webkit-slider-thumb:hover {  
  background-color: rgb(230,230,230) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
  border: 2px solid #444; 
}

.slider::-moz-range-thumb {
  width: 11;
  height: 20;
  border-radius: 50%;
  background: white;
  cursor: pointer;    
}

.slider-label
{
  display: flex;
  flex-flow: row;
  -webkit-flex-flow: row;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  /* align-content: stretch; */
}

.lable-time
{  
  /*align-self: center;*/
  text-align: center;
  /* text-rendering: auto; */
  /* letter-spacing: 2px; */
  /* word-spacing: normal; */
  /* text-transform: none;   */
  /* text-indent: 0px; */
  text-shadow: none;
  font-size: 11.3333px
  /* font: 400 13.3333px Arial; */
}

.timer-play-pause {  
  background-image: url("Buttons/v2/all_buttons.svg#timer_play");
  background-size: 75%;  
  /* transition-delay: 0.5s;*/
}

.timer-reset {
  background-image: url("Buttons/v2/all_buttons.svg#timer_reset");
  background-size: 96%;
  /* transition-delay: 0.5s;*/
}

.dropup {
  position: relative;
  display: inline-block;
 
}

.dropup-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  bottom: 50px;
  right:3px;
  z-index: 1;
  
}

.dropup-content a {  
  padding: 12px 16px;
  background-color: rgb(100, 100, 100);
  color: white;
  text-decoration: none;
  display: block;

}

.dropup-content input[type=number] {  
  padding: 12px 16px;
  background-color: rgb(100, 100, 100);
  color: white;
  text-decoration: none;
  display: inline-block;
}

.dropup-content input[type=number]::-webkit-inner-spin-button { 
  opacity: 1;
}
.dropup-content a:hover {
  background-color: rgb(70, 70, 70);
  border-color: #9ecaed;
  box-shadow: 0 0 10px #9ecaed;
}

.dropup-show {
  display: block;
}

.timer-play{
  background-image: url("Buttons/v2/all_buttons.svg#timer_play");
  background-size: 75%;
  background-position: 60% 50%;
}

.timer-pause{
  background-image: url("Buttons/v2/all_buttons.svg#timer_pause");
  background-size: 50% 50%;
}

.timer-speed{
  background-image: url("Buttons/v2/all_buttons.svg#timer-speed");
  background-repeat: no-repeat;
  background-size: 90% 90%;
  background-position: center -4px;
  font-size: 80%;
  padding-top: 10px;
  /* background-size: 50% 50%; */
}

.tools-shadow-container
{
  position:absolute; 
  right:initial;
  top:initial;
  left:10px!important;
  bottom:21px!important;
  display:flex;
   flex-direction:column;
   -webkit-flex-direction: column;  
   pointer-events: none; 
}

.datePickerContainer {
  /* position: relative;  */
  /* right: initial;  
  top: initial; */
  /* left: 10px !important;  */
  /* bottom: 67px;   */
  width: 258px;
  height: auto;
  /* z-index: 1 !important;   */
  /* box-sizing: border-box; */
  /* padding: 0px; */
  margin: -2px 7px;
  /* max-width: 50% !important;   */
  background-color: rgba(60, 60, 60, 0.7); 
  /* vertical-align: bottom; */
  border-radius: 4px;
  /* border-radius: 4px 0px 4px 0px; */
  pointer-events: auto;
}

#rearCameraVideoElement {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  overflow: hidden;
  background-color: #666;
}

.ar {
  background-image: url("Buttons/v2/all_buttons.svg#ar");
 /* background-size: 80%;*/
}

.sidenav {
  height: 0; /* 100% Full-height */
  width: 100%; /* 0 width - change this with JavaScript */
  position: absolute; /* Stay in place */
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  align-items: center;
  -webkit-align-items: center;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  margin: 0px;
  padding: 0px;
  z-index: 5; /* Stay on top */
  bottom: 0; /* Stay at the top */
  left: 0;
   /* background-image: linear-gradient(rgba(60, 60, 60, 0.4),rgba(60, 60, 60, 0.1),rgba(60, 60, 60, 0.4));  */
  /* border: 1px solid #444; */
  /* border-radius: 4px; */
   /* background-color: rgba(60, 60, 60, 0.3)!important;  */
  /* border: 1px solid #444; */
  overflow-y:visible; /* Disable horizontal scroll */
  /* padding-top: 2px;  */
  transition: max-height 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  pointer-events:none;  
  /* align-items: center; */
  /* justify-content: flex-end; */
  
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.bkAnimateOpacity{
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.bkOpenBookmarkButton{  
  background-image: url("Buttons/v2/all_buttons.svg#bookmarks-open");
  /* background-size: 100% 100%; */
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 28px;
  margin: 0px;
  padding: 0px;  
  /* background-color: rgba(60, 60, 60, 0.3)!important;    */
  flex-shrink: 0;
  border: 1px solid #444;
  border-radius: 4px 4px 0px 0px;
  pointer-events:auto;  
  /* border:  rgba(60, 60, 60, 0.3); */
}

.bkOpenBookmarkButtonContainer{
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  background-color: rgba(60, 60, 60, 0.3);
  width:auto;
  height:auto;
  padding: 6px 6px 0px 6px;
  border-radius: 6px 6px 0px 0px;    
  pointer-events: auto;
  user-select: none;
}

.bkOpenBookmarkButton:focus{
  border: 1px solid #444;
}


/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 24px;
  color: #818181;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: -10px;
  right: 0px;
  font-size: 24px;
  margin-right: 0px;
  opacity: 0.7;  
  color: #edffff;
  fill: #edffff;
  align-content: center;
  vertical-align: center;
  overflow: hidden;
}

.sidenav .closebtn:hover {  
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; 
  /* transform: scale(1.1);  */
  transform-origin: center;
  text-shadow: 0px 0px 10px #9ecaed;
  overflow: hidden;
}

.bkOpenBookmarkButtonContainer .bkAdd {  
  background-image: url("Buttons/v2/all_buttons.svg#bookmarks-add");
  background-size: 80% 80%;
  margin: 0px 0px 0px 6px;  
  padding: 0px 0px;   
  width: 34px;
  height: 28px;   
  border: 1px solid #444;
  border-radius: 4px 4px 0px 0px;
  /* opacity: 0.5!important; */
  pointer-events:auto;      
  -webkit-transition: max-width 0.5s linear 0.7s,border-width 0.5s linear 0.7s, margin 0.5s linear 0.7s;
  -moz-transition: max-width 0.5s linear 0.7s,border-width 0.5s linear 0.7s, margin 0.5s linear 0.7s;
  transition: max-width 0.5s linear 0.7s, border-width 0.5s linear 0.7s, margin 0.5s linear 0.7s; 
}

.bkOpenBookmarkButtonContainer .bkEdit {  
  background-image: url("Buttons/v2/all_buttons.svg#bookmarks-edit");
  background-size: 80% 80%;
  margin: 0px 6px 0px 0px;     
  width: 34px;
  height: 28px;  
  padding: 0!important;    
  border: 1px solid #444;
  border-radius: 4px 4px 0px 0px;
  /* opacity: 0.5!important; */
  pointer-events:auto;      
  -webkit-transition: max-width 0.5s linear 0.7s, border-width 0.5s linear 0.7s, margin 0.5s linear 0.7s;
  -moz-transition: max-width 0.5s linear  0.7s,border-width 0.5s linear 0.7s, margin 0.5s linear 0.7s;
  transition: max-width 0.5s linear 0.7s,border-width 0.5s linear 0.7s, margin 0.5s linear 0.7s; 
}
.bkOpenBookmarkButtonContainer .bkInvisibleTools{
  margin: 0px 0px 0px 6px;    
  border-width: 0px;
  max-width: 0px;  
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 0px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.bookmarkOpen{
  /* right: 55px; */
  background-image: url("Buttons/v2/all_buttons.svg#bookmarks-open");
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;  
}

.nonSelectable
{
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.bkBackPanelContainer
{
  background-color: rgba(60, 60, 60, 0.3)!important;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow:row nowrap;
  justify-content: space-between;  
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
  overflow: hidden;
  pointer-events: auto;
}


.bkContainer{
  /* background-color: rgba(60, 60, 60, 0.3)!important;  */
  /* position: absolute;
  bottom: 0px;
  left: 0px; */
  margin: 0px;  
  display: flex;
  flex-flow: row;
  -webkit-flex-flow: row;
  justify-content: center; 
  align-items: center;
  -webkit-align-items: center;
  /* background: rgb(100, 100, 100,0.8);    */
  width: 100%;
  height: 100%;  
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;  
  order:2;
  scroll-behavior: smooth;
  user-select: none;
}

.bkLeftNavPanel{
  width: 0px;
  /* height: 72.5%; */
  bottom: 0px;
  left:0px;  
  order:1;
}

.bkRightNavPanel{
  width: 0px;
  /* height: 72.5%; */
  right: 0px;
  bottom:0px;    
  order:3;
}


.bkContainer::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.bkContainer::-webkit-scrollbar-thumb {
  background:  rgba(70, 70, 70,1);
  border-radius: 0px;
}
.bkContainer::-webkit-scrollbar-track {
  background: transparent;
}
.bookmarkImgContainer{  
  background-color: rgb(100, 100, 100,0.9);
  align-content: center;
  vertical-align: center;
  display: inline-block;
  position: relative;
  background: rgb(100, 100, 100);
  border: 1px solid #444;
  color: #edffff;
  fill: #edffff;
  /* border-radius: 4px; */
  padding: 1px;
  margin: 3px;
  cursor: pointer;
  overflow: hidden;
  width: 110px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
  flex-shrink: 0;     
  text-align: center;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  scroll-behavior: smooth;  
  pointer-events:auto;
  /* box-shadow: 2px 2px 2px rgb(50,50,50) !important; */
}

.bookmarkImgContainer:hover{
  /* background-color: rgb(70, 70, 70) !important; */
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
}

.bookmarkImgContainer:active{
  background-color: rgb(0, 0, 0) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px 9ecaed !important;
  transform: scale(1.04);
  display: block;
}

.bookmarkImage {  
  width: 100%;
  height: 100%;
  background-color:rgb(70, 70, 70); /* fallback color */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform .3s;  
  
}

.bookmarkImgContainer .bookmarkImage:hover{
  
  transform: scale(1.12);
  -ms-transform: scale(1.12); /* IE 9 */
  -webkit-transform: scale(1.12); /* Safari */
  display: block;  
}

.bookmarkLabel{
  pointer-events:none;
  width: 100%;
  height: 10px;
  margin: 1px;  
  padding: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  /* font-size: 12px;   */
  color: white!important;
  background-color:transparent;
  background-image: linear-gradient(rgba(60, 60, 60, 0.1),rgba(60, 60, 60, 0.9))!important;
  text-align: center;  
  text-shadow: rgb(60,60,60) 1px 1px;
  /* font-weight: thin; */
   letter-spacing: 0.8px; 
   border: none;
   box-shadow: none;
   /*box-shadow:inset 1px 1px -1px #333;*/
  font:400 11px Arial;
}

.bookmarkLabelEditMode{
  pointer-events:auto;  
  background-color:transparent;
  background-image: linear-gradient(rgba(60, 60, 60, 0.3),rgba(60, 60, 60, 0.9))!important;
  text-align: center; 
  margin: 0px;     
  text-shadow: rgb(60,60,60) 1px 1px;
  /* font-weight: thin; */
   letter-spacing: 0.8px; 
   border: 1px solid rgba(60, 60, 60, 0.4);
   /* border: 1px solid whitesmoke; */
   box-shadow:inset -1px -1px 0px #333;  
}

.bookmarkLabel:focus{
  background-image: linear-gradient(rgba(60, 60, 60, 0.6),rgba(60, 60, 60, 0.9))!important;
  /* background-color: rgb(0, 0, 0) !important; */
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px 9ecaed !important;
  transform: scale(1.04);
  display: block;
}
.bookmarkLabel:active{
  background-color: rgb(158, 202, 237,0.6) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px 9ecaed !important;
  transform: scale(1.04);
  display: block;
}

.bookmarkLabel:hover{
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
}

.bookMarkDelete{
  position: absolute;  
  display: none; /*hide by default the delete buttons*/  
  width: 24px;
  height: 24px;
  top: 0px;
  right: 0px;
  background-image: url('Buttons/v2/all_buttons.svg#bookmarks-delete');
  opacity: 0.7;  
  background-color: Transparent;
  background-repeat:no-repeat;
  background-size: 50%;
  background-position: center;
  border: none;
  cursor:pointer;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; 
  user-select: none;  
  filter: drop-shadow(1px 1px 1px rgb(40,40,40)); 
  /* -webkit-filter: drop-shadow(1px 1px 1px black); */
}

 .bookmarkImgContainer:hover .bookMarkDelete{
  transition: opacity 0.3s;
  opacity: 1;  
}

.bookMarkDelete:hover{
  /*box-shadow: 0px 0px 4px rgb(20,20,20);*/  
  background-color: rgba(0, 0, 0,0.2);  
  transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari */
}

.bookMarkDelete:active{    
  background-color: rgb(109,131,148) !important;
}

.bookMarkDelete:focus{
  /*box-shadow: 0px 0px 4px rgb(20,20,20);*/
  /* outline: none; */
  border: none;
}

.bookmarkSeperator{  
  position: relative;
  background-color: rgba(50,50,50,0.8) !important;
  /*background-image: linear-gradient(90deg,rgba(60, 60, 60, 0.2), rgba(60, 60, 60, 0.9),rgba(60, 60, 60, 0.2))!important;*/
  width: 6px;
  margin: 0px 3px 0px 3px;
  height: 72%;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; 
  user-select: none;  
  opacity: 0.8;
  pointer-events:none;
  align-content: center;
  vertical-align: center;
  display: inline-block;
}

.share{  
  background-image: url("Buttons/v2/all_buttons.svg#share");
  background-size: 100%;
  /* background-position: 60% 50%; */
}

.share-gmaps{  
  background-image: url("Buttons/v2/all_buttons.svg#shareWithGMaps");
  background-size: 150%;
   background-position: 47% 48%;
}
.share-gearth{  
  background-image: url("Buttons/v2/all_buttons.svg#shareWithGEarth");
  background-size: 156%;
  background-position: 43% 54%;
}
.share-waze{  
  background-image: url("Buttons/v2/all_buttons.svg#shareWithWaze");
  background-size: 110%;
}

.modal_streetview {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  flex-direction: column;
  z-index: 500; /* Sit on top */
  /* padding-top: 100px; */
  /* vertical-align: middle;
  align-content: center; */
  left: 0px;
  top: 50vh;
  width: 100%; 
  height: 50%; 
  overflow: none; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
}

/* Modal Content */
.modal_streetview-content {
  margin: 20px;
  width:100%;
  height:100%;
}

.modal_header{
  display: flex;
  flex-direction: row ;
  justify-content:space-between;
  align-self: stretch;
  padding: 5px;
  box-sizing: border-box;
  border-bottom: 2px solid black;
  border-radius: 4px;
  cursor: move;
  z-index: 10; 
}

.modal_footer{
  display: flex;
  flex-direction: row ;
  justify-content:right;
  padding: 5px;
  z-index: 10; 
}

.streetviewapi{
  display: flex;
  width:100%;
  height:100%;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 500; /* Sit on top */
  /* padding-top: 100px; */
  /* vertical-align: middle;
  align-content: center; */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  align-items: center;
  justify-content: center;
}

/* Modal Content */
.modal-content {
  background-color:  rgba(60, 60, 60,0.8);
  border: 1px solid #888;
  margin: 20px;
  width: 50%; /* Full width */
  height: auto; /* Full height */
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 90%;
  }
  .cesium-infoBox {
    top: 110px!important;    
    max-height: calc(100% - 242px)!important;  /*126 of bookmars + 4px margin , 44px of upper login toolbar + 4px = 242px total*/
  }
}

/* The Close Button */
.modal-close {
  color: white;
  float: right;
  margin-right: 5px;
  font-size: 28px;
  font-weight: bold;
  user-select: none; 
}

.modal-move{
  margin-right: 5px;
  font-size: 28px;
  width: 28px;
  height: 28px;
  margin: 3px;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px auto;
  background-image: url("Buttons/v2/all_buttons.svg#move");
  border: 0px;
  cursor: move;
}
.modal-nav {
  color: white;
  margin-right: 5px;
  font-size: 45px;
  font-weight: bold;
}

.modal-image{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.modal-linkText{
  width: 92%;
  margin-left: 7px;  
  margin-right: 4px;
  border-radius: 4px;
  /* color: black; */
}

.modal-copy{
  /* font-size: 14px; */
  margin-right: 10px;  
  background-image: url("Buttons/v2/all_buttons.svg#shareCopy");
  background-size: 100%;
  /* margin: 20px; */
  
  /* color: black; */
}

.modal-linkContainer{
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  align-items: center;
  -webkit-align-items: center;
  /* justify-content: flex-start;   */
}
.modal-button{
  margin-left: 20px;
  /* width: auto;
  height: auto; */
  /* color: black; */
}

.modal-close:hover,
.modal-close:focus {
  /* background-color: rgb(70, 70, 70) !important; */
  color: rgb(60, 60, 60) !important;
  text-shadow: 0 0 10px #9ecaed !important; 
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #9ecaed;
  /*color: #000;*/
  /*text-decoration: none;*/
  cursor: pointer;
}

.modal-close:active{
  color: rgb(60, 60, 60) !important;
  text-shadow: 0 0 10px 9ecaed !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #9ecaed;
  transform: scale(1.1);
  cursor: pointer;
}

.modal-buttonsContainer{
  display:block;
  margin-top:9px;
  margin-bottom:11px;
  /*margin-left:-1px;*/
  margin-right:22px;
}


.confirm-msg{
  display: flex!important;
  justify-content: center;
  padding: 5%;
}

.modal-bottom-elements{
  display: flex!important;
  flex-direction: row;
  align-content: flex-end;
  justify-content: space-between;
}
.modal-bottom-btn{
  background-color: rgb(100, 100, 100);
  background: rgb(100, 100, 100);
  border: 1px solid #444;
  color: #edffff;
  fill: #edffff;
  border-radius: 4px;
  padding: 5px;
  margin: 20px;
  cursor: pointer;
  overflow: hidden;
  width: 100px;
  min-height: 30px;
  height: auto;
  max-width: 150px;
  max-height: 100px;
  text-align: center;
  text-rendering: auto;
  letter-spacing: 2px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 13.3333px Arial;
  align-content: center !important;
  text-align: center;
}

.modal-bottom-btn:hover{
  background-color: rgb(70, 70, 70) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
}


/* The iFrame Close Button */
.iframe-close {
    color: white;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 28px;
    font-weight: bold;
    user-select: none;
    background-color: #363640;
    background: #363640;
    border: 1px solid white;
    border-radius: 30px;
    padding: 5px;
    margin: 3px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    z-index: 2!important;
    text-align: center;
    vertical-align: center;
}

.iframe-close:hover {
  background-color: rgb(70, 70, 70) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
}

.cesium-measure-toolbar {
  background-color: rgba(60, 60, 60, 0.7)!important;
  position: absolute!important;
/*  white-space: normal!important;*/
  top: 54px;
  left: 470px;
  height: 46px!important;
  width: 0px !important;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
  border: 0px !important;
  z-index: 1 !important;
}
.cesium-measure-button {
  background-color: rgb(100, 100, 100)!important;
  background: rgb(100, 100, 100)!important;
  position: relative!important;
  top: 3px!important;
  border: 1px solid #444!important;
  border-radius: 4px!important;
  height: 30px!important;  
  width:22px !important;
  z-index: 2!important;
  position: relative;
  left: -38px!important;
  margin-right: 1px !important;
  z-index: 2 !important;
}

.cesium-measure-button:hover {
  background-color: rgb(70, 70, 70) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
}

.cesium-measure-button.active{  
    background-color:  rgb(50, 50, 50) !important;
    border-color: rgb(0, 0, 0)!important;
  }

.cesium-measure-toolbar.expanded {
  width: 295px!important;
  border-radius: 4px!important;
}

.cesium-measure-button[measure-id="maesure.HeightFromTerrain"] {
  display: none!important;
}
.cesium-measure-button[measure-id="maesure.pointCoordinates"] {
  display: none!important;
}

.cesium-measure-button[measure-id="maesure.settingsAndHelp"] {
  display: none!important;
}

.cesium-measure-button-main{
  visibility: hidden;
}

.cesium-measure-radius{
  background-image: url("Buttons/v2/all_buttons.svg#radius");
  background-size: 90%;
}

.cesium-viewer-toolbar{
  left:5px !important;
}

.cesium-toolbar-button{
  display:none !important;;
}

.info-page{
  background-color: rgba(60, 60, 60, 0.7);
  border-radius: 4px;
  overflow: hidden;
  align-items: center;
  font: 400 13.3333px Arial;
  border: 0px;
  padding: 5px;
  margin: 5px;
  position: absolute;
  right: 5px;
  top: 65px!important;
  width:  49vh;
  height: 70vh; 
  display: none;
}

.cesium-navigation-help{
  left: -webkit-calc(100vw - 260px);
  top: 60px!important;
  z-index: 10!important;
}

.TOC_radioButtonLabel{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.TOC_zenDivWhenFilterButtonOn{
  display: flex;
}
/* .TOC_zenButtonWhenFilterButtonOn{
  max-width: 97px;
} */

.TOC_zenFilterButton{
display: none;
top: 0px;
/* right:3px; */
margin:2px 2px 3px 2px;
height:auto;
}
.TOC_zenFilterButtonVisible{
  display: inline-block;
}

.searchExamplesContainer{
  position: absolute;
    background-color: rgb(35,35,35);
    color: rgb(135,135,135);
    overflow-y: auto;
    opacity: 0.8;
    width: 100%;
    display: none;
    border-radius: 0px 0px 4px 4px;
}

.infoMiniButton{
  background-color: transparent;
  display: block;
  border-radius: 3px;
  border:transparent solid 1px;
  color: #edffff;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  background-position: center;  
}
.infoMiniButton:hover{
  border-radius: 3px!important;
}

.infoMiniButton:disabled{
  opacity: 0.5;
  background-color: rgba(100, 100, 100,0.3) !important;
  background-origin: border-box;
}

.infoSaveButton{
  background-image: url("Buttons/v2/all_buttons.svg#infoSaveYellow");  
  background-size: 175%;
  background-position-x:47%;
}

.infoDeleteButton{
  background-image: url("Buttons/v2/all_buttons.svg#infoDelete");  
  background-size: 85%;
  background-position: center;
}

.infoMoveButton{
  background-image: url("Buttons/v2/all_buttons.svg#infoMove");  
  background-size: 76%;
  background-position: center;
}

.divInfoToolbarContainer{
  display: inline-flex;
  width:100%;
  padding: 1px;
  margin-top:2px;
  /* margin-left:1px; */
  background-color:rgb(84, 84, 84);    
}

.divInfoImageContainer{
  width:100%;
 /* height: 300px;*/
  padding: 1px;
  /*margin-top:2px;*/
  /* margin-left:1px; */
  background-color:rgb(84, 84, 84);    
  display: flex!important;
  align-items: center;
  justify-content: center;
}

.arrows{
   width: 12px;
   height: 12px;
   border-color: rgb(255, 255, 255);
 /*  position: relative;
   top: 50%;*/
  /* margin-top: -8px;*/
}

.arrows:hover{
  border-left-color:  #9ecaed!important;
  border-bottom-color:  #9ecaed!important;
 /* box-shadow: 0 0 10px #9ecaed !important;*/
}

.imageInfoCont{
  width: 350px;
 /* height: 90%;*/
}

.prev{
   border-bottom: 3px solid;
   border-left: 3px solid;
   transform: rotate(45deg);
   margin-left: 10px;
  /* left: 3px;*/
  }

.next{
   border-bottom: 3px solid;
   border-left: 3px solid;
   transform: rotate(-135deg);
  margin-right: 10px;
  /* right: 3px;*/
  }

.divInfoToolbarEdit{
  display: flex;
  flex-direction: row-reverse;  
  flex-grow:1
}

.divInfoToolbarAttachments{
  display: flex;        
  flex-wrap: wrap;
  flex-direction: row; 
  flex-grow:1
}

.divInfoAttachmentsContainer{
  display: flex;        
  flex-wrap: wrap;
  flex-direction: row;
  justify-items: center;
  align-items: center;
}

.divInfoAttachmentsList{
  width:100%;
  display:flex;
  flex-flow:column;
  background-color: rgb(180,180,180);
}

.divInfoAttachmentsListVisible{
  padding:5px;
}

.divAttachmentItem{
  display: flex;
  /*justify-items:flex-end;*/
  align-items: center;
  width: 100%;
  background-color: rgb(163,163,163);
}

.hyperlinkAttachment{
  width: 100%;
}
.hyperlinkAttachment:hover{
  background-color: rgb(140, 140, 140) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
}

.btnAttachmentDelete{
  background-image: url("Buttons/attach_delete.svg");
}
.divAttachmentItemSeperator{
  flex-basis:100%;
  padding: 2px;
}

.attachFileButton{
  background-image: url("Buttons/v2/all_buttons.svg#attach_paperclip");
  background-size: 80%;
}

.attachSnapshotButton{
  background-image: url("Buttons/v2/all_buttons.svg#attach_snapshot");
  background-size: 75% 75%;
}

.checkRataButton{
  background-image: url("Buttons/v2/all_buttons.svg#special_effects");
  background-size: 75% 75%;
}


.attachHyperlinkButton{
  background-image: url("Buttons/v2/all_buttons.svg#attach_hyperlink");
  background-size: 80%;
}

.attachmentMiniButton{
  border:1px solid #444;
  padding: 0px;
}

.uploadContentTypeCombobox {  
  background-color: rgb(100, 100, 100);
  align-content: center !important;
  vertical-align: center;
  display: inline-block;
  position: relative;
  background: rgb(100, 100, 100);
  border: 1px solid #444;
  color: #edffff;
  fill: #edffff;
  border-radius: 4px;
  padding: 8px;
  /*padding-left: 50px;*/
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /* align-items: flex-start;*/
  text-align: center;
  text-rendering: auto;
  letter-spacing: 2px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font: 400 1em Arial;
  box-sizing: border-box; 
  text-align-last: center;
  /* z-index: 3;*/  
}

.uploadContentTypeCombobox:hover {
  background-color: rgb(70, 70, 70) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
}

.uploadContentTypeOption
{  
  padding: 8px;
  /*margin: 8px;*/
  border-radius: 4px;
  letter-spacing: 2px;
  word-spacing: normal;
  text-rendering: auto;
  font: 400 1em Arial;
}

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 1em;
  position: relative;
}

.input-icon {
  padding: 3px;
  padding-bottom: 4px; /*very important in order for surrounding hover glowing box to appear correctly*/  
  margin: 0px;
  background-color: rgb(70, 70, 70) !important;
  color: white;
  min-width: 32px;
  text-align: center;
  border-radius:3px 0px 0px 3px;
  /*cursor: none;*/
  pointer-events: none;
  position: absolute;
  top:1px;
  left:1px;
  z-index: 1;  
}

.icon-within-button {
  padding: 3px;
  padding-bottom: 4px; /*very important in order for surrounding hover glowing box to appear correctly*/  
  margin: 0px;
  background-color: rgb(70, 70, 70) !important;
  color: white;
  min-width: 32px;
  text-align: center;
  border-radius:3px 0px 0px 3px;
  /*cursor: none;*/
  pointer-events: none;
  position: absolute;
  top:0px;
  left:0px;
  z-index: 1;  
}

.input-field {  
  padding: 8px;
  outline: none;
  /* border: 1px solid #444; */
  color: #edffff;
  fill: #edffff;
  border-radius:0px 4px 4px 0px;
  letter-spacing: 2px;    
  font: 400 1em Arial;  
  width: 100%;
  height: 100%;
}

.input-field:hover {  
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 0px #9ecaed !important;
}

.input-field:focus {  
  background-color: rgb(70, 70, 70) !important;
  /*border-color: #9ecaed !important;*/
  box-shadow: 0 0 10px #9ecaed !important;
  border: 1px solid rgb(62, 148, 233);
  outline-color: rgba(0, 0, 0, 0) !important;
}

.inputfile {
	width: 0.1px;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}


.inputfileBtn{
  cursor: pointer; 
  display: inline-block;
  /* line-height: -10px;*/
  text-align: center;
  /* padding: 8px; */
  /* padding-top: 10px; */
  padding-left: 50px; /*44  of the image button+8 aound entire button + 1*/
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  background-color: rgb(100, 100, 100)!important;
  /* align-content: center !important; */
  vertical-align: center !important;  
  position: relative;
  top:0px;
  left:0px; /*snaped to image icon*/
  border: 1px solid #444;
  color: #edffff;
  fill: #edffff;
  border-radius: 4px;
  /* letter-spacing: 2px; */

  /* margin-top: 5px; */
  overflow: hidden;
  width: 100%;
  /* height: 100%;  */
  height: 33px;
  font: 400 1em Arial;
  box-sizing: border-box; 
}

.inputfileBtn:hover {
  background-color: rgb(70, 70, 70) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
}

.model-form input[type=text],.model-form input[type=url], .model-form input[type=password]
{   
  /*direction: rtl;*/
  background-color: rgb(100, 100, 100);
  align-content: center !important;
  padding: 8px;
  padding-left: 50px; /*44  of the image button+8 aound entire button + 1*/
  vertical-align: center;
  display: inline-block;
  position: relative;
  top:0px;
  left:0px; /*snaped to image icon*/
  background: rgb(100, 100, 100);
  border: 1px solid #444;
  border-radius: 4px;
  color: #edffff;
  fill: #edffff;
  /* padding: 5px; */
  /* margin:5px; */
  /* margin-bottom: 10px; */
  cursor: text;
  overflow: hidden;
  text-align: center;
  text-rendering: auto;
  letter-spacing: 2px;
  word-spacing: normal;
  text-transform: none;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-indent: 0px;
  text-shadow: none;
  font: 400 1em Arial;
  width: 100%;
  height: 100%;
  box-sizing: border-box; 
}

.model-form input[type=text]:hover,.model-form input[type=url]:hover {
  background-color: rgb(70, 70, 70) !important;
  border-color: #9ecaed !important;
  box-shadow: 0 0 10px #9ecaed !important;
}


.uploadOptionsDiv{
  display: flex;
  flex-direction:column;
}

.collapsible{
  max-height: 200px;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
}

.collapsed{
  max-height: 0;    
}
.buttonPlaceholder{
  color:rgba(255,255,255,0.6);
}

select:required:invalid {
  color: rgba(243, 85, 85, 0.15);
}

option[value=""][disabled] {
  display: none;
  color: rgba(243, 85, 85, 0.15);
}
option {
  color: white;
}

.rtl{
  direction: rtl;
}

.ltr{
  direction: ltr;
}


    
/* .input-field>input[type="file"] {
  display: none;
}  */

input{
  border: 1px solid #444;
}


button:focus, select:focus, input:focus, textarea:focus, span[contenteditable]:focus {
  border: 1px solid rgb(62, 148, 233)!important;
  outline: none;
}

button:hover, select:hover, input:hover, textarea:hover, span[contenteditable]:hover{
  border: 1px solid #9ecaed!important;
  outline: none;
  box-shadow: 0 0 10px #9ecaed !important;
}

button:focus:hover{
  border: 1px solid #9ecaed!important;
}

input::placeholder{
 color: rgb(255,255,255,0.6);
}


button:focus-within {
  border: 1px solid rgb(62, 148, 233)!important;
}


/* option:focus {
  border: 1px solid rgb(62, 148, 233)!important;
  outline: none;
}

option:hover{
  border: 1px solid #9ecaed!important;
  outline: none;
  box-shadow: 0 0 10px #9ecaed !important;
} */

input.VSHrange:hover {
  box-shadow: none!important;
}


div video{
  width: 100%;
  height: auto;
  grid-row: 1;
  grid-column: 1;
}

/* div img{
  width: 100%;
  height: 100%;
  grid-row: 1;
  grid-column: 1;
} */

.divSnapshot{
  display: flex;
  grid-row: 1;
  grid-column: 1;
  align-items: flex-end;
  align-content: center;
  justify-content: center;
}

div .snapshot {
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(100, 100, 100);
  background-image: url(Buttons/v2/all_buttons.svg#snapshot);
  height: 30px;
  width: 30px;
  font-size: 16px;
  border: 1px solid #444;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
}

.uploadTab{
  display: flex;
  flex-wrap: nowrap;
  flex-flow: row;
  direction: rtl;
  justify-content: flex-start;  
  align-items: stretch; 
  height:40px; 
}

.uploadTab>button{
  flex:1;
  margin: 1px 0px 0px 0px;  
}

.uploadTabSeperator{  
  padding: 1px;
  background-color: rgba(60,60,60,1);
}



/* #models_tab{
  border-radius: 12px 4px 4px 4px;
}
#layers_tab{
  border-radius: 4px 12px 4px 4px;
} */

#models_tab:hover, #layers_tab:hover{
  background-color: rgb(54 54 54) !important;
  border-color: #00000000 !important;
  box-shadow: 0 0 10px #9ecaed00 !important;
}

#models_tab:active, #layers_tab:active{
  background-color: rgb(21, 21, 21) !important;
  border-color: #00000000 !important;
  box-shadow: 0 0 10px #9ecaed00 !important;
}

#models_tab.ActiveButton{
  z-index: 3!important;
  /* margin-left: -8px; */
  box-shadow: rgba(0,0,0,0.5) -1px 1px 4px!important;
}

#layers_tab.ActiveButton{
  z-index: 3!important;
  /* margin-right: -8px; */
  box-shadow: rgba(0,0,0,0.5) 1px 1px 4px!important;
}

.import-from-file-container{
  /* background-color: rgba(0,0,0,0.25); */
    margin-top: -1em;
    margin-bottom: 1em;
    padding: 1em 0px 0em 0px;
    transition: 0.2s all;
}

.cesium-infoBox-title-ex{    
  min-height:19px;
}

.cesium-infoBox-title-ex-editable{
  padding:5px 25px 5px 46px; /*change because of the new save & delete button*/
}


.layer-properties-container{
  position:absolute;
  right: 0;
  overflow: hidden;
  margin-inline-start: auto;
  max-width: 574px;
  display:flex;
}

.sub-toolbar {
  display: inline-block;
  overflow: hidden;
  transition: width 0.8s;
  stroke: #edffff;
  stroke-width: 2;
  fill: transparent;
  background-color: rgba(30, 30, 30, 0.7);
  position: absolute;
  top: 54px;
  left: 670px;
  height: 46px;
  width: 0px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
  border: 0px ;
  z-index: 1 ;
}

.sub-toolbar.expanded {
  width: 462px;
  border-radius: 4px;
}

.sub-toolbar-button {
  margin-right: 1px!important;
  margin-left: 1px!important;
}



.special_effects{
    background-image: url("Buttons/v2/all_buttons.svg#special_effects");
    background-size: 100%;
}

.fly_mode{
  background-color: rgba(30,30,30,0.7);
  border-color: transparent !important;
  width: 40px;
  border-radius: 8px;
  background-image: url("Buttons/v2/all_buttons.svg#flyModeRot");  
  background-size: 100%;    
  background-position: 7px 50%;    
}

.fly_mode-animation{  
  animation-name: fly_mode;
  animation-duration: 0.4s;
  animation-delay: 2s;
  animation-iteration-count: 20;
  animation-direction: alternate;
}

@keyframes fly_mode {
  from {background-color: rgba(60,60,60,1);}
  to {background-color: rgb(74,126,199,1);}
}

.white {
  background-image: url("Buttons/v2/all_buttons.svg#white2");
  background-size: 100%;
}

.fog {
  background-image: url("Buttons/v2/all_buttons.svg#fog");
  background-size: 100%;
}

.slope {
  background-image: url("Buttons/v2/all_buttons.svg#slope");
  background-size: 100%;
}

.height {
  background-image: url("Buttons/v2/all_buttons.svg#height");
  background-size: 100%;
}

.distance {
background-image: url("Buttons/v2/all_buttons.svg#distance");
background-size: 100%;
}

.direction {
  background-image: url("Buttons/v2/all_buttons.svg#direction");
  background-size: 100%;
  }
  

.snow {
  background-image: url("Buttons/v2/all_buttons.svg#snow");
  background-size: 100%;
}

.clouds {
    background-image: url("Buttons/v2/all_buttons.svg#clouds");
    background-size: 100%;
}

.transparency {
  background-image: url("Buttons/v2/all_buttons.svg#transparency");
  background-size: 100%;
}

.tools-simcity {
  border-radius: 50px;
  width: 160px;
  justify-content: center;
}
.remapColors {
  background-image: url("Buttons/v2/all_buttons.svg#remapColors");
  background-size: 100%;
}
.remapColors-cycle {
  background-image: url("Buttons/v2/all_buttons.svg#colorCycle");
  background-size: 80%;
}
.remapColors-rotateLeft {
  background-image: url("Buttons/v2/all_buttons.svg#rotateLeft");
  background-size: 75%;
}
.remapColors-rotateRight {
  background-image: url("Buttons/v2/all_buttons.svg#rotateRight");
  background-size: 75%;
}

.ortho {
  background-image: url("Buttons/v2/all_buttons.svg#ortho");
  background-size: 100%;
}

.perspective {
  background-image: url("Buttons/v2/all_buttons.svg#perspective");
  background-size: 95%;
}

/*override styling 12/10/2020*/

div.modal-content, .pro_info {
  background-color: rgba(0,0,0,0.5) !important;
  backdrop-filter: blur(4px) saturate(60%);
  border-radius: 20px;
  pointer-events: auto;
  padding: 15px !important;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  border-width: 0;
}
.pro_info {
  min-width: 350px;
  left: 50% !important;
  right: 50% !important;
  transform: translateX(-50%);
}
.login-options {
  height: 40px;
  width: 165px;
  border-radius: 8px;
  border-width: 0;
  background-color: rgba(30,30,30,0.8) !important;
}


h3#h-account {
  width: 100%;
}

div#modalDiv.modal,
div#modal-account.modal {
  background-color: transparent;
  pointer-events: none;
}

.cesium-measure-toolbar, div.tools.EntranceT, #layers_toc, #layers_toc2 {
  background-color: rgba(30,30,30,0.7) !important;
  border-radius: 8px !important;
  z-index: 5;
}
#layers_toc, #layers_toc2 {
  background-color: rgba(60,60,60,1) !important;
}

#layers_toc{
  /* padding: 2px 0px 4px 0px; --this messes up firefox so no padding for now*/
  border-radius: 0px 0px 8px 8px !important;
  
}

#layers_toc_toolbox{  
    /* display:flex; */
    width: auto;    
    position: absolute;
    top: 98px;
    left: 7px;
    /*grid-auto-rows: 40px;*/
    visibility: hidden;
    padding: 0px 0px 0px 1px;
    /*padding: 3px;
      margin: 7px;*/
   /* z-index: 1;*/
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
    /* overflow-y: auto;
    overflow-x: hidden; */    
    max-height: calc(100% - 180px - 98px);    
    height: -webkit-fill-available;
    /*padding-right: 15px; /*fix vertical scrollbar appear differently on firefox.*/  
}
@media only screen and (max-width: 1000px) {
  #layers_toc_toolbox{
    top: 115px !important;
    max-height: calc(100% - 196px - 115px);    
  }
  .container2 {
    top: 115px !important;    
  }
  .msgloading {
    top: 115px;
  }
  .cesium-measure-toolbar {
    top: 100px!important;    
  /*  white-space: normal!important;*/
  }

  .sub-toolbar {
    top: 150px!important;    
  }
}

@media only screen and (max-height: 600px) {
  .meimadlogo{
    height: 28px;
  }
  #layers_toc_toolbox{
    max-height: inherit;
  }
}

@media only screen and (max-width: 600px) {
  .tools {
    max-width: 300px !important;
    /* max-height: 200px !important; */
    left: 63px !important;
  }

  .tools2 {
    right: 50px !important;
    top: 5px !important;
  }

  .tools_login{
    right: 5px !important;
    top: 5px !important;
  }

  #layers_toc_toolbox{
    top: 160px !important;
    max-height: calc(100% - 180px - 160px);    
  }
  
  .container2 {
    top: 160px !important;    
    
  }
  .msgloading {
    top: 115px;
  }
  .meimadlogo{
    height: 28px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .coordinates{
    display: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

  .cesium-measure-toolbar {
    top: 150px!important;
    left: 63px!important;
  /*  white-space: normal!important;*/
  }

  .sub-toolbar {
    top: 150px!important;
    left: 0px!important;
  }

  .sub-toolbar.expanded {
    width: 265px!important;
    height: 95px!important;
  }

  .pro_info{
    width: 70vw!important;
    top: 40%!important;
    left: 15%!important;
  }

  /*.toolbarVSH{
    font: 400 11px Arial!important;
    top: 60px!important;
    width:250px!important; 
    z-index: 10;
  }*/

/*  .pro_info{
    font: 400 11px Arial!important;
    top: 30%!important;
    left: 25%!important;
    width:50vw!important; 
    min-height: 20vh!important;
    justify-content: center;
  }*/

  .toolbarVSH{
    letter-spacing: 1px;
    font: 400 11px Arial;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 150px;
    width:230px; 
    min-height: 80px;
}

.elevationProfile-container{
  height: 300px;
}

}


@media only screen and (max-width: 320px) {
  .tools {
    max-width: 250px !important;
    /* max-height: 200px !important; */
    left: 63px !important;
  }

  .tools2 {
    right: 5px !important;
    top: 15px !important;
  }

  .tools_login{
    right: 5px !important;
    top: 60px !important;
  }
  #layers_toc_toolbox{
    top: 220px !important;
    max-height: calc(100% - 180px - 220px);    
  }

  .container2 {
    top: 220px !important;    
  }
  .msgloading {
    top: 160px;
  }
  .meimadlogo{
    height: 30px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .coordinates{
    display: none;
  }

  .cesium-measure-toolbar {
    top: 200px!important;
    left: 63px!important;
    white-space: normal!important;
  }

  .cesium-measure-toolbar.expanded {
    width: 230px!important;
    height: 95px!important;
  }

  .sub-toolbar {
    top: 200px!important;
    left: 0px!important;
  }

  .sub-toolbar.expanded {
    width: 225px!important;
    height: 95px!important;
  }

  .pro_info{
    width: 70vw!important;
    top: 40%!important;
    left: 15%!important;
  }  
}

#coordinatesContainer {
  background-color: rgba(30,30,30,0.7) !important;
  border-radius: 8px 0px 0px 8px !important;
  display: block;
}

.cesium-fullscreenButton {
  background-color: rgba(30,30,30,0.7) !important;
  border-width: 0;
}
/* .layers {
  background-color: transparent;
} */
.layers-Simplex, .list-layer-Simplex{
  background-color: rgb(60,60,60) !important;
  border-color: transparent;
  text-overflow: ellipsis;
}
/* .login-options {
  background-color: rgb(60,60,60) !important;
} */
.mainButton {
  background-color: rgba(60,60,60,1);
  border-color: transparent !important;
  border-radius: 8px;
}

.ActiveMenuAnimating{ /*important- make background opaqe during animation which causes more smooth cesium graphics*/
  background-color: rgba(45, 45, 45, 1);
}

.cesium-measure-button,
.buttons-Simplex {
  background-color: rgba(255,255,255,0.0) !important;
  border-radius: 8px !important;
  border-color: transparent !important;
}
.bkOpenBookmarkButton, .bkAdd, .bkEdit {
  background-color: rgba(30,30,30,0.7) !important;
  border-radius: 8px 8px 0px 0px !important;
}
.bkOpenBookmarkButtonContainer, .bkBackPanelContainer {
  background-color: rgba(0,0,0,0.25) !important;
}
.ActiveButton
{
  background-color: rgb(30,30,30) !important;
}
button:focus, .active {
  border-color: transparent !important;
}
.cesium-measure-button svg {
  margin-top: 2px;
  margin-left: -2px;
}

/*button#store-btn,*/
button#user-btn.user,
button#info.info {
  background-color: rgba(30,30,30,0.7) !important;
  border-color: transparent !important;
  width: 40px;
  border-radius: 8px;
  background-size: 85%;
}
.cesium-geocoder-searchButton {
  background-color: rgba(0,0,0,0.25) !important;
  width: 40px;
  border-radius: 8px;
}
.cesium-geocoder-searchButton svg {
  width: 28px;
  margin: 0 3px 0 6px;
}
.cesium-viewer-geocoderContainer, #frmGeocodeSearch {
  border-radius: 8px;
}
.cesium-viewer-geocoderContainer .cesium-geocoder-input
{
  width: 40px;
  /* background-color: rgba(40,40,40,0.7) !important; */
  background-color: transparent!important;
  border-radius: 8px !important;
}
.cesium-geocoder-input-wide, .cesium-geocoder-input:focus, .cesium-viewer-geocoderContainer:hover .cesium-geocoder-input
{
  padding-right: 45px;
  padding-left: 4px;
  background-color: rgba(0,0,0,0.52) !important;
}
.model-title {
  padding-top: 15px;
}
#login-form .input-field,
#primary-signup-form .input-field,
.signup-sec-div .input-field{
  border-width: 0;
}
#login-form .input-field input,
.account-input-field input,
#primary-signup-form .input-field input,
#signup-form .input-field input{
  /* height: 20px !important; */
  box-sizing: border-box;
  width: 100% !important;
  margin: 0 !important;
  font-size: 1.2em;
  max-width: 250px;
}
.modal-content label {
  width: 15% !important;
}
#modal-signup .modal-content {
  max-width: 450px;
}
#signUp-form-btn, #login-form-btn {
  width: 160px;
  height: 35px;
  background-color: #1F3D4D;
}
#close_pro_info {
  margin: 10px;
}

.infoBoxFocus{
  background-image: url("Icons/target.png")!important;
  background-size: 95%;
}

#popupMessageBar {
  position: absolute;
  z-index: 101;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.75);
  text-align: center;
  line-height: 2.5;
  overflow: hidden; 
  -webkit-box-shadow: 0 0 5px black;
  -moz-box-shadow:    0 0 5px black;
  box-shadow:         0 0 5px black;
  font-size: 16px;
  transform: translateY(50px);
}

@keyframes slideUp {
  0%, 100% { transform: translateY(50px); }
  10%, 90% { transform: translateY(0px); }
}

@-webkit-keyframes slideUp {
  0%, 100% { -webkit-transform: translateY(50px); }
  10%, 90% { -webkit-transform: translateY(0px); }
}
@-moz-keyframes slideUp {
  0%, 100% { -moz-transform: translateY(50px); }
  10%, 90% { -moz-transform: translateY(0px); }
}





.popupSlide{
  /*transform: translateY(50px);*/
  animation: slideUp 3s 0s 1;  
  /*-webkit-transform: translateY(50px);*/
  -webkit-animation: slideUp 3s 0s 1;
  /*-moz-transform:    translateY(50px);*/
  -moz-animation:    slideUp 3s 0s 1;
}

.tou-full-background{
  position:absolute;
  width: 100%;
  height: 100%;
  /* backdrop-filter: blur(4px) opacity(0.9); */
  background-color: rgba(30,30,30,0.7);
  font-size: 125%;
  z-index: 1000000;
}
.tou-main-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;

  direction: rtl;
  position: fixed;
  top: 50%;
  left: 50%;
  box-shadow: 0px 0px 32px black;
  /* background: rgb(60 60 60); */
  transform: translate(-50%, -50%);
  border-radius: 20px;
  min-width: 250px;
  background-color: rgba(30,30,30,0.8);
  border: 1px solid black;
  max-width: 350px;
  text-align: center;
 
}

.tou-h1{
  text-align: center;
  text-shadow: 1px 1px 1px rgb(60 60 60 / 70%);
  margin-bottom: 0;
}
.tou-links-container {
  display:flex;
  /*justify-content:space-evenly;*/
  flex-direction: column;
  align-items: center;
}

.tou-links-container a{
  /* font-size: 125%; */
  margin-bottom: 6px;
  color: white;
}

.tou-links-container2 a{
  /* font-size: 125%; 
  color:dodgerblue;*/
  direction: rtl;
  font-weight: bold;
  padding: 3px;
}

/* .tou-links-container2 a:visited{
  font-size: 125%; 
  color:rgb(109,131,148);  
} */

.tou-confirm-chkbox{
  margin:auto;
  /* margin:50px 0px; */
  text-align: center; 
}

.tou-confirm-btn-container{
  margin:10px 0px;
  display:flex;
  justify-content:center
}

.tou-confirm-btn-container button{
  width: 140px;
  font-weight: bold;
  font-size: 110%;
  letter-spacing: 1.2px;
  background-color: #1F3D4D;
  box-shadow: rgb(158 202 237) 0px 0px 10px !important;
  border-color: rgb(158, 202, 237) !important;
}

.layers-init-state{
  display: none;
}

/* .login-options-list ul {
  margin: 3px;
  padding-inline-start: 0px;
} */

.tools-dropdown-bottom {
  display: flex;
  justify-content: space-between;
  /* flex-direction: row; */
  /* margin-top: -3px; */
  width: 179px;
  align-items: center;
  box-sizing: border-box;
  margin: 3px;
}

/* #about {
  width: 100px !important;
  margin-right: 5px;
} */

#about-li{
  display: flex;
}

#tou-meymad-logo {
  width: 200px;
}

#help-container
{
  z-index: 500000;
}

#help-container h1
{
  margin: 0;
}

.navhelp-content {
  margin-top: 15px;
  min-width: 150px;
  min-height: 150px;
  background-color: #949494;
}

#help-container img,
#help-container video,
.navhelp-content video {
  width: 300px;
  height: 300px;
}

.tools2.incognitoActive {
  right: 54px;
}

#store-btn {
  background-image: url("Buttons/v2/all_buttons.svg#shop");
  background-size: 73% !important;
  background-position-x: 4px;
  background-color: #1F3D4D;
  box-shadow: 0 0 10px #9ecaed !important;

  border-color: transparent !important;
  width: 40px;
  border-radius: 8px;
}

#store-btn.catalog-btn {
  background-image: url("Buttons/v2/all_buttons.svg#catalog") !important;
  background-size: 61% !important;
  background-position-x: center;
  background-position-y: 7.5px;
}

.incognito{
  background-image: url("Buttons/v2/all_buttons.svg#incognito");
  background-size: 80%;
  pointer-events: all!important;

  background-color: #1F3D4D;
  box-shadow: 0 0 10px #9ecaed !important;
  padding-top: 3px;

  border-color: transparent !important;
  border-radius: 8px;
}

.corner-close-button {
  position: absolute;
  top: 8px;
  right: 8px;
}

.help-info-text {
  text-align: center;
  font-size: 120%;
  margin: 8px;
  max-width: 284px;
}

.help-info-text a {
  color: white;
}

.elevationProfile-container{
  display: none;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 100px;
  left: 50px;
  background-color: rgba(30,30,30,0.7) ;
  border-radius: 20px;
  width: 450px;
  height: 550px;
  z-index: 3;
}

/* .ep-close{ */
  /* position: absolute;
  top: 0px;
  right:7px; */
/* } */

@media only screen and (max-height: 550px) {
  .navhelp-content {
      min-height: 50px !important;
      overflow: hidden;
      max-height: 100px;
      display: flex;
      align-items: center;
  }

  .elevationProfile-container{
    height: 300px;
  }

}

.elevation-profile-header{
  background: #00000075;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#modal-models-library, #modal-empty-layer{
  width:564px; 
  height:90%; 
  left:unset; 
  right:8px; 
  top:8px;
  overflow: hidden;
}

@media screen and (min-width: 1128px) {
  #modal-models-library, #modal-empty-layer{
    width:50%; 
  }
  
}
@media screen and (max-width: 768px) {
  #modal-models-library, #modal-empty-layer{
    width:100%; 
  }  
}

#messageBar_date{
  position: absolute;
  left: 0;
  bottom: 0;
  /* background-color: rgba(0,0,0,0.5); */
  color: white;
  text-shadow: 1px 1px black;
  font: 15px Arial;
  padding: 5px 5px 5px 7px;  
  /* border-radius: 0 8px 8px 0px; */
  pointer-events: none;
  cursor: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
   user-select: none;
}

.hideCursor{
  cursor: none!important;
}

.layers-header-title{
  flex:100%;
}

.layers-header-container{
  display:flex;
  flex-wrap:nowrap;
  flex-direction: row-reverse;
  align-items:center;
  border-radius: 8px 8px 0px 0px;
  visibility: visible;
  justify-content: start;
  /* letter-spacing: 1px; */
  visibility:hidden;  
  /* background-color: rgba(0,0,0,0.7); */
  /* background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.7) 100%); */
  background: rgba(30,30,30,0.7);
  /* padding-top: 3px; */
  
  /* margin-bottom: -2px; */
  /* margin-left: -4px;
  margin-right: -3px; */
}

#manage_layers{
  /* font-size:20px;
  margin-left: -4px;
  text-align: center;
  background-color: rgba(70,70,70,1);
  border-color: transparent;
  width: 24px; */
  background-image: url("Buttons/v2/all_buttons.svg#layers_manage");
  /* background-size: 125%; */
  /* height: 34px; */
  width: 40px;  
}

#reset_layers_state{  
  background-image: url("Buttons/v2/Layers_reset.svg");
  background-size: "contain";
  /* background-size: 125%; */
  /* height: 34px; */
  width: 40px;  
}


.hidden{
  display: none!important;
}


@keyframes slideInFromBottom {
  0% { transform: translateY(100%); }
  100% { transform: translateY(0); }
}
#stickyFooterAd {
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1100px;
  /* background-color: #4a7ec7; */
  background-color: #5b8ca6;
  box-shadow: 0 -5px 20px #00000066;
  border-radius: 20px 20px 0px 0px;
  color: white;
  text-align: center;
  z-index: 1000;
  direction: rtl;
  font-size: 18px;
  padding: 0px;
  box-sizing: border-box;
  display:flex;
  justify-content: center;
  align-items: center;

  animation: 1s ease-out 0s 1 slideInFromBottom;
}
#stickyFooterAd.ltr { direction: ltr; }

#stickyFooterAd:hover {
  box-shadow: 0 -5px 20px #c3d3ea94;
}
.stickyFooterAdHide {
  transition: transform 2s;
  transform: translateY(100%);
}
#stickyFooterAd .italic{ display: inline; white-space:nowrap; }

#stickyFooterText {
  flex: 1;
  color: white;
  text-align: center;
  text-align-last: center;
  direction: rtl;
  font-size: 19px;
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
  letter-spacing: 0.3px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;

  transition: padding 1s;
}
#stickyFooterAd.ltr #stickyFooterText { direction: ltr; }

.stickyFooterTextLarge {
  padding: 60px 20px 20px 20px !important;
}

#stickyFooterDescription {
  padding: 50px 0px 50px 0px;
  min-width: 250px;
  max-width: 480px;
  font-size: 16px;
  font-weight: normal;

  animation: 1s ease-out 0s 1 slideInFromBottom;
}

#stickyFooterDescription small {
  font-size: 11px;
}
#stickyFooterDescription small a {
  font-size: 11px;
  color: white !important;
}

#stickyFooterAd .closeButton {
  flex: 0 0 25px;
  position: relative;
  float: left;
  color: white;
  text-align: center;
  font-size: 25px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 50%;
}
#stickyFooterAd .closeButton:hover { 
  text-shadow: 0 0 10px #fcfcfc !important;
  font-weight: bold;
  cursor: pointer;
}

@supports (-webkit-touch-callout: none) {
  .banner{
    background-image: url("Images/Banner.png");
  }
}

.ituran-filter{
  width: 115px;
  margin-right: -9px;
}

.ORwrap {
  text-align: center;  
  margin: 0px 0px 12px 0;
  position: relative;
  pointer-events: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently*/
}
.ORlinks {
  /*padding: 0 10px;*/
  display: flex;
  justify-content: center;
  position: relative;
}
.ORwrap:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid black;
  background: black;
  width: 100%;
  transform: translateY(-50%);
}

.OR{
  font-weight: bold;
    width: 20px;
    height: 20px;
    background: black;
    padding: 3px;
    border-radius: 3px;
}

#export-checkbox-div{
    margin-top: 10px;
}


.btn-clicked{
  background-color: rgb(50, 50, 50) !important;
  }

.uploadfile{
  display: inline-block;
  max-height: 470px;
  overflow: hidden auto;
  /* width: 230px; */
}

.upload-hidden{
  opacity: 0;
  padding: 0;
  height: 0;
  pointer-events: none;
}

.shadow-opacity-range-container{
  position: absolute;
  top: -40px;
  right: 0;
  height: 22px;
  width: 160px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.1s all;
}

.shadow-opacity-range-container:hover{
  /* background-color: rgba(70, 70, 70, 0) !important;  */
  border-color: #9ec9ed00 !important;
  box-shadow: 0 0 10px #9ec9ed00 !important;
}

.header-for-x-btn{
  padding: 4px;
  background-color: #000000b3;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  direction: rtl;
}

.close-btn{
  background: rgb(100, 100, 100);
  border: 1px solid #444;
  color: #edffff;
  border-radius: 4px;
  width: 20px;
  padding: 0px;
  font-size: 20px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  cursor: pointer;
}

.close-btn:hover{
  border: 1px solid #9ec9ed00!important;
  box-shadow: 0 0 10px #9ec9ed00 !important;
  color: #000000;
}

.space-between{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#export-header-title, #ashbinaa-header-title {
  padding: 0px 6px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bolder;
}

.export-form{
  padding:  5px 10px;
}

.ashbinaa-form-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5px;
}

.ashbinaa-filter-input-container{
  width: 75%;
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px;
  align-items: center;
}

#filter_ashbinaa_btn {
  background-color: rgb(60,60,60);
  letter-spacing: 1px;
  color: white;
  border: transparent;
  padding: 5px 20px;
  border-radius: 5px;
  transition: 0.1s all;
  margin-bottom: 10px;
  cursor: pointer;
}

#filter_ashbinaa_btn:hover, .layer-info:hover, .layer-info:focus-within, .layer-info:focus {
  border: 0px solid #00000000!important;
  outline: none;
  box-shadow: 0 0 0px #9ecaed !important;
  background-color: rgb(50,50,50);;
}

#filter_ashbinaa_btn:focus-within {
  border: 0px solid rgb(62, 148, 233)!important;
}

.ashbinaa-filter-input{
  position: absolute;
  top: 0;
  left: -20px;
}

#ashbinaa-filter-range-input{
  visibility: visible;
  display: inline-block;
  max-width: 103px;
  top:0px;
  width: 18px;
  height: 18px;
  margin: 0px !important;
}

.start-input{
  position: relative
}

.ashbinaa-filter-title{  letter-spacing: 2px;
  letter-spacing: 2px;
  margin: 10px;
}

.no-letter-spacing {
  letter-spacing: 0px !important;
}

.tableVSH{
  display: flex;
  justify-content: center;
}

#layer_info_div_text{
  padding: 0 5px;
}

.layer-info{
  background-image: url(Buttons/v2/all_buttons.svg#info);
  height: 30px;
  width: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  border-radius: 5px;
  border: none;
}

.slider-date-range {
  /* position: absolute;
  top: 50%;
  transform: translate(-50%,-50%); */
  width: 100%;
  height: 30px;
  /* padding: 2px; */
  /* padding-left: 7px; */
  margin-left: -1px;
  background: #fcfcfc;
  border-radius: 6px;
  display: flex;
  align-items: center;
  /* box-shadow: 0px 1px 10px #7E6D5766; */
}

.slider-date-range label {
  font-size: 12px;font-weight: 400;
  font-family: Open Sans;
  padding-left: 2px;
  color: black;
}

.slider-date-range input[type="range"] {
  width: 100%;
  height: 2px;
  background: black;
  border: none;
  outline: none;
}

input[type="range" i] { /*This is a 'hack' setting tickmarks color*/
  color: white;
}

.slider-data-range-data-list{
  display: flex;
  flex-direction: row;
  writing-mode: horizontal-tb;
  justify-content: space-between;
}

.slider-date-value {
  position: relative;
  display: block;
  text-align: center;
  height: 1px;
  margin: 2px 0px -3px 0px;  
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  font-size: 11px;
  font-weight: bold;
  pointer-events: none;
}

.cut_surface_toolbox {
  max-width: 200px;
  margin: 12px;
  padding: 25px 25px 25px 10px;
}

.cut_surface {
  display: flex;
  flex-direction: column;
  justify-content: right;
}

  
.cut_surface_title{
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 12px;
}

.cut_surface_check_box {
  display: flex;
  flex-direction: column;
  justify-content: right;
  padding: 0.5rem 0
}

.activate_cut_title {
  display: flex;
  justify-content: end;
  padding: 0.5rem;
}

.cut_surface_label {
  display: flex;
  justify-content: end;
}

.radioToolbar {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-right: 20px;
}

.cut_surface_radio_item {
  display: flex;
  justify-content: end;
  padding: 2px;
}
