/*
 +-------------------------------------------------------------------------+
 | Copyright (C) 2004-2023 The Cacti Group                                 |
 |                                                                         |
 | This program is free software; you can redistribute it and/or           |
 | modify it under the terms of the GNU General Public License             |
 | as published by the Free Software Foundation; either version 2          |
 | of the License, or (at your option) any later version.                  |
 |                                                                         |
 | This program is distributed in the hope that it will be useful,         |
 | but WITHOUT ANY WARRANTY; without even the implied warranty of          |
 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the           |
 | GNU General Public License for more details.                            |
 +-------------------------------------------------------------------------+
 | Cacti: The Complete RRDtool-based Graphing Solution                     |
 +-------------------------------------------------------------------------+
 | This code is designed, written, and maintained by the Cacti Group. See  |
 | about.php and/or the AUTHORS file for specific developer information.   |
 +-------------------------------------------------------------------------+
 | http://www.cacti.net/                                                   |
 +-------------------------------------------------------------------------+
*/

.flexchild {
	background-color: var(--background) !important;
}

.panel_data {
	padding: 0px 4px;
}

.panel_data > div {
	background-color: var(--background) !important;
}

.header_link {
	padding-left: 2px;
	padding-right: 2px;
}

.bb-axis-x text, .bb-axis-y text, .bb-axis-y2 text, .bb-legend-item text {
	fill: #7e818f;
}

.bb .bb-axis path, .bb .bb-axis line {
	stroke: #7e818f;
}

.bb-chart-arc text {
	fill: white;
}

.bb-chart-arc path {
	stroke: #7e818f;
}

circle {
	stroke: #7e818f;
	stroke-width: 1px;
	fill: transparent !important;
}

.txt_med {
	font-size: var(--fs-semilarge);
}

.txt_big {
	font-size: var(--fs-large);
}

.txt_huge {
	font-size: var(--fs-king);
}