.display_edit{
    display: none;
  }
    .canvasjs-chart-credit {
        display: none;
    }
  .btn{
    border-radius: 0px;
  }
  .alert{
    border-radius: 0px;
  }

body,html,.row-offcanvas {
    height:100%;
}

body {
    padding-top: 50px;
    background-color: #f5f5f5;
}


#sidebar {
    width: inherit;
    min-width: 300px;
    max-width: 300px;
    float: left;
    height:100%;
    position:relative;
    overflow-y:auto;
    overflow-x:hidden;
}
#main {
    height:100%;
    overflow:auto;
}

.navbar-default {
    background-color: #ffffff;
}

.avatar {
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border-radius: 50%;
  }

/*
* off Canvas sidebar
* --------------------------------------------------
*/
@media screen and (max-width: 768px) {
.row-offcanvas {
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width:calc(100% + 300px);
}
  
.row-offcanvas-left
{
  left: -300px;
}

.row-offcanvas-left.active {
  left: 0;
}

.sidebar-offcanvas {
  position: absolute;
  top: 0;
}
}