﻿
body.main {
    margin: 0px;
    font: 12px OpenSans-Regular, sans-serif;
}

div.ftopframe {
    border: 0px;
    height: 82px;
    width: 100%;
    overflow: hidden;
    float:left;
}

#fTop {
    border: 0px;
    overflow: hidden;
}

div.bottomframe {
    border: 0px;
    height: calc(100% - 82px);
    width: 100%;
    /*overflow: hidden;*/
}

div.navframe {
    position: absolute;
    top: 82px;
    bottom: 0px;
    left:0px;
    right:calc(100% - 200px);
    overflow: hidden;
    display: none;
    z-index: 2;
    background: #FEFEFE;
    border-right: 1px solid #E0E0E0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#fMenu {
   width:200px;
   height:calc(100% - 19px);
   border:0px;
}

div.bodyframe {
    position: absolute;
    top: 82px;
    right:0px;
    bottom: 0px;
    left:0px;
    overflow: hidden;
}

    div.bodyframe.menupinned {
        left:200px !important;
    }

div.newLedgerFrame {
    display: none;
    position: absolute;
    top: 82px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

    div.newLedgerFrame.menupinned {
        left: 200px !important;
    }

#fBody {
    border:0px;
    
}

#fHidden {
    border: 0px;
    width: 100%;
    height: calc(100% - 200px);
}

#fbottom {
    border: 0px;
    width: 100%;
    height: 200px;
}



div.navmenutop {
    padding-top: 4px;
    padding-right: 6px;
    height: 15px;
    text-align: right;
    width: 194px;
    background: #E0E0E0;
}



div.toolmenu {
    position: absolute;
    display:none;
    right: 10px;
    top: 82px;
    width: 150px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    background: #F4F4F5;
}

div.menuitem{
    height:35px;
    line-height:35px;
    margin-top:2px;
    margin-left:5px;
    cursor:pointer;
}

    div.menuitem:hover {
        background: #F0F4F5;
        color: #3B3B3B;
        font-weight:600;
    }

span.actionicons {
    margin-left: 3px;
    cursor: pointer;
    /*font-size: 14px;
    color: #4A4545;*/
}

    span.actionicons:hover {
        font-weight: 600;
        color: #009FDF;
    }


