﻿
/* alarms chart tooltip */
div.alarms-tooltip {
    margin: 0.10rem;
    background: black;
}

.dashboardElements {
    border-color: black;
}

.dashboardRows {
    background-image: linear-gradient(#18171a, #37353d);
}

.tooltipTable {
    color: white;
    background: black;
}

.tooltipTableLabel p {
    text-align: left;
    color: white;
}

.tooltipTableValue p {
    text-align: right;
    color: white;
}

.tooltipUserAccess {
    background: black;
    color: white;
}

/* The Y lines in linear and polar charts*/
.dxc-val-grid path {
    stroke: #6c7278;
}

/* The X grid lines in the polar charts*/
.dxc-val-grid circle {
    stroke: #6c7278;
}

/* The X grid lines in the linear charts*/
.dxc-arg-grid path {
    stroke: #6c7278;
}
