/*
 +-------------------------------------------------------------------------+
 | 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/                                                   |
 +-------------------------------------------------------------------------+
*/

.monitorHover {
	color: #030303 !important;
}

.monitor a, .monitor a:active, .monitor a:visited,
.monitorHover a, .monitorHover a:active, .monitorHover a:visited {
	color: #030303 !important;
}

.monitor a:hover {
	color: #030303 !important;
}

.monitorHover a:hover {
	color: #030303 !important;
}

.monitorFooterText {
	color: #030303;
	font-size: 10px;
}

.monitorFooterTextBold {
	color: #636363;
	font-size: 10px;
	padding-bottom: 120px;
}

.deviceUnknownBg {
	color: rgba(255, 255, 255, 0.8);
}

.deviceDownBg {
	color: rgba(255, 255, 255, 0.8);
}

.deviceAlertBg {
	color: rgba(255, 255, 255, 0.8);
}

