.appPerfMonitorAdminTable {
    border:1px solid #b3adad;
    border-collapse:collapse;
    padding:5px;
    position: fixed;
    left: 50%;
    top: 50%;
    display: block;
    max-height: 500px;
    width: 600px;
    transform: translate(-50%, -50%);
    z-index: 100
}

.appPerfMonitorAdminTable tbody {
    display: block;
    overflow-y: scroll;
    max-height: 450px;
}

.appPerfMonitorAdminTable tr {
    width: 100%;
}
.appPerfMonitorAdminTable th {
    width: 250px;
    border: 1px solid #b3adad;
    background: #dedede;
    color: #313030;
    padding: 5px 5px 5px 30px;
    text-align: left;
}

.appPerfMonitorAdminTable th.title {
    font-size: 20px;
    text-align: left;
    background-color: #313030;
    color: white;
    padding-left: 10px;
}

.appPerfMonitorTable {
    border:1px solid #b3adad;
    border-collapse:collapse;
    padding:5px;
    position: fixed;
    left: 50%;
    top: 50%;
    display: block;
    max-height: 500px;
    width: 600px;
    transform: translate(-50%, -50%);
    z-index: 100
}

.appPerfMonitorTable tbody {
    display: block;
    overflow-y: scroll;
    max-height: 450px;
}

.appPerfMonitorTable tr {
    width: 100%;
}
.appPerfMonitorTable th {
    width: 250px;
    border:1px solid #b3adad;
    padding:5px;
    background: #dedede;
    color: #313030;
    padding-left: 30px;
    text-align: left;
}

.appPerfMonitorTable th.title {
    font-size: 20px;
    text-align: left;
    background-color: #313030;
    color: white;
    padding-left: 10px;
}

.appPerfMonitorTable th.addInfo {
    width: 300px;
    font-size: 20px;
    text-align: left;
    background-color: azure;
    padding-left: 10px;
}

.appPerfMonitorTable td {
    width: 350px;
    border:1px solid #b3adad;
    text-align:left;
    padding:5px;
    background: #f7f7f7;
    color: #313030;
}

.appPerfMonitorTable.hiddenTable {
    display: none !important;
}

.appPerfMonitorButton {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
}

.appPerfMonitorButton.appPerfHidden {
    display: none !important;
}

.apm-filters th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.table-responsive td {
    font-size: 13px;
}
