﻿/* [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] */
.Animation
{
	--gx-animation-type: 'idNative';
}
.GridRow,.WorkWithRowSelected,.WorkWithSelection>TBODY>TR[data-gxselected][data-gxrow],.WorkWithRowHover,.WorkWithSelection>TBODY>TR[data-gxrow]:hover, .WorkWithSelection>TBODY>TR[data-gxrow].gx-row-hovered,.WorkWithHeader,.WorkWith>THEAD>TR,.PromptGrid>THEAD>TR,.ViewGrid>THEAD>TR,.WorkWithSelection>THEAD>TR,.GridWithBorderColorHeader,.GridWithBorderColor>THEAD>TR,.GridNoBorderHeader,.GridNoBorder>THEAD>TR
{
	border-style: none;
	border-width: 0px;
}
.WorkWithRowSelected,.WorkWithSelection>TBODY>TR[data-gxselected][data-gxrow]
{
	border-bottom: 1px;
	border-left: 0;
	border-right: 0;
	border-top: 1px;
	border-style: solid;
}
.WorkWithRowHover,.WorkWithSelection>TBODY>TR[data-gxrow]:hover, .WorkWithSelection>TBODY>TR[data-gxrow].gx-row-hovered
{
	border-top: 1px;
	border-style: solid;
}
.WorkWithHeader,.WorkWith>THEAD>TR,.PromptGrid>THEAD>TR,.ViewGrid>THEAD>TR,.WorkWithSelection>THEAD>TR
{
	border-bottom: 1px solid;
	border-left: 0;
	border-right: 0;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 3px;
	height: 38px;
	vertical-align: middle;
}
.GridWithBorderColorHeader,.GridWithBorderColor>THEAD>TR
{
	border-bottom: 3px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-style: solid;
}
.Tab,.WWTab
{
	border-style: none;
	border-width: 0px;
}
.TabPage,.WWTabPage,.WWTabPageSelected,.WWTabPageHovered,.WWFirstTabPage
{
	border-style: none;
	border-width: 0px;
}
.EmbeddedPage
{
	border-style: none;
	border-width: 0px;
}
.ErrorViewerLine
{
	border-style: none;
	border-width: 0px;
}
.TableRow,.BackgroundColorRow,.WWPagingFooterRow
{
	border-style: none;
	border-width: 0px;
}
.TableCell,.WWPagingFooterCell
{
	border-style: none;
	border-width: 0px;
}
.Popup,.Form .gx-popup.gx-popup-default,.FormNoBackgroundColor .gx-popup.gx-popup-default,.FormBackgroundImage .gx-popup.gx-popup-default,.FormSplitScreen .gx-popup.gx-popup-default,.CostumerForm_PopUp .gx-popup.gx-popup-default
{
	border-style: none;
	border-width: 0px;
}
.CallTarget
{
	border-style: none;
	border-width: 0px;
}
/* [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;
}


.FormNoBackgroundColor #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.FormNoBackgroundColor .gx-call-target {
	overflow: auto;
}

.FormNoBackgroundColor .gx-center-target {
	display: table-cell;
}

.FormNoBackgroundColor .gx-call-target.top {
	height: 15vh;
}

.FormNoBackgroundColor .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.FormNoBackgroundColor .gx-call-target.bottom {
	height: 10vh;
}

.FormNoBackgroundColor .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.FormBackgroundImage #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.FormBackgroundImage .gx-call-target {
	overflow: auto;
}

.FormBackgroundImage .gx-center-target {
	display: table-cell;
}

.FormBackgroundImage .gx-call-target.top {
	height: 15vh;
}

.FormBackgroundImage .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.FormBackgroundImage .gx-call-target.bottom {
	height: 10vh;
}

.FormBackgroundImage .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.FormSplitScreen #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.FormSplitScreen .gx-call-target {
	overflow: auto;
}

.FormSplitScreen .gx-center-target {
	display: table-cell;
}

.FormSplitScreen .gx-call-target.top {
	height: 15vh;
}

.FormSplitScreen .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.FormSplitScreen .gx-call-target.bottom {
	height: 10vh;
}

.FormSplitScreen .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.CostumerForm_PopUp #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.CostumerForm_PopUp .gx-call-target {
	overflow: auto;
}

.CostumerForm_PopUp .gx-center-target {
	display: table-cell;
}

.CostumerForm_PopUp .gx-call-target.top {
	height: 15vh;
}

.CostumerForm_PopUp .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.CostumerForm_PopUp .gx-call-target.bottom {
	height: 10vh;
}

.CostumerForm_PopUp .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;
}


.FormNoBackgroundColor #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.FormNoBackgroundColor .gx-call-target {
	overflow: auto;
}

.FormNoBackgroundColor .gx-center-target {
	display: table-cell;
}

.FormNoBackgroundColor .gx-call-target.top {
	height: 15vh;
}

.FormNoBackgroundColor .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.FormNoBackgroundColor .gx-call-target.bottom {
	height: 10vh;
}

.FormNoBackgroundColor .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.FormBackgroundImage #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.FormBackgroundImage .gx-call-target {
	overflow: auto;
}

.FormBackgroundImage .gx-center-target {
	display: table-cell;
}

.FormBackgroundImage .gx-call-target.top {
	height: 15vh;
}

.FormBackgroundImage .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.FormBackgroundImage .gx-call-target.bottom {
	height: 10vh;
}

.FormBackgroundImage .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.FormSplitScreen #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.FormSplitScreen .gx-call-target {
	overflow: auto;
}

.FormSplitScreen .gx-center-target {
	display: table-cell;
}

.FormSplitScreen .gx-call-target.top {
	height: 15vh;
}

.FormSplitScreen .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.FormSplitScreen .gx-call-target.bottom {
	height: 10vh;
}

.FormSplitScreen .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.CostumerForm_PopUp #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.CostumerForm_PopUp .gx-call-target {
	overflow: auto;
}

.CostumerForm_PopUp .gx-center-target {
	display: table-cell;
}

.CostumerForm_PopUp .gx-call-target.top {
	height: 15vh;
}

.CostumerForm_PopUp .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.CostumerForm_PopUp .gx-call-target.bottom {
	height: 10vh;
}

.CostumerForm_PopUp .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;
}
.gx-switch-Switch .on
{
	background-color: #5cb85c !important;
	color: #fff !important;
}
.gx-switch-Switch .off
{
	background-color: #eee !important;
	color: #000 !important;
}
.Flex
{
	border-style: none;
	border-width: 0px;
}
.GridColumn,.WWIconActionColumn,.ActionColumn,.WWColumn,.WWSecondaryColumn,.WWTextActionColumn,.WWColumnItalic,.WWColumnLineThrough,.WWColumnUnderline,.WWActionGroupColumn,.WWColumnSuccess,.WWColumnDanger,.WWColumnWarning,.WWColumnGray,.WWColumnBold,.WWColumnInfo,.WWActionColumn,.WWOptionalColumn,.TagColumn,.OptionalColumn
{
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	border-style: none;
	border-width: 0px;
}
.WWIconActionColumn
{
	width: 52px;
}
.ActionColumn
{
	width: 36px;
}
.WWColumn,.WWSecondaryColumn,.WWTextActionColumn,.WWColumnItalic,.WWColumnLineThrough,.WWColumnUnderline,.WWActionGroupColumn,.WWColumnSuccess,.WWColumnDanger,.WWColumnWarning,.WWColumnGray,.WWColumnBold,.WWColumnInfo,.WWActionColumn,.WWOptionalColumn
{
	white-space: normal;
	vertical-align: middle;
	text-overflow: ellipsis;
}
.WWActionGroupColumn
{
	width: 52px;
}
.WWColumnGray
{
	background-color: #f7f7f7;
}
.WWActionColumn
{
	padding-left: 10px;
	padding-right: 10px;
	width: 52px;
}
.WWOptionalColumn
{
	padding-bottom: 9px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	visibility: visible;
}
.TagColumn
{
	padding-right: 5px;
	width: 30px;
}
.Section,.TextBlockTitleMaterial_cell,.TabContainer,.OrdersCell,.WWGridCell,.ViewGridCell,.ViewGridCellAdvanced,.WWGridCellExpanded,.ToggleCell,.ToolbarCellClass,.HeaderLine,.gx-navbar-inner,.ContentPlace,.ReservedSpaceCell,.FormCell,.FormCellSimple,.FormCellAdvanced,.SubtitleContainer,.TopLeftSeparateCell,.PopupSections,.PopupContent,.PopupHeader,.WWTabStrip,.WWActionGroupList,.FilterSearchAttributeSelectorClass,.DateFilterSearchAttributeSelectorClass,.CleanFiltersIcon,.NotificationFontIconGrid,.NotificationSubtitleCell,.NotificationItemRight,.NotificationContent,.NotificationItemContent,.HomeModulesBigIconCell,.HomeModulesBigDescriptionCell,.CellExtendedComboFL,.CellSplitScreenFS,.CellMarginBottom10,.CellNoPaddingRightSplitScreenTabs,.CellTableRightAssociation,.CellViewTab,.EditableGridCell_LinedAtts,.CardImageCell,.TableViewCardsCell,.ViewCardCellWidth40,.ViewCardCellWidth60,.ViewGridNoBorderCell,.NestedGridCell,.CardLongDescriptionOnHover,.TableTransactionTemplate,.EditForm,.CellLoginUserName,.LandingPurusHeaderCell,.WizardStepsContainerCell,.FontUserIcon,.WorkWithTitle,.HorizontalMenuCell,.PanelCardContainer,.page-content,.ActionGroupGrouped,.SectionFSData,.StepNumberBulletCell,.MergeLabelCell,.CellWidthAuto,.CellWidthAuto100ExtraSmall,.WWActionsCell,.ViewActionsCell,.ViewGridActionsCell,.ViewActionsBackCell,.WWFiltersCell,.WWFiltersCellCollapsed,.WWAdvancedBarCell,.ViewAdvancedBarCell,.PromptAdvancedBarCell,.VerticalCenteredCell,.CellNoPaddingHorizontal,.CellBannerModules,.CellNoPaddingRight,.CellMarginTop,.CellMarginTopAssociationButtons,.CellMarginBottom15,.ViewCellRightItem,.CellMarginLeft15,.CellMarginLeft30,.WorkWithCell,.ShowMenuImageCell,.ShowMenuImageCellNotFixed,.ShowMenuImageCellNotFixedRight,.ShowMenuImageCellNotFixedRightNavTabs,.CellAlignRight,.CellAlignRightWithMargin,.CellMenuIcon,.CellMarginTopInExtraSmall,.DataContentCell,.RequiredDataContentCell,.DataContentCell_TB2_100,.DataContentCellLogin,.RequiredDataContentCellLogin,.DataContentCellView,.LabelCell,.DataContentCellFL,.RequiredDataContentCellFL,.CellMarginLeft,.CellViewTextBlockTitle,.CellViewAttributeTitle,.CellViewTableTitle,.CellTextBlockTitleWWP,.CellPaddingBottom,.CellFloatRight,.CellTableAssociationButtons,.TableSuborLevelCell,.ExportOptionsPanellCell,.CellTableContentHolderFixed,.MasterHeaderCell,.MasterHeaderCellNoBackground,.AssociationTitleCell,.CellNoMarginBottom,.CellAttributeSearch,.CellAlignTop,.CellAlignTopPaddingTop10,.CellAlignTopPaddingTop2,.CellAlignCenter,.CellPaddingLeft10,.ColumnSettingsContainer,.ColumnSettingsRangeContainer,.ColumnSettingsRangeContainerDiv,.ColumnSettingsRangeContainerSpan,.CellWidth_6_25,.CellWidth_12_5,.CellWidth_93_75,.CellWidth_87_5,.PromptFiltersCell,.CellAssociationAttributeTitle,.FSLineSeparatorCell,.StepNumberCell,.StepContainerCell,.TableStepNumberCell,.AttributeStepCell,.AttributeStepBulletCell,.TextBlockWizardDescriptionCell,.WWColumnFirstColumn,.WWColumnDangerFirstColumn,.WWColumnDangerSingleCell,.WWColumnWarningFirstColumn,.WWColumnWarningSingleCell,.WWColumnSuccessFirstColumn,.WWColumnSuccessSingleCell,.WWColumnGrayFirstColumn,.WWColumnGraySingleCell,.WWColumnInfoFirstColumn,.WWColumnInfoSingleCell,.PaginationBar,.PaginationBarEmptyGrid,.CellPaddingLeftRight0XS,.CellMarginLogin,.CellMarginLoginImageLeft,.CellPaddingLogin,.CellTableContentMaster,.CellTableContentMasterVertMenuNotFixed,.CellTitleMaster,.CellTitleMasterFixed,.CellTitleMasterFixed_HorizontalMenu,.CellTitleMasterHorizontalMenu,.CellTitleMasterHorizontalMenu_HeaderFixed,.CellTitleMasterLandingPurus,.HorizontalMenuIcon,.MasterFooterCellVM,.MasterFooterCellFixedVM,.MasterFooterCellFixedHM,.MasterFooterCellFixedVMSidebarImage,.MasterFooterCellHM,.MasterFooterCellVMSidebarImage,.CellTableContentWithFooter,.CellTableContentHorizontalMenu,.CellTableContentHorizontalMenuFixedTitle,.CellTableContentHorizontalMenuFixedHeader,.CellMarginTop10,.TagAfterText,.TagBeforeText,.ShowMenuImageCellCircle,.LogoCellFixedHeader,.LogoCellNotFixedHeader,.TableUserRoleCell,.MoreInfoCardCell,.MoreInfoAdminCell,.AdminDashboardIcon,.MoreInfoAdminIcon,.ProgressCardCell,.ProgressCardCellDanger,.ProgressCardCellWarning,.ProgressCardCellInfo,.ProgressCardCellSuccess,.ProgressCardCellBaseColor,.ProgressCardCellInfoLight,.ProgressCardContentCell,.ProgressCardIcon,.ProgressCardIconDanger,.ProgressCardIconWarning,.ProgressCardIconInfo,.ProgressCardIconSuccess,.ProgressCardIconBaseColor,.ProgressCardIconInfoLight,.ProgressAdminCardIcon,.ProgressAdminCardCellIcon,.CellMarginTopMedium,.CellMarginTopExtraSmall,.CellTitleMasterNoBackground,.ProgressAdminCardCell,.SimpleCardTableActionsCell,.ActionGroupHeaderFontIcon,.FontColorIcon,.FontColorIconDanger,.FontColorIconWarning,.FontColorIconSuccess,.FontColorIconInfo,.FontColorIconInfoLight,.FontColorIconSmall,.ChatGridCell,.ChatImageCell,.ChatImageCellBaseColor,.ChatMessageCell,.ChatMessageCellBaseColor,.ConvertToDDO,.CellWWLink,.CellWWLinkPanel,.CellPaddingTop10,.ImageMenuIcon,.CardMaterialMoreInfoIcon,.PanelChat,.FontIconTopRightActions,.CellMarginPrompt,.GAMIconLogin,.GridGroupTitle,.CellPaddingLeft30,.CardsMenuIcon,.ButtonAddGridLineCell,.HomeModulesBigTitleCell,.HomeModulesBackImageCell,.HomeModulesTitleCell,.HomeModulesIcon,.HomeModulesBigIcon,.HomeModulesIconCell,.PopupContentCell,.CellPaddingTop5,.CellHeaderBar,.NotificationFontIcon,.NotificationFontIconDanger,.NotificationFontIconSuccess,.NotificationFontIconInfo,.NotificationFontIconWarning,.NotificationFontIconBaseColor,.NotificationFontIconInfoLight,.BreadCrumbIcon,.ObjectFitCoverFix,.ObjectFitCover,.CellFSSplitScreen,.CellTitleViewSplitScreen,.CellLeftSplitScreen,.CellWCSplitScreen,.CellWCSplitScreenWithTabs,.AttributeCardsMenuTitleCell,.ActionGroupColorFilledActions,.CSTitleIcon,.CSTitleIconDanger,.CSDropDownFI,.CSDropDownFilter,.CellMarginTop30,.FontColorIconBookmark,.FontColorIconBookmarkAdded,.FontColorIconBookmarkTitle,.FontColorIconBookmarkTitleAdded,.SimpleCardIconPadding,.FontIconMenu,.CellPaddingRight30,.CellWWLinkRight40,.CellWWLinkRight60,.ProductsCardFreeStyleCell,.HeaderImageCell,.TreeViewCell,.DashboardMenuIconCell,.DashboardIcon,.DashboardWithCalendarLeftContentCell,.DashboardWithCalendarRightContentCell,.TreeViewGridCell,.CellMax400,.FooterBlackCell,.LandingPurusFooterCell,.LandingPurusFooterCellNoBorder,.LandingPurusFontIconFooter,.SectionSloganHeaderLandingPurus,.CellPaddingTop80,.CellPaddingTop50,.FontIconLandingPurus,.LandingPurusVideoCell,.LandingPurusFeaturesCell,.CellPaddingBottom80,.LandingPurusTestimonialsCell,.LandingPurusTestimonialTitleCell,.CellPadding0,.LandingPurusContactCell,.LandingPurusCustomersCell,.CellPaddingBottom50,.CellMarginTop80,.HorizontalStickyMenuHeaderCell,.TopRightFixedHeader,.CellAttributeHeader,.BackgroundDefined,.CellPaddingTop95,.section2_p1,.PageTitleClass,.TableTitle,.TextoLargo,.CellPaddingRightx100,.PanelBanner,.MenuFooter,.ViewHeaderCell,.CellHeaderBarBO,.footer_divisor_cell,.section1_p1,.table_divisor,.table_section2_cell,.s1_t1_Grid1_Cell,.table_section4_cell,.table_section5_cell,.s2_t1_Img1_cell,.s2_t1_t1_img1_cell,.s3_g1,.s3_g1_cell,.s3_g1_img1_cell,.s4_t1_txt1_cell,.s4_t1_txt2_cell,.s4_t1_t1_txt1_cell,.s4_t1_t1_img1_cell,.s5_t1_txt2_cell,.s6_g1_cell,.input_form_checkbox_cell,.wp_section2_cell,.wp_section1_cell,.n_box_title_white_cell_right,.n_box_text_cell_right,.n_box_divisor_cell_right,.n_box_divisor_cell_left,.n_box_text_cell_left,.n_box_title_white_cell_left,.n_s8_g1_cell,.dam_s6_g1_cell,.dam_table_divisor_cell,.dam_s3_t1_cell,.dam_s4_t1_cell,.dam_section5_cell,.dam_s5_g1_cell,.dam_s5_t1_cell,.dam_s5_g1_t1_Img1_cell,.c_s4_cell,.s_section6_cell,.s_section7_cell,.s_section8_cell,.s_s8_t1_cell,.s_s2_Img1_cell,.s_plan_caracteristica_cell,.s_s7_g1_cell,.s_s7_g2_cell,.headerImage_cell,.TableActionGroup
{
	border-style: none;
	border-width: 0px;
}
.TextBlockTitleMaterial_cell
{
	margin-top: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.CellTabsIFrameHorizontal
{
	padding-right: 30px;
}
.WizardStepsContainerCell
{
	padding-left: 0px;
}
.FontUserIcon
{
	margin-right: 7px;
}
.WorkWithTitle
{
	padding-left: 5pt;
}
.HorizontalMenuCell
{
	overflow: hidden;
	position: absolute;
	height: 37px;
}
.PanelCardContainer
{
	padding-bottom: 15px;
}
.page-content
{
	width: 80%;
}
.ActionGroupGrouped
{
	line-height:38px;
}
.SectionFSData
{
	border-bottom: 1px solid;
	border-bottom-color: #eaeaea;
	border-right-color: #eaeaea;
	border-right: 1px solid;
	margin-right: -1px;
	max-height: 300px;
	overflow-y: scroll;
}
.StepNumberBulletCell
{
	padding-top: 3px;
	text-align: center;
}
.MergeLabelCell
{
	padding-right: 0px;
	padding-top: 7px;
	text-align: right;
}
.CellWidthAuto,.CellWidthAuto100ExtraSmall
{
	width: auto;
}
.WWActionsCell,.ViewActionsCell,.ViewGridActionsCell,.ViewActionsBackCell
{
	text-align: right;
}
.WWFiltersCell,.WWFiltersCellCollapsed
{
	padding-bottom: 15px;
}
.VerticalCenteredCell
{
	float: none;
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.CellNoPaddingHorizontal,.CellBannerModules
{
	padding-left: 0px;
	padding-right: 0px;
}
.CellBannerModules
{
	margin-top: -15px;
}
.CellNoPaddingRight
{
	padding-right: 0px;
}
.CellMarginTop,.CellMarginTopAssociationButtons
{
	margin-top: 15px;
}
.CellMarginBottom15
{
	margin-bottom: 15px;
}
.ViewCellRightItem
{
	line-height:34px;
}
.CellMarginLeft15
{
	margin-left: 15px;
}
.CellMarginLeft30
{
	margin-left: 30px;
}
.ShowMenuImageCell,.ShowMenuImageCellNotFixed,.ShowMenuImageCellNotFixedRight,.ShowMenuImageCellNotFixedRightNavTabs
{
	left: 224px;
	position: fixed;
	top: 0px;
	width: auto;
}
.ShowMenuImageCellNotFixed,.ShowMenuImageCellNotFixedRight,.ShowMenuImageCellNotFixedRightNavTabs
{
	left: 239px;
	position: absolute;
}
.ShowMenuImageCellNotFixedRight,.ShowMenuImageCellNotFixedRightNavTabs
{
	left: 275px;
}
.CellAlignRight
{
	text-align: right;
}
.CellAlignRightWithMargin
{
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
	width: auto;
}
.CellMenuIcon
{
	left: 175px;
	padding-top: 3px;
	position: absolute;
}
.DataContentCell,.RequiredDataContentCell,.DataContentCell_TB2_100,.DataContentCellLogin,.RequiredDataContentCellLogin,.DataContentCellView,.LabelCell,.DataContentCellFL,.RequiredDataContentCellFL
{
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 2px;
	white-space: nowrap;
	vertical-align: middle;
}
.DataContentCellLogin,.RequiredDataContentCellLogin
{
	padding-left: 15px;
	padding-right: 15px;
}
.DataContentCellView
{
	white-space: normal;
}
.LabelCell
{
	margin-bottom: 15px;
	padding-top: 7px;
	text-align: right;
}
.DataContentCellFL,.RequiredDataContentCellFL
{
	padding-bottom: 0px;
	padding-top: 0px;
}
.CellMarginLeft
{
	margin-left: 10px;
}
.CellViewTextBlockTitle
{
	padding-right: 0px;
	padding-top: 4px;
}
.CellViewAttributeTitle
{
	padding-left: 0px;
	padding-top: 4px;
}
.CellViewTableTitle
{
	padding-bottom: 15px;
}
.CellTextBlockTitleWWP
{
	background-color: #f7f7f7;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-top: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	padding-right: 5px;
	padding-top: 5px;
	border-top-style:solid;
	 border-top-color: #D9D9D9;
}
.CellPaddingBottom
{
	border-style: solid;
	padding-bottom: 15px;
	border-top-width:1px;
}
.CellFloatRight
{
	float: right;
}
.CellTableAssociationButtons
{
	padding-right: 5px;
	padding-top: 88px;
	height: 350px;
	text-align: center;
}
.TableSuborLevelCell
{
	padding-top: 10px;
}
.ExportOptionsPanellCell
{
	margin-left: 20px;
	padding-top: 10px;
}
.CellTableContentHolderFixed
{
	margin-top: 47px;
}
.MasterHeaderCell,.MasterHeaderCellNoBackground
{
	background-color: white;
	border-bottom: 1px solid;
	border-bottom-color: #e7e7e7;
	padding-left: 35px;
	z-index: 1011;
	height: 61px;
}
.MasterHeaderCellNoBackground
{
	background-color: transparent;
}
.AssociationTitleCell
{
	padding-right: 3pt;
	height: 25px;
	white-space: nowrap;
	vertical-align: middle;
}
.CellNoMarginBottom
{
	margin-bottom: 0px;
}
.CellAttributeSearch
{
	border-bottom-color: #001d35;
	border-left-color: #001d35;
	border-right-color: #001d35;
	border-top-color: #001d35;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	z-index: 1100;
	height: 35px;
	line-height:22px;
}
.CellAlignTop,.CellAlignTopPaddingTop10,.CellAlignTopPaddingTop2
{
	vertical-align: top;
}
.CellAlignTopPaddingTop10
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.CellAlignTopPaddingTop2
{
	padding-top: 2px;
}
.CellAlignCenter
{
	text-align: center;
}
.CellPaddingLeft10
{
	padding-left:10px !important;
}
.ColumnSettingsContainer
{
	position: relative;
	display: -webkit-box;
	 display: -moz-box;
	display: -ms-flexbox;
	 display: -webkit-flex;
	display:flex;
	 -webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.ColumnSettingsRangeContainer
{
	margin-bottom: 10px;
	width: 180px;
	display: table;
	text-align: right;
}
.ColumnSettingsRangeContainerDiv
{
	float: right;
	width: 123px;
}
.ColumnSettingsRangeContainerSpan
{
	padding-right: 10px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	line-height:28px;
}
.CellWidth_6_25
{
	width: 6.25%;
}
.CellWidth_12_5
{
	width: 12.5%;
}
.CellWidth_93_75
{
	width: 83.75%;
}
.CellWidth_87_5
{
	width: 87.5%;
}
.PromptFiltersCell
{
	padding-bottom: 10px;
	padding-top: 10px;
}
.CellAssociationAttributeTitle
{
	padding-left: 0px;
	padding-top: 4px;
}
.FSLineSeparatorCell
{
	border-bottom: 1px;
	border-bottom-color: #eaeaea;
	border-style: solid;
	padding-bottom: 5px;
	padding-top: 5px;
}
.StepNumberCell
{
	padding-top: 1px;
}
.StepContainerCell
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.TableStepNumberCell
{
	padding-left: 15px;
	padding-right: 5px;
}
.AttributeStepCell
{
	height: 60px;
	padding-right:15px !important;
}
.AttributeStepBulletCell
{
	padding-top: 5px;
	text-align: center;
}
.TextBlockWizardDescriptionCell
{
	padding-top: 20px;
}
.WWColumnFirstColumn,.WWColumnDangerFirstColumn,.WWColumnDangerSingleCell,.WWColumnWarningFirstColumn,.WWColumnWarningSingleCell,.WWColumnSuccessFirstColumn,.WWColumnSuccessSingleCell,.WWColumnGrayFirstColumn,.WWColumnGraySingleCell,.WWColumnInfoFirstColumn,.WWColumnInfoSingleCell
{
	box-shadow: 2px 0px 0px 0px inset;
}
.WWColumnDangerFirstColumn,.WWColumnDangerSingleCell
{
	box-shadow: 2px 0px 0px 0px Danger_CondForm inset;
	-webkit-box-shadow:3px 0 0 #D73D32 inset;
}
.WWColumnDangerSingleCell
{
	box-shadow: 2px 0px 0px 0px Danger_CondForm inset;
}
.WWColumnWarningFirstColumn,.WWColumnWarningSingleCell
{
	box-shadow: 2px 0px 0px 0px Warning inset;
	-webkit-box-shadow:3px 0 0 #F4B400 inset;
}
.WWColumnWarningSingleCell
{
	box-shadow: 2px 0px 0px 0px Warning inset;
}
.WWColumnSuccessFirstColumn,.WWColumnSuccessSingleCell
{
	box-shadow: 2px 0px 0px 0px Success_CondForm inset;
	-webkit-box-shadow:3px 0 0 #53A93F inset;
}
.WWColumnSuccessSingleCell
{
	box-shadow: 2px 0px 0px 0px Success_CondForm inset;
}
.WWColumnGrayFirstColumn,.WWColumnGraySingleCell
{
	box-shadow: 2px 0px 0px 0px #808080 inset;
	-webkit-box-shadow:3px 0 0 #808080 inset;
}
.WWColumnGraySingleCell
{
	box-shadow: 2px 0px 0px 0px #808080 inset;
}
.WWColumnInfoFirstColumn,.WWColumnInfoSingleCell
{
	box-shadow: 2px 0px 0px 0px Info_CondForm inset;
	-webkit-box-shadow:3px 0 0 #008CFF inset;
}
.WWColumnInfoSingleCell
{
	box-shadow: 2px 0px 0px 0px Info_CondForm inset;
}
.PaginationBar,.PaginationBarEmptyGrid
{
	border-style: solid;
	border-width: 1px;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.CellMarginLogin,.CellMarginLoginImageLeft
{
	margin-top: 5%;
	padding-left: 30px;
}
.CellMarginLoginImageLeft
{
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5%;
	vertical-align: top;
	padding-top:calc(50vh - 290px);
}
.CellPaddingLogin
{
	padding-top: 15px;
}
.CellTableContentMaster,.CellTableContentMasterVertMenuNotFixed
{
	margin-top: 50px;
	padding-left: 30px;
}
.CellTableContentMasterVertMenuNotFixed
{
	margin-top: 0px;
	padding-right: 0px;
	width:calc(100% - 239px);
	padding-left:30px !important;
}
.CellTitleMaster,.CellTitleMasterFixed,.CellTitleMasterFixed_HorizontalMenu,.CellTitleMasterHorizontalMenu,.CellTitleMasterHorizontalMenu_HeaderFixed,.CellTitleMasterLandingPurus
{
	z-index: 1;
}
.CellTitleMasterFixed,.CellTitleMasterFixed_HorizontalMenu
{
	left: 0px;
	margin-bottom: 0px;
	margin-left: 224px;
	position: fixed;
	z-index: 5;
}
.CellTitleMasterFixed_HorizontalMenu
{
	margin-left: 0px;
}
.CellTitleMasterHorizontalMenu,.CellTitleMasterHorizontalMenu_HeaderFixed
{
	padding-left: 50px;
}
.CellTitleMasterHorizontalMenu_HeaderFixed
{
	left: 0px;
}
.CellTitleMasterLandingPurus
{
	border-bottom: none;
	padding-left: 45px;
	padding-right: 15px;
	padding-top: 67px;
	display: none;
	color: transparent;
}
.HorizontalMenuIcon
{
	padding-right: 7px;
	font-size: 12px;
}
.MasterFooterCellVM,.MasterFooterCellFixedVM,.MasterFooterCellFixedHM,.MasterFooterCellFixedVMSidebarImage,.MasterFooterCellHM,.MasterFooterCellVMSidebarImage
{
	background-image: none;
	bottom: 0px;
	padding-left: 254px;
	position: absolute;
	z-index: 1008;
}
.MasterFooterCellFixedVM,.MasterFooterCellFixedHM,.MasterFooterCellFixedVMSidebarImage
{
	left: 0px;
	padding-left: 239px;
	position: fixed;
}
.MasterFooterCellFixedHM
{
	padding-left: 15px;
}
.MasterFooterCellFixedVMSidebarImage
{
	padding-left: 275px;
}
.MasterFooterCellHM
{
	padding-left: 15px;
}
.MasterFooterCellVMSidebarImage
{
	padding-left: 290px;
}
.CellTableContentWithFooter
{
	padding-bottom:60px
             !important;
}
.CellTableContentHorizontalMenu,.CellTableContentHorizontalMenuFixedTitle,.CellTableContentHorizontalMenuFixedHeader
{
	padding-left: 30px;
	padding-right: 15px;
}
.CellMarginTop10
{
	margin-top: 10px;
}
.TagAfterText
{
	margin-left: 5px;
	margin-right: 0px;
}
.TagBeforeText
{
	margin-right: 5px;
}
.ShowMenuImageCellCircle
{
	background-color: white;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	box-shadow: 0px 2px 2px 0px rgba(153,153,153,0.14);
}
.LogoCellFixedHeader,.LogoCellNotFixedHeader
{
	margin-left: -15px;
	padding-left: 15px;
	position: absolute;
	height: 50px;
	width: 224px;
}
.LogoCellNotFixedHeader
{
	width: 239px;
}
.TableUserRoleCell
{
	width: 100%;
}
.MoreInfoCardCell
{
	border-style: solid;
	border-width: 1px;
	margin-top: 15px;
	padding-top: 10px;
	width: 100%;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.MoreInfoAdminCell
{
	background-color: rgba(0,0,0,0.1);
	margin-left: 5px;
	margin-top: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	width:calc(100% - 10px);
}
.AdminDashboardIcon
{
	position: absolute;
	right: 20px;
	top: 0px;
	color: rgba(0,0,0,0.15);
	transition:all .3s linear;
	font-size:90px !important;
}
.MoreInfoAdminIcon
{
	color: rgba(255,255,255,0.8);
	font-size:16px !important;
}
.ProgressCardCell,.ProgressCardCellDanger,.ProgressCardCellWarning,.ProgressCardCellInfo,.ProgressCardCellSuccess,.ProgressCardCellBaseColor,.ProgressCardCellInfoLight
{
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 67px;
}
.ProgressCardCellDanger
{
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}
.ProgressCardCellWarning
{
	background-image: none;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}
.ProgressCardCellInfo
{
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}
.ProgressCardCellSuccess
{
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}
.ProgressCardCellBaseColor
{
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}
.ProgressCardCellInfoLight
{
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}
.ProgressCardContentCell
{
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.ProgressCardIcon,.ProgressCardIconDanger,.ProgressCardIconWarning,.ProgressCardIconInfo,.ProgressCardIconSuccess,.ProgressCardIconBaseColor,.ProgressCardIconInfoLight
{
	font-size: 17px;
}
.ProgressAdminCardIcon
{
	color: white;
	text-align: center;
	line-height:90px;
}
.ProgressAdminCardCellIcon
{
	background-color: rgba(0,0,0,0.2);
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 90px;
	text-align: center;
}
.CellTitleMasterNoBackground
{
	padding-top: 15px;
}
.ProgressAdminCardCell
{
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	padding-bottom: 8px;
	padding-top: 8px;
}
.SimpleCardTableActionsCell
{
	border-style: solid;
	border-width: 1px;
	padding-bottom: 13px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 13px;
	border-bottom:0;
	border-left:0;
	border-right:0;
}
.ActionGroupHeaderFontIcon
{
	font-size: 16px;
}
.FontColorIcon,.FontColorIconDanger,.FontColorIconWarning,.FontColorIconSuccess,.FontColorIconInfo,.FontColorIconInfoLight,.FontColorIconSmall
{
	font-size: 17px;
}
.FontColorIconSmall
{
	padding-bottom: 3px;
	padding-top: 3px;
	font-size:12px !important;
}
.ChatGridCell
{
	overflow: auto;
	max-height: 400px;
}
.ChatImageCell,.ChatImageCellBaseColor
{
	width: 47px;
	vertical-align: top;
}
.ChatMessageCell,.ChatMessageCellBaseColor
{
	background-color: #d2d6de;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-left: 10px;
	overflow: hidden;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	height: 31px;
	width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	line-height:20px;
}
.ChatMessageCellBaseColor
{
	margin-left: 0px;
	color: white;
}
.ConvertToDDO
{
	background-color: transparent;
	height: auto;
	text-indent: 0px;
	box-shadow:none;
}
.CellWWLink,.CellWWLinkPanel
{
	float: right;
	margin-top: -1px;
	right: 15px;
	top: 12px;
	z-index: 2;
	width: auto;
	padding-bottom: 0 !important;
	height:0 !important;
}
.CellWWLinkPanel
{
	top: 4px;
}
.CellPaddingTop10
{
	padding-top: 10px;
}
.ImageMenuIcon
{
	padding-bottom: 23px;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 23px;
	font-size:24px !important;
}
.CardMaterialMoreInfoIcon
{
	margin-right: 5px;
	color: #999;
}
.PanelChat
{
	max-width: 500px;
}
.FontIconTopRightActions
{
	margin-left: 2px;
	margin-right: 7px;
}
.CellMarginPrompt
{
	margin-bottom: 15px;
	margin-left: 15px;
}
.GAMIconLogin
{
	padding-left: 5px;
	padding-right: 5px;
	color: #555;
	font-size:17px;
}
.GridGroupTitle
{
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	text-align: center;
	vertical-align: bottom;
}
.CellPaddingLeft30
{
	padding-left: 30px;
}
.CardsMenuIcon
{
	padding-bottom: 7px;
	padding-top: 36px;
	color: white;
}
.ButtonAddGridLineCell
{
	margin-top: -30px;
}
.HomeModulesBigTitleCell
{
	padding-bottom: 15px;
	padding-top: 12px;
}
.HomeModulesBackImageCell
{
	z-index: 0;
}
.HomeModulesTitleCell
{
	padding-top: 95px;
	z-index: 1;
}
.HomeModulesIcon
{
	padding-top: 3px;
	color: white;
}
.HomeModulesBigIcon
{
	color: white;
}
.HomeModulesIconCell
{
	z-index: 1;
	text-align: center;
}
.PopupContentCell
{
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-top: 0px;
	padding-left: 30px;
	padding-bottom:15px !important;
}
.CellPaddingTop5
{
	padding-top: 5px;
}
.CellHeaderBar
{
	width: 100%;
}
.NotificationFontIcon,.NotificationFontIconDanger,.NotificationFontIconSuccess,.NotificationFontIconInfo,.NotificationFontIconWarning,.NotificationFontIconBaseColor,.NotificationFontIconInfoLight
{
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	border-bottom-right-radius: 100%;
	border-bottom-left-radius: 100%;
	margin-right: 15px;
	padding-bottom: 13px;
	padding-top: 13px;
	width: 40px;
	font-size: 14px;
	color: white;
	text-align: center;
	text-indent: 0px;
}
.BreadCrumbIcon
{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	font-size:20px !important;
	color:transparent;
}
.ObjectFitCoverFix
{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size:cover;
}
.ObjectFitCover
{
	object-fit:scale-down;
}
.CellFSSplitScreen
{
	border-style: solid;
	border-width: 1px;
	padding-left: 0px;
	padding-right: 0px;
	overflow-x:hidden;
	overflow-y:auto;
	max-height:calc(100vh - 270px);
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.CellTitleViewSplitScreen
{
	padding-bottom: 20px;
	padding-left: 35px;
	padding-right: 0px;
	padding-top: 10px;
	z-index: 1;
}
.CellLeftSplitScreen
{
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.05);
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	width: 400px;
}
.CellWCSplitScreen
{
	margin-top: 15px;
	width:calc(100% - 430px);
}
.CellWCSplitScreenWithTabs
{
	padding-top: 28px;
	height:calc(100vh - 177px);
}
.AttributeCardsMenuTitleCell
{
	padding-left: 20px;
	padding-right: 20px;
}
.ActionGroupColorFilledActions
{
	padding-left: 4px;
	padding-top: 4px;
}
.CSTitleIcon,.CSTitleIconDanger
{
	font-size: 11px;
	text-indent: 0px;
	display:block !important;
}
.CSDropDownFI
{
	margin-right: 7px;
	vertical-align: middle;
}
.CSDropDownFilter
{
	margin-left: -20px;
	padding-right: 7px;
	vertical-align: middle;
}
.CellMarginTop30
{
	margin-top: 30px;
}
.FontColorIconBookmark,.FontColorIconBookmarkAdded
{
	margin-left: 2px;
	margin-right: 7px;
	font-size: 14px;
}
.FontColorIconBookmarkTitle,.FontColorIconBookmarkTitleAdded
{
	font-size: 19px;
}
.SimpleCardIconPadding
{
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 10px;
}
.FontIconMenu
{
	font-size: 16px;
	vertical-align: middle;
}
.CellPaddingRight30
{
	padding-right: 30px;
}
.ProductsCardFreeStyleCell
{
	padding-left: 30px;
}
.HeaderImageCell
{
	width: 211px;
}
.TreeViewCell
{
	margin-right: 15px;
	min-width: 285px;
}
.DashboardMenuIconCell
{
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	width: 152px;
	text-align: center;
}
.DashboardIcon
{
	margin-right: 0px;
}
.DashboardWithCalendarLeftContentCell
{
	margin-right: 15px;
	width:calc(100% - 365px);
}
.DashboardWithCalendarRightContentCell
{
	width: 350px;
}
.TreeViewGridCell
{
	width:calc(100% - 300px);
}
.CellMax400
{
	max-width: 400px;
}
.FooterBlackCell
{
	background-color: #001d35;
	padding-bottom: 20px;
	padding-left: 15px;
	z-index: 1;
}
.LandingPurusFooterCell,.LandingPurusFooterCellNoBorder
{
	border-style: solid;
	padding-bottom: 30px;
	text-align: left;
	border-left:0;
	border-top:0;
	border-bottom:0;
}
.LandingPurusFooterCellNoBorder
{
	border-style: none;
}
.LandingPurusFontIconFooter
{
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
	border-style: solid;
	border-width: 2px;
	border-top-left-radius: 29px;
	border-top-right-radius: 29px;
	border-bottom-right-radius: 29px;
	border-bottom-left-radius: 29px;
	padding-top: 4px;
	height: 29px;
	width: 29px;
	font-size: 18px;
	color: white;
	text-align: center;
}
.SectionSloganHeaderLandingPurus
{
	background-image: url(../SloganHeader.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	text-align: left;
	background-size:cover;
	image-rendering: pixelated;
}
.CellPaddingTop80
{
	padding-top: 80px;
}
.CellPaddingTop50
{
	padding-top: 50px;
}
.FontIconLandingPurus
{
	padding-left: 10px;
	color: #58c4db;
	line-height:102px !important;
}
.LandingPurusVideoCell
{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 130px;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 130px;
	width: 1170px;
}
.LandingPurusFeaturesCell
{
	background-image: url(../LandingPurusServices.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}
.CellPaddingBottom80
{
	padding-bottom: 80px;
}
.LandingPurusTestimonialsCell
{
	background-image: url(../LandingPurusTestimonialsBackground.jpg);
	background-repeat: no-repeat;
	padding-bottom: 50px;
	padding-top: 275px;
}
.LandingPurusTestimonialTitleCell
{
	margin-left: 60px;
	margin-top: 40px;
	text-align: left;
}
.CellPadding0
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.LandingPurusContactCell,.LandingPurusCustomersCell
{
	background-image: url(../LandindPurusContactBackground.jpg);
	background-repeat: no-repeat;
	margin-top: -100px;
	padding-bottom: 108px;
	padding-top: 148px;
	background-size:cover;
}
.LandingPurusCustomersCell
{
	background-image: url(../LandingPurusCustomersBackground.jpg);
}
.CellPaddingBottom50
{
	padding-bottom: 50px;
}
.CellMarginTop80
{
	margin-top: 40px;
}
.HorizontalStickyMenuHeaderCell
{
	transform:translatey(-100%);
	transition:transform .3s ease;
	-webkit-backface-visibility:hidden;
	-webkit-transform:translatey(-100%);
	-webkit-transition:-webkit-transform .33s ease;
}
.TopRightFixedHeader
{
	padding-right: 15px;
}
.CellAttributeHeader
{
	z-index: 1100;
	line-height:22px;
}
.BackgroundDefined
{
	background-image: url(../ActionAdd.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size:cover;
	padding-top: calc( 50vh - 92px);
	padding-top: max(150px, 50vh - 92px);
	padding-bottom: calc( 50vh - 85px);
	padding-bottom: max(70px, 50vh - 85px);
}
.CellPaddingTop95
{
	padding-top: 95px;
}
.section2_p1
{
	z-index: 3;
}
.PageTitleClass
{
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-left: 60px;
	padding-top: 15px;
	display: inline-block;
	color: #fff;
}
.TableTitle
{
	background-color: #001d35;
	margin-top: -0.55px;
}
.TextoLargo
{
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	height: 300px;
	max-height: 300px;
}
.CellPaddingRightx100
{
	padding-left: 100px;
}
.PanelBanner
{
	background-color: #fff;
	background-image: url(../WorkWithPlusTheme/black___copia.png);
	margin-left: 30px;
	margin-top: -330px;
	position: absolute;
	color: #fff;
	background: scroll 0% 0% transparent !important;
}
.MenuFooter
{
	text-align: center;
}
.ViewHeaderCell
{
	width:100% !important;
}
.CellHeaderBarBO
{
	width: 100%;
}
.footer_divisor_cell
{
	padding-right: 0px;
	max-width: none;
}
.section1_p1
{
	height: 300px;
}
.table_divisor
{
	background-color: #fff;
	z-index: 3;
}
.table_section2_cell
{
	background-color: #fff;
}
.table_section4_cell
{
	background-color: #fff;
	padding-bottom: 43px;
	padding-top: 85px;
	background-size: 100% 100%;
}
.table_section5_cell
{
	background-color: #fff;
	background-position: center;
	background-size: cover;
}
.s2_t1_Img1_cell
{
	margin-top: -100px;
	z-index: 6;
}
.s3_g1
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding-bottom: 70px;
	width: 80%;
}
.s3_g1_img1_cell
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	width: 100%;
}
.s4_t1_txt1_cell
{
	margin-bottom: 0%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 0%;
	padding-bottom: 2%;
	padding-top: 2%;
	width: 80%;
}
.s4_t1_txt2_cell
{
	margin-bottom: 0%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 0%;
	padding-bottom: 2%;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 2%;
	width: 80%;
}
.s4_t1_t1_txt1_cell
{
	margin-left: 24%;
}
.s4_t1_t1_img1_cell
{
	float: right;
	width: 25%;
}
.s5_t1_txt2_cell
{
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}
.s6_g1_cell
{
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 100px;
	padding-top: 25.5938px;
	width: 80%;
}
.input_form_checkbox_cell
{
	margin-left: 0px;
}
.n_box_title_white_cell_right
{
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 55px;
	max-width: 82%;
}
.n_box_text_cell_right
{
	margin-left: 118px;
	max-width: 74%;
}
.n_box_divisor_cell_right
{
	max-width: 83%;
}
.n_box_divisor_cell_left
{
	float: left;
	max-width: 83%;
}
.n_box_text_cell_left
{
	margin-left: 62px;
	max-width: 74%;
}
.n_box_title_white_cell_left
{
	margin-left: 63px;
	margin-right: 0px;
	margin-top: 55px;
	max-width: 82%;
}
.n_s8_g1_cell
{
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 100px;
	padding-top: 25.5938px;
	width: 80%;
}
.dam_s6_g1_cell
{
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 100px;
	padding-top: 25.5938px;
	width: 80%;
}
.dam_table_divisor_cell
{
	margin-bottom: 0%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 0%;
	width: 80%;
}
.dam_section5_cell
{
	background-size: cover;
}
.dam_s5_g1_t1_Img1_cell
{
	max-width: 100%;
}
.s_section6_cell
{
	background-position: center;
	background-size: 100% 100%;
}
.s_section8_cell
{
	margin-bottom: 5%;
}
.s_s8_t1_cell
{
	padding-bottom: 89px;
	padding-top: 74px;
	font-size: 71px;
	color: #fff;
}
.s_s2_Img1_cell
{
	margin-bottom: -73px;
	margin-top: -63px;
	max-width: 35%;
}
.s_plan_caracteristica_cell
{
	border-bottom: 0.5px solid #606060;
	padding-bottom: 16px;
	padding-left: 1em;
	padding-top: 10px;
	width: 100%;
	max-width: 100%;
	line-height: 26px;
	list-style-type: disc;
}
.s_s7_g1_cell
{
	margin-left: 0px;
}
.s_s7_g2_cell
{
	margin-left: 0px;
}
.TableActionGroup
{
	padding-right: 25px;
}
.ActionGroup,.MainMenu,.Submenu,.Confirm,.WWViewActions,.TrnActionGroup,.WizardTrnActionGroup,.ActionGroupRight
{
	border-style: none;
	border-width: 0px;
}
.TrnActionGroup
{
	margin-top: 10px;
}
.WizardTrnActionGroup
{
	padding-bottom: 15px;
	padding-left: 15px;
}
.ActionGroupRight
{
	margin-right: 5px;
	margin-top: 10px;
	text-align: right;
}
.Form,.FormNoBackgroundColor,.FormBackgroundImage,.FormSplitScreen,.CostumerForm_PopUp
{
	margin-bottom: 0pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	background-image: none;
	border-style: none;
	border-width: 0px;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #444;
	height: 100%;
}

/* [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] */
.FormNoBackgroundColor
{
	background-color:White !important;
}

/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.FormNoBackgroundColor-fx, div.gxwebcomponent > div.gxwebcomponent-body.FormNoBackgroundColor-fx, body.FormNoBackgroundColor-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.FormNoBackgroundColor-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormNoBackgroundColor-fx.enter-fx-duration, body.FormNoBackgroundColor-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.FormNoBackgroundColor-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormNoBackgroundColor-fx.leave-fx-duration, body.FormNoBackgroundColor-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;
}

.FormNoBackgroundColor-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.FormNoBackgroundColor-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
.FormBackgroundImage
{
	overflow: auto;
	background-size:cover;
}

/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.FormBackgroundImage-fx, div.gxwebcomponent > div.gxwebcomponent-body.FormBackgroundImage-fx, body.FormBackgroundImage-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.FormBackgroundImage-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormBackgroundImage-fx.enter-fx-duration, body.FormBackgroundImage-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.FormBackgroundImage-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormBackgroundImage-fx.leave-fx-duration, body.FormBackgroundImage-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;
}

.FormBackgroundImage-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.FormBackgroundImage-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.FormSplitScreen-fx, div.gxwebcomponent > div.gxwebcomponent-body.FormSplitScreen-fx, body.FormSplitScreen-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.FormSplitScreen-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormSplitScreen-fx.enter-fx-duration, body.FormSplitScreen-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.FormSplitScreen-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormSplitScreen-fx.leave-fx-duration, body.FormSplitScreen-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;
}

.FormSplitScreen-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.FormSplitScreen-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
.CostumerForm_PopUp
{
	background-color: #021e36;
}

/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.CostumerForm_PopUp-fx, div.gxwebcomponent > div.gxwebcomponent-body.CostumerForm_PopUp-fx, body.CostumerForm_PopUp-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.CostumerForm_PopUp-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.CostumerForm_PopUp-fx.enter-fx-duration, body.CostumerForm_PopUp-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.CostumerForm_PopUp-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.CostumerForm_PopUp-fx.leave-fx-duration, body.CostumerForm_PopUp-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;
}

.CostumerForm_PopUp-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.CostumerForm_PopUp-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
.Attribute,.ImagenGrid,.input_form_checkboxCheckBox,.input_formCheckBox,.TextAttribute,.BlobContentTextAttribute,.ReadonlyBlobContentTextAttribute,.ReadonlyTextAttribute,.TextActionAttribute,.BlobContentTextActionAttribute,.ReadonlyBlobContentTextActionAttribute,.ReadonlyTextActionAttribute,.AttributeTest,.header_email_infoMov,.Readonlyheader_email_infoMov,.BlobContentAttribute,.ReadonlyBlobContentAttribute,.BlobInputAttribute,.AttributeDragging,.AttributeNoAcceptDrag,.DownloadAttribute,.ReadonlyDownloadAttribute,.AttSubTitle,.BlobInputAttSubTitle,.BlobContentAttSubTitle,.ReadonlyBlobContentAttSubTitle,.ReadonlyAttSubTitle,.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,.FilterAttribute,.BlobContentFilterAttribute,.ReadonlyBlobContentFilterAttribute,.ReadonlyFilterAttribute,.BlobInputFilterAttribute,.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,.DescriptionAttribute,.BlobContentDescriptionAttribute,.ReadonlyBlobContentDescriptionAttribute,.ReadonlyDescriptionAttribute,.BlobInputDescriptionAttribute,.LoginAttribute,.BlobContentLoginAttribute,.ReadonlyBlobContentLoginAttribute,.BlobInputLoginAttribute,.ReadonlyLoginAttribute,.LoginComboAttribute,.BlobContentLoginComboAttribute,.ReadonlyBlobContentLoginComboAttribute,.BlobInputLoginComboAttribute,.ReadonlyLoginComboAttribute,.RegistrationAttribute,.BlobContentRegistrationAttribute,.ReadonlyBlobContentRegistrationAttribute,.BlobInputRegistrationAttribute,.ReadonlyRegistrationAttribute,.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,.AttributeCardsMenuTitle,.ReadonlyAttributeCardsMenuTitle,.AttributeSearchResultSubtitle,.ReadonlyAttributeSearchResultSubtitle,.AttributeSearchResultTitle,.ReadonlyAttributeSearchResultTitle,.ImgConvenios,.AttributeTitleSplitScreen,.ReadonlyAttributeTitleSplitScreen,.AttributeSubtitleSplitScreen,.ReadonlyAttributeSubtitleSplitScreen,.AttributeAcceptDrag,.AttributeWidthAuto,.AttributeStep,.ReadonlyAttributeStep,.AttributeStepSelected,.ReadonlyAttributeStepSelected,.AttributeStepBullet,.ReadonlyAttributeStepBullet,.AttributeStepBulletUnSelected,.ReadonlyAttributeStepBulletUnSelected,.AttributeStepBulletSelected,.ReadonlyAttributeStepBulletSelected,.AttributeDateTime,.AttributeRealWidthDateTime,.ReadonlyAttributeDateTime,.CheckBox,.BlobContentCheckBox,.ReadonlyBlobContentCheckBox,.BlobInputCheckBox,.ReadonlyCheckBox,.AttributeCheckBox,.ImageAttribute,.ResponsiveImageAttribute,.BlobContentResponsiveImageAttribute,.ReadonlyBlobContentResponsiveImageAttribute,.ReadonlyResponsiveImageAttribute,.BlobInputResponsiveImageAttribute,.ProfileImageAttribute,.BlobContentProfileImageAttribute,.ReadonlyBlobContentProfileImageAttribute,.BlobInputProfileImageAttribute,.ReadonlyProfileImageAttribute,.SmallProfileImageAttribute,.BlobContentSmallProfileImageAttribute,.ReadonlyBlobContentSmallProfileImageAttribute,.BlobInputSmallProfileImageAttribute,.ReadonlySmallProfileImageAttribute,.ActionAttribute,.BlobContentActionAttribute,.ReadonlyBlobContentActionAttribute,.ReadonlyActionAttribute,.DeleteAttribute,.BlobContentDeleteAttribute,.ReadonlyBlobContentDeleteAttribute,.ReadonlyDeleteAttribute,.BlobInputDeleteAttribute,.DisplayAttribute,.BlobContentDisplayAttribute,.ReadonlyBlobContentDisplayAttribute,.ReadonlyDisplayAttribute,.BlobInputDisplayAttribute,.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.ReadonlySelectionAttribute,.BlobInputSelectionAttribute,.DisabledActionAttribute,.BlobContentDisabledActionAttribute,.ReadonlyBlobContentDisabledActionAttribute,.ReadonlyDisabledActionAttribute,.BlobInputDisabledActionAttribute,.BlobInputActionAttribute,.SelectAttribute,.BlobContentSelectAttribute,.ReadonlyBlobContentSelectAttribute,.BlobInputSelectAttribute,.ReadonlySelectAttribute,.BlackAttribute,.BlobContentBlackAttribute,.ReadonlyBlobContentBlackAttribute,.BlobInputBlackAttribute,.ReadonlyBlackAttribute,.ActionBaseColorAttribute,.BlobContentUpdateAttribute,.ReadonlyBlobContentUpdateAttribute,.ReadonlyUpdateAttribute,.BlobInputUpdateAttribute,.ReadonlyImageAttribute,.VideoAttribute,.ReadonlyVideoAttribute,.AudioAttribute,.ReadonlyAudioAttribute,.ErrorAttribute,.ErrorAttributeDate,.WarningAttribute,.ReadonlyAttribute,.ReadonlyMedio,.BlobContentReadonlyMedio,.ReadonlyBlobContentReadonlyMedio,.BlobInputReadonlyMedio,.ReadonlyReadonlyMedio,.ReadonlyAttributeRealWidth,.ReadonlyAttributeNoWrap,.ReadonlyAttributeRealWidthDateTime,.GridTitle,.ReadonlyGridTitle,.AttributeTitleWWP,.BlobContentAttributeTitleWWP,.ReadonlyBlobContentAttributeTitleWWP,.BlobInputAttributeTitleWWP,.ReadonlyAttributeTitleWWP,.AttributeManageFilters,.AttributeDate,.BlobContentAttributeDate,.ReadonlyBlobContentAttributeDate,.BlobInputAttributeDate,.ReadonlyAttributeDate,.AttributeRealWidthDate,.ReadonlyAttributeRealWidthDate,.AttributeInactive,.BlobContentAttributeInactive,.ReadonlyBlobContentAttributeInactive,.BlobInputAttributeInactive,.ReadonlyAttributeInactive,.AttributeRealWidth,.BlobContentAttributeRealWidth,.ReadonlyBlobContentAttributeRealWidth,.BlobInputAttributeRealWidth,.AttributeTag,.AttributeTagSuccess,.AttributeTagWarning,.AttributeTagDanger,.AttributeTagInfoLight,.AttributeTagInfo,.ChatAttributeName,.BlobContentChatAttributeName,.ReadonlyBlobContentChatAttributeName,.BlobInputChatAttributeName,.ReadonlyChatAttributeName,.ChatAttributeImage,.BlobContentChatAttributeImage,.ReadonlyBlobContentChatAttributeImage,.BlobInputChatAttributeImage,.ReadonlyChatAttributeImage,.ChatAttributeMessage,.BlobContentChatAttributeMessage,.ReadonlyBlobContentChatAttributeMessage,.BlobInputChatAttributeMessage,.ReadonlyChatAttributeMessage,.DashboardNumber,.ReadonlyDashboardNumber,.DashboardInfo,.ReadonlyDashboardInfo,.DashboardDanger,.ReadonlyDashboardDanger,.DashboardSuccess,.ReadonlyDashboardSuccess,.DashboardWarning,.ReadonlyDashboardWarning,.DashboardNumberCard,.ReadonlyDashboardNumberCard,.DashboardNumberCardNoBorder,.ReadonlyDashboardNumberCardNoBorder,.DashboardNumberAdmin,.ReadonlyDashboardNumberAdmin,.DashboardBaseColor,.ReadonlyDashboardBaseColor,.DashboardInfoLight,.ReadonlyDashboardInfoLight,.DashboardPercentageSuccess,.ReadonlyDashboardPercentageSuccess,.DashboardPercentageDanger,.ReadonlyDashboardPercentageDanger,.AttributeLandingPurusMainNumbers,.ReadonlyAttributeLandingPurusMainNumbers,.AttributeLandingPurusTestimonialDescription,.ReadonlyAttributeLandingPurusTestimonialDescription,.AttributeLandingPurusTestimonialTitle,.ReadonlyAttributeLandingPurusTestimonialTitle,.AttributeLandingPurusTestimonialSubtitle,.ReadonlyAttributeLandingPurusTestimonialSubtitle,.AttributeLandingPurusContact,.ReadonlyAttributeLandingPurusContact,.AttributeLandingPurusCustomersImage,.ReadonlyAttributeLandingPurusCustomersImage,.AttributeSearchResultImage,.AttributeBanner,.HideHTML,.BlobContentHideHTML,.ReadonlyBlobContentHideHTML,.BlobInputHideHTML,.ReadonlyHideHTML,.BPanelLink,.BlobContentBPanelLink,.ReadonlyBlobContentBPanelLink,.BlobInputBPanelLink,.ReadonlyBPanelLink,.BPanelLink>A,.BlobContentBPanelLink>A,.ReadonlyBlobContentBPanelLink>A,.BlobInputBPanelLink>A,.ReadonlyBPanelLink>A,.BPanelLink>A:visited,.BlobContentBPanelLink>A:visited,.ReadonlyBlobContentBPanelLink>A:visited,.BlobInputBPanelLink>A:visited,.ReadonlyBPanelLink>A:visited,.BPanelLink:hover,.BlobContentBPanelLink:hover,.ReadonlyBlobContentBPanelLink:hover,.BlobInputBPanelLink:hover,.ReadonlyBPanelLink:hover,input.BPanelLink:focus, textarea.BPanelLink:focus, select.BPanelLink:focus, .BPanelLink>A:focus,input.BlobContentBPanelLink:focus, textarea.BlobContentBPanelLink:focus, select.BlobContentBPanelLink:focus, .BlobContentBPanelLink>A:focus,input.ReadonlyBlobContentBPanelLink:focus, textarea.ReadonlyBlobContentBPanelLink:focus, select.ReadonlyBlobContentBPanelLink:focus, .ReadonlyBlobContentBPanelLink>A:focus,input.BlobInputBPanelLink:focus, textarea.BlobInputBPanelLink:focus, select.BlobInputBPanelLink:focus, .BlobInputBPanelLink>A:focus,input.ReadonlyBPanelLink:focus, textarea.ReadonlyBPanelLink:focus, select.ReadonlyBPanelLink:focus, .ReadonlyBPanelLink>A:focus,.DiaClass,.BlobContentDiaClass,.ReadonlyBlobContentDiaClass,.BlobInputDiaClass,.ReadonlyDiaClass,.EventosAtributo,.BlobContentEventosAtributo,.ReadonlyBlobContentEventosAtributo,.BlobInputEventosAtributo,.ReadonlyEventosAtributo,.Estructuratxt,.BlobContentEstructuratxt,.ReadonlyBlobContentEstructuratxt,.BlobInputEstructuratxt,.ReadonlyEstructuratxt,.EstructuraBtn,.EstructuraBtnLink,.BlobContentEstructuraBtn,.ReadonlyBlobContentEstructuraBtn,.BlobInputEstructuraBtn,.ReadonlyEstructuraBtn,.EstructuraImg,.BlobContentEstructuraImg,.ReadonlyBlobContentEstructuraImg,.BlobInputEstructuraImg,.ReadonlyEstructuraImg,.EstructuraName,.BlobContentEstructuraName,.ReadonlyBlobContentEstructuraName,.BlobInputEstructuraName,.ReadonlyEstructuraName,.EstructuraPuesto,.BlobContentEstructuraPuesto,.ReadonlyBlobContentEstructuraPuesto,.BlobInputEstructuraPuesto,.ReadonlyEstructuraPuesto,.EstructuraBtn1,.EstructuraBtnLink1,.BlobContentEstructuraBtn1,.ReadonlyBlobContentEstructuraBtn1,.BlobInputEstructuraBtn1,.ReadonlyEstructuraBtn1,.MarcoLegalTxt,.BlobContentMarcoLegalTxt,.ReadonlyBlobContentMarcoLegalTxt,.BlobInputMarcoLegalTxt,.ReadonlyMarcoLegalTxt,.ConveniosTitle,.BlobContentConveniosTitle,.ReadonlyBlobContentConveniosTitle,.BlobInputConveniosTitle,.ReadonlyConveniosTitle,.ActividadesTitle,.BlobContentActividadesTitle,.ReadonlyBlobContentActividadesTitle,.BlobInputActividadesTitle,.ReadonlyActividadesTitle,.ActividadesCuerpo,.BlobContentActividadesCuerpo,.ReadonlyBlobContentActividadesCuerpo,.BlobInputActividadesCuerpo,.ReadonlyActividadesCuerpo,.GaleriaMedia,.BlobContentGaleriaMedia,.ReadonlyBlobContentGaleriaMedia,.BlobInputGaleriaMedia,.ReadonlyGaleriaMedia,.GaleriaTitulo,.BlobContentGaleriaTitle,.ReadonlyBlobContentGaleriaTitle,.BlobInputGaleriaTitle,.ReadonlyGaleriaTitle,.GaleriaTit,.BlobContentGaleriaTitle1,.ReadonlyBlobContentGaleriaTitle1,.BlobInputGaleriaTitle1,.ReadonlyGaleriaTitle1,.GaleriaName,.BlobContentGaleriaName,.ReadonlyBlobContentGaleriaName,.BlobInputGaleriaName,.ReadonlyGaleriaName,.ContactoTitle,.BlobContentContactoTitle,.ReadonlyBlobContentContactoTitle,.BlobInputContactoTitle,.ReadonlyContactoTitle,.ContactoCuerpo,.BlobContentContactoCuerpo,.ReadonlyBlobContentContactoCuerpo,.BlobInputContactoCuerpo,.ReadonlyContactoCuerpo,.RegularTextAtt,.BlobContentRegularTextAtt,.ReadonlyBlobContentRegularTextAtt,.BlobInputRegularTextAtt,.ReadonlyRegularTextAtt,.RegularTextAttConv,.BlobContentRegularTextAttConv,.ReadonlyBlobContentRegularTextAttConv,.BlobInputRegularTextAttConv,.ReadonlyRegularTextAttConv,.AttributeBannerGaleria,.HTMLCodeView,.BlobContentHTMLCodeView,.ReadonlyBlobContentHTMLCodeView,.BlobInputHTMLCodeView,.ReadonlyHTMLCodeView,.header_img_demo,.BlobContentheader_img_demo,.ReadonlyBlobContentheader_img_demo,.BlobInputheader_img_demo,.Readonlyheader_img_demo,.Readonlyheader_img_demoMov,.header_fac_info,.BlobContentheader_fac_info,.ReadonlyBlobContentheader_fac_info,.BlobInputheader_fac_info,.Readonlyheader_fac_info,.header_fac_infoMov,.Readonlyheader_fac_infoMov,.header_email_info,.BlobContentheader_email_info,.ReadonlyBlobContentheader_email_info,.BlobInputheader_email_info,.Readonlyheader_email_info,.header_email_icon,.BlobContentheader_email_icon,.ReadonlyBlobContentheader_email_icon,.BlobInputheader_email_icon,.Readonlyheader_email_icon,.header_email_iconMov,.Readonlyheader_email_iconMov,.header_phone_info,.BlobContentheader_phone_info,.ReadonlyBlobContentheader_phone_info,.BlobInputheader_phone_info,.Readonlyheader_phone_info,.header_phone_icon,.BlobContentheader_phone_icon,.ReadonlyBlobContentheader_phone_icon,.BlobInputheader_phone_icon,.Readonlyheader_phone_icon,.header_phone_iconMov,.Readonlyheader_phone_iconMov,.Readonlyheader_phone_infoMov,.footer_subtitle,.BlobContentfooter_subtitle,.ReadonlyBlobContentfooter_subtitle,.BlobInputfooter_subtitle,.Readonlyfooter_subtitle,.footer_col1_txt,.BlobContentfooter_col1_txt,.ReadonlyBlobContentfooter_col1_txt,.BlobInputfooter_col1_txt,.Readonlyfooter_col1_txt,.footer_col_link,.BlobContentfooter_col_link,.ReadonlyBlobContentfooter_col_link,.BlobInputfooter_col_link,.Readonlyfooter_col_link,.footer_final_txt,.BlobContentfooter_final_txt,.ReadonlyBlobContentfooter_final_txt,.BlobInputfooter_final_txt,.Readonlyfooter_final_txt,.footer_title,.BlobContentfooter_title,.ReadonlyBlobContentfooter_title,.BlobInputfooter_title,.Readonlyfooter_title,.footer_divisor,.BlobContentfooter_divisor,.ReadonlyBlobContentfooter_divisor,.BlobInputfooter_divisor,.Readonlyfooter_divisor,.footer_input_txt,.BlobContentfooter_input_txt,.ReadonlyBlobContentfooter_input_txt,.BlobInputfooter_input_txt,.Readonlyfooter_input_txt,.footer_input_button,.BlobContentfooter_input_button,.ReadonlyBlobContentfooter_input_button,.BlobInputfooter_input_button,.Readonlyfooter_input_button,.HTML_aditional,.BlobContentHTML_aditional,.ReadonlyBlobContentHTML_aditional,.BlobInputHTML_aditional,.ReadonlyHTML_aditional,.header_menu_txt,.BlobContentheader_menu_txt,.ReadonlyBlobContentheader_menu_txt,.BlobInputheader_menu_txt,.Readonlyheader_menu_txt,.header_menu_link,.BlobContentheader_menu_link,.ReadonlyBlobContentheader_menu_link,.BlobInputheader_menu_link,.Readonlyheader_menu_link,.Readonlyheader_menu_linkMov,.header_menu_txt>A,.BlobContentheader_menu_txt>A,.ReadonlyBlobContentheader_menu_txt>A,.BlobInputheader_menu_txt>A,.Readonlyheader_menu_txt>A,.header_menu_link>A,.BlobContentheader_menu_link>A,.ReadonlyBlobContentheader_menu_link>A,.BlobInputheader_menu_link>A,.Readonlyheader_menu_link>A,.Readonlyheader_menu_linkMov>A,.Readonlyheader_menu_txtMov>A,.Readonlyheader_menu_txtMov,.header_menumovil_txt,.BlobContentheader_menumovil_txt,.ReadonlyBlobContentheader_menumovil_txt,.BlobInputheader_menumovil_txt,.Readonlyheader_menumovil_txt,.Readonlyheader_menumovil_txtMov,.s1_t1_title,.BlobContents1_t1_title,.ReadonlyBlobContents1_t1_title,.BlobInputs1_t1_title,.Readonlys1_t1_title,.s1_t1_txt,.BlobContents1_t1_txt,.ReadonlyBlobContents1_t1_txt,.BlobInputs1_t1_txt,.Readonlys1_t1_txt,.s1_t1_Link,.BlobContents1_t1_Link,.ReadonlyBlobContents1_t1_Link,.BlobInputs1_t1_Link,.Readonlys1_t1_Link,.s2_t1_Img1,.BlobContents2_t1_Img1,.ReadonlyBlobContents2_t1_Img1,.BlobInputs2_t1_Img1,.Readonlys2_t1_Img1,.s2_t1_t1_img1,.BlobContents2_t1_t1_img1,.ReadonlyBlobContents2_t1_t1_img1,.BlobInputs2_t1_t1_img1,.Readonlys2_t1_t1_img1,.s2_t1_t1_img2,.BlobContents2_t1_t1_img2,.ReadonlyBlobContents2_t1_t1_img2,.BlobInputs2_t1_t1_img2,.Readonlys2_t1_t1_img2,.s2_t1_t1_txt1,.BlobContents2_t1_t1_txt1,.ReadonlyBlobContents2_t1_t1_txt1,.BlobInputs2_t1_t1_txt1,.Readonlys2_t1_t1_txt1,.s3_g1_img1,.s3_g1_t1_txt1,.BlobContents3_g1_t1_txt1,.ReadonlyBlobContents3_g1_t1_txt1,.BlobInputs3_g1_t1_txt1,.Readonlys3_g1_t1_txt1,.s4_t1_t1_txt1,.BlobContents4_t1_t1_txt1,.ReadonlyBlobContents4_t1_t1_txt1,.BlobInputs4_t1_t1_txt1,.Readonlys4_t1_t1_txt1,.s4_t1_t1_img1,.BlobContents4_t1_t1_img1,.ReadonlyBlobContents4_t1_t1_img1,.BlobInputs4_t1_t1_img1,.Readonlys4_t1_t1_img1,.s4_t1_txt1,.BlobContents4_t1_txt1,.ReadonlyBlobContents4_t1_txt1,.BlobInputs4_t1_txt1,.Readonlys4_t1_txt1,.s4_t1_txt2,.BlobContents4_t1_txt2,.ReadonlyBlobContents4_t1_txt2,.BlobInputs4_t1_txt2,.Readonlys4_t1_txt2,.s5_t1_txt1,.BlobContents5_t1_txt1,.ReadonlyBlobContents5_t1_txt1,.BlobInputs5_t1_txt1,.Readonlys5_t1_txt1,.s5_t1_txt2,.BlobContents5_t1_txt2,.ReadonlyBlobContents5_t1_txt2,.BlobInputs5_t1_txt2,.Readonlys5_t1_txt2,.s5_t1_txt3,.BlobContents5_t1_txt3,.ReadonlyBlobContents5_t1_txt3,.BlobInputs5_t1_txt3,.Readonlys5_t1_txt3,.s6_t1_img1,.BlobContents6_t1_img1,.ReadonlyBlobContents6_t1_img1,.BlobInputs6_t1_img1,.Readonlys6_t1_img1,.s6_t1_txt1,.BlobContents6_t1_txt1,.ReadonlyBlobContents6_t1_txt1,.BlobInputs6_t1_txt1,.Readonlys6_t1_txt1,.s6_g1_img1,.BlobContents6_g1_img1,.ReadonlyBlobContents6_g1_img1,.BlobInputs6_g1_img1,.Readonlys6_g1_img1,.input_form,.BlobContentinput_form,.ReadonlyBlobContentinput_form,.BlobInputinput_form,.Readonlyinput_form,.input_form_button,.BlobContentinput_form_button,.ReadonlyBlobContentinput_form_button,.BlobInputinput_form_button,.Readonlyinput_form_button,.input_form_checkbox,.BlobContentinput_form_checkbox,.ReadonlyBlobContentinput_form_checkbox,.BlobInputinput_form_checkbox,.Readonlyinput_form_checkbox,.footer_subtitle_left,.BlobContentfooter_subtitle_left,.ReadonlyBlobContentfooter_subtitle_left,.BlobInputfooter_subtitle_left,.Readonlyfooter_subtitle_left,.footer_col_link_left,.BlobContentfooter_col_link_left,.ReadonlyBlobContentfooter_col_link_left,.BlobInputfooter_col_link_left,.Readonlyfooter_col_link_left,.s1_Img1,.BlobContents1_Img1,.ReadonlyBlobContents1_Img1,.BlobInputs1_Img1,.Readonlys1_Img1,.s2_txt1,.BlobContents2_txt1,.ReadonlyBlobContents2_txt1,.BlobInputs2_txt1,.Readonlys2_txt1,.n_s3_t1_t1_txt1,.BlobContentn_s3_t1_t1_txt1,.ReadonlyBlobContentn_s3_t1_t1_txt1,.BlobInputn_s3_t1_t1_txt1,.Readonlyn_s3_t1_t1_txt1,.n_s3_t1_t1_Img1,.BlobContentn_s3_t1_t1_Img1,.ReadonlyBlobContentn_s3_t1_t1_Img1,.BlobInputn_s3_t1_t1_Img1,.Readonlyn_s3_t1_t1_Img1,.n_s3_t1_t1_txt2,.BlobContentn_s3_t1_t1_txt2,.ReadonlyBlobContentn_s3_t1_t1_txt2,.BlobInputn_s3_t1_t1_txt2,.Readonlyn_s3_t1_t1_txt2,.n_s3_t1_Img1,.BlobContentn_s3_t1_Img1,.ReadonlyBlobContentn_s3_t1_Img1,.BlobInputn_s3_t1_Img1,.Readonlyn_s3_t1_Img1,.n_box_title_white,.BlobContentn_box_title_white,.ReadonlyBlobContentn_box_title_white,.BlobInputn_box_title_white,.Readonlyn_box_title_white,.n_box_image,.BlobContentn_box_image,.ReadonlyBlobContentn_box_image,.BlobInputn_box_image,.Readonlyn_box_image,.n_box_divisor,.BlobContentn_box_divisor,.ReadonlyBlobContentn_box_divisor,.BlobInputn_box_divisor,.Readonlyn_box_divisor,.n_box_text,.BlobContentn_box_text,.ReadonlyBlobContentn_box_text,.BlobInputn_box_text,.Readonlyn_box_text,.n_s8_txt1,.BlobContentn_s8_txt1,.ReadonlyBlobContentn_s8_txt1,.BlobInputn_s8_txt1,.Readonlyn_s8_txt1,.n_s8_g1_Img1,.BlobContentn_s8_g1_Img1,.ReadonlyBlobContentn_s8_g1_Img1,.BlobInputn_s8_g1_Img1,.Readonlyn_s8_g1_Img1,.dam_s6_txt1,.BlobContentdam_s6_txt1,.ReadonlyBlobContentdam_s6_txt1,.BlobInputdam_s6_txt1,.Readonlydam_s6_txt1,.dam_s6_g1_Img1,.BlobContentdam_s6_g1_Img1,.ReadonlyBlobContentdam_s6_g1_Img1,.BlobInputdam_s6_g1_Img1,.Readonlydam_s6_g1_Img1,.dam_s3_t1_Img1,.BlobContentdam_s3_t1_Img1,.ReadonlyBlobContentdam_s3_t1_Img1,.BlobInputdam_s3_t1_Img1,.Readonlydam_s3_t1_Img1,.dam_s3_t1_txt1,.BlobContentdam_s3_t1_txt1,.ReadonlyBlobContentdam_s3_t1_txt1,.BlobInputdam_s3_t1_txt1,.Readonlydam_s3_t1_txt1,.dam_s4_t1_txt1,.BlobContentdam_s4_t1_txt1,.ReadonlyBlobContentdam_s4_t1_txt1,.BlobInputdam_s4_t1_txt1,.Readonlydam_s4_t1_txt1,.dam_s4_t1_txt2,.BlobContentdam_s4_t1_txt2,.ReadonlyBlobContentdam_s4_t1_txt2,.BlobInputdam_s4_t1_txt2,.Readonlydam_s4_t1_txt2,.dam_s5_t1_Img1,.BlobContentdam_s5_t1_Img1,.ReadonlyBlobContentdam_s5_t1_Img1,.BlobInputdam_s5_t1_Img1,.Readonlydam_s5_t1_Img1,.dam_s5_t1_txt1,.BlobContentdam_s5_t1_txt1,.ReadonlyBlobContentdam_s5_t1_txt1,.BlobInputdam_s5_t1_txt1,.Readonlydam_s5_t1_txt1,.dam_s5_g1_t1_Img1,.BlobContentdam_s5_g1_t1_Img1,.ReadonlyBlobContentdam_s5_g1_t1_Img1,.BlobInputdam_s5_g1_t1_Img1,.Readonlydam_s5_g1_t1_Img1,.dam_s5_g1_t1_txt1,.BlobContentdam_s5_g1_t1_txt1,.ReadonlyBlobContentdam_s5_g1_t1_txt1,.BlobInputdam_s5_g1_t1_txt1,.Readonlydam_s5_g1_t1_txt1,.dam_s5_g1_t1_txt2,.BlobContentdam_s5_g1_t1_txt2,.ReadonlyBlobContentdam_s5_g1_t1_txt2,.BlobInputdam_s5_g1_t1_txt2,.Readonlydam_s5_g1_t1_txt2,.c_s3_g1_Img1,.BlobContentc_s3_g1_Img1,.ReadonlyBlobContentc_s3_g1_Img1,.BlobInputc_s3_g1_Img1,.Readonlyc_s3_g1_Img1,.c_s3_g1_txt1,.BlobContentc_s3_g1_txt1,.ReadonlyBlobContentc_s3_g1_txt1,.BlobInputc_s3_g1_txt1,.Readonlyc_s3_g1_txt1,.c_s3_t1_txt1,.BlobContentc_s3_t1_txt1,.ReadonlyBlobContentc_s3_t1_txt1,.BlobInputc_s3_t1_txt1,.Readonlyc_s3_t1_txt1,.c_s4_html,.BlobContentc_s4_html,.ReadonlyBlobContentc_s4_html,.BlobInputc_s4_html,.Readonlyc_s4_html,.c_s4_Img1,.BlobContentc_s4_Img1,.ReadonlyBlobContentc_s4_Img1,.BlobInputc_s4_Img1,.Readonlyc_s4_Img1,.s_s4_g1_txt1,.BlobContents_s4_g1_txt1,.ReadonlyBlobContents_s4_g1_txt1,.BlobInputs_s4_g1_txt1,.Readonlys_s4_g1_txt1,.s_s5_t1_txt1,.BlobContents_s5_t1_txt1,.ReadonlyBlobContents_s5_t1_txt1,.BlobInputs_s5_t1_txt1,.Readonlys_s5_t1_txt1,.s_s5_t1_Img1,.BlobContents_s5_t1_Img1,.ReadonlyBlobContents_s5_t1_Img1,.BlobInputs_s5_t1_Img1,.Readonlys_s5_t1_Img1,.s_s5_g1_txt1,.BlobContents_s5_g1_txt1,.ReadonlyBlobContents_s5_g1_txt1,.BlobInputs_s5_g1_txt1,.Readonlys_s5_g1_txt1,.s_s5_g1_txt2,.BlobContents_s5_g1_txt2,.ReadonlyBlobContents_s5_g1_txt2,.BlobInputs_s5_g1_txt2,.Readonlys_s5_g1_txt2,.s_s6_txt1,.BlobContents_s6_txt1,.ReadonlyBlobContents_s6_txt1,.BlobInputs_s6_txt1,.Readonlys_s6_txt1,.s_s6_g1_txt1,.BlobContents_s6_g1_txt1,.ReadonlyBlobContents_s6_g1_txt1,.BlobInputs_s6_g1_txt1,.Readonlys_s6_g1_txt1,.s_s6_g1_txt2,.BlobContents_s6_g1_txt2,.ReadonlyBlobContents_s6_g1_txt2,.BlobInputs_s6_g1_txt2,.Readonlys_s6_g1_txt2,.s_s7_txt_title,.BlobContents_s7_txt_title,.ReadonlyBlobContents_s7_txt_title,.BlobInputs_s7_txt_title,.Readonlys_s7_txt_title,.s_s7_grid_Img,.BlobContents_s7_grid_Img,.ReadonlyBlobContents_s7_grid_Img,.BlobInputs_s7_grid_Img,.Readonlys_s7_grid_Img,.s_s7_Img,.BlobContents_s7_Img,.ReadonlyBlobContents_s7_Img,.BlobInputs_s7_Img,.Readonlys_s7_Img,.s_s7_grid_txt,.BlobContents_s7_grid_txt,.ReadonlyBlobContents_s7_grid_txt,.BlobInputs_s7_grid_txt,.Readonlys_s7_grid_txt,.s_s8_t1_txt1,.BlobContents_s8_t1_txt1,.ReadonlyBlobContents_s8_t1_txt1,.BlobInputs_s8_t1_txt1,.Readonlys_s8_t1_txt1,.s_s8_t1_txt2,.BlobContents_s8_t1_txt2,.ReadonlyBlobContents_s8_t1_txt2,.BlobInputs_s8_t1_txt2,.Readonlys_s8_t1_txt2,.s_plan_nombre,.BlobContents_plan_nombre,.ReadonlyBlobContents_plan_nombre,.BlobInputs_plan_nombre,.Readonlys_plan_nombre,.s_plan_caracteristica,.BlobContents_plan_caracteristica,.ReadonlyBlobContents_plan_caracteristica,.BlobInputs_plan_caracteristica,.Readonlys_plan_caracteristica,.s_s8_Img1,.BlobContents_s8_Img1,.ReadonlyBlobContents_s8_Img1,.BlobInputs_s8_Img1,.Readonlys_s8_Img1,.s_s2_Img1,.BlobContents_s2_Img1,.ReadonlyBlobContents_s2_Img1,.BlobInputs_s2_Img1,.Readonlys_s2_Img1,.s_s3_t1_txt1,.BlobContents_s3_t1_txt1,.ReadonlyBlobContents_s3_t1_txt1,.BlobInputs_s3_t1_txt1,.Readonlys_s3_t1_txt1,.s_s3_t1_Img1,.BlobContents_s3_t1_Img1,.ReadonlyBlobContents_s3_t1_Img1,.BlobInputs_s3_t1_Img1,.Readonlys_s3_t1_Img1
{
	margin-left: 5px;
	display: inline-block;
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	font-family: muli,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	max-width: 206px;
	text-indent: 0px;
	box-shadow:none;
}
.ImagenGrid
{
	margin-left: 0px;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	height: 84px;
	width: 174px;
	max-width: 100%;
}
.input_form_checkboxCheckBox
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 20px;
}
.AttributeTest
{
	height: 200px;
}
.header_email_infoMov,.Readonlyheader_email_infoMov
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: none;
	image-rendering: auto;
}
.Readonlyheader_email_infoMov
{
	border-width: 0px;
}
.ReadonlyAttributeCardsMenuTitle
{
	border-width: 0px;
	color: white;
}
.ReadonlyAttributeSearchResultSubtitle
{
	padding-bottom: 4px;
	padding-top: 0px;
	border-width: 0px;
	font-size: 11px;
	max-width: inherit;
}
.ReadonlyAttributeSearchResultTitle
{
	padding-top: 2px;
	border-width: 0px;
	font-size: 14px;
	max-width: inherit;
}
.ImgConvenios
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 400px;
}
.AttributeTitleSplitScreen,.ReadonlyAttributeTitleSplitScreen,.AttributeSubtitleSplitScreen,.ReadonlyAttributeSubtitleSplitScreen
{
	padding-top: 0px;
	font-size: 11pt;
	line-height:20px;
}
.ReadonlyAttributeTitleSplitScreen
{
	border-width: 0px;
}
.AttributeSubtitleSplitScreen,.ReadonlyAttributeSubtitleSplitScreen
{
	font-size: 10pt;
	line-height:19px;
}
.ReadonlyAttributeSubtitleSplitScreen
{
	border-width: 0px;
}
.AttributeWidthAuto
{
	width: auto;
	max-width: 100%;
}
.AttributeStep,.ReadonlyAttributeStep,.AttributeStepSelected,.ReadonlyAttributeStepSelected
{
	font-size: 12pt;
}
.ReadonlyAttributeStep
{
	border-width: 0px;
}
.AttributeStepSelected,.ReadonlyAttributeStepSelected
{
	color: white;
}
.ReadonlyAttributeStepSelected
{
	border-width: 0px;
}
.AttributeStepBullet,.ReadonlyAttributeStepBullet,.AttributeStepBulletUnSelected,.ReadonlyAttributeStepBulletUnSelected,.AttributeStepBulletSelected,.ReadonlyAttributeStepBulletSelected
{
	margin-left: 0px;
	max-width: 80px;
	text-align: center;
}
.ReadonlyAttributeStepBullet
{
	border-width: 0px;
}
.AttributeStepBulletUnSelected,.ReadonlyAttributeStepBulletUnSelected
{
	color: #d9d9d9;
}
.ReadonlyAttributeStepBulletUnSelected
{
	border-width: 0px;
}
.AttributeStepBulletSelected,.ReadonlyAttributeStepBulletSelected
{
	font-weight: bold;
}
.ReadonlyAttributeStepBulletSelected
{
	border-width: 0px;
}
.ReadonlyAttributeDateTime
{
	margin-right: 5px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	border-style: none;
	max-height: 30px;
	width: auto;
	max-width: 100%;
	margin-bottom: 0px !important;
}
.CheckBox,.BlobContentCheckBox,.ReadonlyBlobContentCheckBox,.BlobInputCheckBox,.ReadonlyCheckBox
{
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-style: none;
	border-width: 0px;
}
.AttributeCheckBox
{
	display: inline;
	border-style: none;
}
.ImageAttribute,.ResponsiveImageAttribute,.BlobContentResponsiveImageAttribute,.ReadonlyBlobContentResponsiveImageAttribute,.ReadonlyResponsiveImageAttribute,.BlobInputResponsiveImageAttribute,.ProfileImageAttribute,.BlobContentProfileImageAttribute,.ReadonlyBlobContentProfileImageAttribute,.BlobInputProfileImageAttribute,.ReadonlyProfileImageAttribute,.SmallProfileImageAttribute,.BlobContentSmallProfileImageAttribute,.ReadonlyBlobContentSmallProfileImageAttribute,.BlobInputSmallProfileImageAttribute,.ReadonlySmallProfileImageAttribute,.ActionAttribute,.BlobContentActionAttribute,.ReadonlyBlobContentActionAttribute,.ReadonlyActionAttribute,.DeleteAttribute,.BlobContentDeleteAttribute,.ReadonlyBlobContentDeleteAttribute,.ReadonlyDeleteAttribute,.BlobInputDeleteAttribute,.DisplayAttribute,.BlobContentDisplayAttribute,.ReadonlyBlobContentDisplayAttribute,.ReadonlyDisplayAttribute,.BlobInputDisplayAttribute,.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.ReadonlySelectionAttribute,.BlobInputSelectionAttribute,.DisabledActionAttribute,.BlobContentDisabledActionAttribute,.ReadonlyBlobContentDisabledActionAttribute,.ReadonlyDisabledActionAttribute,.BlobInputDisabledActionAttribute,.BlobInputActionAttribute,.SelectAttribute,.BlobContentSelectAttribute,.ReadonlyBlobContentSelectAttribute,.BlobInputSelectAttribute,.ReadonlySelectAttribute,.BlackAttribute,.BlobContentBlackAttribute,.ReadonlyBlobContentBlackAttribute,.BlobInputBlackAttribute,.ReadonlyBlackAttribute,.ActionBaseColorAttribute,.BlobContentUpdateAttribute,.ReadonlyBlobContentUpdateAttribute,.ReadonlyUpdateAttribute,.BlobInputUpdateAttribute,.ReadonlyImageAttribute
{
	width: auto;
}
.ActionAttribute,.BlobContentActionAttribute,.ReadonlyBlobContentActionAttribute,.ReadonlyActionAttribute,.DeleteAttribute,.BlobContentDeleteAttribute,.ReadonlyBlobContentDeleteAttribute,.ReadonlyDeleteAttribute,.BlobInputDeleteAttribute,.DisplayAttribute,.BlobContentDisplayAttribute,.ReadonlyBlobContentDisplayAttribute,.ReadonlyDisplayAttribute,.BlobInputDisplayAttribute,.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.ReadonlySelectionAttribute,.BlobInputSelectionAttribute,.DisabledActionAttribute,.BlobContentDisabledActionAttribute,.ReadonlyBlobContentDisabledActionAttribute,.ReadonlyDisabledActionAttribute,.BlobInputDisabledActionAttribute,.BlobInputActionAttribute,.SelectAttribute,.BlobContentSelectAttribute,.ReadonlyBlobContentSelectAttribute,.BlobInputSelectAttribute,.ReadonlySelectAttribute,.BlackAttribute,.BlobContentBlackAttribute,.ReadonlyBlobContentBlackAttribute,.BlobInputBlackAttribute,.ReadonlyBlackAttribute,.ActionBaseColorAttribute,.BlobContentUpdateAttribute,.ReadonlyBlobContentUpdateAttribute,.ReadonlyUpdateAttribute,.BlobInputUpdateAttribute
{
	margin-left: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	border-width: 0px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	vertical-align: middle;
}
.ReadonlyImageAttribute
{
	border-width: 0px;
	max-width:124px;
	max-height:68px;
}
.VideoAttribute,.ReadonlyVideoAttribute
{
	width: 300px;
}
.ReadonlyVideoAttribute
{
	border-width: 0px;
}
.AudioAttribute,.ReadonlyAudioAttribute
{
	width: 300px;
}
.ReadonlyAudioAttribute
{
	border-width: 0px;
}
.ReadonlyAttribute,.ReadonlyMedio,.BlobContentReadonlyMedio,.ReadonlyBlobContentReadonlyMedio,.BlobInputReadonlyMedio,.ReadonlyReadonlyMedio,.ReadonlyAttributeRealWidth,.ReadonlyAttributeNoWrap,.ReadonlyAttributeRealWidthDateTime
{
	margin-left: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
	padding-top: 3px;
	white-space: normal;
	border-style: none;
	max-height: 30px;
	width: auto;
	max-width: 100%;
}
.ReadonlyAttributeNoWrap
{
	white-space: nowrap;
}
.GridTitle,.ReadonlyGridTitle
{
	margin-bottom: 1pt;
	margin-left: 0px;
	margin-right: 1pt;
	margin-top: 1pt;
	padding-bottom: 2pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 2pt;
	border-width: 0px;
	font-weight: bold;
	color: white;
	height: 100%;
	width: 100%;
}
.ReadonlyGridTitle
{
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	white-space: nowrap;
}
.AttributeTitleWWP,.BlobContentAttributeTitleWWP,.ReadonlyBlobContentAttributeTitleWWP,.BlobInputAttributeTitleWWP,.ReadonlyAttributeTitleWWP
{
	margin-left: 0px;
	font-size: 15pt;
	font-weight: normal;
	margin-bottom: 0px !important;
}
.BlobContentAttributeTitleWWP,.ReadonlyBlobContentAttributeTitleWWP
{
	color: #d9d9d9;
}
.ReadonlyBlobContentAttributeTitleWWP
{
	border-width: 0px;
}
.BlobInputAttributeTitleWWP
{
	color: #d9d9d9;
}
.ReadonlyAttributeTitleWWP
{
	white-space: nowrap;
	border-width: 0px;
	font-size: 21px;
	margin-bottom: 0px !important;
	line-height:30px;
}
.AttributeManageFilters
{
	padding-left: 12px;
	padding-right: 12px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	height: 32px;
}
.AttributeDate,.BlobContentAttributeDate,.ReadonlyBlobContentAttributeDate,.BlobInputAttributeDate,.ReadonlyAttributeDate,.AttributeRealWidthDate,.ReadonlyAttributeRealWidthDate
{
	min-width: 80px;
}
.ReadonlyBlobContentAttributeDate
{
	border-width: 0px;
}
.ReadonlyAttributeDate
{
	padding-top: 7px;
	border-width: 0px;
}
.ReadonlyAttributeRealWidthDate
{
	border-width: 0px;
}
.AttributeInactive,.BlobContentAttributeInactive,.ReadonlyBlobContentAttributeInactive,.BlobInputAttributeInactive,.ReadonlyAttributeInactive
{
	color: gray;
}
.ReadonlyAttributeInactive
{
	border-width: 0px;
}
.AttributeRealWidth,.BlobContentAttributeRealWidth,.ReadonlyBlobContentAttributeRealWidth,.BlobInputAttributeRealWidth
{
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContentAttributeRealWidth
{
	border-width: 0px;
}
.AttributeTag,.AttributeTagSuccess,.AttributeTagWarning,.AttributeTagDanger,.AttributeTagInfoLight,.AttributeTagInfo
{
	padding-bottom: .3em;
	padding-left: .6em;
	padding-right: .6em;
	padding-top: .3em;
	white-space: nowrap;
	border-style: none;
	border-top-left-radius: .25em;
	border-top-right-radius: .25em;
	border-bottom-right-radius: .25em;
	border-bottom-left-radius: .25em;
	font-size: 10px;
	color: white;
	height: auto;
	line-height:13px;
}
.ChatAttributeName,.BlobContentChatAttributeName,.ReadonlyBlobContentChatAttributeName,.BlobInputChatAttributeName,.ReadonlyChatAttributeName
{
	font-size: 11px;
	font-weight: bold;
	color: gray;
}
.ReadonlyBlobContentChatAttributeName
{
	border-width: 0px;
}
.ReadonlyChatAttributeName
{
	border-width: 0px;
}
.ChatAttributeImage,.BlobContentChatAttributeImage,.ReadonlyBlobContentChatAttributeImage,.BlobInputChatAttributeImage,.ReadonlyChatAttributeImage
{
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	height: 40px;
	width: 40px;
	object-fit:cover;
}
.ReadonlyBlobContentChatAttributeImage
{
	border-width: 0px;
}
.ReadonlyChatAttributeImage
{
	border-width: 0px;
}
.ChatAttributeMessage,.BlobContentChatAttributeMessage,.ReadonlyBlobContentChatAttributeMessage,.BlobInputChatAttributeMessage,.ReadonlyChatAttributeMessage
{
	overflow: hidden;
	height: 40px;
	max-width: 100%;
	text-overflow: ellipsis;
	line-height:20px;
}
.ReadonlyBlobContentChatAttributeMessage
{
	border-width: 0px;
}
.ReadonlyChatAttributeMessage
{
	border-width: 0px;
}
.DashboardNumber,.ReadonlyDashboardNumber,.DashboardInfo,.ReadonlyDashboardInfo,.DashboardDanger,.ReadonlyDashboardDanger,.DashboardSuccess,.ReadonlyDashboardSuccess,.DashboardWarning,.ReadonlyDashboardWarning,.DashboardNumberCard,.ReadonlyDashboardNumberCard,.DashboardNumberCardNoBorder,.ReadonlyDashboardNumberCardNoBorder,.DashboardNumberAdmin,.ReadonlyDashboardNumberAdmin,.DashboardBaseColor,.ReadonlyDashboardBaseColor,.DashboardInfoLight,.ReadonlyDashboardInfoLight
{
	margin-left: 0px;
	border-width: 0px;
	font-size: 20px;
	font-weight: bold;
}
.DashboardNumberCard,.ReadonlyDashboardNumberCard,.DashboardNumberCardNoBorder,.ReadonlyDashboardNumberCardNoBorder
{
	font-size: 2em;
	font-weight: 300;
	min-height: 30px;
}
.DashboardNumberCardNoBorder,.ReadonlyDashboardNumberCardNoBorder
{
	font-size: 2.5em;
	font-weight: bold;
}
.DashboardNumberAdmin,.ReadonlyDashboardNumberAdmin
{
	white-space: nowrap;
	font-size: 38px;
	color: white;
	min-height: 50px;
}
.DashboardPercentageSuccess,.ReadonlyDashboardPercentageSuccess,.DashboardPercentageDanger,.ReadonlyDashboardPercentageDanger
{
	margin-left: -2px;
	font-size: 12px;
}
.ReadonlyDashboardPercentageSuccess
{
	border-width: 0px;
}
.ReadonlyDashboardPercentageDanger
{
	border-width: 0px;
}
.AttributeLandingPurusMainNumbers,.ReadonlyAttributeLandingPurusMainNumbers
{
	font-size: 72px;
	font-weight: 600;
	color: #58c4db;
}
.ReadonlyAttributeLandingPurusMainNumbers
{
	border-width: 0px;
	width: auto;
	min-width: 0px;
}
.AttributeLandingPurusTestimonialDescription,.ReadonlyAttributeLandingPurusTestimonialDescription
{
	padding-bottom: 40px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 23px;
	background-color: rgba(255,255,255,0.35);
	border-style: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 14px;
	color: white;
	max-width: 100%;
	text-align: justify;
}
.ReadonlyAttributeLandingPurusTestimonialDescription
{
	border-width: 0px;
}
.AttributeLandingPurusTestimonialTitle,.ReadonlyAttributeLandingPurusTestimonialTitle,.AttributeLandingPurusTestimonialSubtitle,.ReadonlyAttributeLandingPurusTestimonialSubtitle
{
	border-style: none;
	font-size: 16px;
	font-weight: 700;
	color: white;
	max-width: 100%;
}
.ReadonlyAttributeLandingPurusTestimonialTitle
{
	border-width: 0px;
}
.AttributeLandingPurusTestimonialSubtitle,.ReadonlyAttributeLandingPurusTestimonialSubtitle
{
	margin-right: 48px;
	font-weight: normal;
}
.ReadonlyAttributeLandingPurusTestimonialSubtitle
{
	border-width: 0px;
}
.AttributeLandingPurusContact,.ReadonlyAttributeLandingPurusContact
{
	max-width: 100%;
}
.ReadonlyAttributeLandingPurusContact
{
	border-width: 0px;
}
.AttributeLandingPurusCustomersImage,.ReadonlyAttributeLandingPurusCustomersImage
{
	margin-left: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	border-style: none;
	max-height: 100%;
	max-width: 100%;
}
.ReadonlyAttributeLandingPurusCustomersImage
{
	border-width: 0px;
}
.AttributeSearchResultImage
{
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	border-right-color: #e1e1e1;
	border-top-color: #e1e1e1;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;
	height: 100%;
	width: 100%;
	object-fit:contain;
}
.AttributeBanner
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-height: 410px;
	min-height: 410px;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}
.HideHTML,.BlobContentHideHTML,.ReadonlyBlobContentHideHTML,.BlobInputHideHTML,.ReadonlyHideHTML
{
	margin-bottom: -40px;
	margin-left: -40px;
	margin-right: -40px;
	margin-top: -40px;
	border-bottom-color: BorderPanelCol;
	height: 0px;
	width: 0px;
}
.ReadonlyBlobContentHideHTML
{
	border-width: 0px;
}
.ReadonlyHideHTML
{
	border-width: 0px;
}
.BPanelLink,.BlobContentBPanelLink,.ReadonlyBlobContentBPanelLink,.BlobInputBPanelLink,.ReadonlyBPanelLink,.BPanelLink>A,.BlobContentBPanelLink>A,.ReadonlyBlobContentBPanelLink>A,.BlobInputBPanelLink>A,.ReadonlyBPanelLink>A,.BPanelLink>A:visited,.BlobContentBPanelLink>A:visited,.ReadonlyBlobContentBPanelLink>A:visited,.BlobInputBPanelLink>A:visited,.ReadonlyBPanelLink>A:visited,.BPanelLink:hover,.BlobContentBPanelLink:hover,.ReadonlyBlobContentBPanelLink:hover,.BlobInputBPanelLink:hover,.ReadonlyBPanelLink:hover,input.BPanelLink:focus, textarea.BPanelLink:focus, select.BPanelLink:focus, .BPanelLink>A:focus,input.BlobContentBPanelLink:focus, textarea.BlobContentBPanelLink:focus, select.BlobContentBPanelLink:focus, .BlobContentBPanelLink>A:focus,input.ReadonlyBlobContentBPanelLink:focus, textarea.ReadonlyBlobContentBPanelLink:focus, select.ReadonlyBlobContentBPanelLink:focus, .ReadonlyBlobContentBPanelLink>A:focus,input.BlobInputBPanelLink:focus, textarea.BlobInputBPanelLink:focus, select.BlobInputBPanelLink:focus, .BlobInputBPanelLink>A:focus,input.ReadonlyBPanelLink:focus, textarea.ReadonlyBPanelLink:focus, select.ReadonlyBPanelLink:focus, .ReadonlyBPanelLink>A:focus
{
	margin-top: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	height: 30px;
	width: 200px;
	text-align: center;
	background: linear-gradient(to bottom,  #ee9328 0%,#ee9328 49%,#e87a1a 50%,#e87a1a 100%);
}
.ReadonlyBlobContentBPanelLink
{
	border-width: 0px;
}
.ReadonlyBPanelLink
{
	border-width: 0px;
}
.DiaClass,.BlobContentDiaClass,.ReadonlyBlobContentDiaClass,.BlobInputDiaClass,.ReadonlyDiaClass
{
	margin-bottom: 20px;
	margin-top: -30px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 60px;
	color: #fff;
}
.ReadonlyBlobContentDiaClass
{
	border-width: 0px;
}
.ReadonlyDiaClass
{
	border-width: 0px;
}
.EventosAtributo,.BlobContentEventosAtributo,.ReadonlyBlobContentEventosAtributo,.BlobInputEventosAtributo,.ReadonlyEventosAtributo
{
	display: flex;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	text-align: left;
}
.ReadonlyBlobContentEventosAtributo
{
	border-width: 0px;
}
.ReadonlyEventosAtributo
{
	border-width: 0px;
}
.Estructuratxt,.BlobContentEstructuratxt,.ReadonlyBlobContentEstructuratxt,.BlobInputEstructuratxt,.ReadonlyEstructuratxt
{
	padding-top: 65%;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 36px;
	box-shadow:none;
	    text-shadow: 1px 1px 2px #000;
}
.ReadonlyBlobContentEstructuratxt
{
	border-width: 0px;
}
.ReadonlyEstructuratxt
{
	border-width: 0px;
}
.EstructuraBtn,.EstructuraBtnLink,.BlobContentEstructuraBtn,.ReadonlyBlobContentEstructuraBtn,.BlobInputEstructuraBtn,.ReadonlyEstructuraBtn
{
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	display: inline;
	background-color: #428bca;
	border-bottom-color: #3580bd;
	border-left-color: #3580bd;
	border-right-color: #3580bd;
	border-top-color: #3580bd;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
.EstructuraBtnLink,.BlobContentEstructuraBtn,.ReadonlyBlobContentEstructuraBtn,.BlobInputEstructuraBtn,.ReadonlyEstructuraBtn
{
	display: inline-block;
}
.ReadonlyBlobContentEstructuraBtn
{
	border-width: 0px;
}
.ReadonlyEstructuraBtn
{
	border-width: 0px;
}
.EstructuraImg,.BlobContentEstructuraImg,.ReadonlyBlobContentEstructuraImg,.BlobInputEstructuraImg,.ReadonlyEstructuraImg
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	height: 430px;
	width: 285px;
}
.ReadonlyBlobContentEstructuraImg
{
	border-width: 0px;
}
.ReadonlyEstructuraImg
{
	border-width: 0px;
}
.EstructuraName,.BlobContentEstructuraName,.ReadonlyBlobContentEstructuraName,.BlobInputEstructuraName,.ReadonlyEstructuraName
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 30px;
	font-weight: normal;
}
.ReadonlyBlobContentEstructuraName
{
	border-width: 0px;
}
.ReadonlyEstructuraName
{
	border-width: 0px;
}
.EstructuraPuesto,.BlobContentEstructuraPuesto,.ReadonlyBlobContentEstructuraPuesto,.BlobInputEstructuraPuesto,.ReadonlyEstructuraPuesto
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 24px;
	text-align: center;
}
.ReadonlyBlobContentEstructuraPuesto
{
	border-width: 0px;
}
.ReadonlyEstructuraPuesto
{
	border-width: 0px;
}
.EstructuraBtn1,.EstructuraBtnLink1,.BlobContentEstructuraBtn1,.ReadonlyBlobContentEstructuraBtn1,.BlobInputEstructuraBtn1,.ReadonlyEstructuraBtn1
{
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	background-color: #428bca;
	border-bottom-color: #3580bd;
	border-left-color: #3580bd;
	border-right-color: #3580bd;
	border-top-color: #3580bd;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
.ReadonlyBlobContentEstructuraBtn1
{
	border-width: 0px;
}
.ReadonlyEstructuraBtn1
{
	border-width: 0px;
}
.MarcoLegalTxt,.BlobContentMarcoLegalTxt,.ReadonlyBlobContentMarcoLegalTxt,.BlobInputMarcoLegalTxt,.ReadonlyMarcoLegalTxt
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 36px;
	font-weight: 500;
	color: #0080fa;
	text-align: center;
}
.ReadonlyBlobContentMarcoLegalTxt
{
	border-width: 0px;
}
.ReadonlyMarcoLegalTxt
{
	border-width: 0px;
}
.ConveniosTitle,.BlobContentConveniosTitle,.ReadonlyBlobContentConveniosTitle,.BlobInputConveniosTitle,.ReadonlyConveniosTitle
{
	margin-bottom: 12px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 12px;
	display: inline;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 24px;
	color: #000;
}
.ReadonlyBlobContentConveniosTitle
{
	border-width: 0px;
}
.ReadonlyConveniosTitle
{
	border-width: 0px;
}
.ActividadesTitle,.BlobContentActividadesTitle,.ReadonlyBlobContentActividadesTitle,.BlobInputActividadesTitle,.ReadonlyActividadesTitle
{
	margin-left: -3px;
	display: inline;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 36px;
	color: #0080fa;
}
.ReadonlyBlobContentActividadesTitle
{
	border-width: 0px;
}
.ReadonlyActividadesTitle
{
	border-width: 0px;
}
.ActividadesCuerpo,.BlobContentActividadesCuerpo,.ReadonlyBlobContentActividadesCuerpo,.BlobInputActividadesCuerpo,.ReadonlyActividadesCuerpo
{
	margin-left: -5px;
	display: inline;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 32px;
}
.ReadonlyBlobContentActividadesCuerpo
{
	border-width: 0px;
}
.ReadonlyActividadesCuerpo
{
	border-width: 0px;
}
.GaleriaMedia,.BlobContentGaleriaMedia,.ReadonlyBlobContentGaleriaMedia,.BlobInputGaleriaMedia,.ReadonlyGaleriaMedia
{
	margin-left: 19%;
	display: inline;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
}
.ReadonlyBlobContentGaleriaMedia
{
	border-width: 0px;
}
.ReadonlyGaleriaMedia
{
	border-width: 0px;
}
.GaleriaTitulo,.BlobContentGaleriaTitle,.ReadonlyBlobContentGaleriaTitle,.BlobInputGaleriaTitle,.ReadonlyGaleriaTitle
{
	display: inline;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 32px;
}
.ReadonlyBlobContentGaleriaTitle
{
	border-width: 0px;
}
.ReadonlyGaleriaTitle
{
	border-width: 0px;
}
.GaleriaTit,.BlobContentGaleriaTitle1,.ReadonlyBlobContentGaleriaTitle1,.BlobInputGaleriaTitle1,.ReadonlyGaleriaTitle1
{
	display: inline;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 31px;
	color: #0080fa;
}
.ReadonlyBlobContentGaleriaTitle1
{
	border-width: 0px;
}
.ReadonlyGaleriaTitle1
{
	border-width: 0px;
}
.GaleriaName,.BlobContentGaleriaName,.ReadonlyBlobContentGaleriaName,.BlobInputGaleriaName,.ReadonlyGaleriaName
{
	display: inline;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	box-shadow:none;
	   white-space: nowrap;
}
.ReadonlyBlobContentGaleriaName
{
	border-width: 0px;
}
.ReadonlyGaleriaName
{
	border-width: 0px;
}
.ContactoTitle,.BlobContentContactoTitle,.ReadonlyBlobContentContactoTitle,.BlobInputContactoTitle,.ReadonlyContactoTitle
{
	display: inline;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 36px;
	color: #0080fa;
}
.ReadonlyBlobContentContactoTitle
{
	border-width: 0px;
}
.ReadonlyContactoTitle
{
	border-width: 0px;
}
.ContactoCuerpo,.BlobContentContactoCuerpo,.ReadonlyBlobContentContactoCuerpo,.BlobInputContactoCuerpo,.ReadonlyContactoCuerpo
{
	margin-left: -7px;
	display: inline;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 32px;
	box-shadow:none;
	 white-space: nowrap;
}
.ReadonlyBlobContentContactoCuerpo
{
	border-width: 0px;
}
.ReadonlyContactoCuerpo
{
	border-width: 0px;
}
.RegularTextAtt,.BlobContentRegularTextAtt,.ReadonlyBlobContentRegularTextAtt,.BlobInputRegularTextAtt,.ReadonlyRegularTextAtt
{
	display: inline;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 15px;
	color: #000;
	text-align: left;
}
.ReadonlyBlobContentRegularTextAtt
{
	border-width: 0px;
}
.ReadonlyRegularTextAtt
{
	border-width: 0px;
}
.RegularTextAttConv,.BlobContentRegularTextAttConv,.ReadonlyBlobContentRegularTextAttConv,.BlobInputRegularTextAttConv,.ReadonlyRegularTextAttConv
{
	display: inline;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 15px;
	color: #000;
	text-align: left;
}
.ReadonlyBlobContentRegularTextAttConv
{
	border-width: 0px;
}
.ReadonlyRegularTextAttConv
{
	border-width: 0px;
}
.AttributeBannerGaleria
{
	margin-left: 19%;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-height: 410px;
	min-height: 410px;
	width: 100%;
	max-width: 100%;
	object-fit: contain;
}
.HTMLCodeView,.BlobContentHTMLCodeView,.ReadonlyBlobContentHTMLCodeView,.BlobInputHTMLCodeView,.ReadonlyHTMLCodeView
{
	border-bottom-color: #c1c1c1;
	border-left-color: #c1c1c1;
	border-right-color: #c1c1c1;
	border-top-color: #c1c1c1;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #000;
	max-width: 100%;
	white-space: normal;
}
.ReadonlyBlobContentHTMLCodeView
{
	border-width: 0px;
}
.ReadonlyHTMLCodeView
{
	border-width: 0px;
}
.header_img_demo,.BlobContentheader_img_demo,.ReadonlyBlobContentheader_img_demo,.BlobInputheader_img_demo,.Readonlyheader_img_demo,.Readonlyheader_img_demoMov
{
	padding-top: 5px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	width: 180px;
	image-rendering: auto;
}
.ReadonlyBlobContentheader_img_demo
{
	border-width: 0px;
}
.Readonlyheader_img_demo
{
	border-width: 0px;
}
.Readonlyheader_img_demoMov
{
	border-width: 0px;
}
.header_fac_info,.BlobContentheader_fac_info,.ReadonlyBlobContentheader_fac_info,.BlobInputheader_fac_info,.Readonlyheader_fac_info,.header_fac_infoMov,.Readonlyheader_fac_infoMov
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	image-rendering: auto;
}
.ReadonlyBlobContentheader_fac_info
{
	border-width: 0px;
}
.Readonlyheader_fac_info
{
	border-width: 0px;
}
.header_fac_infoMov,.Readonlyheader_fac_infoMov
{
	width: 40px;
}
.Readonlyheader_fac_infoMov
{
	border-width: 0px;
}
.header_email_info,.BlobContentheader_email_info,.ReadonlyBlobContentheader_email_info,.BlobInputheader_email_info,.Readonlyheader_email_info,.header_email_icon,.BlobContentheader_email_icon,.ReadonlyBlobContentheader_email_icon,.BlobInputheader_email_icon,.Readonlyheader_email_icon,.header_email_iconMov,.Readonlyheader_email_iconMov
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	image-rendering: auto;
}
.ReadonlyBlobContentheader_email_info
{
	border-width: 0px;
}
.Readonlyheader_email_info
{
	border-width: 0px;
}
.header_email_icon,.BlobContentheader_email_icon,.ReadonlyBlobContentheader_email_icon,.BlobInputheader_email_icon,.Readonlyheader_email_icon,.header_email_iconMov,.Readonlyheader_email_iconMov
{
	height: 18px;
	width: 18px;
}
.ReadonlyBlobContentheader_email_icon
{
	border-width: 0px;
}
.Readonlyheader_email_icon
{
	border-width: 0px;
}
.header_email_iconMov,.Readonlyheader_email_iconMov
{
	height: auto;
	max-width: none;
}
.Readonlyheader_email_iconMov
{
	border-width: 0px;
}
.header_phone_info,.BlobContentheader_phone_info,.ReadonlyBlobContentheader_phone_info,.BlobInputheader_phone_info,.Readonlyheader_phone_info,.header_phone_icon,.BlobContentheader_phone_icon,.ReadonlyBlobContentheader_phone_icon,.BlobInputheader_phone_icon,.Readonlyheader_phone_icon,.header_phone_iconMov,.Readonlyheader_phone_iconMov,.Readonlyheader_phone_infoMov
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	image-rendering: auto;
}
.ReadonlyBlobContentheader_phone_info
{
	border-width: 0px;
}
.Readonlyheader_phone_info
{
	border-width: 0px;
}
.header_phone_icon,.BlobContentheader_phone_icon,.ReadonlyBlobContentheader_phone_icon,.BlobInputheader_phone_icon,.Readonlyheader_phone_icon,.header_phone_iconMov,.Readonlyheader_phone_iconMov
{
	width: 16px;
}
.ReadonlyBlobContentheader_phone_icon
{
	border-width: 0px;
}
.Readonlyheader_phone_icon
{
	border-width: 0px;
}
.Readonlyheader_phone_iconMov
{
	border-width: 0px;
}
.Readonlyheader_phone_infoMov
{
	border-width: 0px;
}
.footer_subtitle,.BlobContentfooter_subtitle,.ReadonlyBlobContentfooter_subtitle,.BlobInputfooter_subtitle,.Readonlyfooter_subtitle
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding-bottom: 1em;
	display: table-cell;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 30px;
	color: #0080fa;
	max-width: none;
}
.ReadonlyBlobContentfooter_subtitle
{
	border-width: 0px;
}
.Readonlyfooter_subtitle
{
	display: table;
	border-width: 0px;
}
.footer_col1_txt,.BlobContentfooter_col1_txt,.ReadonlyBlobContentfooter_col1_txt,.BlobInputfooter_col1_txt,.Readonlyfooter_col1_txt
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding-bottom: 1em;
	display: table-cell;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 18px;
	color: #fff;
	max-width: none;
}
.ReadonlyBlobContentfooter_col1_txt
{
	border-width: 0px;
}
.Readonlyfooter_col1_txt
{
	border-width: 0px;
}
.footer_col_link,.BlobContentfooter_col_link,.ReadonlyBlobContentfooter_col_link,.BlobInputfooter_col_link,.Readonlyfooter_col_link
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding-bottom: 1em;
	display: table-cell;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 18px;
	max-width: none;
}
.ReadonlyBlobContentfooter_col_link
{
	border-width: 0px;
}
.Readonlyfooter_col_link
{
	display: table;
	border-width: 0px;
}
.footer_final_txt,.BlobContentfooter_final_txt,.ReadonlyBlobContentfooter_final_txt,.BlobInputfooter_final_txt,.Readonlyfooter_final_txt
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding-bottom: 1em;
	display: table-cell;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	color: #fff;
	max-width: none;
}
.ReadonlyBlobContentfooter_final_txt
{
	border-width: 0px;
}
.Readonlyfooter_final_txt
{
	border-width: 0px;
}
.footer_title,.BlobContentfooter_title,.ReadonlyBlobContentfooter_title,.BlobInputfooter_title,.Readonlyfooter_title
{
	float: right;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	display: table-cell;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 40px;
	color: #fff;
	max-width: none;
}
.ReadonlyBlobContentfooter_title
{
	border-width: 0px;
}
.footer_divisor,.BlobContentfooter_divisor,.ReadonlyBlobContentfooter_divisor,.BlobInputfooter_divisor,.Readonlyfooter_divisor
{
	margin-bottom: auto;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 16px;
	padding-left: 10px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	width: 100%;
	max-width: none;
}
.ReadonlyBlobContentfooter_divisor
{
	border-width: 0px;
}
.Readonlyfooter_divisor
{
	border-width: 0px;
}
.footer_input_txt,.BlobContentfooter_input_txt,.ReadonlyBlobContentfooter_input_txt,.BlobInputfooter_input_txt,.Readonlyfooter_input_txt
{
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	display: table-cell;
	background-color: #d2e7fd;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 18px;
	max-width: none;
}
.ReadonlyBlobContentfooter_input_txt
{
	border-width: 0px;
}
.Readonlyfooter_input_txt
{
	border-width: 0px;
}
.footer_input_button,.BlobContentfooter_input_button,.ReadonlyBlobContentfooter_input_button,.BlobInputfooter_input_button,.Readonlyfooter_input_button
{
	background-color: #0c71c3;
	border-bottom-color: #0c71c3;
	border-left-color: #0c71c3;
	border-right-color: #0c71c3;
	border-top-color: #0c71c3;
	border-width: 2px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	max-width: none;
}
.ReadonlyBlobContentfooter_input_button
{
	border-width: 0px;
}
.Readonlyfooter_input_button
{
	border-width: 0px;
}
.HTML_aditional,.BlobContentHTML_aditional,.ReadonlyBlobContentHTML_aditional,.BlobInputHTML_aditional,.ReadonlyHTML_aditional
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: none;
}
.ReadonlyBlobContentHTML_aditional
{
	border-width: 0px;
}
.ReadonlyHTML_aditional
{
	border-width: 0px;
}
.header_menu_txt,.BlobContentheader_menu_txt,.ReadonlyBlobContentheader_menu_txt,.BlobInputheader_menu_txt,.Readonlyheader_menu_txt,.header_menu_link,.BlobContentheader_menu_link,.ReadonlyBlobContentheader_menu_link,.BlobInputheader_menu_link,.Readonlyheader_menu_link,.Readonlyheader_menu_linkMov,.header_menu_txt>A,.BlobContentheader_menu_txt>A,.ReadonlyBlobContentheader_menu_txt>A,.BlobInputheader_menu_txt>A,.Readonlyheader_menu_txt>A,.header_menu_link>A,.BlobContentheader_menu_link>A,.ReadonlyBlobContentheader_menu_link>A,.BlobInputheader_menu_link>A,.Readonlyheader_menu_link>A,.Readonlyheader_menu_linkMov>A,.Readonlyheader_menu_txtMov>A,.Readonlyheader_menu_txtMov
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	border-style: none;
	font-size: 17px;
	color: rgba(0,29,53,0.81);
	max-width: none;
}
.ReadonlyBlobContentheader_menu_txt
{
	border-width: 0px;
}
.Readonlyheader_menu_txt
{
	margin-left: 20px;
	display: block;
	border-width: 0px;
	font-family: "Source Sans Pro";
	font-weight: 600;
	text-align: left;
}
.ReadonlyBlobContentheader_menu_link
{
	border-width: 0px;
}
.Readonlyheader_menu_link
{
	border-width: 0px;
}
.Readonlyheader_menu_linkMov
{
	border-width: 0px;
}
.Readonlyheader_menu_txtMov
{
	margin-left: 20px;
	border-width: 0px;
	font-weight: 600;
}
.header_menumovil_txt,.BlobContentheader_menumovil_txt,.ReadonlyBlobContentheader_menumovil_txt,.BlobInputheader_menumovil_txt,.Readonlyheader_menumovil_txt,.Readonlyheader_menumovil_txtMov
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	color: #fff;
	max-width: none;
}
.ReadonlyBlobContentheader_menumovil_txt
{
	border-width: 0px;
}
.Readonlyheader_menumovil_txt
{
	margin-top: 35px;
	border-width: 0px;
	contain: size;
}
.Readonlyheader_menumovil_txtMov
{
	margin-top: 35px;
	border-width: 0px;
	contain: size;
}
.s1_t1_title,.BlobContents1_t1_title,.ReadonlyBlobContents1_t1_title,.BlobInputs1_t1_title,.Readonlys1_t1_title
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 40px;
	color: #fff;
}
.ReadonlyBlobContents1_t1_title
{
	border-width: 0px;
}
.Readonlys1_t1_title
{
	padding-bottom: 10px;
	border-width: 0px;
	max-width: 100%;
}
.s1_t1_txt,.BlobContents1_t1_txt,.ReadonlyBlobContents1_t1_txt,.BlobInputs1_t1_txt,.Readonlys1_t1_txt
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 14px;
	color: #fff;
}
.ReadonlyBlobContents1_t1_txt
{
	border-width: 0px;
}
.Readonlys1_t1_txt
{
	border-width: 0px;
	font-size: 18px;
	max-width: 100%;
}
.s1_t1_Link,.BlobContents1_t1_Link,.ReadonlyBlobContents1_t1_Link,.BlobInputs1_t1_Link,.Readonlys1_t1_Link
{
	padding-top: 15px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 17px;
	color: #fff;
}
.ReadonlyBlobContents1_t1_Link
{
	border-width: 0px;
}
.Readonlys1_t1_Link
{
	border-width: 0px;
	max-width: 100%;
}
.s2_t1_Img1,.BlobContents2_t1_Img1,.ReadonlyBlobContents2_t1_Img1,.BlobInputs2_t1_Img1,.Readonlys2_t1_Img1
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContents2_t1_Img1
{
	border-width: 0px;
}
.Readonlys2_t1_Img1
{
	border-width: 0px;
}
.s2_t1_t1_img1,.BlobContents2_t1_t1_img1,.ReadonlyBlobContents2_t1_t1_img1,.BlobInputs2_t1_t1_img1,.Readonlys2_t1_t1_img1
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	height: auto;
	max-height: 100%;
	width: 50%;
	max-width: 100%;
}
.ReadonlyBlobContents2_t1_t1_img1
{
	border-width: 0px;
}
.Readonlys2_t1_t1_img1
{
	border-width: 0px;
}
.s2_t1_t1_img2,.BlobContents2_t1_t1_img2,.ReadonlyBlobContents2_t1_t1_img2,.BlobInputs2_t1_t1_img2,.Readonlys2_t1_t1_img2
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContents2_t1_t1_img2
{
	border-width: 0px;
}
.Readonlys2_t1_t1_img2
{
	border-width: 0px;
}
.s2_t1_t1_txt1,.BlobContents2_t1_t1_txt1,.ReadonlyBlobContents2_t1_t1_txt1,.BlobInputs2_t1_t1_txt1,.Readonlys2_t1_t1_txt1
{
	margin-left: 30px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 30px;
	font-style: italic;
	color: #808080;
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContents2_t1_t1_txt1
{
	border-width: 0px;
}
.Readonlys2_t1_t1_txt1
{
	border-width: 0px;
}
.s3_g1_img1
{
	margin-bottom: 13.174%;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	height: auto;
	max-height: 100%;
	min-height: 51px;
	width: auto;
	max-width: 100%;
	min-width: 164px;
}
.s3_g1_t1_txt1,.BlobContents3_g1_t1_txt1,.ReadonlyBlobContents3_g1_t1_txt1,.BlobInputs3_g1_t1_txt1,.Readonlys3_g1_t1_txt1
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContents3_g1_t1_txt1
{
	border-width: 0px;
}
.Readonlys3_g1_t1_txt1
{
	border-width: 0px;
}
.s4_t1_t1_txt1,.BlobContents4_t1_t1_txt1,.ReadonlyBlobContents4_t1_t1_txt1,.BlobInputs4_t1_t1_txt1,.Readonlys4_t1_t1_txt1
{
	float: right;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 23px;
	font-weight: 500;
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
	line-height: 1em;
}
.ReadonlyBlobContents4_t1_t1_txt1
{
	border-width: 0px;
}
.Readonlys4_t1_t1_txt1
{
	border-width: 0px;
	font-weight: 600;
}
.s4_t1_t1_img1,.BlobContents4_t1_t1_img1,.ReadonlyBlobContents4_t1_t1_img1,.BlobInputs4_t1_t1_img1,.Readonlys4_t1_t1_img1
{
	margin-left: 0px;
	margin-top: 5px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContents4_t1_t1_img1
{
	border-width: 0px;
}
.Readonlys4_t1_t1_img1
{
	border-width: 0px;
}
.s4_t1_txt1,.BlobContents4_t1_txt1,.ReadonlyBlobContents4_t1_txt1,.BlobInputs4_t1_txt1,.Readonlys4_t1_txt1
{
	float: right;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-family: "Source Sans Pro";
	font-size: 20px;
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 49%;
	text-align: right;
}
.ReadonlyBlobContents4_t1_txt1
{
	border-width: 0px;
}
.s4_t1_txt2,.BlobContents4_t1_txt2,.ReadonlyBlobContents4_t1_txt2,.BlobInputs4_t1_txt2,.Readonlys4_t1_txt2
{
	float: right;
	margin-right: 10%;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContents4_t1_txt2
{
	border-width: 0px;
}
.Readonlys4_t1_txt2
{
	border-width: 0px;
}
.s5_t1_txt1,.BlobContents5_t1_txt1,.ReadonlyBlobContents5_t1_txt1,.BlobInputs5_t1_txt1,.Readonlys5_t1_txt1
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 43px;
	font-weight: 600;
	color: #fff;
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContents5_t1_txt1
{
	border-width: 0px;
}
.Readonlys5_t1_txt1
{
	border-width: 0px;
}
.s5_t1_txt2,.BlobContents5_t1_txt2,.ReadonlyBlobContents5_t1_txt2,.BlobInputs5_t1_txt2,.Readonlys5_t1_txt2
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-family: "Source Sans Pro";
	font-size: 25px;
	color: #fff;
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContents5_t1_txt2
{
	border-width: 0px;
}
.Readonlys5_t1_txt2
{
	border-width: 0px;
}
.s5_t1_txt3,.BlobContents5_t1_txt3,.ReadonlyBlobContents5_t1_txt3,.BlobInputs5_t1_txt3,.Readonlys5_t1_txt3
{
	margin-top: 35px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContents5_t1_txt3
{
	border-width: 0px;
}
.Readonlys5_t1_txt3
{
	border-width: 0px;
}
.s6_t1_img1,.BlobContents6_t1_img1,.ReadonlyBlobContents6_t1_img1,.BlobInputs6_t1_img1,.Readonlys6_t1_img1
{
	margin-top: 20px;
	padding-right: 20px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContents6_t1_img1
{
	border-width: 0px;
}
.Readonlys6_t1_img1
{
	border-width: 0px;
}
.s6_t1_txt1,.BlobContents6_t1_txt1,.ReadonlyBlobContents6_t1_txt1,.BlobInputs6_t1_txt1,.Readonlys6_t1_txt1
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 43px;
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContents6_t1_txt1
{
	border-width: 0px;
}
.Readonlys6_t1_txt1
{
	border-width: 0px;
}
.s6_g1_img1,.BlobContents6_g1_img1,.ReadonlyBlobContents6_g1_img1,.BlobInputs6_g1_img1,.Readonlys6_g1_img1
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContents6_g1_img1
{
	border-width: 0px;
}
.Readonlys6_g1_img1
{
	border-width: 0px;
}
.input_form,.BlobContentinput_form,.ReadonlyBlobContentinput_form,.BlobInputinput_form,.Readonlyinput_form
{
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	display: table-cell;
	background-color: #d2e7fd;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 18px;
	max-width: none;
}
.ReadonlyBlobContentinput_form
{
	border-width: 0px;
}
.Readonlyinput_form
{
	border-width: 0px;
}
.input_form_button,.BlobContentinput_form_button,.ReadonlyBlobContentinput_form_button,.BlobInputinput_form_button,.Readonlyinput_form_button
{
	background-color: #0c71c3;
	border-bottom-color: #0c71c3;
	border-left-color: #0c71c3;
	border-right-color: #0c71c3;
	border-top-color: #0c71c3;
	border-width: 2px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	max-width: none;
}
.ReadonlyBlobContentinput_form_button
{
	border-width: 0px;
}
.Readonlyinput_form_button
{
	border-width: 0px;
}
.input_form_checkbox,.BlobContentinput_form_checkbox,.ReadonlyBlobContentinput_form_checkbox,.BlobInputinput_form_checkbox,.Readonlyinput_form_checkbox
{
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	display: table-cell;
	background-color: #d2e7fd;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	color: #fff;
	max-width: none;
}
.ReadonlyBlobContentinput_form_checkbox
{
	border-width: 0px;
}
.Readonlyinput_form_checkbox
{
	border-width: 0px;
}
.footer_subtitle_left,.BlobContentfooter_subtitle_left,.ReadonlyBlobContentfooter_subtitle_left,.BlobInputfooter_subtitle_left,.Readonlyfooter_subtitle_left
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding-bottom: 1em;
	display: block;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 30px;
	color: #0080fa;
	max-width: none;
}
.ReadonlyBlobContentfooter_subtitle_left
{
	border-width: 0px;
}
.Readonlyfooter_subtitle_left
{
	border-width: 0px;
}
.footer_col_link_left,.BlobContentfooter_col_link_left,.ReadonlyBlobContentfooter_col_link_left,.BlobInputfooter_col_link_left,.Readonlyfooter_col_link_left
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding-bottom: 1em;
	display: block;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 18px;
	max-width: none;
}
.ReadonlyBlobContentfooter_col_link_left
{
	border-width: 0px;
}
.Readonlyfooter_col_link_left
{
	border-width: 0px;
}
.s1_Img1,.BlobContents1_Img1,.ReadonlyBlobContents1_Img1,.BlobInputs1_Img1,.Readonlys1_Img1
{
	margin-bottom: -5px;
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	height: auto;
	width: 100%;
	max-width: 100%;
	box-shadow:none;
	border: none;
}
.ReadonlyBlobContents1_Img1
{
	border-width: 0px;
}
.Readonlys1_Img1
{
	border-width: 0px;
}
.s2_txt1,.BlobContents2_txt1,.ReadonlyBlobContents2_txt1,.BlobInputs2_txt1,.Readonlys2_txt1
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 48px;
	color: #fff;
	max-width: 100%;
}
.ReadonlyBlobContents2_txt1
{
	border-width: 0px;
}
.Readonlys2_txt1
{
	border-width: 0px;
}
.n_s3_t1_t1_txt1,.BlobContentn_s3_t1_t1_txt1,.ReadonlyBlobContentn_s3_t1_t1_txt1,.BlobInputn_s3_t1_t1_txt1,.Readonlyn_s3_t1_t1_txt1
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 100%;
}
.ReadonlyBlobContentn_s3_t1_t1_txt1
{
	border-width: 0px;
}
.Readonlyn_s3_t1_t1_txt1
{
	border-width: 0px;
}
.n_s3_t1_t1_Img1,.BlobContentn_s3_t1_t1_Img1,.ReadonlyBlobContentn_s3_t1_t1_Img1,.BlobInputn_s3_t1_t1_Img1,.Readonlyn_s3_t1_t1_Img1
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 100%;
}
.ReadonlyBlobContentn_s3_t1_t1_Img1
{
	border-width: 0px;
}
.Readonlyn_s3_t1_t1_Img1
{
	border-width: 0px;
}
.n_s3_t1_t1_txt2,.BlobContentn_s3_t1_t1_txt2,.ReadonlyBlobContentn_s3_t1_t1_txt2,.BlobInputn_s3_t1_t1_txt2,.Readonlyn_s3_t1_t1_txt2
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 100%;
}
.ReadonlyBlobContentn_s3_t1_t1_txt2
{
	border-width: 0px;
}
.Readonlyn_s3_t1_t1_txt2
{
	border-width: 0px;
}
.n_s3_t1_Img1,.BlobContentn_s3_t1_Img1,.ReadonlyBlobContentn_s3_t1_Img1,.BlobInputn_s3_t1_Img1,.Readonlyn_s3_t1_Img1
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 3000px;
}
.ReadonlyBlobContentn_s3_t1_Img1
{
	border-width: 0px;
}
.Readonlyn_s3_t1_Img1
{
	border-width: 0px;
}
.n_box_title_white,.BlobContentn_box_title_white,.ReadonlyBlobContentn_box_title_white,.BlobInputn_box_title_white,.Readonlyn_box_title_white
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 25px;
	font-weight: 500;
	color: #fff;
	max-width: 75%;
	box-shadow:none;
	line-height: 1.4em;
}
.ReadonlyBlobContentn_box_title_white
{
	border-width: 0px;
}
.Readonlyn_box_title_white
{
	border-width: 0px;
}
.n_box_image,.BlobContentn_box_image,.ReadonlyBlobContentn_box_image,.BlobInputn_box_image,.Readonlyn_box_image
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 100%;
}
.ReadonlyBlobContentn_box_image
{
	border-width: 0px;
}
.Readonlyn_box_image
{
	border-width: 0px;
}
.n_box_divisor,.BlobContentn_box_divisor,.ReadonlyBlobContentn_box_divisor,.BlobInputn_box_divisor,.Readonlyn_box_divisor
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 100%;
}
.ReadonlyBlobContentn_box_divisor
{
	border-width: 0px;
}
.Readonlyn_box_divisor
{
	border-width: 0px;
}
.n_box_text,.BlobContentn_box_text,.ReadonlyBlobContentn_box_text,.BlobInputn_box_text,.Readonlyn_box_text
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 19px;
	color: #fff;
	max-width: 100%;
	text-align: justify;
}
.ReadonlyBlobContentn_box_text
{
	border-width: 0px;
}
.Readonlyn_box_text
{
	border-width: 0px;
}
.n_s8_txt1,.BlobContentn_s8_txt1,.ReadonlyBlobContentn_s8_txt1,.BlobInputn_s8_txt1,.Readonlyn_s8_txt1
{
	margin-left: 0px;
	margin-top: 50px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 45px;
	color: #0080f8;
	max-width: 100%;
}
.ReadonlyBlobContentn_s8_txt1
{
	border-width: 0px;
}
.Readonlyn_s8_txt1
{
	border-width: 0px;
}
.n_s8_g1_Img1,.BlobContentn_s8_g1_Img1,.ReadonlyBlobContentn_s8_g1_Img1,.BlobInputn_s8_g1_Img1,.Readonlyn_s8_g1_Img1
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContentn_s8_g1_Img1
{
	border-width: 0px;
}
.Readonlyn_s8_g1_Img1
{
	border-width: 0px;
}
.dam_s6_txt1,.BlobContentdam_s6_txt1,.ReadonlyBlobContentdam_s6_txt1,.BlobInputdam_s6_txt1,.Readonlydam_s6_txt1
{
	margin-left: 0px;
	margin-top: 50px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 45px;
	color: #0080f8;
	max-width: 100%;
}
.ReadonlyBlobContentdam_s6_txt1
{
	border-width: 0px;
}
.Readonlydam_s6_txt1
{
	border-width: 0px;
}
.dam_s6_g1_Img1,.BlobContentdam_s6_g1_Img1,.ReadonlyBlobContentdam_s6_g1_Img1,.BlobInputdam_s6_g1_Img1,.Readonlydam_s6_g1_Img1
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContentdam_s6_g1_Img1
{
	border-width: 0px;
}
.Readonlydam_s6_g1_Img1
{
	border-width: 0px;
}
.dam_s3_t1_Img1,.BlobContentdam_s3_t1_Img1,.ReadonlyBlobContentdam_s3_t1_Img1,.BlobInputdam_s3_t1_Img1,.Readonlydam_s3_t1_Img1
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 100%;
}
.ReadonlyBlobContentdam_s3_t1_Img1
{
	border-width: 0px;
}
.Readonlydam_s3_t1_Img1
{
	border-width: 0px;
}
.dam_s3_t1_txt1,.BlobContentdam_s3_t1_txt1,.ReadonlyBlobContentdam_s3_t1_txt1,.BlobInputdam_s3_t1_txt1,.Readonlydam_s3_t1_txt1
{
	margin-left: 0px;
	margin-top: 51px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 20px;
	max-width: 100%;
}
.ReadonlyBlobContentdam_s3_t1_txt1
{
	border-width: 0px;
}
.Readonlydam_s3_t1_txt1
{
	border-width: 0px;
}
.dam_s4_t1_txt1,.BlobContentdam_s4_t1_txt1,.ReadonlyBlobContentdam_s4_t1_txt1,.BlobInputdam_s4_t1_txt1,.Readonlydam_s4_t1_txt1
{
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 20px;
	max-width: 100%;
}
.ReadonlyBlobContentdam_s4_t1_txt1
{
	border-width: 0px;
}
.dam_s4_t1_txt2,.BlobContentdam_s4_t1_txt2,.ReadonlyBlobContentdam_s4_t1_txt2,.BlobInputdam_s4_t1_txt2,.Readonlydam_s4_t1_txt2
{
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 20px;
	max-width: 100%;
}
.ReadonlyBlobContentdam_s4_t1_txt2
{
	border-width: 0px;
}
.dam_s5_t1_Img1,.BlobContentdam_s5_t1_Img1,.ReadonlyBlobContentdam_s5_t1_Img1,.BlobInputdam_s5_t1_Img1,.Readonlydam_s5_t1_Img1
{
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
}
.ReadonlyBlobContentdam_s5_t1_Img1
{
	border-width: 0px;
}
.Readonlydam_s5_t1_Img1
{
	border-width: 0px;
}
.dam_s5_t1_txt1,.BlobContentdam_s5_t1_txt1,.ReadonlyBlobContentdam_s5_t1_txt1,.BlobInputdam_s5_t1_txt1,.Readonlydam_s5_t1_txt1
{
	float: right;
	margin-left: 0px;
	margin-top: -25px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 28px;
	max-width: 100%;
}
.ReadonlyBlobContentdam_s5_t1_txt1
{
	border-width: 0px;
}
.dam_s5_g1_t1_Img1,.BlobContentdam_s5_g1_t1_Img1,.ReadonlyBlobContentdam_s5_g1_t1_Img1,.BlobInputdam_s5_g1_t1_Img1,.Readonlydam_s5_g1_t1_Img1
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	display: block;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 200px;
}
.ReadonlyBlobContentdam_s5_g1_t1_Img1
{
	border-width: 0px;
}
.Readonlydam_s5_g1_t1_Img1
{
	border-width: 0px;
}
.dam_s5_g1_t1_txt1,.BlobContentdam_s5_g1_t1_txt1,.ReadonlyBlobContentdam_s5_g1_t1_txt1,.BlobInputdam_s5_g1_t1_txt1,.Readonlydam_s5_g1_t1_txt1
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 18px;
	color: #0080f8;
	max-width: 100%;
}
.ReadonlyBlobContentdam_s5_g1_t1_txt1
{
	border-width: 0px;
}
.Readonlydam_s5_g1_t1_txt1
{
	border-width: 0px;
}
.dam_s5_g1_t1_txt2,.BlobContentdam_s5_g1_t1_txt2,.ReadonlyBlobContentdam_s5_g1_t1_txt2,.BlobInputdam_s5_g1_t1_txt2,.Readonlydam_s5_g1_t1_txt2
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 18px;
	color: #fff;
	max-width: 100%;
}
.ReadonlyBlobContentdam_s5_g1_t1_txt2
{
	border-width: 0px;
}
.Readonlydam_s5_g1_t1_txt2
{
	border-width: 0px;
}
.c_s3_g1_Img1,.BlobContentc_s3_g1_Img1,.ReadonlyBlobContentc_s3_g1_Img1,.BlobInputc_s3_g1_Img1,.Readonlyc_s3_g1_Img1
{
	margin-bottom: 30px;
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 100%;
}
.ReadonlyBlobContentc_s3_g1_Img1
{
	border-width: 0px;
}
.Readonlyc_s3_g1_Img1
{
	border-width: 0px;
}
.c_s3_g1_txt1,.BlobContentc_s3_g1_txt1,.ReadonlyBlobContentc_s3_g1_txt1,.BlobInputc_s3_g1_txt1,.Readonlyc_s3_g1_txt1
{
	margin-bottom: 30px;
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 18px;
	max-width: 100%;
	box-shadow:none;
	line-height: 1.8em;
}
.ReadonlyBlobContentc_s3_g1_txt1
{
	border-width: 0px;
}
.Readonlyc_s3_g1_txt1
{
	border-width: 0px;
}
.c_s3_t1_txt1,.BlobContentc_s3_t1_txt1,.ReadonlyBlobContentc_s3_t1_txt1,.BlobInputc_s3_t1_txt1,.Readonlyc_s3_t1_txt1
{
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 30px;
	color: #0080f8;
	max-width: 100%;
}
.ReadonlyBlobContentc_s3_t1_txt1
{
	border-width: 0px;
}
.Readonlyc_s3_t1_txt1
{
	border-width: 0px;
}
.c_s4_html,.BlobContentc_s4_html,.ReadonlyBlobContentc_s4_html,.BlobInputc_s4_html,.Readonlyc_s4_html
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 100%;
}
.ReadonlyBlobContentc_s4_html
{
	border-width: 0px;
}
.Readonlyc_s4_html
{
	border-width: 0px;
	width: 100%;
}
.c_s4_Img1,.BlobContentc_s4_Img1,.ReadonlyBlobContentc_s4_Img1,.BlobInputc_s4_Img1,.Readonlyc_s4_Img1
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 100%;
}
.ReadonlyBlobContentc_s4_Img1
{
	border-width: 0px;
}
.Readonlyc_s4_Img1
{
	border-width: 0px;
}
.s_s4_g1_txt1,.BlobContents_s4_g1_txt1,.ReadonlyBlobContents_s4_g1_txt1,.BlobInputs_s4_g1_txt1,.Readonlys_s4_g1_txt1
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 100%;
}
.ReadonlyBlobContents_s4_g1_txt1
{
	border-width: 0px;
}
.Readonlys_s4_g1_txt1
{
	margin-bottom: 10%;
	margin-top: 10%;
	border-width: 0px;
}
.s_s5_t1_txt1,.BlobContents_s5_t1_txt1,.ReadonlyBlobContents_s5_t1_txt1,.BlobInputs_s5_t1_txt1,.Readonlys_s5_t1_txt1
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 25px;
	max-width: 100%;
}
.ReadonlyBlobContents_s5_t1_txt1
{
	border-width: 0px;
}
.Readonlys_s5_t1_txt1
{
	border-width: 0px;
}
.s_s5_t1_Img1,.BlobContents_s5_t1_Img1,.ReadonlyBlobContents_s5_t1_Img1,.BlobInputs_s5_t1_Img1,.Readonlys_s5_t1_Img1
{
	margin-left: 0px;
	margin-top: -5%;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 23%;
}
.ReadonlyBlobContents_s5_t1_Img1
{
	border-width: 0px;
}
.Readonlys_s5_t1_Img1
{
	border-width: 0px;
}
.s_s5_g1_txt1,.BlobContents_s5_g1_txt1,.ReadonlyBlobContents_s5_g1_txt1,.BlobInputs_s5_g1_txt1,.Readonlys_s5_g1_txt1
{
	margin-left: 0px;
	padding-bottom: 10px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 20px;
	color: #0080f8;
	max-width: 100%;
	line-height: 1.4em;
}
.ReadonlyBlobContents_s5_g1_txt1
{
	border-width: 0px;
}
.Readonlys_s5_g1_txt1
{
	border-width: 0px;
}
.s_s5_g1_txt2,.BlobContents_s5_g1_txt2,.ReadonlyBlobContents_s5_g1_txt2,.BlobInputs_s5_g1_txt2,.Readonlys_s5_g1_txt2
{
	margin-left: 0px;
	padding-bottom: 10px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 18px;
	max-width: 100%;
}
.ReadonlyBlobContents_s5_g1_txt2
{
	border-width: 0px;
}
.Readonlys_s5_g1_txt2
{
	border-width: 0px;
}
.s_s6_txt1,.BlobContents_s6_txt1,.ReadonlyBlobContents_s6_txt1,.BlobInputs_s6_txt1,.Readonlys_s6_txt1
{
	margin-left: 0px;
	padding-bottom: 20px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 45px;
	color: #fff;
	max-width: 100%;
}
.ReadonlyBlobContents_s6_txt1
{
	border-width: 0px;
}
.Readonlys_s6_txt1
{
	border-width: 0px;
}
.s_s6_g1_txt1,.BlobContents_s6_g1_txt1,.ReadonlyBlobContents_s6_g1_txt1,.BlobInputs_s6_g1_txt1,.Readonlys_s6_g1_txt1
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	max-width: 100%;
}
.ReadonlyBlobContents_s6_g1_txt1
{
	border-width: 0px;
}
.Readonlys_s6_g1_txt1
{
	border-width: 0px;
}
.s_s6_g1_txt2,.BlobContents_s6_g1_txt2,.ReadonlyBlobContents_s6_g1_txt2,.BlobInputs_s6_g1_txt2,.Readonlys_s6_g1_txt2
{
	margin-left: 0px;
	padding-bottom: 20px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 18px;
	color: #fff;
	max-width: 100%;
}
.ReadonlyBlobContents_s6_g1_txt2
{
	border-width: 0px;
}
.Readonlys_s6_g1_txt2
{
	border-width: 0px;
}
.s_s7_txt_title,.BlobContents_s7_txt_title,.ReadonlyBlobContents_s7_txt_title,.BlobInputs_s7_txt_title,.Readonlys_s7_txt_title
{
	margin-left: 0px;
	padding-bottom: 10%;
	padding-top: 10%;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 45px;
	max-width: 100%;
}
.ReadonlyBlobContents_s7_txt_title
{
	border-width: 0px;
}
.Readonlys_s7_txt_title
{
	border-width: 0px;
}
.s_s7_grid_Img,.BlobContents_s7_grid_Img,.ReadonlyBlobContents_s7_grid_Img,.BlobInputs_s7_grid_Img,.Readonlys_s7_grid_Img
{
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	display: block;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 50%;
}
.ReadonlyBlobContents_s7_grid_Img
{
	border-width: 0px;
}
.Readonlys_s7_grid_Img
{
	border-width: 0px;
}
.s_s7_Img,.BlobContents_s7_Img,.ReadonlyBlobContents_s7_Img,.BlobInputs_s7_Img,.Readonlys_s7_Img
{
	margin-left: 0px;
	padding-bottom: 10%;
	padding-top: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 100%;
}
.ReadonlyBlobContents_s7_Img
{
	border-width: 0px;
}
.Readonlys_s7_Img
{
	border-width: 0px;
}
.s_s7_grid_txt,.BlobContents_s7_grid_txt,.ReadonlyBlobContents_s7_grid_txt,.BlobInputs_s7_grid_txt,.Readonlys_s7_grid_txt
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 18px;
	max-width: 100%;
}
.ReadonlyBlobContents_s7_grid_txt
{
	border-width: 0px;
}
.Readonlys_s7_grid_txt
{
	border-width: 0px;
}
.s_s8_t1_txt1,.BlobContents_s8_t1_txt1,.ReadonlyBlobContents_s8_t1_txt1,.BlobInputs_s8_t1_txt1,.Readonlys_s8_t1_txt1
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 71px;
	color: #fff;
	max-width: 100%;
}
.ReadonlyBlobContents_s8_t1_txt1
{
	border-width: 0px;
}
.Readonlys_s8_t1_txt1
{
	border-width: 0px;
}
.s_s8_t1_txt2,.BlobContents_s8_t1_txt2,.ReadonlyBlobContents_s8_t1_txt2,.BlobInputs_s8_t1_txt2,.Readonlys_s8_t1_txt2
{
	margin-left: 0px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 24px;
	color: #fff;
	max-width: 100%;
}
.ReadonlyBlobContents_s8_t1_txt2
{
	border-width: 0px;
}
.Readonlys_s8_t1_txt2
{
	border-width: 0px;
}
.s_plan_nombre,.BlobContents_plan_nombre,.ReadonlyBlobContents_plan_nombre,.BlobInputs_plan_nombre,.Readonlys_plan_nombre
{
	margin-left: 0px;
	padding-bottom: 10px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 26px;
	color: #fff;
	max-width: 100%;
	box-shadow:none;
	border-bottom:3px solid #0080FA;
}
.ReadonlyBlobContents_plan_nombre
{
	border-width: 0px;
}
.Readonlys_plan_nombre
{
	border-width: 0px;
}
.s_plan_caracteristica,.BlobContents_plan_caracteristica,.ReadonlyBlobContents_plan_caracteristica,.BlobInputs_plan_caracteristica,.Readonlys_plan_caracteristica
{
	margin-left: 0px;
	display: list-item;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 18px;
	max-width: 100%;
}
.ReadonlyBlobContents_plan_caracteristica
{
	border-width: 0px;
}
.Readonlys_plan_caracteristica
{
	border-width: 0px;
}
.s_s8_Img1,.BlobContents_s8_Img1,.ReadonlyBlobContents_s8_Img1,.BlobInputs_s8_Img1,.Readonlys_s8_Img1
{
	margin-left: 0px;
	display: block;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 100%;
}
.ReadonlyBlobContents_s8_Img1
{
	border-width: 0px;
}
.Readonlys_s8_Img1
{
	border-width: 0px;
}
.s_s2_Img1,.BlobContents_s2_Img1,.ReadonlyBlobContents_s2_Img1,.BlobInputs_s2_Img1,.Readonlys_s2_Img1
{
	float: right;
	margin-left: 0px;
	display: block;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 35%;
}
.ReadonlyBlobContents_s2_Img1
{
	border-width: 0px;
}
.Readonlys_s2_Img1
{
	border-width: 0px;
}
.s_s3_t1_txt1,.BlobContents_s3_t1_txt1,.ReadonlyBlobContents_s3_t1_txt1,.BlobInputs_s3_t1_txt1,.Readonlys_s3_t1_txt1
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	display: block;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-size: 14px;
	max-width: 77%;
	text-align: justify;
}
.ReadonlyBlobContents_s3_t1_txt1
{
	border-width: 0px;
}
.Readonlys_s3_t1_txt1
{
	border-width: 0px;
}
.s_s3_t1_Img1,.BlobContents_s3_t1_Img1,.ReadonlyBlobContents_s3_t1_Img1,.BlobInputs_s3_t1_Img1,.Readonlys_s3_t1_Img1
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	display: block;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	max-width: 75%;
}
.ReadonlyBlobContents_s3_t1_Img1
{
	border-width: 0px;
}
.Readonlys_s3_t1_Img1
{
	border-width: 0px;
}
.Button,.SpecialButtons,.BtnCheck,.BtnEnter,.BottomEnter,.BtnFirst,.BtnGet,.BtnHelp,.BtnLast,.BtnNext,.BtnPrevious,.BtnRefresh,.BtnSelect,.SpecialButtonsDisabled,.BtnToggle,.BtnToggleActive,.BtnLogin,.BtnAdd,.BtnAddHovered,.BtnBack,.HideFiltersButton,.ShowFiltersButton,.BtnEnterHovered,.BtnCancelHovered,.BtnDeleteDisabled,.BtnCancel,.BtnDelete,.BtnImage,.BtnImageFullHeight,.BtnEnglish,.BtnSpanish,.BtnPortuguese,.BtnExportReport,.BtnExport,.BtnEditColumns,.BtnActionGroupUpdate,.BtnActionGroupDelete,.BtnInsertImage,.BtnSaveImage,.BtnBackImage,.BtnExportCSV,.BtnActionGroupDisplay,.BtnDefault,.BtnDefaultMarginRight0,.ButtonDragging,.ButtonAcceptDrag,.ButtonNoAcceptDrag,.ButtonDisabled,.ButtonGAM,.MainMenuButton,.ButtonWizard,.MasterPageTopActionsOption,.ButtonLogin,.btn_Master,.ActionButtons,.ActionButtonsHovered,.BtnInsert,.ButtonSearchCell,.ButtonAsLink,.ButtonAsLinkBold,.ButtonAsLinkBasecolor,.ButtonColor,.ButtonExcel,.ButtonPDF,.ButtonCSV,.ButtonMaterial,.ButtonMaterialDefault,.ButtonColorFilled,.ButtonColorFilledFullWidth,.ButtonAddNewRow,.ButtonLandingPurusContact,.ButtonLandingPurusContactHover,.ButtonLandingPurusContact:hover,.ButtonLandingPurusContactHover:hover,.ButtonLandingPurusContact:focus,.ButtonLandingPurusContactHover:focus,.ButtonMaterialEditor,.ButtonMaterialDefault1,.cambioLineaBotonUp,.cambioLineaBotonUp:hover,.cambioLineaBotonUp:focus,.cambioLineaBotonUp:active,.cambioLineaBotonUp[disabled],.cambioLineaBotonDown,.cambioLineaBotonDown:hover,.cambioLineaBotonDown:focus,.cambioLineaBotonDown:active,.cambioLineaBotonDown[disabled]
{
	margin-right: 3pt;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	display: inline-block;
	white-space: nowrap;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-family: muli,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	min-width: 86px;
	cursor: pointer;
	text-align: center;
	text-indent: 0pt;
	vertical-align: middle;
}

.BtnCancel
{
	background-color: white;
	border-bottom-color: #c8c8c8;
	border-left-color: #c8c8c8;
	border-right-color: #c8c8c8;
	border-top-color: #c8c8c8;
	color: black;
}

.BtnDelete
{
	background-color: white;
	border-bottom-color: #c8c8c8;
	border-left-color: #c8c8c8;
	border-right-color: #c8c8c8;
	border-top-color: #c8c8c8;
	color: black;
}

.BtnImage,.BtnImageFullHeight,.BtnEnglish,.BtnSpanish,.BtnPortuguese,.BtnExportReport,.BtnExport,.BtnEditColumns,.BtnActionGroupUpdate,.BtnActionGroupDelete,.BtnInsertImage,.BtnSaveImage,.BtnBackImage,.BtnExportCSV,.BtnActionGroupDisplay
{
	background-repeat: no-repeat;
	opacity: .7;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	background-color: transparent;
	background-image: none;
	height: 30px;
	width: 30px;
	min-width: 0px;
	background-size:contain;
}

.BtnExportReport
{
	background-image: url(../ActionExportReport.png);
}

.BtnExport
{
	background-image: url(../ActionExport.png);
}

.BtnActionGroupUpdate
{
	background-image: url(../BtnUpdateImage.png);
}

.BtnActionGroupDelete
{
	background-image: url(../BtnDeleteImage.png);
}

.BtnInsertImage
{
	background-image: url(../ActionAdd.png);
}

.BtnSaveImage
{
	background-image: url(../ActionSave.png);
}

.BtnBackImage
{
	background-image: url(../ActionBack.png);
}

.BtnExportCSV
{
	background-image: url(../ActionCSV.png);
}

.BtnActionGroupDisplay
{
	background-image: url(../BtnDisplayImage.png);
}

.BtnDefault,.BtnDefaultMarginRight0
{
	background-color: white;
	border-bottom-color: #c8c8c8;
	border-left-color: #c8c8c8;
	border-right-color: #c8c8c8;
	border-top-color: #c8c8c8;
	color: black;
}

.BtnDefaultMarginRight0
{
	margin-right: 0px;
}

.MasterPageTopActionsOption
{
	padding-bottom: 10px;
	padding-left: 18px;
	padding-top: 10px;
	background-color: transparent;
	border-style: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	font-weight: normal;
	width: 100%;
	text-align: left;
	box-shadow:none;
}

.ButtonLogin
{
	width: 100%;
	box-shadow:none !important;
}

.btn_Master
{
	margin-left: 8px;
	margin-right: 0px;
}

.BtnInsert
{
	margin-right: 0px;
	padding-top: 4px;
	height: 30px;
}

.ButtonSearchCell
{
	margin-left: 5px;
}

.ButtonAsLink,.ButtonAsLinkBold,.ButtonAsLinkBasecolor
{
	padding-top: 10px;
	background-color: transparent;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	font-weight: normal;
	min-width: 0px;
	outline:0;
	box-shadow:none;
}

.ButtonAsLinkBold,.ButtonAsLinkBasecolor
{
	font-weight: bold;
	cursor:default !important;
}

.ButtonAsLinkBasecolor
{
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 17px;
	font-weight: 600;
	height: auto;
}

.ButtonColor,.ButtonExcel,.ButtonPDF,.ButtonCSV
{
	padding-bottom: 8px;
	padding-top: 8px;
	font-weight: normal;
}

.ButtonMaterial,.ButtonMaterialDefault
{
	box-shadow: 0px 7px 10px -5px BaseColorShadow;
	padding-bottom: 12px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 12px;
	border-style: none;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.ButtonMaterialDefault
{
	box-shadow: 0px 2px 2px 0px #c9c9c9;
	background-color: #999;
	color: white;
}

.ButtonColorFilled,.ButtonColorFilledFullWidth
{
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	border-style: none;
	font-size: 16px;
	font-weight: 300;
	min-width: 0px;
	line-height:22px;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-shadow:none;
}

.ButtonColorFilledFullWidth
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 100%;
}

.ButtonAddNewRow
{
	background-color: transparent;
	border-style: none;
	font-size: 12px;
	font-weight: 700;
	box-shadow: none;
}

.ButtonLandingPurusContact,.ButtonLandingPurusContactHover,.ButtonLandingPurusContact:hover,.ButtonLandingPurusContactHover:hover,.ButtonLandingPurusContact:focus,.ButtonLandingPurusContactHover:focus
{
	padding-left: 35px;
	padding-right: 35px;
	border-style: none;
	font-size: 13px;
	font-weight: 800;
	height: 52px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition:color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
}

.ButtonLandingPurusContactHover,.ButtonLandingPurusContact:hover,.ButtonLandingPurusContactHover:hover,.ButtonLandingPurusContact:focus,.ButtonLandingPurusContactHover:focus
{
	background-color: #212121;
}

.ButtonMaterialEditor,.ButtonMaterialDefault1
{
	padding-bottom: 12px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 12px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.ButtonMaterialDefault1
{
	box-shadow: 0px 2px 2px 0px #c9c9c9;
	background-color: #999;
	color: white;
}

.cambioLineaBotonUp,.cambioLineaBotonUp:hover,.cambioLineaBotonUp:focus,.cambioLineaBotonUp:active,.cambioLineaBotonUp[disabled]
{
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-image: url(../WorkWithPlusTheme/up_arrow_png_20.png);
	border-top-left-radius: 38px;
	border-top-right-radius: 38px;
	border-bottom-right-radius: 38px;
	border-bottom-left-radius: 38px;
	color: rgba(255,255,255,0);
	height: 35px;
	min-width: 37px;
	background-size: 35px 33px;
}

.cambioLineaBotonDown,.cambioLineaBotonDown:hover,.cambioLineaBotonDown:focus,.cambioLineaBotonDown:active,.cambioLineaBotonDown[disabled]
{
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-image: url(../WorkWithPlusTheme/down_arrow_png_201.png);
	border-top-left-radius: 38px;
	border-top-right-radius: 38px;
	border-bottom-right-radius: 38px;
	border-bottom-left-radius: 38px;
	color: rgba(255,255,255,0);
	height: 35px;
	min-width: 37px;
	background-size: 35px 33px;
}

.Grid,.GridDragging,.GridAcceptDrag,.GridNoAcceptDrag,.WorkWith,.PromptGrid,.ViewGrid,.WorkWithSelection,.GridWithBorderColor,.GridNoBorder,.GridNoData,.Grid[data-gx-grid-nodata],.GridDragging[data-gx-grid-nodata],.GridAcceptDrag[data-gx-grid-nodata],.GridNoAcceptDrag[data-gx-grid-nodata],.WorkWithBorder[data-gx-grid-nodata],.GridWithPaginationBar[data-gx-grid-nodata],.GridWithTotalizer[data-gx-grid-nodata],.WorkWith[data-gx-grid-nodata],.PromptGrid[data-gx-grid-nodata],.ViewGrid[data-gx-grid-nodata],.WorkWithSelection[data-gx-grid-nodata],.GridWithBorderColor[data-gx-grid-nodata],.GridNoBorder[data-gx-grid-nodata],.GridNoData[data-gx-grid-nodata],.FreeStyleGrid[data-gx-grid-nodata],.TrnSublevelGrid[data-gx-grid-nodata],.RecentLinksGrid[data-gx-grid-nodata],.FreeStyleHomeModulesBig[data-gx-grid-nodata],.FreeStyleHomeModules[data-gx-grid-nodata],.FreeStyleHomeModulesBigDark[data-gx-grid-nodata],.FSGridAutoUnselectAll[data-gx-grid-nodata],.FreeStyleGridMPSearch[data-gx-grid-nodata],.CellPaddingRight100[data-gx-grid-nodata],.FreeStyleSteps[data-gx-grid-nodata],.VerticalTabGrid[data-gx-grid-nodata],.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata],.FreeStyleGridWithHeader[data-gx-grid-nodata],.s1_t1_Grid1[data-gx-grid-nodata],.dam_s5_g1[data-gx-grid-nodata],.c_s3_g1[data-gx-grid-nodata],.s_s4_g1[data-gx-grid-nodata],.grid_servicio_plan[data-gx-grid-nodata],.s_s5_g1[data-gx-grid-nodata]
{
	padding-bottom: 1pt;
	padding-left: 5pt;
	padding-right: 5pt;
	padding-top: 1pt;
	color: black;
	border-width: 1px;
	text-align: left;
	text-indent: 5px;
}

.Grid>tbody>tr,.Grid>[data-gxrow]
{
	color: black;
	font-family: muli,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.Grid>thead>tr, .Grid>tfoot>tr
{
	color: black;
	color: #fff;
	font-family: muli,sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}

.Grid[data-bkgstyle='none']>thead>tr, .Grid[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: muli,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.Grid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .Grid[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .Grid[data-bkgstyle='uniform']>thead>tr, .Grid[data-bkgstyle='uniform']>tfoot>tr
{
	color: black;
	text-align: left;
	text-indent: 5px;
}

.Grid[data-bkgstyle='header']>tbody>tr:nth-child(odd), .Grid[data-bkgstyle='header']>tbody>tr:nth-child(even), .Grid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	color: black;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.Grid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: black;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.Grid[data-bkgstyle='header']>thead>tr, .Grid[data-bkgstyle='header']>tfoot>tr, .Grid[data-bkgstyle='report']>thead>tr, .Grid[data-bkgstyle='report']>tfoot>tr
{
	color: black;
	background-color: #f7f7f7;
	text-align: left;
	text-indent: 5px;
}

.GridDragging>tbody>tr,.GridDragging>[data-gxrow]
{
	color: black;
	font-family: muli,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridDragging>thead>tr, .GridDragging>tfoot>tr
{
	color: black;
	color: #fff;
	font-family: muli,sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}

.GridDragging[data-bkgstyle='none']>thead>tr, .GridDragging[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridDragging[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: muli,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridDragging[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .GridDragging[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .GridDragging[data-bkgstyle='uniform']>thead>tr, .GridDragging[data-bkgstyle='uniform']>tfoot>tr
{
	color: black;
	text-align: left;
	text-indent: 5px;
}

.GridDragging[data-bkgstyle='header']>tbody>tr:nth-child(odd), .GridDragging[data-bkgstyle='header']>tbody>tr:nth-child(even), .GridDragging[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	color: black;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridDragging[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: black;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridDragging[data-bkgstyle='header']>thead>tr, .GridDragging[data-bkgstyle='header']>tfoot>tr, .GridDragging[data-bkgstyle='report']>thead>tr, .GridDragging[data-bkgstyle='report']>tfoot>tr
{
	color: black;
	background-color: #f7f7f7;
	text-align: left;
	text-indent: 5px;
}

.GridAcceptDrag>tbody>tr,.GridAcceptDrag>[data-gxrow]
{
	color: black;
	font-family: muli,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridAcceptDrag>thead>tr, .GridAcceptDrag>tfoot>tr
{
	color: black;
	color: #fff;
	font-family: muli,sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}

.GridAcceptDrag[data-bkgstyle='none']>thead>tr, .GridAcceptDrag[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridAcceptDrag[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: muli,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridAcceptDrag[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .GridAcceptDrag[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .GridAcceptDrag[data-bkgstyle='uniform']>thead>tr, .GridAcceptDrag[data-bkgstyle='uniform']>tfoot>tr
{
	color: black;
	text-align: left;
	text-indent: 5px;
}

.GridAcceptDrag[data-bkgstyle='header']>tbody>tr:nth-child(odd), .GridAcceptDrag[data-bkgstyle='header']>tbody>tr:nth-child(even), .GridAcceptDrag[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	color: black;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridAcceptDrag[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: black;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridAcceptDrag[data-bkgstyle='header']>thead>tr, .GridAcceptDrag[data-bkgstyle='header']>tfoot>tr, .GridAcceptDrag[data-bkgstyle='report']>thead>tr, .GridAcceptDrag[data-bkgstyle='report']>tfoot>tr
{
	color: black;
	background-color: #f7f7f7;
	text-align: left;
	text-indent: 5px;
}

.GridNoAcceptDrag>tbody>tr,.GridNoAcceptDrag>[data-gxrow]
{
	color: black;
	font-family: muli,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridNoAcceptDrag>thead>tr, .GridNoAcceptDrag>tfoot>tr
{
	color: black;
	color: #fff;
	font-family: muli,sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}

.GridNoAcceptDrag[data-bkgstyle='none']>thead>tr, .GridNoAcceptDrag[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridNoAcceptDrag[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: muli,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridNoAcceptDrag[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .GridNoAcceptDrag[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .GridNoAcceptDrag[data-bkgstyle='uniform']>thead>tr, .GridNoAcceptDrag[data-bkgstyle='uniform']>tfoot>tr
{
	color: black;
	text-align: left;
	text-indent: 5px;
}

.GridNoAcceptDrag[data-bkgstyle='header']>tbody>tr:nth-child(odd), .GridNoAcceptDrag[data-bkgstyle='header']>tbody>tr:nth-child(even), .GridNoAcceptDrag[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	color: black;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridNoAcceptDrag[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: black;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridNoAcceptDrag[data-bkgstyle='header']>thead>tr, .GridNoAcceptDrag[data-bkgstyle='header']>tfoot>tr, .GridNoAcceptDrag[data-bkgstyle='report']>thead>tr, .GridNoAcceptDrag[data-bkgstyle='report']>tfoot>tr
{
	color: black;
	background-color: #f7f7f7;
	text-align: left;
	text-indent: 5px;
}

.WorkWith,.PromptGrid,.ViewGrid,.WorkWithSelection
{
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.WorkWith>tbody>tr,.WorkWith>[data-gxrow]
{
	font-family: muli,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.WorkWith>thead>tr, .WorkWith>tfoot>tr
{
	font-family: muli,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.WorkWith[data-bkgstyle='none']>thead>tr, .WorkWith[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.WorkWith[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.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
{
	background-color: white;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.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)
{
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.WorkWith[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: white;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.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: #f7f7f7;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.PromptGrid>tbody>tr,.PromptGrid>[data-gxrow]
{
	font-family: muli,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.PromptGrid>thead>tr, .PromptGrid>tfoot>tr
{
	font-family: muli,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.PromptGrid[data-bkgstyle='none']>thead>tr, .PromptGrid[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.PromptGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.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
{
	background-color: white;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.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)
{
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.PromptGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: white;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.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: #f7f7f7;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.ViewGrid>tbody>tr,.ViewGrid>[data-gxrow]
{
	font-family: muli,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.ViewGrid>thead>tr, .ViewGrid>tfoot>tr
{
	font-family: muli,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.ViewGrid[data-bkgstyle='none']>thead>tr, .ViewGrid[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.ViewGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.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
{
	background-color: white;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.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)
{
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.ViewGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: white;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.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: #f7f7f7;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.WorkWithSelection[data-bkgstyle='none']>thead>tr, .WorkWithSelection[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.WorkWithSelection[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .WorkWithSelection[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .WorkWithSelection[data-bkgstyle='uniform']>thead>tr, .WorkWithSelection[data-bkgstyle='uniform']>tfoot>tr
{
	background-color: white;
}

.WorkWithSelection[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: white;
}

.WorkWithSelection[data-bkgstyle='header']>thead>tr, .WorkWithSelection[data-bkgstyle='header']>tfoot>tr, .WorkWithSelection[data-bkgstyle='report']>thead>tr, .WorkWithSelection[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f7f7f7;
}

.GridWithBorderColor
{
	vertical-align: middle;
}

.GridWithBorderColor>tbody>tr,.GridWithBorderColor>[data-gxrow]
{
	font-family: muli,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}

.GridWithBorderColor>thead>tr, .GridWithBorderColor>tfoot>tr
{
	color: #fff;
	font-family: muli,sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}

.GridWithBorderColor[data-bkgstyle='none']>thead>tr, .GridWithBorderColor[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridWithBorderColor[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}

.GridWithBorderColor[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .GridWithBorderColor[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .GridWithBorderColor[data-bkgstyle='uniform']>thead>tr, .GridWithBorderColor[data-bkgstyle='uniform']>tfoot>tr
{
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}

.GridWithBorderColor[data-bkgstyle='header']>tbody>tr:nth-child(odd), .GridWithBorderColor[data-bkgstyle='header']>tbody>tr:nth-child(even), .GridWithBorderColor[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: white;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}

.GridWithBorderColor[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: white;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}

.GridWithBorderColor[data-bkgstyle='header']>thead>tr, .GridWithBorderColor[data-bkgstyle='header']>tfoot>tr, .GridWithBorderColor[data-bkgstyle='report']>thead>tr, .GridWithBorderColor[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f7f7f7;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}

.GridNoBorder
{
	margin-left: 0px;
	border-style: none;
}

.GridNoBorder>tbody>tr,.GridNoBorder>[data-gxrow]
{
	font-family: muli,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	text-align: left;
	text-indent: 5px;
}

.GridNoBorder>thead>tr, .GridNoBorder>tfoot>tr
{
	color: #fff;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}

.GridNoBorder[data-bkgstyle='none']>thead>tr, .GridNoBorder[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridNoBorder[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridNoBorder[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .GridNoBorder[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .GridNoBorder[data-bkgstyle='uniform']>thead>tr, .GridNoBorder[data-bkgstyle='uniform']>tfoot>tr
{
	text-align: left;
	text-indent: 5px;
}

.GridNoBorder[data-bkgstyle='header']>tbody>tr:nth-child(odd), .GridNoBorder[data-bkgstyle='header']>tbody>tr:nth-child(even), .GridNoBorder[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridNoBorder[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridNoBorder[data-bkgstyle='header']>thead>tr, .GridNoBorder[data-bkgstyle='header']>tfoot>tr, .GridNoBorder[data-bkgstyle='report']>thead>tr, .GridNoBorder[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f7f7f7;
	text-align: left;
	text-indent: 5px;
}

.GridNoData,.Grid[data-gx-grid-nodata],.GridDragging[data-gx-grid-nodata],.GridAcceptDrag[data-gx-grid-nodata],.GridNoAcceptDrag[data-gx-grid-nodata],.WorkWithBorder[data-gx-grid-nodata],.GridWithPaginationBar[data-gx-grid-nodata],.GridWithTotalizer[data-gx-grid-nodata],.WorkWith[data-gx-grid-nodata],.PromptGrid[data-gx-grid-nodata],.ViewGrid[data-gx-grid-nodata],.WorkWithSelection[data-gx-grid-nodata],.GridWithBorderColor[data-gx-grid-nodata],.GridNoBorder[data-gx-grid-nodata],.GridNoData[data-gx-grid-nodata],.FreeStyleGrid[data-gx-grid-nodata],.TrnSublevelGrid[data-gx-grid-nodata],.RecentLinksGrid[data-gx-grid-nodata],.FreeStyleHomeModulesBig[data-gx-grid-nodata],.FreeStyleHomeModules[data-gx-grid-nodata],.FreeStyleHomeModulesBigDark[data-gx-grid-nodata],.FSGridAutoUnselectAll[data-gx-grid-nodata],.FreeStyleGridMPSearch[data-gx-grid-nodata],.CellPaddingRight100[data-gx-grid-nodata],.FreeStyleSteps[data-gx-grid-nodata],.VerticalTabGrid[data-gx-grid-nodata],.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata],.FreeStyleGridWithHeader[data-gx-grid-nodata],.s1_t1_Grid1[data-gx-grid-nodata],.dam_s5_g1[data-gx-grid-nodata],.c_s3_g1[data-gx-grid-nodata],.s_s4_g1[data-gx-grid-nodata],.grid_servicio_plan[data-gx-grid-nodata],.s_s5_g1[data-gx-grid-nodata]
{
	margin-left: 0px;
}

.GridNoData>tbody>tr,.GridNoData>[data-gxrow]
{
	color: black;
	font-family: muli,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridNoData>thead>tr, .GridNoData>tfoot>tr
{
	color: black;
	color: #fff;
	font-family: muli,sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}

.GridNoData[data-bkgstyle='none']>thead>tr, .GridNoData[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridNoData[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: muli,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridNoData[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .GridNoData[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .GridNoData[data-bkgstyle='uniform']>thead>tr, .GridNoData[data-bkgstyle='uniform']>tfoot>tr
{
	color: black;
	text-align: left;
	text-indent: 5px;
}

.GridNoData[data-bkgstyle='header']>tbody>tr:nth-child(odd), .GridNoData[data-bkgstyle='header']>tbody>tr:nth-child(even), .GridNoData[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	color: black;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridNoData[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: black;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridNoData[data-bkgstyle='header']>thead>tr, .GridNoData[data-bkgstyle='header']>tfoot>tr, .GridNoData[data-bkgstyle='report']>thead>tr, .GridNoData[data-bkgstyle='report']>tfoot>tr
{
	color: black;
	background-color: #f7f7f7;
	text-align: left;
	text-indent: 5px;
}

.Group,.GroupTitle
{
	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;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

.GroupTitle
{
	background-image: none;
	box-sizing: border-box;
	float: none;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	height: 29px;
	width: auto;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	font-family: muli,sans-serif;
	font-size: 16px;
	font-variant: normal;
	font-weight: normal;
	color: #444;
	text-indent: 0px;
	border: none !important;
	font-weight: 500;
}

.GroupTitleTitle
{
	font-family: muli,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	box-sizing: border-box;
	float: none;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	font-family: muli,sans-serif;
	font-size: 16px;
	font-variant: normal;
	font-weight: normal;
	color: #444;
	text-indent: 0px;
	border: none !important;
	font-weight: 500;
}

.Image,.ImageDragging,.ImageAcceptDrag,.ImageNoAcceptDrag,.ImageHeaderBackground,.HeaderImage1,.ImageHandCenter,.ImageHandCenter:hover,.TabPaging,.TabPagingNext,.TabPagingPrevious,.PoweredBy,.ResponsiveImage,.ImageAdd,.ImageBack,.RoundedImage,.RoundedImageTitle,.PopupButtons,.PopupButtonsClose,.PopupButtonsCloseHovered,.PopupButtonsResize,.Fixed30,.ImageSearch,.UserActionPrompt,.UnauthorizedImage,.ImageTop,.ImageTopNotFixed,.PagingButtons,.PagingButtonsFirst,.PagingButtonsLast,.PagingButtonsNext,.PagingButtonsPrevious,.ImageTopHeader,.ImageBlock,.ImageHiddenExtraSmall,.AssociationImage,.StepImage,.StepImageUnSelected,.ImageMenu,.ImageMenuCircle,.gx-image-link:active .ImageMenuCircle,.ImageLoginLeft,.ImageLoginLeftGAM,.ImageLoginLeftGAMLarge,.ImageLoginLeftGAMOtherLogin,.ImageLoginLeftGAMLogonTo,.ImageDashboardBanner,.LandingPurusMoreInfoContact,.LandingPurusImageServices,.ImagenFooterClass,.HoverImageHome,.HoverImageHome1,.HoverImageHome:hover,.HoverImageHome1:hover,.rightRow,.rightRow1,.rightRow:hover,.rightRow1:hover,.leftRow,.leftRow1,.leftRow:hover,.leftRow1:hover,.HoverImageHome2,.HoverImageHome21,.HoverImageHome2:hover,.HoverImageHome21:hover,.ImgBackOffice,.ImageTopBO,.ImageTopNotFixed1,.downIconClass,.ImageTopHeaderBO,.ImageTopHeaderBOIso
{
	border-style: none;
	border-width: 0px;
	vertical-align: middle;
}
.UserActionPrompt
{
	padding-bottom: 15px;
	padding-left: 6px;
	padding-top: 15px;
	position: absolute;
	right: 27px;
	top: -58px;
	border-style: solid;
	border-width: 1px;
	border-top:0;
	border-bottom:0;
	border-right:0;
	background-image:none !important;
}
.UnauthorizedImage
{
	margin-bottom: 20%;
	margin-top: 40%;
}
.ImageTop,.ImageTopNotFixed
{
	margin-left: 60px;
	margin-top: -22px;
	height: auto;
	max-height: 82px;
	width: 210px;
	max-width: 210px;
	image-rendering: auto;
}
.ImageTopNotFixed
{
	padding-left: 15px;
}
.PagingButtons,.PagingButtonsFirst,.PagingButtonsLast,.PagingButtonsNext,.PagingButtonsPrevious
{
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	cursor: pointer;
}
.PagingButtonsFirst
{
	background-image: url(../WorkWithPlusTheme/PageFirst.gif);
	width: 21px;
}
.PagingButtonsLast
{
	background-image: url(../WorkWithPlusTheme/PageLast.gif);
	width: 21px;
}
.PagingButtonsNext
{
	background-image: url(../WorkWithPlusTheme/PageNext.gif);
}
.PagingButtonsPrevious
{
	background-image: url(../WorkWithPlusTheme/PagePrevious.gif);
}
.ImageTopHeader
{
	margin-right: 14px;
	max-height: 35px;
	max-width: 40px;
}
.ImageBlock
{
	display: block;
}
.StepImage,.StepImageUnSelected
{
	height: 60px;
}
.ImageMenu,.ImageMenuCircle,.gx-image-link:active .ImageMenuCircle
{
	padding-bottom: 13px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 13px;
}
.ImageMenuCircle,.gx-image-link:active .ImageMenuCircle
{
	padding-bottom: 10px;
	padding-top: 10px;
}
.ImageLoginLeft,.ImageLoginLeftGAM,.ImageLoginLeftGAMLarge,.ImageLoginLeftGAMOtherLogin,.ImageLoginLeftGAMLogonTo
{
	box-shadow: 0px 0px 14px 0px BaseColorShadow;
	margin-right: 50px;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	height: 454px;
}
.ImageLoginLeftGAM
{
	box-shadow: 0px 0px 14px 0px BaseColorShadow;
	height: 507px;
}
.ImageLoginLeftGAMLarge
{
	box-shadow: 0px 0px 14px 0px BaseColorShadow;
	height: 623px;
}
.ImageLoginLeftGAMOtherLogin
{
	box-shadow: 0px 0px 14px 0px BaseColorShadow;
	height: 543px;
}
.ImageLoginLeftGAMLogonTo
{
	box-shadow: 0px 0px 14px 0px BaseColorShadow;
	height: 587px;
}
.ImageDashboardBanner
{
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	height: auto;
	max-height: 250px;
	width: 100%;
	object-fit:cover;
}
.LandingPurusMoreInfoContact
{
	height: 108px;
}
.ImagenFooterClass
{
	padding-bottom: 10px;
	padding-top: 80px;
	max-height: 233px;
	max-width: 234px;
}
.HoverImageHome,.HoverImageHome1,.HoverImageHome:hover,.HoverImageHome1:hover
{
	height: 180px;
	max-height: 180px;
	width: 180px;
	max-width: 180px;
	-webkit-transition: -webkit-transform 0.4s;
}
.HoverImageHome1,.HoverImageHome:hover,.HoverImageHome1:hover
{
	-webkit-transform: scale(1.1) rotate(0.01deg);
}
.rightRow,.rightRow1,.rightRow:hover,.rightRow1:hover
{
	margin-top: 50px;
	background-image: url(../WorkWithPlusTheme/rightRow1.PNG);
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	height: 55px;
	width: 55px;
	background-size: cover;
}
.rightRow1,.rightRow:hover,.rightRow1:hover
{
	background-image: url(../WorkWithPlusTheme/rightRowWhite.PNG);
}
.leftRow,.leftRow1,.leftRow:hover,.leftRow1:hover
{
	margin-top: 50px;
	background-image: url(../WorkWithPlusTheme/leftRow1.PNG);
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	height: 55px;
	width: 55px;
	background-size: cover;
}
.leftRow1,.leftRow:hover,.leftRow1:hover
{
	background-image: url(../WorkWithPlusTheme/leftRowWhite.PNG);
}
.HoverImageHome2,.HoverImageHome21,.HoverImageHome2:hover,.HoverImageHome21:hover
{
	height: 208px;
	max-height: 208px;
	width: 208px;
	max-width: 208px;
	-webkit-transition: -webkit-transform 0.4s;
}
.HoverImageHome21,.HoverImageHome2:hover,.HoverImageHome21:hover
{
	-webkit-transform: scale(1.1) rotate(0.01deg);
}
.ImgBackOffice
{
	margin-top: 45%;
	width: 100%;
}
.ImageTopBO,.ImageTopNotFixed1
{
	margin-left: 60px;
	margin-top: -22px;
	height: auto;
	max-height: 82px;
	width: 210px;
	max-width: 210px;
	image-rendering: auto;
}
.ImageTopNotFixed1
{
	padding-left: 15px;
}
.downIconClass
{
	padding-left: 2px;
	height: 8px;
	width: 10px;
	vertical-align: super;
}
.ImageTopHeaderBO,.ImageTopHeaderBOIso
{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	display: block;
	max-height: 80px;
	width: 100%;
	max-width: 175px;
}
.ImageTopHeaderBOIso
{
	margin-left: -31px;
	max-width: 36px;
}
.Table,.TableDragging,.TableAcceptDrag,.TableNoAcceptDrag,.TableGrid,.TableLeftMenu,.TableTopMenu,.ViewTable,.TableHorizontalLine,.header_pink_line,.HorizontalSpace,.TableBottom,.RecentLinksTable,.RecentLinksTableOdd,.RecentLinksTableEven,.Table80,.Table95,.TableButtons,.Table960,.TableGreyFooter,.TableBlackFooter,.TableBlackHeader,.LevelTable,.BodyContainer,.LoginContainer,.HeaderContainer,.RecentLinksContainer,.ThinHeaderContainer,.FormContainer,.TabsFormContainer,.Container,.ContainerFluid,.AdvancedContainerItem,.AdvancedContainerItemExpanded,.OrdersTable,.RecentLinksMainTable,.RecentLinksMainTableExpanded,.PromptContainer,.PromptMainTable,.GridTabMainTable,.TopBottom30,.TopBottom5,.TableHeaderRight,.FiltersContainer,.FiltersContainerItem,.FilterContainerItemSearch,.NegativeMarginTop10,.Table193x216,.Table193x216Collapsed,.ActionsContainer,.ActionsContainerItem,.ActionsContainerVisible,.ViewAdvancedContainer,.ViewAdvancedContainerVisible,.TableMainPrompt,.TableMainTabs,.TableTotalizer,.TableTotalizerAl,.MergedItemNotRequired,.TableLabel50Percent,.TableContentHolderWithShadow,.ProgressCardTable,.TableCardsMenuOptionWCPB,.CardsMenuProgressIndicatorCircle,.TableCardsMenuOptionWCCircle,.TableAssociation,.TableLogo,.TableStepBulletLineCell,.TableWizardMain,.TableWizardMainWithShadow,.WizardStepsCell,.WizardStepsPositionCell,.FilterMultipleSelectorCell,.FilterMultiplePromptCell,.TableFSHeader,.AdvancedContainer,.AdvancedContainerVisible,.WWAdvancedContainer,.MainContainer,.MainContainerWithFooter,.MainContainerNoBackground,.MainContainerBackgroundWhite,.DataDescriptionCell,.DataDescriptionCellLeft,.DataDescriptionCellLogin,.TableTop,.TableTopSearch,.TableContent,.TableMainView,.TableMainViewWithShadow,.Table100x100,.TableBorder,.Table100x1004C,.TableViewGeneralAtts,.TableGridHeader,.Table100x100H,.TableView,.TableData,.SpaceTable,.TableMain,.TableMainPopup,.TableMainWithShadow,.TableLeftSplitScreen,.TableMainTransaction,.TableMainTransactionPopUp,.TableMainWhiteHeader,.TableMainPopover,.TableCardNumber,.TableLogin,.SmallTableLogin,.LargeTableLogin,.WelcomeTable,.TableLogin2Cols,.TableLoginError,.TableLoginError2Cols,.TableLoginWithLeftImage,.TableLoginWithLeftImageError,.TableWhiteBorder,.TableMerged,.TableSearch,.TableActions,.TableAttributesCell,.TableSearchCell,.TablePaddingLeft,.TableLineSeparator,.TableRowSideBar,.breadCrumbTitleCell,.TableActionsCell,.TableActionsCellLogin,.TableGeolocation,.TableBar,.TableCellAlignRight,.TableAlignRight,.TableAlignRightWithMargin,.TableAlignRightMaster,.TableCardMaterial,.TableSplitMasterListRow,.TableSplitMasterListSelectedRow,.MasterTopIconsCell,.TableHiddenExtraSmall,.TableViewTab,.TablePaddingTop5,.TableAlignedCentered,.TableWithBottomBorder,.TableStep,.TableStepSelected,.TableContainerStep,.TableContainerStepSelected,.TableContainerStepFirst,.TableContainerStepLast,.TableStepBullet,.TableStepBulletChecked,.TableStepBulletSelected,.TableContainerStepBullet,.TableStepBulletLine,.TableStepBulletLineChecked,.WizardTitleCell,.TableStepInfo,.TableMasterPagePopup,.TableUserRoleFixedHeader,.TableHeaderSidebarImage,.TableCardDashboardAdmin,.TableCardDashboardAdminInfoLight,.TableCardDashboardAdminDanger,.TableCardDashboardAdminWarning,.TableCardDashboardAdminSuccess,.TableCardDashboardAdminInfo,.TableCardDashboardAdminBaseColor,.TableCardProgressAdmin,.TableCardProgressAdminDanger,.TableCardProgressAdminWarning,.TableCardProgressAdminInfo,.TableCardProgressAdminSuccess,.TableCardProgressAdminBaseColor,.TableCardProgressAdminInfoLight,.SimpleCardTable,.ProductCardTable,.TableSplitScreen,.CardImageMoreInfoTable,.ChatDataTable,.TableWizardSummaryStep,.TableCardProgress,.TableContentLandingPurus,.TableContentLandingPurusTestimonials,.TableContentLandingPurusHorizontalGrid,.TableLandingPurusTestimonials,.TableHeaderLandingPurus,.TableContentLandingPurusContact,.TableLoginTransparency,.TableLoginTransparencyError,.TableHeaderLandingPurusT1,.TableMainDvlop,.TableMainPopup1,.TableMainWithShadow1,.TableLeftSplitScreen1,.TableMainTransaction1,.TableMainTransactionPopUp1,.TableAutoWx553H,.TableAutoWx553H1,.TableContentLandingPurus1,.TableContentLandingPurusTestimonials1,.TableContentLandingPurusHorizontalGrid1,.TableSectionCorrousel,.TableSectionCorrouselGal,.TableMainLowTop1,.TableMainPopup21,.TableMainWithShadow21,.TableLeftSplitScreen21,.TableMainTransaction21,.TableMainTransactionPopUp21,.TableEvents,.MarcoLegalTable,.TablaActividades,.TablaGaleria,.TablaContacto,.TablasVarias,.MarginTop50,.TableSearchTop,.TableMainPopup22,.TableMainWithShadow22,.TableLeftSplitScreen22,.TableMainTransaction22,.TableMainTransactionPopUp22,.TableTop35,.TableMainBackOffice,.TableMainPopup3,.TableMainWithShadow3,.TableLeftSplitScreen3,.TableMainTransaction3,.TableMainTransactionPopUp3,.MasterTopIconsCell1,.BackOfficeTable,.TableDragging1,.TableAcceptDrag1,.TableNoAcceptDrag1,.TableGrid1,.TableLeftMenu1,.TableTopMenu1,.ViewTable1,.TableHorizontalLine1,.header_pink_line1,.HorizontalSpace1,.TableBottom1,.RecentLinksTable1,.RecentLinksTableOdd1,.RecentLinksTableEven1,.Table801,.Table951,.TableButtons1,.Table9601,.TableGreyFooter1,.TableBlackFooter1,.TableBlackHeader1,.td51,.td1001,.ToolbarMain1,.LevelTable1,.BodyContainer1,.LoginContainer1,.HeaderContainer1,.RecentLinksContainer1,.ThinHeaderContainer1,.FormContainer1,.TabsFormContainer1,.Container1,.ContainerFluid1,.AdvancedContainerItem1,.AdvancedContainerItemExpanded1,.OrdersTable1,.RecentLinksMainTable1,.RecentLinksMainTableExpanded1,.PromptContainer1,.PromptMainTable1,.GridTabMainTable1,.TableBorder100x1001,.HorizantalSpace1,.TopBottom301,.TopBottom51,.TableHeaderRight1,.FiltersContainer1,.FiltersContainerItem1,.FilterContainerItemSearch1,.NegativeMarginTop101,.Table193x2161,.Table193x216Collapsed1,.ActionsContainer1,.ActionsContainerItem1,.ActionsContainerVisible1,.ViewAdvancedContainer1,.ViewAdvancedContainerVisible1,.TableMainPrompt1,.TableMainTabs1,.FiltersCell1,.TableTotalizer1,.TableTotalizerAl1,.Table11,.Width1001,.TableFiltersCell1,.Invisible1,.DataFilterContentCell1,.MergedItemNotRequired1,.TableLabel50Percent1,.TableWizardStepsArrow1,.DynamicFilters1,.TableContentHolderWithShadow1,.ProgressCardTable1,.GridNoHeaderCell1,.GridNoHeaderCellItems1,.TableCardsMenu1,.TableCardsMenu2x1,.TableCardsMenuOptionWCPB1,.CardsMenuProgressIndicatorCircle1,.TableCardsMenuOptionWCCircle1,.TableAssociation1,.TableLogo1,.TableStepBulletLineCell1,.TableWizardMain1,.TableWizardMainWithShadow1,.WizardStepsCell1,.WizardStepsPositionCell1,.FilterMultipleSelectorCell1,.FilterMultiplePromptCell1,.FSSingleLine1,.FSWithHeaderCellBottomRow1,.MergeDataCell1,.TableFSHeader1,.AdvancedContainer1,.AdvancedContainerVisible1,.WWAdvancedContainer1,.MainContainer1,.MainContainerWithFooter1,.MainContainerNoBackground1,.MainContainerBackgroundWhite1,.TextBlockTitleCell1,.TableTitleCell1,.DataDescriptionCell1,.DataDescriptionCellLeft1,.DataDescriptionCellLogin1,.GridHeaderCell1,.GridHeaderCellCleanFilters1,.TableTop1,.TableTopSearch1,.TableContent1,.TableMainView1,.TableMainViewWithShadow1,.Table100x1001,.TableBorder1,.Table100x1004C1,.TableViewGeneralAtts1,.TableGridHeader1,.Table100x100H1,.TableView1,.GridLineEven1,.GridLineOdd1,.GridFooter1,.TableData1,.SpaceTable1,.TableMain1,.TableMainPopup4,.TableMainWithShadow4,.TableLeftSplitScreen4,.TableMainTransaction4,.TableMainTransactionPopUp4,.TableMainWhiteHeader1,.TableMainPopover1,.TableCardNumber1,.TableLogin1,.SmallTableLogin1,.LargeTableLogin1,.WelcomeTable1,.TableLogin2Cols1,.TableLoginError1,.TableLoginError2Cols1,.TableLoginWithLeftImage1,.TableLoginWithLeftImageError1,.TableWhiteBorder1,.TableMerged1,.TableSearch1,.TableActions1,.TableAttributesCell1,.TableSearchCell1,.TablePaddingLeft1,.TableLineSeparator1,.TableRowSideBar1,.breadCrumbTitleCell1,.TableActionsCell1,.TableActionsCellLogin1,.TableGeolocation1,.TableBar1,.TableCellAlignRight1,.TableAlignRight1,.TableAlignRightWithMargin1,.TableAlignRightMaster1,.TableCardMaterial1,.TableSplitMasterListRow1,.TableSplitMasterListSelectedRow1,.MasterTopIconsCell2,.TableHiddenExtraSmall1,.CellPaddingTop1,.TableViewTab1,.TablePaddingTop51,.TableAlignedCentered1,.TableWithBottomBorder1,.TableStep1,.TableStepSelected1,.TableContainerStep1,.TableContainerStepSelected1,.TableContainerStepFirst1,.TableContainerStepLast1,.TableStepBullet1,.TableStepBulletChecked1,.TableStepBulletSelected1,.TableContainerStepBullet1,.TableStepBulletLine1,.TableStepBulletLineChecked1,.WizardTitleCell1,.TableStepInfo1,.TableMasterPagePopup1,.TableUserRoleFixedHeader1,.TableHeaderSidebarImage1,.TableCardDashboardAdmin1,.TableCardDashboardAdminInfoLight1,.TableCardDashboardAdminDanger1,.TableCardDashboardAdminWarning1,.TableCardDashboardAdminSuccess1,.TableCardDashboardAdminInfo1,.TableCardDashboardAdminBaseColor1,.TableCardProgressAdmin1,.TableCardProgressAdminDanger1,.TableCardProgressAdminWarning1,.TableCardProgressAdminInfo1,.TableCardProgressAdminSuccess1,.TableCardProgressAdminBaseColor1,.TableCardProgressAdminInfoLight1,.SimpleCardTable1,.ProductCardTable1,.CardWithImageTable1,.TableSplitScreen1,.CardImageMoreInfoTable1,.ChatDataTable1,.TableWizardSummaryStep1,.TableCardProgress1,.TableContentLandingPurus2,.TableContentLandingPurusTestimonials2,.TableContentLandingPurusHorizontalGrid2,.TableLandingPurusTestimonials1,.TableHeaderLandingPurus1,.TableContentLandingPurusContact1,.LandingPurusHeader2,.TableLoginTransparency1,.TableLoginTransparencyError1,.TableHeaderLandingPurusT11,.TableMainDvlop1,.TableMainPopup11,.TableMainWithShadow11,.TableLeftSplitScreen11,.TableMainTransaction11,.TableMainTransactionPopUp11,.TableAutoWx553H2,.TableAutoWx553H11,.TableContentLandingPurus11,.TableContentLandingPurusTestimonials11,.TableContentLandingPurusHorizontalGrid11,.TableSectionCorrousel1,.TableSectionCorrouselGal1,.TableMainLowTop2,.TableMainPopup23,.TableMainWithShadow23,.TableLeftSplitScreen23,.TableMainTransaction23,.TableMainTransactionPopUp23,.TableMainLowTop11,.TableMainPopup211,.TableMainWithShadow211,.TableLeftSplitScreen211,.TableMainTransaction211,.TableMainTransactionPopUp211,.TableEvents1,.MarcoLegalTable1,.TablaActividades1,.TablaGaleria1,.TablaContacto1,.TablasVarias1,.MarginTop501,.TableSearchTop1,.TableMainPopup221,.TableMainWithShadow221,.TableLeftSplitScreen221,.TableMainTransaction221,.TableMainTransactionPopUp221,.TableTop351,.TableMainBackOffice1,.TableMainPopup31,.TableMainWithShadow31,.TableLeftSplitScreen31,.TableMainTransaction31,.TableMainTransactionPopUp31,.LandingPurusHeader11,.MasterTopIconsCell11,.TablePost,.TableHeaderTop,.TableIndex,.TableIndexHeader,.header_table_socials,.footer_t2,.footer_t2_t1,.footer_t2_t2,.footer_t2_t3,.footer_t4,.header_main_menu,.header_menu_movil,.header_botton_menu,.header_gridmenu_movil,.header_socmenu_movil,.header_main_menu_cell,.header_botton_menu_bo,.s1_t1_grid1_table1,.s1_t1_grid1_table2,.s1_t1,.table_ChangePosition,.tableLevel_ChangePosition,.s2_t1_t1,.s3_g1_t1,.s4_t1_t1,.s5_t1,.s6_t1,.form_tablemain,.form_tablecontent,.panel_formulario_t1,.panel_formulario_t2,.wp_section2,.wp_section1,.section_box_background,.dam_s3_t1,.dam_s3,.dam_table_divisor,.dam_s4_t1,.dam_section5,.dam_s5_t1,.dam_s5_g1_t1,.c_s31,.c_s3_t1,.c_s4,.c_s3_g1_t1,.c_s4_t1,.s_section6,.s_section7,.s_section8,.s_s8_g1_t1_t2,.s_s8_g1_g1_t2,.s_s31,.s_section4,.s_section5,.s_s8_t2,.s_s8_g1_t1_t1,.s_s8_g1_t1,.unnamedtable_grid_table,.front_office
{
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	border-style: none;
	border-width: 0px;
	font-family: muli,sans-serif;
	font-size: 9pt;
	font-style: normal;
}
.TableCardsMenuOptionWCPB
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 41px;
}
.CardsMenuProgressIndicatorCircle
{
	margin-top: 4px;
}
.TableCardsMenuOptionWCCircle
{
	padding-top: 29px;
}
.TableAssociation
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableLogo
{
	left: 20px;
	position: fixed;
	top: 20px;
	z-index: 1001;
}
.TableStepBulletLineCell
{
	width: 50%;
	vertical-align:middle !important;
}
.TableWizardMain,.TableWizardMainWithShadow
{
	margin-top: 15px;
	background-color: white;
	border-bottom-color: #eaeaea;
	border-left-color: #eaeaea;
	border-right-color: #eaeaea;
	border-top-color: #eaeaea;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.TableWizardMainWithShadow
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.WizardStepsCell
{
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.WizardStepsPositionCell
{
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
}
.FilterMultipleSelectorCell
{
	height: 30px;
	vertical-align: top;
	padding-top:6px !important;
	 padding-right:0px !important;
}
.FilterMultiplePromptCell
{
	height: 30px;
	vertical-align: top;
	padding-top:6px !important;
	padding-left:5px !important;
	padding-right:6px !important;
}
.TableFSHeader
{
	background-color: #f7f7f7;
	border-left-color: #c9c9c9;
	border-right-color: #c9c9c9;
	border-top-color: #c9c9c9;
	border-style: solid;
	border-width: 1px;
	height: 40px;
	width: auto;
	line-height:40px;
	border-bottom:0;
}
.MainContainer,.MainContainerWithFooter,.MainContainerNoBackground,.MainContainerBackgroundWhite
{
	padding-right: 15px;
}
.MainContainerWithFooter
{
	padding-right: 0px;
	height: 100%;
}
.MainContainerNoBackground
{
	background-color: transparent;
}
.DataDescriptionCell,.DataDescriptionCellLeft,.DataDescriptionCellLogin
{
	background-repeat: repeat-x;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	white-space: nowrap;
	background-image: none;
	height: 24px;
	text-align: right;
	vertical-align: middle;
}
.DataDescriptionCellLeft,.DataDescriptionCellLogin
{
	padding-bottom: 0px;
	text-align: left;
}
.DataDescriptionCellLogin
{
	padding-left: 5px;
}
.TableContent,.TableMainView,.TableMainViewWithShadow
{
	margin-top: 10px;
	vertical-align: top;
}
.TableMainView,.TableMainViewWithShadow
{
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-top-color: #d9d9d9;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 100%;
}
.TableMainViewWithShadow
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	border-style: none;
}
.Table100x100,.TableBorder,.Table100x1004C,.TableViewGeneralAtts,.TableGridHeader,.Table100x100H
{
	width: 100%;
	text-align: left;
	vertical-align: top;
}
.TableGridHeader
{
	margin-top: 15px;
}
.Table100x100H
{
	height: 100%;
}
.TableView
{
	margin-left: 1px;
	margin-top: 15px;
	background-color: white;
	color: #444;
	width: 100%;
	border-top-width:0px;
}
.TableData
{
	border-width: 1px;
	width: 100%;
}
.SpaceTable
{
	height: 100px;
}
.TableMain,.TableMainPopup,.TableMainWithShadow,.TableLeftSplitScreen,.TableMainTransaction,.TableMainTransactionPopUp
{
	margin-top: 340px;
	padding-top: 15px;
	width: 100%;
	background-color:white;
}
.TableMainWithShadow,.TableLeftSplitScreen
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableLeftSplitScreen
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
.TableMainTransaction,.TableMainTransactionPopUp
{
	padding-top: 5px;
}
.TableMainTransactionPopUp
{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 0px;
}
.TableMainWhiteHeader
{
	background-color: transparent;
}
.TableMainPopover
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.TableCardNumber
{
	border-style: solid;
	border-width: 2px;
	border-left-style:none;
	border-top:0;
	border-bottom:0;
}
.TableLogin,.SmallTableLogin,.LargeTableLogin,.WelcomeTable,.TableLogin2Cols,.TableLoginError,.TableLoginError2Cols,.TableLoginWithLeftImage,.TableLoginWithLeftImageError
{
	box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
	padding-bottom: 35px;
	padding-top: 35px;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 300px;
}
.SmallTableLogin
{
	box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
}
.LargeTableLogin
{
	box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
}
.WelcomeTable
{
	box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
}
.TableLogin2Cols
{
	box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
	width: 550px;
}
.TableLoginError,.TableLoginError2Cols
{
	box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.TableLoginError2Cols
{
	box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
	width: 506px;
}
.TableLoginWithLeftImage,.TableLoginWithLeftImageError
{
	box-shadow: 0px 0px 14px BaseColorShadow;
	width: 400px;
}
.TableLoginWithLeftImageError
{
	box-shadow: 0px 0px 14px BaseColorShadow;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	min-height: 0px;
}
.TableWhiteBorder
{
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
	border-style: solid;
	border-width: 1px;
}
.TableMerged
{
	margin-bottom: 15px;
	padding-right: 2px;
}
.TableSearch
{
	margin-bottom: 5px;
	width: 100%;
	-moz-border-radius: 5px;
	 border-radius: 5px;
}
.TableActions
{
	margin-top: 10px;
}
.TableAttributesCell
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.TableSearchCell
{
	text-align: right;
	vertical-align: middle;
}
.TablePaddingLeft
{
	padding-left: 15px;
}
.TableLineSeparator
{
	padding-left: 20px;
	padding-right: 20px;
}
.TableRowSideBar
{
	height: 40px;
}
.breadCrumbTitleCell
{
	background-position: 100%;
	background-repeat: no-repeat;
	padding-right: 5px;
	white-space: nowrap;
	background-color: white;
	background-image: none;
	vertical-align: middle;
}
.TableActionsCell,.TableActionsCellLogin
{
	padding-right: 10px;
}
.TableActionsCellLogin
{
	padding-right: 0px;
	padding-top: 20px;
}
.TableGeolocation
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.TableBar
{
	height: 7px;
	width: 100%;
}
.TableCellAlignRight
{
	text-align: right;
}
.TableAlignRight,.TableAlignRightWithMargin,.TableAlignRightMaster
{
	margin-left: auto;
}
.TableAlignRightWithMargin
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.TableAlignRightMaster
{
	height: 50px;
}
.TableCardMaterial
{
	margin-top: 13px;
}
.TableSplitMasterListRow,.TableSplitMasterListSelectedRow
{
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-style: solid;
	border-width: 1px;
}
.TableSplitMasterListSelectedRow
{
	background-color: #f2f2f2;
}
.MasterTopIconsCell
{
	padding-left: 10px;
	display: block;
	height: 38px;
	line-height:38px;
}
.TablePaddingTop5
{
	padding-top: 5px;
}
.TableAlignedCentered
{
	margin-left: auto;
	margin-right: auto;
}
.TableWithBottomBorder
{
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom-color: #eaeaea;
	border-style: solid;
	padding-bottom:0px !important;
}
.TableStep,.TableStepSelected
{
	border-style: solid;
	border-width: 2px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	height: 25px;
	width: 25px;
	text-align: center;
}
.TableStepSelected
{
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
}
.TableContainerStepFirst
{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.TableContainerStepLast
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.TableStepBullet,.TableStepBulletChecked,.TableStepBulletSelected
{
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	height: 25px;
	width: 25px;
}
.TableStepBulletChecked,.TableStepBulletSelected
{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../WizardStepChecked.png);
}
.TableStepBulletSelected
{
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: none;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	border-bottom-left-radius: 35px;
	height: 35px;
	width: 35px;
}
.TableContainerStepBullet
{
	width: 100px;
}
.TableStepBulletLine,.TableStepBulletLineChecked
{
	margin-left: -1px;
	position: absolute;
	top: -3px;
	border-width: 4px;
	width: 39px;
	border-bottom-style:solid;
}
.WizardTitleCell
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.TableStepInfo
{
	margin-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableMasterPagePopup
{
	padding-bottom: 10px;
	padding-left: 10px;
}
.TableUserRoleFixedHeader
{
	position: fixed;
	right: 15px;
	max-height: 50px;
	min-height: 48px;
}
.TableHeaderSidebarImage
{
	margin-right: 15px;
	margin-top: 5px;
	min-height: 48px;
}
.TableCardDashboardAdmin,.TableCardDashboardAdminInfoLight,.TableCardDashboardAdminDanger,.TableCardDashboardAdminWarning,.TableCardDashboardAdminSuccess,.TableCardDashboardAdminInfo,.TableCardDashboardAdminBaseColor
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableCardProgressAdmin,.TableCardProgressAdminDanger,.TableCardProgressAdminWarning,.TableCardProgressAdminInfo,.TableCardProgressAdminSuccess,.TableCardProgressAdminBaseColor,.TableCardProgressAdminInfoLight
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 100%;
}
.SimpleCardTable,.ProductCardTable
{
	overflow: hidden;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	height: 225px;
}
.ProductCardTable
{
	margin-left: -15px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: inherit;
}
.TableSplitScreen
{
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow-y:auto;
	height: calc(100vh - 148px);
}
.CardImageMoreInfoTable
{
	bottom: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	position: absolute;
}
.ChatDataTable
{
	margin-bottom: -3px;
}
.TableWizardSummaryStep
{
	padding-top: 10px;
	border-style: solid;
	border-bottom-width:1px;
}
.TableCardProgress
{
	margin-left: 30px;
	margin-right: 30px;
}
.TableContentLandingPurus,.TableContentLandingPurusTestimonials,.TableContentLandingPurusHorizontalGrid
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.TableLandingPurusTestimonials
{
	padding-left: 20px;
	padding-right: 20px;
}
.TableHeaderLandingPurus
{
	height: 100px;
	text-align: left;
	image-rendering: auto;
	align-items: center;
}
.TableContentLandingPurusContact
{
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}
.TableLoginTransparency,.TableLoginTransparencyError
{
	padding-bottom: 35px;
	padding-top: 35px;
	background-color: rgba(0,0,0,0.7);
	border-bottom-color: #99abb4;
	border-left-color: #99abb4;
	border-right-color: #99abb4;
	border-top-color: #99abb4;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 400px;
}
.TableLoginTransparencyError
{
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	min-height: 0px;
}
.TableHeaderLandingPurusT1
{
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.TableMainDvlop,.TableMainPopup1,.TableMainWithShadow1,.TableLeftSplitScreen1,.TableMainTransaction1,.TableMainTransactionPopUp1
{
	width: 100%;
	background-color:white;
}
.TableMainPopup1
{
	padding-top: 15px;
}
.TableMainWithShadow1,.TableLeftSplitScreen1
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableLeftSplitScreen1
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
.TableMainTransaction1,.TableMainTransactionPopUp1
{
	padding-top: 5px;
}
.TableMainTransactionPopUp1
{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 0px;
}
.TableAutoWx553H
{
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 0px;
	height: 553px;
	max-height: 553px;
	width: 100%;
	max-width: 100%;
	text-align: center;
	background-size: cover;
}
.TableAutoWx553H1
{
	background-position: center;
	background-repeat: no-repeat;
	height: 553px;
	max-height: 553px;
	width: 100%;
	max-width: 100%;
	background-size: cover;
}
.TableContentLandingPurus1,.TableContentLandingPurusTestimonials1,.TableContentLandingPurusHorizontalGrid1
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.TableContentLandingPurusHorizontalGrid1
{
	height: 210px;
	min-height: 210px;
	width: 100%;
	background: #ee9328;
}
.TableSectionCorrousel
{
	height: 410px;
	max-height: 410px;
	width: 100%;
}
.TableSectionCorrouselGal
{
	margin-top: 50px;
	height: 555px;
	max-height: 555px;
	width: 100%;
}
.TableMainLowTop1,.TableMainPopup21,.TableMainWithShadow21,.TableLeftSplitScreen21,.TableMainTransaction21,.TableMainTransactionPopUp21
{
	margin-top: 42px;
	width: 100%;
	background-color:white;
}
.TableMainPopup21
{
	padding-top: 15px;
}
.TableMainWithShadow21,.TableLeftSplitScreen21
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableLeftSplitScreen21
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
.TableMainTransaction21,.TableMainTransactionPopUp21
{
	padding-top: 5px;
}
.TableMainTransactionPopUp21
{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 0px;
}
.TableEvents
{
	padding-top: 25px;
	background-color: #237aad;
}
.MarcoLegalTable
{
	margin-bottom: 100px;
	margin-top: 100px;
}
.TablaActividades
{
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 50px;
}
.TablaGaleria
{
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 50px;
}
.TablaContacto
{
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 50px;
}
.TablasVarias
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.MarginTop50
{
	margin-top: 50px;
}
.TableSearchTop,.TableMainPopup22,.TableMainWithShadow22,.TableLeftSplitScreen22,.TableMainTransaction22,.TableMainTransactionPopUp22
{
	margin-top: 125px;
	width: 100%;
	background-color:white;
}
.TableMainPopup22
{
	padding-top: 15px;
}
.TableMainWithShadow22,.TableLeftSplitScreen22
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableLeftSplitScreen22
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
.TableMainTransaction22,.TableMainTransactionPopUp22
{
	padding-top: 5px;
}
.TableMainTransactionPopUp22
{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 0px;
}
.TableTop35
{
	margin-top: 35px;
}
.TableMainBackOffice,.TableMainPopup3,.TableMainWithShadow3,.TableLeftSplitScreen3,.TableMainTransaction3,.TableMainTransactionPopUp3
{
	width: 100%;
	background-color:white;
}
.TableMainPopup3
{
	padding-top: 15px;
}
.TableMainWithShadow3,.TableLeftSplitScreen3
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableLeftSplitScreen3
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
.TableMainTransaction3,.TableMainTransactionPopUp3
{
	padding-top: 5px;
}
.TableMainTransactionPopUp3
{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 0px;
}
.MasterTopIconsCell1
{
	padding-left: 10px;
	display: none;
	line-height:38px;
}
.BackOfficeTable,.TableDragging1,.TableAcceptDrag1,.TableNoAcceptDrag1,.TableGrid1,.TableLeftMenu1,.TableTopMenu1,.ViewTable1,.TableHorizontalLine1,.header_pink_line1,.HorizontalSpace1,.TableBottom1,.RecentLinksTable1,.RecentLinksTableOdd1,.RecentLinksTableEven1,.Table801,.Table951,.TableButtons1,.Table9601,.TableGreyFooter1,.TableBlackFooter1,.TableBlackHeader1,.td51,.td1001,.ToolbarMain1,.LevelTable1,.BodyContainer1,.LoginContainer1,.HeaderContainer1,.RecentLinksContainer1,.ThinHeaderContainer1,.FormContainer1,.TabsFormContainer1,.Container1,.ContainerFluid1,.AdvancedContainerItem1,.AdvancedContainerItemExpanded1,.OrdersTable1,.RecentLinksMainTable1,.RecentLinksMainTableExpanded1,.PromptContainer1,.PromptMainTable1,.GridTabMainTable1,.TableBorder100x1001,.HorizantalSpace1,.TopBottom301,.TopBottom51,.TableHeaderRight1,.FiltersContainer1,.FiltersContainerItem1,.FilterContainerItemSearch1,.NegativeMarginTop101,.Table193x2161,.Table193x216Collapsed1,.ActionsContainer1,.ActionsContainerItem1,.ActionsContainerVisible1,.ViewAdvancedContainer1,.ViewAdvancedContainerVisible1,.TableMainPrompt1,.TableMainTabs1,.FiltersCell1,.TableTotalizer1,.TableTotalizerAl1,.Table11,.Width1001,.TableFiltersCell1,.Invisible1,.DataFilterContentCell1,.MergedItemNotRequired1,.TableLabel50Percent1,.TableWizardStepsArrow1,.DynamicFilters1,.TableContentHolderWithShadow1,.ProgressCardTable1,.GridNoHeaderCell1,.GridNoHeaderCellItems1,.TableCardsMenu1,.TableCardsMenu2x1,.TableCardsMenuOptionWCPB1,.CardsMenuProgressIndicatorCircle1,.TableCardsMenuOptionWCCircle1,.TableAssociation1,.TableLogo1,.TableStepBulletLineCell1,.TableWizardMain1,.TableWizardMainWithShadow1,.WizardStepsCell1,.WizardStepsPositionCell1,.FilterMultipleSelectorCell1,.FilterMultiplePromptCell1,.FSSingleLine1,.FSWithHeaderCellBottomRow1,.MergeDataCell1,.TableFSHeader1,.AdvancedContainer1,.AdvancedContainerVisible1,.WWAdvancedContainer1,.MainContainer1,.MainContainerWithFooter1,.MainContainerNoBackground1,.MainContainerBackgroundWhite1,.TextBlockTitleCell1,.TableTitleCell1,.DataDescriptionCell1,.DataDescriptionCellLeft1,.DataDescriptionCellLogin1,.GridHeaderCell1,.GridHeaderCellCleanFilters1,.TableTop1,.TableTopSearch1,.TableContent1,.TableMainView1,.TableMainViewWithShadow1,.Table100x1001,.TableBorder1,.Table100x1004C1,.TableViewGeneralAtts1,.TableGridHeader1,.Table100x100H1,.TableView1,.GridLineEven1,.GridLineOdd1,.GridFooter1,.TableData1,.SpaceTable1,.TableMain1,.TableMainPopup4,.TableMainWithShadow4,.TableLeftSplitScreen4,.TableMainTransaction4,.TableMainTransactionPopUp4,.TableMainWhiteHeader1,.TableMainPopover1,.TableCardNumber1,.TableLogin1,.SmallTableLogin1,.LargeTableLogin1,.WelcomeTable1,.TableLogin2Cols1,.TableLoginError1,.TableLoginError2Cols1,.TableLoginWithLeftImage1,.TableLoginWithLeftImageError1,.TableWhiteBorder1,.TableMerged1,.TableSearch1,.TableActions1,.TableAttributesCell1,.TableSearchCell1,.TablePaddingLeft1,.TableLineSeparator1,.TableRowSideBar1,.breadCrumbTitleCell1,.TableActionsCell1,.TableActionsCellLogin1,.TableGeolocation1,.TableBar1,.TableCellAlignRight1,.TableAlignRight1,.TableAlignRightWithMargin1,.TableAlignRightMaster1,.TableCardMaterial1,.TableSplitMasterListRow1,.TableSplitMasterListSelectedRow1,.MasterTopIconsCell2,.TableHiddenExtraSmall1,.CellPaddingTop1,.TableViewTab1,.TablePaddingTop51,.TableAlignedCentered1,.TableWithBottomBorder1,.TableStep1,.TableStepSelected1,.TableContainerStep1,.TableContainerStepSelected1,.TableContainerStepFirst1,.TableContainerStepLast1,.TableStepBullet1,.TableStepBulletChecked1,.TableStepBulletSelected1,.TableContainerStepBullet1,.TableStepBulletLine1,.TableStepBulletLineChecked1,.WizardTitleCell1,.TableStepInfo1,.TableMasterPagePopup1,.TableUserRoleFixedHeader1,.TableHeaderSidebarImage1,.TableCardDashboardAdmin1,.TableCardDashboardAdminInfoLight1,.TableCardDashboardAdminDanger1,.TableCardDashboardAdminWarning1,.TableCardDashboardAdminSuccess1,.TableCardDashboardAdminInfo1,.TableCardDashboardAdminBaseColor1,.TableCardProgressAdmin1,.TableCardProgressAdminDanger1,.TableCardProgressAdminWarning1,.TableCardProgressAdminInfo1,.TableCardProgressAdminSuccess1,.TableCardProgressAdminBaseColor1,.TableCardProgressAdminInfoLight1,.SimpleCardTable1,.ProductCardTable1,.CardWithImageTable1,.TableSplitScreen1,.CardImageMoreInfoTable1,.ChatDataTable1,.TableWizardSummaryStep1,.TableCardProgress1,.TableContentLandingPurus2,.TableContentLandingPurusTestimonials2,.TableContentLandingPurusHorizontalGrid2,.TableLandingPurusTestimonials1,.TableHeaderLandingPurus1,.TableContentLandingPurusContact1,.LandingPurusHeader2,.TableLoginTransparency1,.TableLoginTransparencyError1,.TableHeaderLandingPurusT11,.TableMainDvlop1,.TableMainPopup11,.TableMainWithShadow11,.TableLeftSplitScreen11,.TableMainTransaction11,.TableMainTransactionPopUp11,.TableAutoWx553H2,.TableAutoWx553H11,.TableContentLandingPurus11,.TableContentLandingPurusTestimonials11,.TableContentLandingPurusHorizontalGrid11,.TableSectionCorrousel1,.TableSectionCorrouselGal1,.TableMainLowTop2,.TableMainPopup23,.TableMainWithShadow23,.TableLeftSplitScreen23,.TableMainTransaction23,.TableMainTransactionPopUp23,.TableMainLowTop11,.TableMainPopup211,.TableMainWithShadow211,.TableLeftSplitScreen211,.TableMainTransaction211,.TableMainTransactionPopUp211,.TableEvents1,.MarcoLegalTable1,.TablaActividades1,.TablaGaleria1,.TablaContacto1,.TablasVarias1,.MarginTop501,.TableSearchTop1,.TableMainPopup221,.TableMainWithShadow221,.TableLeftSplitScreen221,.TableMainTransaction221,.TableMainTransactionPopUp221,.TableTop351,.TableMainBackOffice1,.TableMainPopup31,.TableMainWithShadow31,.TableLeftSplitScreen31,.TableMainTransaction31,.TableMainTransactionPopUp31,.LandingPurusHeader11,.MasterTopIconsCell11
{
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	border-bottom-left-radius: 60px;
	height: 500px;
	width: 800px;
	border: ridge;
}
.TableCardsMenu1,.TableCardsMenu2x1
{
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	overflow: hidden;
	background-color: #222d32;
	height: 130px;
	width: 130px;
	-moz-transition:.1s linear;
	-ms-transition:.1s linear;
	transition:.1s linear;
}
.TableCardsMenu2x1
{
	width: 264px;
}
.TableCardsMenuOptionWCPB1
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 41px;
}
.CardsMenuProgressIndicatorCircle1
{
	margin-top: 4px;
}
.TableCardsMenuOptionWCCircle1
{
	padding-top: 29px;
}
.TableAssociation1
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableLogo1
{
	left: 20px;
	position: fixed;
	top: 20px;
	z-index: 1011;
}
.TableStepBulletLineCell1
{
	width: 50%;
	vertical-align:middle !important;
}
.TableWizardMain1,.TableWizardMainWithShadow1
{
	margin-top: 15px;
	background-color: white;
	border-bottom-color: #eaeaea;
	border-left-color: #eaeaea;
	border-right-color: #eaeaea;
	border-top-color: #eaeaea;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.TableWizardMainWithShadow1
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.WizardStepsCell1
{
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.WizardStepsPositionCell1
{
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
}
.FilterMultipleSelectorCell1
{
	height: 30px;
	vertical-align: top;
	padding-top:6px !important;
	 padding-right:0px !important;
}
.FilterMultiplePromptCell1
{
	height: 30px;
	vertical-align: top;
	padding-top:6px !important;
	padding-left:5px !important;
	padding-right:6px !important;
}
.FSSingleLine1
{
	height: 40px;
}
.FSWithHeaderCellBottomRow1
{
	border-bottom: 1px;
	border-bottom-color: #eaeaea;
	border-style: solid;
}
.TableFSHeader1
{
	background-color: #f7f7f7;
	border-left-color: #c9c9c9;
	border-right-color: #c9c9c9;
	border-top-color: #c9c9c9;
	border-style: solid;
	border-width: 1px;
	height: 40px;
	width: auto;
	line-height:40px;
	border-bottom:0;
}
.MainContainer1,.MainContainerWithFooter1,.MainContainerNoBackground1,.MainContainerBackgroundWhite1
{
	padding-right: 15px;
}
.MainContainerWithFooter1
{
	height: 100%;
}
.MainContainerNoBackground1
{
	background-color: transparent;
}
.TextBlockTitleCell1
{
	padding-left: 20px;
	padding-top: 10px;
	white-space: nowrap;
	vertical-align: middle;
}
.TableTitleCell1
{
	padding-right: 10px;
	white-space: nowrap;
	vertical-align: middle;
}
.DataDescriptionCell1,.DataDescriptionCellLeft1,.DataDescriptionCellLogin1
{
	background-repeat: repeat-x;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	white-space: nowrap;
	background-image: none;
	height: 24px;
	text-align: right;
	vertical-align: middle;
}
.DataDescriptionCellLeft1,.DataDescriptionCellLogin1
{
	padding-bottom: 0px;
	text-align: left;
}
.DataDescriptionCellLogin1
{
	padding-left: 5px;
}
.GridHeaderCell1
{
	padding-right: 3pt;
	padding-top: 4px;
	white-space: nowrap;
}
.GridHeaderCellCleanFilters1
{
	padding-top: 8px;
	vertical-align: top;
}
.TableContent1,.TableMainView1,.TableMainViewWithShadow1
{
	margin-top: 10px;
	vertical-align: top;
}
.TableMainView1,.TableMainViewWithShadow1
{
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-top-color: #d9d9d9;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 100%;
}
.TableMainViewWithShadow1
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	border-style: none;
}
.Table100x1001,.TableBorder1,.Table100x1004C1,.TableViewGeneralAtts1,.TableGridHeader1,.Table100x100H1
{
	width: 100%;
	text-align: left;
	vertical-align: top;
}
.TableGridHeader1
{
	margin-top: 15px;
}
.Table100x100H1
{
	height: 100%;
}
.TableView1
{
	margin-left: 1px;
	margin-top: 15px;
	background-color: white;
	color: #444;
	width: 100%;
	border-top-width:0px;
}
.GridLineEven1,.GridLineOdd1
{
	padding-left: 2pt;
	padding-right: 2pt;
	background-color: white;
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
	font-size: 8.5pt;
	height: 100%;
	width: 100%;
}
.GridLineOdd1
{
	background-color: #f7f7f7;
}
.GridFooter1
{
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 2px;
	background-color: white;
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
	font-size: 11pt;
	font-weight: bold;
	height: 26px;
	width: 100%;
}
.TableData1
{
	border-width: 1px;
	width: 100%;
}
.SpaceTable1
{
	height: 100px;
}
.TableMain1,.TableMainPopup4,.TableMainWithShadow4,.TableLeftSplitScreen4,.TableMainTransaction4,.TableMainTransactionPopUp4
{
	margin-top: 340px;
	width: 100%;
	background-color:white;
}
.TableMainPopup4
{
	padding-top: 15px;
}
.TableMainWithShadow4,.TableLeftSplitScreen4
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableLeftSplitScreen4
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
.TableMainTransaction4,.TableMainTransactionPopUp4
{
	padding-top: 5px;
}
.TableMainTransactionPopUp4
{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 0px;
}
.TableMainWhiteHeader1
{
	background-color: transparent;
}
.TableMainPopover1
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.TableCardNumber1
{
	border-style: solid;
	border-width: 2px;
	border-left-style:none;
	border-top:0;
	border-bottom:0;
}
.TableLogin1,.SmallTableLogin1,.LargeTableLogin1,.WelcomeTable1,.TableLogin2Cols1,.TableLoginError1,.TableLoginError2Cols1,.TableLoginWithLeftImage1,.TableLoginWithLeftImageError1
{
	box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
	padding-bottom: 35px;
	padding-top: 35px;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 300px;
}
.SmallTableLogin1
{
	box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
}
.LargeTableLogin1
{
	box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
}
.WelcomeTable1
{
	box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
}
.TableLogin2Cols1
{
	box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
	width: 550px;
}
.TableLoginError1,.TableLoginError2Cols1
{
	box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.TableLoginError2Cols1
{
	box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
	width: 506px;
}
.TableLoginWithLeftImage1,.TableLoginWithLeftImageError1
{
	box-shadow: 0px 0px 14px BaseColorShadow;
	width: 400px;
}
.TableLoginWithLeftImageError1
{
	box-shadow: 0px 0px 14px BaseColorShadow;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	min-height: 0px;
}
.TableWhiteBorder1
{
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
	border-style: solid;
	border-width: 1px;
}
.TableMerged1
{
	margin-bottom: 15px;
	padding-right: 2px;
}
.TableSearch1
{
	margin-bottom: 5px;
	width: 100%;
	-moz-border-radius: 5px;
	 border-radius: 5px;
}
.TableActions1
{
	margin-top: 10px;
}
.TableAttributesCell1
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.TableSearchCell1
{
	text-align: right;
	vertical-align: middle;
}
.TablePaddingLeft1
{
	padding-left: 15px;
}
.TableLineSeparator1
{
	padding-left: 20px;
	padding-right: 20px;
}
.TableRowSideBar1
{
	height: 40px;
}
.breadCrumbTitleCell1
{
	background-position: 100%;
	background-repeat: no-repeat;
	padding-right: 5px;
	white-space: nowrap;
	background-color: white;
	background-image: none;
	vertical-align: middle;
}
.TableActionsCell1,.TableActionsCellLogin1
{
	padding-right: 10px;
}
.TableActionsCellLogin1
{
	padding-right: 0px;
	padding-top: 20px;
}
.TableGeolocation1
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.TableBar1
{
	height: 7px;
	width: 100%;
}
.TableCellAlignRight1
{
	text-align: right;
}
.TableAlignRight1,.TableAlignRightWithMargin1,.TableAlignRightMaster1
{
	margin-left: auto;
}
.TableAlignRightWithMargin1
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.TableAlignRightMaster1
{
	height: 50px;
}
.TableCardMaterial1
{
	margin-top: 13px;
}
.TableSplitMasterListRow1,.TableSplitMasterListSelectedRow1
{
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-style: solid;
	border-width: 1px;
}
.TableSplitMasterListSelectedRow1
{
	background-color: #f2f2f2;
}
.MasterTopIconsCell2
{
	padding-left: 10px;
	display: block;
	line-height:38px;
}
.CellPaddingTop1
{
	padding-top: 20px;
}
.TablePaddingTop51
{
	padding-top: 5px;
}
.TableAlignedCentered1
{
	margin-left: auto;
	margin-right: auto;
}
.TableWithBottomBorder1
{
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom-color: #eaeaea;
	border-style: solid;
	padding-bottom:0px !important;
}
.TableStep1,.TableStepSelected1
{
	border-style: solid;
	border-width: 2px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	height: 25px;
	width: 25px;
	text-align: center;
}
.TableStepSelected1
{
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
}
.TableContainerStepFirst1
{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.TableContainerStepLast1
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.TableStepBullet1,.TableStepBulletChecked1,.TableStepBulletSelected1
{
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	height: 25px;
	width: 25px;
}
.TableStepBulletChecked1,.TableStepBulletSelected1
{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../WizardStepChecked.png);
}
.TableStepBulletSelected1
{
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: none;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	border-bottom-left-radius: 35px;
	height: 35px;
	width: 35px;
}
.TableContainerStepBullet1
{
	width: 100px;
}
.TableStepBulletLine1,.TableStepBulletLineChecked1
{
	margin-left: -1px;
	position: absolute;
	top: -3px;
	border-width: 4px;
	width: 39px;
	border-bottom-style:solid;
}
.WizardTitleCell1
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.TableStepInfo1
{
	margin-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableMasterPagePopup1
{
	padding-bottom: 10px;
	padding-left: 10px;
}
.TableUserRoleFixedHeader1
{
	position: fixed;
	right: 15px;
	max-height: 50px;
	min-height: 48px;
}
.TableHeaderSidebarImage1
{
	margin-right: 15px;
	margin-top: 5px;
	min-height: 48px;
}
.TableCardDashboardAdmin1,.TableCardDashboardAdminInfoLight1,.TableCardDashboardAdminDanger1,.TableCardDashboardAdminWarning1,.TableCardDashboardAdminSuccess1,.TableCardDashboardAdminInfo1,.TableCardDashboardAdminBaseColor1
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableCardProgressAdmin1,.TableCardProgressAdminDanger1,.TableCardProgressAdminWarning1,.TableCardProgressAdminInfo1,.TableCardProgressAdminSuccess1,.TableCardProgressAdminBaseColor1,.TableCardProgressAdminInfoLight1
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 100%;
}
.SimpleCardTable1,.ProductCardTable1
{
	overflow: hidden;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	height: 225px;
}
.ProductCardTable1
{
	margin-left: -15px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: inherit;
}
.CardWithImageTable1
{
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	border-style: solid;
	border-width: 1px;
	height: 428px;
	max-width: 100%;
}
.TableSplitScreen1
{
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow-y:auto;
	height: calc(100vh - 148px);
}
.CardImageMoreInfoTable1
{
	bottom: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	position: absolute;
}
.ChatDataTable1
{
	margin-bottom: -3px;
}
.TableWizardSummaryStep1
{
	padding-top: 10px;
	border-style: solid;
	border-bottom-width:1px;
}
.TableCardProgress1
{
	margin-left: 30px;
	margin-right: 30px;
}
.TableContentLandingPurus2,.TableContentLandingPurusTestimonials2,.TableContentLandingPurusHorizontalGrid2
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.TableLandingPurusTestimonials1
{
	padding-left: 20px;
	padding-right: 20px;
}
.TableHeaderLandingPurus1
{
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 40px;
	text-align: left;
	background: rgba(255, 255, 255, .85);
}
.TableContentLandingPurusContact1
{
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}
.LandingPurusHeader2
{
	margin-top: -7px;
}
.TableLoginTransparency1,.TableLoginTransparencyError1
{
	padding-bottom: 35px;
	padding-top: 35px;
	background-color: rgba(0,0,0,0.7);
	border-bottom-color: #99abb4;
	border-left-color: #99abb4;
	border-right-color: #99abb4;
	border-top-color: #99abb4;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 400px;
}
.TableLoginTransparencyError1
{
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	min-height: 0px;
}
.TableHeaderLandingPurusT11
{
	margin-bottom: -15px;
	margin-right: 20px;
	margin-top: 25px;
}
.TableMainDvlop1,.TableMainPopup11,.TableMainWithShadow11,.TableLeftSplitScreen11,.TableMainTransaction11,.TableMainTransactionPopUp11
{
	width: 100%;
	background-color:white;
}
.TableMainPopup11
{
	padding-top: 15px;
}
.TableMainWithShadow11,.TableLeftSplitScreen11
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableLeftSplitScreen11
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
.TableMainTransaction11,.TableMainTransactionPopUp11
{
	padding-top: 5px;
}
.TableMainTransactionPopUp11
{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 0px;
}
.TableAutoWx553H2
{
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 0px;
	height: 553px;
	max-height: 553px;
	width: 100%;
	max-width: 100%;
	text-align: center;
	background-size: cover;
}
.TableAutoWx553H11
{
	background-position: center;
	background-repeat: no-repeat;
	height: 553px;
	max-height: 553px;
	width: 100%;
	max-width: 100%;
	background-size: cover;
}
.TableContentLandingPurus11,.TableContentLandingPurusTestimonials11,.TableContentLandingPurusHorizontalGrid11
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.TableContentLandingPurusHorizontalGrid11
{
	height: 210px;
	min-height: 210px;
	width: 100%;
	background: #ee9328;
}
.TableSectionCorrousel1
{
	height: 410px;
	max-height: 410px;
	width: 100%;
}
.TableSectionCorrouselGal1
{
	margin-top: 50px;
	height: 555px;
	max-height: 555px;
	width: 100%;
}
.TableMainLowTop2,.TableMainPopup23,.TableMainWithShadow23,.TableLeftSplitScreen23,.TableMainTransaction23,.TableMainTransactionPopUp23
{
	margin-top: 200px;
	width: 100%;
	background-color:white;
}
.TableMainPopup23
{
	padding-top: 15px;
}
.TableMainWithShadow23,.TableLeftSplitScreen23
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableLeftSplitScreen23
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
.TableMainTransaction23,.TableMainTransactionPopUp23
{
	padding-top: 5px;
}
.TableMainTransactionPopUp23
{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 0px;
}
.TableMainLowTop11,.TableMainPopup211,.TableMainWithShadow211,.TableLeftSplitScreen211,.TableMainTransaction211,.TableMainTransactionPopUp211
{
	margin-top: 10px;
	width: 100%;
	background-color:white;
}
.TableMainPopup211
{
	padding-top: 15px;
}
.TableMainWithShadow211,.TableLeftSplitScreen211
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableLeftSplitScreen211
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
.TableMainTransaction211,.TableMainTransactionPopUp211
{
	padding-top: 5px;
}
.TableMainTransactionPopUp211
{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 0px;
}
.TableEvents1
{
	padding-top: 25px;
	background-color: #237aad;
}
.MarcoLegalTable1
{
	margin-bottom: 100px;
	margin-top: 100px;
}
.TablaActividades1
{
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 50px;
}
.TablaGaleria1
{
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 50px;
}
.TablaContacto1
{
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 50px;
}
.TablasVarias1
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.MarginTop501
{
	margin-top: 50px;
}
.TableSearchTop1,.TableMainPopup221,.TableMainWithShadow221,.TableLeftSplitScreen221,.TableMainTransaction221,.TableMainTransactionPopUp221
{
	margin-top: 125px;
	width: 100%;
	background-color:white;
}
.TableMainPopup221
{
	padding-top: 15px;
}
.TableMainWithShadow221,.TableLeftSplitScreen221
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableLeftSplitScreen221
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
.TableMainTransaction221,.TableMainTransactionPopUp221
{
	padding-top: 5px;
}
.TableMainTransactionPopUp221
{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 0px;
}
.TableTop351
{
	margin-top: 35px;
}
.TableMainBackOffice1,.TableMainPopup31,.TableMainWithShadow31,.TableLeftSplitScreen31,.TableMainTransaction31,.TableMainTransactionPopUp31
{
	margin-top: 123px;
	width: 100%;
	background-color:white;
}
.TableMainPopup31
{
	padding-top: 15px;
}
.TableMainWithShadow31,.TableLeftSplitScreen31
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableLeftSplitScreen31
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
.TableMainTransaction31,.TableMainTransactionPopUp31
{
	padding-top: 5px;
}
.TableMainTransactionPopUp31
{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 0px;
}
.LandingPurusHeader11
{
	margin-top: -7px;
	padding-top: 46px;
}
.MasterTopIconsCell11
{
	padding-left: 10px;
	display: none;
	line-height:38px;
}
.TablePost
{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
}
.TableHeaderTop
{
	margin-right: 25vh;
}
.TableIndex
{
	position: absolute;
	z-index: 99;
}
.TableIndexHeader
{
	z-index: 3;
	display: block;
	background-color: #2ea3f2;
	min-height: 58px;
	background-size: 100% 58px;
}
.header_table_socials
{
	padding-top: 14px;
}
.footer_t2
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding-left: 14vh;
	padding-right: 14vh;
	padding-top: 9vh;
	max-width: none;
}
.footer_t2_t1
{
	max-width: none;
}
.footer_t2_t2
{
	max-width: none;
}
.footer_t2_t3
{
	max-width: none;
}
.footer_t4
{
	bottom: 0px;
	margin-bottom: -17px;
	position: absolute;
	right: 0px;
	z-index: -1;
	background-image: url(../WorkWithPlusTheme/descarga1.png);
	height: 173px;
	width: 100%;
	max-width: none;
	transform: rotateX(180deg);
	background-size: 100% 100%;
}
.header_main_menu
{
	display: block;
}
.header_menu_movil
{
	display: none;
}
.header_botton_menu
{
	display: none;
}
.header_gridmenu_movil
{
	padding-top: 20px;
}
.header_socmenu_movil
{
	margin-top: 45px;
}
.header_botton_menu_bo
{
	display: none;
}
.s1_t1_grid1_table1
{
	padding-left: 6%;
	padding-right: 6%;
	width: 100%;
}
.s1_t1_grid1_table2
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 100px;
	text-align: center;
}
.s1_t1
{
	background-color: rgb(0 29 53 / 70%);
}
.table_ChangePosition
{
	margin-top: 20px;
}
.tableLevel_ChangePosition
{
	margin-top: 15px;
}
.s3_g1_t1
{
	margin-right: 20%;
	text-align: center;
}
.s4_t1_t1
{
	padding-bottom: 27px;
	padding-top: 27px;
}
.s5_t1
{
	padding-bottom: 140px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 119px;
	background-color: rgba(0,29,53,0.77);
	text-align: center;
}
.s6_t1
{
	padding-bottom: 25.2969px;
	padding-top: 50px;
}
.panel_formulario_t1
{
	padding-left: 20px;
}
.panel_formulario_t2
{
	padding-left: 20px;
}
.dam_s3_t1
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-bottom: 25px;
	padding-top: 25px;
	width: 80%;
}
.dam_s4_t1
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-bottom: 25px;
	padding-top: 25px;
	width: 80%;
}
.dam_s5_t1
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	width: 80%;
}
.dam_s5_g1_t1
{
	text-align: center;
}
.c_s31
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	width: 80%;
}
.c_s4
{
	margin-top: 50px;
}
.c_s3_g1_t1
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	width: 60%;
}
.c_s4_t1
{
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -195px;
	padding-bottom: 210px;
	padding-top: 300px;
	z-index: 10;
	background-size: cover;
}
.s_section6
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding-bottom: 180px;
	padding-top: 174px;
	max-width: 80%;
}
.s_section7
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	max-width: 80%;
}
.s_s8_g1_t1_t2
{
	overflow: hidden;
	padding-bottom: 60px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	line-height: 1em;
	box-shadow: 6px 6px 18px 0px rgb(0 0 0 / 30%);
}
.s_s31
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	width: 80%;
}
.s_section4
{
	margin-bottom: 5%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	padding-bottom: 25px;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 25px;
	max-width: 80%;
	text-align: center;
}
.s_section5
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	max-width: 80%;
}
.s_s8_t2
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
	max-width: 94%;
}
.s_s8_g1_t1_t1
{
	margin-top: -10px;
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 60px;
	background-color: #001d35;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-align: center;
	box-shadow: 6px 6px 18px 0px rgb(0 0 0 / 30%);
}
.s_s8_g1_t1
{
	margin-bottom: 15%;
	margin-left: 5%;
	margin-right: 5%;
}
.unnamedtable_grid_table
{
	width: 100%;
	max-width: 100%;
}
.TextBlock,.LandingPurusTitle,.LandingPurusTitleWhite,.LandingPurusTitleWithUnderline,.LandingPurusTitleWhiteWithUnderline,.LandingPurusSubtitle,.LandingPurusSubtitleGray,.TextBlockDragging,.TextBlockAcceptDrag,.TextBlockNoAcceptDrag,.Title,.BigTitle,.UncollapsedBigTitle,.SeparateBigTitle,.SubTitle,.TableHeaderText,.Grid>caption,.GridDragging>caption,.GridAcceptDrag>caption,.GridNoAcceptDrag>caption,.WorkWithBorder>caption,.GridWithPaginationBar>caption,.GridWithTotalizer>caption,.WorkWith>caption,.PromptGrid>caption,.ViewGrid>caption,.WorkWithSelection>caption,.GridWithBorderColor>caption,.GridNoBorder>caption,.GridNoData>caption,.Grid[data-gx-grid-nodata]>caption,.GridDragging[data-gx-grid-nodata]>caption,.GridAcceptDrag[data-gx-grid-nodata]>caption,.GridNoAcceptDrag[data-gx-grid-nodata]>caption,.WorkWithBorder[data-gx-grid-nodata]>caption,.GridWithPaginationBar[data-gx-grid-nodata]>caption,.GridWithTotalizer[data-gx-grid-nodata]>caption,.WorkWith[data-gx-grid-nodata]>caption,.PromptGrid[data-gx-grid-nodata]>caption,.ViewGrid[data-gx-grid-nodata]>caption,.WorkWithSelection[data-gx-grid-nodata]>caption,.GridWithBorderColor[data-gx-grid-nodata]>caption,.GridNoBorder[data-gx-grid-nodata]>caption,.GridNoData[data-gx-grid-nodata]>caption,.FreeStyleGrid[data-gx-grid-nodata]>caption,.TrnSublevelGrid[data-gx-grid-nodata]>caption,.RecentLinksGrid[data-gx-grid-nodata]>caption,.FreeStyleHomeModulesBig[data-gx-grid-nodata]>caption,.FreeStyleHomeModules[data-gx-grid-nodata]>caption,.FreeStyleHomeModulesBigDark[data-gx-grid-nodata]>caption,.FSGridAutoUnselectAll[data-gx-grid-nodata]>caption,.FreeStyleGridMPSearch[data-gx-grid-nodata]>caption,.CellPaddingRight100[data-gx-grid-nodata]>caption,.FreeStyleSteps[data-gx-grid-nodata]>caption,.VerticalTabGrid[data-gx-grid-nodata]>caption,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]>caption,.FreeStyleGridWithHeader[data-gx-grid-nodata]>caption,.s1_t1_Grid1[data-gx-grid-nodata]>caption,.dam_s5_g1[data-gx-grid-nodata]>caption,.c_s3_g1[data-gx-grid-nodata]>caption,.s_s4_g1[data-gx-grid-nodata]>caption,.grid_servicio_plan[data-gx-grid-nodata]>caption,.s_s5_g1[data-gx-grid-nodata]>caption,.Table>caption,.TableDragging>caption,.TableAcceptDrag>caption,.TableNoAcceptDrag>caption,.TableGrid>caption,.TableLeftMenu>caption,.TableTopMenu>caption,.ViewTable>caption,.TableHorizontalLine>caption,.header_pink_line>caption,.HorizontalSpace>caption,.TableBottom>caption,.RecentLinksTable>caption,.RecentLinksTableOdd>caption,.RecentLinksTableEven>caption,.Table80>caption,.Table95>caption,.TableButtons>caption,.Table960>caption,.TableGreyFooter>caption,.TableBlackFooter>caption,.TableBlackHeader>caption,.td5>caption,.td100>caption,.ToolbarMain>caption,.LevelTable>caption,.BodyContainer>caption,.LoginContainer>caption,.HeaderContainer>caption,.RecentLinksContainer>caption,.ThinHeaderContainer>caption,.FormContainer>caption,.TabsFormContainer>caption,.Container>caption,.ContainerFluid>caption,.AdvancedContainerItem>caption,.AdvancedContainerItemExpanded>caption,.OrdersTable>caption,.RecentLinksMainTable>caption,.RecentLinksMainTableExpanded>caption,.PromptContainer>caption,.PromptMainTable>caption,.GridTabMainTable>caption,.TableBorder100x100>caption,.HorizantalSpace>caption,.TopBottom30>caption,.TopBottom5>caption,.TableHeaderRight>caption,.FiltersContainer>caption,.FiltersContainerItem>caption,.FilterContainerItemSearch>caption,.NegativeMarginTop10>caption,.Table193x216>caption,.Table193x216Collapsed>caption,.ActionsContainer>caption,.ActionsContainerItem>caption,.ActionsContainerVisible>caption,.ViewAdvancedContainer>caption,.ViewAdvancedContainerVisible>caption,.TableMainPrompt>caption,.TableMainTabs>caption,.FiltersCell>caption,.TableTotalizer>caption,.TableTotalizerAl>caption,.Table1>caption,.Width100>caption,.TableFiltersCell>caption,.Invisible>caption,.DataFilterContentCell>caption,.MergedItemNotRequired>caption,.TableLabel50Percent>caption,.TableWizardStepsArrow>caption,.DynamicFilters>caption,.TableContentHolderWithShadow>caption,.ProgressCardTable>caption,.GridNoHeaderCell>caption,.GridNoHeaderCellItems>caption,.TableCardsMenuOptionWCPB>caption,.CardsMenuProgressIndicatorCircle>caption,.TableCardsMenuOptionWCCircle>caption,.TableAssociation>caption,.TableLogo>caption,.TableStepBulletLineCell>caption,.TableWizardMain>caption,.TableWizardMainWithShadow>caption,.WizardStepsCell>caption,.WizardStepsPositionCell>caption,.FilterMultipleSelectorCell>caption,.FilterMultiplePromptCell>caption,.MergeDataCell>caption,.TableFSHeader>caption,.AdvancedContainer>caption,.AdvancedContainerVisible>caption,.WWAdvancedContainer>caption,.MainContainer>caption,.MainContainerWithFooter>caption,.MainContainerNoBackground>caption,.MainContainerBackgroundWhite>caption,.DataDescriptionCell>caption,.DataDescriptionCellLeft>caption,.DataDescriptionCellLogin>caption,.TableTop>caption,.TableTopSearch>caption,.TableContent>caption,.TableMainView>caption,.TableMainViewWithShadow>caption,.Table100x100>caption,.TableBorder>caption,.Table100x1004C>caption,.TableViewGeneralAtts>caption,.TableGridHeader>caption,.Table100x100H>caption,.TableView>caption,.TableData>caption,.SpaceTable>caption,.TableMain>caption,.TableMainPopup>caption,.TableMainWithShadow>caption,.TableLeftSplitScreen>caption,.TableMainTransaction>caption,.TableMainTransactionPopUp>caption,.TableMainWhiteHeader>caption,.TableMainPopover>caption,.TableCardNumber>caption,.TableLogin>caption,.SmallTableLogin>caption,.LargeTableLogin>caption,.WelcomeTable>caption,.TableLogin2Cols>caption,.TableLoginError>caption,.TableLoginError2Cols>caption,.TableLoginWithLeftImage>caption,.TableLoginWithLeftImageError>caption,.TableWhiteBorder>caption,.TableMerged>caption,.TableSearch>caption,.TableActions>caption,.TableAttributesCell>caption,.TableSearchCell>caption,.TablePaddingLeft>caption,.TableLineSeparator>caption,.TableRowSideBar>caption,.breadCrumbTitleCell>caption,.TableActionsCell>caption,.TableActionsCellLogin>caption,.TableGeolocation>caption,.TableBar>caption,.TableCellAlignRight>caption,.TableAlignRight>caption,.TableAlignRightWithMargin>caption,.TableAlignRightMaster>caption,.TableCardMaterial>caption,.TableSplitMasterListRow>caption,.TableSplitMasterListSelectedRow>caption,.MasterTopIconsCell>caption,.TableHiddenExtraSmall>caption,.TableViewTab>caption,.TablePaddingTop5>caption,.TableAlignedCentered>caption,.TableWithBottomBorder>caption,.TableStep>caption,.TableStepSelected>caption,.TableContainerStep>caption,.TableContainerStepSelected>caption,.TableContainerStepFirst>caption,.TableContainerStepLast>caption,.TableStepBullet>caption,.TableStepBulletChecked>caption,.TableStepBulletSelected>caption,.TableContainerStepBullet>caption,.TableStepBulletLine>caption,.TableStepBulletLineChecked>caption,.WizardTitleCell>caption,.TableStepInfo>caption,.TableMasterPagePopup>caption,.TableUserRoleFixedHeader>caption,.TableHeaderSidebarImage>caption,.TableCardDashboardAdmin>caption,.TableCardDashboardAdminInfoLight>caption,.TableCardDashboardAdminDanger>caption,.TableCardDashboardAdminWarning>caption,.TableCardDashboardAdminSuccess>caption,.TableCardDashboardAdminInfo>caption,.TableCardDashboardAdminBaseColor>caption,.TableCardProgressAdmin>caption,.TableCardProgressAdminDanger>caption,.TableCardProgressAdminWarning>caption,.TableCardProgressAdminInfo>caption,.TableCardProgressAdminSuccess>caption,.TableCardProgressAdminBaseColor>caption,.TableCardProgressAdminInfoLight>caption,.SimpleCardTable>caption,.ProductCardTable>caption,.TableSplitScreen>caption,.CardImageMoreInfoTable>caption,.ChatDataTable>caption,.TableWizardSummaryStep>caption,.TableCardProgress>caption,.TableContentLandingPurus>caption,.TableContentLandingPurusTestimonials>caption,.TableContentLandingPurusHorizontalGrid>caption,.TableLandingPurusTestimonials>caption,.TableHeaderLandingPurus>caption,.TableContentLandingPurusContact>caption,.TableLoginTransparency>caption,.TableLoginTransparencyError>caption,.TableHeaderLandingPurusT1>caption,.TableMainDvlop>caption,.TableMainPopup1>caption,.TableMainWithShadow1>caption,.TableLeftSplitScreen1>caption,.TableMainTransaction1>caption,.TableMainTransactionPopUp1>caption,.TableAutoWx553H>caption,.TableAutoWx553H1>caption,.TableContentLandingPurus1>caption,.TableContentLandingPurusTestimonials1>caption,.TableContentLandingPurusHorizontalGrid1>caption,.TableSectionCorrousel>caption,.TableSectionCorrouselGal>caption,.TableMainLowTop1>caption,.TableMainPopup21>caption,.TableMainWithShadow21>caption,.TableLeftSplitScreen21>caption,.TableMainTransaction21>caption,.TableMainTransactionPopUp21>caption,.TableEvents>caption,.MarcoLegalTable>caption,.TablaActividades>caption,.TablaGaleria>caption,.TablaContacto>caption,.TablasVarias>caption,.MarginTop50>caption,.TableSearchTop>caption,.TableMainPopup22>caption,.TableMainWithShadow22>caption,.TableLeftSplitScreen22>caption,.TableMainTransaction22>caption,.TableMainTransactionPopUp22>caption,.TableTop35>caption,.TableMainBackOffice>caption,.TableMainPopup3>caption,.TableMainWithShadow3>caption,.TableLeftSplitScreen3>caption,.TableMainTransaction3>caption,.TableMainTransactionPopUp3>caption,.MasterTopIconsCell1>caption,.BackOfficeTable>caption,.TableDragging1>caption,.TableAcceptDrag1>caption,.TableNoAcceptDrag1>caption,.TableGrid1>caption,.TableLeftMenu1>caption,.TableTopMenu1>caption,.ViewTable1>caption,.TableHorizontalLine1>caption,.header_pink_line1>caption,.HorizontalSpace1>caption,.TableBottom1>caption,.RecentLinksTable1>caption,.RecentLinksTableOdd1>caption,.RecentLinksTableEven1>caption,.Table801>caption,.Table951>caption,.TableButtons1>caption,.Table9601>caption,.TableGreyFooter1>caption,.TableBlackFooter1>caption,.TableBlackHeader1>caption,.td51>caption,.td1001>caption,.ToolbarMain1>caption,.LevelTable1>caption,.BodyContainer1>caption,.LoginContainer1>caption,.HeaderContainer1>caption,.RecentLinksContainer1>caption,.ThinHeaderContainer1>caption,.FormContainer1>caption,.TabsFormContainer1>caption,.Container1>caption,.ContainerFluid1>caption,.AdvancedContainerItem1>caption,.AdvancedContainerItemExpanded1>caption,.OrdersTable1>caption,.RecentLinksMainTable1>caption,.RecentLinksMainTableExpanded1>caption,.PromptContainer1>caption,.PromptMainTable1>caption,.GridTabMainTable1>caption,.TableBorder100x1001>caption,.HorizantalSpace1>caption,.TopBottom301>caption,.TopBottom51>caption,.TableHeaderRight1>caption,.FiltersContainer1>caption,.FiltersContainerItem1>caption,.FilterContainerItemSearch1>caption,.NegativeMarginTop101>caption,.Table193x2161>caption,.Table193x216Collapsed1>caption,.ActionsContainer1>caption,.ActionsContainerItem1>caption,.ActionsContainerVisible1>caption,.ViewAdvancedContainer1>caption,.ViewAdvancedContainerVisible1>caption,.TableMainPrompt1>caption,.TableMainTabs1>caption,.FiltersCell1>caption,.TableTotalizer1>caption,.TableTotalizerAl1>caption,.Table11>caption,.Width1001>caption,.TableFiltersCell1>caption,.Invisible1>caption,.DataFilterContentCell1>caption,.MergedItemNotRequired1>caption,.TableLabel50Percent1>caption,.TableWizardStepsArrow1>caption,.DynamicFilters1>caption,.TableContentHolderWithShadow1>caption,.ProgressCardTable1>caption,.GridNoHeaderCell1>caption,.GridNoHeaderCellItems1>caption,.TableCardsMenu1>caption,.TableCardsMenu2x1>caption,.TableCardsMenuOptionWCPB1>caption,.CardsMenuProgressIndicatorCircle1>caption,.TableCardsMenuOptionWCCircle1>caption,.TableAssociation1>caption,.TableLogo1>caption,.TableStepBulletLineCell1>caption,.TableWizardMain1>caption,.TableWizardMainWithShadow1>caption,.WizardStepsCell1>caption,.WizardStepsPositionCell1>caption,.FilterMultipleSelectorCell1>caption,.FilterMultiplePromptCell1>caption,.FSSingleLine1>caption,.FSWithHeaderCellBottomRow1>caption,.MergeDataCell1>caption,.TableFSHeader1>caption,.AdvancedContainer1>caption,.AdvancedContainerVisible1>caption,.WWAdvancedContainer1>caption,.MainContainer1>caption,.MainContainerWithFooter1>caption,.MainContainerNoBackground1>caption,.MainContainerBackgroundWhite1>caption,.TextBlockTitleCell1>caption,.TableTitleCell1>caption,.DataDescriptionCell1>caption,.DataDescriptionCellLeft1>caption,.DataDescriptionCellLogin1>caption,.GridHeaderCell1>caption,.GridHeaderCellCleanFilters1>caption,.TableTop1>caption,.TableTopSearch1>caption,.TableContent1>caption,.TableMainView1>caption,.TableMainViewWithShadow1>caption,.Table100x1001>caption,.TableBorder1>caption,.Table100x1004C1>caption,.TableViewGeneralAtts1>caption,.TableGridHeader1>caption,.Table100x100H1>caption,.TableView1>caption,.GridLineEven1>caption,.GridLineOdd1>caption,.GridFooter1>caption,.TableData1>caption,.SpaceTable1>caption,.TableMain1>caption,.TableMainPopup4>caption,.TableMainWithShadow4>caption,.TableLeftSplitScreen4>caption,.TableMainTransaction4>caption,.TableMainTransactionPopUp4>caption,.TableMainWhiteHeader1>caption,.TableMainPopover1>caption,.TableCardNumber1>caption,.TableLogin1>caption,.SmallTableLogin1>caption,.LargeTableLogin1>caption,.WelcomeTable1>caption,.TableLogin2Cols1>caption,.TableLoginError1>caption,.TableLoginError2Cols1>caption,.TableLoginWithLeftImage1>caption,.TableLoginWithLeftImageError1>caption,.TableWhiteBorder1>caption,.TableMerged1>caption,.TableSearch1>caption,.TableActions1>caption,.TableAttributesCell1>caption,.TableSearchCell1>caption,.TablePaddingLeft1>caption,.TableLineSeparator1>caption,.TableRowSideBar1>caption,.breadCrumbTitleCell1>caption,.TableActionsCell1>caption,.TableActionsCellLogin1>caption,.TableGeolocation1>caption,.TableBar1>caption,.TableCellAlignRight1>caption,.TableAlignRight1>caption,.TableAlignRightWithMargin1>caption,.TableAlignRightMaster1>caption,.TableCardMaterial1>caption,.TableSplitMasterListRow1>caption,.TableSplitMasterListSelectedRow1>caption,.MasterTopIconsCell2>caption,.TableHiddenExtraSmall1>caption,.CellPaddingTop1>caption,.TableViewTab1>caption,.TablePaddingTop51>caption,.TableAlignedCentered1>caption,.TableWithBottomBorder1>caption,.TableStep1>caption,.TableStepSelected1>caption,.TableContainerStep1>caption,.TableContainerStepSelected1>caption,.TableContainerStepFirst1>caption,.TableContainerStepLast1>caption,.TableStepBullet1>caption,.TableStepBulletChecked1>caption,.TableStepBulletSelected1>caption,.TableContainerStepBullet1>caption,.TableStepBulletLine1>caption,.TableStepBulletLineChecked1>caption,.WizardTitleCell1>caption,.TableStepInfo1>caption,.TableMasterPagePopup1>caption,.TableUserRoleFixedHeader1>caption,.TableHeaderSidebarImage1>caption,.TableCardDashboardAdmin1>caption,.TableCardDashboardAdminInfoLight1>caption,.TableCardDashboardAdminDanger1>caption,.TableCardDashboardAdminWarning1>caption,.TableCardDashboardAdminSuccess1>caption,.TableCardDashboardAdminInfo1>caption,.TableCardDashboardAdminBaseColor1>caption,.TableCardProgressAdmin1>caption,.TableCardProgressAdminDanger1>caption,.TableCardProgressAdminWarning1>caption,.TableCardProgressAdminInfo1>caption,.TableCardProgressAdminSuccess1>caption,.TableCardProgressAdminBaseColor1>caption,.TableCardProgressAdminInfoLight1>caption,.SimpleCardTable1>caption,.ProductCardTable1>caption,.CardWithImageTable1>caption,.TableSplitScreen1>caption,.CardImageMoreInfoTable1>caption,.ChatDataTable1>caption,.TableWizardSummaryStep1>caption,.TableCardProgress1>caption,.TableContentLandingPurus2>caption,.TableContentLandingPurusTestimonials2>caption,.TableContentLandingPurusHorizontalGrid2>caption,.TableLandingPurusTestimonials1>caption,.TableHeaderLandingPurus1>caption,.TableContentLandingPurusContact1>caption,.LandingPurusHeader2>caption,.TableLoginTransparency1>caption,.TableLoginTransparencyError1>caption,.TableHeaderLandingPurusT11>caption,.TableMainDvlop1>caption,.TableMainPopup11>caption,.TableMainWithShadow11>caption,.TableLeftSplitScreen11>caption,.TableMainTransaction11>caption,.TableMainTransactionPopUp11>caption,.TableAutoWx553H2>caption,.TableAutoWx553H11>caption,.TableContentLandingPurus11>caption,.TableContentLandingPurusTestimonials11>caption,.TableContentLandingPurusHorizontalGrid11>caption,.TableSectionCorrousel1>caption,.TableSectionCorrouselGal1>caption,.TableMainLowTop2>caption,.TableMainPopup23>caption,.TableMainWithShadow23>caption,.TableLeftSplitScreen23>caption,.TableMainTransaction23>caption,.TableMainTransactionPopUp23>caption,.TableMainLowTop11>caption,.TableMainPopup211>caption,.TableMainWithShadow211>caption,.TableLeftSplitScreen211>caption,.TableMainTransaction211>caption,.TableMainTransactionPopUp211>caption,.TableEvents1>caption,.MarcoLegalTable1>caption,.TablaActividades1>caption,.TablaGaleria1>caption,.TablaContacto1>caption,.TablasVarias1>caption,.MarginTop501>caption,.TableSearchTop1>caption,.TableMainPopup221>caption,.TableMainWithShadow221>caption,.TableLeftSplitScreen221>caption,.TableMainTransaction221>caption,.TableMainTransactionPopUp221>caption,.TableTop351>caption,.TableMainBackOffice1>caption,.TableMainPopup31>caption,.TableMainWithShadow31>caption,.TableLeftSplitScreen31>caption,.TableMainTransaction31>caption,.TableMainTransactionPopUp31>caption,.LandingPurusHeader11>caption,.MasterTopIconsCell11>caption,.TablePost>caption,.TableHeaderTop>caption,.TableIndex>caption,.TableIndexHeader>caption,.header_table_socials>caption,.footer_t2>caption,.footer_t2_t1>caption,.footer_t2_t2>caption,.footer_t2_t3>caption,.footer_t4>caption,.header_main_menu>caption,.header_menu_movil>caption,.header_botton_menu>caption,.header_gridmenu_movil>caption,.header_socmenu_movil>caption,.header_main_menu_cell>caption,.header_botton_menu_bo>caption,.s1_t1_grid1_table1>caption,.s1_t1_grid1_table2>caption,.s1_t1>caption,.table_ChangePosition>caption,.tableLevel_ChangePosition>caption,.s2_t1_t1>caption,.s3_g1_t1>caption,.s4_t1_t1>caption,.s5_t1>caption,.s6_t1>caption,.form_tablemain>caption,.form_tablecontent>caption,.panel_formulario_t1>caption,.panel_formulario_t2>caption,.wp_section2>caption,.wp_section1>caption,.section_box_background>caption,.dam_s3_t1>caption,.dam_s3>caption,.dam_table_divisor>caption,.dam_s4_t1>caption,.dam_section5>caption,.dam_s5_t1>caption,.dam_s5_g1_t1>caption,.c_s31>caption,.c_s3_t1>caption,.c_s4>caption,.c_s3_g1_t1>caption,.c_s4_t1>caption,.s_section6>caption,.s_section7>caption,.s_section8>caption,.s_s8_g1_t1_t2>caption,.s_s8_g1_g1_t2>caption,.s_s31>caption,.s_section4>caption,.s_section5>caption,.s_s8_t2>caption,.s_s8_g1_t1_t1>caption,.s_s8_g1_t1>caption,.unnamedtable_grid_table>caption,.front_office>caption,.FloatingVersionText,.FloatingVersionTextColoured,.VersionText,.bullet,.subBullet,.TextTable,.TBTopMenu,.HomeBodyText,.HomeBodyTextLink,.TBLeftMenu,.TextBlockHeader,.TextBlockHeaderLinkClass,.RecentLink,.FieldSetTitle,.Separator,.MenuOption,.SelectedMenuOption,.SmallLink,.RecentLinkItem,.VerticalMenuOption,.RecentsTitle,.WWAdvancedLabel,.WWOrderByLabel,.WWFilterLabel,.WWDateFilterLabel,.WWOrderItem,.WWLinkOrderItem,.WWOrderItemHover,.WWOrderItemSelected,.WWOrderItemSelectedHover,.WWLinkOrderItemSelected,.BtnTextBlock,.BtnTextBlockBack,.BtnTextBlockBackLink,.TextLikeLink,.WelcomeText,.WelcomeTextName,.WelcomeTextMarginLeft,.PagingText,.SelectedPagingText,.GlobalTitle,.BigGlobalTitle,.MainMenuTitle,.FilterLabel,.SubtitleLabel,.LogoutMenuOption,.SpecialText,.SpecialTextLabel,.RoundedImageText,.LinkRoundedImageText,.ActionText,.LinkText,.PopupTitle,.NotificationTitle,.Mesage,.TextBlockLink,.TextBlockDashboardNumber,.TextBlockDashboardInfo,.TextBlockDashboardDanger,.TextBlockDashboardSuccess,.TextBlockDashboardWarning,.TextBlockDashboardNumberCard,.TextBlockDashboardNumberAdmin,.TextBlockDashboardBaseColor,.TextBlockDashboardInfoLight,.ProgressBarCardsMenuDescription,.BreadCrumb,.AttributeFLLabel,.TextBlockDashboardDescription,.TextBlockDashboardDescriptionCard,.TextBlockDashboardDescriptionAdmin,.FooterText,.TextBlockTitleLogin,.GridNewRow,.GridNewRowWhite,.Grid>tfoot .gx_newrow,.GridDragging>tfoot .gx_newrow,.GridAcceptDrag>tfoot .gx_newrow,.GridNoAcceptDrag>tfoot .gx_newrow,.WorkWithBorder>tfoot .gx_newrow,.GridWithPaginationBar>tfoot .gx_newrow,.GridWithTotalizer>tfoot .gx_newrow,.WorkWith>tfoot .gx_newrow,.PromptGrid>tfoot .gx_newrow,.ViewGrid>tfoot .gx_newrow,.WorkWithSelection>tfoot .gx_newrow,.GridWithBorderColor>tfoot .gx_newrow,.GridNoBorder>tfoot .gx_newrow,.GridNoData>tfoot .gx_newrow,.Grid[data-gx-grid-nodata]>tfoot .gx_newrow,.GridDragging[data-gx-grid-nodata]>tfoot .gx_newrow,.GridAcceptDrag[data-gx-grid-nodata]>tfoot .gx_newrow,.GridNoAcceptDrag[data-gx-grid-nodata]>tfoot .gx_newrow,.WorkWithBorder[data-gx-grid-nodata]>tfoot .gx_newrow,.GridWithPaginationBar[data-gx-grid-nodata]>tfoot .gx_newrow,.GridWithTotalizer[data-gx-grid-nodata]>tfoot .gx_newrow,.WorkWith[data-gx-grid-nodata]>tfoot .gx_newrow,.PromptGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.ViewGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.WorkWithSelection[data-gx-grid-nodata]>tfoot .gx_newrow,.GridWithBorderColor[data-gx-grid-nodata]>tfoot .gx_newrow,.GridNoBorder[data-gx-grid-nodata]>tfoot .gx_newrow,.GridNoData[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.TrnSublevelGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.RecentLinksGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleHomeModulesBig[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleHomeModules[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleHomeModulesBigDark[data-gx-grid-nodata]>tfoot .gx_newrow,.FSGridAutoUnselectAll[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleGridMPSearch[data-gx-grid-nodata]>tfoot .gx_newrow,.CellPaddingRight100[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleSteps[data-gx-grid-nodata]>tfoot .gx_newrow,.VerticalTabGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleGridWithHeader[data-gx-grid-nodata]>tfoot .gx_newrow,.s1_t1_Grid1[data-gx-grid-nodata]>tfoot .gx_newrow,.dam_s5_g1[data-gx-grid-nodata]>tfoot .gx_newrow,.c_s3_g1[data-gx-grid-nodata]>tfoot .gx_newrow,.s_s4_g1[data-gx-grid-nodata]>tfoot .gx_newrow,.grid_servicio_plan[data-gx-grid-nodata]>tfoot .gx_newrow,.s_s5_g1[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleGridFooter>.gx_newrow,.TrnSublevelGridFooter>.gx_newrow,.RecentLinksGridFooter>.gx_newrow,.FreeStyleHomeModulesBigFooter>.gx_newrow,.FreeStyleHomeModulesFooter>.gx_newrow,.FreeStyleHomeModulesBigDarkFooter>.gx_newrow,.FSGridAutoUnselectAllFooter>.gx_newrow,.FreeStyleGridMPSearchFooter>.gx_newrow,.CellPaddingRight100Footer>.gx_newrow,.FreeStyleStepsFooter>.gx_newrow,.VerticalTabGridFooter>.gx_newrow,.ColumnsSelectorFreeStyleGridFooter>.gx_newrow,.FreeStyleGridWithHeaderFooter>.gx_newrow,.s1_t1_Grid1Footer>.gx_newrow,.dam_s5_g1Footer>.gx_newrow,.c_s3_g1Footer>.gx_newrow,.s_s4_g1Footer>.gx_newrow,.grid_servicio_planFooter>.gx_newrow,.s_s5_g1Footer>.gx_newrow,.GridLoadingText,.Grid+div.gx-grid-loading,.GridDragging+div.gx-grid-loading,.GridAcceptDrag+div.gx-grid-loading,.GridNoAcceptDrag+div.gx-grid-loading,.WorkWithBorder+div.gx-grid-loading,.GridWithPaginationBar+div.gx-grid-loading,.GridWithTotalizer+div.gx-grid-loading,.WorkWith+div.gx-grid-loading,.PromptGrid+div.gx-grid-loading,.ViewGrid+div.gx-grid-loading,.WorkWithSelection+div.gx-grid-loading,.GridWithBorderColor+div.gx-grid-loading,.GridNoBorder+div.gx-grid-loading,.GridNoData+div.gx-grid-loading,.Grid[data-gx-grid-nodata]+div.gx-grid-loading,.GridDragging[data-gx-grid-nodata]+div.gx-grid-loading,.GridAcceptDrag[data-gx-grid-nodata]+div.gx-grid-loading,.GridNoAcceptDrag[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWithBorder[data-gx-grid-nodata]+div.gx-grid-loading,.GridWithPaginationBar[data-gx-grid-nodata]+div.gx-grid-loading,.GridWithTotalizer[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWith[data-gx-grid-nodata]+div.gx-grid-loading,.PromptGrid[data-gx-grid-nodata]+div.gx-grid-loading,.ViewGrid[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWithSelection[data-gx-grid-nodata]+div.gx-grid-loading,.GridWithBorderColor[data-gx-grid-nodata]+div.gx-grid-loading,.GridNoBorder[data-gx-grid-nodata]+div.gx-grid-loading,.GridNoData[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading,.TrnSublevelGrid[data-gx-grid-nodata]+div.gx-grid-loading,.RecentLinksGrid[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleHomeModulesBig[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleHomeModules[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleHomeModulesBigDark[data-gx-grid-nodata]+div.gx-grid-loading,.FSGridAutoUnselectAll[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGridMPSearch[data-gx-grid-nodata]+div.gx-grid-loading,.CellPaddingRight100[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleSteps[data-gx-grid-nodata]+div.gx-grid-loading,.VerticalTabGrid[data-gx-grid-nodata]+div.gx-grid-loading,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGridWithHeader[data-gx-grid-nodata]+div.gx-grid-loading,.s1_t1_Grid1[data-gx-grid-nodata]+div.gx-grid-loading,.dam_s5_g1[data-gx-grid-nodata]+div.gx-grid-loading,.c_s3_g1[data-gx-grid-nodata]+div.gx-grid-loading,.s_s4_g1[data-gx-grid-nodata]+div.gx-grid-loading,.grid_servicio_plan[data-gx-grid-nodata]+div.gx-grid-loading,.s_s5_g1[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid+div.gx-grid-loading,.TrnSublevelGrid+div.gx-grid-loading,.RecentLinksGrid+div.gx-grid-loading,.FreeStyleHomeModulesBig+div.gx-grid-loading,.FreeStyleHomeModules+div.gx-grid-loading,.FreeStyleHomeModulesBigDark+div.gx-grid-loading,.FSGridAutoUnselectAll+div.gx-grid-loading,.FreeStyleGridMPSearch+div.gx-grid-loading,.CellPaddingRight100+div.gx-grid-loading,.FreeStyleSteps+div.gx-grid-loading,.VerticalTabGrid+div.gx-grid-loading,.ColumnsSelectorFreeStyleGrid+div.gx-grid-loading,.FreeStyleGridWithHeader+div.gx-grid-loading,.s1_t1_Grid1+div.gx-grid-loading,.dam_s5_g1+div.gx-grid-loading,.c_s3_g1+div.gx-grid-loading,.s_s4_g1+div.gx-grid-loading,.grid_servicio_plan+div.gx-grid-loading,.s_s5_g1+div.gx-grid-loading,.GridNoDataText,.Grid+.gx-text-gridnodata,.GridDragging+.gx-text-gridnodata,.GridAcceptDrag+.gx-text-gridnodata,.GridNoAcceptDrag+.gx-text-gridnodata,.WorkWithBorder+.gx-text-gridnodata,.GridWithPaginationBar+.gx-text-gridnodata,.GridWithTotalizer+.gx-text-gridnodata,.WorkWith+.gx-text-gridnodata,.PromptGrid+.gx-text-gridnodata,.ViewGrid+.gx-text-gridnodata,.WorkWithSelection+.gx-text-gridnodata,.GridWithBorderColor+.gx-text-gridnodata,.GridNoBorder+.gx-text-gridnodata,.GridNoData+.gx-text-gridnodata,.Grid[data-gx-grid-nodata]+.gx-text-gridnodata,.GridDragging[data-gx-grid-nodata]+.gx-text-gridnodata,.GridAcceptDrag[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNoAcceptDrag[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWithBorder[data-gx-grid-nodata]+.gx-text-gridnodata,.GridWithPaginationBar[data-gx-grid-nodata]+.gx-text-gridnodata,.GridWithTotalizer[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWith[data-gx-grid-nodata]+.gx-text-gridnodata,.PromptGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.ViewGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWithSelection[data-gx-grid-nodata]+.gx-text-gridnodata,.GridWithBorderColor[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNoBorder[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNoData[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.TrnSublevelGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.RecentLinksGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleHomeModulesBig[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleHomeModules[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleHomeModulesBigDark[data-gx-grid-nodata]+.gx-text-gridnodata,.FSGridAutoUnselectAll[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGridMPSearch[data-gx-grid-nodata]+.gx-text-gridnodata,.CellPaddingRight100[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleSteps[data-gx-grid-nodata]+.gx-text-gridnodata,.VerticalTabGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGridWithHeader[data-gx-grid-nodata]+.gx-text-gridnodata,.s1_t1_Grid1[data-gx-grid-nodata]+.gx-text-gridnodata,.dam_s5_g1[data-gx-grid-nodata]+.gx-text-gridnodata,.c_s3_g1[data-gx-grid-nodata]+.gx-text-gridnodata,.s_s4_g1[data-gx-grid-nodata]+.gx-text-gridnodata,.grid_servicio_plan[data-gx-grid-nodata]+.gx-text-gridnodata,.s_s5_g1[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid+.gx-text-gridnodata,.TrnSublevelGrid+.gx-text-gridnodata,.RecentLinksGrid+.gx-text-gridnodata,.FreeStyleHomeModulesBig+.gx-text-gridnodata,.FreeStyleHomeModules+.gx-text-gridnodata,.FreeStyleHomeModulesBigDark+.gx-text-gridnodata,.FSGridAutoUnselectAll+.gx-text-gridnodata,.FreeStyleGridMPSearch+.gx-text-gridnodata,.CellPaddingRight100+.gx-text-gridnodata,.FreeStyleSteps+.gx-text-gridnodata,.VerticalTabGrid+.gx-text-gridnodata,.ColumnsSelectorFreeStyleGrid+.gx-text-gridnodata,.FreeStyleGridWithHeader+.gx-text-gridnodata,.s1_t1_Grid1+.gx-text-gridnodata,.dam_s5_g1+.gx-text-gridnodata,.c_s3_g1+.gx-text-gridnodata,.s_s4_g1+.gx-text-gridnodata,.grid_servicio_plan+.gx-text-gridnodata,.s_s5_g1+.gx-text-gridnodata,.TextBlockFSWithHeaderTitle,.Label,.RequiredLabel,.gx-label.RatingLabel,.gx-label.AttributeLabel,.gx-label.Top0Label,.gx-label.ImagenGridLabel,.gx-label.boton_aux2Label,.gx-label.s3_t1_t1_txt1Label,.gx-label.input_form_checkboxCheckBoxLabel,.gx-label.input_formCheckBoxLabel,.gx-label.TextAttributeLabel,.gx-label.BlobContentTextAttributeLabel,.gx-label.ReadonlyBlobContentTextAttributeLabel,.gx-label.ReadonlyTextAttributeLabel,.gx-label.TextActionAttributeLabel,.gx-label.BlobContentTextActionAttributeLabel,.gx-label.ReadonlyBlobContentTextActionAttributeLabel,.gx-label.ReadonlyTextActionAttributeLabel,.gx-label.AttributeTestLabel,.gx-label.fa-angle-upLabel,.gx-label.header_email_infoMovLabel,.gx-label.Readonlyheader_email_infoMovLabel,.gx-label.BlobContentAttributeLabel,.gx-label.ReadonlyBlobContentAttributeLabel,.gx-label.BlobInputAttributeLabel,.gx-label.AttributeDraggingLabel,.gx-label.AttributeNoAcceptDragLabel,.gx-label.DownloadAttributeLabel,.gx-label.ReadonlyDownloadAttributeLabel,.gx-label.AttSubTitleLabel,.gx-label.BlobInputAttSubTitleLabel,.gx-label.BlobContentAttSubTitleLabel,.gx-label.ReadonlyBlobContentAttSubTitleLabel,.gx-label.ReadonlyAttSubTitleLabel,.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.FilterAttributeLabel,.gx-label.BlobContentFilterAttributeLabel,.gx-label.ReadonlyBlobContentFilterAttributeLabel,.gx-label.ReadonlyFilterAttributeLabel,.gx-label.BlobInputFilterAttributeLabel,.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.DescriptionAttributeLabel,.gx-label.BlobContentDescriptionAttributeLabel,.gx-label.ReadonlyBlobContentDescriptionAttributeLabel,.gx-label.ReadonlyDescriptionAttributeLabel,.gx-label.BlobInputDescriptionAttributeLabel,.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.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.AttributeCardsMenuTitleLabel,.gx-label.ReadonlyAttributeCardsMenuTitleLabel,.gx-label.BootstrapTooltipRightLabel,.gx-label.BootstrapTooltipLeftLabel,.gx-label.AttributeNoWrapLabel,.gx-label.AttributeSearchResultSubtitleLabel,.gx-label.ReadonlyAttributeSearchResultSubtitleLabel,.gx-label.AttributeSearchResultTitleLabel,.gx-label.ReadonlyAttributeSearchResultTitleLabel,.gx-label.faLabel,.gx-label.fa-angle-rightLabel,.gx-label.AttributeCheckBoxCheckBoxLabel,.gx-label.ImgConveniosLabel,.gx-label.AttributeTitleSplitScreenLabel,.gx-label.ReadonlyAttributeTitleSplitScreenLabel,.gx-label.AttributeSubtitleSplitScreenLabel,.gx-label.ReadonlyAttributeSubtitleSplitScreenLabel,.gx-label.AttributeAcceptDragLabel,.gx-label.AttributeWidthAutoLabel,.gx-label.AttributeStepLabel,.gx-label.ReadonlyAttributeStepLabel,.gx-label.AttributeStepSelectedLabel,.gx-label.ReadonlyAttributeStepSelectedLabel,.gx-label.AttributeStepBulletLabel,.gx-label.ReadonlyAttributeStepBulletLabel,.gx-label.AttributeStepBulletUnSelectedLabel,.gx-label.ReadonlyAttributeStepBulletUnSelectedLabel,.gx-label.AttributeStepBulletSelectedLabel,.gx-label.ReadonlyAttributeStepBulletSelectedLabel,.gx-label.AttributeDateTimeLabel,.gx-label.AttributeRealWidthDateTimeLabel,.gx-label.ReadonlyAttributeDateTimeLabel,.gx-label.CheckBoxLabel,.gx-label.BlobContentCheckBoxLabel,.gx-label.ReadonlyBlobContentCheckBoxLabel,.gx-label.BlobInputCheckBoxLabel,.gx-label.ReadonlyCheckBoxLabel,.gx-label.AttributeCheckBoxLabel,.gx-label.ImageAttributeLabel,.gx-label.ResponsiveImageAttributeLabel,.gx-label.BlobContentResponsiveImageAttributeLabel,.gx-label.ReadonlyBlobContentResponsiveImageAttributeLabel,.gx-label.ReadonlyResponsiveImageAttributeLabel,.gx-label.BlobInputResponsiveImageAttributeLabel,.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.ActionAttributeLabel,.gx-label.BlobContentActionAttributeLabel,.gx-label.ReadonlyBlobContentActionAttributeLabel,.gx-label.ReadonlyActionAttributeLabel,.gx-label.DeleteAttributeLabel,.gx-label.BlobContentDeleteAttributeLabel,.gx-label.ReadonlyBlobContentDeleteAttributeLabel,.gx-label.ReadonlyDeleteAttributeLabel,.gx-label.BlobInputDeleteAttributeLabel,.gx-label.DisplayAttributeLabel,.gx-label.BlobContentDisplayAttributeLabel,.gx-label.ReadonlyBlobContentDisplayAttributeLabel,.gx-label.ReadonlyDisplayAttributeLabel,.gx-label.BlobInputDisplayAttributeLabel,.gx-label.SelectionAttributeLabel,.gx-label.BlobContentSelectionAttributeLabel,.gx-label.ReadonlyBlobContentSelectionAttributeLabel,.gx-label.ReadonlySelectionAttributeLabel,.gx-label.BlobInputSelectionAttributeLabel,.gx-label.DisabledActionAttributeLabel,.gx-label.BlobContentDisabledActionAttributeLabel,.gx-label.ReadonlyBlobContentDisabledActionAttributeLabel,.gx-label.ReadonlyDisabledActionAttributeLabel,.gx-label.BlobInputDisabledActionAttributeLabel,.gx-label.BlobInputActionAttributeLabel,.gx-label.SelectAttributeLabel,.gx-label.BlobContentSelectAttributeLabel,.gx-label.ReadonlyBlobContentSelectAttributeLabel,.gx-label.BlobInputSelectAttributeLabel,.gx-label.ReadonlySelectAttributeLabel,.gx-label.BlackAttributeLabel,.gx-label.BlobContentBlackAttributeLabel,.gx-label.ReadonlyBlobContentBlackAttributeLabel,.gx-label.BlobInputBlackAttributeLabel,.gx-label.ReadonlyBlackAttributeLabel,.gx-label.ActionBaseColorAttributeLabel,.gx-label.BlobContentUpdateAttributeLabel,.gx-label.ReadonlyBlobContentUpdateAttributeLabel,.gx-label.ReadonlyUpdateAttributeLabel,.gx-label.BlobInputUpdateAttributeLabel,.gx-label.ReadonlyImageAttributeLabel,.gx-label.VideoAttributeLabel,.gx-label.ReadonlyVideoAttributeLabel,.gx-label.AudioAttributeLabel,.gx-label.ReadonlyAudioAttributeLabel,.gx-label.ErrorAttributeLabel,.gx-label.ErrorAttributeDateLabel,.gx-label.WarningAttributeLabel,.gx-label.ReadonlyAttributeLabel,.gx-label.ReadonlyMedioLabel,.gx-label.BlobContentReadonlyMedioLabel,.gx-label.ReadonlyBlobContentReadonlyMedioLabel,.gx-label.BlobInputReadonlyMedioLabel,.gx-label.ReadonlyReadonlyMedioLabel,.gx-label.ReadonlyAttributeRealWidthLabel,.gx-label.ReadonlyAttributeNoWrapLabel,.gx-label.ReadonlyAttributeRealWidthDateTimeLabel,.gx-label.GridTitleLabel,.gx-label.ReadonlyGridTitleLabel,.gx-label.AttributeTitleWWPLabel,.gx-label.BlobContentAttributeTitleWWPLabel,.gx-label.ReadonlyBlobContentAttributeTitleWWPLabel,.gx-label.BlobInputAttributeTitleWWPLabel,.gx-label.ReadonlyAttributeTitleWWPLabel,.gx-label.AttributeManageFiltersLabel,.gx-label.AttributeDateLabel,.gx-label.BlobContentAttributeDateLabel,.gx-label.ReadonlyBlobContentAttributeDateLabel,.gx-label.BlobInputAttributeDateLabel,.gx-label.ReadonlyAttributeDateLabel,.gx-label.AttributeRealWidthDateLabel,.gx-label.ReadonlyAttributeRealWidthDateLabel,.gx-label.AttributeInactiveLabel,.gx-label.BlobContentAttributeInactiveLabel,.gx-label.ReadonlyBlobContentAttributeInactiveLabel,.gx-label.BlobInputAttributeInactiveLabel,.gx-label.ReadonlyAttributeInactiveLabel,.gx-label.AttributeRealWidthLabel,.gx-label.BlobContentAttributeRealWidthLabel,.gx-label.ReadonlyBlobContentAttributeRealWidthLabel,.gx-label.BlobInputAttributeRealWidthLabel,.gx-label.AttributeTagLabel,.gx-label.AttributeTagSuccessLabel,.gx-label.AttributeTagWarningLabel,.gx-label.AttributeTagDangerLabel,.gx-label.AttributeTagInfoLightLabel,.gx-label.AttributeTagInfoLabel,.gx-label.ChatAttributeNameLabel,.gx-label.BlobContentChatAttributeNameLabel,.gx-label.ReadonlyBlobContentChatAttributeNameLabel,.gx-label.BlobInputChatAttributeNameLabel,.gx-label.ReadonlyChatAttributeNameLabel,.gx-label.ChatAttributeImageLabel,.gx-label.BlobContentChatAttributeImageLabel,.gx-label.ReadonlyBlobContentChatAttributeImageLabel,.gx-label.BlobInputChatAttributeImageLabel,.gx-label.ReadonlyChatAttributeImageLabel,.gx-label.ChatAttributeMessageLabel,.gx-label.BlobContentChatAttributeMessageLabel,.gx-label.ReadonlyBlobContentChatAttributeMessageLabel,.gx-label.BlobInputChatAttributeMessageLabel,.gx-label.ReadonlyChatAttributeMessageLabel,.gx-label.DashboardNumberLabel,.gx-label.ReadonlyDashboardNumberLabel,.gx-label.DashboardInfoLabel,.gx-label.ReadonlyDashboardInfoLabel,.gx-label.DashboardDangerLabel,.gx-label.ReadonlyDashboardDangerLabel,.gx-label.DashboardSuccessLabel,.gx-label.ReadonlyDashboardSuccessLabel,.gx-label.DashboardWarningLabel,.gx-label.ReadonlyDashboardWarningLabel,.gx-label.DashboardNumberCardLabel,.gx-label.ReadonlyDashboardNumberCardLabel,.gx-label.DashboardNumberCardNoBorderLabel,.gx-label.ReadonlyDashboardNumberCardNoBorderLabel,.gx-label.DashboardNumberAdminLabel,.gx-label.ReadonlyDashboardNumberAdminLabel,.gx-label.DashboardBaseColorLabel,.gx-label.ReadonlyDashboardBaseColorLabel,.gx-label.DashboardInfoLightLabel,.gx-label.ReadonlyDashboardInfoLightLabel,.gx-label.DashboardPercentageSuccessLabel,.gx-label.ReadonlyDashboardPercentageSuccessLabel,.gx-label.DashboardPercentageDangerLabel,.gx-label.ReadonlyDashboardPercentageDangerLabel,.gx-label.AttributeLandingPurusMainNumbersLabel,.gx-label.ReadonlyAttributeLandingPurusMainNumbersLabel,.gx-label.AttributeLandingPurusTestimonialDescriptionLabel,.gx-label.ReadonlyAttributeLandingPurusTestimonialDescriptionLabel,.gx-label.AttributeLandingPurusTestimonialTitleLabel,.gx-label.ReadonlyAttributeLandingPurusTestimonialTitleLabel,.gx-label.AttributeLandingPurusTestimonialSubtitleLabel,.gx-label.ReadonlyAttributeLandingPurusTestimonialSubtitleLabel,.gx-label.AttributeLandingPurusContactLabel,.gx-label.ReadonlyAttributeLandingPurusContactLabel,.gx-label.AttributeLandingPurusCustomersImageLabel,.gx-label.ReadonlyAttributeLandingPurusCustomersImageLabel,.gx-label.AttributeSearchResultImageLabel,.gx-label.AttributeBannerLabel,.gx-label.HideHTMLLabel,.gx-label.BlobContentHideHTMLLabel,.gx-label.ReadonlyBlobContentHideHTMLLabel,.gx-label.BlobInputHideHTMLLabel,.gx-label.ReadonlyHideHTMLLabel,.gx-label.BPanelLinkLabel,.gx-label.BlobContentBPanelLinkLabel,.gx-label.ReadonlyBlobContentBPanelLinkLabel,.gx-label.BlobInputBPanelLinkLabel,.gx-label.ReadonlyBPanelLinkLabel,.gx-label.DiaClassLabel,.gx-label.BlobContentDiaClassLabel,.gx-label.ReadonlyBlobContentDiaClassLabel,.gx-label.BlobInputDiaClassLabel,.gx-label.ReadonlyDiaClassLabel,.gx-label.EventosAtributoLabel,.gx-label.BlobContentEventosAtributoLabel,.gx-label.ReadonlyBlobContentEventosAtributoLabel,.gx-label.BlobInputEventosAtributoLabel,.gx-label.ReadonlyEventosAtributoLabel,.gx-label.EstructuratxtLabel,.gx-label.BlobContentEstructuratxtLabel,.gx-label.ReadonlyBlobContentEstructuratxtLabel,.gx-label.BlobInputEstructuratxtLabel,.gx-label.ReadonlyEstructuratxtLabel,.gx-label.EstructuraBtnLabel,.gx-label.EstructuraBtnLinkLabel,.gx-label.BlobContentEstructuraBtnLabel,.gx-label.ReadonlyBlobContentEstructuraBtnLabel,.gx-label.BlobInputEstructuraBtnLabel,.gx-label.ReadonlyEstructuraBtnLabel,.gx-label.EstructuraImgLabel,.gx-label.BlobContentEstructuraImgLabel,.gx-label.ReadonlyBlobContentEstructuraImgLabel,.gx-label.BlobInputEstructuraImgLabel,.gx-label.ReadonlyEstructuraImgLabel,.gx-label.EstructuraNameLabel,.gx-label.BlobContentEstructuraNameLabel,.gx-label.ReadonlyBlobContentEstructuraNameLabel,.gx-label.BlobInputEstructuraNameLabel,.gx-label.ReadonlyEstructuraNameLabel,.gx-label.EstructuraPuestoLabel,.gx-label.BlobContentEstructuraPuestoLabel,.gx-label.ReadonlyBlobContentEstructuraPuestoLabel,.gx-label.BlobInputEstructuraPuestoLabel,.gx-label.ReadonlyEstructuraPuestoLabel,.gx-label.EstructuraBtn1Label,.gx-label.EstructuraBtnLink1Label,.gx-label.BlobContentEstructuraBtn1Label,.gx-label.ReadonlyBlobContentEstructuraBtn1Label,.gx-label.BlobInputEstructuraBtn1Label,.gx-label.ReadonlyEstructuraBtn1Label,.gx-label.MarcoLegalTxtLabel,.gx-label.BlobContentMarcoLegalTxtLabel,.gx-label.ReadonlyBlobContentMarcoLegalTxtLabel,.gx-label.BlobInputMarcoLegalTxtLabel,.gx-label.ReadonlyMarcoLegalTxtLabel,.gx-label.ConveniosTitleLabel,.gx-label.BlobContentConveniosTitleLabel,.gx-label.ReadonlyBlobContentConveniosTitleLabel,.gx-label.BlobInputConveniosTitleLabel,.gx-label.ReadonlyConveniosTitleLabel,.gx-label.ActividadesTitleLabel,.gx-label.BlobContentActividadesTitleLabel,.gx-label.ReadonlyBlobContentActividadesTitleLabel,.gx-label.BlobInputActividadesTitleLabel,.gx-label.ReadonlyActividadesTitleLabel,.gx-label.ActividadesCuerpoLabel,.gx-label.BlobContentActividadesCuerpoLabel,.gx-label.ReadonlyBlobContentActividadesCuerpoLabel,.gx-label.BlobInputActividadesCuerpoLabel,.gx-label.ReadonlyActividadesCuerpoLabel,.gx-label.GaleriaMediaLabel,.gx-label.BlobContentGaleriaMediaLabel,.gx-label.ReadonlyBlobContentGaleriaMediaLabel,.gx-label.BlobInputGaleriaMediaLabel,.gx-label.ReadonlyGaleriaMediaLabel,.gx-label.GaleriaTituloLabel,.gx-label.BlobContentGaleriaTitleLabel,.gx-label.ReadonlyBlobContentGaleriaTitleLabel,.gx-label.BlobInputGaleriaTitleLabel,.gx-label.ReadonlyGaleriaTitleLabel,.gx-label.GaleriaTitLabel,.gx-label.BlobContentGaleriaTitle1Label,.gx-label.ReadonlyBlobContentGaleriaTitle1Label,.gx-label.BlobInputGaleriaTitle1Label,.gx-label.ReadonlyGaleriaTitle1Label,.gx-label.GaleriaNameLabel,.gx-label.BlobContentGaleriaNameLabel,.gx-label.ReadonlyBlobContentGaleriaNameLabel,.gx-label.BlobInputGaleriaNameLabel,.gx-label.ReadonlyGaleriaNameLabel,.gx-label.ContactoTitleLabel,.gx-label.BlobContentContactoTitleLabel,.gx-label.ReadonlyBlobContentContactoTitleLabel,.gx-label.BlobInputContactoTitleLabel,.gx-label.ReadonlyContactoTitleLabel,.gx-label.ContactoCuerpoLabel,.gx-label.BlobContentContactoCuerpoLabel,.gx-label.ReadonlyBlobContentContactoCuerpoLabel,.gx-label.BlobInputContactoCuerpoLabel,.gx-label.ReadonlyContactoCuerpoLabel,.gx-label.RegularTextAttLabel,.gx-label.BlobContentRegularTextAttLabel,.gx-label.ReadonlyBlobContentRegularTextAttLabel,.gx-label.BlobInputRegularTextAttLabel,.gx-label.ReadonlyRegularTextAttLabel,.gx-label.RegularTextAttConvLabel,.gx-label.BlobContentRegularTextAttConvLabel,.gx-label.ReadonlyBlobContentRegularTextAttConvLabel,.gx-label.BlobInputRegularTextAttConvLabel,.gx-label.ReadonlyRegularTextAttConvLabel,.gx-label.AttributeBannerGaleriaLabel,.gx-label.HTMLCodeViewLabel,.gx-label.BlobContentHTMLCodeViewLabel,.gx-label.ReadonlyBlobContentHTMLCodeViewLabel,.gx-label.BlobInputHTMLCodeViewLabel,.gx-label.ReadonlyHTMLCodeViewLabel,.gx-label.header_img_demoLabel,.gx-label.BlobContentheader_img_demoLabel,.gx-label.ReadonlyBlobContentheader_img_demoLabel,.gx-label.BlobInputheader_img_demoLabel,.gx-label.Readonlyheader_img_demoLabel,.gx-label.Readonlyheader_img_demoMovLabel,.gx-label.header_fac_infoLabel,.gx-label.BlobContentheader_fac_infoLabel,.gx-label.ReadonlyBlobContentheader_fac_infoLabel,.gx-label.BlobInputheader_fac_infoLabel,.gx-label.Readonlyheader_fac_infoLabel,.gx-label.header_fac_infoMovLabel,.gx-label.Readonlyheader_fac_infoMovLabel,.gx-label.header_email_infoLabel,.gx-label.BlobContentheader_email_infoLabel,.gx-label.ReadonlyBlobContentheader_email_infoLabel,.gx-label.BlobInputheader_email_infoLabel,.gx-label.Readonlyheader_email_infoLabel,.gx-label.header_email_iconLabel,.gx-label.BlobContentheader_email_iconLabel,.gx-label.ReadonlyBlobContentheader_email_iconLabel,.gx-label.BlobInputheader_email_iconLabel,.gx-label.Readonlyheader_email_iconLabel,.gx-label.header_email_iconMovLabel,.gx-label.Readonlyheader_email_iconMovLabel,.gx-label.header_phone_infoLabel,.gx-label.BlobContentheader_phone_infoLabel,.gx-label.ReadonlyBlobContentheader_phone_infoLabel,.gx-label.BlobInputheader_phone_infoLabel,.gx-label.Readonlyheader_phone_infoLabel,.gx-label.header_phone_iconLabel,.gx-label.BlobContentheader_phone_iconLabel,.gx-label.ReadonlyBlobContentheader_phone_iconLabel,.gx-label.BlobInputheader_phone_iconLabel,.gx-label.Readonlyheader_phone_iconLabel,.gx-label.header_phone_iconMovLabel,.gx-label.Readonlyheader_phone_iconMovLabel,.gx-label.Readonlyheader_phone_infoMovLabel,.gx-label.footer_subtitleLabel,.gx-label.BlobContentfooter_subtitleLabel,.gx-label.ReadonlyBlobContentfooter_subtitleLabel,.gx-label.BlobInputfooter_subtitleLabel,.gx-label.Readonlyfooter_subtitleLabel,.gx-label.footer_col1_txtLabel,.gx-label.BlobContentfooter_col1_txtLabel,.gx-label.ReadonlyBlobContentfooter_col1_txtLabel,.gx-label.BlobInputfooter_col1_txtLabel,.gx-label.Readonlyfooter_col1_txtLabel,.gx-label.footer_col_linkLabel,.gx-label.BlobContentfooter_col_linkLabel,.gx-label.ReadonlyBlobContentfooter_col_linkLabel,.gx-label.BlobInputfooter_col_linkLabel,.gx-label.Readonlyfooter_col_linkLabel,.gx-label.footer_final_txtLabel,.gx-label.BlobContentfooter_final_txtLabel,.gx-label.ReadonlyBlobContentfooter_final_txtLabel,.gx-label.BlobInputfooter_final_txtLabel,.gx-label.Readonlyfooter_final_txtLabel,.gx-label.footer_titleLabel,.gx-label.BlobContentfooter_titleLabel,.gx-label.ReadonlyBlobContentfooter_titleLabel,.gx-label.BlobInputfooter_titleLabel,.gx-label.Readonlyfooter_titleLabel,.gx-label.footer_divisorLabel,.gx-label.BlobContentfooter_divisorLabel,.gx-label.ReadonlyBlobContentfooter_divisorLabel,.gx-label.BlobInputfooter_divisorLabel,.gx-label.Readonlyfooter_divisorLabel,.gx-label.footer_input_txtLabel,.gx-label.BlobContentfooter_input_txtLabel,.gx-label.ReadonlyBlobContentfooter_input_txtLabel,.gx-label.BlobInputfooter_input_txtLabel,.gx-label.Readonlyfooter_input_txtLabel,.gx-label.footer_input_buttonLabel,.gx-label.BlobContentfooter_input_buttonLabel,.gx-label.ReadonlyBlobContentfooter_input_buttonLabel,.gx-label.BlobInputfooter_input_buttonLabel,.gx-label.Readonlyfooter_input_buttonLabel,.gx-label.HTML_aditionalLabel,.gx-label.BlobContentHTML_aditionalLabel,.gx-label.ReadonlyBlobContentHTML_aditionalLabel,.gx-label.BlobInputHTML_aditionalLabel,.gx-label.ReadonlyHTML_aditionalLabel,.gx-label.header_menu_txtLabel,.gx-label.BlobContentheader_menu_txtLabel,.gx-label.ReadonlyBlobContentheader_menu_txtLabel,.gx-label.BlobInputheader_menu_txtLabel,.gx-label.Readonlyheader_menu_txtLabel,.gx-label.header_menu_linkLabel,.gx-label.BlobContentheader_menu_linkLabel,.gx-label.ReadonlyBlobContentheader_menu_linkLabel,.gx-label.BlobInputheader_menu_linkLabel,.gx-label.Readonlyheader_menu_linkLabel,.gx-label.Readonlyheader_menu_linkMovLabel,.gx-label.Readonlyheader_menu_txtMovLabel,.gx-label.header_menumovil_txtLabel,.gx-label.BlobContentheader_menumovil_txtLabel,.gx-label.ReadonlyBlobContentheader_menumovil_txtLabel,.gx-label.BlobInputheader_menumovil_txtLabel,.gx-label.Readonlyheader_menumovil_txtLabel,.gx-label.Readonlyheader_menumovil_txtMovLabel,.gx-label.s1_t1_titleLabel,.gx-label.BlobContents1_t1_titleLabel,.gx-label.ReadonlyBlobContents1_t1_titleLabel,.gx-label.BlobInputs1_t1_titleLabel,.gx-label.Readonlys1_t1_titleLabel,.gx-label.s1_t1_txtLabel,.gx-label.BlobContents1_t1_txtLabel,.gx-label.ReadonlyBlobContents1_t1_txtLabel,.gx-label.BlobInputs1_t1_txtLabel,.gx-label.Readonlys1_t1_txtLabel,.gx-label.s1_t1_LinkLabel,.gx-label.BlobContents1_t1_LinkLabel,.gx-label.ReadonlyBlobContents1_t1_LinkLabel,.gx-label.BlobInputs1_t1_LinkLabel,.gx-label.Readonlys1_t1_LinkLabel,.gx-label.s2_t1_Img1Label,.gx-label.BlobContents2_t1_Img1Label,.gx-label.ReadonlyBlobContents2_t1_Img1Label,.gx-label.BlobInputs2_t1_Img1Label,.gx-label.Readonlys2_t1_Img1Label,.gx-label.s2_t1_t1_img1Label,.gx-label.BlobContents2_t1_t1_img1Label,.gx-label.ReadonlyBlobContents2_t1_t1_img1Label,.gx-label.BlobInputs2_t1_t1_img1Label,.gx-label.Readonlys2_t1_t1_img1Label,.gx-label.s2_t1_t1_img2Label,.gx-label.BlobContents2_t1_t1_img2Label,.gx-label.ReadonlyBlobContents2_t1_t1_img2Label,.gx-label.BlobInputs2_t1_t1_img2Label,.gx-label.Readonlys2_t1_t1_img2Label,.gx-label.s2_t1_t1_txt1Label,.gx-label.BlobContents2_t1_t1_txt1Label,.gx-label.ReadonlyBlobContents2_t1_t1_txt1Label,.gx-label.BlobInputs2_t1_t1_txt1Label,.gx-label.Readonlys2_t1_t1_txt1Label,.gx-label.s3_g1_img1Label,.gx-label.s3_g1_t1_txt1Label,.gx-label.BlobContents3_g1_t1_txt1Label,.gx-label.ReadonlyBlobContents3_g1_t1_txt1Label,.gx-label.BlobInputs3_g1_t1_txt1Label,.gx-label.Readonlys3_g1_t1_txt1Label,.gx-label.s4_t1_t1_txt1Label,.gx-label.BlobContents4_t1_t1_txt1Label,.gx-label.ReadonlyBlobContents4_t1_t1_txt1Label,.gx-label.BlobInputs4_t1_t1_txt1Label,.gx-label.Readonlys4_t1_t1_txt1Label,.gx-label.s4_t1_t1_img1Label,.gx-label.BlobContents4_t1_t1_img1Label,.gx-label.ReadonlyBlobContents4_t1_t1_img1Label,.gx-label.BlobInputs4_t1_t1_img1Label,.gx-label.Readonlys4_t1_t1_img1Label,.gx-label.s4_t1_txt1Label,.gx-label.BlobContents4_t1_txt1Label,.gx-label.ReadonlyBlobContents4_t1_txt1Label,.gx-label.BlobInputs4_t1_txt1Label,.gx-label.Readonlys4_t1_txt1Label,.gx-label.s4_t1_txt2Label,.gx-label.BlobContents4_t1_txt2Label,.gx-label.ReadonlyBlobContents4_t1_txt2Label,.gx-label.BlobInputs4_t1_txt2Label,.gx-label.Readonlys4_t1_txt2Label,.gx-label.s5_t1_txt1Label,.gx-label.BlobContents5_t1_txt1Label,.gx-label.ReadonlyBlobContents5_t1_txt1Label,.gx-label.BlobInputs5_t1_txt1Label,.gx-label.Readonlys5_t1_txt1Label,.gx-label.s5_t1_txt2Label,.gx-label.BlobContents5_t1_txt2Label,.gx-label.ReadonlyBlobContents5_t1_txt2Label,.gx-label.BlobInputs5_t1_txt2Label,.gx-label.Readonlys5_t1_txt2Label,.gx-label.s5_t1_txt3Label,.gx-label.BlobContents5_t1_txt3Label,.gx-label.ReadonlyBlobContents5_t1_txt3Label,.gx-label.BlobInputs5_t1_txt3Label,.gx-label.Readonlys5_t1_txt3Label,.gx-label.s6_t1_img1Label,.gx-label.BlobContents6_t1_img1Label,.gx-label.ReadonlyBlobContents6_t1_img1Label,.gx-label.BlobInputs6_t1_img1Label,.gx-label.Readonlys6_t1_img1Label,.gx-label.s6_t1_txt1Label,.gx-label.BlobContents6_t1_txt1Label,.gx-label.ReadonlyBlobContents6_t1_txt1Label,.gx-label.BlobInputs6_t1_txt1Label,.gx-label.Readonlys6_t1_txt1Label,.gx-label.s6_g1_img1Label,.gx-label.BlobContents6_g1_img1Label,.gx-label.ReadonlyBlobContents6_g1_img1Label,.gx-label.BlobInputs6_g1_img1Label,.gx-label.Readonlys6_g1_img1Label,.gx-label.input_formLabel,.gx-label.BlobContentinput_formLabel,.gx-label.ReadonlyBlobContentinput_formLabel,.gx-label.BlobInputinput_formLabel,.gx-label.Readonlyinput_formLabel,.gx-label.input_form_buttonLabel,.gx-label.BlobContentinput_form_buttonLabel,.gx-label.ReadonlyBlobContentinput_form_buttonLabel,.gx-label.BlobInputinput_form_buttonLabel,.gx-label.Readonlyinput_form_buttonLabel,.gx-label.input_form_checkboxLabel,.gx-label.BlobContentinput_form_checkboxLabel,.gx-label.ReadonlyBlobContentinput_form_checkboxLabel,.gx-label.BlobInputinput_form_checkboxLabel,.gx-label.Readonlyinput_form_checkboxLabel,.gx-label.footer_subtitle_leftLabel,.gx-label.BlobContentfooter_subtitle_leftLabel,.gx-label.ReadonlyBlobContentfooter_subtitle_leftLabel,.gx-label.BlobInputfooter_subtitle_leftLabel,.gx-label.Readonlyfooter_subtitle_leftLabel,.gx-label.footer_col_link_leftLabel,.gx-label.BlobContentfooter_col_link_leftLabel,.gx-label.ReadonlyBlobContentfooter_col_link_leftLabel,.gx-label.BlobInputfooter_col_link_leftLabel,.gx-label.Readonlyfooter_col_link_leftLabel,.gx-label.s1_Img1Label,.gx-label.BlobContents1_Img1Label,.gx-label.ReadonlyBlobContents1_Img1Label,.gx-label.BlobInputs1_Img1Label,.gx-label.Readonlys1_Img1Label,.gx-label.s2_txt1Label,.gx-label.BlobContents2_txt1Label,.gx-label.ReadonlyBlobContents2_txt1Label,.gx-label.BlobInputs2_txt1Label,.gx-label.Readonlys2_txt1Label,.gx-label.n_s3_t1_t1_txt1Label,.gx-label.BlobContentn_s3_t1_t1_txt1Label,.gx-label.ReadonlyBlobContentn_s3_t1_t1_txt1Label,.gx-label.BlobInputn_s3_t1_t1_txt1Label,.gx-label.Readonlyn_s3_t1_t1_txt1Label,.gx-label.n_s3_t1_t1_Img1Label,.gx-label.BlobContentn_s3_t1_t1_Img1Label,.gx-label.ReadonlyBlobContentn_s3_t1_t1_Img1Label,.gx-label.BlobInputn_s3_t1_t1_Img1Label,.gx-label.Readonlyn_s3_t1_t1_Img1Label,.gx-label.n_s3_t1_t1_txt2Label,.gx-label.BlobContentn_s3_t1_t1_txt2Label,.gx-label.ReadonlyBlobContentn_s3_t1_t1_txt2Label,.gx-label.BlobInputn_s3_t1_t1_txt2Label,.gx-label.Readonlyn_s3_t1_t1_txt2Label,.gx-label.n_s3_t1_Img1Label,.gx-label.BlobContentn_s3_t1_Img1Label,.gx-label.ReadonlyBlobContentn_s3_t1_Img1Label,.gx-label.BlobInputn_s3_t1_Img1Label,.gx-label.Readonlyn_s3_t1_Img1Label,.gx-label.n_box_title_whiteLabel,.gx-label.BlobContentn_box_title_whiteLabel,.gx-label.ReadonlyBlobContentn_box_title_whiteLabel,.gx-label.BlobInputn_box_title_whiteLabel,.gx-label.Readonlyn_box_title_whiteLabel,.gx-label.n_box_imageLabel,.gx-label.BlobContentn_box_imageLabel,.gx-label.ReadonlyBlobContentn_box_imageLabel,.gx-label.BlobInputn_box_imageLabel,.gx-label.Readonlyn_box_imageLabel,.gx-label.n_box_divisorLabel,.gx-label.BlobContentn_box_divisorLabel,.gx-label.ReadonlyBlobContentn_box_divisorLabel,.gx-label.BlobInputn_box_divisorLabel,.gx-label.Readonlyn_box_divisorLabel,.gx-label.n_box_textLabel,.gx-label.BlobContentn_box_textLabel,.gx-label.ReadonlyBlobContentn_box_textLabel,.gx-label.BlobInputn_box_textLabel,.gx-label.Readonlyn_box_textLabel,.gx-label.n_s8_txt1Label,.gx-label.BlobContentn_s8_txt1Label,.gx-label.ReadonlyBlobContentn_s8_txt1Label,.gx-label.BlobInputn_s8_txt1Label,.gx-label.Readonlyn_s8_txt1Label,.gx-label.n_s8_g1_Img1Label,.gx-label.BlobContentn_s8_g1_Img1Label,.gx-label.ReadonlyBlobContentn_s8_g1_Img1Label,.gx-label.BlobInputn_s8_g1_Img1Label,.gx-label.Readonlyn_s8_g1_Img1Label,.gx-label.dam_s6_txt1Label,.gx-label.BlobContentdam_s6_txt1Label,.gx-label.ReadonlyBlobContentdam_s6_txt1Label,.gx-label.BlobInputdam_s6_txt1Label,.gx-label.Readonlydam_s6_txt1Label,.gx-label.dam_s6_g1_Img1Label,.gx-label.BlobContentdam_s6_g1_Img1Label,.gx-label.ReadonlyBlobContentdam_s6_g1_Img1Label,.gx-label.BlobInputdam_s6_g1_Img1Label,.gx-label.Readonlydam_s6_g1_Img1Label,.gx-label.dam_s3_t1_Img1Label,.gx-label.BlobContentdam_s3_t1_Img1Label,.gx-label.ReadonlyBlobContentdam_s3_t1_Img1Label,.gx-label.BlobInputdam_s3_t1_Img1Label,.gx-label.Readonlydam_s3_t1_Img1Label,.gx-label.dam_s3_t1_txt1Label,.gx-label.BlobContentdam_s3_t1_txt1Label,.gx-label.ReadonlyBlobContentdam_s3_t1_txt1Label,.gx-label.BlobInputdam_s3_t1_txt1Label,.gx-label.Readonlydam_s3_t1_txt1Label,.gx-label.dam_s4_t1_txt1Label,.gx-label.BlobContentdam_s4_t1_txt1Label,.gx-label.ReadonlyBlobContentdam_s4_t1_txt1Label,.gx-label.BlobInputdam_s4_t1_txt1Label,.gx-label.Readonlydam_s4_t1_txt1Label,.gx-label.dam_s4_t1_txt2Label,.gx-label.BlobContentdam_s4_t1_txt2Label,.gx-label.ReadonlyBlobContentdam_s4_t1_txt2Label,.gx-label.BlobInputdam_s4_t1_txt2Label,.gx-label.Readonlydam_s4_t1_txt2Label,.gx-label.dam_s5_t1_Img1Label,.gx-label.BlobContentdam_s5_t1_Img1Label,.gx-label.ReadonlyBlobContentdam_s5_t1_Img1Label,.gx-label.BlobInputdam_s5_t1_Img1Label,.gx-label.Readonlydam_s5_t1_Img1Label,.gx-label.dam_s5_t1_txt1Label,.gx-label.BlobContentdam_s5_t1_txt1Label,.gx-label.ReadonlyBlobContentdam_s5_t1_txt1Label,.gx-label.BlobInputdam_s5_t1_txt1Label,.gx-label.Readonlydam_s5_t1_txt1Label,.gx-label.dam_s5_g1_t1_Img1Label,.gx-label.BlobContentdam_s5_g1_t1_Img1Label,.gx-label.ReadonlyBlobContentdam_s5_g1_t1_Img1Label,.gx-label.BlobInputdam_s5_g1_t1_Img1Label,.gx-label.Readonlydam_s5_g1_t1_Img1Label,.gx-label.dam_s5_g1_t1_txt1Label,.gx-label.BlobContentdam_s5_g1_t1_txt1Label,.gx-label.ReadonlyBlobContentdam_s5_g1_t1_txt1Label,.gx-label.BlobInputdam_s5_g1_t1_txt1Label,.gx-label.Readonlydam_s5_g1_t1_txt1Label,.gx-label.dam_s5_g1_t1_txt2Label,.gx-label.BlobContentdam_s5_g1_t1_txt2Label,.gx-label.ReadonlyBlobContentdam_s5_g1_t1_txt2Label,.gx-label.BlobInputdam_s5_g1_t1_txt2Label,.gx-label.Readonlydam_s5_g1_t1_txt2Label,.gx-label.c_s3_g1_Img1Label,.gx-label.BlobContentc_s3_g1_Img1Label,.gx-label.ReadonlyBlobContentc_s3_g1_Img1Label,.gx-label.BlobInputc_s3_g1_Img1Label,.gx-label.Readonlyc_s3_g1_Img1Label,.gx-label.c_s3_g1_txt1Label,.gx-label.BlobContentc_s3_g1_txt1Label,.gx-label.ReadonlyBlobContentc_s3_g1_txt1Label,.gx-label.BlobInputc_s3_g1_txt1Label,.gx-label.Readonlyc_s3_g1_txt1Label,.gx-label.c_s3_t1_txt1Label,.gx-label.BlobContentc_s3_t1_txt1Label,.gx-label.ReadonlyBlobContentc_s3_t1_txt1Label,.gx-label.BlobInputc_s3_t1_txt1Label,.gx-label.Readonlyc_s3_t1_txt1Label,.gx-label.c_s4_htmlLabel,.gx-label.BlobContentc_s4_htmlLabel,.gx-label.ReadonlyBlobContentc_s4_htmlLabel,.gx-label.BlobInputc_s4_htmlLabel,.gx-label.Readonlyc_s4_htmlLabel,.gx-label.c_s4_Img1Label,.gx-label.BlobContentc_s4_Img1Label,.gx-label.ReadonlyBlobContentc_s4_Img1Label,.gx-label.BlobInputc_s4_Img1Label,.gx-label.Readonlyc_s4_Img1Label,.gx-label.s_s4_g1_txt1Label,.gx-label.BlobContents_s4_g1_txt1Label,.gx-label.ReadonlyBlobContents_s4_g1_txt1Label,.gx-label.BlobInputs_s4_g1_txt1Label,.gx-label.Readonlys_s4_g1_txt1Label,.gx-label.s_s5_t1_txt1Label,.gx-label.BlobContents_s5_t1_txt1Label,.gx-label.ReadonlyBlobContents_s5_t1_txt1Label,.gx-label.BlobInputs_s5_t1_txt1Label,.gx-label.Readonlys_s5_t1_txt1Label,.gx-label.s_s5_t1_Img1Label,.gx-label.BlobContents_s5_t1_Img1Label,.gx-label.ReadonlyBlobContents_s5_t1_Img1Label,.gx-label.BlobInputs_s5_t1_Img1Label,.gx-label.Readonlys_s5_t1_Img1Label,.gx-label.s_s5_g1_txt1Label,.gx-label.BlobContents_s5_g1_txt1Label,.gx-label.ReadonlyBlobContents_s5_g1_txt1Label,.gx-label.BlobInputs_s5_g1_txt1Label,.gx-label.Readonlys_s5_g1_txt1Label,.gx-label.s_s5_g1_txt2Label,.gx-label.BlobContents_s5_g1_txt2Label,.gx-label.ReadonlyBlobContents_s5_g1_txt2Label,.gx-label.BlobInputs_s5_g1_txt2Label,.gx-label.Readonlys_s5_g1_txt2Label,.gx-label.s_s6_txt1Label,.gx-label.BlobContents_s6_txt1Label,.gx-label.ReadonlyBlobContents_s6_txt1Label,.gx-label.BlobInputs_s6_txt1Label,.gx-label.Readonlys_s6_txt1Label,.gx-label.s_s6_g1_txt1Label,.gx-label.BlobContents_s6_g1_txt1Label,.gx-label.ReadonlyBlobContents_s6_g1_txt1Label,.gx-label.BlobInputs_s6_g1_txt1Label,.gx-label.Readonlys_s6_g1_txt1Label,.gx-label.s_s6_g1_txt2Label,.gx-label.BlobContents_s6_g1_txt2Label,.gx-label.ReadonlyBlobContents_s6_g1_txt2Label,.gx-label.BlobInputs_s6_g1_txt2Label,.gx-label.Readonlys_s6_g1_txt2Label,.gx-label.s_s7_txt_titleLabel,.gx-label.BlobContents_s7_txt_titleLabel,.gx-label.ReadonlyBlobContents_s7_txt_titleLabel,.gx-label.BlobInputs_s7_txt_titleLabel,.gx-label.Readonlys_s7_txt_titleLabel,.gx-label.s_s7_grid_ImgLabel,.gx-label.BlobContents_s7_grid_ImgLabel,.gx-label.ReadonlyBlobContents_s7_grid_ImgLabel,.gx-label.BlobInputs_s7_grid_ImgLabel,.gx-label.Readonlys_s7_grid_ImgLabel,.gx-label.s_s7_ImgLabel,.gx-label.BlobContents_s7_ImgLabel,.gx-label.ReadonlyBlobContents_s7_ImgLabel,.gx-label.BlobInputs_s7_ImgLabel,.gx-label.Readonlys_s7_ImgLabel,.gx-label.s_s7_grid_txtLabel,.gx-label.BlobContents_s7_grid_txtLabel,.gx-label.ReadonlyBlobContents_s7_grid_txtLabel,.gx-label.BlobInputs_s7_grid_txtLabel,.gx-label.Readonlys_s7_grid_txtLabel,.gx-label.s_s8_t1_txt1Label,.gx-label.BlobContents_s8_t1_txt1Label,.gx-label.ReadonlyBlobContents_s8_t1_txt1Label,.gx-label.BlobInputs_s8_t1_txt1Label,.gx-label.Readonlys_s8_t1_txt1Label,.gx-label.s_s8_t1_txt2Label,.gx-label.BlobContents_s8_t1_txt2Label,.gx-label.ReadonlyBlobContents_s8_t1_txt2Label,.gx-label.BlobInputs_s8_t1_txt2Label,.gx-label.Readonlys_s8_t1_txt2Label,.gx-label.s_plan_nombreLabel,.gx-label.BlobContents_plan_nombreLabel,.gx-label.ReadonlyBlobContents_plan_nombreLabel,.gx-label.BlobInputs_plan_nombreLabel,.gx-label.Readonlys_plan_nombreLabel,.gx-label.s_plan_caracteristicaLabel,.gx-label.BlobContents_plan_caracteristicaLabel,.gx-label.ReadonlyBlobContents_plan_caracteristicaLabel,.gx-label.BlobInputs_plan_caracteristicaLabel,.gx-label.Readonlys_plan_caracteristicaLabel,.gx-label.s_s8_Img1Label,.gx-label.BlobContents_s8_Img1Label,.gx-label.ReadonlyBlobContents_s8_Img1Label,.gx-label.BlobInputs_s8_Img1Label,.gx-label.Readonlys_s8_Img1Label,.gx-label.s_s2_Img1Label,.gx-label.BlobContents_s2_Img1Label,.gx-label.ReadonlyBlobContents_s2_Img1Label,.gx-label.BlobInputs_s2_Img1Label,.gx-label.Readonlys_s2_Img1Label,.gx-label.s_s3_t1_txt1Label,.gx-label.BlobContents_s3_t1_txt1Label,.gx-label.ReadonlyBlobContents_s3_t1_txt1Label,.gx-label.BlobInputs_s3_t1_txt1Label,.gx-label.Readonlys_s3_t1_txt1Label,.gx-label.s_s3_t1_Img1Label,.gx-label.BlobContents_s3_t1_Img1Label,.gx-label.ReadonlyBlobContents_s3_t1_Img1Label,.gx-label.BlobInputs_s3_t1_Img1Label,.gx-label.Readonlys_s3_t1_Img1Label,.AssociationTitle,.SmallText,.SelectedTab,.UnSelectedTab,.DataDescription,.DataDescriptionLogin,.TextBlockTitleWWP,.WizardTitle,.TextBlockTitleWWPTab,.TextBlockTitleNotAuthorized,.WizardStepDescription,.TextBlockTitleMaster,.TextBlockTitleMaterial,.DataFilterDescription,.DataFixedFilterDescription,.DataFilterDescriptionPrefix,.DescriptionWhite,.StepNumber,.StepNumberSelected,.StepNumberBullet,.StepNumberBulletSelected,.TextBlockNotAuthorized,.TextBlockMoreInfoCard,.TextBlockMoreInfoAdmin,.SimpleCardTitle,.TextBlockShowingOnly,.PageTitleClassText,.RegularText,.table_ChangePosition_Title
{
	padding-right: 3pt;
	white-space: nowrap;
	border-style: none;
	border-width: 0px;
	font-family: muli,sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	vertical-align: middle;
}
.BigTitle,.UncollapsedBigTitle,.SeparateBigTitle
{
	padding-left: 12px;
	display: block;
	white-space: normal;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
}
.SeparateBigTitle
{
	letter-spacing: -4px;
}
.SubTitle
{
	display: block;
}
.ProgressBarCardsMenuDescription
{
	color: white;
}
.ProgressBarCardsMenuDescription:before
{
	color: white;
	content: '';
}

.BreadCrumb
{
	padding-right: 0px;
	font-family: sans-serif;
	font-size: 14px;
	color: #99abb4;
	color:transparent;
}
.AttributeFLLabel
{
	font-size: 12px;
	-khtml-user-select:none;
	-moz-transition:0.2s ease all;
	-moz-user-select:none;
	-ms-user-select:none;
	transition:0.2s ease all;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-transition:0.2s ease all;
	-webkit-user-select:none;
}
.TextBlockDashboardDescription,.TextBlockDashboardDescriptionCard,.TextBlockDashboardDescriptionAdmin
{
	margin-top: 15px;
	font-size: 12px;
}
.TextBlockDashboardDescriptionCard
{
	padding-right: 0px;
	font-size: 14px;
}
.TextBlockDashboardDescriptionAdmin
{
	font-size: 15px;
	color: white;
}
.FooterText
{
	line-height:50px;
}
.TextBlockTitleLogin
{
	font-size: 20px;
}
.GridNewRow:before,.GridNewRowWhite:before,.Grid>tfoot .gx_newrow:before,.GridDragging>tfoot .gx_newrow:before,.GridAcceptDrag>tfoot .gx_newrow:before,.GridNoAcceptDrag>tfoot .gx_newrow:before,.WorkWithBorder>tfoot .gx_newrow:before,.GridWithPaginationBar>tfoot .gx_newrow:before,.GridWithTotalizer>tfoot .gx_newrow:before,.WorkWith>tfoot .gx_newrow:before,.PromptGrid>tfoot .gx_newrow:before,.ViewGrid>tfoot .gx_newrow:before,.WorkWithSelection>tfoot .gx_newrow:before,.GridWithBorderColor>tfoot .gx_newrow:before,.GridNoBorder>tfoot .gx_newrow:before,.GridNoData>tfoot .gx_newrow:before,.Grid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridDragging[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridAcceptDrag[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridNoAcceptDrag[data-gx-grid-nodata]>tfoot .gx_newrow:before,.WorkWithBorder[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridWithPaginationBar[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridWithTotalizer[data-gx-grid-nodata]>tfoot .gx_newrow:before,.WorkWith[data-gx-grid-nodata]>tfoot .gx_newrow:before,.PromptGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.ViewGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.WorkWithSelection[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridWithBorderColor[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridNoBorder[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridNoData[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.TrnSublevelGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.RecentLinksGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleHomeModulesBig[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleHomeModules[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleHomeModulesBigDark[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FSGridAutoUnselectAll[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleGridMPSearch[data-gx-grid-nodata]>tfoot .gx_newrow:before,.CellPaddingRight100[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleSteps[data-gx-grid-nodata]>tfoot .gx_newrow:before,.VerticalTabGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleGridWithHeader[data-gx-grid-nodata]>tfoot .gx_newrow:before,.s1_t1_Grid1[data-gx-grid-nodata]>tfoot .gx_newrow:before,.dam_s5_g1[data-gx-grid-nodata]>tfoot .gx_newrow:before,.c_s3_g1[data-gx-grid-nodata]>tfoot .gx_newrow:before,.s_s4_g1[data-gx-grid-nodata]>tfoot .gx_newrow:before,.grid_servicio_plan[data-gx-grid-nodata]>tfoot .gx_newrow:before,.s_s5_g1[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleGridFooter>.gx_newrow:before,.TrnSublevelGridFooter>.gx_newrow:before,.RecentLinksGridFooter>.gx_newrow:before,.FreeStyleHomeModulesBigFooter>.gx_newrow:before,.FreeStyleHomeModulesFooter>.gx_newrow:before,.FreeStyleHomeModulesBigDarkFooter>.gx_newrow:before,.FSGridAutoUnselectAllFooter>.gx_newrow:before,.FreeStyleGridMPSearchFooter>.gx_newrow:before,.CellPaddingRight100Footer>.gx_newrow:before,.FreeStyleStepsFooter>.gx_newrow:before,.VerticalTabGridFooter>.gx_newrow:before,.ColumnsSelectorFreeStyleGridFooter>.gx_newrow:before,.FreeStyleGridWithHeaderFooter>.gx_newrow:before,.s1_t1_Grid1Footer>.gx_newrow:before,.dam_s5_g1Footer>.gx_newrow:before,.c_s3_g1Footer>.gx_newrow:before,.s_s4_g1Footer>.gx_newrow:before,.grid_servicio_planFooter>.gx_newrow:before,.s_s5_g1Footer>.gx_newrow:before
{
	content: '[';
}

.GridNewRow:after,.GridNewRowWhite:after,.Grid>tfoot .gx_newrow:after,.GridDragging>tfoot .gx_newrow:after,.GridAcceptDrag>tfoot .gx_newrow:after,.GridNoAcceptDrag>tfoot .gx_newrow:after,.WorkWithBorder>tfoot .gx_newrow:after,.GridWithPaginationBar>tfoot .gx_newrow:after,.GridWithTotalizer>tfoot .gx_newrow:after,.WorkWith>tfoot .gx_newrow:after,.PromptGrid>tfoot .gx_newrow:after,.ViewGrid>tfoot .gx_newrow:after,.WorkWithSelection>tfoot .gx_newrow:after,.GridWithBorderColor>tfoot .gx_newrow:after,.GridNoBorder>tfoot .gx_newrow:after,.GridNoData>tfoot .gx_newrow:after,.Grid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridDragging[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridAcceptDrag[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridNoAcceptDrag[data-gx-grid-nodata]>tfoot .gx_newrow:after,.WorkWithBorder[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridWithPaginationBar[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridWithTotalizer[data-gx-grid-nodata]>tfoot .gx_newrow:after,.WorkWith[data-gx-grid-nodata]>tfoot .gx_newrow:after,.PromptGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.ViewGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.WorkWithSelection[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridWithBorderColor[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridNoBorder[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridNoData[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.TrnSublevelGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.RecentLinksGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleHomeModulesBig[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleHomeModules[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleHomeModulesBigDark[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FSGridAutoUnselectAll[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleGridMPSearch[data-gx-grid-nodata]>tfoot .gx_newrow:after,.CellPaddingRight100[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleSteps[data-gx-grid-nodata]>tfoot .gx_newrow:after,.VerticalTabGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleGridWithHeader[data-gx-grid-nodata]>tfoot .gx_newrow:after,.s1_t1_Grid1[data-gx-grid-nodata]>tfoot .gx_newrow:after,.dam_s5_g1[data-gx-grid-nodata]>tfoot .gx_newrow:after,.c_s3_g1[data-gx-grid-nodata]>tfoot .gx_newrow:after,.s_s4_g1[data-gx-grid-nodata]>tfoot .gx_newrow:after,.grid_servicio_plan[data-gx-grid-nodata]>tfoot .gx_newrow:after,.s_s5_g1[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleGridFooter>.gx_newrow:after,.TrnSublevelGridFooter>.gx_newrow:after,.RecentLinksGridFooter>.gx_newrow:after,.FreeStyleHomeModulesBigFooter>.gx_newrow:after,.FreeStyleHomeModulesFooter>.gx_newrow:after,.FreeStyleHomeModulesBigDarkFooter>.gx_newrow:after,.FSGridAutoUnselectAllFooter>.gx_newrow:after,.FreeStyleGridMPSearchFooter>.gx_newrow:after,.CellPaddingRight100Footer>.gx_newrow:after,.FreeStyleStepsFooter>.gx_newrow:after,.VerticalTabGridFooter>.gx_newrow:after,.ColumnsSelectorFreeStyleGridFooter>.gx_newrow:after,.FreeStyleGridWithHeaderFooter>.gx_newrow:after,.s1_t1_Grid1Footer>.gx_newrow:after,.dam_s5_g1Footer>.gx_newrow:after,.c_s3_g1Footer>.gx_newrow:after,.s_s4_g1Footer>.gx_newrow:after,.grid_servicio_planFooter>.gx_newrow:after,.s_s5_g1Footer>.gx_newrow:after
{
	content: ']';
}

.GridLoadingText,.Grid+div.gx-grid-loading,.GridDragging+div.gx-grid-loading,.GridAcceptDrag+div.gx-grid-loading,.GridNoAcceptDrag+div.gx-grid-loading,.WorkWithBorder+div.gx-grid-loading,.GridWithPaginationBar+div.gx-grid-loading,.GridWithTotalizer+div.gx-grid-loading,.WorkWith+div.gx-grid-loading,.PromptGrid+div.gx-grid-loading,.ViewGrid+div.gx-grid-loading,.WorkWithSelection+div.gx-grid-loading,.GridWithBorderColor+div.gx-grid-loading,.GridNoBorder+div.gx-grid-loading,.GridNoData+div.gx-grid-loading,.Grid[data-gx-grid-nodata]+div.gx-grid-loading,.GridDragging[data-gx-grid-nodata]+div.gx-grid-loading,.GridAcceptDrag[data-gx-grid-nodata]+div.gx-grid-loading,.GridNoAcceptDrag[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWithBorder[data-gx-grid-nodata]+div.gx-grid-loading,.GridWithPaginationBar[data-gx-grid-nodata]+div.gx-grid-loading,.GridWithTotalizer[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWith[data-gx-grid-nodata]+div.gx-grid-loading,.PromptGrid[data-gx-grid-nodata]+div.gx-grid-loading,.ViewGrid[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWithSelection[data-gx-grid-nodata]+div.gx-grid-loading,.GridWithBorderColor[data-gx-grid-nodata]+div.gx-grid-loading,.GridNoBorder[data-gx-grid-nodata]+div.gx-grid-loading,.GridNoData[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading,.TrnSublevelGrid[data-gx-grid-nodata]+div.gx-grid-loading,.RecentLinksGrid[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleHomeModulesBig[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleHomeModules[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleHomeModulesBigDark[data-gx-grid-nodata]+div.gx-grid-loading,.FSGridAutoUnselectAll[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGridMPSearch[data-gx-grid-nodata]+div.gx-grid-loading,.CellPaddingRight100[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleSteps[data-gx-grid-nodata]+div.gx-grid-loading,.VerticalTabGrid[data-gx-grid-nodata]+div.gx-grid-loading,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGridWithHeader[data-gx-grid-nodata]+div.gx-grid-loading,.s1_t1_Grid1[data-gx-grid-nodata]+div.gx-grid-loading,.dam_s5_g1[data-gx-grid-nodata]+div.gx-grid-loading,.c_s3_g1[data-gx-grid-nodata]+div.gx-grid-loading,.s_s4_g1[data-gx-grid-nodata]+div.gx-grid-loading,.grid_servicio_plan[data-gx-grid-nodata]+div.gx-grid-loading,.s_s5_g1[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid+div.gx-grid-loading,.TrnSublevelGrid+div.gx-grid-loading,.RecentLinksGrid+div.gx-grid-loading,.FreeStyleHomeModulesBig+div.gx-grid-loading,.FreeStyleHomeModules+div.gx-grid-loading,.FreeStyleHomeModulesBigDark+div.gx-grid-loading,.FSGridAutoUnselectAll+div.gx-grid-loading,.FreeStyleGridMPSearch+div.gx-grid-loading,.CellPaddingRight100+div.gx-grid-loading,.FreeStyleSteps+div.gx-grid-loading,.VerticalTabGrid+div.gx-grid-loading,.ColumnsSelectorFreeStyleGrid+div.gx-grid-loading,.FreeStyleGridWithHeader+div.gx-grid-loading,.s1_t1_Grid1+div.gx-grid-loading,.dam_s5_g1+div.gx-grid-loading,.c_s3_g1+div.gx-grid-loading,.s_s4_g1+div.gx-grid-loading,.grid_servicio_plan+div.gx-grid-loading,.s_s5_g1+div.gx-grid-loading
{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 1.5em;
	color: white;
	min-height: 2em;
	width: 30%;
	text-align: center;
}
.GridNoDataText,.Grid+.gx-text-gridnodata,.GridDragging+.gx-text-gridnodata,.GridAcceptDrag+.gx-text-gridnodata,.GridNoAcceptDrag+.gx-text-gridnodata,.WorkWithBorder+.gx-text-gridnodata,.GridWithPaginationBar+.gx-text-gridnodata,.GridWithTotalizer+.gx-text-gridnodata,.WorkWith+.gx-text-gridnodata,.PromptGrid+.gx-text-gridnodata,.ViewGrid+.gx-text-gridnodata,.WorkWithSelection+.gx-text-gridnodata,.GridWithBorderColor+.gx-text-gridnodata,.GridNoBorder+.gx-text-gridnodata,.GridNoData+.gx-text-gridnodata,.Grid[data-gx-grid-nodata]+.gx-text-gridnodata,.GridDragging[data-gx-grid-nodata]+.gx-text-gridnodata,.GridAcceptDrag[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNoAcceptDrag[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWithBorder[data-gx-grid-nodata]+.gx-text-gridnodata,.GridWithPaginationBar[data-gx-grid-nodata]+.gx-text-gridnodata,.GridWithTotalizer[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWith[data-gx-grid-nodata]+.gx-text-gridnodata,.PromptGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.ViewGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWithSelection[data-gx-grid-nodata]+.gx-text-gridnodata,.GridWithBorderColor[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNoBorder[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNoData[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.TrnSublevelGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.RecentLinksGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleHomeModulesBig[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleHomeModules[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleHomeModulesBigDark[data-gx-grid-nodata]+.gx-text-gridnodata,.FSGridAutoUnselectAll[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGridMPSearch[data-gx-grid-nodata]+.gx-text-gridnodata,.CellPaddingRight100[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleSteps[data-gx-grid-nodata]+.gx-text-gridnodata,.VerticalTabGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGridWithHeader[data-gx-grid-nodata]+.gx-text-gridnodata,.s1_t1_Grid1[data-gx-grid-nodata]+.gx-text-gridnodata,.dam_s5_g1[data-gx-grid-nodata]+.gx-text-gridnodata,.c_s3_g1[data-gx-grid-nodata]+.gx-text-gridnodata,.s_s4_g1[data-gx-grid-nodata]+.gx-text-gridnodata,.grid_servicio_plan[data-gx-grid-nodata]+.gx-text-gridnodata,.s_s5_g1[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid+.gx-text-gridnodata,.TrnSublevelGrid+.gx-text-gridnodata,.RecentLinksGrid+.gx-text-gridnodata,.FreeStyleHomeModulesBig+.gx-text-gridnodata,.FreeStyleHomeModules+.gx-text-gridnodata,.FreeStyleHomeModulesBigDark+.gx-text-gridnodata,.FSGridAutoUnselectAll+.gx-text-gridnodata,.FreeStyleGridMPSearch+.gx-text-gridnodata,.CellPaddingRight100+.gx-text-gridnodata,.FreeStyleSteps+.gx-text-gridnodata,.VerticalTabGrid+.gx-text-gridnodata,.ColumnsSelectorFreeStyleGrid+.gx-text-gridnodata,.FreeStyleGridWithHeader+.gx-text-gridnodata,.s1_t1_Grid1+.gx-text-gridnodata,.dam_s5_g1+.gx-text-gridnodata,.c_s3_g1+.gx-text-gridnodata,.s_s4_g1+.gx-text-gridnodata,.grid_servicio_plan+.gx-text-gridnodata,.s_s5_g1+.gx-text-gridnodata
{
	margin-top: -1em;
	display: block;
	font-size: 1.5em;
	color: gray;
	text-align: center;
}
.TextBlockFSWithHeaderTitle
{
	margin-left: 2px;
	padding-right: 0px;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}
.Label,.RequiredLabel,.gx-label.RatingLabel,.gx-label.AttributeLabel,.gx-label.Top0Label,.gx-label.ImagenGridLabel,.gx-label.boton_aux2Label,.gx-label.s3_t1_t1_txt1Label,.gx-label.input_form_checkboxCheckBoxLabel,.gx-label.input_formCheckBoxLabel,.gx-label.TextAttributeLabel,.gx-label.BlobContentTextAttributeLabel,.gx-label.ReadonlyBlobContentTextAttributeLabel,.gx-label.ReadonlyTextAttributeLabel,.gx-label.TextActionAttributeLabel,.gx-label.BlobContentTextActionAttributeLabel,.gx-label.ReadonlyBlobContentTextActionAttributeLabel,.gx-label.ReadonlyTextActionAttributeLabel,.gx-label.AttributeTestLabel,.gx-label.fa-angle-upLabel,.gx-label.header_email_infoMovLabel,.gx-label.Readonlyheader_email_infoMovLabel,.gx-label.BlobContentAttributeLabel,.gx-label.ReadonlyBlobContentAttributeLabel,.gx-label.BlobInputAttributeLabel,.gx-label.AttributeDraggingLabel,.gx-label.AttributeNoAcceptDragLabel,.gx-label.DownloadAttributeLabel,.gx-label.ReadonlyDownloadAttributeLabel,.gx-label.AttSubTitleLabel,.gx-label.BlobInputAttSubTitleLabel,.gx-label.BlobContentAttSubTitleLabel,.gx-label.ReadonlyBlobContentAttSubTitleLabel,.gx-label.ReadonlyAttSubTitleLabel,.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.FilterAttributeLabel,.gx-label.BlobContentFilterAttributeLabel,.gx-label.ReadonlyBlobContentFilterAttributeLabel,.gx-label.ReadonlyFilterAttributeLabel,.gx-label.BlobInputFilterAttributeLabel,.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.DescriptionAttributeLabel,.gx-label.BlobContentDescriptionAttributeLabel,.gx-label.ReadonlyBlobContentDescriptionAttributeLabel,.gx-label.ReadonlyDescriptionAttributeLabel,.gx-label.BlobInputDescriptionAttributeLabel,.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.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.AttributeCardsMenuTitleLabel,.gx-label.ReadonlyAttributeCardsMenuTitleLabel,.gx-label.BootstrapTooltipRightLabel,.gx-label.BootstrapTooltipLeftLabel,.gx-label.AttributeNoWrapLabel,.gx-label.AttributeSearchResultSubtitleLabel,.gx-label.ReadonlyAttributeSearchResultSubtitleLabel,.gx-label.AttributeSearchResultTitleLabel,.gx-label.ReadonlyAttributeSearchResultTitleLabel,.gx-label.faLabel,.gx-label.fa-angle-rightLabel,.gx-label.AttributeCheckBoxCheckBoxLabel,.gx-label.ImgConveniosLabel,.gx-label.AttributeTitleSplitScreenLabel,.gx-label.ReadonlyAttributeTitleSplitScreenLabel,.gx-label.AttributeSubtitleSplitScreenLabel,.gx-label.ReadonlyAttributeSubtitleSplitScreenLabel,.gx-label.AttributeAcceptDragLabel,.gx-label.AttributeWidthAutoLabel,.gx-label.AttributeStepLabel,.gx-label.ReadonlyAttributeStepLabel,.gx-label.AttributeStepSelectedLabel,.gx-label.ReadonlyAttributeStepSelectedLabel,.gx-label.AttributeStepBulletLabel,.gx-label.ReadonlyAttributeStepBulletLabel,.gx-label.AttributeStepBulletUnSelectedLabel,.gx-label.ReadonlyAttributeStepBulletUnSelectedLabel,.gx-label.AttributeStepBulletSelectedLabel,.gx-label.ReadonlyAttributeStepBulletSelectedLabel,.gx-label.AttributeDateTimeLabel,.gx-label.AttributeRealWidthDateTimeLabel,.gx-label.ReadonlyAttributeDateTimeLabel,.gx-label.CheckBoxLabel,.gx-label.BlobContentCheckBoxLabel,.gx-label.ReadonlyBlobContentCheckBoxLabel,.gx-label.BlobInputCheckBoxLabel,.gx-label.ReadonlyCheckBoxLabel,.gx-label.AttributeCheckBoxLabel,.gx-label.ImageAttributeLabel,.gx-label.ResponsiveImageAttributeLabel,.gx-label.BlobContentResponsiveImageAttributeLabel,.gx-label.ReadonlyBlobContentResponsiveImageAttributeLabel,.gx-label.ReadonlyResponsiveImageAttributeLabel,.gx-label.BlobInputResponsiveImageAttributeLabel,.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.ActionAttributeLabel,.gx-label.BlobContentActionAttributeLabel,.gx-label.ReadonlyBlobContentActionAttributeLabel,.gx-label.ReadonlyActionAttributeLabel,.gx-label.DeleteAttributeLabel,.gx-label.BlobContentDeleteAttributeLabel,.gx-label.ReadonlyBlobContentDeleteAttributeLabel,.gx-label.ReadonlyDeleteAttributeLabel,.gx-label.BlobInputDeleteAttributeLabel,.gx-label.DisplayAttributeLabel,.gx-label.BlobContentDisplayAttributeLabel,.gx-label.ReadonlyBlobContentDisplayAttributeLabel,.gx-label.ReadonlyDisplayAttributeLabel,.gx-label.BlobInputDisplayAttributeLabel,.gx-label.SelectionAttributeLabel,.gx-label.BlobContentSelectionAttributeLabel,.gx-label.ReadonlyBlobContentSelectionAttributeLabel,.gx-label.ReadonlySelectionAttributeLabel,.gx-label.BlobInputSelectionAttributeLabel,.gx-label.DisabledActionAttributeLabel,.gx-label.BlobContentDisabledActionAttributeLabel,.gx-label.ReadonlyBlobContentDisabledActionAttributeLabel,.gx-label.ReadonlyDisabledActionAttributeLabel,.gx-label.BlobInputDisabledActionAttributeLabel,.gx-label.BlobInputActionAttributeLabel,.gx-label.SelectAttributeLabel,.gx-label.BlobContentSelectAttributeLabel,.gx-label.ReadonlyBlobContentSelectAttributeLabel,.gx-label.BlobInputSelectAttributeLabel,.gx-label.ReadonlySelectAttributeLabel,.gx-label.BlackAttributeLabel,.gx-label.BlobContentBlackAttributeLabel,.gx-label.ReadonlyBlobContentBlackAttributeLabel,.gx-label.BlobInputBlackAttributeLabel,.gx-label.ReadonlyBlackAttributeLabel,.gx-label.ActionBaseColorAttributeLabel,.gx-label.BlobContentUpdateAttributeLabel,.gx-label.ReadonlyBlobContentUpdateAttributeLabel,.gx-label.ReadonlyUpdateAttributeLabel,.gx-label.BlobInputUpdateAttributeLabel,.gx-label.ReadonlyImageAttributeLabel,.gx-label.VideoAttributeLabel,.gx-label.ReadonlyVideoAttributeLabel,.gx-label.AudioAttributeLabel,.gx-label.ReadonlyAudioAttributeLabel,.gx-label.ErrorAttributeLabel,.gx-label.ErrorAttributeDateLabel,.gx-label.WarningAttributeLabel,.gx-label.ReadonlyAttributeLabel,.gx-label.ReadonlyMedioLabel,.gx-label.BlobContentReadonlyMedioLabel,.gx-label.ReadonlyBlobContentReadonlyMedioLabel,.gx-label.BlobInputReadonlyMedioLabel,.gx-label.ReadonlyReadonlyMedioLabel,.gx-label.ReadonlyAttributeRealWidthLabel,.gx-label.ReadonlyAttributeNoWrapLabel,.gx-label.ReadonlyAttributeRealWidthDateTimeLabel,.gx-label.GridTitleLabel,.gx-label.ReadonlyGridTitleLabel,.gx-label.AttributeTitleWWPLabel,.gx-label.BlobContentAttributeTitleWWPLabel,.gx-label.ReadonlyBlobContentAttributeTitleWWPLabel,.gx-label.BlobInputAttributeTitleWWPLabel,.gx-label.ReadonlyAttributeTitleWWPLabel,.gx-label.AttributeManageFiltersLabel,.gx-label.AttributeDateLabel,.gx-label.BlobContentAttributeDateLabel,.gx-label.ReadonlyBlobContentAttributeDateLabel,.gx-label.BlobInputAttributeDateLabel,.gx-label.ReadonlyAttributeDateLabel,.gx-label.AttributeRealWidthDateLabel,.gx-label.ReadonlyAttributeRealWidthDateLabel,.gx-label.AttributeInactiveLabel,.gx-label.BlobContentAttributeInactiveLabel,.gx-label.ReadonlyBlobContentAttributeInactiveLabel,.gx-label.BlobInputAttributeInactiveLabel,.gx-label.ReadonlyAttributeInactiveLabel,.gx-label.AttributeRealWidthLabel,.gx-label.BlobContentAttributeRealWidthLabel,.gx-label.ReadonlyBlobContentAttributeRealWidthLabel,.gx-label.BlobInputAttributeRealWidthLabel,.gx-label.AttributeTagLabel,.gx-label.AttributeTagSuccessLabel,.gx-label.AttributeTagWarningLabel,.gx-label.AttributeTagDangerLabel,.gx-label.AttributeTagInfoLightLabel,.gx-label.AttributeTagInfoLabel,.gx-label.ChatAttributeNameLabel,.gx-label.BlobContentChatAttributeNameLabel,.gx-label.ReadonlyBlobContentChatAttributeNameLabel,.gx-label.BlobInputChatAttributeNameLabel,.gx-label.ReadonlyChatAttributeNameLabel,.gx-label.ChatAttributeImageLabel,.gx-label.BlobContentChatAttributeImageLabel,.gx-label.ReadonlyBlobContentChatAttributeImageLabel,.gx-label.BlobInputChatAttributeImageLabel,.gx-label.ReadonlyChatAttributeImageLabel,.gx-label.ChatAttributeMessageLabel,.gx-label.BlobContentChatAttributeMessageLabel,.gx-label.ReadonlyBlobContentChatAttributeMessageLabel,.gx-label.BlobInputChatAttributeMessageLabel,.gx-label.ReadonlyChatAttributeMessageLabel,.gx-label.DashboardNumberLabel,.gx-label.ReadonlyDashboardNumberLabel,.gx-label.DashboardInfoLabel,.gx-label.ReadonlyDashboardInfoLabel,.gx-label.DashboardDangerLabel,.gx-label.ReadonlyDashboardDangerLabel,.gx-label.DashboardSuccessLabel,.gx-label.ReadonlyDashboardSuccessLabel,.gx-label.DashboardWarningLabel,.gx-label.ReadonlyDashboardWarningLabel,.gx-label.DashboardNumberCardLabel,.gx-label.ReadonlyDashboardNumberCardLabel,.gx-label.DashboardNumberCardNoBorderLabel,.gx-label.ReadonlyDashboardNumberCardNoBorderLabel,.gx-label.DashboardNumberAdminLabel,.gx-label.ReadonlyDashboardNumberAdminLabel,.gx-label.DashboardBaseColorLabel,.gx-label.ReadonlyDashboardBaseColorLabel,.gx-label.DashboardInfoLightLabel,.gx-label.ReadonlyDashboardInfoLightLabel,.gx-label.DashboardPercentageSuccessLabel,.gx-label.ReadonlyDashboardPercentageSuccessLabel,.gx-label.DashboardPercentageDangerLabel,.gx-label.ReadonlyDashboardPercentageDangerLabel,.gx-label.AttributeLandingPurusMainNumbersLabel,.gx-label.ReadonlyAttributeLandingPurusMainNumbersLabel,.gx-label.AttributeLandingPurusTestimonialDescriptionLabel,.gx-label.ReadonlyAttributeLandingPurusTestimonialDescriptionLabel,.gx-label.AttributeLandingPurusTestimonialTitleLabel,.gx-label.ReadonlyAttributeLandingPurusTestimonialTitleLabel,.gx-label.AttributeLandingPurusTestimonialSubtitleLabel,.gx-label.ReadonlyAttributeLandingPurusTestimonialSubtitleLabel,.gx-label.AttributeLandingPurusContactLabel,.gx-label.ReadonlyAttributeLandingPurusContactLabel,.gx-label.AttributeLandingPurusCustomersImageLabel,.gx-label.ReadonlyAttributeLandingPurusCustomersImageLabel,.gx-label.AttributeSearchResultImageLabel,.gx-label.AttributeBannerLabel,.gx-label.HideHTMLLabel,.gx-label.BlobContentHideHTMLLabel,.gx-label.ReadonlyBlobContentHideHTMLLabel,.gx-label.BlobInputHideHTMLLabel,.gx-label.ReadonlyHideHTMLLabel,.gx-label.BPanelLinkLabel,.gx-label.BlobContentBPanelLinkLabel,.gx-label.ReadonlyBlobContentBPanelLinkLabel,.gx-label.BlobInputBPanelLinkLabel,.gx-label.ReadonlyBPanelLinkLabel,.gx-label.DiaClassLabel,.gx-label.BlobContentDiaClassLabel,.gx-label.ReadonlyBlobContentDiaClassLabel,.gx-label.BlobInputDiaClassLabel,.gx-label.ReadonlyDiaClassLabel,.gx-label.EventosAtributoLabel,.gx-label.BlobContentEventosAtributoLabel,.gx-label.ReadonlyBlobContentEventosAtributoLabel,.gx-label.BlobInputEventosAtributoLabel,.gx-label.ReadonlyEventosAtributoLabel,.gx-label.EstructuratxtLabel,.gx-label.BlobContentEstructuratxtLabel,.gx-label.ReadonlyBlobContentEstructuratxtLabel,.gx-label.BlobInputEstructuratxtLabel,.gx-label.ReadonlyEstructuratxtLabel,.gx-label.EstructuraBtnLabel,.gx-label.EstructuraBtnLinkLabel,.gx-label.BlobContentEstructuraBtnLabel,.gx-label.ReadonlyBlobContentEstructuraBtnLabel,.gx-label.BlobInputEstructuraBtnLabel,.gx-label.ReadonlyEstructuraBtnLabel,.gx-label.EstructuraImgLabel,.gx-label.BlobContentEstructuraImgLabel,.gx-label.ReadonlyBlobContentEstructuraImgLabel,.gx-label.BlobInputEstructuraImgLabel,.gx-label.ReadonlyEstructuraImgLabel,.gx-label.EstructuraNameLabel,.gx-label.BlobContentEstructuraNameLabel,.gx-label.ReadonlyBlobContentEstructuraNameLabel,.gx-label.BlobInputEstructuraNameLabel,.gx-label.ReadonlyEstructuraNameLabel,.gx-label.EstructuraPuestoLabel,.gx-label.BlobContentEstructuraPuestoLabel,.gx-label.ReadonlyBlobContentEstructuraPuestoLabel,.gx-label.BlobInputEstructuraPuestoLabel,.gx-label.ReadonlyEstructuraPuestoLabel,.gx-label.EstructuraBtn1Label,.gx-label.EstructuraBtnLink1Label,.gx-label.BlobContentEstructuraBtn1Label,.gx-label.ReadonlyBlobContentEstructuraBtn1Label,.gx-label.BlobInputEstructuraBtn1Label,.gx-label.ReadonlyEstructuraBtn1Label,.gx-label.MarcoLegalTxtLabel,.gx-label.BlobContentMarcoLegalTxtLabel,.gx-label.ReadonlyBlobContentMarcoLegalTxtLabel,.gx-label.BlobInputMarcoLegalTxtLabel,.gx-label.ReadonlyMarcoLegalTxtLabel,.gx-label.ConveniosTitleLabel,.gx-label.BlobContentConveniosTitleLabel,.gx-label.ReadonlyBlobContentConveniosTitleLabel,.gx-label.BlobInputConveniosTitleLabel,.gx-label.ReadonlyConveniosTitleLabel,.gx-label.ActividadesTitleLabel,.gx-label.BlobContentActividadesTitleLabel,.gx-label.ReadonlyBlobContentActividadesTitleLabel,.gx-label.BlobInputActividadesTitleLabel,.gx-label.ReadonlyActividadesTitleLabel,.gx-label.ActividadesCuerpoLabel,.gx-label.BlobContentActividadesCuerpoLabel,.gx-label.ReadonlyBlobContentActividadesCuerpoLabel,.gx-label.BlobInputActividadesCuerpoLabel,.gx-label.ReadonlyActividadesCuerpoLabel,.gx-label.GaleriaMediaLabel,.gx-label.BlobContentGaleriaMediaLabel,.gx-label.ReadonlyBlobContentGaleriaMediaLabel,.gx-label.BlobInputGaleriaMediaLabel,.gx-label.ReadonlyGaleriaMediaLabel,.gx-label.GaleriaTituloLabel,.gx-label.BlobContentGaleriaTitleLabel,.gx-label.ReadonlyBlobContentGaleriaTitleLabel,.gx-label.BlobInputGaleriaTitleLabel,.gx-label.ReadonlyGaleriaTitleLabel,.gx-label.GaleriaTitLabel,.gx-label.BlobContentGaleriaTitle1Label,.gx-label.ReadonlyBlobContentGaleriaTitle1Label,.gx-label.BlobInputGaleriaTitle1Label,.gx-label.ReadonlyGaleriaTitle1Label,.gx-label.GaleriaNameLabel,.gx-label.BlobContentGaleriaNameLabel,.gx-label.ReadonlyBlobContentGaleriaNameLabel,.gx-label.BlobInputGaleriaNameLabel,.gx-label.ReadonlyGaleriaNameLabel,.gx-label.ContactoTitleLabel,.gx-label.BlobContentContactoTitleLabel,.gx-label.ReadonlyBlobContentContactoTitleLabel,.gx-label.BlobInputContactoTitleLabel,.gx-label.ReadonlyContactoTitleLabel,.gx-label.ContactoCuerpoLabel,.gx-label.BlobContentContactoCuerpoLabel,.gx-label.ReadonlyBlobContentContactoCuerpoLabel,.gx-label.BlobInputContactoCuerpoLabel,.gx-label.ReadonlyContactoCuerpoLabel,.gx-label.RegularTextAttLabel,.gx-label.BlobContentRegularTextAttLabel,.gx-label.ReadonlyBlobContentRegularTextAttLabel,.gx-label.BlobInputRegularTextAttLabel,.gx-label.ReadonlyRegularTextAttLabel,.gx-label.RegularTextAttConvLabel,.gx-label.BlobContentRegularTextAttConvLabel,.gx-label.ReadonlyBlobContentRegularTextAttConvLabel,.gx-label.BlobInputRegularTextAttConvLabel,.gx-label.ReadonlyRegularTextAttConvLabel,.gx-label.AttributeBannerGaleriaLabel,.gx-label.HTMLCodeViewLabel,.gx-label.BlobContentHTMLCodeViewLabel,.gx-label.ReadonlyBlobContentHTMLCodeViewLabel,.gx-label.BlobInputHTMLCodeViewLabel,.gx-label.ReadonlyHTMLCodeViewLabel,.gx-label.header_img_demoLabel,.gx-label.BlobContentheader_img_demoLabel,.gx-label.ReadonlyBlobContentheader_img_demoLabel,.gx-label.BlobInputheader_img_demoLabel,.gx-label.Readonlyheader_img_demoLabel,.gx-label.Readonlyheader_img_demoMovLabel,.gx-label.header_fac_infoLabel,.gx-label.BlobContentheader_fac_infoLabel,.gx-label.ReadonlyBlobContentheader_fac_infoLabel,.gx-label.BlobInputheader_fac_infoLabel,.gx-label.Readonlyheader_fac_infoLabel,.gx-label.header_fac_infoMovLabel,.gx-label.Readonlyheader_fac_infoMovLabel,.gx-label.header_email_infoLabel,.gx-label.BlobContentheader_email_infoLabel,.gx-label.ReadonlyBlobContentheader_email_infoLabel,.gx-label.BlobInputheader_email_infoLabel,.gx-label.Readonlyheader_email_infoLabel,.gx-label.header_email_iconLabel,.gx-label.BlobContentheader_email_iconLabel,.gx-label.ReadonlyBlobContentheader_email_iconLabel,.gx-label.BlobInputheader_email_iconLabel,.gx-label.Readonlyheader_email_iconLabel,.gx-label.header_email_iconMovLabel,.gx-label.Readonlyheader_email_iconMovLabel,.gx-label.header_phone_infoLabel,.gx-label.BlobContentheader_phone_infoLabel,.gx-label.ReadonlyBlobContentheader_phone_infoLabel,.gx-label.BlobInputheader_phone_infoLabel,.gx-label.Readonlyheader_phone_infoLabel,.gx-label.header_phone_iconLabel,.gx-label.BlobContentheader_phone_iconLabel,.gx-label.ReadonlyBlobContentheader_phone_iconLabel,.gx-label.BlobInputheader_phone_iconLabel,.gx-label.Readonlyheader_phone_iconLabel,.gx-label.header_phone_iconMovLabel,.gx-label.Readonlyheader_phone_iconMovLabel,.gx-label.Readonlyheader_phone_infoMovLabel,.gx-label.footer_subtitleLabel,.gx-label.BlobContentfooter_subtitleLabel,.gx-label.ReadonlyBlobContentfooter_subtitleLabel,.gx-label.BlobInputfooter_subtitleLabel,.gx-label.Readonlyfooter_subtitleLabel,.gx-label.footer_col1_txtLabel,.gx-label.BlobContentfooter_col1_txtLabel,.gx-label.ReadonlyBlobContentfooter_col1_txtLabel,.gx-label.BlobInputfooter_col1_txtLabel,.gx-label.Readonlyfooter_col1_txtLabel,.gx-label.footer_col_linkLabel,.gx-label.BlobContentfooter_col_linkLabel,.gx-label.ReadonlyBlobContentfooter_col_linkLabel,.gx-label.BlobInputfooter_col_linkLabel,.gx-label.Readonlyfooter_col_linkLabel,.gx-label.footer_final_txtLabel,.gx-label.BlobContentfooter_final_txtLabel,.gx-label.ReadonlyBlobContentfooter_final_txtLabel,.gx-label.BlobInputfooter_final_txtLabel,.gx-label.Readonlyfooter_final_txtLabel,.gx-label.footer_titleLabel,.gx-label.BlobContentfooter_titleLabel,.gx-label.ReadonlyBlobContentfooter_titleLabel,.gx-label.BlobInputfooter_titleLabel,.gx-label.Readonlyfooter_titleLabel,.gx-label.footer_divisorLabel,.gx-label.BlobContentfooter_divisorLabel,.gx-label.ReadonlyBlobContentfooter_divisorLabel,.gx-label.BlobInputfooter_divisorLabel,.gx-label.Readonlyfooter_divisorLabel,.gx-label.footer_input_txtLabel,.gx-label.BlobContentfooter_input_txtLabel,.gx-label.ReadonlyBlobContentfooter_input_txtLabel,.gx-label.BlobInputfooter_input_txtLabel,.gx-label.Readonlyfooter_input_txtLabel,.gx-label.footer_input_buttonLabel,.gx-label.BlobContentfooter_input_buttonLabel,.gx-label.ReadonlyBlobContentfooter_input_buttonLabel,.gx-label.BlobInputfooter_input_buttonLabel,.gx-label.Readonlyfooter_input_buttonLabel,.gx-label.HTML_aditionalLabel,.gx-label.BlobContentHTML_aditionalLabel,.gx-label.ReadonlyBlobContentHTML_aditionalLabel,.gx-label.BlobInputHTML_aditionalLabel,.gx-label.ReadonlyHTML_aditionalLabel,.gx-label.header_menu_txtLabel,.gx-label.BlobContentheader_menu_txtLabel,.gx-label.ReadonlyBlobContentheader_menu_txtLabel,.gx-label.BlobInputheader_menu_txtLabel,.gx-label.Readonlyheader_menu_txtLabel,.gx-label.header_menu_linkLabel,.gx-label.BlobContentheader_menu_linkLabel,.gx-label.ReadonlyBlobContentheader_menu_linkLabel,.gx-label.BlobInputheader_menu_linkLabel,.gx-label.Readonlyheader_menu_linkLabel,.gx-label.Readonlyheader_menu_linkMovLabel,.gx-label.Readonlyheader_menu_txtMovLabel,.gx-label.header_menumovil_txtLabel,.gx-label.BlobContentheader_menumovil_txtLabel,.gx-label.ReadonlyBlobContentheader_menumovil_txtLabel,.gx-label.BlobInputheader_menumovil_txtLabel,.gx-label.Readonlyheader_menumovil_txtLabel,.gx-label.Readonlyheader_menumovil_txtMovLabel,.gx-label.s1_t1_titleLabel,.gx-label.BlobContents1_t1_titleLabel,.gx-label.ReadonlyBlobContents1_t1_titleLabel,.gx-label.BlobInputs1_t1_titleLabel,.gx-label.Readonlys1_t1_titleLabel,.gx-label.s1_t1_txtLabel,.gx-label.BlobContents1_t1_txtLabel,.gx-label.ReadonlyBlobContents1_t1_txtLabel,.gx-label.BlobInputs1_t1_txtLabel,.gx-label.Readonlys1_t1_txtLabel,.gx-label.s1_t1_LinkLabel,.gx-label.BlobContents1_t1_LinkLabel,.gx-label.ReadonlyBlobContents1_t1_LinkLabel,.gx-label.BlobInputs1_t1_LinkLabel,.gx-label.Readonlys1_t1_LinkLabel,.gx-label.s2_t1_Img1Label,.gx-label.BlobContents2_t1_Img1Label,.gx-label.ReadonlyBlobContents2_t1_Img1Label,.gx-label.BlobInputs2_t1_Img1Label,.gx-label.Readonlys2_t1_Img1Label,.gx-label.s2_t1_t1_img1Label,.gx-label.BlobContents2_t1_t1_img1Label,.gx-label.ReadonlyBlobContents2_t1_t1_img1Label,.gx-label.BlobInputs2_t1_t1_img1Label,.gx-label.Readonlys2_t1_t1_img1Label,.gx-label.s2_t1_t1_img2Label,.gx-label.BlobContents2_t1_t1_img2Label,.gx-label.ReadonlyBlobContents2_t1_t1_img2Label,.gx-label.BlobInputs2_t1_t1_img2Label,.gx-label.Readonlys2_t1_t1_img2Label,.gx-label.s2_t1_t1_txt1Label,.gx-label.BlobContents2_t1_t1_txt1Label,.gx-label.ReadonlyBlobContents2_t1_t1_txt1Label,.gx-label.BlobInputs2_t1_t1_txt1Label,.gx-label.Readonlys2_t1_t1_txt1Label,.gx-label.s3_g1_img1Label,.gx-label.s3_g1_t1_txt1Label,.gx-label.BlobContents3_g1_t1_txt1Label,.gx-label.ReadonlyBlobContents3_g1_t1_txt1Label,.gx-label.BlobInputs3_g1_t1_txt1Label,.gx-label.Readonlys3_g1_t1_txt1Label,.gx-label.s4_t1_t1_txt1Label,.gx-label.BlobContents4_t1_t1_txt1Label,.gx-label.ReadonlyBlobContents4_t1_t1_txt1Label,.gx-label.BlobInputs4_t1_t1_txt1Label,.gx-label.Readonlys4_t1_t1_txt1Label,.gx-label.s4_t1_t1_img1Label,.gx-label.BlobContents4_t1_t1_img1Label,.gx-label.ReadonlyBlobContents4_t1_t1_img1Label,.gx-label.BlobInputs4_t1_t1_img1Label,.gx-label.Readonlys4_t1_t1_img1Label,.gx-label.s4_t1_txt1Label,.gx-label.BlobContents4_t1_txt1Label,.gx-label.ReadonlyBlobContents4_t1_txt1Label,.gx-label.BlobInputs4_t1_txt1Label,.gx-label.Readonlys4_t1_txt1Label,.gx-label.s4_t1_txt2Label,.gx-label.BlobContents4_t1_txt2Label,.gx-label.ReadonlyBlobContents4_t1_txt2Label,.gx-label.BlobInputs4_t1_txt2Label,.gx-label.Readonlys4_t1_txt2Label,.gx-label.s5_t1_txt1Label,.gx-label.BlobContents5_t1_txt1Label,.gx-label.ReadonlyBlobContents5_t1_txt1Label,.gx-label.BlobInputs5_t1_txt1Label,.gx-label.Readonlys5_t1_txt1Label,.gx-label.s5_t1_txt2Label,.gx-label.BlobContents5_t1_txt2Label,.gx-label.ReadonlyBlobContents5_t1_txt2Label,.gx-label.BlobInputs5_t1_txt2Label,.gx-label.Readonlys5_t1_txt2Label,.gx-label.s5_t1_txt3Label,.gx-label.BlobContents5_t1_txt3Label,.gx-label.ReadonlyBlobContents5_t1_txt3Label,.gx-label.BlobInputs5_t1_txt3Label,.gx-label.Readonlys5_t1_txt3Label,.gx-label.s6_t1_img1Label,.gx-label.BlobContents6_t1_img1Label,.gx-label.ReadonlyBlobContents6_t1_img1Label,.gx-label.BlobInputs6_t1_img1Label,.gx-label.Readonlys6_t1_img1Label,.gx-label.s6_t1_txt1Label,.gx-label.BlobContents6_t1_txt1Label,.gx-label.ReadonlyBlobContents6_t1_txt1Label,.gx-label.BlobInputs6_t1_txt1Label,.gx-label.Readonlys6_t1_txt1Label,.gx-label.s6_g1_img1Label,.gx-label.BlobContents6_g1_img1Label,.gx-label.ReadonlyBlobContents6_g1_img1Label,.gx-label.BlobInputs6_g1_img1Label,.gx-label.Readonlys6_g1_img1Label,.gx-label.input_formLabel,.gx-label.BlobContentinput_formLabel,.gx-label.ReadonlyBlobContentinput_formLabel,.gx-label.BlobInputinput_formLabel,.gx-label.Readonlyinput_formLabel,.gx-label.input_form_buttonLabel,.gx-label.BlobContentinput_form_buttonLabel,.gx-label.ReadonlyBlobContentinput_form_buttonLabel,.gx-label.BlobInputinput_form_buttonLabel,.gx-label.Readonlyinput_form_buttonLabel,.gx-label.input_form_checkboxLabel,.gx-label.BlobContentinput_form_checkboxLabel,.gx-label.ReadonlyBlobContentinput_form_checkboxLabel,.gx-label.BlobInputinput_form_checkboxLabel,.gx-label.Readonlyinput_form_checkboxLabel,.gx-label.footer_subtitle_leftLabel,.gx-label.BlobContentfooter_subtitle_leftLabel,.gx-label.ReadonlyBlobContentfooter_subtitle_leftLabel,.gx-label.BlobInputfooter_subtitle_leftLabel,.gx-label.Readonlyfooter_subtitle_leftLabel,.gx-label.footer_col_link_leftLabel,.gx-label.BlobContentfooter_col_link_leftLabel,.gx-label.ReadonlyBlobContentfooter_col_link_leftLabel,.gx-label.BlobInputfooter_col_link_leftLabel,.gx-label.Readonlyfooter_col_link_leftLabel,.gx-label.s1_Img1Label,.gx-label.BlobContents1_Img1Label,.gx-label.ReadonlyBlobContents1_Img1Label,.gx-label.BlobInputs1_Img1Label,.gx-label.Readonlys1_Img1Label,.gx-label.s2_txt1Label,.gx-label.BlobContents2_txt1Label,.gx-label.ReadonlyBlobContents2_txt1Label,.gx-label.BlobInputs2_txt1Label,.gx-label.Readonlys2_txt1Label,.gx-label.n_s3_t1_t1_txt1Label,.gx-label.BlobContentn_s3_t1_t1_txt1Label,.gx-label.ReadonlyBlobContentn_s3_t1_t1_txt1Label,.gx-label.BlobInputn_s3_t1_t1_txt1Label,.gx-label.Readonlyn_s3_t1_t1_txt1Label,.gx-label.n_s3_t1_t1_Img1Label,.gx-label.BlobContentn_s3_t1_t1_Img1Label,.gx-label.ReadonlyBlobContentn_s3_t1_t1_Img1Label,.gx-label.BlobInputn_s3_t1_t1_Img1Label,.gx-label.Readonlyn_s3_t1_t1_Img1Label,.gx-label.n_s3_t1_t1_txt2Label,.gx-label.BlobContentn_s3_t1_t1_txt2Label,.gx-label.ReadonlyBlobContentn_s3_t1_t1_txt2Label,.gx-label.BlobInputn_s3_t1_t1_txt2Label,.gx-label.Readonlyn_s3_t1_t1_txt2Label,.gx-label.n_s3_t1_Img1Label,.gx-label.BlobContentn_s3_t1_Img1Label,.gx-label.ReadonlyBlobContentn_s3_t1_Img1Label,.gx-label.BlobInputn_s3_t1_Img1Label,.gx-label.Readonlyn_s3_t1_Img1Label,.gx-label.n_box_title_whiteLabel,.gx-label.BlobContentn_box_title_whiteLabel,.gx-label.ReadonlyBlobContentn_box_title_whiteLabel,.gx-label.BlobInputn_box_title_whiteLabel,.gx-label.Readonlyn_box_title_whiteLabel,.gx-label.n_box_imageLabel,.gx-label.BlobContentn_box_imageLabel,.gx-label.ReadonlyBlobContentn_box_imageLabel,.gx-label.BlobInputn_box_imageLabel,.gx-label.Readonlyn_box_imageLabel,.gx-label.n_box_divisorLabel,.gx-label.BlobContentn_box_divisorLabel,.gx-label.ReadonlyBlobContentn_box_divisorLabel,.gx-label.BlobInputn_box_divisorLabel,.gx-label.Readonlyn_box_divisorLabel,.gx-label.n_box_textLabel,.gx-label.BlobContentn_box_textLabel,.gx-label.ReadonlyBlobContentn_box_textLabel,.gx-label.BlobInputn_box_textLabel,.gx-label.Readonlyn_box_textLabel,.gx-label.n_s8_txt1Label,.gx-label.BlobContentn_s8_txt1Label,.gx-label.ReadonlyBlobContentn_s8_txt1Label,.gx-label.BlobInputn_s8_txt1Label,.gx-label.Readonlyn_s8_txt1Label,.gx-label.n_s8_g1_Img1Label,.gx-label.BlobContentn_s8_g1_Img1Label,.gx-label.ReadonlyBlobContentn_s8_g1_Img1Label,.gx-label.BlobInputn_s8_g1_Img1Label,.gx-label.Readonlyn_s8_g1_Img1Label,.gx-label.dam_s6_txt1Label,.gx-label.BlobContentdam_s6_txt1Label,.gx-label.ReadonlyBlobContentdam_s6_txt1Label,.gx-label.BlobInputdam_s6_txt1Label,.gx-label.Readonlydam_s6_txt1Label,.gx-label.dam_s6_g1_Img1Label,.gx-label.BlobContentdam_s6_g1_Img1Label,.gx-label.ReadonlyBlobContentdam_s6_g1_Img1Label,.gx-label.BlobInputdam_s6_g1_Img1Label,.gx-label.Readonlydam_s6_g1_Img1Label,.gx-label.dam_s3_t1_Img1Label,.gx-label.BlobContentdam_s3_t1_Img1Label,.gx-label.ReadonlyBlobContentdam_s3_t1_Img1Label,.gx-label.BlobInputdam_s3_t1_Img1Label,.gx-label.Readonlydam_s3_t1_Img1Label,.gx-label.dam_s3_t1_txt1Label,.gx-label.BlobContentdam_s3_t1_txt1Label,.gx-label.ReadonlyBlobContentdam_s3_t1_txt1Label,.gx-label.BlobInputdam_s3_t1_txt1Label,.gx-label.Readonlydam_s3_t1_txt1Label,.gx-label.dam_s4_t1_txt1Label,.gx-label.BlobContentdam_s4_t1_txt1Label,.gx-label.ReadonlyBlobContentdam_s4_t1_txt1Label,.gx-label.BlobInputdam_s4_t1_txt1Label,.gx-label.Readonlydam_s4_t1_txt1Label,.gx-label.dam_s4_t1_txt2Label,.gx-label.BlobContentdam_s4_t1_txt2Label,.gx-label.ReadonlyBlobContentdam_s4_t1_txt2Label,.gx-label.BlobInputdam_s4_t1_txt2Label,.gx-label.Readonlydam_s4_t1_txt2Label,.gx-label.dam_s5_t1_Img1Label,.gx-label.BlobContentdam_s5_t1_Img1Label,.gx-label.ReadonlyBlobContentdam_s5_t1_Img1Label,.gx-label.BlobInputdam_s5_t1_Img1Label,.gx-label.Readonlydam_s5_t1_Img1Label,.gx-label.dam_s5_t1_txt1Label,.gx-label.BlobContentdam_s5_t1_txt1Label,.gx-label.ReadonlyBlobContentdam_s5_t1_txt1Label,.gx-label.BlobInputdam_s5_t1_txt1Label,.gx-label.Readonlydam_s5_t1_txt1Label,.gx-label.dam_s5_g1_t1_Img1Label,.gx-label.BlobContentdam_s5_g1_t1_Img1Label,.gx-label.ReadonlyBlobContentdam_s5_g1_t1_Img1Label,.gx-label.BlobInputdam_s5_g1_t1_Img1Label,.gx-label.Readonlydam_s5_g1_t1_Img1Label,.gx-label.dam_s5_g1_t1_txt1Label,.gx-label.BlobContentdam_s5_g1_t1_txt1Label,.gx-label.ReadonlyBlobContentdam_s5_g1_t1_txt1Label,.gx-label.BlobInputdam_s5_g1_t1_txt1Label,.gx-label.Readonlydam_s5_g1_t1_txt1Label,.gx-label.dam_s5_g1_t1_txt2Label,.gx-label.BlobContentdam_s5_g1_t1_txt2Label,.gx-label.ReadonlyBlobContentdam_s5_g1_t1_txt2Label,.gx-label.BlobInputdam_s5_g1_t1_txt2Label,.gx-label.Readonlydam_s5_g1_t1_txt2Label,.gx-label.c_s3_g1_Img1Label,.gx-label.BlobContentc_s3_g1_Img1Label,.gx-label.ReadonlyBlobContentc_s3_g1_Img1Label,.gx-label.BlobInputc_s3_g1_Img1Label,.gx-label.Readonlyc_s3_g1_Img1Label,.gx-label.c_s3_g1_txt1Label,.gx-label.BlobContentc_s3_g1_txt1Label,.gx-label.ReadonlyBlobContentc_s3_g1_txt1Label,.gx-label.BlobInputc_s3_g1_txt1Label,.gx-label.Readonlyc_s3_g1_txt1Label,.gx-label.c_s3_t1_txt1Label,.gx-label.BlobContentc_s3_t1_txt1Label,.gx-label.ReadonlyBlobContentc_s3_t1_txt1Label,.gx-label.BlobInputc_s3_t1_txt1Label,.gx-label.Readonlyc_s3_t1_txt1Label,.gx-label.c_s4_htmlLabel,.gx-label.BlobContentc_s4_htmlLabel,.gx-label.ReadonlyBlobContentc_s4_htmlLabel,.gx-label.BlobInputc_s4_htmlLabel,.gx-label.Readonlyc_s4_htmlLabel,.gx-label.c_s4_Img1Label,.gx-label.BlobContentc_s4_Img1Label,.gx-label.ReadonlyBlobContentc_s4_Img1Label,.gx-label.BlobInputc_s4_Img1Label,.gx-label.Readonlyc_s4_Img1Label,.gx-label.s_s4_g1_txt1Label,.gx-label.BlobContents_s4_g1_txt1Label,.gx-label.ReadonlyBlobContents_s4_g1_txt1Label,.gx-label.BlobInputs_s4_g1_txt1Label,.gx-label.Readonlys_s4_g1_txt1Label,.gx-label.s_s5_t1_txt1Label,.gx-label.BlobContents_s5_t1_txt1Label,.gx-label.ReadonlyBlobContents_s5_t1_txt1Label,.gx-label.BlobInputs_s5_t1_txt1Label,.gx-label.Readonlys_s5_t1_txt1Label,.gx-label.s_s5_t1_Img1Label,.gx-label.BlobContents_s5_t1_Img1Label,.gx-label.ReadonlyBlobContents_s5_t1_Img1Label,.gx-label.BlobInputs_s5_t1_Img1Label,.gx-label.Readonlys_s5_t1_Img1Label,.gx-label.s_s5_g1_txt1Label,.gx-label.BlobContents_s5_g1_txt1Label,.gx-label.ReadonlyBlobContents_s5_g1_txt1Label,.gx-label.BlobInputs_s5_g1_txt1Label,.gx-label.Readonlys_s5_g1_txt1Label,.gx-label.s_s5_g1_txt2Label,.gx-label.BlobContents_s5_g1_txt2Label,.gx-label.ReadonlyBlobContents_s5_g1_txt2Label,.gx-label.BlobInputs_s5_g1_txt2Label,.gx-label.Readonlys_s5_g1_txt2Label,.gx-label.s_s6_txt1Label,.gx-label.BlobContents_s6_txt1Label,.gx-label.ReadonlyBlobContents_s6_txt1Label,.gx-label.BlobInputs_s6_txt1Label,.gx-label.Readonlys_s6_txt1Label,.gx-label.s_s6_g1_txt1Label,.gx-label.BlobContents_s6_g1_txt1Label,.gx-label.ReadonlyBlobContents_s6_g1_txt1Label,.gx-label.BlobInputs_s6_g1_txt1Label,.gx-label.Readonlys_s6_g1_txt1Label,.gx-label.s_s6_g1_txt2Label,.gx-label.BlobContents_s6_g1_txt2Label,.gx-label.ReadonlyBlobContents_s6_g1_txt2Label,.gx-label.BlobInputs_s6_g1_txt2Label,.gx-label.Readonlys_s6_g1_txt2Label,.gx-label.s_s7_txt_titleLabel,.gx-label.BlobContents_s7_txt_titleLabel,.gx-label.ReadonlyBlobContents_s7_txt_titleLabel,.gx-label.BlobInputs_s7_txt_titleLabel,.gx-label.Readonlys_s7_txt_titleLabel,.gx-label.s_s7_grid_ImgLabel,.gx-label.BlobContents_s7_grid_ImgLabel,.gx-label.ReadonlyBlobContents_s7_grid_ImgLabel,.gx-label.BlobInputs_s7_grid_ImgLabel,.gx-label.Readonlys_s7_grid_ImgLabel,.gx-label.s_s7_ImgLabel,.gx-label.BlobContents_s7_ImgLabel,.gx-label.ReadonlyBlobContents_s7_ImgLabel,.gx-label.BlobInputs_s7_ImgLabel,.gx-label.Readonlys_s7_ImgLabel,.gx-label.s_s7_grid_txtLabel,.gx-label.BlobContents_s7_grid_txtLabel,.gx-label.ReadonlyBlobContents_s7_grid_txtLabel,.gx-label.BlobInputs_s7_grid_txtLabel,.gx-label.Readonlys_s7_grid_txtLabel,.gx-label.s_s8_t1_txt1Label,.gx-label.BlobContents_s8_t1_txt1Label,.gx-label.ReadonlyBlobContents_s8_t1_txt1Label,.gx-label.BlobInputs_s8_t1_txt1Label,.gx-label.Readonlys_s8_t1_txt1Label,.gx-label.s_s8_t1_txt2Label,.gx-label.BlobContents_s8_t1_txt2Label,.gx-label.ReadonlyBlobContents_s8_t1_txt2Label,.gx-label.BlobInputs_s8_t1_txt2Label,.gx-label.Readonlys_s8_t1_txt2Label,.gx-label.s_plan_nombreLabel,.gx-label.BlobContents_plan_nombreLabel,.gx-label.ReadonlyBlobContents_plan_nombreLabel,.gx-label.BlobInputs_plan_nombreLabel,.gx-label.Readonlys_plan_nombreLabel,.gx-label.s_plan_caracteristicaLabel,.gx-label.BlobContents_plan_caracteristicaLabel,.gx-label.ReadonlyBlobContents_plan_caracteristicaLabel,.gx-label.BlobInputs_plan_caracteristicaLabel,.gx-label.Readonlys_plan_caracteristicaLabel,.gx-label.s_s8_Img1Label,.gx-label.BlobContents_s8_Img1Label,.gx-label.ReadonlyBlobContents_s8_Img1Label,.gx-label.BlobInputs_s8_Img1Label,.gx-label.Readonlys_s8_Img1Label,.gx-label.s_s2_Img1Label,.gx-label.BlobContents_s2_Img1Label,.gx-label.ReadonlyBlobContents_s2_Img1Label,.gx-label.BlobInputs_s2_Img1Label,.gx-label.Readonlys_s2_Img1Label,.gx-label.s_s3_t1_txt1Label,.gx-label.BlobContents_s3_t1_txt1Label,.gx-label.ReadonlyBlobContents_s3_t1_txt1Label,.gx-label.BlobInputs_s3_t1_txt1Label,.gx-label.Readonlys_s3_t1_txt1Label,.gx-label.s_s3_t1_Img1Label,.gx-label.BlobContents_s3_t1_Img1Label,.gx-label.ReadonlyBlobContents_s3_t1_Img1Label,.gx-label.BlobInputs_s3_t1_Img1Label,.gx-label.Readonlys_s3_t1_Img1Label
{
	white-space: normal;
	font-size: 10pt;
	font-weight: bold;
}
.AssociationTitle
{
	font-size: 11pt;
}
.SmallText
{
	font-size: 7.8pt;
	text-align: center;
}
.SelectedTab
{
	background-image: none;
	font-size: 14px;
	font-weight: normal;
	line-height:25px;
}
.UnSelectedTab
{
	background-image: none;
	font-size: 14px;
	font-weight: normal;
}
.DataDescription,.DataDescriptionLogin
{
	padding-bottom: 16px;
	padding-left: 5px;
	display: block;
	white-space: normal;
	font-size: 10pt;
	font-weight: normal;
}
.DataDescriptionLogin
{
	padding-bottom: 0px;
	padding-top: 0px;
}
.TextBlockTitleWWP,.WizardTitle,.TextBlockTitleWWPTab,.TextBlockTitleNotAuthorized,.WizardStepDescription,.TextBlockTitleMaster,.TextBlockTitleMaterial
{
	white-space: normal;
	font-size: 15pt;
	font-weight: normal;
	line-height:30px;
}
.TextBlockTitleWWPTab
{
	font-size: 12pt;
}
.WizardStepDescription
{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12pt;
}
.TextBlockTitleMaster,.TextBlockTitleMaterial
{
	font-size: 21px;
	font-weight: 400;
	line-height:30px;
	line-height:30px;
}
.TextBlockTitleMaterial
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 20px;
	font-weight: 300;
}
.DataFilterDescription,.DataFixedFilterDescription,.DataFilterDescriptionPrefix
{
	padding-left: 8px;
	padding-right: 2px;
	font-size: 10pt;
}
.DataFixedFilterDescription
{
	margin-right: 5px;
	font-weight: bold;
}
.DataFilterDescriptionPrefix
{
	padding-left: 0px;
}
.DescriptionWhite
{
	color: white;
}
.StepNumber,.StepNumberSelected
{
	padding-right: 0px;
	font-size: 12px;
}
.StepNumberSelected
{
	color: white;
}
.StepNumberBullet,.StepNumberBulletSelected
{
	padding-right: 0px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.StepNumberBulletSelected
{
	font-size: 16px;
}
.TextBlockNotAuthorized
{
	font-size: 14px;
}
.TextBlockNotAuthorized:before
{
	font-size: 14px;
	content: '';
}

.TextBlockMoreInfoCard,.TextBlockMoreInfoAdmin
{
	font-size: 12px;
	color: #999;
}
.TextBlockMoreInfoAdmin
{
	padding-bottom: 3px;
	padding-top: 3px;
	color: rgba(255,255,255,0.8);
}
.TextBlockMoreInfoAdmin:before
{
	color: rgba(255,255,255,0.8);
	content: '';
}

.SimpleCardTitle
{
	padding-top: 8px;
	font-size: 18px;
	font-weight: 400;
}
.TextBlockShowingOnly
{
	padding-left: 6px;
	font-style: italic;
	line-height:30px;
}
.PageTitleClassText
{
	background-repeat: no-repeat;
	padding-right: 70px;
	font-size: 35px;
	background: url("http://localhost:88/SitioAsobacen.NetEnvironment/Resources/WorkWithPlusTheme/header_icon.png") no-repeat center right;
	 background-size: 50px;
}
.RegularText
{
	font-size: 15px;
	color: #000;
}
.table_ChangePosition_Title
{
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 15px;
	color: #000;
}
.FreeStyleGrid,.TrnSublevelGrid,.RecentLinksGrid,.FreeStyleHomeModulesBig,.FreeStyleHomeModules,.FreeStyleHomeModulesBigDark,.FreeStyleGridMPSearch,.FreeStyleSteps,.VerticalTabGrid,.ColumnsSelectorFreeStyleGrid,.FreeStyleGridWithHeader,.s1_t1_Grid1,.dam_s5_g1,.c_s3_g1,.s_s4_g1,.grid_servicio_plan,.s_s5_g1
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-style: none;
	border-width: 0px;
	width: 100%;
}

.FreeStyleGrid>tbody>tr,.FreeStyleGrid>[data-gxrow]
{
	background-color: transparent;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.FreeStyleGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.TrnSublevelGrid>tbody>tr,.TrnSublevelGrid>[data-gxrow]
{
	background-color: transparent;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.TrnSublevelGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.TrnSublevelGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .TrnSublevelGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.TrnSublevelGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.TrnSublevelGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.RecentLinksGrid>tbody>tr,.RecentLinksGrid>[data-gxrow]
{
	background-color: transparent;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.RecentLinksGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.RecentLinksGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .RecentLinksGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.RecentLinksGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.RecentLinksGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.FreeStyleHomeModulesBig>tbody>tr,.FreeStyleHomeModulesBig>[data-gxrow]
{
	background-color: transparent;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleHomeModulesBig[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleHomeModulesBig[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleHomeModulesBig[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.FreeStyleHomeModulesBig[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleHomeModulesBig[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.FreeStyleHomeModules>tbody>tr,.FreeStyleHomeModules>[data-gxrow]
{
	background-color: transparent;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleHomeModules[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleHomeModules[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleHomeModules[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.FreeStyleHomeModules[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleHomeModules[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.FreeStyleHomeModulesBigDark>tbody>tr,.FreeStyleHomeModulesBigDark>[data-gxrow]
{
	background-color: transparent;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleHomeModulesBigDark[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleHomeModulesBigDark[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleHomeModulesBigDark[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.FreeStyleHomeModulesBigDark[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleHomeModulesBigDark[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.FreeStyleGridMPSearch>tbody>tr,.FreeStyleGridMPSearch>[data-gxrow]
{
	background-color: transparent;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleGridMPSearch[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleGridMPSearch[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleGridMPSearch[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.FreeStyleGridMPSearch[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleGridMPSearch[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.FreeStyleSteps
{
	position: relative;
}

.FreeStyleSteps>tbody>tr,.FreeStyleSteps>[data-gxrow]
{
	background-color: transparent;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleSteps[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleSteps[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleSteps[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.FreeStyleSteps[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleSteps[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.VerticalTabGrid>tbody>tr,.VerticalTabGrid>[data-gxrow]
{
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.VerticalTabGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #fff;
}

.VerticalTabGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.VerticalTabGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.ColumnsSelectorFreeStyleGrid
{
	height: 100%;
}

.ColumnsSelectorFreeStyleGrid>tbody>tr,.ColumnsSelectorFreeStyleGrid>[data-gxrow]
{
	background-color: transparent;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.ColumnsSelectorFreeStyleGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.ColumnsSelectorFreeStyleGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .ColumnsSelectorFreeStyleGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.ColumnsSelectorFreeStyleGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.ColumnsSelectorFreeStyleGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.FreeStyleGridWithHeader
{
	border-top: none;
	border-bottom-color: #eaeaea;
	border-left-color: #eaeaea;
	border-right-color: #eaeaea;
	border-style: solid;
	border-width: 1px;
	border-collapse:collapse !important;
}

.FreeStyleGridWithHeader>tbody>tr,.FreeStyleGridWithHeader>[data-gxrow]
{
	background-color: transparent;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	border-collapse:collapse !important;
}

.FreeStyleGridWithHeader[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
	border-collapse:collapse !important;
}

.FreeStyleGridWithHeader[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleGridWithHeader[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
	border-collapse:collapse !important;
}

.FreeStyleGridWithHeader[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
	border-collapse:collapse !important;
}

.FreeStyleGridWithHeader[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
	border-collapse:collapse !important;
}

.s1_t1_Grid1>tbody>tr,.s1_t1_Grid1>[data-gxrow]
{
	background-color: transparent;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.s1_t1_Grid1[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.s1_t1_Grid1[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .s1_t1_Grid1[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.s1_t1_Grid1[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.s1_t1_Grid1[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.dam_s5_g1
{
	margin-bottom: -200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding-bottom: 66px;
	padding-top: 45px;
	width: 80%;
}

.dam_s5_g1>tbody>tr,.dam_s5_g1>[data-gxrow]
{
	background-color: transparent;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.dam_s5_g1[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.dam_s5_g1[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .dam_s5_g1[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.dam_s5_g1[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.dam_s5_g1[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.c_s3_g1>tbody>tr,.c_s3_g1>[data-gxrow]
{
	background-color: transparent;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.c_s3_g1[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.c_s3_g1[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .c_s3_g1[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.c_s3_g1[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.c_s3_g1[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.s_s4_g1>tbody>tr,.s_s4_g1>[data-gxrow]
{
	background-color: transparent;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.s_s4_g1[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.s_s4_g1[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .s_s4_g1[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.s_s4_g1[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.s_s4_g1[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.grid_servicio_plan>tbody>tr,.grid_servicio_plan>[data-gxrow]
{
	background-color: transparent;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.grid_servicio_plan[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.grid_servicio_plan[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .grid_servicio_plan[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.grid_servicio_plan[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.grid_servicio_plan[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.s_s5_g1
{
	padding-bottom: 5%;
	padding-top: 5%;
}

.s_s5_g1>tbody>tr,.s_s5_g1>[data-gxrow]
{
	background-color: transparent;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.s_s5_g1[data-bkgstyle='none']>tbody>tr
{
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.s_s5_g1[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .s_s5_g1[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.s_s5_g1[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.s_s5_g1[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.Hyperlink
{
	border-style: none;
	border-width: 0px;
	font-family: muli,sans-serif;
	font-size: 8.25pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
.Messages,.ErrorMessages,.WarningMessages
{
	border-bottom-color: gray;
	border-left-color: gray;
	border-right-color: gray;
	border-top-color: gray;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	color: #808080;
}
.ErrorMessages
{
	padding-left: 5px;
	top: 10px;
	font-size: 9pt;
	z-index:3 !important;
}
.WarningMessages
{
	margin-left: 5px;
	min-height: 34px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	z-index:3 !important;
}
.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';
}
.ReadonlyAttributeLandingPurusTestimonialDescription:after 
{
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid rgba(255,255,255,.35);
	left: 70px;
	position: absolute;
	top: 100%;
	content:"";
}
.TableContentLandingPurusTestimonials .GridPageController .slick-prev:before, .TableContentLandingPurusTestimonials .GridPageController .slick-next:before 
{
	font-size: 50px;
	color: white;
}
.LandingPurusCustomersHGridCell .GridPageController .slick-prev:before, .LandingPurusCustomersHGridCell .GridPageController .slick-next:before 
{
	position: absolute;
	font-size: 50px;
	color: #aaa;
}
.LandingPurusCustomersHGridCell .GridPageController .slick-prev 
{
	left: -55px;
	position: absolute;
}
.AttributeLandingPurusContactLabel:before 
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-right: 6px;
	padding-top: 0px;
	height: 12px;
	width: 12px;
	display: inline-block;
	content:"";
	padding-top:0;
}
.DscTop>DIV>.AttributeLandingPurusContactLabel.gx-label 
{
	padding-top: 15px;
	font-size: 15px;
}
.ReadonlyAttributeLandingPurusFooter>A,.ReadonlyAttributeLandingPurusFooterSuboption>A,.ReadonlyAttributeLandingPurusFooter>A:link,.ReadonlyAttributeLandingPurusFooterSuboption>A:link,.ReadonlyAttributeLandingPurusFooter>A:visited,.ReadonlyAttributeLandingPurusFooterSuboption>A:visited 
{
	color: white;
	-moz-transition:color .15s ease-out;
	-ms-transition:color .15s ease-out;
	-o-transition:color .15s ease-out;
	transition:color .15s ease-out;
	-webkit-transition:color .15s ease-out;
}
.ReadonlyAttributeLandingPurusFooter>A:hover,.ReadonlyAttributeLandingPurusFooterSuboption>A:hover 
{
	text-decoration: none;
}
.LandingPurusFixedHeaderAlignLeft .CellHeaderBar 
{
	width: 100%;
}
.TableContentLandingPurusHorizontalGrid .gx-attribute 
{
	height: 170px;
	width: 160px;
	display: table-cell;
	vertical-align: middle;
}
.HorizontalStickyMenuHeaderCell.FixedHeader .slimmenu.RegularBackgroundColorOption:not(.collapsed)>li.SelectedMenuItem>a 
{
	color: white;
}
.ElementInStickyMenuHeaderCell.FixedHeader.TopRightFixedHeader .ButtonAsLink,.ElementInStickyMenuHeaderCell.FixedHeader.TopRightFixedHeader .ButtonAsLinkBold,.ElementInStickyMenuHeaderCell.FixedHeader.TopRightFixedHeader .FontColorIconBookmarkTitleAdded,.ElementInStickyMenuHeaderCell.FixedHeader.TopRightFixedHeader .FontColorIconBookmarkTitle,.ElementInStickyMenuHeaderCell.FixedHeader.TopRightFixedHeader .DropDownNotification>button>i 
{
	color: #727272;
}
.HorizontalStickyMenuHeaderCell.FixedHeader.LandingPurusFixedHeaderAlignLeft>.TableHeaderLandingPurus 
{
	margin-left: 15px;
}
.ElementInStickyMenuHeaderCell.TopRightFixedHeader.FixedHeader .DropDownOptionsHeader .btn-default 
{
	color: #727272;
}
.ElementInStickyMenuHeaderCell.TopRightFixedHeader.FixedHeader 
{
	top: -2px;
}
.HorizontalStickyMenuHeaderCell.FixedHeader>.TableHeaderLandingPurus 
{
	padding-top: 0px;
}
.HorizontalStickyMenuHeaderCell.FixedHeader .ImageTop 
{
	display: none;
}
.HorizontalStickyMenuHeaderCell.FixedHeader .ImageTop.LogoVisibleStickyMenu 
{
	display: inherit;
}
.HorizontalStickyMenuHeaderCell .LogoVisibleStickyMenu 
{
	display: none;
}
.HorizontalStickyMenuHeaderCell.FixedHeader 
{
	background-color: rgba(255,255,255,0);
	border-bottom: 0px solid #e7e7e7;
	left: 0px;
	padding-bottom: 60px;
	padding-left: 15px;
	padding-top: 0px;
	position: relative;
	color: #0080fa;
	left:0;
}
.HorizontalStickyMenuHeaderCell.FixedHeader  .ImageTop 
{
	margin-top: 17px;
	height: 26px;
}
.HorizontalStickyMenuHeaderCell.FixedHeader  .slimmenu.RegularBackgroundColorOption>li>a:hover 
{
	color: white;
}
.HorizontalStickyMenuHeaderCell.FixedHeader  .slimmenu.RegularBackgroundColorOption>li>a 
{
	color: #0080fa;
}
.HorizontalStickyMenuHeaderCell.FixedHeader .CellAttributeSearch 
{
	border-color: #727272;
}
.HorizontalStickyMenuHeaderCell.FixedHeader .AttributeSearch, .HorizontalStickyMenuHeaderCell.FixedHeader .CellAttributeSearch i 
{
	color: #727272;
}
.HorizontalStickyMenuHeaderCell.FixedHeader .AttributeSearch::placeholder 
{
	color: #727272;
}
.HorizontalStickyMenuHeaderCell.FixedHeader .AttributeSearch:-ms-input-placeholder 
{
	color: #727272;
}
.slimmenu.RegularBackgroundColorOption  LI
{
	padding-bottom: 8px;
	padding-top: 8px;
}
.slimmenu.RegularBackgroundColorOption  LI .sub-toggle>i 
{
	display: none;
}
.slimmenu.RegularBackgroundColorOption  LI A
{
	background-color: transparent;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	position: relative;
	font-family: muli,sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #969696;
	text-align: left;
	transition:padding .2s cubic-bezier(.22,.61,.36,1),color .2s ease-out;
	-webkit-transition:padding .2s cubic-bezier(.22,.61,.36,1),color .2s ease-out;
}
.slimmenu.RegularBackgroundColorOption  LI UL
{
	opacity:0;
}
.slimmenu.RegularBackgroundColorOption  LI.open>a
{
	background-color: transparent;
	position: inherit;
	color: white;
}
.slimmenu.RegularBackgroundColorOption  UL LI.open>a
{
	color: inherit;
}
.slimmenu.RegularBackgroundColorOption>li.open>a 
{
	position: inherit;
	color: #0080fa;
}
.slimmenu.RegularBackgroundColorOption>li:not(.has-submenu.hiddenInSlider)>a:hover 
{
	background-color: transparent;
	position: relative;
}
.slimmenu.RegularBackgroundColorOption>li 
{
	margin-left: 2px;
	margin-right: 2px;
	height: auto;
	padding-top: 0 !important;
	padding-bottom: 0px !important;
}
.slimmenu.RegularBackgroundColorOption>li.has-submenu 
{
	color: #0080fa;
	padding-bottom: 2px !important;
}
.slimmenu.RegularBackgroundColorOption>li>a 
{
	background-color: transparent;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}
.slimmenu.RegularBackgroundColorOption li>ul 
{
	background-color: #fff;
	border-style: solid;
	border-width: 7px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #0080fa;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.slimmenu.RegularBackgroundColorOption LI.has-submenu UL A:hover 
{
	background-color: transparent;
	padding-left: 30px;
	padding-right: 20px;
	border-right:0;
	border-top:0;
	border-bottom:0;
}
.slimmenu.RegularBackgroundColorOption>li.open UL 
{
	opacity: 1;
	left: -50%;
	transition:linear,opacity 0.25s linear 0.25s;
}
.slimmenu.RegularBackgroundColorOption>li:not(.has-submenu.hiddenInSlider):hover:before, .slimmenu.RegularBackgroundColorOption>li:not(.hiddenInSlider).SelectedMenuItem:before 
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	content:'';
	left:0;
	top:0;
	transform:scale(1);
	transition:all 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.slimmenu.RegularBackgroundColorOption>li:before 
{
	left: 0px;
	top: 0px;
	height: 34px;
	width: 100%;
	content:'';
	left:0;
	top:0;
	transform:scale(0);
	transition:all 150ms ease 0ms;
}
.slimmenu.RegularBackgroundColorOption LI.has-submenu UL A:before 
{
	left: 0px;
	position: absolute;
	top: 2px;
	height: 22px;
	width: 5px;
	display: block;
	color: #0080fa;
	content:'';
	left:0;
	-ms-transform:scaley(0);
	transform:scaley(0);
	transition:transform .2s cubic-bezier(.22,.61,.36,1);
	-webkit-transform:scaley(0);
	-webkit-transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);
}
.slimmenu.collapsed.RegularBackgroundColorOption LI.has-submenu UL A:before 
{
	width: 0px;
}
.slimmenu.collapsed.RegularBackgroundColorOption>li.SelectedMenuItem:not(.has-submenu.hiddenInSlider.dummy)>a 
{
	font-weight: bold;
}
.slimmenu.RegularBackgroundColorOption LI.has-submenu UL A:hover:before,.slimmenu.RegularBackgroundColorOption LI.has-submenu UL li.open>A:before 
{
	color: #0080fa;
	-ms-transform:scaley(1);
	transform:scaley(1);
	transition:transform .2s cubic-bezier(.22,.61,.36,1);
	-webkit-transform:scaley(1);
	-webkit-transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);
}
.HorizontalMenuCell>DIV 
{
	padding-top: 1px;
}
.slimmenu.collapsed.RegularBackgroundColorOption li ul 
{
	background-color: rgba(255,255,255,0);
	opacity: 1;
	padding-left: 20px;
	padding-top: 0px;
	box-shadow:none;
}
.slimmenu.collapsed.RegularBackgroundColorOption li ul li 
{
	background-color: rgba(255,255,255,0);
}
.slimmenu.collapsed.RegularBackgroundColorOption LI.has-submenu UL A:hover 
{
	border-bottom: 1px solid;
	border-bottom-color: #eaeaea;
	padding-left: 0px;
}
.slimmenu.collapsed.RegularBackgroundColorOption li 
{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-bottom:0;
	padding-top:0;
}
.slimmenu.collapsed.RegularBackgroundColorOption li:not(.has-submenu.hiddenInSlider.dummy) a 
{
	background-color: transparent;
	border-bottom-color: #eaeaea;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 20px;
	font-weight: normal;
}
.slimmenu.collapsed.RegularBackgroundColorOption li .sub-toggle:before 
{
	display: inline-block;
	font-family: "font awesome 5 free";
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	content:"";
	line-height:40px;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	    transform: rotate(270deg);
}
.slimmenu.collapsed.RegularBackgroundColorOption li .sub-toggle.expanded:before 
{
	transform:rotate(0deg);
}
.slimmenu.collapsed.RegularBackgroundColorOption>li:not(.has-submenu.hiddenInSlider.dummy):hover:before, .slimmenu.collapsed.RegularBackgroundColorOption>li.SelectedMenuItem:before,.slimmenu.collapsed.RegularBackgroundColorOption li a:hover 
{
	background-color: transparent;
}
.slimmenu.collapsed.RegularBackgroundColorOption 
{
	background-color: rgba(255,255,255,0);
	overflow: visible;
	padding-top: 10px;
}
.slimmenu.RegularBackgroundColorOption>li.has-submenu> a 
{
	padding-right: 10px;
	color: #000;
}
.dp_container~DIV>.ErrorMessages 
{
	margin-bottom: -2px;
	margin-left: 6px;
}
.ViewCellRightItem>.TextBlock 
{
	padding-left: 3px;
	padding-right: 0px;
	vertical-align: sub;
}
.TableViewCardsCell .TextBlockLink,.TableViewExpanded .TextBlockLink 
{
	top: 14px;
}
.CellMarginLogin .TableLogin2Cols .DataContentCellFL 
{
	padding-left: 30px;
	padding-right: 30px;
}
.CellMarginLogin .DataContentCellFL 
{
	padding-left: 5px;
}
.TableContainerStepBullet>tbody>tr>td>table>tbody>tr>td:nth-child(1) 
{
	width: 50%;
	vertical-align:middle !important;
}
.TableContainerStepBullet>tbody>tr>td>table>tbody>tr>td:nth-child(3) 
{
	width: 50%;
	vertical-align:middle !important;
}
.TableContainerStepBullet>tbody>tr:nth-child(2)>td 
{
	padding-top: 5px;
	text-align: center;
}
.TableContainerStep>tbody>tr>td:nth-child(2), .TableContainerStepSelected>tbody>tr>td:nth-child(2) 
{
	padding-left: 15px;
	padding-right: 5px;
}
.TableContainerStep>tbody>tr>td:nth-child(3), .TableContainerStepSelected>tbody>tr>td:nth-child(3) 
{
	height: 60px;
	padding-right:15px !important;
}
.TableCardsMenu:hover, .TableCardsMenu2x:hover 
{
	-moz-transition:.2s linear;
	-ms-transition:.2s linear;
	transition:.2s linear;
}
.CardsMenuProgressIndicatorCircle .ProgressIndicatorCircle  .CircleCaption 
{
	font-size: 10pt;
	font-weight: normal;
	color: white;
}
.TableCardsMenuOptionWCCircle circle.BackCircle 
{
	opacity: 0.4;
}
.TableCardsMenuOptionWCCircle .ProgressIndicatorCircle circle.ProgressCircle 
{
	stroke: white;
}
.TableCardsMenuOptionWCPB  .progress-bar 
{
	background-color: white;
}
.TableCardsMenuOptionWCPB  .progress 
{
	background-color: rgba(255,255,255,0.53);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-bottom: 12px;
	height: 10px;
}
.toggle-container 
{
	display: inline-block;
}
.ActionGroupHeader.ActionGroupHeaderSquare .btn IMG 
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	max-height: 30px;
}
.ActionGroupHeader.ActionGroupHeaderSquare .ddoMenuUserInfo IMG 
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableMainWithShadow .GridNoBorderCell:not(.NestedGridCell) .PaginationBar, .tab-content .GridNoBorderCell:not(.NestedGridCell) .PaginationBar,.TableMainPrompt .GridNoBorderCell:not(.NestedGridCell) .PaginationBar 
{
	padding-bottom: 0px;
}
.TableMainWithShadow .GridNoBorderCell:not(.NestedGridCell)>div, .tab-content .GridNoBorderCell:not(.NestedGridCell)>div, .TableMainPrompt .GridNoBorderCell:not(.NestedGridCell)>div, .ViewGridNoBorderCell .GridNoBorderCell:not(.NestedGridCell)>div 
{
	border-style: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-left: 0px;
	box-shadow:none;
}
.TableMainWithShadow .GridNoBorderCell:not(.NestedGridCell), .tab-content .GridNoBorderCell:not(.NestedGridCell),.TableMainPrompt .GridNoBorderCell:not(.NestedGridCell) 
{
	padding-right: 0px;
}
.TableMainPrompt .WWFiltersCell 
{
	margin-left: 30px;
}
.AttributeFL~.input-group-btn 
{
	width: 1%;
}
.FloatingLabelEmpty INPUT::selection 
{
	background-color: transparent;
}
.FloatingLabelEmpty .AttributeFLLabel.control-label 
{
	position: relative;
	font-size: 16px;
	font-weight: 300;
	color: #67757c;
	-moz-transition:0.2s ease all;
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
.FloatingLabelEmpty INPUT 
{
	color: transparent;
}
.AttributeFLLabel.control-label 
{
	padding-top: 0px;
	position: relative;
	height: 24px;
	width: 100%;
	font-family: muli,sans-serif;
	font-size: 12px;
	text-align: left;
	-khtml-user-select:none;
	-moz-transition:0.2s ease all;
	-moz-user-select:none;
	-ms-user-select:none;
	transition:0.2s ease all;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-transition:0.2s ease all;
	-webkit-user-select:none;
	line-height:29px;
}
.AttributeFLLabel~div:not(.tooltip) 
{
	width: 100%;
}
.form-horizontal .checkbox 
{
	padding-top: 0px;
}
.form-horizontal .checkbox  LABEL.AttributeFL
{
	margin-bottom: -9px;
	padding-left: 26px;
	padding-top: 24px;
	min-height: 48px;
	width: 100%;
}
.AttributeFL.gx-checkbox-wrapper, .ReadonlyAttributeFL.gx-checkbox-wrapper 
{
	margin-bottom: -9px;
	padding-left: 26px;
	padding-top: 24px;
	min-height: 48px;
	width: 100%;
}
.ButtonColorFilled:hover, .ButtonColorFilled:focus, .ButtonColorFilledFullWidth:hover, .ButtonColorFilledFullWidth:focus, .ButtonColorFilled:active:focus, .ButtonColorFilledFullWidth:active:focus 
{
	color: white;
	box-shadow:none;
}
.ActionGroupColorFilledActions .ColumnsSelector.open>.btn-default 
{
	border-style: none;
	color: white;
	box-shadow:none;
}
.ActionGroupColorFilledActions .ColumnsSelector> .btn-default,.ActionGroupColorFilledActions>div>input 
{
	border-style: none;
	margin-right: 3pt;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-family: muli,sans-serif;
	font-size: 16px;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-shadow:none;
}
.ActionGroupColorFilledActions .ColumnsSelector>.btn-default:hover, .ActionGroupColorFilledActions .ColumnsSelector>.btn-default:active:focus, .ActionGroupColorFilledActions .ColumnsSelector>.btn-default:focus, .ActionGroupColorFilledActions .ColumnsSelector.open>BUTTON.btn-default, .ActionGroupColorFilledActions .ColumnsSelector.open>.btn-default:focus 
{
	border-style: none;
	color: white;
}
.AttributeEmptyValue INPUT::-moz-selection 
{
	background-color: transparent;
}
.TableSplitMasterListRow:hover 
{
	border-left-width:1px;
	border-right-width:1px;
}
.CalendarCombo 
{
	background-color: #f7f7f7;
	border-bottom-color: #f7f7f7;
	border-left-color: #f7f7f7;
	border-right-color: #f7f7f7;
	border-top-color: #f7f7f7;
	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 
{
	color: white;
}
.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;
}
.ComponentTrigger 
{
	margin-left: 4px;
	cursor: pointer;
}
.dojoDialog 
{
	background-color: #eaeaea;
	border-bottom-color: gray;
	border-left-color: gray;
	border-right-color: gray;
	border-top-color: gray;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
.RowDeleted 
{
	text-decoration: line-through;
}
.dp_container 
{
	position: relative;
}
.Dummy, Body>DIV.gx-mask 
{
	background-color: black;
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 1030;
	height: 100%;
	width: 100%;
	animation: entermask 1s;
	-webkit-animation: entermask 1s;
	-ms-filter:"alpha(opacity=10)";
	opacity:.10;
}
.gx-masked-relative 
{
	position: relative;
}
.GXProgressBar  .progress-bar-title 
{
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
}
.GeoLocOption 
{
	margin-left: 4px;
	margin-right: 4px;
	position: relative;
	top: 2px;
	cursor: pointer;
}
.PopupHeader 
{
	background-image: none;
	border-style: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-sizing: content-box;
	float: left;
	margin-bottom: -1px;
	margin-top: -1px;
	padding-bottom: 0px;
	padding-top: 15px;
	z-index: 1;
	width: 100%;
	cursor: move;
	font-family: muli,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	text-indent: 3px;
	vertical-align: bottom;
}
.PopupHeaderButton 
{
	background-image: url(../ClosePrompt.png);
	float: right;
	margin-right: 10px;
	height: 18px;
	width: 18px;
	cursor: pointer;
	text-align: right;
}
.PopupContent 
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.WorkWith TR:not(.WCD_tr) .ReadonlyAttribute 
{
	margin-left: 5px;
	margin-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	display: inline-block;
	overflow: inherit !important;
}
.WorkWith TR:not(.WCD_tr) span.ReadonlyAttribute.gx-download-placeholder 
{
	background-image: url(../VideoDownload.png);
	margin-left: 0px;
	height: 64px;
	max-height: 64px;
	width: 64px;
	display: inline-block;
}
.WorkWith TR:not(.WCD_tr) .gx-attribute .form-control:not(.Invisible) 
{
	display: block;
}
.WorkWith TR:not(.WCD_tr) .Attribute 
{
	margin-left: 0px;
	display: block;
}
.WorkWith TR:not(.WCD_tr) .AttributeCheckBox 
{
	padding-left: 0px;
}
.WorkWith TR:not(.WCD_tr) SELECT 
{
	width:auto !important;
}
.WorkWith TR:not(.WCD_tr) .input-group .Attribute 
{
	min-width: 135px;
}
.WorkWith TR:not(.WCD_tr) .input-group-btn 
{
	left: -5px;
}
.WorkWith TR:not(.WCD_tr) .input-group-btn>.btn-default 
{
	display: inline-grid;
}
.WorkWith TR:not(.WCD_tr) .gx-attribute .form-control.Invisible 
{
	display: none;
}
.WorkWith TR:not(.WCD_tr) .AttributeRealWidth 
{
	margin-left: 0px;
	display: block;
}
.WorkWith TR:not(.WCD_tr) .ReadonlyAttributeRealWidth 
{
	display: inline;
	overflow: inherit !important;
}
.WorkWith TR:not(.WCD_tr) .AttributeRealWidthCheckBox 
{
	margin-left: 5px;
	padding-left: 0px;
}
.WorkWith TR:not(.WCD_tr) .gx-attribute img.ReadonlyAttribute 
{
	max-height: 30px;
}
.WorkWith TR:not(.WCD_tr) input[type='checkbox']:before 
{
	line-height:inherit;
}
.WorkWith  .ExtendedCombo .btn-default 
{
	margin-bottom: 5px;
	margin-top: 5px;
	min-width: 206px;
}
.WorkWith  .checkbox .Attribute 
{
	border-style: none;
}
.WorkWith  .ConvertToDDO SELECT 
{
	height:0 !important;
}
.WorkWith  .checkbox LABEL SPAN INPUT 
{
	margin-top: 4px;
	margin-left:-14px !important;
}
.WorkWith  .checkbox LABEL INPUT 
{
	margin-left: 0px;
}
.WorkWith  .ErrorAttribute 
{
	margin-left: 0px;
}
.WorkWith  .ErrorMessages 
{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-left: 0px;
	top: auto;
	display: block;
	white-space: nowrap;
}
.WorkWith  .DVelopComboGridCell span.ErrorMessages 
{
	display: inline;
}
.WorkWith  .DVelopComboGridCell > input.ErrorAttribute + div 
{
	display:none !important;
}
.WorkWith  .DVelopComboGridCell > .ExtendedCombo .btn-default.Errorbtn 
{
	z-index: 101;
}
.WorkWith  .DVelopComboGridCell .Errorbtn + div 
{
	float: none;
}
.WorkWith  TR .WWIconActionColumn i 
{
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	padding-left: 6px;
	padding-right: 6px;
	width: 25px;
	font-size: 12px;
	text-align: center;
	line-height:25px;
}
.WorkWith  TR .WWIconActionColumn .ArrowIcon 
{
	background-color: transparent;
	font-size: 16px;
	line-height:22px;
	-moz-transition:transform 300ms ease-in-out;
	transition:transform 300ms ease-in-out;
	-webkit-transition:transform 300ms ease-in-out;
}
.WorkWith  TR .WWColumnDanger  A:link
{
	font-weight: bold;
}
.WorkWith  TR .WWColumnDanger  A:visited
{
	font-weight: bold;
}
.WorkWith  TR .WWColumnWarning  A:link
{
	font-weight: bold;
}
.WorkWith  TR .WWColumnWarning  A:visited
{
	font-weight: bold;
}
.WorkWith  TR .WWColumnSuccess  A:link
{
	font-weight: bold;
}
.WorkWith  TR .WWColumnSuccess  A:visited
{
	font-weight: bold;
}
.WorkWith  TR .WWColumnInfo  A:link
{
	font-weight: bold;
}
.WorkWith  TR .WWColumnInfo  A:visited
{
	font-weight: bold;
}
.WorkWith  TR .WWColumnGray  .ActionBaseColorAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR .WWColumnGray  A:link
{
	font-weight: bold;
	color: #808080;
}
.WorkWith  TR .WWColumnGray  A:visited
{
	font-weight: bold;
	color: #808080;
}
.WorkWith  TR .WWColumnGray  A:focus .ActionBaseColorAttribute 
{
	background-color: gray;
}
.WorkWith  TR .WWColumnGray.WWIconActionColumn i 
{
	background-color: #d9d9d9;
}
.WorkWith  TR .WWActionGroupColumn.WWColumnGray .dropdown-toggle.btn-default>i 
{
	color: #c8c8c8;
}
.WorkWith  TR .WWActionGroupColumn.WWColumnGray .dropdown-toggle.btn-default 
{
	border-bottom-color: #c8c8c8;
	border-left-color: #c8c8c8;
	border-right-color: #c8c8c8;
	border-top-color: #c8c8c8;
}
.WorkWith  TR .WWColumnGray Select 
{
	border-bottom-color: #c8c8c8;
	border-left-color: #c8c8c8;
	border-right-color: #c8c8c8;
	border-top-color: #c8c8c8;
}
.WorkWith  TR A:focus .WWActionGroupColumn .Attribute 
{
	color: black;
}
.WorkWith  TR:hover .WWColumnGray.WWIconActionColumn:hover i 
{
	background-color: gray;
}
.WorkWith  TR:hover .WWColumnGray .ConvertToDDO.bootstrap-select>Button.btn-default:hover 
{
	border-bottom-color: gray;
	border-left-color: gray;
	border-right-color: gray;
	border-top-color: gray;
}
.WorkWith  TR:hover .WWColumnGray .ConvertToDDO.bootstrap-select>Button.btn-default:hover>i 
{
	color: gray;
}
.WorkWith  TR:hover .WWColumnGray .ConvertToDDO.bootstrap-select>Button.btn-default>i 
{
	color: #c8c8c8;
}
.WorkWith  TR:hover .WWActionGroupColumn .ConvertToDDO>button 
{
	background-color: transparent;
}
.WorkWith  TR:hover .WWIconActionColumn i:hover 
{
	color: white;
}
.WorkWith  TR:hover .WWIconActionColumn .ArrowIcon 
{
	background-color: transparent;
}
.WorkWith  TR:hover .WWIconActionColumn .ArrowIcon:hover 
{
	background-color: transparent;
}
.WorkWith  TR:hover .BlackAttribute:hover 
{
	background-color: black;
}
.WorkWith  TR:hover .WWActionGroupColumn .Attribute 
{
	color: black;
}
.WorkWith  TR:hover .WWColumnDanger .ActionBaseColorAttribute 
{
	background-image: none;
}
.WorkWith  TR:hover .WWColumnDanger .ActionBaseColorAttribute:hover 
{
	background-image: none;
}
.WorkWith  TR:hover .WWColumnInfo .ActionBaseColorAttribute 
{
	background-image: none;
}
.WorkWith  TR:hover .WWColumnInfo .ActionBaseColorAttribute:hover 
{
	background-image: none;
}
.WorkWith  TR:hover .WWColumnSuccess .ActionBaseColorAttribute 
{
	background-image: none;
}
.WorkWith  TR:hover .WWColumnSuccess .ActionBaseColorAttribute:hover 
{
	background-image: none;
}
.WorkWith  TR:hover .WWColumnWarning .ActionBaseColorAttribute 
{
	background-image: none;
}
.WorkWith  TR:hover .WWColumnWarning .ActionBaseColorAttribute:hover 
{
	background-image: none;
}
.WorkWith  TR:hover .WWColumnGray .ActionBaseColorAttribute 
{
	background-color: #c8c8c8;
}
.WorkWith  TR:hover .WWColumnGray .ActionBaseColorAttribute:hover 
{
	background-color: gray;
	background-image: none;
}
.WorkWith  TR:hover BUTTON IMG
{
	opacity: .9;
}
.WorkWith  DIV.checkbox
{
	padding-top: 3px;
	min-width: 27px;
}
.ReadonlyInvisible 
{
	display: none;
}
.auto-width-tab-strip  UL.x-tab-strip
{
	width: auto;
}
.mask 
{
	background-color: #000;
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	display: none;
	opacity:.25;
	filter:alpha(opacity=25);
}
.mask.block-scrollbars 
{
	overflow: auto;
}
.masked select, .drag select, .hide-select select 
{
	_visibility:hidden;
}
.hide-scrollbars * 
{
	overflow: hidden;
}
.hide-scrollbars 
{
	overflow: hidden;
}
.hide-scrollbars  SELECT
{
	display: none;
}
.show-scrollbars 
{
	overflow: auto;
}
.Invisible 
{
	display: none;
}
.UnSelectedTabTable 
{
	background-image: none;
	width: 100%;
	font-family: muli,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	height: 42px !important;
}
.UnSelectedTabTable  A
{
	background-image: none;
	font-family: muli,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
.UnSelectedTabTable  TD
{
	background-image: none;
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
	line-height:18px;
}
.UnSelectedTabTable  TD:hover
{
	background-image: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.td5 
{
	width: 5%;
}
.td100 
{
	width: 100%;
}
.PopupBorder 
{
	background-color: white;
	border-bottom-color: rgba(0,0,0,0.2);
	border-left-color: rgba(0,0,0,0.2);
	border-right-color: rgba(0,0,0,0.2);
	border-top-color: rgba(0,0,0,0.2);
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	box-sizing: content-box;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
	z-index: 1050;
	outline:none;
}
.PopupShadow 
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.SelectedTabTable 
{
	width: 100%;
	height: 42px !important;
}
.SelectedTabTable  TD
{
	background-image: none;
	background-position: bottom;
	background-repeat: repeat-x;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
}
.ColumnsSelectorFreeStyleGrid TABLE 
{
	height: 100%;
	white-space: nowrap;
}
.TabsFreeStyleGrid TABLE 
{
	height: 100%;
}
.FreeStyleGrid TABLE 
{
	height: 100%;
}
.FreeStyleGrid TABLE  .ReadonlyGridTitle 
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.FreeStyleGrid TD 
{
	height: 100%;
}
.Table100x1004C  TD
{
	width: 25%;
}
.FreeStyleGrid100 TABLE 
{
	height: 100%;
}
.FreeStyleGrid100 TABLE  .ReadonlyGridTitle 
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.FreeStyleGrid100 TD 
{
	height: 100%;
}
.UnSelectedTab 
{
	font-family: muli,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.UnSelectedTab  A:link
{
	font-family: muli,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.UnSelectedTab  A:hover
{
	font-family: muli,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.UnSelectedTab  A:visited
{
	font-family: muli,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.ImageBlockCell IMG 
{
	display: block;
}
.ColumnsSelectorFreeStyleGrid IMG 
{
	display: block;
}
.GridFooter .Table 
{
	margin-left: auto;
	margin-right: auto;
}
.ColumnsSelectorFreeStyleGrid TD 
{
	height: 35px;
}
.ColumnsSelectorFreeStyleGrid  .GridTitle 
{
	height: 35px;
}
.GridTitleSortedAsc 
{
	background-image: url(../DDOSortedASC.png);
	background-position: 100% 60%;
	background-repeat: no-repeat;
	padding-right: 12px;
	cursor: pointer;
}
.GridTitleSortedAsc  A
{
	text-decoration: none;
	color: black;
}
.GridTitleSortedAsc  A:hover
{
	text-decoration: none;
}
.GridTitleSortedDsc 
{
	background-image: url(../DDOSortedDSC.png);
	background-position: 100% 60%;
	background-repeat: no-repeat;
	padding-right: 12px;
	cursor: pointer;
}
.GridTitleSortedDsc  A
{
	text-decoration: none;
	color: black;
}
.GridTitleSortedDsc  A:hover
{
	text-decoration: none;
}
.GridTitleSortable 
{
	cursor: pointer;
}
.GridTitleSortable  A
{
	text-decoration: none;
	color: black;
}
.GridTitleSortable  A:hover
{
	text-decoration: none;
}
.GridTitleSortedAscCS A 
{
	background-image: url(../DDOSortedASC.png);
	background-position: 100% 60%;
	background-repeat: no-repeat;
	padding-right: 18px;
	cursor: pointer;
}
.GridTitleSortedDscCS A 
{
	background-image: url(../DDOSortedDSC.png);
	background-position: 100% 60%;
	background-repeat: no-repeat;
	padding-right: 18px;
	cursor: pointer;
}
.GridTitleSortableCS A 
{
	cursor: pointer;
}
.ReadonlyGridTitle 
{
	color: black;
}
.ReadonlyGridTitle  A:link
{
	text-decoration: none;
	color: black;
}
.ReadonlyGridTitle  A:visited
{
	text-decoration: none;
	color: black;
}
.TableDynamicFiltersFlex SELECT 
{
	width: auto;
}
.TableDynamicFiltersFlex INPUT[type="text"].AttributeDate 
{
	width: 88px;
}
.TableDynamicFiltersFlex .gx-checkbox-wrapper 
{
	padding-left: 0px;
}
.TableDynamicFiltersFlex INPUT[type="text"].AttributeDateTime 
{
	width: auto;
}
.TableDynamicFiltersFlex .DynRowVisible 
{
	padding-bottom: 5px;
}
.TableDynamicFiltersFlex img 
{
	padding-left: 2px;
}
.TableDynamicFiltersFlex .TableMerged 
{
	margin-bottom: 0px;
}
.TableDynamicFiltersFlex .TableMerged  .form-group 
{
	margin-bottom: 0px;
}
.WorkWithEven 
{
	background-color: #fff;
	border-style: none;
	height: 40px;
}
.WorkWithOdd 
{
	border-style: solid;
	border-width: 1px;
	height: 40px;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.PopupTitle 
{
	padding-left: 18px;
	font-family: muli,sans-serif;
	font-size: 21px;
	font-weight: 500;
}
.BootstrapPanel-Gray 
{
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-top-color: #d9d9d9;
	background-color:whitesmoke !important;
}
.TableDynamicFiltersFlex TEXTAREA 
{
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-left: 10px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	height: 30px;
	width: 125px;
	display: inline-block;
	color: #444;
	vertical-align: middle;
}
.Form INPUT::-ms-clear 
{
	display: none;
}
.ManageFilters button 
{
	background-color: transparent;
	border-style: solid;
	border-width: 0px;
}
.input-group-btn 
{
	width: auto;
}
.input-group 
{
	border-collapse:collapse;
}
.input-group  .input-group-btn>A.btn 
{
	border-style: none;
	margin-left: -27px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	z-index: 3;
	line-height:17px;
	box-shadow:none;
}
.input-group  .form-control:focus + span.input-group-btn > a.btn 
{
	border-style: solid;
	border-width: 1px;
	box-shadow:none;
}
.input-group  .ErrorAttributeFL + span.input-group-btn > a.btn 
{
	border-width: 1px;
	border-left-width:1px;
}
.input-group  A.btn
{
	border-style: none;
	margin-left: -27px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	z-index: 2;
	height: 34px;
	line-height:17px;
}
.input-group  A.btn-default:hover
{
	padding-left: 6px;
	z-index: 6;
}
.DVBootstrapResponsivePanel>.panel-heading>.panel-title 
{
	font-family: muli,sans-serif;
}
.DVBootstrapResponsivePanel>.panel-heading 
{
	width:100% !important;
}
.Button:focus, .Button:active, .Button:active:focus 
{
	box-shadow: 0px 0px 8px SecondaryAction;
}
.btn-default:focus 
{
	outline:0;
	outline:thin;
}
.TableCellsWidthAuto  .col-sm-1 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-2 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-3 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-4 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-5 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-6 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-7 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-8 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-9 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-10 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-11 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-12 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-1 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-2 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-3 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-4 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-5 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-6 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-7 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-8 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-9 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-10 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-11 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-12 
{
	width: auto;
}
.panel-group 
{
	margin-bottom: 0px;
}
.dropdown-menu > li > a > img 
{
	margin-left: 2px;
	margin-right: 7px;
	width: 14px;
	vertical-align: middle;
}
.dropdown-menu > li > a 
{
	padding-bottom: 7px;
	padding-left: 5px;
	padding-top: 7px;
	font-family: muli,sans-serif;
}
.BtnImage:hover 
{
	background-color: transparent;
	opacity: 1;
}
.TableMerged TD 
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 3px;
	padding-top: 0px;
	vertical-align: bottom;
}
.modal-dialog 
{
	padding-bottom: 30px;
	padding-top: 10%;
}
.gx-tab-spacing-fix-2 
{
	border-collapse:collapse;
}
.ConvertToDDO.bootstrap-select>Button.btn-default 
{
	background-color: transparent;
	margin-left: 8px;
	margin-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	width: auto;
	text-align: center;
}
.ConvertToDDO.bootstrap-select>Button.btn-default  .bs-caret 
{
	display: none;
}
.ConvertToDDO.bootstrap-select>Button.btn-default>.filter-option 
{
	padding-left: 3px;
	padding-right: 3px;
	width: auto;
}
.WWActionGroupColumn .dropdown-toggle.btn-default>i 
{
	padding-left: 3px;
}
.ConvertToDDO .dropdown-menu.open li a 
{
	padding-left: 10px;
}
.ConvertToDDO .dropdown-menu.open 
{
	top: 22px;
}
.ConvertToDDO .dropdown-menu.open i 
{
	width: 24px;
}
.ConvertToDDO.open>Button.btn-default:focus 
{
	background-color: transparent;
}
.DataContentCellPrompt  .input-group-btn 
{
	width: 1px;
}
.BtnImage:focus 
{
	background-color: transparent;
	opacity: 1;
	box-shadow:none !important;
}
.checkbox LABEL SPAN 
{
	border-style: none;
}
.checkbox LABEL SPAN  INPUT
{
	margin-top: 2px;
	height: 14px;
	width: 14px;
}
.DataContentCellLogin .checkbox 
{
	padding-left: 0px;
	padding-right: 0px;
}
.TableDynamicFiltersFlex .gx-tab-padding-fix-1 
{
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
}
.TableDynamicFiltersFlex .gx-tab-padding-fix-1  .checkbox label 
{
	padding-left: 0px;
}
.TableDynamicFiltersFlex .gx-tab-padding-fix-1:last-child table 
{
	padding-left: 3px;
	width: 35px;
}
.TableDynamicFiltersFlex .gx-tab-padding-fix-1:last-child td img 
{
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.TableDynamicFiltersFlex .gx-tab-padding-fix-2 
{
	border-spacing:0px;
}
.FreeStyleGridWithHeaderOdd  .TextBlockFSWithHeaderTitle 
{
	margin-left: 2px;
	padding-right: 0px;
}
.TableMerged p.form-control-static 
{
	min-height: 0px;
}
.TableDynamicFiltersFlex .input-group 
{
	margin-left: -1px;
}
.CellNoMarginBottom .form-group 
{
	margin-bottom: 0px;
}
.FreeStyleGridWithHeader  TR A:focus .WWActionGroupColumn .Attribute 
{
	color: black;
}
.FreeStyleGridWithHeader  TR:hover .BlackAttribute:hover 
{
	background-color: black;
}
.FreeStyleGridWithHeader  TR:hover .WWActionGroupColumn .Attribute 
{
	color: black;
}
.CellViewTabsPosition .panel-group 
{
	margin-bottom: 10px;
}
.CellFormGroupMarginBottom5 .form-group 
{
	margin-bottom: 5px;
}
.TableLabel50Percent  LABEL.gx-label
{
	width: 50%;
}
.TableLabel50Percent  DIV.gx-attribute
{
	width: 50%;
}
.DataContentCellLogin .checkbox INPUT 
{
	margin-left: -20px;
	margin-left:-20px !important;
}
.ErrorViewerBullet  .gx-warning-message 
{
	background-image: url(../WarningIcon.png);
	background-repeat: no-repeat;
	padding-bottom: 4px;
	padding-left: 25px;
	padding-top: 4px;
	display: block;
}
.ErrorViewerBullet  .gx-error-message 
{
	background-image: url(../ErrorIcon.png);
	background-repeat: no-repeat;
	padding-bottom: 4px;
	padding-left: 25px;
	padding-top: 4px;
	display: block;
}
.TableMerged .form-group 
{
	margin-bottom: 0px;
}
.ColumnSettings 
{
	margin-left: 5px;
	padding-left: 5px;
	position: static;
	font-family: muli,sans-serif;
	font-size: 10pt;
	text-align: left;
}
.ColumnSettings  .input-group-btn>.btn-default 
{
	display: inline-block;
}
.ColumnSettings  .input-group-btn 
{
	text-indent: 0px;
	left:-1px !important;
}
.ColumnSettings  .input-group .Attribute 
{
	min-width: 95px;
}
.ColumnSettings  .Button 
{
	margin-right: 0px;
	margin-top: 0px;
	height: auto;
	width: 100%;
	margin-left:0px !important;
}
.ColumnSettings  .dropdown-menu 
{
	left: auto;
	margin-top: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
	top: auto;
	text-transform: none;
}
.ColumnSettings  .input-group 
{
	border-collapse:collapse;
}
.ColumnSettings  .input-group  A.btn
{
	margin-left: 0px;
	padding-left: 5px;
	padding-top: 5px;
}
.ColumnSettings  .input-group  INPUT
{
	margin-left: 0px;
	margin-top: 0px;
	height: 28px;
}
.ColumnSettings  .input-group-btn .btn 
{
	padding-top: 2px;
	height: 28px;
}
.ColumnSettings  .input-group-btn .btn  IMG
{
	max-width: 20px;
}
.ColumnSettings  .input-group>input.Attribute 
{
	padding-right: 30px;
}
.ColumnSettings  .LiFilterSelected 
{
	margin-left: 5px;
	margin-right: 15px;
	margin-top: 10px;
}
.ColumnSettings  .FilterOptionsMultiSelection  LI
{
	padding-left: 5px;
}
.ColumnSettings  .Filtered:focus,.ColumnSettings .FilteredSortedASC:focus,.ColumnSettings .FilteredSortedDSC:focus,.ColumnSettings .btn-default.dropdown-toggle:focus 
{
	outline: none !important;
	 box-shadow:none !important;
}
.ColumnSettings  .input-group i 
{
	text-indent: 0px;
}
.ColumnSettings  INPUT.Attribute
{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	height: 28px;
	margin-left:-2px !important;
	outline-style:none;
}
.ColumnSettings  BUTTON
{
	background-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	margin-right: 1px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	height: 17px;
}
.ColumnSettings  BUTTON IMG
{
	opacity: .6;
	float: left;
}
.ColumnSettings  BUTTON SPAN.caret
{
	display: none;
}
.FilterOptions 
{
	max-height: 120px;
	overflow-y:auto;
}
.FilterOptions  UL
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style-type: none;
	font-weight: normal;
	color: black;
}
.FilterOptions  UL A:hover
{
	text-decoration: none;
}
.FilterOptions  UL A
{
	clear: both;
	padding-bottom: 3px;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 3px;
	min-height: 25px;
	display: block;
	font-size: 10pt;
	text-decoration: none;
	text-indent: 0px;
	line-height:1.42857143;
}
.ColumnSettingsAlignTitleRight SPAN 
{
	margin-left: auto;
}
.TableDynamicFiltersFlex .AttributeCheckBox INPUT 
{
	margin-left: -5px;
}
.bootstrap-tagsinput 
{
	background-color: #fff;
	border-style: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-left: 2px;
	padding-right: 6px;
	padding-top: 0px;
	max-width: 365px;
	min-width: 215px;
	display: inline-block;
	cursor: text;
	color: #444;
	vertical-align: middle;
	line-height:28px;
}
.bootstrap-tagsinput  .tag 
{
	margin-right: 2px;
	color: white;
}
.bootstrap-tagsinput  .tag [data-role="remove"] 
{
	margin-left: 8px;
	cursor: pointer;
}
.bootstrap-tagsinput  .tag [data-role="remove"]:after 
{
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	content:"x";
}
.bootstrap-tagsinput  .tag [data-role="remove"]:hover 
{
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput  .tag [data-role="remove"]:hover:active 
{
	box-shadow: 0px 3px 5px rgba(0,0,0,0.12) inset;
}
.bootstrap-tagsinput  INPUT
{
	background-color: transparent;
	border-style: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	max-width: inherit;
	box-shadow:none;
	outline:none;
	width:auto !important;
}
.bootstrap-tagsinput  INPUT:focus
{
	border-style: none;
}
.FilterMultipleSelectorCell  .ColumnSettings 
{
	padding-left: 0px;
}
.FilterMultipleSelectorCell  .ColumnSettings  .input-group A.btn 
{
	padding-left: 6px;
}
.FilterMultipleSelectorCell  .ColumnSettings  .gx-attribute 
{
	margin-right:0px !important;
}
.FilterMultipleSelectorCell  .ColumnSettings  .Attribute 
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	width: 100%;
	max-width: 100%;
	margin-left:0px !important;
}
.FilterMultipleSelectorCell  .ColumnSettings  .input-group 
{
	width:100% !important;
}
.FilterMultipleSelectorCell  .LiFilterSelected 
{
	margin-left: 10px;
	margin-right: 10px;
}
.DynamicFilters .FilterMultiplePromptCell 
{
	vertical-align: middle;
	padding-top:4px !important;
}
.DynamicFilters .FilterMultipleSelectorCell 
{
	vertical-align: middle;
	padding-top:4px !important;
}
.DynamicFilters .bootstrap-tagsinput 
{
	min-width: 0px;
}
.TableWizardSteps .gx-tab-padding-fix-1 
{
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.TableWizardStepsArrow .gx-tab-padding-fix-1 
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.TableStepBulletSelected .StepNumberBulletCell 
{
	padding-top: 7px;
}
.TableWizardMain .gx-tab-spacing-fix-2 
{
	border-collapse:collapse;
}
.PaginationBar  .PaginationBarCaption 
{
	padding-left: 10px;
	padding-right: 20px;
	font-size: 10pt;
	color: gray;
	line-height:41px;
}
.PaginationBar  UL
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-bottom: 1px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 5px;
}
.PaginationBar  UL .active A 
{
	z-index: 1;
	color: white;
}
.PaginationBar  UL .active A:focus 
{
	z-index: 0;
	color: white;
}
.PaginationBar  UL .active A:hover 
{
	color: white;
}
.PaginationBarEmptyGrid  .PaginationBarCaption 
{
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	font-size: 12pt;
}
.WWColumnItalic P SPAN 
{
	font-style: italic;
}
.WWColumnBold P SPAN 
{
	font-weight: bold;
}
.WWColumnUnderline P SPAN 
{
	text-decoration: underline;
}
.WWColumnLineThrough P SPAN 
{
	text-decoration: line-through;
}
.ImageMenu:hover, .ImageMenuCircle:hover, .ImageMenuIcon:hover 
{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.ImageMenu:focus, .ImageMenuCircle:focus, .ImageMenuIcon:focus 
{
	outline:0;
}
.ActionGroupHeader 
{
	z-index: 1003;
}
.ActionGroupHeader  .btn 
{
	background-color: transparent;
	border-style: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.ActionGroupHeader  .btn  IMG
{
	border-top-left-radius: 36px;
	border-top-right-radius: 36px;
	border-bottom-right-radius: 36px;
	border-bottom-left-radius: 36px;
	max-height: 36px;
}
.ActionGroupHeader  .caret 
{
	display: none;
}
.ActionGroupHeader  .btn:focus 
{
	background-color: transparent;
	border-style: none;
	box-shadow:none;
}
.ActionGroupHeader  .btn:hover 
{
	opacity: .6;
}
.ActionGroupHeader  .btn:hover  .ActionGroupHeaderFontIcon 
{
	color: rgba(255,255,255,0.75);
}
.ActionGroupHeader  .dropdown-menu 
{
	padding-bottom: 0px;
	padding-top: 0px;
}
.ActionGroupHeader.open .btn, .ActionGroupHeader.open .btn:focus 
{
	background-color: transparent;
	opacity: .6;
	box-shadow:none;
}
.ActionGroup>div>a>i 
{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 20px;
}
.ActionGroup>div>a>i:hover 
{
	opacity: .8;
}
.ActionGroupGrouped>div:first-child>div.ColumnsSelector>button 
{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.ActionGroupGrouped>div:last-child>div.ColumnsSelector>button 
{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left-style: none;
}
.ActionGroupGrouped>div:first-child>input 
{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.ActionGroupGrouped>div:last-child>input,.ActionGroupGrouped>div:last-child>i 
{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.ActionGroupGrouped>div:not(:first-child)>input,.ActionGroupGrouped>div:not(:first-child)>i 
{
	margin-left: -1px;
}
.ActionGroupGrouped>div>input 
{
	border-style: solid;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-right: 0px;
	padding-bottom: 6px;
	padding-top: 6px;
	min-width: 0px;
	font-size: 12px;
	font-weight: normal;
	box-shadow:none;
	line-height:17px;
}
.ActionGroupGrouped>div>i 
{
	border-style: solid;
	border-width: 1px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;
	line-height:29px;
}
.TableWizardSteps TD 
{
	vertical-align: top;
}
.form-control:focus 
{
	outline:0;
	outline:thin;
	box-shadow:none;
}
.AttributeManageFilters:focus 
{
	outline:0;
}
.TableActionsCellLogin INPUT 
{
	width: 100%;
}
.menu-collapser 
{
	border-style: solid;
	border-width: 1px;
	color: rgba(255,255,255,0);
	border-top:0;
	border-left:0;
	border-right:0;
}
.HorizontalMenuSilder .moveRight:hover, .HorizontalMenuSilder .moveLeft:hover 
{
	cursor: pointer;
}
.slimmenu li  UL
{
	border-style: solid;
	border-width: 1px;
}
.slimmenu.MegaMenu.collapsed li SPAN 
{
	background-color: transparent;
	font-size: 12px;
	text-transform: uppercase;
}
.slimmenu.collapsed li .sub-toggle>i 
{
	font-style: inherit;
}
.slimmenu li.open>a 
{
	color: #0080fa;
}
.slimmenu>li>span 
{
	color: #0080fa;
}
.slimmenu>li>a 
{
	background-color: rgba(255,255,255,0);
	color: #0080fa;
}
.slimmenu.MegaMenu.collapsed li:not(.has-submenu.hiddenInSlider.dummy) a 
{
	background-color: white;
	color: #0080fa;
}
.DropDownOptionsHeader  .dropdown-menu 
{
	left: -115px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.DropDownOptionsHeader  .btn-default 
{
	background-color: transparent;
	border-style: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-left: 2px;
	margin-right: 2px;
	height: 34px;
	font-family: muli,sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.DropDownOptionsHeader  .btn-default:focus 
{
	box-shadow: 0px;
}
.DropDownOptionsHeader  .btn-default:hover 
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	height: 34px;
	transition:all 250ms cubic-bezier(0.23, 1, 0.32, 1) 10ms;
}
.DropDownOptionsHeader  .dropdown-menu>li>a:hover 
{
	color: white;
}
.DropDownOptionsHeader  .caret 
{
	margin-left: 6px;
}
.DropDownOptionsHeader  .btn-default>img 
{
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	border-bottom-left-radius: 35px;
	margin-bottom: 4px;
	margin-right: 7px;
	max-height: 35px;
	vertical-align: middle;
}
.DropDownOptionsHeader.btn-group.open .dropdown-toggle 
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0px 0px 0px 0px;
	color: white;
}
.DropDownOptionsHeader.btn-group.open .dropdown-toggle  .btn-group.open .dropdown-toggle 
{
	box-shadow: 0px 0px 0px 0px;
	max-height: 50px;
	box-shadow:none;
}
.WorkWith TR:not(.WCD_tr) label 
{
	margin-bottom: 5px;
}
.ButtonAsLink:hover, .ButtonAsLink:focus, .ButtonAsLinkBold:hover, .ButtonAsLinkBold:focus 
{
	background-color: transparent;
	box-shadow: 0px 0px 0px 0px;
	font-weight: bold;
	outline:0;
}
.MainContainerWithFooter>.row 
{
	height: 100%;
}
.MainContainerWithFooter>.row>DIV 
{
	height: 100%;
}
.MainContainerWithFooter>.row:nth-child(2) 
{
	position: absolute;
	top: -10px;
	height: 0px;
	display: none;
}
.PanelWithBorder>.panel-heading+.panel-collapse>.panel-body 
{
	border-top: 0px;
}
.PanelWithBorder 
{
	border-width: 0px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	margin-left: 1px;
	margin-right: -1px;
	margin-top: 1px;
	margin-bottom: 2px !important;
}
.PanelWithBorder>DIV.panel-heading 
{
	border-bottom: 3px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-top: 0px;
	width:100% !important;
	 box-shadow: 0 4px 4px -4px rgba(0,0,0,.3);
}
.PanelWithBorder>.panel-heading>.panel-title 
{
	font-family: muli,sans-serif;
	font-size: 13px;
	font-weight: 600;
}
.PanelFilled>.panel-heading>.panel-title 
{
	font-family: muli,sans-serif;
	font-size: 13px;
	font-weight: 600;
}
.PanelFilled>.panel-heading+.panel-collapse>.panel-body 
{
	border-top: 0px;
}
.PanelFilled 
{
	border-width: 0px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	margin-left: 1px;
	margin-right: -1px;
	margin-top: 1px;
	margin-bottom: 2px !important;
}
.PanelCard.Panel_Danger>DIV.panel-heading>.panel-title SPAN 
{
	box-shadow: 0px 7px 10px -5px Danger_CondForm_Action_Hover;
}
.PanelCard.Panel_Warning>DIV.panel-heading>.panel-title SPAN 
{
	box-shadow: 0px 7px 10px -5px Warning_CondForm_Action_Hover;
}
.PanelCard.Panel_Info>DIV.panel-heading>.panel-title SPAN 
{
	box-shadow: 0px 7px 10px -5px Info_CondForm_Action_Hover;
}
.PanelCard.Panel_Success>DIV.panel-heading>.panel-title SPAN 
{
	box-shadow: 0px 7px 10px -5px Success_CondForm_Action_Hover;
}
.PanelCard.Panel_BaseColor>DIV.panel-heading>.panel-title SPAN 
{
	box-shadow: 0px 7px 10px -5px BaseColorShadow;
}
.PanelCard.Panel_InfoLight>DIV.panel-heading>.panel-title SPAN 
{
	box-shadow: 0px 7px 10px -5px Info_CondForm_Action_Hover;
}
.AttributeSizeLarge,label.gx-label.AttributeLabelSizeLargeLabel,span.AttributeLabelSizeLargeLabel,.AttributeSizeLargeDate,label.gx-label.AttributeLabelSizeLargeDateLabel, span.AttributeLabelSizeLargeDateLabel,.AttributeSizeLargeDateTime,label.gx-label.AttributeLabelSizeLargeDateTimeLabel, span.AttributeLabelSizeLargeDateTimeLabel,.AttributeSizeLargeCheckBox,label.gx-label.AttributeLabelSizeLargeCheckBoxLabel, span.AttributeLabelSizeLargeCheckBoxLabel 
{
	font-size: 14px;
}
.AttributeSizeSmall,label.gx-label.AttributeLabelSizeSmallLabel, span.AttributeLabelSizeSmallLabel,.AttributeSizeSmallDate,label.gx-label.AttributeLabelSizeSmallDateLabel, span.AttributeLabelSizeSmallDateLabel,.AttributeSizeSmallDateTime,label.gx-label.AttributeLabelSizeSmallDateTimeLabel, span.AttributeLabelSizeSmallDateTimeLabel,.AttributeSizeSmallCheckBox,label.gx-label.AttributeLabelSizeSmallCheckBoxLabel, span.AttributeLabelSizeSmallCheckBoxLabel 
{
	font-size: 10px;
}
.AttributeWeightBold,label.gx-label.AttributeLabelWeightBoldLabel,span.AttributeLabelWeightBoldLabel,.AttributeWeightBoldDate,label.gx-label.AttributeLabelWeightBoldDateLabel,span.AttributeLabelWeightBoldDateLabel,.AttributeWeightBoldDateTime,label.gx-label.AttributeLabelWeightBoldDateTimeLabel,span.AttributeLabelWeightBoldDateTimeLabel,.AttributeWeightBoldCheckBox,label.gx-label.AttributeLabelWeightBoldCheckBoxLabel,span.AttributeLabelWeightBoldCheckBoxLabel 
{
	font-weight: bold;
}
.AttributeWeightNormal,label.gx-label.AttributeLabelWeightNormalLabel,span.AttributeLabelWeightNormalLabel,.AttributeWeightNormalDate,label.gx-label.AttributeLabelWeightNormalDateLabel,span.AttributeLabelWeightNormalDateLabel,.AttributeWeightNormalDateTime,label.gx-label.AttributeLabelWeightNormalDateTimeLabel,span.AttributeLabelWeightNormalDateTimeLabel,.AttributeWeightNormalCheckBox,label.gx-label.AttributeLabelWeightNormalCheckBoxLabel,span.AttributeLabelWeightNormalCheckBoxLabel 
{
	font-weight: normal;
}
.AttributeStyleItalic,label.gx-label.AttributeLabelStyleItalicLabel,span.AttributeLabelStyleItalicLabel,.AttributeStyleItalicDate,label.gx-label.AttributeLabelStyleItalicDateLabel,span.AttributeLabelStyleItalicDateLabel,.AttributeStyleItalicDateTime,label.gx-label.AttributeLabelStyleItalicDateTimeLabel,span.AttributeLabelStyleItalicDateTimeLabel,.AttributeStyleItalicCheckBox,label.gx-label.AttributeLabelStyleItalicCheckBoxLabel,span.AttributeLabelStyleItalicCheckBoxLabel 
{
	font-style: italic;
}
.AttributeStyleUnderline,label.gx-label.AttributeLabelStyleUnderlineLabel,span.AttributeLabelStyleUnderlineLabel,.AttributeStyleUnderlineDate,label.gx-label.AttributeLabelStyleUnderlineDateLabel,span.AttributeLabelStyleUnderlineDateLabel,.AttributeStyleUnderlineDateTime,label.gx-label.AttributeLabelStyleUnderlineDateTimeLabel,span.AttributeLabelStyleUnderlineDateTimeLabel,.AttributeStyleUnderlineCheckBox,label.gx-label.AttributeLabelStyleUnderlineCheckBoxLabel,span.AttributeLabelStyleUnderlineCheckBoxLabel 
{
	text-decoration: underline;
}
.AttributeStyleLineThrough,label.gx-label.AttributeLabelStyleLineThroughLabel,span.AttributeLabelStyleLineThroughLabel,.AttributeStyleLineThroughDate,label.gx-label.AttributeLabelStyleLineThroughDateLabel,span.AttributeLabelStyleLineThroughDateLabel,.AttributeStyleLineThroughDateTime,label.gx-label.AttributeLabelStyleLineThroughDateTimeLabel,span.AttributeLabelStyleLineThroughDateTimeLabel,.AttributeStyleLineThroughCheckBox,label.gx-label.AttributeLabelStyleLineThroughCheckBoxLabel,span.AttributeLabelStyleLineThroughCheckBoxLabel 
{
	text-decoration: line-through;
}
.gx-grid th.ColumnSizeLarge>span,th.ColumnSizeLarge .ColumnSettingsContainer>span, td.ColumnSizeLarge span 
{
	font-size: 14px;
}
.gx-grid th.ColumnSizeSmall>span,th.ColumnSizeSmall .ColumnSettingsContainer>span, td.ColumnSizeSmall span 
{
	font-size: 10px;
}
.gx-grid th.ColumnWeightBold>span,th.ColumnWeightBold .ColumnSettingsContainer>span, td.ColumnWeightBold span 
{
	font-weight: bold;
}
.gx-grid th.ColumnStyleItalic>span,th.ColumnStyleItalic .ColumnSettingsContainer>span, td.ColumnStyleItalic span 
{
	font-style: italic;
}
.gx-grid th.ColumnStyleUnderline>span,th.ColumnStyleUnderline .ColumnSettingsContainer>span, td.ColumnStyleUnderline span 
{
	text-decoration: underline;
}
.gx-grid th.ColumnStyleLineThrough>span,th.ColumnStyleLineThrough .ColumnSettingsContainer>span, td.ColumnStyleLineThrough span 
{
	text-decoration: line-through;
}
.ColumnLeftDivision 
{
	box-shadow: 2px 0px 0px 0px GridLineColor inset;
}
.ColumnAlignLeft 
{
	text-align:left !important;
}
.ColumnAlignCenter 
{
	text-align:center !important;
}
.ColumnAlignRight 
{
	text-align:right !important;
}
.ColumnLeftDivision.ColumnColorDanger 
{
	box-shadow: 2px 0px 0px 0px Danger_CondForm inset;
}
.ColumnLeftDivision.ColumnColorWarning 
{
	box-shadow: 2px 0px 0px 0px Warning inset;
}
.ColumnLeftDivision.ColumnColorInfo 
{
	box-shadow: 2px 0px 0px 0px Info_CondForm inset;
}
.ColumnLeftDivision.ColumnColorSuccess 
{
	box-shadow: 2px 0px 0px 0px Success_CondForm inset;
}
.ColumnLeftDivision.ColumnColorBaseColor 
{
	box-shadow: 2px 0px 0px 0px BaseColor inset;
}
.ColumnLeftDivision.ColumnColorInfoLight 
{
	box-shadow: 2px 0px 0px 0px InfoLight inset;
}
.ButtonPDF:hover, .ButtonPDF:focus, .ButtonPDF:active 
{
	color: white;
}
.ButtonExcel:hover, .ButtonExcel:focus, .ButtonExcel:active 
{
	color: white;
}
.ButtonCSV:hover, .ButtonCSV:focus, .ButtonCSV:active 
{
	color: white;
}
.form-control-static 
{
	padding-bottom: 0px;
	padding-top: 0px;
	min-height: 0px;
}
.tooltip-inner 
{
	white-space: nowrap;
	text-indent: 0px;
}
.WorkWith .WWColumnTag P SPAN 
{
	border-top-left-radius: .25em;
	border-top-right-radius: .25em;
	border-bottom-right-radius: .25em;
	border-bottom-left-radius: .25em;
	padding-bottom: .3em;
	padding-left: .6em;
	padding-right: .6em;
	white-space: nowrap;
	font-size: 10px;
	font-weight: 700;
	color: white;
	padding-top:.3em !important;
}
.PanelCard_GrayTitle 
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.05);
	min-height: 66px;
}
.PanelCard_GrayTitle>.panel-heading 
{
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	width:100% !important;
}
.panel>.panel-heading  .toggle-icon 
{
	background-image: url(../PanelCardGray_Expand.png);
	background-repeat: no-repeat;
	position: relative;
	top: 4px;
	height: 17px;
	width: 17px;
}
.panel>.panel-heading  .collapsed .toggle-icon 
{
	-webkit-transform: rotate(270deg);
	    -moz-transform: rotate(270deg);
	    -o-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	    transform: rotate(270deg);
}
.panel>.panel-heading  .toggle-icon-right 
{
	position: absolute;
	right: 40px;
	top: 35px;
}
.PanelCard_GrayTitle>.panel-heading>.panel-title, .PanelCard_GrayTitle>.panel-heading>.panel-title>SPAN, .PanelCard_GrayTitle>.panel-heading>.panel-title>A 
{
	font-family: muli,sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height:30px;
}
.PanelCard_GrayTitle_Body>.panel-body 
{
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	border-top:0 !important;
}
.PanelCard.panel 
{
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	margin-top: 27px;
	min-height: 47px;
}
.PanelCard>DIV.panel-heading 
{
	margin-bottom: -19px;
	margin-top: -18px;
}
.PanelCard>.panel-heading+.panel-collapse>.panel-body 
{
	padding-top: 35px;
	border-top-style: none;
}
.PanelCard>DIV.panel-heading>.panel-title 
{
	font-family: muli,sans-serif;
	font-size: 1.3em;
	font-weight: 300;
}
.PanelCard>DIV.panel-heading>.panel-title SPAN 
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0px 7px 10px -5px AttributeLabelColor;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.PanelCard>DIV.panel-heading>.panel-title A 
{
	z-index: 1;
}
.EditableGridCell_LinedAtts tbody>tr.WorkWithOdd 
{
	border-style: none;
}
.ShowMenuImageCellNotFixedRight.page-content.menu-compact 
{
	left: 73px;
	margin-left: 0px;
	padding-left: 0px;
	width: 94%;
}
.ShowMenuImageCellNotFixedRight.page-content 
{
	left: 0px;
	margin-left: 0px;
	margin-top: 15px;
	padding-left: 243px;
	width: 98%;
}
.ImageMenuCircle:hover 
{
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
.ButtonMaterial:hover, .ButtonMaterial:focus 
{
	box-shadow: 0px 14px 26px -12px BaseColorShadow;
	color: white;
}
.ButtonMaterialDefault:hover, .ButtonMaterialDefault:focus 
{
	background-color: #999;
	box-shadow: 0px 14px 26px -12px #c9c9c9;
	color: white;
}
.GridNoBorderCell.GridFixedColumnBorders>div 
{
	padding-left: 0px;
	padding-right:0 !important;
}
.GridNoBorderCell>div 
{
	border-bottom: 0;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
}
.GridNoBorderCell>div  .PaginationBar 
{
	border-style: solid;
	border-width: 1px;
	margin-left: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.GridNoBorderCell>div  .PaginationBarEmptyGrid 
{
	border-style: none;
	min-width:0 !important;
}
.GridNoBorder.WorkWithTitle 
{
	padding-bottom: 10px;
	padding-top: 20px;
}
.TableLogo.page-content 
{
	margin-left: 0px;
	min-height: 0px;
	min-width: 0px;
}
.TableLogo.page-content.menu-compact 
{
	margin-left: 0px;
}
.TableLogo.page-content.menu-compact  .TextBlockLogo 
{
	display: none;
}
.ActionGroupHeaderMaterial .btn IMG 
{
	height: auto;
}
.MasterFooterCellVM>DIV, .MasterFooterCellFixedVM>DIV, .MasterFooterCellHM>DIV, .MasterFooterCellFixedHM>DIV, .MasterFooterCellVMSidebarImage>DIV, .MasterFooterCellFixedVMSidebarImage>DIV 
{
	border-style: solid;
	border-width: 1px;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.GridNoBorder .WorkWithTitle>SPAN, .GridNoBorder .GridNoBorder  .WorkWithTitle .ColumnSettingsContainer>SPAN 
{
	display: inline-block;
	font-family: muli,sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-indent: 0px;
	line-height: 21px;
}
.SectionGrid>div:not(.gx-grid),.SectionGrid>div.Table 
{
	padding-right: 15px;
}
.PanelNoHeader 
{
	border-style: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.PanelNoHeader>DIV.panel-heading 
{
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	display: none;
}
.PanelNoHeader>.panel-heading+.panel-collapse>.panel-body 
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	border-left-width:1px;
	border-left-style:solid;
}
.PanelNoHeader.panel 
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.rowsperpage 
{
	font-size: 12px;
}
.rowsperpage  .caret 
{
	display: none;
}
.rowsperpage  .dropdown-menu A 
{
	color: gray;
}
.rowsperpage  .dropdown-menu A  SPAN
{
	padding-left: 20px;
	padding-right: 10px;
	font-family: muli,sans-serif;
	font-size: 10pt;
}
.rowsperpage  .selected SPAN 
{
	font-weight: bold;
}
.rowsperpage  .dropdown-menu 
{
	min-width: 0px;
}
.rowsperpage  .btn-primary:focus 
{
	background-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	color: gray;
}
.rowsperpage  BUTTON
{
	background-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	font-size: 10pt;
	color: gray;
}
.rowsperpage  BUTTON:hover
{
	background-color: transparent;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;
	border-right-color: #e0e0e0;
	border-top-color: #e0e0e0;
	border-style: solid;
	color: gray;
}
.rowsperpage  LI.caption
{
	line-height:20px;
}
.rowsperpage  LI.selected
{
	background-color: #f9f9f9;
}
.rowsperpage button:hover .caret, .rowsperpage.open .caret 
{
	margin-left: 7px;
	display: inherit;
}
.ActionGroupGrouped .ColumnsSelector button 
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	height: 31px;
}
.ColumnsSelector>button>i+span 
{
	padding-left: 5px;
}
.ColumnsSelector  .caret 
{
	margin-left: 6px;
}
.ColumnsSelector  .FilterOptionsMultiSelection LI 
{
	padding-left: 5px;
}
.ColumnsSelector  .FilterOptions 
{
	max-height: 260px;
	min-width: 180px;
}
.ColumnsSelector  .LiFilterSelected 
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}
.ColumnsSelector  .FilterOptions UL A 
{
	padding-top: 5px;
	font-size: 9pt;
}
.ColumnsSelector  BUTTON
{
	font-size: 12px;
}
.ColumnsSelector .Button 
{
	margin-right: 0px;
	margin-top: 0px;
	height: auto;
	width: 100%;
}
.ColumnsSelector .UpdateColumnsAndRestore .Button 
{
	width:calc(100% - 37px);
	box-shadow:none;
}
.ColumnsSelector li.UpdateColumnsAndRestore>a 
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-right: 5px;
	padding-left: 8px;
	padding-right: 24px;
	height: 34px;
	color: white;
	vertical-align: bottom;
}
.ColumnsSelector li.UpdateColumnsAndRestore>a:hover, .ColumnsSelector li.UpdateColumnsAndRestore>a:focus 
{
	color: white;
}
.ActionGroupGrouped .ColumnsSelector>.btn-default:hover, .ActionGroupGrouped .ColumnsSelector>.btn-default:focus,.ActionGroupGrouped>div>i:hover,.ActionGroupGrouped>div>i:focus 
{
	color: white;
}
.ActionGroupGrouped .ColumnsSelector.open>.btn-default 
{
	color: white;
	box-shadow:none;
}
.PanelCardIcon_BaseColor.panel,.PanelCardIcon_Danger.panel,.PanelCardIcon_Info.panel,.PanelCardIcon_Success.panel,.PanelCardIcon_Warning.panel 
{
	background-color: transparent;
	border-style: none;
	margin-top: 15px;
	min-height: 66px;
	box-shadow:none;
}
.PanelCardIcon_BaseColor>DIV.panel-heading,.PanelCardIcon_Danger>DIV.panel-heading,.PanelCardIcon_Info>DIV.panel-heading,.PanelCardIcon_Success>DIV.panel-heading,.PanelCardIcon_Warning>DIV.panel-heading 
{
	margin-bottom: -52px;
}
.PanelCardIcon_BaseColor>DIV.panel-heading>.panel-title,.PanelCardIcon_Danger>DIV.panel-heading>.panel-title,.PanelCardIcon_Info>DIV.panel-heading>.panel-title,.PanelCardIcon_Success>DIV.panel-heading>.panel-title,.PanelCardIcon_Warning>DIV.panel-heading>.panel-title 
{
	font-family: muli,sans-serif;
	font-size: 1.3em;
	font-weight: 300;
}
.PanelCardIcon_BaseColor>.panel-heading+.panel-collapse>.panel-body,.PanelCardIcon_Danger>.panel-heading+.panel-collapse>.panel-body,.PanelCardIcon_Info>.panel-heading+.panel-collapse>.panel-body,.PanelCardIcon_Success>.panel-heading+.panel-collapse>.panel-body,.PanelCardIcon_Warning>.panel-heading+.panel-collapse>.panel-body 
{
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	padding-top: 10px;
	min-height: 85px;
}
.PanelCardIcon_BaseColor>DIV.panel-heading>.panel-title SPAN>i,.PanelCardIcon_Danger>DIV.panel-heading>.panel-title SPAN>i,.PanelCardIcon_Success>DIV.panel-heading>.panel-title SPAN>i,.PanelCardIcon_Info>DIV.panel-heading>.panel-title SPAN>i,.PanelCardIcon_Warning>DIV.panel-heading>.panel-title SPAN>i 
{
	width: 36px;
	text-align: center;
}
.PanelCardIcon_BaseColor>DIV.panel-heading>.panel-title SPAN 
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0px 7px 10px -5px BaseColorShadow;
	padding-bottom: 23px;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 23px;
	font-size: 36px;
}
.PanelCardIcon_Info>DIV.panel-heading>.panel-title SPAN 
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0px 7px 10px -5px Info_CondForm_Action_Hover;
	padding-bottom: 23px;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 23px;
	font-size: 36px;
}
.PanelCardIcon_Success>DIV.panel-heading>.panel-title SPAN 
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0px 7px 10px -5px Success_CondForm_Action_Hover;
	padding-bottom: 23px;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 23px;
	font-size: 36px;
}
.PanelCardIcon_Warning>DIV.panel-heading>.panel-title SPAN 
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0px 7px 10px -5px Warning_CondForm_Action_Hover;
	padding-bottom: 23px;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 23px;
	font-size: 36px;
}
.PanelCardIcon_Danger>DIV.panel-heading>.panel-title SPAN 
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0px 7px 10px -5px Danger_CondForm_Action_Hover;
	padding-bottom: 23px;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 23px;
	font-size: 36px;
}
.PanelLine_Gray.panel 
{
	background-color: transparent;
	box-shadow:none;
}
.PanelLine_Gray.panel  .panel-title 
{
	font-family: muli,sans-serif;
	font-size: 17px;
	font-weight: normal;
}
.PanelLine_Gray.panel  DIV.panel-heading
{
	background-color: transparent;
	width:100% !important;
}
.DataContentCellFL.ExtendedComboCell .MergeLabelCell 
{
	z-index: 3;
	width: auto;
}
.DataContentCellFL  .ExtendedCombo .caret 
{
	margin-bottom: 0px;
	margin-top: 0px;
}
.DataContentCellFL  .ExtendedCombo button span 
{
	margin-left: 2px;
}
.DataContentCellFL  .ExtendedCombo .OptionLabel 
{
	font-family: muli,sans-serif;
	font-size: 16px;
}
.DataContentCellFL  .Label 
{
	font-family: muli,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:25px;
}
.DataContentCellFL  .MergeLabelCell~DIV 
{
	width: 100%;
	text-align: left;
}
.DataContentCellFL  .MergeLabelCell.FloatingLabelEmpty .AttributeFLLabel 
{
	top: 0px;
}
.DataContentCellFL  .ExtendedCombo.AttributeFL 
{
	margin-bottom: 11px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	max-width: 100%;
	font-family: muli,sans-serif;
}
.DataContentCellFL  .ExtendedCombo.AttributeFL  .dropdown-toggle 
{
	padding-bottom: 0px;
	padding-left: 4px;
	padding-top: 19px;
	min-height: 48px;
	width: 100%;
	max-width: 100%;
}
.DataContentCellFL  .ExtendedCombo.AttributeFL  .SelectedItem SPAN 
{
	color: white;
}
.DataContentCellFL  .MergeLabelCell.FloatingLabelEmpty 
{
	top: 37px;
}
.DataContentCellFL  .MergeLabelCell .AttributeFLLabel 
{
	padding-left: 0px;
	-moz-transition:0.2s ease all;
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
	line-height:25px;
}
.DataContentCellFL  .MergeLabelCell 
{
	margin-bottom: 0px;
	margin-top: -26px;
	padding-left: 22px;
	padding-top: 0px;
	top: 28px;
	height: 24px;
	width: 100%;
	text-align: left;
	-moz-transition:0.2s ease all;
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
.DataContentCellFL  .TableMerged .AttributeFL 
{
	width: 206px;
}
.DataContentCellFL  .ExtendedCombo .dropdown-menu>LI>DIV .form-control 
{
	max-width: 100%;
}
.DataContentCellFL  .TableMerged.TableMergedExtendedCombo 
{
	margin-bottom: 2px;
}
.TableSplitScreen UL.nav.nav-tabs 
{
	border-left: 0;
	border-right: 0;
	border-top: 0;
	padding-top: 10px;
}
.checkbox label.ReadonlyAttributeFL 
{
	min-height: 51px;
}
.TableSplitScreen>div 
{
	margin-right: 0px;
}
.TableSplitScreen .tab-content 
{
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
.CellWCSplitScreen .PanelCard_GrayTitle 
{
	max-height: calc(100vh - 148px);
	overflow-y: auto;
}
.TableCardDashboardAdminInfo:hover .AdminDashboardIcon, .TableCardDashboardAdminInfoLight:hover .AdminDashboardIcon, .TableCardDashboardAdminSuccess:hover .AdminDashboardIcon, .TableCardDashboardAdminWarning:hover .AdminDashboardIcon, .TableCardDashboardAdminDanger:hover .AdminDashboardIcon, .TableCardDashboardAdminBaseColor:hover .AdminDashboardIcon 
{
	font-size:95px !important;
}
.MoreInfoAdminCell:hover 
{
	background-color: rgba(0,0,0,0.15);
}
.MoreInfoAdminCell 
{
	border-style: none;
}
.MoreInfoAdminCell:hover i 
{
	color: white;
}
.MoreInfoAdminCell:hover .TextBlockMoreInfoAdmin 
{
	color: white;
}
.ProgressWhite  .ProgressIndicatorCircle .CircleCaption 
{
	font-family: muli,sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: white;
	dominant-baseline:middle;
}
.ProgressWhite  .ProgressIndicatorCircle circle.ProgressCircle 
{
	stroke:white;
}
.ProgressWhite  .ProgressIndicatorCircle circle.BackCircle 
{
	stroke:rgba(238,238,238,.18);
}
.ProgressBarAdminCard  .progress-bar 
{
	background-color: white;
	box-shadow:none;
}
.ProgressBarAdminCard  .progress 
{
	background-color: rgba(0,0,0,0.2);
	margin-bottom: 5px;
	margin-top: 5px;
	height: 2px;
	box-shadow:none;
}
.GridNoHeaderCellItems THead, .GridNoHeaderCellItems TH 
{
	display: none;
}
.GridNoHeaderCellItems .GridNoBorder>tbody>tr 
{
	background-color: #f7f7f7;
	border-left-color: #eaeaea;
	border-top-color: white;
	border-style: solid;
	border-top-width:3px;
	border-left-width:2px;
}
.ProgressBarAdminV2Success .progress, .ProgressBarAdminV2Info .progress, .ProgressBarAdminV2Danger .progress, .ProgressBarAdminV2InfoLight .progress, .ProgressBarAdminV2Warning .progress, .ProgressBarAdminV2BaseColor .progress 
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	height: 10px;
	box-shadow:none;
}
.SimpleCardTable:hover,.DiscussionCardTable:hover 
{
	box-shadow: 1px 1px 10px BorderPanelColor;
	transition: all 0.5s;
}
.CardImageCell:after 
{
	bottom: 0px;
	padding-right: 30px;
	position: absolute;
	height: 80px;
	width: 100%;
	background-clip:content-box !important;
	content:"";
	background:-moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.99) 100%);
	background:-webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.99) 100%);
	background:linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.99) 100%);
	 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a000000', endColorstr='#e8000000',GradientType=0 );
}
.CardWithImageTable:hover 
{
	border-bottom: solid 5px;
}
.ButtonAsLinkBasecolor:hover, .ButtonAsLinkBasecolor:focus 
{
	background-color: transparent;
	text-decoration: underline;
	box-shadow:none;
	outline:0;
}
.ChatMessageCell:before 
{
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: #d2d6de;
	border-top-color: transparent;
	border-style: solid;
	border-width: 6px;
	left: 61px;
	margin-top: 2px;
	position: absolute;
	content: " ";
}
.ChatMessageCellBaseColor:after 
{
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-style: solid;
	border-width: 6px;
	margin-right: 52px;
	margin-top: 2px;
	position: absolute;
	right: 0px;
	top: 28px;
	content: " ";
}
.rowsperpage.open>.dropdown-toggle.btn-primary 
{
	background-color: transparent;
}
.ButtonColor:hover, .ButtonColor:focus 
{
	color: white;
}
.ActionGroupColoredActions .ColumnsSelector> .btn-default,.ActionGroupColoredActions>div>input 
{
	margin-right: 3pt;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	font-size: 14px;
	font-weight: normal;
}
.ActionGroupColoredActions .ColumnsSelector>.btn-default:hover 
{
	color: white;
}
.ActionGroupColoredActions .ColumnsSelector.open>.btn-default 
{
	color: white;
	box-shadow:none;
}
.AssociationListAttribute:focus 
{
	border-style: solid;
	border-width: 1px;
}
.WizardStepsContainerCell .FreeStyleSteps>tbody>tr>td:first-child .TableContainerStepBullet>tbody>tr>td>table>tbody>tr>td:first-child>table 
{
	display: none;
}
.WizardStepsContainerCell .FreeStyleSteps>tbody>tr>td:last-child .TableContainerStepBullet>tbody>tr>td>table>tbody>tr>td:last-child>table 
{
	display: none;
}
.FiltersCell SELECT 
{
	min-width: 120px;
}
.DropDownOptionsHeader .no-image, .ActionGroupHeader .no-image 
{
	padding-left: 23px;
}
.gx-infinite-scrolling-container>table 
{
	width:100% !important;
}
.gx-attribute img.ReadonlyAttribute 
{
	max-height: 350px;
}
.tab-content 
{
	border-style: solid;
	border-width: 1px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	border-top:0;
}
.CellTableAssociationButtons IMG 
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.WorkWith+div.gx-grid-loading 
{
	background-color: transparent;
	background-image: url(../LoadingResults.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	color: transparent;
}
.ddoMenuUserInfo 
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: 1px;
	margin-top: 0px;
	padding-bottom: 10px;
	color: white;
	line-height:initial;
}
.ddoMenuUserInfo  .UserImageCell 
{
	text-align: center;
}
.ddoMenuUserInfo  .UserInfoRole 
{
	font-size: 11px;
}
.ddoMenuUserInfo  .UserInfoNameCell 
{
	padding-top: 10px;
	font-size: 14px;
	text-align: center;
}
.ddoMenuUserInfo  .UserInfoRoleCell 
{
	font-size: 11px;
	text-align: center;
}
.ddoMenuUserInfo  IMG
{
	border-style: solid;
	border-width: 2px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	width: 60px;
}
.field.Attribute 
{
	max-width: inherit;
}
.TagColumn .ReadonlyAttribute 
{
	margin-left: 0px;
	margin-right: 0px;
}
.CellTabsIFrame .tabs-table 
{
	margin-top: -60px;
	width: 100%;
}
.CellTabsIFrameVertical .tabs-table 
{
	margin-top: 30px;
	width: 100%;
}
.CellTabsIFrameHorizontal .tabs-table 
{
	margin-left: 15px;
	margin-top: 130px;
	width: 100%;
}
.TableMainTabs .tab-pane 
{
	height: 100%;
}
.TableMainTabs .tab-pane>iframe 
{
	border-style: none;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	height: 100%;
	min-height: 300px;
	width: 100%;
}
.TableMainTabs>.row:nth-child(2) 
{
	height:calc(100% - 60px) !important;
}
.IFrameTabs>li:hover button.close, .IFrameTabs>li.active button.close 
{
	display: inherit;
}
.IFrameTabs button.close 
{
	margin-right: -17px;
	padding-left: 6px;
	padding-top: 2px;
	display: none;
	text-shadow:none;
	outline:0;
}
.IFrameTabs>li>a 
{
	padding-right: 20px;
	min-height: 43px;
}
.IFrameTabs>li:hover>a, .IFrameTabs>li.active>a 
{
	padding-right: 20px;
}
.IFrameTabs>li:first-child>a 
{
	padding-right: 15px;
}
.ShowMenuImageCellNotFixedRightNavTabs.page-content 
{
	left: 0px;
	margin-left: 0px;
	margin-top: 15px;
	padding-left: 225px;
	z-index: 1001;
	width: auto;
}
.ShowMenuImageCellNotFixedRightNavTabs.page-content+.CellFloatRight 
{
	width: auto;
}
.ShowMenuImageCellNotFixedRightNavTabs.page-content.menu-compact 
{
	left: 115px;
	margin-left: 0px;
	padding-left: 0px;
}
.IFrameTabs>li span 
{
	display: inline-block;
}
.CellTabsIFrame .tabs-table>TR>TD, .CellTabsIFrameHorizontal .tabs-table>TR>TD, .CellTabsIFrameVertical .tabs-table>TR>TD 
{
	width: 100%;
	display: table;
}
.CellTabsIFrame .tab-content, .CellTabsIFrameHorizontal .tab-content, .CellTabsIFrameVertical .tab-content 
{
	display: table-row;
}
.WorkWith .GridGroupTitle.NoTitle>div, .GridWithBorderColor.WorkWith .GridGroupTitle.NoTitle>div, .GridNoBorder.WorkWith .GridGroupTitle.NoTitle>div 
{
	border-bottom-color: #eee;
}
.WorkWith>THEAD>TR.GridGroupTitleRow 
{
	border-bottom: 0;
}
.GridWithBorderColor.WorkWith .GridGroupTitle>div 
{
	border-bottom: 1px solid #c8c8c8;
	margin-left: 7px;
	margin-right: 7px;
	padding-bottom: 8px;
	padding-top: 8px;
	white-space: nowrap;
	color: #777;
	text-transform: uppercase;
}
.GridNoBorder.WorkWith .GridGroupTitle>div 
{
	border-bottom: 1px solid #ddd;
	margin-left: 7px;
	margin-right: 7px;
	padding-bottom: 5px;
	padding-top: 20px;
	white-space: nowrap;
	font-family: muli,sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #67757c;
	text-indent: 0px;
	text-transform: uppercase;
}
.WorkWith .GridGroupTitle>DIV 
{
	border-bottom: 1px solid #d9d9d9;
	margin-left: 7px;
	margin-right: 7px;
	padding-bottom: 8px;
	padding-top: 8px;
	white-space: nowrap;
	color: #777;
	text-transform: uppercase;
}
.GridGroupTitleRow~TR>TH.GridNoBorder 
{
	padding-top: 10px;
}
.GridNoBorder .GridGroupTitleRow~TR 
{
	border-bottom-color:#c8c8c8 !important;
}
.GridNoBorder.WorkWith .GridGroupTitleRow>TH:first-child>DIV 
{
	margin-left: 0px;
}
.GridNoBorder.WorkWith .GridGroupTitleRow>TH:last-child>DIV 
{
	margin-right: 0px;
}
.WorkWith .GridGroupTitleRow>TH:first-child>DIV 
{
	margin-left: 14px;
}
.WorkWith .GridGroupTitleRow>TH:last-child>DIV 
{
	margin-right: 14px;
}
.ExtendedCombo 
{
	margin-left: 5px;
	font-family: muli,sans-serif;
}
.ExtendedCombo  .Errorbtn~.dropdown-menu 
{
	margin-top: -15px;
}
.ExtendedCombo  .btn-default.Errorbtn:focus,.ExtendedCombo .btn-default.Errorbtn,.ExtendedCombo.btn-group.open .dropdown-toggle.Errorbtn,.ExtendedCombo.btn-group.open .dropdown-toggle.Errorbtn:hover 
{
	border-style: solid;
	border-width: 1px;
}
.ExtendedCombo  .ExtendedComboLevelWithChildren .OptionLabel, .ExtendedCombo .ExtendedComboLevelWithChildren .OptionLabel~i 
{
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 16px;
}
.ExtendedCombo  .SelectAllChildren 
{
	margin-right: 5px;
	height: 14px;
	width: 14px;
	display: inline-block;
	vertical-align: middle;
}
.ExtendedCombo  .SelectAllChildren > .CSDropDownFilter 
{
	margin-left: 0px;
	margin-top: -1px;
	font-size: 14px;
	vertical-align: top;
}
.ExtendedCombo  .btn-default:focus 
{
	outline:0;
	outline:thin;
}
.ExtendedCombo  .btn-default:active:hover,.ExtendedCombo .btn-default:active:focus 
{
	background-color: transparent;
}
.ExtendedCombo  .FilterOptions 
{
	max-height: 180px;
}
.ExtendedCombo  .btn-default 
{
	padding-right: 6px;
	width: 100%;
	white-space: normal;
	text-align: left;
}
.ExtendedCombo  .OptionLabel 
{
	white-space: normal;
	font-size: 10pt;
}
.ExtendedCombo  .caret 
{
	border-bottom: none;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 6px dashed;
	float: right;
	margin-bottom: 8px;
	margin-left: 5px;
	margin-top: 8px;
}
.ExtendedCombo  .dropdown-menu>LI>DIV  .form-control 
{
	background-image: url(../prompt.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-bottom: 0px;
	padding-left: 28px;
	max-width: 100%;
}
.ExtendedCombo  .SelectedItem  SPAN
{
	color: white;
}
.ExtendedCombo  .OnlySelected 
{
	border-style: solid;
	border-width: 1px;
	margin-top: -12px;
	padding-left: 22px;
	height: 34px;
	display: flex;
	border-left:0;
	border-right:0;
	border-top:0;
}
.ExtendedCombo  .OnlySelected  SPAN
{
	font-size: 12px;
}
.ExtendedCombo  .OnlySelected  A
{
	margin-left: 8px;
}
.ExtendedCombo  .OnlySelected  A:hover
{
	background-color: transparent;
}
.ExtendedCombo  .SelectAll 
{
	border-style: solid;
	border-width: 1px;
	margin-bottom: -12px;
	padding-left: 22px;
	cursor: pointer;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.ExtendedCombo  .SelectAll  A
{
	margin-left: 8px;
}
.ExtendedCombo  .SelectAll  SPAN
{
	font-size: 12px;
}
.ExtendedCombo  .SelectAll  A:hover
{
	background-color: transparent;
}
.ExtendedCombo  .ExtendedComboLevelWithChildren SPAN 
{
	color: #636060;
}
.ExtendedCombo  .FilterOptionsMultiSelection UL A.ExtendedComboLevel1 
{
	margin-left: 25px;
}
.ExtendedCombo  .FilterOptionsMultiSelection UL A.ExtendedComboLevel0 
{
	margin-left: 10px;
}
.ExtendedCombo  .FilterOptionsMultiSelection UL A.ExtendedComboLevel0.ExtendedComboLevelWithChildren 
{
	padding-left: 10px;
}
.ExtendedCombo  .ExtendedComboLevel1 
{
	margin-left: 15px;
}
.ExtendedCombo  .ExtendedComboLevel2 
{
	margin-left: 25px;
}
.ExtendedCombo  .FilterOptionsMultiSelection UL A.ExtendedComboLevel1.ExtendedComboLevelWithChildren 
{
	margin-left: 30px;
}
.ExtendedCombo  .FilterOptionsMultiSelection UL A.ExtendedComboLevel2 
{
	margin-left: 50px;
}
.ExtendedCombo  .FilterOptionsMultiSelection UL A.ExtendedComboLevel2.ExtendedComboLevelWithChildren 
{
	margin-left: 25px;
}
.ExtendedCombo  .ExtendedComboLevel0 
{
	margin-left: 0px;
}
.ExtendedCombo  .ExtendedComboLevel3 
{
	margin-left: 35px;
}
.ExtendedCombo  .ExtendedComboLevel0.ExtendedComboLevelWithChildren, .ExtendedCombo .FilterOptionsMultiSelection .ExtendedComboLevel0.ExtendedComboLevelWithChildren 
{
	margin-left: 5px;
}
.ExtendedCombo  .FilterOptionsMultiSelection UL A.ExtendedComboLevel3 
{
	margin-left: 65px;
}
.ExtendedCombo  .FilterOptionsMultiSelection UL A.ExtendedComboLevel3.ExtendedComboLevelWithChildren 
{
	margin-left: 35px;
}
.ExtendedCombo  UL
{
	z-index: 999;
	width: 100%;
}
.ExtendedCombo.Attribute, .ExtendedCombo.AttributeFL 
{
	border-style: none;
	margin-bottom: 15px;
	width: 100%;
	min-width: 206px;
}
.ExtendedCombo.AttributeFL .btn-default,.ExtendedCombo.AttributeFL .btn-default:active:focus 
{
	font-size: 16px;
	color: #67757c;
}
.ExtendedCombo.Attribute .btn-default,.ExtendedCombo.Attribute .btn-default:active:focus 
{
	padding-bottom: 4px;
	font-size: 10pt;
}
.ExtendedCombo.btn-group.open .dropdown-toggle 
{
	box-shadow:none;
}
.ExtendedComboLevel0, .ExtendedComboLevel1, .ExtendedComboLevel2, .ExtendedCombo .OnlySelected 
{
	cursor: pointer;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group 
{
	margin-left: 4px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.slick-dots 
{
	bottom: 5px;
}
.slick-dots li button:before 
{
	font-size: 12px;
}
.slick-slider 
{
	margin-bottom: 0px;
}
.AttributeSearch:focus 
{
	outline:0;
	box-shadow:none;
}
.ProgressInfo  .ProgressIndicatorCircle circle.ProgressCircle 
{
	stroke:#3C8DBC;
}
.ProgressInfo  .ProgressIndicatorCircle circle.BackCircle 
{
	stroke:#eee;
}
.ProgressInfo  .ProgressIndicatorCircle .CircleCaption 
{
	font-family: muli,sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #a1a2a3;
}
.ProgressInfoLight  .ProgressIndicatorCircle circle.ProgressCircle 
{
	stroke:#00C0EF;
}
.ProgressInfoLight  .ProgressIndicatorCircle circle.BackCircle 
{
	stroke:#eee;
}
.ProgressInfoLight  .ProgressIndicatorCircle .CircleCaption 
{
	font-family: muli,sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #a1a2a3;
}
.ProgressDanger  .ProgressIndicatorCircle circle.ProgressCircle 
{
	stroke:#DD4B39;
}
.ProgressDanger  .ProgressIndicatorCircle circle.BackCircle 
{
	stroke:#eee;
}
.ProgressDanger  .ProgressIndicatorCircle .CircleCaption 
{
	font-family: muli,sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #a1a2a3;
}
.ProgressWarning  .ProgressIndicatorCircle circle.ProgressCircle 
{
	stroke:#D8890B;
}
.ProgressWarning  .ProgressIndicatorCircle circle.BackCircle 
{
	stroke:#eee;
}
.ProgressWarning  .ProgressIndicatorCircle .CircleCaption 
{
	font-family: muli,sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #a1a2a3;
}
.ProgressSuccess  .ProgressIndicatorCircle circle.ProgressCircle 
{
	stroke:#00A65A;
}
.ProgressSuccess  .ProgressIndicatorCircle circle.BackCircle 
{
	stroke:#eee;
}
.ProgressSuccess  .ProgressIndicatorCircle .CircleCaption 
{
	font-family: muli,sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #a1a2a3;
}
.FreeStyleHomeModules > div > div 
{
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	height: 250px;
	width: 250px;
}
.HomeModulesTitleCell p 
{
	text-align: center;
}
.HomeModulesBackImageCell:before 
{
	background-color: black;
	opacity: 0.5;
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 1;
	height: 250px;
	width: 250px;
	content:" ";
	-moz-transition:.1s linear;
	-ms-transition:.1s linear;
	transition:.1s linear;
}
.FreeStyleHomeModules > div > div:hover .HomeModulesBackImageCell:before 
{
	opacity: 0.9;
	-moz-transition:.2s linear;
	-ms-transition:.2s linear;
	transition:.2s linear;
}
.FreeStyleHomeModules > div > div:hover 
{
	cursor: pointer;
}
.FreeStyleHomeModulesBig > div > div, .FreeStyleHomeModulesBigDark > div > div 
{
	margin-left: 8px;
	margin-right: 8px;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 40px;
	height: 100%;
	width: 300px;
	-moz-transition:.1s linear;
	-ms-transition:.1s linear;
	transition:.1s linear;
}
.FreeStyleHomeModulesBigDark > div > div 
{
	background-color: #2f3d4a;
}
.FreeStyleHomeModulesBig > div > div:hover, .FreeStyleHomeModulesBigDark > div > div:hover 
{
	background-color: #2f3d4a;
	cursor: pointer;
	-moz-transition:.2s linear;
	-ms-transition:.2s linear;
	transition:.2s linear;
}
.HomePage .CellTitleMaster 
{
	display: none;
}
.FreeStyleHomeModulesBig > div, .FreeStyleHomeModulesBigDark > div 
{
	margin-bottom: 8px;
	margin-top: 8px;
}
.nav-tabs > li > a 
{
	font-size: 15px;
}
.RequiredDataContentCellFL .AttributeFLLabel:after, .RequiredDataContentCell .AttributeLabel:after, .RequiredDataContentCell .AttributeDateLabel:after,.RequiredDataContentCell .AttributeDateTimeLabel:after, .RequiredDataContentCellFL .Label:after, .RequiredDataContentCell .Label:after, .RequiredDataContentCell .AttributeCheckBoxLabel:after, .RequiredDataContentCell .AttributeRealWidthLabel:after, .RequiredDataContentCell .AttributeRealWidthDateLabel:after, .RequiredDataContentCell .AttributeRealWidthDateTimeLabel:after, .RequiredDataContentCell .AttributeRealWidthCheckBoxLabel:after 
{
	margin-left: 5px;
	content:"*";
	line-height:0;
}
.RequiredDataContentCellFL .FloatingLabelReadonly .AttributeFLLabel:after, .RequiredDataContentCell .FloatingLabelReadonly .AttributeLabel:after, .RequiredDataContentCell .FloatingLabelReadonly .AttributeDateLabel:after, .RequiredDataContentCellFL .FloatingLabelReadonly .Label:after, .RequiredDataContentCell .FloatingLabelReadonly .Label:after, .RequiredDataContentCell .FloatingLabelReadonly .AttributeCheckBoxLabel:after 
{
	display: none;
}
.TabsIFrame .FormSplitScreen>div>div 
{
	padding-right: 0px;
	width: calc(100vw - 17px);
}
.TabsIFrame  .CellPanelNoBorderSplitScreenTabs 
{
	padding-right: 0px;
}
.TabsIFrame .CellNoPaddingRightSplitScreenTabs 
{
	padding-right: 0px;
}
.CellWCSplitScreenWithTabs .nav-tabs, .CellWCSplitScreenWithTabs .tab-content 
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.CellWCSplitScreenWithTabs .tab-content > div 
{
	height: 100%;
	overflow-y:'';
}
.CellWCSplitScreenWithTabs .tab-content iframe 
{
	border-style: none;
	height: 100%;
	width: 100%;
}
.TabsIFrame .TableSplitScreen 
{
	border-style: none;
	overflow: visible;
}
.CellWCSplitScreenWithTabs .nav-tabs >li>a .closeTab 
{
	display: none;
}
.CellWCSplitScreenWithTabs .nav-tabs >li>a:hover .closeTab:focus 
{
	outline:0;
}
.CellWCSplitScreenWithTabs .nav-tabs >li>a:hover .closeTab 
{
	margin-right: -17px;
	padding-left: 6px;
	padding-top: 2px;
	display:initial;
	text-shadow:none;
}
.TabsIFrame .CellPanelNoBorderSplitScreenTabs>div>div.panel 
{
	border-style: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	box-shadow:none;
}
.FloatingLabelEmpty .AttributeFLLabel.control-label[for="vRADIOH"], .FloatingLabelEmpty .AttributeFLLabel.control-label[for="vRADIOV"] 
{
	top: 1px;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
}
.AttributeFL.gx-radio-button 
{
	border-style: none;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-top: 17px;
}
.DataContentCellFL select[size].AttributeFL 
{
	border-style: solid;
	border-width: 1px;
	margin-left: 7px;
	margin-top: 29px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.AttributeFLLabel~div>div.gx-multimedia-upload 
{
	margin-left: 0px;
	padding-top: 20px;
	height: 102px;
}
.Tabs_NoTabs .tab-content, .Tabs_NoTabs .nav.nav-tabs 
{
	background-color: transparent;
	border-style: none;
}
.TabsIFrame .CellTitleViewSplitScreen, .TabsIFrame .CellPanelNoBorderSplitScreenTabs>div>div>div>div 
{
	padding-top: 0px;
}
.WorkWith .RowDeleted .ReadonlyAttribute,.WorkWith .RowDeleted .ReadonlyExtendedCombo span 
{
	text-decoration: line-through;
}
.ui-pnotify-text 
{
	padding-bottom: 3px;
	padding-left: 29px;
	padding-right: 15px;
	padding-top: 3px;
}
.MergeDataCell>.ExtendedCombo.AttributeFL 
{
	margin-bottom: -4px;
	margin-top: 0px;
	padding-top: 0px;
}
.MergeDataCell >.ExtendedCombo>UL 
{
	margin-top: 0px;
	margin-top:0;
}
.MergeDataCell >.ReadonlyExtendedCombo 
{
	margin-bottom: -15.5px;
	margin-top: 0px;
}
.ReadonlyExtendedCombo 
{
	width: 100%;
}
.ExtendedCombo>UL 
{
	margin-bottom: 55px;
	margin-top: 0px;
}
.input-group .form-control.AttributeFL 
{
	margin-bottom: -7px;
}
.DscTop>DIV>.gx-attribute 
{
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
}
.DscTop>DIV>.gx-label 
{
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 0px;
	position: relative;
	min-height: 1px;
}
.DscTop>DIV>DIV>.MergeLabelCell 
{
	margin-bottom: inherit;
	padding-left: 20px;
	padding-top: 0px;
	text-align: left;
}
.DscTop.CellPaddingLogin>DIV>DIV>.MergeLabelCell 
{
	padding-left: 15px;
}
.gx-popup-opened form 
{
	overflow:visible !important;
}
.ConvertToDDO.dropup .dropdown-menu.open 
{
	top: auto;
}
.DVGroupByBtn 
{
	font-size: 16px;
	text-align: right;
}
.DVGroupByCell 
{
	border-style: solid;
	border-width: 1px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 11px;
	padding-top: 10px;
	top: 18px;
	border-left:0;
	border-right:0;
}
.DVGroupByCell>table 
{
	width: 100%;
}
.DVGroupByCell>table>tbody>tr>td:first-of-type 
{
	width: 100%;
	text-align: left;
}
.DVGroupByCell>table>tbody>tr>td 
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.DVGroupByTitle 
{
	font-size: 10pt;
}
.DVGroubByTotalizer 
{
	padding-right: 0px;
	font-size: 14px;
	font-weight: bold;
}
.GridNoBorder .DVGroupByCell 
{
	background-color: transparent;
}
.GridNoBorder .DVGroupByTitle 
{
	font-size: 14px;
}
.GridWithBorderColor .DVGroupByCell 
{
	background-color: transparent;
}
.GridWithBorderColor .DVGroupByTitle 
{
	font-size: 14px;
	color: black;
}
.GridWithBorderColor .DVGroubByTotalizer 
{
	color: black;
}
.SectionWCDContainer 
{
	border-style: solid;
	border-width: 1px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom:0;
}
.SectionWCDContainer  .GridNoDataText 
{
	padding-top: 30px;
	line-height:41px;
}
.WWIconActionColumn.WCD_Expanded .ArrowIcon 
{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.WCD_ActionColumn IMG 
{
	-moz-transition:.2s linear;
	-ms-transition:.2s linear;
	transition:.2s linear;
}
.WCD_ActionColumn.WCD_Expanded IMG 
{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.DVGroupByRowAllowCollapse:hover 
{
	cursor: pointer;
}
.WCD_Loading 
{
	height: 40px;
}
.WCD_Loading i 
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 12px;
	font-size: 16px;
}
.SectionGrid .SectionWCDContainer div.Section 
{
	margin-right: 2px;
}
.TableWithSelectableGrid:not(.WWPRowSelected) .WWPBtnNeedRowSelection 
{
	display: none;
}
.TableWithSelectableGrid:not(.WWPMultiRowWOPagingSelected) .WWPBtnNeedMultiRowWOPagingSelection 
{
	display: none;
}
.TableWithSelectableGrid:not(.WWPMultiRowSelected) .WWPBtnNeedMultiRowSelection 
{
	display: none;
}
.WTabs_processed>li .TableContainerStepBulletFirst>tbody>tr>td>table>tbody>tr>td:first-child>table 
{
	display: none;
}
.WTabs_processed>li .TableContainerStepBulletLast>tbody>tr>td>table>tbody>tr>td:last-child>table 
{
	display: none;
}
.WTabs_processed.nav.nav-tabs>li>a 
{
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: none !important;
}
.WTabs_processed.nav.nav-tabs 
{
	border-style: none;
	padding-left: 20px;
	padding-right: 20px;
}
.WTabs_processed.nav-tabs.WTabs_WizardBullet>li 
{
	min-width: 100px;
}
.WTabs_processed li .TableContainerStepFirst .StepImage, .WTabs_processed li .TableContainerStepFirst .StepImageUnSelected 
{
	display: none;
}
.WTabs_processed  .TableStepBulletChecked span 
{
	display: none;
}
.WTabs_processed  .TableStepBulletLine, .WTabs_processed .TableStepBulletLineChecked 
{
	margin-left: 0px;
	top: 7px;
	width: calc(50% - 11px);
}
.WTabs_processed  .StepNumberBulletCell 
{
	padding-top: 0px;
}
.WTabs_processed  .TableStepBulletSelected .StepNumberBulletCell 
{
	padding-top: 5px;
}
.WTabs_processed  .TableContainerStepBullet 
{
	width: 100%;
}
.WTabs_processed  .ReadonlyAttributeStepBullet, .WTabs_processed .ReadonlyAttributeStepBulletUnSelected, .WTabs_processed .ReadonlyAttributeStepBulletSelected 
{
	max-width: inherit;
}
.WTabs_processed  .StepNumberCell 
{
	padding-bottom: 0px;
	padding-top: 0px;
	line-height:19px;
}
.WTabs_processed  .WizardClickDisabled 
{
	cursor: default;
}
.TableMainWhiteHeader>.row:first-child 
{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
}
.DropDownOptionsNoBackHover  .dropdown-menu 
{
	padding-bottom: 0px;
	padding-top: 0px;
}
.DropDownOptionsNoBackHover  .dropdown-menu  .divider 
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.DropDownOptionsNoBackHover  .btn-default 
{
	background-color: transparent;
	border-style: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-left: 0px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	box-shadow:none;
}
.DropDownOptionsNoBackHover  .btn-default:focus 
{
	background-color: transparent;
	box-shadow: 0px;
}
.DropDownOptionsNoBackHover  .btn-default:hover 
{
	color: #000;
}
.DropDownOptionsNoBackHover  .btn-default>span 
{
	margin-right: 5px;
}
.DropDownOptionsNoBackHover  .btn-default>img 
{
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	border-bottom-left-radius: 35px;
	margin-bottom: 4px;
	margin-right: 7px;
	max-height: 35px;
	vertical-align: middle;
}
.DropDownOptionsNoBackHover  .btn-group-open .dropdown-toggle 
{
	background-color: transparent;
	border-style: none;
	box-shadow:none;
}
.DropDownOptionsNoBackHover  .dropdown-menu>li>a 
{
	padding-left: 10px;
}
.DropDownOptionsNoBackHover  .dropdown-menu>li:first-child>a, .DropDownOptionsNoBackHover .dropdown-menu>li:last-child>a 
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.DropDownOptionsNoBackHover>.btn-default:hover,.DropDownOptionsNoBackHover>.btn-default:hover>i 
{
	color: rgba(255,255,255,0.75);
}
.DropDownNotification>.btn-default>span:not(.caret) 
{
	background-color: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	left: 4px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	position: absolute;
	top: -3px;
	min-width: 18px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height:18px;
}
.DropDownNotification>.btn-default>i 
{
	font-size: 19px;
}
.DropDownNotification>.btn-default:hover>.caret, .DropDownNotification>.btn-default:hover>i 
{
	color: rgba(255,255,255,0.75);
}
.DropDownNotification>.btn-default,.DropDownNotification.btn-group.open>.btn-default,.DropDownNotification.btn-group>.btn-default:active:hover 
{
	background-color: transparent;
	border-style: none;
	box-shadow:none;
}
.DropDownOptionsNoBackHover>.btn-default,.DropDownOptionsNoBackHover.btn-group.open>.btn-default,.DropDownOptionsNoBackHover.btn-group>.btn-default:active:hover 
{
	background-color: transparent;
	border-style: none;
	box-shadow:none;
}
.DropDownOptionsNoBackHover>.btn-default:hover>i 
{
	color: rgba(255,255,255,0.75);
}
.DropDownOptionsNoBackHover>.btn-default:hover>.FontColorIconBookmarkTitleAdded~.caret,.DropDownOptionsNoBackHover>.btn-default:hover>.FontColorIconBookmarkTitle~.caret 
{
	color: rgba(255,255,255,0.75);
}
.DropDownNotification .dropdown-menu>li>a 
{
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 16px;
}
.PanelCardContainer .TableMerged 
{
	margin-bottom: 0px;
}
.Dummy, html:not(.notChrome) input[type='checkbox'] 
{
	margin-bottom: 0px;
	width: 0px;
	outline:0;
}
.Dummy, html:not(.notChrome) input[type='checkbox'][disabled]:before 
{
	color: #c1c1c1 !important;
}
.Dummy, html:not(.notChrome) input[type='checkbox']:before 
{
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: normal;
	content: "\f0c8";
	line-height:0px;
}
.Dummy, html:not(.notChrome) input[type='checkbox']:checked:before 
{
	content: "\f14a";
}
.highcharts-root 
{
	width: 100%;
}
.GridNoBorderNoHeader thead 
{
	display: none;
}
.GridNoBorderNoHeader tbody>tr:first-child 
{
	border-style: none;
}
.ProgressBarMaterial .progress 
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	height: 5px;
	box-shadow:none;
}
.HomeTopPanel .highcharts-root 
{
	margin-left: auto;
	margin-right: auto;
}
.CellChartNoLines  .highcharts-axis-title 
{
	fill:transparent !important;
}
.CellChartNoLines  .highcharts-axis-title tspan 
{
	fill:transparent !important;
}
.CellChartNoLines  .highcharts-axis-labels.highcharts-yaxis-labels text 
{
	fill:transparent !important;
}
.CellChartNoLines  .highcharts-grid.highcharts-yaxis-grid path 
{
	stroke:transparent !important;
}
.CellChartNoLines  .highcharts-axis.highcharts-xaxis path.highcharts-tick2 
{
	stroke:transparent !important;
}
.ProgressBigCircleBaseColor 
{
	margin-left: auto;
	margin-right: auto;
	width:fit-content;
}
.ProgressBigCircleBaseColor  .ProgressIndicatorCircle .CircleCaption 
{
	font-size: 35px;
	font-weight: 300;
	line-height:50px;
}
.ProgressBigCircleBaseColor  .CircleCaptionContainer 
{
	bottom: 40%;
}
.ProgressBigCircleBaseColor  .CircleSubtitleContainer 
{
	top: 56%;
	white-space: nowrap;
}
.ProgressBigCircleBaseColor  .CircleSubtitle 
{
	text-transform: uppercase;
	line-height:17px;
}
.ProgressBigCircleBaseColor  .ProgressIndicatorCircle circle.BackCircle 
{
	stroke:#eee;
}
.ProgressBigCircleBaseColor  .ProgressIndicatorCircle circle.ProgressCircle 
{
	stroke:#4978b0;
}
.ManageFilters li>a>i 
{
	padding-right: 7px;
	vertical-align: middle;
}
.GridNoBorderNoHeader TABLE.GridWithBorderColor,.GridNoBorderNoHeader TABLE.WorkWith 
{
	border-style: none;
	box-shadow:none;
}
.CellUserActionPrompt IMG 
{
	border-style: solid;
	border-width: 1px;
	margin-left: -33px;
	padding-bottom: 8px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 8px;
	position: absolute;
	top: 1px;
	background-image:none !important;
}
.CellUserActionPrompt .form-control 
{
	padding-right: 40px;
}
.DscTop .Attribute,.DscTop .AttributeRealWidth,.DscTop .AttributeDate,.DscTop .AttributeRealWidthDate,.DscTop .AttributeDateTime,.DscTop .AttributeRealWidthDateTime,.DscTop .AttributeCheckBox,.DscTop .AttributeRealWidthCheckBox 
{
	margin-bottom: 25px;
}
.DscTop div:not(.ExtendedCombo) > div > .ErrorMessages 
{
	top: -14px;
}
.DscTop .ReadonlyAttribute,.DscTop .ReadonlyAttributeRealWidth 
{
	margin-left: 5px;
	padding-bottom: 0px;
}
.DscTop .gx-checkbox-wrapper 
{
	padding-top: 0px;
}
.DscTop .input-group-btn 
{
	padding-bottom: 25px;
}
.DscTop .TableMerged TD 
{
	vertical-align: top;
}
.DscTop .DataDescription 
{
	padding-bottom: 0px;
	padding-top: 7px;
}
.DscTop .TableMerged TD.DataContentCell 
{
	padding-top: 4px;
}
.TableMerged .DataContentCell 
{
	vertical-align: top;
}
.DscTop .MergeLabelCell 
{
	padding-bottom: 5px;
}
.PopupContentCell .WorkWith>tbody>tr:first-child>td 
{
	padding-top: 15px;
}
.WTabs_processed.nav.nav-tabs~.tab-content 
{
	border-style: none;
}
.TableViewCardsCell>div 
{
	padding-bottom: 13px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
}
.TableViewCardsCell>div.CellWWLink 
{
	padding-right: 26px;
	width: auto;
}
.TableViewCardsCell>div>div>div.row>div 
{
	padding-bottom: 13px;
}
.TableViewCardsCell>div>div>div.row:last-of-type>div 
{
	padding-bottom: 0px;
}
.TableViewCardsCell>div>div:not(.main-panel-collapsed),.TableViewCardsCell>div>div>div.row:last-of-type,.TableViewCardsCell>div>div>div.panel,.TableViewCardsCell>div>div>div.panel>div.PanelCard_Body>div,.TableViewCardsCell>div>div>div.row>div,.TableViewCardsCell>div>div>div.row>div>div:not(.main-panel-collapsed),.TableViewCardsCell>div:first-of-type>div>div.row>div>div>div.panel 
{
	height: 100%;
}
.TableViewCardsCell>div>div>div.PanelCard,.TableViewCardsCell>div:first-of-type>div>div.row>div>div>div.PanelCard 
{
	height:calc(100% - 27px);
}
.CellWCSplitScreen .CellViewTab, .FormSplitScreen .CellViewTab 
{
	padding-right: 0px;
}
.fas.CleanFiltersIcon 
{
	font-size: 19px;
}
.CleanFiltersIcon:after 
{
	margin-left: -3px;
	font-size: 10px;
	content:"\f00d";
}
.ProductCardTable TABLE 
{
	height: 100%;
	width: 100%;
}
.ProductCardTable table>tbody>tr>td:first-of-type 
{
	padding-right: 10px;
	height: 85px;
	width: 40%;
	text-align: center;
}
.ProductCardTable:hover 
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
}
.ProductCardTable.CardLongDescriptionOnHover>div.row:last-of-type 
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 10px;
	position: absolute;
	top: 0px;
	z-index: 1;
	min-height: 106px;
	display: none;
	width: calc(100% - 15px);
}
.ProductCardTable.CardLongDescriptionOnHover:hover>div.row:last-of-type 
{
	display: block;
}
.TableTransactionTemplate .gx-grid 
{
	padding-bottom: 50px;
}
.ButtonAddNewRow:hover, .ButtonAddNewRow:hover:active, .ButtonAddNewRow:active, .ButtonAddNewRow:focus, .ButtonAddNewRow:focus:active 
{
	background-color: transparent;
}
.WorkWith TR .WWIconActionColumn i.TrnGridDelete, .WorkWith TR .WWIconActionColumn i.TrnGridDelete:hover 
{
	background-color: transparent;
	font-size: 10px;
	color: #b1bdd6;
}
.WorkWith TR .WWIconActionColumn.WWColumnLineThrough i.TrnGridDelete 
{
	color: #999;
	transform:rotate(45deg);
}
.WorkWith>tbody>tr.WCD_tr 
{
	text-indent: 0px;
}
.Errorbtn~div 
{
	float: left;
	margin-bottom: 5px;
	margin-top: -8px;
}
.input-group-btn .ErrorMessages, .input-group .ErrorMessages 
{
	right: 0px;
	top: 0px;
	position:absolute !important;
}
.AttributeCheckBox~label 
{
	margin-bottom: 0px;
}
.SectionGrid>div.gx-grid, .SectionGrid>div>div>div>div.gx-grid, .SectionGrid>div>div>div>div.Table>div>div>div.gx-grid, .SectionGrid>div>div>div>div.Table>div>div>div.Table>div>div>div.gx-grid 
{
	background-color: #fff;
	overflow: auto;
	position: static;
}
.gx-grid.gx-gridGridFixedTitles 
{
	max-height: 400px;
}
.gx-grid.gx-gridGridFixedTitles>table>tfoot>tr>td,.gx-grid.gx-gridGridFixedTitles>table>thead>tr>th 
{
	position: relative;
}
.gx-grid.gx-gridGridFixedTitles>div.gx-mask 
{
	display: none;
}
.gx-grid.gx-gridGridFixedTitles>table 
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.gx-grid.gx-gridGridResizableTitles>table>thead>tr>th span 
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.FTBRemoveBorders>*>tr,.FTBRemoveBorders>*>tr>* 
{
	border-style:none !important;
}
.FGHeaderRowV>*>div 
{
	position: absolute;
	right: 0px;
	width: 1px;
	display: block;
}
.CSItemWithCategory 
{
	margin-left: 15px;
}
.CSCategory > i:last-child 
{
	padding-left: 8px;
}
.CSItemWithCategoryCollapsed 
{
	display: none;
}
.CSItemsFreezable .CSItemConfigFixedL>a, .CSItemsFreezable .CSItemConfigFixedR>a, .CSItemsFreezable li:not(.CSFixableCategory)>a 
{
	margin-left: 15px;
}
.CSItemsFreezable .CSItemConfigFixedL>a.CSItemWithCategory, .CSItemsFreezable .CSItemConfigFixedR>a.CSItemWithCategory, .CSItemsFreezable li>a.CSItemWithCategory 
{
	margin-left: 30px;
}
.table-responsive > thead > tr.WWPDraggingColumn > th:not(.WWIconActionColumn):not(.DisableColMoving) 
{
	border-left: solid 1px #ffe1e1;
	border-right: solid 1px #ffe1e1;
}
.table-responsive > thead > tr.WWPDraggingColumn > .WWPDragOverDown:not(.WWIconActionColumn) 
{
	border-right: solid 3px red !important;
}
.table-responsive > thead > tr.WWPDraggingColumn > .WWPDragOverUp:not(.WWIconActionColumn):not(.DisableColMoving) 
{
	border-left: solid 3px red !important;
}
.CSDropDownFI 
{
	margin-right: 7px;
}
.WWPDraggingColumnMoving.WWPDraggingColumn >*:not(.WWPDraggedColumn) 
{
	opacity: 1;
}
.WWPDraggingColumn  >*:not(.WWPDraggedColumn) 
{
	opacity: .01;
}
.FGCuttedCell>* 
{
	display:none !important;
}
.FGHeaderRowV>.FixedR>div 
{
	left: 0px;
	right: inherit;
}
.gx-grid.gx-gridGridFixedColumnBorders>table>*>tr>* 
{
	padding-right: 10px;
	border-right-style:solid;
	border-right-width:1px;
}
.FGRowLine>*, .FGHeaderRowH>*, .FGHeaderRowV>*, .FGFootRow>* 
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.FixedColumnL, .FixedColumnR 
{
	min-width: 28px;
}
.DataContentCellFL>.gx-default-form-group 
{
	display: block;
}
.DataContentCellFL>.gx-default-form-group>.AttributeFLLabel.control-label 
{
	width:100% !important;
}
.DataContentCellFL>.gx-default-form-group>.AttributeFLLabel~div:not(.tooltip) 
{
	width:100% !important;
}
.AttributeImportFileCell .gx-label ~ div object 
{
	display:none !important;
}
.StyleTitleAndSubtitle, .StyleImageAndData 
{
	width: 100%;
	display: inline-block;
	white-space: normal;
	font-size: 10pt;
}
.StyleTitleAndSubtitle span:first-child, .StyleImageTitleAndSubtitle span:first-child 
{
	padding-bottom: 4px;
	padding-top: 5px;
	display: block;
	font-weight: bold;
	line-height:1;
}
.StyleTitleAndSubtitle span:last-child, .StyleImageTitleAndSubtitle span:last-child 
{
	display: block;
	font-size: 10.5px;
	line-height:1;
}
.StyleImageAndData div 
{
	display: inline-block;
}
.StyleImageAndData div:first-child 
{
	margin-right: 8px;
	margin-top: 2px;
	height: 32px;
	width: 32px;
	vertical-align: top;
}
.StyleImageAndData div:first-child>img 
{
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	border-right-color: #e1e1e1;
	border-top-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;
	height: 100%;
	width: 100%;
	object-fit:contain;
}
.StyleImageAndData img[src=''] 
{
	visibility: hidden;
}
.StyleImageAndData div:last-child 
{
	max-width: calc(100% - 44px);
}
.ExtendedComboWithImage .FilterOptions UL A 
{
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}
.ExtendedComboTitleAndSubtitle .FilterOptions UL A 
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.StyleImageAndTitle div:last-child 
{
	padding-top: 8px;
}
.ExtendedComboWithImage>UL, .ExtendedComboWithCategories>ul 
{
	min-width: 300px;
}
.ExtendedComboWithCategories .FilterOptions, .ExtendedComboWithImage .FilterOptions, .ExtendedComboTitleAndSubtitle .FilterOptions 
{
	max-height: 250px;
}
.ExtendedComboWithImage .FilterOptions.FilterOptionsMultiSelection UL A 
{
	padding-left: 25px;
}
.ExtendedComboWithImage .caret, .ExtendedComboTitleAndSubtitle .caret 
{
	position: absolute;
	right: 6px;
	top: calc(50% - 11px);
}
.ExtendedComboNewOption 
{
	font-weight: bold;
}
.ExtendedComboTitleAndSubtitle>button, .ExtendedComboWithImage>button 
{
	padding-top: 4px;
	min-height: 32px;
}
.ExtendedComboTitleAndSubtitle .FilterOptionsMultiSelection a, .ExtendedComboWithImage .FilterOptionsMultiSelection a 
{
	position: relative;
}
.ExtendedComboTitleAndSubtitle .FilterOptionsMultiSelection a>i:first-child, .ExtendedComboWithImage .FilterOptionsMultiSelection a>i:first-child 
{
	position: absolute;
	top: calc(50% - 6px);
}
.DVelopComboGridCell>*:not(div), .DVelopComboGridCell>div>p:not(.form-control-static) 
{
	position: absolute;
	display:none !important;
}
.DVelopComboGridCell>div>SPAN.ReadonlyExtendedCombo 
{
	min-height:auto;
}
.DVelopComboGridCell .ReadonlyExtendedCombo 
{
	padding-right: 8px;
}
.ExtendedComboWithImage .btn-default,.ExtendedComboTitleAndSubtitle .btn-default 
{
	padding-right: 17px;
}
.WWPPopoverIcon 
{
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
}
.popover-content 
{
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	min-height: 25px;
	min-width: 25px;
}
.PopoverTriggerClick 
{
	cursor: pointer;
}
.PopoverValue 
{
	min-width: 10px;
}
.popoverMainDiv 
{
	max-width: 100%;
}
.PopoverValue>img 
{
	max-height: 30px;
	max-width: 30px;
}
.DDComponentUL 
{
	line-height: 1.42857143;
}
.gx-navbar .ColumnsSelector .gx-attribute, .gx-action-group .ColumnsSelector .gx-attribute, .gx-action-group .ColumnsSelector .gx-button 
{
	display: block;
}
.GridParentCell:not(.SectionGrid) 
{
	position: static;
}
.ColumnSettingsRangePickerContainerDiv .Attribute 
{
	margin-bottom: 8px;
	max-width: 156px;
}
.TableDynamicFiltersFlex>div>div>div 
{
	align-self:center;
	flex-grow:0 !important;
}
.TableDynamicFiltersFlex table div 
{
	padding-left: 4px;
}
.ModulesMenuButton > ul 
{
	max-width: 742px;
}
.ModulesMenuButton >button, .ModulesMenuButton >button:hover 
{
	border-style: none;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: transparent !important;
}
.ModulesMenuButton >button .caret 
{
	display: none;
}
.ModulesMenuButton .DDComponentUL 
{
	padding-bottom: 19px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	max-height: calc(100vh - 150px);
	overflow-y: auto;
	overflow-x: hidden;
}
.ModulesMenuButton .TableCardsMenu 
{
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
.ModulesMenuButton .ImageMenuIcon:hover, .ModulesMenuButton>button:active, .ModulesMenuButton.btn-group.open>button 
{
	box-shadow: none;
}
.ModulesMenuButton>button>span 
{
	margin-left: -8px;
	padding-right: 21px;
	font-size: 16px;
	vertical-align: text-bottom;
	line-height:27px;
}
.ImageSearchIcon 
{
	margin-right: 4px;
	margin-top: 2px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-top: 4px;
	font-size: 15px;
}
.AttributeSearch::placeholder 
{
	opacity: .9;
}
.AttributeSearch:-ms-input-placeholder 
{
	opacity: .9;
}
.CellAttributeSearch .TextBlock:focus 
{
	opacity: .8;
	outline:none;
}
.MasterPageTopActionsOption:hover,.MasterPageTopActionsOption:focus 
{
	background-color: transparent;
	font-weight: bold;
	outline:0;
	box-shadow:none;
}
.EditForm .DataContentCell .ReadonlyAttribute, .EditForm .DataContentCellView .ReadonlyAttribute, .EditForm .RequiredDataContentCell .ReadonlyAttribute, .EditForm .DataContentCell .ReadonlyAttributeRealWidth, .EditForm .DataContentCellView .ReadonlyAttributeRealWidth, .EditForm .RequiredDataContentCell .ReadonlyAttributeRealWidth 
{
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-left: 12px;
	padding-right: 12px;
	min-height: 34px;
	min-width: 206px;
	vertical-align: middle;
}
.EditForm .DataContentCell img.ReadonlyAttribute 
{
	background-color: transparent;
	border-style: none;
	min-width: 0px;
}
.EditForm .DataContentCell .ReadonlyAttributeDateTime, .EditForm .DataContentCellView .ReadonlyAttributeDateTime, .EditForm .RequiredDataContentCell .ReadonlyAttributeDateTime, .EditForm .DataContentCell .ReadonlyAttributeDateTimeRealWidth, .EditForm .DataContentCellView .ReadonlyAttributeDateTimeRealWidth, .EditForm .RequiredDataContentCell .ReadonlyAttributeDateTimeRealWidth 
{
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-left: 12px;
	padding-right: 12px;
	min-height: 34px;
	vertical-align: middle;
}
.EditForm .DataContentCell .ReadonlyAttributeDate, .EditForm .DataContentCellView .ReadonlyAttributeDate, .EditForm .RequiredDataContentCell .ReadonlyAttributeDate, .EditForm .DataContentCell .ReadonlyAttributeDateRealWidth, .EditForm .DataContentCellView .ReadonlyAttributeDateRealWidth, .EditForm .RequiredDataContentCell .ReadonlyAttributeDateRealWidth 
{
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-left: 12px;
	padding-right: 12px;
	min-height: 34px;
	vertical-align: middle;
}
.PanelCard_IconAndTitle 
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.05);
}
.PanelCard_IconAndTitle>.panel-heading>.panel-title:before 
{
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	margin-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	font-family: "font awesome 5 free";
	font-size: 9px;
	font-weight: 900;
	color: white;
	content:'\f02b';
}
.PanelCard_IconAndTitle>.panel-heading 
{
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 12px;
	padding-top: 12px;
	width:100% !important;
}
.PanelCard_IconAndTitle>.panel-heading>.panel-title, .PanelCard_IconAndTitle>.panel-heading>.panel-title>SPAN, .PanelCard_IconAndTitle>.panel-heading>.panel-title>A 
{
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 400;
	vertical-align: bottom;
	line-height:21px;
}
.OnlyLinks>.tab-content 
{
	border-style: none;
}
.OnlyLinks>.nav.nav-tabs 
{
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom-width:2px;
}
.OnlyLinks>.nav.nav-tabs>li.active>a 
{
	border-style: none;
}
.CellAdvancedFiltersHidden 
{
	margin-top: 19px;
	padding-top: 20px;
	display: none;
	border-top-style:solid;
	 border-top-width: 1px;
}
.PaginationBarCaption.PaginationBarFiltered 
{
	padding-top: 2px;
	line-height:39px;
}
.PaginationBarFiltersCaption 
{
	display: block;
	font-size: 10pt;
	color: gray;
}
.gx-popup-resize 
{
	display: none;
}
.PanelGrayBackgroundTitle.panel 
{
	border-bottom-color: #e0e6e9;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	box-shadow:none;
	border-left:0;
	border-right:0;
	border-top:0;
}
.PanelGrayBackgroundTitle>DIV.panel-heading 
{
	background-color: #f6f6f6;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.PanelGrayBackgroundTitle>.panel-heading>.panel-title 
{
	font-family: muli,sans-serif;
	font-size: 13px;
	font-weight: 600;
}
.PanelGrayBackgroundTitle>.panel-heading+.panel-collapse>.panel-body 
{
	border-top: 0px;
}
.main-panel-collapsed .PanelGrayBackgroundTitle.panel 
{
	padding-bottom: 15px;
}
.IconButtonLink 
{
	background-color: transparent;
	padding-bottom: 1px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	font-size: 13px;
	box-shadow:none;
	border-color:transparent;
}
.IconButtonLink:hover, .IconButtonLink:focus 
{
	text-decoration: underline;
	outline:none;
}
.IconButtonLink i 
{
	padding-right: 3px;
}
.TabsWithRightActions>.tabsSlider>div.moveRight, .TabsWithRightActions>div>div>div>div>.tabsSlider>div.moveRight 
{
	padding-right: 127px;
}
.HorizontalMenuCell:hover 
{
	overflow: visible;
}
.Table:focus 
{
	outline:none;
}
.ExtendedCombo .FilterOptions UL LI:not(.SelectedItem) A:focus 
{
	color: white;
}
.ButtonLogin.ButtonMaterial:active,.ButtonLogin.ButtonMaterial:focus,.ButtonLogin.ButtonMaterial:active:focus 
{
	opacity: .8;
}
.nav.nav-tabs 
{
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.nav.nav-tabs.IFrameTabs > li > a 
{
	min-height: 55px;
}
.TableMainTabs .ShowMenuImageCellNotFixedRightNavTabs.page-content+.CellFloatRight 
{
	margin-bottom: -27px;
	margin-top: 27px;
	z-index: 1;
}
.TableMainTabs .ShowMenuImageCellNotFixedRightNavTabs.page-content.menu-compact 
{
	left: 122px;
	margin-top: 35px;
}
.nav.nav-tabs > li.active > a 
{
	border-bottom: 2px;
	border-style: solid;
	border-left:0;
	border-right:0;
	border-top:0;
}
.nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:focus 
{
	background-color: transparent;
}
.nav.nav-tabs > li > a 
{
	border-bottom-color: transparent;
	border-style: solid;
	margin-top: 1px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 14px;
	font-size: 15px;
	color: #67757c;
	line-height:24px;
	border-left:0;
	border-right:0;
	border-top:0;
	border-bottom-width:2px;
}
.tabsMainContainer div.tabsNavOptions>button 
{
	color: #67757c;
}
.TableSplitScreen .tabsSlider .moveRight 
{
	border-left: 0;
}
.TableSplitScreen .tabsSlider .moveLeft 
{
	border-right: 0;
}
.TableSplitScreen .tabsSlider 
{
	border-left: 0;
	border-right: 0;
	height: 56px;
}
.Dummy, div.gx-content-placeholder.transitioning 
{
	overflow: visible;
}
.LandingPurusHeaderCell 
{
	background-color: black;
}
.HorizontalMenuSilder div.moveRight, .HorizontalMenuSilder div.moveLeft, div.HorizontalMenuSilder 
{
	height: 35px;
}
.HorizontalStickyMenuHeaderCell.FixedHeader .HorizontalMenuSilder div.moveLeftArrow 
{
	border-right-color: #727272;
}
.HorizontalStickyMenuHeaderCell.FixedHeader .HorizontalMenuSilder div.moveRightArrow 
{
	border-left-color: #727272;
}
.HorizontalStickyMenuHeaderCell.FixedHeader .HorizontalMenuSilder .moveRight, .HorizontalStickyMenuHeaderCell.FixedHeader .HorizontalMenuSilder .moveLeft 
{
	background-color: white;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.HorizontalMenuSilder div.moveRight, .HorizontalMenuSilder div.moveLeft 
{
	background-color: rgba(0,0,0,0.67);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.CellLoginUserName:before 
{
	left: 25px;
	position: absolute;
	top: 26px;
	font-family: "font awesome 5 free";
	font-size: 15px;
	font-weight: 900;
	color: #999;
	content:'\f007';
}
.CellLoginPassword:before 
{
	left: 25px;
	position: absolute;
	top: 26px;
	font-family: "font awesome 5 free";
	font-size: 15px;
	font-weight: 900;
	color: #999;
	content:'\f023';
}
.DataContentCellLogin .TextBlock,.DataContentCellLogin .AttributeCheckBox,.DataContentCellLogin .AttributeLoginImageLeft,.DataDescriptionLogin,.GAMIconLogin 
{
	border-bottom-color: #999;
	border-left-color: #999;
	border-right-color: #999;
	border-top-color: #999;
	color: #999;
}
.DataContentCellLogin .AttributeLoginImageLeft:focus 
{
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
}
.TableLoginTransparency A:link 
{
	color: white;
}
.Dummy, html:not(.notChrome) .TableLoginTransparency input:focus[type='checkbox']:before 
{
	color: #999;
}
.input-group>input 
{
	padding-right: 46px;
	border-radius:4px !important;
}
.AttributeSearch ~ .popover 
{
	margin-left: -78px;
	margin-top: 2px;
	padding-left: 11px;
	padding-right: 11px;
}
.AttributeSearch ~ .popover > .arrow 
{
	display: none;
}
.FreeStyleGridMPSearch>div:not(:first-child) .SearchResultMPCategoryCell 
{
	border-top: solid 1px lightgray;
}
.SearchResultMPCategoryCell 
{
	padding-top: 7px;
	min-height: 36px;
}
.SearchResultMPCategoryCell span 
{
	border-bottom-color: transparent;
	margin-left: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-top: 6px;
	min-height: 0px;
	font-size: 12px;
	font-weight: bold;
}
.CloseSearchIconCell > div 
{
	position: absolute;
	right: 7px;
	top: 4px;
	z-index: 1;
}
.CloseSearchIconCell i 
{
	font-size: 13px;
	color: gray;
}
.AttributeSearch ~ .popover .TableMain 
{
	padding-top: 0px;
}
.BtnAdvancedSearchCell 
{
	border-top-style:solid;
	border-top-width:1px;
}
.BtnAdvancedSearchCell .IconButtonLink 
{
	margin-left: -8px;
	margin-top: 6px;
}
.AttributeSearchResultImageCell div:first-child 
{
	margin-right: 8px;
	margin-top: 2px;
	height: 32px;
	width: 32px;
	vertical-align: top;
}
.AttributeSearchResultImageCell 
{
	display: inline-block;
	white-space: normal;
	font-size: 10pt;
	color: #575b5d;
}
.FreeStyleGridMPSearch .FreeStyleGrid > div > div > div 
{
	outline:none;
}
.FreeStyleGridMPSearch .FreeStyleGrid > div 
{
	padding-bottom: 2px;
	padding-top: 2px;
}
.AttributeSearchResultImageCell ~ div > div 
{
	padding-top: 4px;
}
.TableAdvancedSearchCell 
{
	border-top: solid 1px lightgray;
	margin-top: 3px;
	padding-bottom: 12px;
	padding-left: 25px;
	padding-top: 12px;
}
.AttributeSearch.PopoverValue[aria-describedby] 
{
	min-width: 395px;
}
.AttributeSearch.PopoverValue 
{
	min-width: 206px;
	transition:min-width .1s ease;
}
.FSResultCategoriesCell 
{
	margin-top: 3px;
	overflow-y:auto;
	 max-height: calc(100vh - 177px);
	border-top-style:solid;
	border-top-width:1px;
}
.SearchResultIcon, .SearchResultIconWS 
{
	padding-left: 4px;
	padding-top: 5px;
	font-size: 11px;
	color: #575b5d;
}
.SearchResultCardCell .SimpleCardTable 
{
	height: auto;
}
.SearchResultCategoryCell span 
{
	padding-bottom: 0px;
	font-size: 16px;
}
.SearchFiltersCell 
{
	padding-left: 15px;
}
.SearchFiltersCell .Attribute, .SearchFiltersCell .AttributeFL 
{
	max-width: 100%;
}
.TableAdvancedSearchCell .DataContentCellFL .AttributeFL 
{
	max-width: 300px;
}
.slimmenu.RegularBackgroundColorOption li.open UL li.open UL 
{
	border-style: solid;
	border-width: 7px;
	left: -100%;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #0080fa;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.HorizontalStickyMenuHeaderCell.FixedHeader .slimmenu.RegularBackgroundColorOption>li.SelectedMenuItem>a 
{
	color: white;
}
.slimmenu.RegularBackgroundColorOption>li>a:hover 
{
	position: relative;
	color: #000;
}
.slimmenu.RegularBackgroundColorOption>li:hover:before, .slimmenu.RegularBackgroundColorOption>li.SelectedMenuItem:before 
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	color: white;
	content:'';
	left:0;
	top:0;
	transform:scale(1);
	transition:all 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.slimmenu.collapsed.RegularBackgroundColorOption>li.SelectedMenuItem>a 
{
	font-weight: bold;
	color: inherit;
}
.slimmenu.collapsed.RegularBackgroundColorOption li a 
{
	background-color: transparent;
	border-bottom-color: #eaeaea;
	margin-left: 30px;
	padding-left: 0px;
	padding-top: 0px;
	display: inline-table;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	line-height: 2;
}
.slimmenu.collapsed.RegularBackgroundColorOption>li:hover:before, .slimmenu.collapsed.RegularBackgroundColorOption>li.SelectedMenuItem:before,.slimmenu.collapsed.RegularBackgroundColorOption li a:hover 
{
	background-color: transparent;
}
.TableLogin2Cols .DataContentCellFL 
{
	padding-left: 30px;
	padding-right: 30px;
}
.ActionGroupColorFilledActions .ColumnsSelector> .btn-default 
{
	border-style: none;
	margin-right: 3pt;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-family: muli,sans-serif;
	font-size: 16px;
}
.slimmenu.MegaMenu.collapsed li a 
{
	background-color: white;
	color: #555;
}
.ActionGroupColoredActions .ColumnsSelector> .btn-default 
{
	margin-right: 3pt;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	font-size: 14px;
}
.FGHeaderRowV>th>div 
{
	position: absolute;
	right: 0px;
	width: 1px;
	display: block;
}
.FGHeaderRowV>th.FixedR>div 
{
	left: 0px;
	right: inherit;
}
.DropDownOptionsLanguage  .dropdown-menu 
{
	left: -70px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.DropDownOptionsLanguage  .btn-default 
{
	background-color: transparent;
	border-style: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-left: 2px;
	margin-right: 2px;
	height: 34px;
	font-family: muli,sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.DropDownOptionsLanguage  .btn-default:focus 
{
	box-shadow: 0px;
}
.DropDownOptionsLanguage  .btn-default:hover 
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	height: 34px;
	transition:all 250ms cubic-bezier(0.23, 1, 0.32, 1) 10ms;
}
.DropDownOptionsLanguage  .dropdown-menu>li>a:hover 
{
	color: white;
}
.DropDownOptionsLanguage  .caret 
{
	margin-left: 6px;
}
.DropDownOptionsLanguage  .btn-default>img 
{
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	border-bottom-left-radius: 35px;
	margin-bottom: 4px;
	margin-right: 7px;
	max-height: 35px;
	vertical-align: middle;
}
.DropDownOptionsLanguage .no-image, .ActionGroupHeader .no-image 
{
	padding-left: 23px;
}
.DropDownOptionsLanguage.btn-group.open .dropdown-toggle 
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0px 0px 0px 0px;
	color: white;
}
.DropDownOptionsLanguage.btn-group.open .dropdown-toggle  .btn-group.open .dropdown-toggle 
{
	box-shadow: 0px 0px 0px 0px;
	max-height: 50px;
	box-shadow:none;
}
.slimmenufooter.RegularBackgroundColorOption  LI
{
	padding-bottom: 8px;
	padding-top: 8px;
}
.slimmenufooter.RegularBackgroundColorOption  LI .sub-toggle>i 
{
	display: none;
}
.slimmenufooter.RegularBackgroundColorOption  LI A
{
	background-color: transparent;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	position: relative;
	font-family: muli,sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #969696;
	text-align: left;
	transition:padding .2s cubic-bezier(.22,.61,.36,1),color .2s ease-out;
	-webkit-transition:padding .2s cubic-bezier(.22,.61,.36,1),color .2s ease-out;
}
.slimmenufooter.RegularBackgroundColorOption  LI UL
{
	opacity:0;
}
.slimmenufooter.RegularBackgroundColorOption  LI.open>a
{
	background-color: transparent;
	position: inherit;
	color: white;
}
.slimmenufooter.RegularBackgroundColorOption  UL LI.open>a
{
	color: inherit;
}
.slimmenufooter.RegularBackgroundColorOption LI.has-submenu UL A:before 
{
	left: 0px;
	position: absolute;
	top: 2px;
	height: 22px;
	width: 5px;
	display: block;
	color: #0080fa;
	content:'';
	left:0;
	-ms-transform:scaley(0);
	transform:scaley(0);
	transition:transform .2s cubic-bezier(.22,.61,.36,1);
	-webkit-transform:scaley(0);
	-webkit-transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);
}
.slimmenufooter.RegularBackgroundColorOption LI.has-submenu UL A:hover 
{
	background-color: transparent;
	padding-left: 30px;
	padding-right: 20px;
	border-right:0;
	border-top:0;
	border-bottom:0;
}
.slimmenufooter.RegularBackgroundColorOption LI.has-submenu UL A:hover:before,.slimmenu.RegularBackgroundColorOption LI.has-submenu UL li.open>A:before 
{
	color: #0080fa;
	-ms-transform:scaley(1);
	transform:scaley(1);
	transition:transform .2s cubic-bezier(.22,.61,.36,1);
	-webkit-transform:scaley(1);
	-webkit-transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);
}
.slimmenufooter.RegularBackgroundColorOption>li.has-submenu 
{
	color: #0080fa;
	padding-bottom: 2px !important;
}
.slimmenufooter.RegularBackgroundColorOption>li.has-submenu> a 
{
	padding-right: 10px;
	color: #0080fa;
}
.slimmenufooter.RegularBackgroundColorOption>li.open>a 
{
	position: inherit;
	color: #0080fa;
}
.slimmenufooter.RegularBackgroundColorOption>li:before 
{
	left: 0px;
	top: 0px;
	height: 34px;
	width: 100%;
	content:'';
	left:0;
	top:0;
	transform:scale(0);
	transition:all 150ms ease 0ms;
}
.slimmenufooter.RegularBackgroundColorOption>li:hover:before, .slimmenu.RegularBackgroundColorOption>li.SelectedMenuItem:before 
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	color: white;
	content:'';
	left:0;
	top:0;
	transform:scale(1);
	transition:all 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.slimmenufooter.RegularBackgroundColorOption>li:not(.has-submenu.hiddenInSlider):hover:before, .slimmenu.RegularBackgroundColorOption>li:not(.hiddenInSlider).SelectedMenuItem:before 
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	content:'';
	left:0;
	top:0;
	transform:scale(1);
	transition:all 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.slimmenufooter.RegularBackgroundColorOption>li:not(.has-submenu.hiddenInSlider)>a:hover 
{
	background-color: transparent;
	position: relative;
}
.slimmenufooter.RegularBackgroundColorOption>li>a 
{
	background-color: transparent;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}
.slimmenufooter.RegularBackgroundColorOption>li>a:hover 
{
	background-color: transparent;
	position: relative;
	color: white;
}
.slimmenufooter>li>a 
{
	background-color: rgba(255,255,255,0);
	color: #fff;
}
.slimmenufooter>li>span 
{
	color: #0080fa;
}
DIV.gx-mask
{
	background-color: black;
	left: 0px;
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	animation: entermask 1s;
	-webkit-animation: entermask 1s;
	-ms-filter:"alpha(opacity=10)";
	opacity:.10;
}
LABEL.AttributeLandingPurusContactLabel
{
	font-size: 15px;
}
BODY
{
	height: 100%;
	line-height: 1.42857143 !important;
}
HTML
{
	height: 100%;
}
UL.collapsed
{
	max-height:calc(100vh - 99px);
}
DIV.suggestions
{
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	position: absolute;
	-moz-box-sizing: border-box;
	font-family: muli,sans-serif;
}
DIV.suggestions DIV
{
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	cursor: default;
	font-family: muli,sans-serif;
	font-size: 12px;
}
DIV.suggestions DIV.current
{
	font-family: muli,sans-serif;
	color: white;
}
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-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-left: 5px;
	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 INPUT.BtnEnter
{
	clear: both;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
DIV.gx-multimedia-upload *
{
	text-align: left;
	line-height:normal;
}
DIV.gx-multimedia-upload DIV.fields-ct
{
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-left: 5px;
	padding-top: 10px;
	height: 100%;
	display: none;
	white-space: nowrap;
}
DIV.gx-multimedia-upload A:first-child
{
	right: 20px;
}
DIV.gx-multimedia-upload INPUT.field
{
	float: none;
	margin-top: 10px;
	display: none;
}
DIV.gx-multimedia-upload INPUT.field-selected
{
	display: inline;
}
DIV.gx-multimedia-upload LABEL.option
{
	clear: left;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	width: 150px;
	display: inline;
	cursor: pointer;
	font-size: 11px;
}
DIV.gx-multimedia-upload LABEL.option INPUT
{
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 3px;
	margin-top: 0px;
	display: inline;
	cursor: pointer;
}
DIV.gx-multimedia-upload INPUT.Button
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
DIV.gx-multimedia-upload IMG
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	height: auto;
	max-height: 68px;
	max-width: 124px;
	vertical-align: middle;
}
DIV.gx-multimedia-upload IMG.ReadonlyAttribute
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	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(../PlaceHolderImage.png);
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-video-placeholder
{
	background-image: url(../PlaceHolderVideo.png);
	opacity: 1;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-audio-placeholder
{
	background-image: url(../PlaceHolderAudio.png);
	opacity: 1;
}
DIV.gx-multimedia-upload A.action
{
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	font-size: 11px;
	color: white;
	line-height:15px;
	-moz-transition:opacity .3s ease-in-out;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-ms-transition:opacity .3s ease-in-out;
	opacity:0;
	-webkit-transition:opacity .3s ease-in-out;
}
DIV.gx-multimedia-upload A.change-action
{
	background-image: url(../MultimediaEdit.png);
	background-position: 4px center;
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-right: 4px;
	right: 20px;
}
DIV.gx-multimedia-upload A.clear-action
{
	background-image: url(../MultimediaClear.png);
	background-position: center center;;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 9px;
	padding-top: 9px;
	right: 0px;
}
DIV.gx-multimedia-upload A.action:focus
{
	opacity: .9;
	text-decoration: underline;
}
DIV.gx-multimedia-upload:hover A.action:hover
{
	opacity: .9;
	text-decoration: underline;
}
DIV.gx-multimedia-upload:hover A.action:focus
{
	opacity: .9;
	text-decoration: underline;
}
DIV.gx-multimedia-upload:hover A.action
{
	opacity: .7;
	display: block;
}
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-unmask
{
	background-color: transparent;
	animation: leavemask .3s;
	-webkit-animation: leavemask .3s;
}
BODY.gx-masked DIV.gx-mask
{
	bottom: 0px;
	position: fixed;
}
A:visited
{
	color: #428bca;
}
A:link
{
	color: #428bca;
}
TD.CellWidth0
{
	width: 0%;
}
TD.CellWidth100
{
	width: 100%;
}
TD.WorkWithTitle
{
	font-size: 0px;
	line-height:initial;
}
TD.TableFiltersCell
{
	padding-bottom: 2px;
	padding-left: 20px;
	padding-top: 2px;
	width: 100%;
}
FORM
{
	height: 100%;
}
A:hover
{
	text-decoration: none;
	color: #428bca;
}
A:focus
{
	color: #428bca;
	outline: 0;
}
TABLE.Table
{
	border-style: none;
}
TABLE.Table TD
{
	border-style:none !important;
}
DIV.calendar
{
	z-index:1001 !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  .label 
{
	padding-bottom: 2px;
	padding-top: 2px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: gray;
}
DIV.calendar TABLE
{
	font-family: muli,sans-serif;
	font-size: 13px;
	border-collapse: collapse;
	 table-layout: fixed;
}
DIV.calendar TABLE THEAD .calendartitle 
{
	font-size: 14px;
	font-weight: normal;
}
DIV.calendar TABLE THEAD .name 
{
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-family: muli,sans-serif;
	font-weight: normal;
	line-height: 28px;
}
DIV.calendar TABLE THEAD .daynames 
{
	border-style: solid;
	border-width: 1px;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
DIV.calendar TABLE THEAD TR:first-child
{
	background-color: transparent;
}
DIV.calendar TABLE THEAD TR.headrow
{
	background-color: transparent;
}
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
{
	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 
{
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
}
DIV.calendar TD.time .minute 
{
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
}
DIV.calendar TD.time .ampm 
{
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
}
INPUT.BtnExportReport:active
{
	background-color: transparent;
	background-image: url(../ActionExportReport.png);
}
INPUT.BtnExport:active
{
	background-color: transparent;
	background-image: url(../ActionExport.png);
}
INPUT.BtnEditColumns:active
{
	background-color: transparent;
	background-image: none;
}
INPUT.BtnActionGroupDelete:active
{
	background-color: transparent;
	background-image: url(../BtnDeleteImage.png);
}
INPUT.BtnActionGroupUpdate:active
{
	background-color: transparent;
	background-image: url(../BtnUpdateImage.png);
}
DIV.checkbox
{
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-style: none;
}
INPUT.BtnInsertImage:active
{
	background-color: transparent;
	background-image: url(../WorkWithPlusTheme/ActionInsert.gif);
}
INPUT.BtnExportCSV:active
{
	background-color: transparent;
	background-image: url(../ActionCSV.png);
}
TABLE.TableFSHeader
{
	border-left: none;
	border-right: none;
}
TH.ColumnAlignTitleLeft
{
	text-align:left !important;
}
TH.ColumnAlignTitleCenter
{
	text-align:center !important;
}
TH.ColumnAlignTitleRight
{
	text-align:right !important;
}
TH.WorkWithSelection
{
	border-left: 0;
	border-right: 0;
	width: auto;
}
INPUT.BtnActionGroupDisplay:active
{
	background-color: transparent;
	background-image: url(../BtnDisplayImage.png);
}
TEXTAREA.Attribute
{
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	width: auto;
	max-width: 100%;
	white-space: pre;
}
TEXTAREA.Attribute:focus
{
	border-style: solid;
	border-width: 1px;
	padding-bottom: 6px;
}
SELECT.AttributeFL
{
	padding-left: 2px;
}
TEXTAREA.AttributeFL
{
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	width: 100%;
	max-width: 100%;
	white-space: pre;
}
TEXTAREA.AttributeFL:focus
{
	border-style: solid;
	border-width: 1px;
	padding-bottom:9px !important;
}
TH.GridWithBorderColor
{
	border-top: 0;
}
IMG.AttributeFL
{
	border-style: none;
	padding-left: 7px;
	padding-top: 26px;
}
IMG.ReadonlyAttributeFL
{
	max-height: 400px;
	min-height: 0px;
	width: auto;
	min-width: 0px;
	min-height:0;
}
SPAN.ReadonlyExtendedCombo
{
	border-bottom-color: #f5f4f4;
	margin-bottom: 8px;
	padding-bottom: 0px;
	padding-top: 19.5px;
	min-height: 51.4px;
	white-space: normal;
	font-size: 10pt;
	padding-bottom:0;
}
LABEL.Attribute
{
	border-style: none;
}
TH.WorkWith
{
	border-left: 0;
	border-right: 0;
}
LI.WWPDragOverDown
{
	border-bottom: solid 2px red;
}
LI.WWPDragOverUp
{
	border-top: solid 2px red;
}
LI.WWPDragOverDownF
{
	border-bottom: solid 2px blue;
}
LI.WWPDragOverUpF
{
	border-top: solid 2px blue;
}
TD.DataContentCellFL
{
	padding-left: 0px;
	padding-right: 0px;
	padding-left:0;
	padding-right:0;
}
TD.DataContentCellFL>div
{
	display: block;
}
TD.DataContentCellFL>div .AttributeFLLabel 
{
	padding-left: 10px;
	cursor: text;
	width:100% !important;
}
TD.DataContentCellFL>div .gx-attribute 
{
	padding-left: 10px;
	width:100% !important;
}
BUTTON.IconButtonSearchAll
{
	margin-left: -6px;
	margin-top: -2px;
}
SEARCHRESULTICONWS
{
	padding-bottom: 16px;
	padding-top: 0px;
}
#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: 5px;
	position: absolute;
	top: 21px;
	z-index: 999;
	height: 20px;
	width: 100%;
	display: block;
	font-family: muli,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
#gx_ajax_notification DIV
{
	background-color:black !important;
}
#gxp0_rs
{
	margin-top: -5px;
}
#gxp1_rs
{
	margin-top: -5px;
}
#gxp2_rs
{
	margin-top: -5px;
}
#gx-column-targets
{
	height:100% !important;
}
#gx-column-targets>DIV
{
	height: 100%;
}
UL.slimmenu li ul li
{
	background-color: #fff;
}
.slimmenu.RegularBackgroundColorOption>li.SelectedMenuItem>a 
{
	background-color: transparent;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}
.Readonlyheader_email_info a 
{
	color: #fff;
}
.Readonlyheader_phone_info a 
{
	color: #fff;
}
.Readonlyheader_menu_txt a 
{
	display: block;
	font-family: "Source Sans Pro";
	color: rgba(0,29,53,0.81);
	text-align: left;
}
.Readonlyheader_menumovil_txt  a 
{
	font-size: 22px;
	color: #fff;
}
.Readonlyheader_email_infoMov a 
{
	font-size: 17px;
	color: #fff;
}
.row 
{
	margin-left: 0px;
	margin-right: 0px;
}
.col-xs-12 
{
	padding-left: 0px;
	padding-right: 0px;
}
.gx-tab-padding-fix-1 
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#W0015S1_T1_GRID1_CELL .slick-slider
{
	margin-bottom: 0px;
}
.Readonlys1_t1_Link a 
{
	border-bottom: 2px;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	border-left: 2px;
	border-right: 2px;
	border-top: 2px;
	border-top-left-radius: 49px;
	border-top-right-radius: 49px;
	border-bottom-right-radius: 49px;
	border-bottom-left-radius: 49px;
	padding-bottom: 0.3em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.3em;
	background-image: linear-gradient( 90deg,#141440 0%,#0071ff 100%)!important;
	color:white;
	border-style: solid;
}
.s1_t1_video 
{
	width: 100%;
	object-fit: cover;
}
.s1_t1_Grid1_Cell .slick-dots 
{
	bottom: 0px;
}
.s1_t1_Grid1_Cell .slick-next 
{
	right: 40px;
	z-index: 5;
}
.s1_t1_Grid1_Cell .slick-prev 
{
	left: 40px;
	z-index: 5;
}
.Readonlys3_g1_t1_txt1 a 
{
	border-width: 0px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	padding-bottom: 0.6em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.6em;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 1.7em;
}
.Readonlys4_t1_txt2 a 
{
	border-width: 0px;
	border-top-left-radius: 72px;
	border-top-right-radius: 72px;
	border-bottom-right-radius: 72px;
	border-bottom-left-radius: 72px;
	margin-top: 30px;
	padding-bottom: 0.6em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.6em;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 1.7em;
}
.Readonlys5_t1_txt3 a 
{
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	border-style: solid;
	border-width: 2px;
	border-top-left-radius: 72px;
	border-top-right-radius: 72px;
	border-bottom-right-radius: 72px;
	border-bottom-left-radius: 72px;
	padding-bottom: 0.6em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.6em;
	font-size: 19px;
	font-weight: 500;
	color: #fff;
	line-height: 1.7em;
}
.page-content.page-content-back-image 
{
	padding-left: 235px;
	padding-right: 35px;
	width: 100%;
}
.page-content.page-content-back-image.menu-compact 
{
	padding-left: 60px;
	padding-right: 29px;
}
#gxp0_gxtitle
{
	display: none;
}
.history.csstransitions.flexbox.gx-popup-document 
{
	background-color: #021e36;
	padding-left: 20px;
	padding-right: 20px;
}
#gxp0_b
{
	background-color: #021e36;
}
.input_form_checkboxCheckBoxLabel 
{
	font-size: 20px;
	color: #fff;
}
.gx-label.input_form_checkboxCheckBoxLabel 
{
	font-size: 20px;
}
#UNNAMEDTABLEFSS5_G1_0002
{
	width: 100%;
}
.Readonlys_s4_g1_txt1 a 
{
	background-color: #001d35;
	border-width: 0px;
	border-top-left-radius: 77px;
	border-top-right-radius: 77px;
	border-bottom-right-radius: 77px;
	border-bottom-left-radius: 77px;
	padding-bottom: 8px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 8px;
	font-size: 21px;
	font-weight: 600;
	color: #fff;
}
.front_office .ErrorMessages 
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	top: -5px;
	font-size: 15px;
	color: #f00;
}
.form_tablecontent .ErrorMessages 
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	top: -5px;
	font-size: 15px;
	color: #f00;
}
.ShowMenuImageCellNotFixedRight.page-content.menu-compact .TableActionGroup 
{
	padding-right: 46px;
}
.TableAlignRightMaster .FontUserIcon 
{
	float: right;
	height: auto;
	font-size: 24px;
}
.HasGridEmpowerer .ReadonlyAttribute 
{
	white-space: normal;
	word-break: break-word;
}

@media (max-width: 767px) /*ExtraSmall*/
{
	.WWActionColumn
	{
		width: 38px;
	}
	.WWOptionalColumn
	{
		display: none;
	}
	.OptionalColumn
	{
		display: none;
	}
	.HorizontalMenuCell
	{
		overflow: scroll;
		padding-right: 15px;
		padding-top: 8px;
		height: 54px;
		width: 100%;
		color: white;
		text-align: center;
		padding-left:0 !important;
	}
	.page-content
	{
		min-width: 700px;
	}
	.MergeLabelCell
	{
		margin-bottom: 0px;
		text-align: left;
	}
	.CellWidthAuto100ExtraSmall
	{
		width: 100%;
	}
	.WWAdvancedBarCell
	{
		bottom: 0px;
		margin-top: 0px;
		position: absolute;
		top: 0px;
		z-index: 6;
		width: auto;
	}
	.CellMarginTopAssociationButtons
	{
		padding-bottom: 15px;
	}
	.WorkWithCell
	{
		padding-left: 0px;
	}
	.CellMarginTopInExtraSmall
	{
		margin-top: 15px;
	}
	.DataContentCellLogin
	{
		padding-left: 25px;
	}
	.LabelCell
	{
		margin-bottom: 0px;
		text-align: left;
	}
	.CellTableAssociationButtons
	{
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 10px;
		padding-right: 15px;
		padding-top: 10px;
		height: auto;
	}
	.TableStepNumberCell
	{
		padding-left: 10px;
		padding-right: 0px;
	}
	.AttributeStepCell
	{
		height: 40px;
		padding-right:5px !important;
	}
	.WWColumnDangerFirstColumn
	{
		box-shadow: 2px 0px 0px 0px Danger_CondForm inset;
	}
	.WWColumnSuccessFirstColumn
	{
		box-shadow: 2px 0px 0px 0px Success_CondForm inset;
	}
	.CellPaddingLeftRight0XS
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.CellMarginLogin
	{
		margin-top: 5px;
	}
	.CellPaddingLogin
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.CellTitleMasterLandingPurus
	{
		padding-top: 55px;
	}
	.CellMarginTopMedium
	{
		margin-top: 15px;
	}
	.CellMarginTopExtraSmall
	{
		margin-top: 15px;
	}
	.TreeViewCell
	{
		margin-bottom: 15px;
		margin-right: 0px;
		width: 100%;
	}
	.DashboardWithCalendarLeftContentCell
	{
		width: 100%;
	}
	.DashboardWithCalendarRightContentCell
	{
		width: 100%;
	}
	.TreeViewGridCell
	{
		width: 100%;
	}
	.CellMax400
	{
		max-width: 100%;
	}
	.LandingPurusFooterCell
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.LandingPurusFooterCellNoBorder
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.SectionSloganHeaderLandingPurus
	{
		height: 450px;
	}
	.LandingPurusVideoCell
	{
		width: 100%;
	}
	.LandingPurusTestimonialsCell
	{
		background-position: bottom;
	}
	.HorizontalStickyMenuHeaderCell
	{
		left: 0px;
		position: fixed;
		transform:translatey(-100%);
		transition:transform .3s ease;
		-webkit-backface-visibility:hidden;
		-webkit-transform:translatey(-100%);
		-webkit-transition:-webkit-transform .33s ease;
		WIDTH:calc(100% + 15px);
	}
	.section2_p1
	{
		padding-top: 50px;
	}
	.CellPaddingRightx100
	{
		padding-left: 140px;
	}
	.PanelBanner
	{
		margin-top: -320px;
		height: 256px;
		width: 250px;
	}
	.section1_p1
	{
		height: 84vh;
	}
	.s1_t1_Grid1_Cell
	{
		padding-top: 15%;
	}
	.table_section4_cell
	{
		background-size: cover;
		    background-position: center;
	}
	.s2_t1_t1_img1_cell
	{
		margin-top: 0px;
	}
	.s3_g1
	{
		padding-top: 60px;
		width: 50%;
	}
	.s4_t1_txt2_cell
	{
		padding-bottom: 30px;
		padding-top: 30px;
		text-align: center;
	}
	.s4_t1_t1_txt1_cell
	{
		margin-left: 0px;
		padding-bottom: 30px;
		padding-top: 30px;
		max-width: 85%;
	}
	.s4_t1_t1_img1_cell
	{
		width: 90%;
	}
	.input_form_checkbox_cell
	{
		margin-left: 20px;
	}
	.n_box_title_white_cell_right
	{
		float: none;
		max-width: 100%;
		text-align: center;
	}
	.n_box_text_cell_right
	{
		margin-bottom: 20px;
		margin-left: 0px;
		margin-top: 20px;
		max-width: 100%;
		text-align: center;
	}
	.n_box_divisor_cell_right
	{
		float: none;
	}
	.n_box_divisor_cell_left
	{
		float: none;
	}
	.n_box_text_cell_left
	{
		margin-bottom: 20px;
		margin-left: 0px;
		margin-top: 20px;
		max-width: 100%;
		text-align: center;
	}
	.n_box_title_white_cell_left
	{
		margin-left: 0px;
		max-width: 100%;
		text-align: center;
	}
	.n_s8_g1_cell
	{
		margin-left: 0%;
		margin-right: 0%;
		width: 100%;
	}
	.dam_s6_g1_cell
	{
		margin-left: 0%;
		margin-right: 0%;
		width: 100%;
	}
	.dam_section5_cell
	{
		background-position: top;
		padding-bottom: 120px;
	}
	.s_section6_cell
	{
		background-size: cover;
	}
	.s_s2_Img1_cell
	{
		margin-top: auto;
		max-width: 100%;
	}
	.headerImage_cell
	{
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		width: 100%;
	}
	.TableActionGroup
	{
		padding-right: 0px;
	}
	.Attribute
	{
		margin-left: 0px;
		display: inherit;
		max-width: 100%;
	}
	.ReadonlyAttributeStep
	{
		display: none;
	}
	.ReadonlyAttributeStepSelected
	{
		display: none;
	}
	.ReadonlyAttributeStepBullet
	{
		display: none;
	}
	.ReadonlyAttributeStepBulletUnSelected
	{
		display: none;
	}
	.ReadonlyAttributeStepBulletSelected
	{
		display: none;
	}
	.AttributeDateTime
	{
		margin-left: 0px;
		max-width: 100%;
	}
	.ActionAttribute
	{
		padding-bottom: 7px;
		padding-left: 7px;
		padding-right: 7px;
		padding-top: 7px;
	}
	.ActionBaseColorAttribute
	{
		padding-bottom: 7px;
		padding-left: 7px;
		padding-right: 7px;
		padding-top: 7px;
	}
	.AttributeDate
	{
		margin-left: 0px;
		max-width: 100%;
	}
	.AttributeRealWidthDate
	{
		max-width: 100%;
	}
	.AttributeRealWidth
	{
		width: 100%;
	}
	.ReadonlyAttributeLandingPurusMainNumbers
	{
		font-size: 55px;
	}
	.BPanelLink,.BPanelLink>A,.BlobContentBPanelLink>A,.ReadonlyBlobContentBPanelLink>A,.BlobInputBPanelLink>A,.ReadonlyBPanelLink>A,.BPanelLink>A:visited,.BlobContentBPanelLink>A:visited,.ReadonlyBlobContentBPanelLink>A:visited,.BlobInputBPanelLink>A:visited,.ReadonlyBPanelLink>A:visited,.BPanelLink:hover,.BlobContentBPanelLink:hover,.ReadonlyBlobContentBPanelLink:hover,.BlobInputBPanelLink:hover,.ReadonlyBPanelLink:hover,input.BPanelLink:focus, textarea.BPanelLink:focus, select.BPanelLink:focus, .BPanelLink>A:focus,input.BlobContentBPanelLink:focus, textarea.BlobContentBPanelLink:focus, select.BlobContentBPanelLink:focus, .BlobContentBPanelLink>A:focus,input.ReadonlyBlobContentBPanelLink:focus, textarea.ReadonlyBlobContentBPanelLink:focus, select.ReadonlyBlobContentBPanelLink:focus, .ReadonlyBlobContentBPanelLink>A:focus,input.BlobInputBPanelLink:focus, textarea.BlobInputBPanelLink:focus, select.BlobInputBPanelLink:focus, .BlobInputBPanelLink>A:focus,input.ReadonlyBPanelLink:focus, textarea.ReadonlyBPanelLink:focus, select.ReadonlyBPanelLink:focus, .ReadonlyBPanelLink>A:focus
	{
		margin-top: 23px;
	}
	.EventosAtributo
	{
		display: inline;
		text-align: center;
	}
	.ReadonlyEventosAtributo
	{
		display: inline;
		text-align: center;
	}
	.AttributeBannerGaleria
	{
		margin-left: 0px;
		object-fit: cover;
	}
	.Readonlyfooter_subtitle
	{
		display: block;
	}
	.Readonlyfooter_col_link
	{
		display: block;
	}
	.footer_title
	{
		float: none;
		display: block;
		text-align: center;
	}
	.Readonlyfooter_title
	{
		float: none;
		display: block;
		text-align: center;
	}
	.Readonlys1_t1_title
	{
		font-size: 35px;
	}
	.s2_t1_t1_txt1
	{
		margin-left: 0px;
	}
	.s4_t1_txt1
	{
		max-width: 85%;
	}
	.Readonlys4_t1_txt1
	{
		max-width: 85%;
	}
	.s4_t1_txt2
	{
		float: none;
		margin-right: 0px;
	}
	.s6_t1_txt1
	{
		font-size: 35px;
	}
	.Readonlys6_t1_txt1
	{
		font-size: 35px;
	}
	.n_box_text
	{
		max-width: 74%;
	}
	.Readonlyn_box_text
	{
		max-width: 74%;
	}
	.dam_s4_t1_txt1
	{
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
	}
	.Readonlydam_s4_t1_txt1
	{
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
	}
	.dam_s4_t1_txt2
	{
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
	}
	.Readonlydam_s4_t1_txt2
	{
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
	}
	.dam_s5_t1_Img1
	{
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20%;
		display: block;
		max-width: 90%;
	}
	.dam_s5_t1_txt1
	{
		float: none;
		margin-top: 0px;
		display: block;
		text-align: center;
	}
	.Readonlydam_s5_t1_txt1
	{
		float: none;
		margin-top: 0px;
		display: block;
		text-align: center;
	}
	.s_s5_t1_Img1
	{
		margin-bottom: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		display: block;
	}
	.Readonlys_s5_t1_Img1
	{
		margin-bottom: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		display: block;
	}
	.Readonlys_s8_t1_txt1
	{
		font-size: 45px;
	}
	.s_s8_Img1
	{
		float: none;
		margin-bottom: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
	}
	.s_s2_Img1
	{
		float: none;
		margin-bottom: 20%;
		margin-left: auto;
		margin-right: auto;
		margin-top: -65px;
	}
	.Readonlys_s2_Img1
	{
		float: none;
		margin-bottom: 20%;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
		max-width: 23%;
	}
	.s_s3_t1_Img1
	{
		margin-bottom: 5%;
		margin-top: 5%;
	}
	.Readonlys_s3_t1_Img1
	{
		margin-bottom: 5%;
		margin-top: 5%;
	}
	.Grid>tbody>tr,.Grid>[data-gxrow]
	{
		color: black;
		font-family: muli,sans-serif;
		font-size: 8.5pt;
		font-style: normal;
		background-color: white;
		text-align: left;
		text-indent: 5px;
	}

	.Grid>thead>tr, .Grid>tfoot>tr
	{
		color: black;
		color: #fff;
		font-family: muli,sans-serif;
		font-size: 11pt;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		text-decoration: none;
		text-align: left;
		text-indent: 5px;
	}

	.GridWithBorderColor>tbody>tr,.GridWithBorderColor>[data-gxrow]
	{
		font-family: muli,sans-serif;
		font-size: 8.5pt;
		font-style: normal;
		text-align: left;
		text-indent: 5px;
		vertical-align: middle;
	}

	.GridWithBorderColor>thead>tr, .GridWithBorderColor>tfoot>tr
	{
		color: #fff;
		font-family: muli,sans-serif;
		font-size: 11pt;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		text-decoration: none;
		text-align: left;
		text-indent: 5px;
		vertical-align: middle;
	}

	.ImageTop
	{
		margin-left: 35px;
		margin-top: 0px;
		width: 150px;
		max-width: 150px;
	}
	.ImageHiddenExtraSmall
	{
		display: none;
	}
	.AssociationImage
	{
		-moz-transform:rotate(90deg);
		  -webkit-transform:rotate(90deg);
		     -o-transform:rotate(90deg);
		      -ms-transform:rotate(90deg);
	}
	.StepImage
	{
		height: 40px;
	}
	.StepImageUnSelected
	{
		height: 40px;
	}
	.LandingPurusImageServices
	{
		max-width: 110px;
	}
	.ImagenFooterClass
	{
		margin-left: 0px;
	}
	.ImageTopHeaderBOIso
	{
		margin-left: 49px;
		max-width: 76px;
	}
	.TableAssociation
	{
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		padding-bottom: 30px;
	}
	.TableWizardMain
	{
		width: 100%;
		min-width: 0px;
	}
	.TableWizardMainWithShadow
	{
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		width: 100%;
		min-width: 0px;
	}
	.AdvancedContainerVisible
	{
		box-shadow: 2px 1px 2px 0px rgba(0,0,0,0.15);
		left: -15px;
	}
	.TableLogin
	{
		box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
		padding-left: 20px;
		padding-right: 20px;
		height: auto;
		width: auto;
	}
	.TableLogin2Cols
	{
		box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
		padding-left: 10px;
		padding-right: 10px;
		width: auto;
	}
	.TableLoginError
	{
		box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
		width: 100%;
	}
	.TableLoginError2Cols
	{
		box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
		width: 100%;
	}
	.TableLoginWithLeftImage
	{
		box-shadow: 0px 0px 14px BaseColorShadow;
		height: auto;
		width: auto;
	}
	.TableLoginWithLeftImageError
	{
		box-shadow: 0px 0px 14px BaseColorShadow;
		width: 100%;
	}
	.TableActionsCellLogin
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.TableHiddenExtraSmall
	{
		display: none;
	}
	.TableContainerStepBullet
	{
		width: 50px;
	}
	.TableStepBulletLine
	{
		width: 14px;
	}
	.TableStepBulletLineChecked
	{
		width: 14px;
	}
	.TableContentLandingPurusTestimonials
	{
		width:calc(100% - 60px);
	}
	.TableContentLandingPurusHorizontalGrid
	{
		width:calc(100% - 60px);
	}
	.TableLoginTransparency
	{
		width: 100%;
	}
	.TableLoginTransparencyError
	{
		width: 100%;
	}
	.TableContentLandingPurusTestimonials1
	{
		width:calc(100% - 60px);
	}
	.TableContentLandingPurusHorizontalGrid1
	{
		width:calc(100% - 60px);
	}
	.TablaContacto
	{
		margin-left: 0px;
	}
	.BackOfficeTable
	{
		width: 100%;
	}
	.TableAssociation1
	{
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		padding-bottom: 30px;
	}
	.TableWizardMain1
	{
		width: 100%;
		min-width: 0px;
	}
	.TableWizardMainWithShadow1
	{
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		width: 100%;
		min-width: 0px;
	}
	.MergeDataCell1
	{
		width: 100%;
	}
	.AdvancedContainerVisible1
	{
		box-shadow: 2px 1px 2px 0px rgba(0,0,0,0.15);
		left: -15px;
	}
	.TableLogin1
	{
		box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
		padding-left: 20px;
		padding-right: 20px;
		height: auto;
		width: auto;
	}
	.TableLogin2Cols1
	{
		box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
		padding-left: 10px;
		padding-right: 10px;
		width: auto;
	}
	.TableLoginError1
	{
		box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
		width: 100%;
	}
	.TableLoginError2Cols1
	{
		box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
		width: 100%;
	}
	.TableLoginWithLeftImage1
	{
		box-shadow: 0px 0px 14px BaseColorShadow;
		height: auto;
		width: auto;
	}
	.TableLoginWithLeftImageError1
	{
		box-shadow: 0px 0px 14px BaseColorShadow;
		width: 100%;
	}
	.TableActionsCellLogin1
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.TableHiddenExtraSmall1
	{
		display: none;
	}
	.TableContainerStepBullet1
	{
		width: 50px;
	}
	.TableStepBulletLine1
	{
		width: 14px;
	}
	.TableStepBulletLineChecked1
	{
		width: 14px;
	}
	.TableContentLandingPurusTestimonials2
	{
		width:calc(100% - 60px);
	}
	.TableContentLandingPurusHorizontalGrid2
	{
		width:calc(100% - 60px);
	}
	.TableHeaderLandingPurus1
	{
		padding-top: 18px;
	}
	.TableLoginTransparency1
	{
		width: 100%;
	}
	.TableLoginTransparencyError1
	{
		width: 100%;
	}
	.TableContentLandingPurusTestimonials11
	{
		width:calc(100% - 60px);
	}
	.TableContentLandingPurusHorizontalGrid11
	{
		width:calc(100% - 60px);
	}
	.TableHeaderTop
	{
		margin-right: 0px;
	}
	.TableIndex
	{
		position: fixed;
	}
	.TableIndexHeader
	{
		display: none;
	}
	.footer_t2
	{
		padding-left: 5vh;
		padding-right: 5vh;
		padding-top: 0px;
	}
	.header_main_menu
	{
		display: none;
	}
	.header_menu_movil
	{
		overflow: scroll;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		position: fixed;
		z-index: 999;
		display: block;
		background-color: #0080f8;
		height: 100%;
		width: 30vh;
	}
	.header_botton_menu
	{
		display: block;
	}
	.header_main_menu_cell
	{
		display: none;
	}
	.header_botton_menu_bo
	{
		display: block;
	}
	.s1_t1_grid1_table1
	{
		padding-left: 15%;
		padding-right: 15%;
		height: 30vh;
	}
	.s1_t1
	{
		height: 84vh;
	}
	.s2_t1_t1
	{
		margin-bottom: 25px;
		text-align: center;
	}
	.s3_g1_t1
	{
		margin-bottom: 30px;
		margin-right: 0pt;
	}
	.s5_t1
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.s_section4
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.Label,.gx-label.RatingLabel,.gx-label.AttributeLabel,.gx-label.Top0Label,.gx-label.ImagenGridLabel,.gx-label.boton_aux2Label,.gx-label.s3_t1_t1_txt1Label,.gx-label.input_form_checkboxCheckBoxLabel,.gx-label.input_formCheckBoxLabel,.gx-label.TextAttributeLabel,.gx-label.BlobContentTextAttributeLabel,.gx-label.ReadonlyBlobContentTextAttributeLabel,.gx-label.ReadonlyTextAttributeLabel,.gx-label.TextActionAttributeLabel,.gx-label.BlobContentTextActionAttributeLabel,.gx-label.ReadonlyBlobContentTextActionAttributeLabel,.gx-label.ReadonlyTextActionAttributeLabel,.gx-label.AttributeTestLabel,.gx-label.fa-angle-upLabel,.gx-label.header_email_infoMovLabel,.gx-label.Readonlyheader_email_infoMovLabel,.gx-label.BlobContentAttributeLabel,.gx-label.ReadonlyBlobContentAttributeLabel,.gx-label.BlobInputAttributeLabel,.gx-label.AttributeDraggingLabel,.gx-label.AttributeNoAcceptDragLabel,.gx-label.DownloadAttributeLabel,.gx-label.ReadonlyDownloadAttributeLabel,.gx-label.AttSubTitleLabel,.gx-label.BlobInputAttSubTitleLabel,.gx-label.BlobContentAttSubTitleLabel,.gx-label.ReadonlyBlobContentAttSubTitleLabel,.gx-label.ReadonlyAttSubTitleLabel,.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.FilterAttributeLabel,.gx-label.BlobContentFilterAttributeLabel,.gx-label.ReadonlyBlobContentFilterAttributeLabel,.gx-label.ReadonlyFilterAttributeLabel,.gx-label.BlobInputFilterAttributeLabel,.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.DescriptionAttributeLabel,.gx-label.BlobContentDescriptionAttributeLabel,.gx-label.ReadonlyBlobContentDescriptionAttributeLabel,.gx-label.ReadonlyDescriptionAttributeLabel,.gx-label.BlobInputDescriptionAttributeLabel,.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.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.AttributeCardsMenuTitleLabel,.gx-label.ReadonlyAttributeCardsMenuTitleLabel,.gx-label.BootstrapTooltipRightLabel,.gx-label.BootstrapTooltipLeftLabel,.gx-label.AttributeNoWrapLabel,.gx-label.AttributeSearchResultSubtitleLabel,.gx-label.ReadonlyAttributeSearchResultSubtitleLabel,.gx-label.AttributeSearchResultTitleLabel,.gx-label.ReadonlyAttributeSearchResultTitleLabel,.gx-label.faLabel,.gx-label.fa-angle-rightLabel,.gx-label.AttributeCheckBoxCheckBoxLabel,.gx-label.ImgConveniosLabel,.gx-label.AttributeTitleSplitScreenLabel,.gx-label.ReadonlyAttributeTitleSplitScreenLabel,.gx-label.AttributeSubtitleSplitScreenLabel,.gx-label.ReadonlyAttributeSubtitleSplitScreenLabel,.gx-label.AttributeAcceptDragLabel,.gx-label.AttributeWidthAutoLabel,.gx-label.AttributeStepLabel,.gx-label.ReadonlyAttributeStepLabel,.gx-label.AttributeStepSelectedLabel,.gx-label.ReadonlyAttributeStepSelectedLabel,.gx-label.AttributeStepBulletLabel,.gx-label.ReadonlyAttributeStepBulletLabel,.gx-label.AttributeStepBulletUnSelectedLabel,.gx-label.ReadonlyAttributeStepBulletUnSelectedLabel,.gx-label.AttributeStepBulletSelectedLabel,.gx-label.ReadonlyAttributeStepBulletSelectedLabel,.gx-label.AttributeDateTimeLabel,.gx-label.AttributeRealWidthDateTimeLabel,.gx-label.ReadonlyAttributeDateTimeLabel,.gx-label.CheckBoxLabel,.gx-label.BlobContentCheckBoxLabel,.gx-label.ReadonlyBlobContentCheckBoxLabel,.gx-label.BlobInputCheckBoxLabel,.gx-label.ReadonlyCheckBoxLabel,.gx-label.AttributeCheckBoxLabel,.gx-label.ImageAttributeLabel,.gx-label.ResponsiveImageAttributeLabel,.gx-label.BlobContentResponsiveImageAttributeLabel,.gx-label.ReadonlyBlobContentResponsiveImageAttributeLabel,.gx-label.ReadonlyResponsiveImageAttributeLabel,.gx-label.BlobInputResponsiveImageAttributeLabel,.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.ActionAttributeLabel,.gx-label.BlobContentActionAttributeLabel,.gx-label.ReadonlyBlobContentActionAttributeLabel,.gx-label.ReadonlyActionAttributeLabel,.gx-label.DeleteAttributeLabel,.gx-label.BlobContentDeleteAttributeLabel,.gx-label.ReadonlyBlobContentDeleteAttributeLabel,.gx-label.ReadonlyDeleteAttributeLabel,.gx-label.BlobInputDeleteAttributeLabel,.gx-label.DisplayAttributeLabel,.gx-label.BlobContentDisplayAttributeLabel,.gx-label.ReadonlyBlobContentDisplayAttributeLabel,.gx-label.ReadonlyDisplayAttributeLabel,.gx-label.BlobInputDisplayAttributeLabel,.gx-label.SelectionAttributeLabel,.gx-label.BlobContentSelectionAttributeLabel,.gx-label.ReadonlyBlobContentSelectionAttributeLabel,.gx-label.ReadonlySelectionAttributeLabel,.gx-label.BlobInputSelectionAttributeLabel,.gx-label.DisabledActionAttributeLabel,.gx-label.BlobContentDisabledActionAttributeLabel,.gx-label.ReadonlyBlobContentDisabledActionAttributeLabel,.gx-label.ReadonlyDisabledActionAttributeLabel,.gx-label.BlobInputDisabledActionAttributeLabel,.gx-label.BlobInputActionAttributeLabel,.gx-label.SelectAttributeLabel,.gx-label.BlobContentSelectAttributeLabel,.gx-label.ReadonlyBlobContentSelectAttributeLabel,.gx-label.BlobInputSelectAttributeLabel,.gx-label.ReadonlySelectAttributeLabel,.gx-label.BlackAttributeLabel,.gx-label.BlobContentBlackAttributeLabel,.gx-label.ReadonlyBlobContentBlackAttributeLabel,.gx-label.BlobInputBlackAttributeLabel,.gx-label.ReadonlyBlackAttributeLabel,.gx-label.ActionBaseColorAttributeLabel,.gx-label.BlobContentUpdateAttributeLabel,.gx-label.ReadonlyBlobContentUpdateAttributeLabel,.gx-label.ReadonlyUpdateAttributeLabel,.gx-label.BlobInputUpdateAttributeLabel,.gx-label.ReadonlyImageAttributeLabel,.gx-label.VideoAttributeLabel,.gx-label.ReadonlyVideoAttributeLabel,.gx-label.AudioAttributeLabel,.gx-label.ReadonlyAudioAttributeLabel,.gx-label.ErrorAttributeLabel,.gx-label.ErrorAttributeDateLabel,.gx-label.WarningAttributeLabel,.gx-label.ReadonlyAttributeLabel,.gx-label.ReadonlyMedioLabel,.gx-label.BlobContentReadonlyMedioLabel,.gx-label.ReadonlyBlobContentReadonlyMedioLabel,.gx-label.BlobInputReadonlyMedioLabel,.gx-label.ReadonlyReadonlyMedioLabel,.gx-label.ReadonlyAttributeRealWidthLabel,.gx-label.ReadonlyAttributeNoWrapLabel,.gx-label.ReadonlyAttributeRealWidthDateTimeLabel,.gx-label.GridTitleLabel,.gx-label.ReadonlyGridTitleLabel,.gx-label.AttributeTitleWWPLabel,.gx-label.BlobContentAttributeTitleWWPLabel,.gx-label.ReadonlyBlobContentAttributeTitleWWPLabel,.gx-label.BlobInputAttributeTitleWWPLabel,.gx-label.ReadonlyAttributeTitleWWPLabel,.gx-label.AttributeManageFiltersLabel,.gx-label.AttributeDateLabel,.gx-label.BlobContentAttributeDateLabel,.gx-label.ReadonlyBlobContentAttributeDateLabel,.gx-label.BlobInputAttributeDateLabel,.gx-label.ReadonlyAttributeDateLabel,.gx-label.AttributeRealWidthDateLabel,.gx-label.ReadonlyAttributeRealWidthDateLabel,.gx-label.AttributeInactiveLabel,.gx-label.BlobContentAttributeInactiveLabel,.gx-label.ReadonlyBlobContentAttributeInactiveLabel,.gx-label.BlobInputAttributeInactiveLabel,.gx-label.ReadonlyAttributeInactiveLabel,.gx-label.AttributeRealWidthLabel,.gx-label.BlobContentAttributeRealWidthLabel,.gx-label.ReadonlyBlobContentAttributeRealWidthLabel,.gx-label.BlobInputAttributeRealWidthLabel,.gx-label.AttributeTagLabel,.gx-label.AttributeTagSuccessLabel,.gx-label.AttributeTagWarningLabel,.gx-label.AttributeTagDangerLabel,.gx-label.AttributeTagInfoLightLabel,.gx-label.AttributeTagInfoLabel,.gx-label.ChatAttributeNameLabel,.gx-label.BlobContentChatAttributeNameLabel,.gx-label.ReadonlyBlobContentChatAttributeNameLabel,.gx-label.BlobInputChatAttributeNameLabel,.gx-label.ReadonlyChatAttributeNameLabel,.gx-label.ChatAttributeImageLabel,.gx-label.BlobContentChatAttributeImageLabel,.gx-label.ReadonlyBlobContentChatAttributeImageLabel,.gx-label.BlobInputChatAttributeImageLabel,.gx-label.ReadonlyChatAttributeImageLabel,.gx-label.ChatAttributeMessageLabel,.gx-label.BlobContentChatAttributeMessageLabel,.gx-label.ReadonlyBlobContentChatAttributeMessageLabel,.gx-label.BlobInputChatAttributeMessageLabel,.gx-label.ReadonlyChatAttributeMessageLabel,.gx-label.DashboardNumberLabel,.gx-label.ReadonlyDashboardNumberLabel,.gx-label.DashboardInfoLabel,.gx-label.ReadonlyDashboardInfoLabel,.gx-label.DashboardDangerLabel,.gx-label.ReadonlyDashboardDangerLabel,.gx-label.DashboardSuccessLabel,.gx-label.ReadonlyDashboardSuccessLabel,.gx-label.DashboardWarningLabel,.gx-label.ReadonlyDashboardWarningLabel,.gx-label.DashboardNumberCardLabel,.gx-label.ReadonlyDashboardNumberCardLabel,.gx-label.DashboardNumberCardNoBorderLabel,.gx-label.ReadonlyDashboardNumberCardNoBorderLabel,.gx-label.DashboardNumberAdminLabel,.gx-label.ReadonlyDashboardNumberAdminLabel,.gx-label.DashboardBaseColorLabel,.gx-label.ReadonlyDashboardBaseColorLabel,.gx-label.DashboardInfoLightLabel,.gx-label.ReadonlyDashboardInfoLightLabel,.gx-label.DashboardPercentageSuccessLabel,.gx-label.ReadonlyDashboardPercentageSuccessLabel,.gx-label.DashboardPercentageDangerLabel,.gx-label.ReadonlyDashboardPercentageDangerLabel,.gx-label.AttributeLandingPurusMainNumbersLabel,.gx-label.ReadonlyAttributeLandingPurusMainNumbersLabel,.gx-label.AttributeLandingPurusTestimonialDescriptionLabel,.gx-label.ReadonlyAttributeLandingPurusTestimonialDescriptionLabel,.gx-label.AttributeLandingPurusTestimonialTitleLabel,.gx-label.ReadonlyAttributeLandingPurusTestimonialTitleLabel,.gx-label.AttributeLandingPurusTestimonialSubtitleLabel,.gx-label.ReadonlyAttributeLandingPurusTestimonialSubtitleLabel,.gx-label.AttributeLandingPurusContactLabel,.gx-label.ReadonlyAttributeLandingPurusContactLabel,.gx-label.AttributeLandingPurusCustomersImageLabel,.gx-label.ReadonlyAttributeLandingPurusCustomersImageLabel,.gx-label.AttributeSearchResultImageLabel,.gx-label.AttributeBannerLabel,.gx-label.HideHTMLLabel,.gx-label.BlobContentHideHTMLLabel,.gx-label.ReadonlyBlobContentHideHTMLLabel,.gx-label.BlobInputHideHTMLLabel,.gx-label.ReadonlyHideHTMLLabel,.gx-label.BPanelLinkLabel,.gx-label.BlobContentBPanelLinkLabel,.gx-label.ReadonlyBlobContentBPanelLinkLabel,.gx-label.BlobInputBPanelLinkLabel,.gx-label.ReadonlyBPanelLinkLabel,.gx-label.DiaClassLabel,.gx-label.BlobContentDiaClassLabel,.gx-label.ReadonlyBlobContentDiaClassLabel,.gx-label.BlobInputDiaClassLabel,.gx-label.ReadonlyDiaClassLabel,.gx-label.EventosAtributoLabel,.gx-label.BlobContentEventosAtributoLabel,.gx-label.ReadonlyBlobContentEventosAtributoLabel,.gx-label.BlobInputEventosAtributoLabel,.gx-label.ReadonlyEventosAtributoLabel,.gx-label.EstructuratxtLabel,.gx-label.BlobContentEstructuratxtLabel,.gx-label.ReadonlyBlobContentEstructuratxtLabel,.gx-label.BlobInputEstructuratxtLabel,.gx-label.ReadonlyEstructuratxtLabel,.gx-label.EstructuraBtnLabel,.gx-label.EstructuraBtnLinkLabel,.gx-label.BlobContentEstructuraBtnLabel,.gx-label.ReadonlyBlobContentEstructuraBtnLabel,.gx-label.BlobInputEstructuraBtnLabel,.gx-label.ReadonlyEstructuraBtnLabel,.gx-label.EstructuraImgLabel,.gx-label.BlobContentEstructuraImgLabel,.gx-label.ReadonlyBlobContentEstructuraImgLabel,.gx-label.BlobInputEstructuraImgLabel,.gx-label.ReadonlyEstructuraImgLabel,.gx-label.EstructuraNameLabel,.gx-label.BlobContentEstructuraNameLabel,.gx-label.ReadonlyBlobContentEstructuraNameLabel,.gx-label.BlobInputEstructuraNameLabel,.gx-label.ReadonlyEstructuraNameLabel,.gx-label.EstructuraPuestoLabel,.gx-label.BlobContentEstructuraPuestoLabel,.gx-label.ReadonlyBlobContentEstructuraPuestoLabel,.gx-label.BlobInputEstructuraPuestoLabel,.gx-label.ReadonlyEstructuraPuestoLabel,.gx-label.EstructuraBtn1Label,.gx-label.EstructuraBtnLink1Label,.gx-label.BlobContentEstructuraBtn1Label,.gx-label.ReadonlyBlobContentEstructuraBtn1Label,.gx-label.BlobInputEstructuraBtn1Label,.gx-label.ReadonlyEstructuraBtn1Label,.gx-label.MarcoLegalTxtLabel,.gx-label.BlobContentMarcoLegalTxtLabel,.gx-label.ReadonlyBlobContentMarcoLegalTxtLabel,.gx-label.BlobInputMarcoLegalTxtLabel,.gx-label.ReadonlyMarcoLegalTxtLabel,.gx-label.ConveniosTitleLabel,.gx-label.BlobContentConveniosTitleLabel,.gx-label.ReadonlyBlobContentConveniosTitleLabel,.gx-label.BlobInputConveniosTitleLabel,.gx-label.ReadonlyConveniosTitleLabel,.gx-label.ActividadesTitleLabel,.gx-label.BlobContentActividadesTitleLabel,.gx-label.ReadonlyBlobContentActividadesTitleLabel,.gx-label.BlobInputActividadesTitleLabel,.gx-label.ReadonlyActividadesTitleLabel,.gx-label.ActividadesCuerpoLabel,.gx-label.BlobContentActividadesCuerpoLabel,.gx-label.ReadonlyBlobContentActividadesCuerpoLabel,.gx-label.BlobInputActividadesCuerpoLabel,.gx-label.ReadonlyActividadesCuerpoLabel,.gx-label.GaleriaMediaLabel,.gx-label.BlobContentGaleriaMediaLabel,.gx-label.ReadonlyBlobContentGaleriaMediaLabel,.gx-label.BlobInputGaleriaMediaLabel,.gx-label.ReadonlyGaleriaMediaLabel,.gx-label.GaleriaTituloLabel,.gx-label.BlobContentGaleriaTitleLabel,.gx-label.ReadonlyBlobContentGaleriaTitleLabel,.gx-label.BlobInputGaleriaTitleLabel,.gx-label.ReadonlyGaleriaTitleLabel,.gx-label.GaleriaTitLabel,.gx-label.BlobContentGaleriaTitle1Label,.gx-label.ReadonlyBlobContentGaleriaTitle1Label,.gx-label.BlobInputGaleriaTitle1Label,.gx-label.ReadonlyGaleriaTitle1Label,.gx-label.GaleriaNameLabel,.gx-label.BlobContentGaleriaNameLabel,.gx-label.ReadonlyBlobContentGaleriaNameLabel,.gx-label.BlobInputGaleriaNameLabel,.gx-label.ReadonlyGaleriaNameLabel,.gx-label.ContactoTitleLabel,.gx-label.BlobContentContactoTitleLabel,.gx-label.ReadonlyBlobContentContactoTitleLabel,.gx-label.BlobInputContactoTitleLabel,.gx-label.ReadonlyContactoTitleLabel,.gx-label.ContactoCuerpoLabel,.gx-label.BlobContentContactoCuerpoLabel,.gx-label.ReadonlyBlobContentContactoCuerpoLabel,.gx-label.BlobInputContactoCuerpoLabel,.gx-label.ReadonlyContactoCuerpoLabel,.gx-label.RegularTextAttLabel,.gx-label.BlobContentRegularTextAttLabel,.gx-label.ReadonlyBlobContentRegularTextAttLabel,.gx-label.BlobInputRegularTextAttLabel,.gx-label.ReadonlyRegularTextAttLabel,.gx-label.RegularTextAttConvLabel,.gx-label.BlobContentRegularTextAttConvLabel,.gx-label.ReadonlyBlobContentRegularTextAttConvLabel,.gx-label.BlobInputRegularTextAttConvLabel,.gx-label.ReadonlyRegularTextAttConvLabel,.gx-label.AttributeBannerGaleriaLabel,.gx-label.HTMLCodeViewLabel,.gx-label.BlobContentHTMLCodeViewLabel,.gx-label.ReadonlyBlobContentHTMLCodeViewLabel,.gx-label.BlobInputHTMLCodeViewLabel,.gx-label.ReadonlyHTMLCodeViewLabel,.gx-label.header_img_demoLabel,.gx-label.BlobContentheader_img_demoLabel,.gx-label.ReadonlyBlobContentheader_img_demoLabel,.gx-label.BlobInputheader_img_demoLabel,.gx-label.Readonlyheader_img_demoLabel,.gx-label.Readonlyheader_img_demoMovLabel,.gx-label.header_fac_infoLabel,.gx-label.BlobContentheader_fac_infoLabel,.gx-label.ReadonlyBlobContentheader_fac_infoLabel,.gx-label.BlobInputheader_fac_infoLabel,.gx-label.Readonlyheader_fac_infoLabel,.gx-label.header_fac_infoMovLabel,.gx-label.Readonlyheader_fac_infoMovLabel,.gx-label.header_email_infoLabel,.gx-label.BlobContentheader_email_infoLabel,.gx-label.ReadonlyBlobContentheader_email_infoLabel,.gx-label.BlobInputheader_email_infoLabel,.gx-label.Readonlyheader_email_infoLabel,.gx-label.header_email_iconLabel,.gx-label.BlobContentheader_email_iconLabel,.gx-label.ReadonlyBlobContentheader_email_iconLabel,.gx-label.BlobInputheader_email_iconLabel,.gx-label.Readonlyheader_email_iconLabel,.gx-label.header_email_iconMovLabel,.gx-label.Readonlyheader_email_iconMovLabel,.gx-label.header_phone_infoLabel,.gx-label.BlobContentheader_phone_infoLabel,.gx-label.ReadonlyBlobContentheader_phone_infoLabel,.gx-label.BlobInputheader_phone_infoLabel,.gx-label.Readonlyheader_phone_infoLabel,.gx-label.header_phone_iconLabel,.gx-label.BlobContentheader_phone_iconLabel,.gx-label.ReadonlyBlobContentheader_phone_iconLabel,.gx-label.BlobInputheader_phone_iconLabel,.gx-label.Readonlyheader_phone_iconLabel,.gx-label.header_phone_iconMovLabel,.gx-label.Readonlyheader_phone_iconMovLabel,.gx-label.Readonlyheader_phone_infoMovLabel,.gx-label.footer_subtitleLabel,.gx-label.BlobContentfooter_subtitleLabel,.gx-label.ReadonlyBlobContentfooter_subtitleLabel,.gx-label.BlobInputfooter_subtitleLabel,.gx-label.Readonlyfooter_subtitleLabel,.gx-label.footer_col1_txtLabel,.gx-label.BlobContentfooter_col1_txtLabel,.gx-label.ReadonlyBlobContentfooter_col1_txtLabel,.gx-label.BlobInputfooter_col1_txtLabel,.gx-label.Readonlyfooter_col1_txtLabel,.gx-label.footer_col_linkLabel,.gx-label.BlobContentfooter_col_linkLabel,.gx-label.ReadonlyBlobContentfooter_col_linkLabel,.gx-label.BlobInputfooter_col_linkLabel,.gx-label.Readonlyfooter_col_linkLabel,.gx-label.footer_final_txtLabel,.gx-label.BlobContentfooter_final_txtLabel,.gx-label.ReadonlyBlobContentfooter_final_txtLabel,.gx-label.BlobInputfooter_final_txtLabel,.gx-label.Readonlyfooter_final_txtLabel,.gx-label.footer_titleLabel,.gx-label.BlobContentfooter_titleLabel,.gx-label.ReadonlyBlobContentfooter_titleLabel,.gx-label.BlobInputfooter_titleLabel,.gx-label.Readonlyfooter_titleLabel,.gx-label.footer_divisorLabel,.gx-label.BlobContentfooter_divisorLabel,.gx-label.ReadonlyBlobContentfooter_divisorLabel,.gx-label.BlobInputfooter_divisorLabel,.gx-label.Readonlyfooter_divisorLabel,.gx-label.footer_input_txtLabel,.gx-label.BlobContentfooter_input_txtLabel,.gx-label.ReadonlyBlobContentfooter_input_txtLabel,.gx-label.BlobInputfooter_input_txtLabel,.gx-label.Readonlyfooter_input_txtLabel,.gx-label.footer_input_buttonLabel,.gx-label.BlobContentfooter_input_buttonLabel,.gx-label.ReadonlyBlobContentfooter_input_buttonLabel,.gx-label.BlobInputfooter_input_buttonLabel,.gx-label.Readonlyfooter_input_buttonLabel,.gx-label.HTML_aditionalLabel,.gx-label.BlobContentHTML_aditionalLabel,.gx-label.ReadonlyBlobContentHTML_aditionalLabel,.gx-label.BlobInputHTML_aditionalLabel,.gx-label.ReadonlyHTML_aditionalLabel,.gx-label.header_menu_txtLabel,.gx-label.BlobContentheader_menu_txtLabel,.gx-label.ReadonlyBlobContentheader_menu_txtLabel,.gx-label.BlobInputheader_menu_txtLabel,.gx-label.Readonlyheader_menu_txtLabel,.gx-label.header_menu_linkLabel,.gx-label.BlobContentheader_menu_linkLabel,.gx-label.ReadonlyBlobContentheader_menu_linkLabel,.gx-label.BlobInputheader_menu_linkLabel,.gx-label.Readonlyheader_menu_linkLabel,.gx-label.Readonlyheader_menu_linkMovLabel,.gx-label.Readonlyheader_menu_txtMovLabel,.gx-label.header_menumovil_txtLabel,.gx-label.BlobContentheader_menumovil_txtLabel,.gx-label.ReadonlyBlobContentheader_menumovil_txtLabel,.gx-label.BlobInputheader_menumovil_txtLabel,.gx-label.Readonlyheader_menumovil_txtLabel,.gx-label.Readonlyheader_menumovil_txtMovLabel,.gx-label.s1_t1_titleLabel,.gx-label.BlobContents1_t1_titleLabel,.gx-label.ReadonlyBlobContents1_t1_titleLabel,.gx-label.BlobInputs1_t1_titleLabel,.gx-label.Readonlys1_t1_titleLabel,.gx-label.s1_t1_txtLabel,.gx-label.BlobContents1_t1_txtLabel,.gx-label.ReadonlyBlobContents1_t1_txtLabel,.gx-label.BlobInputs1_t1_txtLabel,.gx-label.Readonlys1_t1_txtLabel,.gx-label.s1_t1_LinkLabel,.gx-label.BlobContents1_t1_LinkLabel,.gx-label.ReadonlyBlobContents1_t1_LinkLabel,.gx-label.BlobInputs1_t1_LinkLabel,.gx-label.Readonlys1_t1_LinkLabel,.gx-label.s2_t1_Img1Label,.gx-label.BlobContents2_t1_Img1Label,.gx-label.ReadonlyBlobContents2_t1_Img1Label,.gx-label.BlobInputs2_t1_Img1Label,.gx-label.Readonlys2_t1_Img1Label,.gx-label.s2_t1_t1_img1Label,.gx-label.BlobContents2_t1_t1_img1Label,.gx-label.ReadonlyBlobContents2_t1_t1_img1Label,.gx-label.BlobInputs2_t1_t1_img1Label,.gx-label.Readonlys2_t1_t1_img1Label,.gx-label.s2_t1_t1_img2Label,.gx-label.BlobContents2_t1_t1_img2Label,.gx-label.ReadonlyBlobContents2_t1_t1_img2Label,.gx-label.BlobInputs2_t1_t1_img2Label,.gx-label.Readonlys2_t1_t1_img2Label,.gx-label.s2_t1_t1_txt1Label,.gx-label.BlobContents2_t1_t1_txt1Label,.gx-label.ReadonlyBlobContents2_t1_t1_txt1Label,.gx-label.BlobInputs2_t1_t1_txt1Label,.gx-label.Readonlys2_t1_t1_txt1Label,.gx-label.s3_g1_img1Label,.gx-label.s3_g1_t1_txt1Label,.gx-label.BlobContents3_g1_t1_txt1Label,.gx-label.ReadonlyBlobContents3_g1_t1_txt1Label,.gx-label.BlobInputs3_g1_t1_txt1Label,.gx-label.Readonlys3_g1_t1_txt1Label,.gx-label.s4_t1_t1_txt1Label,.gx-label.BlobContents4_t1_t1_txt1Label,.gx-label.ReadonlyBlobContents4_t1_t1_txt1Label,.gx-label.BlobInputs4_t1_t1_txt1Label,.gx-label.Readonlys4_t1_t1_txt1Label,.gx-label.s4_t1_t1_img1Label,.gx-label.BlobContents4_t1_t1_img1Label,.gx-label.ReadonlyBlobContents4_t1_t1_img1Label,.gx-label.BlobInputs4_t1_t1_img1Label,.gx-label.Readonlys4_t1_t1_img1Label,.gx-label.s4_t1_txt1Label,.gx-label.BlobContents4_t1_txt1Label,.gx-label.ReadonlyBlobContents4_t1_txt1Label,.gx-label.BlobInputs4_t1_txt1Label,.gx-label.Readonlys4_t1_txt1Label,.gx-label.s4_t1_txt2Label,.gx-label.BlobContents4_t1_txt2Label,.gx-label.ReadonlyBlobContents4_t1_txt2Label,.gx-label.BlobInputs4_t1_txt2Label,.gx-label.Readonlys4_t1_txt2Label,.gx-label.s5_t1_txt1Label,.gx-label.BlobContents5_t1_txt1Label,.gx-label.ReadonlyBlobContents5_t1_txt1Label,.gx-label.BlobInputs5_t1_txt1Label,.gx-label.Readonlys5_t1_txt1Label,.gx-label.s5_t1_txt2Label,.gx-label.BlobContents5_t1_txt2Label,.gx-label.ReadonlyBlobContents5_t1_txt2Label,.gx-label.BlobInputs5_t1_txt2Label,.gx-label.Readonlys5_t1_txt2Label,.gx-label.s5_t1_txt3Label,.gx-label.BlobContents5_t1_txt3Label,.gx-label.ReadonlyBlobContents5_t1_txt3Label,.gx-label.BlobInputs5_t1_txt3Label,.gx-label.Readonlys5_t1_txt3Label,.gx-label.s6_t1_img1Label,.gx-label.BlobContents6_t1_img1Label,.gx-label.ReadonlyBlobContents6_t1_img1Label,.gx-label.BlobInputs6_t1_img1Label,.gx-label.Readonlys6_t1_img1Label,.gx-label.s6_t1_txt1Label,.gx-label.BlobContents6_t1_txt1Label,.gx-label.ReadonlyBlobContents6_t1_txt1Label,.gx-label.BlobInputs6_t1_txt1Label,.gx-label.Readonlys6_t1_txt1Label,.gx-label.s6_g1_img1Label,.gx-label.BlobContents6_g1_img1Label,.gx-label.ReadonlyBlobContents6_g1_img1Label,.gx-label.BlobInputs6_g1_img1Label,.gx-label.Readonlys6_g1_img1Label,.gx-label.input_formLabel,.gx-label.BlobContentinput_formLabel,.gx-label.ReadonlyBlobContentinput_formLabel,.gx-label.BlobInputinput_formLabel,.gx-label.Readonlyinput_formLabel,.gx-label.input_form_buttonLabel,.gx-label.BlobContentinput_form_buttonLabel,.gx-label.ReadonlyBlobContentinput_form_buttonLabel,.gx-label.BlobInputinput_form_buttonLabel,.gx-label.Readonlyinput_form_buttonLabel,.gx-label.input_form_checkboxLabel,.gx-label.BlobContentinput_form_checkboxLabel,.gx-label.ReadonlyBlobContentinput_form_checkboxLabel,.gx-label.BlobInputinput_form_checkboxLabel,.gx-label.Readonlyinput_form_checkboxLabel,.gx-label.footer_subtitle_leftLabel,.gx-label.BlobContentfooter_subtitle_leftLabel,.gx-label.ReadonlyBlobContentfooter_subtitle_leftLabel,.gx-label.BlobInputfooter_subtitle_leftLabel,.gx-label.Readonlyfooter_subtitle_leftLabel,.gx-label.footer_col_link_leftLabel,.gx-label.BlobContentfooter_col_link_leftLabel,.gx-label.ReadonlyBlobContentfooter_col_link_leftLabel,.gx-label.BlobInputfooter_col_link_leftLabel,.gx-label.Readonlyfooter_col_link_leftLabel,.gx-label.s1_Img1Label,.gx-label.BlobContents1_Img1Label,.gx-label.ReadonlyBlobContents1_Img1Label,.gx-label.BlobInputs1_Img1Label,.gx-label.Readonlys1_Img1Label,.gx-label.s2_txt1Label,.gx-label.BlobContents2_txt1Label,.gx-label.ReadonlyBlobContents2_txt1Label,.gx-label.BlobInputs2_txt1Label,.gx-label.Readonlys2_txt1Label,.gx-label.n_s3_t1_t1_txt1Label,.gx-label.BlobContentn_s3_t1_t1_txt1Label,.gx-label.ReadonlyBlobContentn_s3_t1_t1_txt1Label,.gx-label.BlobInputn_s3_t1_t1_txt1Label,.gx-label.Readonlyn_s3_t1_t1_txt1Label,.gx-label.n_s3_t1_t1_Img1Label,.gx-label.BlobContentn_s3_t1_t1_Img1Label,.gx-label.ReadonlyBlobContentn_s3_t1_t1_Img1Label,.gx-label.BlobInputn_s3_t1_t1_Img1Label,.gx-label.Readonlyn_s3_t1_t1_Img1Label,.gx-label.n_s3_t1_t1_txt2Label,.gx-label.BlobContentn_s3_t1_t1_txt2Label,.gx-label.ReadonlyBlobContentn_s3_t1_t1_txt2Label,.gx-label.BlobInputn_s3_t1_t1_txt2Label,.gx-label.Readonlyn_s3_t1_t1_txt2Label,.gx-label.n_s3_t1_Img1Label,.gx-label.BlobContentn_s3_t1_Img1Label,.gx-label.ReadonlyBlobContentn_s3_t1_Img1Label,.gx-label.BlobInputn_s3_t1_Img1Label,.gx-label.Readonlyn_s3_t1_Img1Label,.gx-label.n_box_title_whiteLabel,.gx-label.BlobContentn_box_title_whiteLabel,.gx-label.ReadonlyBlobContentn_box_title_whiteLabel,.gx-label.BlobInputn_box_title_whiteLabel,.gx-label.Readonlyn_box_title_whiteLabel,.gx-label.n_box_imageLabel,.gx-label.BlobContentn_box_imageLabel,.gx-label.ReadonlyBlobContentn_box_imageLabel,.gx-label.BlobInputn_box_imageLabel,.gx-label.Readonlyn_box_imageLabel,.gx-label.n_box_divisorLabel,.gx-label.BlobContentn_box_divisorLabel,.gx-label.ReadonlyBlobContentn_box_divisorLabel,.gx-label.BlobInputn_box_divisorLabel,.gx-label.Readonlyn_box_divisorLabel,.gx-label.n_box_textLabel,.gx-label.BlobContentn_box_textLabel,.gx-label.ReadonlyBlobContentn_box_textLabel,.gx-label.BlobInputn_box_textLabel,.gx-label.Readonlyn_box_textLabel,.gx-label.n_s8_txt1Label,.gx-label.BlobContentn_s8_txt1Label,.gx-label.ReadonlyBlobContentn_s8_txt1Label,.gx-label.BlobInputn_s8_txt1Label,.gx-label.Readonlyn_s8_txt1Label,.gx-label.n_s8_g1_Img1Label,.gx-label.BlobContentn_s8_g1_Img1Label,.gx-label.ReadonlyBlobContentn_s8_g1_Img1Label,.gx-label.BlobInputn_s8_g1_Img1Label,.gx-label.Readonlyn_s8_g1_Img1Label,.gx-label.dam_s6_txt1Label,.gx-label.BlobContentdam_s6_txt1Label,.gx-label.ReadonlyBlobContentdam_s6_txt1Label,.gx-label.BlobInputdam_s6_txt1Label,.gx-label.Readonlydam_s6_txt1Label,.gx-label.dam_s6_g1_Img1Label,.gx-label.BlobContentdam_s6_g1_Img1Label,.gx-label.ReadonlyBlobContentdam_s6_g1_Img1Label,.gx-label.BlobInputdam_s6_g1_Img1Label,.gx-label.Readonlydam_s6_g1_Img1Label,.gx-label.dam_s3_t1_Img1Label,.gx-label.BlobContentdam_s3_t1_Img1Label,.gx-label.ReadonlyBlobContentdam_s3_t1_Img1Label,.gx-label.BlobInputdam_s3_t1_Img1Label,.gx-label.Readonlydam_s3_t1_Img1Label,.gx-label.dam_s3_t1_txt1Label,.gx-label.BlobContentdam_s3_t1_txt1Label,.gx-label.ReadonlyBlobContentdam_s3_t1_txt1Label,.gx-label.BlobInputdam_s3_t1_txt1Label,.gx-label.Readonlydam_s3_t1_txt1Label,.gx-label.dam_s4_t1_txt1Label,.gx-label.BlobContentdam_s4_t1_txt1Label,.gx-label.ReadonlyBlobContentdam_s4_t1_txt1Label,.gx-label.BlobInputdam_s4_t1_txt1Label,.gx-label.Readonlydam_s4_t1_txt1Label,.gx-label.dam_s4_t1_txt2Label,.gx-label.BlobContentdam_s4_t1_txt2Label,.gx-label.ReadonlyBlobContentdam_s4_t1_txt2Label,.gx-label.BlobInputdam_s4_t1_txt2Label,.gx-label.Readonlydam_s4_t1_txt2Label,.gx-label.dam_s5_t1_Img1Label,.gx-label.BlobContentdam_s5_t1_Img1Label,.gx-label.ReadonlyBlobContentdam_s5_t1_Img1Label,.gx-label.BlobInputdam_s5_t1_Img1Label,.gx-label.Readonlydam_s5_t1_Img1Label,.gx-label.dam_s5_t1_txt1Label,.gx-label.BlobContentdam_s5_t1_txt1Label,.gx-label.ReadonlyBlobContentdam_s5_t1_txt1Label,.gx-label.BlobInputdam_s5_t1_txt1Label,.gx-label.Readonlydam_s5_t1_txt1Label,.gx-label.dam_s5_g1_t1_Img1Label,.gx-label.BlobContentdam_s5_g1_t1_Img1Label,.gx-label.ReadonlyBlobContentdam_s5_g1_t1_Img1Label,.gx-label.BlobInputdam_s5_g1_t1_Img1Label,.gx-label.Readonlydam_s5_g1_t1_Img1Label,.gx-label.dam_s5_g1_t1_txt1Label,.gx-label.BlobContentdam_s5_g1_t1_txt1Label,.gx-label.ReadonlyBlobContentdam_s5_g1_t1_txt1Label,.gx-label.BlobInputdam_s5_g1_t1_txt1Label,.gx-label.Readonlydam_s5_g1_t1_txt1Label,.gx-label.dam_s5_g1_t1_txt2Label,.gx-label.BlobContentdam_s5_g1_t1_txt2Label,.gx-label.ReadonlyBlobContentdam_s5_g1_t1_txt2Label,.gx-label.BlobInputdam_s5_g1_t1_txt2Label,.gx-label.Readonlydam_s5_g1_t1_txt2Label,.gx-label.c_s3_g1_Img1Label,.gx-label.BlobContentc_s3_g1_Img1Label,.gx-label.ReadonlyBlobContentc_s3_g1_Img1Label,.gx-label.BlobInputc_s3_g1_Img1Label,.gx-label.Readonlyc_s3_g1_Img1Label,.gx-label.c_s3_g1_txt1Label,.gx-label.BlobContentc_s3_g1_txt1Label,.gx-label.ReadonlyBlobContentc_s3_g1_txt1Label,.gx-label.BlobInputc_s3_g1_txt1Label,.gx-label.Readonlyc_s3_g1_txt1Label,.gx-label.c_s3_t1_txt1Label,.gx-label.BlobContentc_s3_t1_txt1Label,.gx-label.ReadonlyBlobContentc_s3_t1_txt1Label,.gx-label.BlobInputc_s3_t1_txt1Label,.gx-label.Readonlyc_s3_t1_txt1Label,.gx-label.c_s4_htmlLabel,.gx-label.BlobContentc_s4_htmlLabel,.gx-label.ReadonlyBlobContentc_s4_htmlLabel,.gx-label.BlobInputc_s4_htmlLabel,.gx-label.Readonlyc_s4_htmlLabel,.gx-label.c_s4_Img1Label,.gx-label.BlobContentc_s4_Img1Label,.gx-label.ReadonlyBlobContentc_s4_Img1Label,.gx-label.BlobInputc_s4_Img1Label,.gx-label.Readonlyc_s4_Img1Label,.gx-label.s_s4_g1_txt1Label,.gx-label.BlobContents_s4_g1_txt1Label,.gx-label.ReadonlyBlobContents_s4_g1_txt1Label,.gx-label.BlobInputs_s4_g1_txt1Label,.gx-label.Readonlys_s4_g1_txt1Label,.gx-label.s_s5_t1_txt1Label,.gx-label.BlobContents_s5_t1_txt1Label,.gx-label.ReadonlyBlobContents_s5_t1_txt1Label,.gx-label.BlobInputs_s5_t1_txt1Label,.gx-label.Readonlys_s5_t1_txt1Label,.gx-label.s_s5_t1_Img1Label,.gx-label.BlobContents_s5_t1_Img1Label,.gx-label.ReadonlyBlobContents_s5_t1_Img1Label,.gx-label.BlobInputs_s5_t1_Img1Label,.gx-label.Readonlys_s5_t1_Img1Label,.gx-label.s_s5_g1_txt1Label,.gx-label.BlobContents_s5_g1_txt1Label,.gx-label.ReadonlyBlobContents_s5_g1_txt1Label,.gx-label.BlobInputs_s5_g1_txt1Label,.gx-label.Readonlys_s5_g1_txt1Label,.gx-label.s_s5_g1_txt2Label,.gx-label.BlobContents_s5_g1_txt2Label,.gx-label.ReadonlyBlobContents_s5_g1_txt2Label,.gx-label.BlobInputs_s5_g1_txt2Label,.gx-label.Readonlys_s5_g1_txt2Label,.gx-label.s_s6_txt1Label,.gx-label.BlobContents_s6_txt1Label,.gx-label.ReadonlyBlobContents_s6_txt1Label,.gx-label.BlobInputs_s6_txt1Label,.gx-label.Readonlys_s6_txt1Label,.gx-label.s_s6_g1_txt1Label,.gx-label.BlobContents_s6_g1_txt1Label,.gx-label.ReadonlyBlobContents_s6_g1_txt1Label,.gx-label.BlobInputs_s6_g1_txt1Label,.gx-label.Readonlys_s6_g1_txt1Label,.gx-label.s_s6_g1_txt2Label,.gx-label.BlobContents_s6_g1_txt2Label,.gx-label.ReadonlyBlobContents_s6_g1_txt2Label,.gx-label.BlobInputs_s6_g1_txt2Label,.gx-label.Readonlys_s6_g1_txt2Label,.gx-label.s_s7_txt_titleLabel,.gx-label.BlobContents_s7_txt_titleLabel,.gx-label.ReadonlyBlobContents_s7_txt_titleLabel,.gx-label.BlobInputs_s7_txt_titleLabel,.gx-label.Readonlys_s7_txt_titleLabel,.gx-label.s_s7_grid_ImgLabel,.gx-label.BlobContents_s7_grid_ImgLabel,.gx-label.ReadonlyBlobContents_s7_grid_ImgLabel,.gx-label.BlobInputs_s7_grid_ImgLabel,.gx-label.Readonlys_s7_grid_ImgLabel,.gx-label.s_s7_ImgLabel,.gx-label.BlobContents_s7_ImgLabel,.gx-label.ReadonlyBlobContents_s7_ImgLabel,.gx-label.BlobInputs_s7_ImgLabel,.gx-label.Readonlys_s7_ImgLabel,.gx-label.s_s7_grid_txtLabel,.gx-label.BlobContents_s7_grid_txtLabel,.gx-label.ReadonlyBlobContents_s7_grid_txtLabel,.gx-label.BlobInputs_s7_grid_txtLabel,.gx-label.Readonlys_s7_grid_txtLabel,.gx-label.s_s8_t1_txt1Label,.gx-label.BlobContents_s8_t1_txt1Label,.gx-label.ReadonlyBlobContents_s8_t1_txt1Label,.gx-label.BlobInputs_s8_t1_txt1Label,.gx-label.Readonlys_s8_t1_txt1Label,.gx-label.s_s8_t1_txt2Label,.gx-label.BlobContents_s8_t1_txt2Label,.gx-label.ReadonlyBlobContents_s8_t1_txt2Label,.gx-label.BlobInputs_s8_t1_txt2Label,.gx-label.Readonlys_s8_t1_txt2Label,.gx-label.s_plan_nombreLabel,.gx-label.BlobContents_plan_nombreLabel,.gx-label.ReadonlyBlobContents_plan_nombreLabel,.gx-label.BlobInputs_plan_nombreLabel,.gx-label.Readonlys_plan_nombreLabel,.gx-label.s_plan_caracteristicaLabel,.gx-label.BlobContents_plan_caracteristicaLabel,.gx-label.ReadonlyBlobContents_plan_caracteristicaLabel,.gx-label.BlobInputs_plan_caracteristicaLabel,.gx-label.Readonlys_plan_caracteristicaLabel,.gx-label.s_s8_Img1Label,.gx-label.BlobContents_s8_Img1Label,.gx-label.ReadonlyBlobContents_s8_Img1Label,.gx-label.BlobInputs_s8_Img1Label,.gx-label.Readonlys_s8_Img1Label,.gx-label.s_s2_Img1Label,.gx-label.BlobContents_s2_Img1Label,.gx-label.ReadonlyBlobContents_s2_Img1Label,.gx-label.BlobInputs_s2_Img1Label,.gx-label.Readonlys_s2_Img1Label,.gx-label.s_s3_t1_txt1Label,.gx-label.BlobContents_s3_t1_txt1Label,.gx-label.ReadonlyBlobContents_s3_t1_txt1Label,.gx-label.BlobInputs_s3_t1_txt1Label,.gx-label.Readonlys_s3_t1_txt1Label,.gx-label.s_s3_t1_Img1Label,.gx-label.BlobContents_s3_t1_Img1Label,.gx-label.ReadonlyBlobContents_s3_t1_Img1Label,.gx-label.BlobInputs_s3_t1_Img1Label,.gx-label.Readonlys_s3_t1_Img1Label
	{
		margin-bottom: 0px;
	}
	.TextBlockTitleMaterial
	{
		overflow: hidden;
		display: block;
		height: 30px;
	}
	.Messages
	{
		white-space: normal;
	}
	.ErrorMessages
	{
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 4px;
		margin-left: 5px;
	}
	.TableContentLandingPurusTestimonials .slick-prev 
	{
		left: -51px;
	}
	.TableContentLandingPurusTestimonials .slick-next 
	{
		right: -21px;
	}
	.HorizontalStickyMenuHeaderCell.FixedHeader .HorizontalMenuCell,.HorizontalStickyMenuHeaderCell.FixedHeader .CellHeaderBar 
	{
		padding-top: 0px;
	}
	.HorizontalStickyMenuHeaderCell.FixedHeader.LandingPurusFixedHeaderAlignLeft>.TableHeaderLandingPurus 
	{
		margin-left: 0px;
	}
	.HorizontalStickyMenuHeaderCell.FixedHeader 
	{
		padding-bottom: 0px;
		padding-left: 0px;
		height: 49px;
	}
	.slimmenu.RegularBackgroundColorOption>li 
	{
		height: auto;
	}
	.slimmenu.collapsed.RegularBackgroundColorOption>li 
	{
		padding-bottom:0 !important;
	}
	.TableContainerStep>tbody>tr>td:nth-child(2), .TableContainerStepSelected>tbody>tr>td:nth-child(2) 
	{
		padding-left: 10px;
		padding-right: 0px;
	}
	.TableContainerStep>tbody>tr>td:nth-child(3), .TableContainerStepSelected>tbody>tr>td:nth-child(3) 
	{
		height: 40px;
		padding-right:10px !important;
	}
	.WorkWith TR:not(.WCD_tr) .ReadonlyAttribute 
	{
		display: inline-block;
	}
	.WorkWith TR:not(.WCD_tr) .ReadonlyAttributeRealWidth 
	{
		display: inline-block;
	}
	.WorkWith  .ErrorMessages 
	{
		border-top-left-radius: 0px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		margin-left: 0px;
		min-width: 200px;
		white-space: normal;
	}
	.input-group-btn 
	{
		width: 1%;
	}
	.input-group 
	{
		margin-right:-7px;
	}
	.input-group  .input-group-btn>A.btn 
	{
		margin-left: -29px;
	}
	.input-group  .form-control 
	{
		width: 100%;
	}
	.TableMerged TD 
	{
		padding-right: 8px;
	}
	.DataContentCellView SPAN.Label 
	{
		padding-left: 0px;
	}
	.LabelCell SPAN.Label 
	{
		padding-left: 0px;
	}
	.DataContentCellPrompt 
	{
		padding-right: 11px;
	}
	.DataContentCellPrompt  .input-group 
	{
		width: 100%;
	}
	.TableContainerStepLast .TableStepNumberCell 
	{
		padding-right: 5px;
	}
	.HorizontalMenuNotFixed .gx_usercontrol 
	{
		margin-right: -15px;
	}
	.ShowMenuImageCellNotFixedRight.page-content.menu-compact 
	{
		left: 0px;
		padding-left: 30px;
	}
	.TableLogo.page-content 
	{
		max-width: 50%;
	}
	.TableLogo.page-content.menu-compact 
	{
		display: none;
	}
	.ShowMenuImageCellNotFixedRightNavTabs.page-content.menu-compact 
	{
		left: 0px;
		padding-left: 30px;
	}
	.page-content.menu-compact 
	{
		min-width: 0px;
	}
	.WTabs_processed.nav-tabs.WTabs_WizardBullet>li 
	{
		min-width: inherit;
	}
	.TableDynamicFiltersFlex .Attribute 
	{
		padding-left: 0px;
		padding-right: 15px;
		min-width: 100px;
	}
	.TableDynamicFiltersFlex>div>div 
	{
		flex-wrap:wrap;
	}
	.TableDynamicFiltersFlex>div.DynRowVisible:not(:last-child) 
	{
		margin-bottom: 20px;
	}
	.TableDynamicFiltersFlex 
	{
		border-bottom-color: rgba(211,211,211,0.36);
		border-left-color: rgba(211,211,211,0.36);
		border-right-color: rgba(211,211,211,0.36);
		border-top-color: rgba(211,211,211,0.36);
		border-style: solid;
		border-width: 1px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
	}
	.PaginationBarCaption.PaginationBarFiltered 
	{
		display: none;
	}
	.TableMainTabs .ShowMenuImageCellNotFixedRightNavTabs.page-content.menu-compact 
	{
		left: 10px;
	}
	.CellLoginUserName:before 
	{
		left: 40px;
	}
	.CellLoginPassword:before 
	{
		left: 40px;
	}
	TEXTAREA.Attribute
	{
		width: 100%;
	}
	TEXTAREA.AttributeFL
	{
		width: 100%;
	}
	.Readonlyheader_menumovil_txt  a 
	{
		font-size: 22px;
		color: #fff;
	}
	.s1_t1_video 
	{
		height: 84vh;
	}
	.s1_t1_Grid1_Cell .slick-dots 
	{
		bottom: -100px;
	}
	.s1_t1_Grid1_Cell .slick-next 
	{
		right: 10px;
	}
	.s1_t1_Grid1_Cell .slick-prev 
	{
		left: 10px;
	}
	.page-content.page-content-back-image.menu-compact 
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.ShowMenuImageCellNotFixedRight.page-content.menu-compact .TableActionGroup 
	{
		margin-left: -26px;
		padding-right: 15px;
	}
	.page-content:not(.menu-compact) .TextBlockTitleMaterial_cell 
	{
		display: none;
	}
}

@media (min-width: 768px) /*Small*/
{
	.HorizontalMenuCell
	{
		overflow: scroll;
	}
	.CellMarginTopMedium
	{
		margin-top: 15px;
	}
	.CellHeaderBar
	{
		margin-left: 19%;
	}
	.LandingPurusFooterCell
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.LandingPurusFooterCellNoBorder
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.SectionSloganHeaderLandingPurus
	{
		height: 500px;
	}
	.LandingPurusVideoCell
	{
		width: 737px;
	}
	.TopRightFixedHeader
	{
		min-width:calc(50vw - 362px);
	}
	.PanelBanner
	{
		height: 256px;
		width: 450px;
	}
	.MenuFooter
	{
		margin-left: 125px;
	}
	.section1_p1
	{
		height: 84vh;
	}
	.s1_t1_Grid1_Cell
	{
		padding-top: 30%;
	}
	.s2_t1_t1_img1_cell
	{
		margin-top: 37px;
	}
	.n_box_title_white_cell_right
	{
		float: none;
		max-width: 100%;
		text-align: center;
	}
	.n_box_text_cell_right
	{
		margin-bottom: 20px;
		margin-left: 0px;
		margin-top: 20px;
		max-width: 100%;
		text-align: center;
	}
	.n_box_divisor_cell_right
	{
		float: none;
	}
	.n_box_divisor_cell_left
	{
		float: none;
	}
	.n_box_text_cell_left
	{
		margin-bottom: 20px;
		margin-left: 0px;
		margin-top: 20px;
		max-width: 100%;
		text-align: center;
	}
	.n_box_title_white_cell_left
	{
		margin-left: 0px;
		max-width: 100%;
		text-align: center;
	}
	.n_s8_g1_cell
	{
		margin-left: 0%;
		margin-right: 0%;
		width: 100%;
	}
	.dam_s6_g1_cell
	{
		margin-left: 0%;
		margin-right: 0%;
		width: 100%;
	}
	.dam_section5_cell
	{
		background-position: top;
		padding-bottom: 120px;
	}
	.s_s2_Img1_cell
	{
		margin-top: 0px;
	}
	.ReadonlyAttributeLandingPurusMainNumbers
	{
		font-size: 55px;
	}
	.HTMLCodeView
	{
		width: 623px;
	}
	.header_email_iconMov
	{
		width: 37px;
	}
	.header_phone_iconMov
	{
		width: 37px;
	}
	.s2_t1_t1_img1
	{
		margin-left: 20%;
	}
	.s3_g1_img1
	{
		margin-top: 20%;
	}
	.n_box_text
	{
		max-width: 74%;
	}
	.Readonlyn_box_text
	{
		max-width: 74%;
	}
	.dam_s4_t1_txt1
	{
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
	}
	.Readonlydam_s4_t1_txt1
	{
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
	}
	.dam_s4_t1_txt2
	{
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
	}
	.Readonlydam_s4_t1_txt2
	{
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
	}
	.dam_s5_t1_Img1
	{
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20%;
		display: block;
		max-width: 90%;
	}
	.dam_s5_t1_txt1
	{
		float: none;
		margin-top: 0px;
		display: block;
		text-align: center;
	}
	.Readonlydam_s5_t1_txt1
	{
		float: none;
		margin-top: 0px;
		display: block;
		text-align: center;
	}
	.s_s8_Img1
	{
		float: none;
		margin-bottom: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
	}
	.ImageTop
	{
		margin-left: 40%;
	}
	.LandingPurusImageServices
	{
		max-width: 230px;
	}
	.ImagenFooterClass
	{
		margin-left: 0px;
	}
	.TableWizardMain
	{
		min-width: 400px;
	}
	.TableWizardMainWithShadow
	{
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		min-width: 400px;
	}
	.TableLoginWithLeftImage
	{
		box-shadow: 0px 0px 14px BaseColorShadow;
	}
	.TableLoginWithLeftImageError
	{
		box-shadow: 0px 0px 14px BaseColorShadow;
	}
	.TableContentLandingPurus
	{
		width: 725px;
	}
	.TableContentLandingPurusTestimonials
	{
		width: 734px;
	}
	.TableContentLandingPurusHorizontalGrid
	{
		width: 660px;
	}
	.TableContentLandingPurus1
	{
		width: 725px;
	}
	.TableContentLandingPurusTestimonials1
	{
		width: 734px;
	}
	.BackOfficeTable
	{
		margin-top: 20px;
	}
	.TableWizardMain1
	{
		min-width: 400px;
	}
	.TableWizardMainWithShadow1
	{
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		min-width: 400px;
	}
	.TableLoginWithLeftImage1
	{
		box-shadow: 0px 0px 14px BaseColorShadow;
	}
	.TableLoginWithLeftImageError1
	{
		box-shadow: 0px 0px 14px BaseColorShadow;
	}
	.TableContentLandingPurus2
	{
		width: 725px;
	}
	.TableContentLandingPurusTestimonials2
	{
		width: 734px;
	}
	.TableContentLandingPurusHorizontalGrid2
	{
		width: 660px;
	}
	.TableContentLandingPurus11
	{
		width: 725px;
	}
	.TableContentLandingPurusTestimonials11
	{
		width: 734px;
	}
	.TableHeaderTop
	{
		margin-right: 0pt;
	}
	.TableIndexHeader
	{
		display: none;
	}
	.footer_t2
	{
		padding-left: 3vh;
		padding-right: 3vh;
		padding-top: 5vh;
	}
	.header_main_menu
	{
		display: none;
	}
	.header_menu_movil
	{
		overflow: scroll;
		padding-bottom: 20px;
		padding-left: 75px;
		padding-right: 20px;
		padding-top: 75px;
		position: fixed;
		z-index: 999;
		display: block;
		background-color: #0080f8;
		height: 100%;
		width: 40vh;
	}
	.header_botton_menu
	{
		display: block;
	}
	.header_gridmenu_movil
	{
		margin-left: -30px;
	}
	.header_main_menu_cell
	{
		display: none;
	}
	.header_botton_menu_bo
	{
		display: block;
	}
	.s1_t1_grid1_table1
	{
		height: 41vh;
	}
	.s1_t1
	{
		height: 84vh;
	}
	.s3_g1_t1
	{
		margin-left: 10%;
		margin-right: 10%;
	}
	.TableContentLandingPurusTestimonials .slick-prev 
	{
		left:calc(741px/2 - 100vw/2);
	}
	.TableContentLandingPurusTestimonials .slick-next 
	{
		right:calc(800px/2 - 100vw/2 );
	}
	.HorizontalStickyMenuHeaderCell.FixedHeader>.TableHeaderLandingPurus 
	{
		margin-left:calc(50vw - 362px);
	}
	.slimmenu.collapsed.RegularBackgroundColorOption li:not(.has-submenu.hiddenInSlider.dummy) a 
	{
		font-size: 25px;
	}
	.DataContentCellPrompt  .input-group 
	{
		width: 100%;
		max-width: 215px;
	}
	.TableLogo.page-content 
	{
		max-width: 50%;
	}
	.Readonlyheader_menumovil_txt  a 
	{
		font-size: 30px;
		color: #fff;
	}
	.Readonlyheader_email_infoMov a 
	{
		font-size: 25px;
		color: FFF;
	}
	.s1_t1_video 
	{
		height: 84vh;
	}
}

@media (min-width: 992px) /*Medium*/
{
	.HorizontalMenuCell
	{
		overflow: scroll;
	}
	.WWColumnSuccessSingleCell
	{
		box-shadow: 2px 0px 0px 0px Success_CondForm inset;
	}
	.CellHeaderBar
	{
		margin-left: 22%;
	}
	.CellWWLinkRight40
	{
		right: 40% !important;
	}
	.CellWWLinkRight60
	{
		right: 60% !important;
	}
	.LandingPurusFooterCell
	{
		padding-left: 55px;
		padding-right: 55px;
	}
	.LandingPurusFooterCellNoBorder
	{
		padding-left: 55px;
		padding-right: 55px;
	}
	.SectionSloganHeaderLandingPurus
	{
		height: 500px;
	}
	.LandingPurusVideoCell
	{
		width: 950px;
	}
	.TopRightFixedHeader
	{
		min-width:calc(50vw - 444px);
	}
	.PanelBanner
	{
		height: 256px;
		width: 450px;
	}
	.MenuFooter
	{
		margin-left: 200px;
	}
	.section1_p1
	{
		height: 42vh;
	}
	.s1_t1_Grid1_Cell
	{
		padding-top: 0%;
	}
	.s2_t1_t1_img1_cell
	{
		margin-top: 84px;
	}
	.n_box_divisor_cell_right
	{
		float: right;
	}
	.dam_section5_cell
	{
		background-position: none;
		padding-bottom: 150px;
	}
	.s_s2_Img1_cell
	{
		margin-top: -30px;
	}
	.s_s7_g1_cell
	{
		margin-left: 10%;
	}
	.s_s7_g2_cell
	{
		margin-left: 10%;
	}
	.ReadonlyAttributeLandingPurusMainNumbers
	{
		font-size: 72px;
	}
	.HTMLCodeView
	{
		width: 623px;
	}
	.header_email_iconMov
	{
		width: 37px;
	}
	.header_phone_iconMov
	{
		width: 37px;
	}
	.s2_t1_t1_img1
	{
		margin-left: 10%;
	}
	.Readonlydam_s4_t1_txt1
	{
		margin-bottom: 0px;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 0px;
	}
	.Readonlydam_s4_t1_txt2
	{
		margin-bottom: 0px;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 0px;
	}
	.dam_s5_t1_Img1
	{
		float: right;
		margin-left: 0px;
		margin-top: 182px;
		max-width: 37%;
	}
	.Readonlydam_s5_t1_txt1
	{
		float: right;
		margin-left: 0px;
		margin-top: -25px;
	}
	.s_s7_Img
	{
		padding-top: 10%;
	}
	.Readonlys_s7_Img
	{
		padding-top: 10%;
	}
	.s_s8_Img1
	{
		float: right;
		margin-top: -1200px;
	}
	.ImageTop
	{
		margin-left: 60%;
	}
	.LandingPurusImageServices
	{
		max-width: 321px;
	}
	.ImagenFooterClass
	{
		margin-left: 0px;
	}
	.TableWizardMain
	{
		min-width: 690px;
	}
	.TableWizardMainWithShadow
	{
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		min-width: 690px;
	}
	.TableLoginWithLeftImage
	{
		box-shadow: 0px 0px 14px BaseColorShadow;
	}
	.TableLoginWithLeftImageError
	{
		box-shadow: 0px 0px 14px BaseColorShadow;
	}
	.TableContentLandingPurus
	{
		width: 889px;
	}
	.TableContentLandingPurusTestimonials
	{
		width: 929px;
	}
	.TableContentLandingPurusHorizontalGrid
	{
		width: 889px;
	}
	.TableContentLandingPurus1
	{
		width: 889px;
	}
	.TableContentLandingPurusTestimonials1
	{
		width: 929px;
	}
	.TableWizardMain1
	{
		min-width: 690px;
	}
	.TableWizardMainWithShadow1
	{
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		min-width: 690px;
	}
	.TableLoginWithLeftImage1
	{
		box-shadow: 0px 0px 14px BaseColorShadow;
	}
	.TableLoginWithLeftImageError1
	{
		box-shadow: 0px 0px 14px BaseColorShadow;
	}
	.TableContentLandingPurus2
	{
		width: 889px;
	}
	.TableContentLandingPurusTestimonials2
	{
		width: 929px;
	}
	.TableContentLandingPurusHorizontalGrid2
	{
		width: 889px;
	}
	.TableContentLandingPurus11
	{
		width: 889px;
	}
	.TableContentLandingPurusTestimonials11
	{
		width: 929px;
	}
	.TableIndexHeader
	{
		display: none;
	}
	.footer_t2
	{
		padding-left: 3vh;
		padding-right: 3vh;
		padding-top: 5vh;
	}
	.header_main_menu
	{
		display: none;
	}
	.header_menu_movil
	{
		overflow: scroll;
		padding-bottom: 20px;
		padding-left: 75px;
		padding-right: 20px;
		padding-top: 75px;
		position: fixed;
		z-index: 999;
		display: block;
		background-color: #0080f8;
		height: 100%;
		width: 40vh;
	}
	.header_botton_menu
	{
		display: block;
	}
	.header_gridmenu_movil
	{
		margin-left: -30px;
	}
	.header_main_menu_cell
	{
		display: none;
	}
	.header_botton_menu_bo
	{
		display: block;
	}
	.s1_t1_grid1_table1
	{
		height: 41vh;
	}
	.s1_t1_grid1_table2
	{
		padding-top: 179px;
	}
	.s1_t1
	{
		height: 42vh;
	}
	.FreeStyleGrid>tbody>tr,.FreeStyleGrid>[data-gxrow]
	{
		background-color: transparent;
		font-family: muli,sans-serif;
		font-size: 8pt;
		font-style: normal;
	}

	.TableContentLandingPurusTestimonials .slick-prev 
	{
		left:calc(935px/2 - 100vw/2);
	}
	.TableContentLandingPurusTestimonials .slick-next 
	{
		right:calc(996px/2 - 100vw/2 );
	}
	.HorizontalStickyMenuHeaderCell.FixedHeader>.TableHeaderLandingPurus 
	{
		margin-left:calc(50vw - 444px);
	}
	.slimmenu.collapsed.RegularBackgroundColorOption li:not(.has-submenu.hiddenInSlider.dummy) a 
	{
		font-size: 25px;
	}
	.TableLogo.page-content 
	{
		max-width: 15%;
	}
	.TableViewCardsCell>div 
	{
		width: 50%;
	}
	.TableViewCardsCell>div.ViewCardCellWidth60+div 
	{
		width: 40%;
	}
	.TableViewCardsCell>div.ViewCardCellWidth40+div 
	{
		width: 60%;
	}
	.TableViewCardsCell>div.ViewCardCellWidth60 
	{
		width: 60%;
	}
	.TableViewCardsCell>div.ViewCardCellWidth40 
	{
		width: 40%;
	}
	.TableViewCardsCell>div.CellWWLink 
	{
		right: 50%;
	}
	.Readonlyheader_menumovil_txt  a 
	{
		font-size: 30px;
		color: #fff;
	}
	.Readonlyheader_email_infoMov a 
	{
		font-size: 25px;
		color: FFF;
	}
	.s1_t1_video 
	{
		height: 100%;
	}
}

@media (min-width: 1200px) /*Large*/
{
	.HorizontalMenuCell
	{
		overflow:hidden;
	}
	.CellMarginTopMedium
	{
		margin-top: 0px;
	}
	.CellHeaderBar
	{
		margin-left: 25%;
	}
	.SectionSloganHeaderLandingPurus
	{
		height: 500px;
	}
	.TopRightFixedHeader
	{
		min-width:calc(50vw - 552px);
	}
	.PanelBanner
	{
		height: 256px;
		width: 450px;
	}
	.MenuFooter
	{
		margin-left: 200px;
	}
	.section1_p1
	{
		height: 66vh;
		height:66vh;
	}
	.s1_t1_Grid1_Cell
	{
		padding-top: 0%;
	}
	.s2_t1_t1_img1_cell
	{
		margin-top: 150px;
	}
	.n_box_divisor_cell_right
	{
		float: right;
	}
	.dam_section5_cell
	{
		background-position: none;
		padding-bottom: 150px;
	}
	.s_s7_g1_cell
	{
		margin-left: 10%;
	}
	.s_s7_g2_cell
	{
		margin-left: 10%;
	}
	.HTMLCodeView
	{
		width: 623px;
	}
	.s2_t1_t1_img1
	{
		margin-left: 2%;
	}
	.Readonlydam_s4_t1_txt1
	{
		margin-bottom: 0px;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 0px;
	}
	.Readonlydam_s4_t1_txt2
	{
		margin-bottom: 0px;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 0px;
	}
	.dam_s5_t1_Img1
	{
		float: right;
		margin-left: 0px;
		margin-top: 182px;
		max-width: 37%;
	}
	.Readonlydam_s5_t1_txt1
	{
		float: right;
		margin-left: 0px;
		margin-top: -25px;
	}
	.s_s7_Img
	{
		padding-top: 10%;
	}
	.Readonlys_s7_Img
	{
		padding-top: 10%;
	}
	.s_s8_Img1
	{
		float: right;
		margin-top: -1200px;
	}
	.ImageTop
	{
		margin-left: 80%;
		image-rendering: auto;
		margin-top:1px;
	}
	.LandingPurusImageServices
	{
		max-width: 100%;
	}
	.ImagenFooterClass
	{
		margin-left: 20%;
	}
	.TableWizardMain
	{
		min-width: 900px;
	}
	.TableWizardMainWithShadow
	{
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		min-width: 900px;
	}
	.TableContentLandingPurus
	{
		width: 1060px;
	}
	.TableContentLandingPurusTestimonials
	{
		width: 1133px;
	}
	.TableContentLandingPurusHorizontalGrid
	{
		width: 1060px;
	}
	.TableContentLandingPurus1
	{
		width: 1060px;
	}
	.TableContentLandingPurusTestimonials1
	{
		width: 1133px;
	}
	.TableWizardMain1
	{
		min-width: 900px;
	}
	.TableWizardMainWithShadow1
	{
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		min-width: 900px;
	}
	.TableContentLandingPurus2
	{
		width: 1060px;
	}
	.TableContentLandingPurusTestimonials2
	{
		width: 1133px;
	}
	.TableContentLandingPurusHorizontalGrid2
	{
		width: 1060px;
	}
	.TableContentLandingPurus11
	{
		width: 1060px;
	}
	.TableContentLandingPurusTestimonials11
	{
		width: 1133px;
	}
	.TableHeaderTop
	{
		margin-right: 20vh;
	}
	.TableIndexHeader
	{
		background-size: 100% 58px;
		display:block;
	}
	.footer_t2
	{
		padding-left: 15vh;
		padding-right: 15vh;
		padding-top: 10vh;
	}
	.header_main_menu
	{
		display:block;
	}
	.header_botton_menu
	{
		display:none;
	}
	.header_main_menu_cell
	{
		display:block;
	}
	.header_botton_menu_bo
	{
		display: block;
	}
	.s1_t1_grid1_table1
	{
		height: 66vh;
		height:66vh;
	}
	.s1_t1_grid1_table2
	{
		padding-top: 13%;
	}
	.s1_t1
	{
		height:66vh;
	}
	.TableContentLandingPurusTestimonials .slick-prev 
	{
		left:calc(1130px/2 - 100vw/2);
	}
	.TableContentLandingPurusTestimonials .slick-next 
	{
		right:calc(1199px/2 - 100vw/2 );
	}
	.HorizontalStickyMenuHeaderCell.FixedHeader>.TableHeaderLandingPurus 
	{
		margin-left:calc(50vw - 530px);
	}
	.slimmenu.RegularBackgroundColorOption>li 
	{
		margin-bottom:auto;
	}
	.TableLogo.page-content 
	{
		max-width: 15%;
	}
	.s1_t1_video 
	{
		height: 100%;
	}
	.s1_t1_Grid1_Cell .slick-dots 
	{
		bottom: 90px;
	}
}
/* [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;
}

span.gx-disabled > a {	
	color: inherit;
	cursor: inherit;
	text-decoration: inherit;
}

span[data-text-format="3"]{	
	white-space: pre-wrap;
}

/* 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] */
