#facetbox #globe{
    height: 25px;
    width: 25px;
    position: fixed;
    top: 110px;
    left: 5px;
    background:#643e1b;
    z-index:1495
    opacity:0;
    transition:opacity 1s 1.5s;
  }
  
#facetbox[active] #globe{opacity:0.75;}

#mapbox{
    position:fixed;
/*    display:flex;*/
/*    align-items:center;*/
    top:120px;
    height:calc(100% - 120px);
    width:100%;
/*    background: #2c659a; */
    left: 0;
    z-index: 500; 
    opacity:1;
/*    border:1px solid gray;*/
/*    transition:top 0s steps(1,end) 1s, height 1s steps(1,end);*/
/*    animation: fadeIt 1s*/
  }

#mapboxhdr{
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    position: fixed;
    top: 20px;
    right: 10px;
    height: 50px;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    z-index: 101;
    font-size: 48px;
    color: white;

    
  }

svg[fun="map"]{
    cursor:pointer;
    position:static;
     /*#b2b2b2;*/
    stroke:#f2f2f2; 
    overflow:visible;
    position:fixed;top:100px;
    z-index:100;
  }

svg[fun="map"] [dimen]{transition:fill 0.45s ease-out, fill-opacity 0.45s ease-out;}

/*svg[fun="map"] g:not([dimen]) path:not([dimen]){cursor:default;}*/
/**/
/*svg[fun="map"] path[dimen]:hover,*/
svg[fun="map"][mode="g"] :hover{stroke:white;stroke-width:1.25px;}

svg[fun="map"] path[dimen]:hover{stroke:white;stroke-width:1.25px;}


/*svg[fun="map"] g:not([active]),*/
/*svg[fun="map"] path:not([active]){*/
/*  stroke:#eae9e6;}*/


  
@keyframes fadeIt {
  0%   { background-color: #2c659a; }
  100% { background-color: #FFFFFF; }
}


#profile{
    position:fixed;
    bottom:-155px;
    left:0px;
    right:0px;
    transition:bottom 0.5s 2s;
    pointer-events:none;
    height:155px;
  }


#profile[active]{
    bottom:0px;
    z-index:1000;
  }

#profile a:visited{color:white;}

#profile > div[fun="hdr"]{
    height:35px;
    width:100%;
    overflow:hidden;

  }
  
#profile > div[fun="hdr"] div[fun="lbl"]{
    display:inline-block;
    height:100%;
    color:white;
    background:#1b4164;
/*    background:#643E1B;*/
    font-size:22px;
    line-height:37px;
    font-weight:bold;
    text-transform:uppercase;
    padding:0px 20px 0px 20px;
    border-radius:0px 10px 0px 0px;
    max-height:44px;
  }
#profile > div[fun="hdr"] svg{
    vertical-align: bottom;
    fill:#1b4164;
/*    fill:#643E1B;*/
    height: 27px;
    position: relative;
  }

#profile > div[fun="bdy"]{
    background:rgba(27, 65, 100, 0.6);
    background:#768da2;
    width:100%;
    height:calc(100% - 35px);
/*    border-radius:0px 10px 0px 0px;*/
    color:rgba(247,247,247,1);
    pointer-events:all;
  }


  
#profile > div[fun="bdy"] div[fun="itm"] {
    cursor:pointer;
    float:left;
    height: 100px;
    margin: 10px 0px 10px 0px;
    padding: 5px 10px 0px 10px;
    text-align: center;
    position: relative;
    border-right: 1px solid rgba(255,255,255,0.5);
    vertical-align:middle;
    background:#768da2;
  }



#profile > div[fun="bdy"] div[fun="itm"][mode="frm"]{padding-top:2px;}


#profile > div[fun="bdy"] div[fun="itm"]:nth-of-type(1){width:160px;}

#profile > div[fun="bdy"] div[fun="itm"]:nth-of-type(2){width:205px;padding-top:0px;}

#profile > div[fun="bdy"] div[fun="itm"]:nth-of-type(3){width:185px;padding-top:0px;}

#profile > div[fun="bdy"] div[fun="itm"]:nth-of-type(4){width:185px;padding:0px 5px 0px 5px;}

#profile > div[fun="bdy"] div[fun="itm"]:nth-of-type(5){width:185px;padding-top:0px;}

