html,
body
{

	position: absolute;
	height: 100%;
	width: 100%;

}
html,
body,
form > div
{

	margin: 0px;

}
body
{

	font-family: "Segoe UI", "Helvetica Neue", Helvetica, Tahoma, Arial;
	font-size: 13px;
	overflow: hidden;
	color: #444;
	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-left: 4px;
	
}
iframe
{

	display: block;
	width: 100%;

}
*
{

	-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: #CCC;

}
svg
{

	overflow: hidden;

}
iframe
{

	background-color: #FFF;

}
a:link,
a:visited
{

	color: #B63C35;

}
a:hover
{

	color: #A03330;

}
a:link.Disabled,
a:visited.Disabled
{

	color: #BBB;
	background-color: inherit !important;

}
div,
p,
h1,
h2,
h3,
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 #FFF;
	color: #FFF;

}
dfn:hover
{

		background-color: #FFF;
		color: #FFF;
	
}
input[disabled],
.Disabled
{

	cursor: default;

}
@-ms-viewport
{

	height: device-height;
	width: device-width;

}
.Loading .LoadingContent,
.LoadingHeading
{

	background-image: url(/Images/ActivityIndicator.gif);
	background-size: 48px;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 60px;

}
.LoadingImage
{

	vertical-align: middle;

}
.LoadingImage.Small
{

		width: 20px;
		height: 20px;
	
}
.LoadingImage.Medium
{

		width: 32px;
		height: 32px;
	
}
.ResourcePanel .ImageResource div,
.ImageSelector .ImageDisplay
{

	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 72px;
	height: 72px;
	background-color: #FFF;
	padding: 4px;

}
.ResourcePanel .ImageResource div img,
.ImageSelector .ImageDisplay img
{

		max-width: 100%;
		max-height: 100%;
	
}
*[data-tooltip]
{

	position: relative;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	cursor: default;

}
*[data-tooltip]:hover:before,
*[data-tooltip]:hover:after
{

		opacity: 1;
		visibility: visible;
		transition: opacity 0.1s ease-in-out 0.15s;
	
}
*[data-tooltip]:before,
*[data-tooltip]:after
{

		opacity: 0;
		visibility: hidden;
		position: absolute;
		left: 50%;
		z-index: 100;
		font-family: "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 #666 transparent;
	
}
*[data-tooltip]:after
{

		content: attr(data-tooltip);
		top: 35px;
		width: 150px;
		margin: 0px 0px 0px -85px;
		border-radius: 5px;
		background-color: #666;
		color: #FFF;
		padding: 10px;
	
}
.ContentPanel
{



}
.OuterPanel
{


}
.OuterPanel,
.UserAuthenticated .OuterPanel,
.UserAuthenticated.GuestPage .OuterPanel,
.UserAuthenticated.LoginPage .OuterPanel
{

		grid-template-areas: "MainPanel MainPanel" "MainPanel MainPanel";
	
}
.OuterPanel .MainPanel
{

		grid-area: MainPanel;
	
}
.OuterPanel .MainPanel .MainDetailHeaderPanel
{

		
}
.OuterPanel .MainPanel .MainDetailHeaderPanel h2,
.OuterPanel .MainPanel .MainDetailHeaderPanel #detailTitleHeading
{

				margin-left: 0;
			
}
.GuestPage .OuterPanel .MainPanel > .ContentPanel,
.LoginPage .OuterPanel .MainPanel > .ContentPanel,
.ChangePasswordPage .OuterPanel .MainPanel > .ContentPanel
{

			grid-row-start: 1;
		
}
@media (max-width: )
{
.OuterPanel .MainPanel .MasterPanel
{

				display: none;
			
}
}
.OuterPanel .HeaderPanel,
.OuterPanel .NavigationPanel
{

		
		display: none !important;
	
}
.OuterPanel .GlobalBar
{

	display: none;

}
