#facetboxhdr{      
    position: fixed;
    top: 0px;
    height: 100px;
    width: 700px;
    color: white;
    font-size: 2.5em;
    z-index: 10000;
    left:calc(50% - 350px);
    text-align:center;
    pointer-events:none;
  
  }

#facetboxhdr div{
    position:absolute;
    width:100%;
    text-align:center;
    -webkit-user-select:none;
  }
#facetboxhdr div[fun="facet"]{top:10px;}
#facetboxhdr div[fun="dimen"]{top:50px;font-style:italic;}

#facetboxlegend{
    position:fixed;
    top:120px;
    left:25px;
    width:150px;
    user-select:none;
    opacity:0;
    transition:opacity 1s 1.5s;
    z-index: 900;
  }

#facetbox[active] #facetboxlegend,
#facetbox[active] #facetboxrange
{opacity:1;}


#facetboxlegend div[fun='bar']{
    width:100%;
    height:8px;
  }

#facetboxlegend div[fun='bar'] div{opacity:0;height:100%;width:20%;display:inline-block;background:white;}
#facetboxlegend div[fun='bar'] div:nth-of-type(1){opacity:0.9;}
#facetboxlegend div[fun='bar'] div:nth-of-type(2){opacity:0.7;}
#facetboxlegend div[fun='bar'] div:nth-of-type(3){opacity:0.5;}
#facetboxlegend div[fun='bar'] div:nth-of-type(4){opacity:0.3;}
#facetboxlegend div[fun='bar'] div:nth-of-type(5){opacity:0;}

#facetboxlegend div[fun='hdr']{
    width:100%;
    margin-top:5px;
    text-align:center;
  }

#facetboxlegend div[fun='hdr'] span,
#facetboxlegend div[fun='hdr'] svg{
    display:inline-block;
    vertical-align:middle;
  }

#facetboxlegend span[fun='lbl']{
    font-size:9.5px;
    text-transform:uppercase;
    font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:rgba(27,65,100,1);
    margin:0px 10px 0px 10px;
  }

#facetboxlegend span[fun='lbl']:after{content:"Event Frequency";}

#facetboxlegend span[typ='cmd']{cursor:pointer;top:10px;background:rgba(27,65,100,1);opacity:1}

#facetboxlegend span[typ='cmd']:nth-of-type(1){left:10px;}
#facetboxlegend span[typ='cmd']:nth-of-type(3){right:10px;}

#facetboxrange{
    position: fixed;
    bottom: 25px;
    width: 200px;
    right: 50px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 1s 1.5s;
  }

#facetboxrange input{width:100%;}

#facetboxrange div[fun="lbl"]{
    position:absolute;
    top:-30px;
    left:calc(100% - 15px);
    width:30px;
    height:15px;
    text-align:center;
    color:black;
/*    font-weight:bold;*/
    font-size:9.5px;
    user-select:none;
  }

#facetboxbdy{
    -webkit-user-select:none;
/*    display:none;*/
    position:fixed;
    top:-500px;
    right:0px;
/*    bottom:0px;*/
    width:200px;
    text-align:left;
    z-index:1000;   
    color:white; 
    transition:top 1s 1.75s;
  }

#facetbox[active] #facetboxbdy{top:101px;}

#facetboxbdy div[fun="dimen"]{
    cursor:pointer;
    width:100%;
    font-size: 12px;
    font-weight: bold;
    padding: 18px 18px 18px 10px;
    color:white;
    border-left-style: solid;
    border-left-width: 20px;
    position:relative;
  }


#facetboxbdy div[fun="dimen"] [fun="lbl"]{display:inline-block;pointer-events:none;}

#facetboxbdy div[fun="dimen"] [fun="dot"]{
    display:none;
    height:9px;
    width:9px;
    border-radius:6px;
    background:white;
    position:absolute;
    left:-15px;
    top:20px;
    
}

#facetboxbdy div[fun="dimen"][active]{text-transform:uppercase;}

#facetboxbdy div[fun="dimen"][active] [fun="dot"]{display:inline-block;}

