body{
    margin: 0;
}


#analyticsmaincontent{
    text-align: center;
}

#analyticsbutton {
    margin:0 auto;
    display:block;
    cursor: pointer;
}

[aria-hidden="true"]{
    display: none;
}

[aria-hidden="false"] {
    display: flex;
}

#analyticsholder{
    top: 51px;
    left: 0;
    position: fixed;
    width: 100%;
    height: calc(100% - 51px);
    z-index: 9999;
    background-color: rgba(0,0,0,.8);
display: none;
    align-items: center;
    justify-content: center;
}
#analyticspopup {
    position: relative;
    float: left;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #FFF;
    border-radius: 10px;
}
#analyticspopupclose {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    margin-left: auto;
    background-image: url(../assets/spritesv2/common.png);
    background-size: 360px 800px;
    background-position: -40px -360px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

#analyticspopupclose:hover{
    background-color: #EEEEEE;
}


#analyticspopupcontent {
    height: calc(100% - 40px);
    width: calc(100% - 20px);
    padding: 10px;
    box-sizing: border-box;
}


#showanalytics{
    height: 100%;
    width: 100%;

}

#analyticsbutton{
    position: absolute;
    top: 10px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: url(../assets/spritesv2/list.png);
background-size: 320px 800px;
    background-position: -40px -160px;
    cursor: pointer;
    z-index: 1;

}
#contenttitlebarwide #analyticsbutton{
    right: 40px;
}