#profile > div[fun="bdy"] div[fun="itm"]:nth-of-type(6){width:255px;padding:0px 5px 0px 5px;}

#profile > div[fun="bdy"] div[fun="itm"]:nth-of-type(7){font-size:12px;width:80px;padding-top:25px;}

#profile > div[fun="bdy"] div[fun="itm"]:last-of-type{float:right;width:236px;padding:0px 5px 0px 5px;text-align:right;z-index:2000;}

#profile #fbr div[fun="year"]{
    display:inline-block;
    margin:0px 3px 3px 0px;
    padding:2px 3px;
    width:35px;
    border:1px solid;
    color:rgba(255,255,255,0.25);
    font-size:10px;
    border-radius:2px;
    text-align:center;
    transition:background 0.2s, color 0.2s, border-color 0.2s;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;}


#profile #fbr div[fun="year"]:nth-of-type(6n+1){margin:0px 0px 3px 0px;}
#profile #fbr div[fun="year"]:nth-of-type(n+26){display:none;}
#profile #fbr div[fun="year"][enabled]{color:rgb(247,247,247);}
#profile #fbr div[fun="year"][enabled][active]{color:rgba(118,141,162,1);background:rgb(247,247,247);border-color:rgb(247,247,247);font-weight:bold;}

#profile #fbr div[fun="year"][all]{display:block;width:calc(100%);}
#profile #fbr div[fun="year"][enabled]:not([active]):hover{color:#fff;background:rgba(247,247,247,0.5);border-color:#fff;
    transition:background 0.05s, color 0.05s, border-color 0.05s;}
#profile #fbr div[fun="year"]:not([enabled]){cursor:default;}

#profile > div[fun="bdy"] div[fun="itm"]:last-of-type{border-right: 0px;}
/*#profile > div[fun="bdy"] div[fun="itm"]:nth-of-type(7):after{content:"VIEW \A EVENTS";}*/
/**/
/*#profile > div[fun="bdy"] div[fun="itm"]:nth-of-type(7):hover{font-weight:bold;}*/

#profile[mode="NODAT"] > div[fun="bdy"] div[fun="itm"]:nth-of-type(7):after{content:"";}

#profile div[fun="bdy"] div[fun="itm"]:first-of-type div[fun="circle"]{left:calc(100% - 110px);}

#profile > div[fun="bdy"] > div[fun="itm"]:first-of-type div[fun="chart"] div[fun="hdr"]{
    font-size: 16px;
    position: absolute;
    top: 75px;
    width: calc(100% - 20px);
  }
  
#profile > div[fun="bdy"] > div[fun="itm"]:first-of-type  div[fun="bdy"]{text-align:center;margin-top:0px;}

#profile > div[fun="bdy"] > div[fun="itm"]:first-of-type div[fun="chart"] div[fun="val"]{
    position:relative;
    display:inline-block;
    font-size: 32px;
    min-width: 60px;
    height: 60px;
    line-height:57px;
    padding:0px 10px 0px 10px;
    border-radius: 30px;
    border: 1px solid white;
    text-align:center;
  }

#profile div[fun="chart"][type="pie"] div[fun="row"]:first-of-type{margin-top:1px;}

#profile > div[fun="bdy"] div[fun="itm"][nodata] > div[fun="lbl"]{
    font-size:10px;
    top:15px;
  }

#profile div[fun="chart"] > div[fun="hdr"]{
    font-size:12px;
    margin-bottom:5px;
  }


#profile div[fun="chart"] div[fun="row"]{
    width:100%;
    height:9px;
    line-height:9px;
    margin-bottom:5px;
  }

#profile div[fun="chart"][type="pie"] div[fun="bdy"]{text-align:left;}

#profile div[fun="chart"][type="pie"] div[fun="bdy"] svg{margin-left:5px;float:left;height:70px;width:70px;fill:rgba(255, 255, 255, 0.3);overflow:visible;}
#profile div[fun="chart"][type="pie"] div[fun="bdy"] svg circle{stroke:rgba(255, 255, 255, 0.5);}
#profile div[fun="chart"][type="pie"] div[fun="bdy"] svg circle[fun="donut"]{fill:rgb(118,141,162);} 
/*141,160,177*/

