﻿
#menu {
    background: #f1f1f1;
    position: absolute;
    bottom: 0; /* bottom height */
    width: 225px; /* See #right left value */
    height: 100%;
    overflow: auto; /* make scrollable if content overflows */
}
#menu.menu-minimized {
    width: 50px; /* See #right left value */
}


#tabs {
    /*background: #EE9B69;*/
    position: absolute;
    bottom: 0;
    left: 225px; /* compensate #left width */
    right: 0;
    height: 100%;
    overflow: hidden;
}
#tabs.menu-minimized {
    left: 50px; /* compensate #left width */
    /*margin-left: -175px;*/
 }

#footer {
    /*background: #B8DC7C;*/
    position: fixed;
    position: absolute;
    bottom: 0;
    width: 100%; /* (100% cause of fixed) */
    height: 50px; /* see #content bottom value */
}

/*#tab-panels {
    position: absolute;
    top: 75px;
    background: #F8C301;
    width: 100%;
}*/

#tab-header {
    position: absolute;
    /*top: 75px;*/
    /*background: #F8C301;*/
    width: 95%;
    height: 75px;
}

#tab-content {
    position: absolute;
    top: 75px;
    bottom: 50px;
    width: 100%;
    overflow: auto;
}

.dashboardReport::after {
    content: "*";
    color: red;
}

