#rmlbarchart{

}
body{
    margin: 0;
}


#barpiemaincontent{
    text-align: center;
}

#barpiebutton {
    margin:0 auto;
    display:block;
    cursor: pointer;
}

[aria-hidden="true"]{
    display: none;
}

[aria-hidden="false"] {
    display: block;
}

#barpieanalyticsbutton{
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    background: url(../assets/spritesv2/list.png);
background-size: 320px 800px;;
    background-position: -40px -160px;
    cursor: pointer;
}
.contentitemquickviewpopup #barpieanalyticsbutton{
     flex: none;
     align-self: auto;
     margin: 0 12.5px;
 }

#barpiepopup {
    position: relative;
    background: #fff;
    width: calc(100% - 300px);
    height: calc(100% - 250px);
    margin-left: 150px; /*Half the value of width to center div*/
    margin-top: 125px;/*Half the value of height to center div*/
    z-index: 200;
    overflow: hidden;
}

#barpieholder{
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}

#barpiepopupclose {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 15px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: #AAAAAA;
}

#barpiepopupclose:hover{
    color: #04b204;
}


#barpiepopupcontent {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 10px;
}

#barpieanalyticspopupformholder{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}



.barpieanalyticsoptions{
    display: inline-block;
    position: relative;
    float: left;
    width: 150px;
    height: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    text-align: center;
    border-left: 1px solid #cccccc;
}
.loadpiechart{
    position: relative;
    float: left;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cfcfcf;
    border-radius: 7px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
.loadbarchart{
    position: relative;
    float: left;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cfcfcf;
    border-radius: 7px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.selectedoption{
    background-color: #A24242;
    color: #FFF;
}

#barpieanalyticspopupform{
    position: relative;
    float: left;

}

.barpieanalyticstab{
    position: relative;
    float: left;
    display: flex;
    gap: 10px;
}

#barpiebarchart{
    cursor: pointer;
}

#barpiepiechart{
    cursor: pointer;
}

#barpieanalytic{
    height: calc(100% - 50px);
    width: calc(100% - 20px);
    padding: 10px;
}

@media screen and (max-width: 630px) {
    #barpiepopup{
        position: relative;
        background: white;
        width: 100%;
        height: 100%;
        margin-left: 0; /*Half the value of width to center div*/
        margin-top: 0;/*Half the value of height to center div*/
        z-index: 200;
    }

    .barpieanalyticsoptions{
        width: 100px;
    }
    .loadpiechart{
        width: 100px;
    }
    .loadbarchart{
        width: 100px;
    }
}
@media screen and (max-width: 228px) {
    .loadpiechart{
        width: 100%;
    }
    .loadbarchart{
        width: 100%;
    }
}

@media screen and (min-width: 1500px) {
    #barpiepopup {
        position: relative;
        background: #fff;
        width: calc(100% - 1000px);
        height: calc(100% - 800px);
        margin-left: 500px; /*Half the value of width to center div*/
        margin-top: 400px;/*Half the value of height to center div*/
        z-index: 200;
        overflow: hidden;
    }
}


#categoryDropdown{
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #666;
    padding: 8px;
    padding-right: 22px;
    background-color: #e5e5e5;
    border-radius: 5px;
    top: 20px;
    left: 20px;
    width: 140px;

}
