.hicx-form .x-grid-cell-topic b {
    display: block;
}
.hicx-form .x-grid-cell-topic .x-grid-cell-inner {
    white-space: normal;
}

.hicx-form .x-grid-cell .x-grid-cell-inner {
    white-space: normal;
}



/** to center align uncomment this one and comment out the below one
.x-grid-cell-inner:not(.x-grid-cell-inner-treecolumn) {
    line-height: normal;
    padding-top: 3px important;
    padding-bottom: 3px important;
    text-align: center !important;
    top: 10%;
    word-wrap: break-word;
}
**/

.hicx-form .x-grid-cell-inner:not(.x-grid-cell-inner-treecolumn) {
    line-height: normal;
    padding-top: 3px important;
    padding-bottom: 3px important;
    top: 10%;
    word-wrap: break-word;
}

.hicx-form .x-grid-cell-topic a {
    color: #385F95;
    text-decoration: none;
}

.hicx-form .x-grid-cell-topic a:hover {
    text-decoration:underline;
}

.hicx-form .x-grid-cell-topic .x-grid-cell-innerf {
    padding: 5px;
}
.hicx-form .x-grid-rowbody {
    padding: 0 5px 5px 5px; 
}

/**
ExtJs Grid Word wrapping (HM-1587)
**/
.hicx-form .x-column-header-inner .x-column-header-text {
    white-space: normal;
    word-wrap: break-word;
}

/** to center align uncomment this and comment the below one
.x-column-header-inner {
    line-height: normal;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    text-align: center;
    top: 10%;
}**/
.hicx-form .x-column-header-inner {
    line-height: normal;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    top: 10%;
}



.hicx-flat-table-report .x-column-header {
    border-right: 1px solid #cfcfcf;
        border-right-width: 1px;
    color: #3e4752;
    font: 800 15px/17px "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: 0;
    background-color: #fff;
}

.hicx-flat-table-report .x-column-header {
    position: absolute;
    overflow: hidden;
    background-repeat: repeat-x;
}

.hicx-flat-table-report .x-column-header-inner {
    padding: 15px;
}

.hicx-flat-table-report .x-leaf-column-header {
    height: 100%;
}

.hicx-flat-table-report .x-column-header {
    color: #3e4752;
    font: 800 15px/17px "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hicx-flat-table-report .x-column-header-align-left {
    text-align: left;
}

.hicx-flat-table-report .x-column-header {
    text-transform: uppercase;
}

.hicx-flat-table-report .x-column-header-inner {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}



.hicx-flat-table-report .x-grid-cell-inner {
    position: relative;
    text-overflow: ellipsis;
    padding: 15px;
}
.hicx-flat-table-report .x-grid-cell-inner {
    overflow: hidden;
    white-space: normal;
}

.hicx-flat-table-report .x-grid-item {
    color: #878ea2;
    font: 500 15px/17px "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hicx-flat-table-report .x-grid-body {
    text-transform: uppercase;
}