/* Roboto Mono - Regular */
@font-face {
	font-family: 'Roboto Mono';
	src: url("/jakarta.faces.resource/fonts/RobotoMono-Regular.woff2.xhtml") format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Roboto Mono - Bold */
@font-face {
	font-family: 'Roboto Mono';
	src: url("/jakarta.faces.resource/fonts/RobotoMono-Bold.woff2.xhtml") format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Roboto Mono - Italic */
@font-face {
	font-family: 'Roboto Mono';
	src: url("/jakarta.faces.resource/fonts/RobotoMono-Italic.woff2.xhtml") format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

body .ui-widget {
	font-family: 'Roboto Mono', monospace;
    font-size: 14px;
}

body {
	font-family: 'Roboto Mono', monospace;
	font-size: 14px;
}

.ui-menuitem-text {
    font-size: 14px;
}

.warning-text {
	color: #b71c1c;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
	color: #000000;	
}

body .ui-dialog .ui-dialog-titlebar {
	padding: 5px;
	background-color: var(--blue-400);
	color: var(--primary-color-text);
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
	font-size: 1.2rem;
}

body .ui-datatable .ui-datatable-data>tr>td {
	border: 1px solid rgba(0,0,0,0.25)
}

.pass-color {
	color: #1c970c;
}

.fail-color {
	color: #f31621;
}
		
.flagRed .ui-menuitem-icon {
	color: #F60000 !important;
}

.flagOrange .ui-menuitem-icon {
	color: #FBA700 !important;
}

.flagYellow .ui-menuitem-icon {
	color: #F1F23E !important;
}

.flagGreen .ui-menuitem-icon {
	color: #50CC44 !important;
}

.flagBlue .ui-menuitem-icon {
	color: #416BC4 !important;
}

.flagNoneCell {
	width: 18px; 
	height: 18px; 	
}

.flagRedCell {
	width: 18px; 
	height: 18px;
	background-color: #F60000; 	
}

.flagOrangeCell {
	width: 18px; 
	height: 18px; 	
	background-color: #FBA700; 	
}

.flagYellowCell {
	width: 18px; 
	height: 18px; 	
	background-color: #F1F23E; 	
}

.flagGreenCell {
	width: 18px; 
	height: 18px; 	
	background-color: #50CC44; 	
}

.flagBlueCell {
	width: 18px; 
	height: 18px; 	
	background-color: #416BC4; 	
}

.treeNodeLabel {
	width:45px; 
	font-size: 0.85em;
}

.treeNodeValue {
	width:50px; 
	font-size: 0.85em; 
	text-align: right;
}
