#myappdiv {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#fcssaveoptions {
  vertical-align: middle; 
  opacity: 0.1;
}

#fcssaveoptions:hover {
  opacity: 1;
}

.ui-resizable-helper { border: 2px dotted #00F; }

.myzoom-in {
  position: absolute;
  font-size: 20px;
  display: block;
  width: 28px;
  height: 28px;
  background-size: 28px;
  right: 0;
  top: 2px;
  z-index: 90;
  opacity: 0.1;
  overflow: hidden;
}

.myzoom-in:hover {
  opacity: 1;
}

.myzoom-out i:first-child{
  display: none;
}

.minmax {
  position: absolute;
  font-size: 20px;
  display: block;
  width: 28px;
  height: 28px;
  background-size: 28px;
  top: 2px;
  z-index: 90;
  opacity: 0.1;
}

.minmax:hover {
  opacity: 1;
}

.minmax-max {
  right: 32px;
}

.minmax-min {
  right: 64px;
}

.panzoom {
  position: absolute;
  font-size: 20px;
  display: none;
  width: 28px;
  height: 28px;
  background-size: 28px;
  top: 2px;
  z-index: 90;
  opacity: 0.1;
  right: 96px;
}

.panzoom:hover {
  opacity: 1;
}

.panzoom.visible {
  display: block;
}

.panzoom.active {
  opacity: 1;
}

.panhidden {
  display: none;
}

.mycurzoom-in {
  cursor: zoom-in;
}

.mycurzoom-out {
  cursor: zoom-out;
}

.error {
  color: red;
}

.dd {
  /*display:none;*/
  position: relative;
  border: 1px solid silver;
  cursor: pointer;
  padding: 10px 10px 10px 0;
  border-radius: 5px;
  margin-bottom: 0;
}

.dd:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: black transparent;
}

.dd.active {
  border-bottom: none;
  
  /*padding-bottom: 20px;*/
  border-radius: 5px 5px 0 0;
}

.dd.active:after {
  border-width: 0 6px 6px 6px;
}

.dd_content {
  /*height: 0;
  max-height: 0;*/
  display:none;
  border-radius: 0 0 5px 5px;
  /*overflow: hidden;
  transition: max-height 0.8s;*/
}

.dd_content.active {
  display:block;
  /*-webkit-animation-name: myexampleanim;
  -webkit-animation-duration: 4s;
  height: auto;
  max-height: 320px;*/
  border: 1px solid silver;
  border-top: none;
}

.dd_content pre{
  margin-bottom: 0;
}

#stats, #cust_stats {
  border: 1px solid rgb(204, 204, 204); 
  border-radius: 4px; 
  margin-bottom: 10px; 
  overflow: auto;
  width: 100%;
}

.stats_lab::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: black transparent;
}

.stats_lab.active::after {
  border-width: 0 6px 6px 6px;
}

#stats.inactive {
  display: none;
}

#cust_stats.inactive {
  display: none;
}

#gatetree.inactive {
  display: none;
}

.hiddennode {
  color: grey;
  font-style: italic;
  text-decoration: line-through;
}

#pop_stats_div div{
  margin-bottom: 0;
}

#manipul_content div {
  margin: 0;
}

#manipul_content div .checkbox {
  display: inline;
  margin-right: 20px;
}

#gatingml_content div {
  margin: 0;
}

#gatingml_content div .checkbox {
  margin: 0;
}

.progress {
  margin-bottom: 0;
}

.checkwrap {
  display: inline-block;
  min-width: 49%;
}

#gdrive_btn {
  /*margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;*/
  background-color: #fff;
  float: right;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#pcap_content div {
  margin: 0;
}

#pcap_content div.checkbox {
  display: inline;
}

#chantable {
  font-family:"Trebuchet MS", Arial, Helvetica, "sans-serif";
  font-size: 0.8em;
  border-collapse: collapse;
  width: 100%;
}
#chantable td {
  border:1px solid #ddd;
  padding: 0;
  text-align: center;
}

#chantable th {
  border:1px solid #ddd;
  padding: 0;
  margin: 0;
  text-align: center;
}

#chantable th div {
  margin-top: 5px;
  margin-bottom: 5px;
}

#chantable tr:nth-child(even){background-color: #f2f2f2;}

#chantable label {
  padding: 0;
  margin: 0;
}

#chantable input {
 position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

#chantable input + span {
  cursor: pointer;
  background-color: #EEE;
  padding: 0.3em;
}

#chantable input:checked + span {
  outline: 2px solid #f00;
}

#clustsel input + span {
  opacity: 0.2;
  font-weight: bold;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  text-align: center;
}

#clustsel input:checked + span {
  opacity: 1;
}

.hmover {
  position: absolute;
  top: 2px;
  left: 0;
  cursor: move;
  z-index: 900;
  opacity: 0.1;
  font-size: 20px;
  display: block;
}

.hmover:hover{
   opacity: 1;
}

.newplot {
  position: absolute;
  top: 2px;
  left: 32px;
  z-index: 900;
  opacity: 0.1;
  font-size: 20px;
  display: block;
}

.newplot:hover{
   opacity: 1;
}

.removeplot {
  position: absolute;
  top: 2px;
  left: 64px;
  z-index: 900;
  opacity: 0.1;
  font-size: 20px;
  display: block;
}

.removeplot:hover{
   opacity: 1;
}

.plotconf {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 25px;
  z-index: 900;
  opacity: 0.1;
  font-size: 20px;
  display: block;
}

