html, body{
 font: arial;
 height: 100%;
}

body {
    background-color: #e6e6e6 !important;
}

app {
  float: left;
  width: 100%;
  height: 100%;
}

dashboard {        
    float: left;
    width: 100%;
    height: 100%;
}

workspace {
    float: left;    
    width: 98%;
    margin: 0% 1% 1% 1%;
    background: #fff;
    overflow: auto;
    height: calc(100% - 106px);
}

project-manager {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;    
}

.me-workspace-for-dashboard{
    margin-top: 3%;
    height: calc(100% - 90px);
}