﻿/* [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] */
.TabPage,.WWTabPage,.WWTabPageSelected,.WWTabPageHovered,.WWFirstTabPage
{
	border-style: none;
	border-width: 0px;
}
.Animation
{
	--gx-animation-type: 'idNative';
}
.ErrorViewerLine,.WarningViewerLine,.DangerErrorViewerLine,.InfoErrorViewerLine
{
	border-style: none;
	border-width: 0px;
}
.Flex
{
	border-style: none;
	border-width: 0px;
}
.TableRow,.BackgroundColorRow,.WWPagingFooterRow,.CasCalendarColorRow,.GridListRow
{
	border-style: none;
	border-width: 0px;
}
.TableCell,.WWPagingFooterCell,.CellZero,.CellZeroCollapse,.CasCalendarCell,.CellFixed,.TextAreaAutoFill
{
	border-style: none;
	border-width: 0px;
}
.Popup,.Form .gx-popup.gx-popup-default
{
	border-style: none;
	border-width: 0px;
}
.CallTarget,.ResponsiveSlide .gx-call-target.top,.Form .gx-call-target.top,.ResponsiveSlide .gx-call-target.right,.Form .gx-call-target.right,.ResponsiveSlide .gx-call-target.bottom,.Form .gx-call-target.bottom,.ResponsiveSlide .gx-call-target.left,.Form .gx-call-target.left
{
	background-color: white;
	border-style: none;
	border-width: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding-left: 15px;
	padding-right: 15px;
}
/* [gx-css-import ignore - start] */

.NavigationStyle #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.NavigationStyle .gx-call-target {
	overflow: auto;
}

.NavigationStyle .gx-center-target {
	display: table-cell;
}

.NavigationStyle .gx-call-target.top {
	height: 15vh;
}

.NavigationStyle .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.NavigationStyle .gx-call-target.bottom {
	height: 10vh;
}

.NavigationStyle .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.ResponsiveSlide #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.ResponsiveSlide .gx-call-target {
	overflow: auto;
}

.ResponsiveSlide .gx-center-target {
	display: table-cell;
}

.ResponsiveSlide .gx-call-target.top {
	height: 15vh;
}

.ResponsiveSlide .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.ResponsiveSlide .gx-call-target.bottom {
	height: 10vh;
}

.ResponsiveSlide .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.Form #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.Form .gx-call-target {
	overflow: auto;
}

.Form .gx-center-target {
	display: table-cell;
}

.Form .gx-call-target.top {
	height: 15vh;
}

.Form .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.Form .gx-call-target.bottom {
	height: 10vh;
}

.Form .gx-call-target.left {
	display: table-cell;
	width: 400px;
}

/* [gx-css-import ignore - end] */
/* [gx-css-import ignore - start] */

.ResponsiveSlide #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.ResponsiveSlide .gx-call-target {
	overflow: auto;
}

.ResponsiveSlide .gx-center-target {
	display: table-cell;
}

.ResponsiveSlide .gx-call-target.top {
	height: 15vh;
}

.ResponsiveSlide .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.ResponsiveSlide .gx-call-target.bottom {
	height: 10vh;
}

.ResponsiveSlide .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.Form #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.Form .gx-call-target {
	overflow: auto;
}

.Form .gx-center-target {
	display: table-cell;
}

.Form .gx-call-target.top {
	height: 15vh;
}

.Form .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.Form .gx-call-target.bottom {
	height: 10vh;
}

.Form .gx-call-target.left {
	display: table-cell;
	width: 400px;
}

