.divSize {
    float: none;
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
    height: 100%;
    max-width: 400px !important;
    max-height: 280px !important;
    padding: 5px;
}
.chartDiv {
    width: auto !important;
    height: 80% !important;
    position: relative;
    top: 40px;
}
.section-white {
    background-color: #FFF;
    color: #555;
    padding: 10px;
    height: 280px;
}
.graph-container {
    max-width: 600px;
    height: 280px;
    padding: 0px !important;
}
/*--------------------*/

#ValidUser {
    background-color: #CB0000;
    padding: 10px;
    text-align: center;
    position: absolute;
    top: 50px;
    right: 40%;
    color: white;
    z-index: 10;
    display: none;
    font-weight: bold;
    width: auto;
}
#LeftNavDiv {
    float: left;
    height: inherit;
    position: absolute !important;
    left: 10px !important;
    z-index: 20;
}
#RightNavDiv {
    float: right;
    height: inherit;
    position: absolute !important;
    right: 50px !important;
    z-index: 20;
}
/*
@media screen and (min-width: 1200px) {
    .divSize {
        max-width: 380px !important;
    }
}
@media screen and (min-width: 1021px) and (max-width: 1159px) {
    .divSize {
        max-width: 300px !important;
    }
}
@media screen and (min-width: 769px) and (max-width: 1020px) {
    .divSize {
        max-width: 320px !important;
    }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
    .divSize {
        max-width: 380px !important;
    }
}
@media screen and (min-width: 481px) and (max-width: 640px) {
    .divSize {
        max-width: 320px !important;
    }
}
    */
@media screen and (min-width: 320px) and (max-width: 480px) {
    /*
    .divSize {
        max-width: 250px !important;
    }
        */
    #LeftNavDiv {
        float: left;
        height: inherit;
        position: absolute !important;
        left: 0px !important;
        z-index: 20;
    }
    /*#RightNavDiv {
        float: right;
        height: inherit;
        position: absolute !important;
        right: 0px !important;
        z-index: 20;
    }*/
    #DownloadBtn {
    background: url("../../Images/GraphDownload.png") no-repeat center;
    border-radius: 0%;
    width: 30px !important;
    height: 30px !important;
    border: 0px !important;
    position: absolute !important;
    bottom: 3px !important;
}
}
/*
@media screen and (max-width: 320px) {
    .divSize {
        max-width: 250px !important;
    }
}
    */
/*----------------------------------------*/

[id$="NavBtn"] {
    position: relative;
    top: 50%;
    border-radius: 0%;
    width: 30px !important;
    height: 30px !important;
    border: 0px !important;
    background-position: center;
    background-repeat: no-repeat;
}
#LeftNavBtn {
    background-image: url("../../Images/LeftBtn.png");
}
#RightNavBtn {
    background-image: url("../../Images/RightBtn.png");
}
#DownloadBtn {
    background: url("../../Images/GraphDownload.png") no-repeat center;
    border-radius: 0%;
    width: 30px !important;
    height: 30px !important;
    border: 0px !important;
    position: absolute !important;
    bottom: 30px;
}
#DownloadBtn:hover,
#DownloadBtn:focus {
    background: transparent url("../../Images/GraphDownload.png") no-repeat center !important;
    border-radius: 0%;
    width: 30px !important;
    height: 30px !important;
    border: 0px !important;
    position: absolute !important;
    bottom: 30px;
}
#ContextMenu1 {
    position: absolute !important;
    bottom: 70px;
    right: 0px;
    z-index: 10;
    width: 120px !important;
    line-height: 2em;
    border-radius: 15px 50px 30px 5px;
    border: 2px solid #c123de;
    padding: 20px; 
}
#ExportExcel {
    /*background-image:url("../../Images/IconExcel.png");*/
    
    background-image: url(../../Images/excel.png);
    width: 30px !important;
    height: 30px !important;
    border: 0px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#ExportPDF {
    /*background-image:url("../../Images/IconPDF.png");*/
    
    background-image: url(../../Images/pdf.png);
    width: 30px !important;
    height: 30px !important;
    border: 0px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}