@font-face
{

	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url('../Fonts/roboto-v20-latin-regular.woff') format('woff');

}
@font-face
{

	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local('Roboto Medium'), local('Roboto-Medium'), url('../Fonts/roboto-v20-latin-500.woff') format('woff');

}
@font-face
{

	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url('../Fonts/roboto-v20-latin-700.woff') format('woff');

}
html,
body
{

	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;

}
html,
body,
form > div
{

	margin: 0px;

}
body
{

	font-family: "Roboto", "Segoe UI", "Helvetica Neue", Helvetica, Tahoma, Arial;
	font-size: 13px;
	overflow: hidden;
	color: #212121;
	background-color: #FFF;
	-ms-touch-action: manipulation !important; 

}
h1,
h2,
h3,
h4
{

	font-weight: normal;

}
h1
{

	font-size: 36px;

}
h2
{

	font-size: 18px;

}
h3
{

	font-size: 16px;

}
h4
{

	font-size: 14px;

}
img
{

	border-width: 0px;

}
img + span
{

		margin: 0px 4px;
	
}
form
{

	width: 100%;
	height: 100%;

}
fieldset
{

	margin: 0;
	padding: 0;

}
textarea
{

	border-color: #CCCCCC;
	border-width: 1px;
	border-radius: 4px;
	background-color: #FFF;
	color: #212121;
	padding: 6px 12px;
	

}
textarea:hover
{

		outline: 1px solid ;
		outline-offset: -1px;
	
}
textarea:focus
{

		outline: 2px solid ;
		outline-offset: -2px;
	
}
textarea:disabled
{

		border-style: dotted;
		color: #B0B0B0;
		background-color: #E6E6E6;
	
}
textarea:disabled:hover
{

			outline: none;
		
}
textarea:read-only
{

		outline: none;
	
}
select,
.MultiselectBox a,
.LabelText + a
{

	border-color: #CCCCCC;
	background: #FFF;
	color: #212121;
	outline: none;

}
select:not([multiple]):not([size]),
.MultiselectBox a,
.LabelText + a
{

	border-width: 1px;
	border-radius: 4px;
	padding: 6px 36px 6px 12px;
	cursor: pointer;
	appearance: none;
	background-image: url(../Images/ExpandCollapseDown.svg);
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 16px;
	
	max-width: 100%;

}
select:not([multiple]):not([size]):link,
select:not([multiple]):not([size]):visited,
.MultiselectBox a:link,
.MultiselectBox a:visited,
.LabelText + a:link,
.LabelText + a:visited
{

		color: #212121; 
	
}
select:not([multiple]):not([size]):focus,
.MultiselectBox a:focus,
.LabelText + a:focus
{

		outline: 2px solid ;
		outline-offset: -2px;
	
}
select:not([multiple]):not([size]):hover,
.MultiselectBox a:hover,
.LabelText + a:hover
{

		border-color: ;
		color: #212121; 
		text-decoration: none; 
	
}
option
{

	background-color: #F5F5F5;

}
input
{


}
input[type=submit],
input[type=button]
{

		cursor: pointer;
		text-align: center;
		border-radius: 4px;
		padding: 8px 12px;
		background-color: ;
		color: #FFF;
		font-weight: 500;
		font-size: 14px;
		min-width: 100px;
		background-position: -100% center;
		
	
}
input[type=submit]:hover,
input[type=button]:hover
{

			background-color: ;
		
}
input[type=submit].Loading,
input[type=button].Loading
{

			
			background-size: 20px;
			pointer-events: none;
			color: #CCC !important;
			background-color: #E6E6E6 !important;
			min-height: 0px;
			background-position: 10px center;
			text-align: left;
			padding-left: 36px !important;
			transition: padding 0.15s, background-position 0.15s;
		
}
input[type=submit].Disabled,
input[type=submit]:disabled,
input[type=button].Disabled,
input[type=button]:disabled
{

			pointer-events: none;
			color: #CCC !important;
			background-color: #E6E6E6 !important;
		
}
input[type=text],
input[type=number],
input[type=search],
input[type=email],
input[type=date],
input[type=time],
input[type=password]
{

		border-width: 1px;
		border-color: #CCCCCC;
		
		background-color: #FFF;
		color: #212121;
		
		border-radius: 4px;
		padding: 6px 12px;
	
}
input[type=text]:hover,
input[type=number]:hover,
input[type=search]:hover,
input[type=email]:hover,
input[type=date]:hover,
input[type=time]:hover,
input[type=password]:hover
{

			outline: 1px solid ;
			outline-offset: -1px;
		
}
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=password]:focus
{

			outline: 2px solid ;
			outline-offset: -2px;
		
}
input[type=text].Disabled,
input[type=text]:disabled,
input[type=number].Disabled,
input[type=number]:disabled,
input[type=search].Disabled,
input[type=search]:disabled,
input[type=email].Disabled,
input[type=email]:disabled,
input[type=date].Disabled,
input[type=date]:disabled,
input[type=time].Disabled,
input[type=time]:disabled,
input[type=password].Disabled,
input[type=password]:disabled
{

			color: #B0B0B0 !important;
			pointer-events: none !important;
			cursor: default;
			background-color: #E6E6E6;
		
}
input[type=text]:read-only,
input[type=number]:read-only,
input[type=search]:read-only,
input[type=email]:read-only,
input[type=date]:read-only,
input[type=time]:read-only,
input[type=password]:read-only
{

			color: #212121;
			cursor: default;
		
}
input[type=text]:read-only:hover,
input[type=text]:read-only:focus,
input[type=number]:read-only:hover,
input[type=number]:read-only:focus,
input[type=search]:read-only:hover,
input[type=search]:read-only:focus,
input[type=email]:read-only:hover,
input[type=email]:read-only:focus,
input[type=date]:read-only:hover,
input[type=date]:read-only:focus,
input[type=time]:read-only:hover,
input[type=time]:read-only:focus,
input[type=password]:read-only:hover,
input[type=password]:read-only:focus
{

				outline: none;
			
}
input[type=radio]
{

		margin: 4px 4px 0px 4px;
	
}
input[type=radio],
input[type=file],
input[type=file]::-webkit-file-upload-button
{
 
		cursor: pointer;
	
}
*
{

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-width: 0px;
	border-style: solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-color: #E6E6E6;
	animation-duration: 0.15s;
	animation-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	transition-duration: 0.15s;
	transition-property: none;

}
svg
{

	overflow: hidden;

}
a
{

	text-decoration: none;

}
a:link,
a:visited
{

		color: ;
	
}
a:link.Disabled,
a:visited.Disabled
{

			color: #B0B0B0 !important;
			background-color: inherit !important;
			pointer-events: none;
		
}
a:hover
{

		color: ;
		text-decoration: underline;
	
}
p,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
table,
blockquote,
hr,
dt,
dd,
pre
{

	margin: 0px 0px 15px 0px;

}
dd
{

	padding-left: 10px;

}
hr
{

	border-top-width: 1px;

}
dfn
{

	display: inline-block;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	padding: 3px;
	font-family: monospace;
	line-height: 8px;
	border-radius: 10px;
	border: 2px solid #CCCCCC;
	color: #CCCCCC;

}
dfn:hover
{

		background-color: #CCCCCC;
		color: #FFF;
	
}
.Disabled
{

	cursor: default;

}
.HiddenFocus:focus
{

	outline: 0;

}
@-ms-viewport
{

	height: device-height;
	width: device-width;

}
.HiddenPanel
{

	display: none;

}
.LoadingPanel
{

	position: relative;
	pointer-events: none;

}
.LoadingPanel > *
{

		opacity: 0;
	
}
.LoadingPanel:after
{

		
		content: "";
		
		min-height: 0px;
		background-position: center center;
	
}
.LoadingIndicatorRight
{

	position: relative;

}
.LoadingIndicatorRight:after
{

		
		content: "";
		
		min-height: 0px;
		background-size: 14px;
		background-position: right center;
	
}
.LoadingHeading
{

	padding-right: 60px;
	
	background-position: right center;

}
.LoadingImage
{

	vertical-align: middle;

}
.LoadingImage.Small
{

		width: 20px;
		height: 20px;
	
}
.LoadingImage.Medium
{

		width: 32px;
		height: 32px;
	
}
.ExpressionEditor
{


}
.ExpressionEditor .cm-editor
{
 
		resize: vertical;
		height: 125px;
		overflow: auto !important;
		border-width: 1px;
		border-color: #CCCCCC;
		border-radius: 4px;
	
}
.ExpressionEditor .cm-editor:hover
{

			outline: 1px solid ;
			outline-offset: -1px;
		
}
.ExpressionEditor .cm-editor:focus-within
{

			outline: 2px solid ;
			outline-offset: -2px !important;
		
}
.ExpressionEditor .cm-editor:focus-within .cm-panels
{

				border-bottom: 1px solid ;
				border-left: 1px solid ;
				border-right: 1px solid ;
			
}
.ExpressionEditor .cm-editor .cm-cursor
{
 
			border-left-color: #000000;
		
}
.ExpressionEditor .cm-editor .cm-filter
{

			background-color: rgba(0, 255, 0, 0.08);
		
}
.ExpressionEditor .cm-editor .cm-filter:hover
{

				background-color: rgba(0, 255, 0, 0.2);
			
}
.ExpressionEditor .cm-editor .cm-widget
{

			opacity: 0.4;
			font-size: 10px;
			background-color: rgba(0, 0, 0, 0.15);
			border-radius: 2px;
			padding: 2px;
			margin-left: 4px;
		
}
.ExpressionEditor .cm-editor .cm-panels
{
 
			padding-right: 20px;
			background-color: #F5F5F5;
			border-color: #CCCCCC;
			text-align: right;
		
}
.ExpressionEditor .cm-editor .cm-tooltip-autocomplete
{
 
			background-color: #F5F5F5;
		
}
.ExpressionEditor .cm-editor .cm-tooltip-autocomplete [aria-selected]
{

			background-color: ;
		
}
.ExpressionEditor .cm-editor .cm-tooltip-autocomplete ul li:hover
{

			color: #F5F5F5;
			background-color: ;
		
}
.ExpressionEditor .cm-editor .cm-number
{

			color: #098658;
		
}
.ExpressionEditor .cm-editor .cm-string
{

			color: #A31515;
		
}
.ExpressionEditor .cm-editor .cm-property-name
{

			color: #0071c1;
		
}
.ExpressionEditor .cm-editor .cm-control-keyword
{

			color: #795d26;
		
}
.ExpressionEditor .cm-editor .cm-variable-name
{

			color: #0071c1;
		
}
.ExpressionEditor .cm-editor .cm-logic-operator
{

			color: #000000;
		
}
.ExpressionEditor .cm-editor .cm-compare-operator
{

			color: #000000;
		
}
.FlexSpacer
{

	

}
*[data-tooltip]
{

	position: relative;
	
	cursor: default;
	transition-property: opacity;

}
*[data-tooltip]:hover
{

	
}
*[data-tooltip]:hover:before,
*[data-tooltip]:hover:after
{

			opacity: 1;
			visibility: visible;
		
}
*[data-tooltip]:before,
*[data-tooltip]:after
{

		opacity: 0;
		visibility: hidden;
		position: absolute;
		left: 50%;
		z-index: 100;
		font-family: "Roboto", "Segoe UI", "Helvetica Neue", Helvetica, Tahoma, Arial;
		font-size: 13px;
		text-align: left;
		white-space: normal;
		line-height: normal;
	
}
*[data-tooltip]:before
{

		content: '';
		top: 25px;
		margin: 0px 0px 0px -10px;
		border-style: solid;
		border-width: 0px 10px 10px 10px;
		border-color: transparent transparent #555 transparent;
	
}
*[data-tooltip]:after
{

		content: attr(data-tooltip);
		top: 35px;
		width: 150px;
		margin: 0px 0px 0px -85px;
		border-radius: 5px;
		background-color: #555;
		color: #FFF;
		padding: 10px;
	
}
.MultiselectBox,
.MultiselectDropdown
{


}
.MultiselectBox a,
.MultiselectDropdown a
{

		text-decoration: none;
		color: #212121;
		padding: 6px 36px 6px 12px;
		display: inline-block;
	
}
.MultiselectDropdown
{

	display: inline-block;
	min-width: 150px;
	max-width: 320px;
	position: relative;

}
.MultiselectDropdown .MultiselectDropdownDisplay
{

		
		
		border: 1px solid #CCCCCC;
		border-radius: 4px;
		background-color: #FFF;
		background-image: url(../Images/ExpandCollapseDown.svg);
		background-repeat: no-repeat;
		background-position: right 12px center;
		background-size: 16px;
		cursor: pointer;
		transition: border-color 0.2s ease;
		white-space: nowrap;
	
}
.MultiselectDropdown .MultiselectDropdownDisplay:hover
{

			outline: 1px solid ;
			outline-offset: -1px;
		
}
.MultiselectDropdown .MultiselectDropdownDisplay:focus
{

			outline: 2px solid ;
			outline-offset: -2px;
		
}
.MultiselectDropdown .MultiselectDropdownText
{

		color: #212121;
		font-size: 13px;
		white-space: nowrap;
		
	
}
.MultiselectDropdownPopout
{

	min-width: 150px;
	max-width: 320px;
	border-radius: 6px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
	background-color: #FFF;
	padding: 0;
	z-index: 1000;

}
.MultiselectDropdownPopout .MultiselectDropdownOptions
{

		
		
		padding: 8px;
		max-height: 300px;
		
	
}
.MultiselectDropdownPopout .MultiselectDropdownOption
{

		
		
		padding: 8px 12px;
		cursor: pointer;
		margin: 0;
		font-size: 13px;
		width: 100%;
		border-radius: 3px;
		transition: background-color 0.2s ease;
	
}
.MultiselectDropdownPopout .MultiselectDropdownOption:hover
{

			background-color: #F5F5F5;
		
}
.MultiselectDropdownPopout .MultiselectDropdownOption:not(:last-child)
{

			margin-bottom: 1px;
		
}
.MultiselectDropdownPopout .MultiselectDropdownOption input[type="checkbox"]
{

			margin: 0 8px 0 0;
			cursor: pointer;
			
		
}
.MultiselectDropdownPopout .MultiselectDropdownOption .MultiselectDropdownOptionLabel
{

			color: #212121;
			cursor: pointer;
			
		
}
.InfoIcon
{

	width: 20px;
	height: 20px;
	background: url(../Images/TabGeneral.svg) no-repeat;
	margin-left: 8px;
	opacity: 0.6;

}
.ErrorIcon
{

	width: 20px;
	height: 20px;
	background: url(../Images/TabError.svg) no-repeat;
	margin-left: 8px;
	opacity: 0.6;

}
.LabelText
{

	font-weight: 500;
	opacity: 0.5;
	margin-right: 4px;

}
.MoreOptionsButton,
.Options
{

	min-height: 36px;
	width: 36px;
	background: url(../Images/MoreIcon.svg) no-repeat;
	background-size: 24px 24px;
	background-position: center;
	float: right;
	opacity: 0.75;
	border-radius: 6px;

}
.MoreOptionsButton:hover,
.Options:hover
{

		opacity: 1;
		background-color: rgba(128, 128, 128, 0.1);
	
}
.MoreOptionsButton > *,
.Options > *
{

		display: none; 
	
}
.SyntaxHelperButton
{

	float: right;
	width: 32px;
	height: 32px;
	text-decoration: none;
	background: url(../Images/AddSyntaxIcon.svg) no-repeat center;
	background-size: 24px;
	border-radius: 50%;
	--popout-from: right-down;

}
.SyntaxHelperButton:hover
{

		background-color: #E6E6E6;
	
}
.ButtonCell
{

	text-align: center;

}
.ButtonCell a
{

		display: inline-block;
		font-weight: bold;
		font-size: 18px;
		text-decoration: none;
		margin-left: 5px;
	
}
.ButtonCell a + a
{

			margin-left: 5px;
		
}
.ButtonPanel
{

	
	flex-direction: row-reverse;
	gap: 8px;

}
.ButtonPanel input
{

		
		align-self: start;
	
}
.ButtonPanel > p,
.ButtonPanel > span
{

		
		margin: 0px;
	
}
.ButtonPanel > a
{

		margin-right: auto;
		padding: 5px 0;
	
}
.OuterPanel
{


}
.OuterPanel .CommandList
{

		margin-bottom: 0;
		text-align: end;
	
}
@media (max-width: 520px)
{
.OuterPanel .CommandList
{

			text-align: start;
		
}
}
.OuterPanel .CommandList a
{

			display: inline-block;
			margin: 4px;
			white-space: nowrap;
			
		
}
.OuterPanel .CommandList a:hover
{

				
			
}
.HeaderPanel .CommandPanel
{


	opacity: 0.75;

}
.HeaderPanel .CommandPanel img
{

		width: 24px;
		height: 24px;
	
}
.HeaderPanel .CommandPanel .HasImage span
{
 
		display: none;
	
}
.HeaderPanel .CommandPanel:hover
{

		opacity: 1;
		background-color: transparent;
	
}
.ImageSelector
{


}
.ImageSelector > *
{

		display: inline-block;
		vertical-align: top;
		margin-bottom: 0px;
	
}
.ImageSelector .ImageInput
{

		width: 200px;
		padding-left: 10px;
		border-left-width: 1px;
		margin-left: 10px;
	
}
.ImageSelector .ImageInput > *
{

			display: block;
			margin-bottom: 5px;
			text-align: center;
			width: 100%;
		
}
.ImageSelector .ImageInput .ImageDropDestination
{

			border-width: 2px;
			border-style: dashed;
			padding: 5px;
			background-color: #F5F5F5;
		
}
.ImageSelector.ReadOnly .ImageInput
{

		display: none;
	
}
.ImageSelector .ImageDropDestination,
.ImageSelector .ImageDisplay span
{

		opacity: 0.6;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
	
}
.DefaultCustomSelector
{


}
.DefaultCustomSelector > div
{

		margin: 0px;
	
}
.DefaultCustomSelector > div:last-child
{

			margin-top: 5px;
		
}
.DefaultCustomSelector > div > div
{

			margin: 5px 0px 0px 15px;
		
}
.ResizeHandleBar
{

	opacity: 0;

}
.ResizeHandleBar:hover
{

		opacity: 1;
		background: linear-gradient(to right, rgba(0,0,0,0) 30%, , rgba(0,0,0,0) 70%);
		transition-property: opacity;
		transition-delay: 0.25s;
		transition-duration: 0.5s;
	
}
.CollapsiblePanel
{


}
.CollapsiblePanel .Header
{

		padding: 4px 8px;
		width: 100%;
		
		
		
		border-bottom-width: 1px;
		cursor: pointer;
		user-select: none;
	
}
.CollapsiblePanel .Header > *
{

			margin: 0;
		
}
.CollapsiblePanel .Header .ToggleButton
{

			width: 20px;
			height: 20px;
			background-size: cover;
			background-image: url(../Images/ExpandCollapseUp.svg);
		
}
.CollapsiblePanel .Content
{

		overflow: hidden;
		transition-property: max-height;
	
}
.CollapsiblePanel:not(.Expanded)
{

	
}
.CollapsiblePanel:not(.Expanded) .Header .ToggleButton
{

			background-image: url(../Images/ExpandCollapseDown.svg);
		
}
.CollapsiblePanel:not(.Expanded) .Content
{

			max-height: 0;
		
}
.Card
{

	border-radius: 6px;
	border-width: 1px;
	background-color: #FFF;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
	border-left: solid 4px #549C05;
	padding: 6px;

}
@media (max-width: 930px)
{
.Card
{

		padding: 5%;
	
}
}
.Card:after
{

		
	
}
.Card p
{

		opacity: 0.6;
	
}
.Card p:last-child
{

			margin-bottom: 10px;
			max-height: 58px;
			
		
}
.Card p span
{

			display: inline-block;
			margin-right: 40px;
		
}
.Card h3,
.Card p
{

		margin: 10px 10px 0px 0px;
	
}
.Card img
{

		float: left;
		width: 200px;
		height: 125px;
		margin: 10px;
		border-radius: 6px;
		background-color: #E6E6E6;
	
}
@media (max-width: 930px)
{
.Card img
{

			width: 100%;
			height: 100%;
			margin: 0;
			margin-bottom: 5px;
		
}
}
.Card .Warning
{

		display: none;
		background-image: url(../Images/NotificationWarningIcon.svg);
		background-position: 8px;
		background-size: 20px;
		background-repeat: no-repeat;
		border: 1px solid #EB7B18;
		padding: 6px 6px 6px 36px;
		margin: 8px 10px;
	
}
@media (max-width: 930px)
{
.Card .Warning
{

			margin: 8px 0 0 0;
		
}
}
.Card .Warning input[type=button]
{

			background-color: #EB7B18;
			color: #FFF;
			padding: 6px 12px;
		
}
.Card.ShowWarningMessage .Warning
{

		
		
		
	
}
.Card.LoadError,
.Card.IncorrectVersion,
.Card.Invalid
{

		border-left-color: #CA001A;
	
}
.Card.LicenseRestricted
{

		border-left-color: #EB7B18;
	
}
.Card.Disabled
{

		border-left-color: #B0B0B0;
	
}
.Card .CommandPanel
{

		float: right;
		margin: 0px;
	
}
@media (max-width: 930px)
{
.Card .CommandPanel
{

			
			width: 100%;
		
}
}
.Tile
{

	
	
	
	border-radius: 8px;
	border-width: 1px;
	background-color: #FFF;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
	margin: 0;

}
.Tile div,
.Tile p,
.Tile h2
{

		margin-bottom: 0;
	
}
.Tile .TitlePanel
{

		width: 100%;
		border-bottom: 1px solid #E6E6E6;
		
		
		
		padding: 27px 30px 26px;
	
}
.Tile.FullSize .ContentPanel
{

		padding: 0;
	
}
.Tile .ContentPanel
{

		width: 100%;
		padding: 24px 30px 30px;
	
}
.Tile .ContentPanel iframe
{

			width: 100%;
			height: 200px;
		
}
.Tile .ContentPanel > *
{

			line-height: 30px;
		
}
.Tile .ContentPanel dl
{

		
}
.Tile .ContentPanel dl dt
{

				
				width: 35%;
			
}
@media (max-width: 930px)
{
.Tile .ContentPanel dl dt
{

					
				
}
}
.Tile .ContentPanel dl dd
{

				
				width: 65%;
				
			
}
@media (max-width: 930px)
{
.Tile .ContentPanel dl dd
{

					
					overflow-wrap: anywhere;
				
}
}
.Tile .ContentPanel em
{

			font-size: 42px;
			opacity: 0.6;
			font-style: normal; 
		
}
.Tile .ContentPanel .PercentageBar
{

			max-width: 250px;
			height: 6px;
			border-width: 0;
			border-radius: 100px;
		
}
.Tile .ContentPanel .PercentageBar .PercentageBarFilled
{

				border-radius: 100px;
				background: #549C05;
			
}
.TabContainer
{

	

}
.TabContainer .TabLinks
{

		
		
		
		border-right-width: 1px;
		padding: 10px 0 20px;
	
}
.TabContainer .TabLinks > *
{

			cursor: pointer;
			padding: 8px 20px 8px 30px;
		
}
.TabContainer .TabLinks > *.Selected
{

				border-color: ;
				color: ;
			
}
.TabContainer .TabLinks > div:hover
{

			background-color: #F5F5F5;
		
}
.TabContainer .TabLinks > .Selected
{

			background-color: #E6E6E6;
		
}
@media (max-width: 1400px)
{
.TabContainer .TabLinks
{

			padding: 8px 0;
			border-bottom-width: 1px;
		
}
}
.TabContainer .TabContents
{

		padding: 20px;
		
	
}
.TabContainer .TabContents > *:not(.Selected)
{

			display: none;
		
}
@media (max-width: 1400px)
{
.TabContainer
{

		
	
}
}
.TabContainer.StatusTab
{

	
}
.TabContainer.StatusTab .TabContents
{

		
}
@media (min-width: 1400px)
{
.TabContainer.StatusTab .TabContents
{

				max-height: 352px; 
			
}
}
.TabContainer.StatusTab .Header
{

			background-size: 20px;
			background-repeat: no-repeat;
			background-position: left center;
			padding-left: 28px;
		
}
.TabContainer.StatusTab .Header.Incomplete
{

				background-image: url(../Images/ActivityIndicator.gif);
			
}
.TabContainer.StatusTab .Header.Passed
{

				background-image: url(../Images/NotificationSuccessIcon.svg);
			
}
.TabContainer.StatusTab .Header.Warning
{

				background-image: url(../Images/NotificationWarningIcon.svg);
			
}
.TabContainer.StatusTab .Header.Failed,
.TabContainer.StatusTab .Header.Error
{

				background-image: url(../Images/NotificationErrorIcon.svg);
			
}
.TabContainer.StatusTab p
{

			opacity: 0.8;
			line-height: 16px;
			margin-bottom: 25px;
		
}
.HistoryPanel
{


}
.HistoryPanel .ListPanel
{

	
}
.HistoryPanel .ListPanel > div
{

			position: relative;
			
			
			gap: 8px;
		
}
.HistoryPanel .ListPanel > div.Selected
{

				outline: 2px solid ;
				outline-offset: 6px;
				border-radius: 1px;
				scroll-margin-top: 10px; 
			
}
.HistoryPanel .ListPanel > div *:not(dt)
{

				margin-bottom: 0;
			
}
.HistoryPanel .ListPanel > div .Header
{

				
				
				
				gap: 20px;
			
}
.HistoryPanel .ListPanel > div .Header span
{

					display: none;
				
}
.HistoryPanel .ListPanel > div .Header .Info
{

					
					
					gap: 10px;
					height: 16px;
				
}
.HistoryPanel .ListPanel > div .Header .Command
{

					
					
				
}
.HistoryPanel .ListPanel > div .Header .Command a
{

						padding: 4px;
						border-radius: 4px;
						
					
}
.HistoryPanel .ListPanel > div .Header .Command a img
{

							width: 16px;
							height: 16px;
						
}
.HistoryPanel .ListPanel > div .Header .Command a:hover
{

							background-color: #CCCCCC;
						
}
.HistoryPanel .ListPanel > div .Header .Command a:not(:first-child)
{

						margin-left: 4px;
					
}
.HistoryPanel .ListPanel > div .Header .Who,
.HistoryPanel .ListPanel > div .Header .Time,
.HistoryPanel .ListPanel > div .Header > a
{

					font-size: 12px;
				
}
.HistoryPanel .ListPanel > div .Header .AcknowledgedEvent,
.HistoryPanel .ListPanel > div .Header .ProcessedEvent,
.HistoryPanel .ListPanel > div .Header .AnnotatedEvent,
.HistoryPanel .ListPanel > div .Header .Waiting
{

					margin-top: 0;
					height: 16px;
					background-repeat: no-repeat;
					background-size: 16px;
					padding: 8px;
				
}
.HistoryPanel .ListPanel > div .Header .AcknowledgedEvent
{

					background-image: url(../Images/View.svg);
				
}
.HistoryPanel .ListPanel > div .Header .ProcessedEvent
{

					background-image: url(../Images/Processed.svg);
				
}
.HistoryPanel .ListPanel > div .Header .AnnotatedEvent
{

					background-image: url(../Images/EmptyMessages.svg); 
				
}
.HistoryPanel .ListPanel > div .Header .Waiting
{

					background-image: url(../Images/WaitingIcon.svg);
				
}
.HistoryPanel .ListPanel > div .Body
{

			
}
.HistoryPanel .ListPanel > div .Body .Content,
.HistoryPanel .ListPanel > div .Body .Title
{

					margin-bottom: 0;
				
}
.HistoryPanel .ListPanel > div .Body .Content .Data,
.HistoryPanel .ListPanel > div .Body .Title .Data
{

						margin-bottom: 0;
						clear: both;
						padding: 10px 15px;
						
						white-space: pre-wrap;
					
}
.HistoryPanel .QueuedMessage,
.HistoryPanel .SentMessage
{

		max-width: 80%;
	
}
.HistoryPanel .QueuedMessage .Header,
.HistoryPanel .SentMessage .Header
{

			margin-bottom: 0;
		
}
.HistoryPanel .QueuedMessage .Header .Who,
.HistoryPanel .SentMessage .Header .Who
{

				font-weight: 500;
				font-size: 13px;
			
}
.HistoryPanel .QueuedMessage .Header .Time,
.HistoryPanel .SentMessage .Header .Time
{

				opacity: 0.6;
			
}
.HistoryPanel .QueuedMessage .Body,
.HistoryPanel .SentMessage .Body
{

		
}
.HistoryPanel .QueuedMessage .Body > *,
.HistoryPanel .QueuedMessage .Body .Info > *,
.HistoryPanel .SentMessage .Body > *,
.HistoryPanel .SentMessage .Body .Info > *
{

				margin-bottom: 0;
			
}
.HistoryPanel .QueuedMessage .Body .Content,
.HistoryPanel .SentMessage .Body .Content
{

				
			
}
.HistoryPanel .QueuedMessage .Body .Content a,
.HistoryPanel .SentMessage .Body .Content a
{

					word-break: break-all;
				
}
.HistoryPanel .QueuedMessage .Body .Content .Data,
.HistoryPanel .SentMessage .Body .Content .Data
{

					border-radius: 10px;
				
}
.HistoryPanel .QueuedMessage.Host,
.HistoryPanel .SentMessage.Host
{

			align-self: flex-end;
		
}
.HistoryPanel .QueuedMessage.Host .Header .Info,
.HistoryPanel .QueuedMessage.Host .Header,
.HistoryPanel .QueuedMessage.Host .Header .Command,
.HistoryPanel .SentMessage.Host .Header .Info,
.HistoryPanel .SentMessage.Host .Header,
.HistoryPanel .SentMessage.Host .Header .Command
{

				flex-direction: row-reverse;
			
}
.HistoryPanel .QueuedMessage.Host .Body .Content .Data,
.HistoryPanel .SentMessage.Host .Body .Content .Data
{

				background-color: ;
				border-top-right-radius: 0;
				color: #FFF;
			
}
.HistoryPanel .QueuedMessage.Host .Body .Content .Data a,
.HistoryPanel .SentMessage.Host .Body .Content .Data a
{

					color: #FFF;
					opacity: 0.6;
				
}
.HistoryPanel .QueuedMessage.Host .Body .Content .Data a:hover,
.HistoryPanel .SentMessage.Host .Body .Content .Data a:hover
{

						opacity: 0.8;
					
}
.HistoryPanel .QueuedMessage.Guest,
.HistoryPanel .SentMessage.Guest
{

			align-self: flex-start;
		
}
.HistoryPanel .QueuedMessage.Guest .Body .Content .Data,
.HistoryPanel .SentMessage.Guest .Body .Content .Data
{

				background-color: #E6E6E6;
				border-top-left-radius: 0;
			
}
.HistoryPanel .QueuedCommand,
.HistoryPanel .RanCommand
{

		font-size: 11px;
		font-family: monospace;
		white-space: pre;
		border-bottom-width: 1px;
		margin-bottom: 0;
		padding: 8px 0;
		background-color: #FFF;
	
}
.HistoryPanel .QueuedCommand.Host,
.HistoryPanel .RanCommand.Host
{

		
}
.HistoryPanel .QueuedCommand.Host p.Data,
.HistoryPanel .RanCommand.Host p.Data
{

				background-image: url(../Images/CommandIn.svg);
			
}
.HistoryPanel .QueuedCommand.Guest,
.HistoryPanel .RanCommand.Guest
{

		
}
.HistoryPanel .QueuedCommand.Guest p.Data,
.HistoryPanel .RanCommand.Guest p.Data
{

				background-image: url(../Images/CommandOut.svg);
			
}
.HistoryPanel .QueuedCommand p.Who,
.HistoryPanel .RanCommand p.Who
{

			font-weight: bold;
		
}
.HistoryPanel .QueuedCommand p.Time,
.HistoryPanel .RanCommand p.Time
{

			opacity: 0.7;
		
}
.HistoryPanel .QueuedCommand .Body .Info .Content .Data,
.HistoryPanel .RanCommand .Body .Info .Content .Data
{

			margin: 0;
			padding: 0 10px 0 20px;
			background-position: 8px 2px;
			background-size: 10px;
			background-repeat: no-repeat;
		
}
.HistoryPanel .QueuedCommand .Header,
.HistoryPanel .QueuedCommand .Body,
.HistoryPanel .RanCommand .Header,
.HistoryPanel .RanCommand .Body
{

			margin: 0 15px;
		
}
.HistoryPanel .AddedNote
{

		background-color: #E6E6E6;
		border-radius: 4px;
		padding: 15px 10px;
		border-width: 1px;
		transition-property: box-shadow;
		transition-duration: 0.30s;
	
}
.HistoryPanel .AddedNote:hover
{

			box-shadow: 0 2px 8px rgba(0,0,0,0.3);
		
}
.HistoryPanel .AddedNote:hover:before
{

			border-width: 0;
		
}
.HistoryPanel .AddedNote:before
{

			content: "";
			box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
			position: absolute;
			top: -1px;
			right: -1px;
			border-width: 0 30px 20px 0;
			border-style: solid;
			border-color: #F5F5F5 #F5F5F5 #CCCCCC #CCCCCC;
			transition: border-width 0.30s ease-in-out;
			border-radius: 0 0 0 6px;
		
}
.HistoryPanel .AddedNote .Header
{

			margin-right: 30px;
		
}
.HistoryPanel .AddedNote .Header p
{

			
}
.HistoryPanel .AddedNote .Header p.Who
{

					font-size: 14px;
					font-weight: 500;
					margin-left: 16px;
				
}
.HistoryPanel .AddedNote .Header p.Data
{

					padding: 8px;
					
				
}
.HistoryPanel .AddedNote .Header p.Data a
{

						word-break: break-all;
					
}
.HistoryPanel .AddedNote .Header p.Command a:last-child
{

					margin-right: 24px;
				
}
.HistoryPanel .AddedNote .Body
{

			border-top-width: 1px;
			border-color: #B0B0B0;
		
}
.HistoryPanel .RequestedElevation,
.HistoryPanel .EncounteredElevationPrompt,
.HistoryPanel .RequestedAdministrativeLogon,
.HistoryPanel .QueuedProceedElevation
{

		width: 100%;
	
}
.HistoryPanel .RequestedElevation .Header,
.HistoryPanel .EncounteredElevationPrompt .Header,
.HistoryPanel .RequestedAdministrativeLogon .Header,
.HistoryPanel .QueuedProceedElevation .Header
{

			margin-bottom: 0;
		
}
.HistoryPanel .RequestedElevation .Header .Who,
.HistoryPanel .EncounteredElevationPrompt .Header .Who,
.HistoryPanel .RequestedAdministrativeLogon .Header .Who,
.HistoryPanel .QueuedProceedElevation .Header .Who
{

				font-weight: 500;
				font-size: 13px;
			
}
.HistoryPanel .RequestedElevation .Header .Time,
.HistoryPanel .EncounteredElevationPrompt .Header .Time,
.HistoryPanel .RequestedAdministrativeLogon .Header .Time,
.HistoryPanel .QueuedProceedElevation .Header .Time
{

				opacity: 0.6;
			
}
.HistoryPanel .RequestedElevation .Body,
.HistoryPanel .EncounteredElevationPrompt .Body,
.HistoryPanel .RequestedAdministrativeLogon .Body,
.HistoryPanel .QueuedProceedElevation .Body
{


			container-type: inline-size;
			clear: both;
			
			flex-wrap: wrap;
			gap: 15px;
			
			
			background-color: #E6E6E6;
			border-radius: 4px;
			border-left: 4px solid #B0B0B0;
			padding: 15px 20px;
		
}
.HistoryPanel .RequestedElevation .Body > *,
.HistoryPanel .RequestedElevation .Body .Info > *,
.HistoryPanel .EncounteredElevationPrompt .Body > *,
.HistoryPanel .EncounteredElevationPrompt .Body .Info > *,
.HistoryPanel .RequestedAdministrativeLogon .Body > *,
.HistoryPanel .RequestedAdministrativeLogon .Body .Info > *,
.HistoryPanel .QueuedProceedElevation .Body > *,
.HistoryPanel .QueuedProceedElevation .Body .Info > *
{

				margin-bottom: 0;
			
}
.HistoryPanel .RequestedElevation .Body .Content,
.HistoryPanel .EncounteredElevationPrompt .Body .Content,
.HistoryPanel .RequestedAdministrativeLogon .Body .Content,
.HistoryPanel .QueuedProceedElevation .Body .Content
{

				
			
}
.HistoryPanel .RequestedElevation .Body .Content a,
.HistoryPanel .EncounteredElevationPrompt .Body .Content a,
.HistoryPanel .RequestedAdministrativeLogon .Body .Content a,
.HistoryPanel .QueuedProceedElevation .Body .Content a
{

					word-break: break-all;
				
}
.HistoryPanel .RequestedElevation .Body .Content .Data,
.HistoryPanel .EncounteredElevationPrompt .Body .Content .Data,
.HistoryPanel .RequestedAdministrativeLogon .Body .Content .Data,
.HistoryPanel .QueuedProceedElevation .Body .Content .Data
{

					border-radius: 10px;
				
}
.HistoryPanel .RequestedElevation .Body .Info,
.HistoryPanel .EncounteredElevationPrompt .Body .Info,
.HistoryPanel .RequestedAdministrativeLogon .Body .Info,
.HistoryPanel .QueuedProceedElevation .Body .Info
{

				
				
				
				gap: 10px;
			
}
.HistoryPanel .RequestedElevation .Body .Info .Title,
.HistoryPanel .EncounteredElevationPrompt .Body .Info .Title,
.HistoryPanel .RequestedAdministrativeLogon .Body .Info .Title,
.HistoryPanel .QueuedProceedElevation .Body .Info .Title
{

					grid-column-start: 1;
					font-weight: 500;
					font-size: 16px;
				
}
.HistoryPanel .RequestedElevation .Body .Info .Content,
.HistoryPanel .EncounteredElevationPrompt .Body .Info .Content,
.HistoryPanel .RequestedAdministrativeLogon .Body .Info .Content,
.HistoryPanel .QueuedProceedElevation .Body .Info .Content
{

					
					
					gap: 15px;
				
}
.HistoryPanel .RequestedElevation .Body .Info .Content .DataFieldList,
.HistoryPanel .EncounteredElevationPrompt .Body .Info .Content .DataFieldList,
.HistoryPanel .RequestedAdministrativeLogon .Body .Info .Content .DataFieldList,
.HistoryPanel .QueuedProceedElevation .Body .Info .Content .DataFieldList
{

						
						grid-template-columns: minmax(0, max-content) auto;
						grid-gap: 0 15px;
						margin-bottom: 0;
					
}
.HistoryPanel .RequestedElevation .Body .Info .Content .DataFieldList dt,
.HistoryPanel .EncounteredElevationPrompt .Body .Info .Content .DataFieldList dt,
.HistoryPanel .RequestedAdministrativeLogon .Body .Info .Content .DataFieldList dt,
.HistoryPanel .QueuedProceedElevation .Body .Info .Content .DataFieldList dt
{

							
						
}
.HistoryPanel .RequestedElevation .Body .Info .Content .DataFieldList dd,
.HistoryPanel .EncounteredElevationPrompt .Body .Info .Content .DataFieldList dd,
.HistoryPanel .RequestedAdministrativeLogon .Body .Info .Content .DataFieldList dd,
.HistoryPanel .QueuedProceedElevation .Body .Info .Content .DataFieldList dd
{

							
							max-height: 52px;
							
						
}
.HistoryPanel .RequestedElevation .Body .Response,
.HistoryPanel .EncounteredElevationPrompt .Body .Response,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response,
.HistoryPanel .QueuedProceedElevation .Body .Response
{

			
}
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse
{

					
					
					justify-content: end;
					gap: 8px;
				
}
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest,
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToElevationRequest,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToElevationRequest,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest
{

						
						
						
						
						text-decoration: none;
						color: #FFF;
						border-radius: 6px;
						padding: 8px 16px;
						font-size: 14px;
						font-weight: 500;
						background-color: ;
						border: none;
						gap: 4px;
					
}
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest img,
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest img,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToElevationRequest img,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest img,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToElevationRequest img,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest img,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest img,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest img
{

							width: 24px;
							height: 24px;
						
}
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Disabled,
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Disabled,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Disabled,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Disabled,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Disabled,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Disabled,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Disabled,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Disabled
{

							background-color: #CCCCCC !important; 
							color: #B0B0B0;
						
}
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Disabled img,
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Disabled img,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Disabled img,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Disabled img,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Disabled img,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Disabled img,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Disabled img,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Disabled img
{

								opacity: 0.2;
								
							
}
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Loading,
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Loading,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Loading,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Loading,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Loading,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Loading,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Loading,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Loading
{

							
							background-size: 20px;
							pointer-events: none;
							min-height: 0px;
							background-position: 10px center;
							background-color: #CCCCCC !important;
							color: #B0B0B0;
						
}
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Loading img,
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Loading img,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Loading img,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Loading img,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Loading img,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Loading img,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Loading img,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Loading img
{

								visibility: hidden;
							
}
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest:hover,
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest:hover,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToElevationRequest:hover,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest:hover,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToElevationRequest:hover,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest:hover,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest:hover,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest:hover
{

							opacity: 0.8;
						
}
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Approve,
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Approve,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Approve,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Approve,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Approve,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Approve,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Approve,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Approve
{

							background-color: #549C05;
						
}
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Deny,
.HistoryPanel .RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Deny,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Deny,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Deny,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Deny,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Deny,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Deny,
.HistoryPanel .QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Deny
{

							background-color: #CA001A;
						
}
.HistoryPanel .RequestedElevation .Body .Response .RequestResolutionList,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .RequestResolutionList,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .RequestResolutionList,
.HistoryPanel .QueuedProceedElevation .Body .Response .RequestResolutionList
{

					margin-bottom: 0;
				
}
.HistoryPanel .RequestedElevation .Body .Response .RequestResolutionList div,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .RequestResolutionList div,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .RequestResolutionList div,
.HistoryPanel .QueuedProceedElevation .Body .Response .RequestResolutionList div
{

						height: 24px;
						padding-left: 24px;
						background-size: 24px;
						background-repeat: no-repeat;
						margin-bottom: 0;
						
						align-items: center;
					
}
.HistoryPanel .RequestedElevation .Body .Response .RequestResolutionList div span,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .RequestResolutionList div span,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .RequestResolutionList div span,
.HistoryPanel .QueuedProceedElevation .Body .Response .RequestResolutionList div span
{

							padding-left: 4px;
							opacity: 0.7;
						
}
.HistoryPanel .RequestedElevation .Body .Response .RequestResolutionList .ApprovedRequest,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .RequestResolutionList .ApprovedRequest,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .RequestResolutionList .ApprovedRequest,
.HistoryPanel .QueuedProceedElevation .Body .Response .RequestResolutionList .ApprovedRequest
{

						background-image: url(../Images/Approved.svg);
					
}
.HistoryPanel .RequestedElevation .Body .Response .RequestResolutionList .DeniedRequest,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .RequestResolutionList .DeniedRequest,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .RequestResolutionList .DeniedRequest,
.HistoryPanel .QueuedProceedElevation .Body .Response .RequestResolutionList .DeniedRequest
{

						background-image: url(../Images/Denied.svg);
					
}
.HistoryPanel .RequestedElevation .Body .Response .RequestResolutionList .CanceledRequest,
.HistoryPanel .EncounteredElevationPrompt .Body .Response .RequestResolutionList .CanceledRequest,
.HistoryPanel .RequestedAdministrativeLogon .Body .Response .RequestResolutionList .CanceledRequest,
.HistoryPanel .QueuedProceedElevation .Body .Response .RequestResolutionList .CanceledRequest
{

						background-image: url(../Images/Canceled.svg);
					
}
.CommandPanel
{

	

}
.CommandPanel > a
{

		
		
		padding: 6px 12px;
		text-decoration: none;
		font-size: 15px;
		height: 100%;
		border-radius: 4px;
	
}
.CommandPanel > a.TouchActive,
.CommandPanel > a:hover
{

			background-color: rgba(0, 0, 0, 0.05);
		
}
.CommandPanel > a.AlwaysOverflow
{
 
			display: none;
		
}
a.GoLink
{

	text-decoration: none;
	font-family: "Segoe UI Symbol";
	width: 24px; 
	height: 24px;
	color: #FFF;
	border-radius: 50%;
	background: url(../Images/GoLink.svg) no-repeat center;
	background-color: ;
	background-size: contain;
	

}
a.GoLink.Disabled
{

		background-color: #E6E6E6 !important;
		background-image: url(../Images/GoLinkDisabled.svg);
	
}
a.GoLink.Small
{

		width: 32px;
		height: 32px;
	
}
a.GoLink.Medium
{

		width: 42px;
		height: 42px;
	
}
a.GoLink.Large
{

		width: 52px;
		height: 52px;
	
}
a.GoLink:hover
{

		background-color: ;
	
}
.Success
{

	color: #549C05;

}
.Failure
{

	color: #CA001A;

}
.Warning
{

	color: #EB7B18;

}
.SecondaryButton
{

	background-color: #F5F5F5;
	border-radius: 4px;
	border: 1px solid #E6E6E6;
	display: inline-block;
	cursor: pointer;
	color: #212121;
	font-size: 14px;
	padding: 4px 12px;
	text-decoration: none;

}
.SecondaryButton:disabled
{

		color: #CCC;
		background-color: #E6E6E6;
		cursor: default;
	
}
.SecondaryButton:hover
{

		background-color: #E6E6E6;
	
}
.ResourcePanel .ImageResource div,
.ImageSelector .ImageDisplay
{

	
	
	
	width: 72px;
	height: 72px;
	background-color: #E6E6E6;
	padding: 4px;

}
.ResourcePanel .ImageResource div img,
.ImageSelector .ImageDisplay img
{

		max-width: 100%;
		max-height: 100%;
	
}
.ShareMessage
{

	margin-top: 20px;

}
label
{

	cursor: pointer;

}
label span
{

		padding-left: 4px;
	
}
label input:disabled + span
{

		opacity: 0.5;
		pointer-events: none;
	
}
input[type=checkbox],
.CheckBox
{

	position: relative;
	cursor: pointer;
	user-select: none;
	accent-color: ;

}
input[type=checkbox]:before,
input[type=checkbox]:after,
.CheckBox:before,
.CheckBox:after
{

		top: 0px;
		left: -1px;
		content: '';
		position: absolute;
		transition: background-color 0.15s;
	
}
input[type=checkbox]:after,
.CheckBox:after
{

		width: 14px;
		height: 14px;
		z-index: 0;
		border-radius: 2px;
	
}
input[type=checkbox]:disabled,
.CheckBox:disabled
{

		pointer-events: none;
	
}
input[type=checkbox]:checked,
.Checked > .CheckBox,
.HalfChecked > .CheckBox
{


}
input[type=checkbox]:checked:before,
.Checked > .CheckBox:before,
.HalfChecked > .CheckBox:before
{

		top: 3px;
		left: 1px;
		width: 3px;
		height: 6px;
		border-top: 1px solid transparent;
		border-left: 1px solid transparent;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		transform: rotateZ(37deg);
		transform-origin: 100% 100%;
		z-index: 1;
	
}
input[type=checkbox]:checked:after,
.Checked > .CheckBox:after,
.HalfChecked > .CheckBox:after
{

		border: 1px solid ;
		background-color: ;
	
}
input[type=checkbox]:checked:disabled,
.Checked > .CheckBox:disabled,
.HalfChecked > .CheckBox:disabled
{

	
}
input[type=checkbox]:checked:disabled:after,
.Checked > .CheckBox:disabled:after,
.HalfChecked > .CheckBox:disabled:after
{

			border: 1px solid #E6E6E6;
			background-color: #E6E6E6;
		
}
input[type=checkbox]:indeterminate
{


}
input[type=checkbox]:indeterminate:before
{

		top: 3px;
		left: 2px;
		width: 0px;
		height: 0px;
		border: 5px solid ;
		transform-origin: 100% 100%;
		z-index: 1;
	
}
input[type=checkbox]:not(:checked),
.CheckBox
{


}
input[type=checkbox]:not(:checked):after,
.CheckBox:after
{

		border: 1px solid #7d7d7d;
		background-color: #FFF;
	
}
input[type=checkbox]:not(:checked):disabled,
.CheckBox:disabled
{

	
}
input[type=checkbox]:not(:checked):disabled:after,
.CheckBox:disabled:after
{

			border: 1px solid #E6E6E6;
			background-color: #F5F5F5;
		
}
.HalfChecked > .CheckBox
{

	opacity: 0.5;

}
.TogglePanel
{

	
	
	margin-bottom: 0px;

}
.TogglePanel .ToggleButton
{

		margin-left: 8px;
	
}
.ToggleButton
{

	position: relative;
	display: inline-block;
	width: 32px;
	height: 16px;

}
.ToggleButton input
{

		opacity: 0;
		width: 0;
		height: 0;
	
}
.ToggleButton .Slider
{

		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #7d7d7d;
		border-radius: 100px;
		transition-property: background-color;
		transition-duration: 0.15s;
	
}
.ToggleButton .Slider:before
{

			position: absolute;
			content: "";
			height: 12px;
			width: 12px;
			left: 2px;
			bottom: 2px;
			background-color: white;
			border-radius: 50%;
			transition-property: transform;
			transition-duration: 0.15s;
		
}
.ToggleButton input:checked + .Slider
{

		background-color: ;
	
}
.ToggleButton input:checked + .Slider:before
{

			-webkit-transform: translateX(16px);
			-ms-transform: translateX(16px);
			transform: translateX(16px);
		
}
.FinishImage
{

	margin: auto;
	height: 110px;
	width: 107px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../Images/FinishImage.svg);

}
.PercentageBar
{

	
	height: 12px;
	margin: 5px 0;
	border: 1px solid #CCC;
	background-color: #E6E6E6;

}
.PercentageBar .PercentageBarFilled
{

		height: 100%;
		background-color: #26A0DA;
	
}
.PercentageBar .PercentageBarEmpty
{

		height: 100%;
	
}
.ScreenshotPanel
{

	margin: 15px 0 30px 0;

}
.ScreenshotPanel div
{

		position: relative;
		margin-bottom: 5px;
		text-align: center;
		width: 100%;
		
	
}
.ScreenshotPanel img
{

		border-width: 1px;
		margin: 0;
		max-width: 100%;
		max-height: 300px;
		cursor: pointer;
	
}
.ScreenshotPanel.Loading img
{

		opacity: .25;
	
}
.ScreenshotPanel .QueuedGuestInfoActivityIndicator
{

		position: absolute;
		height: 35px;
		width: 35px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-image: url(../Images/ActivityIndicator.gif);
		background-size: 35px;
	
}
.ScreenshotPanel:not(.Loading) .QueuedGuestInfoActivityIndicator
{

		display: none;
	
}
.ScreenshotPanel p
{

		text-align: center;
		font-size: 12px;
	
}
.ScreenshotPanel p a
{

			margin-left: 10px;
		
}
input[type=search].FilterBox
{

	font-size: 12px;
	padding: 8px 8px 8px 30px;
	max-width: 225px;
	min-width: 100px;
	background-position: 5px center;
	background-size: 22px;
	background-repeat: no-repeat;
	background-image: url(../Images/Search.svg);
	border-width: 1px;
	border-radius: 100px;

}
input[type=search].FilterBox:focus
{

		margin-bottom: 0;
	
}
.Selectable
{


}
.Selectable:hover
{

		background-color: #F5F5F5;
	
}
.Selectable.Selected
{

		background-color: #E6E6E6;
	
}
.SetupWizardPage
{


}
.SetupWizardPage .MainPanel
{

		
	
}
.SetupWizardPage .Wizard
{

		width: 100%;
	
}
.SetupWizardPage .Wizard .WizardStep
{

			text-align: center;
		
}
.SetupWizardPage .Wizard .WizardStep .TopBar
{

				margin: 30px auto;
				height: 34px;
				width: 234px;
				background-repeat: no-repeat;
				background-size: 100%;
			
}
.SetupWizardPage .Wizard .WizardStep .TopBar.TopBar1of4
{

					background-image: url(../Images/TopBar1of4.svg);
				
}
.SetupWizardPage .Wizard .WizardStep .TopBar.TopBar2of4
{

					background-image: url(../Images/TopBar2of4.svg);
				
}
.SetupWizardPage .Wizard .WizardStep .TopBar.TopBar3of4
{

					background-image: url(../Images/TopBar3of4.svg);
				
}
.SetupWizardPage .Wizard .WizardStep .TopBar.TopBar4of4
{

					background-image: url(../Images/TopBar4of4.svg);
				
}
.SetupWizardPage .Wizard .WizardStep .WelcomeImage
{

				margin: auto;
				height: 223px;
				width: 427px;
				background-repeat: no-repeat;
				background-size: 100%;
				background-image: url(../Images/WelcomeImage.svg);
			
}
.SetupWizardPage .Wizard .WizardStep h1
{

				font-size: 70px;
				margin-bottom: 0px;
				opacity: 0.6;
				font-weight: normal;
				text-transform: uppercase;
			
}
.SetupWizardPage .Wizard .WizardStep h4
{

				font-size: 26px;
				margin-bottom: 35px;
				text-transform: uppercase;
			
}
.SetupWizardPage .Wizard .WizardStep p
{

				font-size: 18px;
				opacity: 0.6;
				margin: 20px 0 35px 0;
				text-align: left;
			
}
.SetupWizardPage .Wizard .WizardStep .LicenseTextBox
{

				font-size: 14px;
				width: 400px;
				height: 125px;
				resize: vertical;
			
}
.SetupWizardPage .Wizard .WizardNavigation
{

			padding-top: 20px;
			padding-right: 0;
		
}
.SetupWizardPage .Wizard .WizardNavigation input
{

				padding: 8px 32px;
				font-size: 15px;
				text-transform: uppercase;
				font-weight: bold;
			
}
.SetupWizardPage .Wizard .WizardNavigation td:nth-last-child(2) input
{

				color: ;
				background-color: transparent;
			
}
.SetupWizardPage .Wizard dl
{

			width: 100%;
			text-align: left;
			margin-bottom: 35px;
		
}
.SetupWizardPage .Wizard dl dt
{

				font-size: 18px;
				opacity: 0.6;
			
}
.SetupWizardPage .Wizard dl dd
{

				padding-left: 0;
				margin-bottom: 35px;
			
}
.SetupWizardPage .Wizard dl dd input
{

					width: 100%;
					font-size: 20px;
				
}
.OuterPanel
{

	
	-ms-grid-columns: 74px 1fr;
	grid-template-columns: 74px 1fr;
	-ms-grid-rows: 58px 1fr;
	grid-template-rows: 58px 1fr;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	grid-template-areas: "HeaderPanel HeaderPanel" "MainPanel MainPanel";

}
@media (max-width: 520px)
{
.GuestPage:not(.UserAuthenticated).ShowMenu .OuterPanel::before
{

			display: none;
		
}
}
.UserAuthenticated.GuestPage .OuterPanel,
.UserAuthenticated.ChangePasswordPage .OuterPanel,
.UserAuthenticated.LoginPage .OuterPanel
{

		grid-template-areas: "HeaderPanel HeaderPanel" "NavigationPanel MainPanel";
	
}
@media (max-width: 520px)
{
.UserAuthenticated.GuestPage .OuterPanel,
.UserAuthenticated.ChangePasswordPage .OuterPanel,
.UserAuthenticated.LoginPage .OuterPanel
{

			grid-template-areas: "HeaderPanel HeaderPanel" "MainPanel MainPanel";
		
}
}
.UserAuthenticated .OuterPanel
{

		grid-template-areas: "HeaderPanel MainPanel" "NavigationPanel MainPanel";
	
}
@media (max-width: 520px)
{
.UserAuthenticated .OuterPanel
{

			grid-template-areas: "HeaderPanel HeaderPanel" "MainPanel MainPanel";
		
}
}
.SetupWizardPage .OuterPanel
{

		grid-template-areas: "HeaderPanel HeaderPanel" "MainPanel MainPanel";
	
}
.OuterPanel > *
{

		position: relative;
		margin: 0px;
	
}
.OuterPanel .HeaderPanel
{

		-ms-grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-area: HeaderPanel;
		
		width: 100%;
		height: 58px;
		background-color: ;
		color: #FFF;
	
}
.LoginPage .OuterPanel .HeaderPanel
{

			background-color: ;
		
}
@media (max-width: 520px)
{
.UserAuthenticated .OuterPanel .HeaderPanel
{

				background-color: #FFF;
			
}
}
.OuterPanel .HeaderPanel > *
{

			height: 58px;
			margin-bottom: 0;
		
}
.OuterPanel .HeaderPanel .LogoIconLink
{

			
			background-color: ;
		
}
@media (max-width: 520px)
{
.OuterPanel .HeaderPanel .LogoIconLink
{

				display: none;
			
}
.LoginPage:not(.UserAuthenticated) .OuterPanel .HeaderPanel .LogoIconLink,
.ChangePasswordPage:not(.UserAuthenticated) .OuterPanel .HeaderPanel .LogoIconLink,
.GuestPage:not(.UserAuthenticated) .OuterPanel .HeaderPanel .LogoIconLink,
.ShowMenu .OuterPanel .HeaderPanel .LogoIconLink
{

					display: block;
				
}
}
.OuterPanel .HeaderPanel .LogoPanel
{

			
			font-size: 26px;
			line-height: 42px;
		
}
@media (max-width: 520px)
{
.OuterPanel .HeaderPanel .LogoPanel
{

				background-image: none;
			
}
}
.OuterPanel .HeaderPanel .CommandPanel
{

			
			display: none;
		
}
.GuestPage .OuterPanel .HeaderPanel .CommandPanel,
.LoginPage .OuterPanel .HeaderPanel .CommandPanel
{

				
			
}
@media (max-width: 520px)
{
.GuestPage .OuterPanel .HeaderPanel .CommandPanel img,
.LoginPage .OuterPanel .HeaderPanel .CommandPanel img
{

						
					
}
}
.OuterPanel .HeaderPanel .CommandPanel img
{

				
			
}
.OuterPanel .HeaderPanel .CommandPanel a
{

				color: #FFF;
			
}
.LogoIconVisible .OuterPanel .HeaderPanel .LogoIconLink
{

			padding: 8px 0;
			flex-basis: 74px;
			-webkit-flex-basis: 74px;
			-ms-flex-basis: 74px;
			background-origin: content-box;
			background-image: url('../Images/LogoPanelIconLight.png');
			background-size: contain;
			background-position: center;
			background-repeat: no-repeat;
		
}
.HasMasterPanel .OuterPanel .HeaderPanel .LogoPanel
{

			display: none;
		
}
.LogoHeadingVisible .OuterPanel .HeaderPanel .LogoPanel:after
{

			cursor: default;
			
			content: 'ScreenConnect Remote Support Software';
		
}
.LogoImageVisible .OuterPanel .HeaderPanel .LogoPanel
{

			padding: 8px 0;
			background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAvYAAABZCAMAAABi6pAAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAALGPC/xhBQAAAEtQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////g5kLBwAAABh0Uk5TABAgMEBQX2Bwf4CPkJ+gr7C/wM/Q3+DvOUisXwAAD/BJREFUeNrtne2Wq6wOgAviqzLWVh1K7/9Kj+3MbvkIIYCddp1F9r/ZRSE8hgAJHA5VqlSpUqVKlSpVqlSpUqVKlSpVqlSpUqVKlSpVqnyo8E4eZ6X09XpVaj6NvWBVKYXSdHL8p9J1PsqWV518kLB+vvWNK+uxrejn6/QI6FQdu4r+Z4iYr2GZu0p+hvSITk9d1c9nQ3+XY7VPif7iENGoqib/zT0Uhb6Cn+rdfBE0qqrFf6P8p680GaquqO4NUaWqmpJ3yXAlS7VOO46e1ZQUueXqnzSvpl5Vbe9p6n/ntnW1IAv7hwJFVh+53XA5T6O8ybS43Xes2iZIwKu/bKJ1dXQ+Antu9YAe7TV6JuRi/HftH8Jc1ndwLmPXsOfm1bRW7t+NvTKh7xm4cfuP/KUqO069y/TS+1CL0bb6qvo5f4t9Zyh/DCqfT7pOaGniUL8E+oSN5q9k1dvfYq+IuueyTmjT/foF6RF+qtS/C3tBtzh8qr2Ttiqm+8hIqyv178H+OdSuBLe16ppuRSgTVa4q9W/Bfi1b/KwCYPzPjhCsxG1bq1L/99jXjag9ZTKon4irnZX6v8e+ea7i7LJ4J/rxNK9bLgWWTNF2v2L+gLf9cSvaBh58/98t72U+yTZtL5p343GrkrpVCU+Z4f/qZamxuZWf7/khsZQbcwvktNcAckv7+Wn5lvIT+22sAS3GAlT62aOnY5+EF2v6u+I3FsZeJHO0dfeMc/TEfuwsuXdSt5Xu4l9MX/71jbOXTAE2d/YCfMSokJgfMayk50JF3RyPdeTxtdzH9oSfdzP3iMM+77wQzzq3+nrGYpUpDViDD5DeVjwbnB7VJ2LaBaA4cpC1GFcvz0nE5lGm3H48bGtozXSMYl+4JM/6lRxZ62LfzVioWzfnhqqzQcMZM0Rq+AiV18Hwa6Mf9A7brvDrNyrFoagBofhxF3s4A0N9xZsmJp0bt84GMkcY9t3SHI/dYZQvtfYBwAIVtrEXKxbhKVRuqDpSJ9USqEHi5YeosS8fO/mEpLrxwwsaYGMfjiFVfXbNY+AncYRhPwuht39MxbAvCTILswn2koX9gAU24/G76AIhXidQ/xY1aPmV4559+frAoDMSfsoaYGGPxpB+oZGNWEk97McRhv2FCy23gORLbBKmdw84DFpXE/sjFs8vdHaoejSfr8GpGdKLG0auKTX16zWj/oUNMLGPdOnKE+LwnCjrcNGvtEZj2K+N0KM6sADVrHxcjnfRJv8FsB+wNJY+P0XjmFgll5poCgLgvKvdwrMFJVy/P+zcAAP7qPpCAy1X2elkyRxh2MsvoQ7TV3+MbldlzsIIDXXr+8S+x7K3SNkvR1IQJI2bJzWED87rPXHda+fvv9ysrLIGPLEnaH7NhwHmPp0jDHumbtppg6PSWBj07dV2y1HZElTGxf17A2AvsaRFR/fL2IlN2v6son7mybZrZ/lT1MocAOz9gxr7Dfp72eTb8zSDmlQ7U/99z/rxc36Gw64NePSG/Z7LvfSF4t87MFymvr0pvh+/o9xTOdINNC+VlvD7vFrNauGUIBKdvojJVDC0nHffgYjyGdLv99R3rXhuTbT24gGz1sfwwX6wYyCZuRCuYBV6MdhA1o2QCksrXndaxmmcChj1F5OifbdG+emx0svc4l0Ae/jtbukGh2Erai3G4mEbHONIwRxFdmkZx7YYZtp8g7Ab70fZWjPzL/iVv81kiB78QEZrhUcgne8H/ppKdPaUPGqUZOHCTmm204TWAkC7FbBr4PqlXgM02gDNcOxX4e7NaGSwsGE4uhVnEhsqThkcFcXbi5LTz0wXUgn8BwsLYQ+VnKCCcB858JrcjJFl5S+UGiDrxpp39bAey3wckx1okLZWxddDcgPm4EAp3U8m8k0i5kaLyActwuMzyJFRt2UX7A+jf0gd1eZzHV3TapRvsR3sJ4asSQSDhVodSBSYoqebyID6u+hSiV35Gf7AzyXUW8lucVsjD6kNYKEGONiD5GI2xXBxArNEw2bYpsqMZVpgs9toj6My7KFlj3UkHfY6EQ69+FGUZbds7MH9YxVPfmngwZoTzvSRcMd3BOotB5aD1qPItacku3UhP6WoATb2uolaOsdHGuJrIwZqMsBRMG71h3vTCy88MCSw3Ledcxyx+pwUebXhqdvwdELiHbtSPCwJPhyJ6D2BGutI2a0CBuv8+Gu7j7GXJN9SHvZqgI19R3i3CIwDnDBxMb8ZcaV0t3C3PQuxR3bW8CO+J9raZ++6mHP0vClFevAJ0CH3fUDU4s0BahRlEeAM/lXsYuwVzTG1TC6xASd4sJO085AU7OX0pORUMAaMyJF0OBLFGpfoEd88auzTVj7n2ME7Lc1heA64PaBCTrOqDKZGULpOg43iuxh79CkMntiYDWhTG2BBwClDzQxbKrSFJ79wLkfl2D9mninkd7lrF3PMqkzEB0tfh4oYIKCAD6u7koaKg4bouOyB/UyNb5Cg7qkNgOsqaYffMfDV1Aj2xn+1TEnn3hd7Z0WXFPI358bqzzGroomHOTDPZgvq4nkPmKyOaHZG6CVPlArit8nHzzHw00tvgICxR5W3QiMl1VI9O7/3nyf+HvtgckAIfJa9UD1HPm9BNpyzO6SPVMPBgL4zqGE0V6SDsM/Pq2rpwWzyig9X6Q0IjCDYR8OBb2Gk+nFnz8dJ5Ggn7G96x8h34vwT+iiI/Yh36Uru/NF99EiuRAPQsBAH6g6ygflOzkhfDRLQvLojugsNOHeSxA7tAdwYGUHmziva3HTu/bC/ZzJ+02L+ZPZbY4seZ5IettTwk3b7nlQntiVVP1M9O4CakbhwK6FGNTu49vERQwM2sqgBRod2xDFJ+AiiaRu3zHDPRRpzOdoV+5tW2uk7HuZ7zh7VY727xjZcLGzNvm9idbIV7xDSUXecIGqmHdbtdcLc7ox6aRkNINsxCLc+Nk7yVp4UGJM7506K9sYeQf8IwLtmGzUd6X1BwdZ8EmZ0AMU7TeqoeoSokeW7tCwlvkECTlVH/fQi2PNk3Eak5r6RssaUNZejV2D/40acddjPudAcYQz7NdIpnIKtaSlaeHYUUrzTUUXYd+W5VTzlKFioskUNMLBPx20Ca343UjpyH5TO5ehV2ENR1s9X5HfzjDeUe9ij2Jo95R0UgyveqUQRNdkLEpEtzLiH3X0A9rP7wNtpX4qU3ZbN0Sux91b05z/FnoCt3hJU/l0VYmJPULzeUrbAZW+eQY0uXspJOrRIfCz21lpD4Dqjc/8I+PpU7O0Mgcc7/gD7Uwzb7+1yHHDk1zHF6/PobT2XYb8Wn1b//4D9usaIn5wjFT8Weyu4/bHyoV+PPd1Qh9KLYqZmR+xHJO+IGCGS5+S0H4D9maT4CTpE9IOxNxM81X5T2iXSKXRDTcT+ltTMCLPEHOzLT074f5jSxh3R4Lrd+fOwNwM2mIO92ht7jRjqEU0CaFJNzY7YG9XONfcphk9esW3mv8Z+pDuiwV0a9YHYG7FPYrftqiUW60Q21Kh/hJiaPbGXxeY+xZJAuzzvw76jO6KUfbePwd4YxrrdghOW2KvIhjowUNxNDVmbhdiLa6m5P+cEJ6yfgL2gO6KUEJ/Pwb53sc8OIYpi31uGWrCcRxNNzZ7Yl594PNKXciKhaH+NPTMdUdmmKP4zQtHIwaos+9TYGPZN/lKgLFFFKfbF59sL+nAxQV/I+7A3Ak5SXd5sjt6DvWHc2n2xfw7gyToUJX5GKfbFt5n4E6jgJCaSZvLn2MuUPYe0gNwPcXKE19J1Z+zHfHN/KdBFMfaCloRtow7b8MhXO4CpAW/EvuB0rD7TVBVhT40OP3tMGLap3xd7cc0297LA3Bdjb63j0bhn65Cx9h/Iun4j9obN7vPHuP7PsFcryQ2FIq1Gmis7HHki9vRUakyHw99jbx1+eqLcS6vseiqalzTDP3sn9l30ZKmgnPI4EgUZDiJ+CZQz/B6h6TvSSa13dUsce3Glwct8tCaiwWyGF2Cfegv5z4EVA7jNPFNcnNDxUH+PvWFv8HYPXt2MWyxWlCP71qymYN1spl0hJ8ADWEbClds/h7gpnoS9OTlEuN8OVZyRyZ5GOn+rVv8C7J0T9XqaVzuAW3VHAvU2Ye/E3vxiMQdiAEx6Hkc8358VtCvkGg3OWMwxPfCJP77kL5aCvaBcEHa3lV8IeGHsevzI3nzsnb02zPAZF2AOYMMDXtIQPLPvrdhb61ghP4cdIaWw+BHCj2DIYY8Fv4l0d2IfvFMtdmHmAJ1OR8DemhzC92myITDCrdED+39Puw4fD1+AvXuiaOgWWftuiiPccB6sO3jV+Xuxb3T0UrHfg+rX8JYVzJF5mxvAEX51YiSGJXQ/tUDOrByxawDs4/hlEvZ2YM4sfOiDGbdc4+da8UfR4LUOBdj7J+kCemXuHdPPsd2+H8Y7nMi6uFPxT8LevmJP+RclPEH6wqyc39sBjmRgV7xnZGP/OODbHp6YcC6y5sFZ+M9lO40xZ9RX+HshYe9c66LMy2y4dSm95nj48WxU6sD7OXgjxz7YQyfpbnp9VJ+3g5chabmsKnQQI2uPGj2M+83YO3GY+mh870wMChsM1iBHIsiRabQHbnxcfSL299rOp/F+89V4nL3sJhm1bVvx4yZuko3ZsSTsgavr1vkIPdpvpX+S7U/Rk1tU8xdgHwzDVZuAQdX2PK7xPoqfyivsMtOPwN7n6ZcGr+7enhZT6RxZZwjrY3+70O9uGKJTXHlNEgmuplCSoZpDKvbUKxuhSlGb1R5egj3lRl3krp1Gk4p1h4/DPpZugkxaMjhCr+iMtEGVUU9rql1bIvZE7iU68UdrJQ4vwp78ycLLTZTS0Ors+7GnGRxwtYadUjkKZ7cQVjRlQf8Qn+B83FTsD2yMV6rL5k7tm0LuKoVmssFr2ex72ejFPgD72MnZocvKcjgCXKOEjBU+6ez++X3COWkQJ2O/WW2VXakYd/41frtiT0D3iuyQ4/QELNAnYB9tN7KHF7FV0MWLKsUvcQvHP9EFVyTyAL9kAvZ4/6v2kMvdIl4Rk5MI/oqEhfAx6bKBz8F+q/qCQC/Zbhzd33VK8QGA3ROVD/29wgu5ZBL2wScTKsV7uFH2Ddkvw967id3JuxNZtdcjj8fSvRX7sAMRgT6Ro+CXknSreNOfNdg9PW3vl3eLU36RPCvwOP5kvRArJcbFv46evSoCk1T3e+Yd7QZU4Z6/e5mwch+D/c099ezo90gLEOa922VLZIiwfn+R6ZltXPTjslxuyRqXy+U8ycR81KaV03KTaQwnwTL+T9KePJ7vT94qlRTaykQnp/NvpbA0T3K9Hr9j5Lqfl++bUvXl+0w5AsKsff/T7q0zYjmqjFox8He7N/9W9emn6mOXlBJtckQ5A4D9/nxKzp+uUqVKlSpVqlSpUqVKlSpVqlSpUqVKlSpVqlSpUuVP5H8VUJC3q8CnIwAAAABJRU5ErkJggg==);
			background-size: contain;
			background-repeat: no-repeat;
			background-origin: content-box;
			background-position-y: center;
		
}
.OuterPanel .HeaderPanel .ShowMenuButton
{

		
}
@media (max-width: 520px)
{
.OuterPanel .HeaderPanel .ShowMenuButton
{

				width: 74px;
				height: 58px;
				background-origin: content-box;
				background: url(../Images/Menu.svg) no-repeat;
				background-size: 24px;
				background-position: center;
				
			
}
.LoginPage:not(.UserAuthenticated) .OuterPanel .HeaderPanel .ShowMenuButton,
.ChangePasswordPage:not(.UserAuthenticated) .OuterPanel .HeaderPanel .ShowMenuButton,
.GuestPage:not(.UserAuthenticated) .OuterPanel .HeaderPanel .ShowMenuButton
{

					display: none;
				
}
.ShowMenu .OuterPanel .HeaderPanel .ShowMenuButton
{

					width: 0px;
				
}
.ShowMenu .OuterPanel .HeaderPanel .ShowMenuButton::after
{

						position: fixed;
						top: 0;
						bottom: 0;
						left: 74px;
						right: 0;
						content: '';
						background-color: rgba(0, 0, 0, 0.4);
						z-index: 99;
					
}
}
.OuterPanel .NavigationPanel
{

		grid-area: NavigationPanel;
		background-color: #212121;
		
		
		text-align: center;
		align-items: stretch;
		color: #FFF;
		
		display: none;
		
		padding: 0 0 15px 0;
	
}
@media (max-width: 520px)
{
.OuterPanel .NavigationPanel
{

			width: 0px;
			position: absolute;
			top: 58px;
			bottom: 0;
		
}
.ShowMenu .OuterPanel .NavigationPanel
{

				width: 74px;
				z-index: 100;
			
}
}
.UserAuthenticated .OuterPanel .NavigationPanel
{

			
		
}
.SetupWizardPage .OuterPanel .NavigationPanel
{

			display: none;
		
}
.OuterPanel .NavigationPanel > *
{

			padding: 8px 0px;
			margin: 0px;
			flex-shrink: 1;
		
}
.OuterPanel .NavigationPanel .FlexStartSpacer
{

			display: none;
		
}
.OuterPanel .NavigationPanel > div:not(.FlexSpacer)
{

		
}
.OuterPanel .NavigationPanel > div:not(.FlexSpacer):not(.TrayPanelContainer)
{

				cursor: pointer;
				opacity: 0.75;
				text-decoration: none;
				color: inherit;
				transition-property: opacity;
			
}
.OuterPanel .NavigationPanel > div:not(.FlexSpacer):not(.TrayPanelContainer):hover
{

					opacity: 1;
					background-color: #383838;
				
}
.OuterPanel .NavigationPanel > div:not(.FlexSpacer):not(.TrayPanelContainer).Selected
{

					opacity: 1;
					box-shadow: 4px 0 0 0  inset;
					background-color: #383838;
				
}
.OuterPanel .NavigationPanel > div:not(.FlexSpacer).TrayPanelContainer
{

				width: 48px;
				background-color: rgba(128,128,128,0.15);
				border-radius: 100px;
				margin: auto;
				padding: 6px 0;
			
}
.OuterPanel .NavigationPanel > div:not(.FlexSpacer).TrayPanelContainer span
{

					display: none;
				
}
.OuterPanel .NavigationPanel > div:not(.FlexSpacer).TrayPanelContainer > *
{

					--popout-from: right-up;
					margin: 0;
				
}
.OuterPanel .NavigationPanel > div:not(.FlexSpacer).TrayPanelContainer .TrayIconPanel
{

					
					
					margin: 0;
				
}
.OuterPanel .NavigationPanel > div:not(.FlexSpacer).TrayPanelContainer .TrayIconPanel > *
{

						margin: 5px 0;
						opacity: 0.75;
					
}
.OuterPanel .NavigationPanel > div:not(.FlexSpacer).TrayPanelContainer .TrayIconPanel > *:hover
{

							opacity: 1;
						
}
.OuterPanel .NavigationPanel > div:not(.FlexSpacer).TrayPanelContainer .TrayIconPanel .NonEmpty
{

						position: relative;
					
}
.OuterPanel .NavigationPanel > div:not(.FlexSpacer).TrayPanelContainer .TrayIconPanel .NonEmpty:after
{

							
							position: absolute;
							top: 0;
							right: 2px;
						
}
.OuterPanel .NavigationPanel > div:not(.FlexSpacer).TrayPanelContainer .UserMenuButton
{

					cursor: pointer;
					padding: 0;
					margin: 5px 0;
				
}
.OuterPanel .NavigationPanel > div:not(.FlexSpacer).TrayPanelContainer .UserMenuButton span:first-child
{

						
						border-radius: 100px;
						width: 32px;
						height: 32px;
						background-color: ;
						color: #FFF;
						font-size: 18px;
						line-height: 32px;
						display: inline-block;
					
}
.OuterPanel .NavigationPanel img
{

			width: 24px;
			height: 24px;
			margin: 2px;
		
}
.OuterPanel .NavigationPanel span
{

			display: block;
		
}
.OuterPanel .NavigationPanel span:last-child
{

			
}
@media (max-height: 600px)
{
.OuterPanel .NavigationPanel span:last-child
{

					display: none;
				
}
}
.OuterPanel .MainPanel
{

		-ms-grid-column: 1;
		-ms-grid-row: 2;
		-ms-grid-column-span: 2;
		grid-area: HeaderPanel / MainPanel / MainPanel / MainPanel;
		
		-ms-grid-columns: 25% 37.5% 37.5%;
		grid-template-columns: 25% 37.5% 37.5%;
		-ms-grid-rows: 58px 1fr;
		grid-template-rows: 58px 1fr;
		grid-template-areas: "MasterPanel MainDetailHeaderPanel SubDetailHeaderPanel" "MasterPanel MainDetailPanel SubDetailPanel";
		min-width: 280px;
		--grid-resizable-column-edges: MainPanelNormalView / 0 150px end -5px 2px, 2 44px start -2px 5px;
		pointer-events: none;
		
	
}
.HostPage .OuterPanel .MainPanel,
.AdministrationPage .OuterPanel .MainPanel
{

			overflow: hidden;
		
}
.AdministrationPage .OuterPanel .MainPanel
{

			grid-template-areas: "MasterPanel MainDetailHeaderPanel MainDetailHeaderPanel" "MasterPanel DetailPanel DetailPanel" "MasterPanel DetailPanel DetailPanel";
		
}
@media (max-width: 930px)
{
.OuterPanel .MainPanel
{

			grid-template-columns: 35% 1fr;
			grid-template-rows: 58px 1fr 32px;
			grid-template-areas: "MasterPanel MainDetailHeaderPanel" "MasterPanel MainDetailPanel" "MasterPanel SubDetailPanel";
			--grid-resizable-column-edges: none;
		
}
.OuterPanel .MainPanel.ShowDetailPanel
{

				grid-template-rows: 58px 1fr 55%;
			
}
.OuterPanel .MainPanel.ShowDetailPanel .SubDetailPanel .ToggleDetailPanelButton
{

					background-image: url(../Images/ExpandCollapseDown.svg);
					background-size: 24px;
				
}
}
@media (max-width: 520px)
{
.OuterPanel .MainPanel
{

			grid-template-columns: 1fr;
			grid-template-areas: "MainDetailHeaderPanel" "MainDetailPanel" "SubDetailPanel";
		
}
.AdministrationPage .OuterPanel .MainPanel
{

				grid-template-areas: "MainDetailHeaderPanel" "DetailPanel" "DetailPanel";
			
}
}
.OuterPanel .MainPanel > *
{

			position: relative;
			margin: 0px;
			pointer-events: auto;
		
}
.OuterPanel .MainPanel > .ContentPanel
{

			-ms-grid-column-span: 3;
			-ms-grid-row-span: 3;
			grid-area: 2/1/-1/-1;
			padding: 20px 40px;
		
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel,
.LoginPage .OuterPanel .MainPanel > .ContentPanel,
.ChangePasswordPage .OuterPanel .MainPanel > .ContentPanel
{

				background: #fff;
				background-position: center;
				background-size: cover;
				padding: 60px 0px;
				
				
				
				
			
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel
{

			
}
@media (max-width: 930px)
{
.GuestPage .OuterPanel .MainPanel > .ContentPanel
{

					
				
}
}
.LoginPage .OuterPanel .MainPanel > .ContentPanel
{

			
}
@media (min-width: 930px) and (max-height: 400px)
{
.LoginPage .OuterPanel .MainPanel > .ContentPanel
{

					padding: 20px 0px;
				
}
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div,
.OuterPanel .MainPanel > .ContentPanel > .AuthPanel
{

				margin: auto;
				background-color: #FFF;
				border-radius: 8px;
				box-shadow: 0 2px 10px 0 rgba(0,0,0,0.4);
				border-top: solid 4px ;
			
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div
{

				max-width: 95%;
				
				
			
}
@media (max-width: 930px)
{
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div
{

					
				
}
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div
{

					padding: 0px;
					margin: 0px;
					
					width: 300px;
				
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.WelcomePanel
{

					
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.WelcomePanel h2
{

							font-size: 44px;
							margin-bottom: 15px;
							line-height: 1em;
						
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.WelcomePanel p
{

							opacity: 0.6;
							font-size: 15px;
							max-height: 257px;
							
						
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.WelcomePanel[style*="display: none;"] + .ActionPanel
{

							padding-left: 30px;
						
}
@media (max-width: 930px)
{
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.WelcomePanel[style*="display: none;"] + .ActionPanel
{

								padding-top: 20px;
								padding-left: 20px;
							
}
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.ActionPanel
{

						padding-left: 0;
						
						
						
					
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.ActionPanel > div
{

							display: inline-block;
							background-color: #F5F5F5;
							padding: 20px;
							box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
							width: 100%;
							border-radius: 4px;
						
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.ActionPanel > div .Loading
{

								
							
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.ActionPanel > div > *
{

								margin: 0px;
							
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.ActionPanel > div a
{

								float: right;
							
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.ActionPanel > div > h2
{

								font-size: 20px;
								color: ;
								line-height: 1.25em;
							
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.ActionPanel > div > h2 > em
{

									font-size: 32px;
									font-weight: bold;
									font-style: normal;
								
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.ActionPanel > div p
{

								margin-top: 8px;
							
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.ActionPanel > div p:empty
{

									display: none;
								
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.ActionPanel > div p.GuestActionBar
{

									
									
									
									gap: 8px;
								
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.ActionPanel > div p.GuestActionBar input[type="text"],
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.ActionPanel > div p.GuestActionBar input[type="search"],
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.ActionPanel > div p.GuestActionBar select
{

										
									
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.ActionPanel > div p.GuestActionBar select
{

										font-size: 20px;
									
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.ActionPanel > div p.GuestActionBar input [type="text"],
.GuestPage .OuterPanel .MainPanel > .ContentPanel > div > div.ActionPanel > div p.GuestActionBar input[type="search"]
{

										font-size: 30px;
									
}
.OuterPanel .MainPanel > .ContentPanel.Authentication
{

			
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel
{

					padding: 24px;
					width: 330px;
				
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel.ChangePasswordPage
{

						width: 380px;
					
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel h1
{

						font-size: 18px;
						margin-bottom: 8px;
					
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel label:not(.AuthCheckBox) span
{

						position: absolute;
						width: 1px;
						height: 1px;
						padding: 0px;
						margin: -1px;
						overflow: hidden;
						clip: rect(0, 0, 0, 0);
						white-space: nowrap;
						border: 0;
					
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel .LogoContainer
{

						width: 160px;
						height: 18px; 
						margin-bottom: 24px;
						background-size: cover;
						background-repeat: no-repeat;
						background-image: url(../Images/LoginPanelLogoLightTheme.svg);
					
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel .Instructions
{

						font-size: 12px;
						margin-bottom: 16px;
					
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel .AuthenticationDividerContainer
{

						display: flex;
						align-items: center;
						justify-content: center;
						text-align: center;
						width: 100%;
						margin-bottom: 24px;
					
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel .AuthenticationDividerContainer hr
{

							flex: 1;
							border-top: 1px solid #2D9191;
							margin: 0 10px;
						
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel .ForgotPasswordLinkContainer
{

						justify-self: end;
						margin-bottom: 32px;
					
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel .ForgotPasswordLinkContainer a
{

							font-size: 12px;
						
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel .ErrorLabel
{

						margin-top: 16px;
					
}
@media (min-width: 930px) and (max-height: 400px)
{
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel
{

						padding: 15px 25px;
					
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel *
{

							margin: 0px;
						
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel h1
{

							font-size: 24px;
							grid-column: 1 / -1;
						
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel .Instructions
{

							grid-column: 1 / -1;
						
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel.LoginPage
{

							width: 700px;
						
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel.LoginPage > form
{

								display: grid;
								gap: 8px;
								grid-template-columns: repeat(4, 1fr);
								grid-template-rows: repeat(4, auto);
								
							
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel.LoginPage > form .ErrorLabel
{

									grid-column: 2 / -1;
								
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel.LoginPage > form input
{

									margin-bottom: 0px;
								
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel.LoginPage > form .ForgotPasswordLinkContainer
{

									justify-self: center;
									margin-bottom: 0px;
								
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel.LoginPage .ExternalAuthenticationPanel
{

							
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel.LoginPage .ExternalAuthenticationPanel h3
{

									font-size: 12px;
									margin-bottom: 8px;
								
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel.LoginPage .ExternalAuthenticationPanel form
{

									margin-bottom: 24px;
								
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel.ResetPasswordPage
{

							width: 500px;
						
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel.ResetPasswordPage > form
{

								display: grid;
								gap: 8px;
								grid-template-columns: repeat(2,1fr);
								grid-template-rows: repeat(4,auto);
								
							
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel.ResetPasswordPage > form .ErrorLabel
{

									grid-column: 1 / -1;
								
}
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel,
.OuterPanel .MainPanel > .ContentPanel.Authentication .InfoPanel
{

				
}
@media only screen and (max-width: 360px)
{
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthPanel,
.OuterPanel .MainPanel > .ContentPanel.Authentication .InfoPanel
{

						left: 6%;
						width: 88%;
						margin-left: 6%;
						margin-right: 6%;
						padding-left: 6%;
						padding-right: 6%;
					
}
}
.OuterPanel .MainPanel > .ContentPanel.Authentication form > *
{

				
}
@media (max-height: 500px)
{
.OuterPanel .MainPanel > .ContentPanel.Authentication form > *
{

						margin-bottom: 8px;
					
}
}
.OuterPanel .MainPanel > .ContentPanel.Authentication label.AuthCheckBox
{

					
					align-items: center;
					margin-bottom: 16px;
				
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthTextBox
{

					margin-bottom: 16px;
					display: block;
					font-size: 14px;
				
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthTextBox:last-of-type
{

					
}
@media (min-width: 930px) and (max-height: 400px)
{
.OuterPanel .MainPanel > .ContentPanel.Authentication .AuthTextBox:last-of-type
{

							margin-bottom: 0;
						
}
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .ErrorLabel
{

					color: #CA001A;
				
}
.OuterPanel .MainPanel > .ContentPanel.Authentication h4
{

					font-size: 22px;
					text-align: center;
				
}
.OuterPanel .MainPanel > .ContentPanel.Authentication input
{

				
}
.OuterPanel .MainPanel > .ContentPanel.Authentication input[type=text],
.OuterPanel .MainPanel > .ContentPanel.Authentication input[type=password]
{

						font-size: 14px;
						line-height: normal;
						width: 100%;
						padding: 8px 12px;
						
					
}
.OuterPanel .MainPanel > .ContentPanel.Authentication input[type=submit],
.OuterPanel .MainPanel > .ContentPanel.Authentication input[type=button]
{

						display: block;
						font-size: 16px;
						width: 100%;
						padding: 10px 0px;
					
}
@media (min-width: 930px) and (max-height: 400px)
{
.OuterPanel .MainPanel > .ContentPanel.Authentication input[type=submit],
.OuterPanel .MainPanel > .ContentPanel.Authentication input[type=button]
{

							padding: 8px;
						
}
}
.OuterPanel .MainPanel > .ContentPanel.Authentication input:disabled,
.OuterPanel .MainPanel > .ContentPanel.Authentication input:read-only:not([type=button]):not([type=submit])
{
 
						color: #B0B0B0;
					
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .ExternalAuthenticationPanel
{

					font-size: 12px;
					align-items: center;
					margin: 16px 0 0 0;
					
					
				
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .ExternalAuthenticationPanel form
{

						margin-bottom: 24px;
					
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .ExternalAuthenticationPanel h3
{

						margin-bottom: 16px;
					
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .PanelDivider
{

					align-items: center;
					
					
				
}
.OuterPanel .MainPanel > .ContentPanel.Authentication .OneTimePasswordShouldTrustCheckBox > label
{

					margin-left: 4px;
				
}
.OuterPanel .MainPanel > .ContentPanel.SetupWizard
{

				width: 100%;
				padding: 0 calc(50% - 230px);
				
			
}
.OuterPanel .MainPanel .MasterPanel
{

			grid-area: MasterPanel;
			background-color: #F5F5F5;
			color: #212121;
			border-right-width: 1px;

			
			
			z-index: 8;
			overflow: hidden;
		
}
@media (max-width: 520px)
{
.OuterPanel .MainPanel .MasterPanel
{

				z-index: 100;
				position: absolute;
				top: 0;
				bottom: 0;
				width: 60%;
				transform: translateX(-100%);
				transition: transform 0.45s;
			
}
.ShowMenu .OuterPanel .MainPanel .MasterPanel
{

					z-index: 100;
					transform: translateX(0);
					left: 74px;
					transition: transform 0.45s ease;
				
}
}
.OuterPanel .MainPanel .MasterPanel > *
{

				min-width: 150px;
			
}
.OuterPanel .MainPanel .MasterPanel > h2
{

				margin: 0px 8%;
				line-height: 58px;
				font-size: 24px;
				
				
			
}
.OuterPanel .MainPanel .MasterPanel > p
{

				margin: 4px 8% 15px 8%;
				overflow: hidden;
				
			
}
.OuterPanel .MainPanel .MasterPanel p
{

			
}
.OuterPanel .MainPanel .MasterPanel p.Create
{

					
					
				
}
.OuterPanel .MainPanel .MasterPanel p.Create a
{

						display: block;
						text-decoration: inherit;
						color: #FFF;
						border-radius: 4px;
						margin: 0px 15px;
						padding: 8px 0px;
						font-size: 14px;
						font-weight: 500;
						text-align: center;
						background-color: ;
						max-width: 300px;
						width: 100%;
						
					
}
.OuterPanel .MainPanel .MasterPanel p.Create a.TouchActive,
.TouchDisabled .OuterPanel .MainPanel .MasterPanel p.Create a:hover
{

							background-color: ;
						
}
.OuterPanel .MainPanel .MasterPanel p.Ambient
{

					font-size: 13px;
					text-align: center;
					
					margin-bottom: 22px;
					
				
}
.OuterPanel .MainPanel .MasterPanel p.Ambient a
{

						opacity: 0.75;
						color: inherit;
						text-decoration: none;
						transition-property: opacity;
					
}
.OuterPanel .MainPanel .MasterPanel p.Ambient a.TouchActive,
.TouchDisabled .OuterPanel .MainPanel .MasterPanel p.Ambient a:hover
{

							opacity: 0.9;
						
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer
{

				
				position: relative;
				overflow-y: auto;
				padding-right: 0px;
				margin: 8px 8%;
				-webkit-overflow-scrolling: touch;
			
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer > *
{

					position: absolute;
					top: 0;
					bottom: 0;
					left: 0;
					right: 0;
				
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer::-webkit-scrollbar-thumb
{

					background-color: #CCCCCC;
				
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul
{

					margin: 0px;
					padding: 0px;
					
					list-style: none;
					font-size: 14px;
				
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul span
{

						float: right;
						margin: -1px 2px;
					
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul li
{

					
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul li > span
{

							cursor: pointer;
							display: block;
							color: inherit;
							text-decoration: none;
							padding: 8px 18px;
							float: none;
							margin: 0;
							border-radius: 4px;
						
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul li.Collapsed > ul
{

							display: none;
						
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul li.HasChildren
{

						
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul li.HasChildren > div > p
{

								
								background-image: url(../Images/SessionGroupCollapsed.svg);
							
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul li.HasChildren.InPath:not(.Collapsed) > div > p
{

								
								background-image: url(../Images/SessionGroupExpanded.svg);
							
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul li.Unacknowledged > div
{

							position: relative;
						
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul li.Unacknowledged > div > span:after
{

								
								position: absolute;
								top: 0;
							
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul li > *:first-child
{

							opacity: 0.75;
						
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul li.TouchActive > *:first-child,
.TouchDisabled .OuterPanel .MainPanel .MasterPanel .MasterListContainer ul li > *:first-child:hover
{

							opacity: 1;
							background-color: #E6E6E6;
						
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul li.Selected > *:first-child
{

							opacity: 1 !important;
							font-weight: 500;
							background-color: #CCCCCC !important;
						
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul div
{

						
						cursor: pointer;
						margin: 0;
						
						border-radius: 4px;
					
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul div > p
{

							padding: 8px 0px;
							margin: 0px;
							background-repeat: no-repeat;
							background-size: 6px 9px;
							background-position: 8px center;
							padding-left: 18px;
							
							
						
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul div > a
{

							width: 24px;
							height: 24px;
							background: url(../Images/CommandMore.svg) no-repeat;
							background-position: center;
							background-size: 24px 24px;
							
						
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul div > a:hover
{

								
							
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul div > span
{

							margin: 0 16px 0 5px;
						
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul div:not(:hover) > a
{

							visibility: hidden;
						
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul ul p
{

						margin-left: 15px;
					
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul ul ul p
{

						margin-left: 30px;
					
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul ul ul ul p
{

						margin-left: 45px;
					
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul ul ul ul ul p
{

						margin-left: 60px;
					
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul ul ul ul ul ul p
{

						margin-left: 75px;
					
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul ul ul ul ul ul ulp
{

						margin-left: 90px;
					
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul ul ul ul ul ul ul ulp
{

						margin-left: 105px;
					
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer ul ul ul ul ul ul ul ul ulp
{

						margin-left: 120px;
					
}
.SessionGroupListLoading .OuterPanel .MainPanel .MasterPanel .MasterListContainer
{

					
				
}
.OuterPanel .MainPanel .MasterPanel .MasterListContainer li
{

					opacity: 1;
				
}
.SessionGroupListLoading .OuterPanel .MainPanel .MasterPanel .MasterListContainer li
{

						opacity: 0;
					
}
.OuterPanel .MainPanel .MasterPanel .Instruction
{

			
}
@media (max-width: 930px)
{
.OuterPanel .MainPanel .MasterPanel .Instruction
{

					display: none;
				
}
}
@media (max-height: 400px)
{
.OuterPanel .MainPanel .MasterPanel .Instruction
{

					display: none;
				
}
}
.OuterPanel .MainPanel .MainDetailHeaderPanel
{

			container-type: inline-size;
			grid-area: MainDetailHeaderPanel;
			color: #212121;
			font-size: 20px;
			line-height: 58px;
			overflow: hidden;
			pointer-events: none;
		
}
@media (max-width: 520px)
{
.OuterPanel .MainPanel .MainDetailHeaderPanel #detailTitleHeading
{

					display: block;
					margin-left: 74px;
				
}
}
.OuterPanel .MainPanel .MainDetailHeaderPanel > *
{

				transition-property: opacity;
				pointer-events: auto;
			
}
.SessionGroupListLoading .OuterPanel .MainPanel .MainDetailHeaderPanel > *
{

					opacity: 0;
				
}
.OuterPanel .MainPanel .MainDetailHeaderPanel h2
{

				
				padding: 0px 15px;
			
}
@media (max-width: 520px)
{
.OuterPanel .MainPanel .MainDetailHeaderPanel h2
{

					margin-left: 74px;
				
}
}
@media (max-width: 1100px)
{
.OuterPanel .MainPanel .MainDetailHeaderPanel .CommandPanel a span
{

					display: none;
				
}
}
.OuterPanel .MainPanel .MainDetailHeaderPanel,
.OuterPanel .MainPanel .SubDetailHeaderPanel
{

		
}
.OuterPanel .MainPanel .MainDetailHeaderPanel .CommandPanel,
.OuterPanel .MainPanel .SubDetailHeaderPanel .CommandPanel
{

				float: right;
				margin-right: 5px;
				
				height: 100%;
				max-width: 100%;
				overflow: auto hidden;
			
}
.OuterPanel .MainPanel .MainDetailHeaderPanel .CommandPanel a,
.OuterPanel .MainPanel .SubDetailHeaderPanel .CommandPanel a
{

					padding: 0px 6px;
					color: inherit;
					--popout-from: down-left;
				
}
.OuterPanel .MainPanel .MainDetailHeaderPanel .CommandPanel a.Disabled *,
.OuterPanel .MainPanel .SubDetailHeaderPanel .CommandPanel a.Disabled *
{

						opacity: 0.5;
					
}
.OuterPanel .MainPanel .MainDetailHeaderPanel .CommandPanel a img,
.OuterPanel .MainPanel .SubDetailHeaderPanel .CommandPanel a img
{

						height: 24px;
						width: 24px;
						
					
}
.OuterPanel .MainPanel .MainDetailHeaderPanel .CommandPanel a span,
.OuterPanel .MainPanel .SubDetailHeaderPanel .CommandPanel a span
{

						font-size: 14px;
						white-space: nowrap;
					
}
.OuterPanel .MainPanel .MainDetailPanel
{

			grid-area: MainDetailPanel;
			
			
			overflow: hidden;
		
}
.OuterPanel .MainPanel .MainDetailPanel > *
{

				min-width: 300px;
			
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel
{

				margin-bottom: 0px;
				
				
				
			
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel *:not(.FilterBox)
{

					margin: 0px; 
				
}
.SessionGroupListLoading .OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel,
.SessionListLoading .OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel
{

					
				
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTableHeaderPanel
{

					
					min-height: 30px;
					align-items: center;
					
					padding: 8px 15px 8px 4px;
					border-bottom-width: 1px;
				
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTableHeaderPanel .CheckBox
{

						padding: 4px 4px 4px 28px;
						width: 56px;
						height: 32px;
						border-radius: 6px;
					
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTableHeaderPanel .CheckBox img
{

							width: 24px;
							height: 24px;
						
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTableHeaderPanel .CheckBox:before
{

							top: 10px;
							left: 11px;
						
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTableHeaderPanel .CheckBox:after
{

							top: 7px;
							left: 9px;
						
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTableHeaderPanel .CheckBox:hover
{

							background-color: #F5F5F5;
						
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTableHeaderPanel input
{

						float: right;
						width: 70%;
					
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel
{

					
					
					
				
}
.SessionGroupListLoading .OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel,
.SessionListLoading .OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel
{

						opacity: 0;
					
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .NotificationPanel
{

						background-color: #F4EFB0;
						border-bottom-width: 1px;
						padding: 10px;
					
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .NotificationPanel:not(.Notifying)
{

							display: none;
						
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer
{

						position: relative;
						
						overflow-y: auto;
						overflow-x: hidden;
						-webkit-overflow-scrolling: touch;
						transition-property: opacity;
					
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer > *
{

							position: absolute;
						
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer:not(.Empty) .EmptyPanel
{

							display: none;
						
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer .EmptyPanel
{

							width: 100%;
							padding: 30px;
						
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer .EmptyPanel > *
{

								margin-bottom: 15px;
								text-align: center;
							
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer .EmptyPanel img
{

								width: 260px;
								height: 195px;
							
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer .EmptyPanel h2 + p
{

								opacity: 0.6;
							
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table
{

							width: 100.3%; 
							border-collapse: collapse;
							table-layout: fixed;
							
						
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr
{

								border-bottom-width: 1px;
								border-color: #E6E6E6;
								cursor: pointer;
							
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr.TouchActive,
.TouchDisabled .OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr:hover
{

									background-color: #F5F5F5;
								
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr.Selected,
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr.Selected:hover
{

									background-color: #E6E6E6;
								
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr.Unacknowledged .Guest:after
{

									
									position: absolute;
									top: 0;
									right: 0;
									margin: 0;
								
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td
{

									padding: 6px 15px;
								
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.CheckBox
{

										width: 28px;
									
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.CheckBox:before
{

											top: 20px;
											top: calc(50% - 5px);
											left: 15px;
										
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.CheckBox:after
{

											top: 16px;
											top: calc(50% - 8px);
											left: 13px;
										
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.SessionInfo
{

									
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.SessionInfo .SessionInfoPanel
{

										
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.SessionInfo .SessionInfoPanel > .SessionTitle
{

												
											
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.SessionInfo .SessionInfoPanel > *:not(.SessionTitle)
{

											
}
@media (max-width: 520px)
{
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.SessionInfo .SessionInfoPanel > *:not(.SessionTitle)
{

													display: none;
												
}
}
@media (max-height: 600px)
{
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.SessionInfo .SessionInfoPanel > *:not(.SessionTitle)
{

													display: none;
												
}
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.SessionInfo .SessionInfoPanel > p
{

												line-height: 1.5em;
												font-size: 11px;
												
											
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram
{

										position: relative;
									
}
@media (max-width: 520px)
{
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram
{

											width: 40%;
										
}
}
@media (max-width: 350px)
{
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram
{

											width: 25%;
										
}
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel
{

											position: relative;
											width: 100%;
											height: 40px;
										
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Host,
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Guest
{

												position: absolute;
												width: 50%;
												height: 100%;
												background-repeat: no-repeat;
												background-size: 30px 30px;
											
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Host > .ConnectionBar,
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Guest > .ConnectionBar
{

													position: absolute;
													top: 18px;
													height: 4px;
													border-radius: 100px;
													background-color: #BBB;
												
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Host.Connected > .ConnectionBar,
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Guest.Connected > .ConnectionBar
{

													background-color: #4C4;
												
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Host > .Description,
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Host > .Latest,
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Guest > .Description,
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Guest > .Latest
{

													position: absolute;
													font-size: 11px;
													text-align: center;
													
												
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Host > .Description,
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Guest > .Description
{

													bottom: 24px;
												
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Host > .Latest,
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Guest > .Latest
{

													bottom: 0px;
												
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Host
{

												left: 0px;
												background-position: left;
												background-image: url(../Images/Host.svg);
											
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Host:not(.Connected)
{

													background-image: url(../Images/HostDisconnected.svg);
												
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Host > .ConnectionBar,
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Host > .Description,
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Host > .Latest
{

													left: 36px;
													right: 4px;
												
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Guest
{

												right: 0px;
												background-position: right;
											
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Guest > .ConnectionBar,
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Guest > .Description,
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel > .Guest > .Latest
{

													left: 4px;
													right: 36px;
												
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel.Access > .Guest
{

												background-image: url(../Images/AccessGuest.svg);
											
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel.Access > .Guest:not(.Connected)
{

													background-image: url(../Images/AccessGuestDisconnected.svg);
												
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel.Support > .Guest
{

												background-image: url(../Images/SupportGuest.svg);
											
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel.Support > .Guest:not(.Connected)
{

													background-image: url(../Images/SupportGuestDisconnected.svg);
												
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel.Meeting > .Guest
{

												background-image: url(../Images/MeetingGuest.svg);
											
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer table > tbody > tr > td.StatusDiagram .StatusDiagramPanel.Meeting > .Guest:not(.Connected)
{

													background-image: url(../Images/MeetingGuestDisconnected.svg);
												
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTablePanel .DetailTableContainer.Empty table
{

							display: none;
						
}
.OuterPanel .MainPanel .PamDetailPanel
{

			background-color: #FAFAFB !important;
		
}
.OuterPanel .MainPanel .PamDetailPanel .PamDashboard
{

			
}
.OuterPanel .MainPanel .PamDetailPanel .PamDashboard .PamSubTile
{

					background-color: #FAFAFB;
				
}
.OuterPanel .MainPanel .PamDetailPanel .PamDashboard .PamSubTile .PamSubTileIcon
{

						background-color: #FFF;
					
}
.OuterPanel .MainPanel .PamDetailPanel .PamDashboard .PamApplicationTile
{

					background-color: #FAFAFB;
				
}
.OuterPanel .MainPanel .SubDetailHeaderPanel
{

			grid-area: SubDetailHeaderPanel;
			color: #212121;
			background-color: #F5F5F5;
			line-height: 58px;
			border-left-width: 1px;
			border-bottom-width: 1px;
		
}
@media (max-width: 930px)
{
.OuterPanel .MainPanel .SubDetailHeaderPanel
{

				display: none;
			
}
}
.OuterPanel .MainPanel .SubDetailHeaderPanel h3
{

				padding: 0px 4%;
				
				transition-property: opacity;
			
}
.SessionGroupListLoading .OuterPanel .MainPanel .SubDetailHeaderPanel h3,
.SessionListLoading .OuterPanel .MainPanel .SubDetailHeaderPanel h3,
.SessionDetailsLoading .OuterPanel .MainPanel .SubDetailHeaderPanel h3
{

					opacity: 0;
				
}
.OuterPanel .MainPanel .SubDetailPanel
{

			grid-area: SubDetailPanel;
			background-color: #F5F5F5;
			border-left-width: 1px;
			
			
			overflow: hidden;
		
}
@media (max-width: 930px)
{
.OuterPanel .MainPanel .SubDetailPanel
{

				border-top-width: 1px;
				border-left-width: 0px;
				padding-top: 32px;
				overflow: initial; 
			
}
}
.SessionDetailsLoading .OuterPanel .MainPanel .SubDetailPanel,
.SessionGroupListLoading .OuterPanel .MainPanel .SubDetailPanel,
.SessionListLoading .OuterPanel .MainPanel .SubDetailPanel
{

				
				min-height: 32px;
			
}
.OuterPanel .MainPanel .SubDetailPanel > *
{

				transition-property: opacity;
			
}
.SessionDetailsLoading .OuterPanel .MainPanel .SubDetailPanel > *,
.SessionGroupListLoading .OuterPanel .MainPanel .SubDetailPanel > *,
.SessionListLoading .OuterPanel .MainPanel .SubDetailPanel > *
{

					opacity: 0;
				
}
.OuterPanel .MainPanel .SubDetailPanel .ToggleDetailPanelButton
{

				display: none;
				position: absolute;
				top: calc(32px / -2);
				width: 100px;
				height: 32px;
				background-image: url(../Images/ExpandCollapseUp.svg);
				background-repeat: no-repeat;
				background-position: center;
				background-size: 24px;
				border-width: 1px;
				border-radius: 100px;
				background-color: #FFF;
			
}
.OuterPanel .MainPanel .SubDetailPanel .ToggleDetailPanelButton:hover
{

					background-color: #E6E6E6;
				
}
@media (max-width: 930px)
{
.OuterPanel .MainPanel .SubDetailPanel .ToggleDetailPanelButton
{

					display: inherit;
				
}
}
.OuterPanel .MainPanel .SubDetailPanel > .SingleSelectionPanel
{

				margin-bottom: 0px;
				
			
}
.OuterPanel .MainPanel .SubDetailPanel > .SingleSelectionPanel > *
{

					position: relative;
					margin: 0px;
				
}
.OuterPanel .MainPanel .SubDetailPanel > .MultiSelectionPanel
{

				padding: 80px 20%;
				
				
				
			
}
.OuterPanel .MainPanel .SubDetailPanel > .MultiSelectionPanel img
{

					width: 96px;
					height: 96px;
					margin-bottom: 25px;
				
}
.OuterPanel .MainPanel .SubDetailPanel > .MultiSelectionPanel > div
{

				
}
.OuterPanel .MainPanel .SubDetailPanel > .MultiSelectionPanel > div a
{

						
						
						text-align: center;
						background-color: #E6E6E6;
						border-radius: 4px;
						border: 1px solid #E6E6E6;
						color: #212121;
						font-size: 16px;
						padding: 6px 12px;
						text-decoration: none;
						margin-bottom: 8px;
						width: 200px;
					
}
.OuterPanel .MainPanel .SubDetailPanel > .MultiSelectionPanel > div a:hover
{

							background-color: #CCCCCC;
						
}
.OuterPanel .MainPanel .SubDetailPanel > .MultiSelectionPanel > div a span
{

							margin: 0px;
						
}
.OuterPanel .MainPanel .SubDetailPanel > .MultiSelectionPanel > div a.Overflow,
.OuterPanel .MainPanel .SubDetailPanel > .MultiSelectionPanel > div a.Disabled,
.OuterPanel .MainPanel .SubDetailPanel > .MultiSelectionPanel > div a img
{

							display: none;
						
}
.OuterPanel .MainPanel .SubDetailPanel > .SingleSelectionPanel,
.OuterPanel .MainPanel .SubDetailPanel > .MultiSelectionPanel
{

				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				
			
}
@media (max-width: 930px)
{
.OuterPanel .MainPanel .SubDetailPanel > .SingleSelectionPanel,
.OuterPanel .MainPanel .SubDetailPanel > .MultiSelectionPanel
{

					top: 32px;
				
}
}
.OuterPanel .MainPanel .SubDetailPanel:not(.SingleSelection) .SingleSelectionPanel,
.OuterPanel .MainPanel .SubDetailPanel:not(.MultiSelection) .MultiSelectionPanel
{

				display: none;
			
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabList
{

				
				
				
				
				
				border-right-width: 1px;
				overflow-y: auto;
				overflow-x: hidden;
				--tooltip-popout-from: right;
			
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabList:after
{

					
					content: '';
					background-color: rgba(0, 0, 0, 0.03);
					pointer-events: none;
				
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabList > div
{

					position: relative;
					padding: 8px;
					width: 100%;
					font-size: 13px;
					cursor: pointer;
					margin: 0;
					border-left-width: 3px;
					border-color: #F5F5F5;
					
					
				
}
@media (max-width: 520px)
{
.OuterPanel .MainPanel .SubDetailPanel .DetailTabList > div
{

						padding: 6px;
					
}
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabList > div.TouchActive,
.TouchDisabled .OuterPanel .MainPanel .SubDetailPanel .DetailTabList > div:hover
{

						border-color: #E6E6E6;
						background-color: #E6E6E6;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabList > div.Selected,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabList > div.Selected:hover
{

						border-color: ;
						background-color: #E6E6E6;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabList > div img
{

						width: 24px;
						height: 24px;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabList > div span
{

						display: none;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabList > div.Unacknowledged:before
{

						
						position: absolute;
						top: 0;
						right: 0;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent
{

				
				
				min-width: 250px;
			
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent > *
{

					margin: 0px;
				
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start
{

					padding: 0 4%;
				
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start > *
{

						margin: 15px 0px 30px 0px;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .EditSessionPanel
{

						margin-bottom: 25px;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .EditSessionPanel input
{

							width: 100%;
							font-size: 14px;
							
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .EditSessionPanel input:disabled
{

								background-color: #E6E6E6;
							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .EditSessionPanel input:focus
{

								
							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .EditSessionPanel:after
{

							
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .EditSessionPanel > *
{

							margin-bottom: 12px;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .EditSessionPanel dt
{

							
							opacity: 0.7; 
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .EditSessionPanel dd
{

							
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel
{

						overflow: hidden;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabList
{

							
							
							
							font-size: 14px;
							margin-bottom: 0px;
							border-bottom-width: 1px;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabList > span
{

								
								font-style: italic;
							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabList a
{

								text-decoration: none;
								padding: 8px;
								color: #212121;
								margin-bottom: -1px;
							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabList a:hover
{

									color: ;
								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabList a.Selected
{

									font-weight: 500;
									padding: 8px 8px 5px 8px;
									border-width: 0 0 3px 0;
									border-color: ;
									color: ;
								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent
{

							background-color: #FFF;
							border-width: 0px 1px 1px 1px;
							padding: 25px 6%;
							min-height: 170px;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent .CodeTab
{

							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent .CodeTab > *
{

									margin-bottom: 8px;
								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent .CodeTab p
{

									text-align: left;
								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent .CodeTab h3
{

									font-weight: bold;
									text-align: center;
									
								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent .CodeTab input
{

									text-align: center;
									font-size: 16px;
									font-weight: bold;
									width: 100%;
								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent .CodeTab .EditInvitationCodeBox
{

									
								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent .CodeTab .EditInvitationCodeBox:focus
{

										
									
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent .CodeTab .PublicSessionNameBox
{

									display: none;
									border: 0px;
									pointer-events: none;
								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent .CodeTab.PublicSession
{

								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent .CodeTab.PublicSession .EditInvitationCodeBox
{

										display: none;
									
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent .CodeTab.PublicSession .PublicSessionNameBox
{

										display: block;
									
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent .CodeTab.PublicSession .PublicSessionNameBox:disabled
{

											background-image: none;
										
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent .EmailTab,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent .LinkTab
{

							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent .EmailTab dd div,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent .LinkTab dd div
{

									
									width: 100%;
									margin-bottom: 4px;
									gap: 8px;
								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent .EmailTab input,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent .LinkTab input
{

									
									
								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent dl
{

								margin-bottom: 0px;
							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent dl dd
{

									
									margin-bottom: 0px;
								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent dl dt
{

									
								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel .InvitationTabContent > div:not(.Selected)
{

								display: none;
							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel button,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel input[type=button]
{

							
							font-weight: 500;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel button:hover,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .InvitationPanel input[type=button]:hover
{

								
							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .JoinButtonPanel
{

						text-align: center;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .JoinButtonPanel input
{

							border-radius: 4px;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .JoinButtonPanel .Disabled
{

							cursor: default;
							background-color: #E6E6E6;
							color: #CCC;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .JoinInfoPanel
{

					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .JoinInfoPanel h3
{

							padding: 2px 0px 8px 32px;
							margin-bottom: 0px;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .JoinInfoPanel p
{

							opacity: 0.6;
							font-style: italic;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .JoinInfoPanel > *
{

							background-size: 24px 24px;
							background-repeat: no-repeat;
							margin-bottom: 15px;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .JoinInfoPanel.NoGuest .GuestJoinedPanel,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .JoinInfoPanel:not(.NoGuest) .NoGuestJoinedPanel
{

							display: none;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .JoinInfoPanel .NoGuestJoinedPanel
{

							background-image: url(../Images/WaitingIcon.svg);
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Start .JoinInfoPanel .GuestJoinedPanel
{

							background-image: url(../Images/OkIcon.svg);
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .General
{

					padding: 15px 4%;
				
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .General .Header
{

						border-color: #CCCCCC;
						margin-bottom: 8px;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .General .Content > *
{

						padding: 0 8px;
						margin: 0;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .General .Content > *:after
{

							
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .General .Content > * > *
{

							margin-bottom: 12px;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .General .Content > * dt
{

							
							width: 40%;
							opacity: 0.7; 
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .General .Content > * dd
{

							
							width: 60%;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline
{

					--top-padding: 40;
					--bottom-padding: 20;
					--left-padding: 10;
					--right-padding: 10;
					--timestamp-padding: 100;
					--min-timeline-width: 200;
					--min-timeline-height: 500;
					--min-gap: 45;
					--event-dot-side-length: 24;
					--connection-line-thickness: 8;
					--time-division-text-line-offset: -5;
					--time-difference-divisor-pre-log: 150000;
					--time-different-multiplier-post-log: 50;
					--connection-text-top-padding: 3;
					--connection-text-bottom-padding: 4;
					--connection-text-left-padding: 12;
					--connection-text-right-padding: 12;
					--position-panel-step: 10;
					--span-time: 2592000000;
				
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline .PositionedPanel
{

					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline .PositionedPanel text
{

							fill: #FFF;
							pointer-events: none;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline .PositionedPanel .Host
{

							fill: ;
							fill-opacity: 0.3;
							stroke: ;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline .PositionedPanel .Host:hover
{

								fill-opacity: 0.5;
							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline .PositionedPanel .Guest
{

							fill: #CCCCCC;
							fill-opacity: 0.5;
							stroke: #CCCCCC;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline .PositionedPanel .Guest:hover
{

								fill-opacity: 0.7;
							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline .PositionedPanel .Event
{

							fill: ;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline .PositionedPanel .Event:hover
{

								fill: ;
							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline .PositionedPanel .Host + .Overlay
{

							fill: ;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline .PositionedPanel .Host + .Overlay:hover
{

								fill: ;
							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline .PositionedPanel .Guest + .Overlay
{

							fill: #7D7D7D;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline .PositionedPanel .Guest + .Overlay:hover
{

								fill: #383838;
							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline .TimeDivision
{

					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline .TimeDivision > g:hover
{

						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline .TimeDivision > g:hover text
{

								fill: ;
							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline .TimeDivision > g:hover line
{

								stroke: ;
							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline .TimeDivision text
{

							fill: #BBB;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Timeline .TimeDivision line
{

							stroke: rgba(0, 0, 0, 0.1);
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel
{

				
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .EntryPanel
{

						border-radius: 100px;
						
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .EntryPanel textarea
{

							border-radius: 100px;
							padding: 16px 0px 16px 24px;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .EntryPanel textarea:hover
{

								outline: none;
							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .EntryPanel input[type=button]
{

							margin: 10px;
							border-radius: 100px;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel
{

						bottom: 65px;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel
{

							
							
							margin: 0;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div
{

								max-width: 80%;
							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div .Header
{

									margin-bottom: 0;
								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div .Header .Who
{

										font-weight: 500;
										font-size: 13px;
									
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div .Header .Time
{

										opacity: 0.6;
									
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div .Body
{

								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div .Body > *,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div .Body .Info > *
{

										margin-bottom: 0;
									
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div .Body .Content
{

										
									
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div .Body .Content a
{

											word-break: break-all;
										
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div .Body .Content .Data
{

											border-radius: 10px;
										
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon
{

									width: 100%;
								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation
{

								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body
{

										container-type: inline-size;
										clear: both;

										
										flex-wrap: nowrap;
										gap: 15px;
										
										
										background-color: #E6E6E6;
										border-radius: 6px;
										border-left: 4px solid #B0B0B0;
										padding: 15px 20px;
									
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Info,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Info,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Info,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Info
{

											
											
											
											gap: 10px;
										
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Info .Title,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Info .Title,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Info .Title,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Info .Title
{

												grid-column-start: 1;
												font-weight: 500;
												font-size: 16px;
											
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Info .Content,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Info .Content,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Info .Content,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Info .Content
{

												
												
												gap: 15px;
											
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Info .Content .DataFieldList,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Info .Content .DataFieldList,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Info .Content .DataFieldList,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Info .Content .DataFieldList
{

													
													grid-template-columns: minmax(0, max-content) auto;
													grid-gap: 0 15px;
													margin-bottom: 0;
												
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Info .Content .DataFieldList dt,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Info .Content .DataFieldList dt,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Info .Content .DataFieldList dt,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Info .Content .DataFieldList dt
{

														
														opacity: 0.7;
													
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Info .Content .DataFieldList dd,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Info .Content .DataFieldList dd,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Info .Content .DataFieldList dd,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Info .Content .DataFieldList dd
{

														
														max-height: 52px;
														
													
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response
{

										
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse
{

												
												
												justify-content: end;
												gap: 8px;
											
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToElevationRequest,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToElevationRequest,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest
{

													
													
													
													
													text-decoration: none;
													color: #FFF;
													border-radius: 4px;
													padding: 6px 12px;
													font-size: 14px;
													font-weight: 500;
													background-color: ;
													border: none;
												
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToElevationRequest img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToElevationRequest img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest img
{

														width: 24px;
														height: 24px;
														margin-right: 4px;
													
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Disabled,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Disabled,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Disabled,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Disabled,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Disabled,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Disabled,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Disabled,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Disabled
{

														background-color: #CCCCCC !important; 
														color: #B0B0B0;
													
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Disabled img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Disabled img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Disabled img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Disabled img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Disabled img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Disabled img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Disabled img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Disabled img
{

															opacity: 0.2;
															
														
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Loading,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Loading,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Loading,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Loading,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Loading,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Loading,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Loading,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Loading
{

														
														background-size: 20px;
														pointer-events: none;
														min-height: 0px;
														background-position: 10px center;
														background-color: #CCCCCC !important;
														color: #B0B0B0;
													
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Loading img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Loading img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Loading img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Loading img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Loading img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Loading img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Loading img,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Loading img
{

															visibility: hidden;
														
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest:hover,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest:hover,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToElevationRequest:hover,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest:hover,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToElevationRequest:hover,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest:hover,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest:hover,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest:hover
{

														opacity: 0.8;
													
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Approve,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Approve,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Approve,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Approve,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Approve,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Approve,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Approve,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Approve
{

														background-color: #549C05;
													
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Deny,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Deny,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Deny,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Deny,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Deny,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Deny,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToElevationRequest.Deny,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .EventHistoryItemResponse .RespondToAdministrativeLogonRequest.Deny
{

														background-color: #CA001A;
													
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .RequestResolutionList,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .RequestResolutionList,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .RequestResolutionList,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .RequestResolutionList
{

												margin-bottom: 0;
											
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .RequestResolutionList div,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .RequestResolutionList div,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .RequestResolutionList div,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .RequestResolutionList div
{

													height: 24px;
													padding-left: 24px;
													background-size: 24px;
													background-repeat: no-repeat;
													margin-bottom: 0;
													
													align-items: center;
												
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .RequestResolutionList div span,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .RequestResolutionList div span,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .RequestResolutionList div span,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .RequestResolutionList div span
{

														padding-left: 4px;
														opacity: 0.7;
													
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .RequestResolutionList .ApprovedRequest,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .RequestResolutionList .ApprovedRequest,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .RequestResolutionList .ApprovedRequest,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .RequestResolutionList .ApprovedRequest
{

													background-image: url(../Images/Approved.svg);
												
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .RequestResolutionList .DeniedRequest,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .RequestResolutionList .DeniedRequest,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .RequestResolutionList .DeniedRequest,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .RequestResolutionList .DeniedRequest
{

													background-image: url(../Images/Denied.svg);
												
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .RequestResolutionList .CanceledRequest,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Response .RequestResolutionList .CanceledRequest,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .RequestResolutionList .CanceledRequest,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Response .RequestResolutionList .CanceledRequest
{

													background-image: url(../Images/Canceled.svg);
												
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.Host
{

									align-self: flex-end;
								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.Host .Header .Info,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.Host .Header,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.Host .Header .Command
{

										flex-direction: row-reverse;
									
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.Host .Body .Content .Data
{

										background-color: ;
										border-top-right-radius: 0;
										color: #FFF;
									
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.Host .Body .Content .Data a
{

											color: #FFF;
											opacity: 0.6;
										
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.Host .Body .Content .Data a:hover
{

												opacity: 0.8;
											
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.Guest
{

									align-self: flex-start;
								
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Messages .EntryHistoryPanel .HistoryPanel .ListPanel > div.Guest .Body .Content .Data
{

										background-color: #E6E6E6;
										border-top-left-radius: 0;
									
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Commands .EntryHistoryPanel
{

				
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Commands .EntryHistoryPanel .EntryPanel
{

					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Commands .EntryHistoryPanel .EntryPanel textarea
{

							background-image: url(../Images/CommandStart.svg);
							background-repeat: no-repeat;
							background-size: 10px;
							background-position: 8px 8px;
							padding-left: 20px;
							font-family: monospace;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Commands .EntryHistoryPanel .EntryPanel input[type=button]
{

							border-radius: 0;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Commands .EntryHistoryPanel:not(.Empty) .HistoryPanel
{

						background-color: #FFF;
						border-width: 1px 1px 0 1px;
						padding: 0;
						margin: 15px 4%;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Notes .EntryHistoryPanel
{

				
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Notes .EntryHistoryPanel .EntryPanel
{

						padding: 8px;
						height: 65px;
						border-radius: 4px;
						
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Notes .EntryHistoryPanel .EntryPanel textarea
{

							padding: 6px 12px;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Notes .EntryHistoryPanel .HistoryPanel
{

						bottom: 80px;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Notes .EntryHistoryPanel .EntryPanel,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Notes .EntryHistoryPanel .HistoryPanel .ListPanel > div
{

						transition-property: box-shadow;
						transition-duration: 0.30s;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Notes .EntryHistoryPanel .EntryPanel:hover,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Notes .EntryHistoryPanel .HistoryPanel .ListPanel > div:hover
{

							box-shadow: 0 2px 8px rgba(0,0,0,0.3);
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Notes .EntryHistoryPanel .EntryPanel:hover:before,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Notes .EntryHistoryPanel .HistoryPanel .ListPanel > div:hover:before
{

							border-width: 0;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Notes .EntryHistoryPanel .EntryPanel:before,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .Notes .EntryHistoryPanel .HistoryPanel .ListPanel > div:before
{

							content: "";
							box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
							position: absolute;
							top: -1px;
							right: -1px;
							border-width: 0 30px 20px 0;
							border-style: solid;
							border-color: #F5F5F5 #F5F5F5 #CCCCCC #CCCCCC;
							transition: border-width 0.30s ease-in-out;
							border-radius: 0 0 0 6px;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel
{

				
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel > *
{

						position: absolute;
						margin: 0px;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .EntryPanel
{

						
						left: 4%;
						right: 4%;
						bottom: 15px;
						height: 50px;
						border-width: 1px;
						background-color: #FFF;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .EntryPanel:hover
{

							outline: 1px solid ;
							outline-offset: -1px;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .EntryPanel:focus-within
{

							outline: 2px solid ;
							outline-offset: -2px;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .EntryPanel > div
{

							
							margin: 0;
							height: 100%;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .EntryPanel textarea
{

							width: 100%;
							height: 100%;
							border-width: 0px;
							font-size: 13px;
							padding: 5px;
							resize: none;
							background: #FFF;
							outline: none;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .EntryPanel textarea:focus
{

								outline: none;
							
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .EntryPanel input[type=button]
{

							font-size: 12px;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel:not(.Empty) .HistoryPanel .EmptyPanel
{

						display: none;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel:not(.HasEntryBox) .HistoryPanel
{

						bottom: 0px;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel
{

						top: 0;
						bottom: 50px;
						left: 0;
						right: 0;
						padding: 15px 4%;
						margin: 0px;
						
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .EmptyPanel
{

							text-align: center;
						
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .EmptyPanel > *
{

								margin: 6%;
							
}
@media (max-width: 930px)
{
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .EmptyPanel > *
{

									margin: 2%;
								
}
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .EmptyPanel img
{

								width: 96px;
								opacity: 0.7;
							
}
@media (max-width: 930px)
{
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .EmptyPanel img
{

									width: 20%;
								
}
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .EmptyPanel h4
{

								font-size: 22px;
							
}
@media (max-width: 930px)
{
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .EmptyPanel h4
{

									font-size: 16px;
								
}
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .EmptyPanel p
{

								opacity: 0.6;
							
}
.OuterPanel .MainPanel .DetailPanel
{

			grid-area: DetailPanel;
		
}
@media (max-width: 520px)
{
.OuterPanel .MainPanel .DetailPanel
{

				left: 0;
			
}
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel
{

				width: 100%;
				height: 100%;
				
				
			
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel.Loading:after
{

					position: absolute;
					width: 100%;
					height: 100%;
					content: "";
					
					background-color: rgba(255, 255, 255, 0.5);
				
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel
{

					
					
					padding: 10px 20px 0 15px;
					
					border-top-width: 1px;
				
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel > *
{

						width: 100%;
					
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel dl > dt
{

						
						
						
						
						gap: 15px;
					
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel dl > dt > *
{

							margin-bottom: 0;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel dl > dt h3
{

							padding: 8px 0;
							white-space: nowrap;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .OverviewPanel
{

						max-width: 100%;
					
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .OverviewPanel .Dashboard
{

							
							grid-gap: 30px;
							margin: 2% auto 45px;
							grid-template-columns: minmax(200px,700px) minmax(150px,300px);
							padding: 0 2%;
						
}
@media (max-width: 930px)
{
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .OverviewPanel .Dashboard
{

								padding: 0;
								
								
							
}
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .OverviewPanel .Dashboard .MainColumn,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .OverviewPanel .Dashboard .SecondaryColumn
{

								
								
								margin-bottom: 45px;
								gap: 30px;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .OverviewPanel .Dashboard .MainColumn:empty
{

								display: none;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel
{

					
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel .Header
{

							position: relative;
							height: 35px;
							padding: 8px;
							margin: 0px;
							border-width: 1px;
							border-left-width: 4px;
							cursor: pointer;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel .Header span
{

								position: absolute;
								right: 0px;
								width: 120px;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel .Header span:first-child
{

									position: absolute;
									left: 14px;
									width: 200px;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel .Header a
{

								position: absolute;
								right: 8px;
								width: 20px;
								height: 20px;
								background-size: cover;
								background-image: url(../Images/ExpandCollapseDown.svg);
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel.Passed .Header
{

							border-left-color: #549C05;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel.Warning .Header
{

							border-left-color: #EB7B18;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel.Failed,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel.Error
{

						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel.Failed .Header,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel.Error .Header
{

								border-left-color: #CA001A;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel.Expanded .Header a
{

							background-image: url(../Images/ExpandCollapseUp.svg);
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel.Incomplete .Header a
{

							background-image: url(../Images/ActivityIndicator.gif);
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel .Content
{

							padding: 20px 0px 0px 0px;
							margin: -10px 0px 0px 0px;
							border-width: 0px 1px 1px 1px;
							max-height: 1000px;
							visibility: visible;
							transition: max-height 0.45s;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel .Content > p
{

								padding: 0px 20px;
							
}
@media (max-width: 930px)
{
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel .Content > p
{

									padding: 5px;
								
}
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel .Content dl
{

								border-top-width: 1px;
								padding: 10px 20px;
								margin: 0px;
							
}
@media (max-width: 930px)
{
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel .Content dl
{

									padding: 10px;
								
}
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel .Content dl:after
{

									
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel .Content dt
{

								
								width: 30%;
							
}
@media (max-width: 930px)
{
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel .Content dt
{

									width: 100%;
									margin: 0px;
								
}
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel .Content dd
{

								
								width: 70%;
							
}
@media (max-width: )
{
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel .Content dd
{

									width: 100%;
								
}
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .StatusTestPanel:not(.Expanded) .Content
{

							max-height: 0;
							overflow: hidden;
							visibility: hidden;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .ExtensionsPanel
{


						width: 800px;
					
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .ExtensionsPanel dd:not(.Empty) .EmptyPanel,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .ExtensionsPanel dd.Empty > div:not(.EmptyPanel)
{

							display: none;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .ExtensionsPanel .Card
{

							margin: 5px 15px 20px 15px;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .ExtensionsPanel .EmptyPanel
{

							
							
							
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .ExtensionsPanel .EmptyPanel img
{

								width: 96px;
								height: 96px;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .ExtensionsPanel .EmptyPanel > div
{

								text-align: center;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .ExtensionsPanel .EmptyPanel > div h4
{

									font-size: 22px;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .ExtensionsPanel .EmptyPanel > div ul
{

									text-align: left;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .ExtensionsPanel .EmptyPanel > div p,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .ExtensionsPanel .EmptyPanel > div ul
{

									opacity: 0.6;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel
{

					
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel table
{

							width: 100%;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel textarea
{

							width: 100%;
							height: 200px;
							resize: vertical;
							max-height: 550px;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel
{

						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel > div
{

								background-color: #FFF;
								border-width: 1px;
								border-radius: 4px;
								box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
								padding: 8px;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel > div.ReadOnly .UserTablePanel,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel > div:not(.ReadOnly) .UserLookupPanel,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel > div:not(.Expanded) .HideButton,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel > div.Expanded .ShowButton,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel > div.External .UserLookupPanel,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel > div.External .UserTablePanel,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel > div.External .UserTableButton,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel > div.External .UserLookupButton,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel > div.ReadOnly .UserTableButton,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel > div:not(.ReadOnly) .UserLookupButton
{

									display: none;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel > div .UserSourceDetailPanel
{

									max-height: 600px;
									opacity: 1;
									transition-property: max-height, opacity;
									transition-duration: 0.45s;
									margin: 0;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel > div:not(.Expanded) .UserSourceDetailPanel
{

									max-height: 0;
									opacity: 0;
									overflow: hidden;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel .UserTablePanel
{

								max-height: 550px;
								
								
								margin: 0;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel .UserTablePanel .CommandList a
{

									float: right;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel .UserTablePanel .DataTableContainer
{

									
									margin: 0;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel .UserTablePanel .DataTableContainer .DataTable th
{

										width: 150px;
										white-space: unset;
									
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel .UserTablePanel .DataTableContainer .DataTable th:first-child
{

											width: 0;
										
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel .CommandPanel,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel h4
{

								float: right;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel .UserSourceTopPanel
{

								margin: 0px;
								padding: 15px 15px 0px 15px;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel .UserSourceTopPanel p
{

									opacity: 0.6;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel .UserSourceBottomPanel
{

								padding: 15px 15px 0px 15px;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .UserSourcesPanel .UserSourceBottomPanel > p
{

									text-align: center;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .SecurityPanel .DataTable td:not(.ActionCell)
{

							max-width: 0px;
							
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .DatabaseMaintenanceList
{

					
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .DatabaseMaintenanceList > dd
{

						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .DatabaseMaintenanceList > dd > table
{

								width: 100%;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .DatabaseMaintenanceList > dd > span
{

								display: inline-block;
								padding: 5px;
								margin-right: 10px;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .MailPanel,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AuditList
{

					
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .MailPanel dl,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AuditList dl
{

						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .MailPanel dl dt,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AuditList dl dt
{

								
								width: 20%;
							
}
@media (max-width: 930px)
{
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .MailPanel dl dt,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AuditList dl dt
{

									
								
}
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .MailPanel dl dd,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AuditList dl dd
{

								
								width: 80%;
							
}
@media (max-width: 930px)
{
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .MailPanel dl dd,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AuditList dl dd
{

									
								
}
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .TriggersPanel
{

					
}
@media (max-width: 1400px)
{
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .TriggersPanel .FlexSpacer
{

								display: none;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .TriggersPanel dt
{

								gap: 2px;
							
}
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .TriggersPanel .TriggerPanel
{

						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .TriggersPanel .TriggerPanel .EmptyPanel
{

								display: none;
								
								
								
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .TriggersPanel .TriggerPanel .EmptyPanel img
{

									width: 100px;
									height: 100px;
									opacity: 0.6;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .TriggersPanel .TriggerPanel .EmptyPanel p
{

									opacity: 0.6;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .TriggersPanel .TriggerPanel.Empty
{

							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .TriggersPanel .TriggerPanel.Empty .EmptyPanel
{

									
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .TriggersPanel .TriggerPanel.Empty .DataTable
{

									display: none;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .TriggersPanel .TriggerPanel .TriggerCard
{

								
								
								
								border: 1px solid #E6E6E6;
								border-radius: 6px;
								padding: 8px 12px;
								margin-bottom: 8px;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .TriggersPanel .TriggerPanel .TriggerCard *
{

									margin: 0;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .TriggersPanel .TriggerPanel .TriggerCard .TriggerCardHeader
{

									
									
									gap: 8px;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .TriggersPanel .TriggerPanel .TriggerCard .TriggerCardHeader img
{

										width: 24px;
										height: 24px;
									
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .TriggersPanel .TriggerPanel .TriggerCard .TriggerCardHeader > div
{

										
										
										gap: 4px;
									
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .TriggersPanel .TriggerPanel .TriggerCard .TriggerCardHeader > div p
{

											font-size: 12px;
											opacity: 0.6;
										
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .TriggersPanel .TriggerPanel .TriggerCard .TriggerCardFooter
{

									
									
									gap: 8px;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .LicenseList
{

					
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .LicenseList .EmptyPanel
{

							padding: 30px 20%;
							text-align: center;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .LicenseList .EmptyPanel img
{

								width: 96px;
								height: 96px;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .LicenseList .EmptyPanel h2 + p
{

								opacity: 0.6;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .LicenseList .Card
{

						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .LicenseList .Card .ErrorText
{

								color: #CA001A;
								font-weight: bold;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList
{

						margin: 0px;
						
						
					
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ChangeThemeButton
{

							display: inline-flex;
							background-color: #F5F5F5;
							border-width: 1px;
							border-radius: 6px;
							padding: 8px 12px;
							align-items: center;
							cursor: pointer;
							margin: 0;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ChangeThemeButton:hover
{

								background-color: #E6E6E6;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ChangeThemeButton > img
{

								margin-right: 10px;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ThemeSelectorContentPanel > span
{

							display: inline-block;
							padding: 5px;
							margin-right: 10px;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ResourcePanel
{

							padding-left: 0;
							margin-left: 10px;
							
							
							
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ResourcePanel .EmptyPanel
{

								display: none;
								
								
								
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ResourcePanel .EmptyPanel img
{

									width: 100px;
									height: 100px;
									opacity: 0.6;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ResourcePanel .EmptyPanel p
{

									opacity: 0.6;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ResourcePanel.Empty
{

							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ResourcePanel.Empty .EmptyPanel
{

									
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ResourcePanel.Empty .DataTable
{

									display: none;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ResourcePanel .DataTable
{

								width: 100%;
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ResourcePanel .DataTable th
{

									border-top-width: 0px;
									position: sticky;
									top: 0;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ResourcePanel .DataTable tr > *:first-child
{

									border-left-width: 0px;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ResourcePanel .DataTable th,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ResourcePanel .DataTable td
{

									max-width: 300px;
									
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ResourcePanel .DataTable td
{

								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ResourcePanel .DataTable td div
{

										margin: 0px;
									
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ResourcePanel .DataTable td.Overridden
{

										background-color: #E6E6E6;
									
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ResourcePanel .DataTable .StringResource td div
{

									max-height: 100px;
									
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AppearanceList .ResourcePanel .DataTable .ImageResource td.Overridden div
{

									background-color: #F5F5F5;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AuditList
{

					
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AuditList .SecondaryButton
{

							padding: 8px 40px;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AuditList dl
{

						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AuditList dl dt
{

								
							
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AuditList dl dd > input
{

								width: 240px;
								margin-right: 8px;
							
}
@media (max-width: 930px)
{
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AuditList dl dd > input
{

									margin-bottom: 8px;
								
}
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AuditList dl dd > input[type=checkbox]
{

									width: 0px;
									-moz-appearance: initial;
									margin-top: 8px;
								
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AuditList .QueryAuditLogButton
{

							padding: 8px 40px;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .AuditList #queryResultPanel
{

							margin-top: 35px;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel dt h3
{

						margin-bottom: 0px;
						font-weight: 500;
					
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel > dl,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel > div > dl,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel > div > div > dl
{

						min-width: 800px;
						width: auto;
					
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel > dl > dd,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel > div > dl > dd,
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel > div > div > dl > dd
{

							margin-bottom: 0;
							padding-bottom: 25px;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .ExtraPanel
{

						bottom: 44px;
						height: 250px;
						border-top-width: 1px;
						
					
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .ExtraPanel iframe
{

							height: 100%;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .ExtraPanel p
{

							margin: 20px;
						
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel .AdministrationContentPanel .ButtonPanel
{

						bottom: 0px;
						height: 44px;
						padding: 5px;
						border-top-width: 1px;
						background-color: #F5F5F5;
					
}
.OuterPanel .MainPanel .DetailPanel .AdministrationPanel > div
{

					margin: 0;
				
}
.OuterPanel .MainPanel .PamDetailPanel
{

			background-color: #FAFAFB!important;
		
}
.InfoPanel
{


}
.HostPage .InfoPanel
{

		overflow: hidden;
		margin-bottom: 0;
	
}
.HostPage .InfoPanel:empty
{

			display: none;
		
}
@media (max-height: 600px)
{
.HostPage .InfoPanel
{

			display: none;
		
}
}
.MainDetailPanel .InfoPanel
{

		
	
}
.MainDetailPanel .InfoPanel:first-child > *
{

			border-bottom-width: 1px;
		
}
.MainDetailPanel .InfoPanel:last-child > *
{

			border-top-width: 1px;
		
}
.DialogContainer
{

	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	
	
	

}
.DialogContainer.Hidden
{

		visibility: hidden;
	
}
.DialogContainer::before
{

		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: "";
		background-color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.75);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
		z-index: -1;
	
}
@supports (animation: FadeIn 0.15s ease-in forwards)
{

		
.DialogContainer::before
{

				animation: FadeIn 0.15s ease-in forwards;
			
}
}
.DialogContainer.NoBackdrop
{

		pointer-events: none;
	
}
.DialogContainer.NoBackdrop::before
{

			display: none;
		
}
@supports (animation: ModalSlideOut 0.15s ease-in forwards)
{

	
.DialogContainer.Hidden > .ModalDialog
{

			visibility: visible;
			animation: ModalSlideOut 0.15s ease-in forwards;
		
}
.DialogContainer.Hidden::before
{

			visibility: visible;
			animation: FadeOut 0.15s ease-in forwards;
		
}
}
.DialogContainer .ModalDialog
{

		max-height: calc(100% - 40px);
		max-width: calc(100% - 40px);
		display: flex;
		flex-direction: column;
		pointer-events: all;
		margin: 0;
		border-radius: 6px;
		overflow: hidden;
		
		height: 100%;
		justify-content: center;
	
}
@supports (animation: ModalSlideIn 0.15s)
{

		
.DialogContainer .ModalDialog
{

				animation: ModalSlideIn 0.15s;
			
}
}
.DialogContainer .ModalDialog.ViewRawData
{

		
}
.DialogContainer .ModalDialog.ViewRawData .ContentPanel
{

				font-family: monospace;
				white-space: pre;
			
}
.DialogContainer .ModalDialog.NoBackdrop
{

			padding: 0;
			width: unset;
			height: unset;
			box-shadow: 0 8px 17px rgba(0,0,0,0.2);
		
}
.DialogContainer .ModalDialog.ButtonPanelHidden
{

		
}
.DialogContainer .ModalDialog.ButtonPanelHidden .ButtonPanel
{

				display: none;
			
}
.DialogContainer .ModalDialog.ButtonPanelHidden .ContentPanel
{

				padding: 0 40px 40px 40px;
			
}
@media (max-width: 520px)
{
.DialogContainer .ModalDialog.ButtonPanelHidden .ContentPanel
{

					padding: 0 24px 24px 24px;
				
}
}
.DialogContainer .ModalDialog iframe
{

			display: block;
			width: 100%;
			background-color: #FFF;
		
}
.DialogContainer .ModalDialog textarea
{

			height: 125px;
		
}
.DialogContainer .ModalDialog input,
.DialogContainer .ModalDialog select,
.DialogContainer .ModalDialog
{

			font-size: 14px;
		
}
.DialogContainer .ModalDialog > *
{

			margin: 0px;
			max-width: 100%;
			width: 800px;
			background-color: #FFF;
		
}
.DialogContainer .ModalDialog .TitlePanel
{

			display: flex;
			flex-direction: row-reverse;
			justify-content: space-between;
			cursor: move;
		
}
.DialogContainer .ModalDialog .TitlePanel h2
{

				margin: 40px 4px 24px 40px;
				font-weight: bold;
				font-size: 20px;
			
}
@media (max-width: 520px)
{
.DialogContainer .ModalDialog .TitlePanel h2
{

					margin: 24px 4px 16px 24px;
					font-size: 18px;
				
}
}
.DialogContainer .ModalDialog .TitlePanel a
{

				margin: 32px 32px 24px 0;
				padding: 8px;
				text-decoration: none;
				font-size: 30px;
				line-height: 16px;
				color: #212121;
				border-radius: 100px;
				opacity: 0.6;
			
}
@media (max-width: 520px)
{
.DialogContainer .ModalDialog .TitlePanel a
{

					margin: 16px 16px 16px 0;
				
}
}
.DialogContainer .ModalDialog .TitlePanel a:hover
{

					background-color: #E6E6E6;
					opacity: 1;
				
}
.DialogContainer .ModalDialog .ButtonPanel
{

			padding: 24px 40px 40px 40px;
		
}
@media (max-width: 520px)
{
.DialogContainer .ModalDialog .ButtonPanel
{

				padding: 16px 24px 24px 24px;
			
}
}
.DialogContainer .ModalDialog .ButtonPanel *
{

				font-size: 16px;
			
}
@media (max-width: 520px)
{
.DialogContainer .ModalDialog .ButtonPanel *
{

					font-size: 15px;
				
}
}
.DialogContainer .ModalDialog .ButtonPanel input[type="button"]
{

				color: #FFF;
				background-color: ;
				font-weight: 500;
				padding: 8px 24px;
				font-size: 14px;
				text-transform: uppercase;
			
}
@media (max-width: 520px)
{
.DialogContainer .ModalDialog .ButtonPanel input[type="button"]
{

					padding: 8px 8px;
				
}
}
.DialogContainer .ModalDialog .ButtonPanel input[type="button"]:hover
{

					background-color: ;
				
}
.DialogContainer .ModalDialog .ButtonPanel input[type="button"]:disabled,
.DialogContainer .ModalDialog .ButtonPanel input[type="button"].Disabled
{

					background-color: #E6E6E6 !important;
				
}
.DialogContainer .ModalDialog .TitlePanel,
.DialogContainer .ModalDialog .ButtonPanel
{

			
		
}
.DialogContainer .ModalDialog .ContentPanel
{

			padding: 0px 40px;
			
			background: linear-gradient(#FFF 30%, hsla(0, 0%, 100%, 0)), 
			linear-gradient(hsla(0, 0%, 100%, 0) 10px, #FFF 70%) bottom, 
			radial-gradient(at top, rgba(0, 0, 0, 0.3), transparent 70%), 
			radial-gradient(at bottom, rgba(0, 0, 0, 0.3), transparent 70%) center calc(100% - 1px); 
			
			background-repeat: no-repeat;
			background-size: 100% 30px, 100% 30px, 100% 10px, 100% 10px;
			background-attachment: local, local, scroll, scroll;
			background-color: #FFF;
		
}
@media (max-width: 520px)
{
.DialogContainer .ModalDialog .ContentPanel
{

				padding: 0 24px;
			
}
}
.DialogContainer .ModalDialog .ContentPanel > :last-child
{

				margin-bottom: 0;
			
}
.DialogContainer .ModalDialog .ContentPanel input[type=button]
{

				font-size: 14px;
			
}
.DialogContainer .ModalDialog .ContentPanel textarea
{

				width: 100%;
				resize: vertical;
			
}
.DialogContainer .ModalDialog .ContentPanel .CommandPanel
{

				
				text-transform: uppercase;
			
}
.DialogContainer .ModalDialog .ContentPanel .ResultPanel
{

				text-align: left;
				border-width: 2px;
				padding: 10px 10px 10px 30px;
				border-radius: 2px;
				background-repeat: no-repeat;
				background-size: 18px 18px;
				background-position: 8px 8px;
			
}
.DialogContainer .ModalDialog .ContentPanel .ResultPanel:empty
{

					visibility: hidden;
				
}
.DialogContainer .ModalDialog .ContentPanel .ResultPanel:empty:after
{

						content: '\00a0';
					
}
.DialogContainer .ModalDialog .ContentPanel .ResultPanel.Success
{

					border-color: #549C05;
					background-image: url(../Images/NotificationSuccessIcon.svg);
				
}
.DialogContainer .ModalDialog .ContentPanel .ResultPanel.Failure
{

					border-color: #CA001A;
					background-image: url(../Images/NotificationErrorIcon.svg);
				
}
.DialogContainer .ModalDialog .ContentPanel .ResultPanel.Warning
{

					border-color: #EB7B18;
					background-image: url(../Images/NotificationWarningIcon.svg);
				
}
.DialogContainer .ModalDialog .ContentPanel dl
{

				margin-bottom: 5px;
			
}
.DialogContainer .ModalDialog .ContentPanel dl:after
{

					
				
}
.DialogContainer .ModalDialog .ContentPanel dt
{

				
				width: 25%;
			
}
@media (max-width: 520px)
{
.DialogContainer .ModalDialog .ContentPanel dt
{

					
				
}
}
.DialogContainer .ModalDialog .ContentPanel dd
{

				
				width: 75%;
			
}
@media (max-width: 520px)
{
.DialogContainer .ModalDialog .ContentPanel dd
{

					
				
}
}
.DialogContainer .ModalDialog .ContentPanel dd p
{

					margin-bottom: 5px;
				
}
.DialogContainer .ModalDialog .ContentPanel dd div.EditField
{

					
					
					margin-bottom: 0px;
					margin-left: -5px;
					gap: 4px;
				
}
.DialogContainer .ModalDialog .ContentPanel dd div.EditField input[type=text],
.DialogContainer .ModalDialog .ContentPanel dd div.EditField select
{

						
						
						
						width: 100%;
					
}
.DialogContainer .ModalDialog .ContentPanel dd div.EditField > *
{

						margin-left: 5px;
						white-space: pre;
					
}
.DialogContainer .ModalDialog *:has(> .MasterPanel):has(> .DetailPanel)
{

			display: grid;
			grid-template-columns: 25% calc(100% - 25%);
			overflow-y: hidden;
			height: 100vh;
		
}
.DialogContainer .ModalDialog .MasterPanel,
.DialogContainer .ModalDialog .DetailPanel
{

			display: flex;
			flex-direction: column;
			margin-bottom: 0px;
			border-top-width: 1px;
			overflow: auto;
		
}
.DialogContainer .ModalDialog .MasterPanel > *,
.DialogContainer .ModalDialog .DetailPanel > *
{

				width: 100%;
				margin-bottom: 0px;
			
}
.DialogContainer .ModalDialog .MasterPanel
{

			border-right-width: 1px;
			border-radius: 0 0 0 6px;
			background-color: #F5F5F5;
			
		
}
.DialogContainer .ModalDialog .MasterPanel .MasterSelectionPanel a.SelectionLink
{

				display: block;
				padding: 7px 4% 7px 10%;
				text-decoration: none;
				color: inherit;
			
}
.DialogContainer .ModalDialog .MasterPanel .MasterSelectionPanel a.SelectionLink.TouchActive,
.TouchDisabled.DialogContainer .ModalDialog .MasterPanel .MasterSelectionPanel a.SelectionLink:hover
{

					background-color: #DDD;
				
}
.DialogContainer .ModalDialog .MasterPanel .MasterSelectionPanel a.SelectionLink.Selected
{

					background-color: #CCCCCC !important;
				
}
.DialogContainer .ModalDialog.Delete,
.DialogContainer .ModalDialog.DeleteAction,
.DialogContainer .ModalDialog.DeleteRole,
.DialogContainer .ModalDialog.DeleteSessionGroup,
.DialogContainer .ModalDialog.DeleteTrigger,
.DialogContainer .ModalDialog.DeleteUninstallSession,
.DialogContainer .ModalDialog.DeleteUser,
.DialogContainer .ModalDialog.RemoveLicense,
.DialogContainer .ModalDialog.RemoveUserSource,
.DialogContainer .ModalDialog.RevokeAccess,
.DialogContainer .ModalDialog.UninstallExtension
{

		
}
.DialogContainer .ModalDialog.Delete .ButtonPanel > input,
.DialogContainer .ModalDialog.DeleteAction .ButtonPanel > input,
.DialogContainer .ModalDialog.DeleteRole .ButtonPanel > input,
.DialogContainer .ModalDialog.DeleteSessionGroup .ButtonPanel > input,
.DialogContainer .ModalDialog.DeleteTrigger .ButtonPanel > input,
.DialogContainer .ModalDialog.DeleteUninstallSession .ButtonPanel > input,
.DialogContainer .ModalDialog.DeleteUser .ButtonPanel > input,
.DialogContainer .ModalDialog.RemoveLicense .ButtonPanel > input,
.DialogContainer .ModalDialog.RemoveUserSource .ButtonPanel > input,
.DialogContainer .ModalDialog.RevokeAccess .ButtonPanel > input,
.DialogContainer .ModalDialog.UninstallExtension .ButtonPanel > input
{

				background-color: #CA001A;
			
}
.DialogContainer .ModalDialog.Delete .ButtonPanel > input:hover,
.DialogContainer .ModalDialog.DeleteAction .ButtonPanel > input:hover,
.DialogContainer .ModalDialog.DeleteRole .ButtonPanel > input:hover,
.DialogContainer .ModalDialog.DeleteSessionGroup .ButtonPanel > input:hover,
.DialogContainer .ModalDialog.DeleteTrigger .ButtonPanel > input:hover,
.DialogContainer .ModalDialog.DeleteUninstallSession .ButtonPanel > input:hover,
.DialogContainer .ModalDialog.DeleteUser .ButtonPanel > input:hover,
.DialogContainer .ModalDialog.RemoveLicense .ButtonPanel > input:hover,
.DialogContainer .ModalDialog.RemoveUserSource .ButtonPanel > input:hover,
.DialogContainer .ModalDialog.RevokeAccess .ButtonPanel > input:hover,
.DialogContainer .ModalDialog.UninstallExtension .ButtonPanel > input:hover
{

					background-color: #EB5757;
				
}
.DialogContainer .ModalDialog.SelectTheme
{

		
}
.DialogContainer .ModalDialog.SelectTheme > *
{

				width: 1200px;
			
}
.DialogContainer .ModalDialog.EditRole
{

		
}
.DialogContainer .ModalDialog.EditRole > *
{

				width: 850px;
			
}
.DialogContainer .ModalDialog.EditExtensionSettings
{

		
}
.DialogContainer .ModalDialog.EditExtensionSettings > *
{

				width: 1000px;
			
}
.DialogContainer .ModalDialog.EditResource,
.DialogContainer .ModalDialog.EditSessionGroup,
.DialogContainer .ModalDialog.UserSourceConfiguration,
.DialogContainer .ModalDialog.EditMailConfiguration
{

		
}
.DialogContainer .ModalDialog.EditResource > *,
.DialogContainer .ModalDialog.EditSessionGroup > *,
.DialogContainer .ModalDialog.UserSourceConfiguration > *,
.DialogContainer .ModalDialog.EditMailConfiguration > *
{

				width: 700px;
			
}
.DialogContainer .ModalDialog.EditUser,
.DialogContainer .ModalDialog.RevokeAccess,
.DialogContainer .ModalDialog.EditAction,
.DialogContainer .ModalDialog.EditSchedule
{

		
}
.DialogContainer .ModalDialog.EditUser > *,
.DialogContainer .ModalDialog.RevokeAccess > *,
.DialogContainer .ModalDialog.EditAction > *,
.DialogContainer .ModalDialog.EditSchedule > *
{

				width: 600px;
			
}
.DialogContainer .ModalDialog.ToolboxDialog
{

		
}
.DialogContainer .ModalDialog.ToolboxDialog > *
{

				width: 580px;
			
}
.DialogContainer .ModalDialog.CreateSession,
.DialogContainer .ModalDialog.EditSessions,
.DialogContainer .ModalDialog.BuildInstaller,
.DialogContainer .ModalDialog.InstallAccess,
.DialogContainer .ModalDialog.JoinSession,
.DialogContainer .ModalDialog.DeleteUninstallSession
{

		
}
.DialogContainer .ModalDialog.CreateSession > *,
.DialogContainer .ModalDialog.EditSessions > *,
.DialogContainer .ModalDialog.BuildInstaller > *,
.DialogContainer .ModalDialog.InstallAccess > *,
.DialogContainer .ModalDialog.JoinSession > *,
.DialogContainer .ModalDialog.DeleteUninstallSession > *
{

				width: 550px;
			
}
.DialogContainer .ModalDialog.HostPass,
.DialogContainer .ModalDialog.MessageBox,
.DialogContainer .ModalDialog.Prompt,
.DialogContainer .ModalDialog.ChangeAuditLevel
{

		
}
.DialogContainer .ModalDialog.HostPass > *,
.DialogContainer .ModalDialog.MessageBox > *,
.DialogContainer .ModalDialog.Prompt > *,
.DialogContainer .ModalDialog.ChangeAuditLevel > *
{

				width: 500px;
			
}
.DialogContainer .ModalDialog.RemoveUserSource,
.DialogContainer .ModalDialog.DeleteRole,
.DialogContainer .ModalDialog.DeleteUser,
.DialogContainer .ModalDialog.DeleteAction,
.DialogContainer .ModalDialog.DeleteTrigger,
.DialogContainer .ModalDialog.CloneRole,
.DialogContainer .ModalDialog.DeleteSessionGroup,
.DialogContainer .ModalDialog.MoveSessionGroup,
.DialogContainer .ModalDialog.EnableDisableUserSource,
.DialogContainer .ModalDialog.JoinSessionWithOptions,
.DialogContainer .ModalDialog.GiveFeedback
{

		
}
.DialogContainer .ModalDialog.RemoveUserSource > *,
.DialogContainer .ModalDialog.DeleteRole > *,
.DialogContainer .ModalDialog.DeleteUser > *,
.DialogContainer .ModalDialog.DeleteAction > *,
.DialogContainer .ModalDialog.DeleteTrigger > *,
.DialogContainer .ModalDialog.CloneRole > *,
.DialogContainer .ModalDialog.DeleteSessionGroup > *,
.DialogContainer .ModalDialog.MoveSessionGroup > *,
.DialogContainer .ModalDialog.EnableDisableUserSource > *,
.DialogContainer .ModalDialog.JoinSessionWithOptions > *,
.DialogContainer .ModalDialog.GiveFeedback > *
{

				width: 450px;
			
}
.DialogContainer .ModalDialog.ActivityBox
{

		
}
.DialogContainer .ModalDialog.ActivityBox > *
{

				width: 350px;
			
}
.DialogContainer .ModalDialog.JoinSessionWithOptions
{

		
}
.DialogContainer .ModalDialog.JoinSessionWithOptions dt
{

				width: 40%;
			
}
.DialogContainer .ModalDialog.JoinSessionWithOptions dd
{

				width: 60%;
			
}
.DialogContainer .ModalDialog.JoinSessionWithOptions .ContentPanel > p
{

				text-align: center;
			
}
.DialogContainer .ModalDialog.JoinSessionWithOptions .DefaultLogonSession
{

				font-style: italic;
			
}
.DialogContainer .ModalDialog.GiveFeedback
{

		
}
.DialogContainer .ModalDialog.GiveFeedback .RatingSelectionPanel
{

				padding: 0 32px;
				
				
			
}
.DialogContainer .ModalDialog.GiveFeedback .RatingSelectionPanel span
{

					margin-top: 67px;
					text-align: center;
				
}
.DialogContainer .ModalDialog.GiveFeedback .RatingSelectionPanel span label
{

						width: 70px;
						position: relative;
						display: inline-block;
						text-align: start;
					
}
.DialogContainer .ModalDialog.GiveFeedback .RatingSelectionPanel span label .RadioImage
{

							position: absolute;
							width: inherit;
							top: -70px;
						
}
.DialogContainer .ModalDialog.GiveFeedback .RatingSelectionPanel span label.Good
{

						
}
.DialogContainer .ModalDialog.GiveFeedback .RatingSelectionPanel span label.Good > .RadioImage::before
{

								content: url("../Images/RatingGood.svg");
							
}
.DialogContainer .ModalDialog.GiveFeedback .RatingSelectionPanel span label.Good > input[type="radio"]:checked + .RadioImage::before
{

								content: url("../Images/RatingGoodSelected.svg");
							
}
.DialogContainer .ModalDialog.GiveFeedback .RatingSelectionPanel span label.Neutral
{

						
}
.DialogContainer .ModalDialog.GiveFeedback .RatingSelectionPanel span label.Neutral > .RadioImage::before
{

								content: url("../Images/RatingNeutral.svg");
							
}
.DialogContainer .ModalDialog.GiveFeedback .RatingSelectionPanel span label.Neutral > input[type="radio"]:checked + .RadioImage::before
{

								content: url("../Images/RatingNeutralSelected.svg");
							
}
.DialogContainer .ModalDialog.GiveFeedback .RatingSelectionPanel span label.Bad
{

						
}
.DialogContainer .ModalDialog.GiveFeedback .RatingSelectionPanel span label.Bad > .RadioImage::before
{

								content: url("../Images/RatingBad.svg");
							
}
.DialogContainer .ModalDialog.GiveFeedback .RatingSelectionPanel span label.Bad > input[type="radio"]:checked + .RadioImage::before
{

								content: url("../Images/RatingBadSelected.svg");
							
}
.DialogContainer .ModalDialog.GiveFeedback input[type=email]
{

				margin-top: 5px;
				width: 100%;
			
}
.DialogContainer .ModalDialog.GiveFeedback textarea
{

				margin-top: 5px;
				min-height: 100px;
			
}
.DialogContainer .ModalDialog.JoinSession
{

		
}
.DialogContainer .ModalDialog.JoinSession .ContentPanel
{

			
}
.DialogContainer .ModalDialog.JoinSession .ContentPanel .Help
{

					font-size: 10px;
				
}
.DialogContainer .ModalDialog.JoinSession .ContentPanel .Box
{

					border-radius: 6px;
					padding: 10px;
					border-width: 1px;
					background-color: #E6E6E6;
				
}
.DialogContainer .ModalDialog.JoinSession .ContentPanel .Box:after
{

						
					
}
.DialogContainer .ModalDialog.JoinSession .ContentPanel .Box h3
{

						padding: 3px 0px;
					
}
.DialogContainer .ModalDialog.JoinSession .ContentPanel .Box h4
{

						float: left;
						border-radius: 50%;
						width: 26px;
						height: 26px;
						line-height: 26px;
						font-size: 18px;
						text-align: center;
						margin: 5px 10px 5px 5px;
						background-color: ;
						color: #FFF;
					
}
.DialogContainer .ModalDialog.JoinSession .ContentPanel .Box img
{

						float: right;
						width: 60%;
						height: auto;
						margin-left: 15px;
					
}
.DialogContainer .ModalDialog.JoinSession .ContentPanel .Box input[type=button]
{

						float: right;
						margin-left: 20px;
						margin-bottom: 10px;
						min-width: 150px;
						padding: 8px 0px;
					
}
.DialogContainer .ModalDialog.ShowImage
{

			width: 100%;
		
}
.DialogContainer .ModalDialog.ShowImage > *
{

				width: 100%;
			
}
.DialogContainer .ModalDialog.ShowImage .ContentPanel img
{

				width: 100%;
			
}
.DialogContainer .ModalDialog.EditSessionGroup
{

		
}
.DialogContainer .ModalDialog.EditSessionGroup dt
{

				width: 25%;
			
}
.DialogContainer .ModalDialog.EditSessionGroup dd
{

				width: 75%;
			
}
.DialogContainer .ModalDialog.EditSessionGroup dd > *:first-child
{

					float: left;
					width: calc(100% - 40px);
				
}
.DialogContainer .ModalDialog.EditSessionGroup label
{

				margin: 4px 8px;
			
}
.DialogContainer .ModalDialog.BuildInstaller
{

		
}
.DialogContainer .ModalDialog.BuildInstaller p:not(:first-child)
{

				margin-top: 20px;
			
}
.DialogContainer .ModalDialog.BuildInstaller dd
{

			
}
.DialogContainer .ModalDialog.BuildInstaller dd select
{

					width: 100%;
				
}
.DialogContainer .ModalDialog.BuildInstaller dd input
{

					
					width: 80%;
				
}
.DialogContainer .ModalDialog.Page
{

			width: 100%;
			height: 100%;
		
}
.DialogContainer .ModalDialog.Page > *
{

				width: 100%;
			
}
.DialogContainer .ModalDialog.Page .TitlePanel
{

				border-bottom-width: 1px;
			
}
.DialogContainer .ModalDialog.Page .ContentPanel
{

				padding: 0;
				width: 100%;
				height: 100%;
			
}
.DialogContainer .ModalDialog.Page .ContentPanel iframe
{

					height: 100%;
				
}
.DialogContainer .ModalDialog.MessageBox,
.DialogContainer .ModalDialog.Prompt
{

		
}
.DialogContainer .ModalDialog.MessageBox .CommandImage,
.DialogContainer .ModalDialog.Prompt .CommandImage
{

				background-origin: content-box;
				background-size: contain;
				background-position: center;
				background-repeat: no-repeat;
				margin-bottom: 0;
			
}
.DialogContainer .ModalDialog.MessageBox .WakeImage,
.DialogContainer .ModalDialog.Prompt .WakeImage
{

				height: 300px;
				background-image: url(../Images/WakeOnLan.svg);
			
}
.DialogContainer .ModalDialog.EditExtensionSettings
{

		
}
.DialogContainer .ModalDialog.EditExtensionSettings .DataTable
{

				table-layout: fixed;
			
}
.DialogContainer .ModalDialog.EditExtensionSettings .DataTable label
{

					display: inline-block;
					width: 60px;
				
}
.DialogContainer .ModalDialog.EditExtensionSettings .DataTable input[type=text]
{

					width: 180px;
				
}
.DialogContainer .ModalDialog.EditExtensionSettings .DataTable thead th:nth-child(2)
{

					width: 50%;
				
}
.DialogContainer .ModalDialog.EditExtensionSettings .DataTable td
{

					white-space: pre-line;
				
}
.DialogContainer .ModalDialog.EditExtensionSettings .DataTable td > div
{

						margin: 0px;
					
}
.DialogContainer .ModalDialog.EditExtensionSettings .DataTable td > div .SettingValueUserInterfaceModeDescriptionText
{

							font-style: italic;
						
}
.DialogContainer .ModalDialog.EditExtensionSettings .DataTable td:nth-child(1)
{

						overflow-wrap: anywhere;
					
}
.DialogContainer .ModalDialog.EditExtensionSettings .DataTable textarea
{

					resize: both;
					height: 32px;
				
}
.DialogContainer .ModalDialog.EditResource
{

		
}
.DialogContainer .ModalDialog.EditResource .DataTable td > div
{

				margin: 0px;
			
}
.DialogContainer .ModalDialog.UserSourceConfiguration
{

		
}
.DialogContainer .ModalDialog.UserSourceConfiguration .UserLookupBox
{

				width: 250px;
				margin-right: 5px;
			
}
.DialogContainer .ModalDialog.UserSourceConfiguration:not(.ReadOnly) .UserLookupPanel,
.DialogContainer .ModalDialog.UserSourceConfiguration.External .UserLookupPanel
{

				display: none;
			
}
.DialogContainer .ModalDialog.UserSourceConfiguration textarea
{

				height: 200px;
			
}
.DialogContainer .ModalDialog.SelectTheme
{

		
}
.DialogContainer .ModalDialog.SelectTheme .ContentPanel
{

				
				height: 100%;
				overflow: hidden;
			
}
.DialogContainer .ModalDialog.SelectTheme .ContentPanel .ThemeSelectionBox
{

					background-color: #F5F5F5;
					min-width: 220px;
					width: 25%;
					
					margin: 0;
					
					
					
				
}
@media (max-width: 520px)
{
.DialogContainer .ModalDialog.SelectTheme .ContentPanel .ThemeSelectionBox
{

						width: 100%;
					
}
}
.DialogContainer .ModalDialog.SelectTheme .ContentPanel .ThemeSelectionBox > div
{

						user-select: none;
						cursor: pointer;
						width: 100%;
						height: 100px;
						padding: 40px 0;
						margin: 0;
						
						
					
}
.DialogContainer .ModalDialog.SelectTheme .ContentPanel .ThemeSelectionBox > div img
{

							padding: 15px 5px 15px 20px;
						
}
.DialogContainer .ModalDialog.SelectTheme .ContentPanel .ThemeSelectionBox > div:hover
{

							background-color: #E6E6E6;
						
}
.DialogContainer .ModalDialog.SelectTheme .ContentPanel .ThemeSelectionBox > div.Selected
{

							background-color: #CCCCCC;
						
}
.DialogContainer .ModalDialog.SelectTheme .ContentPanel .PreviewPanel
{

					width: 75%;
					position: relative;
					margin: 0;
				
}
@media (max-width: 520px)
{
.DialogContainer .ModalDialog.SelectTheme .ContentPanel .PreviewPanel
{

						display: none;
					
}
}
.DialogContainer .ModalDialog.SelectTheme .ContentPanel .PreviewPanel iframe
{

						height: 100%;
						width: 100%;
						border: 5px solid #CCCCCC;
						user-select: none;
					
}
.DialogContainer .ModalDialog.SelectTheme .ContentPanel .PreviewPanel:after
{

						content: '';
						position: absolute;
						top: 0;
						bottom: 0;
						left: 0;
						right: 0;
					
}
.DialogContainer .ModalDialog.ToolboxDialog
{

		
}
.DialogContainer .ModalDialog.ToolboxDialog:not(.RunToolAvailable)
{

			
}
.DialogContainer .ModalDialog.ToolboxDialog:not(.RunToolAvailable) .ToolboxPanel
{

					margin-bottom: 40px;
				
}
.DialogContainer .ModalDialog.ToolboxDialog:not(.RunToolAvailable) .ButtonPanel
{

					display: none;
				
}
.DialogContainer .ModalDialog.ToolboxDialog.RunToolboxMode
{

			
}
.DialogContainer .ModalDialog.ToolboxDialog.RunToolboxMode .ToolboxActionPanel,
.DialogContainer .ModalDialog.ToolboxDialog.RunToolboxMode .ContentPanel .ToolboxPanel .ToolboxButton:hover a
{

					visibility: hidden;
				
}
.DialogContainer .ModalDialog.ToolboxDialog.RunToolboxMode .ContentPanel .ToolboxPanel.Empty > .ListPanel
{

					display: none;
				
}
.DialogContainer .ModalDialog.ToolboxDialog:not(.RunToolboxMode)
{

			
}
.DialogContainer .ModalDialog.ToolboxDialog:not(.RunToolboxMode) .DragEnter
{

					outline: 2px dashed #55A4E1 !important;
					background-color: #E9F0F9 !important;
					box-sizing: border-box;
					outline-offset: -2px;
					color: #212121;
				
}
.DialogContainer .ModalDialog.ToolboxDialog:not(.RunToolboxMode) .ContentPanel .ToolboxPanel.Empty
{

				
}
.DialogContainer .ModalDialog.ToolboxDialog:not(.RunToolboxMode) .ContentPanel .ToolboxPanel.Empty > .ListPanel
{

						outline: 2px dashed #E6E6E6;
						background-color: #F5F5F5;
						box-sizing: border-box;
						outline-offset: -2px;
					
}
.DialogContainer .ModalDialog.ToolboxDialog:not(.RunToolboxMode) .ContentPanel .ToolboxPanel.Empty > .EmptyPanel
{

						display: none;
					
}
.DialogContainer .ModalDialog.ToolboxDialog:not(.RunToolboxMode) .ButtonPanel > *:not(.Failure)
{

					visibility: hidden;
				
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel
{

			
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxHeader
{

					
					margin-bottom: 8px;
				
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxHeader .ToolboxActionPanel
{

						margin-bottom: 0px;
						
						
						
					
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxHeader .ToolboxActionPanel a
{

							margin-right: 10px;
							
						
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxHeader .TogglePanel
{

						
					
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel
{

					position: relative;
					height: 350px;
					
					
				
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .EmptyPanel
{

						display: none;
						margin-bottom: 0px;
						
					
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .EmptyPanel p
{

							width: 100%;
						
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .ToolboxButton
{

						
						
						
						margin-bottom: 0;
						padding: 4px;
						color: inherit;
						text-decoration: none;
						cursor: pointer;
					
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .ToolboxButton:hover
{

							background-color: #F5F5F5;
						
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .ToolboxButton:hover a
{

								visibility: visible;
							
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .ToolboxButton.Selected
{

							background-color: #E6E6E6;
						
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .ToolboxButton.MarkedForDeletion
{

							pointer-events: none;
							cursor: default;
							font-style: italic;
							color: gray;
						
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .ToolboxButton .FileIcon
{

							margin: 4px 0;
						
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .ToolboxButton a
{

							visibility: hidden;
							width: 24px;
							height: 24px;
							background: url(../Images/CommandMore.svg) no-repeat;
							background-position: center;
							background-size: 24px 24px;
							
						
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .ToolboxButton span
{

							
							
						
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .ToolboxButton .RenameToolboxItemInput
{

							margin-left: 4px;
							width: 75%;
							padding-bottom: 1px;
						
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel.Empty > .ListPanel,
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel.Empty > .EmptyPanel
{

						text-align: center;
						
						
						padding: 24px;
					
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel.Empty > .EmptyPanel
{

						border-width: 1px;
					
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .DirectoryPanel
{

						
						
						border-bottom-width: 1px;
						margin-bottom: 0px;
						padding-right: 12px; 
						border-width: 1px;
						
					
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .DirectoryPanel > span
{

							max-width: 100%;
							
						
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .DirectoryPanel > span .ToolboxButton
{

								
								max-width: 100%;
							
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .DirectoryPanel > span .ToolboxButton a
{

									display: none;
								
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .DirectoryPanel > span:not(:last-child):after
{

								content: '\00BB';
								vertical-align: super;
							
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel.Root .DirectoryPanel
{

						display: none;
					
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .ListPanel
{

						
						margin-bottom: 0px;
						
						border-width: 1px;
					
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .FileLoadingOverlay
{

						position: absolute;
						top: 0;
						bottom: 0;
						left: 0;
						right: 0;
						background-color: #F5F5F5;
						margin-bottom: 0;
						
					
}
.DialogContainer .ModalDialog.ToolboxDialog .ContentPanel .ToolboxPanel .FileLoadingOverlay:not(.Loading)
{

							display: none;
						
}
.DialogContainer .ModalDialog.ToolboxDialog .ButtonPanel
{

			
}
.DialogContainer .ModalDialog.ToolboxDialog .ButtonPanel div
{

					float: left;
					margin-bottom: 0px;
				
}
.DialogContainer .ModalDialog.ToolboxDialog .ButtonPanel div select,
.DialogContainer .ModalDialog.ToolboxDialog .ButtonPanel div option
{

						margin-top: 1.5px;
						font-size: 14px;
					
}
.DialogContainer .ModalDialog.EditRole
{

		
}
.DialogContainer .ModalDialog.EditRole input[type=text]
{

				width: 100%;
			
}
.DialogContainer .ModalDialog.EditRole .EditRoleReadOnlyMessage
{

				margin-top: 5px;
				opacity: 50%;
			
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer
{

				
				border-width: 1px;
			
}
@media (max-width: 520px)
{
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer
{

					
				
}
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer > *
{

					
				
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer .ScopeBox
{

					position: relative;
					z-index: 0;
					
					height: 460px;
				
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer ul
{

					flex-basis: 40%;
					list-style: none;
					padding: 0;
					margin: 0;
					
				
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer ul li
{

						padding: 0;
						margin: 2px 0;
						white-space: nowrap;
					
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer ul li ul
{

							padding-left: 10px;
						
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer ul li span
{

							display: inline-block;
							height: 10px;
							width: 10px;
						
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer ul li p
{

							width: 100%;
							padding: 1px;
							margin: 0;
							display: inline-block;
							cursor: pointer;
							line-height: 1.4em;
						
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer ul li.HasChildren > span
{

							cursor: pointer;
							
							background-image: url(../Images/SessionGroupCollapsed.svg);
							background-repeat: no-repeat;
							background-size: 6px 9px;
							background-position: 0px center;
						
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer ul li.HasChildren.Expanded > span
{

							background-image: url(../Images/SessionGroupExpanded.svg);
						
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer ul li.HasChildren:not(.Expanded) > ul
{

							display: none;
						
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer ul li.Selected::before
{

							background-color: #026ccf;
							content: '';
							position: absolute;
							width: 100%;
							left: 0;
							right: 0;
							height: 22px;
							z-index: -1;
						
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer ul li.Loading::before
{

							content: '';
							position: absolute;
							width: 100%;
							height: 22px;
							z-index: -1;
							left: 0;
							right: 0;
							background-image: url(../Images/ActivityIndicator.gif);
							background-size: 12px 12px;
							background-repeat: no-repeat;
							background-position: 4px center;
						
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer .Selected
{

				
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer .Selected > p:first-of-type
{

						color: #FFFFFF;
					
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer .Selected > span:first-of-type
{

						filter: brightness(1.0);
					
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer .DefinedOption
{

				
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer .DefinedOption > p:first-of-type
{

						font-weight: bold;
					
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer > div
{

					flex-basis: 60%;
				
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer > div > div
{

						margin-left: 10px;
					
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer > div.ScopedPermissionPanel
{

						height: 460px;
						
						margin-bottom: 0px;
						padding: 10px;
						border-left-width: 1px;
					
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer > div.ScopedPermissionPanel ul
{

							padding-left: 38px;
						
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer > div.ScopedPermissionPanel ul li
{

								list-style-type: decimal;
							
}
@media (max-width: 520px)
{
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer > div.ScopedPermissionPanel
{

							min-height: 300px;
							border-top-width: 1px;
							border-left-width: 0;
						
}
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer > div.ScopedPermissionPanel .ConfigurablePermissionContainer
{

						
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer > div.ScopedPermissionPanel .ConfigurablePermissionContainer ul
{

								padding-left: 15px;
							
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer > div.ScopedPermissionPanel .ConfigurablePermissionContainer ul li
{

									list-style-type: none;
								
}
.DialogContainer .ModalDialog.EditRole .ScopedPermissionContainer > div.ScopedPermissionPanel .ConfigurablePermissionContainer .SecondaryButton
{

								margin: 4px;
							
}
.DialogContainer .ModalDialog.EditMailConfiguration
{

		
}
.DialogContainer .ModalDialog.EditMailConfiguration dd
{


				overflow-x: hidden;
				background: #FFF;
			
}
.DialogContainer .ModalDialog.EditMailConfiguration dd > *
{

					width: 100%;
				
}
.DialogContainer .ModalDialog.EditMailConfiguration dd label
{

					display: inline-block;
					margin-bottom: 10px;
				
}
.DialogContainer .ModalDialog.EditMailConfiguration dd > div
{

					
				
}
.DialogContainer .ModalDialog.EditMailConfiguration dd > div .DefaultMailToAddressBox
{

						
					
}
.DialogContainer .ModalDialog.EditMailConfiguration dd > div .SecondaryButton
{

						margin-left: 8px;
					
}
.DialogContainer .ModalDialog.EditMailConfiguration dd .SmtpPickupDirectoryLocationBox
{

					width: 95%;
					margin-left: 20px;
					margin-bottom: 10px;
				
}
.DialogContainer .ModalDialog.EditMailConfiguration dd .SmtpRelaySettingsList
{

				
}
.DialogContainer .ModalDialog.EditMailConfiguration dd .SmtpRelaySettingsList *
{

						font-size: 12px;
					
}
.DialogContainer .ModalDialog.EditMailConfiguration dd .SmtpRelaySettingsList dt
{

						float: none;
						margin-top: 7px;
						margin-left: 20px;
						width: 100%;
					
}
.DialogContainer .ModalDialog.EditMailConfiguration dd .SmtpRelaySettingsList dd
{


						float: none;
						display: inline;
					
}
.DialogContainer .ModalDialog.EditMailConfiguration dd .SmtpRelaySettingsList dd > :not(:first-child)
{

							margin-left: 50px;
						
}
.DialogContainer .ModalDialog.EditMailConfiguration dd .SmtpRelaySettingsList dd label
{

							display: inline-block;
							margin-left: 20px;
							width: 100%;
						
}
.DialogContainer .ModalDialog.EditMailConfiguration dd .SmtpRelaySettingsList dd input
{


							margin-left: 5px;
						
}
.DialogContainer .ModalDialog.EditMailConfiguration dd .SmtpRelaySettingsList dd input.SmtpRelayServerBox
{

								width: 375px;
							
}
.DialogContainer .ModalDialog.EditMailConfiguration dd .SmtpRelaySettingsList dd .SmtpAuthSPNBox
{

							width: 200px;
							margin-top: 5px;
						
}
.DialogContainer .ModalDialog.EditTrigger
{

		
}
.DialogContainer .ModalDialog.EditTrigger > *
{

				width: 850px;
			
}
.DialogContainer .ModalDialog.EditTrigger dd > :not(a)
{

				width: calc(100% - 40px);
			
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel
{

			
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel dl
{

				
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel dl dt
{

						width: 30%;
					
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel dl dd
{

						width: 70%;
					
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel dl dd > *:first-child
{

							float: left;
						
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel h2
{

					border-left-width: 4px;
					border-color: ;
					padding-left: 16px;
					text-transform: uppercase;
				
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel .TriggerAction
{

					border-width: 1px;
					padding: 16px;
				
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel .TriggerAction .TriggerActionHeader
{

						margin-bottom: 0;
						background-size: 32px;
						background-repeat: no-repeat;
						height: 32px;
						
					
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel .TriggerAction .TriggerActionHeader.MailAction
{

							background-image: url('../Images/MailAction.svg');
						
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel .TriggerAction .TriggerActionHeader.HttpAction
{

							background-image: url('../Images/HttpAction.svg');
						
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel .TriggerAction .TriggerActionHeader.SessionEventAction
{

							background-image: url('../Images/SessionEventAction.svg');
						
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel .TriggerAction .TriggerActionHeader h4
{

							margin: 6px 0 0 38px;
						
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel .TriggerAction > div
{

						
						
					
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel .TriggerAction a
{

						text-decoration: none;
					
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel .AddTriggerAction
{

					
					
				
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel .AddTriggerAction > div
{

						text-align: center;
						padding: 40px 6px 12px 6px;
						border-width: 1px;
						border-radius: 4px;
						width: 100%;
						margin-right: 12px;
						user-select: none;
						cursor: pointer;
						background-size: 32px;
						background-repeat: no-repeat;
						background-position: top 10px center;
					
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel .AddTriggerAction > div.MailAction
{

							background-image: url('../Images/MailAction.svg');
						
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel .AddTriggerAction > div.HttpAction
{

							background-image: url('../Images/HttpAction.svg');
						
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel .AddTriggerAction > div.SessionEventAction
{

							background-image: url('../Images/SessionEventAction.svg');
						
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel .AddTriggerAction > div:hover
{

							background-color: #F5F5F5;
						
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel .AddTriggerAction > div:last-of-type
{

							margin-right: 0px;
						
}
.DialogContainer .ModalDialog.EditTrigger .ContentPanel .DeleteTriggerActionButton
{

					width: 16px;
					height: 16px;
					background: url('../Images/CommandDelete.svg') no-repeat;
					text-indent: 100%;
					white-space: nowrap;
					overflow: hidden;
				
}
.DialogContainer .ModalDialog.ChangeAuditLevel
{

		
}
.DialogContainer .ModalDialog.ChangeAuditLevel label
{

			
}
.DialogContainer .ModalDialog.ChangeAuditLevel label input
{

					display: inline-block;
				
}
.DialogContainer .ModalDialog.ChangeAuditLevel label h3
{

					font-weight: bold;
					padding: 4px;
					margin: 0;
					display: inline-block;
				
}
.DialogContainer .ModalDialog.ChangeAuditLevel label p
{

					padding-left: 25px;
				
}
.DialogContainer .ModalDialog:not(.Expanded) .ReferenceContentPanel
{

			display: none;
		
}
.DialogContainer .ModalDialog .ReferenceContentPanel
{

			max-height: 450px;
			padding: 0 40px 40px 40px;
		
}
.DialogContainer .ModalDialog .ReferenceContentPanel h3
{

				font-weight: bold;
				margin-top: 25px;
			
}
.DialogContainer .ModalDialog .ReferenceContentPanel h4
{

				font-weight: 500;
			
}
.DialogContainer .ModalDialog .ReferenceContentPanel table
{

			
}
.DialogContainer .ModalDialog .ReferenceContentPanel table tr:first-child
{

					border-top-width: 1px;
				
}
.DialogContainer .ModalDialog .ReferenceContentPanel table tr:nth-child(odd)
{

					background: rgba(128, 128, 128, 0.1); 
				
}
.DialogContainer .ModalDialog .ReferenceContentPanel table td:first-child
{

					font-weight: 500;
				
}
.DialogContainer .ModalDialog .ReferenceContentPanel li
{

				padding-bottom: 8px;
			
}
@media (max-width: 520px)
{
.DialogContainer .ModalDialog .ReferenceContentPanel
{

				padding: 0 24px;
			
}
}
.DialogContainer .ModalDialog .CheckBoxContainer
{

			margin-bottom: 5px;
		
}
.DialogContainer .ModalDialog .CheckBoxContainer:after
{

				
			
}
.DialogContainer .ModalDialog .CheckBoxContainer > *
{

				float: left;
				width: 250px;
			
}
.DialogContainer .ModalDialog.EditUser
{

		
}
.DialogContainer .ModalDialog.EditUser input
{

			
}
.DialogContainer .ModalDialog.EditUser input[type=text],
.DialogContainer .ModalDialog.EditUser input[type=password]
{

					width: 100%;
				
}
.DialogContainer .ModalDialog.EditAction
{

		
}
.DialogContainer .ModalDialog.EditAction dt
{

				width: 30%;
			
}
.DialogContainer .ModalDialog.EditAction dd
{

				width: 70%;
			
}
.DialogContainer .ModalDialog.EditAction dd.ConnectionTypes
{

					
					
				
}
.DialogContainer .ModalDialog.EditAction input[type=number]
{

				width: 72px;
			
}
.DialogContainer .ModalDialog.EditAction input + label
{

				
			
}
.DialogContainer .ModalDialog.EditSchedule
{

		
}
.DialogContainer .ModalDialog.EditSchedule p
{

				margin-top: 5px;
				opacity: 50%;
			
}
.DialogContainer .ModalDialog.EditSchedule dt
{

				width: 35%;
			
}
.DialogContainer .ModalDialog.EditSchedule dd
{

				width: 65%;
			
}
.DialogContainer .ModalDialog.EditSchedule dd input
{

					width: 64px;
					padding-left: 5px;
					text-align: right;
				
}
.DialogContainer .ModalDialog.EditSchedule span
{

				padding-left: 5px;
			
}
.DialogContainer .ModalDialog.DeleteUninstallSession
{

		
}
.DialogContainer .ModalDialog.DeleteUninstallSession label
{

				display: block;
			
}
.DialogContainer .ModalDialog.DeleteUninstallSession label h4
{

					margin-bottom: 5px;
				
}
.DialogContainer .ModalDialog.DeleteUninstallSession label p
{

					font-size: 12px;
					padding-left: 25px;
				
}
.TooltipPanel
{

	color: #FFF;
	border-radius: 6px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index: 1000;
	background-color: #555;
	padding: 6px 12px;
	margin: 0;
	pointer-events: none;
	max-width: 250px;

}
.TooltipPanel.PopoutFromTop
{

		transform-origin: 50% calc(100% - 8px);
		transform: translate(-50%, -8px);
	
}
.TooltipPanel.PopoutFromBottom
{

		transform-origin: 50% 8px;
		transform: translate(-50%, 8px);
	
}
.TooltipPanel.PopoutFromLeft
{

		transform-origin: calc(100% + 8px) 50%;
		transform: translate(-8px, -50%);
	
}
.TooltipPanel.PopoutFromRight
{

		transform: translate(8px, -50%);
		transform-origin: 8px 50%;
	
}
.PopoutPanel
{

	border-radius: 6px;
	border-width: 0;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
	position: fixed;
	z-index: 1000;
	max-width: 400px;
	max-height: 500px;
	
	padding: 8px 0;
	background-color: #FFF;

}
.PopoutPanel.PopoutFromRightDown
{

		transform-origin: 0 0;
	
}
.PopoutPanel.PopoutFromRightUp
{

		transform-origin: 0 100%;
	
}
.PopoutPanel.PopoutFromDownLeft
{

		transform-origin: 100% 0;
	
}
.PopoutPanel.PopoutFromUpRight
{

		transform-origin: 0 100%;
	
}
.PopoutPanel.PopoutFromDownRight
{

		transform-origin: 0 0;
	
}
.PopoutPanel.PopoutFromUpLeft
{

		transform-origin: 100% 100%;
	
}
.PopoutPanel > *
{

		margin: 0;
	
}
.PopoutPanel .ActionCenterPanel
{

		max-width: 400px;
	
}
.PopoutPanel .ActionCenterPanel > h2
{

			font-weight: bold;
			padding: 8px 20px 12px 20px;
			border-bottom-width: 1px;
		
}
.PopoutPanel .ActionCenterPanel *
{

			margin: 0;
		
}
.PopoutPanel .ActionCenterPanel .EmptyPanel
{

			text-align: center;
			padding: 32px;
		
}
.PopoutPanel .ActionCenterPanel .EmptyPanel h4
{

				font-weight: bold;
				font-size: 18px;
			
}
.PopoutPanel .ActionCenterPanel .EmptyPanel img
{

				width: 100px;
				height: 100px;
			
}
.PopoutPanel .ActionCenterPanel .EmptyPanel p
{

				opacity: 0.6;
				margin: 8px 0;
			
}
.PopoutPanel .ActionCenterPanel ul
{

			list-style: none;
			padding: 0;
			
			max-height: 400px;
			margin-bottom: 8px;
		
}
.PopoutPanel .ActionCenterPanel ul li
{

				
				grid-template-columns: 54px 1fr 1fr;
				gap: 2px;
				padding: 8px 16px;
				cursor: pointer;
				border-bottom-width: 1px;
			
}
.PopoutPanel .ActionCenterPanel ul li:hover
{

					background-color: #F5F5F5;
				
}
.PopoutPanel .ActionCenterPanel ul li img
{

					grid-column: 1;
					grid-row: 1 / 4;
					width: 40px;
					height: 40px;
				
}
.PopoutPanel .ActionCenterPanel ul li h3
{

					grid-column: 2;
					grid-row: 1;
					font-size: 14px;
					font-weight: bold;
				
}
.PopoutPanel .ActionCenterPanel ul li .Name
{

					grid-column: 2 / 4;
					grid-row: 2;
					font-style: italic;
					opacity: 0.7;
					
				
}
.PopoutPanel .ActionCenterPanel ul li .DataContent
{

					grid-column: 2 / 4;
					grid-row: 3;
					
				
}
.PopoutPanel .ActionCenterPanel ul li .Time
{

					opacity: 0.7;
					grid-column: 3;
					grid-row: 1;
					justify-self: end;
				
}
.PopoutPanel > .CommandList:not(.AllCommandChildrenInvisible):not(:empty) ~ .CommandList:not(.AllCommandChildrenInvisible):not(:empty)
{

		border-top-width: 1px;
	
}
.PopoutPanel .CommandList
{

		padding: 2px 0px;
	
}
.PopoutPanel .CommandList.AllCommandChildrenInvisible,
.PopoutPanel .CommandList:empty
{

			display: none;
		
}
.PopoutPanel .CommandList > h4
{
 
			color: ;
			padding: 6px 44px 6px 12px;
			margin: 0;
		
}
.PopoutPanel .CommandList a
{

			display: block;
			color: #212121;
			text-decoration: none;
			font-size: 14px;
			line-height: 1.5em;
			text-decoration: none;
			margin: 0px;
			padding: 6px 44px 6px 12px;
		
}
@media (max-width: 520px)
{
.PopoutPanel .CommandList a
{

				padding-right: 32px;
			
}
}
.PopoutPanel .CommandList a img
{

				display: none;
			
}
.PopoutPanel .CommandList a span
{

				margin-left: 0px;
			
}
.PopoutPanel .CommandList a.TouchActive,
.TouchDisabled .PopoutPanel .CommandList a:not(.Disabled):hover
{

				background-color: ;
				color: #F5F5F5;
			
}
.PopoutPanel .CommandList a.Selected
{

				background: url(../Images/NotificationSuccessIcon.svg) no-repeat;
				background-size: 20px;
				background-position: right 16px center;
			
}
.PopoutPanel a.Overflow,
.PopoutPanel.Overflow a.NeverOverflow,
.PopoutPanel.Overflow a.SometimesOverflow
{
 
		display: none;
	
}
.PopoutPanel .SharePanel p
{

		padding: 8px 16px;
		margin-bottom: 0;
	
}
.PopoutPanel .SharePanel p > input
{

			margin-right: 8px;
		
}
.PopoutPanel .HasImage.HasText.HasDescription
{

		
		column-gap: 8px;
		grid-template-areas: "Icon Title" ". Description";
	
}
.PopoutPanel .HasImage.HasText.HasDescription:hover
{

		
}
.PopoutPanel .HasImage.HasText.HasDescription:hover img
{

				
			
}
.PopoutPanel .HasImage.HasText.HasDescription:hover p
{

				color: #FFF;
			
}
.PopoutPanel .HasImage.HasText.HasDescription img
{

			grid-area: Icon;
			display: block;
		
}
.PopoutPanel .HasImage.HasText.HasDescription span
{

			grid-area: Title;
		
}
.PopoutPanel .HasImage.HasText.HasDescription p
{

			grid-area: Description;
			font-size: 12px;
			opacity: 0.6;
			color: #212121;
			margin-bottom: 0;
		
}
.PopoutPanel.EventTypesPopout,
.PopoutPanel.SessionEventTypesPopout,
.PopoutPanel.SecurityEventTypesPopout,
.PopoutPanel.RunFrequencyPopout
{

		
		
		
		max-width: calc(100% - 16px);
		max-height: 1000px;
		width: 560px;
		padding: 16px;
		color: #212121;
	
}
.PopoutPanel.EventTypesPopout > label,
.PopoutPanel.SessionEventTypesPopout > label,
.PopoutPanel.SecurityEventTypesPopout > label,
.PopoutPanel.RunFrequencyPopout > label
{

			margin: 2px 0;
			padding: 4px 0;
		
}
.PopoutPanel.EventTypesPopout > label.SelectAll,
.PopoutPanel.SessionEventTypesPopout > label.SelectAll,
.PopoutPanel.SecurityEventTypesPopout > label.SelectAll,
.PopoutPanel.RunFrequencyPopout > label.SelectAll
{

				-webkit-box-flex: 1;
				-ms-flex: 1 1 100%;
				flex: 1 1 100%;
				text-align: center;
				border: 1px solid #E6E6E6;
			
}
.PopoutPanel.EventTypesPopout > label.EventTypesLabel,
.PopoutPanel.EventTypesPopout > label.SessionEventTypesLabel,
.PopoutPanel.EventTypesPopout > label.SecurityEventTypesLabel,
.PopoutPanel.EventTypesPopout > label.RunFrequencyLabel,
.PopoutPanel.SessionEventTypesPopout > label.EventTypesLabel,
.PopoutPanel.SessionEventTypesPopout > label.SessionEventTypesLabel,
.PopoutPanel.SessionEventTypesPopout > label.SecurityEventTypesLabel,
.PopoutPanel.SessionEventTypesPopout > label.RunFrequencyLabel,
.PopoutPanel.SecurityEventTypesPopout > label.EventTypesLabel,
.PopoutPanel.SecurityEventTypesPopout > label.SessionEventTypesLabel,
.PopoutPanel.SecurityEventTypesPopout > label.SecurityEventTypesLabel,
.PopoutPanel.SecurityEventTypesPopout > label.RunFrequencyLabel,
.PopoutPanel.RunFrequencyPopout > label.EventTypesLabel,
.PopoutPanel.RunFrequencyPopout > label.SessionEventTypesLabel,
.PopoutPanel.RunFrequencyPopout > label.SecurityEventTypesLabel,
.PopoutPanel.RunFrequencyPopout > label.RunFrequencyLabel
{

				
			
}
.PopoutPanel.ExtrasPopout
{

	
}
.PopoutPanel.ExtrasPopout .CommandList:not(.AllCommandChildrenInvisible):not(:empty) ~ .CommandList.Navigation
{

			padding-top: 10px;
		
}
.PopoutPanel.ExtrasPopout .NavigateExtensionBrowser
{

			margin: 0 8px;
			
		
}
.PopoutPanel.ExtrasPopout .NavigateExtensionBrowser:hover
{

				
			
}
.PopoutPanel.ApplicationsPopout
{

		max-width: 240px;
		padding: 10px;
		
		
	
}
.PopoutPanel.ApplicationsPopout a
{

			padding: 15px;
			margin: 5px;
			border-radius: 4px;
			width: 100px;
			height: 100px;
			
			
			
		
}
.PopoutPanel.ApplicationsPopout a:not(.Disabled):hover
{

				background-color: #E6E6E6;
				color: #212121;
			
}
.PopoutPanel.ApplicationsPopout a img
{

				margin-bottom: 5px;
				display: block;
				width: 40px;
				height: 40px;
			
}
.PopoutPanel.ApplicationsPopout a span
{

				margin: 0;
			
}
.PopoutPanel.FilterPopout
{

		width: 230px;
		color: #212121;
	
}
.PopoutPanel.FilterPopout .FilterHeader
{

			
			
			
		
}
.PopoutPanel.FilterPopout .FilterHeader h3
{

				font-size: 16px;
				font-weight: 500;
				padding: 8px 16px 12px 16px;
				margin: 0;
			
}
.PopoutPanel.FilterPopout .FilterHeader a
{

				padding-right: 12px;
				color: ;
			
}
.PopoutPanel.FilterPopout .FilterHeader a:not(.Disabled):hover
{

					background-color: transparent;
					color: ;
				
}
.PopoutPanel.FilterPopout .FilterSectionHeader
{

			
			margin-bottom: 0px;
			padding: 8px 16px;
			
		
}
.PopoutPanel.FilterPopout .FilterSectionHeader h4
{

				color: #212121;
				font-size: 14px;
				font-weight: 500;
				margin-bottom: 0px;
				padding: 0;
			
}
.PopoutPanel.FilterPopout label
{

			
			
			padding: 4px 12px;
			font-size: 14px;
			line-height: 1.5em;
		
}
.PopoutPanel.FilterPopout label:hover
{

				background: #F5F5F5;
			
}
.PopoutPanel.ConfirmationDialog
{

	
}
.PopoutPanel.ConfirmationDialog p
{

			padding: 0;
			margin: 24px 24px 8px 24px;
			color: #212121;
		
}
.PopoutPanel.ConfirmationDialog .ButtonPanel
{

			margin: 8px 24px 24px 24px;
			
			
			gap: 8px;
			
		
}
.PopoutPanel.ConfirmationDialog .ButtonPanel input
{

				
				font-size: 14px;
			
}
.PopoutPanel.ConfirmationDialog .ButtonPanel input:hover
{

					
				
}
table
{


}
table.DataTable
{

		width: 100%;
		border-collapse: collapse;
	
}
table.DataTable th,
table.DataTable td
{

			border-bottom-width: 1px;
			padding: 8px;
		
}
table.DataTable th
{

			padding-top: 0px;
			white-space: nowrap;
			text-align: left;
			color: #7D7D7D;
			background: #FFF;
		
}
table.DataTable textarea
{

			width: 100%;
		
}
table.DataTable select,
table.DataTable input,
table.DataTable textarea
{

			font-size: 11px;
		
}
table.DataTable input
{

		
}
table.DataTable input[type=text],
table.DataTable input[type=password]
{

				width: 100%;
			
}
table.DataTable td.ActionCell
{

			width: 1px;
			white-space: nowrap;
		
}
@media (max-width: 350px)
{
table.DataTable td.ActionCell
{

				white-space: normal;
			
}
}
table.DataTable td.ActionCell a
{

				display: inline-block;
				margin: 4px;
			
}
table.ChangePasswordTable
{

	
}
table.ChangePasswordTable td
{

			padding: 5px;
		
}
table.ChangePasswordTable .Failure
{

			text-align: left;
			max-width: 300px;
		
}
table.AuditTable
{

		max-width: 800px;
	
}
table.AuditTable td
{

			min-width: 100px;
		
}
table.AuditTable td:nth-child(2)
{

			max-width: 120px;
			word-break: break-all;
		
}
table.AuditTable > tbody > tr > td > p
{

			max-height: 200px;
			
			margin-bottom: 0;
		
}
table.AuditTable > tbody > tr > td > p > .AuditTableEntryLabel
{

				font-weight: bold;
				margin-right: 4px;
			
}
table.AuditTable > tbody > tr > td > p > .AuditTableEntryValue
{

				word-break: break-all;
			
}
.OuterPanel .MainPanel .PamDetailPanel
{

	background-color: #FAFAFB!important;

}
.OuterPanel .MainPanel .PamDashboard .DonutChart .DonutChartContainer
{

	background-color: #FAFAFB !important;
	border-radius: 8px;
	padding: 20px 0;

}
.PopOutTile
{

	position: relative;
	align-items: center;
	border-width: 0;
	box-shadow: 0 4px 4px 0 #0000001A;

}
.PopOutTile .TitlePanel
{

		padding: 24px 24px 10px 24px;
		border-bottom: 2px solid transparent;
		border-image: linear-gradient(
			to right,
			transparent 15px,
			#556A741A 15px,
			#556A741A calc(100% - 15px),
			transparent calc(100% - 15px)
		);
		border-image-slice: 1;
	
}
.PopOutTile .TitlePanel h2
{

			font-size: 16px;
		
}
.PopOutTile .ContentPanel
{

		padding: 8px 16px 16px 16px;
	
}
html:not(.AnimationReduced)
{


}
html:not(.AnimationReduced) *[animation="NewSessionSlideInHighlight"]
{

		animation: NewSessionHighlight 1s ease-in-out, SlideInLeftFar 0.5s ease-in-out;
	
}
html:not(.AnimationReduced) *[animation="PopoutScaleUp"]
{

		-webkit-animation-name: PopoutScaleUp;
		-webkit-animation-duration: ;
		animation-name: PopoutScaleUp;
		animation-duration: ;
		animation-timing-function: ease;
	
}
html:not(.AnimationReduced) *[animation="TooltipScaleUpFromRight"]
{

		-webkit-animation-name: TooltipScaleUpFromRight;
		-webkit-animation-duration: ;
		animation-name: TooltipScaleUpFromRight;
		animation-duration: ;
		animation-timing-function: ease;
	
}
html:not(.AnimationReduced) *[animation="TooltipScaleUpFromLeft"]
{

		-webkit-animation-name: TooltipScaleUpFromLeft;
		-webkit-animation-duration: ;
		animation-name: TooltipScaleUpFromLeft;
		animation-duration: ;
		animation-timing-function: ease;
	
}
html:not(.AnimationReduced) *[animation="TooltipScaleUpFromTop"]
{

		-webkit-animation-name: TooltipScaleUpFromTop;
		-webkit-animation-duration: ;
		animation-name: TooltipScaleUpFromTop;
		animation-duration: ;
		animation-timing-function: ease;
	
}
html:not(.AnimationReduced) *[animation="TooltipScaleUpFromBottom"]
{

		-webkit-animation-name: TooltipScaleUpFromBottom;
		-webkit-animation-duration: ;
		animation-name: TooltipScaleUpFromBottom;
		animation-duration: ;
		animation-timing-function: ease;
	
}
html:not(.AnimationReduced) body[SessionGroupListBeginLoading]
{

	
}
html:not(.AnimationReduced) body[SessionGroupListBeginLoading] .MasterPanel > :not(ul)
{

			animation: SlideInLeft 0.30s ease-in-out, FadeIn 0.30s ease-in-out;
		
}
html:not(.AnimationReduced) body[SessionGroupListEndLoading]
{

	
}
html:not(.AnimationReduced) body[SessionGroupListEndLoading] .MasterListContainer > ul
{

			animation: SlideInLeft 0.30s ease-in-out, FadeIn 0.30s ease-in-out;
		
}
html:not(.AnimationReduced) body[SessionGroupListEndLoading] .MainDetailPanel
{

		
}
html:not(.AnimationReduced) body[SessionGroupListEndLoading] .MainDetailPanel .DetailTableContainer > *
{

				animation: SlideInLeft 0.30s ease-in-out;
			
}
html:not(.AnimationReduced) body[SessionGroupListEndLoading] .MainDetailPanel .EmptyPanel img
{

				animation: Shake 0.45s ease-in-out;
			
}
html:not(.AnimationReduced) body[SessionGroupListEndLoading] .SubDetailPanel > div
{

			animation: SlideInLeftFar 0.45s ease-in-out;
		
}
html:not(.AnimationReduced) body[SessionListBeginLoading]
{

	
}
html:not(.AnimationReduced) body[SessionListEndLoading]
{

	
}
html:not(.AnimationReduced) body[SessionListEndLoading] .MainDetailPanel
{

		
}
html:not(.AnimationReduced) body[SessionListEndLoading] .MainDetailPanel .DetailTableContainer > *
{

				animation: SlideInLeft 0.30s ease-in-out;
			
}
html:not(.AnimationReduced) body[SessionListEndLoading] .MainDetailPanel .EmptyPanel img
{

				animation: Shake 0.30s ease-in-out;
			
}
html:not(.AnimationReduced) body[SessionListEndLoading] .SubDetailPanel > div
{

			animation: SlideInLeftFar 0.45s ease-in-out;
		
}
html:not(.AnimationReduced) body[SessionDetailsBeginLoading]
{

	
}
html:not(.AnimationReduced) body[SessionGroupListEndLoading],
html:not(.AnimationReduced) body[SessionListEndLoading],
html:not(.AnimationReduced) body[SessionDetailsEndLoading]
{

	
}
html:not(.AnimationReduced) body[SessionGroupListEndLoading] .SubDetailPanel,
html:not(.AnimationReduced) body[SessionListEndLoading] .SubDetailPanel,
html:not(.AnimationReduced) body[SessionDetailsEndLoading] .SubDetailPanel
{

		
}
html:not(.AnimationReduced) body[SessionGroupListEndLoading] .SubDetailPanel dd,
html:not(.AnimationReduced) body[SessionGroupListEndLoading] .SubDetailPanel .EditInvitationCodeBox,
html:not(.AnimationReduced) body[SessionGroupListEndLoading] .SubDetailPanel text,
html:not(.AnimationReduced) body[SessionGroupListEndLoading] .SubDetailPanel .ListPanel,
html:not(.AnimationReduced) body[SessionGroupListEndLoading] .SubDetailPanel .JoinInfoPanel,
html:not(.AnimationReduced) body[SessionGroupListEndLoading] .SubDetailPanel .ScreenshotPanel,
html:not(.AnimationReduced) body[SessionGroupListEndLoading] .SubDetailPanel .EntryPanel,
html:not(.AnimationReduced) body[SessionGroupListEndLoading] .SubDetailPanel .EmptyPanel,
html:not(.AnimationReduced) body[SessionGroupListEndLoading] .SubDetailPanel .PositionedPanel,
html:not(.AnimationReduced) body[SessionListEndLoading] .SubDetailPanel dd,
html:not(.AnimationReduced) body[SessionListEndLoading] .SubDetailPanel .EditInvitationCodeBox,
html:not(.AnimationReduced) body[SessionListEndLoading] .SubDetailPanel text,
html:not(.AnimationReduced) body[SessionListEndLoading] .SubDetailPanel .ListPanel,
html:not(.AnimationReduced) body[SessionListEndLoading] .SubDetailPanel .JoinInfoPanel,
html:not(.AnimationReduced) body[SessionListEndLoading] .SubDetailPanel .ScreenshotPanel,
html:not(.AnimationReduced) body[SessionListEndLoading] .SubDetailPanel .EntryPanel,
html:not(.AnimationReduced) body[SessionListEndLoading] .SubDetailPanel .EmptyPanel,
html:not(.AnimationReduced) body[SessionListEndLoading] .SubDetailPanel .PositionedPanel,
html:not(.AnimationReduced) body[SessionDetailsEndLoading] .SubDetailPanel dd,
html:not(.AnimationReduced) body[SessionDetailsEndLoading] .SubDetailPanel .EditInvitationCodeBox,
html:not(.AnimationReduced) body[SessionDetailsEndLoading] .SubDetailPanel text,
html:not(.AnimationReduced) body[SessionDetailsEndLoading] .SubDetailPanel .ListPanel,
html:not(.AnimationReduced) body[SessionDetailsEndLoading] .SubDetailPanel .JoinInfoPanel,
html:not(.AnimationReduced) body[SessionDetailsEndLoading] .SubDetailPanel .ScreenshotPanel,
html:not(.AnimationReduced) body[SessionDetailsEndLoading] .SubDetailPanel .EntryPanel,
html:not(.AnimationReduced) body[SessionDetailsEndLoading] .SubDetailPanel .EmptyPanel,
html:not(.AnimationReduced) body[SessionDetailsEndLoading] .SubDetailPanel .PositionedPanel
{

				animation: FadeIn 0.15s ease-in-out;
			
}
@keyframes NewSessionHighlight
{


0%
{

		opacity: 0;
	
}
50%
{

		opacity: 1;
	
}
85%
{

		opacity: 0.7;
	
}
}
@keyframes ModalSlideIn
{


from
{

		
		transform: translateY(-50px);
		opacity: 0;
	
}
to
{

		transform: translateY(0px);
		opacity: 1;
	
}
}
@keyframes ModalSlideOut
{


from
{

		transform: translateY(0px);
		opacity: 1;
	
}
to
{

		transform: translateY(-50px);
		opacity: 0;
		visibility: hidden;
	
}
}
@keyframes PopoutScaleUp
{


from
{

		transform: scale(0);
	
}
to
{

		transform: scale(1);
	
}
}
@keyframes TooltipScaleUpFromRight
{


from
{

		transform: translate(8px, -50%) scale(0);
	
}
to
{

		transform: translate(8px, -50%) scale(1);
	
}
}
@keyframes TooltipScaleUpFromBottom
{


from
{

		transform: translate(-50%, 8px) scale(0);
	
}
to
{

		transform: translate(-50%, 8px) scale(1);
	
}
}
@keyframes TooltipScaleUpFromLeft
{


from
{

		transform: translate(-8px, -50%) scale(0);
	
}
to
{

		transform: translate(-8px, -50%) scale(1);
	
}
}
@keyframes TooltipScaleUpFromTop
{


from
{

		transform: translate(-50%, -8px) scale(0);
	
}
to
{

		transform: translate(-50%, -8px) scale(1);
	
}
}
@keyframes SlideInLeft
{


0%
{

		transform: translateX(-30px);
	
}
100%
{

		transform: translateX(0);
	
}
}
@keyframes SlideInLeftFar
{


0%
{

		transform: translateX(-45px);
	
}
100%
{

		transform: translateX(0px);
	
}
}
@keyframes FadeOut
{


0%
{

		opacity: 1;
	
}
100%
{

		opacity: 0;
		visibility: hidden;
	
}
}
@keyframes FadeIn
{


0%
{

		opacity: 0;
	
}
100%
{

		opacity: 1;
	
}
}
@keyframes Shake
{


0%
{

		transform: rotate(-5deg);
	
}
80%
{

		transform: rotate(4deg);
	
}
95%
{

		transform: rotate(-2deg);
	
}
100%
{

		transform: rotate(0);
	
}
}
_::-webkit-full-page-media,
_:future,
:root div.Host,
:root div.Guest,
:root div.SubDetailPanel
{

	
	-webkit-transform: rotateZ(360deg);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;

}
@supports (-ms-ime-align: auto)
{


.DetailTableContainer
{

		height: 0;
		-ms-transform: translateZ(0);
	
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTableContainer table > tbody > tr > td.CheckBox::before
{

		top: 20px;
	
}
.OuterPanel .MainPanel .MainDetailPanel .DetailSelectionPanel .DetailTableContainer table > tbody > tr > td.CheckBox::after
{

		top: 16px;
	
}
.GuestPage .OuterPanel .MainPanel .ContentPanel > div > div.ActionPanel > div p.GuestActionBar input [type='text'],
.GuestPage .OuterPanel .MainPanel .ContentPanel > div > div.ActionPanel > div p.GuestActionBar input[type='search']
{

		min-width: 0;
	
}
}
_::-moz-progress-bar,
body:last-child .DetailTableContainer
{

	height: 0;

}
@-moz-document url-prefix()
{


input[type=checkbox]
{

	
}
input[type=checkbox]:before,
input[type=checkbox]:after
{

			top: -6px;
		
}
input[type=checkbox]:checked
{

		
}
input[type=checkbox]:checked:before
{

				top: -2px;
			
}
}
_:-ms-input-placeholder,
:root .DetailTableContainer
{

	height: 0;

}
.GuestPage .OuterPanel .MainPanel .ContentPanel > div > div.ActionPanel > div p.GuestActionBar input [type='text'],
.GuestPage .OuterPanel .MainPanel .ContentPanel > div > div.ActionPanel > div p.GuestActionBar input[type='search'],
.GuestPage .OuterPanel .MainPanel .ContentPanel > div > div.ActionPanel > div p.GuestActionBar select
{

	width: 0;

}
body > *
{

	margin: 0;

}
::-webkit-scrollbar
{

	
	width: 12px;
	height: 12px;
	margin-right: 12px;

}
::-webkit-scrollbar-thumb
{

		border-radius: 5px;
		background-color: #CCC;
		border: 3px solid rgba(0, 0, 0, 0);
		background-clip: padding-box;
	
}
.OuterPanel .NavigationPanel::-webkit-scrollbar-thumb
{

			background-color: rgba(255, 255, 255, 0.3);
		
}
.OuterPanel .MasterListContainer::-webkit-scrollbar-thumb
{

			background-color: rgba(255, 255, 255, 0.3);
		
}
.OuterPanel .ContentPanel::-webkit-scrollbar-thumb
{

			background-color: rgba(0, 0, 0, 0.2);
		
}
.TouchEnabled .OuterPanel .MainPanel .MasterPanel .MasterListContainer ul li div > a
{

	display: none;

}
.TouchEnabled .OuterPanel .MainPanel .MasterPanel .MasterListContainer ul li.Selected div > a
{

	display: block;
	visibility: visible;

}
button,
input,
select,
textarea
{

	font-family: inherit;

}
@container (max-width: 250px)
{


.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel
{

	
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon
{

		
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse
{

			
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .Approve,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .Deny,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .Approve,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .Deny
{

				
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .Approve span,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Response .EventHistoryItemResponse .Deny span,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .Approve span,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Response .EventHistoryItemResponse .Deny span
{

						display: none;
					
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel
{

	
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation
{

		
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Info .Content .DataFieldList,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Info .Content .DataFieldList,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Info .Content .DataFieldList,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Info .Content .DataFieldList
{

				display: flex;
				flex-direction: column;
				word-break: break-word;
			
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Info .Content .DataFieldList dt,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Info .Content .DataFieldList dt,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Info .Content .DataFieldList dt,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Info .Content .DataFieldList dt
{

					
				
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Info .Content .DataFieldList dd,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Info .Content .DataFieldList dd,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Info .Content .DataFieldList dd,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Info .Content .DataFieldList dd
{

					
				
}
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedElevation .Body .Info .Content .DataFieldList dd:last-child,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.EncounteredElevationPrompt .Body .Info .Content .DataFieldList dd:last-child,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.RequestedAdministrativeLogon .Body .Info .Content .DataFieldList dd:last-child,
.OuterPanel .MainPanel .SubDetailPanel .DetailTabContent .EntryHistoryPanel .HistoryPanel .ListPanel > div.QueuedProceedElevation .Body .Info .Content .DataFieldList dd:last-child
{

					margin-bottom: 0;
				
}
}
@container (max-width: 500px)
{


.OuterPanel .MainPanel .MainDetailHeaderPanel .CommandPanel a span,
.OuterPanel .MainPanel .SubDetailHeaderPanel .CommandPanel a span
{

		display: none;
	
}
}
