﻿/* [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] */
.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]
{
	background-color: #f7f7f7;
	border-bottom: 1px;
	border-left: 0;
	border-right: 0;
	border-top: 1px;
	border-bottom-color: #eaeaea;
	border-top-color: #eaeaea;
	border-style: solid;
}
.WorkWithRowHover,.WorkWithSelection>TBODY>TR[data-gxrow]:hover, .WorkWithSelection>TBODY>TR[data-gxrow].gx-row-hovered
{
	background-color: #f7f7f7;
	border-top: 1px;
	border-top-color: #eaeaea;
	border-style: solid;
}
.WorkWithHeader,.WorkWith>THEAD>TR,.PromptGrid>THEAD>TR,.ViewGrid>THEAD>TR,.WorkWithSelection>THEAD>TR
{
	background-color: #f7f7f7;
	border-bottom: 1px solid;
	border-left: 0;
	border-right: 0;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 3px;
	border-bottom-color: #d9d9d9;
	height: 38px;
	vertical-align: middle;
}
.GridWithBorderColorHeader,.GridWithBorderColor>THEAD>TR
{
	border-bottom: 3px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	color: #575b5d;
	border-bottom-color: #008000;
	border-style: solid;
}
.GridNoBorderHeader,.GridNoBorder>THEAD>TR
{
	background-color: #fff;
	text-transform: uppercase;
}
.TabPage,.WWTabPage,.WWTabPageSelected,.WWTabPageHovered,.WWFirstTabPage
{
	border-style: none;
	border-width: 0px;
}
.EmbeddedPage
{
	border-style: none;
	border-width: 0px;
}
.Flex
{
	border-style: none;
	border-width: 0px;
}
.TableRow,.BackgroundColorRow,.WWPagingFooterRow
{
	border-style: none;
	border-width: 0px;
}
.TableCell,.WWPagingFooterCell
{
	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;
}


.FormLogin #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.FormLogin .gx-call-target {
	overflow: auto;
}

.FormLogin .gx-center-target {
	display: table-cell;
}

.FormLogin .gx-call-target.top {
	height: 15vh;
}

.FormLogin .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.FormLogin .gx-call-target.bottom {
	height: 10vh;
}

.FormLogin .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;
}

/* [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;
}


.FormLogin #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.FormLogin .gx-call-target {
	overflow: auto;
}

.FormLogin .gx-center-target {
	display: table-cell;
}

.FormLogin .gx-call-target.top {
	height: 15vh;
}

.FormLogin .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.FormLogin .gx-call-target.bottom {
	height: 10vh;
}

.FormLogin .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;
}

/* [gx-css-import ignore - end] */
.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;
}
.Animation
{
	--gx-animation-type: 'idNative';
}
.ErrorViewerLine
{
	border-style: none;
	border-width: 0px;
}
.ActionGroupItem,.SelectedMainMenuItem,.SelectedSubMenuItem,.MainMenuItem,.MainMenuItemHovered,.SubMenuItem
{
	border-style: none;
	border-width: 0px;
}
.CallTarget
{
	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;
	font-family: BeVietnam-Regular;
}
.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;
}
.WWColumnSuccess
{
	background-color: #dff0d8;
}
.WWColumnDanger
{
	background-color: #f2dede;
}
.WWColumnWarning
{
	background-color: #faf2cc;
}
.WWColumnGray
{
	background-color: #f7f7f7;
}
.WWColumnInfo
{
	background-color: #e0f1ff;
}
.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,.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,.EditForm,.CellMarginTop80,.ExtendedComboCell,.TableHowWeAreGrid,.TableProductDetielsGridDetiels,.TableProductCategoryDetiels,.TableImage2,.BMHorizontalMenuCell,.BecpExtendedComboCell,.Section1,.Slide,.TableContactInfo,.BMTableHeaderMenuCell,.TableAboutBECEnShortDescription,.TableEmail,.TableFax,.TableViewOurproducts,.TableTitelProduct,.TableAboutBEC,.CardWithImageTableDeteils,.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,.TableWizardStepsLine,.CellWizardActions,.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,.VerticalTabs,.StepNumberUnderlineCell,.WizardStepsUnderlineContainerCell,.WizardVerticalStepTitlesCell,.WizardVerticalStepsPositionCell,.WizardStepsUnderlinePositionCell,.FreeStyleStepsProgressCell,.CellPaddingNews,.ProductCardImage,.FooterBlackCell,.LandingPurusFooterCell,.LandingPurusFooterCellNoBorder,.LandingPurusFontIconFooter,.SectionSloganHeaderLandingPurus,.CellPaddingTop80,.CellPaddingTop50,.FontIconLandingPurus,.LandingPurusVideoCell,.LandingPurusFeaturesCell,.CellPaddingBottom80,.LandingPurusTestimonialsCell,.LandingPurusTestimonialTitleCell,.CellPadding0,.LandingPurusContactCell,.LandingPurusCustomersCell,.CellPaddingBottom50,.HorizontalStickyMenuHeaderCell,.TopRightFixedHeader,.TermsPanelTable,.FooterTextblock,.FooterTextblock1,.CellTableCardCategory,.CellTableAboutBECEnShortDescription,.LandingPurusFooterCell2,.LandingPurusFooterCell21,.LandingPurusFooterCell3,.ButtonAsLink1,.ButtonAsLinkBold1,.ButtonAsLinkBasecolor1,.LandingPurusFooterCell4,.ImageDataContentCell,.CellHeroSection,.TableContactTextNew,.TableTransactionTemplate,.BMHeroSectionTCell,.BMHeroSectionTICell,.BMCULocationIconCell,.BMContactUsEFImageCell,.BMCUPEIconCell,.VariablesContainer,.VariablesInnerContainer,.BMHeroSectionBtnContainer,.BMSearchProductCell,.BMSPCategoryCell,.NewsDetailsSection,.LandingPurusTwitterIconFooter
{
	border-style: none;
	border-width: 0px;
}
.CellTabsIFrameHorizontal
{
	padding-right: 30px;
}
.Slide
{
	background-repeat: no-repeat;
	float: left;
	position: relative;
	height: 100%;
	width: 20%;
}
.BMTableHeaderMenuCell
{
	width: 100%;
	max-width: 100%;
	position: relative;
}
.TableEmail
{
	margin-top: 2%;
}
.TableFax
{
	margin-top: 1%;
}
.TableTitelProduct
{
	margin-left: 1%;
	    word-wrap: break-word;
}
.TableAboutBEC
{
	margin-left: 61%;
	width: 100%;
	margin-top: 24%;
}
.CardWithImageTableDeteils
{
	background-color: #fff;
	background-image: none;
	border-bottom: 2px;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	border-left: 2px;
	border-right: 2px;
	border-style: solid;
	border-top: 2px;
	border-width: 2px;
	box-shadow: 0px 0px 0px;
	clear: none;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 31px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	height: 428px;
	max-width: 97%;
}
.WizardStepsContainerCell
{
	padding-left: 0px;
}
.FontUserIcon
{
	margin-right: 7px;
}
.WorkWithTitle
{
	padding-left: 5pt;
}
.HorizontalMenuCell
{
	overflow: hidden;
	position: relative;
	height: 50px;
}
.PanelCardContainer
{
	padding-bottom: 15px;
}
.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
{
	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 0px 0px;
	margin-left: 10px;
	margin-top: 15px;
	vertical-align: middle;
}
.CellMarginTopAssociationButtons
{
	box-shadow: 0px 0px 0px;
}
.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-bottom-color: #d9d9d9;
	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
{
	padding-bottom: 15px;
}
.CellFloatRight
{
	float: right;
}
.CellTableAssociationButtons
{
	background-color: #fff;
	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
{
	border-style: inset;
	padding-left: 35px;
	z-index: 1011;
	height: 50px;
}
.MasterHeaderCellNoBackground
{
	background-color: rgba(255,255,255,0);
	background-color:#FFF0!importent;
}
.AssociationTitleCell
{
	padding-right: 3pt;
	height: 25px;
	white-space: nowrap;
	vertical-align: middle;
}
.CellNoMarginBottom
{
	margin-bottom: 0px;
}
.CellAttributeSearch
{
	background-color: #fff;
	border-bottom-color: #627077;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: Transparent;;
	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-right: 22px;
	z-index: 1040;
	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;
	color: #575b5d;
	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 #dd4b39 inset;
	-webkit-box-shadow:3px 0 0 #D73D32 inset;
}
.WWColumnDangerSingleCell
{
	box-shadow: 2px 0px 0px 0px #dd4b39 inset;
}
.WWColumnWarningFirstColumn,.WWColumnWarningSingleCell
{
	box-shadow: 2px 0px 0px 0px #f39c12 inset;
	-webkit-box-shadow:3px 0 0 #F4B400 inset;
}
.WWColumnWarningSingleCell
{
	box-shadow: 2px 0px 0px 0px #f39c12 inset;
}
.WWColumnSuccessFirstColumn,.WWColumnSuccessSingleCell
{
	box-shadow: 2px 0px 0px 0px #00a65a inset;
	-webkit-box-shadow:3px 0 0 #53A93F inset;
}
.WWColumnSuccessSingleCell
{
	box-shadow: 2px 0px 0px 0px #00a65a 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 #3c8dbc inset;
	-webkit-box-shadow:3px 0 0 #008CFF inset;
}
.WWColumnInfoSingleCell
{
	box-shadow: 2px 0px 0px 0px #3c8dbc inset;
}
.PaginationBar,.PaginationBarEmptyGrid
{
	background-color: #f7f7f7;
	border-top-color: #d9d9d9;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.PaginationBarEmptyGrid
{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.CellMarginLogin,.CellMarginLoginImageLeft
{
	margin-top: 5%;
	padding-left: 30px;
}
.CellMarginLoginImageLeft
{
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	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
{
	background-color: #fff;
	border-bottom: 1px solid;
	border-bottom-color: #d9d9d9;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 8px;
	padding-top: 8px;
	z-index: 1;
}
.CellTitleMasterFixed,.CellTitleMasterFixed_HorizontalMenu
{
	left: 0px;
	margin-bottom: 0px;
	margin-left: 224px;
	position: fixed;
	z-index: 5;
}
.CellTitleMasterFixed_HorizontalMenu
{
	margin-left: 0px;
	top: 50px;
}
.CellTitleMasterHorizontalMenu,.CellTitleMasterHorizontalMenu_HeaderFixed
{
	padding-left: 35px;
}
.CellTitleMasterHorizontalMenu_HeaderFixed
{
	left: 0px;
	margin-top: 50px;
}
.CellTitleMasterLandingPurus
{
	border-bottom: none;
	padding-left: 45px;
	padding-right: 15px;
	padding-top: 11px;
}
.HorizontalMenuIcon
{
	padding-right: 7px;
	font-size: 12px;
}
.MasterFooterCellVM,.MasterFooterCellFixedVM,.MasterFooterCellFixedHM,.MasterFooterCellFixedVMSidebarImage,.MasterFooterCellHM,.MasterFooterCellVMSidebarImage
{
	background-color: #eee;
	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;
}
.CellTableContentHorizontalMenuFixedTitle
{
	margin-top: 97px;
}
.CellTableContentHorizontalMenuFixedHeader
{
	margin-top: 50px;
}
.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
{
	background-color: #007600;
	margin-left: -15px;
	padding-left: 15px;
	position: absolute;
	height: 50px;
	width: 224px;
}
.LogoCellNotFixedHeader
{
	width: 239px;
}
.TableUserRoleCell
{
	width: 100%;
}
.MoreInfoCardCell
{
	border-top-color: #d7dfe3;
	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);
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	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;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 67px;
}
.ProgressCardCellDanger
{
	background-color: #dd4b39;
}
.ProgressCardCellWarning
{
	background-color: #f39c12;
	background-image: none;
}
.ProgressCardCellInfo
{
	background-color: #3c8dbc;
}
.ProgressCardCellSuccess
{
	background-color: #00a65a;
}
.ProgressCardCellBaseColor
{
	background-color: #008000;
}
.ProgressCardCellInfoLight
{
	background-color: #00c0ef;
}
.ProgressCardContentCell
{
	background-color: #fff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.ProgressCardIcon,.ProgressCardIconDanger,.ProgressCardIconWarning,.ProgressCardIconInfo,.ProgressCardIconSuccess,.ProgressCardIconBaseColor,.ProgressCardIconInfoLight
{
	font-size: 17px;
	color: #999;
}
.ProgressCardIconDanger
{
	color: #dd4b39;
}
.ProgressCardIconWarning
{
	color: #f39c12;
}
.ProgressCardIconInfo
{
	color: #3c8dbc;
}
.ProgressCardIconSuccess
{
	color: #00a65a;
}
.ProgressCardIconBaseColor
{
	color: #008000;
}
.ProgressCardIconInfoLight
{
	color: #00c0ef;
}
.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-top-color: #d7dfe3;
	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;
	color: #627077;
}
.FontColorIcon,.FontColorIconDanger,.FontColorIconWarning,.FontColorIconSuccess,.FontColorIconInfo,.FontColorIconInfoLight,.FontColorIconSmall
{
	font-size: 17px;
	color: #008000;
}
.FontColorIconDanger
{
	color: #dd4b39;
}
.FontColorIconWarning
{
	color: #f39c12;
}
.FontColorIconSuccess
{
	color: #00a65a;
}
.FontColorIconInfo
{
	color: #3c8dbc;
}
.FontColorIconInfoLight
{
	color: #00c0ef;
}
.FontColorIconSmall
{
	padding-bottom: 3px;
	padding-top: 3px;
	font-size:12px !important;
}
.ChatGridCell
{
	overflow: auto;
	max-height: 400px;
}
.ChatImageCell,.ChatImageCellBaseColor
{
	width: 47px;
	vertical-align: top;
}
.ChatImageCellBaseColor
{
	background-color: #008000;
}
.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
{
	background-color: #008000;
	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: 21px;
}
.CellPaddingTop10
{
	padding-top: 10px;
}
.ImageMenuIcon
{
	padding-left: 23px;
	padding-right: 23px;
	color: #fff;
	font-size:24px !important;
	line-height:49px !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
{
	border-bottom-color: #d9d9d9;
	margin-left: 15px;
	margin-top: -30px;
	width:calc(100% - 30px);
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.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-bottom-color: #d7dfe3;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-top: 0px;
	padding-left: 30px;
	padding-bottom:15px !important;
}
.CellPaddingTop5
{
	padding-top: 5px;
}
.CellHeaderBar
{
	padding-top: 11px;
	width: 100%;
	line-height:49px;
}
.NotificationFontIcon,.NotificationFontIconDanger,.NotificationFontIconSuccess,.NotificationFontIconInfo,.NotificationFontIconWarning,.NotificationFontIconBaseColor,.NotificationFontIconInfoLight
{
	background-color: #008000;
	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;
}
.NotificationFontIconDanger
{
	background-color: #f56a67;
}
.NotificationFontIconSuccess
{
	background-color: #00a65a;
}
.NotificationFontIconInfo
{
	background-color: #3c8dbc;
}
.NotificationFontIconWarning
{
	background-color: #fb6e52;
}
.NotificationFontIconInfoLight
{
	background-color: #00c0ef;
}
.BreadCrumbIcon
{
	padding-left: 10px;
	padding-right: 10px;
	color: #008000;
	vertical-align: middle;
	font-size:20px !important;
}
.ObjectFitCoverFix
{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size:cover;
}
.ObjectFitCover
{
	object-fit:cover;
}
.CellFSSplitScreen
{
	padding-left: 0px;
	padding-right: 0px;
	width:calc(100% - 15px);
}
.CellTitleViewSplitScreen
{
	padding-bottom: 20px;
	padding-left: 35px;
	padding-right: 0px;
	padding-top: 10px;
	z-index: 1;
}
.CellLeftSplitScreen
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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 - 174px);
}
.TableWizardStepsLine
{
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
}
.CellWizardActions
{
	padding-top: 35px;
}
.AttributeCardsMenuTitleCell
{
	padding-left: 20px;
	padding-right: 20px;
}
.ActionGroupColorFilledActions
{
	padding-left: 4px;
	padding-top: 4px;
}
.CSTitleIcon,.CSTitleIconDanger
{
	font-size: 11px;
	color: #67757c;
	text-indent: 0px;
	display:block !important;
}
.CSTitleIconDanger
{
	color: #f56a67;
}
.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;
	color: #627077;
}
.FontColorIconBookmarkAdded
{
	color: #008000;
}
.FontColorIconBookmarkTitle,.FontColorIconBookmarkTitleAdded
{
	font-size: 19px;
	color: #627077;
}
.FontColorIconBookmarkTitleAdded
{
	color: #008000;
}
.SimpleCardIconPadding
{
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 10px;
}
.FontIconMenu
{
	font-size: 16px;
	color: #627077;
	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;
}
.VerticalTabs
{
	display: flex;
}
.StepNumberUnderlineCell
{
	text-align: center;
}
.WizardStepsUnderlineContainerCell
{
	background-color: #f7f7f7;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	min-height: 70px;
	width:calc(100% - 30px);
	overflow-x:auto;
	overflow-y:hidden;
}
.WizardVerticalStepTitlesCell
{
	border-right-color: #d7dfe3;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 35px;
	padding-left: 35px;
	padding-right: 40px;
	padding-top: 35px;
	min-width: 220px;
	border-top:0;
	border-left:0;
	border-bottom:0;
}
.WizardVerticalStepsPositionCell
{
	padding-bottom: 35px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 35px;
}
.WizardStepsUnderlinePositionCell
{
	padding-bottom: 20px;
	padding-left: 35px;
	padding-right: 35px;
}
.FreeStyleStepsProgressCell
{
	margin-left: 5px;
}
.CellPaddingNews
{
	padding-left: 52px;
	padding-right: 52px;
}
.FooterBlackCell
{
	background-color: #39723f;
	background-image: none;
	padding-left: 15px;
	padding-left: 15px;
	background: linear-gradient(180deg, rgba(43, 100, 57, 0.24) 2.99%, rgba(255, 255, 255, 0) 199.59%);
	border-radius: 50%/100px 100px 0 0;
}
.LandingPurusFooterCell,.LandingPurusFooterCellNoBorder
{
	padding-bottom: 30px;
	text-align: left;
	border-left:0;
	border-top:0;
	border-bottom:0;
}
.LandingPurusFontIconFooter
{
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	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;
	margin-left: 15px;
	padding-top: 4px;
	height: 29px;
	width: 29px;
	font-size: 18px;
	color: #000;
	text-align: center;
}
.SectionSloganHeaderLandingPurus
{
	background-image: url(../HeroSectionImage.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-top: -3px;
	text-align: center;
	height: 825px;
	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);
}
.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(../WorkWithPlusTheme/LandingPurusServices.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}
.CellPaddingBottom80
{
	padding-bottom: 80px;
}
.LandingPurusTestimonialsCell
{
	background-image: url(../BECD.jpg);
	padding-bottom: 75px;
	background-size:cover;
}
.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(../WorkWithPlusTheme/LandindPurusContactBackground.jpg);
	background-repeat: no-repeat;
	margin-top: -100px;
	padding-bottom: 108px;
	padding-top: 148px;
	background-size:cover;
	 margin-top: 4%;
}
.LandingPurusCustomersCell
{
	background-image: url(../WorkWithPlusTheme/LandingPurusCustomersBackground.jpg);
}
.CellPaddingBottom50
{
	padding-bottom: 50px;
}
.HorizontalStickyMenuHeaderCell
{
	background-image: none;
	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;
}
.TermsPanelTable
{
	background-image: url(../TermsAndCondtion.jpeg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-top: -115px;
	text-align: center;
	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);
}
.FooterTextblock,.FooterTextblock1
{
	background-color: #dee7e0;
	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(71,71,71,0.1);
	border-style: solid;
	border-width: 2px;
}
.CellTableCardCategory
{
	margin-top: 14%;
}
.CellTableAboutBECEnShortDescription
{
	margin-top: 14%;
}
.LandingPurusFooterCell2,.LandingPurusFooterCell21
{
	padding-bottom: 30px;
	text-align: left;
	margin-top: 6%;
	margin-left: -35%;
}
.LandingPurusFooterCell3,.ButtonAsLink1,.ButtonAsLinkBold1,.ButtonAsLinkBasecolor1
{
	padding-bottom: 30px;
	text-align: left;
	border-left:0;
	border-top:0;
	border-bottom:0;
	    margin-left: -44%;
	width: 100%;
	margin-top: 7%;
}
.LandingPurusFooterCell4
{
	margin-top: 12px;
	text-align: left;
	text-align: left;
}
.ImageDataContentCell
{
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 15px;
	 padding-top: 0px;
	position: relative;
	min-height: 1px;
	font-size: 22px;
}
.CellHeroSection
{
	padding-bottom: 50px;
	width: 93%;
	margin-left: 4%;
}
.TableContactTextNew
{
	margin-top: 14%;
	text-align: center;
	margin-top: 30%;
}
.BMHeroSectionTCell
{
	width: 100%;
	max-width: 50%;
}
.BMHeroSectionTICell
{
	width: 100%;
	max-width: 50%;
}
.BMCULocationIconCell
{
	width: 100%;
	max-width: 30px;
}
.BMContactUsEFImageCell
{
	width: 100%;
	max-width: 70px;
}
.BMCUPEIconCell
{
	width: 100%;
	max-width: 20px;
}
.VariablesContainer
{
	padding-bottom: 15px;
	padding-top: 15px;
}
.VariablesInnerContainer
{
	padding-top: 15px;
}
.BMHeroSectionBtnContainer
{
	width: 100%;
	max-width: fit-content;
}
.BMSearchProductCell
{
	width: 100%;
	max-width: 70%;
}
.BMSPCategoryCell
{
	width: 100%;
	max-width: 30%;
}
.NewsDetailsSection
{
	width:100% !important;
}
.LandingPurusTwitterIconFooter
{
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	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;
	margin-left: 11px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	height: 29px;
	width: 29px;
	font-size: 18px;
	color: #000;
	text-align: center;
}
.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
{
	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-color: #eee;
	background-image: none;
	border-style: none;
	border-width: 0px;
	font-family: BeVietnam-Regular;
	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] */
.FormSplitScreen
{
	background-color: #fff;
}

/* [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] */
.Attribute,.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,.TextAttribute,.BlobContentTextAttribute,.ReadonlyBlobContentTextAttribute,.BlobInputTextAttribute,.ReadonlyTextAttribute,.TextActionAttribute,.BlobContentTextActionAttribute,.ReadonlyBlobContentTextActionAttribute,.BlobInputTextActionAttribute,.ReadonlyTextActionAttribute,.AttributeCardsMenuTitle,.ReadonlyAttributeCardsMenuTitle,.AttributeSecondary,.ReadonlyAttributeSecondary,.Attribute250,.Attribute1,.BlobContentAttribute1,.ReadonlyBlobContentAttribute1,.BlobInputAttribute1,.ReadonlyAttribute1,.Attribute2,.BlobContentAttribute2,.ReadonlyBlobContentAttribute2,.BlobInputAttribute2,.ReadonlyAttribute2,.Attribute3,.BlobContentAttribute3,.ReadonlyBlobContentAttribute3,.BlobInputAttribute3,.ReadonlyAttribute3,.CategorySearch,.BlobContentCategorySearch,.ReadonlyBlobContentCategorySearch,.BlobInputCategorySearch,.ReadonlyCategorySearch,.Attribute4,.BlobContentAttribute4,.ReadonlyBlobContentAttribute4,.BlobInputAttribute4,.ReadonlyAttribute4,.NewsShortDescriptionEn,.BlobContentNewsShortDescriptionEn,.ReadonlyBlobContentNewsShortDescriptionEn,.BlobInputNewsShortDescriptionEn,.ReadonlyNewsShortDescriptionEn,.ProductRemarkDetiels,.BlobContentProductRemarkDetiels,.ReadonlyBlobContentProductRemarkDetiels,.BlobInputProductRemarkDetiels,.ReadonlyProductRemarkDetiels,.LatestStoryTitle,.BlobContentLatestStoryTitle,.ReadonlyBlobContentLatestStoryTitle,.BlobInputLatestStoryTitle,.ReadonlyLatestStoryTitle,.Attribute5,.BlobContentAttribute5,.ReadonlyBlobContentAttribute5,.BlobInputAttribute5,.ReadonlyAttribute5,.ProductCategoryEnNameNew,.BlobContentProductCategoryEnNameNew,.ReadonlyBlobContentProductCategoryEnNameNew,.BlobInputProductCategoryEnNameNew,.ReadonlyProductCategoryEnNameNew,.AttributeTitleCer,.BlobContentAttributeTitle,.ReadonlyBlobContentAttributeTitle,.BlobInputAttributeTitle,.ReadonlyAttributeTitle,.AttributeTitleCer1,.BlobContentAttributeTitle1,.ReadonlyBlobContentAttributeTitle1,.BlobInputAttributeTitle1,.ReadonlyAttributeTitle1,.AttributeTitleCerCustom,.AttributeTitleCerCustom1,.BlobContentAttributeTitleCerCustom1,.ReadonlyBlobContentAttributeTitleCerCustom1,.BlobInputAttributeTitleCerCustom1,.ReadonlyAttributeTitleCerCustom1,.Attribute6,.BlobContentAttribute6,.ReadonlyBlobContentAttribute6,.BlobInputAttribute6,.ReadonlyAttribute6,.ShowAllProductBtnHv,.BlobContentShowAllProductBtnHv,.ReadonlyBlobContentShowAllProductBtnHv,.BlobInputShowAllProductBtnHv,.ReadonlyShowAllProductBtnHv,.ShowAllProductBtn:hover,.BlobContentShowAllProductBtn:hover,.ReadonlyBlobContentShowAllProductBtn:hover,.BlobInputShowAllProductBtn:hover,.ReadonlyShowAllProductBtn:hover,input.ShowAllProductBtn:focus, textarea.ShowAllProductBtn:focus, select.ShowAllProductBtn:focus, .ShowAllProductBtn>A:focus,input.BlobContentShowAllProductBtn:focus, textarea.BlobContentShowAllProductBtn:focus, select.BlobContentShowAllProductBtn:focus, .BlobContentShowAllProductBtn>A:focus,input.ReadonlyBlobContentShowAllProductBtn:focus, textarea.ReadonlyBlobContentShowAllProductBtn:focus, select.ReadonlyBlobContentShowAllProductBtn:focus, .ReadonlyBlobContentShowAllProductBtn>A:focus,input.BlobInputShowAllProductBtn:focus, textarea.BlobInputShowAllProductBtn:focus, select.BlobInputShowAllProductBtn:focus, .BlobInputShowAllProductBtn>A:focus,input.ReadonlyShowAllProductBtn:focus, textarea.ReadonlyShowAllProductBtn:focus, select.ReadonlyShowAllProductBtn:focus, .ReadonlyShowAllProductBtn>A:focus,.ShowAllProductBtn>A:active,.BlobContentShowAllProductBtn>A:active,.ReadonlyBlobContentShowAllProductBtn>A:active,.BlobInputShowAllProductBtn>A:active,.ReadonlyShowAllProductBtn>A:active,.ShowAllProductBtn,.BlobContentShowAllProductBtn,.ReadonlyBlobContentShowAllProductBtn,.BlobInputShowAllProductBtn,.ReadonlyShowAllProductBtn,.ContactInfoEmail,.BlobContentContactInfoEmail,.ReadonlyBlobContentContactInfoEmail,.BlobInputContactInfoEmail,.ReadonlyContactInfoEmail,.AdminText,.BlobContentAdminText,.ReadonlyBlobContentAdminText,.BlobInputAdminText,.ReadonlyAdminText,.WhatDoWeOfferDescriptionWhatDoWeOfferDescription,.BlobContentWhatDoWeOfferDescriptionWhatDoWeOfferDescription,.ReadonlyBlobContentWhatDoWeOfferDescriptionWhatDoWeOfferDescription,.BlobInputWhatDoWeOfferDescriptionWhatDoWeOfferDescription,.ReadonlyWhatDoWeOfferDescriptionWhatDoWeOfferDescription,.AboutBECImage,.BlobContentAboutBECImage,.ReadonlyBlobContentAboutBECImage,.BlobInputAboutBECImage,.ReadonlyAboutBECImage,.PartnersLogo,.BlobContentPartnersLogo,.ReadonlyBlobContentPartnersLogo,.BlobInputPartnersLogo,.ReadonlyPartnersLogo,.DownloadableContentTitle,.BlobContentDownloadableContentTitle,.ReadonlyBlobContentDownloadableContentTitle,.BlobInputDownloadableContentTitle,.ReadonlyDownloadableContentTitle,.ProductCardImageHomeNew,.BlobContentProductCardImageHomeNew,.ReadonlyBlobContentProductCardImageHomeNew,.BlobInputProductCardImageHomeNew,.ReadonlyProductCardImageHomeNew,.TitelProductNewDetiels,.BlobContentTitelProductNewDetiels,.ReadonlyBlobContentTitelProductNewDetiels,.BlobInputTitelProductNewDetiels,.ReadonlyTitelProductNewDetiels,.ProductCardImageHomeNewDetiels,.BlobContentProductCardImageHomeNewDetiels,.ReadonlyBlobContentProductCardImageHomeNewDetiels,.BlobInputProductCardImageHomeNewDetiels,.ReadonlyProductCardImageHomeNewDetiels,.ItemCard,.BlobContentItemCard,.ReadonlyBlobContentItemCard,.BlobInputItemCard,.ReadonlyItemCard,.ProductTitleDetiels1,.BlobContentProductTitleDetiels1,.ReadonlyBlobContentProductTitleDetiels1,.BlobInputProductTitleDetiels1,.ReadonlyProductTitleDetiels1,.ProductCategoryDetiels,.BlobContentProductCategoryDetiels,.ReadonlyBlobContentProductCategoryDetiels,.BlobInputProductCategoryDetiels,.ReadonlyProductCategoryDetiels,.BrandNameDetiels,.BlobContentBrandNameDetiels,.ReadonlyBlobContentBrandNameDetiels,.BlobInputBrandNameDetiels,.ReadonlyBrandNameDetiels,.ProductNameDetiels,.BlobContentProductNameDetiels,.ReadonlyBlobContentProductNameDetiels,.BlobInputProductNameDetiels,.ReadonlyProductNameDetiels,.HowWeAreImage,.ContactInfoFirstPhone,.TitelProduct,.AboutBECEnShortDescription,.BlobContentAboutBECEnShortDescription,.ReadonlyBlobContentAboutBECEnShortDescription,.BlobInputAboutBECEnShortDescription,.ReadonlyAboutBECEnShortDescription,.TableAboutBEC1,.AttributeFL,.BlobInputAttributeFL,.BlobContentAttributeFL,.ReadonlyBlobContentAttributeFL,.ReadonlyAttributeFL,.ErrorAttributeFL,.BlobContentAttribute,.ReadonlyBlobContentAttribute,.AttributeTitleSplitScreen,.ReadonlyAttributeTitleSplitScreen,.AttributeSubtitleSplitScreen,.ReadonlyAttributeSubtitleSplitScreen,.AttributeSearchSplitScreen,.ReadonlyAttributeSearchSplitScreen,.AttributeSearch,.ReadonlyAttributeSearch,.AttributeLogin,.AttributeLoginImageLeft,.AttributeRealWidthTotalizer,.AttributeAcceptDrag,.AttributeTotalizer,.ReadonlyAttributeTotalizer,.ReadonlyAttributeRealWidthTotalizer,.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,.BlobContentActionBaseColorAttribute,.ReadonlyBlobContentActionBaseColorAttribute,.ReadonlyActionBaseColorAttribute,.BlobInputActionBaseColorAttribute,.ReadonlyImageAttribute,.VideoAttribute,.ReadonlyVideoAttribute,.AudioAttribute,.ReadonlyAudioAttribute,.ErrorAttribute,.ErrorAttributeDate,.WarningAttribute,.AssociationListAttribute,.BlobContentAssociationListAttribute,.ReadonlyBlobContentAssociationListAttribute,.BlobInputAssociationListAttribute,.ReadonlyAssociationListAttribute,.ReadonlyAttribute,.ReadonlyMedio,.BlobContentReadonlyMedio,.ReadonlyBlobContentReadonlyMedio,.BlobInputReadonlyMedio,.ReadonlyReadonlyMedio,.ReadonlyAttributeRealWidth,.ReadonlyAttributeNoWrap,.ReadonlyAttributeRealWidthDateTime,.GridTitle,.ReadonlyGridTitle,.AttributeTitleWWP,.BlobContentAttributeTitleWWP,.ReadonlyBlobContentAttributeTitleWWP,.BlobInputAttributeTitleWWP,.ReadonlyAttributeTitleWWP,.AttributeWhite,.BlobContentAttributeWhite,.ReadonlyBlobContentAttributeWhite,.BlobInputAttributeWhite,.ReadonlyAttributeWhite,.AttributeCharLong,.BlobContentAttributeCharLong,.ReadonlyBlobContentAttributeCharLong,.BlobInputAttributeCharLong,.ReadonlyAttributeCharLong,.AttributeManageFilters,.AttributeImageFixWidth,.BlobContentAttributeImageFixWidth,.ReadonlyBlobContentAttributeImageFixWidth,.BlobInputAttributeImageFixWidth,.ReadonlyAttributeImageFixWidth,.AttributeImage30,.ReadonlyAttributeImage30,.AttributeDate,.BlobContentAttributeDate,.ReadonlyBlobContentAttributeDate,.BlobInputAttributeDate,.ReadonlyAttributeDate,.AttributeRealWidthDate,.ReadonlyAttributeRealWidthDate,.AttributeInactive,.BlobContentAttributeInactive,.ReadonlyBlobContentAttributeInactive,.BlobInputAttributeInactive,.ReadonlyAttributeInactive,.AttributeRealWidth,.BlobContentAttributeRealWidth,.ReadonlyBlobContentAttributeRealWidth,.BlobInputAttributeRealWidth,.AttributeTag,.AttributeTagSuccess,.AttributeTagWarning,.AttributeTagDanger,.AttributeTagInfoLight,.AttributeTagInfo,.SearchResultsListTitleAttribute,.ReadonlySearchResultsListTitleAttribute,.SearchResultsListDescriptionAttribute,.ReadonlySearchResultsListDescriptionAttribute,.CardImageAttribute,.ReadonlyCardImageAttribute,.CardImageAttributeWhiteWithShadow,.ReadonlyCardImageAttributeWhiteWithShadow,.CardImageAttributeWhiteSubtitleWithShadow,.ReadonlyCardImageAttributeWhiteSubtitleWithShadow,.AttributeBannerModules,.ReadonlyAttributeBannerModules,.ImageHomeModulesBack,.CardImageAttributeDescription,.BlobContentCardImageAttributeDescription,.ReadonlyBlobContentCardImageAttributeDescription,.BlobInputCardImageAttributeDescription,.ReadonlyCardImageAttributeDescription,.SimpleCardAttributeTitle,.ReadonlySimpleCardAttributeTitle,.SimpleCardAttributeSubtitle,.ReadonlySimpleCardAttributeSubtitle,.CardSmallImageAttribute,.ReadonlyCardSmallImageAttribute,.CardSmallImageAttributeDescription,.ReadonlyCardSmallImageAttributeDescription,.CardWithImageAttributeDescription,.BlobContentCardWithImageAttributeDescription,.ReadonlyBlobContentCardWithImageAttributeDescription,.BlobInputCardWithImageAttributeDescription,.ReadonlyCardWithImageAttributeDescription,.ChatAttributeName,.BlobContentChatAttributeName,.ReadonlyBlobContentChatAttributeName,.BlobInputChatAttributeName,.ReadonlyChatAttributeName,.ChatAttributeDate,.BlobContentChatAttributeDate,.ReadonlyBlobContentChatAttributeDate,.BlobInputChatAttributeDate,.ReadonlyChatAttributeDate,.ChatAttributeImage,.BlobContentChatAttributeImage,.ReadonlyBlobContentChatAttributeImage,.BlobInputChatAttributeImage,.ReadonlyChatAttributeImage,.ChatAttributeMessage,.BlobContentChatAttributeMessage,.ReadonlyBlobContentChatAttributeMessage,.BlobInputChatAttributeMessage,.ReadonlyChatAttributeMessage,.AttributeRegister,.ProgressAdminCardDescription,.ProgressAdminCardNumber,.ReadonlyProgressAdminCardNumber,.ReadonlyProgressAdminCardDescription,.ProgressBarAdminV2Description,.ProgressBarAdminV2Number,.ReadonlyProgressBarAdminV2Number,.ProgressBarAdminV2NumberTotal,.ReadonlyProgressBarAdminV2NumberTotal,.ProgressBarAdminV2Title,.DashboardNumber,.ReadonlyDashboardNumber,.DashboardInfo,.ReadonlyDashboardInfo,.DashboardDanger,.ReadonlyDashboardDanger,.DashboardSuccess,.ReadonlyDashboardSuccess,.DashboardWarning,.ReadonlyDashboardWarning,.DashboardNumberCard,.ReadonlyDashboardNumberCard,.DashboardNumberCardNoBorder,.ReadonlyDashboardNumberCardNoBorder,.DashboardNumberAdmin,.ReadonlyDashboardNumberAdmin,.DashboardBaseColor,.ReadonlyDashboardBaseColor,.DashboardInfoLight,.ReadonlyDashboardInfoLight,.DashboardPercentageSuccess,.ReadonlyDashboardPercentageSuccess,.DashboardPercentageDanger,.ReadonlyDashboardPercentageDanger,.CardLongDescription,.ReadonlyCardLongDescription,.AttributeHomeModulesTitle,.ReadonlyAttributeHomeModulesTitle,.AttributeHomeModulesBigTitle,.ReadonlyAttributeHomeModulesBigTitle,.AttributeHomeModulesBigDescription,.ReadonlyAttributeHomeModulesBigDescription,.ProductCardSmallImageAttribute,.ReadonlyProductCardSmallImageAttribute,.AttributeStepUnderline,.ReadonlyAttributeStepUnderline,.AttributeStepVertical,.ReadonlyAttributeStepVertical,.CertifcateImage,.AttributeLandingPurusFooter,.ReadonlyAttributeLandingPurusFooter,.AttributeLandingPurusFooterSuboption,.ReadonlyAttributeLandingPurusFooterSuboption,.AttributeLandingPurusMainNumbers,.ReadonlyAttributeLandingPurusMainNumbers,.AttributeLandingPurusStudioImage,.ReadonlyAttributeLandingPurusStudioImage,.AttributeLandingPurusSubtitle,.ReadonlyAttributeLandingPurusSubtitle,.AttributeLandingPurusMainNumbersSubtitle,.ReadonlyAttributeLandingPurusMainNumbersSubtitle,.AttributeLandingPurusSimpleTitle,.ReadonlyAttributeLandingPurusSimpleTitle,.AttributeLandingPurusTestimonialDescription,.ReadonlyAttributeLandingPurusTestimonialDescription,.AttributeLandingPurusTestimonialTitle,.ReadonlyAttributeLandingPurusTestimonialTitle,.AttributeLandingPurusTestimonialSubtitle,.ReadonlyAttributeLandingPurusTestimonialSubtitle,.AttributeLandingPurusContact,.ReadonlyAttributeLandingPurusContact,.AttributeLandingPurusCustomersImage,.ReadonlyAttributeLandingPurusCustomersImage,.QuestionClass,.BlobContentQuestionClass,.ReadonlyBlobContentQuestionClass,.BlobInputQuestionClass,.ReadonlyQuestionClass,.ProductTitleCard,.BlobContentProductTitleCard,.ReadonlyBlobContentProductTitleCard,.BlobInputProductTitleCard,.ReadonlyProductTitleCard,.NewsCardImage,.BlobContentNewsCardImage,.ReadonlyBlobContentNewsCardImage,.BlobInputNewsCardImage,.ReadonlyNewsCardImage,.NewsTitleCard,.BlobContentNewsTitleCard,.ReadonlyBlobContentNewsTitleCard,.BlobInputNewsTitleCard,.ReadonlyNewsTitleCard,.Certificates,.BlobContentCertificates,.ReadonlyBlobContentCertificates,.BlobInputCertificates,.ReadonlyCertificates,.CertificateTitle,.BlobContentCertificateTitle,.ReadonlyBlobContentCertificateTitle,.BlobInputCertificateTitle,.ReadonlyCertificateTitle,.ProductSearch,.BlobContentProductSearch,.ReadonlyBlobContentProductSearch,.BlobInputProductSearch,.ReadonlyProductSearch,.ProductCardImageHome,.BlobContentProductCardImageHome,.ReadonlyBlobContentProductCardImageHome,.BlobInputProductCardImageHome,.ReadonlyProductCardImageHome,.NewsShortDesDetails,.BlobContentNewsShortDesDetails,.ReadonlyBlobContentNewsShortDesDetails,.BlobInputNewsShortDesDetails,.ReadonlyNewsShortDesDetails,.NewsTitleDetails,.BlobContentNewsTitleDetails,.ReadonlyBlobContentNewsTitleDetails,.BlobInputNewsTitleDetails,.ReadonlyNewsTitleDetails,.NewsLongDesDetails,.BlobContentNewsLongDesDetails,.ReadonlyBlobContentNewsLongDesDetails,.BlobInputNewsLongDesDetails,.ReadonlyNewsLongDesDetails,.HTMDescription,.BlobContentHTMDescription,.ReadonlyBlobContentHTMDescription,.BlobInputHTMDescription,.ReadonlyHTMDescription,.AboutUsDescription,.BlobContentAboutUsDescription,.ReadonlyBlobContentAboutUsDescription,.BlobInputAboutUsDescription,.ReadonlyAboutUsDescription,.ProductItemCodeDeteils,.BlobContentProductItemCodeDeteils,.ReadonlyBlobContentProductItemCodeDeteils,.BlobInputProductItemCodeDeteils,.ReadonlyProductItemCodeDeteils,.ProductTitleDetiels,.BlobContentProductTitleDetiels,.ReadonlyBlobContentProductTitleDetiels,.BlobInputProductTitleDetiels,.ReadonlyProductTitleDetiels,.CardImageAttributeWhiteSubtitleWithShadowDeteils,.BlobContentCardImageAttributeWhiteSubtitleWithShadowDeteils,.ReadonlyBlobContentCardImageAttributeWhiteSubtitleWithShadowDeteils,.BlobInputCardImageAttributeWhiteSubtitleWithShadowDeteils,.ReadonlyCardImageAttributeWhiteSubtitleWithShadowDeteils,.CardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.BlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.ReadonlyBlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.BlobInputCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.ReadonlyCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.CardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.BlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.ReadonlyBlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.BlobInputCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.ReadonlyCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.ProductCardImageHomeDetails,.BlobContentProductCardImageHomeDetails,.ReadonlyBlobContentProductCardImageHomeDetails,.BlobInputProductCardImageHomeDetails,.ReadonlyProductCardImageHomeDetails,.HeroSectionTitle,.BlobContentHeroSectionTitle,.ReadonlyBlobContentHeroSectionTitle,.BlobInputHeroSectionTitle,.ReadonlyHeroSectionTitle,.HeroSectionDescription,.BlobContentHeroSectionDescription,.ReadonlyBlobContentHeroSectionDescription,.BlobInputHeroSectionDescription,.ReadonlyHeroSectionDescription,.InviteMessageText,.BlobContentInviteMessageText,.ReadonlyBlobContentInviteMessageText,.BlobInputInviteMessageText,.ReadonlyInviteMessageText,.CategoriesCombo,.BlobContentCategoriesCombo,.ReadonlyBlobContentCategoriesCombo,.BlobInputCategoriesCombo,.ReadonlyCategoriesCombo,.CategoryLongDescription,.BlobContentCategoryLongDescription,.ReadonlyBlobContentCategoryLongDescription,.BlobInputCategoryLongDescription,.ReadonlyCategoryLongDescription,.Weoffermanymedicalequipmentsandsupplies,.BlobContentWeoffermanymedicalequipmentsandsupplies,.ReadonlyBlobContentWeoffermanymedicalequipmentsandsupplies,.BlobInputWeoffermanymedicalequipmentsandsupplies,.ReadonlyWeoffermanymedicalequipmentsandsupplies,.WeareprovidingthebestmedicalequipmentinSaudiArabia,.BlobContentWeareprovidingthebestmedicalequipmentinSaudiArabia,.ReadonlyBlobContentWeareprovidingthebestmedicalequipmentinSaudiArabia,.BlobInputWeareprovidingthebestmedicalequipmentinSaudiArabia,.ReadonlyWeareprovidingthebestmedicalequipmentinSaudiArabia,.SaudiVisionImage,.BlobContentSaudiVisionImage,.ReadonlyBlobContentSaudiVisionImage,.BlobInputSaudiVisionImage,.ReadonlySaudiVisionImage,.SaudiVisionTitel,.BlobContentSaudiVisionTitel,.ReadonlyBlobContentSaudiVisionTitel,.BlobInputSaudiVisionTitel,.ReadonlySaudiVisionTitel,.SaudiVisionDescription,.BlobContentSaudiVisionDescription,.ReadonlyBlobContentSaudiVisionDescription,.BlobInputSaudiVisionDescription,.ReadonlySaudiVisionDescription,.HeroSectionImageNew,.BlobContentHeroSectionImageNew,.ReadonlyBlobContentHeroSectionImageNew,.BlobInputHeroSectionImageNew,.ReadonlyHeroSectionImageNew,.TitelProductNew,.BlobContentTitelProductNew,.ReadonlyBlobContentTitelProductNew,.BlobInputTitelProductNew,.ReadonlyTitelProductNew,.ContactInfoThirdPhone,.BlobContentContactInfoThirdPhone,.ReadonlyBlobContentContactInfoThirdPhone,.BlobInputContactInfoThirdPhone,.ReadonlyContactInfoThirdPhone,.ContactInfoSucandPhone,.BlobContentContactInfoSucandPhone,.ReadonlyBlobContentContactInfoSucandPhone,.BlobInputContactInfoSucandPhone,.ReadonlyContactInfoSucandPhone,.AttributeLandingPurusFooterText,.BlobContentAttributeLandingPurusFooterText,.ReadonlyBlobContentAttributeLandingPurusFooterText,.BlobInputAttributeLandingPurusFooterText,.ReadonlyAttributeLandingPurusFooterText,.ContactInfoFirstPhoneNew,.BlobContentContactInfoFirstPhone,.ReadonlyBlobContentContactInfoFirstPhone,.BlobInputContactInfoFirstPhone,.ReadonlyContactInfoFirstPhone,.AttributeLandingPurusSloganSubtitleAbout,.BlobContentAttributeLandingPurusSloganSubtitleAbout,.ReadonlyBlobContentAttributeLandingPurusSloganSubtitleAbout,.BlobInputAttributeLandingPurusSloganSubtitleAbout,.ReadonlyAttributeLandingPurusSloganSubtitleAbout,.HowWeAreTitle,.BlobInputHowWeAreTitle,.BlobContentHowWeAreTitle,.ReadonlyBlobContentHowWeAreTitle,.ReadonlyHowWeAreTitle,.HowWeAreLongDescription,.BlobInputHowWeAreLongDescription,.BlobContentHowWeAreLongDescription,.ReadonlyBlobContentHowWeAreLongDescription,.ReadonlyHowWeAreLongDescription,.HowWeAreImageNew,.BlobContentHowWeAreImageNew,.ReadonlyBlobContentHowWeAreImageNew,.BlobInputHowWeAreImageNew,.ReadonlyHowWeAreImageNew,.WhatDoWeOfferTitle,.BlobContentTableWhatDoWeOfferTitle,.ReadonlyBlobContentTableWhatDoWeOfferTitle,.BlobInputTableWhatDoWeOfferTitle,.ReadonlyWhatDoWeOfferTitle,.WhatDoWeOfferImage,.BlobContentTableWhatDoWeOfferImage,.ReadonlyBlobContentTableWhatDoWeOfferImage,.BlobInputTableWhatDoWeOfferImage,.ReadonlyWhatDoWeOfferImage,.LandingPurusSloganSubtitleAboutNew,.BlobContentLandingPurusSloganSubtitleAboutNew,.ReadonlyBlobContentLandingPurusSloganSubtitleAboutNew,.BlobInputLandingPurusSloganSubtitleAboutNew,.ReadonlyLandingPurusSloganSubtitleAboutNew,.BrandImage,.BlobContentBrandImage,.ReadonlyBlobContentBrandImage,.BlobInputBrandImage,.ReadonlyBrandImage,.CatalogsTitleEn,.BlobContentCatalogsTitleEn,.ReadonlyBlobContentCatalogsTitleEn,.BlobInputCatalogsTitleEn,.ReadonlyCatalogsTitleEn,.CatalogsDescriptionEn,.BlobContentCatalogsDescriptionEn,.ReadonlyBlobContentCatalogsDescriptionEn,.BlobInputCatalogsDescriptionEn,.ReadonlyCatalogsDescriptionEn,.NewsImage,.BlobContentNewsImage,.ReadonlyBlobContentNewsImage,.BlobInputNewsImage,.ReadonlyNewsImage,.NewsEnTitle,.BlobContentNewsEnTitle,.ReadonlyBlobContentNewsEnTitle,.BlobInputNewsEnTitle,.ReadonlyNewsEnTitle,.NewsEnShortDescription,.BlobContentNewsEnShortDescription,.ReadonlyBlobContentNewsEnShortDescription,.BlobInputNewsEnShortDescription,.ReadonlyNewsEnShortDescription,.NewsEnLongDescription,.BlobContentNewsEnLongDescription,.ReadonlyBlobContentNewsEnLongDescription,.BlobInputNewsEnLongDescription,.ReadonlyNewsEnLongDescription,.NewsEnTitle1,.BlobContentNewsEnTitle1,.ReadonlyBlobContentNewsEnTitle1,.BlobInputNewsEnTitle1,.ReadonlyNewsEnTitle1,.NewsImage1,.BlobContentNewsImage1,.ReadonlyBlobContentNewsImage1,.BlobInputNewsImage1,.ReadonlyNewsImage1,.NewsEnTitle2,.BlobContentNewsEnTitle2,.ReadonlyBlobContentNewsEnTitle2,.BlobInputNewsEnTitle2,.ReadonlyNewsEnTitle2,.NewsEnTitle3,.BlobContentNewsEnTitle3,.ReadonlyBlobContentNewsEnTitle3,.BlobInputNewsEnTitle3,.ReadonlyNewsEnTitle3,.NewsEnShortDescription1,.BlobContentNewsEnShortDescription1,.ReadonlyBlobContentNewsEnShortDescription1,.BlobInputNewsEnShortDescription1,.ReadonlyNewsEnShortDescription1,.NewsEnLongDescription1,.BlobContentNewsEnLongDescription1,.ReadonlyBlobContentNewsEnLongDescription1,.BlobInputNewsEnLongDescription1,.ReadonlyNewsEnLongDescription1,.NewsEnTitle4,.BlobContentNewsEnTitle4,.ReadonlyBlobContentNewsEnTitle4,.BlobInputNewsEnTitle4,.ReadonlyNewsEnTitle4,.NewsEnTitle5,.BlobContentNewsEnTitle5,.ReadonlyBlobContentNewsEnTitle5,.BlobInputNewsEnTitle5,.ReadonlyNewsEnTitle5,.NewsImage2,.BlobContentNewsImage2,.ReadonlyBlobContentNewsImage2,.BlobInputNewsImage2,.ReadonlyNewsImage2,.NewsImage3,.BlobContentNewsImage3,.ReadonlyBlobContentNewsImage3,.BlobInputNewsImage3,.ReadonlyNewsImage3,.NewsImage4,.BlobContentNewsImage4,.ReadonlyBlobContentNewsImage4,.BlobInputNewsImage4,.ReadonlyNewsImage4,.ImageDownloded,.BlobContentImageDownloded,.ReadonlyBlobContentImageDownloded,.BlobInputImageDownloded,.ReadonlyImageDownloded,.ContactUsInformation,.BlobContentContactUsInformation,.ReadonlyBlobContentContactUsInformation,.BlobInputContactUsInformation,.ReadonlyContactUsInformation,.ContactUsTitle,.BlobContentContactUsTitle,.ReadonlyBlobContentContactUsTitle,.BlobInputContactUsTitle,.ReadonlyContactUsTitle,.ContactUsShortDescription,.BlobContentContactUsShortDescription,.ReadonlyBlobContentContactUsShortDescription,.BlobInputContactUsShortDescription,.ReadonlyContactUsShortDescription,.ContactUsInformation1,.BlobContentContactUsInformation1,.ReadonlyBlobContentContactUsInformation1,.BlobInputContactUsInformation1,.ReadonlyContactUsInformation1,.ContactUsInformation11,.BlobContentContactUsInformation11,.ReadonlyBlobContentContactUsInformation11,.BlobInputContactUsInformation11,.ReadonlyContactUsInformation11,input.ContactUsInformation:focus, textarea.ContactUsInformation:focus, select.ContactUsInformation:focus, .ContactUsInformation>A:focus,input.BlobContentContactUsInformation:focus, textarea.BlobContentContactUsInformation:focus, select.BlobContentContactUsInformation:focus, .BlobContentContactUsInformation>A:focus,input.ReadonlyBlobContentContactUsInformation:focus, textarea.ReadonlyBlobContentContactUsInformation:focus, select.ReadonlyBlobContentContactUsInformation:focus, .ReadonlyBlobContentContactUsInformation>A:focus,input.BlobInputContactUsInformation:focus, textarea.BlobInputContactUsInformation:focus, select.BlobInputContactUsInformation:focus, .BlobInputContactUsInformation>A:focus,input.ReadonlyContactUsInformation:focus, textarea.ReadonlyContactUsInformation:focus, select.ReadonlyContactUsInformation:focus, .ReadonlyContactUsInformation>A:focus,input.ContactUsInformation1:focus, textarea.ContactUsInformation1:focus, select.ContactUsInformation1:focus, .ContactUsInformation1>A:focus,input.BlobContentContactUsInformation1:focus, textarea.BlobContentContactUsInformation1:focus, select.BlobContentContactUsInformation1:focus, .BlobContentContactUsInformation1>A:focus,input.ReadonlyBlobContentContactUsInformation1:focus, textarea.ReadonlyBlobContentContactUsInformation1:focus, select.ReadonlyBlobContentContactUsInformation1:focus, .ReadonlyBlobContentContactUsInformation1>A:focus,input.BlobInputContactUsInformation1:focus, textarea.BlobInputContactUsInformation1:focus, select.BlobInputContactUsInformation1:focus, .BlobInputContactUsInformation1>A:focus,input.ReadonlyContactUsInformation1:focus, textarea.ReadonlyContactUsInformation1:focus, select.ReadonlyContactUsInformation1:focus, .ReadonlyContactUsInformation1>A:focus,input.ContactUsInformation11:focus, textarea.ContactUsInformation11:focus, select.ContactUsInformation11:focus, .ContactUsInformation11>A:focus,input.BlobContentContactUsInformation11:focus, textarea.BlobContentContactUsInformation11:focus, select.BlobContentContactUsInformation11:focus, .BlobContentContactUsInformation11>A:focus,input.ReadonlyBlobContentContactUsInformation11:focus, textarea.ReadonlyBlobContentContactUsInformation11:focus, select.ReadonlyBlobContentContactUsInformation11:focus, .ReadonlyBlobContentContactUsInformation11>A:focus,input.BlobInputContactUsInformation11:focus, textarea.BlobInputContactUsInformation11:focus, select.BlobInputContactUsInformation11:focus, .BlobInputContactUsInformation11>A:focus,input.ReadonlyContactUsInformation11:focus, textarea.ReadonlyContactUsInformation11:focus, select.ReadonlyContactUsInformation11:focus, .ReadonlyContactUsInformation11>A:focus,input.ContactUsInformation2:focus, textarea.ContactUsInformation2:focus, select.ContactUsInformation2:focus, .ContactUsInformation2>A:focus,input.BlobContentContactUsInformation2:focus, textarea.BlobContentContactUsInformation2:focus, select.BlobContentContactUsInformation2:focus, .BlobContentContactUsInformation2>A:focus,input.ReadonlyBlobContentContactUsInformation2:focus, textarea.ReadonlyBlobContentContactUsInformation2:focus, select.ReadonlyBlobContentContactUsInformation2:focus, .ReadonlyBlobContentContactUsInformation2>A:focus,input.BlobInputContactUsInformation2:focus, textarea.BlobInputContactUsInformation2:focus, select.BlobInputContactUsInformation2:focus, .BlobInputContactUsInformation2>A:focus,input.ReadonlyContactUsInformation2:focus, textarea.ReadonlyContactUsInformation2:focus, select.ReadonlyContactUsInformation2:focus, .ReadonlyContactUsInformation2>A:focus,input.ContactUsInformation3:focus, textarea.ContactUsInformation3:focus, select.ContactUsInformation3:focus, .ContactUsInformation3>A:focus,input.BlobContentContactUsInformation3:focus, textarea.BlobContentContactUsInformation3:focus, select.BlobContentContactUsInformation3:focus, .BlobContentContactUsInformation3>A:focus,input.ReadonlyBlobContentContactUsInformation3:focus, textarea.ReadonlyBlobContentContactUsInformation3:focus, select.ReadonlyBlobContentContactUsInformation3:focus, .ReadonlyBlobContentContactUsInformation3>A:focus,input.BlobInputContactUsInformation3:focus, textarea.BlobInputContactUsInformation3:focus, select.BlobInputContactUsInformation3:focus, .BlobInputContactUsInformation3>A:focus,input.ReadonlyContactUsInformation3:focus, textarea.ReadonlyContactUsInformation3:focus, select.ReadonlyContactUsInformation3:focus, .ReadonlyContactUsInformation3>A:focus,.ContactUsInformation2,.BlobContentContactUsInformation2,.ReadonlyBlobContentContactUsInformation2,.BlobInputContactUsInformation2,.ReadonlyContactUsInformation2,.ContactUsInformation3,.BlobContentContactUsInformation3,.ReadonlyBlobContentContactUsInformation3,.BlobInputContactUsInformation3,.ReadonlyContactUsInformation3,.BranchesCountryName,.BlobContentBranchesCountryName,.ReadonlyBlobContentBranchesCountryName,.BlobInputBranchesCountryName,.ReadonlyBranchesCountryName,.BranchesCountryLocation,.BlobContentBranchesCountryLocation,.ReadonlyBlobContentBranchesCountryLocation,.BlobInputBranchesCountryLocation,.ReadonlyBranchesCountryLocation,.BranchesCompanyPhone,.BlobContentBranchesCompanyPhone,.ReadonlyBlobContentBranchesCompanyPhone,.BlobInputBranchesCompanyPhone,.ReadonlyBranchesCompanyPhone,.BranchesCompanyEmail,.BlobContentBranchesCompanyEmail,.ReadonlyBlobContentBranchesCompanyEmail,.BlobInputBranchesCompanyEmail,.ReadonlyBranchesCompanyEmail,.ReadonlyLandingPurusFooterText4,.BlobContentReadonlyLandingPurusFooterText4,.ReadonlyBlobContentReadonlyLandingPurusFooterText4,.BlobInputReadonlyLandingPurusFooterText4,.ReadonlyReadonlyLandingPurusFooterText4,.ReadonlyLandingPurusFooterText7,.BlobContentReadonlyLandingPurusFooterText7,.ReadonlyBlobContentReadonlyLandingPurusFooterText7,.BlobInputReadonlyLandingPurusFooterText7,.ReadonlyReadonlyLandingPurusFooterText7,.ContactInfoFaix,.BlobContentContactInfoFaix,.ReadonlyBlobContentContactInfoFaix,.BlobInputContactInfoFaix,.ReadonlyContactInfoFaix,.DownloadableCertificate,.BlobContentDownloadableCertificate,.ReadonlyBlobContentDownloadableCertificate,.BlobInputDownloadableCertificate,.DownloadableCertiTitl,.BlobContentDownloadableCertiTitl,.ReadonlyBlobContentDownloadableCertiTitl,.BlobInputDownloadableCertiTitl,.ReadonlyDownloadableCertiTitl,.ReadonlyDownloadableCertificate,.CategoriesComboNew,.BlobContentCategoriesComboNew,.ReadonlyBlobContentCategoriesComboNew,.BlobInputCategoriesComboNew,.ReadonlyCategoriesComboNew,.BMHeroSectionAtt,.BlobContentBMHeroSectionAtt,.ReadonlyBlobContentBMHeroSectionAtt,.BlobInputBMHeroSectionAtt,.ReadonlyBMHeroSectionAtt,.BMHeroSectionDescAtt,.BlobContentBMHeroSectionDescAtt,.ReadonlyBlobContentBMHeroSectionDescAtt,.BlobInputBMHeroSectionDescAtt,.ReadonlyBMHeroSectionDescAtt,.BMHeroSectionImgAtt,.BlobContentBMHeroSectionImgAtt,.ReadonlyBlobContentBMHeroSectionImgAtt,.BlobInputBMHeroSectionImgAtt,.ReadonlyBMHeroSectionImgAtt,.BMHeroSectionBtn,.BlobContentBMHeroSectionBtn,.ReadonlyBlobContentBMHeroSectionBtn,.BlobInputBMHeroSectionBtn,.ReadonlyBMHeroSectionBtn,.BMHeroSectionBtnHover,.BlobContentBMHeroSectionBtnHover,.ReadonlyBlobContentBMHeroSectionBtnHover,.BlobInputBMHeroSectionBtnHover,.ReadonlyBMHeroSectionBtnHover,.BMHeroSectionBtn:hover,.BlobContentBMHeroSectionBtn:hover,.ReadonlyBlobContentBMHeroSectionBtn:hover,.BlobInputBMHeroSectionBtn:hover,.ReadonlyBMHeroSectionBtn:hover,input.BMHeroSectionBtn:focus, textarea.BMHeroSectionBtn:focus, select.BMHeroSectionBtn:focus, .BMHeroSectionBtn>A:focus,input.BlobContentBMHeroSectionBtn:focus, textarea.BlobContentBMHeroSectionBtn:focus, select.BlobContentBMHeroSectionBtn:focus, .BlobContentBMHeroSectionBtn>A:focus,input.ReadonlyBlobContentBMHeroSectionBtn:focus, textarea.ReadonlyBlobContentBMHeroSectionBtn:focus, select.ReadonlyBlobContentBMHeroSectionBtn:focus, .ReadonlyBlobContentBMHeroSectionBtn>A:focus,input.BlobInputBMHeroSectionBtn:focus, textarea.BlobInputBMHeroSectionBtn:focus, select.BlobInputBMHeroSectionBtn:focus, .BlobInputBMHeroSectionBtn>A:focus,input.ReadonlyBMHeroSectionBtn:focus, textarea.ReadonlyBMHeroSectionBtn:focus, select.ReadonlyBMHeroSectionBtn:focus, .ReadonlyBMHeroSectionBtn>A:focus,.BMHeroSectionBtn>A:active,.BlobContentBMHeroSectionBtn>A:active,.ReadonlyBlobContentBMHeroSectionBtn>A:active,.BlobInputBMHeroSectionBtn>A:active,.ReadonlyBMHeroSectionBtn>A:active,.BMProductCategoryTitle,.BlobContentBMProductCategoryTitle,.ReadonlyBlobContentBMProductCategoryTitle,.BlobInputBMProductCategoryTitle,.ReadonlyBMProductCategoryTitle,.BMProductCategoryImg,.BlobContentBMProductCategoryImg,.ReadonlyBlobContentBMProductCategoryImg,.BlobInputBMProductCategoryImg,.ReadonlyBMProductCategoryImg,.BMAboutSectionDesc,.BMAboutSectionDescImg,.BlobContentBMAboutSectionDescImg,.ReadonlyBlobContentBMAboutSectionDescImg,.BlobInputBMAboutSectionDescImg,.ReadonlyBMAboutSectionDescImg,.BMFSProductSectionImgAtt,.BlobContentBMFSProductSectionImgAtt,.ReadonlyBlobContentBMFSProductSectionImgAtt,.BlobInputBMFSProductSectionImgAtt,.ReadonlyBMFSProductSectionImgAtt,.BMFSProductSectionTitleAtt,.BlobContentBMFSProductSectionTitleAtt,.ReadonlyBlobContentBMFSProductSectionTitleAtt,.BlobInputBMFSProductSectionTitleAtt,.ReadonlyBMFSProductSectionTitleAtt,.BMFSProductSectionDescAtt,.BlobContentBMFSProductSectionDescAtt,.ReadonlyBlobContentBMFSProductSectionDescAtt,.BlobInputBMFSProductSectionDescAtt,.ReadonlyBMFSProductSectionDescAtt,.BMSaudiVisionTitleAtt,.BlobContentBMSaudiVisionTitleAtt,.ReadonlyBlobContentBMSaudiVisionTitleAtt,.BlobInputBMSaudiVisionTitleAtt,.ReadonlyBMSaudiVisionTitleAtt,.BMSaudiVisionDescAtt,.BlobContentBMSaudiVisionDescAtt,.ReadonlyBlobContentBMSaudiVisionDescAtt,.BlobInputBMSaudiVisionDescAtt,.ReadonlyBMSaudiVisionDescAtt,.BMLatestNewsTitleAtt,.BlobContentBMLatestNewsTitleAtt,.ReadonlyBlobContentBMLatestNewsTitleAtt,.BlobInputBMLatestNewsTitleAtt,.ReadonlyBMLatestNewsTitleAtt,.BMLatestNewsDescAtt,.BlobContentBMLatestNewsDescAtt,.ReadonlyBlobContentBMLatestNewsDescAtt,.BlobInputBMLatestNewsDescAtt,.ReadonlyBMLatestNewsDescAtt,.NewsTitle,.BlobContentNewsTitle,.ReadonlyBlobContentNewsTitle,.BlobInputNewsTitle,.ReadonlyNewsTitle,.NewsTableDescription,.BlobContentNewsTableDescription,.ReadonlyBlobContentNewsTableDescription,.BlobInputNewsTableDescription,.ReadonlyNewsTableDescription,.NewsDescription,.BlobContentNewsDescription,.ReadonlyBlobContentNewsDescription,.BlobInputNewsDescription,.ReadonlyNewsDescription,.BMLatestNewsImgAtt,.BlobContentBMLatestNewsImgAtt,.ReadonlyBlobContentBMLatestNewsImgAtt,.BlobInputBMLatestNewsImgAtt,.ReadonlyBMLatestNewsImgAtt,.BMLatestNewsWhiteTitleAtt,.BlobContentBMLatestNewsWhiteTitleAtt,.ReadonlyBlobContentBMLatestNewsWhiteTitleAtt,.BlobInputBMLatestNewsWhiteTitleAtt,.ReadonlyBMLatestNewsWhiteTitleAtt,.ProductPictureDetiels,.BlobContentProductPictureDetiels,.ReadonlyBlobContentProductPictureDetiels,.BlobInputProductPictureDetiels,.ReadonlyProductPictureDetiels,.ProductNameDetielsAtt,.BlobContentProductNameDetielsAtt,.ReadonlyBlobContentProductNameDetielsAtt,.BlobInputProductNameDetielsAtt,.ReadonlyProductNameDetielsAtt,.ProductTitleDetielsAtt,.BlobContentProductTitleDetielsAtt,.ReadonlyBlobContentProductTitleDetielsAtt,.BlobInputProductTitleDetielsAtt,.ReadonlyProductTitleDetielsAtt,.ProductTitleDetielsAttN,.BlobContentProductTitleDetielsAttN,.ReadonlyBlobContentProductTitleDetielsAttN,.BlobInputProductTitleDetielsAttN,.ReadonlyProductTitleDetielsAttN,.BrandNameDetielsAtt,.BlobContentBrandNameDetielsAtt,.ReadonlyBlobContentBrandNameDetielsAtt,.BlobInputBrandNameDetielsAtt,.ReadonlyBrandNameDetielsAtt,.ItemCodeDetielsAtt,.BlobContentItemCodeDetielsAtt,.ReadonlyBlobContentItemCodeDetielsAtt,.BlobInputItemCodeDetielsAtt,.ReadonlyItemCodeDetielsAtt,.BMLatestNewsSubImgAtt,.BlobContentBMLatestNewsSubImgAtt,.ReadonlyBlobContentBMLatestNewsSubImgAtt,.BlobInputBMLatestNewsSubImgAtt,.ReadonlyBMLatestNewsSubImgAtt,.BMCerTableHeaderTitle,.BlobContentBMCerTableHeaderTitle,.ReadonlyBlobContentBMCerTableHeaderTitle,.BlobInputBMCerTableHeaderTitle,.ReadonlyBMCerTableHeaderTitle,.BMCerTableHeaderDesc,.BlobContentBMCerTableHeaderDesc,.ReadonlyBlobContentBMCerTableHeaderDesc,.BlobInputBMCerTableHeaderDesc,.ReadonlyBMCerTableHeaderDesc,.BMDCTitle,.BlobContentBMDCTitle,.ReadonlyBlobContentBMDCTitle,.BlobInputBMDCTitle,.ReadonlyBMDCTitle,.BMDCerTitleAtt,.BlobContentBMDCerTitleAtt,.ReadonlyBlobContentBMDCerTitleAtt,.BlobInputBMDCerTitleAtt,.ReadonlyBMDCerTitleAtt,.BMContactUSAtt,.BlobContentBMContactUSAtt,.ReadonlyBlobContentBMContactUSAtt,.BlobInputBMContactUSAtt,.ReadonlyBMContactUSAtt,.BMContactUsEditForm,.BlobContentBMContactUsEditForm,.ReadonlyBlobContentBMContactUsEditForm,.BlobInputBMContactUsEditForm,.ReadonlyBMContactUsEditForm,.BMContactUsEFLocation,.BlobContentBMContactUsEFLocation,.ReadonlyBlobContentBMContactUsEFLocation,.BlobInputBMContactUsEFLocation,.ReadonlyBMContactUsEFLocation,.BMContactUsEFImage,.BlobContentBMContactUsEFImage,.ReadonlyBlobContentBMContactUsEFImage,.BlobInputBMContactUsEFImage,.ReadonlyBMContactUsEFImage,.BMContactUsEFSAtt,.BlobContentBMContactUsEFSAtt,.ReadonlyBlobContentBMContactUsEFSAtt,.BlobInputBMContactUsEFSAtt,.ReadonlyBMContactUsEFSAtt,.BMSearchProduct,.BlobContentBMSearchProduct,.ReadonlyBlobContentBMSearchProduct,.BlobInputBMSearchProduct,.ReadonlyBMSearchProduct,.BMSPCategoryDV,.BlobContentBMSPCategoryDV,.ReadonlyBlobContentBMSPCategoryDV,.BlobInputBMSPCategoryDV,.ReadonlyBMSPCategoryDV,.BMBrandImage,.BlobContentBMBrandImage,.ReadonlyBlobContentBMBrandImage,.BlobInputBMBrandImage,.ReadonlyBMBrandImage,.BMCerTableHeaderWhiteTitle,.BlobContentBMCerTableHeaderWhiteTitle,.ReadonlyBlobContentBMCerTableHeaderWhiteTitle,.BlobInputBMCerTableHeaderWhiteTitle,.ReadonlyBMCerTableHeaderWhiteTitle,.BMCerTableHeaderWhiteDesc,.BlobContentBMCerTableHeaderWhiteDesc,.ReadonlyBlobContentBMCerTableHeaderWhiteDesc,.BlobInputBMCerTableHeaderWhiteDesc,.ReadonlyBMCerTableHeaderWhiteDesc,.BMAboutSectionTitle,.BlobContentBMAboutSectionTitle,.ReadonlyBlobContentBMAboutSectionTitle,.BlobInputBMAboutSectionTitle,.ReadonlyBMAboutSectionTitle,.BMAboutSectionSubTitle,.BlobContentBMAboutSectionDesc,.ReadonlyBlobContentBMAboutSectionDesc,.BlobInputBMAboutSectionDesc,.ReadonlyBMAboutSectionDesc,.BMAboutSectionRSubTitle,.BlobContentBMAboutSectionDesc1,.ReadonlyBlobContentBMAboutSectionDesc1,.BlobInputBMAboutSectionDesc1,.ReadonlyBMAboutSectionRSubTitle,.BMAboutDescription,.BlobContentBMAboutDescription,.ReadonlyBlobContentBMAboutDescription,.BlobInputBMAboutDescription,.ReadonlyBMAboutDescription,.BMAboutFSContainerImg,.BlobContentBMAboutFSContainerImg,.ReadonlyBlobContentBMAboutFSContainerImg,.BlobInputBMAboutFSContainerImg,.ReadonlyBMAboutFSContainerImg,.ContactInfoNameEN,.BlobContentContactInfoNameEN,.ReadonlyBlobContentContactInfoNameEN,.BlobInputContactInfoNameEN,.ReadonlyContactInfoNameEN,.HomePageParameterTxt,.BlobContentHomePageParameterTxt,.ReadonlyBlobContentHomePageParameterTxt,.BlobInputHomePageParameterTxt,.ReadonlyHomePageParameterTxt,.DCTitle,.BlobContentDCTitle,.ReadonlyBlobContentDCTitle,.BlobInputDCTitle,.ReadonlyDCTitle,.TermsDescription,.BlobContentTermsDescription,.ReadonlyBlobContentTermsDescription,.BlobInputTermsDescription,.ReadonlyTermsDescription
{
	margin-left: 5px;
	display: inline-block;
	background-color: transparent;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	border-style: solid;
	border-width: 1px;
	font-family: BeVietnam-Regular;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #575b5d;
	max-width: 206px;
	text-indent: 0px;
	box-shadow:none;
	word-break: break-word;
	 border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyAttributeCardsMenuTitle
{
	border-width: 0px;
	color: white;
}
.ReadonlyAttributeSecondary
{
	border-width: 0px;
	color: #999;
}
.ReadonlyBlobContentAttribute1
{
	border-width: 0px;
}
.ReadonlyAttribute1
{
	border-width: 0px;
}
.ReadonlyBlobContentAttribute2
{
	border-width: 0px;
}
.ReadonlyAttribute2
{
	border-width: 0px;
}
.ReadonlyBlobContentAttribute3
{
	border-width: 0px;
}
.ReadonlyAttribute3
{
	border-width: 0px;
}
.ReadonlyBlobContentAttribute4
{
	border-width: 0px;
}
.ReadonlyAttribute4
{
	border-width: 0px;
}
.ReadonlyBlobContentNewsShortDescriptionEn
{
	border-width: 0px;
}
.ReadonlyNewsShortDescriptionEn
{
	border-width: 0px;
}
.ReadonlyLatestStoryTitle
{
	margin-top: 64%;
	font-style: normal;
	font-size: 29px;
	line-height: 33px;
	text-transform: apitalize;
	 color: #FFFFFF;
	max-width: 426px;
	border: none;
}
.ReadonlyBlobContentAttribute5
{
	border-width: 0px;
}
.ReadonlyAttribute5
{
	border-width: 0px;
}
.ReadonlyBlobContentProductCategoryEnNameNew
{
	border-width: 0px;
}
.ReadonlyProductCategoryEnNameNew
{
	border-width: 0px;
	padding-top: 13px;
	font-size: 16px;
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ShowAllProductBtnHv,.BlobContentShowAllProductBtnHv,.ReadonlyBlobContentShowAllProductBtnHv,.BlobInputShowAllProductBtnHv,.ReadonlyShowAllProductBtnHv,.ShowAllProductBtn:hover,.BlobContentShowAllProductBtn:hover,.ReadonlyBlobContentShowAllProductBtn:hover,.BlobInputShowAllProductBtn:hover,.ReadonlyShowAllProductBtn:hover,input.ShowAllProductBtn:focus, textarea.ShowAllProductBtn:focus, select.ShowAllProductBtn:focus, .ShowAllProductBtn>A:focus,input.BlobContentShowAllProductBtn:focus, textarea.BlobContentShowAllProductBtn:focus, select.BlobContentShowAllProductBtn:focus, .BlobContentShowAllProductBtn>A:focus,input.ReadonlyBlobContentShowAllProductBtn:focus, textarea.ReadonlyBlobContentShowAllProductBtn:focus, select.ReadonlyBlobContentShowAllProductBtn:focus, .ReadonlyBlobContentShowAllProductBtn>A:focus,input.BlobInputShowAllProductBtn:focus, textarea.BlobInputShowAllProductBtn:focus, select.BlobInputShowAllProductBtn:focus, .BlobInputShowAllProductBtn>A:focus,input.ReadonlyShowAllProductBtn:focus, textarea.ReadonlyShowAllProductBtn:focus, select.ReadonlyShowAllProductBtn:focus, .ReadonlyShowAllProductBtn>A:focus,.ShowAllProductBtn>A:active,.BlobContentShowAllProductBtn>A:active,.ReadonlyBlobContentShowAllProductBtn>A:active,.BlobInputShowAllProductBtn>A:active,.ReadonlyShowAllProductBtn>A:active
{
	margin-left: 0px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	background-color: #00a578;
	border-style: none;
	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: 600;
	color: #fff;
	max-width: 100%;
	cursor: pointer;
	box-shadow: 0px 7px 10px -5px #00a578;
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ShowAllProductBtn,.BlobContentShowAllProductBtn,.ReadonlyBlobContentShowAllProductBtn,.BlobInputShowAllProductBtn,.ReadonlyShowAllProductBtn
{
	margin-left: 0px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	background-color: #00a578;
	border-style: none;
	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: 600;
	color: #fff;
	max-width: 100%;
	cursor: pointer;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ContactInfoEmail,.BlobContentContactInfoEmail,.ReadonlyBlobContentContactInfoEmail,.BlobInputContactInfoEmail,.ReadonlyContactInfoEmail
{
	padding-left: 5px;
}
.ReadonlyBlobContentContactInfoEmail
{
	border-width: 0px;
}
.ReadonlyContactInfoEmail
{
	border-width: 0px;
}
.AdminText,.BlobContentAdminText,.ReadonlyBlobContentAdminText,.BlobInputAdminText,.ReadonlyAdminText
{
	max-width: 309px;
	line-height:50px;
	  border:none;
}
.WhatDoWeOfferDescriptionWhatDoWeOfferDescription,.BlobContentWhatDoWeOfferDescriptionWhatDoWeOfferDescription,.ReadonlyBlobContentWhatDoWeOfferDescriptionWhatDoWeOfferDescription,.BlobInputWhatDoWeOfferDescriptionWhatDoWeOfferDescription,.ReadonlyWhatDoWeOfferDescriptionWhatDoWeOfferDescription
{
	font-size: 20px;
}
.ReadonlyBlobContentWhatDoWeOfferDescriptionWhatDoWeOfferDescription
{
	border-width: 0px;
}
.ReadonlyWhatDoWeOfferDescriptionWhatDoWeOfferDescription
{
	border-width: 0px;
}
.AboutBECImage,.BlobContentAboutBECImage,.ReadonlyBlobContentAboutBECImage,.BlobInputAboutBECImage,.ReadonlyAboutBECImage
{
	width: 42.75px;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentAboutBECImage
{
	border-width: 0px;
}
.ReadonlyAboutBECImage
{
	border-width: 0px;
}
.PartnersLogo,.BlobContentPartnersLogo,.ReadonlyBlobContentPartnersLogo,.BlobInputPartnersLogo,.ReadonlyPartnersLogo
{
	width: 100%;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentPartnersLogo
{
	border-width: 0px;
}
.ReadonlyPartnersLogo
{
	border-width: 0px;
}
.DownloadableContentTitle,.BlobContentDownloadableContentTitle,.ReadonlyBlobContentDownloadableContentTitle,.BlobInputDownloadableContentTitle,.ReadonlyDownloadableContentTitle
{
	font-size: 16px;
	color: #000;
	margin-left: -5%;
	border-style: none;
}
.ReadonlyDownloadableContentTitle
{
	border-style: none;
	margin-left: -5%;
	border-style: none;
}
.ProductCardImageHomeNew,.BlobContentProductCardImageHomeNew,.ReadonlyBlobContentProductCardImageHomeNew,.BlobInputProductCardImageHomeNew,.ReadonlyProductCardImageHomeNew
{
	margin-left: 0px;
	display: block;
	font-family: Lato-Regular_ttf;
	height: 382px;
	max-height: 100%;
	display: block;
	font-family: Lato-Regular_ttf;
	height: 415px;
	max-height: 100%;
	max-width: 418px;
	object-fit: cover;
	 margin-left: -4%;
	margin-top: -11%;
}
.ReadonlyProductCardImageHomeNew
{
	display: block;
	font-family: Lato-Regular_ttf;
	height: 415px;
	max-height: 100%;
	max-width: 418px;
	object-fit: cover;
	 margin-left: -5%;
	margin-top: -11%;
}
.TitelProductNewDetiels,.BlobContentTitelProductNewDetiels,.ReadonlyBlobContentTitelProductNewDetiels,.BlobInputTitelProductNewDetiels,.ReadonlyTitelProductNewDetiels
{
	max-width: 259px;
	margin-top: 5%;
	font-size: 17px;
	border-style: none;
	color: #637381;
	margin-left: -2%;
}
.ProductCardImageHomeNewDetiels,.BlobContentProductCardImageHomeNewDetiels,.ReadonlyBlobContentProductCardImageHomeNewDetiels,.BlobInputProductCardImageHomeNewDetiels,.ReadonlyProductCardImageHomeNewDetiels
{
	max-width: 564px;
	max-height: 420px;
	width: 100%;
	margin-left: 0%;
}
.ReadonlyProductCardImageHomeNewDetiels
{
	max-width: 561px;
	max-height: 473px;
	 width: 100%;
}
.ItemCard,.BlobContentItemCard,.ReadonlyBlobContentItemCard,.BlobInputItemCard,.ReadonlyItemCard
{
	margin-top: 5%;
	font-size: 19px;
	border-style: none;
	font-family: Be Vietnam;
	 color: #637381;
}
.ReadonlyItemCard
{
	margin-top: 5%;
	font-size: 19px;
	border-style: none;
	font-family: Be Vietnam;
	 color: #637381;
	font-size: 19px;
	border-style: none;
	font-family: Be Vietnam;
	 color: #637381;
}
.ProductTitleDetiels1,.BlobContentProductTitleDetiels1,.ReadonlyBlobContentProductTitleDetiels1,.BlobInputProductTitleDetiels1,.ReadonlyProductTitleDetiels1
{
	font-size: 19px;
	border-style: none;
	font-family: Be Vietnam;
	color: #637381;
	margin-top: 5%;
	max-width: 53%;
}
.ProductCategoryDetiels,.BlobContentProductCategoryDetiels,.ReadonlyBlobContentProductCategoryDetiels,.BlobInputProductCategoryDetiels,.ReadonlyProductCategoryDetiels
{
	font-size: 19px;
	border-style: none;
	color: #637381;
	margin-top: 5%;
}
.BrandNameDetiels,.BlobContentBrandNameDetiels,.ReadonlyBlobContentBrandNameDetiels,.BlobInputBrandNameDetiels,.ReadonlyBrandNameDetiels
{
	font-size: 19px;
	border-style: none;
	 color: #637381;
	margin-top: 5%;
}
.ProductNameDetiels,.BlobContentProductNameDetiels,.ReadonlyBlobContentProductNameDetiels,.BlobInputProductNameDetiels,.ReadonlyProductNameDetiels
{
	color: #000;
	font-size: 29px;
	border-style: none;
}
.TitelProduct
{
	margin-top: 20px;
	padding-right: 3pt;
	white-space: normal;
	font-family: Lato-Regular_ttf;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	max-width: 500px;
	vertical-align: middle;
	margin-left: 1%;
	max-width: 94%;
	.box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.AboutBECEnShortDescription,.BlobContentAboutBECEnShortDescription,.ReadonlyBlobContentAboutBECEnShortDescription,.BlobInputAboutBECEnShortDescription,.ReadonlyAboutBECEnShortDescription,.TableAboutBEC1
{
	margin-left: -6%;
	max-width: 70%;
	margin-top: -17%;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.10000000149011612px;
	text-align: left;
	color: #252B42;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentAboutBECEnShortDescription
{
	border-width: 0px;
}
.ReadonlyAboutBECEnShortDescription,.TableAboutBEC1
{
	border-width: 0px;
	margin-left: -6%;
	max-width: 93%;
	margin-top: -17%;
	 font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.10000000149011612px;
	text-align: left;
	color: #252B42;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.AttributeFL,.BlobInputAttributeFL,.BlobContentAttributeFL,.ReadonlyBlobContentAttributeFL,.ReadonlyAttributeFL,.ErrorAttributeFL
{
	margin-bottom: -7px;
	margin-left: 0px;
	padding-top: 19px;
	font-size: 16px;
	color: #67757c;
	max-width: 100%;
	text-align: left !important;
}
.BlobInputAttributeFL
{
	text-align: left !important;
	width:100% !important;
}
.BlobContentAttributeFL,.ReadonlyBlobContentAttributeFL
{
	border-bottom: 0;
	height: 400px;
	width: 100%;
}
.ReadonlyBlobContentAttributeFL
{
	border-width: 0px;
}
.ReadonlyAttributeFL
{
	padding-top: 22px;
	white-space: normal;
	border-bottom-color: #f5f4f4;
	border-left-color: #f5f4f4;
	border-right-color: #f5f4f4;
	border-top-color: #f5f4f4;
	color: #a0a2a2;
	min-height: 48px;
	width: 100%;
	min-width: 206px;
}
.ErrorAttributeFL
{
	border-bottom-color: #f56a67;
	border-left-color: #f56a67;
	border-right-color: #f56a67;
	border-top-color: #f56a67;
	border-width: 2px;
	text-align: left !important;
	border-left:0;
	border-right:0;
	border-top:0;
}
.BlobContentAttribute,.ReadonlyBlobContentAttribute
{
	height: 400px;
	width: 100%;
	max-width: 100%;
}
.AttributeTitleSplitScreen,.ReadonlyAttributeTitleSplitScreen,.AttributeSubtitleSplitScreen,.ReadonlyAttributeSubtitleSplitScreen
{
	padding-top: 0px;
	font-size: 11pt;
	color: #222d32;
	line-height:20px;
}
.ReadonlyAttributeTitleSplitScreen
{
	border-width: 0px;
}
.AttributeSubtitleSplitScreen,.ReadonlyAttributeSubtitleSplitScreen
{
	font-size: 10pt;
	color: #999;
	line-height:19px;
}
.ReadonlyAttributeSubtitleSplitScreen
{
	border-width: 0px;
}
.AttributeSearchSplitScreen,.ReadonlyAttributeSearchSplitScreen
{
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-top: 12px;
	font-size: 11pt;
	color: #222d32;
	height: auto;
	max-width: 100%;
	text-align: left;
	border-left:0;
	border-right:0;
}
.ReadonlyAttributeSearchSplitScreen
{
	border-width: 0px;
}
.AttributeSearch,.ReadonlyAttributeSearch
{
	margin-left: 0px;
	border-style: none;
	color: #627077;
	height: auto;
	box-shadow:none;
}
.ReadonlyAttributeSearch
{
	border-width: 0px;
}
.AttributeLogin,.AttributeLoginImageLeft
{
	margin-left: 0px;
}
.AttributeLoginImageLeft
{
	margin-top: 5px;
	padding-left: 0px;
	max-width: 290px;
}
.AttributeRealWidthTotalizer
{
	margin-right: 9px;
	font-weight: bold;
}
.AttributeTotalizer,.ReadonlyAttributeTotalizer,.ReadonlyAttributeRealWidthTotalizer
{
	margin-right: 9px;
	font-weight: bold;
}
.ReadonlyAttributeTotalizer,.ReadonlyAttributeRealWidthTotalizer
{
	margin-right: 5px;
	padding-left: 1px;
	padding-right: 1px;
	white-space: normal;
	border-width: 0px;
	line-height:37px;
}
.AttributeWidthAuto
{
	width: auto;
	max-width: 100%;
}
.AttributeStep,.ReadonlyAttributeStep,.AttributeStepSelected,.ReadonlyAttributeStepSelected
{
	font-size: 12pt;
	color: #808080;
}
.ReadonlyAttributeStep
{
	border-width: 0px;
}
.AttributeStepSelected,.ReadonlyAttributeStepSelected
{
	color: white;
}
.ReadonlyAttributeStepSelected
{
	border-width: 0px;
}
.AttributeStepBullet,.ReadonlyAttributeStepBullet,.AttributeStepBulletUnSelected,.ReadonlyAttributeStepBulletUnSelected,.AttributeStepBulletSelected,.ReadonlyAttributeStepBulletSelected
{
	margin-left: 0px;
	color: #008000;
	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;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	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;
	max-width: 100%;
}
.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,.BlobContentActionBaseColorAttribute,.ReadonlyBlobContentActionBaseColorAttribute,.ReadonlyActionBaseColorAttribute,.BlobInputActionBaseColorAttribute,.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,.BlobContentActionBaseColorAttribute,.ReadonlyBlobContentActionBaseColorAttribute,.ReadonlyActionBaseColorAttribute,.BlobInputActionBaseColorAttribute
{
	margin-left: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	background-color: #eaeaea;
	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;
}
.ErrorAttribute,.ErrorAttributeDate
{
	border-bottom-color: #f56a67;
	border-left-color: #f56a67;
	border-right-color: #f56a67;
	border-top-color: #f56a67;
}
.WarningAttribute
{
	border-bottom-color: #f39c12;
	border-left-color: #f39c12;
	border-right-color: #f39c12;
	border-top-color: #f39c12;
}
.AssociationListAttribute,.BlobContentAssociationListAttribute,.ReadonlyBlobContentAssociationListAttribute,.BlobInputAssociationListAttribute,.ReadonlyAssociationListAttribute
{
	color: #555;
	min-height: 300px;
	max-width: 100%;
	width: 100% !important;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
}
.ReadonlyBlobContentAssociationListAttribute
{
	border-width: 0px;
}
.ReadonlyAssociationListAttribute
{
	border-width: 0px;
}
.ReadonlyAttribute,.ReadonlyMedio,.BlobContentReadonlyMedio,.ReadonlyBlobContentReadonlyMedio,.BlobInputReadonlyMedio,.ReadonlyReadonlyMedio,.ReadonlyAttributeRealWidth,.ReadonlyAttributeNoWrap,.ReadonlyAttributeRealWidthDateTime
{
	margin-left: 0px;
	margin-right: 5px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 7px;
	white-space: normal;
	border-style: none;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	max-height: 30px;
	width: auto;
	max-width: 100%;
	margin-bottom: 0px !important;
	 word-wrap: break-word;
}
.ReadonlyBlobContentReadonlyMedio
{
	margin-bottom: 0px !important;
}
.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-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #455a64;
	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;
}
.AttributeWhite,.BlobContentAttributeWhite,.ReadonlyBlobContentAttributeWhite,.BlobInputAttributeWhite,.ReadonlyAttributeWhite
{
	color: white;
}
.ReadonlyBlobContentAttributeWhite
{
	border-width: 0px;
}
.ReadonlyAttributeWhite
{
	border-width: 0px;
}
.AttributeCharLong,.BlobContentAttributeCharLong,.ReadonlyBlobContentAttributeCharLong,.BlobInputAttributeCharLong,.ReadonlyAttributeCharLong
{
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContentAttributeCharLong
{
	border-width: 0px;
}
.ReadonlyAttributeCharLong
{
	border-width: 0px;
}
.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;
}
.AttributeImageFixWidth,.BlobContentAttributeImageFixWidth,.ReadonlyBlobContentAttributeImageFixWidth,.BlobInputAttributeImageFixWidth,.ReadonlyAttributeImageFixWidth
{
	max-width: 400px;
}
.ReadonlyBlobContentAttributeImageFixWidth
{
	border-width: 0px;
}
.ReadonlyAttributeImageFixWidth
{
	border-width: 0px;
}
.AttributeImage30,.ReadonlyAttributeImage30
{
	border-style: none;
	max-height: 30px;
	max-width: 30px;
	object-fit:contain;
}
.ReadonlyAttributeImage30
{
	border-width: 0px;
}
.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
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	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;
}
.AttributeTagSuccess
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	background-color: #00a65a;
}
.AttributeTagWarning
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	background-color: #f39c12;
}
.AttributeTagDanger
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	background-color: #dd4b39;
}
.AttributeTagInfoLight
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	background-color: #00c0ef;
}
.AttributeTagInfo
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	background-color: #3c8dbc;
}
.SearchResultsListTitleAttribute,.ReadonlySearchResultsListTitleAttribute
{
	font-size: 18px;
	color: #455a64;
}
.ReadonlySearchResultsListTitleAttribute
{
	margin-left: 0px;
	border-width: 0px;
}
.SearchResultsListDescriptionAttribute,.ReadonlySearchResultsListDescriptionAttribute
{
	color: #555;
	height: auto;
	max-width: 100%;
}
.ReadonlySearchResultsListDescriptionAttribute
{
	margin-left: 0px;
	border-width: 0px;
}
.CardImageAttribute,.ReadonlyCardImageAttribute
{
	margin-left: 0px;
	display: block;
	height: 325px;
	max-height: 100%;
	width: 136%;
	max-width: 136%;
	object-fit:cover;
}
.ReadonlyCardImageAttribute
{
	border-width: 0px;
}
.CardImageAttributeWhiteWithShadow,.ReadonlyCardImageAttributeWhiteWithShadow,.CardImageAttributeWhiteSubtitleWithShadow,.ReadonlyCardImageAttributeWhiteSubtitleWithShadow
{
	font-size: 26px;
	color: white;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.36) ;
	line-height:17px;
}
.ReadonlyCardImageAttributeWhiteWithShadow
{
	border-width: 0px;
	max-width: 100%;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.36) ;
}
.CardImageAttributeWhiteSubtitleWithShadow,.ReadonlyCardImageAttributeWhiteSubtitleWithShadow
{
	overflow: hidden;
	font-size: 11px;
	width: 100%;
	max-width: 100%;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.36) ;
}
.ReadonlyCardImageAttributeWhiteSubtitleWithShadow
{
	border-width: 0px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.36) ;
}
.AttributeBannerModules,.ReadonlyAttributeBannerModules
{
	margin-left: 0px;
	border-style: none;
	height: 400px;
	width: 100%;
	max-width: 100%;
}
.ReadonlyAttributeBannerModules
{
	border-width: 0px;
}
.ImageHomeModulesBack
{
	left: 0px;
	margin-left: 0px;
	position: absolute;
	top: 0px;
	height: 250px;
	width: 250px;
	max-width: 100%;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
	object-fit:cover;
}
.CardImageAttributeDescription,.BlobContentCardImageAttributeDescription,.ReadonlyBlobContentCardImageAttributeDescription,.BlobInputCardImageAttributeDescription,.ReadonlyCardImageAttributeDescription
{
	margin-bottom: 10px;
	margin-top: 10px;
	white-space: normal;
	max-height: 20px;
	max-width: 100%;
	text-overflow: ellipsis;
}
.ReadonlyBlobContentCardImageAttributeDescription
{
	border-width: 0px;
}
.ReadonlyCardImageAttributeDescription
{
	border-width: 0px;
}
.SimpleCardAttributeTitle,.ReadonlySimpleCardAttributeTitle,.SimpleCardAttributeSubtitle,.ReadonlySimpleCardAttributeSubtitle
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 17px;
	font-weight: 600;
	color: #455a64;
	max-width: 100%;
}
.ReadonlySimpleCardAttributeTitle
{
	border-width: 0px;
}
.SimpleCardAttributeSubtitle,.ReadonlySimpleCardAttributeSubtitle
{
	font-size: 15px;
	color: #999;
}
.ReadonlySimpleCardAttributeSubtitle
{
	border-width: 0px;
}
.CardSmallImageAttribute,.ReadonlyCardSmallImageAttribute
{
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 8px;
	height: 100%;
	max-height: 65px;
	min-height: 70px;
	max-width: 65px;
	object-fit:cover;
}
.ReadonlyCardSmallImageAttribute
{
	border-width: 0px;
}
.CardSmallImageAttributeDescription,.ReadonlyCardSmallImageAttributeDescription
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 15px;
	color: gray;
}
.ReadonlyCardSmallImageAttributeDescription
{
	overflow: hidden;
	padding-top: 5px;
	border-width: 0px;
	height: 65px;
	max-width: 100%;
	text-overflow: ellipsis;
	line-height:20px;
}
.CardWithImageAttributeDescription,.BlobContentCardWithImageAttributeDescription,.ReadonlyBlobContentCardWithImageAttributeDescription,.BlobInputCardWithImageAttributeDescription,.ReadonlyCardWithImageAttributeDescription
{
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	color: #666;
	max-height: 20px;
	max-width: 100%;
	text-overflow: ellipsis;
}
.ReadonlyBlobContentCardWithImageAttributeDescription
{
	border-width: 0px;
}
.ReadonlyCardWithImageAttributeDescription
{
	border-width: 0px;
}
.ChatAttributeName,.BlobContentChatAttributeName,.ReadonlyBlobContentChatAttributeName,.BlobInputChatAttributeName,.ReadonlyChatAttributeName
{
	font-size: 11px;
	font-weight: bold;
	color: gray;
}
.ReadonlyBlobContentChatAttributeName
{
	border-width: 0px;
}
.ReadonlyChatAttributeName
{
	border-width: 0px;
}
.ChatAttributeDate,.BlobContentChatAttributeDate,.ReadonlyBlobContentChatAttributeDate,.BlobInputChatAttributeDate,.ReadonlyChatAttributeDate
{
	font-size: 11px;
	color: gray;
}
.ReadonlyBlobContentChatAttributeDate
{
	border-width: 0px;
}
.ReadonlyChatAttributeDate
{
	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;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 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;
}
.AttributeRegister
{
	margin-right: 5px;
}
.ProgressAdminCardDescription,.ProgressAdminCardNumber,.ReadonlyProgressAdminCardNumber,.ReadonlyProgressAdminCardDescription,.ProgressBarAdminV2Description,.ProgressBarAdminV2Number,.ReadonlyProgressBarAdminV2Number,.ProgressBarAdminV2NumberTotal,.ReadonlyProgressBarAdminV2NumberTotal,.ProgressBarAdminV2Title
{
	padding-left: 5px;
	border-style: none;
	border-width: 0px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: white;
}
.ProgressAdminCardNumber,.ReadonlyProgressAdminCardNumber
{
	font-size: 18px;
	font-weight: bold;
	min-height: 21px;
}
.ProgressBarAdminV2Description,.ProgressBarAdminV2Number,.ReadonlyProgressBarAdminV2Number,.ProgressBarAdminV2NumberTotal,.ReadonlyProgressBarAdminV2NumberTotal,.ProgressBarAdminV2Title
{
	padding-left: 0px;
	color: #455a64;
	text-transform: none;
}
.ProgressBarAdminV2Number,.ReadonlyProgressBarAdminV2Number
{
	padding-right: 0px;
	font-weight: bold;
	color: #627077;
}
.ProgressBarAdminV2Title
{
	font-weight: 700;
}
.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-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.DashboardInfo,.ReadonlyDashboardInfo
{
	color: #3c8dbc;
}
.DashboardDanger,.ReadonlyDashboardDanger
{
	color: #dd4b39;
}
.DashboardSuccess,.ReadonlyDashboardSuccess
{
	color: #00a65a;
}
.DashboardWarning,.ReadonlyDashboardWarning
{
	color: #f39c12;
}
.DashboardNumberCard,.ReadonlyDashboardNumberCard,.DashboardNumberCardNoBorder,.ReadonlyDashboardNumberCardNoBorder
{
	font-size: 2em;
	font-weight: 300;
	color: #455a64;
	min-height: 30px;
}
.DashboardNumberCardNoBorder,.ReadonlyDashboardNumberCardNoBorder
{
	font-size: 2.5em;
	font-weight: bold;
	color: #627077;
}
.DashboardNumberAdmin,.ReadonlyDashboardNumberAdmin
{
	white-space: nowrap;
	font-size: 38px;
	color: white;
	min-height: 50px;
}
.DashboardBaseColor,.ReadonlyDashboardBaseColor
{
	color: #008000;
}
.DashboardInfoLight,.ReadonlyDashboardInfoLight
{
	color: #00c0ef;
}
.DashboardPercentageSuccess,.ReadonlyDashboardPercentageSuccess,.DashboardPercentageDanger,.ReadonlyDashboardPercentageDanger
{
	margin-left: -2px;
	font-size: 12px;
	color: #00a65a;
}
.ReadonlyDashboardPercentageSuccess
{
	border-width: 0px;
}
.DashboardPercentageDanger,.ReadonlyDashboardPercentageDanger
{
	color: #dd4b39;
}
.ReadonlyDashboardPercentageDanger
{
	border-width: 0px;
}
.CardLongDescription,.ReadonlyCardLongDescription
{
	font-size: 14px;
	color: white;
	max-width: 100%;
}
.ReadonlyCardLongDescription
{
	border-width: 0px;
}
.AttributeHomeModulesTitle,.ReadonlyAttributeHomeModulesTitle
{
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}
.ReadonlyAttributeHomeModulesTitle
{
	border-width: 0px;
}
.AttributeHomeModulesBigTitle,.ReadonlyAttributeHomeModulesBigTitle
{
	font-size: 21px;
	font-weight: bold;
	color: white;
}
.ReadonlyAttributeHomeModulesBigTitle
{
	border-width: 0px;
}
.AttributeHomeModulesBigDescription,.ReadonlyAttributeHomeModulesBigDescription
{
	font-size: 14px;
	color: white;
}
.ReadonlyAttributeHomeModulesBigDescription
{
	border-width: 0px;
}
.ProductCardSmallImageAttribute,.ReadonlyProductCardSmallImageAttribute
{
	margin-left: 0px;
	border-style: none;
	max-height: 83px;
	max-width: 100%;
	box-shadow:none;
}
.ReadonlyProductCardSmallImageAttribute
{
	border-width: 0px;
}
.AttributeStepUnderline,.ReadonlyAttributeStepUnderline
{
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	color: #8c8d8e;
	max-width: 100%;
	text-transform: uppercase;
}
.ReadonlyAttributeStepUnderline
{
	border-width: 0px;
}
.AttributeStepVertical,.ReadonlyAttributeStepVertical
{
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	color: #8c8d8e;
	box-shadow:none;
	line-height:30px;
}
.ReadonlyAttributeStepVertical
{
	border-width: 0px;
}
.CertifcateImage
{
	max-width: 870px;
}
.AttributeLandingPurusFooter,.ReadonlyAttributeLandingPurusFooter,.AttributeLandingPurusFooterSuboption,.ReadonlyAttributeLandingPurusFooterSuboption
{
	font-size: 14px;
	font-weight: 500;
	color: gray;
	line-height:1.2;
}
.ReadonlyAttributeLandingPurusFooter
{
	border-width: 0px;
}
.AttributeLandingPurusFooterSuboption,.ReadonlyAttributeLandingPurusFooterSuboption
{
	padding-left: 15px;
}
.ReadonlyAttributeLandingPurusFooterSuboption
{
	border-width: 0px;
}
.AttributeLandingPurusMainNumbers,.ReadonlyAttributeLandingPurusMainNumbers
{
	font-size: 72px;
	font-weight: 600;
	color: #58c4db;
}
.ReadonlyAttributeLandingPurusMainNumbers
{
	border-width: 0px;
	width: auto;
	min-width: 0px;
}
.AttributeLandingPurusStudioImage,.ReadonlyAttributeLandingPurusStudioImage
{
	margin-left: 0px;
	margin-top: 50px;
	border-style: none;
	border-width: 0px;
	max-height: 98px;
	width: auto;
	max-width: 98px;
}
.AttributeLandingPurusSubtitle,.ReadonlyAttributeLandingPurusSubtitle,.AttributeLandingPurusMainNumbersSubtitle,.ReadonlyAttributeLandingPurusMainNumbersSubtitle
{
	font-size: 18px;
	color: black;
	max-width: 250px;
}
.ReadonlyAttributeLandingPurusSubtitle
{
	border-width: 0px;
}
.AttributeLandingPurusMainNumbersSubtitle,.ReadonlyAttributeLandingPurusMainNumbersSubtitle
{
	font-weight: bold;
}
.ReadonlyAttributeLandingPurusMainNumbersSubtitle
{
	border-width: 0px;
}
.AttributeLandingPurusSimpleTitle,.ReadonlyAttributeLandingPurusSimpleTitle
{
	font-size: 27px;
	font-weight: 900;
	color: black;
	text-align: center;
}
.ReadonlyAttributeLandingPurusSimpleTitle
{
	border-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%;
	box-shadow:none;
}
.ReadonlyAttributeLandingPurusCustomersImage
{
	border-width: 0px;
}
.QuestionClass,.BlobContentQuestionClass,.ReadonlyBlobContentQuestionClass,.BlobInputQuestionClass,.ReadonlyQuestionClass
{
	white-space: nowrap;
	font-size: 26px;
	font-weight: bold;
	color: #006400;
}
.ReadonlyBlobContentQuestionClass
{
	border-width: 0px;
}
.ReadonlyQuestionClass
{
	border-width: 0px;
}
.ProductTitleCard,.BlobContentProductTitleCard,.ReadonlyBlobContentProductTitleCard,.BlobInputProductTitleCard,.ReadonlyProductTitleCard
{
	margin-top: 20px;
	padding-right: 3pt;
	white-space: normal;
	font-family: Lato-Regular_ttf;
	font-size: 16px;
	color: #006400;
	max-width: 500px;
	vertical-align: middle;
	margin-left: 1%;
	max-width: 94%;
	.box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentProductTitleCard
{
	border-width: 0px;
}
.ReadonlyProductTitleCard
{
	border-width: 0px;
	text-align: left;
}
.NewsCardImage,.BlobContentNewsCardImage,.ReadonlyBlobContentNewsCardImage,.BlobInputNewsCardImage,.ReadonlyNewsCardImage
{
	box-shadow: 0px 0px 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
	background-color: white;
	border-style: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	font-family: Lato-Regular_ttf;
	height: 125px;
	max-height: 125px;
	width: 100%;
	max-width: 100%;
	object-fit:contain;
}
.BlobContentNewsCardImage,.ReadonlyBlobContentNewsCardImage
{
	box-shadow: 0px 0px 0px;
}
.ReadonlyBlobContentNewsCardImage
{
	box-shadow: 0px 0px 0px;
	border-width: 0px;
}
.BlobInputNewsCardImage
{
	box-shadow: 0px 0px 0px;
}
.ReadonlyNewsCardImage
{
	box-shadow: 0px 0px 0px;
	margin-left: -9px;
	border-width: 0px;
}
.NewsTitleCard,.BlobContentNewsTitleCard,.ReadonlyBlobContentNewsTitleCard,.BlobInputNewsTitleCard,.ReadonlyNewsTitleCard
{
	margin-top: 20px;
	padding-right: 3pt;
	white-space: normal;
	font-family: Lato-Regular_ttf;
	font-size: 14px;
	font-weight: 500;
	color: white;
	max-width: 358px;
	box-shadow:none;
}
.ReadonlyBlobContentNewsTitleCard
{
	border-width: 0px;
}
.ReadonlyNewsTitleCard
{
	border-width: 0px;
	font-weight: normal;
	text-align: justify;
}
.Certificates,.BlobContentCertificates,.ReadonlyBlobContentCertificates,.BlobInputCertificates,.ReadonlyCertificates
{
	box-shadow: 0px 0px 14px 0px #28a828;
	display: block;
	background-color: white;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	font-family: Lato-Regular_ttf;
	width: 638px;
	max-width: 638px;
	object-fit:cover;
}
.BlobContentCertificates,.ReadonlyBlobContentCertificates
{
	box-shadow: 0px 0px 14px 0px #28a828;
}
.ReadonlyBlobContentCertificates
{
	box-shadow: 0px 0px 14px 0px #28a828;
	border-width: 0px;
}
.BlobInputCertificates
{
	box-shadow: 0px 0px 14px 0px #28a828;
}
.ReadonlyCertificates
{
	box-shadow: 0px 0px 14px 0px #28a828;
	border-width: 0px;
}
.CertificateTitle,.BlobContentCertificateTitle,.ReadonlyBlobContentCertificateTitle,.BlobInputCertificateTitle,.ReadonlyCertificateTitle
{
	white-space: nowrap;
	font-size: 25px;
	color: #006400;
	text-align: justify;
}
.ReadonlyBlobContentCertificateTitle
{
	border-width: 0px;
}
.ReadonlyCertificateTitle
{
	border-width: 0px;
}
.ProductSearch,.BlobContentProductSearch,.ReadonlyBlobContentProductSearch,.BlobInputProductSearch,.ReadonlyProductSearch
{
	margin-top: 10px;
	margin-top: 10px;
	border-top-color: #9E9E9E;
	 border-bottom-color: #9E9E9E;
	 border-left-color: #9E9E9E;
	border-right-color: #9E9E9E;
	border-style: solid;
	border-width: 1px;
	background-color: #a8b9ce3b;
}
.ReadonlyBlobContentProductSearch
{
	border-width: 0px;
}
.ReadonlyProductSearch
{
	border-width: 0px;
}
.ProductCardImageHome,.BlobContentProductCardImageHome,.ReadonlyBlobContentProductCardImageHome,.BlobInputProductCardImageHome,.ReadonlyProductCardImageHome
{
	margin-left: 0px;
	display: block;
	font-family: Lato-Regular_ttf;
	height: 382px;
	max-height: 100%;
	font-family: Lato-Regular_ttf;
	height: 382px;
	max-height: 100%;
	max-width: 389px;
	object-fit: cover;
	margin-left: -4%;
	margin-top: -3%;
}
.ReadonlyBlobContentProductCardImageHome
{
	border-width: 0px;
}
.ReadonlyProductCardImageHome
{
	border-width: 0px;
	font-family: Lato-Regular_ttf;
	height: 353px;
	max-height: 100%;
	max-width: 389px;
	object-fit: cover;
	    margin-left: -8% !important;
	margin-top: -3%;
}
.NewsShortDesDetails,.BlobContentNewsShortDesDetails,.ReadonlyBlobContentNewsShortDesDetails,.BlobInputNewsShortDesDetails,.ReadonlyNewsShortDesDetails
{
	margin-left: 222px;
	border-style: none;
	font-size: 30px;
	width: 965px;
	max-width: 965px;
	text-align: justify;
}
.ReadonlyBlobContentNewsShortDesDetails
{
	border-width: 0px;
}
.ReadonlyNewsShortDesDetails
{
	border-width: 0px;
}
.NewsTitleDetails,.BlobContentNewsTitleDetails,.ReadonlyBlobContentNewsTitleDetails,.BlobInputNewsTitleDetails,.ReadonlyNewsTitleDetails
{
	border-style: none;
	font-size: 40px;
	color: #1a2226;
	width: 1111px;
	max-width: 1111px;
	text-align: justify;
}
.ReadonlyBlobContentNewsTitleDetails
{
	border-width: 0px;
}
.ReadonlyNewsTitleDetails
{
	border-width: 0px;
}
.NewsLongDesDetails,.BlobContentNewsLongDesDetails,.ReadonlyBlobContentNewsLongDesDetails,.BlobInputNewsLongDesDetails,.ReadonlyNewsLongDesDetails
{
	margin-left: 77px;
	margin-right: 137px;
	border-style: none;
	font-size: 18px;
	width: 1265px;
	max-width:  1265px;
	text-align: justify;
}
.ReadonlyBlobContentNewsLongDesDetails
{
	border-width: 0px;
}
.ReadonlyNewsLongDesDetails
{
	border-width: 0px;
}
.HTMDescription,.BlobContentHTMDescription,.ReadonlyBlobContentHTMDescription,.BlobInputHTMDescription,.ReadonlyHTMDescription
{
	border-style: none;
	font-size: 18px;
	width: 100%;
	max-width: 100%;
	text-align: justify;
	line-height: 23px;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentHTMDescription
{
	border-width: 0px;
}
.ReadonlyHTMDescription
{
	border-width: 0px;
}
.AboutUsDescription,.BlobContentAboutUsDescription,.ReadonlyBlobContentAboutUsDescription,.BlobInputAboutUsDescription,.ReadonlyAboutUsDescription
{
	margin-right: 140px;
	border-style: none;
	font-family: Lato-Regular_ttf;
	font-size: 18px;
	width: 120%;
	max-width: 120%;
	text-align: justify;
	box-shadow:none;
}
.ReadonlyBlobContentAboutUsDescription
{
	border-width: 0px;
}
.ReadonlyAboutUsDescription
{
	border-width: 0px;
}
.ProductItemCodeDeteils,.BlobContentProductItemCodeDeteils,.ReadonlyBlobContentProductItemCodeDeteils,.BlobInputProductItemCodeDeteils,.ReadonlyProductItemCodeDeteils
{
	margin-top: 5%;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 20px;
	color: #727272;
	line-height:17px;
}
.ReadonlyBlobContentProductItemCodeDeteils
{
	border-width: 0px;
}
.ReadonlyProductItemCodeDeteils
{
	border-width: 0px;
}
.ProductTitleDetiels,.BlobContentProductTitleDetiels,.ReadonlyBlobContentProductTitleDetiels,.BlobInputProductTitleDetiels,.ReadonlyProductTitleDetiels
{
	margin-top: 5%;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 20px;
	color: #727272;
	line-height:17px;
}
.ReadonlyBlobContentProductTitleDetiels
{
	border-width: 0px;
}
.ReadonlyProductTitleDetiels
{
	border-width: 0px;
}
.CardImageAttributeWhiteSubtitleWithShadowDeteils,.BlobContentCardImageAttributeWhiteSubtitleWithShadowDeteils,.ReadonlyBlobContentCardImageAttributeWhiteSubtitleWithShadowDeteils,.BlobInputCardImageAttributeWhiteSubtitleWithShadowDeteils,.ReadonlyCardImageAttributeWhiteSubtitleWithShadowDeteils
{
	font-size: 16px;
	color: #008000;
	line-height:17px;
	margin-left: 1%;
	margin-top: 1%;
}
.ReadonlyBlobContentCardImageAttributeWhiteSubtitleWithShadowDeteils
{
	border-width: 0px;
}
.ReadonlyCardImageAttributeWhiteSubtitleWithShadowDeteils
{
	border-width: 0px;
}
.CardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.BlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.ReadonlyBlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.BlobInputCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.ReadonlyCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.CardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.BlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.ReadonlyBlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.BlobInputCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.ReadonlyCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 20px;
	color: #008000;
	line-height:17px;
}
.ReadonlyBlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel
{
	border-width: 0px;
}
.ReadonlyCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel
{
	border-width: 0px;
	font-family: BeVietnam-Regular;
}
.ProductCardImageHomeDetails,.BlobContentProductCardImageHomeDetails,.ReadonlyBlobContentProductCardImageHomeDetails,.BlobInputProductCardImageHomeDetails,.ReadonlyProductCardImageHomeDetails
{
	margin-left: 0px;
	display: block;
	font-family: Lato-Regular_ttf;
	max-height: 100%;
	width: 100%;
	max-width: 100%;
	object-fit:cover;
	 height: 909px;
}
.ReadonlyBlobContentProductCardImageHomeDetails
{
	border-width: 0px;
}
.ReadonlyProductCardImageHomeDetails
{
	border-width: 0px;
}
.HeroSectionTitle,.BlobContentHeroSectionTitle,.ReadonlyBlobContentHeroSectionTitle,.BlobInputHeroSectionTitle,.ReadonlyHeroSectionTitle
{
	font-family: Montserrat;
	max-width: 100%;
	font-size: 66px;
	color: #444444;
	font-weight: bolder;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentHeroSectionTitle
{
	border-width: 0px;
}
.ReadonlyHeroSectionTitle
{
	border-width: 0px;
	font-family: BeVietnam-Regular;
	max-width: 100%;
	max-width: 100%;
	font-size: 66px;
	color: #444444;
	font-weight: bolder;
	box-shadow:none;
	  border-left-width:0;
	    font-family: 'BeVietnam-Regular';
	border-right-width:0;
	border-top-width:0;
}
.HeroSectionDescription,.BlobContentHeroSectionDescription,.ReadonlyBlobContentHeroSectionDescription,.BlobInputHeroSectionDescription,.ReadonlyHeroSectionDescription,.InviteMessageText,.BlobContentInviteMessageText,.ReadonlyBlobContentInviteMessageText,.BlobInputInviteMessageText,.ReadonlyInviteMessageText,.CategoriesCombo,.BlobContentCategoriesCombo,.ReadonlyBlobContentCategoriesCombo,.BlobInputCategoriesCombo,.ReadonlyCategoriesCombo
{
	max-width: 80%;
	border-width: 0px;
	color: #444444;
	font-size: 17px;
	white-space: break-spaces;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentHeroSectionDescription
{
	border-width: 0px;
}
.ReadonlyHeroSectionDescription
{
	border-width: 0px;
}
.InviteMessageText,.BlobContentInviteMessageText,.ReadonlyBlobContentInviteMessageText,.BlobInputInviteMessageText,.ReadonlyInviteMessageText
{
	font-size: 18px;
	font-weight: 700;
	color: #000;
	height: 30px;
	max-width: 500px;
	margin-left: -1%;
	padding-bottom: 24px !important;
	border-bottom: none !important;
	padding-top: 22px;
}
.CategoriesCombo,.BlobContentCategoriesCombo,.ReadonlyBlobContentCategoriesCombo,.BlobInputCategoriesCombo,.ReadonlyCategoriesCombo
{
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	height: 30px;
	max-width: 500px;
	padding-top: 23px;
	margin-top: -19%;
	padding-bottom: 44px;
}
.CategoryLongDescription,.BlobContentCategoryLongDescription,.ReadonlyBlobContentCategoryLongDescription,.BlobInputCategoryLongDescription,.ReadonlyCategoryLongDescription
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 14px;
	color: white;
	max-width: 100%;
	color: #6C6C6A;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentCategoryLongDescription
{
	border-width: 0px;
}
.ReadonlyCategoryLongDescription
{
	border-width: 0px;
}
.Weoffermanymedicalequipmentsandsupplies,.BlobContentWeoffermanymedicalequipmentsandsupplies,.ReadonlyBlobContentWeoffermanymedicalequipmentsandsupplies,.BlobInputWeoffermanymedicalequipmentsandsupplies,.ReadonlyWeoffermanymedicalequipmentsandsupplies
{
	border-style: none;
	color: #2B6439;
	max-width: 50%;
	font-size: 33px;
	font-weight: bolder;
	box-shadow: none;
}
.ReadonlyBlobContentWeoffermanymedicalequipmentsandsupplies
{
	border-width: 0px;
}
.ReadonlyWeoffermanymedicalequipmentsandsupplies
{
	border-width: 0px;
}
.WeareprovidingthebestmedicalequipmentinSaudiArabia,.BlobContentWeareprovidingthebestmedicalequipmentinSaudiArabia,.ReadonlyBlobContentWeareprovidingthebestmedicalequipmentinSaudiArabia,.BlobInputWeareprovidingthebestmedicalequipmentinSaudiArabia,.ReadonlyWeareprovidingthebestmedicalequipmentinSaudiArabia
{
	border-style: none;
	color: #2B6439;
	max-width: 50%;
	font-size: 33px;
	font-weight: bolder;
	box-shadow: none;
}
.ReadonlyBlobContentWeareprovidingthebestmedicalequipmentinSaudiArabia
{
	border-width: 0px;
}
.ReadonlyWeareprovidingthebestmedicalequipmentinSaudiArabia
{
	border-width: 0px;
}
.SaudiVisionImage,.BlobContentSaudiVisionImage,.ReadonlyBlobContentSaudiVisionImage,.BlobInputSaudiVisionImage,.ReadonlySaudiVisionImage
{
	max-width: 488px;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentSaudiVisionImage
{
	border-width: 0px;
}
.ReadonlySaudiVisionImage
{
	border-width: 0px;
}
.SaudiVisionTitel,.BlobContentSaudiVisionTitel,.ReadonlyBlobContentSaudiVisionTitel,.BlobInputSaudiVisionTitel,.ReadonlySaudiVisionTitel
{
	border-width: 0px;
	font-size: 29px;
	font-weight: 500;
	line-height: 44px;
	letter-spacing: 0em;
	text-align: left;
	max-width: 100%;
}
.ReadonlyBlobContentSaudiVisionTitel
{
	border-width: 0px;
}
.ReadonlySaudiVisionTitel
{
	border-width: 0px;
}
.SaudiVisionDescription,.BlobContentSaudiVisionDescription,.ReadonlyBlobContentSaudiVisionDescription,.BlobInputSaudiVisionDescription,.ReadonlySaudiVisionDescription
{
	border-width: 0px;
	max-width: 95%;
	font-size: 16px;
}
.ReadonlyBlobContentSaudiVisionDescription
{
	border-width: 0px;
}
.ReadonlySaudiVisionDescription
{
	border-width: 0px;
}
.HeroSectionImageNew,.BlobContentHeroSectionImageNew,.ReadonlyBlobContentHeroSectionImageNew,.BlobInputHeroSectionImageNew,.ReadonlyHeroSectionImageNew
{
	max-width: 785px;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentHeroSectionImageNew
{
	border-width: 0px;
}
.ReadonlyHeroSectionImageNew
{
	border-width: 0px;
	max-width: 709px;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.TitelProductNew,.BlobContentTitelProductNew,.ReadonlyBlobContentTitelProductNew,.BlobInputTitelProductNew,.ReadonlyTitelProductNew
{
	margin-top: 0px;
	padding-right: 3pt;
	white-space: normal;
	border-style: none;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	max-width: 500px;
	vertical-align: middle;
	word-break: break-word;
	margin-left: 1%;
	max-width: 95%;
	.box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentTitelProductNew
{
	border-width: 0px;
}
.ContactInfoThirdPhone,.BlobContentContactInfoThirdPhone,.ReadonlyBlobContentContactInfoThirdPhone,.BlobInputContactInfoThirdPhone,.ReadonlyContactInfoThirdPhone
{
	font-family: Montserrat;
	color: #474747;
	color: #474747;
	    margin-left: 13%;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentContactInfoThirdPhone
{
	border-width: 0px;
}
.ReadonlyContactInfoThirdPhone
{
	border-width: 0px;
}
.ContactInfoSucandPhone,.BlobContentContactInfoSucandPhone,.ReadonlyBlobContentContactInfoSucandPhone,.BlobInputContactInfoSucandPhone,.ReadonlyContactInfoSucandPhone
{
	margin-top: 0%;
	color: #474747;
	color: #474747;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentContactInfoSucandPhone
{
	border-width: 0px;
}
.ReadonlyContactInfoSucandPhone
{
	border-width: 0px;
	color: #474747;
	  box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.AttributeLandingPurusFooterText,.BlobContentAttributeLandingPurusFooterText,.ReadonlyBlobContentAttributeLandingPurusFooterText,.BlobInputAttributeLandingPurusFooterText,.ReadonlyAttributeLandingPurusFooterText
{
	padding-right: 3pt;
	white-space: nowrap;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 14px;
	color: #474747;
	vertical-align: middle;
	line-height:23px;
}
.ReadonlyBlobContentAttributeLandingPurusFooterText
{
	border-width: 0px;
}
.ReadonlyAttributeLandingPurusFooterText
{
	border-width: 0px;
}
.ContactInfoFirstPhoneNew,.BlobContentContactInfoFirstPhone,.ReadonlyBlobContentContactInfoFirstPhone,.BlobInputContactInfoFirstPhone,.ReadonlyContactInfoFirstPhone
{
	font-family: Montserrat;
	color: #474747;
	margin-left: 0%;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentContactInfoFirstPhone
{
	border-width: 0px;
}
.ReadonlyContactInfoFirstPhone
{
	border-width: 0px;
}
.AttributeLandingPurusSloganSubtitleAbout,.BlobContentAttributeLandingPurusSloganSubtitleAbout,.ReadonlyBlobContentAttributeLandingPurusSloganSubtitleAbout,.BlobInputAttributeLandingPurusSloganSubtitleAbout,.ReadonlyAttributeLandingPurusSloganSubtitleAbout
{
	margin-right: 670px;
	padding-right: 3pt;
	white-space: normal;
	color: white;
	width: 659px;
	text-align: justify;
	vertical-align: middle;
	height: 445px;
	margin-right: 670px;
	padding-right: 3pt;
	white-space: normal;
	font-size: 24px;
	color: white;
	text-align: justify;
	vertical-align: middle;
	line-height:31px;
	max-width: 45%;
}
.ReadonlyBlobContentAttributeLandingPurusSloganSubtitleAbout
{
	border-width: 0px;
}
.ReadonlyAttributeLandingPurusSloganSubtitleAbout
{
	border-width: 0px;
	margin-right: 670px;
	padding-right: 3pt;
	white-space: normal;
	font-size: 21px;
	color: white;
	text-align: justify;
	vertical-align: middle;
	line-height: 31px;
	max-width: 45%;
}
.HowWeAreTitle,.BlobInputHowWeAreTitle,.BlobContentHowWeAreTitle,.ReadonlyBlobContentHowWeAreTitle,.ReadonlyHowWeAreTitle
{
	max-width: 100%;
	font-size: 40px;
	font-weight: 700;
	line-height: 57px;
	letter-spacing: 0.20000000298023224px;
	text-align: left;
	color: #252B42;
	border-style: none;
}
.ReadonlyBlobContentHowWeAreTitle
{
	border-width: 0px;
}
.ReadonlyHowWeAreTitle
{
	border-width: 0px;
	max-width: 100%;
	max-width: 100%;
	font-size: 40px;
	font-weight: 700;
	line-height: 57px;
	letter-spacing: 0.20000000298023224px;
	text-align: left;
	color: #252B42;
	border-style: none;
}
.HowWeAreLongDescription,.BlobInputHowWeAreLongDescription,.BlobContentHowWeAreLongDescription,.ReadonlyBlobContentHowWeAreLongDescription,.ReadonlyHowWeAreLongDescription
{
	max-width: 100%;
	border-width: 0px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.20000000298023224px;
	text-align: left;
}
.ReadonlyBlobContentHowWeAreLongDescription
{
	border-width: 0px;
}
.ReadonlyHowWeAreLongDescription
{
	border-width: 0px;
	max-width: 85%;
	border-width: 0px;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.20000000298023224px;
	text-align: left;
}
.ReadonlyBlobContentHowWeAreImageNew
{
	border-width: 0px;
}
.ReadonlyHowWeAreImageNew
{
	border-width: 0px;
}
.WhatDoWeOfferTitle,.BlobContentTableWhatDoWeOfferTitle,.ReadonlyBlobContentTableWhatDoWeOfferTitle,.BlobInputTableWhatDoWeOfferTitle,.ReadonlyWhatDoWeOfferTitle
{
	border-width: 0px;
	 text-align: center;
	color: #000;
	font-size: 41px;
	max-width: 100%;
	padding-bottom: 3%;
}
.ReadonlyBlobContentTableWhatDoWeOfferTitle
{
	border-width: 0px;
}
.ReadonlyWhatDoWeOfferTitle
{
	border-width: 0px;
}
.ReadonlyBlobContentTableWhatDoWeOfferImage
{
	border-width: 0px;
}
.ReadonlyWhatDoWeOfferImage
{
	border-width: 0px;
}
.LandingPurusSloganSubtitleAboutNew,.BlobContentLandingPurusSloganSubtitleAboutNew,.ReadonlyBlobContentLandingPurusSloganSubtitleAboutNew,.BlobInputLandingPurusSloganSubtitleAboutNew,.ReadonlyLandingPurusSloganSubtitleAboutNew
{
	margin-right: 670px;
	padding-right: 3pt;
	white-space: normal;
	font-family: Lato-Regular_ttf;
	font-size: 26px;
	color: white;
	width: 659px;
	text-align: justify;
	vertical-align: middle;
	line-height:25px;
}
.ReadonlyBlobContentLandingPurusSloganSubtitleAboutNew
{
	border-width: 0px;
}
.ReadonlyLandingPurusSloganSubtitleAboutNew
{
	border-width: 0px;
}
.BrandImage,.BlobContentBrandImage,.ReadonlyBlobContentBrandImage,.BlobInputBrandImage,.ReadonlyBrandImage
{
	border-radius: 100px !important;
	width: 105% !important;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBrandImage
{
	border-width: 0px;
}
.ReadonlyBrandImage
{
	border-width: 0px;
}
.CatalogsTitleEn,.BlobContentCatalogsTitleEn,.ReadonlyBlobContentCatalogsTitleEn,.BlobInputCatalogsTitleEn,.ReadonlyCatalogsTitleEn
{
	font-size: 40px;
	font-weight: 400;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 28px;
	text-align: center;
	color: #000000;
}
.ReadonlyBlobContentCatalogsTitleEn
{
	border-width: 0px;
}
.ReadonlyCatalogsTitleEn
{
	border-width: 0px;
}
.CatalogsDescriptionEn,.BlobContentCatalogsDescriptionEn,.ReadonlyBlobContentCatalogsDescriptionEn,.BlobInputCatalogsDescriptionEn,.ReadonlyCatalogsDescriptionEn
{
	font-style: normal;
	  font-weight: 400;
	font-size: 19px;
	line-height: 28px;
	 text-align: center;
	 color: #000000;
	 max-width: 72%;
}
.ReadonlyBlobContentCatalogsDescriptionEn
{
	border-width: 0px;
}
.ReadonlyCatalogsDescriptionEn
{
	border-width: 0px;
}
.NewsImage,.BlobContentNewsImage,.ReadonlyBlobContentNewsImage,.BlobInputNewsImage,.ReadonlyNewsImage
{
	position: absolute;
	 max-width: 627px;
	left: 0px;
	top: 0px;
}
.ReadonlyBlobContentNewsImage
{
	border-width: 0px;
}
.ReadonlyNewsImage
{
	border-width: 0px;
}
.NewsEnTitle,.BlobContentNewsEnTitle,.ReadonlyBlobContentNewsEnTitle,.BlobInputNewsEnTitle,.ReadonlyNewsEnTitle
{
	margin-top: 64%;
	font-style: normal;
	font-size: 29px;
	line-height: 33px;
	text-transform: apitalize;
	color: #FFFFFF;
	max-width: 426px;
}
.ReadonlyBlobContentNewsEnTitle
{
	border-width: 0px;
}
.ReadonlyNewsEnTitle
{
	border-width: 0px;
}
.NewsEnShortDescription,.BlobContentNewsEnShortDescription,.ReadonlyBlobContentNewsEnShortDescription,.BlobInputNewsEnShortDescription,.ReadonlyNewsEnShortDescription
{
	font-style: normal;
	font-weight: 500;
	font-size: 31px;
	line-height: 44px;
	text-transform: capitalize;
	color: #000000;
	 max-width: 400px;
	 margin-left: -68px;
}
.ReadonlyBlobContentNewsEnShortDescription
{
	border-width: 0px;
}
.ReadonlyNewsEnShortDescription
{
	border-width: 0px;
}
.NewsEnLongDescription,.BlobContentNewsEnLongDescription,.ReadonlyBlobContentNewsEnLongDescription,.BlobInputNewsEnLongDescription,.ReadonlyNewsEnLongDescription
{
	font-size: 19px;
	line-height: 22px;
	color: #000000;
	max-width: 398px;
	margin-top: 4%;
	margin-left: -5%;
}
.ReadonlyBlobContentNewsEnLongDescription
{
	border-width: 0px;
}
.ReadonlyNewsEnLongDescription
{
	border-width: 0px;
}
.NewsEnTitle1,.BlobContentNewsEnTitle1,.ReadonlyBlobContentNewsEnTitle1,.BlobInputNewsEnTitle1,.ReadonlyNewsEnTitle1
{
	border-style: none;
	width: 393px;
	left: 140px;
	top: 1373px;
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 27px;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-left: -18%;
	margin-top: -2%;
}
.ReadonlyBlobContentNewsEnTitle1
{
	border-width: 0px;
}
.ReadonlyNewsEnTitle1
{
	border-width: 0px;
}
.NewsImage1,.BlobContentNewsImage1,.ReadonlyBlobContentNewsImage1,.BlobInputNewsImage1,.ReadonlyNewsImage1
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	position: absolute;
	 max-width: 627px;
	left: 0px;
	top: 0px;
}
.ReadonlyBlobContentNewsImage1
{
	border-width: 0px;
}
.NewsEnTitle2,.BlobContentNewsEnTitle2,.ReadonlyBlobContentNewsEnTitle2,.BlobInputNewsEnTitle2,.ReadonlyNewsEnTitle2
{
	margin-top: 64%;
	font-style: normal;
	font-size: 29px;
	line-height: 33px;
	text-transform: apitalize;
	color: #FFFFFF;
	max-width: 426px;
}
.ReadonlyBlobContentNewsEnTitle2
{
	border-width: 0px;
}
.ReadonlyNewsEnTitle2
{
	border-width: 0px;
}
.NewsEnTitle3,.BlobContentNewsEnTitle3,.ReadonlyBlobContentNewsEnTitle3,.BlobInputNewsEnTitle3,.ReadonlyNewsEnTitle3
{
	border-style: none;
	border-style: none;
	left: 140px;
	top: 1373px;
	font-style: normal;
	 font-weight: 500;
	font-size: 17px;
	line-height: 27px;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-left: -19%;
	 margin-top: -2%;
	max-width: 21%;
}
.ReadonlyBlobContentNewsEnTitle3
{
	border-width: 0px;
}
.ReadonlyNewsEnTitle3
{
	border-width: 0px;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 27px;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-left: -18%;
	margin-top: -2%;
	max-width: 21%;
}
.NewsEnShortDescription1,.BlobContentNewsEnShortDescription1,.ReadonlyBlobContentNewsEnShortDescription1,.BlobInputNewsEnShortDescription1,.ReadonlyNewsEnShortDescription1
{
	font-style: normal;
	font-weight: 500;
	font-size: 31px;
	line-height: 44px;
	text-transform: capitalize;
	color: #000000;
	 max-width: 400px;
	 margin-left: -68px;
}
.ReadonlyBlobContentNewsEnShortDescription1
{
	border-width: 0px;
}
.ReadonlyNewsEnShortDescription1
{
	border-width: 0px;
}
.NewsEnLongDescription1,.BlobContentNewsEnLongDescription1,.ReadonlyBlobContentNewsEnLongDescription1,.BlobInputNewsEnLongDescription1,.ReadonlyNewsEnLongDescription1
{
	font-size: 19px;
	line-height: 22px;
	color: #000000;
	max-width: 398px;
	margin-top: 4%;
	margin-left: -5%;
}
.ReadonlyBlobContentNewsEnLongDescription1
{
	border-width: 0px;
}
.ReadonlyNewsEnLongDescription1
{
	border-width: 0px;
}
.NewsEnTitle4,.BlobContentNewsEnTitle4,.ReadonlyBlobContentNewsEnTitle4,.BlobInputNewsEnTitle4,.ReadonlyNewsEnTitle4
{
	border-style: none;
	left: 140px;
	top: 1373px;
	font-style: normal;
	 font-weight: 500;
	font-size: 17px;
	line-height: 27px;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-left: -19%;
	 margin-top: -2%;
	max-width: 100%;
}
.ReadonlyBlobContentNewsEnTitle4
{
	border-width: 0px;
}
.ReadonlyNewsEnTitle4
{
	border-width: 0px;
}
.NewsEnTitle5,.BlobContentNewsEnTitle5,.ReadonlyBlobContentNewsEnTitle5,.BlobInputNewsEnTitle5,.ReadonlyNewsEnTitle5
{
	border-width: 0px;
	border-style: none;
	border-style: none;
	left: 140px;
	top: 1373px;
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
	 line-height: 27px;
	 text-transform: capitalize;
	 color: #FFFFFF;
	 margin-left: -19%;
	margin-top: -2%;
	 max-width: 100%;
}
.ReadonlyBlobContentNewsEnTitle5
{
	border-width: 0px;
}
.ReadonlyNewsEnTitle5
{
	border-width: 0px;
}
.NewsImage2,.BlobContentNewsImage2,.ReadonlyBlobContentNewsImage2,.BlobInputNewsImage2,.ReadonlyNewsImage2
{
	max-width: 319px;
	width: 100%;
	height: 303px;
}
.ReadonlyBlobContentNewsImage2
{
	border-width: 0px;
}
.ReadonlyNewsImage2
{
	border-width: 0px;
}
.NewsImage3,.BlobContentNewsImage3,.ReadonlyBlobContentNewsImage3,.BlobInputNewsImage3,.ReadonlyNewsImage3
{
	max-width: 309px;
	width: 100%;
	height: 303px;
}
.ReadonlyBlobContentNewsImage3
{
	border-width: 0px;
}
.ReadonlyNewsImage3
{
	border-width: 0px;
}
.NewsImage4,.BlobContentNewsImage4,.ReadonlyBlobContentNewsImage4,.BlobInputNewsImage4,.ReadonlyNewsImage4
{
	max-width: 681px;
	 width: 112.6%;
	height: 215px;
}
.ReadonlyBlobContentNewsImage4
{
	border-width: 0px;
}
.ReadonlyNewsImage4
{
	border-width: 0px;
}
.ImageDownloded,.BlobContentImageDownloded,.ReadonlyBlobContentImageDownloded,.BlobInputImageDownloded,.ReadonlyImageDownloded
{
	border-style: none;
	width: 106px !important;
	    height: 106px !important;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentImageDownloded
{
	border-width: 0px;
}
.ReadonlyImageDownloded
{
	border-width: 0px;
}
.ContactUsInformation,.BlobContentContactUsInformation,.ReadonlyBlobContentContactUsInformation,.BlobInputContactUsInformation,.ReadonlyContactUsInformation
{
	border-radius: 11px !important;
	  padding: 16px;
	max-width: 150%;
	width: 160%;
	border: 2px solid rgba(145, 158, 171, 0.24);
	height: 188%;
	max-height: 99%;
}
.ReadonlyBlobContentContactUsInformation
{
	border-width: 0px;
}
.ReadonlyContactUsInformation
{
	border-width: 0px;
	border-radius: 15px !important;
	  padding: 12px;
	max-width: 67%;
	width: 160%;
	border: 2px solid rgba(145, 158, 171, 0.24);
	height: 188%;
	max-height: 99%;
}
.ContactUsTitle,.BlobContentContactUsTitle,.ReadonlyBlobContentContactUsTitle,.BlobInputContactUsTitle,.ReadonlyContactUsTitle
{
	margin-left: 0%;
	 font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 28px;
	text-align: center;
	color: #000000;
}
.ReadonlyBlobContentContactUsTitle
{
	border-width: 0px;
}
.ReadonlyContactUsTitle
{
	border-width: 0px;
}
.ContactUsShortDescription,.BlobContentContactUsShortDescription,.ReadonlyBlobContentContactUsShortDescription,.BlobInputContactUsShortDescription,.ReadonlyContactUsShortDescription
{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #000000;
	max-width: 61%;
}
.ReadonlyBlobContentContactUsShortDescription
{
	border-width: 0px;
}
.ReadonlyContactUsShortDescription
{
	border-width: 0px;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 28px;
	text-align: center;
	color: #000000;
	max-width: 60%;
	white-space: break-spaces;
	margin-left: -11%;
	margin-top: 3%;
}
.ContactUsInformation1,.BlobContentContactUsInformation1,.ReadonlyBlobContentContactUsInformation1,.BlobInputContactUsInformation1,.ReadonlyContactUsInformation1,.ContactUsInformation11,.BlobContentContactUsInformation11,.ReadonlyBlobContentContactUsInformation11,.BlobInputContactUsInformation11,.ReadonlyContactUsInformation11,input.ContactUsInformation:focus, textarea.ContactUsInformation:focus, select.ContactUsInformation:focus, .ContactUsInformation>A:focus,input.BlobContentContactUsInformation:focus, textarea.BlobContentContactUsInformation:focus, select.BlobContentContactUsInformation:focus, .BlobContentContactUsInformation>A:focus,input.ReadonlyBlobContentContactUsInformation:focus, textarea.ReadonlyBlobContentContactUsInformation:focus, select.ReadonlyBlobContentContactUsInformation:focus, .ReadonlyBlobContentContactUsInformation>A:focus,input.BlobInputContactUsInformation:focus, textarea.BlobInputContactUsInformation:focus, select.BlobInputContactUsInformation:focus, .BlobInputContactUsInformation>A:focus,input.ReadonlyContactUsInformation:focus, textarea.ReadonlyContactUsInformation:focus, select.ReadonlyContactUsInformation:focus, .ReadonlyContactUsInformation>A:focus,input.ContactUsInformation1:focus, textarea.ContactUsInformation1:focus, select.ContactUsInformation1:focus, .ContactUsInformation1>A:focus,input.BlobContentContactUsInformation1:focus, textarea.BlobContentContactUsInformation1:focus, select.BlobContentContactUsInformation1:focus, .BlobContentContactUsInformation1>A:focus,input.ReadonlyBlobContentContactUsInformation1:focus, textarea.ReadonlyBlobContentContactUsInformation1:focus, select.ReadonlyBlobContentContactUsInformation1:focus, .ReadonlyBlobContentContactUsInformation1>A:focus,input.BlobInputContactUsInformation1:focus, textarea.BlobInputContactUsInformation1:focus, select.BlobInputContactUsInformation1:focus, .BlobInputContactUsInformation1>A:focus,input.ReadonlyContactUsInformation1:focus, textarea.ReadonlyContactUsInformation1:focus, select.ReadonlyContactUsInformation1:focus, .ReadonlyContactUsInformation1>A:focus,input.ContactUsInformation11:focus, textarea.ContactUsInformation11:focus, select.ContactUsInformation11:focus, .ContactUsInformation11>A:focus,input.BlobContentContactUsInformation11:focus, textarea.BlobContentContactUsInformation11:focus, select.BlobContentContactUsInformation11:focus, .BlobContentContactUsInformation11>A:focus,input.ReadonlyBlobContentContactUsInformation11:focus, textarea.ReadonlyBlobContentContactUsInformation11:focus, select.ReadonlyBlobContentContactUsInformation11:focus, .ReadonlyBlobContentContactUsInformation11>A:focus,input.BlobInputContactUsInformation11:focus, textarea.BlobInputContactUsInformation11:focus, select.BlobInputContactUsInformation11:focus, .BlobInputContactUsInformation11>A:focus,input.ReadonlyContactUsInformation11:focus, textarea.ReadonlyContactUsInformation11:focus, select.ReadonlyContactUsInformation11:focus, .ReadonlyContactUsInformation11>A:focus,input.ContactUsInformation2:focus, textarea.ContactUsInformation2:focus, select.ContactUsInformation2:focus, .ContactUsInformation2>A:focus,input.BlobContentContactUsInformation2:focus, textarea.BlobContentContactUsInformation2:focus, select.BlobContentContactUsInformation2:focus, .BlobContentContactUsInformation2>A:focus,input.ReadonlyBlobContentContactUsInformation2:focus, textarea.ReadonlyBlobContentContactUsInformation2:focus, select.ReadonlyBlobContentContactUsInformation2:focus, .ReadonlyBlobContentContactUsInformation2>A:focus,input.BlobInputContactUsInformation2:focus, textarea.BlobInputContactUsInformation2:focus, select.BlobInputContactUsInformation2:focus, .BlobInputContactUsInformation2>A:focus,input.ReadonlyContactUsInformation2:focus, textarea.ReadonlyContactUsInformation2:focus, select.ReadonlyContactUsInformation2:focus, .ReadonlyContactUsInformation2>A:focus,input.ContactUsInformation3:focus, textarea.ContactUsInformation3:focus, select.ContactUsInformation3:focus, .ContactUsInformation3>A:focus,input.BlobContentContactUsInformation3:focus, textarea.BlobContentContactUsInformation3:focus, select.BlobContentContactUsInformation3:focus, .BlobContentContactUsInformation3>A:focus,input.ReadonlyBlobContentContactUsInformation3:focus, textarea.ReadonlyBlobContentContactUsInformation3:focus, select.ReadonlyBlobContentContactUsInformation3:focus, .ReadonlyBlobContentContactUsInformation3>A:focus,input.BlobInputContactUsInformation3:focus, textarea.BlobInputContactUsInformation3:focus, select.BlobInputContactUsInformation3:focus, .BlobInputContactUsInformation3>A:focus,input.ReadonlyContactUsInformation3:focus, textarea.ReadonlyContactUsInformation3:focus, select.ReadonlyContactUsInformation3:focus, .ReadonlyContactUsInformation3>A:focus
{
	border-radius: 11px !important;
	padding: 16px;
	margin-top: 35px;
	max-width: 150%;
	width: 160%;
	border: 2px solid rgba(145, 158, 171, 0.24);
	height: 188%;
	max-height: 99%;
}
.ReadonlyBlobContentContactUsInformation1
{
	border-width: 0px;
}
.ReadonlyContactUsInformation1
{
	border-width: 0px;
	border-radius: 15px !important;
	padding: 12px;
	margin-top: 35px;
	max-width: 67%;
	width: 160%;
	border: 2px solid rgba(145, 158, 171, 0.24);
	height: 188%;
	max-height: 99%;
}
.ContactUsInformation11,.BlobContentContactUsInformation11,.ReadonlyBlobContentContactUsInformation11,.BlobInputContactUsInformation11,.ReadonlyContactUsInformation11,input.ContactUsInformation:focus, textarea.ContactUsInformation:focus, select.ContactUsInformation:focus, .ContactUsInformation>A:focus,input.BlobContentContactUsInformation:focus, textarea.BlobContentContactUsInformation:focus, select.BlobContentContactUsInformation:focus, .BlobContentContactUsInformation>A:focus,input.ReadonlyBlobContentContactUsInformation:focus, textarea.ReadonlyBlobContentContactUsInformation:focus, select.ReadonlyBlobContentContactUsInformation:focus, .ReadonlyBlobContentContactUsInformation>A:focus,input.BlobInputContactUsInformation:focus, textarea.BlobInputContactUsInformation:focus, select.BlobInputContactUsInformation:focus, .BlobInputContactUsInformation>A:focus,input.ReadonlyContactUsInformation:focus, textarea.ReadonlyContactUsInformation:focus, select.ReadonlyContactUsInformation:focus, .ReadonlyContactUsInformation>A:focus,input.ContactUsInformation1:focus, textarea.ContactUsInformation1:focus, select.ContactUsInformation1:focus, .ContactUsInformation1>A:focus,input.BlobContentContactUsInformation1:focus, textarea.BlobContentContactUsInformation1:focus, select.BlobContentContactUsInformation1:focus, .BlobContentContactUsInformation1>A:focus,input.ReadonlyBlobContentContactUsInformation1:focus, textarea.ReadonlyBlobContentContactUsInformation1:focus, select.ReadonlyBlobContentContactUsInformation1:focus, .ReadonlyBlobContentContactUsInformation1>A:focus,input.BlobInputContactUsInformation1:focus, textarea.BlobInputContactUsInformation1:focus, select.BlobInputContactUsInformation1:focus, .BlobInputContactUsInformation1>A:focus,input.ReadonlyContactUsInformation1:focus, textarea.ReadonlyContactUsInformation1:focus, select.ReadonlyContactUsInformation1:focus, .ReadonlyContactUsInformation1>A:focus,input.ContactUsInformation11:focus, textarea.ContactUsInformation11:focus, select.ContactUsInformation11:focus, .ContactUsInformation11>A:focus,input.BlobContentContactUsInformation11:focus, textarea.BlobContentContactUsInformation11:focus, select.BlobContentContactUsInformation11:focus, .BlobContentContactUsInformation11>A:focus,input.ReadonlyBlobContentContactUsInformation11:focus, textarea.ReadonlyBlobContentContactUsInformation11:focus, select.ReadonlyBlobContentContactUsInformation11:focus, .ReadonlyBlobContentContactUsInformation11>A:focus,input.BlobInputContactUsInformation11:focus, textarea.BlobInputContactUsInformation11:focus, select.BlobInputContactUsInformation11:focus, .BlobInputContactUsInformation11>A:focus,input.ReadonlyContactUsInformation11:focus, textarea.ReadonlyContactUsInformation11:focus, select.ReadonlyContactUsInformation11:focus, .ReadonlyContactUsInformation11>A:focus,input.ContactUsInformation2:focus, textarea.ContactUsInformation2:focus, select.ContactUsInformation2:focus, .ContactUsInformation2>A:focus,input.BlobContentContactUsInformation2:focus, textarea.BlobContentContactUsInformation2:focus, select.BlobContentContactUsInformation2:focus, .BlobContentContactUsInformation2>A:focus,input.ReadonlyBlobContentContactUsInformation2:focus, textarea.ReadonlyBlobContentContactUsInformation2:focus, select.ReadonlyBlobContentContactUsInformation2:focus, .ReadonlyBlobContentContactUsInformation2>A:focus,input.BlobInputContactUsInformation2:focus, textarea.BlobInputContactUsInformation2:focus, select.BlobInputContactUsInformation2:focus, .BlobInputContactUsInformation2>A:focus,input.ReadonlyContactUsInformation2:focus, textarea.ReadonlyContactUsInformation2:focus, select.ReadonlyContactUsInformation2:focus, .ReadonlyContactUsInformation2>A:focus,input.ContactUsInformation3:focus, textarea.ContactUsInformation3:focus, select.ContactUsInformation3:focus, .ContactUsInformation3>A:focus,input.BlobContentContactUsInformation3:focus, textarea.BlobContentContactUsInformation3:focus, select.BlobContentContactUsInformation3:focus, .BlobContentContactUsInformation3>A:focus,input.ReadonlyBlobContentContactUsInformation3:focus, textarea.ReadonlyBlobContentContactUsInformation3:focus, select.ReadonlyBlobContentContactUsInformation3:focus, .ReadonlyBlobContentContactUsInformation3>A:focus,input.BlobInputContactUsInformation3:focus, textarea.BlobInputContactUsInformation3:focus, select.BlobInputContactUsInformation3:focus, .BlobInputContactUsInformation3>A:focus,input.ReadonlyContactUsInformation3:focus, textarea.ReadonlyContactUsInformation3:focus, select.ReadonlyContactUsInformation3:focus, .ReadonlyContactUsInformation3>A:focus
{
	border-bottom-color: #5cb85c;
	border-left-color: #5cb85c;
	border-right-color: #5cb85c;
	border-top-color: #5cb85c;
}
.ReadonlyBlobContentContactUsInformation11
{
	border-width: 0px;
}
.ReadonlyContactUsInformation11
{
	border-width: 0px;
}
.ContactUsInformation2,.BlobContentContactUsInformation2,.ReadonlyBlobContentContactUsInformation2,.BlobInputContactUsInformation2,.ReadonlyContactUsInformation2
{
	border-radius: 11px !important;
	padding: 16px;
	margin-top: 35px;
	max-width: 150%;
	width: 160%;
	border: 2px solid rgba(145, 158, 171, 0.24);
	height: 188%;
	max-height: 99%;
}
.ReadonlyBlobContentContactUsInformation2
{
	border-width: 0px;
}
.ReadonlyContactUsInformation2
{
	border-width: 0px;
	border-radius: 15px !important;
	padding: 12px;
	margin-top: 35px;
	max-width: 67%;
	width: 160%;
	border: 2px solid rgba(145, 158, 171, 0.24);
	height: 188%;
	max-height: 99%;
}
.ContactUsInformation3,.BlobContentContactUsInformation3,.ReadonlyBlobContentContactUsInformation3,.BlobInputContactUsInformation3,.ReadonlyContactUsInformation3
{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-radius: 11px !important;
	padding: 16px;
	margin-top: 35px;
	max-width: 150%;
	width: 160%;
	border: 2px solid rgba(145, 158, 171, 0.24);
	height: 188%;
	max-height: 99%;
	border-radius: 15px !important;
}
.ReadonlyBlobContentContactUsInformation3
{
	border-width: 0px;
}
.ReadonlyContactUsInformation3
{
	border-width: 0px;
}
.BranchesCountryName,.BlobContentBranchesCountryName,.ReadonlyBlobContentBranchesCountryName,.BlobInputBranchesCountryName,.ReadonlyBranchesCountryName
{
	margin-left: -89%;
	width: 58px;
	height: 35px;
	left: 1014.36px;
	top: 278px;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 79px;
	color: #323232 !important;
}
.ReadonlyBlobContentBranchesCountryName
{
	border-width: 0px;
}
.ReadonlyBranchesCountryName
{
	border-width: 0px;
}
.BranchesCountryLocation,.BlobContentBranchesCountryLocation,.ReadonlyBlobContentBranchesCountryLocation,.BlobInputBranchesCountryLocation,.ReadonlyBranchesCountryLocation
{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	text-decoration-line: underline;
	color: #0F7CC0;
	margin-left: -93%;
	margin-top: 6%;
	  white-space: break-spaces;
	max-width: 60%;
}
.ReadonlyBlobContentBranchesCountryLocation
{
	border-width: 0px;
}
.ReadonlyBranchesCountryLocation
{
	border-width: 0px;
}
.BranchesCompanyPhone,.BlobContentBranchesCompanyPhone,.ReadonlyBlobContentBranchesCompanyPhone,.BlobInputBranchesCompanyPhone,.ReadonlyBranchesCompanyPhone
{
	width: 161px;
	height: 25px;
	font-family: 'Readex Pro';
	font-style: normal;
	font-weight: 400;
	 font-size: 20px;
	line-height: 25px;
	color: #696969;
	margin-left: -96%;
}
.ReadonlyBlobContentBranchesCompanyPhone
{
	border-width: 0px;
}
.ReadonlyBranchesCompanyPhone
{
	border-width: 0px;
}
.BranchesCompanyEmail,.BlobContentBranchesCompanyEmail,.ReadonlyBlobContentBranchesCompanyEmail,.BlobInputBranchesCompanyEmail,.ReadonlyBranchesCompanyEmail
{
	width: 181px;
	height: 25px;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #696969;
	margin-left: -96%;
	margin-top: -1%;
}
.ReadonlyBlobContentBranchesCompanyEmail
{
	border-width: 0px;
}
.ReadonlyBranchesCompanyEmail
{
	border-width: 0px;
}
.ReadonlyLandingPurusFooterText4,.BlobContentReadonlyLandingPurusFooterText4,.ReadonlyBlobContentReadonlyLandingPurusFooterText4,.BlobInputReadonlyLandingPurusFooterText4,.ReadonlyReadonlyLandingPurusFooterText4
{
	margin-top: 6%;
	white-space: nowrap;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentReadonlyLandingPurusFooterText4
{
	border-width: 0px;
}
.ReadonlyReadonlyLandingPurusFooterText4
{
	border-width: 0px;
}
.ReadonlyLandingPurusFooterText7,.BlobContentReadonlyLandingPurusFooterText7,.ReadonlyBlobContentReadonlyLandingPurusFooterText7,.BlobInputReadonlyLandingPurusFooterText7,.ReadonlyReadonlyLandingPurusFooterText7
{
	margin-left: -26%;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentReadonlyLandingPurusFooterText7
{
	border-width: 0px;
}
.ReadonlyReadonlyLandingPurusFooterText7
{
	border-width: 0px;
}
.ContactInfoFaix,.BlobContentContactInfoFaix,.ReadonlyBlobContentContactInfoFaix,.BlobInputContactInfoFaix,.ReadonlyContactInfoFaix
{
	margin-left: -1%;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentContactInfoFaix
{
	border-width: 0px;
}
.ReadonlyContactInfoFaix
{
	border-width: 0px;
}
.DownloadableCertificate,.BlobContentDownloadableCertificate,.ReadonlyBlobContentDownloadableCertificate,.BlobInputDownloadableCertificate,.DownloadableCertiTitl,.BlobContentDownloadableCertiTitl,.ReadonlyBlobContentDownloadableCertiTitl,.BlobInputDownloadableCertiTitl,.ReadonlyDownloadableCertiTitl,.ReadonlyDownloadableCertificate
{
	font-size: 14px;
	color: #000;
	border-style: none;
	    margin-left: 22%;
}
.ReadonlyDownloadableCertificate
{
	font-weight: 700;
}
.CategoriesComboNew,.BlobContentCategoriesComboNew,.ReadonlyBlobContentCategoriesComboNew,.BlobInputCategoriesComboNew,.ReadonlyCategoriesComboNew
{
	margin-left: 0px;
	width: 100%;
	max-width: 193px;
}
.ReadonlyBlobContentCategoriesComboNew
{
	border-width: 0px;
}
.ReadonlyCategoriesComboNew
{
	border-width: 0px;
}
.BMHeroSectionAtt,.BlobContentBMHeroSectionAtt,.ReadonlyBlobContentBMHeroSectionAtt,.BlobInputBMHeroSectionAtt,.ReadonlyBMHeroSectionAtt
{
	margin-left: 0px;
	border-style: none;
	font-size: 66px;
	font-weight: 800;
	color: #444;
	max-width: 60%;
	min-width: 60%;
}
.ReadonlyBlobContentBMHeroSectionAtt
{
	border-width: 0px;
}
.ReadonlyBMHeroSectionAtt
{
	border-width: 0px;
}
.BMHeroSectionDescAtt,.BlobContentBMHeroSectionDescAtt,.ReadonlyBlobContentBMHeroSectionDescAtt,.BlobInputBMHeroSectionDescAtt,.ReadonlyBMHeroSectionDescAtt
{
	margin-left: 0px;
	border-style: none;
	font-size: 16px;
	font-weight: 500;
	color: #262b6a;
	max-width: 60%;
	min-width: 60%;
	text-align: justify;
	box-shadow:none;
	      word-break: break-word;
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMHeroSectionDescAtt
{
	border-width: 0px;
}
.ReadonlyBMHeroSectionDescAtt
{
	border-width: 0px;
}
.BMHeroSectionImgAtt,.BlobContentBMHeroSectionImgAtt,.ReadonlyBlobContentBMHeroSectionImgAtt,.BlobInputBMHeroSectionImgAtt,.ReadonlyBMHeroSectionImgAtt
{
	margin-left: 0px;
	border-style: none;
	height: 100%;
	max-height: 500px;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	margin: auto;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMHeroSectionImgAtt
{
	border-width: 0px;
}
.ReadonlyBMHeroSectionImgAtt
{
	border-width: 0px;
}
.BMHeroSectionBtn,.BlobContentBMHeroSectionBtn,.ReadonlyBlobContentBMHeroSectionBtn,.BlobInputBMHeroSectionBtn,.ReadonlyBMHeroSectionBtn
{
	margin-left: 0px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	display: table-cell;
	background-color: #00a578;
	border-style: none;
	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: 600;
	color: #fff;
	max-width: 100%;
	cursor: pointer;
}
.ReadonlyBlobContentBMHeroSectionBtn
{
	border-width: 0px;
}
.ReadonlyBMHeroSectionBtn
{
	border-width: 0px;
}
.BMHeroSectionBtnHover,.BlobContentBMHeroSectionBtnHover,.ReadonlyBlobContentBMHeroSectionBtnHover,.BlobInputBMHeroSectionBtnHover,.ReadonlyBMHeroSectionBtnHover,.BMHeroSectionBtn:hover,.BlobContentBMHeroSectionBtn:hover,.ReadonlyBlobContentBMHeroSectionBtn:hover,.BlobInputBMHeroSectionBtn:hover,.ReadonlyBMHeroSectionBtn:hover,input.BMHeroSectionBtn:focus, textarea.BMHeroSectionBtn:focus, select.BMHeroSectionBtn:focus, .BMHeroSectionBtn>A:focus,input.BlobContentBMHeroSectionBtn:focus, textarea.BlobContentBMHeroSectionBtn:focus, select.BlobContentBMHeroSectionBtn:focus, .BlobContentBMHeroSectionBtn>A:focus,input.ReadonlyBlobContentBMHeroSectionBtn:focus, textarea.ReadonlyBlobContentBMHeroSectionBtn:focus, select.ReadonlyBlobContentBMHeroSectionBtn:focus, .ReadonlyBlobContentBMHeroSectionBtn>A:focus,input.BlobInputBMHeroSectionBtn:focus, textarea.BlobInputBMHeroSectionBtn:focus, select.BlobInputBMHeroSectionBtn:focus, .BlobInputBMHeroSectionBtn>A:focus,input.ReadonlyBMHeroSectionBtn:focus, textarea.ReadonlyBMHeroSectionBtn:focus, select.ReadonlyBMHeroSectionBtn:focus, .ReadonlyBMHeroSectionBtn>A:focus,.BMHeroSectionBtn>A:active,.BlobContentBMHeroSectionBtn>A:active,.ReadonlyBlobContentBMHeroSectionBtn>A:active,.BlobInputBMHeroSectionBtn>A:active,.ReadonlyBMHeroSectionBtn>A:active
{
	margin-left: 0px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	display: table-cell;
	background-color: #00a578;
	border-style: none;
	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: 600;
	color: #fff;
	max-width: 100%;
	cursor: pointer;
	box-shadow: 0px 7px 10px -5px #00a578;
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMHeroSectionBtnHover
{
	border-width: 0px;
}
.ReadonlyBMHeroSectionBtnHover
{
	border-width: 0px;
}
.BMProductCategoryTitle,.BlobContentBMProductCategoryTitle,.ReadonlyBlobContentBMProductCategoryTitle,.BlobInputBMProductCategoryTitle,.ReadonlyBMProductCategoryTitle
{
	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;
	font-size: 16px;
	font-weight: 400;
	color: #6c6c6a;
	max-width: 100%;
	text-align: center;
	word-break:break-word;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMProductCategoryTitle
{
	border-width: 0px;
}
.ReadonlyBMProductCategoryTitle
{
	border-width: 0px;
}
.BMProductCategoryImg,.BlobContentBMProductCategoryImg,.ReadonlyBlobContentBMProductCategoryImg,.BlobInputBMProductCategoryImg,.ReadonlyBMProductCategoryImg
{
	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;
	height: 125px;
	width: 100%;
	max-width: 125px;
	object-fit: cover;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMProductCategoryImg
{
	border-width: 0px;
}
.ReadonlyBMProductCategoryImg
{
	border-width: 0px;
}
.BMAboutSectionDesc
{
	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;
	font-size: 20px;
	font-weight: 700;
	color: #252b42;
	max-width: 100%;
}
.BMAboutSectionDescImg,.BlobContentBMAboutSectionDescImg,.ReadonlyBlobContentBMAboutSectionDescImg,.BlobInputBMAboutSectionDescImg,.ReadonlyBMAboutSectionDescImg
{
	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;
	height: 30px;
	width: 100%;
	max-width: 100%;
}
.ReadonlyBlobContentBMAboutSectionDescImg
{
	border-width: 0px;
}
.ReadonlyBMAboutSectionDescImg
{
	border-width: 0px;
}
.BMFSProductSectionImgAtt,.BlobContentBMFSProductSectionImgAtt,.ReadonlyBlobContentBMFSProductSectionImgAtt,.BlobInputBMFSProductSectionImgAtt,.ReadonlyBMFSProductSectionImgAtt
{
	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;
	height: 344px;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMFSProductSectionImgAtt
{
	border-width: 0px;
}
.ReadonlyBMFSProductSectionImgAtt
{
	border-width: 0px;
}
.BMFSProductSectionTitleAtt,.BlobContentBMFSProductSectionTitleAtt,.ReadonlyBlobContentBMFSProductSectionTitleAtt,.BlobInputBMFSProductSectionTitleAtt,.ReadonlyBMFSProductSectionTitleAtt
{
	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;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	max-width: 100%;
	word-break: break-word;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.36);
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMFSProductSectionTitleAtt
{
	border-width: 0px;
}
.ReadonlyBMFSProductSectionTitleAtt
{
	border-width: 0px;
}
.BMFSProductSectionDescAtt,.BlobContentBMFSProductSectionDescAtt,.ReadonlyBlobContentBMFSProductSectionDescAtt,.BlobInputBMFSProductSectionDescAtt,.ReadonlyBMFSProductSectionDescAtt
{
	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;
	font-size: 14px;
	font-weight: 500;
	color: #212b36;
	max-height: 150px;
	max-width: 100%;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	overflow: hidden !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMFSProductSectionDescAtt
{
	border-width: 0px;
}
.ReadonlyBMFSProductSectionDescAtt
{
	border-width: 0px;
}
.BMSaudiVisionTitleAtt,.BlobContentBMSaudiVisionTitleAtt,.ReadonlyBlobContentBMSaudiVisionTitleAtt,.BlobInputBMSaudiVisionTitleAtt,.ReadonlyBMSaudiVisionTitleAtt
{
	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;
	font-size: 30px;
	font-weight: 500;
	color: #000;
	max-width: 100%;
	text-align: left;
}
.ReadonlyBlobContentBMSaudiVisionTitleAtt
{
	border-width: 0px;
}
.ReadonlyBMSaudiVisionTitleAtt
{
	border-width: 0px;
	font-family: ui-monospace;
	max-width: 98%;
	text-align: justify;
	box-shadow:none;
	 word-break: break-word;
	 border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.BMSaudiVisionDescAtt,.BlobContentBMSaudiVisionDescAtt,.ReadonlyBlobContentBMSaudiVisionDescAtt,.BlobInputBMSaudiVisionDescAtt,.ReadonlyBMSaudiVisionDescAtt
{
	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;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	max-width: 100%;
	text-align: left;
}
.ReadonlyBlobContentBMSaudiVisionDescAtt
{
	border-width: 0px;
}
.ReadonlyBMSaudiVisionDescAtt
{
	border-width: 0px;
}
.BMLatestNewsTitleAtt,.BlobContentBMLatestNewsTitleAtt,.ReadonlyBlobContentBMLatestNewsTitleAtt,.BlobInputBMLatestNewsTitleAtt,.ReadonlyBMLatestNewsTitleAtt
{
	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;
	font-size: 30px;
	font-weight: 500;
	color: #000;
	max-width: 100%;
	text-transform: capitalize;
}
.ReadonlyBlobContentBMLatestNewsTitleAtt
{
	border-width: 0px;
}
.ReadonlyBMLatestNewsTitleAtt
{
	border-width: 0px;
}
.BMLatestNewsDescAtt,.BlobContentBMLatestNewsDescAtt,.ReadonlyBlobContentBMLatestNewsDescAtt,.BlobInputBMLatestNewsDescAtt,.ReadonlyBMLatestNewsDescAtt
{
	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;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	max-width: 100%;
	overflow: hidden !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 18;
	text-overflow: ellipsis;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMLatestNewsDescAtt
{
	border-width: 0px;
}
.ReadonlyBMLatestNewsDescAtt
{
	border-width: 0px;
}
.NewsTitle,.BlobContentNewsTitle,.ReadonlyBlobContentNewsTitle,.BlobInputNewsTitle,.ReadonlyNewsTitle,.NewsTableDescription,.BlobContentNewsTableDescription,.ReadonlyBlobContentNewsTableDescription,.BlobInputNewsTableDescription,.ReadonlyNewsTableDescription
{
	font-size: 26px;
	width: 100%;
	max-width: fit-content;
	 height: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: 44px;
	text-transform: capitalize;
	color: #000000;
}
.ReadonlyBlobContentNewsTitle
{
	border-width: 0px;
}
.ReadonlyNewsTitle
{
	border-width: 0px;
}
.ReadonlyBlobContentNewsTableDescription
{
	border-width: 0px;
}
.ReadonlyNewsTableDescription
{
	border-width: 0px;
}
.NewsDescription,.BlobContentNewsDescription,.ReadonlyBlobContentNewsDescription,.BlobInputNewsDescription,.ReadonlyNewsDescription
{
	text-align: justify;
	max-width: 100%;
	width: 100%;
	font-size: 20px;
	line-height: 31px;
}
.ReadonlyBlobContentNewsDescription
{
	border-width: 0px;
}
.ReadonlyNewsDescription
{
	border-width: 0px;
}
.BMLatestNewsImgAtt,.BlobContentBMLatestNewsImgAtt,.ReadonlyBlobContentBMLatestNewsImgAtt,.BlobInputBMLatestNewsImgAtt,.ReadonlyBMLatestNewsImgAtt
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-style: none;
	height: 570px;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMLatestNewsImgAtt
{
	border-width: 0px;
}
.ReadonlyBMLatestNewsImgAtt
{
	border-width: 0px;
}
.BMLatestNewsWhiteTitleAtt,.BlobContentBMLatestNewsWhiteTitleAtt,.ReadonlyBlobContentBMLatestNewsWhiteTitleAtt,.BlobInputBMLatestNewsWhiteTitleAtt,.ReadonlyBMLatestNewsWhiteTitleAtt
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 1;
	border-style: none;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	max-width: 100%;
	text-transform: capitalize;
	overflow: hidden !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMLatestNewsWhiteTitleAtt
{
	border-width: 0px;
}
.ReadonlyBMLatestNewsWhiteTitleAtt
{
	border-width: 0px;
	overflow: hidden !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ProductPictureDetiels,.BlobContentProductPictureDetiels,.ReadonlyBlobContentProductPictureDetiels,.BlobInputProductPictureDetiels,.ReadonlyProductPictureDetiels
{
	margin-left: 0px;
	border-style: none;
	height: 514px;
	max-height: 477.1px;
	width: 625.1px;
	max-width: 625.1px;
	margin: 14px 15.1px 12px 8.1px;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentProductPictureDetiels
{
	border-width: 0px;
}
.ReadonlyProductPictureDetiels
{
	border-width: 0px;
}
.ProductNameDetielsAtt,.BlobContentProductNameDetielsAtt,.ReadonlyBlobContentProductNameDetielsAtt,.BlobInputProductNameDetielsAtt,.ReadonlyProductNameDetielsAtt
{
	margin-left: 61px;
	border-style: none;
	font-size: 29px;
	font-weight: 700;
	color: #212b36;
	width: 100%;
	max-width: 86%;
	text-align: start;
	word-wrap: break-word;
	line-height: 33px;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentProductNameDetielsAtt
{
	border-width: 0px;
}
.ReadonlyProductNameDetielsAtt
{
	border-width: 0px;
}
.ProductTitleDetielsAtt,.BlobContentProductTitleDetielsAtt,.ReadonlyBlobContentProductTitleDetielsAtt,.BlobInputProductTitleDetielsAtt,.ReadonlyProductTitleDetielsAtt
{
	margin-left: 0px;
	padding-top: 9px;
	border-style: none;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	max-width: 100%;
	word-break: break-all;
	  white-space: normal;
	line-height: 22px;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentProductTitleDetielsAtt
{
	border-width: 0px;
}
.ReadonlyProductTitleDetielsAtt
{
	border-width: 0px;
}
.ProductTitleDetielsAttN,.BlobContentProductTitleDetielsAttN,.ReadonlyBlobContentProductTitleDetielsAttN,.BlobInputProductTitleDetielsAttN,.ReadonlyProductTitleDetielsAttN
{
	padding-top: 9px;
	font-size: 14px;
	font-weight: 700;
	color: #637381;
	line-height: 22px;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentProductTitleDetielsAttN
{
	border-width: 0px;
}
.ReadonlyProductTitleDetielsAttN
{
	border-width: 0px;
}
.BrandNameDetielsAtt,.BlobContentBrandNameDetielsAtt,.ReadonlyBlobContentBrandNameDetielsAtt,.BlobInputBrandNameDetielsAtt,.ReadonlyBrandNameDetielsAtt
{
	margin-left: 0px;
	padding-top: 9px;
	border-style: none;
	font-size: 14px;
	font-weight: 700;
	color: #637381;
	line-height: 22px;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBrandNameDetielsAtt
{
	border-width: 0px;
}
.ReadonlyBrandNameDetielsAtt
{
	border-width: 0px;
}
.ItemCodeDetielsAtt,.BlobContentItemCodeDetielsAtt,.ReadonlyBlobContentItemCodeDetielsAtt,.BlobInputItemCodeDetielsAtt,.ReadonlyItemCodeDetielsAtt
{
	padding-top: 9px;
	font-family: 'Be Vietnam';
	font-style: normal;
	font-weight: 700;
	 font-size: 14px;
	line-height: 22px;
	color: #637381;
}
.ReadonlyBlobContentItemCodeDetielsAtt
{
	border-width: 0px;
}
.ReadonlyItemCodeDetielsAtt
{
	border-width: 0px;
}
.BMLatestNewsSubImgAtt,.BlobContentBMLatestNewsSubImgAtt,.ReadonlyBlobContentBMLatestNewsSubImgAtt,.BlobInputBMLatestNewsSubImgAtt,.ReadonlyBMLatestNewsSubImgAtt
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-style: none;
	height: 450px;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMLatestNewsSubImgAtt
{
	border-width: 0px;
}
.ReadonlyBMLatestNewsSubImgAtt
{
	border-width: 0px;
}
.BMCerTableHeaderTitle,.BlobContentBMCerTableHeaderTitle,.ReadonlyBlobContentBMCerTableHeaderTitle,.BlobInputBMCerTableHeaderTitle,.ReadonlyBMCerTableHeaderTitle
{
	margin-left: 0px;
	border-style: none;
	font-size: 40px;
	color: #000;
	max-width: 100%;
	text-align: center;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMCerTableHeaderTitle
{
	border-width: 0px;
}
.ReadonlyBMCerTableHeaderTitle
{
	border-width: 0px;
}
.BMCerTableHeaderDesc,.BlobContentBMCerTableHeaderDesc,.ReadonlyBlobContentBMCerTableHeaderDesc,.BlobInputBMCerTableHeaderDesc,.ReadonlyBMCerTableHeaderDesc
{
	margin-left: 0px;
	border-style: none;
	font-size: 20px;
	color: #000;
	max-width: 100%;
	text-align: center;
	-webkit-line-clamp: 10;
	text-overflow: ellipsis;
	overflow: hidden !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMCerTableHeaderDesc
{
	border-width: 0px;
}
.ReadonlyBMCerTableHeaderDesc
{
	border-width: 0px;
}
.BMDCTitle,.BlobContentBMDCTitle,.ReadonlyBlobContentBMDCTitle,.BlobInputBMDCTitle,.ReadonlyBMDCTitle
{
	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;
	font-size: 28.54px;
	font-weight: 700;
	color: #000;
	max-width: 100%;
	text-align: center;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMDCTitle
{
	border-width: 0px;
}
.ReadonlyBMDCTitle
{
	border-width: 0px;
}
.BMDCerTitleAtt,.BlobContentBMDCerTitleAtt,.ReadonlyBlobContentBMDCerTitleAtt,.BlobInputBMDCerTitleAtt,.ReadonlyBMDCerTitleAtt
{
	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;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	max-width: 100%;
	text-align: center;
	word-break: break-all;
	 -webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMDCerTitleAtt
{
	border-width: 0px;
}
.ReadonlyBMDCerTitleAtt
{
	border-width: 0px;
	word-break: break-all;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.BMContactUSAtt,.BlobContentBMContactUSAtt,.ReadonlyBlobContentBMContactUSAtt,.BlobInputBMContactUSAtt,.ReadonlyBMContactUSAtt
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-bottom-color: rgba(145,158,171,0.24);
	border-left-color: rgba(145,158,171,0.24);
	border-right-color: rgba(145,158,171,0.24);
	border-top-color: rgba(145,158,171,0.24);
	border-width: 2px;
	font-size: 16px;
	font-weight: 400;
	color: #323232;
	max-width: 100%;
	border-radius: 15px !important;
	padding-top: 24px !important;
	padding-right: 37px !important;
	padding-left: 37px !important;
	padding-bottom: 24px !important;
	box-shadow:none;
}
.ReadonlyBlobContentBMContactUSAtt
{
	border-width: 0px;
}
.ReadonlyBMContactUSAtt
{
	border-width: 0px;
}
.BMContactUsEditForm,.BlobContentBMContactUsEditForm,.ReadonlyBlobContentBMContactUsEditForm,.BlobInputBMContactUsEditForm,.ReadonlyBMContactUsEditForm
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-style: none;
	font-size: 20px;
	font-weight: 500;
	color: #323232;
	max-width: 100%;
}
.ReadonlyBlobContentBMContactUsEditForm
{
	border-width: 0px;
}
.ReadonlyBMContactUsEditForm
{
	border-width: 0px;
}
.BMContactUsEFLocation,.BlobContentBMContactUsEFLocation,.ReadonlyBlobContentBMContactUsEFLocation,.BlobInputBMContactUsEFLocation,.ReadonlyBMContactUsEFLocation
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	white-space: normal;
	border-style: none;
	font-size: 16px;
	color: #0f7cc0;
	max-width: 100%;
	text-decoration: underline;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMContactUsEFLocation
{
	border-width: 0px;
}
.ReadonlyBMContactUsEFLocation
{
	border-width: 0px;
}
.BMContactUsEFImage,.BlobContentBMContactUsEFImage,.ReadonlyBlobContentBMContactUsEFImage,.BlobInputBMContactUsEFImage,.ReadonlyBMContactUsEFImage
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-style: none;
	height: 70px;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMContactUsEFImage
{
	border-width: 0px;
}
.ReadonlyBMContactUsEFImage
{
	border-width: 0px;
}
.BMContactUsEFSAtt,.BlobContentBMContactUsEFSAtt,.ReadonlyBlobContentBMContactUsEFSAtt,.BlobInputBMContactUsEFSAtt,.ReadonlyBMContactUsEFSAtt
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-style: none;
	font-size: 16px;
	color: #696969;
	max-width: 100%;
}
.ReadonlyBlobContentBMContactUsEFSAtt
{
	border-width: 0px;
}
.ReadonlyBMContactUsEFSAtt
{
	border-width: 0px;
}
.BMSearchProduct,.BlobContentBMSearchProduct,.ReadonlyBlobContentBMSearchProduct,.BlobInputBMSearchProduct,.ReadonlyBMSearchProduct
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #fcfcff;
	border-bottom-color: #adadad;
	border-left-color: #adadad;
	border-right-color: #adadad;
	border-top-color: #adadad;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 20px;
	font-weight: 700;
	max-width: 100%;
	padding-top: 25px !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
	padding-bottom: 25px !important;
	border: 1px solid #ADADAD !important;
	box-shadow:none;
	border-radius: 5px !important;
}
.ReadonlyBlobContentBMSearchProduct
{
	border-width: 0px;
}
.BMSPCategoryDV,.BlobContentBMSPCategoryDV,.ReadonlyBlobContentBMSPCategoryDV,.BlobInputBMSPCategoryDV,.ReadonlyBMSPCategoryDV
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-style: none;
	max-width: 100%;
}
.ReadonlyBlobContentBMSPCategoryDV
{
	border-width: 0px;
}
.ReadonlyBMSPCategoryDV
{
	border-width: 0px;
}
.BMBrandImage,.BlobContentBMBrandImage,.ReadonlyBlobContentBMBrandImage,.BlobInputBMBrandImage,.ReadonlyBMBrandImage
{
	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;
	height: 156px;
	width: 100%;
	max-width: 211px;
	object-fit:contain ;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMBrandImage
{
	border-width: 0px;
}
.ReadonlyBMBrandImage
{
	border-width: 0px;
}
.BMCerTableHeaderWhiteTitle,.BlobContentBMCerTableHeaderWhiteTitle,.ReadonlyBlobContentBMCerTableHeaderWhiteTitle,.BlobInputBMCerTableHeaderWhiteTitle,.ReadonlyBMCerTableHeaderWhiteTitle
{
	margin-left: 0px;
	border-style: none;
	font-size: 40px;
	color: #fff;
	max-width: 100%;
	text-align: center;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMCerTableHeaderWhiteTitle
{
	border-width: 0px;
}
.ReadonlyBMCerTableHeaderWhiteTitle
{
	border-width: 0px;
}
.BMCerTableHeaderWhiteDesc,.BlobContentBMCerTableHeaderWhiteDesc,.ReadonlyBlobContentBMCerTableHeaderWhiteDesc,.BlobInputBMCerTableHeaderWhiteDesc,.ReadonlyBMCerTableHeaderWhiteDesc
{
	margin-left: 0px;
	border-style: none;
	font-size: 20px;
	color: #fff;
	max-width: 100%;
	text-align: center;
	-webkit-line-clamp: 10;
	text-overflow: ellipsis;
	overflow: hidden !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMCerTableHeaderWhiteDesc
{
	border-width: 0px;
}
.ReadonlyBMCerTableHeaderWhiteDesc
{
	border-width: 0px;
}
.BMAboutSectionTitle,.BlobContentBMAboutSectionTitle,.ReadonlyBlobContentBMAboutSectionTitle,.BlobInputBMAboutSectionTitle,.ReadonlyBMAboutSectionTitle
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-style: none;
	font-size: 36px;
	font-weight: 600;
	color: #000;
	max-width: 100%;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMAboutSectionTitle
{
	border-width: 0px;
}
.ReadonlyBMAboutSectionTitle
{
	border-width: 0px;
}
.BMAboutSectionSubTitle,.BlobContentBMAboutSectionDesc,.ReadonlyBlobContentBMAboutSectionDesc,.BlobInputBMAboutSectionDesc,.ReadonlyBMAboutSectionDesc
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-style: none;
	font-size: 18px;
	font-weight: 600;
	color: #737373;
	max-width: 100%;
}
.ReadonlyBlobContentBMAboutSectionDesc
{
	border-width: 0px;
}
.ReadonlyBMAboutSectionDesc
{
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.BMAboutSectionRSubTitle,.BlobContentBMAboutSectionDesc1,.ReadonlyBlobContentBMAboutSectionDesc1,.BlobInputBMAboutSectionDesc1,.ReadonlyBMAboutSectionRSubTitle
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-style: none;
	font-size: 18px;
	font-weight: 600;
	color: #737373;
	max-width: 100%;
}
.ReadonlyBlobContentBMAboutSectionDesc1
{
	border-width: 0px;
}
.ReadonlyBMAboutSectionRSubTitle
{
	font-size: 19px;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.BMAboutDescription,.BlobContentBMAboutDescription,.ReadonlyBlobContentBMAboutDescription,.BlobInputBMAboutDescription,.ReadonlyBMAboutDescription
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-style: none;
	font-size: 18px;
	max-width: 100%;
	text-align: justify;
	-webkit-line-clamp: 14;
	text-overflow: ellipsis;
	overflow: hidden !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentBMAboutDescription
{
	border-width: 0px;
}
.ReadonlyBMAboutDescription
{
	border-width: 0px;
}
.BMAboutFSContainerImg,.BlobContentBMAboutFSContainerImg,.ReadonlyBlobContentBMAboutFSContainerImg,.BlobInputBMAboutFSContainerImg,.ReadonlyBMAboutFSContainerImg
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-style: none;
	height: 512px;
	width: 100%;
	max-width: 100%;
}
.ReadonlyBlobContentBMAboutFSContainerImg
{
	border-width: 0px;
}
.ReadonlyBMAboutFSContainerImg
{
	border-width: 0px;
}
.ContactInfoNameEN,.BlobContentContactInfoNameEN,.ReadonlyBlobContentContactInfoNameEN,.BlobInputContactInfoNameEN,.ReadonlyContactInfoNameEN
{
	word-wrap: break-word;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentContactInfoNameEN
{
	border-width: 0px;
}
.ReadonlyContactInfoNameEN
{
	border-width: 0px;
}
.HomePageParameterTxt,.BlobContentHomePageParameterTxt,.ReadonlyBlobContentHomePageParameterTxt,.BlobInputHomePageParameterTxt,.ReadonlyHomePageParameterTxt
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	white-space: normal;
	font-size: 36px;
	font-weight: 600;
	color: #2b6439;
	width: 100%;
	max-width: 918px;
	text-align: center;
	vertical-align: middle;
}
.ReadonlyBlobContentHomePageParameterTxt
{
	border-width: 0px;
}
.ReadonlyHomePageParameterTxt
{
	border-width: 0px;
}
.DCTitle,.BlobContentDCTitle,.ReadonlyBlobContentDCTitle,.BlobInputDCTitle,.ReadonlyDCTitle
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	width: 275px;
	max-width: 275px;
	text-align: center;
	word-break: break-word;
	border-style: none;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentDCTitle
{
	border-width: 0px;
}
.ReadonlyDCTitle
{
	border-width: 0px;
}
.TermsDescription,.BlobContentTermsDescription,.ReadonlyBlobContentTermsDescription,.BlobInputTermsDescription,.ReadonlyTermsDescription
{
	margin-top: 2%;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 15px;
	width: 1496px;
	max-width: 1496px;
	text-align: justify;
	line-height: 30px;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.ReadonlyBlobContentTermsDescription
{
	border-width: 0px;
}
.ReadonlyTermsDescription
{
	border-width: 0px;
	width: 100%;
	max-width: 100%;
	word-break: break-word;
	  line-height: 30px;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.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,.MasterPageTopActionsOption,.ButtonLogin,.btn_Master,.ActionButtons,.ActionButtonsHovered,.BtnInsert,.ButtonSearchCell,.ButtonWizard,.ButtonAsLink,.ButtonAsLinkBold,.ButtonAsLinkBasecolor,.ButtonColor,.ButtonExcel,.ButtonPDF,.ButtonCSV,.ButtonMaterial,.ButtonMaterialGAM,.ButtonMaterialDefault,.ButtonColorFilled,.ButtonColorFilledFullWidth,.ButtonAddNewRow,.ButtonLandingPurusContact,.ButtonLandingPurusContactHover,.ButtonLandingPurusContact:hover,.ButtonLandingPurusContactHover:hover,.ButtonLandingPurusContact:focus,.ButtonLandingPurusContactHover:focus,.VisbuleFalse,.ReadMore,.ViewOurproducts,.ContactUsButton,.SendButton,.BMMPLanguageBtn,.BMContactUsBtnSend,.BMViewAllProductsBtn,.BMViewAllProductsBtnHover,.BMViewAllProductsBtn:hover,.BMViewAllProductsBtn:focus,.BMViewAllProductsBtn:active
{
	border-top: 1px;
	margin-right: 3pt;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	display: inline-block;
	white-space: nowrap;
	background-color: #008000;
	border-bottom-color: #006700;
	border-left-color: #006700;
	border-right-color: #006700;
	border-top-color: #006700;
	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: BeVietnam-Regular;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	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;
	color: #008000;
	height: 30px;
	width: 30px;
	min-width: 0px;
	background-size:contain;
}

.BtnExportReport
{
	background-image: url(../ActionExportReport.png);
	color: #ea4c3a;
}

.BtnExport
{
	background-image: url(../ActionExport.png);
	color: #08743b;
}

.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);
	background-size:contain;
}

.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;
	color: #575b5d;
	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;
	color: #000;
	height: 50px;
	min-width: 0px;
	outline:0;
	box-shadow:none;
}

.ButtonAsLinkBold,.ButtonAsLinkBasecolor
{
	font-weight: bold;
}

.ButtonAsLinkBasecolor
{
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 17px;
	font-weight: 600;
	color: #008000;
	height: auto;
	outline:0;
	box-shadow:noneborder-style: none !important;
}

.ButtonColor,.ButtonExcel,.ButtonPDF,.ButtonCSV
{
	padding-bottom: 8px;
	padding-top: 8px;
	background-color: #fff;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	font-weight: normal;
	color: #008000;
}

.ButtonExcel
{
	border-bottom-color: #08743b;
	border-left-color: #08743b;
	border-right-color: #08743b;
	border-top-color: #08743b;
	color: #08743b;
}

.ButtonPDF
{
	border-bottom-color: #ea4c3a;
	border-left-color: #ea4c3a;
	border-right-color: #ea4c3a;
	border-top-color: #ea4c3a;
	color: #ea4c3a;
}

.ButtonCSV
{
	border-bottom-color: #f39c12;
	border-left-color: #f39c12;
	border-right-color: #f39c12;
	border-top-color: #f39c12;
	color: #f39c12;
}

.ButtonMaterial,.ButtonMaterialGAM,.ButtonMaterialDefault
{
	box-shadow: 0px 7px 10px -5px #28a828;
	padding-bottom: 12px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 12px;
	border-style: none;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.ButtonMaterialGAM
{
	box-shadow: 0px 7px 10px -5px #28a828;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 34px;
}

.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-family: Lato,Tahoma,Verdana,sans-serif;
	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;
	color: #627077;
	box-shadow: none;
}

.ButtonLandingPurusContact,.ButtonLandingPurusContactHover,.ButtonLandingPurusContact:hover,.ButtonLandingPurusContactHover:hover,.ButtonLandingPurusContact:focus,.ButtonLandingPurusContactHover:focus
{
	padding-left: 35px;
	padding-right: 35px;
	border-style: none;
	font-family: muli,sans-serif;
	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;
	color: #008000;
}

.VisbuleFalse
{
	visibility: hidden;
}

.ReadMore
{
	height: 42px;
	width: 131px;
	font-size: 12px;
	border-style: none !important;
	background: rgba(0, 165, 120, 1);
}

.ViewOurproducts
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	background: rgba(0, 165, 120, 1);
	border-style: none !important;
}

.ContactUsButton
{
	margin-left: 239%;
	width: 138%;
	font-size: 18px;
}

.SendButton
{
	margin-top: 11%;
	border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 8px 16px rgba(15, 124, 192, 0.25);
	background: #2B6439;
	height: 40px;
	width: 91px;
	gap: 8px;
	gap: 8px;
	padding: 11px 22px;
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: 450px;
	font-size: 13px;
}

.BMMPLanguageBtn
{
	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-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	height: 50px;
	box-shadow: none !important;
	outline: 0 !important;
	border: none !important;
	background-color: transparent !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

.BMViewAllProductsBtn
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #2b6439;
	border-bottom-color: #2b6439;
	border-left-color: #2b6439;
	border-right-color: #2b6439;
	border-top-color: #2b6439;
	font-weight: 700;
	outline: 0 !important;
	background-color: #2b6439 !important;
	color: #fff !important;
	padding-top: 12px !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
	padding-bottom: 12px !important;
	box-shadow: none;
}

.BMViewAllProductsBtnHover,.BMViewAllProductsBtn:hover,.BMViewAllProductsBtn:focus,.BMViewAllProductsBtn:active
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #2b6439;
	border-bottom-color: #2b6439;
	border-left-color: #2b6439;
	border-right-color: #2b6439;
	border-top-color: #2b6439;
	font-weight: 700;
	color: #fff !important;
	padding-top: 12px !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
	padding-bottom: 12px !important;
	box-shadow: 0px 7px 10px -5px #2b6439;
}

.Grid,.GridDragging,.GridAcceptDrag,.GridNoAcceptDrag,.GridCard,.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],.GridCard[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],.GridUploadPictures[data-gx-grid-nodata],.FreeStyleHomeModulesBig[data-gx-grid-nodata],.FreeStyleHomeModules[data-gx-grid-nodata],.FreeStyleHomeModulesBigDark[data-gx-grid-nodata],.FSGridAutoUnselectAll[data-gx-grid-nodata],.FreeStyleStepsVertical[data-gx-grid-nodata],.FreeStyleSteps[data-gx-grid-nodata],.FreeStyleStepsLine[data-gx-grid-nodata],.FreeStyleStepsProgress[data-gx-grid-nodata],.VerticalTabGrid[data-gx-grid-nodata],.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata],.FreeStyleGridWithHeader[data-gx-grid-nodata],.FreeStyleStepsUnderline[data-gx-grid-nodata],.AboutFSGrid[data-gx-grid-nodata],.NewsExtraFreeStyleGrid1[data-gx-grid-nodata],.NewsExtraFreeStyleGrid2[data-gx-grid-nodata],.FreeStyleGridFooter[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: Lato,Tahoma,Verdana,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: BeVietnam-Regular;
	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: Lato,Tahoma,Verdana,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: Lato,Tahoma,Verdana,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: BeVietnam-Regular;
	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: Lato,Tahoma,Verdana,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: Lato,Tahoma,Verdana,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: BeVietnam-Regular;
	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: Lato,Tahoma,Verdana,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: Lato,Tahoma,Verdana,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: BeVietnam-Regular;
	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: Lato,Tahoma,Verdana,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;
}

.GridCard>tbody>tr,.GridCard>[data-gxrow]
{
	color: black;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridCard>thead>tr, .GridCard>tfoot>tr
{
	color: black;
	color: #fff;
	font-family: BeVietnam-Regular;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}

.GridCard[data-bkgstyle='none']>thead>tr, .GridCard[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridCard[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridCard[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .GridCard[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .GridCard[data-bkgstyle='uniform']>thead>tr, .GridCard[data-bkgstyle='uniform']>tfoot>tr
{
	color: black;
	text-align: left;
	text-indent: 5px;
}

.GridCard[data-bkgstyle='header']>tbody>tr:nth-child(odd), .GridCard[data-bkgstyle='header']>tbody>tr:nth-child(even), .GridCard[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	color: black;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridCard[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: black;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridCard[data-bkgstyle='header']>thead>tr, .GridCard[data-bkgstyle='header']>tfoot>tr, .GridCard[data-bkgstyle='report']>thead>tr, .GridCard[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;
	color: #000;
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.WorkWith>tbody>tr,.WorkWith>[data-gxrow]
{
	color: #000;
	font-family: Lato,Tahoma,Verdana,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
{
	color: #000;
	color: #000;
	font-family: Lato,Tahoma,Verdana,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
{
	color: #000;
	font-family: Lato,Tahoma,Verdana,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;
	color: #000;
	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)
{
	color: #000;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.WorkWith[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: #000;
	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
{
	color: #000;
	background-color: #f7f7f7;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.PromptGrid>tbody>tr,.PromptGrid>[data-gxrow]
{
	color: #000;
	font-family: Lato,Tahoma,Verdana,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
{
	color: #000;
	color: #000;
	font-family: Lato,Tahoma,Verdana,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
{
	color: #000;
	font-family: Lato,Tahoma,Verdana,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;
	color: #000;
	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)
{
	color: #000;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.PromptGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: #000;
	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
{
	color: #000;
	background-color: #f7f7f7;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.ViewGrid>tbody>tr,.ViewGrid>[data-gxrow]
{
	color: #000;
	font-family: Lato,Tahoma,Verdana,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
{
	color: #000;
	color: #000;
	font-family: Lato,Tahoma,Verdana,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
{
	color: #000;
	font-family: Lato,Tahoma,Verdana,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;
	color: #000;
	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)
{
	color: #000;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.ViewGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: #000;
	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
{
	color: #000;
	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
{
	background-color: #fff;
	color: #000;
	vertical-align: middle;
}

.GridWithBorderColor>tbody>tr,.GridWithBorderColor>[data-gxrow]
{
	background-color: #fff;
	color: #000;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}

.GridWithBorderColor>thead>tr, .GridWithBorderColor>tfoot>tr
{
	background-color: #fff;
	color: #000;
	color: #fff;
	font-family: BeVietnam-Regular;
	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
{
	color: #000;
	font-family: Lato,Tahoma,Verdana,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
{
	background-color: #fff;
	color: #000;
	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)
{
	color: #000;
	background-color: white;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}

.GridWithBorderColor[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: #000;
	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
{
	color: #000;
	background-color: #f7f7f7;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}

.GridNoBorder
{
	background-color: #fff;
	margin-left: 0px;
	color: #000;
	border-style: none;
}

.GridNoBorder>tbody>tr,.GridNoBorder>[data-gxrow]
{
	background-color: #fff;
	color: #000;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	text-align: left;
	text-indent: 5px;
}

.GridNoBorder>thead>tr, .GridNoBorder>tfoot>tr
{
	background-color: #fff;
	color: #000;
	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
{
	color: #000;
	font-family: Lato,Tahoma,Verdana,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
{
	background-color: #fff;
	color: #000;
	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)
{
	color: #000;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridNoBorder[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: #000;
	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
{
	color: #000;
	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],.GridCard[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],.GridUploadPictures[data-gx-grid-nodata],.FreeStyleHomeModulesBig[data-gx-grid-nodata],.FreeStyleHomeModules[data-gx-grid-nodata],.FreeStyleHomeModulesBigDark[data-gx-grid-nodata],.FSGridAutoUnselectAll[data-gx-grid-nodata],.FreeStyleStepsVertical[data-gx-grid-nodata],.FreeStyleSteps[data-gx-grid-nodata],.FreeStyleStepsLine[data-gx-grid-nodata],.FreeStyleStepsProgress[data-gx-grid-nodata],.VerticalTabGrid[data-gx-grid-nodata],.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata],.FreeStyleGridWithHeader[data-gx-grid-nodata],.FreeStyleStepsUnderline[data-gx-grid-nodata],.AboutFSGrid[data-gx-grid-nodata],.NewsExtraFreeStyleGrid1[data-gx-grid-nodata],.NewsExtraFreeStyleGrid2[data-gx-grid-nodata],.FreeStyleGridFooter[data-gx-grid-nodata]
{
	background-color: #d9d9d9;
	margin-left: 0px;
}

.GridNoData>tbody>tr,.GridNoData>[data-gxrow]
{
	color: black;
	font-family: Lato,Tahoma,Verdana,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: BeVietnam-Regular;
	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: Lato,Tahoma,Verdana,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-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: 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;
	font-family: BeVietnam-Regular;
}

.GroupTitle
{
	font-family: BeVietnam-Regular;
}

.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: Lato,Tahoma,Verdana,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: Lato,Tahoma,Verdana,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	box-sizing: border-box;
	float: none;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	font-family: Lato,Tahoma,Verdana,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,.imageDownload2,.imageDownload1,.LineFooter2,.BranchesCountryImage,.EmailIcon,.Image1,.ImageNews01,.ImageNews02,.ImageNews03,.ViewProductImg,.Image2,.LatestNewImg,.CertiPopImage,.ImagebetaAr,.LineProcuct1,.LineProcuct2,.HeroSectionImage,.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,.LogoVisibleStickyMenu,.LandingPurusMoreInfoContact,.LandingPurusImageServices,.ImageTopLogin,.ProductCardPict,.WarehoseImage,.ProductCard,.sudiavisionfooterpic,.NewHomePicture,.CertificatePicture,.LocationIcon,.ComercialAgImage,.WarehoseImage3,.downloadablecontentcardimage1,.DownlableContentCardImage2,.ImageVideo,.PhoneIcon,.LineFooter1,.HowWeAreImageNewAboutUs,.SearchIcon,.BMMPLogo,.BMFSAboutSectionImg,.NewsDescriptionImage,.BMDCImg,.BMDownloadImg,.BMCULocationIcon,.BMCUPEIcon,.BMContactUSendBtnImg,.BetaClass,.LineProcuctViewer,.DCImg,.DownloadImg
{
	border-style: none;
	border-width: 0px;
	font-family: BeVietnam-Regular;
	vertical-align: middle;
}
.CertiPopImage
{
	width: 100%;
}
.LineProcuct1
{
	margin-top: 5%;
}
.LineProcuct2
{
	margin-top: 5%;
}
.UserActionPrompt
{
	padding-bottom: 15px;
	padding-left: 6px;
	padding-top: 15px;
	position: absolute;
	right: 27px;
	top: -36px;
	border-left-color: #d7dfe3;
	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: -106px;
	margin-top: 11px;
	max-height: 60px;
	max-width: 200px;
}
.ImageTopNotFixed
{
	margin-left: -175px;
	margin-top: -4px;
	padding-left: 15px;
	height: 58px;
}
.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
{
	background-color: #008000;
	height: 60px;
}
.StepImageUnSelected
{
	background-color: #eee;
}
.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;
	color: #fff;
}
.ImageLoginLeft,.ImageLoginLeftGAM,.ImageLoginLeftGAMLarge,.ImageLoginLeftGAMOtherLogin,.ImageLoginLeftGAMLogonTo
{
	box-shadow: 0px 0px 14px 0px #28a828;
	margin-right: 50px;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	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 #28a828;
	height: 507px;
}
.ImageLoginLeftGAMLarge
{
	box-shadow: 0px 0px 14px 0px #28a828;
	height: 623px;
}
.ImageLoginLeftGAMOtherLogin
{
	box-shadow: 0px 0px 14px 0px #28a828;
	height: 543px;
}
.ImageLoginLeftGAMLogonTo
{
	box-shadow: 0px 0px 14px 0px #28a828;
	height: 587px;
}
.ImageDashboardBanner
{
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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;
}
.LogoVisibleStickyMenu
{
	margin-left: -103px;
	height: 53px;
}
.LandingPurusMoreInfoContact
{
	margin-left: -183px;
	height: 256px;
}
.ImageTopLogin
{
	margin-top: 10px;
	padding-left: 15px;
	height: 77px;
	max-height: 100px;
	width: 94px;
}
.ProductCardPict
{
	height: 275px;
	max-height: 275px;
	width: 430px;
	max-width: 430px;
	min-width: 430px;
}
.WarehoseImage
{
	width: 346px;
}
.ProductCard
{
	box-shadow: 0px 0px 14px 0px #28a828;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	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;
}
.sudiavisionfooterpic
{
	margin-top: 5px;
	height: 100px;
	margin-top: -21pxheight: 139px;
	width: 204px;
}
.sudiavisionfooterpic[data-gx-image]
{
	max-width: 100% !important;
	height: auto !important;
	display: block !important;
}

.NewHomePicture
{
	height: 275px;
	max-height: 275px;
	width: 330px;
	max-width: 330px;
}
.CertificatePicture
{
	width: 500px;
	max-width: 500px;
}
.LocationIcon
{
	width: 6%;
	max-width: 6%;
	width: 6%;
	max-width: 5%;
	    margin-top: 7%;
}
.ComercialAgImage
{
	margin-bottom: 100px;
	margin-top: 50px;
	max-height: 150px;
	max-width: 175px;
}
.WarehoseImage3
{
	width: 369px;
	width: 367px !important;
}
.downloadablecontentcardimage1
{
	margin-left: 25px;
	margin-top: 25px;
	height: 106px;
	width: 106px;
}
.DownlableContentCardImage2
{
	margin-top: 55px;
	margin-top: 48px;
	margin-left: 28%;
	height: 50px;
	width: 50px;
}
.ImageVideo
{
	width: 647px;
	height: 448px;
}
.ImageVideo[data-gx-image]
{
	max-width: 100% !important;
	height: auto !important;
	display: block !important;
}

.PhoneIcon
{
	margin-top: 1%;
}
.HowWeAreImageNewAboutUs
{
	width: 673.12px;
	height: 512px;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
}
.HowWeAreImageNewAboutUs[data-gx-image]
{
	width: 100% !important;
	height: 100% !important;
	padding-left: 100% !important;
	box-sizing: border-box !important;
	display: block !important;
	background-position: 0;
	background-repeat: no-repeat !important;
	background-size: cover !important;
--gx-image-scaling:on;
}

.SearchIcon
{
	margin-top: 49%;
	margin-left: 35%;
}
.BMMPLogo
{
	height: 50px;
}
.BMFSAboutSectionImg
{
	height: 442px;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}
.NewsDescriptionImage
{
	width: 100%;
	max-width: 100%;
	height: 712px;
	border-radius: 14px;
}
.BMDCImg
{
	height: 100px;
}
.BMDownloadImg
{
	object-fit: fill;
}
.BMCULocationIcon
{
	height: 35px;
	width: 100%;
	max-width: 100%;
	object-fit: contain;
}
.BMCUPEIcon
{
	height: 20px;
	width: 100%;
	max-width: 100%;
	object-fit: contain;
}
.BMContactUSendBtnImg
{
	height: 24px;
	width: 100%;
	max-width: 100%;
}
.BetaClass
{
	margin-right: -99px;
	margin-top: -22px;
	height: 71px;
	text-align: right;
	float: right;
}
.LineProcuctViewer
{
	margin-left: 0px;
	width: 90%;
}
.DCImg
{
	height: 100px;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}
.DownloadImg
{
	height: 41px;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}
.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,.TableWhiteBorder,.MergedItemNotRequired,.TableLabel50Percent,.TableContentHolderWithShadow,.ProgressCardTable,.Table2,.Homesectiontable,.CtrPanelHeader,.TableTextCommercialAgencies,.TableHeroSectionTitle,.Table3,.TableDataAboutBEC,.TableCardSaudiCard,.Table4,.Table5,.Table6,.TablecardTest,.TbleTestSection,.TableHowWeAreTitle,.TableWhatDoWeOfferImage,.TableWhatDoWeOffer,.TableWhatDoWeOfferDescription,.TableWhatDoWeOfferTitle,.TableBrandData,.TableProducts,.CardWithImageTableNew,.ProductDetiels,.TableProductNameDetiels,.TableBrandNameDetiels,.DownloadableContentCardTable,.Table8,.TableDownloadableContent,.DownloadableContentTwoCardsalignment,.card2,.Table7,.TableCard4,.TableCard31,.TableCard5,.DownloadContent,.TableMainDownloadableComponent,.HeaderSectionContactUs,.ContactUsDescription,.ContactUsTextTitel,.TableContactUsInfo,.Table9,.BMOtheArticlesContainer,.Table10,.FooterImageTable,.Table11,.TableViewerContent,.BetaPicTable,.CertDataTable,.TableNewsDescription,.BMAboutFSContainer,.BMContactUsContainer,.TableFooterText,.TableItemCodeDetiels,.BMLatestNewsDescContainer,.TableBranchLocation,.TableHeroSection,.TableSaudiVisionTitel,.Card1Image1Table,.CatalogsDownloadTablemain,.Card1TableContent,.TableFullTextSearch,.TableBrandsProducts,.HeroSectionDescription1,.BlobContentHeroSectionDescription1,.ReadonlyBlobContentHeroSectionDescription1,.BlobInputHeroSectionDescription1,.InviteMessageText1,.BlobContentInviteMessageText1,.ReadonlyBlobContentInviteMessageText1,.BlobInputInviteMessageText1,.ReadonlyInviteMessageText1,.CategoriesCombo1,.BlobContentCategoriesCombo1,.ReadonlyBlobContentCategoriesCombo1,.BlobInputCategoriesCombo1,.ReadonlyCategoriesCombo1,.ReadonlyHeroSectionDescription1,.TableBrands,.TableProductDetielsGrid,.TableProductsPar,.TableImageDetiels,.TableDataDetiels1,.TableSimilarProducts,.TestText,.TestOdd,.TestText > div.row:nth-child(odd), .TestText>tbody>tr:nth-child(odd),.TestEven,.TestText > div.row:nth-child(even), .TestText>tbody>tr:nth-child(even),.TableGridFooter,.TableHeroSectionData,.TableHeroSectionDescription,.TableVideo,.TableAboutBECImage,.TableCardsMenu,.TableCardsMenu2x,.TableCardsMenuOptionWCPB,.CardsMenuProgressIndicatorCircle,.TableCardsMenuOptionWCCircle,.TableAssociation,.TableLogo,.TableStepBulletLineCell,.TableWizardMain,.TableWizardMainWithShadow,.WizardStepsCell,.WizardStepsPositionCell,.FilterMultipleSelectorCell,.FilterMultiplePromptCell,.FSSingleLine,.FSWithHeaderCellBottomRow,.TableFSHeader,.AdvancedContainer,.AdvancedContainerVisible,.WWAdvancedContainer,.MainContainer,.MainContainerWithFooter,.MainContainerNoBackground,.MainContainerBackgroundWhite,.TextBlockTitleCell,.TableTitleCell,.DataDescriptionCell,.DataDescriptionCellLeft,.DataDescriptionCellLogin,.GridHeaderCell,.GridHeaderCellCleanFilters,.TableTop,.TableTopSearch,.TableContent,.TableMainView,.TableMainViewWithShadow,.Table100x100,.TableBorder,.Table100x100H,.TableViewGeneralAtts,.Table100x1004C,.TableGridHeader,.TableView,.GridLineEven,.GridLineOdd,.GridFooter,.TableData,.SpaceTable,.TableMain,.TableMainPopup,.TableMainWithShadow,.TableLeftSplitScreen,.TableMainTransaction,.TableMainTransactionPopUp,.TableMainWhiteHeader,.TableMainPopover,.TableCardNumber,.TableLogin,.SmallTableLogin,.LargeTableLogin,.WelcomeTable,.TableLogin2Cols,.TableLoginError,.TableLoginError2Cols,.TableLoginWithLeftImage,.TableLoginWithLeftImageError,.TableMerged,.TableSearch,.TableActions,.TableAttributesCell,.TableSearchCell,.TablePaddingLeft,.TableLineSeparator,.TableRowSideBar,.breadCrumbTitleCell,.TableActionsCell,.TableActionsCellLogin,.TableGeolocation,.TableBar,.TableCellAlignRight,.TableAlignRight,.TableAlignRightWithMargin,.TableAlignRightMaster,.TableCardMaterial,.TableSplitMasterListRow,.TableSplitMasterListSelectedRow,.MasterTopIconsCell,.TableHiddenExtraSmall,.CellPaddingTop,.TableViewTab,.TablePaddingTop5,.TableAlignedCentered,.TableWithBottomBorder,.TableStep,.TableStepSelected,.TableContainerStep,.TableContainerStepSelected,.TableContainerStepFirst,.TableContainerStepLast,.TableStepBullet,.TableStepBulletChecked,.TableStepExtraBulletChecked,.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,.CardWithImageTable,.CardWithImageTable1,.TableSplitScreen,.CardImageMoreInfoTable,.ChatDataTable,.TableWizardSummaryStep,.TableCardProgress,.TableHeaderSplitScreen,.TableStepUnderline,.TableStepUnderlineExtraBullet,.TableContainerStepUnderline,.TableStepExtraUnderlineChecked,.WizardStepsLinePositionCell,.TableStepVertical,.TableStepUnderlineExtra,.TableWizardMainFullWidth,.TableContentLandingPurus,.TableContentLandingPurusTestimonials,.TableContentLandingPurusHorizontalGrid,.Newsection,.ProductSection,.ProductSection1,.TableLandingPurusTestimonials,.TableHeaderLandingPurus,.TableContentLandingPurusContact,.LandingPurusHeader,.TableMainMP,.MPTable,.NewsCardTab,.CardImagewithShadow,.CardProductHPage,.TableComponantCommercialAgencies,.TableTextOurSuccessPartners,.TableComponantOurSuccessPartners,.TableMainDeteiles,.CardWithImageTableDeteilsNew,.TableImageDeteils,.TableProductTitleCard,.TableHeroSectionImage,.TableHeroSectionText,.TableWeoffermanymedicalequipmentsandsupplies,.TableCardCategory,.TableCategory,.TableWeareprovidingthebestmedicale,.TableHerearesomeofourProducts,.TableProduct,.TableProductTitle,.TableCardSaudiVisionData,.TableSaudiVisionImage,.TableTextCardVision,.TableSaudiVisionDescription,.TableReadMore,.TableMobile,.TableAboutFSGrid,.TableHowWeAreData,.TableHowWeAreText,.TableHowWeAreLongDescription,.TableHowWeAreImage,.TableHowWeAreImage1,.TableWhatDoWeOfferText,.TableWhatDoWeOfferData,.TableWhatDoWeOfferData1,.TableMainWithShadowNew,.TableCategoriesText,.TableHowWeAreText2,.TableHowWeAreData2,.TableBrand,.TableCatalogsData,.CatalogsTextTitle1,.TableCertificateData,.CatalogsTextDescription,.CatalogsTextTitle,.CatalogsText,.TableCatalogsText,.TableRightItem,.TableImage,.NewsTableMain,.TableCard,.TableTitel,.TableCard1,.TableArticleText,.TableTitel1,.NewsTableMain1,.TableCard3,.TableCard2,.TableImage1,.TableArticleText1,.card1,.TableCards,.TableImage3,.TableTitel3,.TableImage4,.TableTitel4,.TableImage5,.TableTitel5,.TableNewsTitel1,.DownloadableContentCardTable1,.TableProductsNewTitle,.TableFullTextSearchNew,.TableAttachment,.TableAttachmentNew,.TableSaudiVision2030,.TableIconAndTextFooter,.TableIconFooter,.TableTextFooter,.TableProductDetiels,.TableProductTitleDetiels,.TableMainHome,.tableGridheroSection,.TableContactUsData,.TableContactUsText,.TableContactUs,.TableContactText,.ContactUsText,.CountryInfo,.TableBcontactAndBnranch,.ContactUsTextNew,.TableBranchesCountryName,.TableBranchPhone,.TableLine,.TableBranchEmail,.CardWithImageTableNewNew,.TableCategoryHomePage,.DownloadableContent,.SearchTable,.TableAboutUs,.BMTableHeader,.BMTableHeroSection,.BMFSHeroSection,.BMHeroSectionFSIRG,.BMFSProductSection,.BMTableProductSection,.BMFSCardProductSection,.BMTableFooter,.BMTableProductCategory,.BMHomeTitlePaddingBottom,.BMFSProductTable,.BMFSAboutSection,.BMFSAboutSectionImgCell,.BMFSAboutSectionCell,.BMFSAboutSectionDesCell,.BMFSAboutSectionDesImgCell,.BMFSAboutSectionDICell,.BMFSAboutSectionDesImgCon,.BMFSAboutSectionImgCon,.BMFSAProductSection,.BMFSCardProductSectionTC,.BMTableProduct,.BMFSProductSectionITCon,.BMFSProductSectionTitleTable,.BMFSProductSectionDescTable,.BMFSSaudiVisionSection,.BMFSComercialAgenciesSection,.BMFSCAContainer,.BMFSCAContainerImg,.BMFSSaudiVisionSectionCol,.BMFSSaudiVisionSectionColF,.BMFSSaudiVisionSectionColS,.BMFSSaudiVisionSectionColFImg,.BMSaudiVisionDescAttCon,.BMShowAllProductsM,.BMTableMain,.BMNewsColCell,.BMNewsColImg,.BMNewsColNewsTitle,.TableTopInfo,.TableNewsImage,.BMNewsColGap,.BMNewsTableContentGap,.ProductNameDetielsTable,.TableBrandNameDetielsN,.TableProductCategoryDetielsN,.TableProductTitleDetielsN,.Tabeltab,.BMCerTableHeaderBG,.BMCerTableHeaderContainer,.BMCerTableHeaderContainerCell,.BMCatalogTableHeaderBG,.BMDownloadableContent,.BMDCContainer,.BMDCImgCell,.BMDownloadImgCell,.BMFSDownloadableContent,.BMDCTitleCell,.BMDCerContent,.BMDCerContentCell,.BMContactTableHeaderBG,.BMProductsTableHeaderBG,.BMContactUsEFTContainer,.BMContactUSPECell,.BMContactUsMContent,.BMContactUsMContentColForm,.BMContactUsMContentColBranches,.TableDataDetiels2,.BMContactUsFSBranches,.BMContactUsFSBranchesCOne,.BMContactUsFSBranchesCTwo,.BMContactUsFSBranchesCTwoLine,.BMContactUsActionGroup,.BMContactUSendBtnContainer,.BMContactUSendBtnCImg,.BMAboutTableHeaderBG,.BMBrandsProductsContainer,.BMBrandsProductsContent,.BMFSTableBrands,.BMFSTableBrandsContainer,.BMBrandTitlePaddingBottom,.BMAboutUsContent,.BMAboutBECContentCol,.BMAboutFSContainerImgCell,.BMAboutTDContainer,.FooterTable,.FooterDataTable,.UsefulLinkTable,.ContactInfoTable,.TablefooterTxt2023,.ContactTableText,.BMDCerContentCell1,.BMDCerContentCell2,.BMTableHeroSectionS,.CertifiTable,.DCCatalogContainer,.DCImgCell,.DCTitleCell,.CatalogDownloadableContent,.BMFSDownloadableContentC
{
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	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: BeVietnam-Regular;
	font-style: normal;
}
.TableCard31
{
	border-width: 5px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 9pt;
	width: 1472px;
	 max-height: 715px;
	 margin-top: -3%;
}
.BMAboutFSContainer
{
	margin-bottom: 50px;
	gap: 30px;
}
.BMContactUsContainer
{
	margin-left: 0px;
	row-gap: 40px;
}
.TableFooterText
{
	text-align: end;
}
.TableItemCodeDetiels
{
	margin-left: 49px;
}
.BMLatestNewsDescContainer
{
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	font-size: 9pt;
}
.TableHeroSection
{
	margin-top: -8%;
}
.Card1Image1Table
{
	margin-top: 14%;
}
.CatalogsDownloadTablemain
{
	margin-top:0%;
	padding-inline: 20%;
}
.Card1TableContent
{
	margin-left: 5%;
}
.TableFullTextSearch
{
	margin-top: -19%;
	margin-right: -7%;
}
.TableBrandsProducts,.HeroSectionDescription1,.BlobContentHeroSectionDescription1,.ReadonlyBlobContentHeroSectionDescription1,.BlobInputHeroSectionDescription1,.InviteMessageText1,.BlobContentInviteMessageText1,.ReadonlyBlobContentInviteMessageText1,.BlobInputInviteMessageText1,.ReadonlyInviteMessageText1,.CategoriesCombo1,.BlobContentCategoriesCombo1,.ReadonlyBlobContentCategoriesCombo1,.BlobInputCategoriesCombo1,.ReadonlyCategoriesCombo1,.ReadonlyHeroSectionDescription1
{
	margin-left: 34%;
	 margin-top: -15.5%;
}
.HeroSectionDescription1,.BlobContentHeroSectionDescription1,.ReadonlyBlobContentHeroSectionDescription1,.BlobInputHeroSectionDescription1,.InviteMessageText1,.BlobContentInviteMessageText1,.ReadonlyBlobContentInviteMessageText1,.BlobInputInviteMessageText1,.ReadonlyInviteMessageText1,.CategoriesCombo1,.BlobContentCategoriesCombo1,.ReadonlyBlobContentCategoriesCombo1,.BlobInputCategoriesCombo1,.ReadonlyCategoriesCombo1,.ReadonlyHeroSectionDescription1
{
	max-width: 80%;
	border-width: 0px;
	color: #444444;
	font-size: 17px;
	white-space: break-spaces;
	box-shadow:none;
	  border-left-width:0;
	border-right-width:0;
	border-top-width:0;
}
.InviteMessageText1,.BlobContentInviteMessageText1,.ReadonlyBlobContentInviteMessageText1,.BlobInputInviteMessageText1,.ReadonlyInviteMessageText1
{
	height: 30px;
	max-width: 500px;
	color: #000;
	margin-left: -1%;
	padding-bottom: 24px !important;
	border-bottom: none !important;
	padding-top: 24px;
}
.CategoriesCombo1,.BlobContentCategoriesCombo1,.ReadonlyBlobContentCategoriesCombo1,.BlobInputCategoriesCombo1,.ReadonlyCategoriesCombo1
{
	margin-left: 5px;
	display: inline-block;
	background-color: transparent;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	border-style: solid;
	border-width: 1px;
	height: 30px;
	max-width: 500px;
	color: #000;
	text-indent: 0px;
	padding-top: 23px;
	margin-top: -19%;
	padding-bottom: 44px;
}
.TableBrands
{
	margin-top: -5%;
}
.TableProductDetielsGrid
{
	margin-left: 10px;
	background-color: #fff;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	width: 1149px;
	height: fit-content;
	  margin-top: 3%;
	box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.24), 0px 16px 32px -4px rgba(145, 158, 171, 0.24);
}
.TableProductsPar
{
	margin-top: -11%;
}
.TableImageDetiels
{
	width: 148%;
	margin-left: 21%;
	border-width: 1px;
	border-style: solid;
	border-color: #00000029;
}
.TableDataDetiels1
{
	margin-left: -1%;
	width: 100%;
	margin-top: 0.1%;
}
.TableSimilarProducts
{
	margin-top: 6%;
	margin-left: -73%;
	padding-bottom: 2%;
}
.TestOdd,.TestText > div.row:nth-child(odd), .TestText>tbody>tr:nth-child(odd)
{
	background-color: #000080;
}
.TestEven,.TestText > div.row:nth-child(even), .TestText>tbody>tr:nth-child(even)
{
	background-color: #f00;
}
.TableGridFooter
{
	margin-top: 0%;
	margin-left: 3%;
	overflow: hidden;
}
.TableHeroSectionData
{
	margin-top: 8%;
	margin-left: 2%;
	    width: 194%;
	    white-space: break-spaces;
}
.TableHeroSectionDescription
{
	margin-top: -8%;
}
.TableVideo
{
	margin-left: -75%;
}
.TableAboutBECImage
{
	margin-left: -40%;
	    margin-top: 15%;
}
.TableCardsMenu,.TableCardsMenu2x
{
	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;
}
.TableCardsMenu2x
{
	width: 264px;
}
.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;
	background-color: #fff;
	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: 1011;
}
.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);
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 9pt;
	height: 30px;
	vertical-align: top;
	padding-top:6px !important;
	padding-left:5px !important;
	padding-right:6px !important;
}
.FSSingleLine
{
	height: 40px;
}
.FSWithHeaderCellBottomRow
{
	border-bottom: 1px;
	border-bottom-color: #eaeaea;
	border-style: solid;
}
.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;
	background-color: #fff;
}
.MainContainerWithFooter
{
	height: 100%;
}
.MainContainerNoBackground
{
	background-color: transparent;
}
.TextBlockTitleCell
{
	padding-left: 20px;
	padding-top: 10px;
	white-space: nowrap;
	vertical-align: middle;
}
.TableTitleCell
{
	padding-right: 10px;
	white-space: nowrap;
	vertical-align: middle;
}
.DataDescriptionCell,.DataDescriptionCellLeft,.DataDescriptionCellLogin
{
	background-repeat: repeat-x;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	white-space: nowrap;
	height: 24px;
	text-align: right;
	vertical-align: middle;
}
.DataDescriptionCellLeft,.DataDescriptionCellLogin
{
	padding-bottom: 0px;
	text-align: left;
}
.DataDescriptionCellLogin
{
	padding-left: 5px;
}
.GridHeaderCell
{
	padding-right: 3pt;
	padding-top: 4px;
	white-space: nowrap;
}
.GridHeaderCellCleanFilters
{
	padding-top: 8px;
	vertical-align: top;
}
.TableContent,.TableMainView,.TableMainViewWithShadow
{
	margin-top: 10px;
	height: 368px;
	vertical-align: top;
	margin-left: 2%;
}
.TableMainView,.TableMainViewWithShadow
{
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	background-color: #fff;
	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,.Table100x100H,.TableViewGeneralAtts,.Table100x1004C,.TableGridHeader
{
	width: 100%;
	text-align: left;
	vertical-align: top;
}
.TableGridHeader
{
	margin-top: 15px;
}
.TableView
{
	margin-left: 1px;
	margin-top: 15px;
	background-color: white;
	color: #444;
	width: 100%;
	border-top-width:0px;
}
.GridLineEven,.GridLineOdd
{
	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%;
}
.GridLineOdd
{
	background-color: #f7f7f7;
}
.GridFooter
{
	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-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	height: 26px;
	width: 100%;
}
.TableData
{
	border-width: 1px;
	width: 100%;
}
.SpaceTable
{
	height: 100px;
}
.TableMain,.TableMainPopup,.TableMainWithShadow,.TableLeftSplitScreen,.TableMainTransaction,.TableMainTransactionPopUp
{
	width: 100%;
}
.TableMainPopup
{
	padding-top: 15px;
}
.TableMainWithShadow,.TableLeftSplitScreen
{
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	background-color: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-top: 2%;
	padding-top: 15px;
	width: 102%;
	overflow: hidden;
	background-color: #fff;
	margin-left: -1%;
}
.TableLeftSplitScreen
{
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
}
.TableMainTransaction,.TableMainTransactionPopUp
{
	padding-top: 5px;
	padding-top: 15px;
	width: 102%;
	overflow: hidden;
	background-color: #fff;
	margin-left: -1%;
	margin-top: -2%;
}
.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-right-color: #d9d9d9;
	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: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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);
	padding-left: 10px;
	padding-right: 10px;
	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 #28a828;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	width: 400px;
}
.TableLoginWithLeftImageError
{
	box-shadow: 0px 0px 14px #28a828;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	min-height: 0px;
}
.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;
	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-bottom-color: #d7dfe3;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-style: solid;
	border-width: 1px;
}
.TableSplitMasterListSelectedRow
{
	background-color: #f2f2f2;
	border-bottom-color: #d9d9d9;
}
.MasterTopIconsCell
{
	padding-left: 10px;
	z-index: 1101;
	line-height:38px;
}
.CellPaddingTop
{
	padding-top: 20px;
}
.TableViewTab
{
	background-color: #fff;
}
.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-bottom-color: #808080;
	border-left-color: #808080;
	border-right-color: #808080;
	border-top-color: #808080;
	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;
}
.TableContainerStep,.TableContainerStepSelected
{
	background-color: #eee;
}
.TableContainerStepSelected
{
	background-color: #008000;
}
.TableContainerStepFirst
{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.TableContainerStepLast
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.TableStepBullet,.TableStepBulletChecked,.TableStepExtraBulletChecked,.TableStepBulletSelected
{
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background-color: #d9d9d9;
	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,.TableStepExtraBulletChecked,.TableStepBulletSelected
{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #008000;
	background-image: url(../WizardStepChecked.png);
}
.TableStepExtraBulletChecked
{
	background-image: none;
}
.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
{
	background-color: #fff;
	width: 100px;
}
.TableStepBulletLine,.TableStepBulletLineChecked
{
	margin-left: -1px;
	position: absolute;
	top: -3px;
	border-bottom-color: #d9d9d9;
	border-width: 4px;
	width: 39px;
	border-bottom-style:solid;
}
.TableStepBulletLineChecked
{
	border-bottom-color: #008000;
}
.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;
	background-color: #f7f7f7;
	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
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	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;
}
.TableCardDashboardAdminInfoLight
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	background-color: #00c0ef;
}
.TableCardDashboardAdminDanger
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	background-color: #dd4b39;
}
.TableCardDashboardAdminWarning
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	background-color: #f39c12;
}
.TableCardDashboardAdminSuccess
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	background-color: #00a65a;
}
.TableCardDashboardAdminInfo
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	background-color: #3c8dbc;
}
.TableCardDashboardAdminBaseColor
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	background-color: #008000;
}
.TableCardProgressAdmin,.TableCardProgressAdminDanger,.TableCardProgressAdminWarning,.TableCardProgressAdminInfo,.TableCardProgressAdminSuccess,.TableCardProgressAdminBaseColor,.TableCardProgressAdminInfoLight
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 100%;
}
.TableCardProgressAdminDanger
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	background-color: #dd4b39;
}
.TableCardProgressAdminWarning
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	background-color: #f39c12;
}
.TableCardProgressAdminInfo
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	background-color: #3c8dbc;
}
.TableCardProgressAdminSuccess
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	background-color: #00a65a;
}
.TableCardProgressAdminBaseColor
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	background-color: #008000;
}
.TableCardProgressAdminInfoLight
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	background-color: #00c0ef;
}
.SimpleCardTable,.ProductCardTable
{
	overflow: hidden;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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;
}
.CardWithImageTable,.CardWithImageTable1
{
	border-bottom: 2px;
	border-left: 2px;
	border-right: 2px;
	border-top: 2px;
	box-shadow: 0px 0px 0px;
	clear: none;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	background-color: #fff;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	border-style: solid;
	border-width: 2px;
	height: 428px;
	max-width: 97%;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14) !important ;
	border-bottom: 2px;
	border-left: 2px;
	border-right: 2px;
	 border-top: 2px;
	clear: none;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 92px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 15px;
	 padding-right: 15px;
	padding-top: 10px;
	background-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	border-style: none;
	border-width: 2px;
	height: 470px;
	max-width: 70%;
	border-radius: 20px;
}
.CardWithImageTable1
{
	box-shadow: 0px 0px 14px 0px #28a828;
	margin-bottom: 0pt;
	margin-left: 26px;
	margin-top: 0pt;
	background-color: white;
	border-width: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	font-family: muli,sans-serif;
	font-size: 9pt;
	max-width: 100%;
}
.TableSplitScreen
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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 - 145px);
}
.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-bottom-color: #d7dfe3;
	border-style: solid;
	border-bottom-width:1px;
}
.TableCardProgress
{
	margin-left: 30px;
	margin-right: 30px;
}
.TableHeaderSplitScreen
{
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom-color: #d7dfe3;
	border-style: solid;
	border-width: 1px;
	border-left:0;
	border-right:0;
	border-top:0;
}
.TableStepUnderline,.TableStepUnderlineExtraBullet
{
	margin-right: 5px;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-top-color: #d9d9d9;
	border-style: solid;
	border-width: 2px;
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	border-bottom-right-radius: 100%;
	border-bottom-left-radius: 100%;
	height: 30px;
	width: 30px;
	line-height:26px;
}
.TableStepUnderlineExtraBullet
{
	margin-left: -10px;
	margin-right: -30px;
	border-style: none;
}
.TableContainerStepUnderline
{
	margin-right: 30px;
}
.TableStepExtraUnderlineChecked
{
	margin-right: 5px;
	background-color: transparent;
	height: 26px;
	width: 26px;
	text-align: center;
	line-height:30px;
}
.WizardStepsLinePositionCell
{
	padding-bottom: 40px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 0px;
}
.TableStepVertical
{
	margin-right: 5px;
	padding-top: 6px;
	background-color: #eee;
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	border-bottom-right-radius: 100%;
	border-bottom-left-radius: 100%;
	height: 30px;
	width: 30px;
	line-height:18px;
}
.TableStepUnderlineExtra
{
	margin-left: -10px;
	margin-right: -20px;
}
.TableWizardMainFullWidth
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	margin-top: 15px;
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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;
}
.TableContentLandingPurus,.TableContentLandingPurusTestimonials,.TableContentLandingPurusHorizontalGrid,.Newsection,.ProductSection,.ProductSection1
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.Newsection
{
	white-space: normal;
	font-family: muli,sans-serif;
	font-size: 9pt;
	text-align: left;
	background: rgba(0, 165, 120, 0.05);
}
.ProductSection,.ProductSection1
{
	white-space: normal;
	background-color: white;
	background-image: url(../latestNews1.jpg);
	font-family: muli,sans-serif;
	font-size: 9pt;
	text-align: left;
}
.TableLandingPurusTestimonials
{
	padding-left: 20px;
	padding-right: 20px;
}
.TableHeaderLandingPurus
{
	padding-top: 44px;
	text-align: left;
}
.TableContentLandingPurusContact
{
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	margin-top: 3%;
}
.TableMainMP
{
	background-image: url(../WorkWithPlusTheme/Img6177d865a7cf922574aa54e1_Header1.jpg);
}
.MPTable
{
	background-image: url(../Green_BG.png);
}
.NewsCardTab
{
	box-shadow: 0px 0px 14px 0px #28a828;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	background-color: white;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	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;
	font-family: muli,sans-serif;
	font-size: 9pt;
	height: 428px;
	max-width: 100%;
}
.CardImagewithShadow
{
	box-shadow: 14px #28a828;
}
.CardProductHPage
{
	bottom: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	position: absolute;
	font-family: muli,sans-serif;
	font-size: 9pt;
}
.TableComponantCommercialAgencies
{
	margin-left: 6%;
	margin-top: 4%;
	margin-left: -8%;
	  margin-top: 4%;
	width: 116%;
}
.TableTextOurSuccessPartners
{
	margin-left: 1%;
	margin-top: 7%;
}
.TableComponantOurSuccessPartners
{
	margin-left: 6%;
	margin-top: 4%;
}
.TableMainDeteiles
{
	padding-top: 15px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 9pt;
	max-height: 100%;
	width: 100%;
	padding-top: 15px;
	width: 102%;
	overflow: hidden;
	background-color: #fff;
	margin-left: -1%;
	margin-top: -1%;
}
.CardWithImageTableDeteilsNew
{
	border-bottom: 2px;
	border-left: 2px;
	border-right: 2px;
	border-top: 2px;
	box-shadow: 0px 0px 0px;
	clear: none;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	background-color: #fff;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	border-style: solid;
	border-width: 2px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 9pt;
	max-width: 97%;
	height: 936px;
}
.TableImageDeteils
{
	margin-top: 1%;
	width: 100%;
	margin-top: 3%;
	margin-left: 2%;
}
.TableProductTitleCard
{
	width: 95%;
	margin-left: 1%;
	    font-size: 16px;
}
.TableHeroSectionImage
{
	margin-left: -11%;
	margin-top: -20%;
}
.TableHeroSectionText
{
	margin-top: -20%;
	width: 100%;
	text-align: left;
	white-space: break-spaces;
	    margin-left: 1%;
}
.TableWeoffermanymedicalequipmentsandsupplies
{
	padding-bottom: 12%;
	margin-left: 1%;
	margin-top: 5%;
	text-align: center;
	white-space: break-spaces;
}
.TableCardCategory
{
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	width: 220px;
	left: 0px;
	top: 0px;
	border-radius: 0px;
	padding: 30px 40px 30px 40px;
}
.TableCategory
{
	margin-left: 9%;
	margin-top: -10%;
	width: 100%;
}
.TableWeareprovidingthebestmedicale
{
	font-size: 9pt;
	margin-left: 1%;
	margin-top: 5%;
	text-align: center;
	white-space: break-spaces;
}
.TableHerearesomeofourProducts
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 9pt;
	padding-bottom: 1%;
	 margin-left: 1%;
	margin-top: 5%;
	text-align: center;
	white-space: break-spaces;
}
.TableProduct
{
	word-wrap: break-word;
	width: 90%;
	margin-left: 5%;
	margin-top: 3%;
}
.TableProductTitle
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 9pt;
	width: 95%;
	margin-left: 1%;
	    font-size: 16px;
}
.TableCardSaudiVisionData
{
	margin-top: -11%;
}
.TableSaudiVisionImage
{
	width: 100%;
	margin-left: -25%;
}
.TableTextCardVision
{
	margin-top: 43%;
	 margin-left: 5%;
	width: 100%;
}
.TableSaudiVisionDescription
{
	margin-left: 10%;
	margin-top: 10%;
}
.TableReadMore
{
	margin-top: 15%;
	margin-left: 58%;
}
.TableMobile
{
	margin-top: 9px;
	width: 100%;
}
.TableAboutFSGrid
{
	word-wrap: break-word;
	text-align: justify;
	color: #fff;
	font-size: 21px;
	width: 100%;
	font-family: Montserrat;
	margin-left: 3%;
}
.TableHowWeAreData
{
	width: 208%;
	margin-top: -6%;
}
.TableHowWeAreText
{
	margin-top: 26%;
	margin-left: 5%;
	word-wrap: break-word;
	width: 71%;
}
.TableHowWeAreLongDescription
{
	margin-top: 1%;
}
.TableHowWeAreImage,.TableHowWeAreImage1
{
	margin-top: 9%;
	margin-left: 5%;
	width: 673.12px;
	height: 512px;
}
.TableWhatDoWeOfferText
{
	font-size: 9pt;
	text-align: center;
	color: #000;
	font-size: 20px;
	width: 32%;
	margin-left: 54%;
	margin-top: 5%;
}
.TableWhatDoWeOfferData,.TableWhatDoWeOfferData1
{
	background-repeat: no-repeat;
	margin-top: -115px;
	background-image: url(../WorkWithPlusTheme/Frahhme_1.png);
	text-align: center;
	background-size:contain;
	padding-top: calc( 50vh - 92px);
	padding-top: max(150px, 50vh - 92px);
	padding-bottom: calc( 50vh - 85px);
	padding-bottom: max(602px, 44vh - 100px);
}
.TableMainWithShadowNew
{
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	font-size: 9pt;
	width: 100%;
	margin-top: 1%;
	padding-top: 15px;
	width: 102%;
	overflow: hidden;
	background-color: #fff;
	margin-left: -1%;
}
.TableCategoriesText
{
	margin-left: 1%;
	text-align: center;
	white-space: break-spaces;
	margin-top: -19% ;
}
.TableHowWeAreText2
{
	font-size: 9pt;
	margin-top: 26%;
	margin-left: 6%;
	word-wrap: break-word;
	width: 71%;
}
.TableHowWeAreData2
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 9pt;
	width: 208%;
}
.TableBrand
{
	width: 74%;
	margin-left: 14%;
	 margin-top: -3%;
}
.TableCatalogsData,.CatalogsTextTitle1,.TableCertificateData
{
	background-repeat: no-repeat;
	margin-top: -115px;
	background-image: url(../WorkWithPlusTheme/Frame_1__5_.png);
	font-size: 9pt;
	text-align: center;
	background-size:contain;
	padding-top: calc( 50vh - 92px);
	padding-top: max(150px, 50vh - 92px);
	padding-bottom: calc( 50vh - 85px);
	padding-bottom: max(602px, 44vh - 100px);
}
.TableCertificateData
{
	background-image: url(../WorkWithPlusTheme/Frame_1__4_.png);
}
.CatalogsTextDescription
{
	padding-top: 4%;
	padding-top: 2%;
	 font-size: 35px;
	 width: 44%;
	 margin-left: 7%;
}
.CatalogsTextTitle
{
	margin-top: 5%;
	margin-left: -42%;
	margin-top: 5%;
}
.CatalogsText
{
	width: 1400px;
	height: 150px;
	margin-top: 0%;
}
.TableCatalogsText
{
	margin-left: 1%;
	text-align: center;
	white-space: break-spaces;
	margin-top: -11%;
}
.TableImage
{
	border-width: 5px;
	margin-left: 15%;
}
.NewsTableMain
{
	border-width: 5px;
	height: 1805px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	 margin-top: -1%;
	padding-top: 15px;
	width: 102%;
	overflow: hidden;
	background-color: #fff;
	margin-left: -1%;
}
.TableCard
{
	border-width: 5px;
	width: 1472px;
	 max-height: 715px;
}
.TableTitel
{
	margin-left: 12%;
}
.TableCard1
{
	border-width: 5px;
	font-size: 9pt;
	width: 1472px;
	 max-height: 715px;
}
.TableArticleText
{
	border-width: 5px;
	margin-top: 5%;
}
.TableTitel1
{
	border-width: 5px;
	margin-left: 12%;
}
.NewsTableMain1
{
	border-width: 5px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 9pt;
	height: 1805px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	 margin-top: -1%;
	padding-top: 15px;
	width: 102%;
	overflow: hidden;
	background-color: #fff;
	margin-left: -1%;
}
.TableCard3
{
	border-width: 5px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 9pt;
	border-width: 5px;
	 width: 1471px;
	 max-height: 715px;
	margin-top: -3%;
}
.TableCard2
{
	border-width: 5px;
	font-size: 9pt;
	border-width: 5px;
	border-width: 5px;
	max-height: 715px;
	 margin-top: 8% ;
}
.TableImage1
{
	border-width: 5px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 9pt;
	margin-left: 15%;
}
.TableArticleText1
{
	margin-top: 7%;
}
.card1
{
	margin-left: 0%;
}
.TableCards
{
	margin-top: -66%;
	margin-left: 106%;
	width: 79%;
}
.TableImage3
{
	margin-top: 1.4%;
	margin-left: -3%;
}
.TableTitel3
{
	margin-left: -73%;
	margin-top: 34%;
}
.TableImage4
{
	width: 116%;
	 margin-left: 6%;
	 margin-top: 0.5%;
}
.TableTitel4
{
	margin-left: 25%;
	    margin-top: -31%;
}
.TableImage5
{
	margin-top: 3%;
	 width: 100%;
	margin-left: -3.6%;
}
.TableTitel5
{
	margin-top: -13%;
	margin-left: 17%;
	width: 100%;
}
.TableNewsTitel1
{
	margin-top: 2%;
	margin-left: 15%;
}
.DownloadableContentCardTable1
{
	height: 156px;
	width: 446px;
	box-shadow: 0px 4px 4px 0px rgba(99, 115, 129, 0.24);
}
.TableProductsNewTitle
{
	margin-top: 4%;
	padding-bottom: 0%;
}
.TableFullTextSearchNew
{
	margin-top: -14%;
}
.TableAttachment
{
	padding-top: 15px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 9pt;
	width: 100%;
	padding-top: 15px;
	width: 102%;
	overflow: hidden;
	background-color: #fff;
	margin-left: -1%;
}
.TableAttachmentNew
{
	margin-top: 3%;
}
.TableSaudiVision2030
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 9pt;
	margin-left: 41%;
	margin-top: 2%;
	padding-bottom: 1%;
}
.TableIconAndTextFooter
{
	width: 100%;
}
.TableTextFooter
{
	margin-top: 9% ;
	margin-left: -135%;
	width: 100%;
}
.TableProductDetiels
{
	word-wrap: break-word;
}
.TableProductTitleDetiels
{
	word-wrap: break-word;
}
.TableMainHome
{
	padding-top: 15px;
	font-size: 9pt;
	width: 100%;
	padding-top: 15px;
	width: 102%;
	overflow: hidden;
	background-color: #fff;
	margin-left: -1%;
	margin-top: 0%!important;
}
.tableGridheroSection
{
	width: 100%;
}
.TableContactUsData
{
	background-repeat: no-repeat;
	background-image: url(../WorkWithPlusTheme/Frame_1__2_.png);
	background-size:contain;
	padding-top: calc( 50vh - 92px);
	padding-top: max(110px, 50vh - 92px);
}
.TableContactUsText
{
	margin-left: 1%;
	text-align: center;
	white-space: break-spaces;
	margin-top: 35% ;
}
.TableContactUs
{
	margin-left: 17%;
	padding: 2%;
	max-width: 173%;
	 width: 141%;
	border-radius: 14px !important;
	padding-top: 28px;
}
.TableContactText
{
	margin-left: 6%;
	text-align: center;
	white-space: break-spaces;
	margin-top: 30%;
}
.ContactUsText
{
	margin-top: -9%;
	margin-left: 22%;
}
.CountryInfo
{
	margin-left: -11%;
	margin-top: -14%;
	width: 158%;
}
.TableBcontactAndBnranch
{
	width: 100%;
	margin-left: 22%;
	margin-top: 4%;
}
.ContactUsTextNew
{
	margin-top: 3%;
	margin-left: 22%;
}
.TableBranchesCountryName
{
	margin-top: 21%;
}
.TableBranchPhone
{
	margin-top: 2%;
}
.TableLine
{
	margin-left: 6%;
	 margin-top: 3%;
	width: 192px;
	height: 0px;
	border: 1px solid #696969;
}
.TableBranchEmail
{
	margin-top: 2%;
}
.CardWithImageTableNewNew
{
	border-bottom: 2px;
	border-left: 2px;
	border-right: 2px;
	border-top: 2px;
	box-shadow: 0px 0px 0px;
	clear: none;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	background-color: #fff;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	border-style: solid;
	border-width: 2px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 9pt;
	height: 428px;
	max-width: 97%;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14) !important ;
	border-bottom: 2px;
	border-left: 2px;
	border-right: 2px;
	 border-top: 2px;
	clear: none;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 92px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 15px;
	 padding-right: 15px;
	padding-top: 10px;
	background-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	border-style: none;
	border-width: 2px;
	height: 470px;
	max-width: 82%;
	border-radius: 20px;
}
.TableCategoryHomePage
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 9pt;
	margin-left: 9%;
	margin-top: -10%;
	width: 100%;
}
.DownloadableContent
{
	margin-left: 1%;
	text-align: center;
	white-space: break-spaces;
	margin-top: -15% ;
}
.SearchTable
{
	border-bottom-color: #adadad;
	border-left-color: #adadad;
	border-right-color: #adadad;
	border-top-color: #adadad;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.TableAboutUs
{
	background-repeat: no-repeat;
	background-image: url(../AboutUsLogo1.png);
	margin-top: -61px;
	text-align: center;
	background-size: contain;
	width: 106%;
	height: 845px;
	margin-left: -18px;
}
.BMTableHeader
{
	margin-top: -2px;
	padding-bottom: 25px;
	padding-left: 85px;
	padding-right: 85px;
	padding-top: 25px;
	position: relative;
	z-index: 1;
	background-color: transparent;
	width: 100%;
	padding-left: 10% ;
}
.BMTableHeroSection
{
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-bottom: 118px;
	background-size: cover;
}
.BMHeroSectionFSIRG
{
	row-gap: 30px;
}
.BMFSProductSection
{
	padding-left: 55px;
	padding-right: 55px;
}
.BMTableProductSection
{
	background-color: rgba(0,165,120,0.05);
}
.BMFSCardProductSection
{
	padding-left: 85px;
	padding-right: 85px;
}
.BMTableFooter
{
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../WorkWithPlusTheme/BMFooterNBG.png);
	background-size: cover;
}
.BMTableProductCategory
{
	padding-bottom: 80px;
}
.BMHomeTitlePaddingBottom
{
	margin-left: 3%;
	padding-bottom: 50px;
}
.BMFSProductTable
{
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	height: 100%;
	min-height: 250px;
	width: 100%;
	max-width: 220px;
	cursor: pointer;
	row-gap: 10px;
	margin: auto;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
}
.BMFSAboutSection
{
	padding-left: 85px;
	padding-right: 85px;
}
.BMFSAboutSectionImgCell
{
	width: 100%;
	max-width: 62%;
}
.BMFSAboutSectionCell
{
	width: 100%;
	max-width: 38%;
}
.BMFSAboutSectionDesCell
{
	width: 100%;
	max-width: 277px;
}
.BMFSAboutSectionDesImgCell
{
	width: 100%;
	max-width: 30px;
}
.BMFSAboutSectionDICell
{
	column-gap: 20px;
}
.BMFSAboutSectionDesImgCon
{
	width: 100%;
	max-width: 597px;
	margin: auto;
}
.BMFSAboutSectionImgCon
{
	width: 100%;
	max-width: 597px;
	margin: auto;
}
.BMFSAProductSection
{
	padding-left: 85px;
	padding-right: 85px;
}
.BMFSCardProductSectionTC
{
	overflow: hidden;
	background-color: #fff;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	height: 430px;
	width: 100%;
	max-width: 344px;
	margin: auto;
	box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.24);
}
.BMTableProduct
{
	overflow: hidden;
	padding-bottom: 80px;
	padding-top: 80px;
}
.BMFSProductSectionITCon
{
	position: relative;
}
.BMFSProductSectionTitleTable
{
	bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	position: absolute;
	background-color: #1cbc54;
}
.BMFSProductSectionDescTable
{
	padding-bottom: 11px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 11px;
	word-break: break-word;
}
.BMFSSaudiVisionSection
{
	padding-left: 100px;
	padding-right: 100px;
}
.BMFSComercialAgenciesSection
{
	padding-left: 85px;
	padding-right: 85px;
}
.BMFSCAContainer
{
	height: 163px;
}
.BMFSCAContainerImg
{
	height: auto;
	width: 100%;
	max-width: 223px;
	object-fit: cover;
}
.BMFSSaudiVisionSectionCol
{
	width: 100%;
	max-width: 50%;
}
.BMFSSaudiVisionSectionColF
{
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 100%;
	max-width: 400px;
	margin: auto;
}
.BMFSSaudiVisionSectionColS
{
	width: 100%;
	max-width: 525px;
	row-gap: 40px;
}
.BMFSSaudiVisionSectionColFImg
{
	height: 500px;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}
.BMSaudiVisionDescAttCon
{
	padding-left: 25px;
	padding-right: 25px;
}
.BMShowAllProductsM
{
	margin-top: 100px;
}
.BMTableMain
{
	padding-bottom: 20px;
	padding-left: 65px;
	padding-right: 65px;
	padding-top: 20px;
}
.BMNewsColCell
{
	width: 100%;
	max-width: 50%;
}
.BMNewsColImg
{
	position: relative;
}
.BMNewsColNewsTitle
{
	bottom: 40px;
	padding-left: 25px;
	padding-right: 25px;
	position: absolute;
}
.TableTopInfo
{
	margin-left: 13px;
}
.TableNewsImage
{
	margin-top: 33px;
}
.BMNewsColGap
{
	column-gap: 25px;
}
.BMNewsTableContentGap
{
	row-gap: 50px;
}
.ProductNameDetielsTable
{
	margin-top: 43px;
}
.TableBrandNameDetielsN
{
	margin-left: 16px;
}
.TableProductCategoryDetielsN
{
	margin-left: 48px;
}
.BMCerTableHeaderBG
{
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 250px;
	padding-left: 130px;
	padding-right: 130px;
	padding-top: 250px;
	display: flex;
	background-image: url(../BMCerBG.png);
	background-size: cover;
	justify-content: flex-start;
}
.BMCerTableHeaderContainer
{
	row-gap: 40px;
}
.BMCerTableHeaderContainerCell
{
	width: 100%;
	max-width: 470px;
}
.BMCatalogTableHeaderBG
{
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 250px;
	padding-left: 130px;
	padding-right: 130px;
	padding-top: 250px;
	display: flex;
	background-image: url(../BMCatalogBG.png);
	background-size: cover;
	justify-content: flex-start;
}
.BMDownloadableContent
{
	padding-bottom: 45px;
	padding-left: 5%;
	padding-right: 200px;
	padding-top: 45px;
}
.BMDCContainer
{
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	background-color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	gap: 20px;
	box-shadow: 0px 4px 4px rgba(99, 115, 129, 0.24);
}
.BMDCImgCell
{
	width: 100%;
	max-width: 100px;
}
.BMDownloadImgCell
{
	width: 100%;
	max-width: 41px;
}
.BMDCerContent
{
	width: 100%;
	max-width: 100%;
}
.BMDCerContentCell
{
	width: 42%;
	max-width: 42%;
}
.BMContactTableHeaderBG
{
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 250px;
	padding-left: 130px;
	padding-right: 130px;
	padding-top: 265px;
	display: flex;
	background-image: url(../BMContactUsBG.png);
	background-size: cover;
	justify-content: flex-start;
}
.BMProductsTableHeaderBG
{
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 250px;
	padding-left: 130px;
	padding-right: 130px;
	padding-top: 250px;
	display: flex;
	background-image: url(../BMProductsBG.jpg);
	background-size: cover;
	justify-content: flex-end;
}
.BMContactUsEFTContainer
{
	column-gap: 25px;
}
.BMContactUSPECell
{
	column-gap: 10px;
}
.BMContactUsMContent
{
	column-gap: 60px;
}
.BMContactUsMContentColForm
{
	width: 100%;
	max-width: 70%;
}
.BMContactUsMContentColBranches
{
	width: 100%;
	max-width: 30%;
}
.TableDataDetiels2
{
	width: 474px;
}
.BMContactUsFSBranches
{
	width: 100%;
	max-width: 282px;
	row-gap: 25px;
}
.BMContactUsFSBranchesCOne
{
	row-gap: 30px;
}
.BMContactUsFSBranchesCTwo
{
	row-gap: 15px;
}
.BMContactUsFSBranchesCTwoLine
{
	margin-left: 25px;
	margin-right: 25px;
	background-color: #696969;
	height: 1px;
	width: 100%;
	max-width: 192px;
}
.BMContactUsActionGroup
{
	padding-bottom: 50px ;
	padding-top: 50px ;
}
.BMContactUSendBtnContainer
{
	padding-bottom: 11px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 11px;
	background-color: #2b6439;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	cursor: pointer;
	gap: 8px;
	box-shadow: 0px 8px 16px 0px rgba(15, 124, 192, 0.25);
}
.BMContactUSendBtnCImg
{
	width: 100%;
	max-width: 24px;
}
.BMAboutTableHeaderBG
{
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 250px;
	padding-left: 130px;
	padding-right: 130px;
	padding-top: 250px;
	display: flex;
	background-image: url(../AboutUsLogo1.png);
	background-size: cover;
	justify-content: flex-start;
}
.BMBrandsProductsContainer
{
	gap: 70px;
}
.BMBrandsProductsContent
{
	padding-bottom: 45px;
	padding-left: 235px;
	padding-right: 235px;
	padding-top: 45px;
}
.BMFSTableBrands
{
	padding-left: 100px;
	padding-right: 100px;
}
.BMFSTableBrandsContainer
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	overflow: hidden;
	border-top-left-radius: 104px;
	border-top-right-radius: 104px;
	border-bottom-right-radius: 104px;
	border-bottom-left-radius: 104px;
	height: 156px;
	max-width: 151px;
	width: 100% !important;
}
.BMBrandTitlePaddingBottom
{
	padding-bottom: 30px;
}
.BMAboutUsContent
{
	padding-bottom: 45px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 45px;
}
.BMAboutBECContentCol
{
	width: 100%;
	max-width: 50%;
}
.BMAboutFSContainerImgCell
{
	width: 100%;
	max-width: 600px;
}
.BMAboutTDContainer
{
	row-gap: 30px;
}
.FooterTable
{
	width: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(43, 100, 57, 0.24) 2.99%, rgba(255, 255, 255, 0) 199.59%);
	 border-radius: 50%/100px 100px 0 0;
}
.FooterDataTable
{
	margin-top: 59px;
}
.UsefulLinkTable
{
	margin-left: -28px;
	width: 100%;
}
.ContactInfoTable
{
	height: 201px;
	width: 92%;
}
.TablefooterTxt2023
{
	margin-top: 16px;
	height: 71px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #c7bfbf9c;
}
.ContactTableText
{
	border-bottom: 1px solid black;
}
.BMDCerContentCell1
{
	width: 100%;
	max-width: 70%;
}
.BMDCerContentCell2
{
	width: 100%;
	max-width: 30%;
}
.BMTableHeroSectionS
{
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-bottom: 200px;
	padding-top: 200px;
	background-image: url(../BMHeroSectionBG.png);
	background-size: cover;
}
.CertifiTable
{
	border-top: 1px;
	margin-right: 3pt;
	margin-top: 20%;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	display: inline-block;
	white-space: nowrap;
	background-color: #fff;
	border-bottom-color: #08743b;
	border-left-color: #08743b;
	border-right-color: #08743b;
	border-top-color: #08743b;
	border-style: solid;
	border-width: 2px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	min-width: 86px;
	cursor: pointer;
	color: #08743b;
	text-align: center;
	text-indent: 0pt;
	vertical-align: middle;
}
.DCCatalogContainer
{
	margin-top: 5%;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	background-color: #fff;
	width: 100%;
	box-shadow: 0px 4px 4px rgba(99, 115, 129, 0.24);
	gap: 30px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.DCImgCell
{
	width: 100%;
	max-width: 100px;
}
.DCTitleCell
{
	width: 100%;
	max-width: 245px;
}
.CatalogDownloadableContent
{
	padding-bottom: 45px;
	padding-left: 200px;
	padding-right: 200px;
	padding-top: 45px;
}
.TextBlock,.TextBlockDragging,.TextBlockAcceptDrag,.TextBlockNoAcceptDrag,.Title,.BigTitle,.UncollapsedBigTitle,.SeparateBigTitle,.SubTitle,.TableHeaderText,.Grid>caption,.GridDragging>caption,.GridAcceptDrag>caption,.GridNoAcceptDrag>caption,.WorkWithBorder>caption,.GridWithPaginationBar>caption,.GridWithTotalizer>caption,.GridCard>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,.GridCard[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,.GridUploadPictures[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,.FreeStyleStepsVertical[data-gx-grid-nodata]>caption,.FreeStyleSteps[data-gx-grid-nodata]>caption,.FreeStyleStepsLine[data-gx-grid-nodata]>caption,.FreeStyleStepsProgress[data-gx-grid-nodata]>caption,.VerticalTabGrid[data-gx-grid-nodata]>caption,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]>caption,.FreeStyleGridWithHeader[data-gx-grid-nodata]>caption,.FreeStyleStepsUnderline[data-gx-grid-nodata]>caption,.AboutFSGrid[data-gx-grid-nodata]>caption,.NewsExtraFreeStyleGrid1[data-gx-grid-nodata]>caption,.NewsExtraFreeStyleGrid2[data-gx-grid-nodata]>caption,.FreeStyleGridFooter[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,.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,.GridUploadPicturesParentCell>caption,.GridUploadPicturesRemove>caption,.Invisible>caption,.TableMainPrompt>caption,.TableMainTabs>caption,.FiltersCell>caption,.TableTotalizer>caption,.TableTotalizerAl>caption,.TableWhiteBorder>caption,.Table1>caption,.Width100>caption,.TableFiltersCell>caption,.DataFilterContentCell>caption,.MergedItemNotRequired>caption,.TableLabel50Percent>caption,.TableWizardStepsArrow>caption,.DynamicFilters>caption,.TableContentHolderWithShadow>caption,.ProgressCardTable>caption,.GridNoHeaderCell>caption,.GridNoHeaderCellItems>caption,.hidden-md>caption,.hidden-sm>caption,.beccertificates>caption,.Table2>caption,.Homesectiontable>caption,.CtrPanelHeader>caption,.hidden-lg>caption,.CellMarginLoginLeft>caption,.TableTextCommercialAgencies>caption,.TableHeroSectionTitle>caption,.Table3>caption,.TableDataAboutBEC>caption,.TableCardSaudiCard>caption,.Table4>caption,.Table5>caption,.Table6>caption,.TablecardTest>caption,.TbleTestSection>caption,.TableHowWeAreTitle>caption,.TableWhatDoWeOfferImage>caption,.TableWhatDoWeOffer>caption,.TableWhatDoWeOfferDescription>caption,.TableWhatDoWeOfferTitle>caption,.TableBrandData>caption,.TableProducts>caption,.CardWithImageTableNew>caption,.ProductDetiels>caption,.TableProductNameDetiels>caption,.TableBrandNameDetiels>caption,.DownloadableContentCardTable>caption,.Table8>caption,.TableDownloadableContent>caption,.DownloadableContentTwoCardsalignment>caption,.card2>caption,.Table7>caption,.TableCard4>caption,.TableCard31>caption,.TableCard5>caption,.DownloadContent>caption,.TableMainDownloadableComponent>caption,.HeaderSectionContactUs>caption,.ContactUsDescription>caption,.ContactUsTextTitel>caption,.TableContactUsInfo>caption,.Table9>caption,.BMOtheArticlesContainer>caption,.Table10>caption,.FooterImageTable>caption,.Table11>caption,.TableViewerContent>caption,.BetaPicTable>caption,.BMDCContainerCell>caption,.CertDataTable>caption,.TableNewsDescription>caption,.BMAboutFSContainer>caption,.BMContactUsContainer>caption,.TableFooterText>caption,.TableItemCodeDetiels>caption,.BMLatestNewsDescContainer>caption,.TableBranchLocation>caption,.TableHeroSection>caption,.TableSaudiVisionTitel>caption,.Card1Image1Table>caption,.CatalogsDownloadTablemain>caption,.Card1TableContent>caption,.TableFullTextSearch>caption,.TableBrandsProducts>caption,.HeroSectionDescription1>caption,.BlobContentHeroSectionDescription1>caption,.ReadonlyBlobContentHeroSectionDescription1>caption,.BlobInputHeroSectionDescription1>caption,.InviteMessageText1>caption,.BlobContentInviteMessageText1>caption,.ReadonlyBlobContentInviteMessageText1>caption,.BlobInputInviteMessageText1>caption,.ReadonlyInviteMessageText1>caption,.CategoriesCombo1>caption,.BlobContentCategoriesCombo1>caption,.ReadonlyBlobContentCategoriesCombo1>caption,.BlobInputCategoriesCombo1>caption,.ReadonlyCategoriesCombo1>caption,.ReadonlyHeroSectionDescription1>caption,.TableBrands>caption,.TableProductDetielsGrid>caption,.TableProductsPar>caption,.TableImageDetiels>caption,.TableDataDetiels1>caption,.TableSimilarProducts>caption,.TableBorder100x100>caption,.TestText>caption,.TestOdd>caption,.TestText > div.row:nth-child(odd)>caption, .TestText>tbody>tr:nth-child(odd)>caption,.TestEven>caption,.TestText > div.row:nth-child(even)>caption, .TestText>tbody>tr:nth-child(even)>caption,.TableGridFooter>caption,.TableHeroSectionData>caption,.TableHeroSectionDescription>caption,.TableVideo>caption,.TableAboutBECImage>caption,.TableCardsMenu>caption,.TableCardsMenu2x>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,.FSSingleLine>caption,.FSWithHeaderCellBottomRow>caption,.MergeDataCell>caption,.TableFSHeader>caption,.AdvancedContainer>caption,.AdvancedContainerVisible>caption,.WWAdvancedContainer>caption,.MainContainer>caption,.MainContainerWithFooter>caption,.MainContainerNoBackground>caption,.MainContainerBackgroundWhite>caption,.TextBlockTitleCell>caption,.TableTitleCell>caption,.DataDescriptionCell>caption,.DataDescriptionCellLeft>caption,.DataDescriptionCellLogin>caption,.GridHeaderCell>caption,.GridHeaderCellCleanFilters>caption,.TableTop>caption,.TableTopSearch>caption,.TableContent>caption,.TableMainView>caption,.TableMainViewWithShadow>caption,.Table100x100>caption,.TableBorder>caption,.Table100x100H>caption,.TableViewGeneralAtts>caption,.Table100x1004C>caption,.TableGridHeader>caption,.TableView>caption,.GridLineEven>caption,.GridLineOdd>caption,.GridFooter>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,.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,.CellPaddingTop>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,.TableStepExtraBulletChecked>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,.CardWithImageTable>caption,.CardWithImageTable1>caption,.TableSplitScreen>caption,.CardImageMoreInfoTable>caption,.ChatDataTable>caption,.TableWizardSummaryStep>caption,.TableCardProgress>caption,.TableHeaderSplitScreen>caption,.TableStepUnderline>caption,.TableStepUnderlineExtraBullet>caption,.TableContainerStepUnderline>caption,.TableStepExtraUnderlineChecked>caption,.WizardStepsLinePositionCell>caption,.TableStepVertical>caption,.TableStepUnderlineExtra>caption,.TableWizardMainFullWidth>caption,.TableContentLandingPurus>caption,.TableContentLandingPurusTestimonials>caption,.TableContentLandingPurusHorizontalGrid>caption,.Newsection>caption,.ProductSection>caption,.ProductSection1>caption,.TableLandingPurusTestimonials>caption,.TableHeaderLandingPurus>caption,.TableContentLandingPurusContact>caption,.LandingPurusHeader>caption,.TableMainMP>caption,.MPTable>caption,.NewsCardTab>caption,.CardImagewithShadow>caption,.CardProductHPage>caption,.TableComponantCommercialAgencies>caption,.TableTextOurSuccessPartners>caption,.TableComponantOurSuccessPartners>caption,.TableMainDeteiles>caption,.CardWithImageTableDeteilsNew>caption,.TableImageDeteils>caption,.TableProductTitleCard>caption,.TableHeroSectionImage>caption,.TableHeroSectionText>caption,.TableWeoffermanymedicalequipmentsandsupplies>caption,.TableCardCategory>caption,.TableCategory>caption,.TableWeareprovidingthebestmedicale>caption,.TableHerearesomeofourProducts>caption,.TableProduct>caption,.TableProductTitle>caption,.TableCardSaudiVisionData>caption,.TableSaudiVisionImage>caption,.TableTextCardVision>caption,.TableSaudiVisionDescription>caption,.TableReadMore>caption,.TableMobile>caption,.TableAboutFSGrid>caption,.TableHowWeAreData>caption,.TableHowWeAreText>caption,.TableHowWeAreLongDescription>caption,.TableHowWeAreImage>caption,.TableHowWeAreImage1>caption,.TableWhatDoWeOfferText>caption,.TableWhatDoWeOfferData>caption,.TableWhatDoWeOfferData1>caption,.TableMainWithShadowNew>caption,.TableCategoriesText>caption,.TableHowWeAreText2>caption,.TableHowWeAreData2>caption,.TableBrand>caption,.TableCatalogsData>caption,.CatalogsTextTitle1>caption,.TableCertificateData>caption,.CatalogsTextDescription>caption,.CatalogsTextTitle>caption,.CatalogsText>caption,.TableCatalogsText>caption,.TableRightItem>caption,.TableImage>caption,.NewsTableMain>caption,.TableCard>caption,.TableTitel>caption,.TableCard1>caption,.TableArticleText>caption,.TableTitel1>caption,.NewsTableMain1>caption,.TableCard3>caption,.TableCard2>caption,.TableImage1>caption,.TableArticleText1>caption,.card1>caption,.TableCards>caption,.TableImage3>caption,.TableTitel3>caption,.TableImage4>caption,.TableTitel4>caption,.TableImage5>caption,.TableTitel5>caption,.TableNewsTitel1>caption,.DownloadableContentCardTable1>caption,.TableProductsNewTitle>caption,.TableFullTextSearchNew>caption,.TableAttachment>caption,.TableAttachmentNew>caption,.TableSaudiVision2030>caption,.TableIconAndTextFooter>caption,.TableIconFooter>caption,.TableTextFooter>caption,.TableProductDetiels>caption,.TableProductTitleDetiels>caption,.TableMainHome>caption,.tableGridheroSection>caption,.TableContactUsData>caption,.TableContactUsText>caption,.TableContactUs>caption,.TableContactText>caption,.ContactUsText>caption,.CountryInfo>caption,.TableBcontactAndBnranch>caption,.ContactUsTextNew>caption,.TableBranchesCountryName>caption,.TableBranchPhone>caption,.TableLine>caption,.TableBranchEmail>caption,.CardWithImageTableNewNew>caption,.TableCategoryHomePage>caption,.DownloadableContent>caption,.SearchTable>caption,.TableAboutUs>caption,.BMTableHeader>caption,.BMTableHeroSection>caption,.BMFSHeroSection>caption,.BMHeroSectionFSIRG>caption,.BMFSProductSection>caption,.BMTableProductSection>caption,.BMFSCardProductSection>caption,.BMTableFooter>caption,.BMTableProductCategory>caption,.BMHomeTitlePaddingBottom>caption,.BMFSProductTable>caption,.BMFSAboutSection>caption,.BMFSAboutSectionImgCell>caption,.BMFSAboutSectionCell>caption,.BMFSAboutSectionDesCell>caption,.BMFSAboutSectionDesImgCell>caption,.BMFSAboutSectionDICell>caption,.BMFSAboutSectionDesImgCon>caption,.BMFSAboutSectionImgCon>caption,.BMFSAProductSection>caption,.BMFSCardProductSectionTC>caption,.BMTableProduct>caption,.BMFSProductSectionITCon>caption,.BMFSProductSectionTitleTable>caption,.BMFSProductSectionDescTable>caption,.BMFSSaudiVisionSection>caption,.BMFSComercialAgenciesSection>caption,.BMFSCAContainer>caption,.BMFSCAContainerImg>caption,.BMFSSaudiVisionSectionCol>caption,.BMFSSaudiVisionSectionColF>caption,.BMFSSaudiVisionSectionColS>caption,.BMFSSaudiVisionSectionColFImg>caption,.BMSaudiVisionDescAttCon>caption,.BMShowAllProductsM>caption,.BMTableMain>caption,.BMNewsColCell>caption,.BMNewsColImg>caption,.BMNewsColNewsTitle>caption,.TableTopInfo>caption,.TableNewsImage>caption,.BMNewsColGap>caption,.BMNewsTableContentGap>caption,.ProductNameDetielsTable>caption,.TableBrandNameDetielsN>caption,.TableProductCategoryDetielsN>caption,.TableProductTitleDetielsN>caption,.Tabeltab>caption,.BMCerTableHeaderBG>caption,.BMCerTableHeaderContainer>caption,.BMCerTableHeaderContainerCell>caption,.BMCatalogTableHeaderBG>caption,.BMDownloadableContent>caption,.BMDCContainer>caption,.BMDCImgCell>caption,.BMDownloadImgCell>caption,.BMFSDownloadableContent>caption,.BMDCTitleCell>caption,.BMDCerContent>caption,.BMDCerContentCell>caption,.BMContactTableHeaderBG>caption,.BMProductsTableHeaderBG>caption,.BMContactUsEFTContainer>caption,.BMContactUSPECell>caption,.BMContactUsMContent>caption,.BMContactUsMContentColForm>caption,.BMContactUsMContentColBranches>caption,.TableDataDetiels2>caption,.BMContactUsFSBranches>caption,.BMContactUsFSBranchesCOne>caption,.BMContactUsFSBranchesCTwo>caption,.BMContactUsFSBranchesCTwoLine>caption,.BMContactUsActionGroup>caption,.BMContactUSendBtnContainer>caption,.BMContactUSendBtnCImg>caption,.BMAboutTableHeaderBG>caption,.BMBrandsProductsContainer>caption,.BMBrandsProductsContent>caption,.BMFSTableBrands>caption,.BMFSTableBrandsContainer>caption,.BMBrandTitlePaddingBottom>caption,.BMAboutUsContent>caption,.BMAboutBECContentCol>caption,.BMAboutFSContainerImgCell>caption,.BMAboutTDContainer>caption,.FooterTable>caption,.FooterDataTable>caption,.UsefulLinkTable>caption,.ContactInfoTable>caption,.TablefooterTxt2023>caption,.ContactTableText>caption,.BMDCerContentCell1>caption,.BMDCerContentCell2>caption,.BMTableHeroSectionS>caption,.CertifiTable>caption,.DCCatalogContainer>caption,.DCImgCell>caption,.DCTitleCell>caption,.CatalogDownloadableContent>caption,.BMFSDownloadableContentC>caption,.FloatingVersionText,.FloatingVersionTextColoured,.VersionText,.bullet,.subBullet,.TextTable,.DownloadableContentCardText,.TBTopMenu,.HomeBodyText,.HomeBodyTextLink,.TBLeftMenu,.TextBlockHeader,.PopupTitle,.TextBlockHeaderLinkClass,.RecentLink,.FieldSetTitle,.Separator,.SmallLink,.RecentLinkItem,.VerticalMenuOption,.RecentsTitle,.WWAdvancedLabel,.WWOrderByLabel,.WWFilterLabel,.WWDateFilterLabel,.WWOrderItem,.WWOrderItemSelected,.WWOrderItemSelectedHover,.WWLinkOrderItemSelected,.WWLinkOrderItem,.WWOrderItemHover,.BtnTextBlock,.BtnTextBlockBack,.BtnTextBlockBackLink,.TextLikeLink,.WelcomeText,.WelcomeTextName,.WelcomeTextMarginLeft,.PagingText,.SelectedPagingText,.GlobalTitle,.BigGlobalTitle,.MainMenuTitle,.FilterLabel,.SubtitleLabel,.LogoutMenuOption,.SpecialText,.SpecialTextLabel,.RoundedImageText,.LinkRoundedImageText,.ActionText,.LinkText,.NotificationTitle,.Mesage,.TextBlockLink,.TextBlockDashboardNumber,.TextBlockDashboardInfo,.TextBlockDashboardDanger,.TextBlockDashboardSuccess,.TextBlockDashboardWarning,.TextBlockDashboardNumberCard,.TextBlockDashboardNumberAdmin,.TextBlockDashboardBaseColor,.TextBlockDashboardInfoLight,.TextBlock1,.ProductItemCode,.Line,.CatBrands,.CatProducts,.SimilarProducts,.LandingPurusSubtitle2,.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,.GridCard>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,.GridCard[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,.GridUploadPictures[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,.FreeStyleStepsVertical[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleSteps[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleStepsLine[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleStepsProgress[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,.FreeStyleStepsUnderline[data-gx-grid-nodata]>tfoot .gx_newrow,.AboutFSGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.NewsExtraFreeStyleGrid1[data-gx-grid-nodata]>tfoot .gx_newrow,.NewsExtraFreeStyleGrid2[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleGridFooter[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleGridFooter>.gx_newrow,.TrnSublevelGridFooter>.gx_newrow,.RecentLinksGridFooter>.gx_newrow,.GridUploadPicturesFooter>.gx_newrow,.FreeStyleHomeModulesBigFooter>.gx_newrow,.FreeStyleHomeModulesFooter>.gx_newrow,.FreeStyleHomeModulesBigDarkFooter>.gx_newrow,.FSGridAutoUnselectAllFooter>.gx_newrow,.FreeStyleStepsVerticalFooter>.gx_newrow,.FreeStyleStepsFooter>.gx_newrow,.FreeStyleStepsLineFooter>.gx_newrow,.FreeStyleStepsProgressFooter>.gx_newrow,.VerticalTabGridFooter>.gx_newrow,.ColumnsSelectorFreeStyleGridFooter>.gx_newrow,.FreeStyleGridWithHeaderFooter>.gx_newrow,.FreeStyleStepsUnderlineFooter>.gx_newrow,.AboutFSGridFooter>.gx_newrow,.NewsExtraFreeStyleGrid1Footer>.gx_newrow,.NewsExtraFreeStyleGrid2Footer>.gx_newrow,.FreeStyleGridFooterFooter>.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,.GridCard+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,.GridCard[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,.GridUploadPictures[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,.FreeStyleStepsVertical[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleSteps[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleStepsLine[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleStepsProgress[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,.FreeStyleStepsUnderline[data-gx-grid-nodata]+div.gx-grid-loading,.AboutFSGrid[data-gx-grid-nodata]+div.gx-grid-loading,.NewsExtraFreeStyleGrid1[data-gx-grid-nodata]+div.gx-grid-loading,.NewsExtraFreeStyleGrid2[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGridFooter[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid+div.gx-grid-loading,.TrnSublevelGrid+div.gx-grid-loading,.RecentLinksGrid+div.gx-grid-loading,.GridUploadPictures+div.gx-grid-loading,.FreeStyleHomeModulesBig+div.gx-grid-loading,.FreeStyleHomeModules+div.gx-grid-loading,.FreeStyleHomeModulesBigDark+div.gx-grid-loading,.FSGridAutoUnselectAll+div.gx-grid-loading,.FreeStyleStepsVertical+div.gx-grid-loading,.FreeStyleSteps+div.gx-grid-loading,.FreeStyleStepsLine+div.gx-grid-loading,.FreeStyleStepsProgress+div.gx-grid-loading,.VerticalTabGrid+div.gx-grid-loading,.ColumnsSelectorFreeStyleGrid+div.gx-grid-loading,.FreeStyleGridWithHeader+div.gx-grid-loading,.FreeStyleStepsUnderline+div.gx-grid-loading,.AboutFSGrid+div.gx-grid-loading,.NewsExtraFreeStyleGrid1+div.gx-grid-loading,.NewsExtraFreeStyleGrid2+div.gx-grid-loading,.FreeStyleGridFooter+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,.GridCard+.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,.GridCard[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,.GridUploadPictures[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,.FreeStyleStepsVertical[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleSteps[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleStepsLine[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleStepsProgress[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,.FreeStyleStepsUnderline[data-gx-grid-nodata]+.gx-text-gridnodata,.AboutFSGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.NewsExtraFreeStyleGrid1[data-gx-grid-nodata]+.gx-text-gridnodata,.NewsExtraFreeStyleGrid2[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGridFooter[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid+.gx-text-gridnodata,.TrnSublevelGrid+.gx-text-gridnodata,.RecentLinksGrid+.gx-text-gridnodata,.GridUploadPictures+.gx-text-gridnodata,.FreeStyleHomeModulesBig+.gx-text-gridnodata,.FreeStyleHomeModules+.gx-text-gridnodata,.FreeStyleHomeModulesBigDark+.gx-text-gridnodata,.FSGridAutoUnselectAll+.gx-text-gridnodata,.FreeStyleStepsVertical+.gx-text-gridnodata,.FreeStyleSteps+.gx-text-gridnodata,.FreeStyleStepsLine+.gx-text-gridnodata,.FreeStyleStepsProgress+.gx-text-gridnodata,.VerticalTabGrid+.gx-text-gridnodata,.ColumnsSelectorFreeStyleGrid+.gx-text-gridnodata,.FreeStyleGridWithHeader+.gx-text-gridnodata,.FreeStyleStepsUnderline+.gx-text-gridnodata,.AboutFSGrid+.gx-text-gridnodata,.NewsExtraFreeStyleGrid1+.gx-text-gridnodata,.NewsExtraFreeStyleGrid2+.gx-text-gridnodata,.FreeStyleGridFooter+.gx-text-gridnodata,.TextBlockFSWithHeaderTitle,.Label,.RequiredLabel,.gx-label.RatingLabel,.gx-label.AttributeLabel,.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.TextAttributeLabel,.gx-label.BlobContentTextAttributeLabel,.gx-label.ReadonlyBlobContentTextAttributeLabel,.gx-label.BlobInputTextAttributeLabel,.gx-label.ReadonlyTextAttributeLabel,.gx-label.TextActionAttributeLabel,.gx-label.BlobContentTextActionAttributeLabel,.gx-label.ReadonlyBlobContentTextActionAttributeLabel,.gx-label.BlobInputTextActionAttributeLabel,.gx-label.ReadonlyTextActionAttributeLabel,.gx-label.AttributeCardsMenuTitleLabel,.gx-label.ReadonlyAttributeCardsMenuTitleLabel,.gx-label.AttributeSecondaryLabel,.gx-label.ReadonlyAttributeSecondaryLabel,.gx-label.Attribute250Label,.gx-label.BootstrapTooltipRightLabel,.gx-label.BootstrapTooltipLeftLabel,.gx-label.AttributeNoWrapLabel,.gx-label.UpdateAttributeLabel,.gx-label.AttributeRealWidthCheckBoxLabel,.gx-label.AttributeCheckBoxCheckBoxLabel,.gx-label.UserInfoNameLabel,.gx-label.UserInfoRoleLabel,.gx-label.questioncalssLabel,.gx-label.FAQQustionLabel,.gx-label.WWP_SearchLabel,.gx-label.AttributeStepUnderlineUnselectedLabel,.gx-label.AttributeColorDangerLabel,.gx-label.AttributeColorInfoLabel,.gx-label.AttributeColorBaseColorLabel,.gx-label.AttributeColorWarningLabel,.gx-label.ProductSearchCheckBoxLabel,.gx-label.Attribute1Label,.gx-label.BlobContentAttribute1Label,.gx-label.ReadonlyBlobContentAttribute1Label,.gx-label.BlobInputAttribute1Label,.gx-label.ReadonlyAttribute1Label,.gx-label.Attribute2Label,.gx-label.BlobContentAttribute2Label,.gx-label.ReadonlyBlobContentAttribute2Label,.gx-label.BlobInputAttribute2Label,.gx-label.ReadonlyAttribute2Label,.gx-label.WhatDoWeOfferDescriptionLabel,.gx-label.Attribute3Label,.gx-label.BlobContentAttribute3Label,.gx-label.ReadonlyBlobContentAttribute3Label,.gx-label.BlobInputAttribute3Label,.gx-label.ReadonlyAttribute3Label,.gx-label.CategorySearchLabel,.gx-label.BlobContentCategorySearchLabel,.gx-label.ReadonlyBlobContentCategorySearchLabel,.gx-label.BlobInputCategorySearchLabel,.gx-label.ReadonlyCategorySearchLabel,.gx-label.Attribute4Label,.gx-label.BlobContentAttribute4Label,.gx-label.ReadonlyBlobContentAttribute4Label,.gx-label.BlobInputAttribute4Label,.gx-label.ReadonlyAttribute4Label,.gx-label.NewsShortDescriptionEnLabel,.gx-label.BlobContentNewsShortDescriptionEnLabel,.gx-label.ReadonlyBlobContentNewsShortDescriptionEnLabel,.gx-label.BlobInputNewsShortDescriptionEnLabel,.gx-label.ReadonlyNewsShortDescriptionEnLabel,.gx-label.ProductRemarkDetielsLabel,.gx-label.BlobContentProductRemarkDetielsLabel,.gx-label.ReadonlyBlobContentProductRemarkDetielsLabel,.gx-label.BlobInputProductRemarkDetielsLabel,.gx-label.ReadonlyProductRemarkDetielsLabel,.gx-label.LatestStoryTitleLabel,.gx-label.BlobContentLatestStoryTitleLabel,.gx-label.ReadonlyBlobContentLatestStoryTitleLabel,.gx-label.BlobInputLatestStoryTitleLabel,.gx-label.ReadonlyLatestStoryTitleLabel,.gx-label.Attribute5Label,.gx-label.BlobContentAttribute5Label,.gx-label.ReadonlyBlobContentAttribute5Label,.gx-label.BlobInputAttribute5Label,.gx-label.ReadonlyAttribute5Label,.gx-label.BranchesCountryNameEnLabel,.gx-label.ProductCategoryEnNameNewLabel,.gx-label.BlobContentProductCategoryEnNameNewLabel,.gx-label.ReadonlyBlobContentProductCategoryEnNameNewLabel,.gx-label.BlobInputProductCategoryEnNameNewLabel,.gx-label.ReadonlyProductCategoryEnNameNewLabel,.gx-label.AttributeTitleCerLabel,.gx-label.BlobContentAttributeTitleLabel,.gx-label.ReadonlyBlobContentAttributeTitleLabel,.gx-label.BlobInputAttributeTitleLabel,.gx-label.ReadonlyAttributeTitleLabel,.gx-label.AttributeTitleCer1Label,.gx-label.BlobContentAttributeTitle1Label,.gx-label.ReadonlyBlobContentAttributeTitle1Label,.gx-label.BlobInputAttributeTitle1Label,.gx-label.ReadonlyAttributeTitle1Label,.gx-label.AttributeTitleCerCustomLabel,.gx-label.AttributeTitleCerCustom1Label,.gx-label.BlobContentAttributeTitleCerCustom1Label,.gx-label.ReadonlyBlobContentAttributeTitleCerCustom1Label,.gx-label.BlobInputAttributeTitleCerCustom1Label,.gx-label.ReadonlyAttributeTitleCerCustom1Label,.gx-label.Attribute6Label,.gx-label.BlobContentAttribute6Label,.gx-label.ReadonlyBlobContentAttribute6Label,.gx-label.BlobInputAttribute6Label,.gx-label.ReadonlyAttribute6Label,.gx-label.ShowAllProductBtnHvLabel,.gx-label.BlobContentShowAllProductBtnHvLabel,.gx-label.ReadonlyBlobContentShowAllProductBtnHvLabel,.gx-label.BlobInputShowAllProductBtnHvLabel,.gx-label.ReadonlyShowAllProductBtnHvLabel,.gx-label.ShowAllProductBtnLabel,.gx-label.BlobContentShowAllProductBtnLabel,.gx-label.ReadonlyBlobContentShowAllProductBtnLabel,.gx-label.BlobInputShowAllProductBtnLabel,.gx-label.ReadonlyShowAllProductBtnLabel,.gx-label.ContactInfoEmailLabel,.gx-label.BlobContentContactInfoEmailLabel,.gx-label.ReadonlyBlobContentContactInfoEmailLabel,.gx-label.BlobInputContactInfoEmailLabel,.gx-label.ReadonlyContactInfoEmailLabel,.gx-label.AdminTextLabel,.gx-label.BlobContentAdminTextLabel,.gx-label.ReadonlyBlobContentAdminTextLabel,.gx-label.BlobInputAdminTextLabel,.gx-label.ReadonlyAdminTextLabel,.gx-label.WhatDoWeOfferDescriptionWhatDoWeOfferDescriptionLabel,.gx-label.BlobContentWhatDoWeOfferDescriptionWhatDoWeOfferDescriptionLabel,.gx-label.ReadonlyBlobContentWhatDoWeOfferDescriptionWhatDoWeOfferDescriptionLabel,.gx-label.BlobInputWhatDoWeOfferDescriptionWhatDoWeOfferDescriptionLabel,.gx-label.ReadonlyWhatDoWeOfferDescriptionWhatDoWeOfferDescriptionLabel,.gx-label.AboutBECImageLabel,.gx-label.BlobContentAboutBECImageLabel,.gx-label.ReadonlyBlobContentAboutBECImageLabel,.gx-label.BlobInputAboutBECImageLabel,.gx-label.ReadonlyAboutBECImageLabel,.gx-label.PartnersLogoLabel,.gx-label.BlobContentPartnersLogoLabel,.gx-label.ReadonlyBlobContentPartnersLogoLabel,.gx-label.BlobInputPartnersLogoLabel,.gx-label.ReadonlyPartnersLogoLabel,.gx-label.DownloadableContentTitleLabel,.gx-label.BlobContentDownloadableContentTitleLabel,.gx-label.ReadonlyBlobContentDownloadableContentTitleLabel,.gx-label.BlobInputDownloadableContentTitleLabel,.gx-label.ReadonlyDownloadableContentTitleLabel,.gx-label.ProductCardImageHomeNewLabel,.gx-label.BlobContentProductCardImageHomeNewLabel,.gx-label.ReadonlyBlobContentProductCardImageHomeNewLabel,.gx-label.BlobInputProductCardImageHomeNewLabel,.gx-label.ReadonlyProductCardImageHomeNewLabel,.gx-label.TitelProductNewDetielsLabel,.gx-label.BlobContentTitelProductNewDetielsLabel,.gx-label.ReadonlyBlobContentTitelProductNewDetielsLabel,.gx-label.BlobInputTitelProductNewDetielsLabel,.gx-label.ReadonlyTitelProductNewDetielsLabel,.gx-label.ProductCardImageHomeNewDetielsLabel,.gx-label.BlobContentProductCardImageHomeNewDetielsLabel,.gx-label.ReadonlyBlobContentProductCardImageHomeNewDetielsLabel,.gx-label.BlobInputProductCardImageHomeNewDetielsLabel,.gx-label.ReadonlyProductCardImageHomeNewDetielsLabel,.gx-label.ItemCardLabel,.gx-label.BlobContentItemCardLabel,.gx-label.ReadonlyBlobContentItemCardLabel,.gx-label.BlobInputItemCardLabel,.gx-label.ReadonlyItemCardLabel,.gx-label.ProductTitleDetiels1Label,.gx-label.BlobContentProductTitleDetiels1Label,.gx-label.ReadonlyBlobContentProductTitleDetiels1Label,.gx-label.BlobInputProductTitleDetiels1Label,.gx-label.ReadonlyProductTitleDetiels1Label,.gx-label.ProductCategoryDetielsLabel,.gx-label.BlobContentProductCategoryDetielsLabel,.gx-label.ReadonlyBlobContentProductCategoryDetielsLabel,.gx-label.BlobInputProductCategoryDetielsLabel,.gx-label.ReadonlyProductCategoryDetielsLabel,.gx-label.BrandNameDetielsLabel,.gx-label.BlobContentBrandNameDetielsLabel,.gx-label.ReadonlyBlobContentBrandNameDetielsLabel,.gx-label.BlobInputBrandNameDetielsLabel,.gx-label.ReadonlyBrandNameDetielsLabel,.gx-label.ProductNameDetielsLabel,.gx-label.BlobContentProductNameDetielsLabel,.gx-label.ReadonlyBlobContentProductNameDetielsLabel,.gx-label.BlobInputProductNameDetielsLabel,.gx-label.ReadonlyProductNameDetielsLabel,.gx-label.HowWeAreImageLabel,.gx-label.ContactInfoFirstPhoneLabel,.gx-label.TitelProductLabel,.gx-label.AboutBECEnShortDescriptionLabel,.gx-label.BlobContentAboutBECEnShortDescriptionLabel,.gx-label.ReadonlyBlobContentAboutBECEnShortDescriptionLabel,.gx-label.BlobInputAboutBECEnShortDescriptionLabel,.gx-label.ReadonlyAboutBECEnShortDescriptionLabel,.gx-label.TableAboutBEC1Label,.gx-label.AttributeFLLabel,.gx-label.BlobInputAttributeFLLabel,.gx-label.BlobContentAttributeFLLabel,.gx-label.ReadonlyBlobContentAttributeFLLabel,.gx-label.ReadonlyAttributeFLLabel,.gx-label.ErrorAttributeFLLabel,.gx-label.BlobContentAttributeLabel,.gx-label.ReadonlyBlobContentAttributeLabel,.gx-label.AttributeTitleSplitScreenLabel,.gx-label.ReadonlyAttributeTitleSplitScreenLabel,.gx-label.AttributeSubtitleSplitScreenLabel,.gx-label.ReadonlyAttributeSubtitleSplitScreenLabel,.gx-label.AttributeSearchSplitScreenLabel,.gx-label.ReadonlyAttributeSearchSplitScreenLabel,.gx-label.AttributeSearchLabel,.gx-label.ReadonlyAttributeSearchLabel,.gx-label.AttributeLoginLabel,.gx-label.AttributeLoginImageLeftLabel,.gx-label.AttributeRealWidthTotalizerLabel,.gx-label.AttributeAcceptDragLabel,.gx-label.AttributeTotalizerLabel,.gx-label.ReadonlyAttributeTotalizerLabel,.gx-label.ReadonlyAttributeRealWidthTotalizerLabel,.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.BlobContentActionBaseColorAttributeLabel,.gx-label.ReadonlyBlobContentActionBaseColorAttributeLabel,.gx-label.ReadonlyActionBaseColorAttributeLabel,.gx-label.BlobInputActionBaseColorAttributeLabel,.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.AssociationListAttributeLabel,.gx-label.BlobContentAssociationListAttributeLabel,.gx-label.ReadonlyBlobContentAssociationListAttributeLabel,.gx-label.BlobInputAssociationListAttributeLabel,.gx-label.ReadonlyAssociationListAttributeLabel,.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.AttributeWhiteLabel,.gx-label.BlobContentAttributeWhiteLabel,.gx-label.ReadonlyBlobContentAttributeWhiteLabel,.gx-label.BlobInputAttributeWhiteLabel,.gx-label.ReadonlyAttributeWhiteLabel,.gx-label.AttributeCharLongLabel,.gx-label.BlobContentAttributeCharLongLabel,.gx-label.ReadonlyBlobContentAttributeCharLongLabel,.gx-label.BlobInputAttributeCharLongLabel,.gx-label.ReadonlyAttributeCharLongLabel,.gx-label.AttributeManageFiltersLabel,.gx-label.AttributeImageFixWidthLabel,.gx-label.BlobContentAttributeImageFixWidthLabel,.gx-label.ReadonlyBlobContentAttributeImageFixWidthLabel,.gx-label.BlobInputAttributeImageFixWidthLabel,.gx-label.ReadonlyAttributeImageFixWidthLabel,.gx-label.AttributeImage30Label,.gx-label.ReadonlyAttributeImage30Label,.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.SearchResultsListTitleAttributeLabel,.gx-label.ReadonlySearchResultsListTitleAttributeLabel,.gx-label.SearchResultsListDescriptionAttributeLabel,.gx-label.ReadonlySearchResultsListDescriptionAttributeLabel,.gx-label.CardImageAttributeLabel,.gx-label.ReadonlyCardImageAttributeLabel,.gx-label.CardImageAttributeWhiteWithShadowLabel,.gx-label.ReadonlyCardImageAttributeWhiteWithShadowLabel,.gx-label.CardImageAttributeWhiteSubtitleWithShadowLabel,.gx-label.ReadonlyCardImageAttributeWhiteSubtitleWithShadowLabel,.gx-label.AttributeBannerModulesLabel,.gx-label.ReadonlyAttributeBannerModulesLabel,.gx-label.ImageHomeModulesBackLabel,.gx-label.CardImageAttributeDescriptionLabel,.gx-label.BlobContentCardImageAttributeDescriptionLabel,.gx-label.ReadonlyBlobContentCardImageAttributeDescriptionLabel,.gx-label.BlobInputCardImageAttributeDescriptionLabel,.gx-label.ReadonlyCardImageAttributeDescriptionLabel,.gx-label.SimpleCardAttributeTitleLabel,.gx-label.ReadonlySimpleCardAttributeTitleLabel,.gx-label.SimpleCardAttributeSubtitleLabel,.gx-label.ReadonlySimpleCardAttributeSubtitleLabel,.gx-label.CardSmallImageAttributeLabel,.gx-label.ReadonlyCardSmallImageAttributeLabel,.gx-label.CardSmallImageAttributeDescriptionLabel,.gx-label.ReadonlyCardSmallImageAttributeDescriptionLabel,.gx-label.CardWithImageAttributeDescriptionLabel,.gx-label.BlobContentCardWithImageAttributeDescriptionLabel,.gx-label.ReadonlyBlobContentCardWithImageAttributeDescriptionLabel,.gx-label.BlobInputCardWithImageAttributeDescriptionLabel,.gx-label.ReadonlyCardWithImageAttributeDescriptionLabel,.gx-label.ChatAttributeNameLabel,.gx-label.BlobContentChatAttributeNameLabel,.gx-label.ReadonlyBlobContentChatAttributeNameLabel,.gx-label.BlobInputChatAttributeNameLabel,.gx-label.ReadonlyChatAttributeNameLabel,.gx-label.ChatAttributeDateLabel,.gx-label.BlobContentChatAttributeDateLabel,.gx-label.ReadonlyBlobContentChatAttributeDateLabel,.gx-label.BlobInputChatAttributeDateLabel,.gx-label.ReadonlyChatAttributeDateLabel,.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.AttributeRegisterLabel,.gx-label.ProgressAdminCardDescriptionLabel,.gx-label.ProgressAdminCardNumberLabel,.gx-label.ReadonlyProgressAdminCardNumberLabel,.gx-label.ReadonlyProgressAdminCardDescriptionLabel,.gx-label.ProgressBarAdminV2DescriptionLabel,.gx-label.ProgressBarAdminV2NumberLabel,.gx-label.ReadonlyProgressBarAdminV2NumberLabel,.gx-label.ProgressBarAdminV2NumberTotalLabel,.gx-label.ReadonlyProgressBarAdminV2NumberTotalLabel,.gx-label.ProgressBarAdminV2TitleLabel,.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.CardLongDescriptionLabel,.gx-label.ReadonlyCardLongDescriptionLabel,.gx-label.AttributeHomeModulesTitleLabel,.gx-label.ReadonlyAttributeHomeModulesTitleLabel,.gx-label.AttributeHomeModulesBigTitleLabel,.gx-label.ReadonlyAttributeHomeModulesBigTitleLabel,.gx-label.AttributeHomeModulesBigDescriptionLabel,.gx-label.ReadonlyAttributeHomeModulesBigDescriptionLabel,.gx-label.ProductCardSmallImageAttributeLabel,.gx-label.ReadonlyProductCardSmallImageAttributeLabel,.gx-label.AttributeStepUnderlineLabel,.gx-label.ReadonlyAttributeStepUnderlineLabel,.gx-label.AttributeStepVerticalLabel,.gx-label.ReadonlyAttributeStepVerticalLabel,.gx-label.CertifcateImageLabel,.gx-label.AttributeLandingPurusFooterLabel,.gx-label.ReadonlyAttributeLandingPurusFooterLabel,.gx-label.AttributeLandingPurusFooterSuboptionLabel,.gx-label.ReadonlyAttributeLandingPurusFooterSuboptionLabel,.gx-label.AttributeLandingPurusMainNumbersLabel,.gx-label.ReadonlyAttributeLandingPurusMainNumbersLabel,.gx-label.AttributeLandingPurusStudioImageLabel,.gx-label.ReadonlyAttributeLandingPurusStudioImageLabel,.gx-label.AttributeLandingPurusSubtitleLabel,.gx-label.ReadonlyAttributeLandingPurusSubtitleLabel,.gx-label.AttributeLandingPurusMainNumbersSubtitleLabel,.gx-label.ReadonlyAttributeLandingPurusMainNumbersSubtitleLabel,.gx-label.AttributeLandingPurusSimpleTitleLabel,.gx-label.ReadonlyAttributeLandingPurusSimpleTitleLabel,.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.QuestionClassLabel,.gx-label.BlobContentQuestionClassLabel,.gx-label.ReadonlyBlobContentQuestionClassLabel,.gx-label.BlobInputQuestionClassLabel,.gx-label.ReadonlyQuestionClassLabel,.gx-label.ProductTitleCardLabel,.gx-label.BlobContentProductTitleCardLabel,.gx-label.ReadonlyBlobContentProductTitleCardLabel,.gx-label.BlobInputProductTitleCardLabel,.gx-label.ReadonlyProductTitleCardLabel,.gx-label.NewsCardImageLabel,.gx-label.BlobContentNewsCardImageLabel,.gx-label.ReadonlyBlobContentNewsCardImageLabel,.gx-label.BlobInputNewsCardImageLabel,.gx-label.ReadonlyNewsCardImageLabel,.gx-label.NewsTitleCardLabel,.gx-label.BlobContentNewsTitleCardLabel,.gx-label.ReadonlyBlobContentNewsTitleCardLabel,.gx-label.BlobInputNewsTitleCardLabel,.gx-label.ReadonlyNewsTitleCardLabel,.gx-label.CertificatesLabel,.gx-label.BlobContentCertificatesLabel,.gx-label.ReadonlyBlobContentCertificatesLabel,.gx-label.BlobInputCertificatesLabel,.gx-label.ReadonlyCertificatesLabel,.gx-label.CertificateTitleLabel,.gx-label.BlobContentCertificateTitleLabel,.gx-label.ReadonlyBlobContentCertificateTitleLabel,.gx-label.BlobInputCertificateTitleLabel,.gx-label.ReadonlyCertificateTitleLabel,.gx-label.ProductSearchLabel,.gx-label.BlobContentProductSearchLabel,.gx-label.ReadonlyBlobContentProductSearchLabel,.gx-label.BlobInputProductSearchLabel,.gx-label.ReadonlyProductSearchLabel,.gx-label.ProductCardImageHomeLabel,.gx-label.BlobContentProductCardImageHomeLabel,.gx-label.ReadonlyBlobContentProductCardImageHomeLabel,.gx-label.BlobInputProductCardImageHomeLabel,.gx-label.ReadonlyProductCardImageHomeLabel,.gx-label.NewsShortDesDetailsLabel,.gx-label.BlobContentNewsShortDesDetailsLabel,.gx-label.ReadonlyBlobContentNewsShortDesDetailsLabel,.gx-label.BlobInputNewsShortDesDetailsLabel,.gx-label.ReadonlyNewsShortDesDetailsLabel,.gx-label.NewsTitleDetailsLabel,.gx-label.BlobContentNewsTitleDetailsLabel,.gx-label.ReadonlyBlobContentNewsTitleDetailsLabel,.gx-label.BlobInputNewsTitleDetailsLabel,.gx-label.ReadonlyNewsTitleDetailsLabel,.gx-label.NewsLongDesDetailsLabel,.gx-label.BlobContentNewsLongDesDetailsLabel,.gx-label.ReadonlyBlobContentNewsLongDesDetailsLabel,.gx-label.BlobInputNewsLongDesDetailsLabel,.gx-label.ReadonlyNewsLongDesDetailsLabel,.gx-label.HTMDescriptionLabel,.gx-label.BlobContentHTMDescriptionLabel,.gx-label.ReadonlyBlobContentHTMDescriptionLabel,.gx-label.BlobInputHTMDescriptionLabel,.gx-label.ReadonlyHTMDescriptionLabel,.gx-label.AboutUsDescriptionLabel,.gx-label.BlobContentAboutUsDescriptionLabel,.gx-label.ReadonlyBlobContentAboutUsDescriptionLabel,.gx-label.BlobInputAboutUsDescriptionLabel,.gx-label.ReadonlyAboutUsDescriptionLabel,.gx-label.ProductItemCodeDeteilsLabel,.gx-label.BlobContentProductItemCodeDeteilsLabel,.gx-label.ReadonlyBlobContentProductItemCodeDeteilsLabel,.gx-label.BlobInputProductItemCodeDeteilsLabel,.gx-label.ReadonlyProductItemCodeDeteilsLabel,.gx-label.ProductTitleDetielsLabel,.gx-label.BlobContentProductTitleDetielsLabel,.gx-label.ReadonlyBlobContentProductTitleDetielsLabel,.gx-label.BlobInputProductTitleDetielsLabel,.gx-label.ReadonlyProductTitleDetielsLabel,.gx-label.CardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.BlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.ReadonlyBlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.BlobInputCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.ReadonlyCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.CardImageAttributeWhiteSubtitleWithShadowDeteilsLabelLabel,.gx-label.BlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabelLabel,.gx-label.ReadonlyBlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabelLabel,.gx-label.BlobInputCardImageAttributeWhiteSubtitleWithShadowDeteilsLabelLabel,.gx-label.ReadonlyCardImageAttributeWhiteSubtitleWithShadowDeteilsLabelLabel,.gx-label.ProductCardImageHomeDetailsLabel,.gx-label.BlobContentProductCardImageHomeDetailsLabel,.gx-label.ReadonlyBlobContentProductCardImageHomeDetailsLabel,.gx-label.BlobInputProductCardImageHomeDetailsLabel,.gx-label.ReadonlyProductCardImageHomeDetailsLabel,.gx-label.HeroSectionTitleLabel,.gx-label.BlobContentHeroSectionTitleLabel,.gx-label.ReadonlyBlobContentHeroSectionTitleLabel,.gx-label.BlobInputHeroSectionTitleLabel,.gx-label.ReadonlyHeroSectionTitleLabel,.gx-label.HeroSectionDescriptionLabel,.gx-label.BlobContentHeroSectionDescriptionLabel,.gx-label.ReadonlyBlobContentHeroSectionDescriptionLabel,.gx-label.BlobInputHeroSectionDescriptionLabel,.gx-label.ReadonlyHeroSectionDescriptionLabel,.gx-label.InviteMessageTextLabel,.gx-label.BlobContentInviteMessageTextLabel,.gx-label.ReadonlyBlobContentInviteMessageTextLabel,.gx-label.BlobInputInviteMessageTextLabel,.gx-label.ReadonlyInviteMessageTextLabel,.gx-label.CategoriesComboLabel,.gx-label.BlobContentCategoriesComboLabel,.gx-label.ReadonlyBlobContentCategoriesComboLabel,.gx-label.BlobInputCategoriesComboLabel,.gx-label.ReadonlyCategoriesComboLabel,.gx-label.CategoryLongDescriptionLabel,.gx-label.BlobContentCategoryLongDescriptionLabel,.gx-label.ReadonlyBlobContentCategoryLongDescriptionLabel,.gx-label.BlobInputCategoryLongDescriptionLabel,.gx-label.ReadonlyCategoryLongDescriptionLabel,.gx-label.WeoffermanymedicalequipmentsandsuppliesLabel,.gx-label.BlobContentWeoffermanymedicalequipmentsandsuppliesLabel,.gx-label.ReadonlyBlobContentWeoffermanymedicalequipmentsandsuppliesLabel,.gx-label.BlobInputWeoffermanymedicalequipmentsandsuppliesLabel,.gx-label.ReadonlyWeoffermanymedicalequipmentsandsuppliesLabel,.gx-label.WeareprovidingthebestmedicalequipmentinSaudiArabiaLabel,.gx-label.BlobContentWeareprovidingthebestmedicalequipmentinSaudiArabiaLabel,.gx-label.ReadonlyBlobContentWeareprovidingthebestmedicalequipmentinSaudiArabiaLabel,.gx-label.BlobInputWeareprovidingthebestmedicalequipmentinSaudiArabiaLabel,.gx-label.ReadonlyWeareprovidingthebestmedicalequipmentinSaudiArabiaLabel,.gx-label.SaudiVisionImageLabel,.gx-label.BlobContentSaudiVisionImageLabel,.gx-label.ReadonlyBlobContentSaudiVisionImageLabel,.gx-label.BlobInputSaudiVisionImageLabel,.gx-label.ReadonlySaudiVisionImageLabel,.gx-label.SaudiVisionTitelLabel,.gx-label.BlobContentSaudiVisionTitelLabel,.gx-label.ReadonlyBlobContentSaudiVisionTitelLabel,.gx-label.BlobInputSaudiVisionTitelLabel,.gx-label.ReadonlySaudiVisionTitelLabel,.gx-label.SaudiVisionDescriptionLabel,.gx-label.BlobContentSaudiVisionDescriptionLabel,.gx-label.ReadonlyBlobContentSaudiVisionDescriptionLabel,.gx-label.BlobInputSaudiVisionDescriptionLabel,.gx-label.ReadonlySaudiVisionDescriptionLabel,.gx-label.HeroSectionImageNewLabel,.gx-label.BlobContentHeroSectionImageNewLabel,.gx-label.ReadonlyBlobContentHeroSectionImageNewLabel,.gx-label.BlobInputHeroSectionImageNewLabel,.gx-label.ReadonlyHeroSectionImageNewLabel,.gx-label.TitelProductNewLabel,.gx-label.BlobContentTitelProductNewLabel,.gx-label.ReadonlyBlobContentTitelProductNewLabel,.gx-label.BlobInputTitelProductNewLabel,.gx-label.ReadonlyTitelProductNewLabel,.gx-label.ContactInfoThirdPhoneLabel,.gx-label.BlobContentContactInfoThirdPhoneLabel,.gx-label.ReadonlyBlobContentContactInfoThirdPhoneLabel,.gx-label.BlobInputContactInfoThirdPhoneLabel,.gx-label.ReadonlyContactInfoThirdPhoneLabel,.gx-label.ContactInfoSucandPhoneLabel,.gx-label.BlobContentContactInfoSucandPhoneLabel,.gx-label.ReadonlyBlobContentContactInfoSucandPhoneLabel,.gx-label.BlobInputContactInfoSucandPhoneLabel,.gx-label.ReadonlyContactInfoSucandPhoneLabel,.gx-label.AttributeLandingPurusFooterTextLabel,.gx-label.BlobContentAttributeLandingPurusFooterTextLabel,.gx-label.ReadonlyBlobContentAttributeLandingPurusFooterTextLabel,.gx-label.BlobInputAttributeLandingPurusFooterTextLabel,.gx-label.ReadonlyAttributeLandingPurusFooterTextLabel,.gx-label.ContactInfoFirstPhoneNewLabel,.gx-label.BlobContentContactInfoFirstPhoneLabel,.gx-label.ReadonlyBlobContentContactInfoFirstPhoneLabel,.gx-label.BlobInputContactInfoFirstPhoneLabel,.gx-label.ReadonlyContactInfoFirstPhoneLabel,.gx-label.AttributeLandingPurusSloganSubtitleAboutLabel,.gx-label.BlobContentAttributeLandingPurusSloganSubtitleAboutLabel,.gx-label.ReadonlyBlobContentAttributeLandingPurusSloganSubtitleAboutLabel,.gx-label.BlobInputAttributeLandingPurusSloganSubtitleAboutLabel,.gx-label.ReadonlyAttributeLandingPurusSloganSubtitleAboutLabel,.gx-label.HowWeAreTitleLabel,.gx-label.BlobInputHowWeAreTitleLabel,.gx-label.BlobContentHowWeAreTitleLabel,.gx-label.ReadonlyBlobContentHowWeAreTitleLabel,.gx-label.ReadonlyHowWeAreTitleLabel,.gx-label.HowWeAreLongDescriptionLabel,.gx-label.BlobInputHowWeAreLongDescriptionLabel,.gx-label.BlobContentHowWeAreLongDescriptionLabel,.gx-label.ReadonlyBlobContentHowWeAreLongDescriptionLabel,.gx-label.ReadonlyHowWeAreLongDescriptionLabel,.gx-label.HowWeAreImageNewLabel,.gx-label.BlobContentHowWeAreImageNewLabel,.gx-label.ReadonlyBlobContentHowWeAreImageNewLabel,.gx-label.BlobInputHowWeAreImageNewLabel,.gx-label.ReadonlyHowWeAreImageNewLabel,.gx-label.WhatDoWeOfferTitleLabel,.gx-label.BlobContentTableWhatDoWeOfferTitleLabel,.gx-label.ReadonlyBlobContentTableWhatDoWeOfferTitleLabel,.gx-label.BlobInputTableWhatDoWeOfferTitleLabel,.gx-label.ReadonlyWhatDoWeOfferTitleLabel,.gx-label.WhatDoWeOfferImageLabel,.gx-label.BlobContentTableWhatDoWeOfferImageLabel,.gx-label.ReadonlyBlobContentTableWhatDoWeOfferImageLabel,.gx-label.BlobInputTableWhatDoWeOfferImageLabel,.gx-label.ReadonlyWhatDoWeOfferImageLabel,.gx-label.LandingPurusSloganSubtitleAboutNewLabel,.gx-label.BlobContentLandingPurusSloganSubtitleAboutNewLabel,.gx-label.ReadonlyBlobContentLandingPurusSloganSubtitleAboutNewLabel,.gx-label.BlobInputLandingPurusSloganSubtitleAboutNewLabel,.gx-label.ReadonlyLandingPurusSloganSubtitleAboutNewLabel,.gx-label.BrandImageLabel,.gx-label.BlobContentBrandImageLabel,.gx-label.ReadonlyBlobContentBrandImageLabel,.gx-label.BlobInputBrandImageLabel,.gx-label.ReadonlyBrandImageLabel,.gx-label.CatalogsTitleEnLabel,.gx-label.BlobContentCatalogsTitleEnLabel,.gx-label.ReadonlyBlobContentCatalogsTitleEnLabel,.gx-label.BlobInputCatalogsTitleEnLabel,.gx-label.ReadonlyCatalogsTitleEnLabel,.gx-label.CatalogsDescriptionEnLabel,.gx-label.BlobContentCatalogsDescriptionEnLabel,.gx-label.ReadonlyBlobContentCatalogsDescriptionEnLabel,.gx-label.BlobInputCatalogsDescriptionEnLabel,.gx-label.ReadonlyCatalogsDescriptionEnLabel,.gx-label.NewsImageLabel,.gx-label.BlobContentNewsImageLabel,.gx-label.ReadonlyBlobContentNewsImageLabel,.gx-label.BlobInputNewsImageLabel,.gx-label.ReadonlyNewsImageLabel,.gx-label.NewsEnTitleLabel,.gx-label.BlobContentNewsEnTitleLabel,.gx-label.ReadonlyBlobContentNewsEnTitleLabel,.gx-label.BlobInputNewsEnTitleLabel,.gx-label.ReadonlyNewsEnTitleLabel,.gx-label.NewsEnShortDescriptionLabel,.gx-label.BlobContentNewsEnShortDescriptionLabel,.gx-label.ReadonlyBlobContentNewsEnShortDescriptionLabel,.gx-label.BlobInputNewsEnShortDescriptionLabel,.gx-label.ReadonlyNewsEnShortDescriptionLabel,.gx-label.NewsEnLongDescriptionLabel,.gx-label.BlobContentNewsEnLongDescriptionLabel,.gx-label.ReadonlyBlobContentNewsEnLongDescriptionLabel,.gx-label.BlobInputNewsEnLongDescriptionLabel,.gx-label.ReadonlyNewsEnLongDescriptionLabel,.gx-label.NewsEnTitle1Label,.gx-label.BlobContentNewsEnTitle1Label,.gx-label.ReadonlyBlobContentNewsEnTitle1Label,.gx-label.BlobInputNewsEnTitle1Label,.gx-label.ReadonlyNewsEnTitle1Label,.gx-label.NewsImage1Label,.gx-label.BlobContentNewsImage1Label,.gx-label.ReadonlyBlobContentNewsImage1Label,.gx-label.BlobInputNewsImage1Label,.gx-label.ReadonlyNewsImage1Label,.gx-label.NewsEnTitle2Label,.gx-label.BlobContentNewsEnTitle2Label,.gx-label.ReadonlyBlobContentNewsEnTitle2Label,.gx-label.BlobInputNewsEnTitle2Label,.gx-label.ReadonlyNewsEnTitle2Label,.gx-label.NewsEnTitle3Label,.gx-label.BlobContentNewsEnTitle3Label,.gx-label.ReadonlyBlobContentNewsEnTitle3Label,.gx-label.BlobInputNewsEnTitle3Label,.gx-label.ReadonlyNewsEnTitle3Label,.gx-label.NewsEnShortDescription1Label,.gx-label.BlobContentNewsEnShortDescription1Label,.gx-label.ReadonlyBlobContentNewsEnShortDescription1Label,.gx-label.BlobInputNewsEnShortDescription1Label,.gx-label.ReadonlyNewsEnShortDescription1Label,.gx-label.NewsEnLongDescription1Label,.gx-label.BlobContentNewsEnLongDescription1Label,.gx-label.ReadonlyBlobContentNewsEnLongDescription1Label,.gx-label.BlobInputNewsEnLongDescription1Label,.gx-label.ReadonlyNewsEnLongDescription1Label,.gx-label.NewsEnTitle4Label,.gx-label.BlobContentNewsEnTitle4Label,.gx-label.ReadonlyBlobContentNewsEnTitle4Label,.gx-label.BlobInputNewsEnTitle4Label,.gx-label.ReadonlyNewsEnTitle4Label,.gx-label.NewsEnTitle5Label,.gx-label.BlobContentNewsEnTitle5Label,.gx-label.ReadonlyBlobContentNewsEnTitle5Label,.gx-label.BlobInputNewsEnTitle5Label,.gx-label.ReadonlyNewsEnTitle5Label,.gx-label.NewsImage2Label,.gx-label.BlobContentNewsImage2Label,.gx-label.ReadonlyBlobContentNewsImage2Label,.gx-label.BlobInputNewsImage2Label,.gx-label.ReadonlyNewsImage2Label,.gx-label.NewsImage3Label,.gx-label.BlobContentNewsImage3Label,.gx-label.ReadonlyBlobContentNewsImage3Label,.gx-label.BlobInputNewsImage3Label,.gx-label.ReadonlyNewsImage3Label,.gx-label.NewsImage4Label,.gx-label.BlobContentNewsImage4Label,.gx-label.ReadonlyBlobContentNewsImage4Label,.gx-label.BlobInputNewsImage4Label,.gx-label.ReadonlyNewsImage4Label,.gx-label.ImageDownlodedLabel,.gx-label.BlobContentImageDownlodedLabel,.gx-label.ReadonlyBlobContentImageDownlodedLabel,.gx-label.BlobInputImageDownlodedLabel,.gx-label.ReadonlyImageDownlodedLabel,.gx-label.ContactUsInformationLabel,.gx-label.BlobContentContactUsInformationLabel,.gx-label.ReadonlyBlobContentContactUsInformationLabel,.gx-label.BlobInputContactUsInformationLabel,.gx-label.ReadonlyContactUsInformationLabel,.gx-label.ContactUsTitleLabel,.gx-label.BlobContentContactUsTitleLabel,.gx-label.ReadonlyBlobContentContactUsTitleLabel,.gx-label.BlobInputContactUsTitleLabel,.gx-label.ReadonlyContactUsTitleLabel,.gx-label.ContactUsShortDescriptionLabel,.gx-label.BlobContentContactUsShortDescriptionLabel,.gx-label.ReadonlyBlobContentContactUsShortDescriptionLabel,.gx-label.BlobInputContactUsShortDescriptionLabel,.gx-label.ReadonlyContactUsShortDescriptionLabel,.gx-label.ContactUsInformation1Label,.gx-label.BlobContentContactUsInformation1Label,.gx-label.ReadonlyBlobContentContactUsInformation1Label,.gx-label.BlobInputContactUsInformation1Label,.gx-label.ReadonlyContactUsInformation1Label,.gx-label.ContactUsInformation11Label,.gx-label.BlobContentContactUsInformation11Label,.gx-label.ReadonlyBlobContentContactUsInformation11Label,.gx-label.BlobInputContactUsInformation11Label,.gx-label.ReadonlyContactUsInformation11Label,.gx-label.ContactUsInformation2Label,.gx-label.BlobContentContactUsInformation2Label,.gx-label.ReadonlyBlobContentContactUsInformation2Label,.gx-label.BlobInputContactUsInformation2Label,.gx-label.ReadonlyContactUsInformation2Label,.gx-label.ContactUsInformation3Label,.gx-label.BlobContentContactUsInformation3Label,.gx-label.ReadonlyBlobContentContactUsInformation3Label,.gx-label.BlobInputContactUsInformation3Label,.gx-label.ReadonlyContactUsInformation3Label,.gx-label.BranchesCountryNameLabel,.gx-label.BlobContentBranchesCountryNameLabel,.gx-label.ReadonlyBlobContentBranchesCountryNameLabel,.gx-label.BlobInputBranchesCountryNameLabel,.gx-label.ReadonlyBranchesCountryNameLabel,.gx-label.BranchesCountryLocationLabel,.gx-label.BlobContentBranchesCountryLocationLabel,.gx-label.ReadonlyBlobContentBranchesCountryLocationLabel,.gx-label.BlobInputBranchesCountryLocationLabel,.gx-label.ReadonlyBranchesCountryLocationLabel,.gx-label.BranchesCompanyPhoneLabel,.gx-label.BlobContentBranchesCompanyPhoneLabel,.gx-label.ReadonlyBlobContentBranchesCompanyPhoneLabel,.gx-label.BlobInputBranchesCompanyPhoneLabel,.gx-label.ReadonlyBranchesCompanyPhoneLabel,.gx-label.BranchesCompanyEmailLabel,.gx-label.BlobContentBranchesCompanyEmailLabel,.gx-label.ReadonlyBlobContentBranchesCompanyEmailLabel,.gx-label.BlobInputBranchesCompanyEmailLabel,.gx-label.ReadonlyBranchesCompanyEmailLabel,.gx-label.ReadonlyLandingPurusFooterText4Label,.gx-label.BlobContentReadonlyLandingPurusFooterText4Label,.gx-label.ReadonlyBlobContentReadonlyLandingPurusFooterText4Label,.gx-label.BlobInputReadonlyLandingPurusFooterText4Label,.gx-label.ReadonlyReadonlyLandingPurusFooterText4Label,.gx-label.ReadonlyLandingPurusFooterText7Label,.gx-label.BlobContentReadonlyLandingPurusFooterText7Label,.gx-label.ReadonlyBlobContentReadonlyLandingPurusFooterText7Label,.gx-label.BlobInputReadonlyLandingPurusFooterText7Label,.gx-label.ReadonlyReadonlyLandingPurusFooterText7Label,.gx-label.ContactInfoFaixLabel,.gx-label.BlobContentContactInfoFaixLabel,.gx-label.ReadonlyBlobContentContactInfoFaixLabel,.gx-label.BlobInputContactInfoFaixLabel,.gx-label.ReadonlyContactInfoFaixLabel,.gx-label.DownloadableCertificateLabel,.gx-label.BlobContentDownloadableCertificateLabel,.gx-label.ReadonlyBlobContentDownloadableCertificateLabel,.gx-label.BlobInputDownloadableCertificateLabel,.gx-label.DownloadableCertiTitlLabel,.gx-label.BlobContentDownloadableCertiTitlLabel,.gx-label.ReadonlyBlobContentDownloadableCertiTitlLabel,.gx-label.BlobInputDownloadableCertiTitlLabel,.gx-label.ReadonlyDownloadableCertiTitlLabel,.gx-label.ReadonlyDownloadableCertificateLabel,.gx-label.CategoriesComboNewLabel,.gx-label.BlobContentCategoriesComboNewLabel,.gx-label.ReadonlyBlobContentCategoriesComboNewLabel,.gx-label.BlobInputCategoriesComboNewLabel,.gx-label.ReadonlyCategoriesComboNewLabel,.gx-label.BMHeroSectionAttLabel,.gx-label.BlobContentBMHeroSectionAttLabel,.gx-label.ReadonlyBlobContentBMHeroSectionAttLabel,.gx-label.BlobInputBMHeroSectionAttLabel,.gx-label.ReadonlyBMHeroSectionAttLabel,.gx-label.BMHeroSectionDescAttLabel,.gx-label.BlobContentBMHeroSectionDescAttLabel,.gx-label.ReadonlyBlobContentBMHeroSectionDescAttLabel,.gx-label.BlobInputBMHeroSectionDescAttLabel,.gx-label.ReadonlyBMHeroSectionDescAttLabel,.gx-label.BMHeroSectionImgAttLabel,.gx-label.BlobContentBMHeroSectionImgAttLabel,.gx-label.ReadonlyBlobContentBMHeroSectionImgAttLabel,.gx-label.BlobInputBMHeroSectionImgAttLabel,.gx-label.ReadonlyBMHeroSectionImgAttLabel,.gx-label.BMHeroSectionBtnLabel,.gx-label.BlobContentBMHeroSectionBtnLabel,.gx-label.ReadonlyBlobContentBMHeroSectionBtnLabel,.gx-label.BlobInputBMHeroSectionBtnLabel,.gx-label.ReadonlyBMHeroSectionBtnLabel,.gx-label.BMHeroSectionBtnHoverLabel,.gx-label.BlobContentBMHeroSectionBtnHoverLabel,.gx-label.ReadonlyBlobContentBMHeroSectionBtnHoverLabel,.gx-label.BlobInputBMHeroSectionBtnHoverLabel,.gx-label.ReadonlyBMHeroSectionBtnHoverLabel,.gx-label.BMProductCategoryTitleLabel,.gx-label.BlobContentBMProductCategoryTitleLabel,.gx-label.ReadonlyBlobContentBMProductCategoryTitleLabel,.gx-label.BlobInputBMProductCategoryTitleLabel,.gx-label.ReadonlyBMProductCategoryTitleLabel,.gx-label.BMProductCategoryImgLabel,.gx-label.BlobContentBMProductCategoryImgLabel,.gx-label.ReadonlyBlobContentBMProductCategoryImgLabel,.gx-label.BlobInputBMProductCategoryImgLabel,.gx-label.ReadonlyBMProductCategoryImgLabel,.gx-label.BMAboutSectionDescLabel,.gx-label.BMAboutSectionDescImgLabel,.gx-label.BlobContentBMAboutSectionDescImgLabel,.gx-label.ReadonlyBlobContentBMAboutSectionDescImgLabel,.gx-label.BlobInputBMAboutSectionDescImgLabel,.gx-label.ReadonlyBMAboutSectionDescImgLabel,.gx-label.BMFSProductSectionImgAttLabel,.gx-label.BlobContentBMFSProductSectionImgAttLabel,.gx-label.ReadonlyBlobContentBMFSProductSectionImgAttLabel,.gx-label.BlobInputBMFSProductSectionImgAttLabel,.gx-label.ReadonlyBMFSProductSectionImgAttLabel,.gx-label.BMFSProductSectionTitleAttLabel,.gx-label.BlobContentBMFSProductSectionTitleAttLabel,.gx-label.ReadonlyBlobContentBMFSProductSectionTitleAttLabel,.gx-label.BlobInputBMFSProductSectionTitleAttLabel,.gx-label.ReadonlyBMFSProductSectionTitleAttLabel,.gx-label.BMFSProductSectionDescAttLabel,.gx-label.BlobContentBMFSProductSectionDescAttLabel,.gx-label.ReadonlyBlobContentBMFSProductSectionDescAttLabel,.gx-label.BlobInputBMFSProductSectionDescAttLabel,.gx-label.ReadonlyBMFSProductSectionDescAttLabel,.gx-label.BMSaudiVisionTitleAttLabel,.gx-label.BlobContentBMSaudiVisionTitleAttLabel,.gx-label.ReadonlyBlobContentBMSaudiVisionTitleAttLabel,.gx-label.BlobInputBMSaudiVisionTitleAttLabel,.gx-label.ReadonlyBMSaudiVisionTitleAttLabel,.gx-label.BMSaudiVisionDescAttLabel,.gx-label.BlobContentBMSaudiVisionDescAttLabel,.gx-label.ReadonlyBlobContentBMSaudiVisionDescAttLabel,.gx-label.BlobInputBMSaudiVisionDescAttLabel,.gx-label.ReadonlyBMSaudiVisionDescAttLabel,.gx-label.BMLatestNewsTitleAttLabel,.gx-label.BlobContentBMLatestNewsTitleAttLabel,.gx-label.ReadonlyBlobContentBMLatestNewsTitleAttLabel,.gx-label.BlobInputBMLatestNewsTitleAttLabel,.gx-label.ReadonlyBMLatestNewsTitleAttLabel,.gx-label.BMLatestNewsDescAttLabel,.gx-label.BlobContentBMLatestNewsDescAttLabel,.gx-label.ReadonlyBlobContentBMLatestNewsDescAttLabel,.gx-label.BlobInputBMLatestNewsDescAttLabel,.gx-label.ReadonlyBMLatestNewsDescAttLabel,.gx-label.NewsTitleLabel,.gx-label.BlobContentNewsTitleLabel,.gx-label.ReadonlyBlobContentNewsTitleLabel,.gx-label.BlobInputNewsTitleLabel,.gx-label.ReadonlyNewsTitleLabel,.gx-label.NewsTableDescriptionLabel,.gx-label.BlobContentNewsTableDescriptionLabel,.gx-label.ReadonlyBlobContentNewsTableDescriptionLabel,.gx-label.BlobInputNewsTableDescriptionLabel,.gx-label.ReadonlyNewsTableDescriptionLabel,.gx-label.NewsDescriptionLabel,.gx-label.BlobContentNewsDescriptionLabel,.gx-label.ReadonlyBlobContentNewsDescriptionLabel,.gx-label.BlobInputNewsDescriptionLabel,.gx-label.ReadonlyNewsDescriptionLabel,.gx-label.BMLatestNewsImgAttLabel,.gx-label.BlobContentBMLatestNewsImgAttLabel,.gx-label.ReadonlyBlobContentBMLatestNewsImgAttLabel,.gx-label.BlobInputBMLatestNewsImgAttLabel,.gx-label.ReadonlyBMLatestNewsImgAttLabel,.gx-label.BMLatestNewsWhiteTitleAttLabel,.gx-label.BlobContentBMLatestNewsWhiteTitleAttLabel,.gx-label.ReadonlyBlobContentBMLatestNewsWhiteTitleAttLabel,.gx-label.BlobInputBMLatestNewsWhiteTitleAttLabel,.gx-label.ReadonlyBMLatestNewsWhiteTitleAttLabel,.gx-label.ProductPictureDetielsLabel,.gx-label.BlobContentProductPictureDetielsLabel,.gx-label.ReadonlyBlobContentProductPictureDetielsLabel,.gx-label.BlobInputProductPictureDetielsLabel,.gx-label.ReadonlyProductPictureDetielsLabel,.gx-label.ProductNameDetielsAttLabel,.gx-label.BlobContentProductNameDetielsAttLabel,.gx-label.ReadonlyBlobContentProductNameDetielsAttLabel,.gx-label.BlobInputProductNameDetielsAttLabel,.gx-label.ReadonlyProductNameDetielsAttLabel,.gx-label.ProductTitleDetielsAttLabel,.gx-label.BlobContentProductTitleDetielsAttLabel,.gx-label.ReadonlyBlobContentProductTitleDetielsAttLabel,.gx-label.BlobInputProductTitleDetielsAttLabel,.gx-label.ReadonlyProductTitleDetielsAttLabel,.gx-label.ProductTitleDetielsAttNLabel,.gx-label.BlobContentProductTitleDetielsAttNLabel,.gx-label.ReadonlyBlobContentProductTitleDetielsAttNLabel,.gx-label.BlobInputProductTitleDetielsAttNLabel,.gx-label.ReadonlyProductTitleDetielsAttNLabel,.gx-label.BrandNameDetielsAttLabel,.gx-label.BlobContentBrandNameDetielsAttLabel,.gx-label.ReadonlyBlobContentBrandNameDetielsAttLabel,.gx-label.BlobInputBrandNameDetielsAttLabel,.gx-label.ReadonlyBrandNameDetielsAttLabel,.gx-label.ItemCodeDetielsAttLabel,.gx-label.BlobContentItemCodeDetielsAttLabel,.gx-label.ReadonlyBlobContentItemCodeDetielsAttLabel,.gx-label.BlobInputItemCodeDetielsAttLabel,.gx-label.ReadonlyItemCodeDetielsAttLabel,.gx-label.BMLatestNewsSubImgAttLabel,.gx-label.BlobContentBMLatestNewsSubImgAttLabel,.gx-label.ReadonlyBlobContentBMLatestNewsSubImgAttLabel,.gx-label.BlobInputBMLatestNewsSubImgAttLabel,.gx-label.ReadonlyBMLatestNewsSubImgAttLabel,.gx-label.BMCerTableHeaderTitleLabel,.gx-label.BlobContentBMCerTableHeaderTitleLabel,.gx-label.ReadonlyBlobContentBMCerTableHeaderTitleLabel,.gx-label.BlobInputBMCerTableHeaderTitleLabel,.gx-label.ReadonlyBMCerTableHeaderTitleLabel,.gx-label.BMCerTableHeaderDescLabel,.gx-label.BlobContentBMCerTableHeaderDescLabel,.gx-label.ReadonlyBlobContentBMCerTableHeaderDescLabel,.gx-label.BlobInputBMCerTableHeaderDescLabel,.gx-label.ReadonlyBMCerTableHeaderDescLabel,.gx-label.BMDCTitleLabel,.gx-label.BlobContentBMDCTitleLabel,.gx-label.ReadonlyBlobContentBMDCTitleLabel,.gx-label.BlobInputBMDCTitleLabel,.gx-label.ReadonlyBMDCTitleLabel,.gx-label.BMDCerTitleAttLabel,.gx-label.BlobContentBMDCerTitleAttLabel,.gx-label.ReadonlyBlobContentBMDCerTitleAttLabel,.gx-label.BlobInputBMDCerTitleAttLabel,.gx-label.ReadonlyBMDCerTitleAttLabel,.gx-label.BMContactUSAttLabel,.gx-label.BlobContentBMContactUSAttLabel,.gx-label.ReadonlyBlobContentBMContactUSAttLabel,.gx-label.BlobInputBMContactUSAttLabel,.gx-label.ReadonlyBMContactUSAttLabel,.gx-label.BMContactUsEditFormLabel,.gx-label.BlobContentBMContactUsEditFormLabel,.gx-label.ReadonlyBlobContentBMContactUsEditFormLabel,.gx-label.BlobInputBMContactUsEditFormLabel,.gx-label.ReadonlyBMContactUsEditFormLabel,.gx-label.BMContactUsEFLocationLabel,.gx-label.BlobContentBMContactUsEFLocationLabel,.gx-label.ReadonlyBlobContentBMContactUsEFLocationLabel,.gx-label.BlobInputBMContactUsEFLocationLabel,.gx-label.ReadonlyBMContactUsEFLocationLabel,.gx-label.BMContactUsEFImageLabel,.gx-label.BlobContentBMContactUsEFImageLabel,.gx-label.ReadonlyBlobContentBMContactUsEFImageLabel,.gx-label.BlobInputBMContactUsEFImageLabel,.gx-label.ReadonlyBMContactUsEFImageLabel,.gx-label.BMContactUsEFSAttLabel,.gx-label.BlobContentBMContactUsEFSAttLabel,.gx-label.ReadonlyBlobContentBMContactUsEFSAttLabel,.gx-label.BlobInputBMContactUsEFSAttLabel,.gx-label.ReadonlyBMContactUsEFSAttLabel,.gx-label.BMSearchProductLabel,.gx-label.BlobContentBMSearchProductLabel,.gx-label.ReadonlyBlobContentBMSearchProductLabel,.gx-label.BlobInputBMSearchProductLabel,.gx-label.ReadonlyBMSearchProductLabel,.gx-label.BMSPCategoryDVLabel,.gx-label.BlobContentBMSPCategoryDVLabel,.gx-label.ReadonlyBlobContentBMSPCategoryDVLabel,.gx-label.BlobInputBMSPCategoryDVLabel,.gx-label.ReadonlyBMSPCategoryDVLabel,.gx-label.BMBrandImageLabel,.gx-label.BlobContentBMBrandImageLabel,.gx-label.ReadonlyBlobContentBMBrandImageLabel,.gx-label.BlobInputBMBrandImageLabel,.gx-label.ReadonlyBMBrandImageLabel,.gx-label.BMCerTableHeaderWhiteTitleLabel,.gx-label.BlobContentBMCerTableHeaderWhiteTitleLabel,.gx-label.ReadonlyBlobContentBMCerTableHeaderWhiteTitleLabel,.gx-label.BlobInputBMCerTableHeaderWhiteTitleLabel,.gx-label.ReadonlyBMCerTableHeaderWhiteTitleLabel,.gx-label.BMCerTableHeaderWhiteDescLabel,.gx-label.BlobContentBMCerTableHeaderWhiteDescLabel,.gx-label.ReadonlyBlobContentBMCerTableHeaderWhiteDescLabel,.gx-label.BlobInputBMCerTableHeaderWhiteDescLabel,.gx-label.ReadonlyBMCerTableHeaderWhiteDescLabel,.gx-label.BMAboutSectionTitleLabel,.gx-label.BlobContentBMAboutSectionTitleLabel,.gx-label.ReadonlyBlobContentBMAboutSectionTitleLabel,.gx-label.BlobInputBMAboutSectionTitleLabel,.gx-label.ReadonlyBMAboutSectionTitleLabel,.gx-label.BMAboutSectionSubTitleLabel,.gx-label.BlobContentBMAboutSectionDescLabel,.gx-label.ReadonlyBlobContentBMAboutSectionDescLabel,.gx-label.BlobInputBMAboutSectionDescLabel,.gx-label.ReadonlyBMAboutSectionDescLabel,.gx-label.BMAboutSectionRSubTitleLabel,.gx-label.BlobContentBMAboutSectionDesc1Label,.gx-label.ReadonlyBlobContentBMAboutSectionDesc1Label,.gx-label.BlobInputBMAboutSectionDesc1Label,.gx-label.ReadonlyBMAboutSectionRSubTitleLabel,.gx-label.BMAboutDescriptionLabel,.gx-label.BlobContentBMAboutDescriptionLabel,.gx-label.ReadonlyBlobContentBMAboutDescriptionLabel,.gx-label.BlobInputBMAboutDescriptionLabel,.gx-label.ReadonlyBMAboutDescriptionLabel,.gx-label.BMAboutFSContainerImgLabel,.gx-label.BlobContentBMAboutFSContainerImgLabel,.gx-label.ReadonlyBlobContentBMAboutFSContainerImgLabel,.gx-label.BlobInputBMAboutFSContainerImgLabel,.gx-label.ReadonlyBMAboutFSContainerImgLabel,.gx-label.ContactInfoNameENLabel,.gx-label.BlobContentContactInfoNameENLabel,.gx-label.ReadonlyBlobContentContactInfoNameENLabel,.gx-label.BlobInputContactInfoNameENLabel,.gx-label.ReadonlyContactInfoNameENLabel,.gx-label.HomePageParameterTxtLabel,.gx-label.BlobContentHomePageParameterTxtLabel,.gx-label.ReadonlyBlobContentHomePageParameterTxtLabel,.gx-label.BlobInputHomePageParameterTxtLabel,.gx-label.ReadonlyHomePageParameterTxtLabel,.gx-label.DCTitleLabel,.gx-label.BlobContentDCTitleLabel,.gx-label.ReadonlyBlobContentDCTitleLabel,.gx-label.BlobInputDCTitleLabel,.gx-label.ReadonlyDCTitleLabel,.gx-label.TermsDescriptionLabel,.gx-label.BlobContentTermsDescriptionLabel,.gx-label.ReadonlyBlobContentTermsDescriptionLabel,.gx-label.BlobInputTermsDescriptionLabel,.gx-label.ReadonlyTermsDescriptionLabel,.AssociationTitle,.SmallText,.SelectedTab,.UnSelectedTab,.DataDescription,.DataDescriptionLogin,.TextBlockTitleWWP,.WizardTitle,.TextBlockTitleWWPTab,.TextBlockTitleNotAuthorized,.WizardStepDescription,.WizardStepTitleLine,.WizardStepDescriptionLine,.WizardStepDescriptionUnderline,.TextBlockTitleMaster,.TextBlockTitleMaterial,.WizardStepDescriptionVertical,.DataFilterDescription,.DataFixedFilterDescription,.DataFilterDescriptionPrefix,.DescriptionWhite,.WorkWithFooter,.InGridDeletion,.StepNumber,.StepNumberSelected,.StepNumberBullet,.StepNumberBulletSelected,.WizardTextBlock,.WizardTextBlockDescription,.TextBlockNotAuthorized,.TextBlockLogo,.TextBlockMoreInfoCard,.TextBlockMoreInfoAdmin,.ProgressAdminCardTitle,.SimpleCardTitle,.StepNumberUnderline,.StepNumberUnderlineSelected,.StepNumberVertical,.TermsT,.LandingPurusFooterTextAbout,.FAQAnswer,.CatSearch,.LandingPurusFooterTitle,.LandingPurusFooterText,.LandingPurusFooterText1,.LandingPurusSloganTitle,.LandingPurusSloganSubtitle,.LandingPurusSubtitle,.LandingPurusSubtitleWhite,.LandingPurusSubtitleGray,.LandingPurusTitle,.LandingPurusTitleWithUnderline,.LandingPurusTitleWhiteWithUnderline,.LandingPurusTitleWhite,.LandingPurusSloganTitleAdmin,.ProductTitle,.AboutTitle,.TermsTitle,.FAQQuestion1,.LandingPurusSloganSubtitleAbout,.AboutBECDescription,.FooterAboutText,.Weareprovidingthebestmedicale,.TextTableWeareprovidingthebestmedicale,.LandingPurusFooterTextNew,.LandingPurusFooterTitle1,.LandingPurusFooterTitle2,.LandingPurusFooterText2,.LandingPurusFooterText3,.LandingPurusFooterText4,.LandingPurusFooterText41,.LandingPurusFooterText5,.LandingPurusFooterText6,.CategoriesTitle,.CatalogsTitle,.LatestStoriesText,.LatestStoriesText1,.LandingPurusFooterText7,.BMBeforeHeroSectionTitle,.BMBProductSectionTitle,.ProductTitleDetielsAttLabel,.ItemCodeDetielsAttLabel,.CatSearch1,.BMCerCardTitle,.BMContactUSendBtnTxt,.BMBrandProductSectionTitle,.UsefulLinksText,.FaqText,.TextFooter,.ImageSizeNote,.ViewCertificateClass
{
	padding-right: 3pt;
	white-space: nowrap;
	border-style: none;
	border-width: 0px;
	font-family: BeVietnam-Regular;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #627077;
	vertical-align: middle;
	word-break: break-word;
}
.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;
}
.DownloadableContentCardText
{
	margin-top: 65px;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.CatBrands
{
	margin-left: 11px;
	margin-top: -10px;
	font-size: 26px;
	font-weight: 700;
	color: #006400;
}
.CatProducts
{
	font-size: 26px;
	font-weight: 700;
	color: #006400;
}
.SimilarProducts
{
	margin-left: 11px;
	 margin-top: -10px;
	 font-size: 40px;
	 font-weight: 700;
	color: #006400;
}
.LandingPurusSubtitle2
{
	display: inline-block;
	white-space: normal;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 15px;
	color: black;
	max-width: 853px;
	text-align: center;
	margin-top: 7%;
}
.ProgressBarCardsMenuDescription
{
	color: white;
}
.ProgressBarCardsMenuDescription:before
{
	color: white;
	content: '';
}

.BreadCrumb
{
	padding-right: 0px;
	font-family: sans-serif;
	font-size: 14px;
	color: #99abb4;
	text-transform: uppercase;
	line-height:20px;
}
.AttributeFLLabel
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	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-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 12px;
}
.TextBlockDashboardDescriptionCard
{
	padding-right: 0px;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}
.TextBlockDashboardDescriptionAdmin
{
	font-size: 15px;
	color: white;
}
.FooterText
{
	color: #000;
	line-height:50px;
}
.TextBlockTitleLogin
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	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,.GridCard>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,.GridCard[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,.GridUploadPictures[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,.FreeStyleStepsVertical[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleSteps[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleStepsLine[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleStepsProgress[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,.FreeStyleStepsUnderline[data-gx-grid-nodata]>tfoot .gx_newrow:before,.AboutFSGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.NewsExtraFreeStyleGrid1[data-gx-grid-nodata]>tfoot .gx_newrow:before,.NewsExtraFreeStyleGrid2[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleGridFooter[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleGridFooter>.gx_newrow:before,.TrnSublevelGridFooter>.gx_newrow:before,.RecentLinksGridFooter>.gx_newrow:before,.GridUploadPicturesFooter>.gx_newrow:before,.FreeStyleHomeModulesBigFooter>.gx_newrow:before,.FreeStyleHomeModulesFooter>.gx_newrow:before,.FreeStyleHomeModulesBigDarkFooter>.gx_newrow:before,.FSGridAutoUnselectAllFooter>.gx_newrow:before,.FreeStyleStepsVerticalFooter>.gx_newrow:before,.FreeStyleStepsFooter>.gx_newrow:before,.FreeStyleStepsLineFooter>.gx_newrow:before,.FreeStyleStepsProgressFooter>.gx_newrow:before,.VerticalTabGridFooter>.gx_newrow:before,.ColumnsSelectorFreeStyleGridFooter>.gx_newrow:before,.FreeStyleGridWithHeaderFooter>.gx_newrow:before,.FreeStyleStepsUnderlineFooter>.gx_newrow:before,.AboutFSGridFooter>.gx_newrow:before,.NewsExtraFreeStyleGrid1Footer>.gx_newrow:before,.NewsExtraFreeStyleGrid2Footer>.gx_newrow:before,.FreeStyleGridFooterFooter>.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,.GridCard>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,.GridCard[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,.GridUploadPictures[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,.FreeStyleStepsVertical[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleSteps[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleStepsLine[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleStepsProgress[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,.FreeStyleStepsUnderline[data-gx-grid-nodata]>tfoot .gx_newrow:after,.AboutFSGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.NewsExtraFreeStyleGrid1[data-gx-grid-nodata]>tfoot .gx_newrow:after,.NewsExtraFreeStyleGrid2[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleGridFooter[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleGridFooter>.gx_newrow:after,.TrnSublevelGridFooter>.gx_newrow:after,.RecentLinksGridFooter>.gx_newrow:after,.GridUploadPicturesFooter>.gx_newrow:after,.FreeStyleHomeModulesBigFooter>.gx_newrow:after,.FreeStyleHomeModulesFooter>.gx_newrow:after,.FreeStyleHomeModulesBigDarkFooter>.gx_newrow:after,.FSGridAutoUnselectAllFooter>.gx_newrow:after,.FreeStyleStepsVerticalFooter>.gx_newrow:after,.FreeStyleStepsFooter>.gx_newrow:after,.FreeStyleStepsLineFooter>.gx_newrow:after,.FreeStyleStepsProgressFooter>.gx_newrow:after,.VerticalTabGridFooter>.gx_newrow:after,.ColumnsSelectorFreeStyleGridFooter>.gx_newrow:after,.FreeStyleGridWithHeaderFooter>.gx_newrow:after,.FreeStyleStepsUnderlineFooter>.gx_newrow:after,.AboutFSGridFooter>.gx_newrow:after,.NewsExtraFreeStyleGrid1Footer>.gx_newrow:after,.NewsExtraFreeStyleGrid2Footer>.gx_newrow:after,.FreeStyleGridFooterFooter>.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,.GridCard+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,.GridCard[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,.GridUploadPictures[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,.FreeStyleStepsVertical[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleSteps[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleStepsLine[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleStepsProgress[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,.FreeStyleStepsUnderline[data-gx-grid-nodata]+div.gx-grid-loading,.AboutFSGrid[data-gx-grid-nodata]+div.gx-grid-loading,.NewsExtraFreeStyleGrid1[data-gx-grid-nodata]+div.gx-grid-loading,.NewsExtraFreeStyleGrid2[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGridFooter[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid+div.gx-grid-loading,.TrnSublevelGrid+div.gx-grid-loading,.RecentLinksGrid+div.gx-grid-loading,.GridUploadPictures+div.gx-grid-loading,.FreeStyleHomeModulesBig+div.gx-grid-loading,.FreeStyleHomeModules+div.gx-grid-loading,.FreeStyleHomeModulesBigDark+div.gx-grid-loading,.FSGridAutoUnselectAll+div.gx-grid-loading,.FreeStyleStepsVertical+div.gx-grid-loading,.FreeStyleSteps+div.gx-grid-loading,.FreeStyleStepsLine+div.gx-grid-loading,.FreeStyleStepsProgress+div.gx-grid-loading,.VerticalTabGrid+div.gx-grid-loading,.ColumnsSelectorFreeStyleGrid+div.gx-grid-loading,.FreeStyleGridWithHeader+div.gx-grid-loading,.FreeStyleStepsUnderline+div.gx-grid-loading,.AboutFSGrid+div.gx-grid-loading,.NewsExtraFreeStyleGrid1+div.gx-grid-loading,.NewsExtraFreeStyleGrid2+div.gx-grid-loading,.FreeStyleGridFooter+div.gx-grid-loading
{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 1em;
	color: rgba(0,128,0,0.3);
	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,.GridCard+.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,.GridCard[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,.GridUploadPictures[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,.FreeStyleStepsVertical[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleSteps[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleStepsLine[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleStepsProgress[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,.FreeStyleStepsUnderline[data-gx-grid-nodata]+.gx-text-gridnodata,.AboutFSGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.NewsExtraFreeStyleGrid1[data-gx-grid-nodata]+.gx-text-gridnodata,.NewsExtraFreeStyleGrid2[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGridFooter[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid+.gx-text-gridnodata,.TrnSublevelGrid+.gx-text-gridnodata,.RecentLinksGrid+.gx-text-gridnodata,.GridUploadPictures+.gx-text-gridnodata,.FreeStyleHomeModulesBig+.gx-text-gridnodata,.FreeStyleHomeModules+.gx-text-gridnodata,.FreeStyleHomeModulesBigDark+.gx-text-gridnodata,.FSGridAutoUnselectAll+.gx-text-gridnodata,.FreeStyleStepsVertical+.gx-text-gridnodata,.FreeStyleSteps+.gx-text-gridnodata,.FreeStyleStepsLine+.gx-text-gridnodata,.FreeStyleStepsProgress+.gx-text-gridnodata,.VerticalTabGrid+.gx-text-gridnodata,.ColumnsSelectorFreeStyleGrid+.gx-text-gridnodata,.FreeStyleGridWithHeader+.gx-text-gridnodata,.FreeStyleStepsUnderline+.gx-text-gridnodata,.AboutFSGrid+.gx-text-gridnodata,.NewsExtraFreeStyleGrid1+.gx-text-gridnodata,.NewsExtraFreeStyleGrid2+.gx-text-gridnodata,.FreeStyleGridFooter+.gx-text-gridnodata
{
	margin-top: -1em;
	padding-top: 30px;
	display: block;
	font-size: 1.5em;
	color: gray;
	text-align: center;
	line-height:41px;
}
.TextBlockFSWithHeaderTitle
{
	margin-left: 2px;
	padding-right: 0px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}
.Label,.RequiredLabel,.gx-label.RatingLabel,.gx-label.AttributeLabel,.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.TextAttributeLabel,.gx-label.BlobContentTextAttributeLabel,.gx-label.ReadonlyBlobContentTextAttributeLabel,.gx-label.BlobInputTextAttributeLabel,.gx-label.ReadonlyTextAttributeLabel,.gx-label.TextActionAttributeLabel,.gx-label.BlobContentTextActionAttributeLabel,.gx-label.ReadonlyBlobContentTextActionAttributeLabel,.gx-label.BlobInputTextActionAttributeLabel,.gx-label.ReadonlyTextActionAttributeLabel,.gx-label.AttributeCardsMenuTitleLabel,.gx-label.ReadonlyAttributeCardsMenuTitleLabel,.gx-label.AttributeSecondaryLabel,.gx-label.ReadonlyAttributeSecondaryLabel,.gx-label.Attribute250Label,.gx-label.BootstrapTooltipRightLabel,.gx-label.BootstrapTooltipLeftLabel,.gx-label.AttributeNoWrapLabel,.gx-label.UpdateAttributeLabel,.gx-label.AttributeRealWidthCheckBoxLabel,.gx-label.AttributeCheckBoxCheckBoxLabel,.gx-label.UserInfoNameLabel,.gx-label.UserInfoRoleLabel,.gx-label.questioncalssLabel,.gx-label.FAQQustionLabel,.gx-label.WWP_SearchLabel,.gx-label.AttributeStepUnderlineUnselectedLabel,.gx-label.AttributeColorDangerLabel,.gx-label.AttributeColorInfoLabel,.gx-label.AttributeColorBaseColorLabel,.gx-label.AttributeColorWarningLabel,.gx-label.ProductSearchCheckBoxLabel,.gx-label.Attribute1Label,.gx-label.BlobContentAttribute1Label,.gx-label.ReadonlyBlobContentAttribute1Label,.gx-label.BlobInputAttribute1Label,.gx-label.ReadonlyAttribute1Label,.gx-label.Attribute2Label,.gx-label.BlobContentAttribute2Label,.gx-label.ReadonlyBlobContentAttribute2Label,.gx-label.BlobInputAttribute2Label,.gx-label.ReadonlyAttribute2Label,.gx-label.WhatDoWeOfferDescriptionLabel,.gx-label.Attribute3Label,.gx-label.BlobContentAttribute3Label,.gx-label.ReadonlyBlobContentAttribute3Label,.gx-label.BlobInputAttribute3Label,.gx-label.ReadonlyAttribute3Label,.gx-label.CategorySearchLabel,.gx-label.BlobContentCategorySearchLabel,.gx-label.ReadonlyBlobContentCategorySearchLabel,.gx-label.BlobInputCategorySearchLabel,.gx-label.ReadonlyCategorySearchLabel,.gx-label.Attribute4Label,.gx-label.BlobContentAttribute4Label,.gx-label.ReadonlyBlobContentAttribute4Label,.gx-label.BlobInputAttribute4Label,.gx-label.ReadonlyAttribute4Label,.gx-label.NewsShortDescriptionEnLabel,.gx-label.BlobContentNewsShortDescriptionEnLabel,.gx-label.ReadonlyBlobContentNewsShortDescriptionEnLabel,.gx-label.BlobInputNewsShortDescriptionEnLabel,.gx-label.ReadonlyNewsShortDescriptionEnLabel,.gx-label.ProductRemarkDetielsLabel,.gx-label.BlobContentProductRemarkDetielsLabel,.gx-label.ReadonlyBlobContentProductRemarkDetielsLabel,.gx-label.BlobInputProductRemarkDetielsLabel,.gx-label.ReadonlyProductRemarkDetielsLabel,.gx-label.LatestStoryTitleLabel,.gx-label.BlobContentLatestStoryTitleLabel,.gx-label.ReadonlyBlobContentLatestStoryTitleLabel,.gx-label.BlobInputLatestStoryTitleLabel,.gx-label.ReadonlyLatestStoryTitleLabel,.gx-label.Attribute5Label,.gx-label.BlobContentAttribute5Label,.gx-label.ReadonlyBlobContentAttribute5Label,.gx-label.BlobInputAttribute5Label,.gx-label.ReadonlyAttribute5Label,.gx-label.BranchesCountryNameEnLabel,.gx-label.ProductCategoryEnNameNewLabel,.gx-label.BlobContentProductCategoryEnNameNewLabel,.gx-label.ReadonlyBlobContentProductCategoryEnNameNewLabel,.gx-label.BlobInputProductCategoryEnNameNewLabel,.gx-label.ReadonlyProductCategoryEnNameNewLabel,.gx-label.AttributeTitleCerLabel,.gx-label.BlobContentAttributeTitleLabel,.gx-label.ReadonlyBlobContentAttributeTitleLabel,.gx-label.BlobInputAttributeTitleLabel,.gx-label.ReadonlyAttributeTitleLabel,.gx-label.AttributeTitleCer1Label,.gx-label.BlobContentAttributeTitle1Label,.gx-label.ReadonlyBlobContentAttributeTitle1Label,.gx-label.BlobInputAttributeTitle1Label,.gx-label.ReadonlyAttributeTitle1Label,.gx-label.AttributeTitleCerCustomLabel,.gx-label.AttributeTitleCerCustom1Label,.gx-label.BlobContentAttributeTitleCerCustom1Label,.gx-label.ReadonlyBlobContentAttributeTitleCerCustom1Label,.gx-label.BlobInputAttributeTitleCerCustom1Label,.gx-label.ReadonlyAttributeTitleCerCustom1Label,.gx-label.Attribute6Label,.gx-label.BlobContentAttribute6Label,.gx-label.ReadonlyBlobContentAttribute6Label,.gx-label.BlobInputAttribute6Label,.gx-label.ReadonlyAttribute6Label,.gx-label.ShowAllProductBtnHvLabel,.gx-label.BlobContentShowAllProductBtnHvLabel,.gx-label.ReadonlyBlobContentShowAllProductBtnHvLabel,.gx-label.BlobInputShowAllProductBtnHvLabel,.gx-label.ReadonlyShowAllProductBtnHvLabel,.gx-label.ShowAllProductBtnLabel,.gx-label.BlobContentShowAllProductBtnLabel,.gx-label.ReadonlyBlobContentShowAllProductBtnLabel,.gx-label.BlobInputShowAllProductBtnLabel,.gx-label.ReadonlyShowAllProductBtnLabel,.gx-label.ContactInfoEmailLabel,.gx-label.BlobContentContactInfoEmailLabel,.gx-label.ReadonlyBlobContentContactInfoEmailLabel,.gx-label.BlobInputContactInfoEmailLabel,.gx-label.ReadonlyContactInfoEmailLabel,.gx-label.AdminTextLabel,.gx-label.BlobContentAdminTextLabel,.gx-label.ReadonlyBlobContentAdminTextLabel,.gx-label.BlobInputAdminTextLabel,.gx-label.ReadonlyAdminTextLabel,.gx-label.WhatDoWeOfferDescriptionWhatDoWeOfferDescriptionLabel,.gx-label.BlobContentWhatDoWeOfferDescriptionWhatDoWeOfferDescriptionLabel,.gx-label.ReadonlyBlobContentWhatDoWeOfferDescriptionWhatDoWeOfferDescriptionLabel,.gx-label.BlobInputWhatDoWeOfferDescriptionWhatDoWeOfferDescriptionLabel,.gx-label.ReadonlyWhatDoWeOfferDescriptionWhatDoWeOfferDescriptionLabel,.gx-label.AboutBECImageLabel,.gx-label.BlobContentAboutBECImageLabel,.gx-label.ReadonlyBlobContentAboutBECImageLabel,.gx-label.BlobInputAboutBECImageLabel,.gx-label.ReadonlyAboutBECImageLabel,.gx-label.PartnersLogoLabel,.gx-label.BlobContentPartnersLogoLabel,.gx-label.ReadonlyBlobContentPartnersLogoLabel,.gx-label.BlobInputPartnersLogoLabel,.gx-label.ReadonlyPartnersLogoLabel,.gx-label.DownloadableContentTitleLabel,.gx-label.BlobContentDownloadableContentTitleLabel,.gx-label.ReadonlyBlobContentDownloadableContentTitleLabel,.gx-label.BlobInputDownloadableContentTitleLabel,.gx-label.ReadonlyDownloadableContentTitleLabel,.gx-label.ProductCardImageHomeNewLabel,.gx-label.BlobContentProductCardImageHomeNewLabel,.gx-label.ReadonlyBlobContentProductCardImageHomeNewLabel,.gx-label.BlobInputProductCardImageHomeNewLabel,.gx-label.ReadonlyProductCardImageHomeNewLabel,.gx-label.TitelProductNewDetielsLabel,.gx-label.BlobContentTitelProductNewDetielsLabel,.gx-label.ReadonlyBlobContentTitelProductNewDetielsLabel,.gx-label.BlobInputTitelProductNewDetielsLabel,.gx-label.ReadonlyTitelProductNewDetielsLabel,.gx-label.ProductCardImageHomeNewDetielsLabel,.gx-label.BlobContentProductCardImageHomeNewDetielsLabel,.gx-label.ReadonlyBlobContentProductCardImageHomeNewDetielsLabel,.gx-label.BlobInputProductCardImageHomeNewDetielsLabel,.gx-label.ReadonlyProductCardImageHomeNewDetielsLabel,.gx-label.ItemCardLabel,.gx-label.BlobContentItemCardLabel,.gx-label.ReadonlyBlobContentItemCardLabel,.gx-label.BlobInputItemCardLabel,.gx-label.ReadonlyItemCardLabel,.gx-label.ProductTitleDetiels1Label,.gx-label.BlobContentProductTitleDetiels1Label,.gx-label.ReadonlyBlobContentProductTitleDetiels1Label,.gx-label.BlobInputProductTitleDetiels1Label,.gx-label.ReadonlyProductTitleDetiels1Label,.gx-label.ProductCategoryDetielsLabel,.gx-label.BlobContentProductCategoryDetielsLabel,.gx-label.ReadonlyBlobContentProductCategoryDetielsLabel,.gx-label.BlobInputProductCategoryDetielsLabel,.gx-label.ReadonlyProductCategoryDetielsLabel,.gx-label.BrandNameDetielsLabel,.gx-label.BlobContentBrandNameDetielsLabel,.gx-label.ReadonlyBlobContentBrandNameDetielsLabel,.gx-label.BlobInputBrandNameDetielsLabel,.gx-label.ReadonlyBrandNameDetielsLabel,.gx-label.ProductNameDetielsLabel,.gx-label.BlobContentProductNameDetielsLabel,.gx-label.ReadonlyBlobContentProductNameDetielsLabel,.gx-label.BlobInputProductNameDetielsLabel,.gx-label.ReadonlyProductNameDetielsLabel,.gx-label.HowWeAreImageLabel,.gx-label.ContactInfoFirstPhoneLabel,.gx-label.TitelProductLabel,.gx-label.AboutBECEnShortDescriptionLabel,.gx-label.BlobContentAboutBECEnShortDescriptionLabel,.gx-label.ReadonlyBlobContentAboutBECEnShortDescriptionLabel,.gx-label.BlobInputAboutBECEnShortDescriptionLabel,.gx-label.ReadonlyAboutBECEnShortDescriptionLabel,.gx-label.TableAboutBEC1Label,.gx-label.AttributeFLLabel,.gx-label.BlobInputAttributeFLLabel,.gx-label.BlobContentAttributeFLLabel,.gx-label.ReadonlyBlobContentAttributeFLLabel,.gx-label.ReadonlyAttributeFLLabel,.gx-label.ErrorAttributeFLLabel,.gx-label.BlobContentAttributeLabel,.gx-label.ReadonlyBlobContentAttributeLabel,.gx-label.AttributeTitleSplitScreenLabel,.gx-label.ReadonlyAttributeTitleSplitScreenLabel,.gx-label.AttributeSubtitleSplitScreenLabel,.gx-label.ReadonlyAttributeSubtitleSplitScreenLabel,.gx-label.AttributeSearchSplitScreenLabel,.gx-label.ReadonlyAttributeSearchSplitScreenLabel,.gx-label.AttributeSearchLabel,.gx-label.ReadonlyAttributeSearchLabel,.gx-label.AttributeLoginLabel,.gx-label.AttributeLoginImageLeftLabel,.gx-label.AttributeRealWidthTotalizerLabel,.gx-label.AttributeAcceptDragLabel,.gx-label.AttributeTotalizerLabel,.gx-label.ReadonlyAttributeTotalizerLabel,.gx-label.ReadonlyAttributeRealWidthTotalizerLabel,.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.BlobContentActionBaseColorAttributeLabel,.gx-label.ReadonlyBlobContentActionBaseColorAttributeLabel,.gx-label.ReadonlyActionBaseColorAttributeLabel,.gx-label.BlobInputActionBaseColorAttributeLabel,.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.AssociationListAttributeLabel,.gx-label.BlobContentAssociationListAttributeLabel,.gx-label.ReadonlyBlobContentAssociationListAttributeLabel,.gx-label.BlobInputAssociationListAttributeLabel,.gx-label.ReadonlyAssociationListAttributeLabel,.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.AttributeWhiteLabel,.gx-label.BlobContentAttributeWhiteLabel,.gx-label.ReadonlyBlobContentAttributeWhiteLabel,.gx-label.BlobInputAttributeWhiteLabel,.gx-label.ReadonlyAttributeWhiteLabel,.gx-label.AttributeCharLongLabel,.gx-label.BlobContentAttributeCharLongLabel,.gx-label.ReadonlyBlobContentAttributeCharLongLabel,.gx-label.BlobInputAttributeCharLongLabel,.gx-label.ReadonlyAttributeCharLongLabel,.gx-label.AttributeManageFiltersLabel,.gx-label.AttributeImageFixWidthLabel,.gx-label.BlobContentAttributeImageFixWidthLabel,.gx-label.ReadonlyBlobContentAttributeImageFixWidthLabel,.gx-label.BlobInputAttributeImageFixWidthLabel,.gx-label.ReadonlyAttributeImageFixWidthLabel,.gx-label.AttributeImage30Label,.gx-label.ReadonlyAttributeImage30Label,.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.SearchResultsListTitleAttributeLabel,.gx-label.ReadonlySearchResultsListTitleAttributeLabel,.gx-label.SearchResultsListDescriptionAttributeLabel,.gx-label.ReadonlySearchResultsListDescriptionAttributeLabel,.gx-label.CardImageAttributeLabel,.gx-label.ReadonlyCardImageAttributeLabel,.gx-label.CardImageAttributeWhiteWithShadowLabel,.gx-label.ReadonlyCardImageAttributeWhiteWithShadowLabel,.gx-label.CardImageAttributeWhiteSubtitleWithShadowLabel,.gx-label.ReadonlyCardImageAttributeWhiteSubtitleWithShadowLabel,.gx-label.AttributeBannerModulesLabel,.gx-label.ReadonlyAttributeBannerModulesLabel,.gx-label.ImageHomeModulesBackLabel,.gx-label.CardImageAttributeDescriptionLabel,.gx-label.BlobContentCardImageAttributeDescriptionLabel,.gx-label.ReadonlyBlobContentCardImageAttributeDescriptionLabel,.gx-label.BlobInputCardImageAttributeDescriptionLabel,.gx-label.ReadonlyCardImageAttributeDescriptionLabel,.gx-label.SimpleCardAttributeTitleLabel,.gx-label.ReadonlySimpleCardAttributeTitleLabel,.gx-label.SimpleCardAttributeSubtitleLabel,.gx-label.ReadonlySimpleCardAttributeSubtitleLabel,.gx-label.CardSmallImageAttributeLabel,.gx-label.ReadonlyCardSmallImageAttributeLabel,.gx-label.CardSmallImageAttributeDescriptionLabel,.gx-label.ReadonlyCardSmallImageAttributeDescriptionLabel,.gx-label.CardWithImageAttributeDescriptionLabel,.gx-label.BlobContentCardWithImageAttributeDescriptionLabel,.gx-label.ReadonlyBlobContentCardWithImageAttributeDescriptionLabel,.gx-label.BlobInputCardWithImageAttributeDescriptionLabel,.gx-label.ReadonlyCardWithImageAttributeDescriptionLabel,.gx-label.ChatAttributeNameLabel,.gx-label.BlobContentChatAttributeNameLabel,.gx-label.ReadonlyBlobContentChatAttributeNameLabel,.gx-label.BlobInputChatAttributeNameLabel,.gx-label.ReadonlyChatAttributeNameLabel,.gx-label.ChatAttributeDateLabel,.gx-label.BlobContentChatAttributeDateLabel,.gx-label.ReadonlyBlobContentChatAttributeDateLabel,.gx-label.BlobInputChatAttributeDateLabel,.gx-label.ReadonlyChatAttributeDateLabel,.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.AttributeRegisterLabel,.gx-label.ProgressAdminCardDescriptionLabel,.gx-label.ProgressAdminCardNumberLabel,.gx-label.ReadonlyProgressAdminCardNumberLabel,.gx-label.ReadonlyProgressAdminCardDescriptionLabel,.gx-label.ProgressBarAdminV2DescriptionLabel,.gx-label.ProgressBarAdminV2NumberLabel,.gx-label.ReadonlyProgressBarAdminV2NumberLabel,.gx-label.ProgressBarAdminV2NumberTotalLabel,.gx-label.ReadonlyProgressBarAdminV2NumberTotalLabel,.gx-label.ProgressBarAdminV2TitleLabel,.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.CardLongDescriptionLabel,.gx-label.ReadonlyCardLongDescriptionLabel,.gx-label.AttributeHomeModulesTitleLabel,.gx-label.ReadonlyAttributeHomeModulesTitleLabel,.gx-label.AttributeHomeModulesBigTitleLabel,.gx-label.ReadonlyAttributeHomeModulesBigTitleLabel,.gx-label.AttributeHomeModulesBigDescriptionLabel,.gx-label.ReadonlyAttributeHomeModulesBigDescriptionLabel,.gx-label.ProductCardSmallImageAttributeLabel,.gx-label.ReadonlyProductCardSmallImageAttributeLabel,.gx-label.AttributeStepUnderlineLabel,.gx-label.ReadonlyAttributeStepUnderlineLabel,.gx-label.AttributeStepVerticalLabel,.gx-label.ReadonlyAttributeStepVerticalLabel,.gx-label.CertifcateImageLabel,.gx-label.AttributeLandingPurusFooterLabel,.gx-label.ReadonlyAttributeLandingPurusFooterLabel,.gx-label.AttributeLandingPurusFooterSuboptionLabel,.gx-label.ReadonlyAttributeLandingPurusFooterSuboptionLabel,.gx-label.AttributeLandingPurusMainNumbersLabel,.gx-label.ReadonlyAttributeLandingPurusMainNumbersLabel,.gx-label.AttributeLandingPurusStudioImageLabel,.gx-label.ReadonlyAttributeLandingPurusStudioImageLabel,.gx-label.AttributeLandingPurusSubtitleLabel,.gx-label.ReadonlyAttributeLandingPurusSubtitleLabel,.gx-label.AttributeLandingPurusMainNumbersSubtitleLabel,.gx-label.ReadonlyAttributeLandingPurusMainNumbersSubtitleLabel,.gx-label.AttributeLandingPurusSimpleTitleLabel,.gx-label.ReadonlyAttributeLandingPurusSimpleTitleLabel,.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.QuestionClassLabel,.gx-label.BlobContentQuestionClassLabel,.gx-label.ReadonlyBlobContentQuestionClassLabel,.gx-label.BlobInputQuestionClassLabel,.gx-label.ReadonlyQuestionClassLabel,.gx-label.ProductTitleCardLabel,.gx-label.BlobContentProductTitleCardLabel,.gx-label.ReadonlyBlobContentProductTitleCardLabel,.gx-label.BlobInputProductTitleCardLabel,.gx-label.ReadonlyProductTitleCardLabel,.gx-label.NewsCardImageLabel,.gx-label.BlobContentNewsCardImageLabel,.gx-label.ReadonlyBlobContentNewsCardImageLabel,.gx-label.BlobInputNewsCardImageLabel,.gx-label.ReadonlyNewsCardImageLabel,.gx-label.NewsTitleCardLabel,.gx-label.BlobContentNewsTitleCardLabel,.gx-label.ReadonlyBlobContentNewsTitleCardLabel,.gx-label.BlobInputNewsTitleCardLabel,.gx-label.ReadonlyNewsTitleCardLabel,.gx-label.CertificatesLabel,.gx-label.BlobContentCertificatesLabel,.gx-label.ReadonlyBlobContentCertificatesLabel,.gx-label.BlobInputCertificatesLabel,.gx-label.ReadonlyCertificatesLabel,.gx-label.CertificateTitleLabel,.gx-label.BlobContentCertificateTitleLabel,.gx-label.ReadonlyBlobContentCertificateTitleLabel,.gx-label.BlobInputCertificateTitleLabel,.gx-label.ReadonlyCertificateTitleLabel,.gx-label.ProductSearchLabel,.gx-label.BlobContentProductSearchLabel,.gx-label.ReadonlyBlobContentProductSearchLabel,.gx-label.BlobInputProductSearchLabel,.gx-label.ReadonlyProductSearchLabel,.gx-label.ProductCardImageHomeLabel,.gx-label.BlobContentProductCardImageHomeLabel,.gx-label.ReadonlyBlobContentProductCardImageHomeLabel,.gx-label.BlobInputProductCardImageHomeLabel,.gx-label.ReadonlyProductCardImageHomeLabel,.gx-label.NewsShortDesDetailsLabel,.gx-label.BlobContentNewsShortDesDetailsLabel,.gx-label.ReadonlyBlobContentNewsShortDesDetailsLabel,.gx-label.BlobInputNewsShortDesDetailsLabel,.gx-label.ReadonlyNewsShortDesDetailsLabel,.gx-label.NewsTitleDetailsLabel,.gx-label.BlobContentNewsTitleDetailsLabel,.gx-label.ReadonlyBlobContentNewsTitleDetailsLabel,.gx-label.BlobInputNewsTitleDetailsLabel,.gx-label.ReadonlyNewsTitleDetailsLabel,.gx-label.NewsLongDesDetailsLabel,.gx-label.BlobContentNewsLongDesDetailsLabel,.gx-label.ReadonlyBlobContentNewsLongDesDetailsLabel,.gx-label.BlobInputNewsLongDesDetailsLabel,.gx-label.ReadonlyNewsLongDesDetailsLabel,.gx-label.HTMDescriptionLabel,.gx-label.BlobContentHTMDescriptionLabel,.gx-label.ReadonlyBlobContentHTMDescriptionLabel,.gx-label.BlobInputHTMDescriptionLabel,.gx-label.ReadonlyHTMDescriptionLabel,.gx-label.AboutUsDescriptionLabel,.gx-label.BlobContentAboutUsDescriptionLabel,.gx-label.ReadonlyBlobContentAboutUsDescriptionLabel,.gx-label.BlobInputAboutUsDescriptionLabel,.gx-label.ReadonlyAboutUsDescriptionLabel,.gx-label.ProductItemCodeDeteilsLabel,.gx-label.BlobContentProductItemCodeDeteilsLabel,.gx-label.ReadonlyBlobContentProductItemCodeDeteilsLabel,.gx-label.BlobInputProductItemCodeDeteilsLabel,.gx-label.ReadonlyProductItemCodeDeteilsLabel,.gx-label.ProductTitleDetielsLabel,.gx-label.BlobContentProductTitleDetielsLabel,.gx-label.ReadonlyBlobContentProductTitleDetielsLabel,.gx-label.BlobInputProductTitleDetielsLabel,.gx-label.ReadonlyProductTitleDetielsLabel,.gx-label.CardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.BlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.ReadonlyBlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.BlobInputCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.ReadonlyCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.CardImageAttributeWhiteSubtitleWithShadowDeteilsLabelLabel,.gx-label.BlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabelLabel,.gx-label.ReadonlyBlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabelLabel,.gx-label.BlobInputCardImageAttributeWhiteSubtitleWithShadowDeteilsLabelLabel,.gx-label.ReadonlyCardImageAttributeWhiteSubtitleWithShadowDeteilsLabelLabel,.gx-label.ProductCardImageHomeDetailsLabel,.gx-label.BlobContentProductCardImageHomeDetailsLabel,.gx-label.ReadonlyBlobContentProductCardImageHomeDetailsLabel,.gx-label.BlobInputProductCardImageHomeDetailsLabel,.gx-label.ReadonlyProductCardImageHomeDetailsLabel,.gx-label.HeroSectionTitleLabel,.gx-label.BlobContentHeroSectionTitleLabel,.gx-label.ReadonlyBlobContentHeroSectionTitleLabel,.gx-label.BlobInputHeroSectionTitleLabel,.gx-label.ReadonlyHeroSectionTitleLabel,.gx-label.HeroSectionDescriptionLabel,.gx-label.BlobContentHeroSectionDescriptionLabel,.gx-label.ReadonlyBlobContentHeroSectionDescriptionLabel,.gx-label.BlobInputHeroSectionDescriptionLabel,.gx-label.ReadonlyHeroSectionDescriptionLabel,.gx-label.InviteMessageTextLabel,.gx-label.BlobContentInviteMessageTextLabel,.gx-label.ReadonlyBlobContentInviteMessageTextLabel,.gx-label.BlobInputInviteMessageTextLabel,.gx-label.ReadonlyInviteMessageTextLabel,.gx-label.CategoriesComboLabel,.gx-label.BlobContentCategoriesComboLabel,.gx-label.ReadonlyBlobContentCategoriesComboLabel,.gx-label.BlobInputCategoriesComboLabel,.gx-label.ReadonlyCategoriesComboLabel,.gx-label.CategoryLongDescriptionLabel,.gx-label.BlobContentCategoryLongDescriptionLabel,.gx-label.ReadonlyBlobContentCategoryLongDescriptionLabel,.gx-label.BlobInputCategoryLongDescriptionLabel,.gx-label.ReadonlyCategoryLongDescriptionLabel,.gx-label.WeoffermanymedicalequipmentsandsuppliesLabel,.gx-label.BlobContentWeoffermanymedicalequipmentsandsuppliesLabel,.gx-label.ReadonlyBlobContentWeoffermanymedicalequipmentsandsuppliesLabel,.gx-label.BlobInputWeoffermanymedicalequipmentsandsuppliesLabel,.gx-label.ReadonlyWeoffermanymedicalequipmentsandsuppliesLabel,.gx-label.WeareprovidingthebestmedicalequipmentinSaudiArabiaLabel,.gx-label.BlobContentWeareprovidingthebestmedicalequipmentinSaudiArabiaLabel,.gx-label.ReadonlyBlobContentWeareprovidingthebestmedicalequipmentinSaudiArabiaLabel,.gx-label.BlobInputWeareprovidingthebestmedicalequipmentinSaudiArabiaLabel,.gx-label.ReadonlyWeareprovidingthebestmedicalequipmentinSaudiArabiaLabel,.gx-label.SaudiVisionImageLabel,.gx-label.BlobContentSaudiVisionImageLabel,.gx-label.ReadonlyBlobContentSaudiVisionImageLabel,.gx-label.BlobInputSaudiVisionImageLabel,.gx-label.ReadonlySaudiVisionImageLabel,.gx-label.SaudiVisionTitelLabel,.gx-label.BlobContentSaudiVisionTitelLabel,.gx-label.ReadonlyBlobContentSaudiVisionTitelLabel,.gx-label.BlobInputSaudiVisionTitelLabel,.gx-label.ReadonlySaudiVisionTitelLabel,.gx-label.SaudiVisionDescriptionLabel,.gx-label.BlobContentSaudiVisionDescriptionLabel,.gx-label.ReadonlyBlobContentSaudiVisionDescriptionLabel,.gx-label.BlobInputSaudiVisionDescriptionLabel,.gx-label.ReadonlySaudiVisionDescriptionLabel,.gx-label.HeroSectionImageNewLabel,.gx-label.BlobContentHeroSectionImageNewLabel,.gx-label.ReadonlyBlobContentHeroSectionImageNewLabel,.gx-label.BlobInputHeroSectionImageNewLabel,.gx-label.ReadonlyHeroSectionImageNewLabel,.gx-label.TitelProductNewLabel,.gx-label.BlobContentTitelProductNewLabel,.gx-label.ReadonlyBlobContentTitelProductNewLabel,.gx-label.BlobInputTitelProductNewLabel,.gx-label.ReadonlyTitelProductNewLabel,.gx-label.ContactInfoThirdPhoneLabel,.gx-label.BlobContentContactInfoThirdPhoneLabel,.gx-label.ReadonlyBlobContentContactInfoThirdPhoneLabel,.gx-label.BlobInputContactInfoThirdPhoneLabel,.gx-label.ReadonlyContactInfoThirdPhoneLabel,.gx-label.ContactInfoSucandPhoneLabel,.gx-label.BlobContentContactInfoSucandPhoneLabel,.gx-label.ReadonlyBlobContentContactInfoSucandPhoneLabel,.gx-label.BlobInputContactInfoSucandPhoneLabel,.gx-label.ReadonlyContactInfoSucandPhoneLabel,.gx-label.AttributeLandingPurusFooterTextLabel,.gx-label.BlobContentAttributeLandingPurusFooterTextLabel,.gx-label.ReadonlyBlobContentAttributeLandingPurusFooterTextLabel,.gx-label.BlobInputAttributeLandingPurusFooterTextLabel,.gx-label.ReadonlyAttributeLandingPurusFooterTextLabel,.gx-label.ContactInfoFirstPhoneNewLabel,.gx-label.BlobContentContactInfoFirstPhoneLabel,.gx-label.ReadonlyBlobContentContactInfoFirstPhoneLabel,.gx-label.BlobInputContactInfoFirstPhoneLabel,.gx-label.ReadonlyContactInfoFirstPhoneLabel,.gx-label.AttributeLandingPurusSloganSubtitleAboutLabel,.gx-label.BlobContentAttributeLandingPurusSloganSubtitleAboutLabel,.gx-label.ReadonlyBlobContentAttributeLandingPurusSloganSubtitleAboutLabel,.gx-label.BlobInputAttributeLandingPurusSloganSubtitleAboutLabel,.gx-label.ReadonlyAttributeLandingPurusSloganSubtitleAboutLabel,.gx-label.HowWeAreTitleLabel,.gx-label.BlobInputHowWeAreTitleLabel,.gx-label.BlobContentHowWeAreTitleLabel,.gx-label.ReadonlyBlobContentHowWeAreTitleLabel,.gx-label.ReadonlyHowWeAreTitleLabel,.gx-label.HowWeAreLongDescriptionLabel,.gx-label.BlobInputHowWeAreLongDescriptionLabel,.gx-label.BlobContentHowWeAreLongDescriptionLabel,.gx-label.ReadonlyBlobContentHowWeAreLongDescriptionLabel,.gx-label.ReadonlyHowWeAreLongDescriptionLabel,.gx-label.HowWeAreImageNewLabel,.gx-label.BlobContentHowWeAreImageNewLabel,.gx-label.ReadonlyBlobContentHowWeAreImageNewLabel,.gx-label.BlobInputHowWeAreImageNewLabel,.gx-label.ReadonlyHowWeAreImageNewLabel,.gx-label.WhatDoWeOfferTitleLabel,.gx-label.BlobContentTableWhatDoWeOfferTitleLabel,.gx-label.ReadonlyBlobContentTableWhatDoWeOfferTitleLabel,.gx-label.BlobInputTableWhatDoWeOfferTitleLabel,.gx-label.ReadonlyWhatDoWeOfferTitleLabel,.gx-label.WhatDoWeOfferImageLabel,.gx-label.BlobContentTableWhatDoWeOfferImageLabel,.gx-label.ReadonlyBlobContentTableWhatDoWeOfferImageLabel,.gx-label.BlobInputTableWhatDoWeOfferImageLabel,.gx-label.ReadonlyWhatDoWeOfferImageLabel,.gx-label.LandingPurusSloganSubtitleAboutNewLabel,.gx-label.BlobContentLandingPurusSloganSubtitleAboutNewLabel,.gx-label.ReadonlyBlobContentLandingPurusSloganSubtitleAboutNewLabel,.gx-label.BlobInputLandingPurusSloganSubtitleAboutNewLabel,.gx-label.ReadonlyLandingPurusSloganSubtitleAboutNewLabel,.gx-label.BrandImageLabel,.gx-label.BlobContentBrandImageLabel,.gx-label.ReadonlyBlobContentBrandImageLabel,.gx-label.BlobInputBrandImageLabel,.gx-label.ReadonlyBrandImageLabel,.gx-label.CatalogsTitleEnLabel,.gx-label.BlobContentCatalogsTitleEnLabel,.gx-label.ReadonlyBlobContentCatalogsTitleEnLabel,.gx-label.BlobInputCatalogsTitleEnLabel,.gx-label.ReadonlyCatalogsTitleEnLabel,.gx-label.CatalogsDescriptionEnLabel,.gx-label.BlobContentCatalogsDescriptionEnLabel,.gx-label.ReadonlyBlobContentCatalogsDescriptionEnLabel,.gx-label.BlobInputCatalogsDescriptionEnLabel,.gx-label.ReadonlyCatalogsDescriptionEnLabel,.gx-label.NewsImageLabel,.gx-label.BlobContentNewsImageLabel,.gx-label.ReadonlyBlobContentNewsImageLabel,.gx-label.BlobInputNewsImageLabel,.gx-label.ReadonlyNewsImageLabel,.gx-label.NewsEnTitleLabel,.gx-label.BlobContentNewsEnTitleLabel,.gx-label.ReadonlyBlobContentNewsEnTitleLabel,.gx-label.BlobInputNewsEnTitleLabel,.gx-label.ReadonlyNewsEnTitleLabel,.gx-label.NewsEnShortDescriptionLabel,.gx-label.BlobContentNewsEnShortDescriptionLabel,.gx-label.ReadonlyBlobContentNewsEnShortDescriptionLabel,.gx-label.BlobInputNewsEnShortDescriptionLabel,.gx-label.ReadonlyNewsEnShortDescriptionLabel,.gx-label.NewsEnLongDescriptionLabel,.gx-label.BlobContentNewsEnLongDescriptionLabel,.gx-label.ReadonlyBlobContentNewsEnLongDescriptionLabel,.gx-label.BlobInputNewsEnLongDescriptionLabel,.gx-label.ReadonlyNewsEnLongDescriptionLabel,.gx-label.NewsEnTitle1Label,.gx-label.BlobContentNewsEnTitle1Label,.gx-label.ReadonlyBlobContentNewsEnTitle1Label,.gx-label.BlobInputNewsEnTitle1Label,.gx-label.ReadonlyNewsEnTitle1Label,.gx-label.NewsImage1Label,.gx-label.BlobContentNewsImage1Label,.gx-label.ReadonlyBlobContentNewsImage1Label,.gx-label.BlobInputNewsImage1Label,.gx-label.ReadonlyNewsImage1Label,.gx-label.NewsEnTitle2Label,.gx-label.BlobContentNewsEnTitle2Label,.gx-label.ReadonlyBlobContentNewsEnTitle2Label,.gx-label.BlobInputNewsEnTitle2Label,.gx-label.ReadonlyNewsEnTitle2Label,.gx-label.NewsEnTitle3Label,.gx-label.BlobContentNewsEnTitle3Label,.gx-label.ReadonlyBlobContentNewsEnTitle3Label,.gx-label.BlobInputNewsEnTitle3Label,.gx-label.ReadonlyNewsEnTitle3Label,.gx-label.NewsEnShortDescription1Label,.gx-label.BlobContentNewsEnShortDescription1Label,.gx-label.ReadonlyBlobContentNewsEnShortDescription1Label,.gx-label.BlobInputNewsEnShortDescription1Label,.gx-label.ReadonlyNewsEnShortDescription1Label,.gx-label.NewsEnLongDescription1Label,.gx-label.BlobContentNewsEnLongDescription1Label,.gx-label.ReadonlyBlobContentNewsEnLongDescription1Label,.gx-label.BlobInputNewsEnLongDescription1Label,.gx-label.ReadonlyNewsEnLongDescription1Label,.gx-label.NewsEnTitle4Label,.gx-label.BlobContentNewsEnTitle4Label,.gx-label.ReadonlyBlobContentNewsEnTitle4Label,.gx-label.BlobInputNewsEnTitle4Label,.gx-label.ReadonlyNewsEnTitle4Label,.gx-label.NewsEnTitle5Label,.gx-label.BlobContentNewsEnTitle5Label,.gx-label.ReadonlyBlobContentNewsEnTitle5Label,.gx-label.BlobInputNewsEnTitle5Label,.gx-label.ReadonlyNewsEnTitle5Label,.gx-label.NewsImage2Label,.gx-label.BlobContentNewsImage2Label,.gx-label.ReadonlyBlobContentNewsImage2Label,.gx-label.BlobInputNewsImage2Label,.gx-label.ReadonlyNewsImage2Label,.gx-label.NewsImage3Label,.gx-label.BlobContentNewsImage3Label,.gx-label.ReadonlyBlobContentNewsImage3Label,.gx-label.BlobInputNewsImage3Label,.gx-label.ReadonlyNewsImage3Label,.gx-label.NewsImage4Label,.gx-label.BlobContentNewsImage4Label,.gx-label.ReadonlyBlobContentNewsImage4Label,.gx-label.BlobInputNewsImage4Label,.gx-label.ReadonlyNewsImage4Label,.gx-label.ImageDownlodedLabel,.gx-label.BlobContentImageDownlodedLabel,.gx-label.ReadonlyBlobContentImageDownlodedLabel,.gx-label.BlobInputImageDownlodedLabel,.gx-label.ReadonlyImageDownlodedLabel,.gx-label.ContactUsInformationLabel,.gx-label.BlobContentContactUsInformationLabel,.gx-label.ReadonlyBlobContentContactUsInformationLabel,.gx-label.BlobInputContactUsInformationLabel,.gx-label.ReadonlyContactUsInformationLabel,.gx-label.ContactUsTitleLabel,.gx-label.BlobContentContactUsTitleLabel,.gx-label.ReadonlyBlobContentContactUsTitleLabel,.gx-label.BlobInputContactUsTitleLabel,.gx-label.ReadonlyContactUsTitleLabel,.gx-label.ContactUsShortDescriptionLabel,.gx-label.BlobContentContactUsShortDescriptionLabel,.gx-label.ReadonlyBlobContentContactUsShortDescriptionLabel,.gx-label.BlobInputContactUsShortDescriptionLabel,.gx-label.ReadonlyContactUsShortDescriptionLabel,.gx-label.ContactUsInformation1Label,.gx-label.BlobContentContactUsInformation1Label,.gx-label.ReadonlyBlobContentContactUsInformation1Label,.gx-label.BlobInputContactUsInformation1Label,.gx-label.ReadonlyContactUsInformation1Label,.gx-label.ContactUsInformation11Label,.gx-label.BlobContentContactUsInformation11Label,.gx-label.ReadonlyBlobContentContactUsInformation11Label,.gx-label.BlobInputContactUsInformation11Label,.gx-label.ReadonlyContactUsInformation11Label,.gx-label.ContactUsInformation2Label,.gx-label.BlobContentContactUsInformation2Label,.gx-label.ReadonlyBlobContentContactUsInformation2Label,.gx-label.BlobInputContactUsInformation2Label,.gx-label.ReadonlyContactUsInformation2Label,.gx-label.ContactUsInformation3Label,.gx-label.BlobContentContactUsInformation3Label,.gx-label.ReadonlyBlobContentContactUsInformation3Label,.gx-label.BlobInputContactUsInformation3Label,.gx-label.ReadonlyContactUsInformation3Label,.gx-label.BranchesCountryNameLabel,.gx-label.BlobContentBranchesCountryNameLabel,.gx-label.ReadonlyBlobContentBranchesCountryNameLabel,.gx-label.BlobInputBranchesCountryNameLabel,.gx-label.ReadonlyBranchesCountryNameLabel,.gx-label.BranchesCountryLocationLabel,.gx-label.BlobContentBranchesCountryLocationLabel,.gx-label.ReadonlyBlobContentBranchesCountryLocationLabel,.gx-label.BlobInputBranchesCountryLocationLabel,.gx-label.ReadonlyBranchesCountryLocationLabel,.gx-label.BranchesCompanyPhoneLabel,.gx-label.BlobContentBranchesCompanyPhoneLabel,.gx-label.ReadonlyBlobContentBranchesCompanyPhoneLabel,.gx-label.BlobInputBranchesCompanyPhoneLabel,.gx-label.ReadonlyBranchesCompanyPhoneLabel,.gx-label.BranchesCompanyEmailLabel,.gx-label.BlobContentBranchesCompanyEmailLabel,.gx-label.ReadonlyBlobContentBranchesCompanyEmailLabel,.gx-label.BlobInputBranchesCompanyEmailLabel,.gx-label.ReadonlyBranchesCompanyEmailLabel,.gx-label.ReadonlyLandingPurusFooterText4Label,.gx-label.BlobContentReadonlyLandingPurusFooterText4Label,.gx-label.ReadonlyBlobContentReadonlyLandingPurusFooterText4Label,.gx-label.BlobInputReadonlyLandingPurusFooterText4Label,.gx-label.ReadonlyReadonlyLandingPurusFooterText4Label,.gx-label.ReadonlyLandingPurusFooterText7Label,.gx-label.BlobContentReadonlyLandingPurusFooterText7Label,.gx-label.ReadonlyBlobContentReadonlyLandingPurusFooterText7Label,.gx-label.BlobInputReadonlyLandingPurusFooterText7Label,.gx-label.ReadonlyReadonlyLandingPurusFooterText7Label,.gx-label.ContactInfoFaixLabel,.gx-label.BlobContentContactInfoFaixLabel,.gx-label.ReadonlyBlobContentContactInfoFaixLabel,.gx-label.BlobInputContactInfoFaixLabel,.gx-label.ReadonlyContactInfoFaixLabel,.gx-label.DownloadableCertificateLabel,.gx-label.BlobContentDownloadableCertificateLabel,.gx-label.ReadonlyBlobContentDownloadableCertificateLabel,.gx-label.BlobInputDownloadableCertificateLabel,.gx-label.DownloadableCertiTitlLabel,.gx-label.BlobContentDownloadableCertiTitlLabel,.gx-label.ReadonlyBlobContentDownloadableCertiTitlLabel,.gx-label.BlobInputDownloadableCertiTitlLabel,.gx-label.ReadonlyDownloadableCertiTitlLabel,.gx-label.ReadonlyDownloadableCertificateLabel,.gx-label.CategoriesComboNewLabel,.gx-label.BlobContentCategoriesComboNewLabel,.gx-label.ReadonlyBlobContentCategoriesComboNewLabel,.gx-label.BlobInputCategoriesComboNewLabel,.gx-label.ReadonlyCategoriesComboNewLabel,.gx-label.BMHeroSectionAttLabel,.gx-label.BlobContentBMHeroSectionAttLabel,.gx-label.ReadonlyBlobContentBMHeroSectionAttLabel,.gx-label.BlobInputBMHeroSectionAttLabel,.gx-label.ReadonlyBMHeroSectionAttLabel,.gx-label.BMHeroSectionDescAttLabel,.gx-label.BlobContentBMHeroSectionDescAttLabel,.gx-label.ReadonlyBlobContentBMHeroSectionDescAttLabel,.gx-label.BlobInputBMHeroSectionDescAttLabel,.gx-label.ReadonlyBMHeroSectionDescAttLabel,.gx-label.BMHeroSectionImgAttLabel,.gx-label.BlobContentBMHeroSectionImgAttLabel,.gx-label.ReadonlyBlobContentBMHeroSectionImgAttLabel,.gx-label.BlobInputBMHeroSectionImgAttLabel,.gx-label.ReadonlyBMHeroSectionImgAttLabel,.gx-label.BMHeroSectionBtnLabel,.gx-label.BlobContentBMHeroSectionBtnLabel,.gx-label.ReadonlyBlobContentBMHeroSectionBtnLabel,.gx-label.BlobInputBMHeroSectionBtnLabel,.gx-label.ReadonlyBMHeroSectionBtnLabel,.gx-label.BMHeroSectionBtnHoverLabel,.gx-label.BlobContentBMHeroSectionBtnHoverLabel,.gx-label.ReadonlyBlobContentBMHeroSectionBtnHoverLabel,.gx-label.BlobInputBMHeroSectionBtnHoverLabel,.gx-label.ReadonlyBMHeroSectionBtnHoverLabel,.gx-label.BMProductCategoryTitleLabel,.gx-label.BlobContentBMProductCategoryTitleLabel,.gx-label.ReadonlyBlobContentBMProductCategoryTitleLabel,.gx-label.BlobInputBMProductCategoryTitleLabel,.gx-label.ReadonlyBMProductCategoryTitleLabel,.gx-label.BMProductCategoryImgLabel,.gx-label.BlobContentBMProductCategoryImgLabel,.gx-label.ReadonlyBlobContentBMProductCategoryImgLabel,.gx-label.BlobInputBMProductCategoryImgLabel,.gx-label.ReadonlyBMProductCategoryImgLabel,.gx-label.BMAboutSectionDescLabel,.gx-label.BMAboutSectionDescImgLabel,.gx-label.BlobContentBMAboutSectionDescImgLabel,.gx-label.ReadonlyBlobContentBMAboutSectionDescImgLabel,.gx-label.BlobInputBMAboutSectionDescImgLabel,.gx-label.ReadonlyBMAboutSectionDescImgLabel,.gx-label.BMFSProductSectionImgAttLabel,.gx-label.BlobContentBMFSProductSectionImgAttLabel,.gx-label.ReadonlyBlobContentBMFSProductSectionImgAttLabel,.gx-label.BlobInputBMFSProductSectionImgAttLabel,.gx-label.ReadonlyBMFSProductSectionImgAttLabel,.gx-label.BMFSProductSectionTitleAttLabel,.gx-label.BlobContentBMFSProductSectionTitleAttLabel,.gx-label.ReadonlyBlobContentBMFSProductSectionTitleAttLabel,.gx-label.BlobInputBMFSProductSectionTitleAttLabel,.gx-label.ReadonlyBMFSProductSectionTitleAttLabel,.gx-label.BMFSProductSectionDescAttLabel,.gx-label.BlobContentBMFSProductSectionDescAttLabel,.gx-label.ReadonlyBlobContentBMFSProductSectionDescAttLabel,.gx-label.BlobInputBMFSProductSectionDescAttLabel,.gx-label.ReadonlyBMFSProductSectionDescAttLabel,.gx-label.BMSaudiVisionTitleAttLabel,.gx-label.BlobContentBMSaudiVisionTitleAttLabel,.gx-label.ReadonlyBlobContentBMSaudiVisionTitleAttLabel,.gx-label.BlobInputBMSaudiVisionTitleAttLabel,.gx-label.ReadonlyBMSaudiVisionTitleAttLabel,.gx-label.BMSaudiVisionDescAttLabel,.gx-label.BlobContentBMSaudiVisionDescAttLabel,.gx-label.ReadonlyBlobContentBMSaudiVisionDescAttLabel,.gx-label.BlobInputBMSaudiVisionDescAttLabel,.gx-label.ReadonlyBMSaudiVisionDescAttLabel,.gx-label.BMLatestNewsTitleAttLabel,.gx-label.BlobContentBMLatestNewsTitleAttLabel,.gx-label.ReadonlyBlobContentBMLatestNewsTitleAttLabel,.gx-label.BlobInputBMLatestNewsTitleAttLabel,.gx-label.ReadonlyBMLatestNewsTitleAttLabel,.gx-label.BMLatestNewsDescAttLabel,.gx-label.BlobContentBMLatestNewsDescAttLabel,.gx-label.ReadonlyBlobContentBMLatestNewsDescAttLabel,.gx-label.BlobInputBMLatestNewsDescAttLabel,.gx-label.ReadonlyBMLatestNewsDescAttLabel,.gx-label.NewsTitleLabel,.gx-label.BlobContentNewsTitleLabel,.gx-label.ReadonlyBlobContentNewsTitleLabel,.gx-label.BlobInputNewsTitleLabel,.gx-label.ReadonlyNewsTitleLabel,.gx-label.NewsTableDescriptionLabel,.gx-label.BlobContentNewsTableDescriptionLabel,.gx-label.ReadonlyBlobContentNewsTableDescriptionLabel,.gx-label.BlobInputNewsTableDescriptionLabel,.gx-label.ReadonlyNewsTableDescriptionLabel,.gx-label.NewsDescriptionLabel,.gx-label.BlobContentNewsDescriptionLabel,.gx-label.ReadonlyBlobContentNewsDescriptionLabel,.gx-label.BlobInputNewsDescriptionLabel,.gx-label.ReadonlyNewsDescriptionLabel,.gx-label.BMLatestNewsImgAttLabel,.gx-label.BlobContentBMLatestNewsImgAttLabel,.gx-label.ReadonlyBlobContentBMLatestNewsImgAttLabel,.gx-label.BlobInputBMLatestNewsImgAttLabel,.gx-label.ReadonlyBMLatestNewsImgAttLabel,.gx-label.BMLatestNewsWhiteTitleAttLabel,.gx-label.BlobContentBMLatestNewsWhiteTitleAttLabel,.gx-label.ReadonlyBlobContentBMLatestNewsWhiteTitleAttLabel,.gx-label.BlobInputBMLatestNewsWhiteTitleAttLabel,.gx-label.ReadonlyBMLatestNewsWhiteTitleAttLabel,.gx-label.ProductPictureDetielsLabel,.gx-label.BlobContentProductPictureDetielsLabel,.gx-label.ReadonlyBlobContentProductPictureDetielsLabel,.gx-label.BlobInputProductPictureDetielsLabel,.gx-label.ReadonlyProductPictureDetielsLabel,.gx-label.ProductNameDetielsAttLabel,.gx-label.BlobContentProductNameDetielsAttLabel,.gx-label.ReadonlyBlobContentProductNameDetielsAttLabel,.gx-label.BlobInputProductNameDetielsAttLabel,.gx-label.ReadonlyProductNameDetielsAttLabel,.gx-label.ProductTitleDetielsAttLabel,.gx-label.BlobContentProductTitleDetielsAttLabel,.gx-label.ReadonlyBlobContentProductTitleDetielsAttLabel,.gx-label.BlobInputProductTitleDetielsAttLabel,.gx-label.ReadonlyProductTitleDetielsAttLabel,.gx-label.ProductTitleDetielsAttNLabel,.gx-label.BlobContentProductTitleDetielsAttNLabel,.gx-label.ReadonlyBlobContentProductTitleDetielsAttNLabel,.gx-label.BlobInputProductTitleDetielsAttNLabel,.gx-label.ReadonlyProductTitleDetielsAttNLabel,.gx-label.BrandNameDetielsAttLabel,.gx-label.BlobContentBrandNameDetielsAttLabel,.gx-label.ReadonlyBlobContentBrandNameDetielsAttLabel,.gx-label.BlobInputBrandNameDetielsAttLabel,.gx-label.ReadonlyBrandNameDetielsAttLabel,.gx-label.ItemCodeDetielsAttLabel,.gx-label.BlobContentItemCodeDetielsAttLabel,.gx-label.ReadonlyBlobContentItemCodeDetielsAttLabel,.gx-label.BlobInputItemCodeDetielsAttLabel,.gx-label.ReadonlyItemCodeDetielsAttLabel,.gx-label.BMLatestNewsSubImgAttLabel,.gx-label.BlobContentBMLatestNewsSubImgAttLabel,.gx-label.ReadonlyBlobContentBMLatestNewsSubImgAttLabel,.gx-label.BlobInputBMLatestNewsSubImgAttLabel,.gx-label.ReadonlyBMLatestNewsSubImgAttLabel,.gx-label.BMCerTableHeaderTitleLabel,.gx-label.BlobContentBMCerTableHeaderTitleLabel,.gx-label.ReadonlyBlobContentBMCerTableHeaderTitleLabel,.gx-label.BlobInputBMCerTableHeaderTitleLabel,.gx-label.ReadonlyBMCerTableHeaderTitleLabel,.gx-label.BMCerTableHeaderDescLabel,.gx-label.BlobContentBMCerTableHeaderDescLabel,.gx-label.ReadonlyBlobContentBMCerTableHeaderDescLabel,.gx-label.BlobInputBMCerTableHeaderDescLabel,.gx-label.ReadonlyBMCerTableHeaderDescLabel,.gx-label.BMDCTitleLabel,.gx-label.BlobContentBMDCTitleLabel,.gx-label.ReadonlyBlobContentBMDCTitleLabel,.gx-label.BlobInputBMDCTitleLabel,.gx-label.ReadonlyBMDCTitleLabel,.gx-label.BMDCerTitleAttLabel,.gx-label.BlobContentBMDCerTitleAttLabel,.gx-label.ReadonlyBlobContentBMDCerTitleAttLabel,.gx-label.BlobInputBMDCerTitleAttLabel,.gx-label.ReadonlyBMDCerTitleAttLabel,.gx-label.BMContactUSAttLabel,.gx-label.BlobContentBMContactUSAttLabel,.gx-label.ReadonlyBlobContentBMContactUSAttLabel,.gx-label.BlobInputBMContactUSAttLabel,.gx-label.ReadonlyBMContactUSAttLabel,.gx-label.BMContactUsEditFormLabel,.gx-label.BlobContentBMContactUsEditFormLabel,.gx-label.ReadonlyBlobContentBMContactUsEditFormLabel,.gx-label.BlobInputBMContactUsEditFormLabel,.gx-label.ReadonlyBMContactUsEditFormLabel,.gx-label.BMContactUsEFLocationLabel,.gx-label.BlobContentBMContactUsEFLocationLabel,.gx-label.ReadonlyBlobContentBMContactUsEFLocationLabel,.gx-label.BlobInputBMContactUsEFLocationLabel,.gx-label.ReadonlyBMContactUsEFLocationLabel,.gx-label.BMContactUsEFImageLabel,.gx-label.BlobContentBMContactUsEFImageLabel,.gx-label.ReadonlyBlobContentBMContactUsEFImageLabel,.gx-label.BlobInputBMContactUsEFImageLabel,.gx-label.ReadonlyBMContactUsEFImageLabel,.gx-label.BMContactUsEFSAttLabel,.gx-label.BlobContentBMContactUsEFSAttLabel,.gx-label.ReadonlyBlobContentBMContactUsEFSAttLabel,.gx-label.BlobInputBMContactUsEFSAttLabel,.gx-label.ReadonlyBMContactUsEFSAttLabel,.gx-label.BMSearchProductLabel,.gx-label.BlobContentBMSearchProductLabel,.gx-label.ReadonlyBlobContentBMSearchProductLabel,.gx-label.BlobInputBMSearchProductLabel,.gx-label.ReadonlyBMSearchProductLabel,.gx-label.BMSPCategoryDVLabel,.gx-label.BlobContentBMSPCategoryDVLabel,.gx-label.ReadonlyBlobContentBMSPCategoryDVLabel,.gx-label.BlobInputBMSPCategoryDVLabel,.gx-label.ReadonlyBMSPCategoryDVLabel,.gx-label.BMBrandImageLabel,.gx-label.BlobContentBMBrandImageLabel,.gx-label.ReadonlyBlobContentBMBrandImageLabel,.gx-label.BlobInputBMBrandImageLabel,.gx-label.ReadonlyBMBrandImageLabel,.gx-label.BMCerTableHeaderWhiteTitleLabel,.gx-label.BlobContentBMCerTableHeaderWhiteTitleLabel,.gx-label.ReadonlyBlobContentBMCerTableHeaderWhiteTitleLabel,.gx-label.BlobInputBMCerTableHeaderWhiteTitleLabel,.gx-label.ReadonlyBMCerTableHeaderWhiteTitleLabel,.gx-label.BMCerTableHeaderWhiteDescLabel,.gx-label.BlobContentBMCerTableHeaderWhiteDescLabel,.gx-label.ReadonlyBlobContentBMCerTableHeaderWhiteDescLabel,.gx-label.BlobInputBMCerTableHeaderWhiteDescLabel,.gx-label.ReadonlyBMCerTableHeaderWhiteDescLabel,.gx-label.BMAboutSectionTitleLabel,.gx-label.BlobContentBMAboutSectionTitleLabel,.gx-label.ReadonlyBlobContentBMAboutSectionTitleLabel,.gx-label.BlobInputBMAboutSectionTitleLabel,.gx-label.ReadonlyBMAboutSectionTitleLabel,.gx-label.BMAboutSectionSubTitleLabel,.gx-label.BlobContentBMAboutSectionDescLabel,.gx-label.ReadonlyBlobContentBMAboutSectionDescLabel,.gx-label.BlobInputBMAboutSectionDescLabel,.gx-label.ReadonlyBMAboutSectionDescLabel,.gx-label.BMAboutSectionRSubTitleLabel,.gx-label.BlobContentBMAboutSectionDesc1Label,.gx-label.ReadonlyBlobContentBMAboutSectionDesc1Label,.gx-label.BlobInputBMAboutSectionDesc1Label,.gx-label.ReadonlyBMAboutSectionRSubTitleLabel,.gx-label.BMAboutDescriptionLabel,.gx-label.BlobContentBMAboutDescriptionLabel,.gx-label.ReadonlyBlobContentBMAboutDescriptionLabel,.gx-label.BlobInputBMAboutDescriptionLabel,.gx-label.ReadonlyBMAboutDescriptionLabel,.gx-label.BMAboutFSContainerImgLabel,.gx-label.BlobContentBMAboutFSContainerImgLabel,.gx-label.ReadonlyBlobContentBMAboutFSContainerImgLabel,.gx-label.BlobInputBMAboutFSContainerImgLabel,.gx-label.ReadonlyBMAboutFSContainerImgLabel,.gx-label.ContactInfoNameENLabel,.gx-label.BlobContentContactInfoNameENLabel,.gx-label.ReadonlyBlobContentContactInfoNameENLabel,.gx-label.BlobInputContactInfoNameENLabel,.gx-label.ReadonlyContactInfoNameENLabel,.gx-label.HomePageParameterTxtLabel,.gx-label.BlobContentHomePageParameterTxtLabel,.gx-label.ReadonlyBlobContentHomePageParameterTxtLabel,.gx-label.BlobInputHomePageParameterTxtLabel,.gx-label.ReadonlyHomePageParameterTxtLabel,.gx-label.DCTitleLabel,.gx-label.BlobContentDCTitleLabel,.gx-label.ReadonlyBlobContentDCTitleLabel,.gx-label.BlobInputDCTitleLabel,.gx-label.ReadonlyDCTitleLabel,.gx-label.TermsDescriptionLabel,.gx-label.BlobContentTermsDescriptionLabel,.gx-label.ReadonlyBlobContentTermsDescriptionLabel,.gx-label.BlobInputTermsDescriptionLabel,.gx-label.ReadonlyTermsDescriptionLabel
{
	padding-top: 10px;
	white-space: normal;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
}
.AssociationTitle
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 11pt;
	color: #455a64;
}
.SmallText
{
	font-size: 7.8pt;
	text-align: center;
}
.SelectedTab
{
	background-image: none;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height:25px;
}
.UnSelectedTab
{
	background-image: none;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.DataDescription,.DataDescriptionLogin
{
	padding-bottom: 16px;
	padding-left: 5px;
	display: block;
	white-space: normal;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
.DataDescriptionLogin
{
	padding-bottom: 0px;
	padding-top: 0px;
}
.TextBlockTitleWWP,.WizardTitle,.TextBlockTitleWWPTab,.TextBlockTitleNotAuthorized,.WizardStepDescription,.WizardStepTitleLine,.WizardStepDescriptionLine,.WizardStepDescriptionUnderline,.TextBlockTitleMaster,.TextBlockTitleMaterial,.WizardStepDescriptionVertical
{
	white-space: normal;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #455a64;
	text-transform: uppercase;
	line-height:30px;
}
.TextBlockTitleWWPTab
{
	font-size: 12pt;
	font-weight: normal;
}
.WizardStepDescription,.WizardStepTitleLine,.WizardStepDescriptionLine,.WizardStepDescriptionUnderline
{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12pt;
	font-weight: normal;
}
.WizardStepTitleLine,.WizardStepDescriptionLine
{
	margin-left: 5px;
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.WizardStepDescriptionLine
{
	font-size: 14px;
	font-weight: normal;
	line-height:normal;
}
.WizardStepDescriptionUnderline
{
	margin-left: 20px;
}
.TextBlockTitleMaster,.TextBlockTitleMaterial
{
	font-size: 15pt;
	font-weight: normal;
	color: #008000;
	line-height:30px;
	line-height:30px;
}
.TextBlockTitleMaterial
{
	padding-left: 15px;
	font-size: 18px;
	font-weight: 300;
	color: #455a64;
}
.WizardStepDescriptionVertical
{
	font-weight: bold;
}
.DataFilterDescription,.DataFixedFilterDescription,.DataFilterDescriptionPrefix
{
	padding-left: 8px;
	padding-right: 2px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 10pt;
}
.DataFixedFilterDescription
{
	margin-right: 5px;
	font-weight: bold;
}
.DataFilterDescriptionPrefix
{
	padding-left: 0px;
}
.DescriptionWhite
{
	color: white;
}
.WorkWithFooter
{
	background-color: #fff;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: white;
}
.InGridDeletion
{
	text-decoration: line-through;
}
.StepNumber,.StepNumberSelected
{
	padding-right: 0px;
	font-size: 12px;
	color: #808080;
}
.StepNumberSelected
{
	color: white;
}
.StepNumberBullet,.StepNumberBulletSelected
{
	padding-right: 0px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.StepNumberBulletSelected
{
	font-size: 16px;
}
.WizardTextBlock,.WizardTextBlockDescription
{
	white-space: normal;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
.WizardTextBlockDescription
{
	font-weight: normal;
}
.TextBlockNotAuthorized
{
	font-size: 14px;
}
.TextBlockNotAuthorized:before
{
	font-size: 14px;
	content: '';
}

.TextBlockLogo
{
	overflow: hidden;
	padding-top: 2px;
	display: inline-block;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 18px;
	max-width: 180px;
	text-transform: uppercase;
}
.TextBlockMoreInfoCard,.TextBlockMoreInfoAdmin
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	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: '';
}

.ProgressAdminCardTitle
{
	padding-left: 10px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: white;
	text-transform: uppercase;
}
.SimpleCardTitle
{
	padding-top: 8px;
	font-size: 18px;
	font-weight: 400;
	color: #455a64;
	text-transform: uppercase;
}
.StepNumberUnderline,.StepNumberUnderlineSelected
{
	padding-right: 0px;
	font-family: muli,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d9d9d9;
}
.StepNumberVertical
{
	padding-right: 0px;
	font-family: muli,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8c8d8e;
}
.TermsT
{
	margin-left: -501px;
	display: inline-block;
	font-size: 60px;
	font-weight: 900;
	color: white;
	width: 490px;
	line-height:60px;
}
.TermsT:before
{
	display: inline-block;
	font-size: 60px;
	font-weight: 900;
	color: white;
	content: '';
	line-height:60px;
}

.LandingPurusFooterTextAbout
{
	margin-top: 20px;
	display: inline-block;
	white-space: normal;
	background-color: transparent;
	font-family: Lato-Regular_ttf;
	font-size: 14px;
	font-weight: 500;
	color: white;
	max-width: 230px;
	text-align: justify;
	text-indent: 0px;
	box-shadow:none;
}
.FAQAnswer
{
	margin-left: 42px;
	overflow: hidden;
	white-space: normal;
	font-size: 15px;
	width: 128%;
	word-break: break-word;
	line-height: 28px;
}
.CatSearch
{
	margin-left: 11px;
	margin-top: -10px;
	font-size: 40px;
	font-weight: 700;
	color: #006400;
	margin-left: 11px;
	margin-top: -10px;
	font-size: 40px;
	font-weight: 700;
	color: #006400;
}
.LandingPurusFooterTitle
{
	margin-bottom: 25px;
	display: block;
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 700;
	color: #474747;
	text-align: left;
}
.LandingPurusFooterText,.LandingPurusFooterText1
{
	font-size: 14px;
	color: #474747;
	line-height:23px;
}
.LandingPurusSloganTitle
{
	margin-left: -575px;
	display: inline-block;
	white-space: normal;
	font-family: Lato-Regular_ttf;
	font-size: 60px;
	font-weight: 900;
	color: white;
	width: 490px;
	text-align: justify;
	line-height:60px;
}
.LandingPurusSloganTitle:before
{
	display: inline-block;
	white-space: normal;
	font-family: Lato-Regular_ttf;
	font-size: 60px;
	font-weight: 900;
	color: white;
	text-align: justify;
	content: '';
	line-height:60px;
}

.LandingPurusSloganSubtitle
{
	margin-left: -601px;
	margin-right: -320px;
	display: inline-block;
	white-space: normal;
	font-family: Lato-Regular_ttf;
	font-size: 25px;
	color: white;
	width: 800px;
	text-align: justify;
	line-height:25px;
}
.LandingPurusSubtitle,.LandingPurusSubtitleWhite,.LandingPurusSubtitleGray
{
	display: inline-block;
	white-space: normal;
	font-size: 15px;
	color: black;
	max-width: 853px;
	text-align: center;
	line-height:38px;
	margin-top: -9%;
}
.LandingPurusSubtitleWhite
{
	color: white;
}
.LandingPurusSubtitleGray
{
	color: #797979;
	display: inline-block;
	white-space: normal;
	font-size: 15px;
	color: #797979;
	max-width: 608px;
	text-align: center;
	line-height: 36px;
	margin-top: 3%;
	margin-left: 24%;
}
.LandingPurusTitle,.LandingPurusTitleWithUnderline,.LandingPurusTitleWhiteWithUnderline,.LandingPurusTitleWhite
{
	font-size: 34px;
	font-weight: 900;
	color: #2b6439;
}
.LandingPurusTitle:before,.LandingPurusTitleWithUnderline:before,.LandingPurusTitleWhiteWithUnderline:before,.LandingPurusTitleWhite:before
{
	font-size: 34px;
	font-weight: 900;
	color: #2b6439;
	content: '';
}

.LandingPurusTitleWithUnderline,.LandingPurusTitleWhiteWithUnderline
{
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	line-height:63px;
}
.LandingPurusTitleWithUnderline:before,.LandingPurusTitleWhiteWithUnderline:before
{
	background-position: center bottom;
	background-repeat: no-repeat;
	line-height:63px;
}

.LandingPurusTitleWhiteWithUnderline
{
	color: white;
}
.LandingPurusTitleWhiteWithUnderline:before
{
	color: white;
}

.LandingPurusTitleWhite
{
	margin-left: 44%;
	color: white;
}
.LandingPurusTitleWhite:before
{
	color: white;
}

.LandingPurusSloganTitleAdmin
{
	margin-right: 380px;
	margin-top: -50px;
	display: inline-block;
	font-family: Lato-Regular_ttf;
	font-size: 60px;
	font-weight: 900;
	color: white;
	width: 490px;
	text-align: center;
	line-height:60px;
}
.LandingPurusSloganTitleAdmin:before
{
	display: inline-block;
	font-family: Lato-Regular_ttf;
	font-size: 60px;
	font-weight: 900;
	color: white;
	text-align: center;
	content: '';
	line-height:60px;
}

.ProductTitle
{
	margin-top: 20px;
	white-space: normal;
	font-size: 14px;
	color: #006400;
}
.AboutTitle
{
	margin-left: -1088px;
	display: inline-block;
	font-size: 50px;
	color: white;
	width: 490px;
	margin-left: -585px;
	display: inline-block;
	font-size: 40px;
	color: white;
	width: 490px;
	margin-top:8%;
}
.AboutTitle:before
{
	display: inline-block;
	font-size: 50px;
	color: white;
	content: '';
	margin-left: -585px;
	display: inline-block;
	font-size: 40px;
	color: white;
	width: 490px;
	margin-top:8%;
}

.TermsTitle
{
	margin-left: -800px;
	margin-top: -145px;
	display: inline-block;
	font-size: 50px;
	font-weight: 900;
	color: white;
	width: 490px;
	line-height:60px;
}
.TermsTitle:before
{
	display: inline-block;
	font-size: 50px;
	font-weight: 900;
	color: white;
	content: '';
	line-height:60px;
}

.FAQQuestion1
{
	margin-left: 34px ;
	overflow: hidden;
	white-space: normal;
	font-size: 28px;
	color: #006400;
	width: 100%;
}
.LandingPurusSloganSubtitleAbout
{
	margin-right: 670px;
	display: inline-block;
	white-space: normal;
	font-family: Lato-Regular_ttf;
	font-size: 26px;
	color: white;
	width: 659px;
	text-align: justify;
	line-height:25px;
}
.AboutBECDescription
{
	margin-top: 55px;
	font-size: 42px;
}
.FooterAboutText
{
	font-family: Lato-Regular_ttf;
	font-size: 14px;
	color: #fff;
	line-height:23px;
}
.Weareprovidingthebestmedicale
{
	font-family: Montserrat;
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0px;
	text-align: center;
}
.TextTableWeareprovidingthebestmedicale
{
	color: #2B6439;
	font-family: Montserrat;
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0px;
	text-align: center;
}
.LandingPurusFooterTextNew
{
	font-size: 14px;
	color: #474747;
	line-height: 81px;
}
.LandingPurusFooterTitle1
{
	margin-bottom: 25px;
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #474747;
	text-align: left;
	margin-bottom: 12px;
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #474747;
	text-align: left;
	margin-top: -9%;
}
.LandingPurusFooterTitle2
{
	margin-bottom: 25px;
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #474747;
	text-align: left;
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #474747;
	text-align: left;
	 margin-top: 12%;
}
.LandingPurusFooterText2
{
	font-size: 14px;
	color: #474747;
	line-height:23px;
	line-height: 39px;
	margin-left: 6%;
}
.LandingPurusFooterText3
{
	font-size: 14px;
	color: #474747;
	line-height:23px;
	line-height: 23px;
	margin-left: 6%;
}
.LandingPurusFooterText4,.LandingPurusFooterText41
{
	font-family: Montserrat;
	font-size: 14px;
	color: #474747;
	font-size: 14px;
	color: #474747;
	line-height: 35px;
	    margin-left: 12%;
}
.LandingPurusFooterText5
{
	font-size: 14px;
	color: #474747;
	line-height: 23px;
}
.LandingPurusFooterText6
{
	font-size: 14px;
	color: #474747;
	font-size: 14px;
	color: #474747;
	line-height: 28px;
	 margin-left: 96%;
}
.CategoriesTitle
{
	border-style: none;
	color: #2B6439;
	max-width: 50%;
	font-size: 33px;
	font-weight: bolder;
	box-shadow: none;
}
.CatalogsTitle
{
	border-style: none;
	color: #2B6439;
	max-width: 50%;
	font-size: 33px;
	font-weight: bolder;
	box-shadow: none;
}
.LatestStoriesText
{
	border-width: 5px;
	border-style: none;
	color: #2B6439;
	max-width: 50%;
	font-size: 33px;
	font-weight: bolder;
	box-shadow: none;
	margin-left: 42%;
}
.LatestStoriesText1
{
	border-width: 5px;
	border-width: 5px;
	border-style: none;
	color: #2B6439;
	max-width: 50%;
	font-size: 35px;
	font-weight: bolder;
	margin-left: 41%;
}
.LandingPurusFooterText7
{
	font-family: Montserrat;
	font-size: 14px;
	color: #474747;
	font-size: 14px;
	 color: #474747;
	line-height: 28px;
	margin-left: 96%;
}
.BMBeforeHeroSectionTitle
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	display: inline-block;
	white-space: normal;
	font-size: 36px;
	font-weight: 600;
	color: #2b6439;
	width: 100%;
	max-width: 700px;
	text-align: center;
}
.BMBProductSectionTitle
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	display: inline-block;
	white-space: normal;
	font-size: 36px;
	font-weight: 600;
	color: #2b6439;
	width: 100%;
	max-width: 700px;
	text-align: center;
}
.ProductTitleDetielsAttLabel
{
	font-size: 14px;
	font-weight: 700;
	color: #637381;
}
.ProductTitleDetielsAttLabel:after
{
	font-size: 14px;
	font-weight: 700;
	color: #637381;
	content: '';
}

.ItemCodeDetielsAttLabel,.gx-label.ProductTitleDetielsAttLabel,.gx-label.BlobContentProductTitleDetielsAttLabel,.gx-label.ReadonlyBlobContentProductTitleDetielsAttLabel,.gx-label.BlobInputProductTitleDetielsAttLabel,.gx-label.ReadonlyProductTitleDetielsAttLabel,.gx-label.ProductTitleDetielsAttNLabel,.gx-label.BlobContentProductTitleDetielsAttNLabel,.gx-label.ReadonlyBlobContentProductTitleDetielsAttNLabel,.gx-label.BlobInputProductTitleDetielsAttNLabel,.gx-label.ReadonlyProductTitleDetielsAttNLabel,.gx-label.BrandNameDetielsAttLabel,.gx-label.BlobContentBrandNameDetielsAttLabel,.gx-label.ReadonlyBlobContentBrandNameDetielsAttLabel,.gx-label.BlobInputBrandNameDetielsAttLabel,.gx-label.ReadonlyBrandNameDetielsAttLabel,.gx-label.ItemCodeDetielsAttLabel,.gx-label.BlobContentItemCodeDetielsAttLabel,.gx-label.ReadonlyBlobContentItemCodeDetielsAttLabel,.gx-label.BlobInputItemCodeDetielsAttLabel,.gx-label.ReadonlyItemCodeDetielsAttLabel
{
	font-size: 14px;
	font-weight: 700;
	color: #637381;
	line-height: 22px;
}
.CatSearch1
{
	margin-left: 11px;
	margin-top: -10px;
	font-size: 40px;
	font-weight: 700;
	color: #006400;
	margin-left: 11px;
	margin-top: -10px;
	font-size: 40px;
	font-weight: 700;
	color: #006400;
}
.CatSearch1:after
{
	font-size: 40px;
	font-weight: 700;
	color: #006400;
	content: '';
	margin-left: 11px;
	margin-top: -10px;
	font-size: 40px;
	font-weight: 700;
	color: #006400;
}

.BMCerCardTitle
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}
.BMContactUSendBtnTxt
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}
.BMBrandProductSectionTitle
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	display: inline-block;
	white-space: normal;
	font-size: 28px;
	font-weight: 600;
	color: #2b6439;
	width: 100%;
	max-width: 700px;
	text-align: center;
}
.UsefulLinksText
{
	color: #474747;
	font-weight: 600;
}
.FaqText
{
	font-size: 15px;
	color: #474747;
	line-height: 50px;
}
.TextFooter
{
	font-size: 15px;
	color: #474747;
	line-height: 71px;
}
.ImageSizeNote
{
	font-size: 15px;
	font-weight: bold;
	color: red;
}
.ViewCertificateClass
{
	font-family: montserrat;
	font-size: 18px;
	font-weight: 700;
	color: #008000;
	letter-spacing: 0em;
	text-align: left;
	width:153pxheight;
	width:153pxheight;
	line-height:27px;
}
.ErrorViewer
{
	font-family: Lato-Regular_ttf;
}
.FreeStyleGrid,.TrnSublevelGrid,.RecentLinksGrid,.FreeStyleHomeModulesBig,.FreeStyleHomeModules,.FreeStyleHomeModulesBigDark,.FreeStyleStepsVertical,.FreeStyleSteps,.FreeStyleStepsLine,.FreeStyleStepsProgress,.VerticalTabGrid,.ColumnsSelectorFreeStyleGrid,.FreeStyleGridWithHeader,.FreeStyleStepsUnderline,.AboutFSGrid,.NewsExtraFreeStyleGrid1,.NewsExtraFreeStyleGrid2,.FreeStyleGridFooter
{
	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: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: BeVietnam-Regular;
	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: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
}

.TrnSublevelGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: BeVietnam-Regular;
	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: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
}

.RecentLinksGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: BeVietnam-Regular;
	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: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleHomeModulesBig[data-bkgstyle='none']>tbody>tr
{
	font-family: BeVietnam-Regular;
	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: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleHomeModules[data-bkgstyle='none']>tbody>tr
{
	font-family: BeVietnam-Regular;
	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: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleHomeModulesBigDark[data-bkgstyle='none']>tbody>tr
{
	font-family: BeVietnam-Regular;
	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;
}

.FreeStyleStepsVertical>tbody>tr,.FreeStyleStepsVertical>[data-gxrow]
{
	background-color: transparent;
	font-family: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleStepsVertical[data-bkgstyle='none']>tbody>tr
{
	font-family: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleStepsVertical[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleStepsVertical[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.FreeStyleStepsVertical[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleStepsVertical[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: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleSteps[data-bkgstyle='none']>tbody>tr
{
	font-family: BeVietnam-Regular;
	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;
}

.FreeStyleStepsLine
{
	padding-top: 15px;
}

.FreeStyleStepsLine>tbody>tr,.FreeStyleStepsLine>[data-gxrow]
{
	background-color: transparent;
	font-family: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleStepsLine[data-bkgstyle='none']>tbody>tr
{
	font-family: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleStepsLine[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleStepsLine[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.FreeStyleStepsLine[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleStepsLine[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.FreeStyleStepsProgress
{
	padding-right: 9px;
	padding-top: 15px;
}

.FreeStyleStepsProgress>tbody>tr,.FreeStyleStepsProgress>[data-gxrow]
{
	background-color: transparent;
	font-family: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleStepsProgress[data-bkgstyle='none']>tbody>tr
{
	font-family: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleStepsProgress[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleStepsProgress[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.FreeStyleStepsProgress[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleStepsProgress[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.VerticalTabGrid>tbody>tr,.VerticalTabGrid>[data-gxrow]
{
	font-family: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.VerticalTabGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: BeVietnam-Regular;
	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: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
}

.ColumnsSelectorFreeStyleGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: BeVietnam-Regular;
	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: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
	border-collapse:collapse !important;
}

.FreeStyleGridWithHeader[data-bkgstyle='none']>tbody>tr
{
	font-family: BeVietnam-Regular;
	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;
}

.FreeStyleStepsUnderline>tbody>tr,.FreeStyleStepsUnderline>[data-gxrow]
{
	background-color: transparent;
	font-family: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleStepsUnderline[data-bkgstyle='none']>tbody>tr
{
	font-family: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleStepsUnderline[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleStepsUnderline[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.FreeStyleStepsUnderline[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleStepsUnderline[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.AboutFSGrid
{
	background-color: white;
	background-image: none;
}

.AboutFSGrid>tbody>tr,.AboutFSGrid>[data-gxrow]
{
	background-color: transparent;
	font-family: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
}

.AboutFSGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.AboutFSGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .AboutFSGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.AboutFSGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.AboutFSGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.NewsExtraFreeStyleGrid1
{
	border-width: 5px;
	margin-top: 4%;
}

.NewsExtraFreeStyleGrid1>tbody>tr,.NewsExtraFreeStyleGrid1>[data-gxrow]
{
	background-color: transparent;
	font-family: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
	margin-top: 4%;
}

.NewsExtraFreeStyleGrid1[data-bkgstyle='none']>tbody>tr
{
	font-family: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
	margin-top: 4%;
}

.NewsExtraFreeStyleGrid1[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .NewsExtraFreeStyleGrid1[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
	margin-top: 4%;
}

.NewsExtraFreeStyleGrid1[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
	margin-top: 4%;
}

.NewsExtraFreeStyleGrid1[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
	margin-top: 4%;
}

.NewsExtraFreeStyleGrid2
{
	border-width: 5px;
	margin-top: 4%;
}

.NewsExtraFreeStyleGrid2>tbody>tr,.NewsExtraFreeStyleGrid2>[data-gxrow]
{
	background-color: transparent;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 8pt;
	font-style: normal;
	margin-top: 4%;
}

.NewsExtraFreeStyleGrid2[data-bkgstyle='none']>tbody>tr
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
	margin-top: 4%;
}

.NewsExtraFreeStyleGrid2[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .NewsExtraFreeStyleGrid2[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
	margin-top: 4%;
}

.NewsExtraFreeStyleGrid2[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
	margin-top: 4%;
}

.NewsExtraFreeStyleGrid2[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
	margin-top: 4%;
}

.FreeStyleGridFooter>tbody>tr,.FreeStyleGridFooter>[data-gxrow]
{
	background-color: transparent;
	font-family: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleGridFooter[data-bkgstyle='none']>tbody>tr
{
	font-family: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleGridFooter[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleGridFooter[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.FreeStyleGridFooter[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleGridFooter[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.Hyperlink
{
	border-style: none;
	border-width: 0px;
	font-family: BeVietnam-Regular;
	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: BeVietnam-Regular;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	color: #808080;
}
.ErrorMessages
{
	padding-left: 5px;
	top: 10px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 9pt;
	color: #f56a67;
	z-index:3 !important;
}
.WarningMessages
{
	background-color: #f39c12;
	margin-left: 5px;
	min-height: 34px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	z-index:3 !important;
}
.Tab,.WWTab
{
	border-style: none;
	border-width: 0px;
	font-family: BeVietnam-Regular;
}
.Popup,.Form .gx-popup.gx-popup-default,.FormLogin .gx-popup.gx-popup-default,.FormNoBackgroundColor .gx-popup.gx-popup-default,.FormBackgroundImage .gx-popup.gx-popup-default,.FormSplitScreen .gx-popup.gx-popup-default
{
	border-style: none;
	border-width: 0px;
}
.QueryViewer-chart .highcharts-background {
	fill: #fff;
	stroke: #575b5d;
}
.QueryViewer-chart .QVTimelineHeaderContainer::before {
	background-color: #fff;
}
.QueryViewer-chart .QVTimelineHeader {
	color: #666;
}
.QueryViewer-chart .QVTimelineHeader a, .QueryViewer-chart  .QVTimelineHeader select {
	color: #666;
}
.QueryViewer-chart .highcharts-title tspan {
	fill: #455a64;
}
.QueryViewer-chart .highcharts-legend-item text {
	fill: #666;
}
.QueryViewer-chart .highcharts-axis-title tspan {
	fill: #666;
}
.QueryViewer-chart .highcharts-axis-labels text {
	fill: #666;
}
.QueryViewer-chart .highcharts-axis-line {
	stroke: #666;
}
.QueryViewer-chart .highcharts-tick {
	stroke: #666;
}
.QueryViewer-chart .highcharts-data-labels text {
	fill: #666;
}
.QueryViewer-chart .highcharts-tooltip-box {
	fill: #fff;
}
.QueryViewer-chart .highcharts-tooltip text {
	fill: #666;
}
.QueryViewerBar-chart .highcharts-color-0 {
	fill: #008000;
	stroke: #008000;
}
.QueryViewerBar-chart .highcharts-background {
	fill: #fff;
	stroke: #575b5d;
}
.QueryViewerBar-chart .QVTimelineHeaderContainer::before {
	background-color: #fff;
}
.QueryViewerBar-chart .QVTimelineHeader {
	color: #666;
}
.QueryViewerBar-chart .QVTimelineHeader a, .QueryViewerBar-chart  .QVTimelineHeader select {
	color: #666;
}
.QueryViewerBar-chart .highcharts-title tspan {
	fill: #455a64;
}
.QueryViewerBar-chart .highcharts-legend-item text {
	fill: #666;
}
.QueryViewerBar-chart .highcharts-axis-title tspan {
	fill: #666;
}
.QueryViewerBar-chart .highcharts-axis-labels text {
	fill: #666;
}
.QueryViewerBar-chart .highcharts-axis-line {
	stroke: #666;
}
.QueryViewerBar-chart .highcharts-tick {
	stroke: #666;
}
.QueryViewerBar-chart .highcharts-data-labels text {
	fill: #666;
}
.QueryViewerBar-chart .highcharts-tooltip-box {
	fill: #fff;
}
.QueryViewerBar-chart .highcharts-tooltip text {
	fill: #666;
}
.GridPageController .slick-dots li button:before
{
	content: '\2022';
}
.GridPageController .slick-dots li.slick-active button:before
{
	color: #25975a;
}
.GridPageController .slick-prev:before, .GridPageController .slick-next:before
{
	color: #25975a;
}
.GridPageController .slick-prev:before
{
	content: '\2190';
}
.GridPageController .slick-next:before
{
	content: '\2192';
}
.FreeStyleStepsVertical .CompletedStep .TableStepVertical, .FreeStyleStepsVertical .CurrentStep .TableStepVertical 
{
	background-color: #008000;
	text-align: center;
}
.FreeStyleStepsVertical .CompletedStep .StepNumberVertical 
{
	display: none;
}
.FreeStyleStepsVertical .CurrentStep .StepNumberVertical 
{
	color: white;
}
.FreeStyleStepsVertical .CurrentStep .ReadonlyAttributeStepVertical 
{
	color: #008000;
}
.FreeStyleStepsUnderline .CurrentStep .TableStepUnderline 
{
	background-color: #8c8d8e;
	background-image: none;
	height: 26px;
	width: 26px;
	border-style: none;
}
.FreeStyleStepsUnderline .CompletedStep .TableContainerStepUnderline:after, .FreeStyleStepsUnderline .CurrentStep .TableContainerStepUnderline:after 
{
	background-color: #008000;
	left: 0px;
	position: absolute;
	top: 46px;
	height: 5px;
	width: 100%;
	content:"";
	width: calc(100% - 30px);
}
.FreeStyleStepsUnderline>div:first-child .CompletedStep .TableContainerStepUnderline:after, .FreeStyleStepsUnderline>div:first-child .CurrentStep .TableContainerStepUnderline:after 
{
	left: 15px;
	width: calc(100% - 45px);
}
.FreeStyleStepsVertical>div:not(:last-child):not(:first-child):before 
{
	background-color: #eee;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 14px;
	position: absolute;
	top: 5px;
	height: 40px;
	width: 3px;
	content:"";
}
.FreeStyleStepsVertical>div:not(:first-child):not(:last-child) 
{
	padding-top: 50px;
}
.FreeStyleStepsUnderline .CompletedStep .TableStepUnderline 
{
	background-color: #008000;
	margin-right: 5px;
	height: 26px;
	width: 26px;
	text-align: center;
	line-height:26px;
	border-style: none;
}
.FreeStyleStepsUnderline .CompletedStep .TableStepUnderline:before, .FreeStyleStepsVertical .CompletedStep .TableStepVertical:before 
{
	left: 0px;
	font-family: 'font awesome 5 free';
	font-weight: 900;
	color: white;
	content:'\f00c';
}
.FreeStyleStepsUnderline .CompletedStep .TableStepUnderline .StepNumberUnderline 
{
	display: none;
}
.FreeStyleStepsUnderline .CurrentStep .StepNumberUnderline 
{
	color: white;
}
.FreeStyleStepsUnderline .RemainingStep .ReadonlyAttributeStepUnderline 
{
	color: #d9d9d9;
}
.TableStepExtraUnderlineChecked .StepNumberUnderline 
{
	color: #008000;
}
.TableContainerUnderlineExtraBullet 
{
	margin-left: -15px;
	margin-right: 15px;
	line-height:10px;
}
.TableContainerUnderlineExtraBullet .TableStepUnderline 
{
	border-style: none;
	line-height:30px;
}
.FreeStyleStepsLine>div:nth-last-child(2)>div, .FreeStyleStepsProgress>div:nth-last-child(2)>div 
{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.FreeStyleStepsLine>div:first-child>div, .FreeStyleStepsProgress>div:first-child>div 
{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.HTMLClass,HTML[style*="width"] 
{
	background-color: inherit;
}
.dp_container~DIV>.ErrorMessages 
{
	margin-bottom: -2px;
	margin-left: 6px;
	margin-top: 3px;
}
.ActionGroupColoredActions .ButtonExcel 
{
	border-bottom-color: #08743b;
	border-left-color: #08743b;
	border-right-color: #08743b;
	border-top-color: #08743b;
	color: #08743b;
}
.CellFSSplitScreen>div 
{
	padding-right:0 !important;
	overflow-x:hidden;
	overflow-y:auto;
	height:calc(100vh - 267px);
}
.CellFSSplitScreen .FSGridAutoUnselectAll[data-gx-grid-nodata] 
{
	display: none;
}
.ActionGroupColoredActions .ButtonCSV 
{
	border-bottom-color: #f39c12;
	border-left-color: #f39c12;
	border-right-color: #f39c12;
	border-top-color: #f39c12;
	color: #f39c12;
}
.ActionGroupColoredActions .ButtonPDF 
{
	border-bottom-color: #ea4c3a;
	border-left-color: #ea4c3a;
	border-right-color: #ea4c3a;
	border-top-color: #ea4c3a;
	color: #ea4c3a;
}
.ViewCellRightItem>.TextBlock 
{
	padding-left: 3px;
	padding-right: 0px;
	vertical-align: sub;
}
.TableViewCardsCell .TextBlockLink,.TableViewExpanded .TextBlockLink 
{
	top: 41px;
}
.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 
{
	background-color: #008000;
	-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;
	height: 377px;
}
.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 
{
	top: 12px;
	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: Lato,Tahoma,Verdana,sans-serif;
	font-size: 12px;
	color: #627077;
	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;
}
.AttributeFLLabel~div:not(.tooltip) 
{
	width: 100%;
}
.form-horizontal .checkbox 
{
	padding-top: 0px;
}
.form-horizontal .checkbox  LABEL.AttributeFL
{
	margin-bottom: -11px;
	margin-top: 4px;
	padding-left: 26px;
	padding-top: 18px;
	min-height: 47px;
	width: 100%;
}
.AttributeFL.gx-checkbox-wrapper, .ReadonlyAttributeFL.gx-checkbox-wrapper 
{
	margin-bottom: -11px;
	margin-top: 4px;
	padding-left: 26px;
	padding-top: 18px;
	min-height: 47px;
	width: 100%;
}
.ButtonColorFilled:hover, .ButtonColorFilled:focus, .ButtonColorFilledFullWidth:hover, .ButtonColorFilledFullWidth:focus, .ButtonColorFilled:active:focus, .ButtonColorFilledFullWidth:active:focus 
{
	background-color: #2f3d4a;
	color: white;
	box-shadow:none;
}
.ActionGroupColorFilledActions .ColumnsSelector.open>.btn-default 
{
	background-color: #008000;
	border-style: none;
	color: white;
	box-shadow:none;
}
.ActionGroupColorFilledActions .ColumnsSelector> .btn-default,.ActionGroupColorFilledActions>div>input 
{
	background-color: #008000;
	border-style: none;
	margin-right: 3pt;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 16px;
	color: #fff;
	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 
{
	background-color: #2f3d4a;
	border-style: none;
	color: white;
}
.AttributeEmptyValue INPUT::-moz-selection 
{
	background-color: transparent;
}
.TableSplitMasterListRow:hover 
{
	background-color: #f7f7f7;
	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 
{
	background-color: #008000;
	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-color: #fff;
	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: Lato,Tahoma,Verdana,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 
{
	background-color: #fff;
	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;
	word-break: break-all;
}
.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;
	border-bottom-color: transparent !important;
}
.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 
{
	opacity: .5;
	font-size: 14px;
	color: #000;
}
.WorkWith  TR .WWIconActionColumn .ArrowIcon 
{
	background-color: transparent;
	font-size: 16px;
	color: #a0a2a2;
	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  .ActionBaseColorAttribute 
{
	background-color: #e5cccc;
}
.WorkWith  TR .WWColumnDanger  A:focus .ActionBaseColorAttribute 
{
	background-color: #dd4b39;
}
.WorkWith  TR .WWColumnDanger  A:visited
{
	font-weight: bold;
	color: #dd4b39;
}
.WorkWith  TR .WWColumnDanger  A:link
{
	font-weight: bold;
	color: #dd4b39;
}
.WorkWith  TR .WWColumnWarning  .ActionBaseColorAttribute 
{
	background-color: #fed6be;
}
.WorkWith  TR .WWColumnWarning  A:focus .ActionBaseColorAttribute 
{
	background-color: #fb6e52;
}
.WorkWith  TR .WWColumnWarning  A:visited
{
	font-weight: bold;
	color: #fb6e52;
}
.WorkWith  TR .WWColumnWarning  A:link
{
	font-weight: bold;
	color: #fb6e52;
}
.WorkWith  TR .WWColumnSuccess  .ActionBaseColorAttribute 
{
	background-color: #b9ccb7;
}
.WorkWith  TR .WWColumnSuccess  A:focus .ActionBaseColorAttribute 
{
	background-color: #00a65a;
}
.WorkWith  TR .WWColumnSuccess  A:visited
{
	font-weight: bold;
	color: #00a65a;
}
.WorkWith  TR .WWColumnSuccess  A:link
{
	font-weight: bold;
	color: #00a65a;
}
.WorkWith  TR .WWColumnInfo  .ActionBaseColorAttribute 
{
	background-color: #bcdcf5;
}
.WorkWith  TR .WWColumnInfo  A:visited
{
	font-weight: bold;
	color: #3c8dbc;
}
.WorkWith  TR .WWColumnInfo  A:focus .ActionBaseColorAttribute 
{
	background-color: #3c8dbc;
}
.WorkWith  TR .WWColumnInfo  A:link
{
	font-weight: bold;
	color: #008000;
}
.WorkWith  TR .WWColumnGray  .ActionBaseColorAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR .WWColumnGray  A:visited
{
	font-weight: bold;
	color: #808080;
}
.WorkWith  TR .WWColumnGray  A:focus .ActionBaseColorAttribute 
{
	background-color: gray;
}
.WorkWith  TR .WWColumnGray  A:link
{
	font-weight: bold;
	color: #808080;
}
.WorkWith  TR .WWColumnDanger.WWIconActionColumn i 
{
	opacity: 1;
	color: #e5b5b5;
}
.WorkWith  TR .WWActionGroupColumn.WWColumnDanger .dropdown-toggle.btn-default>i 
{
	color: #e5b5b5;
}
.WorkWith  TR .WWActionGroupColumn.WWColumnDanger .dropdown-toggle.btn-default 
{
	border-bottom-color: #e5b5b5;
	border-left-color: #e5b5b5;
	border-right-color: #e5b5b5;
	border-top-color: #e5b5b5;
}
.WorkWith  TR .WWColumnSuccess.WWIconActionColumn i 
{
	opacity: 1;
	color: #a4c2a0;
}
.WorkWith  TR .WWActionGroupColumn.WWColumnSuccess .dropdown-toggle.btn-default>i 
{
	color: #a4c2a0;
}
.WorkWith  TR .WWActionGroupColumn.WWColumnSuccess .dropdown-toggle.btn-default 
{
	border-bottom-color: #a4c2a0;
	border-left-color: #a4c2a0;
	border-right-color: #a4c2a0;
	border-top-color: #a4c2a0;
}
.WorkWith  TR .WWColumnInfo.WWIconActionColumn i 
{
	opacity: 1;
	color: #97c9f1;
}
.WorkWith  TR .WWActionGroupColumn.WWColumnInfo .dropdown-toggle.btn-default>i 
{
	color: #97c9f1;
}
.WorkWith  TR .WWActionGroupColumn.WWColumnInfo .dropdown-toggle.btn-default 
{
	border-bottom-color: #97c9f1;
	border-left-color: #97c9f1;
	border-right-color: #97c9f1;
	border-top-color: #97c9f1;
}
.WorkWith  TR .WWColumnWarning.WWIconActionColumn i 
{
	opacity: 1;
	color: #f9c2a0;
}
.WorkWith  TR .WWActionGroupColumn.WWColumnWarning .dropdown-toggle.btn-default>i 
{
	color: #f9c2a0;
}
.WorkWith  TR .WWActionGroupColumn.WWColumnWarning .dropdown-toggle.btn-default 
{
	border-bottom-color: #f9c2a0;
	border-left-color: #f9c2a0;
	border-right-color: #f9c2a0;
	border-top-color: #f9c2a0;
}
.WorkWith  TR .WWColumnGray.WWIconActionColumn i 
{
	opacity: 1;
	color: #c8c8c8;
}
.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 .WWColumnDanger Select 
{
	border-bottom-color: #e5b5b5;
	border-left-color: #e5b5b5;
	border-right-color: #e5b5b5;
	border-top-color: #e5b5b5;
}
.WorkWith  TR .WWColumnSuccess Select 
{
	border-bottom-color: #a4c2a0;
	border-left-color: #a4c2a0;
	border-right-color: #a4c2a0;
	border-top-color: #a4c2a0;
}
.WorkWith  TR .WWColumnInfo Select 
{
	border-bottom-color: #97c9f1;
	border-left-color: #97c9f1;
	border-right-color: #97c9f1;
	border-top-color: #97c9f1;
}
.WorkWith  TR .WWColumnWarning Select 
{
	border-bottom-color: #f9c2a0;
	border-left-color: #f9c2a0;
	border-right-color: #f9c2a0;
	border-top-color: #f9c2a0;
}
.WorkWith  TR A:focus .WWIconActionColumn i 
{
	color: #008000;
}
.WorkWith  TR A:focus .ActionBaseColorAttribute 
{
	color: #008000;
}
.WorkWith  TR A:focus .DeleteAttribute 
{
	opacity: 1;
	color: #f56a67;
}
.WorkWith  TR A:focus .SelectAttribute 
{
	opacity: 1;
	color: #9ccf70;
}
.WorkWith  TR A:focus .WWActionGroupColumn .Attribute 
{
	color: black;
}
.WorkWith  TR:hover .WWColumnDanger.WWIconActionColumn i 
{
	color: #dd4b39;
}
.WorkWith  TR:hover .WWColumnDanger.WWIconActionColumn:hover i 
{
	color: black;
}
.WorkWith  TR:hover .WWColumnDanger .ConvertToDDO.bootstrap-select>Button.btn-default:hover 
{
	border-bottom-color: #dd4b39;
	border-left-color: #dd4b39;
	border-right-color: #dd4b39;
	border-top-color: #dd4b39;
}
.WorkWith  TR:hover .WWColumnDanger .ConvertToDDO.bootstrap-select>Button.btn-default:hover>i 
{
	color: #dd4b39;
}
.WorkWith  TR:hover .WWColumnDanger .ConvertToDDO.bootstrap-select>Button.btn-default>i 
{
	color: #e5b5b5;
}
.WorkWith  TR:hover .WWColumnGray.WWIconActionColumn i 
{
	color: #dd4b39;
}
.WorkWith  TR:hover .WWColumnGray.WWIconActionColumn:hover i 
{
	color: black;
}
.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 .WWColumnInfo.WWIconActionColumn i 
{
	color: #3c8dbc;
}
.WorkWith  TR:hover .WWColumnInfo.WWIconActionColumn:hover i 
{
	color: black;
}
.WorkWith  TR:hover .WWColumnInfo .ConvertToDDO.bootstrap-select>Button.btn-default:hover 
{
	border-bottom-color: #3c8dbc;
	border-left-color: #3c8dbc;
	border-right-color: #3c8dbc;
	border-top-color: #3c8dbc;
}
.WorkWith  TR:hover .WWColumnInfo .ConvertToDDO.bootstrap-select>Button.btn-default:hover>i 
{
	color: #3c8dbc;
}
.WorkWith  TR:hover .WWColumnInfo .ConvertToDDO.bootstrap-select>Button.btn-default>i 
{
	color: #97c9f1;
}
.WorkWith  TR:hover .WWColumnWarning.WWIconActionColumn i 
{
	color: #fb6e52;
}
.WorkWith  TR:hover .WWColumnWarning.WWIconActionColumn:hover i 
{
	color: black;
}
.WorkWith  TR:hover .WWColumnWarning .ConvertToDDO.bootstrap-select>Button.btn-default:hover 
{
	border-bottom-color: #fb6e52;
	border-left-color: #fb6e52;
	border-right-color: #fb6e52;
	border-top-color: #fb6e52;
}
.WorkWith  TR:hover .WWColumnWarning .ConvertToDDO.bootstrap-select>Button.btn-default:hover>i 
{
	color: #fb6e52;
}
.WorkWith  TR:hover .WWColumnWarning .ConvertToDDO.bootstrap-select>Button.btn-default>i 
{
	color: #f9c2a0;
}
.WorkWith  TR:hover .WWColumnSuccess.WWIconActionColumn i 
{
	color: #00a65a;
}
.WorkWith  TR:hover .WWColumnSuccess.WWIconActionColumn:hover i 
{
	color: black;
}
.WorkWith  TR:hover .WWColumnSuccess .ConvertToDDO.bootstrap-select>Button.btn-default:hover 
{
	border-bottom-color: #00a65a;
	border-left-color: #00a65a;
	border-right-color: #00a65a;
	border-top-color: #00a65a;
}
.WorkWith  TR:hover .WWColumnSuccess .ConvertToDDO.bootstrap-select>Button.btn-default:hover>i 
{
	color: #00a65a;
}
.WorkWith  TR:hover .WWColumnSuccess .ConvertToDDO.bootstrap-select>Button.btn-default>i 
{
	color: #a4c2a0;
}
.WorkWith  TR:hover .WWActionGroupColumn .dropdown-toggle.btn-default>i 
{
	color: #8c8d8e;
}
.WorkWith  TR:hover .WWActionGroupColumn .ConvertToDDO>button 
{
	background-color: transparent;
	border-bottom-color: #8c8d8e;
	border-left-color: #8c8d8e;
	border-right-color: #8c8d8e;
	border-top-color: #8c8d8e;
}
.WorkWith  TR:hover .ConvertToDDO.bootstrap-select>Button.btn-default:hover 
{
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
}
.WorkWith  TR:hover .WWActionGroupColumn .dropdown-toggle.btn-default:hover>i 
{
	color: #008000;
}
.WorkWith  TR:hover .WWIconActionColumn i 
{
	opacity: 1;
	color: #008000;
}
.WorkWith  TR:hover .WWIconActionColumn i:hover 
{
	color: #000;
}
.WorkWith  TR:hover .WWIconActionColumn .ArrowIcon 
{
	background-color: transparent;
	color: #a0a2a2;
}
.WorkWith  TR:hover .WWIconActionColumn .ArrowIcon:hover 
{
	background-color: transparent;
	color: #008000;
}
.WorkWith  TR:hover .ActionBaseColorAttribute 
{
	color: #d9d9d9;
}
.WorkWith  TR:hover .ActionBaseColorAttribute:hover 
{
	color: #008000;
}
.WorkWith  TR:hover .ActionAttribute 
{
	color: #d9d9d9;
}
.WorkWith  TR:hover .DeleteAttribute 
{
	color: #d9d9d9;
}
.WorkWith  TR:hover .DeleteAttribute:hover 
{
	color: black;
}
.WorkWith  TR:hover .ActionAttribute:hover 
{
	color: #006700;
}
.WorkWith  TR:hover .SelectAttribute 
{
	color: #d9d9d9;
}
.WorkWith  TR:hover .SelectAttribute:hover 
{
	color: black;
}
.WorkWith  TR:hover .BlackAttribute 
{
	color: #d9d9d9;
}
.WorkWith  TR:hover .BlackAttribute:hover 
{
	color: black;
}
.WorkWith  TR:hover .WWActionGroupColumn .Attribute 
{
	color: black;
}
.WorkWith  TR:hover .WWColumnDanger .ActionBaseColorAttribute 
{
	background-image: none;
	color: #dd4b39;
}
.WorkWith  TR:hover .WWColumnDanger .ActionBaseColorAttribute:hover 
{
	background-image: none;
	color: black;
}
.WorkWith  TR:hover .WWColumnInfo .ActionBaseColorAttribute 
{
	background-image: none;
	color: #3c8dbc;
}
.WorkWith  TR:hover .WWColumnInfo .ActionBaseColorAttribute:hover 
{
	background-image: none;
	color: black;
}
.WorkWith  TR:hover .WWColumnSuccess .ActionBaseColorAttribute 
{
	background-image: none;
	color: #00a65a;
}
.WorkWith  TR:hover .WWColumnSuccess .ActionBaseColorAttribute:hover 
{
	background-image: none;
	color: black;
}
.WorkWith  TR:hover .WWColumnWarning .ActionBaseColorAttribute 
{
	background-image: none;
	color: #fb6e52;
}
.WorkWith  TR:hover .WWColumnWarning .ActionBaseColorAttribute:hover 
{
	background-image: none;
	color: black;
}
.WorkWith  TR:hover .WWColumnGray .ActionBaseColorAttribute 
{
	color: gray;
}
.WorkWith  TR:hover .WWColumnGray .ActionBaseColorAttribute:hover 
{
	background-image: none;
	color: black;
}
.WorkWith  TR:hover .ExtendedCombo BUTTON:hover 
{
	background-color: transparent;
}
.WorkWith  TR:hover .ExtendedCombo BUTTON 
{
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
}
.WorkWith  TR:hover BUTTON
{
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-top-color: #d9d9d9;
}
.WorkWith  TR:hover BUTTON IMG
{
	opacity: .9;
}
.WorkWith  TR:hover BUTTON:hover
{
	background-color: #d9d9d9;
}
.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: Lato,Tahoma,Verdana,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	height: 42px !important;
}
.UnSelectedTabTable  .A:visited 
{
	color: #008000;
}
.UnSelectedTabTable  A
{
	background-image: none;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #008000;
}
.UnSelectedTabTable  A:hover
{
	color: #008000;
}
.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;
}
.ReadonlyAttribute  A:visited
{
	font-variant: normal;
	color: #008000;
}
.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: Lato,Tahoma,Verdana,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #008000;
}
.UnSelectedTab  A:link
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #008000;
}
.UnSelectedTab  A:hover
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #008000;
}
.UnSelectedTab  A:visited
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #008000;
}
.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 
{
	background-color: #fff;
	border-top-color: #d9d9d9;
	border-style: solid;
	border-width: 1px;
	height: 40px;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.DataContentCell .ReadonlyAttribute, .DataContentCellView .ReadonlyAttribute, .RequiredDataContentCell .ReadonlyAttribute, .DataContentCell .ReadonlyAttributeRealWidth, .DataContentCellView .ReadonlyAttributeRealWidth, .RequiredDataContentCell .ReadonlyAttributeRealWidth 
{
	color: #a0a2a2;
}
.DataContentCell .ReadonlyAttributeDateTime, .DataContentCellView .ReadonlyAttributeDateTime, .RequiredDataContentCell .ReadonlyAttributeDateTime, .DataContentCell .ReadonlyAttributeDateTimeRealWidth, .DataContentCellView .ReadonlyAttributeDateTimeRealWidth, .RequiredDataContentCell .ReadonlyAttributeDateTimeRealWidth 
{
	color: #a0a2a2;
}
.DataContentCell .ReadonlyAttributeDate, .DataContentCellView .ReadonlyAttributeDate, .RequiredDataContentCell .ReadonlyAttributeDate, .DataContentCell .ReadonlyAttributeDateRealWidth, .DataContentCellView .ReadonlyAttributeDateRealWidth, .RequiredDataContentCell .ReadonlyAttributeDateRealWidth 
{
	color: #a0a2a2;
}
.PopupTitle 
{
	padding-left: 18px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #455a64;
}
.btn-yes-DVelop 
{
	background-color: #008000;
	border-bottom-color: #006700;
	border-left-color: #006700;
	border-right-color: #006700;
	border-top-color: #006700;
}
.btn-yes-DVelop:hover 
{
	background-color: #007600;
	border-bottom-color: #006c00;
	border-left-color: #006c00;
	border-right-color: #006c00;
	border-top-color: #006c00;
}
.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;
	color: #575b5d;
}
.ManageFilters button:hover, .ManageFilters .btn-default:active:hover, .ManageFilters .btn-default:focus 
{
	background-color: #f7f7f7;
	color: #575b5d;
}
.ManageFilters.open>.dropdown-toggle.btn-default 
{
	background-color: #fff;
	color: #575b5d;
}
.input-group-btn 
{
	width: auto;
}
.input-group 
{
	border-collapse:collapse;
}
.input-group  .form-control:focus + span.input-group-btn > a.btn 
{
	border-bottom-color: #008000;
	border-style: solid;
	border-bottom-width:2px;
}
.input-group  .ErrorAttributeFL + span.input-group-btn > a.btn 
{
	border-bottom-color: #f56a67;
	border-left-color: #f56a67;
	border-right-color: #f56a67;
	border-top-color: #f56a67;
	border-width: 2px;
	border-left:0;
	border-right:0;
	border-top:0;
}
.input-group  .ErrorAttributeDate + span.input-group-btn>a.btn, .input-group .ErrorAttribute + span.input-group-btn>a.btn 
{
	border-bottom-color: #f56a67;
	border-left-color: #f56a67;
	border-right-color: #f56a67;
	border-top-color: #f56a67;
}
.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  A.btn
{
	border-style: none;
	margin-left: -27px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	z-index: 2;
	height: 34px;
	line-height:17px;
}
.input-group  A.btn-default:focus
{
	background-color: #fff;
	border-bottom-color: #d9d9d9;
}
.input-group  A.btn-default:hover
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	padding-left: 6px;
	z-index: 6;
}
.DVBootstrapResponsivePanel 
{
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
}
.DVBootstrapResponsivePanel>.panel-heading>.panel-title 
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	color: #444;
}
.DVBootstrapResponsivePanel>.panel-heading>.panel-title  A
{
	color: #444;
}
.DVBootstrapResponsivePanel>.panel-heading+.panel-collapse>.panel-body 
{
	border-top-color: #d7dfe3;
}
.DVBootstrapResponsivePanel>.panel-heading 
{
	background-color: #f7f7f7;
	width:100% !important;
}
.Button:hover 
{
	background-color: #007600;
	border-bottom-color: #006c00;
	border-left-color: #006c00;
	border-right-color: #006c00;
	border-top-color: #006c00;
	color: #fff;
}
.Button:focus, .Button:active, .Button:active:focus 
{
	background-color: #007600;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	box-shadow: 0px 0px 8px #006700;
	color: #fff;
}
.btn-default:focus 
{
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	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-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 
{
	background-color: #fff;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-top: 7px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	color: #575b5d;
}
.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;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-top-color: #d9d9d9;
	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;
	color: #d9d9d9;
}
.ConvertToDDO .dropdown-menu.open li a 
{
	padding-left: 10px;
}
.ConvertToDDO .dropdown-menu.open 
{
	top: 22px;
}
.ConvertToDDO .dropdown-menu.open  A:hover
{
	background-color: #f7f7f7;
	color: #008000;
}
.ConvertToDDO .dropdown-menu.open i 
{
	width: 24px;
}
.ConvertToDDO.open>Button.btn-default:focus 
{
	background-color: transparent;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	color: #008000;
}
.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 .ActionBaseColorAttribute 
{
	background-color: #008000;
}
.FreeStyleGridWithHeader  TR A:focus .DeleteAttribute 
{
	background-color: #f56a67;
}
.FreeStyleGridWithHeader  TR A:focus .SelectAttribute 
{
	background-color: #9ccf70;
}
.FreeStyleGridWithHeader  TR A:focus .WWActionGroupColumn .Attribute 
{
	color: black;
}
.FreeStyleGridWithHeader  TR:hover .ActionBaseColorAttribute 
{
	background-color: #d9d9d9;
}
.FreeStyleGridWithHeader  TR:hover .ActionBaseColorAttribute:hover 
{
	background-color: #008000;
}
.FreeStyleGridWithHeader  TR:hover .ActionAttribute 
{
	background-color: #d9d9d9;
}
.FreeStyleGridWithHeader  TR:hover .DeleteAttribute 
{
	background-color: #d9d9d9;
}
.FreeStyleGridWithHeader  TR:hover .DeleteAttribute:hover 
{
	background-color: #f56a67;
}
.FreeStyleGridWithHeader  TR:hover .ActionAttribute:hover 
{
	background-color: #006700;
}
.FreeStyleGridWithHeader  TR:hover .SelectAttribute 
{
	background-color: #d9d9d9;
}
.FreeStyleGridWithHeader  TR:hover .SelectAttribute:hover 
{
	background-color: #9ccf70;
}
.FreeStyleGridWithHeader  TR:hover .BlackAttribute 
{
	background-color: #d9d9d9;
}
.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;
	color: #f39c12;
}
.ErrorViewerBullet  .gx-error-message 
{
	background-image: url(../ErrorIcon.png);
	background-repeat: no-repeat;
	padding-bottom: 4px;
	padding-left: 25px;
	padding-top: 4px;
	display: block;
	color: #f56a67;
}
.TableMerged .form-group 
{
	margin-bottom: 0px;
}
.ColumnSettings 
{
	margin-left: 5px;
	padding-left: 5px;
	position: static;
	font-family: BeVietnam-Regular;
	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 
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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  .LiFilterSelected 
{
	margin-left: 5px;
	margin-right: 15px;
	margin-top: 10px;
}
.ColumnSettings  .FilterOptionsMultiSelection  LI
{
	padding-left: 5px;
}
.ColumnSettings  .input-group i 
{
	color: #999;
	text-indent: 0px;
}
.ColumnSettings  .input-group>input.Attribute 
{
	padding-right: 30px;
}
.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;
	color: #575b5d;
}
.FilterOptions  UL A:active
{
	color: #575b5d;
}
.FilterOptions  UL LI:hover
{
	background-color: #f7f7f7;
	color: #575b5d;
}
.FilterOptions  UL A
{
	clear: both;
	padding-bottom: 3px;
	padding-left: 36px;
	padding-right: 10px;
	padding-top: 3px;
	min-height: 25px;
	display: block;
	font-size: 10pt;
	text-decoration: none;
	color: #575b5d;
	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 
{
	background-color: #fff;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.TableWizardStepsArrow .gx-tab-padding-fix-1 
{
	background-color: #fff;
	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  .pagination>li>a:focus, .PaginationBar .pagination>li>a:hover, .PaginationBar .pagination>li>span:focus, .PaginationBar .pagination>li>span:hover 
{
	background-color: #f5f5f5;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-top-color: #d9d9d9;
	color: #008000;
}
.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 .disabled  A
{
	background-color: #f7f7f7;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-top-color: #d9d9d9;
}
.PaginationBar  UL .disabled  A:hover
{
	background-color: #f7f7f7;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-top-color: #d9d9d9;
}
.PaginationBar  UL .active A 
{
	background-color: #008000;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	z-index: 2;
	color: white;
}
.PaginationBar  UL .active A:focus 
{
	background-color: #008000;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	z-index: 0;
	color: white;
}
.PaginationBar  UL .active A:hover 
{
	background-color: #008000;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	color: white;
}
.PaginationBar  UL LI A
{
	background-color: #fff;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-top-color: #d9d9d9;
	color: #008000;
}
.PaginationBarEmptyGrid  .PaginationBarCaption 
{
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	font-size: 12pt;
	color: #000;
}
.WWColumnDanger P SPAN 
{
	color: #dd4b39;
}
.WWColumnSuccess P SPAN 
{
	color: #00a65a;
}
.WWColumnWarning P SPAN 
{
	color: #fb6e52;
}
.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;
}
.WWColumnInfo P SPAN 
{
	color: #3c8dbc;
}
.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: #008000;
}
.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 
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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;
	color: #627077;
	box-shadow:none;
	line-height:17px;
}
.ActionGroupGrouped>div>i 
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	border-style: solid;
	border-width: 1px;
	padding-left: 8px;
	padding-right: 8px;
	color: #627077;
	vertical-align: middle;
	line-height:29px;
}
.TableWizardSteps TD 
{
	vertical-align: top;
}
.form-control:focus 
{
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	padding-bottom: 5px;
	box-shadow:none;
	border-bottom-width:2px;
}
.AttributeManageFilters:focus 
{
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	outline:0;
}
.TableActionsCellLogin INPUT 
{
	width: 100%;
}
.page-content.MasterFooterCellFixedVM 
{
	margin-left: 0px;
	padding-left: 240px;
	padding-right: 15px;
	min-height: 0px;
}
.page-content.MasterFooterCellFixedVM.menu-compact 
{
	margin-left: 0px;
	padding-left: 63px;
	padding-right: 15px;
	min-height: 0px;
}
.page-content.MasterFooterCellVM 
{
	margin-left: 0px;
	padding-left: 255px;
	padding-right: 15px;
	min-height: 0px;
}
.page-content.MasterFooterCellVM.menu-compact 
{
	margin-left: 0px;
	padding-left: 78px;
	padding-right: 15px;
	min-height: 0px;
}
.menu-compact .CellTitleMasterFixed 
{
	margin-left: 47px;
}
.page-sidebar:before 
{
	background-color: #222d32;
}
.page-sidebar.sidebar-fixed:before 
{
	top:50px !important;
}
.CellTableContentMasterVertMenuNotFixed.menu-compact 
{
	width:calc(100% - 62px);
}
.slimScrollDiv .slimScrollBar 
{
	z-index:  1000 !important;
}
.page-sidebar.menu-compact .liExpanded 
{
	width: 260px !important;
	background-color: transparent !important;
}
.page-sidebar.menu-compact .liExpanded  UL.sidebar-menu
{
	padding-right: 209px;
	width:254px !important;
}
.page-sidebar 
{
	background-color: #1e282c;
	z-index: 3;
}
.page-sidebar  .sidebar-header-wrapper.show-hide-menu 
{
	color: #b8c7ce;
}
.page-sidebar  .sidebar-menu a .menu-expand:before 
{
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}
.page-sidebar  .sidebar-menu 
{
	padding-bottom: 20px;
}
.page-sidebar  .sidebar-menu  .submenu 
{
	background-color: #2c3b41;
}
.page-sidebar  .sidebar-menu  .submenu  LI.active>a
{
	background-color: #2c3b41;
	color: #fff;
}
.page-sidebar  .sidebar-menu  .submenu>li .submenu 
{
	border-bottom-color: #889097;
	border-top-color: #889097;
	border-style: solid;
	border-width: 1px;
	border-left:0;
	border-right:0;
}
.page-sidebar  .sidebar-menu  LI.menuGroupTitle
{
	background-color: #1a2226;
	border-top-color: #222d32;
	border-style: solid;
	border-width: 1px;
	margin-top: 5px;
	padding-bottom: 11px;
	padding-left: 10px;
	padding-right: 25px;
	padding-top: 11px;
	z-index: 123;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #4b646f;
	text-transform: uppercase;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.page-sidebar  .sidebar-menu  A
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	color: #b8c7ce;
}
.page-sidebar  .sidebar-menu  A .menu-expand 
{
	color: #b8c7ce;
}
.page-sidebar  .sidebar-menu  A:hover
{
	color: #fff;
}
.page-sidebar  .sidebar-menu  LI:before
{
	background-color: #008000;
	content:unset !important;
}
.page-sidebar  .sidebar-menu  LI.open
{
	background-color: #1e282c;
}
.page-sidebar  .sidebar-menu  LI.open>a
{
	color: #fff;
}
.page-sidebar  .sidebar-menu  LI.active>a
{
	background-color: #1e282c;
	color: #fff;
}
.page-sidebar  .sidebar-menu>li>a:hover 
{
	background-color: #1e282c;
	border-bottom-color: #222d32;
	border-left-color: #222d32;
	border-right-color: #222d32;
	border-top-color: #222d32;
}
.page-sidebar  .sidebar-menu>li>a 
{
	border-top-color: #222d32;
	border-style: solid;
	border-width: 1px;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.page-sidebar  .sidebar-menu>li:last-child>a 
{
	border-bottom-color: #222d32;
	border-style: solid;
	border-width: 1px;
	border-right:0;
	border-left:0;
}
.page-sidebar  .sidebar-menu>li> .submenu 
{
	background-color: #2c3b41;
}
.page-sidebar  .sidebar-menu>li> .submenu  A
{
	color: #889097;
}
.page-sidebar  .sidebar-menu>li> .submenu  A:hover
{
	color: #fff;
}
.page-sidebar  .sidebar-menu .submenu >li.open>a 
{
	background-color: #1e282c;
}
.page-sidebar  .sidebar-menu>li.open>a 
{
	background-color: #1e282c;
	border-top-color: #222d32;
}
.page-sidebar  .sidebar-menu>li>.submenu>li>a:before 
{
	background-color: #2c3b41;
	border-bottom-color: #889097;
	border-left-color: #889097;
	border-right-color: #889097;
	border-top-color: #889097;
}
.page-sidebar  .sidebar-menu > li > .submenu > li.active > a:before 
{
	background-color: #5cb85c;
	border-bottom-color: #5cb85c;
	border-left-color: #5cb85c;
	border-right-color: #5cb85c;
	border-top-color: #5cb85c;
}
.page-sidebar  .sidebar-menu > li > .submenu:before 
{
	border-left-color: #889097;
	border-style: solid;
	border-width: 2px;
	border-right:0;
	border-top:0;
	border-bottom:0;
}
.page-sidebar  .sidebar-menu>li>a:focus 
{
	background-color: #1e282c;
}
.page-sidebar  .user-info-first 
{
	color: #fff;
}
.page-sidebar  .slimScrollDiv 
{
	background-color: #222d32;
	z-index: 1001 ;
}
.page-sidebar  .searchinput 
{
	background-color: #374850;
	border-bottom-color: #374850;
	border-left-color: #374850;
	border-right-color: #374850;
	border-top-color: #374850;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	color: #fff;
}
.page-sidebar  .searchhelper 
{
	background-color: #374850;
}
.page-sidebar  .searchresult 
{
	background-color: #374850;
}
.page-sidebar  .searchinput:focus 
{
	background-color: #fff;
	color: #666;
}
.page-sidebar  .searchicon 
{
	color: #889097;
}
.page-sidebar  .searchreset 
{
	display: none;
	color: #889097;
}
.page-sidebar  .sidebar-header-wrapper 
{
	background-color: #1e282c;
}
.page-sidebar  .user-info-second 
{
	color: #888;
}
.page-sidebar  .user-info .user-text 
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
}
.page-sidebar.sidebar-fixed 
{
	top:50px !important;
	z-index:1010 !important;
}
.page-sidebar.menu-compact  .sidebar-menu > li > a.menu-dropdown > .menu-text 
{
	background-color: #222d32;
}
.page-sidebar.menu-compact  .sidebar-menu > li > a:hover 
{
	background-color: #222d32;
}
.page-sidebar.menu-compact  .sidebar-menu > li > .submenu 
{
	background-color: #2c3b41;
	border-left-color: #222d32;
	border-style: solid;
	border-width: 1px;
	border-top:0;
	border-bottom:0;
	border-right:0;
}
.page-sidebar.menu-compact  .sidebar-menu > li > .submenu li:hover 
{
	background-color: #222d32;
}
.page-sidebar.menu-compact  .sidebar-menu > li > a .menu-text 
{
	background-color: #222d32;
}
.menu-collapser 
{
	border-bottom-color: #fff;
	border-style: solid;
	border-width: 1px;
	max-width: 20%;
	display: flex;
	color: #fff;
	border-top:0;
	border-left:0;
	border-right:0;
}
.DropDownOptionsHeader  .dropdown-menu 
{
	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;
	max-height: 50px;
	min-height: 48px;
	font-family: muli,sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.DropDownOptionsHeader  .btn-default:focus 
{
	box-shadow: 0px;
}
.DropDownOptionsHeader  .btn-default:hover 
{
	background-color: #e6e6e6;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.14);
	height: 34px;
	transition:all 250ms cubic-bezier(0.23, 1, 0.32, 1) 10ms;
}
.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  .dropdown-menu>li>a:hover 
{
	background-color: #008000;
	color: white;
}
.DropDownOptionsHeader.btn-group.open .dropdown-toggle 
{
	background-color: #008000;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.12) inset;
	color: white;
}
.DropDownOptionsHeader.btn-group.open .dropdown-toggle  .btn-group.open .dropdown-toggle 
{
	background-color: #008000;
	box-shadow: 0px 0px 0px 0px;
	max-height: 50px;
	color: #fff;
	box-shadow:none;
}
.ButtonAsLink:hover, .ButtonAsLink:focus, .ButtonAsLinkBold:hover, .ButtonAsLinkBold:focus 
{
	background-color: transparent;
	box-shadow: 0px 0px 0px 0px;
	font-weight: bold;
	color: #000;
	outline:0;
}
.MainContainerWithFooter>.row 
{
	height: 100%;
}
.MainContainerWithFooter>.row>DIV 
{
	height: 100%;
}
.MainContainerWithFooter>.row:nth-child(2) 
{
	position: absolute;
	top: -10px;
	height: 0px;
}
.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 
{
	background-color: #fff;
	border-bottom: 3px;
	border-bottom-color: #627077;
	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: Lato,Tahoma,Verdana,sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #627077;
}
.PanelWithBorder>.panel-heading>.panel-title  A
{
	color: #627077;
}
.PanelFilled>.panel-heading>.panel-title 
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
}
.PanelFilled>.panel-heading>.panel-title>A 
{
	color: #fff;
}
.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;
}
.PanelWithBorder.Panel_Danger>DIV>.panel-title>SPAN,.PanelWithBorder.Panel_Danger>DIV>.panel-title>A,.PanelCard_GrayTitle.Panel_Danger>.panel-heading>.panel-title>SPAN,.PanelCard_GrayTitle.Panel_Danger>.panel-heading>.panel-title>A,.DVBootstrapResponsivePanel.Panel_Danger>.panel-heading>.panel-title>SPAN,.DVBootstrapResponsivePanel.Panel_Danger>.panel-heading>.panel-title>A 
{
	color: #dd4b39;
}
.PanelWithBorder.Panel_Warning>DIV>.panel-title>SPAN,.PanelWithBorder.Panel_Warning>DIV>.panel-title>A,.PanelCard_GrayTitle.Panel_Warning>.panel-heading>.panel-title>SPAN,.PanelCard_GrayTitle.Panel_Warning>.panel-heading>.panel-title>A,.DVBootstrapResponsivePanel.Panel_Warning>.panel-heading>.panel-title>SPAN,.DVBootstrapResponsivePanel.Panel_Warning>.panel-heading>.panel-title>A 
{
	color: #f39c12;
}
.PanelWithBorder.Panel_Info>DIV>.panel-title>SPAN,.PanelWithBorder.Panel_Info>DIV>.panel-title>A,.PanelCard_GrayTitle.Panel_Info>.panel-heading>.panel-title>SPAN,.PanelCard_GrayTitle.Panel_Info>.panel-heading>.panel-title>A,.DVBootstrapResponsivePanel.Panel_Info>.panel-heading>.panel-title>SPAN,.DVBootstrapResponsivePanel.Panel_Info>.panel-heading>.panel-title>A 
{
	color: #3c8dbc;
}
.PanelWithBorder.Panel_Success>DIV>.panel-title>SPAN,.PanelWithBorder.Panel_Success>DIV>.panel-title>A,.PanelCard_GrayTitle.Panel_Success>.panel-heading>.panel-title>SPAN,.PanelCard_GrayTitle.Panel_Success>.panel-heading>.panel-title>A,.DVBootstrapResponsivePanel.Panel_Success>.panel-heading>.panel-title>SPAN,.DVBootstrapResponsivePanel.Panel_Success>.panel-heading>.panel-title>A 
{
	color: #00a65a;
}
.PanelWithBorder.Panel_BaseColor>DIV>.panel-title>SPAN,.PanelWithBorder.Panel_BaseColor>DIV>.panel-title>A,.PanelCard_GrayTitle.Panel_BaseColor>.panel-heading>.panel-title>SPAN,.PanelCard_GrayTitle.Panel_BaseColor>.panel-heading>.panel-title>A,.DVBootstrapResponsivePanel.Panel_BaseColor>.panel-heading>.panel-title>SPAN,.DVBootstrapResponsivePanel.Panel_BaseColor>.panel-heading>.panel-title>A 
{
	color: #008000;
}
.PanelWithBorder.Panel_InfoLight>DIV>.panel-title>SPAN,.PanelWithBorder.Panel_InfoLight>DIV>.panel-title>A,.PanelCard_GrayTitle.Panel_InfoLight>.panel-heading>.panel-title>SPAN,.PanelCard_GrayTitle.Panel_InfoLight>.panel-heading>.panel-title>A,.DVBootstrapResponsivePanel.Panel_InfoLight>.panel-heading>.panel-title>SPAN,.DVBootstrapResponsivePanel.Panel_InfoLight>.panel-heading>.panel-title>A 
{
	color: #00c0ef;
}
.PanelWithBorder.Panel_Danger>DIV.panel-heading 
{
	border-bottom-color: #dd4b39;
}
.PanelWithBorder.Panel_Warning>DIV.panel-heading 
{
	border-bottom-color: #f39c12;
}
.PanelWithBorder.Panel_Info>DIV.panel-heading 
{
	border-bottom-color: #3c8dbc;
}
.PanelWithBorder.Panel_Success>DIV.panel-heading 
{
	border-bottom-color: #00a65a;
}
.PanelWithBorder.Panel_BaseColor>DIV.panel-heading 
{
	border-bottom-color: #008000;
}
.PanelWithBorder.Panel_InfoLight>DIV.panel-heading 
{
	border-bottom-color: #00c0ef;
}
.PanelCard.Panel_Danger>DIV.panel-heading>.panel-title SPAN 
{
	background-color: #dd4b39;
	box-shadow: 0px 7px 10px -5px #e5b5b5;
}
.PanelCard.Panel_Warning>DIV.panel-heading>.panel-title SPAN 
{
	background-color: #f39c12;
	box-shadow: 0px 7px 10px -5px #f9c2a0;
}
.PanelCard.Panel_Info>DIV.panel-heading>.panel-title SPAN 
{
	background-color: #3c8dbc;
	box-shadow: 0px 7px 10px -5px #97c9f1;
}
.PanelCard.Panel_Success>DIV.panel-heading>.panel-title SPAN 
{
	background-color: #00a65a;
	box-shadow: 0px 7px 10px -5px #a4c2a0;
}
.PanelCard.Panel_BaseColor>DIV.panel-heading>.panel-title SPAN 
{
	background-color: #006c00;
	box-shadow: 0px 7px 10px -5px #28a828;
}
.PanelCard.Panel_InfoLight>DIV.panel-heading>.panel-title SPAN 
{
	background-color: #00c0ef;
	box-shadow: 0px 7px 10px -5px #97c9f1;
}
.PanelFilled>DIV.panel-heading 
{
	background-color: #627077;
	border-bottom-color: #627077;
}
.PanelFilled.Panel_Danger>DIV.panel-heading 
{
	background-color: #dd4b39;
	border-bottom-color: #dd4b39;
}
.PanelFilled.Panel_Warning>DIV.panel-heading 
{
	background-color: #f39c12;
	border-bottom-color: #f39c12;
}
.PanelFilled.Panel_Info>DIV.panel-heading 
{
	background-color: #3c8dbc;
	border-bottom-color: #3c8dbc;
}
.PanelFilled.Panel_Success>DIV.panel-heading 
{
	background-color: #00a65a;
	border-bottom-color: #00a65a;
}
.PanelFilled.Panel_BaseColor>DIV.panel-heading 
{
	background-color: #008000;
	border-bottom-color: #008000;
}
.PanelFilled.Panel_InfoLight>DIV.panel-heading 
{
	background-color: #00c0ef;
	border-bottom-color: #00c0ef;
}
.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;
}
.AttributeColorDanger,.form-control-static span.AttributeColorDanger,label.gx-label.AttributeLabelColorDangerLabel,span.AttributeLabelColorDangerLabel,.AttributeColorDangerDate,.form-control-static span.AttributeColorDangerDate,label.gx-label.AttributeLabelColorDangerDateLabel,span.AttributeLabelColorDangerDateLabel,.AttributeColorDangerDateTime,.form-control-static span.AttributeColorDangerDateTime,label.gx-label.AttributeLabelColorDangerDateTimeLabel,span.AttributeLabelColorDangerDateTimeLabel,.AttributeColorDangerCheckBox,.form-control-static span.AttributeColorDangerCheckBox,label.gx-label.AttributeLabelColorDangerCheckBoxLabel,span.AttributeLabelColorDangerCheckBoxLabel 
{
	color: #dd4b39;
}
.AttributeColorWarning,.form-control-static span.AttributeColorWarning,label.gx-label.AttributeLabelColorWarningLabel,span.AttributeLabelColorWarningLabel,.AttributeColorWarningDate,.form-control-static span.AttributeColorWarningDate,label.gx-label.AttributeLabelColorWarningDateLabel,span.AttributeLabelColorWarningDateLabel,.AttributeColorWarningDateTime,.form-control-static span.AttributeColorWarningDateTime,label.gx-label.AttributeLabelColorWarningDateTimeLabel,span.AttributeLabelColorWarningDateTimeLabel,.AttributeColorWarningCheckBox,.form-control-static span.AttributeColorWarningCheckBox,label.gx-label.AttributeLabelColorWarningCheckBoxLabel,span.AttributeLabelColorWarningCheckBoxLabel 
{
	color: #f39c12;
}
.AttributeColorInfo,.form-control-static span.AttributeColorInfo,label.gx-label.AttributeLabelColorInfoLabel,span.AttributeLabelColorInfoLabel,.AttributeColorInfoDate,.form-control-static span.AttributeColorInfoDate,label.gx-label.AttributeLabelColorInfoDateLabel,span.AttributeLabelColorInfoDateLabel,.AttributeColorInfoDateTime,.form-control-static span.AttributeColorInfoDateTime,label.gx-label.AttributeLabelColorInfoDateTimeLabel,span.AttributeLabelColorInfoDateTimeLabel,.AttributeColorInfoCheckBox,.form-control-static span.AttributeColorInfoCheckBox,label.gx-label.AttributeLabelColorInfoCheckBoxLabel,span.AttributeLabelColorInfoCheckBoxLabel 
{
	color: #3c8dbc;
}
.AttributeColorSuccess,.form-control-static span.AttributeColorSuccess,label.gx-label.AttributeLabelColorSuccessLabel,span.AttributeLabelColorSuccessLabel,.AttributeColorSuccessDate,.form-control-static span.AttributeColorSuccessDate,label.gx-label.AttributeLabelColorSuccessDateLabel,span.AttributeLabelColorSuccessDateLabel,.AttributeColorSuccessDateTime,.form-control-static span.AttributeColorSuccessDateTime,label.gx-label.AttributeLabelColorSuccessDateTimeLabel,span.AttributeLabelColorSuccessDateTimeLabel,.AttributeColorSuccessCheckBox,.form-control-static span.AttributeColorSuccessCheckBox,label.gx-label.AttributeLabelColorSuccessCheckBoxLabel,span.AttributeLabelColorSuccessCheckBoxLabel 
{
	color: #00a65a;
}
.AttributeColorBaseColor,.form-control-static span.AttributeColorBaseColor,label.gx-label.AttributeLabelColorBaseColorLabel,span.AttributeLabelColorBaseColorLabel,.AttributeColorBaseColorDate,.form-control-static span.AttributeColorBaseColorDate,label.gx-label.AttributeLabelColorBaseColorDateLabel,span.AttributeLabelColorBaseColorDateLabel,.AttributeColorBaseColorDateTime,.form-control-static span.AttributeColorBaseColorDateTime,label.gx-label.AttributeLabelColorBaseColorDateTimeLabel,span.AttributeLabelColorBaseColorDateTimeLabel,.AttributeColorBaseColorCheckBox,.form-control-static span.AttributeColorBaseColorCheckBox,label.gx-label.AttributeLabelColorBaseColorCheckBoxLabel,span.AttributeLabelColorBaseColorCheckBoxLabel 
{
	color: #008000;
}
.AttributeColorInfoLight,.form-control-static span.AttributeColorInfoLight,label.gx-label.AttributeLabelColorInfoLightLabel,span.AttributeLabelColorInfoLightLabel,.AttributeColorInfoLightDate,.form-control-static span.AttributeColorInfoLightDate,label.gx-label.AttributeLabelColorInfoLightDateLabel,span.AttributeLabelColorInfoLightDateLabel,.AttributeColorInfoLightDateTime,.form-control-static span.AttributeColorInfoLightDateTime,label.gx-label.AttributeLabelColorInfoLightDateTimeLabel,span.AttributeLabelColorInfoLightDateTimeLabel,.AttributeColorInfoLightCheckBox,.form-control-static span.AttributeColorInfoLightCheckBox,label.gx-label.AttributeLabelColorInfoLightCheckBoxLabel,span.AttributeLabelColorInfoLightCheckBoxLabel 
{
	color: #00c0ef;
}
.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;
}
.ColumnHighlightBackground 
{
	background-color: #f7f7f7;
}
.ColumnLeftDivision 
{
	box-shadow: 2px 0px 0px 0px #d9d9d9 inset;
}
.gx-grid th.ColumnColorDanger>span,th.ColumnColorDanger .ColumnSettingsContainer>span, td.ColumnColorDanger span 
{
	color: #dd4b39;
}
.gx-grid th.ColumnColorWarning>span,th.ColumnColorWarning .ColumnSettingsContainer>span, td.ColumnColorWarning span 
{
	color: #f39c12;
}
.gx-grid th.ColumnColorInfo>span,th.ColumnColorInfo .ColumnSettingsContainer>span, td.ColumnColorInfo span 
{
	color: #3c8dbc;
}
.gx-grid th.ColumnColorSuccess>span,th.ColumnColorSuccess .ColumnSettingsContainer>span, td.ColumnColorSuccess span 
{
	color: #00a65a;
}
.gx-grid th.ColumnColorBaseColor>span,th.ColumnColorBaseColor .ColumnSettingsContainer>span, td.ColumnColorBaseColor span 
{
	color: #008000;
}
.gx-grid th.ColumnColorInfoLight>span,th.ColumnColorInfoLight .ColumnSettingsContainer>span, td.ColumnColorInfoLight span 
{
	color: #00c0ef;
}
.ColumnAlignLeft 
{
	text-align:left !important;
}
.ColumnAlignCenter 
{
	text-align:center !important;
}
.ColumnAlignRight 
{
	text-align:right !important;
}
.ColumnLeftDivision.ColumnColorDanger 
{
	box-shadow: 2px 0px 0px 0px #dd4b39 inset;
}
.ColumnLeftDivision.ColumnColorWarning 
{
	box-shadow: 2px 0px 0px 0px #f39c12 inset;
}
.ColumnLeftDivision.ColumnColorInfo 
{
	box-shadow: 2px 0px 0px 0px #3c8dbc inset;
}
.ColumnLeftDivision.ColumnColorSuccess 
{
	box-shadow: 2px 0px 0px 0px #00a65a inset;
}
.ColumnLeftDivision.ColumnColorBaseColor 
{
	box-shadow: 2px 0px 0px 0px #008000 inset;
}
.ColumnLeftDivision.ColumnColorInfoLight 
{
	box-shadow: 2px 0px 0px 0px #00c0ef inset;
}
.ButtonPDF:hover, .ButtonPDF:focus, .ButtonPDF:active 
{
	background-color: #ea4c3a;
	border-bottom-color: #ea4c3a;
	border-left-color: #ea4c3a;
	border-right-color: #ea4c3a;
	border-top-color: #ea4c3a;
	color: white;
}
.ButtonExcel:hover, .ButtonExcel:focus, .ButtonExcel:active 
{
	background-color: #08743b;
	border-bottom-color: #08743b;
	border-left-color: #08743b;
	border-right-color: #08743b;
	border-top-color: #08743b;
	color: white;
}
.ButtonCSV:hover, .ButtonCSV:focus, .ButtonCSV:active 
{
	background-color: #f39c12;
	border-bottom-color: #f39c12;
	border-left-color: #f39c12;
	border-right-color: #f39c12;
	border-top-color: #f39c12;
	color: white;
}
.form-control-static 
{
	padding-bottom: 0px;
	padding-top: 0px;
	min-height: 0px;
}
.form-control 
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.gx-row-selected A:link 
{
	color: #007600;
}
.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;
}
.WorkWith .WWColumnTagSuccess P SPAN 
{
	background-color: #00a65a;
}
.WorkWith .WWColumnTagWarning P SPAN 
{
	background-color: #f39c12;
}
.WorkWith .WWColumnTagInfoLight P SPAN 
{
	background-color: #00c0ef;
}
.WorkWith .WWColumnTagDanger P SPAN 
{
	background-color: #dd4b39;
}
.PanelCard_GrayTitle 
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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: Lato,Tahoma,Verdana,sans-serif;
	font-weight: 400;
	color: #455a64;
	text-transform: uppercase;
	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 
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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: Lato,Tahoma,Verdana,sans-serif;
	font-size: 1.3em;
	font-weight: 300;
	color: #fff;
}
.PanelCard>DIV.panel-heading>.panel-title SPAN 
{
	background-color: #627077;
	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 #627077;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.PanelCard>DIV.panel-heading>.panel-title A 
{
	z-index: 1;
	color: #fff;
}
.EditableGridCell_LinedAtts tbody>tr.WorkWithOdd 
{
	border-style: none;
}
.page-content.MasterFooterCellVMSidebarImage 
{
	margin-left: 0px;
	padding-left: 290px;
	padding-right: 15px;
	z-index: 3;
	min-height: 0px;
}
.page-content.MasterFooterCellVMSidebarImage.menu-compact 
{
	margin-left: 0px;
	padding-left: 110px;
	padding-right: 15px;
	min-height: 0px;
}
.page-content.MasterFooterCellFixedVMSidebarImage 
{
	margin-left: 0px;
	padding-left: 275px;
	padding-right: 15px;
	z-index: 3;
	min-height: 0px;
}
.page-content.MasterFooterCellFixedVMSidebarImage.menu-compact 
{
	margin-left: 0px;
	padding-left: 95px;
	padding-right: 15px;
	min-height: 0px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image 
{
	background-image: none;
	padding-top: 65px;
	width: 260px;
	background-size:cover;
	top:0 !important;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu LI.menuGroupTitle 
{
	background-color: transparent;
	border-top: 0;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-top: 25px;
	font-size: 13px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-header-wrapper.show-hide-menu 
{
	height: 40px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li>a 
{
	border-style: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 10px;
	padding-bottom: 8px;
	padding-left: 13px;
	padding-top: 8px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu a .menu-icon 
{
	padding-right: 20px;
	position: relative;
	top: 2px;
	font-size: 18px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu a 
{
	min-height: 36px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height:36px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu a  .menu-expand 
{
	line-height:22px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li>a:hover 
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu LI.open 
{
	background-color: transparent;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li>.submenu A:hover 
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li>.submenu 
{
	background-color: transparent;
	margin-top: 20px;
	box-shadow:none;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li.open>a  .page-sidebar.sidebar-fixed.sidebar-back-image 
{
	background-image: url(../BECD.jpg);
	padding-top: 50px;
	top: 0px;
	width: 260px;
	background-size:cover;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li.open>a  .page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li>a 
{
	border-style: none;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-top: 8px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li.open>a  .page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu a .menu-icon 
{
	padding-right: 20px;
	font-size: 18px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li.open>a  .page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu a 
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 14px;
	color: rgba(255,255,255,0.8);
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li.open>a  .page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu a  .menu-expand 
{
	color: rgba(255,255,255,0.8);
	line-height:22px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li.open>a  .page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li>a:hover 
{
	background-color: rgba(238,238,238,0.13);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	color: rgba(255,255,255,0.8);
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li.open>a  .page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu LI.open 
{
	background-color: transparent;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li.open>a  .page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li>.submenu A:hover 
{
	background-color: rgba(238,238,238,0.13);
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li.open>a  .page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li>.submenu 
{
	background-color: transparent;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li>.submenu:before 
{
	border-style: none;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu > li > .submenu > li > a:before 
{
	background-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu .submenu>li.open>a 
{
	background-color: rgba(238,238,238,0.13);
	margin-left: 10px;
	margin-right: 15px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu .submenu 
{
	background-color: white;
	background-image: none;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu LI:before 
{
	background-color: transparent;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li>.submenu A 
{
	margin-bottom: 10px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu li:not(.open):hover:before 
{
	background-color:Transparent !important;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu .submenu > li > a 
{
	margin-left: 10px;
	margin-right: 15px;
	padding-bottom: 0px;
	padding-left: 52px;
	padding-top: 0px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu .submenu>li .submenu 
{
	border-bottom-color: transparent;
	border-top-color: transparent;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu .submenu .menu-expand 
{
	margin-right: 15px;
	line-height:10px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu .submenu LI.active>a 
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 0px 7px 10px -5px rgba(60,72,88,0.77);
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu LI.active>a 
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 0px 7px 10px -5px rgba(60,72,88,0.77);
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .searchinput 
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
	height: 45px;
	font-size: 13px;
	color: #fff;
	width:calc(100% - 10px);
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .searchinput:focus 
{
	background-color: white;
	color: #666;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .searchinput:focus ~.searchicon 
{
	color: #666;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .searchicon 
{
	top: 32px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-header 
{
	border-style: solid;
	border-width: 1px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	z-index: 1;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .user-info 
{
	border-style: solid;
	border-width: 1px;
	padding-top: 7px;
	border-left:0;
	border-right:0;
	border-top:0;
	height:70px !important;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .user-text 
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .user-info-first 
{
	font-size: 14px;
	font-weight: 300;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .user-info-second 
{
	font-size: 10px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .slimScrollDiv 
{
	background-color: transparent;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-header-wrapper 
{
	background-color: transparent;
	padding-top: 7px;
	height: 60px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image  .user-info > div > img 
{
	margin-top: 5px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image:before 
{
	opacity: .95;
	left: 0px;
	width: 260px;
	top:0 !important;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact 
{
	width: 80px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .liExpanded UL.sidebar-menu 
{
	padding-right: 0px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .sidebar-header-wrapper:not(.show-hide-menu) 
{
	height: 0px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .sidebar-menu 
{
	width: 80px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .sidebar-menu > li > a .menu-text 
{
	left: 45px;
	height: 52px;
	line-height:52px;
	box-shadow:none;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .sidebar-menu>li>a.menu-dropdown>.menu-text 
{
	left: 65px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .sidebar-menu>li>a 
{
	margin-right: 0px;
	padding-left: 15px;
	width: 50px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .sidebar-menu>li>.submenu 
{
	border-left-color: transparent;
	left: 75px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .sidebar-menu .submenu>li>a 
{
	padding-left: 15px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .sidebar-menu>li.open>a 
{
	margin-right: 20px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .sidebar-menu>li:hover>a 
{
	margin-right: 0px;
	width: auto;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .sidebar-menu>li>.submenu A:hover 
{
	background-color: transparent;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .sidebar-menu .submenu LI.active>a 
{
	margin-left: 15px;
	margin-right: 30px;
	padding-left: 10px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .sidebar-menu .submenu>li.open>a 
{
	margin-left: 0px;
	padding-left: 25px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .sidebar-menu .submenu>li.open 
{
	margin-left: 0px;
	margin-right: 0px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .user-info 
{
	padding-top: 10px;
	height: 65px;
	width: auto;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .user-info > div > img 
{
	max-height: 35px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .sidebar-menu>li.active>a 
{
	margin-right: 20px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .sidebar-menu>li.active:hover>a 
{
	margin-right: 0px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .sidebar-menu>li.open>a:hover 
{
	margin-right: 0px;
}
.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact:before 
{
	padding-left: 15px;
	width: 80px;
}
.page-content.page-content-back-image.menu-compact 
{
	margin-left: 0px;
	padding-left: 110px;
}
.page-content.page-content-back-image 
{
	margin-left: 0px;
	padding-left: 290px;
	padding-right: 15px;
}
.menu-compact .IFrameTabs>li:first-child 
{
	margin-left: 55px;
}
.ShowMenuImageCellNotFixedRight.page-content.menu-compact 
{
	left: 115px;
	margin-left: 0px;
	padding-left: 0px;
}
.ShowMenuImageCellNotFixedRight.page-content 
{
	left: 0px;
	margin-left: 0px;
	margin-top: 15px;
	padding-left: 295px;
}
.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 
{
	background-color: #008000;
	box-shadow: 0px 14px 26px -12px #28a828;
	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 
{
	background-color: #fff;
	border-bottom: 0;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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: visible;
	padding-left: 15px;
	padding-right: 15px;
}
.GridNoBorderCell>div  .gx-grid 
{
	background-color: #fff;
}
.GridNoBorderCell>div  .PaginationBar 
{
	background-color: #fff;
	border-top-color: #d9d9d9;
	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 
{
	background-color: #fff;
	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-top-color: #555;
	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: Lato,Tahoma,Verdana,sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #627077;
	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-left-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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 
{
	background-color: #fff;
	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: Lato,Tahoma,Verdana,sans-serif;
	font-size: 10pt;
	color: #575b5d;
}
.rowsperpage  .selected SPAN 
{
	font-weight: bold;
}
.rowsperpage  .dropdown-menu 
{
	background-color: #fff;
	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 
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	height: 31px;
	color: #627077;
}
.ColumnsSelector>btn-default:hover, .ColumnsSelector>BUTTON:focus, .ColumnsSelector.open> BUTTON.btn-default,  .ColumnsSelector.open> .btn-default:focus 
{
	background-color: #007600;
	border-bottom-color: #006c00;
	border-left-color: #006c00;
	border-right-color: #006c00;
	border-top-color: #006c00;
	color: #fff;
}
.ColumnsSelector>button>i+span:not(.caret) 
{
	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
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	font-size: 12px;
	color: #575b5d;
}
.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 
{
	background-color: #008000;
	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 
{
	background-color: #007600;
	color: white;
}
.ActionGroupGrouped .ColumnsSelector>.btn-default:hover, .ActionGroupGrouped .ColumnsSelector>.btn-default:focus,.ActionGroupGrouped>div>i:hover,.ActionGroupGrouped>div>i:focus 
{
	background-color: #008000;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	color: white;
}
.ActionGroupGrouped .ColumnsSelector.open>.btn-default 
{
	background-color: #008000;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	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: Lato,Tahoma,Verdana,sans-serif;
	font-size: 1.3em;
	font-weight: 300;
	color: #fff;
}
.PanelCardIcon_BaseColor>DIV.panel-heading>.panel-title A,.PanelCardIcon_Danger>DIV.panel-heading>.panel-title A,.PanelCardIcon_Success>DIV.panel-heading>.panel-title A,.PanelCardIcon_Info>DIV.panel-heading>.panel-title A,.PanelCardIcon_Warning>DIV.panel-heading>.panel-title A 
{
	color: #fff;
}
.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 
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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 
{
	background-color: #008000;
	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 #28a828;
	padding-bottom: 23px;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 23px;
	font-size: 36px;
}
.PanelCardIcon_Info>DIV.panel-heading>.panel-title SPAN 
{
	background-color: #3c8dbc;
	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 #97c9f1;
	padding-bottom: 23px;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 23px;
	font-size: 36px;
}
.PanelCardIcon_Success>DIV.panel-heading>.panel-title SPAN 
{
	background-color: #00a65a;
	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 #a4c2a0;
	padding-bottom: 23px;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 23px;
	font-size: 36px;
}
.PanelCardIcon_Warning>DIV.panel-heading>.panel-title SPAN 
{
	background-color: #f39c12;
	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 #f9c2a0;
	padding-bottom: 23px;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 23px;
	font-size: 36px;
}
.PanelCardIcon_Danger>DIV.panel-heading>.panel-title SPAN 
{
	background-color: #dd4b39;
	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 #e5b5b5;
	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: Lato,Tahoma,Verdana,sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #455a64;
}
.PanelLine_Gray.panel  .panel-title  A
{
	color: #455a64;
}
.PanelLine_Gray.panel  DIV.panel-heading
{
	background-color: transparent;
	width:100% !important;
}
.PanelLine_Gray.panel-heading+.panel-collapse>.panel-body 
{
	border-top-color: #d7dfe3;
}
.DataContentCellFL.ExtendedComboCell .MergeLabelCell 
{
	margin-bottom: 0px;
	padding-top: 4px;
	z-index: 3;
	height: 24px;
	width: auto;
}
.DataContentCellFL  .ExtendedCombo .OptionLabel 
{
	font-family: BeVietnam-Regular;
	font-size: 16px;
	color: #627077;
}
.DataContentCellFL  .Label 
{
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #627077;
	line-height:25px;
}
.DataContentCellFL  .MergeLabelCell~DIV 
{
	width: 100%;
	text-align: left;
}
.DataContentCellFL  .MergeLabelCell.FloatingLabelEmpty .AttributeFLLabel 
{
	top: 0px;
}
.DataContentCellFL  .ExtendedCombo.AttributeFL 
{
	margin-bottom: -3.5px;
	margin-left: 0px;
	margin-top: 11.5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	max-width: 100%;
	font-family: Lato,Tahoma,Verdana,sans-serif;
}
.DataContentCellFL  .ExtendedCombo.AttributeFL  .dropdown-toggle 
{
	padding-bottom: 9px;
	padding-left: 0px;
	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;
	top: 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: 7px;
	margin-top: -26px;
	padding-left: 22px;
	padding-top: 4px;
	top: 0px;
	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 
{
	margin-top: -12px;
}
.DataContentCellFL  .TableMerged  .DataContentCellFL>.form-group 
{
	margin-top: -24px;
	max-width: 236px;
}
.DataContentCellFL  .TableMerged  .DataContentCellFL>.FloatingLabelReadonly .ReadonlyAttributeFL 
{
	margin-bottom: -7px;
}
.DataContentCellFL  .TableMerged .AttributeFL 
{
	width: 206px;
}
.DataContentCellFL  .ExtendedCombo .dropdown-menu>LI>DIV .form-control 
{
	max-width: 100%;
}
.DataContentCellFL  .TableMerged.TableMergedExtendedCombo 
{
	margin-bottom: 2px;
}
.DataContentCellFL  .TableMerged.TableMergedReadonlyExtendedCombo 
{
	margin-top: 0px;
}
.DataContentCellFL  .ExtendedCombo .caret 
{
	margin-bottom: 0px;
	margin-top: 0px;
}
.DataContentCellFL  .ExtendedCombo button span 
{
	margin-left: 2px;
}
.AttributeSearchSplitScreen.form-control:focus 
{
	border-top-color: #d7dfe3;
	padding-bottom: 11px;
}
.TableSplitScreen UL.nav.nav-tabs 
{
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
.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 - 145px);
	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: Lato,Tahoma,Verdana,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;
}
.WWColumnTagInfo P SPAN 
{
	background-color: #3c8dbc;
}
.ProgressBarAdminV2Success .progress, .ProgressBarAdminV2Info .progress, .ProgressBarAdminV2Danger .progress, .ProgressBarAdminV2InfoLight .progress, .ProgressBarAdminV2Warning .progress, .ProgressBarAdminV2BaseColor .progress 
{
	background-color: #eee;
	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;
}
.ProgressBarAdminV2Info .progress-bar 
{
	background-color: #3c8dbc;
}
.ProgressBarAdminV2InfoLight .progress-bar 
{
	background-color: #00c0ef;
}
.ProgressBarAdminV2Success .progress-bar 
{
	background-color: #00a65a;
}
.ProgressBarAdminV2Warning .progress-bar 
{
	background-color: #f39c12;
}
.ProgressBarAdminV2Danger .progress-bar 
{
	background-color: #dd4b39;
}
.ProgressBarAdminV2BaseColor .progress-bar 
{
	background-color: #008000;
}
.SimpleCardTable:hover,.DiscussionCardTable:hover 
{
	box-shadow: 1px 1px 10px #d7dfe3;
	transition: all 0.5s;
}
.CardImageCell:after 
{
	bottom: 0px;
	padding-right: 30px;
	position: absolute;
	height: 80px;
	width: 100%;
	background-clip:content-box !important;
	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 );
}
.ButtonAsLinkBasecolor:hover, .ButtonAsLinkBasecolor:focus 
{
	background-color: transparent;
	text-decoration: underline;
	color: #008000;
	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-left-color: #008000;
	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;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-top-color: #d9d9d9;
	color: #999;
}
.ButtonColor:hover, .ButtonColor:focus 
{
	background-color: #008000;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	color: white;
}
.ActionGroupColoredActions .ColumnsSelector> .btn-default,.ActionGroupColoredActions>div>input 
{
	background-color: #fff;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	margin-right: 3pt;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	font-size: 14px;
	font-weight: normal;
	color: #008000;
}
.ActionGroupColoredActions .ColumnsSelector>.btn-default:hover 
{
	background-color: #008000;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	color: white;
}
.ActionGroupColoredActions .ColumnsSelector.open>.btn-default 
{
	background-color: #008000;
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	color: white;
	box-shadow:none;
}
.AssociationListAttribute:focus 
{
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	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;
}
.GridNoBorderCell .TotalizerRow TD 
{
	background-color: #fff;
}
.TotalizerRow TD 
{
	background-color: #f7f7f7;
}
.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 
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	border-style: none;
	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;
	text-align: start;
	border-top:0;
	    white-space: normal;
	    word-break: break-all;
}
.CellTableAssociationButtons IMG 
{
	background-color: #008000;
	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 
{
	background-color: #007600;
	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-bottom-color: #007600;
	border-left-color: #007600;
	border-right-color: #007600;
	border-top-color: #007600;
	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;
	color: #455a64;
	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;
}
.IFrameTabs 
{
	padding-right: 35px;
}
.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: Lato,Tahoma,Verdana,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;
}
.ExtendedCombo  .DDO_Tags 
{
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	color: #575b5d;
}
.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-bottom-color: #f56a67;
	border-left-color: #f56a67;
	border-right-color: #f56a67;
	border-top-color: #f56a67;
	border-style: solid;
	border-width: 2px;
	border-left:0;
	border-right:0;
	border-top:0;
}
.ExtendedCombo  .ExtendedComboLevelWithChildren .OptionLabel, .ExtendedCombo .ExtendedComboLevelWithChildren .OptionLabel~i 
{
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 16px;
	color: #455a64;
}
.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 
{
	border-bottom-color: #008000;
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	outline:0;
	outline:thin;
	box-shadow:none;
	border-bottom-width:2px;
}
.ExtendedCombo  .btn-default:active:hover,.ExtendedCombo .btn-default:active:focus 
{
	background-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
}
.ExtendedCombo  .FilterOptions 
{
	max-height: 180px;
}
.ExtendedCombo  .btn-default 
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-right: 6px;
	width: 100%;
	white-space: normal;
	color: #575b5d;
	text-align: left;
}
.ExtendedCombo  .OptionLabel 
{
	white-space: normal;
	font-size: 10pt;
	color: #627077;
}
.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 
{
	background-color: #008000;
}
.ExtendedCombo  .SelectedItem  SPAN
{
	color: white;
}
.ExtendedCombo  .SelectedItem:hover 
{
	background-color: #008000;
}
.ExtendedCombo  .OnlySelected 
{
	border-bottom-color: #d7dfe3;
	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;
	color: #627077;
}
.ExtendedCombo  .OnlySelected  A
{
	margin-left: 8px;
}
.ExtendedCombo  .OnlySelected  A:hover
{
	background-color: transparent;
}
.ExtendedCombo  .SelectAll 
{
	border-top-color: #d7dfe3;
	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;
	color: #627077;
}
.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
{
	background-color: #fff;
	z-index: 999;
	width: 100%;
}
.ExtendedCombo.Attribute, .ExtendedCombo.AttributeFL 
{
	border-style: none;
	margin-bottom: 15px;
	width: 100%;
	min-width: 206px;
}
.TableMerged .ExtendedCombo.Attribute, .TableMerged .ExtendedCombo.AttributeFL 
{
	margin-bottom: 0px;
}
.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;
	color: #575b5d;
	height: fit-content;
	 word-wrap: break-word;
}
.ExtendedCombo.btn-group.open .dropdown-toggle 
{
	background-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	color: #575b5d;
	outline:0;
	outline:thin;
	box-shadow:none;
}
.ExtendedComboLevel0, .ExtendedComboLevel1, .ExtendedComboLevel2, .ExtendedCombo .OnlySelected 
{
	cursor: pointer;
}
.input-group-btn:nth-child(2) > .btn, .input-group-btn:nth-child(2) > .btn-group 
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-left: 4px;
	box-shadow:none;
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
	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;
	display: none;
}
.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: Lato,Tahoma,Verdana,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: Lato,Tahoma,Verdana,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: Lato,Tahoma,Verdana,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: Lato,Tahoma,Verdana,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: Lato,Tahoma,Verdana,sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #a1a2a3;
}
.form-control:focus.AttributeFL 
{
	padding-bottom: 8px;
}
.FloatingLabelReadonly .AttributeFLLabel 
{
	color: #a0a2a2;
}
.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 
{
	background-color: #008000;
	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 
{
	background-color: #008000;
	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;
}
.FreeStyleHomeModulesBigDark > div > div:hover 
{
	background-color: #008000;
}
.nav-tabs > li > a 
{
	font-size: 15px;
	text-transform: uppercase;
}
.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;
	color: #575b5d;
	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 FORM.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;
	color: #455a64;
	display:initial;
	text-shadow:none;
}
.CellWCSplitScreenWithTabs .nav-tabs >li.active>a span, .CellWCSplitScreenWithTabs .nav-tabs >li>a:hover span 
{
	color: #455a64;
}
.CellWCSplitScreenWithTabs .nav.nav-tabs >li.active>a 
{
	border-bottom-color: #455a64;
}
.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;
	color: #627077;
}
.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: 18px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.AttributeFLLabel~div>div.gx-multimedia-upload 
{
	margin-left: 0px;
	margin-top: 10px;
	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: 6px;
	margin-top: 0px;
	padding-top: 24px;
}
.MergeDataCell >.ExtendedCombo>UL 
{
	margin-top: 0px;
	margin-top:0;
}
.MergeDataCell >.ReadonlyExtendedCombo 
{
	margin-bottom: 0px;
	margin-top: 0px;
}
.ReadonlyExtendedCombo 
{
	margin-bottom: 15px;
	width: 100%;
}
.ExtendedCombo>UL 
{
	margin-bottom: 55px;
	margin-top: 0px;
}
.input-group .form-control.AttributeFL 
{
	margin-bottom: -7px;
}
.ColumnSettings.open>.dropdown-toggle.btn-default 
{
	background-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-top-color: #d9d9d9;
}
.dropdown-menu .divider 
{
	background-color: #d9d9d9;
}
.dropdown-menu 
{
	background-color: #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover 
{
	background-color: #f7f7f7;
	color: #575b5d;
}
.form-control option, .Attribute option 
{
	background-color: #fff;
}
.panel 
{
	background-color: #fff;
}
.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;
	font-size: 16px;
}
.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;
	color: #a0a2a2;
	text-align: right;
}
.DVGroupByCell 
{
	background-color: #fbfbfb;
	border-bottom-color: #d9d9d9;
	border-top-color: #d9d9d9;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 7px;
	padding-top: 10px;
	top: 18px;
	color: #555;
	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;
	border-bottom-color: #999;
}
.GridNoBorder .DVGroupByTitle 
{
	font-size: 14px;
}
.GridWithBorderColor .DVGroupByCell 
{
	background-color: transparent;
	border-bottom-color: #008000;
}
.GridWithBorderColor .DVGroupByTitle 
{
	font-size: 14px;
	color: black;
}
.GridWithBorderColor .DVGroubByTotalizer 
{
	color: black;
}
.SectionWCDContainer 
{
	border-left-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-top-color: #d9d9d9;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom:0;
}
.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;
}
.DVGroupByRowAllowCollapse:hover span,.DVGroupByRowAllowCollapse:hover i 
{
	color: #008000;
}
.WCD_Loading 
{
	height: 40px;
	color: #575b5d;
}
.WCD_Loading i 
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 12px;
	font-size: 16px;
}
.WCD_tr>td 
{
	background-color: #eee;
}
.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;
}
.FreeStyleHomeModulesBigDark>tbody>tr,.FreeStyleHomeModulesBigDark>[data-gxrow] 
{
	background-color: #eee;
}
.TableMainWhiteHeader>.row:first-child 
{
	background-color: #fff;
	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: #627077;
	box-shadow:none;
}
.DropDownOptionsNoBackHover  .btn-default:focus 
{
	background-color: transparent;
	box-shadow: 0px;
}
.DropDownOptionsNoBackHover  .btn-default:hover 
{
	color: #008000;
}
.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;
	color: #627077;
}
.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: #008000;
}
.DropDownNotification>.btn-default>span:not(.caret) 
{
	background-color: #f56a67;
	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;
	color: white;
	line-height:18px;
}
.DropDownNotification>.btn-default .caret 
{
	color: #627077;
}
.DropDownNotification>.btn-default>i 
{
	font-size: 19px;
	color: #627077;
}
.DropDownNotification>.btn-default:hover>.caret, .DropDownNotification>.btn-default:hover>i 
{
	color: #008000;
}
.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 
{
	background-color: transparent;
	border-style: none;
	color: #627077;
	box-shadow:none;
}
.DropDownOptionsNoBackHover>.btn-default:hover>i 
{
	color: #008000;
}
.DropDownOptionsNoBackHover>.btn-default>.FontColorIconBookmarkTitleAdded~.caret,.DropDownOptionsNoBackHover>.btn-default>.FontColorIconBookmarkTitle~.caret 
{
	color: #627077;
}
.DropDownOptionsNoBackHover>.btn-default:hover>.FontColorIconBookmarkTitleAdded~.caret,.DropDownOptionsNoBackHover>.btn-default:hover>.FontColorIconBookmarkTitle~.caret 
{
	color: #008000;
}
.DropDownNotification .dropdown-menu>li>a 
{
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 16px;
	color: #627077;
}
.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";
}
.Dummy, html:not(.notChrome) input:focus[type='checkbox']:before 
{
	color: #008000;
}
.highcharts-root 
{
	width: 100%;
}
.GridNoBorderNoHeader thead 
{
	display: none;
}
.GridNoBorderNoHeader tbody>tr:first-child 
{
	border-style: none;
}
.ProgressBarMaterial .progress 
{
	background-color: #eee;
	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;
}
.ProgressBarMaterial .progress-bar 
{
	background-color: #008000;
}
.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;
	color: #455a64;
	line-height:50px;
}
.ProgressBigCircleBaseColor  .CircleCaptionContainer 
{
	bottom: 40%;
}
.ProgressBigCircleBaseColor  .CircleSubtitleContainer 
{
	top: 56%;
	white-space: nowrap;
}
.ProgressBigCircleBaseColor  .CircleSubtitle 
{
	color: #455a64;
	text-transform: uppercase;
	line-height:17px;
}
.ProgressBigCircleBaseColor  .ProgressIndicatorCircle circle.BackCircle 
{
	stroke:#eee;
}
.ProgressBigCircleBaseColor  .ProgressIndicatorCircle circle.ProgressCircle 
{
	stroke:#228A13;
}
.ManageFilters li>a>i 
{
	padding-right: 7px;
	vertical-align: middle;
}
.GridNoBorderNoHeader TABLE.GridWithBorderColor,.GridNoBorderNoHeader TABLE.WorkWith 
{
	border-style: none;
	box-shadow:none;
}
.CellUserActionPrompt IMG 
{
	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;
	color: #627077;
}
.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 
{
	background-color: #008000;
	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;
}
.ButtonAddNewRow:hover, .ButtonAddNewRow:hover:active, .ButtonAddNewRow:active, .ButtonAddNewRow:focus, .ButtonAddNewRow:focus:active 
{
	background-color: transparent;
	color: #575b5d;
}
.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 
{
	background-color: #d9d9d9;
	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:inline-block!important;
}
.FGHeaderRowV>.FixedR>div 
{
	left: 0px;
	right: inherit;
}
.gx-grid.gx-gridGridFixedColumnBorders>table>*>tr>* 
{
	border-right-color: #d9d9d9;
	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;
	color: #575b5d;
}
.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 
{
	background-color: white;
	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;
	color: #627077;
	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;
	color: #627077;
}
.AttributeSearch::placeholder 
{
	opacity: .9;
	color: #627077;
}
.AttributeSearch:-ms-input-placeholder 
{
	opacity: .9;
	color: #627077;
}
.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 
{
	background-color: #f7f7f7;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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;
	border-collapse: separate;
	border-spacing: 0;
	padding-bottom: 1px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 7px;
	min-height: 36px;
	min-width: 206px;
	vertical-align: middle;
	max-height: fit-content;
}
.EditForm .DataContentCell .gx-multimedia-upload img.ReadonlyAttribute 
{
	padding-top: 2px;
}
.EditForm .DataContentCell .ReadonlyExtendedCombo .ReadonlyAttribute 
{
	padding-top: 7px;
	max-width: 206px;
}
.EditForm .DataContentCell .ReadonlyAttribute.gx-checkbox-wrapper 
{
	padding-left: 30px;
}
.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 
{
	background-color: #f7f7f7;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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 
{
	background-color: #f7f7f7;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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 .DscTop .TableMerged TD.DataContentCell 
{
	padding-top: 0px;
}
.PanelCard_IconAndTitle 
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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 
{
	background-color: #627077;
	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;
	color: #455a64;
	text-transform: uppercase;
	vertical-align: bottom;
	line-height:21px;
}
.PanelCard_IconAndTitle.Panel_Danger>.panel-heading>.panel-title:before 
{
	background-color: #dd4b39;
}
.PanelCard_IconAndTitle.Panel_Warning>.panel-heading>.panel-title:before 
{
	background-color: #f39c12;
}
.PanelCard_IconAndTitle.Panel_BaseColor>.panel-heading>.panel-title:before 
{
	background-color: #008000;
}
.PanelCard_IconAndTitle.Panel_Success>.panel-heading>.panel-title:before 
{
	background-color: #00a65a;
}
.PanelCard_IconAndTitle.Panel_Info>.panel-heading>.panel-title:before 
{
	background-color: #3c8dbc;
}
.PanelCard_IconAndTitle.Panel_InfoLight>.panel-heading>.panel-title:before 
{
	background-color: #00c0ef;
}
.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 
{
	border-top-color: #d9d9d9;
	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.Panel_Danger.panel 
{
	border-bottom-color: #dd4b39;
}
.PanelGrayBackgroundTitle.Panel_Warning.panel 
{
	border-bottom-color: #f39c12;
}
.PanelGrayBackgroundTitle.Panel_Info.panel 
{
	border-bottom-color: #3c8dbc;
}
.PanelGrayBackgroundTitle.Panel_InfoLight.panel 
{
	border-bottom-color: #00c0ef;
}
.PanelGrayBackgroundTitle.Panel_Success.panel 
{
	border-bottom-color: #00a65a;
}
.PanelGrayBackgroundTitle.Panel_BaseColor.panel 
{
	border-bottom-color: #008000;
}
.PanelGrayBackgroundTitle.Panel_BaseColor.panel>div.panel-heading>.panel-title>span,.PanelGrayBackgroundTitle.Panel_BaseColor.panel>div.panel-heading>.panel-title>a 
{
	color: #008000;
}
.PanelGrayBackgroundTitle.Panel_Success.panel>div.panel-heading>.panel-title>span,.PanelGrayBackgroundTitle.Panel_Success.panel>div.panel-heading>.panel-title>a 
{
	color: #00a65a;
}
.PanelGrayBackgroundTitle.Panel_InfoLight.panel>div.panel-heading>.panel-title>span,.PanelGrayBackgroundTitle.Panel_InfoLight.panel>div.panel-heading>.panel-title>a 
{
	color: #00c0ef;
}
.PanelGrayBackgroundTitle.Panel_Info.panel>div.panel-heading>.panel-title>span,.PanelGrayBackgroundTitle.Panel_Info.panel>div.panel-heading>.panel-title>a 
{
	color: #3c8dbc;
}
.PanelGrayBackgroundTitle.Panel_Warning.panel>div.panel-heading>.panel-title>span,.PanelGrayBackgroundTitle.Panel_Warning.panel>div.panel-heading>.panel-title>a 
{
	color: #f39c12;
}
.PanelGrayBackgroundTitle.Panel_Danger.panel>div.panel-heading>.panel-title>span,.PanelGrayBackgroundTitle.Panel_Danger.panel>div.panel-heading>.panel-title>a 
{
	color: #dd4b39;
}
.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: Lato,Tahoma,Verdana,sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #627077;
}
.PanelGrayBackgroundTitle>.panel-heading>.panel-title  A
{
	color: #627077;
}
.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;
	color: #008000;
	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 
{
	background-color: #f7f7f7;
	color: #575b5d;
}
.ButtonLogin.ButtonMaterial:active,.ButtonLogin.ButtonMaterial:focus,.ButtonLogin.ButtonMaterial:active:focus 
{
	background-color: #008000;
	opacity: .8;
	color: #575b5d;
}
.ActionGroupColorFilledActions>div,.ActionGroupColoredActions>div 
{
	padding-bottom: 5px;
}
.input-group>.AttributeDateTime~.input-group-btn>A.btn 
{
	margin-left: -32px;
}
.gx-infinite-scrolling-container>table>thead 
{
	overflow: visible;
}
.Dummy,object[data='about:blank'] 
{
	display:none !important;
}
.gx-tbldsp-container>div:first-child 
{
	width: 100%;
	display: block;
}
.gx-tbldsp-container 
{
	width: 100%;
}
.gx-tbldsp-container>div:nth-child(2) 
{
	padding-top: 5px;
	display: block;
}
.DataContentCell.DscTop .gx-multimedia-upload .gx-image-placeholder 
{
	position: absolute;
	top: 0px;
	z-index: 0;
}
.TableContainerStepBullet.hidden-sm .StepNumberBulletCell 
{
	padding-top: 0px;
}
.CellViewTabsPosition .VerticalTabs>.nav.nav-tabs~.tab-content 
{
	overflow: auto;
}
.VerticalTabs>.nav.nav-tabs 
{
	border-top-right-radius: 0px;
	display: flex;
	white-space: nowrap;
	flex-direction:column;
}
.VerticalTabs>.nav.nav-tabs~.tab-content 
{
	border-top-color: #d7dfe3;
	border-style: solid;
	border-width: 1px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0px;
	flex-grow:1;
	border-left-style: none;
}
.VerticalTabs>.nav.nav-tabs>li.active>a 
{
	border-bottom: 0;
}
.VerticalTabs>.nav.nav-tabs>li>a 
{
	border-bottom: 0;
	margin-top: 0px;
	padding-bottom: 14px;
}
.VerticalTabs>.nav.nav-tabs>li.active>a:before 
{
	background-color: #008000;
	left: 0px;
	position: absolute;
	top: 0px;
	height: 100%;
	width: 4px;
	content:"";
}
.VerticalTabs>.nav.nav-tabs>li 
{
	margin-bottom: 0px;
}
.TabsWithRightActions .VerticalTabs>.nav.nav-tabs~.tab-content 
{
	padding-top: 50px;
}
.ConditionalFormattingSelected span 
{
	font-weight: bold;
}
.TagColumn>p 
{
	text-align: center;
}
.FreeStyleStepsLine>div:not(:last-child), .FreeStyleStepsProgress>div:not(:last-child) 
{
	flex-grow:1;
}
.ButtonWizard>i:last-child 
{
	padding-left: 5px;
}
.ButtonWizard>i:first-child 
{
	padding-right: 5px;
}
.WizardStepsUnderlineContainerCell ::-webkit-scrollbar-thumb,.WizardStepsUnderlineContainerCell::-webkit-scrollbar-thumb 
{
	box-shadow: 0px 0px 10px #8c8d8e inset;
}
.WizardStepsUnderlineContainerCell::-webkit-scrollbar-track,.WizardStepsUnderlineContainerCell::-webkit-scrollbar-track 
{
	box-shadow: 0px 0px 6px rgba(0,0,0,0.3) inset;
}
.WizardStepsUnderlineContainerCell::-webkit-scrollbar,.WizardStepsUnderlineContainerCell::-webkit-scrollbar 
{
	height: 7px;
}
.FreeStyleStepsLine > div > div 
{
	background-color: #d9d9d9;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-left: 5px;
	margin-right: 5px;
	height: 7px;
}
.FreeStyleStepsLine > div > div.CompletedStep, .FreeStyleStepsLine > div > div.CurrentStep 
{
	background-color: #008000;
}
.FreeStyleStepsProgress > div > div 
{
	background-color: #d9d9d9;
	height: 7px;
}
.FreeStyleStepsProgress > div > div.CompletedStep, .FreeStyleStepsProgress > div > div.CurrentStep 
{
	background-color: #008000;
}
.ConditionalFormattingFilterIcon 
{
	min-width: 25px;
	text-align: center;
}
.gx-pwd-reveal-btn>.btn.btn-default 
{
	border-style: none;
	margin-left: -39px;
	z-index: 3;
}
.gx-pwd-reveal-btn>.btn.btn-default:hover,.gx-pwd-reveal-btn>.btn.btn-default:focus 
{
	background-color: transparent;
	outline:none;
	box-shadow:none;
}
.Dummy,th.WWColumn,th.WWIconActionColumn,th.WWActionColumn,th.WWActionGroupColumn 
{
	background-color: transparent;
	box-shadow:none;
}
.gx-checkbox-wrapper 
{
	white-space: normal;
}
.WorkWith TR >TD.WWColumnDanger A:link 
{
	font-weight: bold;
	color: #dd4b39;
}
.WorkWith TR >TD.WWColumnWarning A:link 
{
	font-weight: bold;
	color: #fb6e52;
}
.WorkWith TR >TD.WWColumnSuccess A:link 
{
	font-weight: bold;
	color: #00a65a;
}
.WorkWith TR >TD.WWColumnInfo A:link 
{
	font-weight: bold;
	color: #3c8dbc;
}
.WorkWith TR >TD.WWColumnGray A:link 
{
	font-weight: bold;
	color: #808080;
}
.DscTop>div>div>input 
{
	padding-left: 0px;
}
.DscTop>DIV>.gx-label.AttributeLoginImageLeftLabel 
{
	padding-left: 15px;
}
.ColumnsSelector .form-control.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;
}
.form-control.AssociationListAttribute 
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.nav.nav-tabs 
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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 
{
	background-color: #fff;
	border-bottom: 2px;
	border-bottom-color: #008000;
	border-style: solid;
	color: #008000;
	border-left:0;
	border-right:0;
	border-top:0;
}
.nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:focus 
{
	background-color: transparent;
	color: #008000;
}
.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;
}
.tabsSlider div.moveRight, .tabsSlider div.moveLeft, .tabsMainContainer div.tabsNavOptions 
{
	background-color: #fff;
}
.tabsMainContainer div.tabsNavOptions, .tabsSlider:not(.Tabs_RTL) div.moveRight, .tabsSlider:not(.Tabs_RTL) div.moveLeft, .tabsSlider.Tabs_RTL .moveLeft, .tabsSlider.Tabs_RTL .moveRight 
{
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
}
.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;
}
.TableSplitScreen .tabsSlider.NeedSliderRight .moveRight, .TabsIFrame .tabsSlider.NeedSliderRight .moveRight 
{
	border-left: 0;
}
.TableSplitScreen .tabsSlider.NeedSliderLeft .moveLeft,.TabsIFrame .tabsSlider.NeedSliderLeft .moveLeft 
{
	border-right: 0;
}
.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 
{
	font-size: 50px;
	color: #aaa;
}
.LandingPurusCustomersHGridCell .GridPageController .slick-prev 
{
	left: -55px;
}
.AttributeLandingPurusContactLabel:before 
{
	background-color: #008000;
	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;
	color: #008000;
}
.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: #007600;
}
.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 .DropDownOptionsHeader .btn-default:hover,.ElementInStickyMenuHeaderCell.TopRightFixedHeader.FixedHeader .DropDownOptionsHeader.btn-group.open .dropdown-toggle 
{
	color: #fff;
}
.ElementInStickyMenuHeaderCell.TopRightFixedHeader.FixedHeader 
{
	top: -2px;
}
.HorizontalStickyMenuHeaderCell.FixedHeader .slimmenu.RegularBackgroundColorOption>li.open>a 
{
	color: #fff;
}
.HorizontalStickyMenuHeaderCell.FixedHeader>.TableHeaderLandingPurus 
{
	padding-top: 0px;
}
.HorizontalStickyMenuHeaderCell.FixedHeader .ImageTop 
{
	display: none;
}
.HorizontalStickyMenuHeaderCell.FixedHeader .ImageTop.LogoVisibleStickyMenu 
{
	margin-left: -117px;
	height: 45px;
	display: inherit;
}
.HorizontalStickyMenuHeaderCell .LogoVisibleStickyMenu 
{
	display: none;
}
.HorizontalStickyMenuHeaderCell.FixedHeader 
{
	background-color: white;
	border-bottom: 1px solid #e7e7e700;
	left: 0px;
	padding-bottom: 60px;
	padding-left: 15px;
	padding-top: 0px;
	left:0;
	transform:translatey(0);
}
.HorizontalStickyMenuHeaderCell.FixedHeader  .ImageTop 
{
	margin-top: 7px;
	height: 26px;
}
.HorizontalStickyMenuHeaderCell.FixedHeader  .slimmenu.RegularBackgroundColorOption>li>a:hover 
{
	color: white;
}
.HorizontalStickyMenuHeaderCell.FixedHeader  .slimmenu.RegularBackgroundColorOption>li>a 
{
	color: #727272;
}
.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;
}
.slimmenu.RegularBackgroundColorOption>li:not(.has-submenu.hiddenInSlider):hover>a 
{
	background-color: transparent;
	position: relative;
	color: #007600;
}
.slimmenu.RegularBackgroundColorOption>li 
{
	margin-left: 2px;
	margin-right: 2px;
	height: 36px;
	padding-top: 0 !important;
	padding-bottom: 0px !important;
}
.slimmenu.RegularBackgroundColorOption>li.has-submenu 
{
	padding-bottom: 2px !important;
}
.slimmenu.RegularBackgroundColorOption>li>a 
{
	background-color: transparent;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: 100;
	color: #000;
}
.slimmenu.RegularBackgroundColorOption li>ul 
{
	border-top-color: #008000;
	border-style: solid;
	border-width: 7px;
	padding-bottom: 10px;
	padding-top: 10px;
	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;
	color: #666;
	border-right:0;
	border-top:0;
	border-bottom:0;
}
.slimmenu.RegularBackgroundColorOption>li.open UL 
{
	opacity: 1;
	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%;
	color: #008000;
	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 
{
	background-color: #008000;
	left: 0px;
	position: absolute;
	top: 2px;
	height: 22px;
	width: 5px;
	display: block;
	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;
	color: #575b5d;
}
.slimmenu.RegularBackgroundColorOption LI.has-submenu UL A:hover:before,.slimmenu.RegularBackgroundColorOption LI.has-submenu UL li.open>A:before 
{
	-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: transparent;
	opacity: 1;
	padding-left: 20px;
	padding-top: 0px;
	box-shadow:none;
}
.slimmenu.collapsed.RegularBackgroundColorOption li ul li 
{
	background-color: transparent;
}
.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: 30px;
	padding-left: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #575b5d;
}
.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;
	color: #575b5d;
	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: white;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.slimmenu.RegularBackgroundColorOption>li.has-submenu> a 
{
	padding-right: 20px;
}
.slimmenu li.open ul li 
{
	background-color: #fff;
}
.HorizontalMenuSilder .moveRight:hover, .HorizontalMenuSilder .moveLeft:hover 
{
	cursor: pointer;
}
.HorizontalMenuSilder div.moveLeftArrow 
{
	border-right-color: #fff;
}
.HorizontalMenuSilder div.moveRightArrow 
{
	border-left-color: #fff;
}
.slimmenu li  UL
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	border-style: solid;
	border-width: 1px;
}
.slimmenu.MegaMenu.collapsed li SPAN 
{
	background-color: transparent;
	font-size: 12px;
	color: #555;
	text-transform: uppercase;
}
.slimmenu.collapsed li a 
{
	background-color: #008000;
	color: #fff;
}
.slimmenu.collapsed li a:hover 
{
	background-color: #007600;
}
.slimmenu.collapsed li .sub-toggle>i 
{
	font-style: inherit;
	color: #fff;
}
.slimmenu.collapsed li span 
{
	color: #fff;
}
.slimmenu li.open>a 
{
	background-color: #007600;
	color: #fff;
}
.slimmenu>li>span 
{
	color: #fff;
}
.slimmenu>li>a 
{
	background-color: #008000;
	color: #fff;
}
.slimmenu li.open>.sub-toggle 
{
	color: #fff;
}
.slimmenu.MegaMenu.collapsed li:not(.has-submenu.hiddenInSlider.dummy) a 
{
	background-color: white;
	color: #555;
}
.DropDownOptionsHeader.btn-group.open .dropdown-toggle, .DropDownOptionsHeader.btn-group .dropdown-toggle:active 
{
	background-color: #007600;
	box-shadow: 0px 0px 0px 0px;
	color: #fff;
}
.WorkWith TR:not(.WCD_tr) label 
{
	margin-bottom: 5px;
}
.SectionGrid:not(.GridFixedColumnBorders)>div>div>div>div.gx-grid, .SectionGrid:not(.GridFixedColumnBorders) div.Section 
{
	margin-right: -14px;
}
.WorkWith .gx-attribute .form-control.ConvertToDDO 
{
	margin-left: 0px;
}
.Dummy, div.gx-content-placeholder.transitioning 
{
	overflow: visible;
}
.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;
}
.input-group>input 
{
	padding-right: 46px;
	border-radius:4px !important;
}
.slick-prev:before 
{
	color: #25975a;
	font-size: 34px !important;
	 margin-left: -240%!important;
}
.slick-next:before 
{
	color: #25975a;
	font-size: 34px !important;
}
.ExtendedCombo.CategoriesComboNew .btn-default 
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-bottom: 24px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 24px;
	height: 30px;
	display: flex;
	padding: 24px 10px !important;
	align-items: center;
	justify-content: center;
	border: 1px solid #ADADAD !important;
}
.ExtendedCombo.CategoriesComboNew .btn-default span 
{
	font-family: BeVietnam-Regular;
	font-size: 18px;
	color: rgba(44,72,93,0.25);
}
.ReadonlyAttributeTitleCerCustom 
{
	background-color: transparent;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	border-style: solid;
	border-width: 1px;
	margin-left: 5px;
	max-width: 206px;
	display: inline-block;
	font-family: BeVietnam-Regular;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	text-decoration: none;
	color: #000;
	text-indent: 0px;
	border-style: none;
}
.BMHorizontalMenuCell .slimmenu.RegularBackgroundColorOption>li>a 
{
	display: flex;
	font-family: BeVietnam-Regular;
	gap: 10px;
}
.BMHorizontalMenuCell ul.slimmenu 
{
	top: 7px;
}
.BMFSHeroSection .GridPageController .slick-prev:before 
{
	opacity: 1;
	left: 4px;
	position: relative;
	height: 7px;
	width: 7px;
	display: block;
	margin-left: 0 !important;
	transform: rotate(-45deg);
	content: "";
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
}
.BMFSHeroSection .GridPageController .slick-disabled 
{
	background-color: rgba(37,151,90,0.5);
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	height: 24px;
	width: 24px;
	background-color: rgba(37,151,90,0.5) !important;
}
.BMFSHeroSection .GridPageController .slick-next 
{
	background-color: #25975a;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	right: -70px;
	height: 24px;
	width: 24px;
}
.BMFSHeroSection .GridPageController .slick-prev 
{
	background-color: #25975a;
	left: -70px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	height: 24px;
	width: 24px;
}
.BMFSHeroSection .GridPageController .slick-next:before 
{
	opacity: 1;
	left: 2px;
	position: relative;
	height: 7px;
	width: 7px;
	display: block;
	margin-left: 0 !important;
	transform: rotate(135deg);
	content: "";
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
}
.A2Black 
{
	background-image: url(../BMA2BIcon.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	display: inline-block;
	background-size: contain;
	margin-top: -1px !important;
}
.BMHorizontalMenuCell .slimmenu.RegularBackgroundColorOption>li.SelectedMenuItem>a>i.A2Black 
{
	background-image: url(../BMA2BIcon.png);
}
.BMHorizontalMenuCell .slimmenu.RegularBackgroundColorOption>li:not(.has-submenu.hiddenInSlider):hover>a 
{
	color: #25975a;
}
.BMHorizontalMenuCell .slimmenu.RegularBackgroundColorOption>li:not(.has-submenu.hiddenInSlider):hover>a>i.A2Black 
{
	background-image: url(../BMA2NGIcon.png);
}
.A4Black 
{
	background-image: url(../BMA4BIcon.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 20px;
	display: inline-block;
	background-size: contain;
}
.BMHorizontalMenuCell .slimmenu.RegularBackgroundColorOption>li:not(.has-submenu.hiddenInSlider):hover>a>i.A4Black 
{
	background-image: url(../BMA4NGIcon.png);
}
.BMHorizontalMenuCell .slimmenu.RegularBackgroundColorOption>li.SelectedMenuItem>a>i.A4Black 
{
	background-image: url(../BMA4BIcon.png);
}
.A1Black 
{
	background-image: url(../BMA1NBIcon.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 19px;
	display: inline-block;
	background-size: contain;
	margin-top: -1px !important;
}
.BMHorizontalMenuCell .slimmenu.RegularBackgroundColorOption>li.SelectedMenuItem>a>i.A1Black 
{
	background-image: url(../BMA1BIcon.png);
}
.BMHorizontalMenuCell .slimmenu.RegularBackgroundColorOption>li:not(.has-submenu.hiddenInSlider):hover>a>i.A1Black 
{
	background-image: url(../BMA1GIcon.png);
}
.BMFSProductSection .FreeStyleGrid>[data-gxrow] 
{
	width: 100%;
	max-width: 20%;
}
.A3Black 
{
	background-image: url(../BMA3BIcon.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display: inline-block;
	background-size: contain;
}
.BMHorizontalMenuCell .slimmenu.RegularBackgroundColorOption>li:not(.has-submenu.hiddenInSlider):hover>a>i.A3Black 
{
	background-image: url(../BMA3GIcon.png);
}
.A6Black 
{
	background-image: url(../BMA6BIcon.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display: inline-block;
	background-size: contain;
	margin-top: -1px !important;
}
.BMHorizontalMenuCell .slimmenu.RegularBackgroundColorOption>li:not(.has-submenu.hiddenInSlider):hover>a>i.A6Black 
{
	background-image: url(../BMA6NGIcon.png);
}
.BMHorizontalMenuCell .slimmenu.RegularBackgroundColorOption>li.SelectedMenuItem>a>i.A3Black 
{
	background-image: url(../BMA3BIcon.png);
}
.BMHorizontalMenuCell .slimmenu.RegularBackgroundColorOption>li.SelectedMenuItem>a>i.A6Black 
{
	background-image: url(../BMA6BIcon.png);
}
.BMFSProductSection .FreeStyleGrid 
{
	row-gap: 50px;
}
.BMFSAboutSectionCell .FreeStyleGrid 
{
	row-gap: 30px;
}
.BMFSCardProductSection .GridPageController .slick-disabled 
{
	background-color: rgba(37,151,90,0.5);
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	height: 24px;
	width: 24px;
	background-color: rgba(37,151,90,0.5) !important;
}
.BMFSCardProductSection .GridPageController .slick-next 
{
	background-color: #25975a;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	right: -70px;
	height: 24px;
	width: 24px;
	font-size: 0px;
	color: transparent;
}
.BMFSCardProductSection .GridPageController .slick-next:before 
{
	opacity: 1;
	left: 2px;
	position: relative;
	height: 7px;
	width: 7px;
	display: block;
	margin-left: 0 !important;
	transform: rotate(135deg);
	content: "";
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
}
.BMFSCardProductSection .GridPageController .slick-prev 
{
	background-color: #25975a;
	left: -70px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	height: 24px;
	width: 24px;
	font-size: 0px;
	color: transparent;
}
.BMFSCardProductSection .GridPageController .slick-prev:before 
{
	opacity: 1;
	left: 4px;
	position: relative;
	height: 7px;
	width: 7px;
	display: block;
	font-size: 0px;
	margin-left: 0 !important;
	transform: rotate(-45deg);
	content: "";
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
}
.BMFSCardProductSection .slick-slider 
{
	width: 100%;
	display: flex;
}
.BMFSCardProductSection .slick-slider .slick-list 
{
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.BMFSCardProductSection .slick-initialized .slick-slide 
{
	justify-content: center;
}
.BMFSCardProductSection .GridPageController .slick-dots 
{
	bottom: -45px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	z-index: 1;
}
.BMFSCardProductSection .GridPageController .slick-dots li 
{
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	height: 8px;
	width: 8px;
}
.BMFSCardProductSection .GridPageController .slick-dots li button 
{
	background-color: #637381;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	height: 8px;
	width: 8px;
	font-size: 0px;
	color: #637381;
}
.BMFSCardProductSection .GridPageController .slick-dots li.slick-active 
{
	width: 26px;
}
.BMFSCardProductSection .GridPageController .slick-dots li.slick-active button 
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 26px;
	font-size: 0px;
}
.A7Black 
{
	background-image: url(../BMA7BIcon.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 19px;
	display: inline-block;
	background-size: contain;
	margin-top: -1px !important;
}
.BMHorizontalMenuCell .slimmenu.RegularBackgroundColorOption>li.SelectedMenuItem>a>i.A7Black 
{
	background-image: url(../BMA7BIcon.png);
}
.BMHorizontalMenuCell .slimmenu.RegularBackgroundColorOption>li:not(.has-submenu.hiddenInSlider):hover>a>i.A7Black 
{
	background-image: url(../BMA7GIcon.png);
}
.A5Black 
{
	background-image: url(../BMA5BIcon.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	display: inline-block;
	background-size: contain;
	margin-top: -1px !important;
}
.BMHorizontalMenuCell .slimmenu.RegularBackgroundColorOption>li:not(.has-submenu.hiddenInSlider):hover>a>i.A5Black 
{
	background-image: url(../BMA5GIcon.png);
}
.BMHorizontalMenuCell .slimmenu.RegularBackgroundColorOption>li.SelectedMenuItem>a>i.A5Black 
{
	background-image: url(../BMA5BIcon.png);
}
.BMNewsColImg:after 
{
	left: 0px;
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.BMOtheArticlesContainer .slick-slider .slick-track 
{
	display: flex;
	column-gap: 28px;
}
.BMFSSaudiVisionSection .Flex 
{
	padding-left: 15px;
	padding-right: 15px;
}
.BMFSHeroSection .slick-initialized .slick-slide 
{
	padding-left: 10px;
	padding-right: 10px;
}
.BMFSDownloadableContent .FreeStyleGrid 
{
	gap: 15%;
}
.BMFSDownloadableContent .FreeStyleGrid>[data-gxrow] 
{
	width: 100%;
	max-width: 450px;
}
.BMFSDownloadableContent .FreeStyleGrid > div:nth-last-child(1) 
{
	display: none;
}
.BMContactUsContainer input::placeholder 
{
	font-family: BeVietnam-Regular;
	font-size: 16px;
	font-weight: 400;
	color: #323232;
}
.gx-form-item gx-attribute 
{
	width: 100%;
}
.BMContactUsContainer textarea::placeholder 
{
	font-family: BeVietnam-Regular;
	font-size: 16px;
	font-weight: 400;
	color: #323232;
}
.BMFSTableBrands .slick-list 
{
	padding-bottom: 20px;
	padding-top: 20px;
}
.BMSPCategoryCell .btn-default 
{
	background-color: #fcfcff;
	border-bottom-color: #adadad;
	border-left-color: #adadad;
	border-right-color: #adadad;
	border-top-color: #adadad;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 51px;
	font-family: BeVietnam-Regular;
	font-size: 20px;
	font-weight: 700;
	border: 1px solid #ADADAD !important;
}
.BMSPCategoryCell .Attribute 
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.BMContactUsContainer .RequiredDataContentCell .gx-error__message-container .ErrorMessages 
{
	left: 10px;
	font-family: BeVietnam-Regular;
}
.BMFSTableBrandsContainer:focus 
{
	border-bottom-color: #2b6439;
	border-left-color: #2b6439;
	border-right-color: #2b6439;
	border-top-color: #2b6439;
	border-style: solid;
	border-width: 3px;
}
.BMAboutUsContent .FreeStyleGrid>[data-gxrow]:nth-child(even) .BMAboutFSContainer 
{
	flex-direction: row-reverse !important;
}
.BMAboutUsContent .FreeStyleGrid>[data-gxrow]:nth-child(even) .BMAboutFSContainer .BMAboutFSContainerImgCell 
{
	margin-bottom: auto;
	margin-left: 0px;
	margin-right: auto;
	margin-top: auto;
}
.BMAboutUsContent .FreeStyleGrid>[data-gxrow]:nth-child(odd) .BMAboutFSContainer .BMAboutFSContainerImgCell 
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: 0px;
	margin-top: auto;
}
.slick-prev.slick-arrow 
{
	font-size: 0px;
	color: transparent;
}
.slick-next.slick-arrow 
{
	font-size: 0px;
	color: transparent;
	 font-size:0px!Important;
}
.gradient-layer 
{
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: -500;
	height: 100%;
	width: 75%;
	background:linear-gradient(to left, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 100%);
	left:0;
	top:0;
}
.BMFSDownloadableContentC .FreeStyleGrid 
{
	gap: 30px;
	 text-align: -webkit-center;
}
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;
}
BODY
{
	height: 100%;
	line-height: 1.42857143 !important;
}
BODY .collapse-button 
{
	background-color: #00a578;
	left: 8px;
	right: auto;
}
HTML
{
	background-color: #eee;
	height: 100%;
}
HTML.gx-popup-document
{
	background-color: inherit;
}
HTML.TabsIFrame
{
	background-color: inherit;
}
DIV.suggestions
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	position: absolute;
	-moz-box-sizing: border-box;
	font-family: Lato,Tahoma,Verdana,sans-serif;
}
DIV.suggestions DIV
{
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	cursor: default;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 12px;
	color: #575b5d;
}
DIV.suggestions DIV.current
{
	background-color: #008000;
	font-family: Lato,Tahoma,Verdana,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-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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;
	margin-top: -1px;
	position: relative;
	width: 128px;
	display: block;
	text-align: center;
	line-height:initial;
	height: fit-content;
}
DIV.gx-multimedia-upload A.gx-multimedia-unknown
{
	display: block;
}
DIV.gx-multimedia-upload A.gx-multimedia-unknown SPAN
{
	display: block;
}
DIV.gx-multimedia-upload A.gx-multimedia-unknown IMG
{
	display: none;
}
DIV.gx-multimedia-upload A.gx-multimedia-unknown SPAN.gx-video-placeholder
{
	opacity:1;
}
DIV.gx-multimedia-upload A.gx-multimedia-unknown SPAN.gx-audio-placeholder
{
	opacity:1;
}
DIV.gx-multimedia-upload A.gx-multimedia-unknown SPAN.gx-download-placeholder
{
	opacity:1;
}
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
{
	background-color: #fff;
	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;
	color: #575b5d;
}
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: -1px;
	padding-bottom: 2px;
	padding-top: 2px;
	height: auto;
	max-height: 84px;
	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
{
	background-color: #008000;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	position: absolute;
	top: 0px;
	z-index: 1;
	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:link
{
	color: #008000;
}
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: underline;
}
A:focus
{
	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 
{
	background-color: #fff;
}
DIV.calendar .calendarcombo  .label 
{
	padding-bottom: 2px;
	padding-top: 2px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: gray;
}
DIV.calendar TABLE
{
	background-color: #fff;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-top-color: #d9d9d9;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-size: 13px;
	color: #627077;
	border-collapse: collapse;
	 table-layout: fixed;
}
DIV.calendar TABLE THEAD .calendartitle 
{
	font-size: 14px;
	font-weight: normal;
	color: #455a64;
}
DIV.calendar TABLE THEAD .name 
{
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-family: Lato,Tahoma,Verdana,sans-serif;
	font-weight: normal;
	color: #627077;
	line-height: 28px;
}
DIV.calendar TABLE THEAD .daynames 
{
	background-color: #f7f7f7;
	border-top-color: #d9d9d9;
	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
{
	background-color: #f7f7f7;
}
DIV.calendar TABLE TBODY .day 
{
	background-color: transparent;
	background-image: none;
	border-width: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
}
DIV.calendar TABLE TBODY TD.selected
{
	background-color: #008000;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}
DIV.calendar TD.time .hour 
{
	background-color: #fff;
	border-bottom-color: #006c00;
	border-left-color: #006c00;
	border-right-color: #006c00;
	border-top-color: #006c00;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
}
DIV.calendar TD.time .minute 
{
	background-color: #fff;
	border-bottom-color: #006c00;
	border-left-color: #006c00;
	border-right-color: #006c00;
	border-top-color: #006c00;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
}
DIV.calendar TD.time .ampm 
{
	background-color: #fff;
	border-bottom-color: #006c00;
	border-left-color: #006c00;
	border-right-color: #006c00;
	border-top-color: #006c00;
	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(../ActionAdd.png);
}
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-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: 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-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 6px;
}
TEXTAREA.AttributeFL
{
	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: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-top: 5px;
	padding-left: 5px;
	padding-top: 5px;
	width: 100%;
	max-width: 100%;
	white-space: pre;
}
TEXTAREA.AttributeFL:focus
{
	border-left-color: #008000;
	border-right-color: #008000;
	border-top-color: #008000;
	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;
	color: #575b5d;
	padding-bottom:0;
}
LABEL.Attribute
{
	border-style: none;
}
A.btn-default
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	font-family: Lato-Regular_ttf;
}
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;
}
DIV.tabsSlider
{
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
}
LABEL.AttributeLandingPurusContactLabel
{
	font-size: 15px;
}
UL.collapsed
{
	max-height:calc(100vh - 99px);
}
SELECT.AttributeFL
{
	padding-left: 2px;
}
#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: Lato,Tahoma,Verdana,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%;
}
.DIV.gx-multimedia-upload INPUT.Button 
{
	display: inline-block;
}
@font-face
{
	font-family: 'BeVietnam-Regular';
	src: url('BeVietnam-Regular.ttf');
}

@media (max-width: 767px) /*ExtraSmall*/
{
	.Animation
	{
		--gx-animation-type: 'idNative';
	}
	.WWActionColumn
	{
		width: 38px;
	}
	.WWOptionalColumn
	{
		display: none;
	}
	.OptionalColumn
	{
		display: none;
	}
	.TableContactInfo
	{
		margin-left: -5px;
	}
	.BMTableHeaderMenuCell
	{
		right:0;
	}
	.TableAboutBECEnShortDescription
	{
		margin-left: -7% !important;
		width: 100% !important;
	}
	.TableViewOurproducts
	{
		margin-top: -12% !important;
	}
	.TableAboutBEC
	{
		margin-left: 7% !important;
		width: 100%;
		margin-top: 3% !important;
	}
	.HorizontalMenuCell
	{
		padding-right: 15px;
		padding-top: 8px;
		height: 54px;
		width: 55px;
		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;
	}
	.CellMarginTop
	{
		box-shadow: 0px 0px 0px;
	}
	.CellMarginTopAssociationButtons
	{
		box-shadow: 0px 0px 0px;
		margin-left: 0px;
		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 #dd4b39 inset;
	}
	.WWColumnSuccessFirstColumn
	{
		box-shadow: 2px 0px 0px 0px #00a65a inset;
	}
	.CellPaddingLeftRight0XS
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.CellMarginLogin
	{
		margin-top: 5px;
	}
	.CellPaddingLogin
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.CellTitleMasterLandingPurus
	{
		padding-left: 34px;
		padding-top: 55px;
	}
	.CellTableContentHorizontalMenu
	{
		overflow: hidden;
	}
	.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%;
	}
	.WizardVerticalStepTitlesCell
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.LandingPurusFooterCell
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.LandingPurusFooterCellNoBorder
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.SectionSloganHeaderLandingPurus
	{
		height: 100px;
		height: 742px;
		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);
	}
	.LandingPurusVideoCell
	{
		width: 100%;
	}
	.LandingPurusTestimonialsCell
	{
		margin-top: 80px;
	}
	.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);
	}
	.CellTableCardCategory
	{
		margin-top: 14%;
		margin-left: 27% !important;
	}
	.LandingPurusFooterCell2
	{
		padding-left: 20px;
		padding-right: 20px;
		margin-left: -20% !important;
		border-left:0;
		border-top:0;
		border-bottom:0;
	}
	.LandingPurusFooterCell3
	{
		padding-left: 20px;
		padding-right: 20px;
		margin-left: -4% !important;
		margin-top: -8% !important;
	}
	.LandingPurusFooterCell4
	{
		margin-left: 0px;
		padding-left: 20px;
		padding-right: 20px;
		border-left: 0;
		border-top: 0;
		border-bottom: 0;
	}
	.CellHeroSection
	{
		width: 91% !important;
		margin-left: 4%;
	}
	.BMHeroSectionTCell
	{
		margin-left: 6%;
		margin-top: 33%;
		width: 86%;
		max-width: 86%;
	}
	.BMHeroSectionTICell
	{
		display: block;
	}
	.Attribute
	{
		margin-left: 0px;
		display: inherit;
		max-width: 100%;
	}
	.ReadonlyLatestStoryTitle
	{
		margin-top: 68%;
		font-style: normal;
		font-size: 15px;
		 line-height: 26px;
		text-transform: apitalize;
		color: #FFFFFF;
		max-width: 247px;
		border: none;
	}
	.ContactInfoEmail
	{
		word-break: break-word;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyContactInfoEmail
	{
		word-break: break-word;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyWhatDoWeOfferDescriptionWhatDoWeOfferDescription
	{
		color: #000;
		  font-size: 13px !important;
	}
	.ReadonlyAboutBECImage
	{
		margin-top: -85% !important;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.PartnersLogo
	{
		width: 84% !important;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyPartnersLogo
	{
		width: 84% !important;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.DownloadableContentTitle
	{
		border-style: none !important;
		font-size: 9px;
		color: #000;
		margin-left: 28%;
	}
	.ReadonlyDownloadableContentTitle
	{
		border-style: none !important;
		font-size: 9px;
		color: #000;
		margin-left: 28%;
	}
	.ProductCardImageHomeNew
	{
		display: block;
		font-family: Lato-Regular_ttf;
		height: 382px !important;
		max-height: 100%;
		max-width: 326px !important;
		object-fit: cover;
		margin-left: -6% !important;
		margin-top: -4%;
	}
	.ReadonlyProductCardImageHomeNew
	{
		display: block;
		font-family: Lato-Regular_ttf;
		height: 382px !important;
		 max-height: 100%;
		max-width: 258px !important;
		object-fit: cover;
		 margin-left: -6% !important;
		margin-top: -11%;
	}
	.ProductCardImageHomeNewDetiels
	{
		max-width: 560px;
		max-height: 420px;
		width: 68%;
		margin-left: -14%;
	}
	.ProductTitleDetiels1
	{
		font-size: 19px;
		border-style: none;
		font-family: Be Vietnam;
		color: #637381;
		margin-top: 5%;
		max-width: 87%;
	}
	.AboutBECEnShortDescription
	{
		max-width: 100% !important;
		margin-top: -17%;
		 font-size: 16px;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 0.10000000149011612px;
		text-align: left;
		color: #252B42;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyAboutBECEnShortDescription
	{
		max-width: 100% !important;
		margin-top: -17%;
		 font-size: 16px;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 0.10000000149011612px;
		text-align: left;
		color: #252B42;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.AttributeLogin
	{
		max-width: 100%;
	}
	.AttributeLoginImageLeft
	{
		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%;
	}
	.AttributeTagInfo
	{
		box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	}
	.CardImageAttribute
	{
		width: 100%;
		max-width: 100%;
	}
	.ReadonlyCardImageAttribute
	{
		width: 100%;
		max-width: 100%;
		object-fit:cover;
	}
	.CardImageAttributeWhiteWithShadow
	{
		max-width: 100%;
		text-shadow: 2px 2px 3px rgba(0,0,0,0.36) ;
	}
	.ReadonlyCardImageAttributeWhiteWithShadow
	{
		text-shadow: 2px 2px 3px rgba(0,0,0,0.36) ;
	}
	.CardImageAttributeWhiteSubtitleWithShadow
	{
		text-shadow: 2px 2px 3px rgba(0,0,0,0.36) ;
	}
	.ReadonlyCardImageAttributeWhiteSubtitleWithShadow
	{
		text-shadow: 2px 2px 3px rgba(0,0,0,0.36) ;
	}
	.AttributeBannerModules
	{
		height: 150px;
	}
	.ReadonlyAttributeBannerModules
	{
		height: 150px;
	}
	.AttributeRegister
	{
		margin-left: 0px;
		margin-right: 0px;
		max-width: 100%;
	}
	.ReadonlyAttributeLandingPurusMainNumbers
	{
		font-size: 55px;
	}
	.ReadonlyNewsTitleCard
	{
		max-width: 225px;
	}
	.Certificates
	{
		box-shadow: 0px 0px 14px 0px #28a828;
		width: 330px;
		max-width: 330px;
	}
	.ReadonlyCertificates
	{
		box-shadow: 0px 0px 14px 0px #28a828;
		width: 330px;
		max-width: 330px;
	}
	.CertificateTitle
	{
		font-size: 10px;
	}
	.ReadonlyCertificateTitle
	{
		font-size: 13px;
	}
	.ProductCardImageHome
	{
		font-family: Lato-Regular_ttf;
		height: 353px;
		max-height: 100%;
		max-width: 389px;
		object-fit: cover;
		    margin-left: -8% !important;
		margin-top: -6% !important;
	}
	.ReadonlyProductCardImageHome
	{
		font-family: Lato-Regular_ttf;
		height: 353px;
		max-height: 100%;
		max-width: 389px;
		object-fit: cover;
		    margin-left: -8% !important;
		margin-top: -6% !important;
	}
	.NewsShortDesDetails
	{
		margin-left: 0px;
		font-size: 22px;
		width: 310px;
		max-width: 310px;
	}
	.ReadonlyNewsShortDesDetails
	{
		margin-left: 0px;
		font-size: 22px;
		width: 310px;
		max-width: 310px;
	}
	.NewsTitleDetails
	{
		font-size: 36px;
		width: 314px;
		max-width: 314px;
	}
	.ReadonlyNewsTitleDetails
	{
		font-size: 36px;
		width: 285px;
		max-width: 285px;
	}
	.NewsLongDesDetails
	{
		margin-left: 0px;
		width: 321px;
		max-width: 321px;
	}
	.ReadonlyNewsLongDesDetails
	{
		max-width: 1265px;
	}
	.HTMDescription
	{
		font-size: 13px;
		text-align: left;
		height: auto;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ProductCardImageHomeDetails
	{
		object-fit:cover;
		    height: 326px !important;
	}
	.HeroSectionTitle
	{
		max-width: 100%;
		font-size: 25px !important;
		color: #444444;
		font-weight: bolder;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyHeroSectionTitle
	{
		max-width: 100%;
		font-size: 25px !important;
		color: #444444;
		font-weight: bolder;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.Weoffermanymedicalequipmentsandsupplies
	{
		color: #2B6439;
		    max-width: 89% !important;
		font-size: 17px !important;
		font-weight: bolder;
		box-shadow: none;
	}
	.WeareprovidingthebestmedicalequipmentinSaudiArabia
	{
		color: #2B6439;
		max-width: 93% !important;
		font-size: 27px !important;
		font-weight: bolder;
		box-shadow: none;
	}
	.SaudiVisionImage
	{
		max-width: 324px !important;
		box-shadow: none;
		margin-left: -32% !important;
	}
	.ReadonlySaudiVisionImage
	{
		max-width: 324px !important;
		box-shadow: none;
		margin-left: -32% !important;
	}
	.SaudiVisionTitel
	{
		font-size: 22px !important;
		font-weight: 500;
		line-height: 25px !important;
		letter-spacing: 0em;
		text-align: left;
		 max-width: 100%;
	}
	.ReadonlySaudiVisionTitel
	{
		font-size: 27px !important;
		font-weight: 500;
		line-height: 33px !important;
		letter-spacing: 0em;
		text-align: left;
		 max-width: 100%;
		margin-left: 0% !important;
	}
	.HeroSectionImageNew
	{
		width: 246px !important;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyHeroSectionImageNew
	{
		width: 246px !important;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
		margin-top: 30% !important;
	}
	.TitelProductNew
	{
		font-size: 12px;
		width: 100%;
		max-width: 100%;
		word-wrap: break-word;
		margin-left: 1%;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyTitelProductNew
	{
		font-size: 12px;
		width: 100%;
		max-width: 100%;
		margin-left: 1%;
		.box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ContactInfoSucandPhone
	{
		color: #474747;
		 box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyContactInfoSucandPhone
	{
		color: #474747;
		box-shadow: none;
	}
	.AttributeLandingPurusSloganSubtitleAbout
	{
		margin-left: 39%;
		  height: 445px;
		padding-right: 3pt;
		white-space: normal;
		font-size: 15px;
		color: white;
		text-align: justify;
		vertical-align: middle;
		line-height:22px;
		max-width: 260px;
	}
	.ReadonlyAttributeLandingPurusSloganSubtitleAbout
	{
		margin-right: 670px;
		padding-right: 3pt;
		white-space: normal;
		font-family: Lato-Regular_ttf;
		font-size: 26px;
		color: white;
		width: 269px;
		 text-align: justify;
		vertical-align: middle;
		white-space: normal;
		font-family: Lato-Regular_ttf;
		font-size: 10px;
		color: white;
		text-align: justify;
		vertical-align: middle;
		line-height: 20px;
		max-width: 121%;
		margin-top: -2%;
		margin-left: 10%;
	}
	.HowWeAreTitle
	{
		max-width: 100%;
		font-family: Montserrat;
		font-size: 25px !important;
		font-weight: 700;
		line-height: 57px;
		letter-spacing: 0.20000000298023224px;
		text-align: left;
		color: #252B42;
		border-style: none;
	}
	.ReadonlyHowWeAreTitle
	{
		margin-left: 3%;
		max-width: 100%;
		font-family: Montserrat;
		font-size: 25px !important;
		font-weight: 700;
		line-height: 57px;
		letter-spacing: 0.20000000298023224px;
		text-align: left;
		color: #252B42;
		border-style: none;
	}
	.HowWeAreLongDescription
	{
		max-width: 71% !important;
		font-size: 13px !important;
		font-weight: 500;
		line-height: 20px;
		letter-spacing: 0.20000000298023224px;
		text-align: left;
	}
	.ReadonlyHowWeAreLongDescription
	{
		margin-left: 3%;
		max-width: 71% !important;
		font-size: 13px !important;
		font-weight: 500;
		line-height: 20px;
		letter-spacing: 0.20000000298023224px;
		text-align: left;
	}
	.ReadonlyHowWeAreImageNew
	{
		width: 100% !important;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyWhatDoWeOfferTitle
	{
		text-align: center;
		color: #000;
		font-size: 27px;
		max-width: 100%;
		padding-bottom: 3%;
	}
	.CatalogsTitleEn
	{
		font-style: normal;
		font-weight: 400;
		font-size: 30px !important;
		line-height: 28px;
		text-align: center;
		color: #000000;
		MARGIN-LEFT: -495px !important;
	}
	.ReadonlyCatalogsTitleEn
	{
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 400;
		font-size: 30px !important;
		line-height: 28px;
		text-align: center;
		color: #000000;
		MARGIN-LEFT: -495px !important;
	}
	.CatalogsDescriptionEn
	{
		font-style: normal;
		font-weight: 400;
		font-size: 13px !important;
		line-height: 28px;
		color: #000000;
		max-width: 39% !important;
		margin-left: -496px !important;
	}
	.ReadonlyCatalogsDescriptionEn
	{
		font-style: normal;
		font-weight: 400;
		font-size: 15px !important;
		line-height: 28px;
		color: #000000;
		max-width: 39% !important;
		margin-left: -496px !important;
	}
	.NewsImage1
	{
		position: absolute;
		max-width: 331px;
		left: 0px;
		top: 0px;
	}
	.NewsEnTitle2
	{
		font-size: 19px;
		margin-top: 64%;
		font-style: normal;
		font-size: 19px !important ;
		line-height: 33px;
		text-transform: apitalize;
		color: #FFFFFF;
		max-width: 331px;
	}
	.ReadonlyNewsEnTitle2
	{
		margin-top: -2%;
		font-style: normal;
		font-size: 16px;
		line-height: 25px;
		text-transform: apitalize;
		color: #FFFFFF;
		 max-width: 265px;
		margin-left: -17%;
	}
	.ReadonlyNewsEnTitle3
	{
		font-style: normal;
		font-weight: 500;
		font-size: 15px;
		line-height: 23px;
		text-transform: capitalize;
		 color: #FFFFFF;
		margin-left: -19%;
		margin-top: -3%;
		max-width: 15%;
	}
	.ReadonlyNewsEnShortDescription1
	{
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 28px;
		text-transform: capitalize;
		color: #000000;
		max-width: 288px;
		margin-left: -68px;
	}
	.NewsEnLongDescription1
	{
		font-size: 16px!important;
		line-height: 22px;
		color: #000000;
		max-width: 297px!important;
		margin-top: 1%;
		margin-left: -65px;
	}
	.ReadonlyNewsEnLongDescription1
	{
		font-size: 13px;
		line-height: 23px;
		color: #000000;
		max-width: 274px;
		margin-top: 1%;
		margin-left: -7%;
	}
	.ReadonlyNewsEnTitle4
	{
		font-style: normal;
		font-weight: 500;
		font-size: 15px;
		line-height: 24px;
		text-transform: capitalize;
		color: #FFFFFF;
		margin-left: -70%;
		margin-top: 12%;
		max-width: 44%;
	}
	.ReadonlyNewsEnTitle5
	{
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 23px;
		text-transform: capitalize;
		color: #FFFFFF;
		margin-left: -19%;
		margin-top: -10%;
		max-width: 71%;
	}
	.NewsImage2
	{
		max-width: 319px!important;
		width: 100%!important;
		height: 303px!important;
	}
	.NewsImage3
	{
		max-width: 321px;
		width: 100%;
		height: 289px;
	}
	.NewsImage4
	{
		max-width: 681px;
		width: 120.6%;
		height: 284px;
	}
	.ImageDownloded
	{
		width: 36px !important;
		margin-top: 5% !important;
	}
	.ReadonlyImageDownloded
	{
		width: 36px !important;
		 margin-top: 5% !important;
	}
	.ContactUsShortDescription
	{
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 28px;
		text-align: center;
		color: #000000;
		max-width: 100% !important;
	}
	.ReadonlyContactUsShortDescription
	{
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 28px;
		text-align: center;
		color: #000000;
		max-width: 100% !important;
	}
	.BranchesCountryName
	{
		margin-left: -42% !important;
		width: 58px;
		height: 35px;
		left: 1014.36px;
		top: 278px;
		font-family: 'Readex Pro';
		font-style: normal;
		font-weight: 500;
		font-size: 28px;
		line-height: 79px;
		color: #323232 !important;
	}
	.ReadonlyBranchesCountryName
	{
		margin-left: -42% !important;
		width: 58px;
		height: 35px;
		left: 1014.36px;
		top: 278px;
		font-style: normal;
		font-weight: 500;
		font-size: 28px;
		line-height: 79px;
		color: #323232 !important;
	}
	.BranchesCountryLocation
	{
		max-width: 118% !important;
		font-style: normal;
		font-weight: 400;
		font-size: 13px !important;
		line-height: 25px;
		text-decoration-line: underline;
		color: #0F7CC0;
		margin-left: -94%;
		margin-top: 6%;
		 white-space: break-spaces;
	}
	.ReadonlyBranchesCountryLocation
	{
		max-width: 118% !important;
		font-style: normal;
		font-weight: 400;
		font-size: 13px !important;
		line-height: 25px;
		text-decoration-line: underline;
		color: #0F7CC0;
		margin-left: -94%;
		margin-top: 6%;
		 white-space: break-spaces;
	}
	.ReadonlyLandingPurusFooterText4
	{
		margin-left: -5%;
		margin-top: -1%;
		max-width: 100%;
	}
	.ReadonlyLandingPurusFooterText7
	{
		margin-left: 124%;
		font-size: 13px;
	}
	.BMHeroSectionAtt
	{
		font-size: 33px;
		width: 90%;
		max-width: 90%;
		min-width: 90%;
	}
	.ReadonlyBMHeroSectionAtt
	{
		font-size: 30px;
	}
	.BMHeroSectionDescAtt
	{
		margin-top: 5%;
		padding-bottom: 10%;
		font-size: 17px;
		max-width: 90%;
	}
	.ReadonlyBMHeroSectionDescAtt
	{
		font-size: 12px;
	}
	.BMHeroSectionBtn
	{
		margin-left: 10%;
	}
	.BMHeroSectionBtnHover,.BMHeroSectionBtn:hover,.BlobContentBMHeroSectionBtn:hover,.ReadonlyBlobContentBMHeroSectionBtn:hover,.BlobInputBMHeroSectionBtn:hover,.ReadonlyBMHeroSectionBtn:hover,input.BMHeroSectionBtn:focus, textarea.BMHeroSectionBtn:focus, select.BMHeroSectionBtn:focus, .BMHeroSectionBtn>A:focus,input.BlobContentBMHeroSectionBtn:focus, textarea.BlobContentBMHeroSectionBtn:focus, select.BlobContentBMHeroSectionBtn:focus, .BlobContentBMHeroSectionBtn>A:focus,input.ReadonlyBlobContentBMHeroSectionBtn:focus, textarea.ReadonlyBlobContentBMHeroSectionBtn:focus, select.ReadonlyBlobContentBMHeroSectionBtn:focus, .ReadonlyBlobContentBMHeroSectionBtn>A:focus,input.BlobInputBMHeroSectionBtn:focus, textarea.BlobInputBMHeroSectionBtn:focus, select.BlobInputBMHeroSectionBtn:focus, .BlobInputBMHeroSectionBtn>A:focus,input.ReadonlyBMHeroSectionBtn:focus, textarea.ReadonlyBMHeroSectionBtn:focus, select.ReadonlyBMHeroSectionBtn:focus, .ReadonlyBMHeroSectionBtn>A:focus,.BMHeroSectionBtn>A:active,.BlobContentBMHeroSectionBtn>A:active,.ReadonlyBlobContentBMHeroSectionBtn>A:active,.BlobInputBMHeroSectionBtn>A:active,.ReadonlyBMHeroSectionBtn>A:active
	{
		margin-left: 10%;
	}
	.BMProductCategoryTitle
	{
		font-size: 12px;
	}
	.ReadonlyBMProductCategoryTitle
	{
		font-size: 12px;
	}
	.BMProductCategoryImg
	{
		height: 50px;
		object-fit: fill;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.BMAboutSectionDesc
	{
		font-size: 14px;
	}
	.BMAboutSectionDescImg
	{
		height: 20px;
		max-width: 20px;
	}
	.BMFSProductSectionImgAtt
	{
		height: 200px;
	}
	.BMFSProductSectionTitleAtt
	{
		font-size: 12px;
	}
	.ReadonlyBMFSProductSectionTitleAtt
	{
		font-size: 14px;
	}
	.BMSaudiVisionTitleAtt
	{
		font-size: 17px;
		width: 100%;
		word-break: break-word;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyBMSaudiVisionTitleAtt
	{
		font-size: 17px;
		width: 100%;
		word-break: break-word;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.BMSaudiVisionDescAtt
	{
		font-size: 12px;
		width: 328px;
		text-align: justify;
	}
	.ReadonlyBMSaudiVisionDescAtt
	{
		font-size: 12px;
		width: 100%;
		text-align: justify;
	}
	.BMLatestNewsTitleAtt
	{
		margin-top: 13px;
		font-size: 14px;
	}
	.ReadonlyBMLatestNewsTitleAtt
	{
		margin-top: 13px;
		font-size: 14px;
	}
	.BMLatestNewsDescAtt
	{
		font-size: 11px;
	}
	.ReadonlyBMLatestNewsDescAtt
	{
		font-size: 11px;
	}
	.NewsTitle
	{
		font-size: 24px;
	}
	.ReadonlyNewsTitle
	{
		font-size: 24px;
	}
	.NewsDescription
	{
		text-align: justify;
		max-width: 100%;
		width: 100%;
		font-size: 14px;
		line-height: 31px;
	}
	.ReadonlyNewsDescription
	{
		text-align: justify;
		max-width: 100%;
		width: 100%;
		font-size: 14px;
		line-height: 31px;
	}
	.BMLatestNewsImgAtt
	{
		height: 321px;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.BMLatestNewsWhiteTitleAtt
	{
		font-size: 10px;
	}
	.ReadonlyBMLatestNewsWhiteTitleAtt
	{
		font-size: 10px;
	}
	.ProductPictureDetiels
	{
		max-height: 430px;
		width: 100%;
		max-width: 95%;
		margin: 14px 10px 11px;
		 10px;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ProductNameDetielsAtt
	{
		margin-left: 28px;
		font-size: 18px;
		width: 67%;
		max-width: 53%;
	}
	.ReadonlyProductNameDetielsAtt
	{
		margin-left: 28px;
		font-size: 18px;
		width: 67%;
		max-width: 53%;
	}
	.ProductTitleDetielsAtt
	{
		margin-left: 5px;
		max-width: 56%;
		word-break: break-word;
		 white-space: normal;
		line-height: 22px;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyProductTitleDetielsAtt
	{
		margin-left: 5px;
		max-width: 56%;
		word-break: break-word;
		 white-space: normal;
		line-height: 22px;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.BrandNameDetielsAtt
	{
		margin-left: 6px;
	}
	.ReadonlyBrandNameDetielsAtt
	{
		margin-left: 6px;
	}
	.BMLatestNewsSubImgAtt
	{
		height: 241px;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.BMCerTableHeaderTitle
	{
		font-size: 23px;
	}
	.ReadonlyBMCerTableHeaderTitle
	{
		font-size: 23px;
	}
	.BMCerTableHeaderDesc
	{
		font-size: 13px;
	}
	.ReadonlyBMCerTableHeaderDesc
	{
		font-size: 13px;
	}
	.BMDCerTitleAtt
	{
		font-size: 12px;
	}
	.ReadonlyBMDCerTitleAtt
	{
		font-size: 12px;
	}
	.BMSearchProduct
	{
		font-size: 13px;
	}
	.BMCerTableHeaderWhiteDesc
	{
		font-size: 13px;
	}
	.ReadonlyBMCerTableHeaderWhiteDesc
	{
		font-size: 13px;
	}
	.BMAboutSectionTitle
	{
		font-size: 15px;
	}
	.ReadonlyBMAboutSectionTitle
	{
		font-size: 15px;
	}
	.BMAboutDescription
	{
		font-size: 11px;
	}
	.ReadonlyBMAboutDescription
	{
		font-size: 11px;
	}
	.BMAboutFSContainerImg
	{
		height: 208px;
	}
	.HomePageParameterTxt
	{
		font-size: 20px;
	}
	.ReadonlyHomePageParameterTxt
	{
		font-size: 20px;
	}
	.DCTitle
	{
		font-size: 10px;
		width: 102px;
	}
	.ReadonlyDCTitle
	{
		font-size: 10px;
		width: 102px;
	}
	.TermsDescription
	{
		padding-left: 2px;
		padding-right: 0px;
		font-size: 16px;
		width: 299px;
		max-width: 302px;
		text-align: left;
	}
	.ReadonlyTermsDescription
	{
		padding-left: 2px;
		padding-right: 0px;
		width: 299px;
		max-width: 302px;
		text-align: left;
	}
	.BtnActionGroupDisplay
	{
		background-size:contain;
		display: inline-block !important;
	}

	.ButtonWizard
	{
		margin-bottom: 5px;
	}

	.BMMPLanguageBtn
	{
		box-shadow: none !important;
		outline: 0 !important;
		border: none !important;
		background-color: transparent !important;
		font-size: 16px !important;
		font-weight: 400 !important;
		display: inline-block;
	}

	.Grid>tbody>tr,.Grid>[data-gxrow]
	{
		color: black;
		font-family: Lato,Tahoma,Verdana,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: BeVietnam-Regular;
		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]
	{
		background-color: #fff;
		color: #000;
		font-family: Lato,Tahoma,Verdana,sans-serif;
		font-size: 8.5pt;
		font-style: normal;
		text-align: left;
		text-indent: 5px;
		vertical-align: middle;
	}

	.GridWithBorderColor>thead>tr, .GridWithBorderColor>tfoot>tr
	{
		background-color: #fff;
		color: #000;
		color: #fff;
		font-family: BeVietnam-Regular;
		font-size: 11pt;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		text-decoration: none;
		text-align: left;
		text-indent: 5px;
		vertical-align: middle;
	}

	.ImagebetaAr
	{
		display: none;
	}
	.HeroSectionImage
	{
		width: 351px !important;
	}
	.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;
	}
	.LandingPurusMoreInfoContact
	{
		margin-left: 2px;
		height: 214px;
	}
	.LandingPurusImageServices
	{
		max-width: 110px;
	}
	.WarehoseImage
	{
		padding-top: 70px;
		width: 300px;
	}
	.sudiavisionfooterpic[data-gx-image]
	{
		max-width: 100% !important;
		height: auto !important;
		display: block !important;
}

	.LocationIcon
	{
		width: 28% !important;
		 max-width: 13% !important;
		 margin-top: 7%;
	}
	.ComercialAgImage
	{
		margin-top: 9px;
	}
	.WarehoseImage3
	{
		padding-top: 70px;
		width: 300px;
		width: 300px !important;
	}
	.DownlableContentCardImage2
	{
		margin-top: -45px !important;
		margin-left: 81% !important;
		height: 25px !important;
		width: 25px !important;
	}
	.ImageVideo
	{
		width: 318px !important;
		margin-left: 14% !important;
		height: 458px !important;
	}
	.ImageVideo[data-gx-image]
	{
		max-width: 100% !important;
		height: auto !important;
		display: block !important;
}

	.HowWeAreImageNewAboutUs
	{
		height: 309px;
		width: 51% !important;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.HowWeAreImageNewAboutUs[data-gx-image]
	{
		width: 100% !important;
		height: 100% !important;
		padding-left: 100% !important;
		box-sizing: border-box !important;
		display: block !important;
		background-position: 0;
		background-repeat: no-repeat !important;
		background-size: cover !important;
--gx-image-scaling:on;
}

	.BMMPLogo
	{
		margin-left: -5px;
	}
	.BMFSAboutSectionImg
	{
		display: none;
	}
	.BMDCImg
	{
		height: 217px;
		max-width: 100%;
		min-width: 100%;
		object-fit: fill;
	}
	.BMDownloadImg
	{
		width: 10%;
	}
	.LineProcuctViewer
	{
		width: 58%;
	}
	.DCImg
	{
		height: 83px;
		object-fit: fill;
	}
	.TableNewsDescription
	{
		padding-left: 5%;
		padding-right: 5%;
	}
	.BMContactUsContainer
	{
		width: 289px;
	}
	.TableItemCodeDetiels
	{
		margin-left: 28px;
	}
	.TableBranchLocation
	{
		width: 100% !important;
		margin-left: 6% !important;
		 margin-top: 6% !important;
	}
	.TableHeroSection
	{
		margin-top: -52% !important;
	}
	.Card1Image1Table
	{
		margin-top: 7%;
	}
	.CatalogsDownloadTablemain
	{
		margin-left: -53px !important;
		margin-top: 1% !important;
		padding-inline: 24% !important;
	}
	.Card1TableContent
	{
		margin-left: 1% !important;
		margin-top: -17px !important;
	}
	.TableFullTextSearch
	{
		margin-left: -3% !IMPORTANT;
		     margin-top: 6% !important;
	}
	.TableBrandsProducts
	{
		margin-left:22% !important;
		margin-top: 10% !important;
	}
	.TableBrands
	{
		margin-top: 6% !important;
	}
	.TableProductDetielsGrid
	{
		width: 100%;
		max-width: 100%;
	}
	.TableProductsPar
	{
		margin-top: 2%;
	}
	.TableImageDetiels
	{
		width: 150%;
		margin-left: 21%;
		border-width: 1px;
		border-style: solid;
		border-color: #00000029;
		margin-top: 10%;
	}
	.TableDataDetiels1
	{
		margin-left: 0px;
	}
	.TableSimilarProducts
	{
		margin-top: 6%;
		margin-left: -6%;
		padding-bottom: 2%;
	}
	.TableGridFooter
	{
		margin-top: 18% !important;
		margin-left: 20% !important;
	}
	.TableHeroSectionData
	{
		margin-top: 101% !important;
		width: 110% !important;
	}
	.TableHeroSectionDescription
	{
		margin-top: -21% !important;
	}
	.TableVideo
	{
		margin-top: -29% !important;
	}
	.TableAboutBECImage
	{
		margin-left: 35% !important;
		margin-top: 50% !important;
	}
	.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;
	}
	.TableMainWithShadow
	{
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
	}
	.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);
		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 #28a828;
		height: auto;
		width: auto;
	}
	.TableLoginWithLeftImageError
	{
		box-shadow: 0px 0px 14px #28a828;
		width: 100%;
	}
	.TableActionsCellLogin
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.MasterTopIconsCell
	{
		display: none;
	}
	.TableHiddenExtraSmall
	{
		display: none;
	}
	.TableContainerStepBullet
	{
		width: 50px;
	}
	.TableStepBulletLine
	{
		width: 14px;
	}
	.TableStepBulletLineChecked
	{
		width: 14px;
	}
	.TableCardDashboardAdminBaseColor
	{
		box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
	}
	.CardWithImageTable
	{
		box-shadow: 0px 0px 0px;
		margin-top: 1%;
		 max-width: 100%;
	}
	.CardWithImageTable1
	{
		box-shadow: 0px 0px 14px 0px #28a828;
	}
	.TableContainerStepUnderline
	{
		margin-right: 10px;
	}
	.TableStepExtraUnderlineChecked
	{
		height: 30px;
		width: 30px;
		line-height:30px;
	}
	.TableStepVertical
	{
		margin-right: 0px;
	}
	.TableContentLandingPurusTestimonials
	{
		width:calc(100% - 60px);
	}
	.TableContentLandingPurusHorizontalGrid
	{
		width:calc(100% - 60px);
	}
	.Newsection
	{
		margin-top: -9% !important;
		 background: rgba(0, 165, 120, 0.05);
	}
	.TableHeaderLandingPurus
	{
		padding-top: 18px;
	}
	.TableComponantCommercialAgencies
	{
		margin-left: 0px;
		margin-left: -2% !important;
	}
	.TableComponantOurSuccessPartners
	{
		margin-left: -2% !important;
	}
	.CardWithImageTableDeteilsNew
	{
		box-shadow: 0px 0px 0px;
		height: 351px !important;
	}
	.TableHeroSectionImage
	{
		margin-left: -6% !important;
		 margin-top: -248% !important;
	}
	.TableHeroSectionText
	{
		margin-top: -29% !important;
		width: 100%;
		text-align: left;
		white-space: break-spaces;
		    margin-left: 4% !IMPORTANT;
	}
	.TableCardCategory
	{
		box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
		    width: 180px !important;
		left: 0px;
		top: 0px;
		border-radius: 0px;
		padding: 30px 40px 30px 40px;
		height: 209px !important;
		margin-left: -2% !important;
	}
	.TableCategory
	{
		margin-left: 1% !important;
		margin-top:-1%;
		width: 88% !important;
	}
	.TableSaudiVisionImage
	{
		margin-top: -32% !important;
		width: 100%;
		margin-left: 11% !important;
	}
	.TableTextCardVision
	{
		margin-top: 14% !important;
		margin-left: -6% !important;
		width: 113% !important;
	}
	.TableSaudiVisionDescription
	{
		margin-left: 0% !important;
		margin-top: 10%;
	}
	.TableReadMore
	{
		margin-top: 15%;
		margin-left: 31% !important;
	}
	.TableAboutFSGrid
	{
		text-align: justify !important;
		font-size: 15px !important;
		width: 40% !important;
		font-family: Montserrat !important;
		margin-left: -4% !important;
		margin-top: 1% !important;
		color: #fff !important;
	}
	.TableHowWeAreData
	{
		width: 208% ;
		margin-top:21% !important;
	}
	.TableHowWeAreText
	{
		margin-top: -139%  !important;
		margin-left: -1% !important;
		word-wrap: break-word;
	}
	.TableHowWeAreImage
	{
		margin-top: 9%;
		    margin-left: -2% !important;
	}
	.TableHowWeAreImage1
	{
		margin-top: 9%;
		    margin-left: -2% !important;
	}
	.TableWhatDoWeOfferText
	{
		text-align: center;
		color: #000;
		font-size: 13px !important;
		  width: 100% !important;
		 margin-left: -1% !important;
		margin-top: 21%;
	}
	.TableWhatDoWeOfferData
	{
		background-size: cover !important;
		padding-top: calc( 50vh - 92px);
		padding-top: max(150px, 50vh - 92px);
		padding-bottom: calc( 50vh - 85px);
		padding-bottom: max(70px, 44vh - 100px);
	}
	.TableWhatDoWeOfferData1
	{
		background-size: cover !important;
		padding-top: calc( 50vh - 92px);
		padding-top: max(150px, 50vh - 92px);
		padding-bottom: calc( 50vh - 85px);
		padding-bottom: max(70px, 44vh - 100px);
	}
	.TableMainWithShadowNew
	{
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		padding-bottom: 15px;
		padding-top: 15px;
		background-color: #fff;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
		width: 100%;
		padding-top: 15px;
		width: 111%;
		overflow: hidden;
		background-color: #fff;
		margin-left: -6%;
	}
	.TableCategoriesText
	{
		margin-left: 1%;
		text-align: center;
		white-space: break-spaces;
		margin-top: 2% !important;
	}
	.TableHowWeAreText2
	{
		margin-top: 26%;
		margin-left: -1% !important;
		word-wrap: break-word;
	}
	.TableHowWeAreData2
	{
		width: 208%;
		    margin-top: -94% !important;
	}
	.TableBrand
	{
		width: 72%;
		margin-left: 14%;
		    margin-top: 10% !important;
	}
	.TableCatalogsData
	{
		background-size: cover !important;
		padding-top: calc( 50vh - 92px);
		padding-top: max(150px, 50vh - 92px);
		padding-bottom: calc( 50vh - 85px);
		padding-bottom: max(70px, 44vh - 100px);
	}
	.CatalogsTextDescription
	{
		padding-top: 2%;
		 font-size: 35px;
		 width: 44%;
		 margin-left: 5%;
	}
	.CatalogsTextTitle
	{
		margin-left: -46%;
		margin-top: 5%;
	}
	.CatalogsText
	{
		margin-left: 2% !important;
		width: 1400px;
		height: 150px;
		margin-top: 0%;
	}
	.TableCard1
	{
		border-width: 5px;
		width: 212%;
	}
	.TableTitel1
	{
		margin-top: 2%;
		border-width: 5px;
		margin-left: 5%;
	}
	.NewsTableMain1
	{
		border-width: 5px;
		height: 1805px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
		background-color: #fff;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
		margin-top: -7%;
		padding-top: 15px;
		width: 187%;
		 overflow: hidden;
		background-color: #fff;
		margin-left: -6%;
	}
	.TableCard2
	{
		border-width: 5px;
		max-height: 715px;
		 margin-top: -1%;
	}
	.TableImage1
	{
		border-width: 5px;
		margin-left: -2%;
		max-width: 302px;
	}
	.TableArticleText1
	{
		margin-top: 3%;
	}
	.TableImage3
	{
		margin-top: 26.4%!important;
		margin-left: -38%!important;
	}
	.TableTitel3
	{
		margin-left: -15%!important;
		 margin-top: -3%!important;
	}
	.TableImage4
	{
		width: 118%;
		margin-left: -139%;
		margin-top:3.5%;
	}
	.TableTitel4
	{
		margin-left: -37%!important;
		    margin-top: -31%!important;
	}
	.TableImage5
	{
		margin-top: 3%;
		width: 70%;
		margin-left: -138.6%;
	}
	.TableTitel5
	{
		margin-top: -45%;
		margin-left: -116%;
		 width: 100%;
	}
	.TableNewsTitel1
	{
		margin-top: 40%!important;
	}
	.DownloadableContentCardTable1
	{
		margin-left: 21px !important;
		margin-top: 13px;
		height: 58px;
		width: 200px;
		box-shadow: 0px 4px 4px 0px rgba(99, 115, 129, 0.24);
		margin-left: 17px;
	}
	.TableProductsNewTitle
	{
		margin-top: 13% !important;
	}
	.TableFullTextSearchNew
	{
		margin-top: -3% !important;
	}
	.TableSaudiVision2030
	{
		margin-left: 32% !important;
		    margin-top: 9% !important;
		padding-bottom: 1%;
	}
	.TableIconAndTextFooter
	{
		margin-top: 9%;
		margin-left: 7% !important;
	}
	.TableIconFooter
	{
		width: 63% !important;
	}
	.TableTextFooter
	{
		width: 100%;
		margin-left: -192%;
		 margin-top: 1%;
	}
	.TableMainHome
	{
		padding-top: 15px;
		width: 109%;
		overflow: hidden;
		background-color: #fff;
		margin-left: -4%;
		margin-top: -5%;
	}
	.TableContactUsData
	{
		background-repeat: no-repeat;
		background-image: url(../WorkWithPlusTheme/Frame_1__2_.png);
		width: 99% !important;
		     margin-left: 1% !important;
		height: 492px !important;
		background-size: cover !important;
	}
	.TableContactText
	{
		margin-left: -2% !important;
		text-align: center;
		white-space: break-spaces;
		margin-top: 14%;
	}
	.CountryInfo
	{
		margin-left: 20% !important;
		margin-top: 4% !important;
	}
	.TableBcontactAndBnranch
	{
		width: 54% !important;
		 margin-left: 9% !important;
		margin-top: 4% !important;
	}
	.ContactUsTextNew
	{
		margin-top: -52% !important;
		margin-left: 22%;
	}
	.CardWithImageTableNewNew
	{
		box-shadow: 0px 0px 0px;
		margin-top: 1%;
		 max-width: 100%;
	}
	.TableCategoryHomePage
	{
		margin-left: 1% !important;
		margin-top:-12%;
		width: 88% !important;
	}
	.DownloadableContent
	{
		margin-left: 1%;
		text-align: center;
		white-space: break-spaces;
		margin-top: 2% !important;
	}
	.TableAboutUs
	{
		margin-top: -12px;
		text-align: center;
		width: 501%;
		height: 849px;
		margin-left: -524px;
	}
	.BMTableHeader
	{
		padding-bottom: 7px;
		padding-left: 7%;
	}
	.BMTableHeroSection
	{
		padding-bottom: 0px;
	}
	.BMFSHeroSection
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.BMFSProductSection
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.BMFSCardProductSection
	{
		padding-left: 16px;
		padding-right: 37px;
	}
	.BMTableProductCategory
	{
		padding-bottom: 30px;
	}
	.BMHomeTitlePaddingBottom
	{
		padding-bottom: 30px;
	}
	.BMFSProductTable
	{
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		min-height: 100px;
		max-width: 100px;
	}
	.BMFSAboutSection
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.BMFSAboutSectionImgCell
	{
		display: none;
	}
	.BMFSAboutSectionCell
	{
		max-width: 100%;
	}
	.BMFSAboutSectionDesCell
	{
		max-width: 100%;
	}
	.BMFSCardProductSectionTC
	{
		height: 300px;
	}
	.BMTableProduct
	{
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.BMFSSaudiVisionSection
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.BMFSComercialAgenciesSection
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.BMFSCAContainer
	{
		height: 100px;
	}
	.BMFSCAContainerImg
	{
		max-width: 119px;
	}
	.BMFSSaudiVisionSectionCol
	{
		max-width: 100%;
	}
	.BMFSSaudiVisionSectionColS
	{
		row-gap: 20px;
		margin: 10px auto 0 auto;
	}
	.BMFSSaudiVisionSectionColFImg
	{
		height: 150px;
	}
	.BMSaudiVisionDescAttCon
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.BMNewsColGap
	{
		margin-left: -24%;
		width: 245px;
	}
	.TableBrandNameDetielsN
	{
		margin-left: 28px;
	}
	.TableProductCategoryDetielsN
	{
		margin-left: 28px;
	}
	.TableProductTitleDetielsN
	{
		margin-left: 28px;
	}
	.BMDownloadableContent
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.BMDCContainer
	{
		margin-left: 12%;
		gap: 20px;
		box-shadow: 0px 4px 4px rgba(99, 115, 129, 0.24);
		width: 300px !important;
	}
	.BMDCerContentCell
	{
		padding-left: 10%;
	}
	.BMProductsTableHeaderBG
	{
		padding-left: 57px;
		padding-right: 57px;
		background-size: cover;
		justify-content: center;
	}
	.BMContactUsMContent
	{
		padding-left: 57px;
	}
	.BMAboutTableHeaderBG
	{
		padding-left: 57px;
		padding-right: 57px;
		background-size: cover;
		justify-content:center;
	}
	.BMBrandsProductsContent
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.FooterTable
	{
		background: linear-gradient(180deg, rgba(43, 100, 57, 0.24) 2.99%, rgba(255, 255, 255, 0) 199.59%);
		 border-radius: 50%/100px 100px 0 0;
	}
	.UsefulLinkTable
	{
		margin-left: 0px;
		margin-top: 9px;
	}
	.BMDCerContentCell1
	{
		word-break: break-all;
		 margin-left: 12%;
	}
	.BMDCerContentCell2
	{
		padding-left: 10%;
		padding-top: 13%;
	}
	.BMTableHeroSectionS
	{
		padding-bottom: 50px;
	}
	.DCCatalogContainer
	{
		margin-left: 0px;
		box-shadow: 0px 4px 4px rgba(99, 115, 129, 0.24);
		gap: 20px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.CatalogDownloadableContent
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.DownloadableContentCardText
	{
		margin-top: -29px !important;
		font-weight: 700;
		color: #000;
	}
	.CatBrands
	{
		margin-left: 11px;
		margin-top: -10px;
		font-size: 23px!important;
		font-weight: 700;
		color: #006400;
	}
	.CatProducts
	{
		color: #006400;
		 font-weight: 700;
		font-size: 22px !important;
		margin-left: 11px;
		margin-top: -10px;
	}
	.SimilarProducts
	{
		margin-left: 23px;
		margin-top: -10px;
		font-size: 24px;
		font-weight: 700;
		color: #006400;
	}
	.Label,.gx-label.RatingLabel,.gx-label.AttributeLabel,.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.TextAttributeLabel,.gx-label.BlobContentTextAttributeLabel,.gx-label.ReadonlyBlobContentTextAttributeLabel,.gx-label.BlobInputTextAttributeLabel,.gx-label.ReadonlyTextAttributeLabel,.gx-label.TextActionAttributeLabel,.gx-label.BlobContentTextActionAttributeLabel,.gx-label.ReadonlyBlobContentTextActionAttributeLabel,.gx-label.BlobInputTextActionAttributeLabel,.gx-label.ReadonlyTextActionAttributeLabel,.gx-label.AttributeCardsMenuTitleLabel,.gx-label.ReadonlyAttributeCardsMenuTitleLabel,.gx-label.AttributeSecondaryLabel,.gx-label.ReadonlyAttributeSecondaryLabel,.gx-label.Attribute250Label,.gx-label.BootstrapTooltipRightLabel,.gx-label.BootstrapTooltipLeftLabel,.gx-label.AttributeNoWrapLabel,.gx-label.UpdateAttributeLabel,.gx-label.AttributeRealWidthCheckBoxLabel,.gx-label.AttributeCheckBoxCheckBoxLabel,.gx-label.UserInfoNameLabel,.gx-label.UserInfoRoleLabel,.gx-label.questioncalssLabel,.gx-label.FAQQustionLabel,.gx-label.WWP_SearchLabel,.gx-label.AttributeStepUnderlineUnselectedLabel,.gx-label.AttributeColorDangerLabel,.gx-label.AttributeColorInfoLabel,.gx-label.AttributeColorBaseColorLabel,.gx-label.AttributeColorWarningLabel,.gx-label.ProductSearchCheckBoxLabel,.gx-label.Attribute1Label,.gx-label.BlobContentAttribute1Label,.gx-label.ReadonlyBlobContentAttribute1Label,.gx-label.BlobInputAttribute1Label,.gx-label.ReadonlyAttribute1Label,.gx-label.Attribute2Label,.gx-label.BlobContentAttribute2Label,.gx-label.ReadonlyBlobContentAttribute2Label,.gx-label.BlobInputAttribute2Label,.gx-label.ReadonlyAttribute2Label,.gx-label.WhatDoWeOfferDescriptionLabel,.gx-label.Attribute3Label,.gx-label.BlobContentAttribute3Label,.gx-label.ReadonlyBlobContentAttribute3Label,.gx-label.BlobInputAttribute3Label,.gx-label.ReadonlyAttribute3Label,.gx-label.CategorySearchLabel,.gx-label.BlobContentCategorySearchLabel,.gx-label.ReadonlyBlobContentCategorySearchLabel,.gx-label.BlobInputCategorySearchLabel,.gx-label.ReadonlyCategorySearchLabel,.gx-label.Attribute4Label,.gx-label.BlobContentAttribute4Label,.gx-label.ReadonlyBlobContentAttribute4Label,.gx-label.BlobInputAttribute4Label,.gx-label.ReadonlyAttribute4Label,.gx-label.NewsShortDescriptionEnLabel,.gx-label.BlobContentNewsShortDescriptionEnLabel,.gx-label.ReadonlyBlobContentNewsShortDescriptionEnLabel,.gx-label.BlobInputNewsShortDescriptionEnLabel,.gx-label.ReadonlyNewsShortDescriptionEnLabel,.gx-label.ProductRemarkDetielsLabel,.gx-label.BlobContentProductRemarkDetielsLabel,.gx-label.ReadonlyBlobContentProductRemarkDetielsLabel,.gx-label.BlobInputProductRemarkDetielsLabel,.gx-label.ReadonlyProductRemarkDetielsLabel,.gx-label.LatestStoryTitleLabel,.gx-label.BlobContentLatestStoryTitleLabel,.gx-label.ReadonlyBlobContentLatestStoryTitleLabel,.gx-label.BlobInputLatestStoryTitleLabel,.gx-label.ReadonlyLatestStoryTitleLabel,.gx-label.Attribute5Label,.gx-label.BlobContentAttribute5Label,.gx-label.ReadonlyBlobContentAttribute5Label,.gx-label.BlobInputAttribute5Label,.gx-label.ReadonlyAttribute5Label,.gx-label.BranchesCountryNameEnLabel,.gx-label.ProductCategoryEnNameNewLabel,.gx-label.BlobContentProductCategoryEnNameNewLabel,.gx-label.ReadonlyBlobContentProductCategoryEnNameNewLabel,.gx-label.BlobInputProductCategoryEnNameNewLabel,.gx-label.ReadonlyProductCategoryEnNameNewLabel,.gx-label.AttributeTitleCerLabel,.gx-label.BlobContentAttributeTitleLabel,.gx-label.ReadonlyBlobContentAttributeTitleLabel,.gx-label.BlobInputAttributeTitleLabel,.gx-label.ReadonlyAttributeTitleLabel,.gx-label.AttributeTitleCer1Label,.gx-label.BlobContentAttributeTitle1Label,.gx-label.ReadonlyBlobContentAttributeTitle1Label,.gx-label.BlobInputAttributeTitle1Label,.gx-label.ReadonlyAttributeTitle1Label,.gx-label.AttributeTitleCerCustomLabel,.gx-label.AttributeTitleCerCustom1Label,.gx-label.BlobContentAttributeTitleCerCustom1Label,.gx-label.ReadonlyBlobContentAttributeTitleCerCustom1Label,.gx-label.BlobInputAttributeTitleCerCustom1Label,.gx-label.ReadonlyAttributeTitleCerCustom1Label,.gx-label.Attribute6Label,.gx-label.BlobContentAttribute6Label,.gx-label.ReadonlyBlobContentAttribute6Label,.gx-label.BlobInputAttribute6Label,.gx-label.ReadonlyAttribute6Label,.gx-label.ShowAllProductBtnHvLabel,.gx-label.BlobContentShowAllProductBtnHvLabel,.gx-label.ReadonlyBlobContentShowAllProductBtnHvLabel,.gx-label.BlobInputShowAllProductBtnHvLabel,.gx-label.ReadonlyShowAllProductBtnHvLabel,.gx-label.ShowAllProductBtnLabel,.gx-label.BlobContentShowAllProductBtnLabel,.gx-label.ReadonlyBlobContentShowAllProductBtnLabel,.gx-label.BlobInputShowAllProductBtnLabel,.gx-label.ReadonlyShowAllProductBtnLabel,.gx-label.ContactInfoEmailLabel,.gx-label.BlobContentContactInfoEmailLabel,.gx-label.ReadonlyBlobContentContactInfoEmailLabel,.gx-label.BlobInputContactInfoEmailLabel,.gx-label.ReadonlyContactInfoEmailLabel,.gx-label.AdminTextLabel,.gx-label.BlobContentAdminTextLabel,.gx-label.ReadonlyBlobContentAdminTextLabel,.gx-label.BlobInputAdminTextLabel,.gx-label.ReadonlyAdminTextLabel,.gx-label.WhatDoWeOfferDescriptionWhatDoWeOfferDescriptionLabel,.gx-label.BlobContentWhatDoWeOfferDescriptionWhatDoWeOfferDescriptionLabel,.gx-label.ReadonlyBlobContentWhatDoWeOfferDescriptionWhatDoWeOfferDescriptionLabel,.gx-label.BlobInputWhatDoWeOfferDescriptionWhatDoWeOfferDescriptionLabel,.gx-label.ReadonlyWhatDoWeOfferDescriptionWhatDoWeOfferDescriptionLabel,.gx-label.AboutBECImageLabel,.gx-label.BlobContentAboutBECImageLabel,.gx-label.ReadonlyBlobContentAboutBECImageLabel,.gx-label.BlobInputAboutBECImageLabel,.gx-label.ReadonlyAboutBECImageLabel,.gx-label.PartnersLogoLabel,.gx-label.BlobContentPartnersLogoLabel,.gx-label.ReadonlyBlobContentPartnersLogoLabel,.gx-label.BlobInputPartnersLogoLabel,.gx-label.ReadonlyPartnersLogoLabel,.gx-label.DownloadableContentTitleLabel,.gx-label.BlobContentDownloadableContentTitleLabel,.gx-label.ReadonlyBlobContentDownloadableContentTitleLabel,.gx-label.BlobInputDownloadableContentTitleLabel,.gx-label.ReadonlyDownloadableContentTitleLabel,.gx-label.ProductCardImageHomeNewLabel,.gx-label.BlobContentProductCardImageHomeNewLabel,.gx-label.ReadonlyBlobContentProductCardImageHomeNewLabel,.gx-label.BlobInputProductCardImageHomeNewLabel,.gx-label.ReadonlyProductCardImageHomeNewLabel,.gx-label.TitelProductNewDetielsLabel,.gx-label.BlobContentTitelProductNewDetielsLabel,.gx-label.ReadonlyBlobContentTitelProductNewDetielsLabel,.gx-label.BlobInputTitelProductNewDetielsLabel,.gx-label.ReadonlyTitelProductNewDetielsLabel,.gx-label.ProductCardImageHomeNewDetielsLabel,.gx-label.BlobContentProductCardImageHomeNewDetielsLabel,.gx-label.ReadonlyBlobContentProductCardImageHomeNewDetielsLabel,.gx-label.BlobInputProductCardImageHomeNewDetielsLabel,.gx-label.ReadonlyProductCardImageHomeNewDetielsLabel,.gx-label.ItemCardLabel,.gx-label.BlobContentItemCardLabel,.gx-label.ReadonlyBlobContentItemCardLabel,.gx-label.BlobInputItemCardLabel,.gx-label.ReadonlyItemCardLabel,.gx-label.ProductTitleDetiels1Label,.gx-label.BlobContentProductTitleDetiels1Label,.gx-label.ReadonlyBlobContentProductTitleDetiels1Label,.gx-label.BlobInputProductTitleDetiels1Label,.gx-label.ReadonlyProductTitleDetiels1Label,.gx-label.ProductCategoryDetielsLabel,.gx-label.BlobContentProductCategoryDetielsLabel,.gx-label.ReadonlyBlobContentProductCategoryDetielsLabel,.gx-label.BlobInputProductCategoryDetielsLabel,.gx-label.ReadonlyProductCategoryDetielsLabel,.gx-label.BrandNameDetielsLabel,.gx-label.BlobContentBrandNameDetielsLabel,.gx-label.ReadonlyBlobContentBrandNameDetielsLabel,.gx-label.BlobInputBrandNameDetielsLabel,.gx-label.ReadonlyBrandNameDetielsLabel,.gx-label.ProductNameDetielsLabel,.gx-label.BlobContentProductNameDetielsLabel,.gx-label.ReadonlyBlobContentProductNameDetielsLabel,.gx-label.BlobInputProductNameDetielsLabel,.gx-label.ReadonlyProductNameDetielsLabel,.gx-label.HowWeAreImageLabel,.gx-label.ContactInfoFirstPhoneLabel,.gx-label.TitelProductLabel,.gx-label.AboutBECEnShortDescriptionLabel,.gx-label.BlobContentAboutBECEnShortDescriptionLabel,.gx-label.ReadonlyBlobContentAboutBECEnShortDescriptionLabel,.gx-label.BlobInputAboutBECEnShortDescriptionLabel,.gx-label.ReadonlyAboutBECEnShortDescriptionLabel,.gx-label.TableAboutBEC1Label,.gx-label.AttributeFLLabel,.gx-label.BlobInputAttributeFLLabel,.gx-label.BlobContentAttributeFLLabel,.gx-label.ReadonlyBlobContentAttributeFLLabel,.gx-label.ReadonlyAttributeFLLabel,.gx-label.ErrorAttributeFLLabel,.gx-label.BlobContentAttributeLabel,.gx-label.ReadonlyBlobContentAttributeLabel,.gx-label.AttributeTitleSplitScreenLabel,.gx-label.ReadonlyAttributeTitleSplitScreenLabel,.gx-label.AttributeSubtitleSplitScreenLabel,.gx-label.ReadonlyAttributeSubtitleSplitScreenLabel,.gx-label.AttributeSearchSplitScreenLabel,.gx-label.ReadonlyAttributeSearchSplitScreenLabel,.gx-label.AttributeSearchLabel,.gx-label.ReadonlyAttributeSearchLabel,.gx-label.AttributeLoginLabel,.gx-label.AttributeLoginImageLeftLabel,.gx-label.AttributeRealWidthTotalizerLabel,.gx-label.AttributeAcceptDragLabel,.gx-label.AttributeTotalizerLabel,.gx-label.ReadonlyAttributeTotalizerLabel,.gx-label.ReadonlyAttributeRealWidthTotalizerLabel,.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.BlobContentActionBaseColorAttributeLabel,.gx-label.ReadonlyBlobContentActionBaseColorAttributeLabel,.gx-label.ReadonlyActionBaseColorAttributeLabel,.gx-label.BlobInputActionBaseColorAttributeLabel,.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.AssociationListAttributeLabel,.gx-label.BlobContentAssociationListAttributeLabel,.gx-label.ReadonlyBlobContentAssociationListAttributeLabel,.gx-label.BlobInputAssociationListAttributeLabel,.gx-label.ReadonlyAssociationListAttributeLabel,.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.AttributeWhiteLabel,.gx-label.BlobContentAttributeWhiteLabel,.gx-label.ReadonlyBlobContentAttributeWhiteLabel,.gx-label.BlobInputAttributeWhiteLabel,.gx-label.ReadonlyAttributeWhiteLabel,.gx-label.AttributeCharLongLabel,.gx-label.BlobContentAttributeCharLongLabel,.gx-label.ReadonlyBlobContentAttributeCharLongLabel,.gx-label.BlobInputAttributeCharLongLabel,.gx-label.ReadonlyAttributeCharLongLabel,.gx-label.AttributeManageFiltersLabel,.gx-label.AttributeImageFixWidthLabel,.gx-label.BlobContentAttributeImageFixWidthLabel,.gx-label.ReadonlyBlobContentAttributeImageFixWidthLabel,.gx-label.BlobInputAttributeImageFixWidthLabel,.gx-label.ReadonlyAttributeImageFixWidthLabel,.gx-label.AttributeImage30Label,.gx-label.ReadonlyAttributeImage30Label,.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.SearchResultsListTitleAttributeLabel,.gx-label.ReadonlySearchResultsListTitleAttributeLabel,.gx-label.SearchResultsListDescriptionAttributeLabel,.gx-label.ReadonlySearchResultsListDescriptionAttributeLabel,.gx-label.CardImageAttributeLabel,.gx-label.ReadonlyCardImageAttributeLabel,.gx-label.CardImageAttributeWhiteWithShadowLabel,.gx-label.ReadonlyCardImageAttributeWhiteWithShadowLabel,.gx-label.CardImageAttributeWhiteSubtitleWithShadowLabel,.gx-label.ReadonlyCardImageAttributeWhiteSubtitleWithShadowLabel,.gx-label.AttributeBannerModulesLabel,.gx-label.ReadonlyAttributeBannerModulesLabel,.gx-label.ImageHomeModulesBackLabel,.gx-label.CardImageAttributeDescriptionLabel,.gx-label.BlobContentCardImageAttributeDescriptionLabel,.gx-label.ReadonlyBlobContentCardImageAttributeDescriptionLabel,.gx-label.BlobInputCardImageAttributeDescriptionLabel,.gx-label.ReadonlyCardImageAttributeDescriptionLabel,.gx-label.SimpleCardAttributeTitleLabel,.gx-label.ReadonlySimpleCardAttributeTitleLabel,.gx-label.SimpleCardAttributeSubtitleLabel,.gx-label.ReadonlySimpleCardAttributeSubtitleLabel,.gx-label.CardSmallImageAttributeLabel,.gx-label.ReadonlyCardSmallImageAttributeLabel,.gx-label.CardSmallImageAttributeDescriptionLabel,.gx-label.ReadonlyCardSmallImageAttributeDescriptionLabel,.gx-label.CardWithImageAttributeDescriptionLabel,.gx-label.BlobContentCardWithImageAttributeDescriptionLabel,.gx-label.ReadonlyBlobContentCardWithImageAttributeDescriptionLabel,.gx-label.BlobInputCardWithImageAttributeDescriptionLabel,.gx-label.ReadonlyCardWithImageAttributeDescriptionLabel,.gx-label.ChatAttributeNameLabel,.gx-label.BlobContentChatAttributeNameLabel,.gx-label.ReadonlyBlobContentChatAttributeNameLabel,.gx-label.BlobInputChatAttributeNameLabel,.gx-label.ReadonlyChatAttributeNameLabel,.gx-label.ChatAttributeDateLabel,.gx-label.BlobContentChatAttributeDateLabel,.gx-label.ReadonlyBlobContentChatAttributeDateLabel,.gx-label.BlobInputChatAttributeDateLabel,.gx-label.ReadonlyChatAttributeDateLabel,.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.AttributeRegisterLabel,.gx-label.ProgressAdminCardDescriptionLabel,.gx-label.ProgressAdminCardNumberLabel,.gx-label.ReadonlyProgressAdminCardNumberLabel,.gx-label.ReadonlyProgressAdminCardDescriptionLabel,.gx-label.ProgressBarAdminV2DescriptionLabel,.gx-label.ProgressBarAdminV2NumberLabel,.gx-label.ReadonlyProgressBarAdminV2NumberLabel,.gx-label.ProgressBarAdminV2NumberTotalLabel,.gx-label.ReadonlyProgressBarAdminV2NumberTotalLabel,.gx-label.ProgressBarAdminV2TitleLabel,.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.CardLongDescriptionLabel,.gx-label.ReadonlyCardLongDescriptionLabel,.gx-label.AttributeHomeModulesTitleLabel,.gx-label.ReadonlyAttributeHomeModulesTitleLabel,.gx-label.AttributeHomeModulesBigTitleLabel,.gx-label.ReadonlyAttributeHomeModulesBigTitleLabel,.gx-label.AttributeHomeModulesBigDescriptionLabel,.gx-label.ReadonlyAttributeHomeModulesBigDescriptionLabel,.gx-label.ProductCardSmallImageAttributeLabel,.gx-label.ReadonlyProductCardSmallImageAttributeLabel,.gx-label.AttributeStepUnderlineLabel,.gx-label.ReadonlyAttributeStepUnderlineLabel,.gx-label.AttributeStepVerticalLabel,.gx-label.ReadonlyAttributeStepVerticalLabel,.gx-label.CertifcateImageLabel,.gx-label.AttributeLandingPurusFooterLabel,.gx-label.ReadonlyAttributeLandingPurusFooterLabel,.gx-label.AttributeLandingPurusFooterSuboptionLabel,.gx-label.ReadonlyAttributeLandingPurusFooterSuboptionLabel,.gx-label.AttributeLandingPurusMainNumbersLabel,.gx-label.ReadonlyAttributeLandingPurusMainNumbersLabel,.gx-label.AttributeLandingPurusStudioImageLabel,.gx-label.ReadonlyAttributeLandingPurusStudioImageLabel,.gx-label.AttributeLandingPurusSubtitleLabel,.gx-label.ReadonlyAttributeLandingPurusSubtitleLabel,.gx-label.AttributeLandingPurusMainNumbersSubtitleLabel,.gx-label.ReadonlyAttributeLandingPurusMainNumbersSubtitleLabel,.gx-label.AttributeLandingPurusSimpleTitleLabel,.gx-label.ReadonlyAttributeLandingPurusSimpleTitleLabel,.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.QuestionClassLabel,.gx-label.BlobContentQuestionClassLabel,.gx-label.ReadonlyBlobContentQuestionClassLabel,.gx-label.BlobInputQuestionClassLabel,.gx-label.ReadonlyQuestionClassLabel,.gx-label.ProductTitleCardLabel,.gx-label.BlobContentProductTitleCardLabel,.gx-label.ReadonlyBlobContentProductTitleCardLabel,.gx-label.BlobInputProductTitleCardLabel,.gx-label.ReadonlyProductTitleCardLabel,.gx-label.NewsCardImageLabel,.gx-label.BlobContentNewsCardImageLabel,.gx-label.ReadonlyBlobContentNewsCardImageLabel,.gx-label.BlobInputNewsCardImageLabel,.gx-label.ReadonlyNewsCardImageLabel,.gx-label.NewsTitleCardLabel,.gx-label.BlobContentNewsTitleCardLabel,.gx-label.ReadonlyBlobContentNewsTitleCardLabel,.gx-label.BlobInputNewsTitleCardLabel,.gx-label.ReadonlyNewsTitleCardLabel,.gx-label.CertificatesLabel,.gx-label.BlobContentCertificatesLabel,.gx-label.ReadonlyBlobContentCertificatesLabel,.gx-label.BlobInputCertificatesLabel,.gx-label.ReadonlyCertificatesLabel,.gx-label.CertificateTitleLabel,.gx-label.BlobContentCertificateTitleLabel,.gx-label.ReadonlyBlobContentCertificateTitleLabel,.gx-label.BlobInputCertificateTitleLabel,.gx-label.ReadonlyCertificateTitleLabel,.gx-label.ProductSearchLabel,.gx-label.BlobContentProductSearchLabel,.gx-label.ReadonlyBlobContentProductSearchLabel,.gx-label.BlobInputProductSearchLabel,.gx-label.ReadonlyProductSearchLabel,.gx-label.ProductCardImageHomeLabel,.gx-label.BlobContentProductCardImageHomeLabel,.gx-label.ReadonlyBlobContentProductCardImageHomeLabel,.gx-label.BlobInputProductCardImageHomeLabel,.gx-label.ReadonlyProductCardImageHomeLabel,.gx-label.NewsShortDesDetailsLabel,.gx-label.BlobContentNewsShortDesDetailsLabel,.gx-label.ReadonlyBlobContentNewsShortDesDetailsLabel,.gx-label.BlobInputNewsShortDesDetailsLabel,.gx-label.ReadonlyNewsShortDesDetailsLabel,.gx-label.NewsTitleDetailsLabel,.gx-label.BlobContentNewsTitleDetailsLabel,.gx-label.ReadonlyBlobContentNewsTitleDetailsLabel,.gx-label.BlobInputNewsTitleDetailsLabel,.gx-label.ReadonlyNewsTitleDetailsLabel,.gx-label.NewsLongDesDetailsLabel,.gx-label.BlobContentNewsLongDesDetailsLabel,.gx-label.ReadonlyBlobContentNewsLongDesDetailsLabel,.gx-label.BlobInputNewsLongDesDetailsLabel,.gx-label.ReadonlyNewsLongDesDetailsLabel,.gx-label.HTMDescriptionLabel,.gx-label.BlobContentHTMDescriptionLabel,.gx-label.ReadonlyBlobContentHTMDescriptionLabel,.gx-label.BlobInputHTMDescriptionLabel,.gx-label.ReadonlyHTMDescriptionLabel,.gx-label.AboutUsDescriptionLabel,.gx-label.BlobContentAboutUsDescriptionLabel,.gx-label.ReadonlyBlobContentAboutUsDescriptionLabel,.gx-label.BlobInputAboutUsDescriptionLabel,.gx-label.ReadonlyAboutUsDescriptionLabel,.gx-label.ProductItemCodeDeteilsLabel,.gx-label.BlobContentProductItemCodeDeteilsLabel,.gx-label.ReadonlyBlobContentProductItemCodeDeteilsLabel,.gx-label.BlobInputProductItemCodeDeteilsLabel,.gx-label.ReadonlyProductItemCodeDeteilsLabel,.gx-label.ProductTitleDetielsLabel,.gx-label.BlobContentProductTitleDetielsLabel,.gx-label.ReadonlyBlobContentProductTitleDetielsLabel,.gx-label.BlobInputProductTitleDetielsLabel,.gx-label.ReadonlyProductTitleDetielsLabel,.gx-label.CardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.BlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.ReadonlyBlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.BlobInputCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.ReadonlyCardImageAttributeWhiteSubtitleWithShadowDeteilsLabel,.gx-label.CardImageAttributeWhiteSubtitleWithShadowDeteilsLabelLabel,.gx-label.BlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabelLabel,.gx-label.ReadonlyBlobContentCardImageAttributeWhiteSubtitleWithShadowDeteilsLabelLabel,.gx-label.BlobInputCardImageAttributeWhiteSubtitleWithShadowDeteilsLabelLabel,.gx-label.ReadonlyCardImageAttributeWhiteSubtitleWithShadowDeteilsLabelLabel,.gx-label.ProductCardImageHomeDetailsLabel,.gx-label.BlobContentProductCardImageHomeDetailsLabel,.gx-label.ReadonlyBlobContentProductCardImageHomeDetailsLabel,.gx-label.BlobInputProductCardImageHomeDetailsLabel,.gx-label.ReadonlyProductCardImageHomeDetailsLabel,.gx-label.HeroSectionTitleLabel,.gx-label.BlobContentHeroSectionTitleLabel,.gx-label.ReadonlyBlobContentHeroSectionTitleLabel,.gx-label.BlobInputHeroSectionTitleLabel,.gx-label.ReadonlyHeroSectionTitleLabel,.gx-label.HeroSectionDescriptionLabel,.gx-label.BlobContentHeroSectionDescriptionLabel,.gx-label.ReadonlyBlobContentHeroSectionDescriptionLabel,.gx-label.BlobInputHeroSectionDescriptionLabel,.gx-label.ReadonlyHeroSectionDescriptionLabel,.gx-label.InviteMessageTextLabel,.gx-label.BlobContentInviteMessageTextLabel,.gx-label.ReadonlyBlobContentInviteMessageTextLabel,.gx-label.BlobInputInviteMessageTextLabel,.gx-label.ReadonlyInviteMessageTextLabel,.gx-label.CategoriesComboLabel,.gx-label.BlobContentCategoriesComboLabel,.gx-label.ReadonlyBlobContentCategoriesComboLabel,.gx-label.BlobInputCategoriesComboLabel,.gx-label.ReadonlyCategoriesComboLabel,.gx-label.CategoryLongDescriptionLabel,.gx-label.BlobContentCategoryLongDescriptionLabel,.gx-label.ReadonlyBlobContentCategoryLongDescriptionLabel,.gx-label.BlobInputCategoryLongDescriptionLabel,.gx-label.ReadonlyCategoryLongDescriptionLabel,.gx-label.WeoffermanymedicalequipmentsandsuppliesLabel,.gx-label.BlobContentWeoffermanymedicalequipmentsandsuppliesLabel,.gx-label.ReadonlyBlobContentWeoffermanymedicalequipmentsandsuppliesLabel,.gx-label.BlobInputWeoffermanymedicalequipmentsandsuppliesLabel,.gx-label.ReadonlyWeoffermanymedicalequipmentsandsuppliesLabel,.gx-label.WeareprovidingthebestmedicalequipmentinSaudiArabiaLabel,.gx-label.BlobContentWeareprovidingthebestmedicalequipmentinSaudiArabiaLabel,.gx-label.ReadonlyBlobContentWeareprovidingthebestmedicalequipmentinSaudiArabiaLabel,.gx-label.BlobInputWeareprovidingthebestmedicalequipmentinSaudiArabiaLabel,.gx-label.ReadonlyWeareprovidingthebestmedicalequipmentinSaudiArabiaLabel,.gx-label.SaudiVisionImageLabel,.gx-label.BlobContentSaudiVisionImageLabel,.gx-label.ReadonlyBlobContentSaudiVisionImageLabel,.gx-label.BlobInputSaudiVisionImageLabel,.gx-label.ReadonlySaudiVisionImageLabel,.gx-label.SaudiVisionTitelLabel,.gx-label.BlobContentSaudiVisionTitelLabel,.gx-label.ReadonlyBlobContentSaudiVisionTitelLabel,.gx-label.BlobInputSaudiVisionTitelLabel,.gx-label.ReadonlySaudiVisionTitelLabel,.gx-label.SaudiVisionDescriptionLabel,.gx-label.BlobContentSaudiVisionDescriptionLabel,.gx-label.ReadonlyBlobContentSaudiVisionDescriptionLabel,.gx-label.BlobInputSaudiVisionDescriptionLabel,.gx-label.ReadonlySaudiVisionDescriptionLabel,.gx-label.HeroSectionImageNewLabel,.gx-label.BlobContentHeroSectionImageNewLabel,.gx-label.ReadonlyBlobContentHeroSectionImageNewLabel,.gx-label.BlobInputHeroSectionImageNewLabel,.gx-label.ReadonlyHeroSectionImageNewLabel,.gx-label.TitelProductNewLabel,.gx-label.BlobContentTitelProductNewLabel,.gx-label.ReadonlyBlobContentTitelProductNewLabel,.gx-label.BlobInputTitelProductNewLabel,.gx-label.ReadonlyTitelProductNewLabel,.gx-label.ContactInfoThirdPhoneLabel,.gx-label.BlobContentContactInfoThirdPhoneLabel,.gx-label.ReadonlyBlobContentContactInfoThirdPhoneLabel,.gx-label.BlobInputContactInfoThirdPhoneLabel,.gx-label.ReadonlyContactInfoThirdPhoneLabel,.gx-label.ContactInfoSucandPhoneLabel,.gx-label.BlobContentContactInfoSucandPhoneLabel,.gx-label.ReadonlyBlobContentContactInfoSucandPhoneLabel,.gx-label.BlobInputContactInfoSucandPhoneLabel,.gx-label.ReadonlyContactInfoSucandPhoneLabel,.gx-label.AttributeLandingPurusFooterTextLabel,.gx-label.BlobContentAttributeLandingPurusFooterTextLabel,.gx-label.ReadonlyBlobContentAttributeLandingPurusFooterTextLabel,.gx-label.BlobInputAttributeLandingPurusFooterTextLabel,.gx-label.ReadonlyAttributeLandingPurusFooterTextLabel,.gx-label.ContactInfoFirstPhoneNewLabel,.gx-label.BlobContentContactInfoFirstPhoneLabel,.gx-label.ReadonlyBlobContentContactInfoFirstPhoneLabel,.gx-label.BlobInputContactInfoFirstPhoneLabel,.gx-label.ReadonlyContactInfoFirstPhoneLabel,.gx-label.AttributeLandingPurusSloganSubtitleAboutLabel,.gx-label.BlobContentAttributeLandingPurusSloganSubtitleAboutLabel,.gx-label.ReadonlyBlobContentAttributeLandingPurusSloganSubtitleAboutLabel,.gx-label.BlobInputAttributeLandingPurusSloganSubtitleAboutLabel,.gx-label.ReadonlyAttributeLandingPurusSloganSubtitleAboutLabel,.gx-label.HowWeAreTitleLabel,.gx-label.BlobInputHowWeAreTitleLabel,.gx-label.BlobContentHowWeAreTitleLabel,.gx-label.ReadonlyBlobContentHowWeAreTitleLabel,.gx-label.ReadonlyHowWeAreTitleLabel,.gx-label.HowWeAreLongDescriptionLabel,.gx-label.BlobInputHowWeAreLongDescriptionLabel,.gx-label.BlobContentHowWeAreLongDescriptionLabel,.gx-label.ReadonlyBlobContentHowWeAreLongDescriptionLabel,.gx-label.ReadonlyHowWeAreLongDescriptionLabel,.gx-label.HowWeAreImageNewLabel,.gx-label.BlobContentHowWeAreImageNewLabel,.gx-label.ReadonlyBlobContentHowWeAreImageNewLabel,.gx-label.BlobInputHowWeAreImageNewLabel,.gx-label.ReadonlyHowWeAreImageNewLabel,.gx-label.WhatDoWeOfferTitleLabel,.gx-label.BlobContentTableWhatDoWeOfferTitleLabel,.gx-label.ReadonlyBlobContentTableWhatDoWeOfferTitleLabel,.gx-label.BlobInputTableWhatDoWeOfferTitleLabel,.gx-label.ReadonlyWhatDoWeOfferTitleLabel,.gx-label.WhatDoWeOfferImageLabel,.gx-label.BlobContentTableWhatDoWeOfferImageLabel,.gx-label.ReadonlyBlobContentTableWhatDoWeOfferImageLabel,.gx-label.BlobInputTableWhatDoWeOfferImageLabel,.gx-label.ReadonlyWhatDoWeOfferImageLabel,.gx-label.LandingPurusSloganSubtitleAboutNewLabel,.gx-label.BlobContentLandingPurusSloganSubtitleAboutNewLabel,.gx-label.ReadonlyBlobContentLandingPurusSloganSubtitleAboutNewLabel,.gx-label.BlobInputLandingPurusSloganSubtitleAboutNewLabel,.gx-label.ReadonlyLandingPurusSloganSubtitleAboutNewLabel,.gx-label.BrandImageLabel,.gx-label.BlobContentBrandImageLabel,.gx-label.ReadonlyBlobContentBrandImageLabel,.gx-label.BlobInputBrandImageLabel,.gx-label.ReadonlyBrandImageLabel,.gx-label.CatalogsTitleEnLabel,.gx-label.BlobContentCatalogsTitleEnLabel,.gx-label.ReadonlyBlobContentCatalogsTitleEnLabel,.gx-label.BlobInputCatalogsTitleEnLabel,.gx-label.ReadonlyCatalogsTitleEnLabel,.gx-label.CatalogsDescriptionEnLabel,.gx-label.BlobContentCatalogsDescriptionEnLabel,.gx-label.ReadonlyBlobContentCatalogsDescriptionEnLabel,.gx-label.BlobInputCatalogsDescriptionEnLabel,.gx-label.ReadonlyCatalogsDescriptionEnLabel,.gx-label.NewsImageLabel,.gx-label.BlobContentNewsImageLabel,.gx-label.ReadonlyBlobContentNewsImageLabel,.gx-label.BlobInputNewsImageLabel,.gx-label.ReadonlyNewsImageLabel,.gx-label.NewsEnTitleLabel,.gx-label.BlobContentNewsEnTitleLabel,.gx-label.ReadonlyBlobContentNewsEnTitleLabel,.gx-label.BlobInputNewsEnTitleLabel,.gx-label.ReadonlyNewsEnTitleLabel,.gx-label.NewsEnShortDescriptionLabel,.gx-label.BlobContentNewsEnShortDescriptionLabel,.gx-label.ReadonlyBlobContentNewsEnShortDescriptionLabel,.gx-label.BlobInputNewsEnShortDescriptionLabel,.gx-label.ReadonlyNewsEnShortDescriptionLabel,.gx-label.NewsEnLongDescriptionLabel,.gx-label.BlobContentNewsEnLongDescriptionLabel,.gx-label.ReadonlyBlobContentNewsEnLongDescriptionLabel,.gx-label.BlobInputNewsEnLongDescriptionLabel,.gx-label.ReadonlyNewsEnLongDescriptionLabel,.gx-label.NewsEnTitle1Label,.gx-label.BlobContentNewsEnTitle1Label,.gx-label.ReadonlyBlobContentNewsEnTitle1Label,.gx-label.BlobInputNewsEnTitle1Label,.gx-label.ReadonlyNewsEnTitle1Label,.gx-label.NewsImage1Label,.gx-label.BlobContentNewsImage1Label,.gx-label.ReadonlyBlobContentNewsImage1Label,.gx-label.BlobInputNewsImage1Label,.gx-label.ReadonlyNewsImage1Label,.gx-label.NewsEnTitle2Label,.gx-label.BlobContentNewsEnTitle2Label,.gx-label.ReadonlyBlobContentNewsEnTitle2Label,.gx-label.BlobInputNewsEnTitle2Label,.gx-label.ReadonlyNewsEnTitle2Label,.gx-label.NewsEnTitle3Label,.gx-label.BlobContentNewsEnTitle3Label,.gx-label.ReadonlyBlobContentNewsEnTitle3Label,.gx-label.BlobInputNewsEnTitle3Label,.gx-label.ReadonlyNewsEnTitle3Label,.gx-label.NewsEnShortDescription1Label,.gx-label.BlobContentNewsEnShortDescription1Label,.gx-label.ReadonlyBlobContentNewsEnShortDescription1Label,.gx-label.BlobInputNewsEnShortDescription1Label,.gx-label.ReadonlyNewsEnShortDescription1Label,.gx-label.NewsEnLongDescription1Label,.gx-label.BlobContentNewsEnLongDescription1Label,.gx-label.ReadonlyBlobContentNewsEnLongDescription1Label,.gx-label.BlobInputNewsEnLongDescription1Label,.gx-label.ReadonlyNewsEnLongDescription1Label,.gx-label.NewsEnTitle4Label,.gx-label.BlobContentNewsEnTitle4Label,.gx-label.ReadonlyBlobContentNewsEnTitle4Label,.gx-label.BlobInputNewsEnTitle4Label,.gx-label.ReadonlyNewsEnTitle4Label,.gx-label.NewsEnTitle5Label,.gx-label.BlobContentNewsEnTitle5Label,.gx-label.ReadonlyBlobContentNewsEnTitle5Label,.gx-label.BlobInputNewsEnTitle5Label,.gx-label.ReadonlyNewsEnTitle5Label,.gx-label.NewsImage2Label,.gx-label.BlobContentNewsImage2Label,.gx-label.ReadonlyBlobContentNewsImage2Label,.gx-label.BlobInputNewsImage2Label,.gx-label.ReadonlyNewsImage2Label,.gx-label.NewsImage3Label,.gx-label.BlobContentNewsImage3Label,.gx-label.ReadonlyBlobContentNewsImage3Label,.gx-label.BlobInputNewsImage3Label,.gx-label.ReadonlyNewsImage3Label,.gx-label.NewsImage4Label,.gx-label.BlobContentNewsImage4Label,.gx-label.ReadonlyBlobContentNewsImage4Label,.gx-label.BlobInputNewsImage4Label,.gx-label.ReadonlyNewsImage4Label,.gx-label.ImageDownlodedLabel,.gx-label.BlobContentImageDownlodedLabel,.gx-label.ReadonlyBlobContentImageDownlodedLabel,.gx-label.BlobInputImageDownlodedLabel,.gx-label.ReadonlyImageDownlodedLabel,.gx-label.ContactUsInformationLabel,.gx-label.BlobContentContactUsInformationLabel,.gx-label.ReadonlyBlobContentContactUsInformationLabel,.gx-label.BlobInputContactUsInformationLabel,.gx-label.ReadonlyContactUsInformationLabel,.gx-label.ContactUsTitleLabel,.gx-label.BlobContentContactUsTitleLabel,.gx-label.ReadonlyBlobContentContactUsTitleLabel,.gx-label.BlobInputContactUsTitleLabel,.gx-label.ReadonlyContactUsTitleLabel,.gx-label.ContactUsShortDescriptionLabel,.gx-label.BlobContentContactUsShortDescriptionLabel,.gx-label.ReadonlyBlobContentContactUsShortDescriptionLabel,.gx-label.BlobInputContactUsShortDescriptionLabel,.gx-label.ReadonlyContactUsShortDescriptionLabel,.gx-label.ContactUsInformation1Label,.gx-label.BlobContentContactUsInformation1Label,.gx-label.ReadonlyBlobContentContactUsInformation1Label,.gx-label.BlobInputContactUsInformation1Label,.gx-label.ReadonlyContactUsInformation1Label,.gx-label.ContactUsInformation11Label,.gx-label.BlobContentContactUsInformation11Label,.gx-label.ReadonlyBlobContentContactUsInformation11Label,.gx-label.BlobInputContactUsInformation11Label,.gx-label.ReadonlyContactUsInformation11Label,.gx-label.ContactUsInformation2Label,.gx-label.BlobContentContactUsInformation2Label,.gx-label.ReadonlyBlobContentContactUsInformation2Label,.gx-label.BlobInputContactUsInformation2Label,.gx-label.ReadonlyContactUsInformation2Label,.gx-label.ContactUsInformation3Label,.gx-label.BlobContentContactUsInformation3Label,.gx-label.ReadonlyBlobContentContactUsInformation3Label,.gx-label.BlobInputContactUsInformation3Label,.gx-label.ReadonlyContactUsInformation3Label,.gx-label.BranchesCountryNameLabel,.gx-label.BlobContentBranchesCountryNameLabel,.gx-label.ReadonlyBlobContentBranchesCountryNameLabel,.gx-label.BlobInputBranchesCountryNameLabel,.gx-label.ReadonlyBranchesCountryNameLabel,.gx-label.BranchesCountryLocationLabel,.gx-label.BlobContentBranchesCountryLocationLabel,.gx-label.ReadonlyBlobContentBranchesCountryLocationLabel,.gx-label.BlobInputBranchesCountryLocationLabel,.gx-label.ReadonlyBranchesCountryLocationLabel,.gx-label.BranchesCompanyPhoneLabel,.gx-label.BlobContentBranchesCompanyPhoneLabel,.gx-label.ReadonlyBlobContentBranchesCompanyPhoneLabel,.gx-label.BlobInputBranchesCompanyPhoneLabel,.gx-label.ReadonlyBranchesCompanyPhoneLabel,.gx-label.BranchesCompanyEmailLabel,.gx-label.BlobContentBranchesCompanyEmailLabel,.gx-label.ReadonlyBlobContentBranchesCompanyEmailLabel,.gx-label.BlobInputBranchesCompanyEmailLabel,.gx-label.ReadonlyBranchesCompanyEmailLabel,.gx-label.ReadonlyLandingPurusFooterText4Label,.gx-label.BlobContentReadonlyLandingPurusFooterText4Label,.gx-label.ReadonlyBlobContentReadonlyLandingPurusFooterText4Label,.gx-label.BlobInputReadonlyLandingPurusFooterText4Label,.gx-label.ReadonlyReadonlyLandingPurusFooterText4Label,.gx-label.ReadonlyLandingPurusFooterText7Label,.gx-label.BlobContentReadonlyLandingPurusFooterText7Label,.gx-label.ReadonlyBlobContentReadonlyLandingPurusFooterText7Label,.gx-label.BlobInputReadonlyLandingPurusFooterText7Label,.gx-label.ReadonlyReadonlyLandingPurusFooterText7Label,.gx-label.ContactInfoFaixLabel,.gx-label.BlobContentContactInfoFaixLabel,.gx-label.ReadonlyBlobContentContactInfoFaixLabel,.gx-label.BlobInputContactInfoFaixLabel,.gx-label.ReadonlyContactInfoFaixLabel,.gx-label.DownloadableCertificateLabel,.gx-label.BlobContentDownloadableCertificateLabel,.gx-label.ReadonlyBlobContentDownloadableCertificateLabel,.gx-label.BlobInputDownloadableCertificateLabel,.gx-label.DownloadableCertiTitlLabel,.gx-label.BlobContentDownloadableCertiTitlLabel,.gx-label.ReadonlyBlobContentDownloadableCertiTitlLabel,.gx-label.BlobInputDownloadableCertiTitlLabel,.gx-label.ReadonlyDownloadableCertiTitlLabel,.gx-label.ReadonlyDownloadableCertificateLabel,.gx-label.CategoriesComboNewLabel,.gx-label.BlobContentCategoriesComboNewLabel,.gx-label.ReadonlyBlobContentCategoriesComboNewLabel,.gx-label.BlobInputCategoriesComboNewLabel,.gx-label.ReadonlyCategoriesComboNewLabel,.gx-label.BMHeroSectionAttLabel,.gx-label.BlobContentBMHeroSectionAttLabel,.gx-label.ReadonlyBlobContentBMHeroSectionAttLabel,.gx-label.BlobInputBMHeroSectionAttLabel,.gx-label.ReadonlyBMHeroSectionAttLabel,.gx-label.BMHeroSectionDescAttLabel,.gx-label.BlobContentBMHeroSectionDescAttLabel,.gx-label.ReadonlyBlobContentBMHeroSectionDescAttLabel,.gx-label.BlobInputBMHeroSectionDescAttLabel,.gx-label.ReadonlyBMHeroSectionDescAttLabel,.gx-label.BMHeroSectionImgAttLabel,.gx-label.BlobContentBMHeroSectionImgAttLabel,.gx-label.ReadonlyBlobContentBMHeroSectionImgAttLabel,.gx-label.BlobInputBMHeroSectionImgAttLabel,.gx-label.ReadonlyBMHeroSectionImgAttLabel,.gx-label.BMHeroSectionBtnLabel,.gx-label.BlobContentBMHeroSectionBtnLabel,.gx-label.ReadonlyBlobContentBMHeroSectionBtnLabel,.gx-label.BlobInputBMHeroSectionBtnLabel,.gx-label.ReadonlyBMHeroSectionBtnLabel,.gx-label.BMHeroSectionBtnHoverLabel,.gx-label.BlobContentBMHeroSectionBtnHoverLabel,.gx-label.ReadonlyBlobContentBMHeroSectionBtnHoverLabel,.gx-label.BlobInputBMHeroSectionBtnHoverLabel,.gx-label.ReadonlyBMHeroSectionBtnHoverLabel,.gx-label.BMProductCategoryTitleLabel,.gx-label.BlobContentBMProductCategoryTitleLabel,.gx-label.ReadonlyBlobContentBMProductCategoryTitleLabel,.gx-label.BlobInputBMProductCategoryTitleLabel,.gx-label.ReadonlyBMProductCategoryTitleLabel,.gx-label.BMProductCategoryImgLabel,.gx-label.BlobContentBMProductCategoryImgLabel,.gx-label.ReadonlyBlobContentBMProductCategoryImgLabel,.gx-label.BlobInputBMProductCategoryImgLabel,.gx-label.ReadonlyBMProductCategoryImgLabel,.gx-label.BMAboutSectionDescLabel,.gx-label.BMAboutSectionDescImgLabel,.gx-label.BlobContentBMAboutSectionDescImgLabel,.gx-label.ReadonlyBlobContentBMAboutSectionDescImgLabel,.gx-label.BlobInputBMAboutSectionDescImgLabel,.gx-label.ReadonlyBMAboutSectionDescImgLabel,.gx-label.BMFSProductSectionImgAttLabel,.gx-label.BlobContentBMFSProductSectionImgAttLabel,.gx-label.ReadonlyBlobContentBMFSProductSectionImgAttLabel,.gx-label.BlobInputBMFSProductSectionImgAttLabel,.gx-label.ReadonlyBMFSProductSectionImgAttLabel,.gx-label.BMFSProductSectionTitleAttLabel,.gx-label.BlobContentBMFSProductSectionTitleAttLabel,.gx-label.ReadonlyBlobContentBMFSProductSectionTitleAttLabel,.gx-label.BlobInputBMFSProductSectionTitleAttLabel,.gx-label.ReadonlyBMFSProductSectionTitleAttLabel,.gx-label.BMFSProductSectionDescAttLabel,.gx-label.BlobContentBMFSProductSectionDescAttLabel,.gx-label.ReadonlyBlobContentBMFSProductSectionDescAttLabel,.gx-label.BlobInputBMFSProductSectionDescAttLabel,.gx-label.ReadonlyBMFSProductSectionDescAttLabel,.gx-label.BMSaudiVisionTitleAttLabel,.gx-label.BlobContentBMSaudiVisionTitleAttLabel,.gx-label.ReadonlyBlobContentBMSaudiVisionTitleAttLabel,.gx-label.BlobInputBMSaudiVisionTitleAttLabel,.gx-label.ReadonlyBMSaudiVisionTitleAttLabel,.gx-label.BMSaudiVisionDescAttLabel,.gx-label.BlobContentBMSaudiVisionDescAttLabel,.gx-label.ReadonlyBlobContentBMSaudiVisionDescAttLabel,.gx-label.BlobInputBMSaudiVisionDescAttLabel,.gx-label.ReadonlyBMSaudiVisionDescAttLabel,.gx-label.BMLatestNewsTitleAttLabel,.gx-label.BlobContentBMLatestNewsTitleAttLabel,.gx-label.ReadonlyBlobContentBMLatestNewsTitleAttLabel,.gx-label.BlobInputBMLatestNewsTitleAttLabel,.gx-label.ReadonlyBMLatestNewsTitleAttLabel,.gx-label.BMLatestNewsDescAttLabel,.gx-label.BlobContentBMLatestNewsDescAttLabel,.gx-label.ReadonlyBlobContentBMLatestNewsDescAttLabel,.gx-label.BlobInputBMLatestNewsDescAttLabel,.gx-label.ReadonlyBMLatestNewsDescAttLabel,.gx-label.NewsTitleLabel,.gx-label.BlobContentNewsTitleLabel,.gx-label.ReadonlyBlobContentNewsTitleLabel,.gx-label.BlobInputNewsTitleLabel,.gx-label.ReadonlyNewsTitleLabel,.gx-label.NewsTableDescriptionLabel,.gx-label.BlobContentNewsTableDescriptionLabel,.gx-label.ReadonlyBlobContentNewsTableDescriptionLabel,.gx-label.BlobInputNewsTableDescriptionLabel,.gx-label.ReadonlyNewsTableDescriptionLabel,.gx-label.NewsDescriptionLabel,.gx-label.BlobContentNewsDescriptionLabel,.gx-label.ReadonlyBlobContentNewsDescriptionLabel,.gx-label.BlobInputNewsDescriptionLabel,.gx-label.ReadonlyNewsDescriptionLabel,.gx-label.BMLatestNewsImgAttLabel,.gx-label.BlobContentBMLatestNewsImgAttLabel,.gx-label.ReadonlyBlobContentBMLatestNewsImgAttLabel,.gx-label.BlobInputBMLatestNewsImgAttLabel,.gx-label.ReadonlyBMLatestNewsImgAttLabel,.gx-label.BMLatestNewsWhiteTitleAttLabel,.gx-label.BlobContentBMLatestNewsWhiteTitleAttLabel,.gx-label.ReadonlyBlobContentBMLatestNewsWhiteTitleAttLabel,.gx-label.BlobInputBMLatestNewsWhiteTitleAttLabel,.gx-label.ReadonlyBMLatestNewsWhiteTitleAttLabel,.gx-label.ProductPictureDetielsLabel,.gx-label.BlobContentProductPictureDetielsLabel,.gx-label.ReadonlyBlobContentProductPictureDetielsLabel,.gx-label.BlobInputProductPictureDetielsLabel,.gx-label.ReadonlyProductPictureDetielsLabel,.gx-label.ProductNameDetielsAttLabel,.gx-label.BlobContentProductNameDetielsAttLabel,.gx-label.ReadonlyBlobContentProductNameDetielsAttLabel,.gx-label.BlobInputProductNameDetielsAttLabel,.gx-label.ReadonlyProductNameDetielsAttLabel,.gx-label.ProductTitleDetielsAttLabel,.gx-label.BlobContentProductTitleDetielsAttLabel,.gx-label.ReadonlyBlobContentProductTitleDetielsAttLabel,.gx-label.BlobInputProductTitleDetielsAttLabel,.gx-label.ReadonlyProductTitleDetielsAttLabel,.gx-label.ProductTitleDetielsAttNLabel,.gx-label.BlobContentProductTitleDetielsAttNLabel,.gx-label.ReadonlyBlobContentProductTitleDetielsAttNLabel,.gx-label.BlobInputProductTitleDetielsAttNLabel,.gx-label.ReadonlyProductTitleDetielsAttNLabel,.gx-label.BrandNameDetielsAttLabel,.gx-label.BlobContentBrandNameDetielsAttLabel,.gx-label.ReadonlyBlobContentBrandNameDetielsAttLabel,.gx-label.BlobInputBrandNameDetielsAttLabel,.gx-label.ReadonlyBrandNameDetielsAttLabel,.gx-label.ItemCodeDetielsAttLabel,.gx-label.BlobContentItemCodeDetielsAttLabel,.gx-label.ReadonlyBlobContentItemCodeDetielsAttLabel,.gx-label.BlobInputItemCodeDetielsAttLabel,.gx-label.ReadonlyItemCodeDetielsAttLabel,.gx-label.BMLatestNewsSubImgAttLabel,.gx-label.BlobContentBMLatestNewsSubImgAttLabel,.gx-label.ReadonlyBlobContentBMLatestNewsSubImgAttLabel,.gx-label.BlobInputBMLatestNewsSubImgAttLabel,.gx-label.ReadonlyBMLatestNewsSubImgAttLabel,.gx-label.BMCerTableHeaderTitleLabel,.gx-label.BlobContentBMCerTableHeaderTitleLabel,.gx-label.ReadonlyBlobContentBMCerTableHeaderTitleLabel,.gx-label.BlobInputBMCerTableHeaderTitleLabel,.gx-label.ReadonlyBMCerTableHeaderTitleLabel,.gx-label.BMCerTableHeaderDescLabel,.gx-label.BlobContentBMCerTableHeaderDescLabel,.gx-label.ReadonlyBlobContentBMCerTableHeaderDescLabel,.gx-label.BlobInputBMCerTableHeaderDescLabel,.gx-label.ReadonlyBMCerTableHeaderDescLabel,.gx-label.BMDCTitleLabel,.gx-label.BlobContentBMDCTitleLabel,.gx-label.ReadonlyBlobContentBMDCTitleLabel,.gx-label.BlobInputBMDCTitleLabel,.gx-label.ReadonlyBMDCTitleLabel,.gx-label.BMDCerTitleAttLabel,.gx-label.BlobContentBMDCerTitleAttLabel,.gx-label.ReadonlyBlobContentBMDCerTitleAttLabel,.gx-label.BlobInputBMDCerTitleAttLabel,.gx-label.ReadonlyBMDCerTitleAttLabel,.gx-label.BMContactUSAttLabel,.gx-label.BlobContentBMContactUSAttLabel,.gx-label.ReadonlyBlobContentBMContactUSAttLabel,.gx-label.BlobInputBMContactUSAttLabel,.gx-label.ReadonlyBMContactUSAttLabel,.gx-label.BMContactUsEditFormLabel,.gx-label.BlobContentBMContactUsEditFormLabel,.gx-label.ReadonlyBlobContentBMContactUsEditFormLabel,.gx-label.BlobInputBMContactUsEditFormLabel,.gx-label.ReadonlyBMContactUsEditFormLabel,.gx-label.BMContactUsEFLocationLabel,.gx-label.BlobContentBMContactUsEFLocationLabel,.gx-label.ReadonlyBlobContentBMContactUsEFLocationLabel,.gx-label.BlobInputBMContactUsEFLocationLabel,.gx-label.ReadonlyBMContactUsEFLocationLabel,.gx-label.BMContactUsEFImageLabel,.gx-label.BlobContentBMContactUsEFImageLabel,.gx-label.ReadonlyBlobContentBMContactUsEFImageLabel,.gx-label.BlobInputBMContactUsEFImageLabel,.gx-label.ReadonlyBMContactUsEFImageLabel,.gx-label.BMContactUsEFSAttLabel,.gx-label.BlobContentBMContactUsEFSAttLabel,.gx-label.ReadonlyBlobContentBMContactUsEFSAttLabel,.gx-label.BlobInputBMContactUsEFSAttLabel,.gx-label.ReadonlyBMContactUsEFSAttLabel,.gx-label.BMSearchProductLabel,.gx-label.BlobContentBMSearchProductLabel,.gx-label.ReadonlyBlobContentBMSearchProductLabel,.gx-label.BlobInputBMSearchProductLabel,.gx-label.ReadonlyBMSearchProductLabel,.gx-label.BMSPCategoryDVLabel,.gx-label.BlobContentBMSPCategoryDVLabel,.gx-label.ReadonlyBlobContentBMSPCategoryDVLabel,.gx-label.BlobInputBMSPCategoryDVLabel,.gx-label.ReadonlyBMSPCategoryDVLabel,.gx-label.BMBrandImageLabel,.gx-label.BlobContentBMBrandImageLabel,.gx-label.ReadonlyBlobContentBMBrandImageLabel,.gx-label.BlobInputBMBrandImageLabel,.gx-label.ReadonlyBMBrandImageLabel,.gx-label.BMCerTableHeaderWhiteTitleLabel,.gx-label.BlobContentBMCerTableHeaderWhiteTitleLabel,.gx-label.ReadonlyBlobContentBMCerTableHeaderWhiteTitleLabel,.gx-label.BlobInputBMCerTableHeaderWhiteTitleLabel,.gx-label.ReadonlyBMCerTableHeaderWhiteTitleLabel,.gx-label.BMCerTableHeaderWhiteDescLabel,.gx-label.BlobContentBMCerTableHeaderWhiteDescLabel,.gx-label.ReadonlyBlobContentBMCerTableHeaderWhiteDescLabel,.gx-label.BlobInputBMCerTableHeaderWhiteDescLabel,.gx-label.ReadonlyBMCerTableHeaderWhiteDescLabel,.gx-label.BMAboutSectionTitleLabel,.gx-label.BlobContentBMAboutSectionTitleLabel,.gx-label.ReadonlyBlobContentBMAboutSectionTitleLabel,.gx-label.BlobInputBMAboutSectionTitleLabel,.gx-label.ReadonlyBMAboutSectionTitleLabel,.gx-label.BMAboutSectionSubTitleLabel,.gx-label.BlobContentBMAboutSectionDescLabel,.gx-label.ReadonlyBlobContentBMAboutSectionDescLabel,.gx-label.BlobInputBMAboutSectionDescLabel,.gx-label.ReadonlyBMAboutSectionDescLabel,.gx-label.BMAboutSectionRSubTitleLabel,.gx-label.BlobContentBMAboutSectionDesc1Label,.gx-label.ReadonlyBlobContentBMAboutSectionDesc1Label,.gx-label.BlobInputBMAboutSectionDesc1Label,.gx-label.ReadonlyBMAboutSectionRSubTitleLabel,.gx-label.BMAboutDescriptionLabel,.gx-label.BlobContentBMAboutDescriptionLabel,.gx-label.ReadonlyBlobContentBMAboutDescriptionLabel,.gx-label.BlobInputBMAboutDescriptionLabel,.gx-label.ReadonlyBMAboutDescriptionLabel,.gx-label.BMAboutFSContainerImgLabel,.gx-label.BlobContentBMAboutFSContainerImgLabel,.gx-label.ReadonlyBlobContentBMAboutFSContainerImgLabel,.gx-label.BlobInputBMAboutFSContainerImgLabel,.gx-label.ReadonlyBMAboutFSContainerImgLabel,.gx-label.ContactInfoNameENLabel,.gx-label.BlobContentContactInfoNameENLabel,.gx-label.ReadonlyBlobContentContactInfoNameENLabel,.gx-label.BlobInputContactInfoNameENLabel,.gx-label.ReadonlyContactInfoNameENLabel,.gx-label.HomePageParameterTxtLabel,.gx-label.BlobContentHomePageParameterTxtLabel,.gx-label.ReadonlyBlobContentHomePageParameterTxtLabel,.gx-label.BlobInputHomePageParameterTxtLabel,.gx-label.ReadonlyHomePageParameterTxtLabel,.gx-label.DCTitleLabel,.gx-label.BlobContentDCTitleLabel,.gx-label.ReadonlyBlobContentDCTitleLabel,.gx-label.BlobInputDCTitleLabel,.gx-label.ReadonlyDCTitleLabel,.gx-label.TermsDescriptionLabel,.gx-label.BlobContentTermsDescriptionLabel,.gx-label.ReadonlyBlobContentTermsDescriptionLabel,.gx-label.BlobInputTermsDescriptionLabel,.gx-label.ReadonlyTermsDescriptionLabel
	{
		margin-bottom: 0px;
		padding-bottom: 5px;
		padding-left: 20px;
	}
	.TextBlockTitleMaterial
	{
		overflow: hidden;
		display: block;
		height: 30px;
	}
	.TermsT
	{
		margin-left: -60px;
		font-size: 23px;
		width: 391px;
	}
	.TermsT:before
	{
		font-size: 23px;
	}

	.FAQAnswer
	{
		margin-left: 0px;
		font-size: 13px;
		width: 90%;
	}
	.CatSearch
	{
		margin-left: 0px;
		font-size: 24px;
		font-weight: 600;
		font-size:19px !important;
	}
	.LandingPurusSloganTitle
	{
		margin-left: -3px;
		font-size: 40px;
		width: 100%;
		margin-left: 4px;
		font-size: 38px;
		width: 100%;
		margin-top: -71%;
	}
	.LandingPurusSloganTitle:before
	{
		font-size: 40px;
		margin-left: 4px;
		font-size: 38px;
		width: 100%;
		margin-top: -71%;
	}

	.LandingPurusSloganSubtitle
	{
		margin-left: -348px;
		font-size: 13px;
		width: 100%;
		margin-top: -18%;
		line-height:25px;
		margin-left: -346px;
		font-size: 14px;
		width: 95%;
	}
	.LandingPurusSubtitle
	{
		font-size: 13px;
	}
	.LandingPurusTitleWithUnderline
	{
		font-size: 26px;
	}
	.LandingPurusTitleWithUnderline:before
	{
		font-size: 26px;
	}

	.LandingPurusTitleWhite
	{
		font-size: 28px;
	}
	.LandingPurusTitleWhite:before
	{
		font-size: 28px;
	}

	.LandingPurusSloganTitleAdmin
	{
		color: ivory;
		width: 100%;
	}
	.LandingPurusSloganTitleAdmin:before
	{
		color: ivory;
	}

	.AboutTitle
	{
		font-size: 33px;
		display: contents !important;
		 margin-left: 180px !important;
		font-size: 33px;
		color: white;
		width: 290px !important;
	}
	.AboutTitle:before
	{
		font-size: 33px;
		display: contents !important;
		margin-left: 180px !important;
		font-size: 33px;
		color: white;
		width: 290px !important;
	}

	.FAQQuestion1
	{
		margin-left: -7px;
		font-size: 18px;
	}
	.LandingPurusSloganSubtitleAbout
	{
		margin-right: 13px;
		font-size: 15px;
		width: 369px;
	}
	.LandingPurusFooterTitle2
	{
		display: block;
		font-size: 14px;
		font-weight: 700;
		color: #474747;
		text-align: left;
		 margin-top: 2%;
	}
	.LandingPurusFooterText5
	{
		font-size: 14px;
		color: #474747;
		line-height: 18px;
	}
	.LandingPurusFooterText6
	{
		font-size: 14px;
		color: #474747;
		line-height: 31px;
		    margin-left: 96%;
	}
	.CatalogsTitle
	{
		border-style: none;
		color: #2B6439;
		max-width: 50%;
		font-size: 19px !important;
		font-weight: bolder;
		box-shadow: none;
	}
	.LatestStoriesText1
	{
		border-width: 5px;
		border-style: none;
		color: #2B6439;
		max-width: 50%;
		font-size: 19px;
		font-weight: bolder;
		margin-left: 15%;
	}
	.BMBeforeHeroSectionTitle
	{
		font-size: 22px;
	}
	.BMBProductSectionTitle
	{
		font-size: 22px;
		max-width: 300px;
	}
	.CatSearch1
	{
		margin-left: 0px;
		font-size: 24px;
		font-weight: 600;
		font-size:19px !important;
	}
	.CatSearch1:after
	{
		font-size: 24px;
		font-weight: 600;
		font-size:19px !important;
	}

	.BMBrandProductSectionTitle
	{
		font-size: 22px;
		max-width: 300px;
	}
	.UsefulLinksText
	{
		margin-left: 12px;
	}
	.FaqText
	{
		margin-left: 12px;
	}
	.TextFooter
	{
		font-size: 11px;
	}
	.FreeStyleGrid>tbody>tr,.FreeStyleGrid>[data-gxrow]
	{
		background-color: transparent;
		font-family: BeVietnam-Regular;
		font-size: 8pt;
		font-style: normal;
	}

	.FreeStyleStepsUnderline
	{
		justify-content: center;
	}

	.FreeStyleStepsUnderline>tbody>tr,.FreeStyleStepsUnderline>[data-gxrow]
	{
		justify-content: center;
		background-color: transparent;
		font-family: BeVietnam-Regular;
		font-size: 8pt;
		font-style: normal;
	}

	.NewsExtraFreeStyleGrid1>tbody>tr,.NewsExtraFreeStyleGrid1>[data-gxrow]
	{
		background-color: transparent;
		font-family: BeVietnam-Regular;
		font-size: 8pt;
		font-style: normal;
		margin-top: 4%;
	}

	.Messages
	{
		white-space: normal;
	}
	.ErrorMessages
	{
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 4px;
		margin-left: 5px;
	}
	.FreeStyleStepsUnderline .CurrentStep .TableStepUnderline 
	{
		height: 30px;
		width: 30px;
		line-height:30px;
	}
	.FreeStyleStepsUnderline .CompletedStep .TableStepUnderline 
	{
		height: 30px;
		width: 30px;
		line-height:30px;
	}
	.TableContainerUnderlineExtraBullet 
	{
		margin-right: 0px;
	}
	.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;
	}
	.AttributeFLLabel.control-label 
	{
		padding-left: 15px;
	}
	.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  .form-control 
	{
		width: 100%;
	}
	.input-group  .input-group-btn>A.btn 
	{
		margin-left: -29px;
	}
	.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%;
	}
	.MergeLabelCell .Label 
	{
		padding-left: 5px;
	}
	.TableContainerStepLast .TableStepNumberCell 
	{
		padding-right: 5px;
	}
	.CellTableContentMasterVertMenuNotFixed.menu-compact 
	{
		width: 100%;
	}
	.menu-collapser 
	{
		padding-left: 50px;
		width: 20%;
	}
	.HorizontalMenuNotFixed .gx_usercontrol 
	{
		margin-right: -15px;
	}
	.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li.open>a 
	{
		border-style: none;
	}
	.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu .submenu 
	{
		background-color: Tra;
	}
	.page-sidebar.sidebar-fixed.sidebar-back-image  .sidebar-menu>li>.submenu A 
	{
		margin-top: 1px;
	}
	.page-sidebar.sidebar-fixed.sidebar-back-image.menu-compact  .user-info 
	{
		margin-right: 10px;
		width: auto;
		height:65px !important;
	}
	.page-content.page-content-back-image.menu-compact 
	{
		padding-left: 30px;
	}
	.ShowMenuImageCellNotFixedRight.page-content.menu-compact 
	{
		left: 0px;
		padding-left: 30px;
	}
	.TableLogo.page-content.menu-compact 
	{
		display: none;
	}
	.DataContentCellFL  .ExtendedCombo .dropdown-menu>LI>DIV .form-control 
	{
		margin-left: 5px;
	}
	.tab-content 
	{
		text-align: start;
	}
	.ShowMenuImageCellNotFixedRightNavTabs.page-content.menu-compact 
	{
		left: 0px;
		padding-left: 30px;
	}
	.ExtendedCombo  .dropdown-menu>LI>DIV  .form-control 
	{
		float: right;
	}
	.ExtendedCombo.Attribute, .ExtendedCombo.AttributeFL 
	{
		min-width: 142px;
	}
	.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;
	}
	.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 
	{
		margin-left: -107px;
		min-width: 162px !important;
	}
	.slimmenu.collapsed.RegularBackgroundColorOption>li 
	{
		padding-bottom:0 !important;
	}
	.slick-prev:before 
	{
		font-size: 23px !important;
		 margin-left: -109% !important;
	}
	.slick-next:before 
	{
		font-size: 23px !important;
		 margin-left:  28%!important;
	}
	.BMFSProductSection .FreeStyleGrid>[data-gxrow] 
	{
		width: 100%;
		max-width: 50%;
	}
	.BMFSProductSection .FreeStyleGrid 
	{
		row-gap: 20px;
	}
	.BMFSCardProductSection .GridPageController .slick-next 
	{
		right: -17px;
	}
	.BMFSCardProductSection .GridPageController .slick-prev 
	{
		left: -17px;
	}
	.BMFSCardProductSection .slick-initialized .slick-slide 
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.BMFSCardProductSection .GridPageController .slick-dots li button 
	{
		display: none;
	}
	.BMFSCardProductSection .GridPageController .slick-dots li.slick-active button 
	{
		display: none;
	}
	.BMFSHeroSection .slick-initialized .slick-slide 
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.BMSPCategoryCell .Attribute 
	{
		margin-left: -59px;
	}
	.gradient-layer 
	{
		position: absolute;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
		 background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
		 z-index: -500;
	}
	TEXTAREA.Attribute
	{
		width: 100%;
	}
	TEXTAREA.AttributeFL
	{
		width: 100%;
	}
}

@media (min-width: 768px) /*Small*/
{
	.BMTableHeaderMenuCell
	{
		right: 0;
	}
	.CellMarginTop
	{
		box-shadow: 0px 0px 0px;
	}
	.CellMarginTopAssociationButtons
	{
		box-shadow: 0px 0px 0px;
		margin-left: 0px;
	}
	.CellMarginTopMedium
	{
		margin-top: 15px;
	}
	.LandingPurusFooterCell
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.LandingPurusFooterCellNoBorder
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.LandingPurusVideoCell
	{
		width: 737px;
	}
	.TopRightFixedHeader
	{
		min-width:calc(50vw - 362px);
	}
	.LandingPurusFooterCell2
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.LandingPurusFooterCell3
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.BMHeroSectionTCell
	{
		margin-left: 20%;
		margin-top: 8%;
		width: 90%;
		max-width: 90%;
	}
	.ContactInfoEmail
	{
		word-break: break-word;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyContactInfoEmail
	{
		padding-left: 12%;
		word-break: keep-all;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyAttributeLandingPurusMainNumbers
	{
		font-size: 55px;
	}
	.HTMDescription
	{
		text-align: left;
		height: auto;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.TitelProductNew
	{
		font-size: 12px;
		width: 100%;
		max-width: 100%;
		margin-left: 1%;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyTitelProductNew
	{
		font-size: 12px;
		width: 100%;
		max-width: 100%;
		margin-left: 1%;
		.box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.BMHeroSectionAtt
	{
		font-size: 30px;
	}
	.BMFSProductSectionTitleAtt
	{
		font-size: 14px;
	}
	.ReadonlyBMFSProductSectionTitleAtt
	{
		font-size: 14px;
	}
	.BMSaudiVisionTitleAtt
	{
		width: 100%;
		word-break: break-word;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyBMSaudiVisionTitleAtt
	{
		margin-left: 17px;
		font-size: 18px;
		font-weight: 600;
		width: 100%;
		word-break: break-word;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.BMSaudiVisionDescAtt
	{
		width: 100%;
		text-align: justify;
	}
	.ReadonlyBMSaudiVisionDescAtt
	{
		width: 100%;
		text-align: justify;
	}
	.BMLatestNewsTitleAtt
	{
		margin-top: 13px;
		font-size: 14px;
	}
	.ReadonlyBMLatestNewsTitleAtt
	{
		margin-top: 13px;
		font-size: 14px;
	}
	.BMLatestNewsDescAtt
	{
		font-size: 11px;
	}
	.ReadonlyBMLatestNewsDescAtt
	{
		font-size: 11px;
	}
	.NewsTitle
	{
		font-size: 24px;
	}
	.ReadonlyNewsTitle
	{
		font-size: 24px;
	}
	.NewsDescription
	{
		text-align: justify;
		max-width: 100%;
		width: 100%;
		font-size: 14px;
		line-height: 31px;
	}
	.ReadonlyNewsDescription
	{
		text-align: justify;
		max-width: 100%;
		width: 100%;
		font-size: 14px;
		line-height: 31px;
	}
	.BMLatestNewsImgAtt
	{
		height: 321px;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.BMLatestNewsWhiteTitleAtt
	{
		font-size: 10px;
	}
	.ReadonlyBMLatestNewsWhiteTitleAtt
	{
		font-size: 10px;
	}
	.ProductPictureDetiels
	{
		max-height: 430px;
		width: 100%;
		max-width: 100%;
		margin: 14px 10px 11px 10px;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ProductNameDetielsAtt
	{
		margin-left: 28px;
		font-size: 18px;
		max-width: 100%;
	}
	.ReadonlyProductNameDetielsAtt
	{
		margin-left: 28px;
		font-size: 18px;
		width: 89%;
		max-width: 89%;
	}
	.ProductTitleDetielsAtt
	{
		margin-left: 5px;
		word-break: break-word;
		  white-space: normal;
		line-height: 22px;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyProductTitleDetielsAtt
	{
		margin-left: 5px;
		word-break: break-word;
		  white-space: normal;
		line-height: 22px;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.BrandNameDetielsAtt
	{
		margin-left: 6px;
	}
	.ReadonlyBrandNameDetielsAtt
	{
		margin-left: 6px;
	}
	.BMLatestNewsSubImgAtt
	{
		height: 241px;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.BMCerTableHeaderTitle
	{
		font-size: 23px;
	}
	.ReadonlyBMCerTableHeaderTitle
	{
		font-size: 23px;
	}
	.BMCerTableHeaderDesc
	{
		font-size: 13px;
	}
	.ReadonlyBMCerTableHeaderDesc
	{
		font-size: 13px;
	}
	.BMDCTitle
	{
		margin-bottom: 25%;
		margin-top: 14%;
	}
	.ReadonlyBMDCTitle
	{
		margin-bottom: 25%;
		margin-top: 14%;
	}
	.BMDCerTitleAtt
	{
		font-size: 12px;
	}
	.ReadonlyBMDCerTitleAtt
	{
		font-size: 12px;
	}
	.BMSearchProduct
	{
		font-size: 13px;
	}
	.BMCerTableHeaderWhiteDesc
	{
		font-size: 13px;
	}
	.ReadonlyBMCerTableHeaderWhiteDesc
	{
		font-size: 13px;
	}
	.BMAboutSectionTitle
	{
		font-size: 15px;
	}
	.ReadonlyBMAboutSectionTitle
	{
		font-size: 15px;
	}
	.BMAboutDescription
	{
		font-size: 11px;
	}
	.ReadonlyBMAboutDescription
	{
		font-size: 11px;
	}
	.BMAboutFSContainerImg
	{
		height: 208px;
	}
	.ContactInfoNameEN
	{
		word-break: break-all;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyContactInfoNameEN
	{
		word-break: break-all;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.DCTitle
	{
		font-size: 10px;
	}
	.ReadonlyDCTitle
	{
		font-size: 10px;
	}
	.TermsDescription
	{
		padding-left: 9px;
		padding-right: 9px;
		width: 875px;
		max-width: 797px;
		text-align: justify;
		   line-height: 30px;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyTermsDescription
	{
		padding-left: 9px;
		padding-right: 9px;
		text-align: justify;
		 line-height: 30px;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.LandingPurusImageServices
	{
		max-width: 230px;
	}
	.sudiavisionfooterpic
	{
		padding-left: 16%;
		padding-top: 81%;
	}
	.sudiavisionfooterpic[data-gx-image]
	{
		max-width: 100% !important;
		height: auto !important;
		display: block !important;
}

	.BMMPLogo
	{
		margin-left: -5px;
	}
	.BMFSAboutSectionImg
	{
		width: 90%;
		max-width: 90%;
	}
	.BMDCImg
	{
		height: 375px;
		object-fit: fill;
		width: inherit;
	}
	.BMDCImg:before
	{
		content: '';
		object-fit: fill;
		width: inherit;
	}

	.BMDownloadImg
	{
		height: 40px;
	}
	.LineProcuctViewer
	{
		width: 99%;
	}
	.DCImg
	{
		height: 83px;
		object-fit: fill;
	}
	.CertDataTable
	{
		margin-top: 0px;
	}
	.BMContactUsContainer
	{
		width: 508px;
	}
	.TableItemCodeDetiels
	{
		margin-left: 28px;
	}
	.TableProductDetielsGrid
	{
		width: 100%;
		max-width: 100%;
	}
	.TableDataDetiels1
	{
		margin-left: 0px;
	}
	.TableSimilarProducts
	{
		margin-left: 0px;
		margin-top: 6%;
		padding-bottom: 2%;
	}
	.TableWizardMain
	{
		min-width: 400px;
	}
	.TableWizardMainWithShadow
	{
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		min-width: 400px;
	}
	.TableMainWithShadow
	{
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
	}
	.TableLoginWithLeftImage
	{
		box-shadow: 0px 0px 14px #28a828;
	}
	.TableLoginWithLeftImageError
	{
		box-shadow: 0px 0px 14px #28a828;
	}
	.CardWithImageTable
	{
		box-shadow: 0px 0px 0px;
		box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.14);
		border-bottom: 2px;
		border-left: 2px;
		border-right: 2px;
		 border-top: 2px;
		clear: none;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		overflow: hidden;
		padding-bottom: 10px;
		padding-left: 15px;
		 padding-right: 15px;
		padding-top: 10px;
		background-color: #fff;
		border-bottom-color: #fff;
		border-left-color: #fff;
		border-right-color: #fff;
		border-top-color: #fff;
		border-style: none;
		border-width: 2px;
		height: 470px;
		max-width: 85%;
		border-radius: 20px;
	}
	.TableContentLandingPurus
	{
		width: 725px;
	}
	.TableContentLandingPurusTestimonials
	{
		width: 734px;
	}
	.TableContentLandingPurusHorizontalGrid
	{
		width: 660px;
	}
	.LandingPurusHeader
	{
		margin-left:calc(50vw - 362px);
	}
	.TableAboutUs
	{
		margin-top: -61px;
		text-align: center;
		width: 106%;
		height: 845px;
		margin-left: -18px;
	}
	.BMTableHeader
	{
		padding-left: 7%;
	}
	.BMFSAboutSectionImgCell
	{
		display: none;
	}
	.BMFSAboutSectionCell
	{
		max-width: 100%;
	}
	.BMFSAboutSectionDesCell
	{
		max-width: 100%;
	}
	.BMFSCardProductSectionTC
	{
		height: 418px;
	}
	.BMFSCAContainerImg
	{
		max-width: 119px;
	}
	.BMFSSaudiVisionSectionCol
	{
		max-width: 100%;
	}
	.BMFSSaudiVisionSectionColS
	{
		row-gap: 20px;
		margin: 10px auto 0 auto;
	}
	.BMNewsColGap
	{
		width: 100%;
	}
	.TableBrandNameDetielsN
	{
		margin-left: -14px;
	}
	.TableProductCategoryDetielsN
	{
		margin-left: 18px;
	}
	.TableProductTitleDetielsN
	{
		margin-left: -27px;
	}
	.BMDownloadableContent
	{
		padding-left: 19%;
		padding-right: 25%;
	}
	.BMProductsTableHeaderBG
	{
		padding-left: 57px;
		padding-right: 57px;
		background-size: cover;
		justify-content: center;
	}
	.TableDataDetiels2
	{
		width: 100%;
	}
	.BMAboutTableHeaderBG
	{
		padding-left: 57px;
		padding-right: 57px;
		background-size: cover;
		justify-content: center;
	}
	.BMBrandsProductsContent
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.DCCatalogContainer
	{
		margin-left: 0px;
		box-shadow: 0px 4px 4px rgba(99, 115, 129, 0.24);
		gap: 20px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.DCTitleCell
	{
		width: 50%;
	}
	.CatalogDownloadableContent
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.TermsT
	{
		font-size: 23px;
		width: 391px;
	}
	.TermsT:before
	{
		font-size: 23px;
	}

	.FAQAnswer
	{
		margin-left: 0px;
		font-size: 13px;
		width: 1060px;
	}
	.FAQQuestion1
	{
		margin-left: -2px;
		font-size: 18px;
		width: 1075px;
	}
	.ViewCertificateClass
	{
		font-size: 12px;
	}
	.DataContentCellPrompt  .input-group 
	{
		width: 100%;
		max-width: 215px;
	}
	.DataContentCellFL  .ExtendedCombo .dropdown-menu>LI>DIV .form-control 
	{
		margin-left: 5px;
	}
	.tab-content 
	{
		text-align: start;
	}
	.ExtendedCombo  .dropdown-menu>LI>DIV  .form-control 
	{
		float: right;
	}
	.ExtendedCombo.Attribute, .ExtendedCombo.AttributeFL 
	{
		max-width: 182px;
	}
	.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 
	{
		margin-left: -107px;
		margin-top: 28px;
		min-width: 162px !important;
	}
	.BMFSProductSection .FreeStyleGrid>[data-gxrow] 
	{
		width: 40%;
		max-width: 40%;
	}
	.BMFSCardProductSection .GridPageController .slick-next 
	{
		right: -17px;
	}
	.BMFSCardProductSection .GridPageController .slick-prev 
	{
		left: -17px;
	}
	.BMFSCardProductSection .GridPageController .slick-dots li button 
	{
		display: none;
	}
	.BMFSCardProductSection .GridPageController .slick-dots li.slick-active button 
	{
		display: none;
	}
}

@media (min-width: 992px) /*Medium*/
{
	.HorizontalMenuCell
	{
		margin-left: 0px;
	}
	.WWColumnSuccessSingleCell
	{
		box-shadow: 2px 0px 0px 0px #00a65a inset;
	}
	.CellWWLinkRight40
	{
		right: 40% !important;
	}
	.CellWWLinkRight60
	{
		right: 60% !important;
	}
	.LandingPurusFooterCell
	{
		padding-left: 55px;
		padding-right: 55px;
	}
	.LandingPurusFooterCellNoBorder
	{
		padding-left: 55px;
		padding-right: 55px;
	}
	.LandingPurusVideoCell
	{
		width: 950px;
	}
	.TopRightFixedHeader
	{
		min-width:calc(50vw - 444px);
	}
	.LandingPurusFooterCell2
	{
		padding-left: 55px;
		padding-right: 55px;
	}
	.LandingPurusFooterCell3
	{
		padding-left: 55px;
		padding-right: 55px;
	}
	.BMHeroSectionTCell
	{
		margin-left: 10%;
		margin-top: 7%;
		width: 90.999%;
		max-width: 90.999%;
	}
	.BMHeroSectionTICell
	{
		display: none;
	}
	.ReadonlyAttributeLandingPurusMainNumbers
	{
		font-size: 72px;
	}
	.BMHeroSectionDescAtt
	{
		margin-top: 5%;
		padding-bottom: 3%;
	}
	.BMDCTitle
	{
		margin-bottom: 14%;
		margin-top: 13%;
	}
	.LandingPurusImageServices
	{
		max-width: 321px;
	}
	.sudiavisionfooterpic
	{
		padding-left: 0px;
		padding-top: 0px;
	}
	.sudiavisionfooterpic[data-gx-image]
	{
		max-width: 100% !important;
		height: auto !important;
		display: block !important;
}

	.BMDCImg
	{
		height: 303.91px;
		object-fit: fill;
		width: 214.02430725097656px;
	}
	.BMDCImg:after
	{
		content: '';
		object-fit: fill;
		width: 214.02430725097656px;
	}

	.BMDownloadImg
	{
		height: 40px;
	}
	.CertDataTable
	{
		margin-top: -21%;
	}
	.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 #28a828;
	}
	.TableLoginWithLeftImageError
	{
		box-shadow: 0px 0px 14px #28a828;
	}
	.CardWithImageTable
	{
		box-shadow: 0px 0px 0px;
	}
	.TableContentLandingPurus
	{
		width: 889px;
	}
	.TableContentLandingPurusTestimonials
	{
		width: 929px;
	}
	.TableContentLandingPurusHorizontalGrid
	{
		width: 889px;
	}
	.LandingPurusHeader
	{
		margin-left:calc(50vw - 444px);
	}
	.CardWithImageTableDeteilsNew
	{
		box-shadow: 0px 0px 0px;
	}
	.CardWithImageTableNewNew
	{
		box-shadow: 0px 0px 0px;
	}
	.BMFSAboutSectionImgCell
	{
		display: inline-block;
	}
	.BMFSAboutSectionCell
	{
		max-width: 37.999%;
	}
	.BMFSSaudiVisionSectionCol
	{
		max-width: 49.999%;
	}
	.BMFSSaudiVisionSectionColS
	{
		row-gap: 39.99px;
		margin: 0;
	}
	.BMCerTableHeaderBG
	{
		height: 640px;
	}
	.BMCerTableHeaderContainer
	{
		margin-top: -160px;
	}
	.BMCatalogTableHeaderBG
	{
		height: 645px;
	}
	.BMDownloadableContent
	{
		padding-left: 9%;
		padding-right: 10%;
	}
	.BMDCContainer
	{
		margin-top: 13%;
		height: 346.7px;
		min-height: 346.7px;
		width: 585px;
	}
	.BMDCerContent
	{
		padding-top: 3%;
	}
	.BMContactTableHeaderBG
	{
		height: 645px;
	}
	.BMProductsTableHeaderBG
	{
		height: 640px;
	}
	.BMAboutTableHeaderBG
	{
		max-height: 640px;
	}
	.CertifiTable
	{
		margin-left: -21%;
		width: 299.63px;
	}
	.BMBeforeHeroSectionTitle
	{
		padding-top: 44px;
	}
	.BMCerCardTitle
	{
		font-size: 18.83px;
	}
	.ViewCertificateClass
	{
		width:153px;
		 height:28px;
		 line-height:42px;
	}
	.ViewCertificateClass:before
	{
		content: '';
		width:153px;
		height:28px;
		line-height:42px;
	}

	.FreeStyleGrid>tbody>tr,.FreeStyleGrid>[data-gxrow]
	{
		background-color: transparent;
		font-family: BeVietnam-Regular;
		font-size: 8pt;
		font-style: normal;
	}

	.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%;
	}
	.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);
	}
	.BMFSProductSection .FreeStyleGrid>[data-gxrow] 
	{
		width: 33%;
		max-width: 33%;
	}
	.BMFSCardProductSection .GridPageController .slick-next 
	{
		display: inline-block !important;
	}
	.BMFSCardProductSection .GridPageController .slick-prev 
	{
		display: inline-block !important;
	}
}

@media (min-width: 1200px) /*Large*/
{
	.BMTableHeaderMenuCell
	{
		position: relative;
	}
	.HorizontalMenuCell
	{
		margin-left: 0px;
	}
	.CellMarginTopAssociationButtons
	{
		box-shadow: 0px 0px 0px;
		margin-left: 10.1px;
	}
	.CellMarginTopMedium
	{
		margin-top: 0px;
	}
	.TopRightFixedHeader
	{
		min-width:calc(50vw - 552px);
	}
	.BMHeroSectionTCell
	{
		margin-left: 10%;
		margin-top: 7%;
		width: 90.999%;
		max-width: 90.999%;
	}
	.BMHeroSectionTICell
	{
		display: inline-block;
	}
	.ContactInfoEmail
	{
		box-shadow:none;
		     word-break: inherit;
		 border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyContactInfoEmail
	{
		box-shadow:none;
		 word-break: Keep-all;
		 border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.TitelProductNew
	{
		font-size: 13.1px;
	}
	.ReadonlyTitelProductNew
	{
		font-size: 13.1px;
	}
	.NewsEnShortDescription1
	{
		font-style: normal;
		font-weight: 500;
		font-size: 38px !important;
		line-height: 44px;
		text-transform: capitalize;
		color: #000000;
		 max-width: 477px !important;
		 margin-left: -68px;
	}
	.ReadonlyNewsEnShortDescription1
	{
		font-style: normal;
		font-weight: 500;
		font-size: 38px !important;
		line-height: 44px;
		text-transform: capitalize;
		color: #000000;
		 max-width: 477px !important;
		 margin-left: -68px;
	}
	.NewsEnLongDescription1
	{
		font-size: 21px !important;
		line-height: 25px !important;
		color: #000000;
		max-width: 398px;
		margin-top: 4%;
		margin-left: -5%;
	}
	.ReadonlyNewsEnLongDescription1
	{
		font-size: 21px !important;
		line-height: 25px !important;
		color: #000000;
		max-width: 398px;
		margin-top: 4%;
		margin-left: -5%;
	}
	.BMHeroSectionAtt
	{
		font-size: 65px;
	}
	.BMHeroSectionDescAtt
	{
		margin-top: 5%;
		padding-bottom: 3%;
		font-size: 22px;
	}
	.BMFSProductSectionTitleAtt
	{
		font-size: 17.1px;
	}
	.ReadonlyBMFSProductSectionTitleAtt
	{
		font-size: 17.1px;
	}
	.BMSaudiVisionTitleAtt
	{
		padding-top: 13%;
		width: 100%;
	}
	.ReadonlyBMSaudiVisionTitleAtt
	{
		padding-top: 13%;
		width: 100%;
	}
	.BMLatestNewsTitleAtt
	{
		font-size: 30.1px;
	}
	.ReadonlyBMLatestNewsTitleAtt
	{
		font-size: 30.1px;
	}
	.BMLatestNewsDescAtt
	{
		font-size: 16.1px;
	}
	.ReadonlyBMLatestNewsDescAtt
	{
		font-size: 16.1px;
	}
	.NewsTitle
	{
		font-size: 26.1px;
	}
	.ReadonlyNewsTitle
	{
		font-size: 26.1px;
	}
	.NewsDescription
	{
		text-align: justify;
		max-width: 100%;
		width: 100%;
		font-size: 20.1px;
		line-height: 31px;
	}
	.ReadonlyNewsDescription
	{
		text-align: justify;
		max-width: 100%;
		width: 100%;
		font-size: 20.1px;
		line-height: 31px;
	}
	.BMLatestNewsImgAtt
	{
		height: 570.1px;
	}
	.BMLatestNewsWhiteTitleAtt
	{
		font-size: 30.2px;
	}
	.ReadonlyBMLatestNewsWhiteTitleAtt
	{
		font-size: 30.2px;
	}
	.ProductPictureDetiels
	{
		width: 625.2px;
		max-width: 625.2px;
	}
	.ProductNameDetielsAtt
	{
		margin-left: 61.2px;
		font-size: 29.1px;
		width: 99.9%;
		max-width: 86.1%;
	}
	.ReadonlyProductNameDetielsAtt
	{
		margin-left: 61.2px;
		font-size: 29.1px;
		width: 99.9%;
		max-width: 86.1%;
	}
	.ProductTitleDetielsAtt
	{
		max-width: 100.1%;
	}
	.ReadonlyProductTitleDetielsAtt
	{
		max-width: 100.1%;
	}
	.BMLatestNewsSubImgAtt
	{
		height: 450.1px;
	}
	.BMCerTableHeaderTitle
	{
		font-size: 40.1px;
	}
	.ReadonlyBMCerTableHeaderTitle
	{
		font-size: 40.1px;
	}
	.BMCerTableHeaderDesc
	{
		font-size: 20.1px;
	}
	.ReadonlyBMCerTableHeaderDesc
	{
		font-size: 20.1px;
	}
	.BMDCTitle
	{
		margin-bottom: 1px;
		margin-top: 1px;
	}
	.ReadonlyBMDCTitle
	{
		margin-bottom: 1px;
		margin-top: 1px;
	}
	.BMDCerTitleAtt
	{
		padding-top: 2px;
		font-size: 14.1px;
		word-break: break-all;
		  text-align: center;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		overflow: hidden !important;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyBMDCerTitleAtt
	{
		padding-top: 2px;
		font-size: 14.1px;
		word-break: break-all;
		 text-align: center;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		overflow: hidden !important;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.BMContactUsEFLocation
	{
		padding-left: 6%;
	}
	.ReadonlyBMContactUsEFLocation
	{
		padding-left: 6%;
	}
	.BMSearchProduct
	{
		font-size: 20.1px;
	}
	.BMCerTableHeaderWhiteDesc
	{
		font-size: 20.1px;
	}
	.ReadonlyBMCerTableHeaderWhiteDesc
	{
		font-size: 20.1px;
	}
	.BMAboutSectionTitle
	{
		font-size: 36.1px;
	}
	.ReadonlyBMAboutSectionTitle
	{
		font-size: 36.1px;
	}
	.BMAboutDescription
	{
		font-size: 18.1px;
	}
	.ReadonlyBMAboutDescription
	{
		font-size: 18.1px;
	}
	.BMAboutFSContainerImg
	{
		height: 512.1px;
	}
	.DCTitle
	{
		font-size: 16.1px;
	}
	.ReadonlyDCTitle
	{
		font-size: 16.1px;
	}
	.TermsDescription
	{
		padding-left: 18.1px;
		padding-right: 18.1px;
		font-size: 15.1px;
		width: 1496.1px;
		max-width: 1496.1px;
		text-align: justify;
		  line-height: 30px;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyTermsDescription
	{
		padding-left: 18.1px;
		padding-right: 18.1px;
		text-align: justify;
		  line-height: 30px;
		box-shadow:none;
		  border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.BMMPLanguageBtn
	{
		margin-left: 0.1px;
	}

	.LandingPurusImageServices
	{
		max-width: 100%;
	}
	.sudiavisionfooterpic[data-gx-image]
	{
		max-width: 100% !important;
		height: auto !important;
		display: block !important;
}

	.ImageVideo[data-gx-image]
	{
		max-width: 100% !important;
		height: auto !important;
		display: block !important;
}

	.BMMPLogo
	{
		margin-left: -60px;
	}
	.BMDCImg
	{
		height: 303.91px;
		object-fit: fill;
		width: 100%;
	}
	.BMDownloadImg
	{
		height: 40px;
	}
	.LineProcuctViewer
	{
		margin-left: 0.1px;
		width: 90.1%;
	}
	.DCImg
	{
		height: 100.1px;
	}
	.CertDataTable
	{
		margin-top: 0%;
	}
	.TableNewsDescription
	{
		padding-left: 5%;
		padding-right: 5%;
	}
	.BMContactUsContainer
	{
		width: 100%;
	}
	.TableItemCodeDetiels
	{
		margin-left: 49.1px;
	}
	.TableProductDetielsGrid
	{
		width: 1149.1px;
	}
	.TableDataDetiels1
	{
		margin-left: -5%;
	}
	.TableSimilarProducts
	{
		margin-top: 6%;
		margin-left: -73.1%;
		padding-bottom: 2%;
	}
	.TableWizardMain
	{
		min-width: 900px;
	}
	.TableWizardMainWithShadow
	{
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		min-width: 900px;
	}
	.TableMainWithShadow
	{
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
	}
	.CardWithImageTable
	{
		box-shadow: 0px 0px 0px;
	}
	.TableContentLandingPurus
	{
		width: 1060px;
	}
	.TableContentLandingPurusTestimonials
	{
		width: 1133px;
	}
	.TableContentLandingPurusHorizontalGrid
	{
		width: 1060px;
	}
	.LandingPurusHeader
	{
		margin-left:calc(50vw - 537px);
	}
	.TableMainWithShadowNew
	{
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
	}
	.TableMainHome
	{
		padding-top: 15px !important;
		width: 102% !important;
		overflow: hidden !important;
		background-color: #fff !important;
		 margin-left: -1% !important;
		margin-top: 0% !important;
	}
	.TableContactUsData
	{
		margin-top: -17px;
		background-size:contain;
		padding-top: calc( 50vh - 92px);
		padding-top: max(110px, 50vh - 92px);
	}
	.CardWithImageTableNewNew
	{
		box-shadow: 0px 0px 0px;
	}
	.BMFSAboutSectionImgCell
	{
		display: inline-block;
	}
	.BMFSAboutSectionCell
	{
		max-width: 37.999%;
	}
	.BMFSCardProductSectionTC
	{
		height: 430.1px;
	}
	.BMFSCAContainerImg
	{
		max-width: 223.1px;
	}
	.BMFSSaudiVisionSectionCol
	{
		max-width: 49.999%;
	}
	.BMFSSaudiVisionSectionColS
	{
		row-gap: 40px;
		margin: 0;
	}
	.BMSaudiVisionDescAttCon
	{
		padding-left: 25.1px;
	}
	.BMNewsColGap
	{
		margin-left: 0px;
		width: 100%;
	}
	.TableBrandNameDetielsN
	{
		margin-left: 16.1px;
	}
	.TableProductCategoryDetielsN
	{
		margin-left: 48.1px;
	}
	.TableProductTitleDetielsN
	{
		margin-left: 0px;
	}
	.BMCerTableHeaderBG
	{
		height: 640px;
	}
	.BMCerTableHeaderContainer
	{
		margin-top: -160px;
	}
	.BMCerTableHeaderContainerCell
	{
		padding-top: 3%;
	}
	.BMCatalogTableHeaderBG
	{
		height: 645px;
	}
	.BMDownloadableContent
	{
		padding-left: 9%;
		padding-right: 10%;
	}
	.BMDCContainer
	{
		margin-top: 13%;
		height: 346.7px;
		min-height: 346.7px;
		width: 100%;
	}
	.BMFSDownloadableContent
	{
		margin-left: 9%;
	}
	.BMDCerContent
	{
		padding-top: 3%;
	}
	.BMContactTableHeaderBG
	{
		padding-top: 245px;
		height: 656px;
	}
	.BMProductsTableHeaderBG
	{
		padding-left: 130.1px;
		padding-right: 130.1px;
		height: 640px;
		justify-content: flex-end;
		background-size: cover;
	}
	.BMContactUsFSBranchesCTwoLine
	{
		max-width: 100%;
	}
	.BMAboutTableHeaderBG
	{
		padding-bottom: 310px;
		padding-left: 130.1px;
		padding-right: 130.1px;
		max-height: 640px;
		min-height: 640px;
		justify-content: flex-start;
		background-size: cover;
	}
	.BMBrandsProductsContent
	{
		padding-left: 235.1px;
		padding-right: 235.1px;
	}
	.CertifiTable
	{
		margin-left: -5%;
		width: 100%;
	}
	.DCCatalogContainer
	{
		margin-left: 0px;
		box-shadow: 0px 4px 4px rgba(99, 115, 129, 0.24);
		gap: 30.1px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.CatalogDownloadableContent
	{
		padding-left: 200.1px;
		padding-right: 200.1px;
	}
	.TermsT
	{
		font-size: 60.1px;
		width: 490.1px;
	}
	.TermsT:before
	{
		font-size: 60.1px;
	}

	.FAQAnswer
	{
		margin-left: 42.1px;
		font-size: 15.1px;
		width: 125%;
	}
	.FAQQuestion1
	{
		margin-left: 34.1px;
		font-size: 28.1px;
		width: 125%;
	}
	.BMBeforeHeroSectionTitle
	{
		padding-top: 44px;
	}
	.BMCerCardTitle
	{
		font-size: 18.83px;
	}
	.ViewCertificateClass
	{
		font-size: 14px;
		width:153px;
		 height:28px;
		 line-height:42px;
	}
	.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);
	}
	.BMFSProductSection .FreeStyleGrid>[data-gxrow] 
	{
		width: 22%;
		max-width: 22%;
	}
	.BMFSCardProductSection .GridPageController .slick-next 
	{
		display: inline-block !important;
	}
	.BMFSCardProductSection .GridPageController .slick-prev 
	{
		display: inline-block !important;
	}
}

@media (max-width: 1228.80px) AND (min-width: 1228.80px) /*Size 125*/
{
	.ContactInfoEmail
	{
		box-shadow:none;
		     word-break: inherit;
		 border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.ReadonlyContactInfoEmail
	{
		box-shadow:none;
		word-break: Keep-all;
		 border-left-width:0;
		border-right-width:0;
		border-top-width:0;
	}
	.sudiavisionfooterpic
	{
		padding-left: 0px;
		padding-top: 0px;
	}
	.sudiavisionfooterpic[data-gx-image]
	{
		max-width: 100% !important;
		height: auto !important;
		display: block !important;
}

	.CertDataTable
	{
		margin-top: 0%;
	}
	.BMFSProductTable
	{
		width: 92%;
	}
	.BMFSCardProductSectionTC
	{
		max-width: 297px;
	}
	.BMFSCAContainerImg
	{
		max-width: 166.1px;
	}
	.BMDCContainer
	{
		width: 458px;
	}
	.BMFSDownloadableContent
	{
		margin-left: 0px;
	}
	.BMContactUsFSBranchesCTwoLine
	{
		width: 88%;
	}
	.CertifiTable
	{
		margin-left: -7%;
		width: 214.63px;
	}
	.DCCatalogContainer
	{
		margin-left: 0px;
	}
	.FAQAnswer
	{
		width: 125%;
	}
	.FAQQuestion1
	{
		width: 125%;
	}
	.BMCerCardTitle
	{
		font-size: 18.83px;
	}
}
/* [gx-css-import ignore - start] */

@keyframes entermask {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.1;
  }
}

@keyframes leavemask {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 0;
  }
}

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;
}

div[data-align-flex][data-align],[data-align-flex][data-valign] {
    display: flex;
}
div[data-align-flex][data-align]>:has([data-align-flex]), div[data-align-flex][data-valign]>:has([data-align-flex]) {
  width: 100%;
}
div[data-align-flex]:not([data-align]) div.gx-form-group {
    flex-grow: 1;
}
div[data-align-flex][data-valign=middle] {
    flex-wrap:wrap;
    align-content: center;
}
div[data-align-flex][data-valign=bottom] {
    flex-wrap:wrap;
    align-content: end;
}
div[data-align-flex][data-align=center] {
    justify-content: center;
}
div[data-align-flex][data-align=end] {
    justify-content: end;
}
div[data-align-flex][data-align=justify] {
    justify-content: space-evenly;
}

.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] */
