#amg-sidepanel {    
    position: fixed;
    height: 1px;    
    top: 55px;     
    left: 100%;
    margin: 0 0 0 -50px;    
    padding:0;
    -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
    z-index: 1999;  
  /*overflow-y: scroll;*/
}

#amg-toggle-sidepanel {
    display: block;
    padding:10px 18px 10px 0;
    margin:0;
    width: 65px;
    height: 48px;
    background: #E0E0E0;
    text-align: center;
    float:left;
    margin-top: 42px;    
    cursor: pointer;        
    z-index: -1;  
}
#amg-toggle-menu {
    margin:-15px -15px !important; 
    padding-bottom:50px !important;
}
    
#amg-sidepanel-body {    
    border-left:1px solid #C8C8C8; 
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
    color: #272727;
    background: white;
    width: 280px;
    /*height: 100%;*/
    height: calc(100% - 50px);
    position: fixed;
    padding: 15px 15px 10px 15px;  
    margin-left: 40px;
    z-index: 30;

    overflow:auto;
    /*box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);*/
    border-left:1px solid #C9C9C9;
}        
.amg-sidepanel-body-title {
    /*font-size: 1.4em;*/
    padding-left:5px;
    margin-top: 20px;  
    /*color: #F31D0A;*/
    
    /*border-bottom: 1px solid #C9C9C9;*/
}   
.amg-sidepanel-body-desc {
    /*font-size: 0.8em;*/
    padding-left:5px;
    margin-top: 10px;  
    text-align: justify;
    /*color: gray;*/
    
}   

#amg-sidepanel-btn-graph, #amg-sidepanel-btn-table {
    border:0px;
    width:50%; 
    cursor: pointer;     
}

amg-sidepanel-body .amg-graph-inact-btn {
}


@media (max-width: 767px){
    #amg-sidepanel {
        /*display: none;*/
        width:100px;
    }
    #amg-sidepanel-body {
    }
    .amg-sidepanel-body-title {
        
    }  
}