.krPivotMatrix > table > tbody > tr:nth-of-type(2) > td{
    background-color: #ededed;
}
.krPivotMatrix > table > tbody > tr:nth-of-type(3) > td, .krpmColumnHeaderZoneDiv td{
    background-color: #bbf9bb;
    font-weight: 700;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 2;
}

.krpmRowHeaderZoneDiv > table > tbody > tr:last-of-type{
    position: sticky;
    bottom: 0;
    font-weight: 700;
    background-color: #f3f3f3;
    z-index: 2;
}
.krpmDataZoneDiv > table > tbody > tr:last-of-type{
    position: sticky;
    bottom: 0;
    background-color: #f3f3f3;
    font-weight: 700;
}
.krpmRowHeaderZoneDiv > table > tbody > tr > td{
    position: sticky;
    left: 0;
    background-color: white;
    z-index: 1;
}
pivotmatrix{
    display:none;
}
.krpmDataFieldMenu {
    z-index: 999;
}
.krpmFieldMenu{
    z-index: 999;
}
.krPivotMatrix,.columnHeaderZone, .krpmColumnHeaderZoneDiv, .krpmRowHeaderZoneDiv, .krpmDataZoneDiv {
    overflow: visible !important;
}
.comparing{
    letter-spacing: 2px;
    word-spacing: 2px;
    color: #FF0000FF;
    text-decoration: underline solid #FF0000FF;
    text-transform: uppercase;
}
body.waiting * { cursor: wait; }

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container {
    width: auto;
}
.brand-name{
    display: inline-block !important;
    height: 40px;
    padding-right: 10px;
}
