#MainDashboard{
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fcffff;
}
#dashboardBody{

    margin: 0px; padding:0px;
    width: 100%;
    height: 100%;
    /* background-color: yellowgreen; */
}
#leftDashboardMenu{
    float: left;
    width: 166px;
    margin-right:5px;
    background-color: #f9f9ff;
}
#dashboardMenuTitle{
    padding-top:10px;
}
#dashboardMenuTitle img{
    /* width:60px; */
    width: 90%;
}
#navDashboardMenuContainer{
    width: 100%;

}
#navDashboardMenuContainer>div{
    color:#999999ee;
    text-align: left;
    /* padding-left:40px; */
}
#navDashboardMenuContainer>div.selected{
    /* background-color:darkorange; */
    color:darkorange;
}
#navDashboardMenuContainer>a.onHover{
    color:#000000ee;
}
#rightDashboardContent{
    /* float: left; */
    margin-right:5px;
    padding:10px;
    height:100%;
    width: 100%;
    /* background-color: aqua; */
}
#navDashboardMenuContainer #flyingBox{
    position:absolute;
    top:106.9375px;
    left:228px;
    padding:0 !important;
    background-color:darkorange;
    height:38px;
    width:2px;
    z-index:0;
}

.my-dashboard-table{
    margin-top: 10px;
    display: flex;
    height: 100vh;
    overflow-y: scroll;
    flex-wrap: wrap;
    justify-content: space-between
}

.dashboard-card{
    width: 49.8%;
    height: 400px;
    background-color: #ffffff;
    margin-bottom: 10px;
    box-shadow: 3px 2px 6px rgb(0 0 125 / 13%);
}

.navDashboardMenuContainer-pusher{
    height: 100vh;
    line-height: 400px;
}