#profile div[fun="chart"][type="pie"] div[fun="row"] {
    float:right;
    width: calc(100% - 80px);
  }




#profile div[fun="chart"][type="pie"] div[fun="row"] div[fun="box"]{
    float:left;
    height:10px;
    width:10px;
    margin-left:5px;
    background:#ccc;
    border:1px solid rgba(255, 255, 255, 0.75);
  }

#profile div[fun="chart"][type="pie"] circle[profit="chartdimval"]:not([val="0"]),
#profile div[fun="chart"][type="pie"] path[idx="0"],
#profile div[fun="chart"][type="pie"] div[fun="row"] div[fun="box"][idx="0"]{background:#1d4164;fill:#1d4164;}

#profile div[fun="chart"][type="pie"] path[idx="1"],
#profile div[fun="chart"][type="pie"] div[fun="row"] div[fun="box"][idx="1"]{background:#768591;fill:#768591;}

#profile div[fun="chart"][type="pie"] path[idx="2"],
#profile div[fun="chart"][type="pie"] div[fun="row"] div[fun="box"][idx="2"]{background:#cfd8bb;fill:#cfd8bb;}

#profile div[fun="chart"][type="pie"] path[idx="3"],
#profile div[fun="chart"][type="pie"] div[fun="row"] div[fun="box"][idx="3"]{background:#b1dcf2;fill:#b1dcf2;}

#profile div[fun="chart"][type="pie"] path[idx="4"],
#profile div[fun="chart"][type="pie"] div[fun="row"] div[fun="box"][idx="4"]{background:#ffffff;fill:#ffffff;}



#profile div[fun="chart"][type="pie"] div[fun="row"] div[fun="hdr"]{
    position:relative;
    top:1px;
    width:calc(100% - 20px);
    float:right;
  }

#profile div[fun="chart"] div[fun="bdy"]{
    font-size:9.4px;
    text-align:left;
    margin-top: 10px;
  }


  
#profile div[fun="chart"][type="bar"] div[fun="row"] > div{display:inline-block;}

#profile div[fun="chart"][type="bar"] div[fun="row"] div[fun="hdr"]{
    width:50%;
    height:100%;
    text-align:right;
    padding-right:3px;
    text-transform:lowercase;
    position:relative;
    top:-1px;
  }
  
#profile div[fun="chart"][type="bar"] div[fun="row"] div[fun="trk"]{
    width:50%;
    height:100%;
    background:rgba(255, 255, 255, 0.3);
  }

#profile div[fun="chart"][type="bar"] div[fun="row"] div[fun="val"]{
    background:white;
    height:100%;
    width:0;
    transition:width 0.15s;
  }

#profile > div[fun="bdy"] div[fun="itm"] div[fun="ftr"]{
    position:absolute;
    bottom:0px;
    left:0px;
    height:35px;
    line-height:35px;
    width:100%;
    background:#1b4164;
/*    background:#643E1B;*/
    color:white;
/*    text-align:center;*/
    pointer-events:all;
    font-size: 9.4px;
    font-weight:bold;
    text-align:center;
  } 
  

#profitbox{
    pointer-events:none;
    position:fixed;
/*    padding:2px 5px 2px 5px;*/
    background:rgb(247,247,247);
    border-color:rgb(127,129,129);
    border:1px solid rgb(127,129,129);
    border-bottom:1px solid rgb(127,129,129);
    color:#333;
    font-size:9.4px;
    z-index:1100;
    border-radius:0px 0px 2px 2px;
    opacity:0;
    transition:opacity 0.25s;
  }

#profitbox[mode="chartdimtrk"],
#profitbox[mode="chartdimval"]{
    padding: 2px 2px 2px 2px;
    font-weight: bold;
  }
#profitbox[active]{
    opacity:1;
  }

#profitbox div[fun="hdr"]{
    height:15px;width:100%;font-weight:bold;text-align:center;margin-bottom:0px;
    text-transform:uppercase;font-size:larger;
    color:#fff;
    background:rgb(127,129,129);}

#profitbox div[fun="hdr"]{width:100%;height:17px;line-height:17px;}
#profitbox div[fun="bdy"]{padding:3px 5px 3px 5px;text-align:justify;line-height:1.3}
