.Filler {
	color: transparent;
	background: transparent;
	width: 100%;
}

.HtmlBody { /* fills the entire browser window */
	height: 100%;
	margin: 0px;
}

.HtmlForm {
}

.PageLayout { /* fills the entire browser window */
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.PageLayoutHeader { /* fixed to the top of the page */
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 100;
	background-color: white;
}

.PageLayoutBody { /* scrollable between the header and footer */
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	overflow-y: auto;
	overflow-x: auto;
	background-color: white;
	z-index: 50;
}

.PageLayoutFooter { /* fixed to the bottom of the page */
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 100;
	background-color: white;
}

.PageHeader {
	width: 100%;
	margin: 0px;
	border-collapse: collapse;
	vertical-align: top;
	color: infotext;
	background-color: infobackground;
}

.PageBody {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	
}

.PageFooter {
	width: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

.ContentLayout {
	/*width: 100%;
	height: 100%;
	margin: 0px;
	vertical-align: top;
	padding: 0px;
	border: none;
		*/
}

.ContentLayoutContent {
	padding: 0px 10px 5px 5px;
	/*padding-bottom: 20px;*/ /*Height of the footer*/
}

.ContentLayoutHeader {
/*	margin: 5px;*/
}

.ContentLayoutHeaderRow {

}

.ContentLayoutBody {
	/* Property Pages */
	/*height: 75vh;*/
	
	/*width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
		*/
}

.ContentBodyLayout {
	/* ExplorerPage */
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
}

.ContentLayoutLeftSideBar {
}
#ContentLayoutLeftSideBarCell {
    float: left;
}

.ContentLayoutLeftSideBarCell {
	height: 100%;
}

.ContentLayoutBodyCell {
/*	height: 100%;*/
}

.ContentLayoutFooter {
	width: 100%;
	position: fixed;
}

.ContentLayoutCell {
	/*
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
		*/
}

.LeftSideBar {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: auto;
	border-right: thin outset;
	border-top: thin outset;
	border-left: thin outset;
	border-bottom: thin outset;
}

.RightSideBar {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: auto;
	border-top: thin outset;
	border-bottom: thin outset;
	border-left: thin outset;
	border-right: thin outset;
}

.FieldLayout {
	width: 100%;
	height: 100%;
	margin: 0px;
}

.FieldLayoutHeader {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

.FieldLayoutBody {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

.FieldLayoutFooter {
	width: 100%;
	padding: 0px;
	border: none;
}

.FieldBody {
	width: 100%;
	height: 100%;
	margin: 0px;
}

.Fields {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

.BannerBar {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

.BannerBar TD {
	white-space: nowrap;
}

.BannerBarCell {
	margin: 0px;
	border: none;
}

.BannerField {
	margin: 0px;
}

.BannerAd {
	width: 100%;
}

.TitleBar {
	width: 100%;
	margin: 0px;
	font-weight: bolder;
	font-size: smaller;
	color: captiontext;
	background-color: activecaption;
	border-bottom: thin outset;
}

.TitleBarCaption {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bolder;
	font-size: smaller;
	color: captiontext;
	background-color: activecaption;
}

.TitleBarField {
	width: 100%;
}

.HorzRule {
	width: 100%;
	height: 1px;
	margin: 0px;
	padding: 0;
}

.HorzSeparator {
	margin: 0px;
	padding: 0;
}

.CommandBar {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: menu;
	color: menutext;
	background-color: menu;
	border-bottom: thin outset;
}

.CommandBand {
	margin: 0px 0px 0px 5px;
}

A.CommandBandItem {
	background-color: transparent;
	margin: 0px;
	padding: 2px;
	display: inline;
}

.MenuBar {
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#00000000, EndColorStr=#FFFFFFFF);*/
}

.ToolBar {
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#00000000, EndColorStr=#FFFFFFFF);*/
	border: 1px solid;
}

.ToolBarInline {
}

.Popup {
}

.MenuBarItem {
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}

.ToolBarItem {
	padding-left: 2px;
	padding-right: 2px;
}

.ToolBarItemInline {
	border-right: 0px;
	padding-right: 2px;
	border-top: 0px;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: 0px;
	padding-top: 0px;
	border-bottom: 0px;
}

.CommandPopupFrame {
	border-left: thin outset;
	border-right: thin outset;
	border-top: thin outset;
	border-bottom: thin outset;
	display: none;
}

.CommandPopup {
	text-align: left;
	position: absolute;
	font-family: menu;
	color: windowtext;
	background-color: window;
}

.CommandPopupItem {
	cursor: pointer;
	padding-left: 2px;
	padding-right: 2px;
}

.BreadCrumbBar {
	padding: 25px 0px 5px 0px;
}

.BreadCrumbBarItem {
	margin: 5px;
}

.TabView {
	margin: 0px;
	padding: 0px;
	border: none;
	font-weight: bolder;
	color: menutext;
	/*border-bottom: thin double;*/
}

.MultiPage {
	margin: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	border: none;
}

.TabContent {
	width: 100%;
	height: auto;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.WizardStepContent {
	width: 100%;
	height: auto;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
}

.OnDemandTabContent {
	margin: 0px;
	/*padding: 0px;*/
}

.OnDemandTabFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	border: none;
}

.Tab {
	padding-left: 5px;
	padding-right: 5px;
}

.Fieldset {
	width: 100%;
}

.FieldsetCaption {
}

.FieldsetCaptionLabel {
}

.FieldList {
	width: 100%;
	margin: 0px;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.FieldListItem {
}

.FieldLabel {
}

.FieldState {
	color: red;
}

.FieldSeparator {
}

.TreeView {
	font-weight: bolder;
	color: windowtext;
	background-color: window;
}

.TreeNode {
	font-weight: bolder;
	color: windowtext;
	background-color: window;
}

.Field {
	width: 100%;
}

.FieldReadOnly {
	background: transparent;
}

.FieldDisplayValue {
	background: transparent;
}

.NavigationBar {
	width: 100%;
	margin: 0px;
	padding-left: 0px;
	font-size: x-small;
	color: windowtext;
	background-color: window;
}

.NavigationBarCaption {
	width: 100%;
	margin: 0px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bolder;
	color: menutext;
	background-color: menu;
}

.NavigationBarField {
	font-weight: bold;
}

.InfoBar {
	width: 100%;
	margin: 0px;
	padding: 5px;
}

.InfoBarHeader {
	margin: 0px;
	padding: 0px;
}

.InfoBarBody {
	margin: 0px;
	padding: 0px;
}

.InfoBarField {
}

.StatusBar {
	border-right: thin outset;
	border-top: thin outset;
	border-left: thin outset;
	border-bottom: thin outset;
	width: 100%;
	font: menu;
	color: menutext;
	background-color: menu;
}

.StatusBarField {
	width: 100%;
	border-left: thin inset;
	border-right: thin inset;
	border-top: thin inset;
	border-bottom: thin inset;
}

.Resultset {
}

.ResultsetHeader {
}

.ResultsetHeaderCaption {
	white-space: nowrap;
}

.ResultsetHeaderCommand {
	width: 100%;
	white-space: nowrap;
}

.ResultsetHeaderControlBox {
   	text-align: right;
	white-space: nowrap;
}

.ControlBox_Container { 
   /*position: relative;*/
}

.ResultsetHeaderLayout {
	padding: 0px;
}

.ResultsetGroupHeader {
	text-align: center;
}

TH.SortableHeader {
   	border-bottom: 2px solid transparent; /* for the CurrentlySortingByHighlight toggle*/
}

TH.SortableHeader SPAN.HeaderCaption {
	text-decoration: underline;
	cursor: pointer;
}

.ResultsetFooter {
}

.ResultsetItem {
	white-space: nowrap;
}

.ValidationSummary {
	margin: 0px;
	padding: 5px;
	max-height: 150px;
	overflow: scroll;
}

.VAMValSummaryErrors {
	margin: 0px;
	padding: 0px;
}

A.ValidationSummaryItem:hover {
	text-decoration: underline;
}

.FieldValidator {
	padding: 0px;
	margin: 0px;
	width: 0px;
	display: none;
}

.AccessKey {
	text-decoration: underline;
}

.Label {
}

.TextBox {
}

.ListBox {
}

.DropDownList {
}

.CheckBoxList {
	margin: 0px;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.ButtonBar {
	color: windowtext;
	background-color: window;
}

.ButtonList {
	margin: 0;
	margin-left: 5px;
	padding: 0px;
}

.ButtonListItem {
	padding-left: 0px;
	padding-right: 5px;
	white-space: nowrap;
}

.Button {
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	font-weight: bolder;
}

IMG.Button {
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	border: none;
	vertical-align: middle;
}

.HyperLink {
	text-decoration: underline;
	cursor: pointer;
	color: windowtext;
	background: transparent;
}

.HyperLinkList {
}

.Panel {
	/*width: 100%;*/
}

.PanelInline {
	/*
	height: auto;
	width: auto;
	position: absolute;
	*/
}

.Expandable {
	width: 100%;
}

.MultiLine {
	width: 100%;
}

.ReportViewer {
}

TextArea {
	font-size: 8pt;
}

.ResultsetSeparatorItem TD {
	white-space: nowrap;
	text-align: left;
}

.DocumentDownloadProgressBanner {
	white-space: nowrap;
}

TABLE.ContentButtonsContainer {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

TABLE.ContentButtonsContainer TD {
}

TD.ContentButtonsContainerInfoBar {
	width: 100%;
}

P.InfoBarMessage {
}

iframe.PageViewFrame {
	margin: 0px;
	padding: 0px;
}

.FolderViewPreference {
	behavior: url(#default#userData);
}

A.DataGridHeaderColumnCollapse {
	vertical-align: middle;
	margin-left: 5px;
	font-weight: bold;
	font-size: larger;
	text-decoration: none;
	color: gray;
}

A.DataGridHeaderColumnCollapse:hover {
	color: black;
}

DIV.ResultsetColumnSelectorDialog {
	border: 1px solid black;
	z-index: 2;
	behavior: url(#default#userData);
}
DIV.ColumnSelectorDialog {
	border: 1px solid black;
	z-index:100;
	overflow-y: visible;
	background-color: #FFFFFF;
	padding: 5px;
}
DIV.ColumnSelectorDialog > input, DIV.ColumnSelectorDialog > label {
	margin: 3px;
}

.ChartCaption {
	text-align: center;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

TD.ChartHeaderLabel {
	text-align: center;
}

.HighlightedRow {
	color: #FF0000;
	background-color: #FFFFCC;
}

.clsThinBorder {
	BORDER-RIGHT: #333399 1px solid;
	BORDER-TOP: #333399 1px solid;
	BORDER-LEFT: #333399 1px solid;
	BORDER-BOTTOM: #333399 1px solid;
}

IMG {
	border: none;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* This is the Highlight color for the Expand/Mid/Collapse of FolderProperties and FolderNotes in the FolderView */
.CurrentlySelectedItemHighlight {
	background-color: #FFDD00;
}

/* This is the Highlight color for the FolderSearchResults SortBy column */
.CurrentlySortingByHighlight {
	font-weight: bold !important;
}

/* Effects on borders and backgrounds. Doesn't do anything to text */
th.CurrentlySortingByHighlight {
    border-bottom: 2px solid #000000 !important; /*#808080*/
}
/* Effects on borders and backgrounds. Doesn't do anything to text. Alternating background rows interfere */
col.CurrentlySortingByHighlight {
    background-color: #FFFFCC;
}

/*HTML5 Inputs and Selects*/
.html5Inputs {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 600px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: #707070 1px solid;
}

.html5Attachment {
	padding-left: 5px;
	padding-top: 2px;
	background-color: #CCCCCC;
	display: grid;
}

/* HTML5 Formatting for the MultiFileUpload dropzone target */
.dragdroplabel {
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-image: url("/DotNet/images/dragdroplabel.png") !important;
}

.multiFileDropZone {
	content: ' ';
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border: 2px dashed transparent;
	z-index: -1;
	pointer-events: none;
}

.multiFileDropZoneHover {
	border: 2px dashed #BA0000;
	z-index: 999;
}

/* HTML5 CSS3 to disable a button or link*/
.disabledButton {
	display: inline-block; /* Gotta have this for it to work in IE11? */
	pointer-events: none; /* Disables the button completely. Better than just cursor: default; */
	/*cursor: default;*/
	opacity: 0.5;
}

/* HTML5 Alternating row*/
#tableQueueBody tr:nth-child(even) {
	background: #DDDDDD;
}

/*HTML5 */
#tableQueueBody tr:nth-child(odd) {
	background: transparent;
}

/* HTML5 Progress bar */
.progress {
	color: #66CC66; /*IE*/
	background-color: lightgrey;/*IE*/
	border: none;
	-webkit-progress-bar: background lightgrey; /*Chrome*/
	-webkit-progress-value: background #66CC66; /*Chrome*/
	-moz-progress-bar: background #66CC66; /*Firefox*/
	height: 2px;
	margin-top: -1px;
	position: absolute;
	width: 97.6vw;
}
/* For failed Chrome uploads */
.progressFailed {
   border:1px solid red;
   /* Below doesn't work for some reason. */
   /*-webkit-progress-value: background red !important;*/ /*Chrome*/
   /*-moz-progress-bar: background red !important;*/ /*Firefox*/
}

/* Lets try to hide the data from being rendered by the browser */
.XmlDataIsland {
	visibility: hidden;
	width: 0px;
	height: 0px;
	position: fixed;
}

#docTypePanel {
	height: 50%;
	max-height: 50vh;
	overflow-y: scroll;
}

#ValidationSummary div {
	background-color: lightsalmon !important;
}

label.validation-error {
	background-color: lightsalmon;
	text-decoration: underline;
	cursor: pointer;
	font-size: x-small;
}

#ConfigurationExplorerTable {
	width: 100%;
}

#ConfigurationExplorerTableWrapper {
	width: 99%;
	height: 300px;
}

#ConfigurationExplorerTableLeft {
	width: 300px;
	vertical-align: top;
}

#ConfigurationExplorerTableLeftWrapper {
	overflow: hidden;
}

#ConfigurationExplorerTableRight {
	border-left: 1px solid black;
	vertical-align: top;
}

/* CrossBrowser : set all SELECT elements to have auto scrollbars */
select {
   overflow-y: auto;
}
