/* CSS Document  - Generic styles for ALL TESTING server websites */

/* BORDER */

/* body { border:3px solid #F00; } */
#testingBorderT, #testingBorderB, #testingBorderL, #testingBorderR {
	background: #F00;
	position: fixed;
	z-index:99997;
	width: 3px;
	}
	#testingBorderL, #testingBorderR {
		top: 0; bottom: 0;
		}
		#testingBorderL { left: 0; }
		#testingBorderR { right: 0; }
		
	#testingBorderT, #testingBorderB {
		left: 0; right: 0;
		}
		#testingBorderT { top: 0; }
		#testingBorderB { bottom: 0; }

		
/* TESTING LABEL */
#testingHeader, .testingHeader {
	position:fixed;
	/* top:2px;left:2px; */
	z-index:99998;
	padding:4px;
	font-size:20px;
	font-weight:bold;
	background:rgba(255, 255, 255, .75);
	color:#F00;
	border:1px solid #F00;
	cursor:no-drop;
}
#testingHeader.top-left,	.testingHeader.top-left		{top:0;		left:0;	box-shadow:3px 3px 9px 0px rgb(0 0 0 / 60%) !important;}
#testingHeader.top-right,	.testingHeader.top-right	{top:0;		right:0;box-shadow:-3px 3px 9px 0px rgb(0 0 0 / 60%) !important;}
#testingHeader.bottom-left,	.testingHeader.bottom-left	{bottom:0;	left:0;	box-shadow:3px -3px 9px 0px rgb(0 0 0 / 60%) !important;}
#testingHeader.bottom-right,.testingHeader.bottom-right	{bottom:0;	right:0;box-shadow:-3px -3px 9px 0px rgb(0 0 0 / 60%) !important;}


#debug-kit-toolbar {
	z-index:99999 !important;
}