.scroll-container {
  display: block;
  max-height: 290px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-blocker {
  display: none;
}

@media screen and (orientation:portrait) and (max-width: 700px) {

  .mobile-blocker {
    display: block;
  }
}

.highlight {
  background-color: #D3D3D3;
}
.hvr:hover {
  border-bottom: 1px solid lightgray;
}
.hvr {
  border-bottom: 1px solid white;
}
table {
  border: 2px solid #42b983;
  border-radius: 3px;
  background-color: #fff;
}

th {
  background-color: #42b983;
  color: rgba(255, 255, 255, 0.66);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

td {
  background-color: #f9f9f9;
}

th,
td { 
  /* min-width: 80px;  */
  padding: 2px 2px;
}

.vueWindow {
  overflow: hidden;
  top: 20px;
  right: 25px;
  max-height: 93%;
  width: 350px;
  position: absolute;
}

.sideMenu {
  z-index: 101; 
  top: 0px; 
  left: 10px; 
  max-height: 80%; 
  width: 100px; 
  position: absolute; 
  background-color: #eaeaeacc; 
  border: solid lightgray 1px; 
  overflow: auto; 
  padding-bottom: 10px;
}
.sideMenu::-webkit-scrollbar {
    display: none;
}
.sideMenu {
    -ms-overflow-style: none;
}

.sideMenuGroup {
  height: 84px;
  width: 84px;
  position: relative;
  display: inline-block;
  border: 1px solid brown;
  margin-left: 8px;
  margin-top: 8px;
  cursor: pointer;
}

.sideMenuGroupIconImg {
  height: 82px;
  width: 82px;
}

.rightSideMenuContainer {
  z-index: 101; 
  top: 90px; 
  right: 385px; 
  max-height: 80%; 
  width: 562px; 
  position: absolute; 
  background-color: #eaeaeacc; 
  border: solid lightgray 1px; 
  overflow: auto; 
  padding-bottom: 10px;
}


.sideMenuContainer {
  z-index: 101; 
  top: 90px; 
  left: 120px; 
  max-height: 80%; 
  width: 562px; 
  position: absolute; 
  background-color: #eaeaeacc; 
  border: solid lightgray 1px; 
  overflow: auto; 
  padding-bottom: 10px;
}
.sideMenuContainer::-webkit-scrollbar {
    display: none;
}
.sideMenuContainer {
    -ms-overflow-style: none;
}
.sideMenuIcon {
  height: 130px;
  width: 130px;
  margin-left: 8px;
  margin-top: 8px;
  border: 1px solid brown;
  position: relative;
  display: inline-block;
  opacity: 1;
  cursor: pointer;
}
.sideMenuIconImg {
	height: 128px;
	width: 128px;
}
#sidemenu::-webkit-scrollbar { 
	width: 0 !important 
}
#rightsidemenu::-webkit-scrollbar {
  width: 0 !important
}
#sidemenuOrc::-webkit-scrollbar {
    width: 0 !important
}

.dialogModalContainer {
  z-index: 102; 
  top: 90px; 
  left: 120px; 
  position: fixed; 
  padding-top: 100px; /* Location of the box */
  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 */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.dialog-button {
  width: 100px;
}


.spancek {
}
.spancek:hover {
  text-decoration: underline;
  cursor: pointer;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid black;
  opacity: 1;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1000;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
#inputField {
  background-image: url('/textures/search.png');
  background-position: 1px 1px;
  background-color: #CFE5FE;
  width: 300px;
  height: 50px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 8px 5px 5px 40px;
  border: 2px solid black;
  margin-top: 10px;
  margin-left: 14px;
  float: left;
  color: black;
}
#inputSaveField {
  background-color: #CFE5FE;
  position: absolute;
  width: 300px;
  height: 50px;
  font-size: 12px;
  padding: 8px 5px 5px 40px;
  border: 2px solid black;
  margin-top: 10px;
  margin-left: 14px;
  color: black;
  z-index: 100;
}
#inputField::placeholder {
  color: black;
  opacity: 1;
}
.button1 {
  background-color: lightblue; 
  color: black; 
  border: none;
  width: 60px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  z-index: 100;
}
.button1:hover {
  background-color: skyblue;
  border: 1px solid black;
}
.vertical-menu {
  width: 300px; 
}
.vertical-menu a {
  background-color: #eee; 
  color: black; 
  display: block; 
  padding: 12px;
  text-decoration: none; 
}
.vertical-menu a:hover {
  background-color: #ccc; 
}
.vertical-menu a.active {
  background-color: #4CAF50;
  color: white;
}
#loading {
    display: block;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    top: 15%;
    left: 10%;
    z-index: 100;
    width: 80%;
    height: 800px;
    line-height: 1000px;
    background-color: lightgrey;
    background-image: url('/icons/mushroom_04.png');
    background-repeat: no-repeat;
    background-position: center;
}