﻿/*
    1. anchor 
    2. unpublised sign, if it is unpublished
    3. valueDetail
    4. msg of valueDetailDivId+"_m" 
    5. del-value-confirm
    6 . bot-cmds
*/

div.oneValue{
    position:relative;
    padding:1px;
    margin:0;
    height:calc(100% - 2px);
    max-height:calc(100% - 2px);
}

div.cell > div.oneValue.block.has-footer-cmds {
    height: calc(100% - 1em);
    
}
div.cell > div.oneValue.block {
    height: calc(100% - 7em)!important;
    padding-top:1em!important;
    padding-bottom:1.5em;
}

div.grid-container div.oneValue {
    height:calc(100% - 4.5em - 8px);
    max-height:calc(100% - 4.5em - 8px);
}


div.cell.compare > div.oneValue, div.cell.compare > div.oneValue.block {
    height: calc(100% - 6.1em)!important;
}

div#sValue > div.oneValue.block {
    height: calc(100% - 1em - 9px);
}
