html,body {
    margin:0;
    width: 100%;
    height: 100%;
}

.mycontainer{
    position:absolute;
    height:100%;
    background-color: black;
}


#sidebar{
    left:0;
    /*top:0;*/
    top:40px;
    bottom:0px;
    height: auto;

    right:calc(100% - 62px);;
    /*bottom:0;*/
    background-color: rgb(90, 88, 88);
}

#view-container{
    left:62px;
    top:0;
    right:0;
    bottom:0;
}

#view-status{
    background-color: rgba(231, 247, 0, 0.123);
    box-sizing: border-box;
    width: 100%;
    padding: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    
    color: white;
    text-align: center;
    font-family: 'Lato', sans-serif;
    margin:0;
    padding:0;
    z-index: 100;
}


#view-status-image{
  background-color: rgba(231, 247, 0, 0.123);
  box-sizing: border-box;
  width: 100%;
  padding: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  
  color: white;
  text-align: center;
  font-family: 'Lato', sans-serif;
  margin:0;
  padding:0;
  z-index: 100;
}
    

#status {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}


.copyright-item {
  padding: 4px 4px 2px 4px;
  font-family: 'Roboto', 'Noto', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background-color: rgba(0,0,0,.7);
  font-size: 13px;
  line-height: 16px;
  -webkit-font-smoothing: subpixel-antialiased;
}





/* The side navigation menu */
.sidenavLocal {
    height: auto; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 101; /* Stay on top */
    top: 0px; /* Stay at the top */
    bottom: 0px;
    left: 62; /*Default sidebar size*/
    background-color: rgb(255, 255, 255); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenavLocal */
  }

.sidenavLocal2 {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 62; /*Default sidebar size*/
    background-color: rgb(255, 255, 255); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenavLocal */
}

  
  /* Position and style the close button (top right corner) */
  .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
  }

  
  /* The navigation menu links */
  .closebtn {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #b6b6b6;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .closebtn:hover {
    color: #f1f1f1;
  }
  
  button {
    position: relative;
    outline: none;
    text-decoration: none;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    height: 40px;
    width: 70px;
    opacity: 1;
    /*background-color: #ffffff;
    border: 1px solid rgba(22, 76, 167, 0.6);*/
  }
  button span {
    color: #164ca7;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.7px;
  }
  button:hover {
   /* animation: rotate 0.7s ease-in-out both;*/
  }

  .btnActive {
    background-color:rgba(97, 119, 156, 0.24);
  }
  
  button:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
  }
  
  @keyframes rotate {
    0% {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
      transform: rotate(3deg) translate3d(0, 0, 0);
    }
    50% {
      transform: rotate(-3deg) translate3d(0, 0, 0);
    }
    75% {
      transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
  }
  @keyframes storm {
    0% {
      transform: translate3d(0, 0, 0) translateZ(0);
    }
    25% {
      transform: translate3d(4px, 0, 0) translateZ(0);
    }
    50% {
      transform: translate3d(-3px, 0, 0) translateZ(0);
    }
    75% {
      transform: translate3d(2px, 0, 0) translateZ(0);
    }
    100% {
      transform: translate3d(0, 0, 0) translateZ(0);
    }
  }
  


  .box {
    width: 65px;
    height: 65px;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: "Dax", sans-serif;
    font-weight: 900;
    background-color: #007e90;
  }

  .box:active {
    transform: translateY(10px);
}

.box span {
    position: absolute;
    transform: translate(0, 35px);
    left: 0;
    right: 0;
    transition: all 300ms ease;
    font-size: 0.8em;
    user-select: none;
    color: #ffffff;
}







.VXmodal{
    width: 350px;
    height: 250px;
}

.VXmodalLogin{
    width: 400px;
    height: 700px;
}

.mymodal {
    padding: 0px;
    height: 100%;
}

.waves-effect-local {
    height: auto;
    min-height: 20px;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}


.VXrow {
    display: flex;
}

.VX90leftcolumn {
    flex: 90%;
}

.VX10rightcolumn {
    flex: 10%;
}

.VX70leftcolumn {
    flex: 60%;
}

.VX30rightcolumn {
    flex: 40%;
}







/**
 **
  OVERRIDES
 **
 */


.ol-full-screen{
  right: auto !important;
}

#profile_window{
	background-color:	var(--bg-color);
}

#profile_titlebar{
	background-color:	var(--bg-color-2);
	color: var(--font-color-2);
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font-size: 1em;
	font-weight: bold;
}

#profile_window_title{
	position: absolute;
	margin: 5px;
}

.profile-container-button{
	cursor: pointer;
}

.profile-button:hover{
	background-color: #0000CC;
}

td, th {
  padding: 0px !important;
}





/***
**
*/

.cursor-pointer {
  cursor: pointer;
}






/*****
**
*/

#logoobliquo {
  position: absolute;
  bottom: 45px;
  left: 50%;
  background: url('../images/Tuiin_logo_0.png') no-repeat top left;
  background-size: 200px 90px;
  width: 200px;
  margin-left: -90px;
  height: 90px;
  z-index: 10;
}

#logoobliquo2 {
  position: absolute;
  bottom: 25px;
  left: 52%;
  background: url('../images/Oblicuo_negro_completo.png') no-repeat top left;
  background-size: 80px 20px;
  width: 90px;
  margin-left: -45px;
  height: 20px;
  z-index: 10;
}





#sceneTree>.jstree-container-ul>li>a>i.jstree-checkbox
{
    display:none
}

#sceneTree>.jstree-container-ul>li>a>i.jstree-checkbox
{
    display:none
}

#sceneTree>.jstree-container-ul>li>ul>li>a>i.jstree-checkbox
{
    display:none
}







.ol-popup {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 150px;
}

#popup-content{
  font-size: 11px;
  text-align: center;
}

.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}


#cesiumContainer{
  background-color:gray;
}


.myColl{
  padding: 0rem;
  padding-top: 0rem; 
  padding-bottom: 0rem;
}

.myCollHeader{
  padding-left: 0.4rem;
}




/*****
** Navigation help
*/
.navigation-help{
  display: none;
  z-index: 99;
  position: absolute;
  top: 437px;
  left: 80px;
  width: 250px;
  border-radius: 10px;
  background-color: rgba(141, 137, 137, 0.818);
}

.navigation-help-pan {
  color: #6cf;
  font-weight: 700;
}

.navigation-help-zoom {
  color: #65fd00;
  font-weight: 700;
}
.navigation-help-rotate {
  color: #ffd800;
  font-weight: 700;
}
.navigation-help-details {
  color: #fff;
}


.navigation-help-pan-tinny {
  color: #6cf;
  font-weight: 700;
  font-size: small;
}
.navigation-help-details-tinny {
  color: #fff;
  font-size: small;
}


.navigation-measure-help{
  display: none;
  z-index: 99;
  position: absolute;
  bottom: 20px;
  right: 80px;
  width: 400px;
  border-radius: 10px;
  background-color: rgba(141, 137, 137, 0.818);
}