/* [gx-css-import ignore - end] */
.ActionGroupItem,.SelectedMainMenuItem,.SelectedSubMenuItem,.MainMenuItem,.MainMenuItemHovered,.SubMenuItem
{
	border-style: none;
	border-width: 0px;
}
.Rating.rating-container .rating-stars
{
	color: #f5c145;
}
.Rating.rating-container
{
	color: #e6e6e6;
}
.GridPageController .slick-dots li button:before
{
	content: '\2022';
}
.GridPageController .slick-dots li.slick-active button:before
{
	color: black;
}
.GridPageController .slick-prev:before
{
	content: '\2190';
}
.GridPageController .slick-next:before
{
	content: '\2192';
}
.gx-switch-Switch .on
{
	background-color: #5cb85c !important;
	color: #fff !important;
}
.gx-switch-Switch .off
{
	background-color: #eee !important;
	color: #000 !important;
}
.GridRow,.GridSelected,.GridVisorHover,.GridVisorSelected,.GridListHeader,.GridListDataRow,.GridMenuResponsivo>TBODY>TR[data-gxselected][data-gxrow]
{
	border-style: none;
	border-width: 0px;
}
.Tab,.WWTab
{
	border-style: none;
	border-width: 0px;
}
.ActionGroup,.Confirm,.MainMenu,.Submenu,.WWViewActions
{
	border-style: none;
	border-width: 0px;
}
.GridColumn,.GridListColumn95,.GridListColumn200,.GridListColumn65,.GridListColumn85,.GridListColumn115,.GridListColumn,.GridListColumn300,.GridListColumn400,.GridListColumn500,.ActionColumn,.WWColumn,.WWSecondaryColumn,.WWTextActionColumn,.WWActionColumn,.WWOptionalColumn,.OptionalColumn
{
	border-style: none;
	border-width: 0px;
	font-size: 10px;
}
.ActionColumn
{
	width: 36px;
}
.WWColumn,.WWSecondaryColumn,.WWTextActionColumn,.WWActionColumn,.WWOptionalColumn
{
	overflow: hidden;
	white-space: normal;
	font-size: 13px;
	width: 100%;
}
.WWActionColumn
{
	width: 52px !important;
}
.WWOptionalColumn
{
	visibility: visible;
}
.Hyperlink
{
	border-style: none;
	border-width: 0px;
	color: #f9f9f9;
}
.Form
{
	font-family: 'Open Sans Regular', Arial;
	font-size: 14px;
	color: #444;
	!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-property: transform, opacity;
	-moz-transition-property: transform, opacity;
	-ms-transition-property: transform, opacity;
	-o-transition-property: transform, opacity;
	-webkit-transition-property: transform, opacity;
	transition-timing-function: cubic-bezier(0, 1, 1, 0.69);
	-moz-transition-timing-function: cubic-bezier(0, 1, 1, 0.69);
	-ms-transition-timing-function: cubic-bezier(0, 1, 1, 0.69);
	-o-transition-timing-function: cubic-bezier(0, 1, 1, 0.69);
	-webkit-transition-timing-function: cubic-bezier(0, 1, 1, 0.69);
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	-webkit-transition-duration: .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] */
.Attribute,.DownloadAttribute,.ReadonlyDownloadAttribute,.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,.CheckboxLabel,.BlobContentCheckboxLabel,.ReadonlyBlobContentCheckboxLabel,.BlobInputCheckboxLabel,.ReadonlyCheckboxLabel,.LoginAttribute,.BlobContentLoginAttribute,.ReadonlyBlobContentLoginAttribute,.BlobInputLoginAttribute,.ReadonlyLoginAttribute,.LoginComboAttribute,.BlobContentLoginComboAttribute,.ReadonlyBlobContentLoginComboAttribute,.BlobInputLoginComboAttribute,.ReadonlyLoginComboAttribute,.RegistrationAttribute,.BlobContentRegistrationAttribute,.ReadonlyBlobContentRegistrationAttribute,.BlobInputRegistrationAttribute,.ReadonlyRegistrationAttribute,.LoginAttributeFocused,.BlobContentLoginAttributeFocused,.ReadonlyBlobContentLoginAttributeFocused,.BlobInputLoginAttributeFocused,.ReadonlyLoginAttributeFocused,.RequiredAttribute,.BlobContentRequiredAttribute,.ReadonlyBlobContentRequiredAttribute,.BlobInputRequiredAttribute,.ReadonlyRequiredAttribute,.InactiveAttribute,.BlobContentInactiveAttribute,.ReadonlyBlobContentInactiveAttribute,.BlobInputInactiveAttribute,.ReadonlyInactiveAttribute,.ComboAttribute,.BlobContentComboAttribute,.ReadonlyBlobContentComboAttribute,.BlobInputComboAttribute,.ReadonlyComboAttribute,.SubtitleAttribute,.BlobContentSubtitleAttribute,.ReadonlyBlobContentSubtitleAttribute,.BlobInputSubtitleAttribute,.ReadonlySubtitleAttribute,.URLAttribute,.BlobContentURLAttribute,.ReadonlyBlobContentURLAttribute,.BlobInputURLAttribute,.ReadonlyURLAttribute,.TextAttribute,.BlobContentTextAttribute,.ReadonlyBlobContentTextAttribute,.BlobInputTextAttribute,.ReadonlyTextAttribute,.TextActionAttribute,.BlobContentTextActionAttribute,.ReadonlyBlobContentTextActionAttribute,.BlobInputTextActionAttribute,.ReadonlyTextActionAttribute,.RegistAttribute,.BlobContentRegistAttribute,.ReadonlyBlobContentRegistAttribute,.BlobInputRegistAttribute,.ReadonlyRegistAttribute,.RegistAttributeFull,.BlobContentRegistAttributeFull,.ReadonlyBlobContentRegistAttributeFull,.BlobInputRegistAttributeFull,.ReadonlyRegistAttributeFull,.AttributePopUp,.BlobContentAttributePopUp,.ReadonlyBlobContentAttributePopUp,.BlobInputAttributePopUp,.ReadOnlyAttributePopUp,.BlobContentReadOnlyAttributePopUp,.ReadonlyBlobContentReadOnlyAttributePopUp,.BlobInputReadOnlyAttributePopUp,.ReadonlyReadOnlyAttributePopUp,.ChangePassAttribute,.BlobContentChangePassAttribute,.ReadonlyBlobContentChangePassAttribute,.BlobInputChangePassAttribute,.ReadonlyChangePassAttribute,.AttributeNoDisplay,.BlobContentAttributeNoDisplay,.ReadonlyBlobContentAttributeNoDisplay,.BlobInputAttributeNoDisplay,.ReadonlyAttributeNoDisplay,.AttributePointer,.BlobContentAttributePointer,.ReadonlyBlobContentAttributePointer,.BlobInputAttributePointer,.ReadonlyAttributePointer,.GridAttribute,.BlobContentGridAttribute,.ReadonlyBlobContentGridAttribute,.BlobInputGridAttribute,.ReadonlyGridAttribute,.AttributeGreenLine,.BlobContentAttributeGreenLine,.ReadonlyBlobContentAttributeGreenLine,.BlobInputAttributeGreenLine,.ReadonlyAttributeGreenLine,.AttributeRedLine,.BlobContentAttributeRedLine,.ReadonlyBlobContentAttributeRedLine,.BlobInputAttributeRedLine,.ReadonlyAttributeRedLine,.Attribute12,.BlobContentAttribute12,.ReadonlyBlobContentAttribute12,.BlobInputAttribute12,.ReadonlyAttribute12,.AttributeFlat,.BlobContentAttributeFlat,.ReadonlyBlobContentAttributeFlat,.BlobInputAttributeFlat,.ReadonlyAttributeFlat,.InputCheckBox,.BlobContentInputCheckBox,.ReadonlyBlobContentInputCheckBox,.BlobInputInputCheckBox,.ReadonlyInputCheckBox,.AttributeFocused,.BlobContentAttributeFocused,.ReadonlyBlobContentAttributeFocused,.BlobInputAttributeFocused,.ReadonlyAttributeFocused,.AttributeCheckCasCalendar,.BlobContentAttributeCheckCasCalendar,.ReadonlyBlobContentAttributeCheckCasCalendar,.BlobInputAttributeCheckCasCalendar,.ReadonlyAttributeCheckCasCalendar,.Attribute10,.BlobContentAttribute10,.ReadonlyBlobContentAttribute10,.BlobInputAttribute10,.ReadonlyAttribute10,.ReadOnlyRed,.BlobContentReadOnlyRed,.ReadonlyBlobContentReadOnlyRed,.BlobInputReadOnlyRed,.ReadonlyReadOnlyRed,.AttributeFixed,.BlobContentAttributeFixed,.ReadonlyBlobContentAttributeFixed,.BlobInputAttributeFixed,.ReadonlyAttributeFixed,.AttributeSmall,.BlobContentAttributeSmall,.ReadonlyBlobContentAttributeSmall,.BlobInputAttributeSmall,.ReadonlyAttributeSmall,.novisible,.BlobContentnovisible,.ReadonlyBlobContentnovisible,.BlobInputnovisible,.Readonlynovisible,.AttributeDefault,.BlobContentAttributeDefault,.ReadonlyBlobContentAttributeDefault,.BlobInputAttributeDefault,.ReadonlyAttributeDefault,.LinkAttribute,.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,.ErrorAttribute,.WarningAttribute,.ImageAttribute,.ProfileImageAttribute,.BlobContentProfileImageAttribute,.ReadonlyBlobContentProfileImageAttribute,.BlobInputProfileImageAttribute,.ReadonlyProfileImageAttribute,.SmallProfileImageAttribute,.BlobContentSmallProfileImageAttribute,.ReadonlyBlobContentSmallProfileImageAttribute,.BlobInputSmallProfileImageAttribute,.ReadonlySmallProfileImageAttribute,.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,.ReadonlyMedio,.BlobContentReadonlyMedio,.ReadonlyBlobContentReadonlyMedio,.BlobInputReadonlyMedio,.ReadonlyReadonlyMedio,.FilterAttribute,.FilterComboAttribute,.BlobContentFilterComboAttribute,.ReadonlyBlobContentFilterComboAttribute,.BlobInputFilterComboAttribute,.ReadonlyFilterComboAttribute,.FilterSearchAttribute,.BlobContentFilterSearchAttribute,.ReadonlyBlobContentFilterSearchAttribute,.BlobInputFilterSearchAttribute,.ReadonlyFilterSearchAttribute,.FilterSearchAttributeFocus,.BlobContentFilterSearchAttributeFocus,.ReadonlyBlobContentFilterSearchAttributeFocus,.BlobInputFilterSearchAttributeFocus,.ReadonlyFilterSearchAttributeFocus,.DateFilterSearchAttribute,.BlobContentDateFilterSearchAttribute,.ReadonlyBlobContentDateFilterSearchAttribute,.BlobInputDateFilterSearchAttribute,.ReadonlyDateFilterSearchAttribute,.FilterPanel,.BlobContentFilterPanel,.ReadonlyBlobContentFilterPanel,.BlobInputFilterPanel,.ReadonlyFilterPanel,.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%;
}
.ReadonlyDownloadAttribute
{
	border-width: 0px;
}
.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,.ProfileImageAttribute,.BlobContentProfileImageAttribute,.ReadonlyBlobContentProfileImageAttribute,.BlobInputProfileImageAttribute,.ReadonlyProfileImageAttribute,.SmallProfileImageAttribute,.BlobContentSmallProfileImageAttribute,.ReadonlyBlobContentSmallProfileImageAttribute,.BlobInputSmallProfileImageAttribute,.ReadonlySmallProfileImageAttribute,.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,.ReadonlyMedio,.BlobContentReadonlyMedio,.ReadonlyBlobContentReadonlyMedio,.BlobInputReadonlyMedio,.ReadonlyReadonlyMedio
{
	color: #a1a1a1;
}
.FilterAttribute,.FilterComboAttribute,.BlobContentFilterComboAttribute,.ReadonlyBlobContentFilterComboAttribute,.BlobInputFilterComboAttribute,.ReadonlyFilterComboAttribute,.FilterSearchAttribute,.BlobContentFilterSearchAttribute,.ReadonlyBlobContentFilterSearchAttribute,.BlobInputFilterSearchAttribute,.ReadonlyFilterSearchAttribute,.FilterSearchAttributeFocus,.BlobContentFilterSearchAttributeFocus,.ReadonlyBlobContentFilterSearchAttributeFocus,.BlobInputFilterSearchAttributeFocus,.ReadonlyFilterSearchAttributeFocus,.DateFilterSearchAttribute,.BlobContentDateFilterSearchAttribute,.ReadonlyBlobContentDateFilterSearchAttribute,.BlobInputDateFilterSearchAttribute,.ReadonlyDateFilterSearchAttribute,.FilterPanel,.BlobContentFilterPanel,.ReadonlyBlobContentFilterPanel,.BlobInputFilterPanel,.ReadonlyFilterPanel,.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(../Flat/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;
}
.FilterComboAttribute,.BlobContentFilterComboAttribute,.ReadonlyBlobContentFilterComboAttribute,.BlobInputFilterComboAttribute,.ReadonlyFilterComboAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobContentFilterComboAttribute,.ReadonlyBlobContentFilterComboAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyBlobContentFilterComboAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobInputFilterComboAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyFilterComboAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.FilterSearchAttribute,.BlobContentFilterSearchAttribute,.ReadonlyBlobContentFilterSearchAttribute,.BlobInputFilterSearchAttribute,.ReadonlyFilterSearchAttribute,.FilterSearchAttributeFocus,.BlobContentFilterSearchAttributeFocus,.ReadonlyBlobContentFilterSearchAttributeFocus,.BlobInputFilterSearchAttributeFocus,.ReadonlyFilterSearchAttributeFocus,.DateFilterSearchAttribute,.BlobContentDateFilterSearchAttribute,.ReadonlyBlobContentDateFilterSearchAttribute,.BlobInputDateFilterSearchAttribute,.ReadonlyDateFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobContentFilterSearchAttribute,.ReadonlyBlobContentFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyBlobContentFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobInputFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.FilterSearchAttributeFocus,.BlobContentFilterSearchAttributeFocus,.ReadonlyBlobContentFilterSearchAttributeFocus,.BlobInputFilterSearchAttributeFocus,.ReadonlyFilterSearchAttributeFocus
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobContentFilterSearchAttributeFocus,.ReadonlyBlobContentFilterSearchAttributeFocus
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyBlobContentFilterSearchAttributeFocus
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobInputFilterSearchAttributeFocus
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyFilterSearchAttributeFocus
{
	box-shadow: 0px 0px 0px 0px;
}
.DateFilterSearchAttribute,.BlobContentDateFilterSearchAttribute,.ReadonlyBlobContentDateFilterSearchAttribute,.BlobInputDateFilterSearchAttribute,.ReadonlyDateFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobContentDateFilterSearchAttribute,.ReadonlyBlobContentDateFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyBlobContentDateFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobInputDateFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyDateFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.FilterPanel,.BlobContentFilterPanel,.ReadonlyBlobContentFilterPanel,.BlobInputFilterPanel,.ReadonlyFilterPanel
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobContentFilterPanel,.ReadonlyBlobContentFilterPanel
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyBlobContentFilterPanel
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobInputFilterPanel
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyFilterPanel
{
	box-shadow: 0px 0px 0px 0px;
}
.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,.ButtonGAM,.MainMenuButton,.ButtonCommun,.ButtonAction,.ButtonActionHovered,.ButtonSvig,.ButtonGrid,.Disable,.ButtonControl,.ButtonControl180,.ButtonHover,.ButtonPressed,.ButtonPressedPolitica,.ButtonDisable,.ButtonDisablePolitica,.ButtonStandard8em,.ButtonPolitica,.BtnContTot,.SpecialButtons,.BtnLogin,.BtnAdd,.BtnAddHovered,.BtnBack,.HideFiltersButton,.ShowFiltersButton,.BtnEnterHovered,.BtnCancelHovered,.BtnDeleteDisabled,.BtnRefreshHovered,.BtnSecondary,.BtnSecondarySM,.BtnSecondaryHovered,.BtnSecondaryHoveredSM,.BtnDeleteHovered,.BtnMenu,.BtnMenuHovered,.BtnMenuCollapse,.BtnList,.BtnListHovered,.BtnCall,.BtnCallHovered,.BtnEnterSmall,.BtnDeleteSmall,.BtnCancelSmall,.BtnNormalSmall,.BtnNormalHoveredSmall,.BtnCommun,.BtnCommunHovered,.BtnCommunSmall,.BtnRefreshSmall,.BtnPaging,.BtnPagingHovered,.BtnPaginDisabled,.ButtonH25,.ButtonH25Hovered,.BtnEnterPressed,.BtnEnterDisabled,.BtnListPressed,.BtnRefreshDisabled,.BtnRefreshPressed,.BtnPrint,.BtnPrintHovered,.BtnEnterPressedF12,.BtnEnterHoveredF12,.BtnEnterDisabledF12,.BtnEnterF12,.BtnSmallEnter12,.BtnSmallRefresh,.BtnSmallCancel,.BtnSmallDelete,.BtnCancel,.BtnCheck,.BtnGet,.BtnHelp,.BtnRefresh,.BtnSelect,.SpecialButtonsDisabled,.BtnRecibo,.BtnEnter,.BottomEnter,.BtnFirst,.BtnLast,.BtnNext,.BtnPrevious,.BtnDelete,.BtnToggle,.BtnToggleActive,.ButtonDragging,.ButtonAcceptDrag,.ButtonNoAcceptDrag,.ActionButtons,.ActionButtonsHovered,.ButtonDisabled,.ButtonLogIn,.ButtonMainMenu,.ButtonSecMenu
{
	margin-left: 0px;
	margin-right: 0px;
	background-color: #124d6d;
	border-bottom-color: #dbdcde;
	border-left-color: #dbdcde;
	border-right-color: #dbdcde;
	border-top-color: #dbdcde;
	font-weight: bold;
	color: #98c314;
	text-transform: uppercase;
}

