/* report viewing icons */
.msword-current, .msexcel, .pdf-current, .pdf-full, .msword-full, .newwin {
    height:auto;
}
.msword-current:before, .msexcel:before, .pdf-current:before, .pdf-full:before, .msword-full:before, .newwin:before {
    font-family: 'Font Awesome 5 Free';
}
.pdf-full:before, .msword-full:before {
    font-weight:bold;
}
.rv:before,
.reportViewer-win-shortcut:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f080';
}
.report-template-editor-icon:before,
.report-template-editor-desktop:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f044';
}
.pdf-full:before {
    color: #993333;
    content: "\f1c1";
}
.x-item-disabled .pdf-full:before {
    color: #ccc;
}
.pdf-current:before {
    color: #aa5555;
    content: "\f1c1";
}
.x-item-disabled .pdf-current:before {
    color: #ccc;
}
.msword-full {
    color: #333399;
    content: "\f1c2";
}
.x-item-disabled .msword-full:before {
    color: #ccc;
}
.msword-current:before {
    color: #5555aa;
    content: "\f1c2";
}
.x-item-disabled .msword-current:before {
    color: #ccc;
}
.msexcel:before {
    color: #339933;
    content: "\f1c3";
}

.x-item-disabled .msexcel:before {
    color: #ccc;
}
.newwin:before {
    content: "\f14d";
}

.esp-reportViewer-treeDisabled{
    color:#888;
}

.esp-reportViewer-histOptionsWrap{
    font-size:18px;
    color: #3366aa;
    padding: 10px;
    margin: 10px;
}

.esp-reportViewer-histOptionsWrap > i.fa{
    width: 50px;
    padding-left: 10px; 
    padding-right: 10px; 
}

/* Report viewer bar gauge */
.esp-reportViewer-barGauge
{
    /* border: 1px solid #bbb;*/
    box-sizing: border-box;
    padding: 1px;
    margin: 1px;
    height: 14px;
    width: calc(100% - 2px);
    background-color: #ddd;
    font-size: 9px;
}
.esp-reportViewer-barGaugeText
{
    position:absolute;
    top:0;
    left:0;
    /* margin-top:-14px;*/
    color: #666;
    padding-left: 1px;
    font-size: 11px;
    height: 14px;
    width: 100%;
}

/* Hierarchy Viewer */

.esp-hierarchy-tree .x-grid-item {
    background-color: white !important;
    border-bottom: 1px solid white;
}

.esp-hierarchy-tree .x-tree-icon-leaf,
.esp-hierarchy-tree .x-tree-icon-parent,
.esp-hierarchy-tree .x-tree-icon-parent-expanded {
    display: none;
}

.esp-hierarchy-tree .x-tree-elbow-img {
    position: relative;
    z-index: 1;
}

.esp-hierarchy-tree .x-grid-item-selected .esp-hierarchy-tree-text {
    font-weight: bold;
}

.esp-hierarchy-tree-text > * {
    position: relative;
    z-index: 1;
}

.esp-hierarchy-tree-legend {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    display: block;
}

@keyframes esp-hierarchy-tree-progress {
    0% {
	width: 0px;
    }
    100% {
	width: var(--esp-hierarchy-tree-progress,0px);
    }
}

.esp-hierarchy-tree-animated-progress {
    animation: 1s ease-in-out 0s 1 esp-hierarchy-tree-progress;
}

.esp-hierarchy-tree-progress {
    width: var(--esp-hierarchy-tree-progress,0px);
    position: absolute;
    z-index: 0;
    left: 5px;
    top: 0;
    bottom: 0;
    display: block;
    background: black;
    opacity: 0.25;
}

.esp-hierarchy-tree-progress:not(.esp-hierarchy-tree-animated-progress):not(.esp-hierarchy-tree-static-progress) {
    width: 0px !important;
}

.tree-override-icon::before {
    display: inline-block;
    line-height: 20px;
}