.disabled {display:none;}
.menu_workspace {overflow:hidden;z-index:255;position:absolute;50px 7px 0px 7px;}
.content    {overflow:auto;height:20.3%;width:calc(100% - 24px);margin:10px 6px 6px 6px;border:1px solid gray;padding:6px;}
.leftpanel  {
    position:absolute;
    top:22px;
    left:4px;
    bottom:59px;
    width:300px;
    padding:4px;
    border:3px outset;
    border-radius:8px;
    overflow:hidden;
}
.rightpanel {
    position:absolute;
    top:5px;
    bottom:5/px;
    right:4px;
    width:200px;
    padding:4px;
    border:3px outset;
    border-radius:8px;
    overflow:hidden;
}
.footer     {
    position:absolute;
    left:5px;
    right:8px;
    bottom:4px;
    height:42px;
    border:3px outset;
    border-radius:8px;
    display:none;
}

.footer .workspan  {left:4px;top:0px;bottom:1px;width:100%;}
.workspace  {position:absolute;top:0;bottom:0;left:312px;right:212px;}
.workspace1 {position:absolute;top:0;left:4px;right:4px;}
.workspace  {position:absolute;top:0;bottom:5px;left:4px;right:4px;overflow:hidden;}
.rightpanel .workspan   {width:100%;height:calc(100% - 40px);}
.rightpanel .workspan2   {
    width:calc(100% - 8px);
    height:35px;
    margin-top:0px;
}
.rightpanel .workspan2  .epipriority {
    display:table;
    width:calc(100% - 8px);
    height:26px;
    border:5px outset lightgray;
    vertical-align:middle;
    border-radius:6px;
    font-size:1.4em;
    font-weight:bold;
}
.rightpanel .workspan2  .epipriority span:nth-child(1) {
    float:left;
    margin:0;
    width:calc(100% - 36px);
    padding:3px;
    height:calc(100% - 22px);
    background:inherit;
    text-align:center;
}
.rightpanel .workspan2  .epipriority span:nth-child(2) {
    float:left;
    margin:0;
    text-align:center;
    height:calc(100% - 22px);
    background:inherit;
    padding:3px;
}
/* These are purely here for development   
   .menu_workspace
             {position:absolute;top:0;left:0;bottom:0;right:0;border:3px outset lightblue;}
         .ws         {border:3px outset;}
         .leftpanel  {background:lightblue;border:3px outset;color:white;font-size:1.3em;}
         .rightpanel {background:lightgreen;border:3px outset;color:white;font-size:1.3em;}
         .footer     {background:beige;border:3px outset;}
*/
/*
.content    {overflow:auto;height:calc(100% - 28px);width:calc(100% - 18px);margin:10px 18px 6px 18px;}
*/
