
.setheight {
    height: 100% !important;
}

.viewHeight {
    height: calc(100% - 155px);
}

.blockHeight {
    height: calc(100% - 84px);
}

.titleHeight {
    height: calc(100% - 10px);
}

.iframe-browser {
    height: calc(100% - 30px) !important;
}

.iframe-chart {
    height: 100% !important;
}

.selected {
    /* background-color: #581528; */
}

.pie-chart-hold {
    width: 270px;
    text-align: left;
    display: inline-block;
    position: relative;
}

.pie-title-customs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align:left;
    padding-left:5px;
}

    .pie-title-customs i {
        color: #ccc;
        cursor: pointer;
        float: right;
        margin: 1px 2px;
        width: 12px;
    }
  
    .chartTextArea{
        padding-left:10px;
        font-weight:bold;
        font-size: 16px;
    }  

.table-title {
    width: 100%;
}

    .table-title i {
        float: right;
        margin-left: 5px;
        font-size: 16px;
    }

