#slides_container {
    position: absolute;
    width: 130px;
    height: 100%;
    background: #393939;
    right: 167px;
    top: 47px;
    border-bottom: none;
    padding: 20px 0 0 0px;
    overflow: scroll;
}
#slides_container > :last-child {
    margin-bottom: 100px;
}

.tree_panel{
    position: absolute;
    width: 130px;
    height: 100%;
    background: lightgrey;
    /*border: solid #ff0000 5px;*/
    right: 300px;
    top: 47px;
    border-bottom: none;
    overflow: scroll;
    padding: 20px 10px 10px 10px;
}
#svg_tree{
    padding-bottom: 80px;
}
.labelgroups_panel{
    position: absolute;
    width: 15px;
    height: 100%;
    background: rgb(114, 114, 114);
    right: 450px;
    top: 47px;
    border-bottom: none;
    overflow: visible;
}

.labelgroup{
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    width: 15px;
    transition: background-color 0.5s;
    padding: 5px 0px 5px 0px;
}
.slide{
    width:100px;
    height: 100px;
    margin: 30px auto;
    background: white;
}

.slide_img{
    width: 100%;
    height:100%
}

.slide_active{
    border: solid white 3px;
}

.dataSetSelectDiv{
    display: inline;
    text-align: right;
}

#dataSetSelect{
    -webkit-appearance: none;
    appearance: none;
    background-color: #2f2f2c;
    border: none;
    color: rgb(235, 235, 235);
    outline: none;
}

.hide{
    display: none !important;
}

.test{
    background-color: blue;
}
.zoomrange{
    margin: 10px;
}
.zoomrangetext{
    width: 50px;
}
.zoomrangebutton{

}
#palette2 {
    /* border:solid 2px white; */
    position: relative;
    width: 50px;
    height: 300px;
    /* margin: 12px 6px 0 6px; */
  }
.colorblock{
    display: inline-block;
    border:solid 1px rgb(150, 150, 150);
    position: relative;
    width: 20px;
    height: 24px;
    margin: -4px 0px 0px 0px;
}


.progresspopup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    /*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.87); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .progresspopup-content {
    position: fixed;
    width: 256px;
    height: 210px;
    margin-left: -128px;
    margin-top: -128px;
    left: 50%;
    top: 50%;
    /*extra styling */
    font-size: 3em;
    border: 1px solid #888;
    background-color: #ccc;
    opacity: 0.75;
    text-align: center;
  }
  
  /* The Close Button */
  /* .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  } */