.BtnEnter,.BottomEnter
{
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 3px;
	background-color: #9ccf70;
	border-width: 0px;
	font-family: Roboto;
	font-weight: 300;
	color: white;
}

.BtnDelete
{
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 3px;
	background-color: #f56a67;
	border-width: 0px;
	font-family: Roboto;
	font-weight: 300;
	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;
}

.ButtonLogIn
{
	border-bottom-color: #98c314;
	border-left-color: #98c314;
	border-right-color: #98c314;
	border-top-color: #98c314;
	color: whitesmoke;
}

.ButtonMainMenu
{
	margin-bottom: 5px;
	margin-top: 5px;
	white-space: normal;
	border-style: none;
	border-top-left-radius: 26.4px;
	border-top-right-radius: 26.4px;
	border-bottom-right-radius: 26.4px;
	border-bottom-left-radius: 26.4px;
	font-family: Roboto;
	font-size: 15pt;
	font-weight: 400;
	color: white;
	height: 70px;
	width: 318px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: none;
}

.ButtonSecMenu
{
	margin-bottom: 5px;
	margin-top: 5px;
	white-space: normal;
	background-color: #98c314;
	border-style: none;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	font-family: Roboto;
	font-size: 12pt;
	font-weight: 400;
	color: #000;
	height: 60px;
	width: 230px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: none;
}

