/*** COSTPLANER ***/

.divCostPlanTable {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0px 5px;
}

.divCostPlanTableRow, .divCostPlanTableHeadRow {
    display: table-row;
}
    
.divCostPlanTableRowM:nth-of-type(2n) {
    background-color: #ececec;
}
.divCostPlanTableRowPointer {
    cursor: pointer;
}
.divCostPlanTableHeadUnderline {
    padding-bottom: 3px;
    border-bottom: 1px solid #DDD;
}
.divCostPlanMinimize {
    width: 10px;
    height: 10px;
    border: 1px solid #000000;
    margin-right: 10px;
    float: left;
}
.divCostPlanTableCell, .divCostPlanTableCellR, .divCostPlanTableHeadCell {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
} 
.divCostPlanTableCell {
    padding-right: 0px;
}
.divCostPlanTableSubCell {
    display: table-cell;
    padding-left: 40px;
    vertical-align: middle;
}
.divCostPlanTableUnderlineCell {
    border-bottom: 1px solid #000000;
}
.divCostPlanTableRowBold {
    display: table-row;
    font-weight: bold;
}
.divCostPlanTableMiniSub {
    margin-left: 40px;
    overflow: hidden;
}
.divCostPlanTableMiniSubLeft {
    clear: both;
    float: left;
}
.divCostPlanTableMiniSubRight {
    float: right;
    margin-right: 5px;
}
.divCostPlanTableCellR, .divCostPlanTableHeadCell {
    text-align: right;
}
.divCostPlanTableCellMiddle {
    vertical-align: middle;
}
.divCostPlanTableHeadCell {
    width: 18%;
}
.divCostPlanTableRow:hover, .divCostPlanTableRowCollapse:hover {
    background-color: #cccccc;
}

.inputCostPlanEditableText {
    width: 100%; 
    text-align: right;
    background-color: #FFFFFF;
}

/*** END COSTPLANER ***/

/** Object Details*/
.objectDetails .divTableForm, .objectDetails .divTable {
    display: table;
    border-spacing: 0px 2px;
    margin-top: 5px;
    table-layout: auto;
}

.objectDetails .divTableFormRow, .objectDetails .divTableRow {
    display: table-row;
}

.objectDetails .divTableFormHeadCell, .objectDetails .divTableFormCell, .objectDetails .divTableHeadCell, .objectDetails .divTableCell {
    display: table-cell;
    text-overflow: ellipsis;
    white-space: normal;
    padding: 3px; 
    overflow: hidden;
}

    .objectDetails .divTableFormHeadCell.rightfloat, .objectDetails .divTableFormCell.rightfloat, .objectDetails .divTableHeadCell.rightfloat, .objectDetails .divTableCell.rightfloat {
        text-align: right;
        white-space: nowrap;
    }
    .objectDetails .divTableFormHeadCell.centerfloat, .objectDetails .divTableFormCell.centerfloat, .objectDetails .divTableHeadCell.centerfloat, .objectDetails .divTableCell.centerfloat {
        text-align: center;
    }

    .objectDetails .divTableFormHeadCell, .objectDetails .divTableHeadCell {
        display: table-cell;
        font-weight: bold;
        padding: 3px 14px 3px 3px;
    }
    .objectDetails .divTableHeadCell, .objectDetails .divTableCell {
        padding: 3px 14px 3px 3px;
    }

.isejObjectView .objectdetailswrapper {
    position: fixed;
    top: 7px;
    right: 7px;
    left: 7px;
    bottom: 7px;
    overflow: auto;
}
.isejObjectView * {
    font-family: 'Segoe UI', Tahoma, Verdana, Arial;
    font-size: 9pt;
    color: #5E5E5E;
}

.isejObjectView h3 {
    font-size: 14pt;
    color: #062848;
    padding: 4px 0px 5px 0px;
    margin-top: 0;
    font-weight: bold;
    display: block;

}
.isejObjectView h4 {
    font-size: 12pt;
    color: #062848;    
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 1px solid #5E5E5E;
    margin: 10px 0px 10px 0px;
}
.isejObjectView .objectDetails .divTableForm, .isejObjectView .objectDetails .divTable {
    border-spacing: 0;
}
.isejObjectView .divTableRow:nth-of-type(2n) {
    background-color: #F5F8FD;
}

.isejObjectView .divTableCell {
}
.isejObjectView .divTableHeadCell {
    border-bottom: 1px solid #e1e3e8;
}
.isejObjectView .objectDetails .divTableFormHeadCell, .isejObjectView .objectDetails .divTableHeadCell {
    padding: 1px 10px 1px 3px;
}
.isejObjectView .objectDetails .divTableFormHeadCell, .isejObjectView .objectDetails .divTableFormCell, .isejObjectView .objectDetails .divTableHeadCell, .isejObjectView .objectDetails .divTableCell {
    padding: 2px 3px;
    white-space: nowrap;
}
.isejObjectView .objectDetails .divTableHeadCell, .isejObjectView .objectDetails .divTableCell {
    padding: 2px 13px 2px 3px;
}
/** END Object Details*/