body {
    overflow-x: hidden;
}

#filtro  {
    line-height: 40px;
}

#filtro label {
    display: block;
}

.form-control {
    margin-bottom: 0px;
}

.btn:active, .btn.active {
    border-bottom: solid 2px #b9290c;
    border-radius: 0px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.bootstrap-datetimepicker-widget {
    background-color: #fff;
}

.jqx-treemap-label-valor {
    color: #fff;
}

.jqx-treemap-label-desc {
    
    text-transform: capitalize;
    color: #fff;
}
.jqx-treemap-rectangle {
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    -webkit-transition: all 600ms;
    transition: all 600ms;
    
}
.jqx-treemap-rectangle span {
    line-height: 20px;
    font-size: 16px;
    left: 10px !important;
    top: 10px !important;
    text-transform: uppercase
}
.jqx-treemap-rectangle span strong {
    font-size: 15px;
    font-weight: normal !important
}
.jqx-treemap-rectangle .percent-treemap {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-weight: normal !important
}

.treemap-navigator {
    margin-bottom: 10px;
    display: flex;
}
.treemap-navigator>div {
    line-height: 24px;
    float: left;
    margin-right: 10px;
    text-transform: uppercase;
}
.treemap-navigator>div span {
    cursor: pointer;
    font-size: 11px;
    background-color: white;
    color: #830008;
}
.treemap-navigator>div span i {
    background-color: silver;
    padding: 10px !important;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: white;
    width: 34px;
    text-align: center !important
}
.treemap-navigator>div span strong {
    font-size: 13px;
    line-height: 15px !important;
    margin-left: 38px !important;
    display: block
}
.treemap-navigator>div:first-child span {
    padding-left: 0px
}
.treemap-navigator>div:last-child span {
    margin-right: 0px !important;
    color: #000 !important;
}



.container-transparency-table {
    max-height: 508px;
    overflow-y: auto;
    border: solid 1px #d4d4d4;
}

.container-transparency-table table thead tr th {
    background-color: #000 !important;
    color: #fff !important;
    vertical-align: middle !important;
}

.container-transparency-table .table-striped > tbody > tr:first-child {
    background-color: #e9e9e9 !important;
}