/* [gx-css-import ignore - start] */
.BaseRBtn{
	display:inline-block;
}
.BaseRBtn span, .RoundedBtn input{
	display:block;
	float: left;
}
.BaseRBtn .BtnLeft{
	background: transparent no-repeat scroll 0 0;
}
.BaseRBtn .BtnRight{
	background: transparent no-repeat scroll right 0;
}
.BaseRBtn .BtnBackground{
	overflow:hidden;
	background: transparent repeat-x scroll;
}
.BaseRBtn .BtnText{
	border: 0px;
	background: transparent;
	margin:0;
	white-space:nowrap;
	width:auto;
	overflow:visible;
}
/* [gx-css-import ignore - end] */
/* [gx-css-import ignore - start] */

@keyframes entermask
{
  from {background-color: transparent;}
  to {background-color: black;}
}

@keyframes leavemask
{
  from {background-color: black;}
  to {background-color: transparent;}
}

div[data-align='center'] > div[data-align-outer] {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
div[data-align='right'] > div[data-align-outer] {
	display: table;
	margin-left: auto;
}
div[data-valign='middle'] > div[data-align-outer] {
	display: table;
	height: 100%;
	width: 100%;
}
div[data-valign='middle'] > div[data-align-outer] > div[data-align-inner] {
	display: table-cell;
	vertical-align: middle;
}
div[data-valign='bottom'] > div[data-align-outer] {
	display: table;
	height: 100%;
	width: 100%;
}
div[data-valign='bottom'] > div[data-align-outer] > div[data-align-inner] {
	display: table-cell;
	vertical-align: bottom;
}
td[data-cell-valign='top'] {	
	vertical-align: top;
}
td[data-cell-valign='middle'] {	
	vertical-align: middle;
}
td[data-cell-valign='bottom'] {	
	vertical-align: bottom;
}
div[data-align='center'] > div[data-align-outer] {
	width: auto;
}
div[data-align='right'] > div[data-align-outer] {
	width: auto;
}

.gx-responsive-grid .gx-remove-row {
  position: absolute;
  z-index: 1;
}

.gx-popup-frame-mask{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

form[tabindex="-1"]{
	outline:none;
}
.gx-prompt.gx-disabled {
        display:none;
}
.gx-sr-only{
	display:none !important;
}
[data-gx-sr-only]{
	display:none !important;
}
.gx-tbldsp-container {
	display:table;
}
.gx-tbldsp-container > div {
	display:table-cell;
}

/* [gx-css-import ignore - end] */
.GridRow
{
	border-style: none;
	border-width: 0px;
}
.Tab
{
	border-style: none;
	border-width: 0px;
}
.ActionGroup
{
	border-style: none;
	border-width: 0px;
}
.GridColumn,.ActionColumn,.WWColumn,.WWActionColumn,.WWOptionalColumn,.OptionalColumn
{
	border-style: none;
	border-width: 0px;
}
.ActionColumn
{
	width: 36px;
}
.WWColumn,.WWActionColumn,.WWOptionalColumn
{
	overflow: hidden;
	padding-bottom: 9px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	white-space: normal;
	width: 100%;
	text-overflow: ellipsis;
}
.WWActionColumn
{
	width: 52px !important;
}
.WWOptionalColumn
{
	visibility: visible;
}
.Hyperlink
{
	border-style: none;
	border-width: 0px;
}
.Form,.FormBody
{
	background-color: #eaeaea;
	font-family: 'Open Sans Regular', Arial;
	font-size: 14px;
	color: #a1a1a1;
	background-color: #eaeaea !important;
}

/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.Form-fx, div.gxwebcomponent > div.gxwebcomponent-body.Form-fx, body.Form-fx
{
	transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-moz-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-ms-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-o-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-webkit-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
}

div.gx-content-placeholder > div.gx-ct-body.Form-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.Form-fx.enter-fx-duration, body.Form-fx.enter-fx-duration
{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

div.gx-content-placeholder > div.gx-ct-body.Form-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.Form-fx.leave-fx-duration, body.Form-fx.leave-fx-duration
{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

div.gx-content-placeholder.transitioning, div.gxwebcomponent.transitioning
{
	overflow: hidden;
	position: relative;
}

.Form-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.Form-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.FormBody-fx, div.gxwebcomponent > div.gxwebcomponent-body.FormBody-fx, body.FormBody-fx
{
	transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-moz-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-ms-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-o-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
	-webkit-transition: all cubic-bezier(0, 1, 1, 0.69) .5s;
}

div.gx-content-placeholder > div.gx-ct-body.FormBody-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormBody-fx.enter-fx-duration, body.FormBody-fx.enter-fx-duration
{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

div.gx-content-placeholder > div.gx-ct-body.FormBody-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormBody-fx.leave-fx-duration, body.FormBody-fx.leave-fx-duration
{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

div.gx-content-placeholder.transitioning, div.gxwebcomponent.transitioning
{
	overflow: hidden;
	position: relative;
}

.FormBody-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.FormBody-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
.Attribute,.BlobContentAttribute,.ReadonlyBlobContentAttribute,.BlobInputAttribute,.AttributeDragging,.AttributeAcceptDrag,.AttributeNoAcceptDrag,.VideoAttribute,.ReadonlyVideoAttribute,.AudioAttribute,.ReadonlyAudioAttribute,.AttSubTitle,.BlobContentAttSubTitle,.ReadonlyBlobContentAttSubTitle,.BlobInputAttSubTitle,.ReadonlyAttSubTitle,.CheckBox,.BlobContentCheckBox,.ReadonlyBlobContentCheckBox,.BlobInputCheckBox,.ReadonlyCheckBox,.DescriptionAttribute,.BlobContentDescriptionAttribute,.ReadonlyBlobContentDescriptionAttribute,.BlobInputDescriptionAttribute,.ReadonlyDescriptionAttribute,.IME_Active,.BlobContentIME_Active,.ReadonlyBlobContentIME_Active,.BlobInputIME_Active,.ReadonlyIME_Active,.IME_Inactive,.BlobContentIME_Inactive,.ReadonlyBlobContentIME_Inactive,.BlobInputIME_Inactive,.ReadonlyIME_Inactive,.IME_Disabled,.BlobContentIME_Disabled,.ReadonlyBlobContentIME_Disabled,.BlobInputIME_Disabled,.ReadonlyIME_Disabled,.ErrorAttribute,.WarningAttribute,.ImageAttribute,.ResponsiveImageAttribute,.BlobContentResponsiveImageAttribute,.ReadonlyBlobContentResponsiveImageAttribute,.BlobInputResponsiveImageAttribute,.ReadonlyResponsiveImageAttribute,.ReadonlyImageAttribute,.ActionAttribute,.BlobContentActionAttribute,.ReadonlyBlobContentActionAttribute,.UpdateAttribute,.BlobContentUpdateAttribute,.ReadonlyBlobContentUpdateAttribute,.BlobInputUpdateAttribute,.ReadonlyUpdateAttribute,.DeleteAttribute,.BlobContentDeleteAttribute,.ReadonlyBlobContentDeleteAttribute,.BlobInputDeleteAttribute,.ReadonlyDeleteAttribute,.DisplayAttribute,.BlobContentDisplayAttribute,.ReadonlyBlobContentDisplayAttribute,.BlobInputDisplayAttribute,.ReadonlyDisplayAttribute,.DisabledActionAttribute,.BlobContentDisabledActionAttribute,.ReadonlyBlobContentDisabledActionAttribute,.BlobInputDisabledActionAttribute,.ReadonlyDisabledActionAttribute,.BlobInputActionAttribute,.ReadonlyActionAttribute,.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.BlobInputSelectionAttribute,.ReadonlySelectionAttribute,.ReadonlyAttribute,.FilterAttribute,.BlobContentFilterAttribute,.ReadonlyBlobContentFilterAttribute,.BlobInputFilterAttribute,.ReadonlyFilterAttribute
{
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	color: #444;
	height: 36px;
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContentAttribute
{
	color: #a1a1a1;
}
.ReadonlyVideoAttribute
{
	border-width: 0px;
}
.ReadonlyAudioAttribute
{
	border-width: 0px;
}
.ReadonlyAttSubTitle
{
	color: #a1a1a1;
}
.ReadonlyCheckBox
{
	color: #a1a1a1;
}
.ReadonlyBlobContentDescriptionAttribute
{
	border-width: 0px;
}
.ReadonlyDescriptionAttribute
{
	border-width: 0px;
	font-family: "Open Sans Bold";
}
.ErrorAttribute
{
	border-bottom-color: #f56a67;
	border-left-color: #f56a67;
	border-right-color: #f56a67;
	border-top-color: #f56a67;
	border-style: solid;
	border-width: 1px;
}
.WarningAttribute
{
	border-bottom-color: #fdae45;
	border-left-color: #fdae45;
	border-right-color: #fdae45;
	border-top-color: #fdae45;
	border-style: solid;
	border-width: 1px;
}
.ImageAttribute,.ResponsiveImageAttribute,.BlobContentResponsiveImageAttribute,.ReadonlyBlobContentResponsiveImageAttribute,.BlobInputResponsiveImageAttribute,.ReadonlyResponsiveImageAttribute,.ReadonlyImageAttribute,.ActionAttribute,.BlobContentActionAttribute,.ReadonlyBlobContentActionAttribute,.UpdateAttribute,.BlobContentUpdateAttribute,.ReadonlyBlobContentUpdateAttribute,.BlobInputUpdateAttribute,.ReadonlyUpdateAttribute,.DeleteAttribute,.BlobContentDeleteAttribute,.ReadonlyBlobContentDeleteAttribute,.BlobInputDeleteAttribute,.ReadonlyDeleteAttribute,.DisplayAttribute,.BlobContentDisplayAttribute,.ReadonlyBlobContentDisplayAttribute,.BlobInputDisplayAttribute,.ReadonlyDisplayAttribute,.DisabledActionAttribute,.BlobContentDisabledActionAttribute,.ReadonlyBlobContentDisabledActionAttribute,.BlobInputDisabledActionAttribute,.ReadonlyDisabledActionAttribute,.BlobInputActionAttribute,.ReadonlyActionAttribute,.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.BlobInputSelectionAttribute,.ReadonlySelectionAttribute
{
	height: auto;
	max-width: none;
}
.ReadonlyBlobContentResponsiveImageAttribute
{
	border-width: 0px;
}
.ReadonlyResponsiveImageAttribute
{
	border-width: 0px;
	max-width: 100%;
}
.ReadonlyImageAttribute
{
	border-width: 0px;
	max-height: 68px;
	max-width: 124px;
}
.ActionAttribute,.BlobContentActionAttribute,.ReadonlyBlobContentActionAttribute,.UpdateAttribute,.BlobContentUpdateAttribute,.ReadonlyBlobContentUpdateAttribute,.BlobInputUpdateAttribute,.ReadonlyUpdateAttribute,.DeleteAttribute,.BlobContentDeleteAttribute,.ReadonlyBlobContentDeleteAttribute,.BlobInputDeleteAttribute,.ReadonlyDeleteAttribute,.DisplayAttribute,.BlobContentDisplayAttribute,.ReadonlyBlobContentDisplayAttribute,.BlobInputDisplayAttribute,.ReadonlyDisplayAttribute,.DisabledActionAttribute,.BlobContentDisabledActionAttribute,.ReadonlyBlobContentDisabledActionAttribute,.BlobInputDisabledActionAttribute,.ReadonlyDisabledActionAttribute,.BlobInputActionAttribute,.ReadonlyActionAttribute,.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.BlobInputSelectionAttribute,.ReadonlySelectionAttribute
{
	margin-bottom: -6px;
	margin-left: -6px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	display: block;
	background-color: #ececec;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.ReadonlyBlobContentActionAttribute
{
	border-width: 0px;
}
.ReadonlyBlobContentUpdateAttribute
{
	border-width: 0px;
}
.ReadonlyUpdateAttribute
{
	border-width: 0px;
}
.ReadonlyBlobContentDeleteAttribute
{
	border-width: 0px;
}
.ReadonlyDeleteAttribute
{
	border-width: 0px;
}
.ReadonlyBlobContentDisplayAttribute
{
	border-width: 0px;
}
.ReadonlyDisplayAttribute
{
	border-width: 0px;
}
.ReadonlyBlobContentDisabledActionAttribute
{
	border-width: 0px;
}
.ReadonlyDisabledActionAttribute
{
	border-width: 0px;
}
.ReadonlyActionAttribute
{
	border-width: 0px;
}
.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.BlobInputSelectionAttribute,.ReadonlySelectionAttribute
{
	background-color: transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.ReadonlyBlobContentSelectionAttribute
{
	border-width: 0px;
}
.ReadonlySelectionAttribute
{
	border-width: 0px;
}
.ReadonlyAttribute
{
	color: #a1a1a1;
}
.FilterAttribute,.BlobContentFilterAttribute,.ReadonlyBlobContentFilterAttribute,.BlobInputFilterAttribute,.ReadonlyFilterAttribute
{
	background-position: 14px center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 0px 0px;
	padding-bottom: 17px;
	padding-left: 42px;
	padding-right: 10px;
	padding-top: 17px;
	background-image: url(SearchIcon.gif);
	border-style: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	font-size: 18px;
	width: 100%;
	height: 63px !important;
}
.BlobContentFilterAttribute,.ReadonlyBlobContentFilterAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyBlobContentFilterAttribute
{
	box-shadow: 0px 0px 0px 0px;
	border-width: 0px;
}
.BlobInputFilterAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyFilterAttribute
{
	box-shadow: 0px 0px 0px 0px;
	border-width: 0px;
	color: #a1a1a1;
}
.Button,.SpecialButtons,.BtnCancel,.BtnCheck,.BtnGet,.BtnHelp,.BtnRefresh,.BtnSelect,.SpecialButtonsDisabled,.BtnLong,.BtnEnter,.BtnFirst,.BtnLast,.BtnNext,.BtnPrevious,.BtnDelete,.BtnToggle,.BtnToggleActive,.ButtonDragging,.ButtonAcceptDrag,.ButtonNoAcceptDrag,.ActionButtons,.ButtonDisabled,.BigButton
{
	margin-right: 5px;
	background-color: white;
	border-bottom-color: #dbdcde;
	border-left-color: #dbdcde;
	border-right-color: #dbdcde;
	border-top-color: #dbdcde;
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
}

.BtnEnter
{
	background-color: #9ccf70;
	border-width: 0px;
	color: white;
}

.BtnFirst
{
	margin-right: 0px;
}

.BtnLast
{
	margin-right: 0px;
}

.BtnNext
{
	margin-right: 0px;
}

.BtnPrevious
{
	margin-right: 0px;
}

.BtnDelete
{
	background-color: #f56a67;
	border-width: 0px;
	color: white;
}

.BtnToggle,.BtnToggleActive
{
	margin-left: -15px;
	margin-right: 15px;
	margin-top: -6px;
	padding-bottom: 11px;
	padding-left: 5px;
	padding-right: 12px;
	padding-top: 3px;
	font-size: 24px;
	letter-spacing: -7px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.BtnToggleActive
{
	background-color: #eaeaea;
	border-bottom-color: #a1a1a1;
	border-left-color: #a1a1a1;
	border-right-color: #a1a1a1;
	border-top-color: #a1a1a1;
}

.Grid,.GridDragging,.GridNoAcceptDrag,.GridAcceptDrag,.WorkWith,.PromptGrid
{
	background-color: #fff;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	width: 100%;
}

.GridUniformTitle
{
	font-size: 13px;
	font-weight: normal;
}

.GridTitle
{
	background-color: #f9f9f9;
	font-size: 13px;
	font-weight: normal;
}

.GridFooter
{
	background-color: #f9f9f9;
	font-size: 13px;
	font-weight: normal;
}

.GridDraggingUniformTitle
{
	font-size: 13px;
	font-weight: normal;
}

.GridDraggingTitle
{
	background-color: #f9f9f9;
	font-size: 13px;
	font-weight: normal;
}

.GridDraggingFooter
{
	background-color: #f9f9f9;
	font-size: 13px;
	font-weight: normal;
}

.GridNoAcceptDragUniformTitle
{
	font-size: 13px;
	font-weight: normal;
}

.GridNoAcceptDragTitle
{
	background-color: #f9f9f9;
	font-size: 13px;
	font-weight: normal;
}

.GridNoAcceptDragFooter
{
	background-color: #f9f9f9;
	font-size: 13px;
	font-weight: normal;
}

.GridAcceptDragUniformTitle
{
	font-size: 13px;
	font-weight: normal;
}

.GridAcceptDragTitle
{
	background-color: #f9f9f9;
	font-size: 13px;
	font-weight: normal;
}

.GridAcceptDragFooter
{
	background-color: #f9f9f9;
	font-size: 13px;
	font-weight: normal;
}

.WorkWith,.PromptGrid
{
	table-layout: fixed;
}

.WorkWithUniform
{
	table-layout: fixed;
}

.WorkWithOdd
{
	table-layout: fixed;
}

.WorkWithEven
{
	table-layout: fixed;
}

.WorkWithUniformTitle
{
	font-size: 13px;
	font-weight: normal;
	table-layout: fixed;
}

.WorkWithTitle
{
	background-color: #f9f9f9;
	font-size: 13px;
	font-weight: normal;
	table-layout: fixed;
}

.WorkWithFooter
{
	background-color: #f9f9f9;
	font-size: 13px;
	font-weight: normal;
	table-layout: fixed;
}

.PromptGridUniform
{
	table-layout: fixed;
}

.PromptGridOdd
{
	table-layout: fixed;
}

.PromptGridEven
{
	table-layout: fixed;
}

.PromptGridUniformTitle
{
	font-size: 13px;
	font-weight: normal;
	table-layout: fixed;
}

.PromptGridTitle
{
	background-color: #f9f9f9;
	font-size: 13px;
	font-weight: normal;
	table-layout: fixed;
}

.PromptGridFooter
{
	background-color: #f9f9f9;
	font-size: 13px;
	font-weight: normal;
	table-layout: fixed;
}

.PagingButtons,.PagingButtonsFirst,.PagingButtonsLast,.PagingButtonsNext,.PagingButtonsPrevious
{
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: 1px;
	height: 20px;
	width: 20px;
	cursor: pointer;
	padding-bottom: 16px !important;
	 padding-left: 26px !important;
}
.PagingButtonsFirst
{
	background-image: url(PageFirst.png);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.PagingButtonsLast
{
	background-image: url(PageLast.png);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-bottom: 16px !important;
	 padding-left: 26px !important;
	 border-left-width: 0;
}
.PagingButtonsNext
{
	background-image: url(PageNext.png);
	padding-bottom: 16px !important;
	 padding-left: 26px !important;
	 border-left-width: 0;
}
.PagingButtonsPrevious
{
	background-image: url(PagePrevious.png);
	padding-bottom: 16px !important;
	 padding-left: 26px !important;
	 border-left-width: 0;
}
.PoweredBy
{
	float: right;
	margin-top: 20px;
}
.LevelTable
{
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
}
.BodyContainer
{
	margin-top: 42px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.HeaderContainer,.RecentLinksContainer
{
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 12px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 12px;
	background-color: #58a449;
}
.RecentLinksContainer
{
	background-color: #fff;
}
.FormContainer
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	background-color: #fff;
}
.AdvancedContainerItem,.AdvancedContainerItemExpanded
{
	overflow: hidden;
	padding-bottom: 20px;
	background-color: white;
	border-bottom-color: #efefef;
	max-height: 55px;
	border-bottom-width: 1px;
	 border-bottom-style: solid;
	 -moz-transition: max-height 0.5s ease-in-out 0s;
	 -webkit-transition: max-height 0.5s ease-in-out 0s;
	 -ms-transition: max-height 0.5s ease-in-out 0s;
	 transition: max-height 0.5s ease-in-out 0s;
}
.AdvancedContainerItemExpanded
{
	max-height: 500px;
}
.AdvancedContainer,.AdvancedContainerVisible
{
	background-color: #fff;
	 -moz-transition: left 0.5s ease-in-out 0s;
	 -webkit-transition: left 0.5s ease-in-out 0s;
	 -ms-transition: left 0.5s ease-in-out 0s;
	 transition: left 0.5s ease-in-out 0s;
}
.OrdersTable
{
	padding-left: 20px;
	padding-right: 20px;
}
.WWAdvancedContainer
{
	margin-left: -45px;
	background-color: #fff;
}
.PromptContainer
{
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.PromptMainTable
{
	padding-left: 15px;
	padding-right: 15px;
}
.MainContainer
{
	padding-left: 15px;
	padding-right: 15px;
}
.GridTabMainTable
{
	overflow: hidden;
	position: relative;
}
.Label,.LabelDragging,.LabelAcceptDrag,.LabelNoAcceptDrag,.gx-label.AttributeLabel,.gx-label.BlobContentAttributeLabel,.gx-label.ReadonlyBlobContentAttributeLabel,.gx-label.BlobInputAttributeLabel,.gx-label.AttributeDraggingLabel,.gx-label.AttributeAcceptDragLabel,.gx-label.AttributeNoAcceptDragLabel,.gx-label.VideoAttributeLabel,.gx-label.ReadonlyVideoAttributeLabel,.gx-label.AudioAttributeLabel,.gx-label.ReadonlyAudioAttributeLabel,.gx-label.AttSubTitleLabel,.gx-label.BlobContentAttSubTitleLabel,.gx-label.ReadonlyBlobContentAttSubTitleLabel,.gx-label.BlobInputAttSubTitleLabel,.gx-label.ReadonlyAttSubTitleLabel,.gx-label.CheckBoxLabel,.gx-label.BlobContentCheckBoxLabel,.gx-label.ReadonlyBlobContentCheckBoxLabel,.gx-label.BlobInputCheckBoxLabel,.gx-label.ReadonlyCheckBoxLabel,.gx-label.DescriptionAttributeLabel,.gx-label.BlobContentDescriptionAttributeLabel,.gx-label.ReadonlyBlobContentDescriptionAttributeLabel,.gx-label.BlobInputDescriptionAttributeLabel,.gx-label.ReadonlyDescriptionAttributeLabel,.gx-label.IME_ActiveLabel,.gx-label.BlobContentIME_ActiveLabel,.gx-label.ReadonlyBlobContentIME_ActiveLabel,.gx-label.BlobInputIME_ActiveLabel,.gx-label.ReadonlyIME_ActiveLabel,.gx-label.IME_InactiveLabel,.gx-label.BlobContentIME_InactiveLabel,.gx-label.ReadonlyBlobContentIME_InactiveLabel,.gx-label.BlobInputIME_InactiveLabel,.gx-label.ReadonlyIME_InactiveLabel,.gx-label.IME_DisabledLabel,.gx-label.BlobContentIME_DisabledLabel,.gx-label.ReadonlyBlobContentIME_DisabledLabel,.gx-label.BlobInputIME_DisabledLabel,.gx-label.ReadonlyIME_DisabledLabel,.gx-label.ErrorAttributeLabel,.gx-label.WarningAttributeLabel,.gx-label.ImageAttributeLabel,.gx-label.ResponsiveImageAttributeLabel,.gx-label.BlobContentResponsiveImageAttributeLabel,.gx-label.ReadonlyBlobContentResponsiveImageAttributeLabel,.gx-label.BlobInputResponsiveImageAttributeLabel,.gx-label.ReadonlyResponsiveImageAttributeLabel,.gx-label.ReadonlyImageAttributeLabel,.gx-label.ActionAttributeLabel,.gx-label.BlobContentActionAttributeLabel,.gx-label.ReadonlyBlobContentActionAttributeLabel,.gx-label.UpdateAttributeLabel,.gx-label.BlobContentUpdateAttributeLabel,.gx-label.ReadonlyBlobContentUpdateAttributeLabel,.gx-label.BlobInputUpdateAttributeLabel,.gx-label.ReadonlyUpdateAttributeLabel,.gx-label.DeleteAttributeLabel,.gx-label.BlobContentDeleteAttributeLabel,.gx-label.ReadonlyBlobContentDeleteAttributeLabel,.gx-label.BlobInputDeleteAttributeLabel,.gx-label.ReadonlyDeleteAttributeLabel,.gx-label.DisplayAttributeLabel,.gx-label.BlobContentDisplayAttributeLabel,.gx-label.ReadonlyBlobContentDisplayAttributeLabel,.gx-label.BlobInputDisplayAttributeLabel,.gx-label.ReadonlyDisplayAttributeLabel,.gx-label.DisabledActionAttributeLabel,.gx-label.BlobContentDisabledActionAttributeLabel,.gx-label.ReadonlyBlobContentDisabledActionAttributeLabel,.gx-label.BlobInputDisabledActionAttributeLabel,.gx-label.ReadonlyDisabledActionAttributeLabel,.gx-label.BlobInputActionAttributeLabel,.gx-label.ReadonlyActionAttributeLabel,.gx-label.SelectionAttributeLabel,.gx-label.BlobContentSelectionAttributeLabel,.gx-label.ReadonlyBlobContentSelectionAttributeLabel,.gx-label.BlobInputSelectionAttributeLabel,.gx-label.ReadonlySelectionAttributeLabel,.gx-label.ReadonlyAttributeLabel,.gx-label.FilterAttributeLabel,.gx-label.BlobContentFilterAttributeLabel,.gx-label.ReadonlyBlobContentFilterAttributeLabel,.gx-label.BlobInputFilterAttributeLabel,.gx-label.ReadonlyFilterAttributeLabel
{
	color: #444;
}
.Label:after,.LabelDragging:after,.LabelAcceptDrag:after,.LabelNoAcceptDrag:after,.gx-label.AttributeLabel:after,.gx-label.BlobContentAttributeLabel:after,.gx-label.ReadonlyBlobContentAttributeLabel:after,.gx-label.BlobInputAttributeLabel:after,.gx-label.AttributeDraggingLabel:after,.gx-label.AttributeAcceptDragLabel:after,.gx-label.AttributeNoAcceptDragLabel:after,.gx-label.VideoAttributeLabel:after,.gx-label.ReadonlyVideoAttributeLabel:after,.gx-label.AudioAttributeLabel:after,.gx-label.ReadonlyAudioAttributeLabel:after,.gx-label.AttSubTitleLabel:after,.gx-label.BlobContentAttSubTitleLabel:after,.gx-label.ReadonlyBlobContentAttSubTitleLabel:after,.gx-label.BlobInputAttSubTitleLabel:after,.gx-label.ReadonlyAttSubTitleLabel:after,.gx-label.CheckBoxLabel:after,.gx-label.BlobContentCheckBoxLabel:after,.gx-label.ReadonlyBlobContentCheckBoxLabel:after,.gx-label.BlobInputCheckBoxLabel:after,.gx-label.ReadonlyCheckBoxLabel:after,.gx-label.DescriptionAttributeLabel:after,.gx-label.BlobContentDescriptionAttributeLabel:after,.gx-label.ReadonlyBlobContentDescriptionAttributeLabel:after,.gx-label.BlobInputDescriptionAttributeLabel:after,.gx-label.ReadonlyDescriptionAttributeLabel:after,.gx-label.IME_ActiveLabel:after,.gx-label.BlobContentIME_ActiveLabel:after,.gx-label.ReadonlyBlobContentIME_ActiveLabel:after,.gx-label.BlobInputIME_ActiveLabel:after,.gx-label.ReadonlyIME_ActiveLabel:after,.gx-label.IME_InactiveLabel:after,.gx-label.BlobContentIME_InactiveLabel:after,.gx-label.ReadonlyBlobContentIME_InactiveLabel:after,.gx-label.BlobInputIME_InactiveLabel:after,.gx-label.ReadonlyIME_InactiveLabel:after,.gx-label.IME_DisabledLabel:after,.gx-label.BlobContentIME_DisabledLabel:after,.gx-label.ReadonlyBlobContentIME_DisabledLabel:after,.gx-label.BlobInputIME_DisabledLabel:after,.gx-label.ReadonlyIME_DisabledLabel:after,.gx-label.ErrorAttributeLabel:after,.gx-label.WarningAttributeLabel:after,.gx-label.ImageAttributeLabel:after,.gx-label.ResponsiveImageAttributeLabel:after,.gx-label.BlobContentResponsiveImageAttributeLabel:after,.gx-label.ReadonlyBlobContentResponsiveImageAttributeLabel:after,.gx-label.BlobInputResponsiveImageAttributeLabel:after,.gx-label.ReadonlyResponsiveImageAttributeLabel:after,.gx-label.ReadonlyImageAttributeLabel:after,.gx-label.ActionAttributeLabel:after,.gx-label.BlobContentActionAttributeLabel:after,.gx-label.ReadonlyBlobContentActionAttributeLabel:after,.gx-label.UpdateAttributeLabel:after,.gx-label.BlobContentUpdateAttributeLabel:after,.gx-label.ReadonlyBlobContentUpdateAttributeLabel:after,.gx-label.BlobInputUpdateAttributeLabel:after,.gx-label.ReadonlyUpdateAttributeLabel:after,.gx-label.DeleteAttributeLabel:after,.gx-label.BlobContentDeleteAttributeLabel:after,.gx-label.ReadonlyBlobContentDeleteAttributeLabel:after,.gx-label.BlobInputDeleteAttributeLabel:after,.gx-label.ReadonlyDeleteAttributeLabel:after,.gx-label.DisplayAttributeLabel:after,.gx-label.BlobContentDisplayAttributeLabel:after,.gx-label.ReadonlyBlobContentDisplayAttributeLabel:after,.gx-label.BlobInputDisplayAttributeLabel:after,.gx-label.ReadonlyDisplayAttributeLabel:after,.gx-label.DisabledActionAttributeLabel:after,.gx-label.BlobContentDisabledActionAttributeLabel:after,.gx-label.ReadonlyBlobContentDisabledActionAttributeLabel:after,.gx-label.BlobInputDisabledActionAttributeLabel:after,.gx-label.ReadonlyDisabledActionAttributeLabel:after,.gx-label.BlobInputActionAttributeLabel:after,.gx-label.ReadonlyActionAttributeLabel:after,.gx-label.SelectionAttributeLabel:after,.gx-label.BlobContentSelectionAttributeLabel:after,.gx-label.ReadonlyBlobContentSelectionAttributeLabel:after,.gx-label.BlobInputSelectionAttributeLabel:after,.gx-label.ReadonlySelectionAttributeLabel:after,.gx-label.ReadonlyAttributeLabel:after,.gx-label.FilterAttributeLabel:after,.gx-label.BlobContentFilterAttributeLabel:after,.gx-label.ReadonlyBlobContentFilterAttributeLabel:after,.gx-label.BlobInputFilterAttributeLabel:after,.gx-label.ReadonlyFilterAttributeLabel:after
{
	content: ':';
}

.RecentLinkItem
{
	margin-right: 3px;
	white-space: nowrap;
	color: #ccc;
}
.TextBlockHeader
{
	margin-left: 30px;
	display: block;
	font-size: 40px;
	color: #fff;
}
.RecentsTitle
{
	margin-left: 30px;
	display: block;
	font-weight: bold;
}
.Title,.SubTitle
{
	margin-bottom: 10px;
	display: inline-block;
	font-family: "Open Sans Semibold";
	font-size: 23px;
}
.SubTitle
{
	display: block;
	font-family: "Open Sans Regular";
}
.WWAdvancedLabel,.WWOrderByLabel,.WWFilterLabel,.WWDateFilterLabel
{
	background-position: 9px center;
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 16px;
	color: #444;
	text-overflow: ellipsis;
	display: block !important;
}
.WWOrderByLabel
{
	background-image: url(OrderBy.png);
}
.WWFilterLabel,.WWDateFilterLabel
{
	background-image: url(GenericFilter.png);
	min-height: 53px;
}
.WWDateFilterLabel
{
	background-image: url(calendar.png);
}
.WWOrderItem,.WWOrderItemSelected
{
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	max-width: 100%;
}
.WWOrderItemSelected
{
	background-color: #9ccf70;
	border-bottom-color: #9ccf70;
	border-left-color: #9ccf70;
	border-right-color: #9ccf70;
	border-top-color: #9ccf70;
	color: white;
}
.RecentLinksGrid
{
	margin-left: 15px;
}

.TrnSublevelGrid
{
	margin-bottom: 15px;
	width: 100%;
}

.Messages,.ErrorMessages,.WarningMessages
{
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	margin-left: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	white-space: nowrap;
	font-family: inherit;
	color: white;
}
.ErrorMessages
{
	background-color: #f56a67;
	border-width: 0px;
}
.WarningMessages
{
	background-color: #fdae45;
	border-width: 0px;
}
.WWActionsCell,.ViewActionsCell,.ViewGridActionsCell
{
	padding-right: 23px;
	text-align: right;
}
.ViewActionsCell,.ViewGridActionsCell
{
	margin-bottom: 10px;
	padding-right: 40px;
	padding-top: 15px;
	border-bottom: 1px solid #efefef;
}
.ViewGridActionsCell
{
	border-bottom: 0px;
}
.WWFiltersCell
{
	padding-left: 30px;
	padding-right: 30px;
}
.OrdersCell
{
	text-align: center;
}
.WWAdvancedBarCell,.ViewAdvancedBarCell,.PromptAdvancedBarCell
{
	background-color: white;
	margin-top: -42px;
	padding-right: 0px;
}
.ViewAdvancedBarCell
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.PromptAdvancedBarCell
{
	margin-top: 0px;
	padding-left: 0px;
}
.WWGridCell,.ViewGridCell,.ViewGridCellAdvanced
{
	background-color: #eaeaea;
}
.ViewGridCell,.ViewGridCellAdvanced
{
	background-color: transparent;
}
.ViewGridCellAdvanced
{
	padding-left: 0px;
	border-left: 1px solid #EAEAEA;
}
.ToggleCell
{
	text-align: right;
}
.VerticalCenteredCell
{
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.EmbeddedPage
{
	border-style: none;
	border-width: 0px;
}
BODY
{
	height: inherit;
}
HTML
{
	height: 100%;
}
.CalendarCombo 
{
	background-color: Menu;
	border-bottom-color: ButtonHighlight;
	border-left-color: ButtonHighlight;
	border-right-color: ButtonHighlight;
	border-top-color: ButtonHighlight;
	border-style: solid;
	border-width: 1px;
	left: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	position: absolute;
	top: 0px;
	width: 4em;
	display: none;
	cursor: default;
	font-size: 10px;
	color: MenuText;
}
.CalendarCombo  .label 
{
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	text-align: center;
}
.CalendarCombo  .label-IEfix 
{
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	width: 4em;
	text-align: center;
}
.CalendarCombo  .active 
{
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.CalendarCombo  .hilite 
{
	background-color: Highlight;
	color: HighlightText;
}
DIV.suggestions
{
	background-color: white;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	box-shadow: 2px 2px 5px #a1a1a1;
	position: absolute;
	-moz-box-sizing: border-box;
	font-size: 14px;
}
DIV.suggestions DIV
{
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 14px;
	padding-top: 7px;
	cursor: default;
}
DIV.suggestions DIV.current
{
	background-color: #efefef;
}
.ErrorViewerBullet div 
{
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 1px;
	padding-left: 30px;
	padding-top: 1px;
	display: block;
	list-style-position: inside;
}
.GeoLocOption 
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	position: relative;
	top: 2px;
	display: block;
	cursor: pointer;
}
.ComponentTrigger 
{
	margin-left: 4px;
	cursor: pointer;
}
.dojoDialog 
{
	background-color: #eee;
	border-bottom-color: #999;
	border-left-color: #999;
	border-right-color: #999;
	border-top-color: #999;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
#gx_ajax_notification
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: absolute;
	top: 21px;
	z-index: 999;
	height: 20px;
	width: 100%;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
.PopupHeader 
{
	background-color: #fff;
	height: 54px !important;
}
.PopupHeaderButton 
{
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: absolute;
	right: 5px;
	top: 6px;
	height: auto;
	width: auto;
	display: inline;
	cursor: pointer;
}
.PopupContent 
{
	left: 0 !important;
	 top: 50px !important;
	 width: 100% !important;
	 box-sizing: content-box;
}
.RowDeleted 
{
	text-decoration: line-through;
	opacity:.7;
}
.dp_container 
{
	position: relative;
}
UL.Tabs
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style-type: none;
}
UL.Tabs LI.Tab
{
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
UL.Tabs LI.Tab A
{
	display: block;
	text-decoration: none;
}
UL.Tabs LI.Tab SPAN
{
	display: block;
}
UL.Tabs LI.Tab SPAN.TabBackground
{
	overflow: hidden;
}
UL.Tabs LI.Tab SPAN.TabText
{
	white-space: nowrap;
}
DIV.gx-multimedia-upload
{
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: 1px;
	position: relative;
	height: 72px;
	width: 128px;
	display: block;
	text-align: center;
	line-height:68px;
}
DIV.gx-multimedia-upload INPUT.BtnEnter
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
DIV.gx-multimedia-upload *
{
	text-align: left;
	line-height:normal;
}
DIV.gx-multimedia-upload DIV.fields-ct
{
	background-color: white;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding-left: 5px;
	height: 100%;
	display: none;
	white-space: nowrap;
}
DIV.gx-multimedia-upload A.action
{
	background-color: #666;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	font-family: "Open Sans Semibold";
	font-size: 13px;
	color: white;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	line-height:15px;
	-ms-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
}
DIV.gx-multimedia-upload A.change-action
{
	background-color: #9ccf70;
	background-image: url(MultimediaEdit.png);
	background-position: 4px center;
	background-repeat: no-repeat;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 8px;
	padding-top: 6px;
	right: 26px;
}
DIV.gx-multimedia-upload A.clear-action
{
	background-color: #f56a67;
	background-image: url(MultimediaClear.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 14px;
	padding-left: 13px;
	padding-right: 12px;
	padding-top: 13px;
	right: 0px;
}
DIV.gx-multimedia-upload A.action:focus
{
	text-decoration: underline;
	opacity:.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
DIV.gx-multimedia-upload INPUT.field
{
	width: 300px;
	display: none;
}
DIV.gx-multimedia-upload INPUT.field-selected
{
	display: block;
}
DIV.gx-multimedia-upload LABEL.option
{
	cursor: pointer;
}
DIV.gx-multimedia-upload LABEL.option INPUT
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 3px;
	margin-top: 0px;
	cursor: pointer;
}
DIV.gx-multimedia-upload INPUT.Button
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
DIV.gx-multimedia-upload IMG
{
	padding-bottom: 2px;
	padding-top: 2px;
	height: auto;
	max-height: 68px;
	max-width: 124px;
	vertical-align: middle;
}
DIV.gx-multimedia-upload A SPAN
{
	background-position: center center;
	background-repeat: no-repeat;
	height: 68px;
	width: 124px;
	color: transparent;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty
{
	display: block;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN
{
	display: block;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty IMG
{
	display: none;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-image-placeholder
{
	background-image: url(PlaceHolderImage.png);
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-video-placeholder
{
	background-image: url(PlaceHolderVideo.png);
	opacity:1;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-audio-placeholder
{
	background-image: url(PlaceHolderAudio.png);
	opacity:1;
}
DIV.gx-multimedia-upload INPUT.BtnEnter
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
DIV.gx-multimedia-upload:hover A.action
{
	display: block;
	text-decoration: none;
	opacity:.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
DIV.gx-multimedia-upload:hover A.action:hover
{
	text-decoration: none;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
DIV.gx-multimedia-upload:hover A.action:focus
{
	text-decoration: none;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
A:not([href]) SPAN.gx-video-placeholder
{
	opacity:.5;
}
A:not([href]) SPAN.gx-audio-placeholder
{
	opacity:.5;
}
DIV.gx-mask
{
	background-color: black;
	bottom: 0px;
	left: 0px;
	position: fixed;
	top: 0px;
	z-index: 1000;
	height: 100%;
	width: 100%;
	animation: entermask 1s;
	-webkit-animation: entermask 1s;
	-ms-filter:"alpha(opacity=20)";
	filter: alpha(opacity=20);
	opacity:.20;
}
DIV.gx-unmask
{
	background-color: transparent;
	animation: leavemask .3s;
	-webkit-animation: leavemask .3s;
}
BODY.gx-masked DIV.gx-mask
{
	bottom: 0px;
	position: fixed;
}
.gx-masked-relative 
{
	position: relative;
}
.GXProgressBar  .progress-bar-title 
{
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
}
.PopupBorder 
{
	background-color: #fff;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-bottom: 28px !important;
	 -webkit-box-sizing: content-box !important;
	 -moz-box-sizing: content-box !important;
	 box-sizing: content-box !important;
}
.PopupShadow 
{
	display: none;
	-webkit-box-sizing: content-box !important;
	 -moz-box-sizing: content-box !important;
	 box-sizing: content-box !important;
}
.WorkWith  .WorkWithTitle 
{
	border-style: none;
	padding-bottom: 9px;
	padding-top: 9px;
}
.WorkWith  .WorkWithFooter 
{
	background-color: #eaeaea;
	padding-bottom: 20px;
	padding-top: 20px;
	height: 40px;
	vertical-align: top;
}
.WorkWith  TR:hover .UpdateAttribute:hover 
{
	background-color: #9ccf70;
}
.WorkWith  TR:hover .DeleteAttribute:hover 
{
	background-color: #f56a67;
}
.WorkWith  TR:hover .UpdateAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR:hover .DeleteAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR:hover .DisplayAttribute:hover 
{
	background-color: #50a0e5;
}
.WorkWith  TR:hover .DisplayAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR:hover .ActionAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR:hover .ActionAttribute:hover 
{
	background-color: #50a0e5;
}
.WorkWith  TR
{
	border-top: 1px solid #efefef;
}
.WorkWith  TR .WWActionColumn  A:focus
{
	outline: none;
}
.WorkWith  TR A:focus .UpdateAttribute 
{
	background-color: #9ccf70;
}
.WorkWith  TR A:focus .DeleteAttribute 
{
	background-color: #f56a67;
}
.BtnEnter:hover 
{
	background-color: #58a449;
	border-width: 0px;
}
.BtnEnter:focus 
{
	background-color: #58a449;
	border-width: 0px;
}
.WWFiltersCell  DIV.calendar
{
	position:static !important;
}
.WWFiltersCell  DIV.calendar TABLE
{
	width: 100%;
	max-width: 320px;
}
.input-group  .form-control:focus + span.input-group-btn > a.btn 
{
	border-bottom-color: #50a0e5;
	border-left-color: #50a0e5;
	border-right-color: #50a0e5;
	border-top-color: #50a0e5;
	border-style: solid;
	border-width: 1px;
	outline: 0 none;
	 box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.input-group  .form-control + span.input-group-btn > a.btn 
{
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.input-group  .FilterAttribute + span.input-group-btn > A.btn 
{
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	padding-bottom: 18px;
	padding-top: 18px;
}
.input-group  .FilterAttribute:focus + span.input-group-btn > a.btn 
{
	border-color: transparent !important;
	 box-shadow: 0 0 0 0 !important;
}
.input-group  .form-control 
{
	width: auto;
	max-width: 100%;
}
.input-group  .FilterAttribute 
{
	width: 100%;
}
.input-group  .FilterAttribute + span.input-group-btn 
{
	width: 1%;
}
.input-group  A.btn
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.input-group  A.btn-default:hover
{
	background-color: white;
}
.input-group  A.btn-default:focus
{
	background-color: white;
}
.WWColumn  .form-control-static 
{
	overflow: hidden;
	min-height: 0px;
	text-overflow: ellipsis;
}
.WWOrderItem  A
{
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	max-width: 100%;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	color: inherit;
	text-overflow: ellipsis;
}
.WWOrderItem  A:hover
{
	text-decoration: none;
	color: inherit;
}
.WWOrderItem  A:focus
{
	text-decoration: none;
	color: inherit;
}
.WWAdvancedLabel  A
{
	overflow: hidden;
	padding-bottom: 15px;
	padding-left: 45px;
	padding-right: 10px;
	padding-top: 16px;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	color: inherit;
	text-overflow: ellipsis;
	outline: none;
}
.WWAdvancedLabel  A STRONG
{
	color: #9ccf70;
}
.WWAdvancedLabel  A STRONG:before
{
	padding-right: 4px;
	font-weight: normal;
	color: #444;
	content: ':';
}
.WWAdvancedLabel  A:hover
{
	color: inherit;
}
.WWAdvancedLabel  A:focus
{
	color: inherit;
}
.WWOrderItemSelected:hover 
{
	color: white;
}
.WWOrderItemSelected:hover  A:hover
{
	color: white;
}
.WWOrderItem:hover 
{
	border-bottom-color: #9ccf70;
	border-left-color: #9ccf70;
	border-right-color: #9ccf70;
	border-top-color: #9ccf70;
	color: #9ccf70;
}
.Label:after 
{
	content: ":";
}
.tab-content 
{
	background-color: #fff;
}
.BtnTextBlock  A
{
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}
.BtnTextBlock  A:focus
{
	color: inherit;
}
.BtnTextBlock  A:hover
{
	color: inherit;
}
.RecentLinksGrid > tbody > tr > td:last-child 
{
	display: block;
}
.RecentLinksGrid > tbody > tr > td:last-child  *.RecentLinkItem:after
{
	content: '';
}
.RecentsTitle  A
{
	display: block;
	text-decoration: none;
	color: inherit;
}
.RecentsTitle  A:focus
{
	text-decoration: none;
	color: inherit;
}
.RecentsTitle  A:hover
{
	text-decoration: none;
	color: inherit;
}
.form-control:focus 
{
	border-bottom-color: #50a0e5;
	border-left-color: #50a0e5;
	border-right-color: #50a0e5;
	border-top-color: #50a0e5;
}
.PopupTitle 
{
	min-height: 40px;
	width: auto;
	display: block;
	cursor: move;
	font-size: 23px;
	color: #9ccf70;
	padding-top: 10px !important;
	 padding-left: 20px !important;
	 ;
}
.TextBlockHeader  A
{
	text-decoration: none;
	color: inherit;
}
.TextBlockHeader  A:focus
{
	text-decoration: none;
	color: inherit;
}
.TextBlockHeader  A:hover
{
	text-decoration: none;
	color: inherit;
}
.PopupBorder > div:last-child 
{
	margin-top: 20px !important;
}
.PromptGrid  .PromptGridTitle 
{
	border-style: none;
	padding-bottom: 9px;
	padding-top: 9px;
}
.PromptGrid  .PromptGridFooter 
{
	height: 40px;
	vertical-align: top;
}
.PopupHeaderButton:after 
{
	cursor: pointer;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 33px;
	color: #9ccf70;
	text-align: center;
	content: "×";
	 line-height: 36px;
	 opacity: .6;
	 ;
}
.PopupHeaderButton:hover:after 
{
	color: #9ccf70;
	opacity: 1;
}
.GridFooter 
{
	background-color: #eaeaea;
	padding-bottom: 20px;
	padding-top: 20px;
	height: 40px;
	vertical-align: top;
}
.GridTitle 
{
	border-style: none;
	padding-bottom: 9px;
	padding-top: 9px;
}
.TrnSublevelGridFooter 
{
	background-color: #eaeaea;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	vertical-align: top;
}
.FilterAttribute:focus 
{
	box-shadow: 0px 0px 0px 0px;
}
.ErrorViewerBullet  .gx-warning-message 
{
	background-image: url(WarningIcon.png);
	color: #fdae45;
}
.ErrorViewerBullet  .gx-error-message 
{
	background-image: url(ErrorIcon.png);
	color: #f56a67;
}
.form-control-static 
{
	height: auto;
	min-height: 36px;
}
.control-label 
{
	height: 36px;
}
.ViewGridCell  .FilterAttribute 
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top: -1px;
	border-top: 1px solid #EAEAEA;
}
.ViewGridCellAdvanced  .FilterAttribute 
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top: -1px;
	border-top: 1px solid #EAEAEA;
}
.ViewGridCellAdvanced  .BtnToggle 
{
	margin-right: 8px;
	margin-top: 0px;
}
.ViewAdvancedBarCell  .AdvancedContainer 
{
	left: -215px;
	top: 0px;
}
.ViewAdvancedBarCell  .AdvancedContainerVisible 
{
	left: 15px;
}
.input-group-btn 
{
	width: auto;
}
.RecentLinksGrid > .row > div 
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: auto;
}
.RecentLinksGrid > div.row > div:last-child  *.RecentLinkItem:after
{
	content: '';
}
BODY.gx-form-disabled
{
	backface-visibility: inherit !important;
	 -webkit-backface-visibility: inherit !important;
	 -moz-backface-visibility: inherit !important;
	 -ms-backface-visibility: inherit !important;
	 -o-backface-visibility: inherit !important;
	 transform-style: inherit !important;
	 -webkit-transform-style: inherit !important;
	 -moz-style: inherit !important;
	 -ms-transform-style: inherit !important;
	 -o-transform-style: inherit !important;
}
BODY.gx-form-disabled DIV.gx-content-placeholder
{
	perspective: inherit !important;
	 -webkit-perspective: inherit !important;
	 -moz-perspective: inherit !important;
	 -ms-perspective: inherit !important;
	 -o-perspective: inherit !important;
}
BODY.gx-form-disabled DIV.gx-ct-body
{
	backface-visibility: inherit !important;
	 -webkit-backface-visibility: inherit !important;
	 -moz-backface-visibility: inherit !important;
	 -ms-backface-visibility: inherit !important;
	 -o-backface-visibility: inherit !important;
	 transform-style: inherit !important;
	 -webkit-transform-style: inherit !important;
	 -moz-style: inherit !important;
	 -ms-transform-style: inherit !important;
	 -o-transform-style: inherit !important;
}
BODY.gx-form-disabled DIV.gxwebcomponent-body
{
	backface-visibility: inherit !important;
	 -webkit-backface-visibility: inherit !important;
	 -moz-backface-visibility: inherit !important;
	 -ms-backface-visibility: inherit !important;
	 -o-backface-visibility: inherit !important;
	 transform-style: inherit !important;
	 -webkit-transform-style: inherit !important;
	 -moz-style: inherit !important;
	 -ms-transform-style: inherit !important;
	 -o-transform-style: inherit !important;
}
DIV.calendar .calendar-nav 
{
	font-weight: normal;
}
DIV.calendar .calendarbutton 
{
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
DIV.calendar .calendarcombo 
{
	background-color: #efefef;
}
DIV.calendar .calendarcombo  .label 
{
	padding-bottom: 2px;
	padding-top: 2px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #a1a1a1;
}
DIV.calendar TABLE
{
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	font-family: "Open Sans Regular";
	font-size: 13px;
	color: #a1a1a1;
	border-collapse: collapse;
	 table-layout: fixed;
}
DIV.calendar TABLE THEAD .calendartitle 
{
	font-family: "Open Sans Semibold";
	font-size: 14px;
	font-weight: normal;
	color: #444;
}
DIV.calendar TABLE THEAD .name 
{
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-family: "Open Sans Extrabold";
	font-weight: normal;
	color: #a1a1a1;
	line-height: 28px;
}
DIV.calendar TABLE THEAD .daynames 
{
	background-color: #eaeaea;
	border-top: 1px solid #EFEFEF;
}
DIV.calendar TABLE THEAD TR:first-child
{
	background-color: transparent;
}
DIV.calendar TABLE THEAD TR.headrow
{
	background-color: transparent;
}
DIV.calendar TABLE TBODY
{
	background-color: #eaeaea;
}
DIV.calendar TABLE TBODY .day 
{
	background-color: transparent;
	background-image: none;
	border-width: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
}
DIV.calendar TABLE TBODY TD.selected
{
	background-color: #9ccf70;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}
DIV.calendar TD.time .hour 
{
	background-color: white;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
}
DIV.calendar TD.time .minute 
{
	background-color: white;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
}
DIV.calendar TD.time .ampm 
{
	background-color: white;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
}
A
{
	text-decoration: underline;
	color: #50a0e5;
}
A:hover
{
	text-decoration: none;
	color: #50a0e5;
}
A:focus
{
	text-decoration: none;
	color: #50a0e5;
}
UL.nav-tabs
{
	background-color: #f9f9f9;
	border-bottom-color: #efefef;
}
UL.nav-tabs LI A
{
	border-left-color: #fff;
	border-right-color: #efefef;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	cursor: pointer;
	text-decoration: none;
	color: #a1a1a1;
	border-top-width: 0;
}
UL.nav-tabs LI.active A
{
	border-left-color: #fff;
	border-right-color: #efefef;
	cursor: default;
	color: #9ccf70;
	border-top-width: 0;
}
UL.nav-tabs LI.active A:focus
{
	border-left-color: #fff;
	border-right-color: #efefef;
	color: #9ccf70;
	border-top-width: 0;
}
UL.nav-tabs LI.active A:hover
{
	border-left-color: #fff;
	border-right-color: #efefef;
	color: #9ccf70;
	border-top-width: 0;
}
UL.nav-tabs LI:last-child A
{
	border-top-right-radius: 4px;
	border-right-width: 0;
}
UL.nav-tabs LI.active:last-child A
{
	border-right-width: 1px;
}
UL.nav-tabs LI:first-child A
{
	border-top-left-radius: 4px;
}
*.RecentLinkItem:after
{
	padding-left: 5px;
	content: '—';
}
DIV.gx-action-group
{
	margin-bottom: 15px;
}
HTML.ie10 .WWColumn 
{
	width: auto;
}
HTML.ie10 .WWOptionalColumn 
{
	width: auto;
}
TD.gx-attribute .form-control 
{
	display: inline-block;
}
@font-face
{
	font-family: 'Open Sans Regular';
	src: url('OpenSans-Regular.woff');
	font-weight: 400;
}
@font-face
{
	font-family: 'Open Sans Semibold';
	src: url('OpenSans-Semibold.woff');
	font-weight: 600;
}
@font-face
{
	font-family: 'Open Sans Bold';
	src: url('OpenSans-Bold.woff');
	font-weight: 700;
}
@font-face
{
	font-family: 'Open Sans Extrabold';
	src: url('OpenSans-Extrabold.woff');
	font-weight: 800;
}

@media (max-width: 767px) /*ExtraSmall*/
{
	.WWActionColumn
	{
		width: 38px !important;
	}
	.WWOptionalColumn
	{
		display: none;
	}
	.OptionalColumn
	{
		display: none;
	}
	.Attribute
	{
		width: 100%;
	}
	.PoweredBy
	{
		display: none;
	}
	.Container
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.RecentLinksMainTable
	{
		overflow: hidden;
		max-height: 20px;
		-moz-transition: max-height 0.5s ease-in-out 0s;
		 -webkit-transition: max-height 0.5s ease-in-out 0s;
		 -ms-transition: max-height 0.5s ease-in-out 0s;
		 transition: max-height 0.5s ease-in-out 0s;
	}
	.RecentLinksMainTableExpanded
	{
		max-height: 500px;
	}
	.BodyContainer
	{
		margin-top: 15px;
		padding-bottom: 15px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.HeaderContainer
	{
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 5px;
	}
	.RecentLinksContainer
	{
		padding-bottom: 2px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 2px;
	}
	.FormContainer
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.AdvancedContainer
	{
		bottom: 0px;
		left: -265px;
		position: absolute;
		top: -15px;
		width: 230px;
	}
	.AdvancedContainerVisible
	{
		box-shadow: 2px 1px 2px 0px rgba(0,0,0,0.15);
		left: -15px;
	}
	.WWAdvancedContainer
	{
		margin-left: 0px;
	}
	.RecentLinkItem
	{
		margin-top: 5px;
		display: block;
	}
	.TextBlockHeader
	{
		margin-left: 0px;
		font-size: 30px;
	}
	.RecentsTitle
	{
		margin-left: 0px;
	}
	.RecentLinksGrid
	{
		margin-left: 0px;
	}

	.WWActionsCell
	{
		padding-left: 30px;
		text-align: left;
	}
	.ViewActionsCell
	{
		margin-bottom: 0px;
		padding-left: 30px;
		text-align: left;
	}
	.WWAdvancedBarCell
	{
		bottom: 0px;
		margin-top: 0px;
		padding-left: 0px;
		position: absolute;
		top: 0px;
		z-index: 1;
	}
	.ViewAdvancedBarCell
	{
		bottom: 0px;
		position: absolute;
		top: 0px;
		z-index: 1;
	}
	.PromptAdvancedBarCell
	{
		bottom: 0px;
		margin-top: 10px;
		position: absolute;
		top: 0px;
		z-index: 1;
	}
	.ViewGridCellAdvanced
	{
		padding-left: 15px;
	}
	.input-group  .form-control 
	{
		width: 100%;
	}
	.RecentLinksGrid > tbody > tr > td 
	{
		display: block;
	}
	.input-group-btn 
	{
		width: 1%;
	}
	.RecentLinksGrid > .row > div 
	{
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	*.RecentLinkItem:after
	{
		display: none;
	}
}
