#leftbar div.F4M_MENU {
    font-size: 20px;
    width: 250px;
    height: 40px;
    overflow: hidden;
    border-top: 1px solid #61c2da;
    display: flex;
    align-items: center; /*vertical align middle*/
    cursor: pointer;
    padding-left: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #ffffff;
}
#leftbar div.F4M_MENU[kind='SEPARATOR']{
    justify-content: center; /*align center*/
    height: 25px;
    font-size: 18px;
    /*font-weight: bold;*/
    font-style: italic;
    background-color: #dff2f7;
    border-bottom: 1px solid #61c2da;
}
#leftbar div.F4M_MENU[kind='SEPARATOR'] + div.F4M_MENU:not([kind='SEPARATOR']) {
    border-top: none;
}

#leftbar div.F4M_MENU_STEP{
    background-color: rgba(0,0,0,0.25);
}

#leftbar div.F4M_MENU.CENTER{
    justify-content: center; /*align center*/
}
#leftbar div.F4M_MENU.SYS{
    background-color: #ececec;
}
#leftbar div.F4M_MENU[noBorder]{
    border: none !important;
}
#leftbar div.F4M_MENU[doubleBorderUp]{
    border-top: 3px double #61c2da;
}
#leftbar div.F4M_MENU[doubleBorderDown]{
    border-bottom: 3px double #61c2da;
}
/**/
#rightbar{
    border-top: 1px solid #61c2da;
}
#rightbar div[f4m_type='ICON']{
    height: 40px;
    border-bottom: 1px solid #61c2da;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#rightbar div[f4m_type='ICON'] .TD{
    padding-right: 0px;
}
#rightbar div[f4m_type='ICON'] .TD.box_title{
    padding-left: 2px;
}
#rightbar div[f4m_type='ICON'] .icon_type{
    font-weight: bold;
    font-size: 18px;
    margin-top: -3px;
    max-width: 209px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#rightbar div[f4m_type='ICON'] .icon_title{
    font-style: italic;
    font-size: 16px;
    max-width: 209px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#rightbar div[f4m_type='ICON'] .TD.close{
    width: 40px;
    height: 40px;
    overflow: hidden;
    font-size: 40px;
    text-align: center;
    color: #61c2da;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #61c2da;
}
#rightbar div[f4m_type='ICON'] .TD.close .fas{
    position: relative;
    top: -1px;
}