.plotconf:hover{
   opacity: 1;
}

.heatmapconf {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 25px;
  z-index: 900;
  opacity: 0.1;
  font-size: 20px;
  display: block;
}

.heatmapconf:hover{
   opacity: 1;
}

.scaleconfx {
  position: absolute;
  left: 22px;
  bottom: -1px;
  height: 25px;
  z-index: 900;
  opacity: 0.1;
  font-size: 20px;
  display: block;
}

.scaleconfx:hover{
   opacity: 1;
}

.scaleconfy {
  position: absolute;
  left: 4px;
  bottom: 22px;
  height: 25px;
  z-index: 900;
  opacity: 0.1;
  font-size: 20px;
  display: block;
}

.scaleconfy:hover{
   opacity: 1;
}

.gatesdiv {
  position: absolute;
  left: 96px;
  top: 2px;
  cursor: pointer;
  z-index: 900;
  font-size: 20px;
  display: block;
}

.gatesdiv .radio-inline {padding:0; vertical-align: top;}
.gatesdiv .radio-inline+.radio-inline {padding:0; margin-left:6px;}
.gatesdiv .form-group {margin:0;}
.gatesdiv input{display:none;}
.gatesdiv input + span{opacity:0.1;}
.gatesdiv input + span:hover{opacity:1;}
.gatesdiv input:checked + span{opacity:1;}

#plotpanel {
  position: relative;
  /*background-color: LightGrey;*/
}

#plotpanel canvas,svg {
  /*border:2px solid #888;*/
  position: absolute;
  top: 0;
  left: 0;
}

#plotpanel div[id$="brush"] {
  border:2px solid red;
}

.flowplot {
  border:2px solid transparent;
  z-index: 1;
}

.activeplot {
  border:2px solid grey;
  z-index: 2;
}

.xaxis {
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: red;
  bottom: 0;
  z-index: 50;
  opacity: 0.1;
  cursor: pointer;
}

.yaxis {
  position: absolute;
  left: 0;
  top: 45px;
  bottom: 20px;
  text-align: center;
  background-color: yellow;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 50;
  opacity: 0.1;
  cursor: pointer;
}

.selgate {
  position: absolute;
  width: 50%;
  left:0;
  top: 25px;
  text-align: center;
  background-color: #e6e6ff;
  background-color: rgba(0, 0, 256, 0.1);
  z-index: 50;
  /*opacity: 0.1;*/
  cursor: pointer;
}

.selbgate {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 25px;
  text-align: center;
  background-color: #e6ffe6;
  background-color: rgba(0, 256, 0, 0.1);
  z-index: 50;
  /*opacity: 0.1;*/
  cursor: pointer;
}

.selectaxis {
  position: absolute;
  top:0;
  left:0;
  display: none;
  z-index: 1000;
}

.selectaxis .form-group {
  display: inline-block;
  width: auto;
  margin:0;
}

.sactive {
  display: block;
}

.scaleconfxpanel {
  position: absolute;
  left: 55px;
  width: 240px;
  bottom: 0;
  display: none;
  z-index: 1000;
  background-color: rgba(211, 211, 211, 0.8);
}

.scaleconfypanel {
  position: absolute;
  left: 30px;
  width: 240px;
  bottom: 25px;
  display: none;
  z-index: 1000;
  background-color: rgba(211, 211, 211, 0.8);
}

.plotconfpanel {
  position: absolute;
  left: 30px;
  width: 260px;
  bottom: 0;
  display: none;
  z-index: 1000;
  background-color: rgba(211, 211, 211, 0.8);
}

.plotconfpanel .form-group {
  display: inline-block;
  width: 49%;
  margin:0;
}

.scaleconfxpanel .form-group {
  display: inline-block;
  width: 49%;
  margin:0;
}

.scaleconfypanel .form-group {
  display: inline-block;
  width: 49%;
  margin:0;
}

.confplotpanelactive {
  display: block;
}

#nodeoptspanel.active {
  display: block;
} 
#nodeoptspanel {
  display: none; opacity: 0.4;
} 
#nodeoptspanel:hover {
  opacity: 0.95;
}

.heatmapconfpanel {
  position: absolute;
  left: 30px;
  width: 260px;
  bottom: 0;
  display: none;
  z-index: 1000;
  background-color: rgba(211, 211, 211, 0.8);
}

.heatmapconfpanelactive {
  display: block;
}

input[type="color"] {
  padding: 0;
}

/*### gate tree*/
.clt {
  overflow: hidden;
}

.clt, .clt ul, .clt li {
     position: relative;
     text-shadow: 0 0 3px black;
     font-weight: bolder;
}

.clt ul {
    list-style: none;
    padding-left: 32px;
}

.clt li::before, .clt li::after {
    content: "";
    position: absolute;
    left: -12px;
}

.clt li::before {
    border-top: 1px solid #000;
    top: 9px;
    width: 8px;
    height: 0;
}

.clt li::after {
    border-left: 1px solid #000;
    height: 100%;
    width: 0;
    top: 2px;
}

.clt ul > li:last-child::after {
    height: 8px;
}

#emb_panel div.tab-content {
    border: 1px solid silver;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 10px;
}

#DBtubeinfo table {
  margin-bottom: 0;
}

#DBtubeinfo table th:nth-child(1) {
  width: 100px;
}
/* ##################### try to remove this elements!!!! ################*/

#param {
  display: none;
}

#param-content {
  display: none;
}