.Grid,.GridNoData,.Grid[data-gx-grid-nodata],.GridNoData[data-gx-grid-nodata],.GridVisor[data-gx-grid-nodata],.DZNGRID[data-gx-grid-nodata],.GridNuev[data-gx-grid-nodata],.GridList[data-gx-grid-nodata],.GridDragging[data-gx-grid-nodata],.GridNoAcceptDrag[data-gx-grid-nodata],.GridMenu[data-gx-grid-nodata],.GridAcceptDrag[data-gx-grid-nodata],.WorkWith[data-gx-grid-nodata],.ViewGrid[data-gx-grid-nodata],.PromptGrid[data-gx-grid-nodata],.GridMenuResponsivo[data-gx-grid-nodata],.Grid1[data-gx-grid-nodata],.FreeStyleGrid[data-gx-grid-nodata],.GridPermissions[data-gx-grid-nodata],.VerticalTabGrid[data-gx-grid-nodata],.RecentLinksGrid[data-gx-grid-nodata],.TrnSublevelGrid[data-gx-grid-nodata],.GridVisor,.DZNGRID,.GridNuev,.GridList,.GridDragging,.GridNoAcceptDrag,.GridMenu,.GridAcceptDrag,.WorkWith,.ViewGrid,.PromptGrid,.GridMenuResponsivo,.Grid1
{
	background-color: none;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.Grid>thead>tr, .Grid>tfoot>tr
{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.Grid[data-bkgstyle='none']>thead>tr, .Grid[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid[data-bkgstyle='header']>thead>tr, .Grid[data-bkgstyle='header']>tfoot>tr, .Grid[data-bkgstyle='report']>thead>tr, .Grid[data-bkgstyle='report']>tfoot>tr
{
	background-color: #eaeaea;
}

.GridNoData,.Grid[data-gx-grid-nodata],.GridNoData[data-gx-grid-nodata],.GridVisor[data-gx-grid-nodata],.DZNGRID[data-gx-grid-nodata],.GridNuev[data-gx-grid-nodata],.GridList[data-gx-grid-nodata],.GridDragging[data-gx-grid-nodata],.GridNoAcceptDrag[data-gx-grid-nodata],.GridMenu[data-gx-grid-nodata],.GridAcceptDrag[data-gx-grid-nodata],.WorkWith[data-gx-grid-nodata],.ViewGrid[data-gx-grid-nodata],.PromptGrid[data-gx-grid-nodata],.GridMenuResponsivo[data-gx-grid-nodata],.Grid1[data-gx-grid-nodata],.FreeStyleGrid[data-gx-grid-nodata],.GridPermissions[data-gx-grid-nodata],.VerticalTabGrid[data-gx-grid-nodata],.RecentLinksGrid[data-gx-grid-nodata],.TrnSublevelGrid[data-gx-grid-nodata]
{
	background-color: lightgray;
	min-height: 4em;
	width: 100%;
}

.GridNoData>thead>tr, .GridNoData>tfoot>tr
{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.GridNoData[data-bkgstyle='none']>thead>tr, .GridNoData[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridNoData[data-bkgstyle='header']>thead>tr, .GridNoData[data-bkgstyle='header']>tfoot>tr, .GridNoData[data-bkgstyle='report']>thead>tr, .GridNoData[data-bkgstyle='report']>tfoot>tr
{
	background-color: #eaeaea;
}

.GridVisor>thead>tr, .GridVisor>tfoot>tr
{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.GridVisor[data-bkgstyle='none']>thead>tr, .GridVisor[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridVisor[data-bkgstyle='header']>thead>tr, .GridVisor[data-bkgstyle='header']>tfoot>tr, .GridVisor[data-bkgstyle='report']>thead>tr, .GridVisor[data-bkgstyle='report']>tfoot>tr
{
	background-color: #eaeaea;
}

.DZNGRID>thead>tr, .DZNGRID>tfoot>tr
{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.DZNGRID[data-bkgstyle='none']>thead>tr, .DZNGRID[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.DZNGRID[data-bkgstyle='header']>thead>tr, .DZNGRID[data-bkgstyle='header']>tfoot>tr, .DZNGRID[data-bkgstyle='report']>thead>tr, .DZNGRID[data-bkgstyle='report']>tfoot>tr
{
	background-color: #eaeaea;
}

.GridNuev>thead>tr, .GridNuev>tfoot>tr
{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.GridNuev[data-bkgstyle='none']>thead>tr, .GridNuev[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridNuev[data-bkgstyle='header']>thead>tr, .GridNuev[data-bkgstyle='header']>tfoot>tr, .GridNuev[data-bkgstyle='report']>thead>tr, .GridNuev[data-bkgstyle='report']>tfoot>tr
{
	background-color: #eaeaea;
}

.GridList>thead>tr, .GridList>tfoot>tr
{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.GridList[data-bkgstyle='none']>thead>tr, .GridList[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridList[data-bkgstyle='header']>thead>tr, .GridList[data-bkgstyle='header']>tfoot>tr, .GridList[data-bkgstyle='report']>thead>tr, .GridList[data-bkgstyle='report']>tfoot>tr
{
	background-color: #eaeaea;
}

.GridDragging>thead>tr, .GridDragging>tfoot>tr
{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.GridDragging[data-bkgstyle='none']>thead>tr, .GridDragging[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridDragging[data-bkgstyle='header']>thead>tr, .GridDragging[data-bkgstyle='header']>tfoot>tr, .GridDragging[data-bkgstyle='report']>thead>tr, .GridDragging[data-bkgstyle='report']>tfoot>tr
{
	background-color: #eaeaea;
}

.GridNoAcceptDrag>thead>tr, .GridNoAcceptDrag>tfoot>tr
{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.GridNoAcceptDrag[data-bkgstyle='none']>thead>tr, .GridNoAcceptDrag[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridNoAcceptDrag[data-bkgstyle='header']>thead>tr, .GridNoAcceptDrag[data-bkgstyle='header']>tfoot>tr, .GridNoAcceptDrag[data-bkgstyle='report']>thead>tr, .GridNoAcceptDrag[data-bkgstyle='report']>tfoot>tr
{
	background-color: #eaeaea;
}

.GridMenu>thead>tr, .GridMenu>tfoot>tr
{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.GridMenu[data-bkgstyle='none']>thead>tr, .GridMenu[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridMenu[data-bkgstyle='header']>thead>tr, .GridMenu[data-bkgstyle='header']>tfoot>tr, .GridMenu[data-bkgstyle='report']>thead>tr, .GridMenu[data-bkgstyle='report']>tfoot>tr
{
	background-color: #fff;
}

.GridAcceptDrag>thead>tr, .GridAcceptDrag>tfoot>tr
{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.GridAcceptDrag[data-bkgstyle='none']>thead>tr, .GridAcceptDrag[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridAcceptDrag[data-bkgstyle='header']>thead>tr, .GridAcceptDrag[data-bkgstyle='header']>tfoot>tr, .GridAcceptDrag[data-bkgstyle='report']>thead>tr, .GridAcceptDrag[data-bkgstyle='report']>tfoot>tr
{
	background-color: #eaeaea;
}

.WorkWith,.ViewGrid,.PromptGrid
{
	table-layout: fixed;
}

.WorkWith>tbody>tr,.WorkWith>[data-gxrow]
{
	table-layout: fixed;
}

.WorkWith>thead>tr, .WorkWith>tfoot>tr
{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	table-layout: fixed;
}

.WorkWith[data-bkgstyle='none']>thead>tr, .WorkWith[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.WorkWith[data-bkgstyle='none']>tbody>tr
{
	table-layout: fixed;
}

.WorkWith[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .WorkWith[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .WorkWith[data-bkgstyle='uniform']>thead>tr, .WorkWith[data-bkgstyle='uniform']>tfoot>tr
{
	table-layout: fixed;
}

.WorkWith[data-bkgstyle='header']>tbody>tr:nth-child(odd), .WorkWith[data-bkgstyle='header']>tbody>tr:nth-child(even), .WorkWith[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	table-layout: fixed;
}

.WorkWith[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	table-layout: fixed;
}

.WorkWith[data-bkgstyle='header']>thead>tr, .WorkWith[data-bkgstyle='header']>tfoot>tr, .WorkWith[data-bkgstyle='report']>thead>tr, .WorkWith[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
	table-layout: fixed;
}

.ViewGrid>tbody>tr,.ViewGrid>[data-gxrow]
{
	table-layout: fixed;
}

.ViewGrid>thead>tr, .ViewGrid>tfoot>tr
{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	table-layout: fixed;
}

.ViewGrid[data-bkgstyle='none']>thead>tr, .ViewGrid[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.ViewGrid[data-bkgstyle='none']>tbody>tr
{
	table-layout: fixed;
}

.ViewGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .ViewGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .ViewGrid[data-bkgstyle='uniform']>thead>tr, .ViewGrid[data-bkgstyle='uniform']>tfoot>tr
{
	table-layout: fixed;
}

.ViewGrid[data-bkgstyle='header']>tbody>tr:nth-child(odd), .ViewGrid[data-bkgstyle='header']>tbody>tr:nth-child(even), .ViewGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	table-layout: fixed;
}

.ViewGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	table-layout: fixed;
}

.ViewGrid[data-bkgstyle='header']>thead>tr, .ViewGrid[data-bkgstyle='header']>tfoot>tr, .ViewGrid[data-bkgstyle='report']>thead>tr, .ViewGrid[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
	table-layout: fixed;
}

.PromptGrid>tbody>tr,.PromptGrid>[data-gxrow]
{
	table-layout: fixed;
}

.PromptGrid>thead>tr, .PromptGrid>tfoot>tr
{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	table-layout: fixed;
}

.PromptGrid[data-bkgstyle='none']>thead>tr, .PromptGrid[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.PromptGrid[data-bkgstyle='none']>tbody>tr
{
	table-layout: fixed;
}

.PromptGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .PromptGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .PromptGrid[data-bkgstyle='uniform']>thead>tr, .PromptGrid[data-bkgstyle='uniform']>tfoot>tr
{
	table-layout: fixed;
}

.PromptGrid[data-bkgstyle='header']>tbody>tr:nth-child(odd), .PromptGrid[data-bkgstyle='header']>tbody>tr:nth-child(even), .PromptGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	table-layout: fixed;
}

.PromptGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	table-layout: fixed;
}

.PromptGrid[data-bkgstyle='header']>thead>tr, .PromptGrid[data-bkgstyle='header']>tfoot>tr, .PromptGrid[data-bkgstyle='report']>thead>tr, .PromptGrid[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
	table-layout: fixed;
}

.GridMenuResponsivo>thead>tr, .GridMenuResponsivo>tfoot>tr
{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.GridMenuResponsivo[data-bkgstyle='none']>thead>tr, .GridMenuResponsivo[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridMenuResponsivo[data-bkgstyle='header']>thead>tr, .GridMenuResponsivo[data-bkgstyle='header']>tfoot>tr, .GridMenuResponsivo[data-bkgstyle='report']>thead>tr, .GridMenuResponsivo[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid1>thead>tr, .Grid1>tfoot>tr
{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.Grid1[data-bkgstyle='none']>thead>tr, .Grid1[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid1[data-bkgstyle='header']>thead>tr, .Grid1[data-bkgstyle='header']>tfoot>tr, .Grid1[data-bkgstyle='report']>thead>tr, .Grid1[data-bkgstyle='report']>tfoot>tr
{
	background-color: #eaeaea;
}

.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(../Flat/PageFirst.png);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.PagingButtonsLast
{
	background-image: url(../Flat/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(../Flat/PageNext.png);
	padding-bottom: 16px !important;
	 padding-left: 26px !important;
	 border-left-width: 0;
}
.PagingButtonsPrevious
{
	background-image: url(../Flat/PagePrevious.png);
	padding-bottom: 16px !important;
	 padding-left: 26px !important;
	 border-left-width: 0;
}
.PoweredBy
{
	float: left;
	height: 100px;
	width: 85px;
}
.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,.LoginContainer,.BodyContainer1100
{
	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,.ThinHeaderContainer,.RecentLinksContainer
{
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 0px;
	padding-right: 30px;
	background-color: #124d6d;
	border-bottom-color: #98c314;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-style: solid;
	border-width: 6px;
	border-top: 0px;
	 border-left: 0px;
	 border-right: 0px;
}
.RecentLinksContainer
{
	background-color: #fff;
}
.FormContainer,.TabsFormContainer,.RoundedFormContainer,.FormContainer1100
{
	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;
	 -webkit-transition: max-height 0.5s ease-in-out;
	 -ms-transition: max-height 0.5s ease-in-out;
	 transition: max-height 0.5s ease-in-out;
}
.AdvancedContainerItemExpanded
{
	max-height: 500px;
}
.AdvancedContainer,.AdvancedContainerVisible
{
	background-color: #fff;
	-moz-transition: left 0.5s ease-in-out;
	 -webkit-transition: left 0.5s ease-in-out;
	 -ms-transition: left 0.5s ease-in-out;
	 transition: left 0.5s ease-in-out;
}
.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;
}
.ColorSIG
{
	background-color: #124d6d;
}
.TableOvalo
{
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	background-color: #0060bf;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
}
.GridNewRow:before,.GridNewRowWhite:before,.Grid>tfoot .gx_newrow:before,.GridNoData>tfoot .gx_newrow:before,.Grid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridNoData[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridVisor[data-gx-grid-nodata]>tfoot .gx_newrow:before,.DZNGRID[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridNuev[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridList[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridDragging[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridNoAcceptDrag[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridMenu[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridAcceptDrag[data-gx-grid-nodata]>tfoot .gx_newrow:before,.WorkWith[data-gx-grid-nodata]>tfoot .gx_newrow:before,.ViewGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.PromptGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridMenuResponsivo[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid1[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridPermissions[data-gx-grid-nodata]>tfoot .gx_newrow:before,.VerticalTabGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.RecentLinksGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.TrnSublevelGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridVisor>tfoot .gx_newrow:before,.DZNGRID>tfoot .gx_newrow:before,.GridNuev>tfoot .gx_newrow:before,.GridList>tfoot .gx_newrow:before,.GridDragging>tfoot .gx_newrow:before,.GridNoAcceptDrag>tfoot .gx_newrow:before,.GridMenu>tfoot .gx_newrow:before,.GridAcceptDrag>tfoot .gx_newrow:before,.WorkWith>tfoot .gx_newrow:before,.ViewGrid>tfoot .gx_newrow:before,.PromptGrid>tfoot .gx_newrow:before,.GridMenuResponsivo>tfoot .gx_newrow:before,.Grid1>tfoot .gx_newrow:before,.FreeStyleGridFooter>.gx_newrow:before,.GridPermissionsFooter>.gx_newrow:before,.VerticalTabGridFooter>.gx_newrow:before,.RecentLinksGridFooter>.gx_newrow:before,.TrnSublevelGridFooter>.gx_newrow:before
{
	content: '[';
}

.GridNewRow:after,.GridNewRowWhite:after,.Grid>tfoot .gx_newrow:after,.GridNoData>tfoot .gx_newrow:after,.Grid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridNoData[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridVisor[data-gx-grid-nodata]>tfoot .gx_newrow:after,.DZNGRID[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridNuev[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridList[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridDragging[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridNoAcceptDrag[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridMenu[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridAcceptDrag[data-gx-grid-nodata]>tfoot .gx_newrow:after,.WorkWith[data-gx-grid-nodata]>tfoot .gx_newrow:after,.ViewGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.PromptGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridMenuResponsivo[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid1[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridPermissions[data-gx-grid-nodata]>tfoot .gx_newrow:after,.VerticalTabGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.RecentLinksGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.TrnSublevelGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridVisor>tfoot .gx_newrow:after,.DZNGRID>tfoot .gx_newrow:after,.GridNuev>tfoot .gx_newrow:after,.GridList>tfoot .gx_newrow:after,.GridDragging>tfoot .gx_newrow:after,.GridNoAcceptDrag>tfoot .gx_newrow:after,.GridMenu>tfoot .gx_newrow:after,.GridAcceptDrag>tfoot .gx_newrow:after,.WorkWith>tfoot .gx_newrow:after,.ViewGrid>tfoot .gx_newrow:after,.PromptGrid>tfoot .gx_newrow:after,.GridMenuResponsivo>tfoot .gx_newrow:after,.Grid1>tfoot .gx_newrow:after,.FreeStyleGridFooter>.gx_newrow:after,.GridPermissionsFooter>.gx_newrow:after,.VerticalTabGridFooter>.gx_newrow:after,.RecentLinksGridFooter>.gx_newrow:after,.TrnSublevelGridFooter>.gx_newrow:after
{
	content: ']';
}

.GridLoadingText,.Grid+div.gx-grid-loading,.GridNoData+div.gx-grid-loading,.Grid[data-gx-grid-nodata]+div.gx-grid-loading,.GridNoData[data-gx-grid-nodata]+div.gx-grid-loading,.GridVisor[data-gx-grid-nodata]+div.gx-grid-loading,.DZNGRID[data-gx-grid-nodata]+div.gx-grid-loading,.GridNuev[data-gx-grid-nodata]+div.gx-grid-loading,.GridList[data-gx-grid-nodata]+div.gx-grid-loading,.GridDragging[data-gx-grid-nodata]+div.gx-grid-loading,.GridNoAcceptDrag[data-gx-grid-nodata]+div.gx-grid-loading,.GridMenu[data-gx-grid-nodata]+div.gx-grid-loading,.GridAcceptDrag[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWith[data-gx-grid-nodata]+div.gx-grid-loading,.ViewGrid[data-gx-grid-nodata]+div.gx-grid-loading,.PromptGrid[data-gx-grid-nodata]+div.gx-grid-loading,.GridMenuResponsivo[data-gx-grid-nodata]+div.gx-grid-loading,.Grid1[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading,.GridPermissions[data-gx-grid-nodata]+div.gx-grid-loading,.VerticalTabGrid[data-gx-grid-nodata]+div.gx-grid-loading,.RecentLinksGrid[data-gx-grid-nodata]+div.gx-grid-loading,.TrnSublevelGrid[data-gx-grid-nodata]+div.gx-grid-loading,.GridVisor+div.gx-grid-loading,.DZNGRID+div.gx-grid-loading,.GridNuev+div.gx-grid-loading,.GridList+div.gx-grid-loading,.GridDragging+div.gx-grid-loading,.GridNoAcceptDrag+div.gx-grid-loading,.GridMenu+div.gx-grid-loading,.GridAcceptDrag+div.gx-grid-loading,.WorkWith+div.gx-grid-loading,.ViewGrid+div.gx-grid-loading,.PromptGrid+div.gx-grid-loading,.GridMenuResponsivo+div.gx-grid-loading,.Grid1+div.gx-grid-loading,.FreeStyleGrid+div.gx-grid-loading,.GridPermissions+div.gx-grid-loading,.VerticalTabGrid+div.gx-grid-loading,.RecentLinksGrid+div.gx-grid-loading,.TrnSublevelGrid+div.gx-grid-loading
{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: rgba(0,0,255,0.3);
	font-size: 1.5em;
	color: white;
	min-height: 2em;
	width: 30%;
	text-align: center;
}
.TableHeaderText,.TableHeaderTextList,.Grid>caption,.GridNoData>caption,.Grid[data-gx-grid-nodata]>caption,.GridNoData[data-gx-grid-nodata]>caption,.GridVisor[data-gx-grid-nodata]>caption,.DZNGRID[data-gx-grid-nodata]>caption,.GridNuev[data-gx-grid-nodata]>caption,.GridList[data-gx-grid-nodata]>caption,.GridDragging[data-gx-grid-nodata]>caption,.GridNoAcceptDrag[data-gx-grid-nodata]>caption,.GridMenu[data-gx-grid-nodata]>caption,.GridAcceptDrag[data-gx-grid-nodata]>caption,.WorkWith[data-gx-grid-nodata]>caption,.ViewGrid[data-gx-grid-nodata]>caption,.PromptGrid[data-gx-grid-nodata]>caption,.GridMenuResponsivo[data-gx-grid-nodata]>caption,.Grid1[data-gx-grid-nodata]>caption,.FreeStyleGrid[data-gx-grid-nodata]>caption,.GridPermissions[data-gx-grid-nodata]>caption,.VerticalTabGrid[data-gx-grid-nodata]>caption,.RecentLinksGrid[data-gx-grid-nodata]>caption,.TrnSublevelGrid[data-gx-grid-nodata]>caption,.GridVisor>caption,.DZNGRID>caption,.GridNuev>caption,.GridList>caption,.GridDragging>caption,.GridNoAcceptDrag>caption,.GridMenu>caption,.GridAcceptDrag>caption,.WorkWith>caption,.ViewGrid>caption,.PromptGrid>caption,.GridMenuResponsivo>caption,.Grid1>caption,.Table>caption,.TableButtons>caption,.TopBottom30>caption,.TopBottom5>caption,.TableHeaderRight>caption,.TableLogo>caption,.FiltersContainer>caption,.FiltersContainerItem>caption,.FilterContainerItemSearch>caption,.NegativeMarginTop10>caption,.Table193x216>caption,.Table193x216Collapsed>caption,.ActionsContainer>caption,.ActionsContainerItem>caption,.ActionsContainerVisible>caption,.ViewAdvancedContainer>caption,.ViewAdvancedContainerVisible>caption,.DivSeparator>caption,.Table150x350>caption,.Table150x350Collapsed>caption,.DivSticky>caption,.GridOverflow>caption,.UnidadCardContainer>caption,.UnidadCardContainerHover>caption,.TableRoundedContainer>caption,.TableContainerHeader>caption,.TableToggle>caption,.TableLine>caption,.TableResults>caption,.TableResultsCollapse>caption,.TableSelect>caption,.TableSelectCollapse>caption,.TableSeparator>caption,.TableW1000>caption,.TableControlHead>caption,.TableCasCalendar>caption,.TableLineTop>caption,.TableSection>caption,.MainTable>caption,.TableDragging>caption,.TableAcceptDrag>caption,.TableNoAcceptDrag>caption,.TableHorizontalLine>caption,.header_pink_line>caption,.TableGrid>caption,.TableTop>caption,.TableTopSearch>caption,.TableContent>caption,.ViewTable>caption,.HorizontalSpace>caption,.TableBottom>caption,.Table960>caption,.TableGreyFooter>caption,.TableBlackFooter>caption,.TableBlackHeader>caption,.TableLogin>caption,.SmallTableLogin>caption,.LargeTableLogin>caption,.LargeTableLoginCenter>caption,.WelcomeTable>caption,.td100>caption,.TableBorder100x100>caption,.ToolbarMain>caption,.ToolbarMainMenu>caption,.ToolbarMainMenuCollapse>caption,.td5>caption,.HorizantalSpace>caption,.TableLeftMenu>caption,.TableTopMenu>caption,.Table80>caption,.TableLogin1>caption,.TableLogin2>caption,.Table100x100>caption,.TableBorder>caption,.RecentLinksTable>caption,.Table95>caption,.Container>caption,.ContainerFluid>caption,.RecentLinksMainTable>caption,.RecentLinksMainTableExpanded>caption,.LevelTable>caption,.BodyContainer>caption,.LoginContainer>caption,.BodyContainer1100>caption,.HeaderContainer>caption,.ThinHeaderContainer>caption,.RecentLinksContainer>caption,.FormContainer>caption,.TabsFormContainer>caption,.RoundedFormContainer>caption,.FormContainer1100>caption,.AdvancedContainerItem>caption,.AdvancedContainerItemExpanded>caption,.AdvancedContainer>caption,.AdvancedContainerVisible>caption,.OrdersTable>caption,.WWAdvancedContainer>caption,.PromptContainer>caption,.PromptMainTable>caption,.MainContainer>caption,.GridTabMainTable>caption,.ColorSIG>caption,.TableOvalo>caption
{
	display: none;
	font-size: 1.4em;
}
.GridNoDataText,.Grid+.gx-text-gridnodata,.GridNoData+.gx-text-gridnodata,.Grid[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNoData[data-gx-grid-nodata]+.gx-text-gridnodata,.GridVisor[data-gx-grid-nodata]+.gx-text-gridnodata,.DZNGRID[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNuev[data-gx-grid-nodata]+.gx-text-gridnodata,.GridList[data-gx-grid-nodata]+.gx-text-gridnodata,.GridDragging[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNoAcceptDrag[data-gx-grid-nodata]+.gx-text-gridnodata,.GridMenu[data-gx-grid-nodata]+.gx-text-gridnodata,.GridAcceptDrag[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWith[data-gx-grid-nodata]+.gx-text-gridnodata,.ViewGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.PromptGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.GridMenuResponsivo[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid1[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.GridPermissions[data-gx-grid-nodata]+.gx-text-gridnodata,.VerticalTabGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.RecentLinksGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.TrnSublevelGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.GridVisor+.gx-text-gridnodata,.DZNGRID+.gx-text-gridnodata,.GridNuev+.gx-text-gridnodata,.GridList+.gx-text-gridnodata,.GridDragging+.gx-text-gridnodata,.GridNoAcceptDrag+.gx-text-gridnodata,.GridMenu+.gx-text-gridnodata,.GridAcceptDrag+.gx-text-gridnodata,.WorkWith+.gx-text-gridnodata,.ViewGrid+.gx-text-gridnodata,.PromptGrid+.gx-text-gridnodata,.GridMenuResponsivo+.gx-text-gridnodata,.Grid1+.gx-text-gridnodata,.FreeStyleGrid+.gx-text-gridnodata,.GridPermissions+.gx-text-gridnodata,.VerticalTabGrid+.gx-text-gridnodata,.RecentLinksGrid+.gx-text-gridnodata,.TrnSublevelGrid+.gx-text-gridnodata
{
	margin-top: -1em;
	display: block;
	font-size: 1.5em;
	color: gray;
	text-align: center;
	vertical-align: middle;
}
.Error
{
	color: #930000;
}
.MenuOption,.SelectedMenuOption
{
	font-size: 10pt;
	text-decoration: none;
	color: #50a0e5;
}
.Label,.RequiredLabel,.LabelPopUp,.LabelBold,.Label12,.Label12Fixed,.LabelRedColor,.gx-label.RatingLabel,.gx-label.AttributeLabel,.gx-label.DownloadAttributeLabel,.gx-label.ReadonlyDownloadAttributeLabel,.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.CheckboxLabelLabel,.gx-label.BlobContentCheckboxLabelLabel,.gx-label.ReadonlyBlobContentCheckboxLabelLabel,.gx-label.BlobInputCheckboxLabelLabel,.gx-label.ReadonlyCheckboxLabelLabel,.gx-label.LoginAttributeLabel,.gx-label.BlobContentLoginAttributeLabel,.gx-label.ReadonlyBlobContentLoginAttributeLabel,.gx-label.BlobInputLoginAttributeLabel,.gx-label.ReadonlyLoginAttributeLabel,.gx-label.LoginComboAttributeLabel,.gx-label.BlobContentLoginComboAttributeLabel,.gx-label.ReadonlyBlobContentLoginComboAttributeLabel,.gx-label.BlobInputLoginComboAttributeLabel,.gx-label.ReadonlyLoginComboAttributeLabel,.gx-label.RegistrationAttributeLabel,.gx-label.BlobContentRegistrationAttributeLabel,.gx-label.ReadonlyBlobContentRegistrationAttributeLabel,.gx-label.BlobInputRegistrationAttributeLabel,.gx-label.ReadonlyRegistrationAttributeLabel,.gx-label.LoginAttributeFocusedLabel,.gx-label.BlobContentLoginAttributeFocusedLabel,.gx-label.ReadonlyBlobContentLoginAttributeFocusedLabel,.gx-label.BlobInputLoginAttributeFocusedLabel,.gx-label.ReadonlyLoginAttributeFocusedLabel,.gx-label.RequiredAttributeLabel,.gx-label.BlobContentRequiredAttributeLabel,.gx-label.ReadonlyBlobContentRequiredAttributeLabel,.gx-label.BlobInputRequiredAttributeLabel,.gx-label.ReadonlyRequiredAttributeLabel,.gx-label.InactiveAttributeLabel,.gx-label.BlobContentInactiveAttributeLabel,.gx-label.ReadonlyBlobContentInactiveAttributeLabel,.gx-label.BlobInputInactiveAttributeLabel,.gx-label.ReadonlyInactiveAttributeLabel,.gx-label.ComboAttributeLabel,.gx-label.BlobContentComboAttributeLabel,.gx-label.ReadonlyBlobContentComboAttributeLabel,.gx-label.BlobInputComboAttributeLabel,.gx-label.ReadonlyComboAttributeLabel,.gx-label.SubtitleAttributeLabel,.gx-label.BlobContentSubtitleAttributeLabel,.gx-label.ReadonlyBlobContentSubtitleAttributeLabel,.gx-label.BlobInputSubtitleAttributeLabel,.gx-label.ReadonlySubtitleAttributeLabel,.gx-label.URLAttributeLabel,.gx-label.BlobContentURLAttributeLabel,.gx-label.ReadonlyBlobContentURLAttributeLabel,.gx-label.BlobInputURLAttributeLabel,.gx-label.ReadonlyURLAttributeLabel,.gx-label.TextAttributeLabel,.gx-label.BlobContentTextAttributeLabel,.gx-label.ReadonlyBlobContentTextAttributeLabel,.gx-label.BlobInputTextAttributeLabel,.gx-label.ReadonlyTextAttributeLabel,.gx-label.TextActionAttributeLabel,.gx-label.BlobContentTextActionAttributeLabel,.gx-label.ReadonlyBlobContentTextActionAttributeLabel,.gx-label.BlobInputTextActionAttributeLabel,.gx-label.ReadonlyTextActionAttributeLabel,.gx-label.RegistAttributeLabel,.gx-label.BlobContentRegistAttributeLabel,.gx-label.ReadonlyBlobContentRegistAttributeLabel,.gx-label.BlobInputRegistAttributeLabel,.gx-label.ReadonlyRegistAttributeLabel,.gx-label.RegistAttributeFullLabel,.gx-label.BlobContentRegistAttributeFullLabel,.gx-label.ReadonlyBlobContentRegistAttributeFullLabel,.gx-label.BlobInputRegistAttributeFullLabel,.gx-label.ReadonlyRegistAttributeFullLabel,.gx-label.AttributePopUpLabel,.gx-label.BlobContentAttributePopUpLabel,.gx-label.ReadonlyBlobContentAttributePopUpLabel,.gx-label.BlobInputAttributePopUpLabel,.gx-label.ReadOnlyAttributePopUpLabel,.gx-label.BlobContentReadOnlyAttributePopUpLabel,.gx-label.ReadonlyBlobContentReadOnlyAttributePopUpLabel,.gx-label.BlobInputReadOnlyAttributePopUpLabel,.gx-label.ReadonlyReadOnlyAttributePopUpLabel,.gx-label.ChangePassAttributeLabel,.gx-label.BlobContentChangePassAttributeLabel,.gx-label.ReadonlyBlobContentChangePassAttributeLabel,.gx-label.BlobInputChangePassAttributeLabel,.gx-label.ReadonlyChangePassAttributeLabel,.gx-label.AttributeNoDisplayLabel,.gx-label.BlobContentAttributeNoDisplayLabel,.gx-label.ReadonlyBlobContentAttributeNoDisplayLabel,.gx-label.BlobInputAttributeNoDisplayLabel,.gx-label.ReadonlyAttributeNoDisplayLabel,.gx-label.AttributePointerLabel,.gx-label.BlobContentAttributePointerLabel,.gx-label.ReadonlyBlobContentAttributePointerLabel,.gx-label.BlobInputAttributePointerLabel,.gx-label.ReadonlyAttributePointerLabel,.gx-label.GridAttributeLabel,.gx-label.BlobContentGridAttributeLabel,.gx-label.ReadonlyBlobContentGridAttributeLabel,.gx-label.BlobInputGridAttributeLabel,.gx-label.ReadonlyGridAttributeLabel,.gx-label.AttributeGreenLineLabel,.gx-label.BlobContentAttributeGreenLineLabel,.gx-label.ReadonlyBlobContentAttributeGreenLineLabel,.gx-label.BlobInputAttributeGreenLineLabel,.gx-label.ReadonlyAttributeGreenLineLabel,.gx-label.AttributeRedLineLabel,.gx-label.BlobContentAttributeRedLineLabel,.gx-label.ReadonlyBlobContentAttributeRedLineLabel,.gx-label.BlobInputAttributeRedLineLabel,.gx-label.ReadonlyAttributeRedLineLabel,.gx-label.ReadonlyAttributeGreenLabel,.gx-label.Attribute12Label,.gx-label.BlobContentAttribute12Label,.gx-label.ReadonlyBlobContentAttribute12Label,.gx-label.BlobInputAttribute12Label,.gx-label.ReadonlyAttribute12Label,.gx-label.AttributeFlatLabel,.gx-label.BlobContentAttributeFlatLabel,.gx-label.ReadonlyBlobContentAttributeFlatLabel,.gx-label.BlobInputAttributeFlatLabel,.gx-label.ReadonlyAttributeFlatLabel,.gx-label.ReadonlyAttributeBlueLabel,.gx-label.AttributeBlueLabel,.gx-label.AttributeGreenLabel,.gx-label.InputCheckBoxLabel,.gx-label.BlobContentInputCheckBoxLabel,.gx-label.ReadonlyBlobContentInputCheckBoxLabel,.gx-label.BlobInputInputCheckBoxLabel,.gx-label.ReadonlyInputCheckBoxLabel,.gx-label.LoginExtLabel,.gx-label.BlobContentLoginExtLabel,.gx-label.ReadonlyBlobContentLoginExtLabel,.gx-label.BlobInputLoginExtLabel,.gx-label.ReadonlyLoginExtLabel,.gx-label.AttributeFocusedLabel,.gx-label.BlobContentAttributeFocusedLabel,.gx-label.ReadonlyBlobContentAttributeFocusedLabel,.gx-label.BlobInputAttributeFocusedLabel,.gx-label.ReadonlyAttributeFocusedLabel,.gx-label.AttributeCheckCasCalendarLabel,.gx-label.BlobContentAttributeCheckCasCalendarLabel,.gx-label.ReadonlyBlobContentAttributeCheckCasCalendarLabel,.gx-label.BlobInputAttributeCheckCasCalendarLabel,.gx-label.ReadonlyAttributeCheckCasCalendarLabel,.gx-label.Attribute10Label,.gx-label.BlobContentAttribute10Label,.gx-label.ReadonlyBlobContentAttribute10Label,.gx-label.BlobInputAttribute10Label,.gx-label.ReadonlyAttribute10Label,.gx-label.ReadOnlyRedLabel,.gx-label.BlobContentReadOnlyRedLabel,.gx-label.ReadonlyBlobContentReadOnlyRedLabel,.gx-label.BlobInputReadOnlyRedLabel,.gx-label.ReadonlyReadOnlyRedLabel,.gx-label.AttributeFixedLabel,.gx-label.BlobContentAttributeFixedLabel,.gx-label.ReadonlyBlobContentAttributeFixedLabel,.gx-label.BlobInputAttributeFixedLabel,.gx-label.ReadonlyAttributeFixedLabel,.gx-label.AttributeSmallLabel,.gx-label.BlobContentAttributeSmallLabel,.gx-label.ReadonlyBlobContentAttributeSmallLabel,.gx-label.BlobInputAttributeSmallLabel,.gx-label.ReadonlyAttributeSmallLabel,.gx-label.novisibleLabel,.gx-label.BlobContentnovisibleLabel,.gx-label.ReadonlyBlobContentnovisibleLabel,.gx-label.BlobInputnovisibleLabel,.gx-label.ReadonlynovisibleLabel,.gx-label.AttributeDefaultLabel,.gx-label.BlobContentAttributeDefaultLabel,.gx-label.ReadonlyBlobContentAttributeDefaultLabel,.gx-label.BlobInputAttributeDefaultLabel,.gx-label.ReadonlyAttributeDefaultLabel,.gx-label.LinkAttributeLabel,.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.ErrorAttributeLabel,.gx-label.WarningAttributeLabel,.gx-label.ImageAttributeLabel,.gx-label.ProfileImageAttributeLabel,.gx-label.BlobContentProfileImageAttributeLabel,.gx-label.ReadonlyBlobContentProfileImageAttributeLabel,.gx-label.BlobInputProfileImageAttributeLabel,.gx-label.ReadonlyProfileImageAttributeLabel,.gx-label.SmallProfileImageAttributeLabel,.gx-label.BlobContentSmallProfileImageAttributeLabel,.gx-label.ReadonlyBlobContentSmallProfileImageAttributeLabel,.gx-label.BlobInputSmallProfileImageAttributeLabel,.gx-label.ReadonlySmallProfileImageAttributeLabel,.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.ReadonlyMedioLabel,.gx-label.BlobContentReadonlyMedioLabel,.gx-label.ReadonlyBlobContentReadonlyMedioLabel,.gx-label.BlobInputReadonlyMedioLabel,.gx-label.ReadonlyReadonlyMedioLabel,.gx-label.FilterAttributeLabel,.gx-label.FilterComboAttributeLabel,.gx-label.BlobContentFilterComboAttributeLabel,.gx-label.ReadonlyBlobContentFilterComboAttributeLabel,.gx-label.BlobInputFilterComboAttributeLabel,.gx-label.ReadonlyFilterComboAttributeLabel,.gx-label.FilterSearchAttributeLabel,.gx-label.BlobContentFilterSearchAttributeLabel,.gx-label.ReadonlyBlobContentFilterSearchAttributeLabel,.gx-label.BlobInputFilterSearchAttributeLabel,.gx-label.ReadonlyFilterSearchAttributeLabel,.gx-label.FilterSearchAttributeFocusLabel,.gx-label.BlobContentFilterSearchAttributeFocusLabel,.gx-label.ReadonlyBlobContentFilterSearchAttributeFocusLabel,.gx-label.BlobInputFilterSearchAttributeFocusLabel,.gx-label.ReadonlyFilterSearchAttributeFocusLabel,.gx-label.DateFilterSearchAttributeLabel,.gx-label.BlobContentDateFilterSearchAttributeLabel,.gx-label.ReadonlyBlobContentDateFilterSearchAttributeLabel,.gx-label.BlobInputDateFilterSearchAttributeLabel,.gx-label.ReadonlyDateFilterSearchAttributeLabel,.gx-label.FilterPanelLabel,.gx-label.BlobContentFilterPanelLabel,.gx-label.ReadonlyBlobContentFilterPanelLabel,.gx-label.BlobInputFilterPanelLabel,.gx-label.ReadonlyFilterPanelLabel,.gx-label.BlobContentFilterAttributeLabel,.gx-label.ReadonlyBlobContentFilterAttributeLabel,.gx-label.BlobInputFilterAttributeLabel,.gx-label.ReadonlyFilterAttributeLabel
{
	color: #444;
}
.RecentLinkItem
{
	margin-right: 3px;
	white-space: nowrap;
	color: #ccc;
}
.TextBlockHeader,.TextBlockHeaderLinkClass
{
	margin-left: 30px;
	display: block;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 20pt;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-shadow: 2px 2px 5px #888 ;
}
.TextBlockHeaderLinkClass
{
	text-shadow: 2px 2px 5px #888 ;
}
.RecentsTitle
{
	margin-left: 30px;
	display: block;
	font-weight: bold;
}
.Title,.BigTitle,.UncollapsedBigTitle,.SeparateBigTitle,.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(../Flat/OrderBy.png);
}
.WWFilterLabel,.WWDateFilterLabel
{
	background-image: url(../Flat/GenericFilter.png);
	min-height: 53px;
}
.WWDateFilterLabel
{
	background-image: url(../Flat/calendar.png);
}
.WWOrderItem,.WWLinkOrderItem,.WWOrderItemHover
{
	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,.WWOrderItemSelectedHover,.WWLinkOrderItemSelected
{
	background-color: #9ccf70;
	border-bottom-color: #9ccf70;
	border-left-color: #9ccf70;
	border-right-color: #9ccf70;
	border-top-color: #9ccf70;
	color: white;
}
.MenuOption1
{
	font-size: 10pt;
	text-decoration: none;
	color: #fff;
	color: white !important;
}
.Bold
{
	font-size: 15pt;
	font-weight: bold;
	color: black;
}
.TxtBlanco
{
	color: transparent;
}
.TextLinkAcces
{
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	background-color: #98c314;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	font-family: Roboto;
	font-size: 8pt;
	font-weight: 400;
	color: #000;
	min-width: 150px;
}
.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,.ViewActionsBackCell,.ViewGridActionsCell
{
	padding-right: 23px;
	text-align: right;
}
.ViewActionsCell,.ViewActionsBackCell,.ViewGridActionsCell
{
	margin-bottom: 10px;
	padding-right: 40px;
	padding-top: 15px;
	border-bottom: 1px solid #efefef;
}
.ViewGridActionsCell
{
	border-bottom: 0px;
}
.WWFiltersCell,.WWFiltersCellCollapsed
{
	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,.WWGridCellExpanded,.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;
}
.FocusVisible
{
	visibility: visible;
	text-align: center;
}
.EmbeddedPage,.EmbeddedMap
{
	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 A.gx-multimedia-download
{
	display: block;
}
DIV.gx-multimedia-upload A.gx-multimedia-download SPAN
{
	display: block;
}
DIV.gx-multimedia-upload A.gx-multimedia-download IMG
{
	display: none;
}
DIV.gx-multimedia-upload A.gx-multimedia-download SPAN.gx-video-placeholder
{
	opacity:1;
}
DIV.gx-multimedia-upload A.gx-multimedia-download SPAN.gx-audio-placeholder
{
	opacity:1;
}
DIV.gx-multimedia-upload A.gx-multimedia-download SPAN.gx-download-placeholder
{
	opacity:1;
}
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(../Flat/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.gx-download-placeholder
{
	opacity:1;
}
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(../Flat/PlaceHolderImage.png);
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-video-placeholder
{
	background-image: url(../Flat/PlaceHolderVideo.png);
	opacity:1;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-audio-placeholder
{
	background-image: url(../Flat/PlaceHolderAudio.png);
	opacity:1;
}
DIV.gx-multimedia-upload INPUT.BtnEnter
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
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-download-placeholder
{
	opacity:.5;
}
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, box-shadow 0.15s ease-in-out;
}
.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;
}
.FilterAttribute:focus 
{
	box-shadow: 0px 0px 0px 0px;
}
.ErrorViewerBullet  .gx-warning-message 
{
	background-image: url(../Flat/WarningIcon.png);
	color: #fdae45;
}
.ErrorViewerBullet  .gx-error-message 
{
	background-image: url(../Flat/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: '';
}
.TrnSublevelGridFooter 
{
	background-color: #eaeaea;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	vertical-align: top;
}
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: none;
	color: #50a0e5;
}
A .A.TextLinkAcces 
{
	font-family: Roboto;
	font-size: 8pt;
	font-weight: 400;
	color: #000;
}
A:hover
{
	text-decoration: none;
	color: #9ccf70;
}
A:focus
{
	text-decoration: none;
	color: #9ccf70;
}
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*/
{
	.WWColumn
	{
		font-size: 7px;
	}
	.WWActionColumn
	{
		width: 30% !important;
	}
	.WWOptionalColumn
	{
		display: none;
	}
	.OptionalColumn
	{
		display: none;
	}
	.Attribute
	{
		width: 100%;
	}
	.ButtonLogIn
	{
		font-size: 6pt;
	}

	.Grid>tbody>tr,.Grid>[data-gxrow]
	{
		font-size: 8px;
	}

	.Grid>thead>tr, .Grid>tfoot>tr
	{
		font-size: 8px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
	}

	.GridDragging>thead>tr, .GridDragging>tfoot>tr
	{
		font-size: 13px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
	}

	.GridMenu
	{
		border-style: none;
	}

	.GridMenu>thead>tr, .GridMenu>tfoot>tr
	{
		font-size: 13px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
	}

	.GridAcceptDrag>tbody>tr,.GridAcceptDrag>[data-gxrow]
	{
		font-size: 8px;
	}

	.GridAcceptDrag>thead>tr, .GridAcceptDrag>tfoot>tr
	{
		font-size: 8px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
	}

	.WorkWith>tbody>tr,.WorkWith>[data-gxrow]
	{
		font-size: 8px;
	}

	.WorkWith>thead>tr, .WorkWith>tfoot>tr
	{
		font-size: 8px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
	}

	.GridMenuResponsivo
	{
		text-align: left;
	}

	.GridMenuResponsivo>tbody>tr,.GridMenuResponsivo>[data-gxrow]
	{
		font-size: 50%;
		text-align: left;
	}

	.GridMenuResponsivo>thead>tr, .GridMenuResponsivo>tfoot>tr
	{
		font-size: 8px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		text-align: left;
	}

	.PoweredBy
	{
		height: 50px;
		width: 42px;
	}
	.Container
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.RecentLinksMainTable
	{
		overflow: hidden;
		max-height: 20px;
		-moz-transition: max-height 0.5s ease-in-out;
		 -webkit-transition: max-height 0.5s ease-in-out;
		 -ms-transition: max-height 0.5s ease-in-out;
		 transition: max-height 0.5s ease-in-out;
	}
	.RecentLinksMainTableExpanded
	{
		max-height: 500px;
	}
	.BodyContainer
	{
		margin-top: 15px;
		padding-bottom: 15px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.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;
	}
	.SmallText
	{
		font-size: 10px;
	}
	.MenuOption
	{
		font-size: 8pt;
	}
	.RecentLinkItem
	{
		margin-top: 5px;
		display: block;
	}
	.TextBlockHeader
	{
		margin-left: 0px;
		font-size: 12pt;
		text-shadow: 2px 2px 5px #888 ;
	}
	.RecentsTitle
	{
		margin-left: 0px;
	}
	.SubTitle
	{
		font-size: 20px;
	}
	.MenuOption1
	{
		font-size: 8pt;
	}
	.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;
	}
	.FocusVisible
	{
		visibility: hidden;
	}
	.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;
	}
}

@media (max-width: 991px) AND (min-width: 768px) /*Small*/
{
	.ButtonLogIn
	{
		font-size: 8pt;
	}

	.WorkWith>tbody>tr,.WorkWith>[data-gxrow]
	{
		table-layout: fixed;
	}

	.WorkWith>thead>tr, .WorkWith>tfoot>tr
	{
		font-size: 13px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		table-layout: fixed;
	}

	.TextBlockHeader
	{
		font-size: 15pt;
		text-shadow: 2px 2px 5px #888 ;
	}
}

@media (max-width: 599px) /*XXS*/
{
	.GridColumn
	{
		font-size: 5px;
	}
}
/* [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-cell-valign="middle"] {
  display: table-cell;
  vertical-align: middle;
}
div[data-cell-valign="bottom"] {
  display: table-cell;
  vertical-align: bottom;
}
div[data-align="center"] > div[data-align-outer] {
  width: auto;
}
div[data-align="right"] > div[data-align-outer] {
  width: auto;
}
div[data-align][data-align-image] > div[data-align-outer] {
  display: block;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
}
div[data-align][data-align-image]
  > div[data-align-outer]
  > div[data-align-inner] {
  height: 100%;
}
div[data-valign][data-align-image]
  > div[data-align-outer]
  > div[data-align-inner] {
  display: block;
  height: 100%;
}
div[data-align="center"][data-align-image] img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
div[data-align="right"][data-align-image] img {
  margin-left: auto;
  display: block;
}
div[data-align="center"]:not([data-valign])[data-align-image] img {
  background-position: center top;
}
div[data-align="center"][data-valign="middle"][data-align-image] img {
  background-position: center center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div[data-valign][data-align-image] div[data-align-inner] {
  position: relative;
}
div[data-valign][data-align-image] img {
  position: absolute;
  margin: auto;
}
div[data-align="center"][data-valign="bottom"][data-align-image] img {
  background-position: center bottom;
  right: 0;
  bottom: 0;
  left: 0;
}
div[data-align="right"]:not([data-valign])[data-align-image] img {
  background-position: right top;
}
div[data-align="right"][data-valign="middle"][data-align-image] img {
  background-position: right center;
  top: 0;
  right: 0;
  bottom: 0;
}
div[data-align="right"][data-valign="bottom"][data-align-image] img {
  background-position: right bottom;
  right: 0;
  bottom: 0;
}
div:not([data-align])[data-valign="middle"][data-align-image] img {
  background-position: left center;
  top: 0;
  bottom: 0;
}
div:not([data-align])[data-valign="bottom"][data-align-image] img {
  background-position: left bottom;
  bottom: 0;
}
div[data-align="center"]
  > div
  > div
  > div.gx-attribute
  > p.form-control-static {
  text-align: center;
}
div[data-align="right"] > div > div > div.gx-attribute > p.form-control-static {
  text-align: right;
}

[data-gx-flex] {
  display: flex;
}

div[data-gx-canvas] {
  position: relative;
}

div[data-gx-canvas-cell] > div.gx-attribute {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: inherit;
  align-items: inherit;
}

div[data-gx-smarttable] {
  display:grid;
}

div[data-gx-smarttable-cell] > div [data-gxgridid] {
  width: 100%;
  height: 100%;
}

div[data-gx-smarttable-cell] > div.gx-attribute {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: inherit;
  align-items: inherit;
}

.gxlivepreview-hidesubelements {
  visibility: hidden;
}
.gx-responsive-grid .gx-remove-row {
  position: absolute;
  z-index: 1;
}

.gx-responsive-grid .gx-remove-row-right {
  right: 10px;
}

.gx-responsive-grid .gx-remove-row-top {
  top: 0;
}

.gx-responsive-grid .gx-remove-row-bottom {
  bottom: 0;
}

[data-gxrow].RowDeleted div {
  text-decoration: inherit;
}

[data-gxgridid] > [data-gx-flex] > [data-gxrow] > .gx-remove-row + div,
[data-gxgridid] > [data-gx-flex] > [data-gxrow] > .gx-remove-row + table {
  margin: 15px;
}

[data-gxgridid] > [data-gx-flex] > [data-gxrow] {
  position: relative;
}

.gx-responsive-grid > [data-gx-flex] > [data-gxrow] > .gx-remove-row-right {
  right: 0;
}

.gx-popup-frame-mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

form[tabindex="-1"] {
  outline: none;
}

.gx-navbar .gx-attribute,
.gx-action-group .gx-attribute,
.gx-action-group .gx-button {
  display: inline-block;
}

.gx-action-group .gx-form-group {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
}

.gx-radio-button-vertical,
.gx-radio-button-vertical label {
  display: block;
  line-height: 25px;
}

label.gx-radio-label.disabled.active {
  box-shadow: inset 0 0px 7px rgba(0, 0, 0, 0.28);
}

.gx-prompt.gx-disabled {
  display: none;
}

.input-group input.form-control.gx-invisible + span > a.gx-image-link,
.input-group input.form-control[disabled] + span > a.gx-image-link {
  display: none;
}

div.gxwebcomponent > div.gx-mask {
  position: absolute;
}

html.gx-blocking,
html.gx-blocking body {
  overflow: hidden;
}

.gx-call-target.empty {
  display: none !important;
}

.gx-invisible,
.gx-sr-only,
[data-gx-sr-only] {
  display: none !important;
}

.gx-grid [data-gx-grid-nodata] + .GridNoDataText {
  display: block;
}

.gx-grid .GridNoDataText {
  display: none;
}

TD.gx-attribute .form-control {
  display: inline-block;
  width: 100%;
  }

.MainContainer .gx-infinite-scrolling-container, .container-fluid .gx-infinite-scrolling-container {
	padding-left:15px;
	padding-right:15px;
	margin-left:-15px;
	margin-right:-15px;
}

.gx-infinite-scrolling-container table,
.gx-infinite-scrolling-container thead {
  overflow-x: hidden;
  display: block;
  width: 100%;
}

.gx-infinite-scrolling-container > table {
  width:100%;  
}

.gx-infinite-scrolling-element {
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.gx-grid .gx-grid-fixed-height {
  overflow-y: scroll;
  display: inline-block;
}

.gx-grid-fixed-header-ie7 > table > thead > tr {
  display: block;
  position: absolute;
}
.gx-grid-fixed-header-ie7 {
  overflow-x: hidden;
  overflow-y: auto;
}
.gx-grid-fixed-header-ie7 > table > tbody {
  height: auto;
}
.gx-grid-fixed-header-ie7 > table {
  width: auto;
}

table > .gx-infinite-scrolling-element {
  width: 100%;
  display: block;
}

.gx-tbldsp-container {
  display: table;
}
.gx-tbldsp-container > div {
  display: table-cell;
}
[data-gx-evt],
[data-gx-evt-control] {
  cursor: pointer;
}
.gx-disabled[data-gx-evt],
.gx-disabled[data-gx-evt-control] {
  cursor: auto;
}

/* Start Responsive Popups required Styling */
.gx-responsive-popup.gx-popup {
  position: fixed;
  z-index: 1500;
  margin-top: 0px;
}

.gx-responsive-popup .gx-popup-content > iframe {
  border: none;
}

.gx-responsive-popup div.gx-popup-pdf {
  overflow: hidden;
}

body.gx-popup-opened {
  overflow: hidden;
}

div[data-gx-dynitem-container] {
  display: inline;
}

li[data-gx-dynitem-hook],
input[type="checkbox"].gx-invisible + label {
  display: none;
}

.input-group input[data-gx-password-reveal] {
  width: 100%;
}

input[data-gx-password-reveal] + .gx-pwd-reveal-btn {
  display: table-cell;
}

.gx-pwd-reveal-btn {
  display: none;
}

input[data-gx-password-reveal]::-ms-reveal {
  display: none;
}

.gxwebcomponent-loading {
  opacity: 0;
}

.gx-label {
  font-weight: 700;
}

.gx-form-item {
  padding-right: 15px;
  padding-left: 15px;
}

.gx-default-form-group {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: nowrap;
}

.gx-default-form-group.gx-label-top {
  flex-wrap: wrap;
}

[data-gx-checkbox-title] {
  font-weight: normal;
  margin-left: 5px;
}

.gx-checkbox-wrapper {
  min-height: 27px;
  display: inline-block;
  padding-top: 7px;
  padding-left: 20px;
}

.gx-checkbox-wrapper > input {
  position: absolute;
  margin-left: -20px;
}

.form-control[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}

body:not(.gx-show-input-spinner) input[type="number"] {
  -moz-appearance: textfield;
}

body:not(.gx-show-input-spinner)
  input[type="number"]::-webkit-inner-spin-button,
body:not(.gx-show-input-spinner)
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (min-width: 736px) {
  /* Just in case for compatibility reasons.*/
  .gx-responsive-popup .gx-popup-header {
    float: none;
    width: auto;
  }

  .gx-popup-opened,
  .gx-popup-opened form {
    overflow: hidden;
  }

  .gx-responsive-popup .gx-popup-content iframe {
    overflow: auto;
  }
  .gx-responsive-popup .gx-popup-resize {
    position: absolute;
    bottom: 2px;
    right: 2px;
  }

  .gx-responsive-popup div.iframe-container {
    max-height: calc(100vh - 80px);
  }

  .gx-responsive-popup div.iframe-container > iframe {
    max-height: none !important;
  }

  .gx-responsive-popup.gx-popup-initial .gx-popup-content iframe {
    max-height: calc(
      100vh - 80px
    ); /* 80px harcoded for Header Popup Height. Not good. Flexbox instead? */
    max-width: 100vw;
  }
  .gx-responsive-popup.gx-popup-centered {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50% !important;
    top: 50% !important;
  }

  .gx-responsive-popup.gx-popup-horizontal-center {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
  }
}
@media (max-width: 736px) /*Small and ExtraSmall*/ {
  .gx-responsive-popup .gx-popup-header {
    height: 40px;
  }
  .gx-responsive-popup.gx-popup {
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
  }
  .gx-responsive-popup .gx-popup-content {
    height: calc(
      100% - 40px
    ); /* 40px harcoded for Header Popup Height. Not good. Flexbox instead? */
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .gx-responsive-popup .gx-popup-content > iframe {
    width: 100vw !important;
  }
  .gx-responsive-popup .gx-popup-resize {
    display: none;
  }

  body.gx-popup-opened {
    position: fixed;
  }

  .gx-popup-document {
    width: 100% !important;
  }
}

.gx-multimedia-ro img:not([src=""]) {
  background-image: none;
}

.gx-multimedia-ro img:not([src=""]) + * {
  display: none;
}
/* Bootstrap Float Labels  https://github.com/tonystar/bootstrap-float-label/blob/master/bootstrap-float-label.css */

.has-float-label {
  display: block;
  position: relative;
}
.has-float-label label,
.has-float-label > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 75%;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: -0.5em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
}
.has-float-label label::after,
.has-float-label > span::after {
  content: " ";
  display: block;
  position: absolute;
  background: white;
  height: 2px;
  top: 50%;
  left: -0.2em;
  right: -0.2em;
  z-index: -1;
}
.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.has-float-label .form-control::-moz-placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.has-float-label .form-control:-ms-input-placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.has-float-label .form-control::placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.has-float-label
  .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.has-float-label
  .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 125%;
  opacity: 0.5;
  top: 50%;
  transform: translate(0, -50%);
}

.input-group .has-float-label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.input-group .has-float-label .form-control {
  width: 100%;
  border-radius: 0.25rem;
}
.input-group .has-float-label:not(:last-child),
.input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.input-group .has-float-label:not(:first-child),
.input-group .has-float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}


/* [gx-css-import ignore - end] */
