﻿#panelOrgChart:after {
    clear: both;
    content: "";
    display: block;
}

.BodyReport:after {
    clear: both;
    content: "";
    display: block;
}

.nodeDepartamentoArea 
{
    height: auto !important;
}

.nodeDepartamentoArea .rocItemContent
{
    height: auto !important;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
}

.nodeDepartamentoArea .rocItemContent .rocItemText {
    white-space: normal;
}

.nodePersonal .rocItem
{
    height: auto !important;
    white-space: nowrap;
}

.nodePersonal .rocItemContent
{
    height: auto!important;
    text-align: center !important;
}

.RadOrgChart .rocGroup {
    background-color: #e5e5e5 !important;
    white-space: nowrap;
}

.RadOrgChart .rocEmptyGroup .rocEmptyItem {
    height: auto !important;
}

.RadOrgChart .rocGroup .rocItemField {
    white-space: normal;
}

.nodePersonalFoto .rocItemText {
    white-space: normal;
}

.RadOrgChart .rocImageWrap {
    height: auto !important;
    width: auto !important;
}

.RadOrgChart .rocImageWrap img {
    height: 80px;
    width: 80px;
}

.BodyReport .rocViewPort {
    margin: 0 !important;
}