﻿/* [gx-css-import ignore - start] */
.BaseRBtn{
	display:inline-block;
}
.BaseRBtn span, .RoundedBtn input{
	display:block;
	float: left;
}
.BaseRBtn .BtnLeft{
	background: transparent no-repeat scroll 0 0;
}
.BaseRBtn .BtnRight{
	background: transparent no-repeat scroll right 0;
}
.BaseRBtn .BtnBackground{
	overflow:hidden;
	background: transparent repeat-x scroll;
}
.BaseRBtn .BtnText{
	border: 0px;
	background: transparent;
	margin:0;
	white-space:nowrap;
	width:auto;
	overflow:visible;
}
/* [gx-css-import ignore - end] */
.Animation
{
	--gx-animation-type: 'idNative';
}
.GridRow,.MS_NotificationRow,.MS_NotificationGridFooter>.gx_newrow,.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: #393a70;
	border-style: solid;
}
.GridNoBorderHeader,.GridNoBorder>THEAD>TR
{
	background-color: #fff;
}
.Tab,.WWTab
{
	border-style: none;
	border-width: 0px;
}
.TabPage,.WWTabPage,.WWTabPageSelected,.WWTabPageHovered,.WWFirstTabPage
{
	border-style: none;
	border-width: 0px;
}
.EmbeddedPage
{
	border-style: none;
	border-width: 0px;
}
.TableRow,.BackgroundColorRow,.WWPagingFooterRow
{
	border-style: none;
	border-width: 0px;
}
.TableCell,.WWPagingFooterCell
{
	border-style: none;
	border-width: 0px;
}
.Popup,.MSPopup,.MS_PhoneVerifyPopup,.MS_VerifyPhonePopup,.MS_Popupform .gx-popup.gx-popup-default,.MS_LoginPopup,.Form .gx-popup.gx-popup-default,.LoginFormComponent .gx-popup.gx-popup-default,.Ms_CreateServiceBackgroundWizard .gx-popup.gx-popup-default,.FormBackGroundWhite .gx-popup.gx-popup-default,.Ms_CreateServiceBackgroundWizard1 .gx-popup.gx-popup-default,.MSForm .gx-popup.gx-popup-default,.MS_NotificationForm .gx-popup.gx-popup-default,.FormNoBackgroundColor .gx-popup.gx-popup-default,.FormBackgroundImage .gx-popup.gx-popup-default,.FormSplitScreen .gx-popup.gx-popup-default,.MS_LoginFormComponent .gx-popup.gx-popup-default
{
	border-style: none;
	border-width: 0px;
}
.MS_PhoneVerifyPopup
{
	font-size: 20px;
	color: red;
}
.MS_LoginPopup
{
	background-color: #393a70;
	border-bottom-color: #393a70;
	border-top-color: #393a70;
	border-style: solid;
	border-width: 1px;
	text-indent: 0px;
	background-color:#393A70 !important;
}
.CallTarget
{
	border-style: none;
	border-width: 0px;
}
/* [gx-css-import ignore - start] */

.NavigationStyle #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.NavigationStyle .gx-call-target {
	overflow: auto;
}

.NavigationStyle .gx-center-target {
	display: table-cell;
}

.NavigationStyle .gx-call-target.top {
	height: 15vh;
}

.NavigationStyle .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.NavigationStyle .gx-call-target.bottom {
	height: 10vh;
}

.NavigationStyle .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.ResponsiveSlide #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.ResponsiveSlide .gx-call-target {
	overflow: auto;
}

.ResponsiveSlide .gx-center-target {
	display: table-cell;
}

.ResponsiveSlide .gx-call-target.top {
	height: 15vh;
}

.ResponsiveSlide .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.ResponsiveSlide .gx-call-target.bottom {
	height: 10vh;
}

.ResponsiveSlide .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.Form #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.Form .gx-call-target {
	overflow: auto;
}

.Form .gx-center-target {
	display: table-cell;
}

.Form .gx-call-target.top {
	height: 15vh;
}

.Form .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.Form .gx-call-target.bottom {
	height: 10vh;
}

.Form .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.LoginFormComponent #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.LoginFormComponent .gx-call-target {
	overflow: auto;
}

.LoginFormComponent .gx-center-target {
	display: table-cell;
}

.LoginFormComponent .gx-call-target.top {
	height: 15vh;
}

.LoginFormComponent .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.LoginFormComponent .gx-call-target.bottom {
	height: 10vh;
}

.LoginFormComponent .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.Ms_CreateServiceBackgroundWizard #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.Ms_CreateServiceBackgroundWizard .gx-call-target {
	overflow: auto;
}

.Ms_CreateServiceBackgroundWizard .gx-center-target {
	display: table-cell;
}

.Ms_CreateServiceBackgroundWizard .gx-call-target.top {
	height: 15vh;
}

.Ms_CreateServiceBackgroundWizard .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.Ms_CreateServiceBackgroundWizard .gx-call-target.bottom {
	height: 10vh;
}

.Ms_CreateServiceBackgroundWizard .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.FormBackGroundWhite #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.FormBackGroundWhite .gx-call-target {
	overflow: auto;
}

.FormBackGroundWhite .gx-center-target {
	display: table-cell;
}

.FormBackGroundWhite .gx-call-target.top {
	height: 15vh;
}

.FormBackGroundWhite .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.FormBackGroundWhite .gx-call-target.bottom {
	height: 10vh;
}

.FormBackGroundWhite .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.Ms_CreateServiceBackgroundWizard1 #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.Ms_CreateServiceBackgroundWizard1 .gx-call-target {
	overflow: auto;
}

.Ms_CreateServiceBackgroundWizard1 .gx-center-target {
	display: table-cell;
}

.Ms_CreateServiceBackgroundWizard1 .gx-call-target.top {
	height: 15vh;
}

.Ms_CreateServiceBackgroundWizard1 .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.Ms_CreateServiceBackgroundWizard1 .gx-call-target.bottom {
	height: 10vh;
}

.Ms_CreateServiceBackgroundWizard1 .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.MSForm #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.MSForm .gx-call-target {
	overflow: auto;
}

.MSForm .gx-center-target {
	display: table-cell;
}

.MSForm .gx-call-target.top {
	height: 15vh;
}

.MSForm .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.MSForm .gx-call-target.bottom {
	height: 10vh;
}

.MSForm .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.MS_NotificationForm #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.MS_NotificationForm .gx-call-target {
	overflow: auto;
}

.MS_NotificationForm .gx-center-target {
	display: table-cell;
}

.MS_NotificationForm .gx-call-target.top {
	height: 15vh;
}

.MS_NotificationForm .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.MS_NotificationForm .gx-call-target.bottom {
	height: 10vh;
}

.MS_NotificationForm .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.MS_Popupform #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.MS_Popupform .gx-call-target {
	overflow: auto;
}

.MS_Popupform .gx-center-target {
	display: table-cell;
}

.MS_Popupform .gx-call-target.top {
	height: 15vh;
}

.MS_Popupform .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.MS_Popupform .gx-call-target.bottom {
	height: 10vh;
}

.MS_Popupform .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;
}


.MS_LoginFormComponent #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.MS_LoginFormComponent .gx-call-target {
	overflow: auto;
}

.MS_LoginFormComponent .gx-center-target {
	display: table-cell;
}

.MS_LoginFormComponent .gx-call-target.top {
	height: 15vh;
}

.MS_LoginFormComponent .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.MS_LoginFormComponent .gx-call-target.bottom {
	height: 10vh;
}

.MS_LoginFormComponent .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;
}


.LoginFormComponent #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.LoginFormComponent .gx-call-target {
	overflow: auto;
}

.LoginFormComponent .gx-center-target {
	display: table-cell;
}

.LoginFormComponent .gx-call-target.top {
	height: 15vh;
}

.LoginFormComponent .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.LoginFormComponent .gx-call-target.bottom {
	height: 10vh;
}

.LoginFormComponent .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.Ms_CreateServiceBackgroundWizard #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.Ms_CreateServiceBackgroundWizard .gx-call-target {
	overflow: auto;
}

.Ms_CreateServiceBackgroundWizard .gx-center-target {
	display: table-cell;
}

.Ms_CreateServiceBackgroundWizard .gx-call-target.top {
	height: 15vh;
}

.Ms_CreateServiceBackgroundWizard .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.Ms_CreateServiceBackgroundWizard .gx-call-target.bottom {
	height: 10vh;
}

.Ms_CreateServiceBackgroundWizard .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.FormBackGroundWhite #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.FormBackGroundWhite .gx-call-target {
	overflow: auto;
}

.FormBackGroundWhite .gx-center-target {
	display: table-cell;
}

.FormBackGroundWhite .gx-call-target.top {
	height: 15vh;
}

.FormBackGroundWhite .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.FormBackGroundWhite .gx-call-target.bottom {
	height: 10vh;
}

.FormBackGroundWhite .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.Ms_CreateServiceBackgroundWizard1 #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.Ms_CreateServiceBackgroundWizard1 .gx-call-target {
	overflow: auto;
}

.Ms_CreateServiceBackgroundWizard1 .gx-center-target {
	display: table-cell;
}

.Ms_CreateServiceBackgroundWizard1 .gx-call-target.top {
	height: 15vh;
}

.Ms_CreateServiceBackgroundWizard1 .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.Ms_CreateServiceBackgroundWizard1 .gx-call-target.bottom {
	height: 10vh;
}

.Ms_CreateServiceBackgroundWizard1 .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.MSForm #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.MSForm .gx-call-target {
	overflow: auto;
}

.MSForm .gx-center-target {
	display: table-cell;
}

.MSForm .gx-call-target.top {
	height: 15vh;
}

.MSForm .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.MSForm .gx-call-target.bottom {
	height: 10vh;
}

.MSForm .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.MS_NotificationForm #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.MS_NotificationForm .gx-call-target {
	overflow: auto;
}

.MS_NotificationForm .gx-center-target {
	display: table-cell;
}

.MS_NotificationForm .gx-call-target.top {
	height: 15vh;
}

.MS_NotificationForm .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.MS_NotificationForm .gx-call-target.bottom {
	height: 10vh;
}

.MS_NotificationForm .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.MS_Popupform #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.MS_Popupform .gx-call-target {
	overflow: auto;
}

.MS_Popupform .gx-center-target {
	display: table-cell;
}

.MS_Popupform .gx-call-target.top {
	height: 15vh;
}

.MS_Popupform .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.MS_Popupform .gx-call-target.bottom {
	height: 10vh;
}

.MS_Popupform .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;
}


.MS_LoginFormComponent #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.MS_LoginFormComponent .gx-call-target {
	overflow: auto;
}

.MS_LoginFormComponent .gx-center-target {
	display: table-cell;
}

.MS_LoginFormComponent .gx-call-target.top {
	height: 15vh;
}

.MS_LoginFormComponent .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.MS_LoginFormComponent .gx-call-target.bottom {
	height: 10vh;
}

.MS_LoginFormComponent .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;
}
.MS_ReviewRating.rating-container .rating-stars
{
	color: #f5c145;
}
.MS_ReviewRating.rating-container
{
	color: #e6e6e6;
}
.MS_Rating.rating-container .rating-stars
{
	color: #e39600;
}
.MS_Rating.rating-container
{
	color: #e6e6e6;
}
.gx-switch-Switch .on
{
	background-color: #5cb85c !important;
	color: #fff !important;
}
.gx-switch-Switch .off
{
	background-color: #eee !important;
	color: #000 !important;
}
.Flex
{
	border-style: none;
	border-width: 0px;
}
.ErrorViewerLine
{
	border-style: none;
	border-width: 0px;
}
.ActionGroupItem,.SelectedMainMenuItem,.SelectedSubMenuItem,.MainMenuItem,.MainMenuItemHovered,.SubMenuItem
{
	border-style: none;
	border-width: 0px;
}
.GridColumn,.MS_NotificationColumn,.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;
}
.MS_NotificationColumn
{
	text-indent: 0px;
}
.WWIconActionColumn
{
	width: 52px;
}
.ActionColumn
{
	width: 36px;
}
.WWColumn,.WWSecondaryColumn,.WWTextActionColumn,.WWColumnItalic,.WWColumnLineThrough,.WWColumnUnderline,.WWActionGroupColumn,.WWColumnSuccess,.WWColumnDanger,.WWColumnWarning,.WWColumnGray,.WWColumnBold,.WWColumnInfo,.WWActionColumn,.WWOptionalColumn
{
	white-space: normal;
	vertical-align: middle;
	text-overflow: ellipsis;
}
.WWActionGroupColumn
{
	width: 52px;
}
.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,.PopupHeader,.MS_VerifyPhonePopupHeader,.MS_VerifyPhonePopup > div.gx-popup-header,.MS_Popupform .gx-popup.gx-popup-default > div.gx-popup-header,.MS_VerifyPhonePopupContent,.MS_VerifyPhonePopup > div.gx-popup-content,.MS_Popupform .gx-popup.gx-popup-default > div.gx-popup-content,.PopupContent,.WWTabStrip,.WWActionGroupList,.FilterSearchAttributeSelectorClass,.DateFilterSearchAttributeSelectorClass,.CleanFiltersIcon,.NotificationFontIconGrid,.NotificationSubtitleCell,.NotificationItemRight,.NotificationContent,.NotificationItemContent,.HomeModulesBigIconCell,.HomeModulesBigDescriptionCell,.CellExtendedComboFL,.CellSplitScreenFS,.CellMarginBottom20,.CellNoPaddingRightSplitScreenTabs,.CellTableRightAssociation,.CellViewTab,.EditableGridCell_LinedAtts,.CardImageCell,.TableViewCardsCell,.ViewCardCellWidth40,.ViewCardCellWidth60,.ViewGridNoBorderCell,.NestedGridCell,.CardLongDescriptionOnHover,.TableTransactionTemplate,.EditForm,.HorizontalBorderColorActionGroupOnlyIcon,.LandingCongoFontIconBaseColor,.Kh_CellCreateYourAd,.MSPopupContentCell,.MSPopupContent,.MSPopupContentheader,.DiscussionsSendIcon,.Section1,.CellPaddingBottom10,.CellMarginTop20,.CellPaddingTop35,.CellMarginLeft5,.CellMarginLeft70,.MS_GridHorizental,.CellPaddingBottom25,.CellPaddingTop25,.CellPaddingBottom35,.CellPaddingTop60,.MS_TableRight,.MS_SectionMarginLeft,.MSCellMarginLeft70,.MSmapTable,.MSCellMargin,.MSCellWidth100,.MSCellMarginTop30,.MSCellPadding,.MSCellPaddingLeftRight20,.MSSortByContainer,.MSSubCategoriesGrid1,.MSAllCategoriesIamge11,.MS_WhiteSection1,.MSCellBackgroundWhiteColor21,.MSTableWithBorder221,.CellMarginTop100,.MS_BaseColorSection1,.MSWizardAttributeCell,.MSCellBackgroundWhiteColor2,.MSTableWithBorder22,.MS_LoginContentPlace,.MS_LoginPopup > div.gx-popup-content,.MSGetInTouchCell,.MSCellGetInTouchBackground,.MSTableAboutLeftImageCell,.MSFooterCell,.MSNameClass,.MSCellMarginTop,.MSHomeTableAboutKhadamati,.MSCellBackgroundBaseColor,.MSHomePopularChannelSImage,.MSCellBackgroundWhiteColor,.MSTableWithBorder2,.MS_NotificationActionGroup,.MS_NotificationActionGroupSelect,.MS_NotificationActionGroup:hover,.MS_NotificationActionGroupSelect:hover,.MSTableServicesWidth,.MSTServicesVLine,.MSTServicesVLineWithPicture,.MSWhiteBackTable,.MSAboutUsTable,.MSUserProfileTableTopC,.MSTablePrivacyPolicy,.MSTablePrivacyPolicyHeader,.MSUserProfileTableTopWhite,.MSUserProfileTableContentSliderRound,.MSUserProfileTableContentSliderRoundChecked,.MSUserProfileTableContentSliderRoundEnabled,.MSUserProfileTableContentSliderRoundDraft,.MSUserProfileTableCell20,.MSUserProfileTableCell25,.MSUserProfileTableCell46,.MSUserProfileTableCell10,.MSUserProfileTableCell16,.MSHomeTableSearchContainer,.MSLandingCongoFooterCell_Category,.MSHomeLoginDropDownMenuSFirst,.MS_MainTableSection,.MSUserProfileTableCell161,.MSUserProfileTableCell101,.MSUserProfileTableCell11,.MSUserProfileTableCell55,.MSUserProfileFSC,.MSWhiteBackk,.MS_RatingCanvas,.MS_RatingReviewCanvasCell,.MS_RateProgressBar,.MS_section10,.MS_RateMemberRatingCell,.MS_LoginContentSection,.MS_FieldMarginleft,.Label1,.RequiredLabel2,.MSTableServicesWidthVLine,.MSTableServicesWidthRightSide,.MSTableServicesWidthVLine1,.MS_MasterPageFoterCellMarginTop20,.MS_ContainerCommentAndReviewer,.MS_WhiteSection,.MSCellPaddingBottom131,.MS_BaseColorSection,.MSLandingCongoFooterCell,.MSLandingCongoFooterCell_About,.MSLandingCongoFooterCell_Help,.MSLandingCongoFooterCell_Contact,.MS_WhiteSectionFooter,.MS_MasterPageAds,.MS_MasterPageAdsBtn,.MS_MasterPageActionAds,.MSWizardBackClass,.MSBusinessWhiteBackground,.HomeModulesBackImageCellWithRadiusHovered,.MSSubCategoriesGrid,.MSAllCategoriesIamge1,.MSTableCardWhiteBackground,.MSTextClass,.MSHomeDDMH,.MSTableServicesBaseColor,.MSSubCategoriesTable,.HomeModulesBackImageCellWithRadius,.MSHomeModulesTitleCell,.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,.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,.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,.HorizontalBorderColorUserIcon,.CellBackgroundColorLightGray,.CellPaddingBottom65,.LandingCongoListItemsCell,.CellPaddingBottom40,.FooterBlackCell,.LandingCongoFooterCell,.CellMarginTop80,.CellPaddingTop5,.MS_CellPaddingTop5,.MS_CellPaddingTop6,.CellHeaderBar,.MasterHeaderCellLandingCongo,.LandingCongoBannerCell,.CellPaddingTop20,.CellMarginTop5,.LandingCongoFooterFontIcon,.LandingCongoFooterFontIconSocials,.CellPaddingTop80,.CellPaddingBottom80,.CellPaddingBottom20,.LandingCongoCard,.CellBackgroundWhite,.CellPaddingTop95,.CellPaddingBottom95,.LandingCongoFeaturesCell,.LandingCongoMainFeaturesCell,.LandingCongoSmoothColorBackground,.LandingCongoLeftImageCell,.CellPaddingTop8,.LandingCongoContactUsBannerCell,.CellTitleMasterLandingCongo,.MS_SectionWidth93,.MS_SectionWidth48,.CellMarginTop65,.MS_BaseColorSectionComponent,.MS_LoginHeaderLine,.MS_LoginPopup > div.gx-popup-header,.MSCellBackgroundWhiteColor1,.MSTableWithBorder21,.MSCellMarginLeft30
{
	border-style: none;
	border-width: 0px;
}
.MS_VerifyPhonePopupContent,.MS_VerifyPhonePopup > div.gx-popup-content,.MS_Popupform .gx-popup.gx-popup-default > div.gx-popup-content
{
	background-color: #fff;
}
.PopupContent
{
	text-indent: 0px;
}
.CellTabsIFrameHorizontal
{
	padding-right: 30px;
}
.MSCellMarginTop30
{
	margin-top: 30px;
}
.MSCellPadding
{
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	text-align: justify;
}
.MSCellPaddingLeftRight20
{
	padding-left: 20px;
	padding-right: 20px;
}
.MSSortByContainer
{
	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: 10px;
	padding-right: 10px;
	padding-top: 5px;
	width: 108px;
}
.MSSubCategoriesGrid1,.MSAllCategoriesIamge11
{
	background-color: #ededed;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-top: 3px;
	position: absolute;
	right: 15px;
	top: 0px;
	z-index: 5;
	height: 100px;
	width: 100px;
}
.MS_WhiteSection1
{
	background-color: #fff;
	margin-top: -15px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
}
.MSCellBackgroundWhiteColor21,.MSTableWithBorder221
{
	background-color: #fff;
	overflow: auto;
	padding-bottom: 0px;
}
.CellMarginTop100
{
	margin-top: 100px;
}
.MS_BaseColorSection1
{
	background-color: #333463;
	margin-bottom: 15px;
	margin-top: -46px;
}
.MSWizardAttributeCell
{
	margin-right: -16px;
}
.MSCellBackgroundWhiteColor2,.MSTableWithBorder22
{
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 80px;
}
.MS_LoginContentPlace,.MS_LoginPopup > div.gx-popup-content
{
	background-color: #393a70;
}
.MSGetInTouchCell
{
	background-color: #393a70;
	background-image: none;
	background-position: 100% 100%;
	padding-left: 0px;
	background-size:cover;
}
.MSCellGetInTouchBackground
{
	background-color: #393a70;
}
.MSTableAboutLeftImageCell
{
	background-image: none;
	background-position: 50%;
	width: 50%;
	display: flex;
	background-size:cover;
	justify-content: center;
	align-items: center;
}
.MSFooterCell
{
	padding-bottom: 25px;
}
.MSNameClass
{
	margin-left: 10px;
	margin-top: -40px;
	z-index: 1;
	font-size: 20px;
	color: #fff;
}
.MSCellMarginTop
{
	margin-top: 60px;
}
.MSHomeTableAboutKhadamati
{
	background-color: #fff;
	background-position: 100% 100%;
	padding-left: 0px;
	background-size:cover;
}
.MSCellBackgroundBaseColor
{
	background-color: #393a70;
	padding-top: 60px;
}
.MSHomePopularChannelSImage
{
	object-fit:cover;
}
.MSCellBackgroundWhiteColor,.MSTableWithBorder2
{
	background-color: #fff;
	border-width: 1px;
	padding-bottom: 80px;
	height: 426px;
}
.MSTableWithBorder2
{
	background-color: white;
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
	border-style: solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 0px 1px 0px;
	margin-bottom: -10px;
	margin-left: 59px;
	margin-right: 20px;
	margin-top: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.MS_NotificationActionGroup,.MS_NotificationActionGroupSelect,.MS_NotificationActionGroup:hover,.MS_NotificationActionGroupSelect:hover
{
	margin-top: 7px;
	position: relative;
	color: #a9a9a9;
}
.MS_NotificationActionGroupSelect,.MS_NotificationActionGroup:hover,.MS_NotificationActionGroupSelect:hover
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #e39600;
}
.MSTableServicesWidth
{
	margin-right: 11px;
	width: 49%;
	max-width: 49%;
	min-width: 49%;
}
.MSTServicesVLine,.MSTServicesVLineWithPicture
{
	height: 715px;
	max-height: 715px;
	min-height: 715px;
	position: absolute;
	left: 50%;
	top: 90px;
}
.MSTServicesVLineWithPicture
{
	height: 830px;
	max-height: 830px;
	min-height: 830px;
	position: absolute;
	left: 47%;
	top: 90px;
}
.MSWhiteBackTable
{
	background-color: #fff;
	padding-bottom: 60px;
}
.MSAboutUsTable
{
	background-color: #333463;
	margin-top: -34px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	height: 40%;
}
.MSUserProfileTableTopC
{
	background-color: #333463;
	border-bottom-left-radius: 275px;
	margin-top: -30px;
}
.MSTablePrivacyPolicy
{
	background-color: #fff;
}
.MSTablePrivacyPolicyHeader
{
	background-color: #393a70;
}
.MSUserProfileTableTopWhite
{
	background-color: #fff;
}
.MSUserProfileTableContentSliderRound
{
	background-color: #f5f6f8;
	border-bottom-color: #838383;
	border-left-color: #838383;
	border-right-color: #838383;
	border-top-color: #838383;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}
.MSUserProfileTableContentSliderRoundChecked
{
	background-color: #f5f6f8;
	border-bottom-color: #838383;
	border-left-color: #838383;
	border-right-color: #838383;
	border-top-color: #838383;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}
.MSUserProfileTableContentSliderRoundEnabled
{
	background-color: #f5f6f8;
	border-bottom-color: #e3e3e3;
	border-left-color: #e3e3e3;
	border-right-color: #e3e3e3;
	border-top-color: #e3e3e3;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: context-menu;
}
.MSUserProfileTableContentSliderRoundDraft
{
	background-color: #f5f6f8;
	border-bottom-color: #838383;
	border-left-color: #838383;
	border-right-color: #838383;
	border-top-color: #838383;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}
.MSUserProfileTableCell20
{
	padding-bottom: 10px;
	padding-top: 10px;
	height: 66px;
	max-height: 100%;
	width: 20%;
	display: flex;
	text-align: center;
	border-left: 1px solid #D4D4D4;
	justify-content: center;
	align-items: center;
}
.MSUserProfileTableCell25
{
	padding-bottom: 10px;
	padding-top: 10px;
	height: 66px;
	max-height: 100%;
	width: 25%;
	display: flex;
	text-align: center;
	border-left: 1px solid #D4D4D4;
	justify-content: center;
	align-items: center;
}
.MSUserProfileTableCell46
{
	padding-bottom: 10px;
	padding-top: 10px;
	height: 66px;
	max-height: 100%;
	width: 46%;
	display: flex;
	text-align: center;
	border-left: 1px solid #D4D4D4;
	justify-content: center;
	align-items: center;
}
.MSUserProfileTableCell10
{
	padding-bottom: 10px;
	padding-top: 10px;
	height: 66px;
	max-height: 100%;
	width: 10%;
	display: flex;
	text-align: center;
	border-left: 1px solid #D4D4D4;
	justify-content: center;
	align-items: center;
}
.MSUserProfileTableCell16
{
	padding-bottom: 10px;
	padding-top: 10px;
	height: 66px;
	max-height: 100%;
	width: 16%;
	display: flex;
	text-align: center;
	border-left: 1px solid #D4D4D4;
	justify-content: center;
	align-items: center;
}
.MSHomeTableSearchContainer
{
	background-image: url(../HeroSectionBack1.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	height: 260px;
	width: 100%;
	background-size:cover;
}
.MSHomeLoginDropDownMenuSFirst
{
	height: 80px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.MS_MainTableSection
{
	width: auto;
}
.MSUserProfileTableCell161
{
	padding-bottom: 10px;
	padding-top: 10px;
	height: 66px;
	max-height: 100%;
	width: 16%;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.MSUserProfileTableCell101
{
	padding-bottom: 10px;
	padding-top: 10px;
	height: 66px;
	max-height: 100%;
	width: 10%;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.MSUserProfileTableCell11
{
	padding-bottom: 10px;
	padding-top: 10px;
	height: 66px;
	max-height: 100%;
	width: 11%;
	display: flex;
	text-align: center;
	border-left: 1px solid #D4D4D4;
	justify-content: center;
	align-items: center;
}
.MSUserProfileTableCell55
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	height: 66px;
	max-height: 100%;
	width: 55%;
	display: flex;
	text-align: center;
	border-left: 1px solid #D4D4D4;
	justify-content: flex-start;
	align-items: center;
}
.MSUserProfileFSC
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.MSWhiteBackk
{
	background-color: #fff;
	margin-top: -47px;
}
.MS_RatingCanvas
{
	margin-right: -15px;
	margin-top: -14px;
	font-size: 5px;
}
.MS_RatingReviewCanvasCell
{
	margin-left: 5px;
	margin-top: 0px;
	font-size: 8px;
}
.MS_RateProgressBar
{
	border-width: 1px;
}
.MS_section10
{
	padding-bottom: 15px;
}
.MS_RateMemberRatingCell
{
	margin-left: 0px;
	margin-top: -6px;
	font-size: 9px;
}
.MS_LoginContentSection
{
	margin-top: 25px;
}
.MSTableServicesWidthVLine
{
	width: 2%;
}
.MSTableServicesWidthVLine1
{
	width: 2%;
}
.MS_MasterPageFoterCellMarginTop20
{
	margin-top: 20px;
}
.MS_ContainerCommentAndReviewer
{
	border-width: 1px;
	margin-top: -68px;
}
.MS_WhiteSection
{
	background-color: #fff;
}
.MSCellPaddingBottom131
{
	padding-bottom: 131px;
}
.MS_BaseColorSection
{
	background-color: #393a70;
	margin-bottom: -10px;
	margin-top: -20px;
}
.MSLandingCongoFooterCell_About
{
	border-width: 1px;
}
.MS_WhiteSectionFooter
{
	background-color: #fff;
	margin-top: -2px;
	box-shadow: 0px -2px 17px 0px rgba(0, 0, 0, 0.05);
}
.MS_MasterPageAds
{
	height: 30px;
	max-height: 30px;
	min-height: 30px;
}
.MS_MasterPageAdsBtn
{
	margin-top: -38px;
	height: 30px;
	max-height: 30px;
	min-height: 30px;
	width: 40px;
	max-width: 40px;
	min-width: 40px;
}
.MS_MasterPageActionAds
{
	height: 38px;
	max-height: 38px;
	min-height: 38px;
}
.MSWizardBackClass
{
	background-color: #393a70;
	margin-top: -30px;
	padding-bottom: 20px;
	padding-top: 30px;
}
.MSBusinessWhiteBackground
{
	background-color: #fff;
	margin-top: -10px;
	padding-right: 40px;
}
.HomeModulesBackImageCellWithRadiusHovered
{
	background-color: black;
	border-style: ridge;
	border-width: 3px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	z-index: 0;
}
.MSSubCategoriesGrid,.MSAllCategoriesIamge1
{
	background-color: #ededed;
	border-width: 1px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	left: 7px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-top: 3px;
	position: absolute;
	top: 0px;
	z-index: 5;
	height: 206px;
	width: 206px;
}
.MSAllCategoriesIamge1
{
	left: 8px;
}
.MSTableCardWhiteBackground
{
	background-color: #fff;
}
.MSTextClass
{
	z-index: 3;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-indent: 0px;
}
.MSHomeDDMH
{
	height: 30px;
}
.MSTableServicesBaseColor
{
	background-color: #333463;
	margin-top: -46px;
}
.MSSubCategoriesTable
{
	background-color: white;
	border-style: ridge;
	border-width: 1px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	margin-left: 1px;
	margin-top: 45px;
	padding-left: 0px;
	padding-right: 3px;
	z-index: 5;
	width: 250px;
	max-width: 250px;
	min-width: 250px;
}
.HomeModulesBackImageCellWithRadius
{
	border-width: 3px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	z-index: 0;
}
.MSHomeModulesTitleCell
{
	z-index: 1;
	white-space: nowrap;
	font-family: DMSans-Regular;
	font-size: 22px;
	font-weight: bold;
	color: white;
	text-indent: 0px;
}
.WizardStepsContainerCell
{
	padding-left: 0px;
}
.FontUserIcon
{
	margin-right: 7px;
}
.WorkWithTitle
{
	padding-left: 5pt;
}
.HorizontalMenuCell
{
	overflow: hidden;
	position: relative;
	height: 96px;
}
.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;
}
.CellWidthAuto,.CellWidthAuto100ExtraSmall
{
	width: auto;
}
.WWActionsCell,.ViewActionsCell,.ViewGridActionsCell,.ViewActionsBackCell
{
	text-align: right;
}
.WWFiltersCell,.WWFiltersCellCollapsed
{
	padding-bottom: 15px;
}
.VerticalCenteredCell
{
	float: none;
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.CellNoPaddingHorizontal,.CellBannerModules
{
	padding-left: 0px;
	padding-right: 0px;
}
.CellBannerModules
{
	margin-top: -15px;
}
.CellNoPaddingRight
{
	padding-right: 0px;
}
.CellMarginTop,.CellMarginTopAssociationButtons
{
	margin-top: 15px;
}
.CellMarginBottom15
{
	margin-bottom: 15px;
}
.ViewCellRightItem
{
	line-height:34px;
}
.CellMarginLeft15
{
	margin-left: 15px;
}
.CellMarginLeft30
{
	margin-left: 30px;
}
.ShowMenuImageCell,.ShowMenuImageCellNotFixed,.ShowMenuImageCellNotFixedRight,.ShowMenuImageCellNotFixedRightNavTabs
{
	left: 224px;
	position: fixed;
	top: 0px;
	width: auto;
}
.ShowMenuImageCellNotFixed,.ShowMenuImageCellNotFixedRight,.ShowMenuImageCellNotFixedRightNavTabs
{
	left: 239px;
	position: absolute;
}
.ShowMenuImageCellNotFixedRight,.ShowMenuImageCellNotFixedRightNavTabs
{
	left: 275px;
}
.CellAlignRight
{
	text-align: right;
}
.CellAlignRightWithMargin
{
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
	width: auto;
}
.CellMenuIcon
{
	left: 175px;
	padding-top: 3px;
	position: absolute;
}
.DataContentCell,.RequiredDataContentCell,.DataContentCell_TB2_100,.DataContentCellLogin,.RequiredDataContentCellLogin,.DataContentCellView,.LabelCell,.DataContentCellFL,.RequiredDataContentCellFL
{
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 2px;
	white-space: nowrap;
	vertical-align: middle;
}
.DataContentCellLogin,.RequiredDataContentCellLogin
{
	padding-left: 15px;
	padding-right: 15px;
}
.DataContentCellView
{
	white-space: normal;
}
.LabelCell
{
	margin-bottom: 15px;
	padding-top: 7px;
	text-align: right;
}
.DataContentCellFL,.RequiredDataContentCellFL
{
	padding-bottom: 0px;
	padding-top: 0px;
}
.CellMarginLeft
{
	margin-left: 10px;
}
.CellViewTextBlockTitle
{
	padding-right: 0px;
	padding-top: 4px;
}
.CellViewAttributeTitle
{
	padding-left: 0px;
	padding-top: 4px;
}
.CellViewTableTitle
{
	padding-bottom: 15px;
}
.CellTextBlockTitleWWP
{
	background-color: #f7f7f7;
	border-bottom: 1px;
	border-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
{
	background-color: white;
	border-bottom: 1px solid;
	border-bottom-color: #e7e7e7;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	padding-left: 35px;
	z-index: 1011;
	height: 97px;
}
.MasterHeaderCellNoBackground
{
	background-color: transparent;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}
.AssociationTitleCell
{
	padding-right: 3pt;
	height: 25px;
	white-space: nowrap;
	vertical-align: middle;
}
.CellNoMarginBottom
{
	margin-bottom: 0px;
}
.CellAttributeSearch
{
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	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;
	display: none;
}
.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
{
	background-color: #fff;
	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: 96px;
}
.CellTitleMasterHorizontalMenu,.CellTitleMasterHorizontalMenu_HeaderFixed
{
	padding-left: 50px;
}
.CellTitleMasterHorizontalMenu_HeaderFixed
{
	background-color: transparent;
	left: 0px;
	margin-top: 81px;
	padding-bottom: 0px;
	padding-top: 15px;
}
.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
{
	margin-top: -15px;
	padding-left: 30px;
	padding-right: 15px;
}
.CellTableContentHorizontalMenuFixedTitle
{
	margin-top: 144px;
}
.CellTableContentHorizontalMenuFixedHeader
{
	margin-top: 99.98px;
}
.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: #2f3066;
	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);
	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: #393a70;
}
.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: #393a70;
}
.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: #fff;
}
.FontColorIcon,.FontColorIconDanger,.FontColorIconWarning,.FontColorIconSuccess,.FontColorIconInfo,.FontColorIconInfoLight,.FontColorIconSmall
{
	font-size: 17px;
	color: #393a70;
}
.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: #393a70;
}
.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: #393a70;
	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: 1px;
}
.CellPaddingTop10
{
	padding-top: 10px;
}
.ImageMenuIcon
{
	padding-left: 23px;
	padding-right: 23px;
	color: #fff;
	font-size:24px !important;
}
.CardMaterialMoreInfoIcon
{
	margin-right: 5px;
	color: #999;
}
.PanelChat
{
	max-width: 500px;
}
.FontIconTopRightActions
{
	margin-left: 2px;
	margin-right: 7px;
}
.CellMarginPrompt
{
	margin-bottom: 15px;
	margin-left: 15px;
}
.GAMIconLogin
{
	padding-left: 5px;
	padding-right: 5px;
	color: #555;
	font-size:17px;
}
.GridGroupTitle
{
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	text-align: center;
	vertical-align: bottom;
}
.CellPaddingLeft30
{
	padding-left: 30px;
}
.CardsMenuIcon
{
	padding-bottom: 7px;
	padding-top: 36px;
	color: white;
}
.ButtonAddGridLineCell
{
	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;
}
.NotificationFontIcon,.NotificationFontIconDanger,.NotificationFontIconSuccess,.NotificationFontIconInfo,.NotificationFontIconWarning,.NotificationFontIconBaseColor,.NotificationFontIconInfoLight
{
	background-color: #393a70;
	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: #393a70;
	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 - 221px);
}
.TableWizardStepsLine
{
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
}
.CellWizardActions
{
	margin-right: 80px;
	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: #393a70;
}
.FontColorIconBookmarkTitle,.FontColorIconBookmarkTitleAdded
{
	font-size: 19px;
	color: #fff;
}
.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;
}
.HorizontalBorderColorUserIcon
{
	font-size: 15px;
	color: #2f3066;
}
.CellBackgroundColorLightGray
{
	background-color: #f5f6f6;
}
.CellPaddingBottom65
{
	padding-bottom: 65px;
}
.LandingCongoListItemsCell
{
	padding-bottom: 95px;
	padding-left: 8%;
	padding-top: 95px;
	width: 50%;
}
.CellPaddingBottom40
{
	padding-bottom: 40px;
}
.FooterBlackCell
{
	background-color: #203543;
	padding-bottom: 80px;
}
.CellMarginTop80
{
	margin-top: 80px;
}
.CellPaddingTop5,.MS_CellPaddingTop5,.MS_CellPaddingTop6
{
	padding-top: 5px;
}
.MS_CellPaddingTop5
{
	padding-bottom: 15px;
	padding-top: 15px;
	width: 50px;
}
.MS_CellPaddingTop6
{
	margin-left: 20px;
	padding-top: 8px;
	width: 627px;
}
.CellHeaderBar
{
	line-height:96px;
}
.MasterHeaderCellLandingCongo
{
	background-color: white;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	left: 0px;
	position: absolute;
	z-index: 1002;
}
.LandingCongoBannerCell
{
	background-image: url(../BannerLandingCongo.png);
	background-position: 100% 100%;
	padding-left: 0px;
	background-size:cover;
}
.CellPaddingTop20
{
	padding-top: 20px;
}
.CellMarginTop5
{
	margin-top: 5px;
}
.LandingCongoFooterFontIcon,.LandingCongoFooterFontIconSocials
{
	font-size: 16px;
	color: #2f3066;
}
.LandingCongoFooterFontIconSocials
{
	background-color: #2f3066;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	margin-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	width: 32px;
	color: white;
	text-align: center;
}
.CellPaddingTop80
{
	padding-top: 80px;
}
.CellPaddingBottom80
{
	padding-bottom: 80px;
}
.CellPaddingBottom20
{
	padding-bottom: 20px;
}
.LandingCongoCard
{
	background-color: white;
	margin-bottom: 40px;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 48px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 32px;
	min-height: 408px;
	width: 370px;
	text-align: center;
}
.CellBackgroundWhite
{
	background-color: white;
}
.CellPaddingTop95
{
	padding-top: 95px;
}
.CellPaddingBottom95
{
	padding-bottom: 95px;
}
.LandingCongoFeaturesCell,.LandingCongoMainFeaturesCell
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 45px;
	width: 300px;
}
.LandingCongoMainFeaturesCell
{
	width: 400px;
}
.LandingCongoSmoothColorBackground
{
	background-color: #fff;
	padding-left: 0px;
}
.LandingCongoLeftImageCell
{
	background-image: url(../LandingCongoLeftImage.jpg);
	background-position: 50%;
	width: 50%;
	background-size:cover;
}
.CellPaddingTop8
{
	padding-top: 8px;
}
.LandingCongoContactUsBannerCell
{
	background-image: url(../LandingCongoContactUs.png);
	background-position: 100% 40%;
	padding-left: 0px;
	background-size:cover;
}
.CellTitleMasterLandingCongo
{
	background-color: transparent;
	border-bottom: 0;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-top: 112px;
	padding-bottom:0;
}
.MS_SectionWidth93
{
	margin-left: 15px;
	width: 93%;
}
.MS_SectionWidth48
{
	margin-right: 15px;
	display: inline-grid !important;
}
.CellMarginTop65
{
	margin-top: 30px;
}
.MS_BaseColorSectionComponent
{
	background-color: #393a70;
	margin-bottom: -15px;
	margin-top: -15px;
	text-indent: 0px;
}
.MS_LoginHeaderLine,.MS_LoginPopup > div.gx-popup-header
{
	background-color: #393a70;
}
.MSCellBackgroundWhiteColor1,.MSTableWithBorder21
{
	background-color: #fff;
	border-width: 1px;
	padding-bottom: 80px;
	text-indent: 0px;
}
.MSCellMarginLeft30
{
	margin-left: 30px;
}
.ActionGroup,.MainMenu,.Submenu,.Confirm,.WWViewActions,.MSHiddenActionGroup,.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,.LoginFormComponent,.Ms_CreateServiceBackgroundWizard,.FormBackGroundWhite,.Ms_CreateServiceBackgroundWizard1,.MSForm,.MS_NotificationForm,.MS_Popupform,.FormNoBackgroundColor,.FormBackgroundImage,.FormSplitScreen,.MS_LoginFormComponent
{
	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: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #444;
	height: 100%;
}

/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.Form-fx, div.gxwebcomponent > div.gxwebcomponent-body.Form-fx, body.Form-fx
{
	transition-property: transform, opacity;
	-moz-transition-property: transform, opacity;
	-ms-transition-property: transform, opacity;
	-o-transition-property: transform, opacity;
	-webkit-transition-property: transform, opacity;
	transition-timing-function: cubic-bezier(0, 1, 1, 0.69);
	-moz-transition-timing-function: cubic-bezier(0, 1, 1, 0.69);
	-ms-transition-timing-function: cubic-bezier(0, 1, 1, 0.69);
	-o-transition-timing-function: cubic-bezier(0, 1, 1, 0.69);
	-webkit-transition-timing-function: cubic-bezier(0, 1, 1, 0.69);
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

div.gx-content-placeholder > div.gx-ct-body.Form-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.Form-fx.enter-fx-duration, body.Form-fx.enter-fx-duration
{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

div.gx-content-placeholder > div.gx-ct-body.Form-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.Form-fx.leave-fx-duration, body.Form-fx.leave-fx-duration
{
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

div.gx-content-placeholder.transitioning, div.gxwebcomponent.transitioning
{
	overflow: hidden;
	position: relative;
}

.Form-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.Form-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.LoginFormComponent-fx, div.gxwebcomponent > div.gxwebcomponent-body.LoginFormComponent-fx, body.LoginFormComponent-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.LoginFormComponent-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.LoginFormComponent-fx.enter-fx-duration, body.LoginFormComponent-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.LoginFormComponent-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.LoginFormComponent-fx.leave-fx-duration, body.LoginFormComponent-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;
}

.LoginFormComponent-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.LoginFormComponent-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.Ms_CreateServiceBackgroundWizard-fx, div.gxwebcomponent > div.gxwebcomponent-body.Ms_CreateServiceBackgroundWizard-fx, body.Ms_CreateServiceBackgroundWizard-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.Ms_CreateServiceBackgroundWizard-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.Ms_CreateServiceBackgroundWizard-fx.enter-fx-duration, body.Ms_CreateServiceBackgroundWizard-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.Ms_CreateServiceBackgroundWizard-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.Ms_CreateServiceBackgroundWizard-fx.leave-fx-duration, body.Ms_CreateServiceBackgroundWizard-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;
}

.Ms_CreateServiceBackgroundWizard-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.Ms_CreateServiceBackgroundWizard-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
.FormBackGroundWhite
{
	background-color: #fff;
	color: #000;
	height: auto;
	width: 100%;
}

/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.FormBackGroundWhite-fx, div.gxwebcomponent > div.gxwebcomponent-body.FormBackGroundWhite-fx, body.FormBackGroundWhite-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.FormBackGroundWhite-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormBackGroundWhite-fx.enter-fx-duration, body.FormBackGroundWhite-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.FormBackGroundWhite-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormBackGroundWhite-fx.leave-fx-duration, body.FormBackGroundWhite-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;
}

.FormBackGroundWhite-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.FormBackGroundWhite-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
.Ms_CreateServiceBackgroundWizard1
{
	background-color: #393a70;
	color: #fff;
	height: Auto;
	width: auto;
}

/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.Ms_CreateServiceBackgroundWizard1-fx, div.gxwebcomponent > div.gxwebcomponent-body.Ms_CreateServiceBackgroundWizard1-fx, body.Ms_CreateServiceBackgroundWizard1-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.Ms_CreateServiceBackgroundWizard1-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.Ms_CreateServiceBackgroundWizard1-fx.enter-fx-duration, body.Ms_CreateServiceBackgroundWizard1-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.Ms_CreateServiceBackgroundWizard1-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.Ms_CreateServiceBackgroundWizard1-fx.leave-fx-duration, body.Ms_CreateServiceBackgroundWizard1-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;
}

.Ms_CreateServiceBackgroundWizard1-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.Ms_CreateServiceBackgroundWizard1-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
.MSForm
{
	padding-right: 0px;
}

/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.MSForm-fx, div.gxwebcomponent > div.gxwebcomponent-body.MSForm-fx, body.MSForm-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.MSForm-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.MSForm-fx.enter-fx-duration, body.MSForm-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.MSForm-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.MSForm-fx.leave-fx-duration, body.MSForm-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;
}

.MSForm-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.MSForm-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
.MS_NotificationForm
{
	padding-right: 0px;
	background-color: #fff;
	width: 100%;
	BackGround-Color:#FFF !important;
	Width:100% !important;
}

/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.MS_NotificationForm-fx, div.gxwebcomponent > div.gxwebcomponent-body.MS_NotificationForm-fx, body.MS_NotificationForm-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.MS_NotificationForm-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.MS_NotificationForm-fx.enter-fx-duration, body.MS_NotificationForm-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.MS_NotificationForm-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.MS_NotificationForm-fx.leave-fx-duration, body.MS_NotificationForm-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;
}

.MS_NotificationForm-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.MS_NotificationForm-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
.MS_Popupform
{
	padding-right: 0px;
	background-color: #fff;
	width: auto;
	background-color:#FFF !important;
	width:auto !important;
}

/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.MS_Popupform-fx, div.gxwebcomponent > div.gxwebcomponent-body.MS_Popupform-fx, body.MS_Popupform-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.MS_Popupform-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.MS_Popupform-fx.enter-fx-duration, body.MS_Popupform-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.MS_Popupform-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.MS_Popupform-fx.leave-fx-duration, body.MS_Popupform-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;
}

.MS_Popupform-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.MS_Popupform-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] */
.MS_LoginFormComponent
{
	background-color: #393a70;
	text-indent: 0px;
}

/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.MS_LoginFormComponent-fx, div.gxwebcomponent > div.gxwebcomponent-body.MS_LoginFormComponent-fx, body.MS_LoginFormComponent-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.MS_LoginFormComponent-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.MS_LoginFormComponent-fx.enter-fx-duration, body.MS_LoginFormComponent-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.MS_LoginFormComponent-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.MS_LoginFormComponent-fx.leave-fx-duration, body.MS_LoginFormComponent-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;
}

.MS_LoginFormComponent-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.MS_LoginFormComponent-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,.AttributeSearchResultSubtitle,.ReadonlyAttributeSearchResultSubtitle,.AttributeSearchResultTitle,.ReadonlyAttributeSearchResultTitle,.ImageHomeModulesBackWithRadiusHover,.BlobContentImageHomeModulesBackWithRadiusHover,.ReadonlyBlobContentImageHomeModulesBackWithRadiusHover,.BlobInputImageHomeModulesBackWithRadiusHover,.ReadonlyImageHomeModulesBackWithRadiusHover,.MSLabelText,.BlobContentMSLabelText,.ReadonlyBlobContentMSLabelText,.BlobInputMSLabelText,.ReadonlyMSLabelText,.MSWizardFieldDispaly,.BlobContentMSWizardFieldDispaly,.ReadonlyBlobContentMSWizardFieldDispaly,.BlobInputMSWizardFieldDispaly,.ReadonlyMSWizardFieldDispaly,.MSWizardMultiselect,.BlobContentMSWizardMultiselect,.ReadonlyBlobContentMSWizardMultiselect,.BlobInputMSWizardMultiselect,.ReadonlyMSWizardMultiselect,.MSWizardField21,.BlobContentMSWizardField21,.ReadonlyBlobContentMSWizardField21,.BlobInputMSWizardField21,.ReadonlyMSWizardField21,.MS_RatersNoVar2,.BlobContentMS_RatersNoVar2,.ReadonlyBlobContentMS_RatersNoVar2,.BlobInputMS_RatersNoVar2,.ReadonlyMS_RatersNoVar2,.MS_NotAvailableServiceText,.BlobContentMS_NotAvailableServiceText,.ReadonlyBlobContentMS_NotAvailableServiceText,.BlobInputMS_NotAvailableServiceText,.ReadonlyMS_NotAvailableServiceText,.Attribute1,.BlobContentAttribute1,.ReadonlyBlobContentAttribute1,.BlobInputAttribute1,.ReadonlyAttribute1,.MSPasswordErrorMg,.MSAccountViewsClass2,.BlobContentMSAccountViewsClass2,.ReadonlyBlobContentMSAccountViewsClass2,.BlobInputMSAccountViewsClass2,.ReadonlyMSAccountViewsClass2,.MS_EditField21,.BlobContentMS_EditField21,.ReadonlyBlobContentMS_EditField21,.BlobInputMS_EditField21,.ReadonlyMS_EditField21,.MSTableServiceContactInfoDescreption,.BlobContentMSTableServiceContactInfoDescreption,.ReadonlyBlobContentMSTableServiceContactInfoDescreption,.BlobInputMSTableServiceContactInfoDescreption,.ReadonlyMSTableServiceContactInfoDescreption,.MS_CopyUrlTxt,.BlobContentMS_CopyUrlTxt,.ReadonlyBlobContentMS_CopyUrlTxt,.BlobInputMS_CopyUrlTxt,.ReadonlyMS_CopyUrlTxt,.MSTableSearchBusinessDVCombo,.BlobContentMSTableSearchBusinessDVCombo,.ReadonlyBlobContentMSTableSearchBusinessDVCombo,.BlobInputMSTableSearchBusinessDVCombo,.ReadonlyMSTableSearchBusinessDVCombo,.MSTableSearchBusinessesDV,.BlobContentMSTableSearchBusinessesDV,.ReadonlyBlobContentMSTableSearchBusinessesDV,.BlobInputMSTableSearchBusinessesDV,.ReadonlyMSTableSearchBusinessesDV,.MSHomePopularChannelImage1,.MS_PopularBusinessesFlex2,.MSCategorySmallText,.BlobContentMSCategorySmallText,.ReadonlyBlobContentMSCategorySmallText,.BlobInputMSCategorySmallText,.ReadonlyMSCategorySmallText,.MSFAQAnswerClass,.BlobContentMSFAQAnswerClass,.ReadonlyBlobContentMSFAQAnswerClass,.BlobInputMSFAQAnswerClass,.ReadonlyMSFAQAnswerClass,.MSFAQquestionClass,.BlobContentMSFAQquestionClass,.ReadonlyBlobContentMSFAQquestionClass,.BlobInputMSFAQquestionClass,.ReadonlyMSFAQquestionClass,.MS_ReportReasonsCombo,.BlobContentMS_ReportReasonsCombo,.ReadonlyBlobContentMS_ReportReasonsCombo,.BlobInputMS_ReportReasonsCombo,.ReadonlyMS_ReportReasonsCombo,.MS_ReportAbuseCommnet,.BlobContentMS_ReportAbuseCommnet,.ReadonlyBlobContentMS_ReportAbuseCommnet,.BlobInputMS_ReportAbuseCommnet,.ReadonlyMS_ReportAbuseCommnet,.MS_TotalRateVar1,.BlobContentMS_TotalRateVar1,.ReadonlyBlobContentMS_TotalRateVar1,.BlobInputMS_TotalRateVar1,.ReadonlyMS_TotalRateVar1,.MS_RateStarVar1,.MS_NoOfReviews1,.BlobContentMS_NoOfReviews1,.ReadonlyBlobContentMS_NoOfReviews1,.BlobInputMS_NoOfReviews1,.MS_RatingCanvas11,.ReadonlyMS_NoOfReviews1,.MS_RatersNoVar1,.BlobContentMS_RatersNoVar1,.ReadonlyBlobContentMS_RatersNoVar1,.BlobInputMS_RatersNoVar1,.ReadonlyMS_RatersNoVar1,.MS_NoOfvotes2,.MS_NoOfReviews2,.BlobContentMS_NoOfReviews2,.ReadonlyBlobContentMS_NoOfReviews2,.BlobInputMS_NoOfReviews2,.ReadonlyMS_NoOfReviews2,.MS_RatingCanvas12,.MS_RatingCanvas2,.BlobContentMS_RatingCanvas2,.ReadonlyBlobContentMS_RatingCanvas2,.BlobInputMS_RatingCanvas2,.ReadonlyMS_RatingCanvas2,.MS_RateZIndex1,.BlobContentMS_RateZIndex1,.ReadonlyBlobContentMS_RateZIndex1,.BlobInputMS_RateZIndex1,.ReadonlyMS_RateZIndex1,.MS_RaterName1,.BlobContentMS_RaterName1,.ReadonlyBlobContentMS_RaterName1,.BlobInputMS_RaterName1,.ReadonlyMS_RaterName1,.MS_RateComment1,.BlobContentMS_RateComment1,.ReadonlyBlobContentMS_RateComment1,.BlobInputMS_RateComment1,.ReadonlyMS_RateComment1,.MS_RateDate1,.BlobContentMS_RateDate1,.ReadonlyBlobContentMS_RateDate1,.BlobInputMS_RateDate1,.ReadonlyMS_RateDate1,.MS_TitleAttribute1,.BlobContentMS_TitleAttribute1,.ReadonlyBlobContentMS_TitleAttribute1,.BlobInputMS_TitleAttribute1,.ReadonlyMS_TitleAttribute1,.MS_DescriptionAttribute1,.BlobContentMS_DescriptionAttribute1,.ReadonlyBlobContentMS_DescriptionAttribute1,.BlobInputMS_DescriptionAttribute1,.ReadonlyMS_DescriptionAttribute1,.MSWizardAttributeDesc,.BlobContentMSWizardAttributeDesc,.ReadonlyBlobContentMSWizardAttributeDesc,.BlobInputMSWizardAttributeDesc,.ReadonlyMSWizardAttributeDesc,.MS_SubCategoryName,.BlobContentMS_SubCategoryName,.ReadonlyBlobContentMS_SubCategoryName,.BlobInputMS_SubCategoryName,.ReadonlyMS_SubCategoryName,.MS_CardCategName,.BlobContentMS_CardCategName,.ReadonlyBlobContentMS_CardCategName,.BlobInputMS_CardCategName,.ReadonlyMS_CardCategName,.MSTableImageInfoCountVar,.BlobContentMSTableImageInfoCountVar,.ReadonlyBlobContentMSTableImageInfoCountVar,.BlobInputMSTableImageInfoCountVar,.ReadonlyMSTableImageInfoCountVar,.MSTableCardRate,.BlobContentMSTableCardRate,.ReadonlyBlobContentMSTableCardRate,.BlobInputMSTableCardRate,.ReadonlyMSTableCardRate,.MSTableCardFiltersDC,.BlobContentMSTableCardFiltersDC,.ReadonlyBlobContentMSTableCardFiltersDC,.BlobInputMSTableCardFiltersDC,.ReadonlyMSTableCardFiltersDC,.MSTableCardServicePrice,.BlobContentMSTableCardServicePrice,.ReadonlyBlobContentMSTableCardServicePrice,.BlobInputMSTableCardServicePrice,.ReadonlyMSTableCardServicePrice,.MSTableCardServicesPriceCurrency,.BlobContentMSTableCardServicesPriceCurrency,.ReadonlyBlobContentMSTableCardServicesPriceCurrency,.BlobInputMSTableCardServicesPriceCurrency,.ReadonlyMSTableCardServicesPriceCurrency,.MSTableCardServicRateT,.MSTableCardTablePrice,.BlobContentMSTableCardTablePrice,.ReadonlyBlobContentMSTableCardTablePrice,.BlobInputMSTableCardTablePrice,.ReadonlyMSTableCardTablePrice,.MSTableCardTagNameFS,.BlobContentMSTableCardTagNameFS,.ReadonlyBlobContentMSTableCardTagNameFS,.BlobInputMSTableCardTagNameFS,.ReadonlyMSTableCardTagNameFS,.MSTableSectionDescription,.BlobContentMSTableSectionDescription,.ReadonlyBlobContentMSTableSectionDescription,.BlobInputMSTableSectionDescription,.ReadonlyMSTableSectionDescription,.MSTableCardFiltersTagDVName,.BlobContentMSTableCardFiltersTagDVName,.ReadonlyBlobContentMSTableCardFiltersTagDVName,.BlobInputMSTableCardFiltersTagDVName,.ReadonlyMSTableCardFiltersTagDVName,.MSTableSectionDefaultTitle,.BlobContentMSTableSectionDefaultTitle,.ReadonlyBlobContentMSTableSectionDefaultTitle,.BlobInputMSTableSectionDefaultTitle,.ReadonlyMSTableSectionDefaultTitle,.MSTableAboutUsDescription,.BlobContentMSTableAboutUsDescription,.ReadonlyBlobContentMSTableAboutUsDescription,.BlobInputMSTableAboutUsDescription,.ReadonlyMSTableAboutUsDescription,.MSTableServiceContactInfoTitle,.BlobContentMSTableServiceContactInfoTitle,.ReadonlyBlobContentMSTableServiceContactInfoTitle,.BlobInputMSTableServiceContactInfoTitle,.ReadonlyMSTableServiceContactInfoTitle,.MSTableServiceContactInfoPhone,.BlobContentMSTableServiceContactInfoPhone,.ReadonlyBlobContentMSTableServiceContactInfoPhone,.BlobInputMSTableServiceContactInfoPhone,.ReadonlyMSTableServiceContactInfoPhone,.MSTableServiceComment,.BlobContentMSTableServiceComment,.ReadonlyBlobContentMSTableServiceComment,.BlobInputMSTableServiceComment,.ReadonlyMSTableServiceComment,.MSServicesDetailsCommentDescription,.BlobContentMSServicesDetailsCommentDescription,.ReadonlyBlobContentMSServicesDetailsCommentDescription,.BlobInputMSServicesDetailsCommentDescription,.ReadonlyMSServicesDetailsCommentDescription,.MSServicesDetailsUComment,.BlobContentMSServicesDetailsUComment,.ReadonlyBlobContentMSServicesDetailsUComment,.BlobInputMSServicesDetailsUComment,.ReadonlyMSServicesDetailsUComment,.MSNotificationIcon,.BlobContentMSNotificationIcon,.ReadonlyBlobContentMSNotificationIcon,.BlobInputMSNotificationIcon,.ReadonlyMSNotificationIcon,.MSServicesListContent,.BlobContentMSServicesListContent,.ReadonlyBlobContentMSServicesListContent,.BlobInputMSServicesListContent,.ReadonlyMSServicesListContent,.MSTableCardTablePriceCheckBox,.MSSearchCategoryCombo,.BlobContentMSSearchCategoryCombo,.ReadonlyBlobContentMSSearchCategoryCombo,.BlobInputMSSearchCategoryCombo,.ReadonlyMSSearchCategoryCombo,.MSShopprofiletext,.BlobContentMSShopprofiletext,.ReadonlyBlobContentMSShopprofiletext,.BlobInputMSShopprofiletext,.ReadonlyMSShopprofiletext,.MSTableSearchDVSearch1,.BlobContentMSTableSearchDVSearch1,.ReadonlyBlobContentMSTableSearchDVSearch1,.BlobInputMSTableSearchDVSearch1,.ReadonlyMSTableSearchDVSearch1,.MSTableServiceContactInfoPhone_userprofile,.BlobContentMSTableServiceContactInfoPhone_userprofile,.ReadonlyBlobContentMSTableServiceContactInfoPhone_userprofile,.BlobInputMSTableServiceContactInfoPhone_userprofile,.ReadonlyMSTableServiceContactInfoPhone_userprofile,.MSTableServiceContactInfoPhone1,.BlobContentMSTableServiceContactInfoPhone1,.ReadonlyBlobContentMSTableServiceContactInfoPhone1,.BlobInputMSTableServiceContactInfoPhone1,.ReadonlyMSTableServiceContactInfoPhone1,.MS_EditRateReview,.BlobContentMS_EditRateReview,.ReadonlyBlobContentMS_EditRateReview,.BlobInputMS_EditRateReview,.ReadonlyMS_EditRateReview,.MS_EditField1111,.BlobContentMS_EditField1111,.ReadonlyBlobContentMS_EditField1111,.BlobInputMS_EditField1111,.ReadonlyMS_EditField1111,.MSAccountViewsClass,.BlobContentMSAccountViewsClass,.ReadonlyBlobContentMSAccountViewsClass,.BlobInputMSAccountViewsClass,.ReadonlyMSAccountViewsClass,.MSAccountViewsClass1,.BlobContentMSAccountViewsClass1,.ReadonlyBlobContentMSAccountViewsClass1,.BlobInputMSAccountViewsClass1,.ReadonlyMSAccountViewsClass1,.MSTableServiceSTitle1,.BlobContentMSTableServiceSTitle1,.ReadonlyBlobContentMSTableServiceSTitle1,.BlobInputMSTableServiceSTitle1,.ReadonlyMSTableServiceSTitle1,.MS_AcceprtTermsCheckBox,.BlobContentMS_AcceprtTermsCheckBox,.ReadonlyBlobContentMS_AcceprtTermsCheckBox,.BlobInputMS_AcceprtTermsCheckBox,.ReadonlyMS_AcceprtTermsCheckBox,.MS_ProfilePopupPhone,.BlobContentMS_ProfilePopupPhone,.ReadonlyBlobContentMS_ProfilePopupPhone,.BlobInputMS_ProfilePopupPhone,.ReadonlyMS_ProfilePopupPhone,.MSUserProfileTableContentServiceDetailsRejected,.BlobContentMSUserProfileTableContentServiceDetailsRejected,.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsRejected,.BlobInputMSUserProfileTableContentServiceDetailsRejected,.ReadonlyMSUserProfileTableContentServiceDetailsRejected,.MS_LoginAttribute,.BlobContentMS_LoginAttribute,.ReadonlyBlobContentMS_LoginAttribute,.BlobInputMS_LoginAttribute,.ReadonlyMS_LoginAttribute,.MSCardImageAttribute,.ReadonlyMSCardImageAttribute,.MSCardWithImageAttributeDescription,.BlobContentMSCardWithImageAttributeDescription,.ReadonlyBlobContentMSCardWithImageAttributeDescription,.BlobInputMSCardWithImageAttributeDescription,.ReadonlyMSCardWithImageAttributeDescription,.MS_RegisterRedAttribute,.BlobContentMS_RegisterRedAttribute,.ReadonlyBlobContentMS_RegisterRedAttribute,.BlobInputMS_RegisterRedAttribute,.ReadonlyMS_RegisterRedAttribute,.MS_TermsCheckBox,.BlobContentMS_TermsCheckBox,.ReadonlyBlobContentMS_TermsCheckBox,.BlobInputMS_TermsCheckBox,.ReadonlyMS_TermsCheckBox,.MSHomeCardImageAttribute,.ReadonlyMSHomeCardImageAttribute,.MSHomeCardImageAttributeWhite,.BlobContentMSHomeCardImageAttributeWhite,.ReadonlyBlobContentMSHomeCardImageAttributeWhite,.BlobInputMSHomeCardImageAttributeWhite,.ReadonlyMSHomeCardImageAttributeWhite,.MSHomePopularChannelImage2,.MSHomePopularChannelImage,.MSHomeCardImageAttributeGray,.BlobContentMSHomeCardImageAttributeGray,.ReadonlyBlobContentMSHomeCardImageAttributeGray,.BlobInputMSHomeCardImageAttributeGray,.ReadonlyMSHomeCardImageAttributeGray,.MS_NotificationDate,.BlobContentMS_NotificationDate,.ReadonlyBlobContentMS_NotificationDate,.BlobInputMS_NotificationDate,.ReadonlyMS_NotificationDate,.MSTableServiceSTitle,.BlobContentMSTableServiceSTitle,.ReadonlyBlobContentMSTableServiceSTitle,.BlobInputMSTableServiceSTitle,.ReadonlyMSTableServiceSTitle,.MSTableServicesImage,.BlobContentMSTableServicesImage,.ReadonlyBlobContentMSTableServicesImage,.BlobInputMSTableServicesImage,.ReadonlyMSTableServicesImage,.MSTableServicesWhiteTitle,.BlobContentMSTableServicesWhiteTitle,.ReadonlyBlobContentMSTableServicesWhiteTitle,.BlobInputMSTableServicesWhiteTitle,.ReadonlyMSTableServicesWhiteTitle,.MSTableServicesTextSeparator,.BlobContentMSTableServicesSeparator,.ReadonlyBlobContentMSTableServicesSeparator,.BlobInputMSTableServicesSeparator,.ReadonlyMSTableServicesSeparator,.MSTableServicesTextSubSeparator,.BlobContentMSTableServicesSeparator1,.ReadonlyBlobContentMSTableServicesSeparator1,.BlobInputMSTableServicesSeparator1,.ReadonlyMSTableServicesSeparator1,.MSTableServicesSubTitle,.BlobContentMSTableServicesSubTitle,.ReadonlyBlobContentMSTableServicesSubTitle,.BlobInputMSTableServicesSubTitle,.ReadonlyMSTableServicesSubTitle,.MSTableServicesUserName,.BlobContentMSTableServicesUserName,.ReadonlyBlobContentMSTableServicesUserName,.BlobInputMSTableServicesUserName,.ReadonlyMSTableServicesUserName,.MSTableServicesVoteCount,.BlobContentMSTableServicesVoteCount,.ReadonlyBlobContentMSTableServicesVoteCount,.BlobInputMSTableServicesVoteCount,.ReadonlyMSTableServicesVoteCount,.MSTableServiceProviderContactInfo,.BlobContentMSTableServiceProviderContactInfo,.ReadonlyBlobContentMSTableServiceProviderContactInfo,.BlobInputMSTableServiceProviderContactInfo,.ReadonlyMSTableServiceProviderContactInfo,.MSTableServiceProviderImage,.BlobContentMSTableServiceProviderImage,.ReadonlyBlobContentMSTableServiceProviderImage,.BlobInputMSTableServiceProviderImage,.ReadonlyMSTableServiceProviderImage,.MSAboutUsAttribute,.BlobContentMSAboutUsAttribute,.ReadonlyBlobContentMSAboutUsAttribute,.BlobInputMSAboutUsAttribute,.ReadonlyMSAboutUsAttribute,.MSAboutUsAttributeLabel,.BlobContentMSAboutUsAttributeLabel,.ReadonlyBlobContentMSAboutUsAttributeLabel,.BlobInputMSAboutUsAttributeLabel,.ReadonlyMSAboutUsAttributeLabel,.gx-label.MSAboutUsAttributeLabel,.gx-label.BlobContentMSAboutUsAttributeLabel,.gx-label.ReadonlyBlobContentMSAboutUsAttributeLabel,.gx-label.BlobInputMSAboutUsAttributeLabel,.gx-label.ReadonlyMSAboutUsAttributeLabel,.MS_PrivacyPolicyAttribute,.BlobContentMS_PrivacyPolicyAttribute,.ReadonlyBlobContentMS_PrivacyPolicyAttribute,.BlobInputMS_PrivacyPolicyAttribute,.ReadonlyMS_PrivacyPolicyAttribute,.MSTermsContent,.BlobContentMSTermsContent,.ReadonlyBlobContentMSTermsContent,.BlobInputMSTermsContent,.ReadonlyMSTermsContent,.MSUserProfileTableTopSection,.BlobContentMSUserProfileTableTopSection,.ReadonlyBlobContentMSUserProfileTableTopSection,.BlobInputMSUserProfileTableTopSection,.ReadonlyMSUserProfileTableTopSection,.MSUserProfileTableTopSectionSelector,.BlobContentMSUserProfileTableTopSectionSelector,.ReadonlyBlobContentMSUserProfileTableTopSectionSelector,.BlobInputMSUserProfileTableTopSectionSelector,.ReadonlyMSUserProfileTableTopSectionSelector,.MSUserProfileTableContentCreateBtn,.BlobContentMSUserProfileTableContentCreateBtn,.ReadonlyBlobContentMSUserProfileTableContentCreateBtn,.BlobInputMSUserProfileTableContentCreateBtn,.ReadonlyMSUserProfileTableContentCreateBtn,.MSUserProfileTableGridTitle,.BlobContentMSUserProfileTableGridTitle,.ReadonlyBlobContentMSUserProfileTableGridTitle,.BlobInputMSUserProfileTableGridTitle,.ReadonlyMSUserProfileTableGridTitle,.MSUserProfileTableContentService,.BlobContentMSUserProfileTableContentService,.ReadonlyBlobContentMSUserProfileTableContentService,.BlobInputMSUserProfileTableContentService,.ReadonlyMSUserProfileTableContentService,.MSUserProfileTableGridTitleFirst,.BlobContentMSUserProfileTableGridTitleFirst,.ReadonlyBlobContentMSUserProfileTableGridTitleFirst,.BlobInputMSUserProfileTableGridTitleFirst,.ReadonlyMSUserProfileTableGridTitleFirst,.MSUserProfileTableContentServiceDetails,.BlobContentMSUserProfileTableContentServiceDetails,.ReadonlyBlobContentMSUserProfileTableContentServiceDetails,.BlobInputMSUserProfileTableContentServiceDetails,.ReadonlyMSUserProfileTableContentServiceDetails,.MSUserProfileTableContentServiceDetailsActive,.BlobContentMSUserProfileTableContentServiceDetailsActive,.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsActive,.BlobInputMSUserProfileTableContentServiceDetailsActive,.ReadonlyMSUserProfileTableContentServiceDetailsActive,.MSUserProfileTableContentServiceDetailsInActive,.BlobContentMSUserProfileTableContentServiceDetailsInActive,.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsInActive,.BlobInputMSUserProfileTableContentServiceDetailsInActive,.ReadonlyMSUserProfileTableContentServiceDetailsInActive,.MSUserProfileTableContentServiceDetailsPending,.BlobContentMSUserProfileTableContentServiceDetailsPending,.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsPending,.BlobInputMSUserProfileTableContentServiceDetailsPending,.ReadonlyMSUserProfileTableContentServiceDetailsPending,.MSUserProfileTableContentServiceDetailsDraft,.BlobContentMSUserProfileTableContentServiceDetailsDraft,.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsDraft,.BlobInputMSUserProfileTableContentServiceDetailsDraft,.ReadonlyMSUserProfileTableContentServiceDetailsDraft,.MSUserProfileServiceRate,.ReadonlyMSUserProfileServiceRate,.MSHomeCardImageAttributeBaseColor,.BlobContentMSHomeCardImageAttributeBaseColor,.ReadonlyBlobContentMSHomeCardImageAttributeBaseColor,.BlobInputMSHomeCardImageAttributeBaseColor,.ReadonlyMSHomeCardImageAttributeBaseColor,.MSHomeTableSearchTHeaderTitle,.BlobContentMSHomeTableSearchTHeaderTitle,.ReadonlyBlobContentMSHomeTableSearchTHeaderTitle,.BlobInputMSHomeTableSearchTHeaderTitle,.ReadonlyMSHomeTableSearchTHeaderTitle,.MSHomeTableSearchTHeaderSubtitle,.BlobContentMSHomeTableSearchTHeaderSubtitle,.ReadonlyBlobContentMSHomeTableSearchTHeaderSubtitle,.BlobInputMSHomeTableSearchTHeaderSubtitle,.ReadonlyMSHomeTableSearchTHeaderSubtitle,.MS_VerifyPhoneAttribute,.BlobContentMS_VerifyPhoneAttribute,.ReadonlyBlobContentMS_VerifyPhoneAttribute,.BlobInputMS_VerifyPhoneAttribute,.ReadonlyMS_VerifyPhoneAttribute,.MS_VerifyPhoneAttributeUnderlined,.BlobContentMS_VerifyPhoneAttributeUnderlined,.ReadonlyBlobContentMS_VerifyPhoneAttributeUnderlined,.BlobInputMS_VerifyPhoneAttributeUnderlined,.ReadonlyMS_VerifyPhoneAttributeUnderlined,.MSTableServiceDetailsRComment,.BlobContentMSTableServiceDetailsRComment,.ReadonlyBlobContentMSTableServiceDetailsRComment,.BlobInputMSTableServiceDetailsRComment,.ReadonlyMSTableServiceDetailsRComment,.MS_VerifyPhoneWrongOTP,.BlobContentMS_VerifyPhoneWrongOTP,.ReadonlyBlobContentMS_VerifyPhoneWrongOTP,.BlobInputMS_VerifyPhoneWrongOTP,.ReadonlyMS_VerifyPhoneWrongOTP,.MS_CronoMeter,.BlobContentMS_CronoMeter,.ReadonlyBlobContentMS_CronoMeter,.BlobInputMS_CronoMeter,.ReadonlyMS_CronoMeter,.MS_VerifyPhoneCountryCode,.BlobContentMS_VerifyPhoneCountryCode,.ReadonlyBlobContentMS_VerifyPhoneCountryCode,.BlobInputMS_VerifyPhoneCountryCode,.ReadonlyMS_VerifyPhoneCountryCode,.MS_VerifyPhoneErrorMsg,.BlobContentMS_VerifyPhoneErrorMsg,.ReadonlyBlobContentMS_VerifyPhoneErrorMsg,.BlobInputMS_VerifyPhoneErrorMsg,.ReadonlyMS_VerifyPhoneErrorMsg,.MS_NoOfReviews,.BlobContentMS_NoOfReviews,.ReadonlyBlobContentMS_NoOfReviews,.BlobInputMS_NoOfReviews,.ReadonlyMS_NoOfReviews,.MS_RatingCanvas1,.MS_RaterName,.BlobContentMS_RaterName,.ReadonlyBlobContentMS_RaterName,.BlobInputMS_RaterName,.ReadonlyMS_RaterName,.MS_RateComment,.BlobContentMS_RateComment,.ReadonlyBlobContentMS_RateComment,.BlobInputMS_RateComment,.ReadonlyMS_RateComment,.ReadonlyMS_RateDate2,.MS_RateDate,.BlobContentMS_RateDate,.ReadonlyBlobContentMS_RateDate,.BlobInputMS_RateDate,.ReadonlyMS_RateDate,.MSBoldText,.BlobContentMSBoldText,.ReadonlyBlobContentMSBoldText,.BlobInputMSBoldText,.ReadonlyMSBoldText,.MS_RateStarVar,.BlobContentMS_RateStarVar,.ReadonlyBlobContentMS_RateStarVar,.BlobInputMS_RateStarVar,.ReadonlyMS_RateStarVar,.MS_RatersNoVar,.BlobContentMS_RatersNoVar,.ReadonlyBlobContentMS_RatersNoVar,.BlobInputMS_RatersNoVar,.ReadonlyMS_RatersNoVar,.MS_TotalRateVar,.BlobContentMS_TotalRateVar,.ReadonlyBlobContentMS_TotalRateVar,.BlobInputMS_TotalRateVar,.ReadonlyMS_TotalRateVar,.MS_NoOfvotes,.BlobContentMS_NoOfvotes,.ReadonlyBlobContentMS_NoOfvotes,.BlobInputMS_NoOfvotes,.ReadonlyMS_NoOfvotes,.MS_NoOfvotes1,.BlobContentMS_NoOfvotes1,.ReadonlyBlobContentMS_NoOfvotes1,.BlobInputMS_NoOfvotes1,.ReadonlyMS_NoOfvotes1,.MS_RateZIndex,.BlobContentMS_RateZIndex,.ReadonlyBlobContentMS_RateZIndex,.BlobInputMS_RateZIndex,.ReadonlyMS_RateZIndex,.MS_RateMemberVar1,.BlobContentMS_RateMemberVar1,.ReadonlyBlobContentMS_RateMemberVar1,.BlobInputMS_RateMemberVar1,.ReadonlyMS_RateMemberVar1,.MSDescriptionClass,.BlobContentMSDescriptionClass,.ReadonlyBlobContentMSDescriptionClass,.BlobInputMSDescriptionClass,.ReadonlyMSDescriptionClass,.MS_RateMemberVar2,.BlobContentMS_RateMemberVar2,.ReadonlyBlobContentMS_RateMemberVar2,.BlobInputMS_RateMemberVar2,.ReadonlyMS_RateMemberVar2,.MS_EditField1,.BlobContentMS_EditField1,.ReadonlyBlobContentMS_EditField1,.BlobInputMS_EditField1,.ReadonlyMS_EditField1,.MS_EditField2,.BlobContentMS_EditField2,.ReadonlyBlobContentMS_EditField2,.BlobInputMS_EditField2,.ReadonlyMS_EditField2,.MS_EditField1Date,.MS_ProfileEditField,.BlobContentMS_ProfileEditField,.ReadonlyBlobContentMS_ProfileEditField,.BlobInputMS_ProfileEditField,.ReadonlyMS_ProfileEditField,.MSWizardField1,.BlobContentMSWizardField1,.ReadonlyBlobContentMSWizardField1,.BlobInputMSWizardField1,.ReadonlyMSWizardField1,.MSWizardAttributeDate,.MSWizardNextPreviuosIcon,.MS_EditAddressField,.BlobContentMS_EditAddressField,.ReadonlyBlobContentMS_EditAddressField,.BlobInputMS_EditAddressField,.ReadonlyMS_EditAddressField,.MS_EditField11,.BlobContentMS_EditField11,.ReadonlyBlobContentMS_EditField11,.BlobInputMS_EditField11,.ReadonlyMS_EditField11,.MS_EditEmailField,.BlobContentMS_EditEmailField,.ReadonlyBlobContentMS_EditEmailField,.BlobInputMS_EditEmailField,.ReadonlyMS_EditEmailField,.MS_EditBioField,.BlobContentMS_EditBioField,.ReadonlyBlobContentMS_EditBioField,.BlobInputMS_EditBioField,.ReadonlyMS_EditBioField,.MS_EditField111,.BlobContentMS_EditField111,.ReadonlyBlobContentMS_EditField111,.BlobInputMS_EditField111,.ReadonlyMS_EditField111,.MS_EditProfileErrorMsg,.BlobContentMS_EditProfileErrorMsg,.ReadonlyBlobContentMS_EditProfileErrorMsg,.BlobInputMS_EditProfileErrorMsg,.ReadonlyMS_EditProfileErrorMsg,.MS_EditProfileErrorMsg2,.BlobContentMS_EditProfileErrorMsg2,.ReadonlyBlobContentMS_EditProfileErrorMsg2,.BlobInputMS_EditProfileErrorMsg2,.ReadonlyMS_EditProfileErrorMsg2,.MS_ChangePassField,.BlobContentMS_ChangePassField,.ReadonlyBlobContentMS_ChangePassField,.BlobInputMS_ChangePassField,.ReadonlyMS_ChangePassField,.MSDisplayNoneTextClass,.BlobContentMSDisplayNoneTextClass,.ReadonlyBlobContentMSDisplayNoneTextClass,.BlobInputMSDisplayNoneTextClass,.ReadonlyMSDisplayNoneTextClass,.FileUpload.gx-fileupload table .name,.FileUpload1.gx-fileupload table .name,.FileUploadShop.gx-fileupload table .name,.MS_RegisterBusNameAttribute,.BlobContentMS_RegisterBusNameAttribute,.ReadonlyBlobContentMS_RegisterBusNameAttribute,.BlobInputMS_RegisterBusNameAttribute,.ReadonlyMS_RegisterBusNameAttribute,.MS_CommentDate,.BlobContentMS_CommentDate,.ReadonlyBlobContentMS_CommentDate,.BlobInputMS_CommentDate,.ReadonlyMS_CommentDate,.MSTableServiceSTitleRight,.BlobContentMSTableServiceSTitleRight,.ReadonlyBlobContentMSTableServiceSTitleRight,.BlobInputMSTableServiceSTitleRight,.ReadonlyMSTableServiceSTitleRight,.MS_TitleAttribute,.BlobContentMS_TitleAttribute,.ReadonlyBlobContentMS_TitleAttribute,.BlobInputMS_TitleAttribute,.ReadonlyMS_TitleAttribute,.MS_DescriptionAttribute,.BlobContentMS_DescriptionAttribute,.ReadonlyBlobContentMS_DescriptionAttribute,.BlobInputMS_DescriptionAttribute,.ReadonlyMS_DescriptionAttribute,.MS_AllCommentDateColor,.BlobContentMS_AllCommentDateColor,.ReadonlyBlobContentMS_AllCommentDateColor,.BlobInputMS_AllCommentDateColor,.ReadonlyMS_AllCommentDateColor,.MSBusinessPhoneClass,.BlobContentMSBusinessPhoneClass,.ReadonlyBlobContentMSBusinessPhoneClass,.BlobInputMSBusinessPhoneClass,.ReadonlyMSBusinessPhoneClass,.MSBusinessTextClass,.BlobContentMSBusinessTextClass,.ReadonlyBlobContentMSBusinessTextClass,.BlobInputMSBusinessTextClass,.ReadonlyMSBusinessTextClass,.MSTableSearchDVCombo,.BlobContentMSTableSearchDVCombo,.ReadonlyBlobContentMSTableSearchDVCombo,.BlobInputMSTableSearchDVCombo,.ReadonlyMSTableSearchDVCombo,.MSTableSearchDVSearch,.BlobContentMSTableSearchDVSearch,.ReadonlyBlobContentMSTableSearchDVSearch,.BlobInputMSTableSearchDVSearch,.ReadonlyMSTableSearchDVSearch,.MSTableSearchSecondDVCombo,.BlobContentMSTableSearchSecondDVCombo,.ReadonlyBlobContentMSTableSearchSecondDVCombo,.BlobInputMSTableSearchSecondDVCombo,.ReadonlyMSTableSearchSecondDVCombo,.MSCardImageAttributeWhiteWithShadow,.ReadonlyMSCardImageAttributeWhiteWithShadow,.MSCardImageAttributeWhiteSubtitleWithShadow,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow,.MSCardImageAttributeWhiteSubtitleWithShadow1,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow1,.MSTableCardTableHeaderTitle,.BlobContentMSTableCardTableHeaderTitle,.ReadonlyBlobContentMSTableCardTableHeaderTitle,.BlobInputMSTableCardTableHeaderTitle,.ReadonlyMSTableCardTableHeaderTitle,.MSTableCardTableHeaderAdResult,.BlobContentMSTableCardTableHeaderAdResult,.ReadonlyBlobContentMSTableCardTableHeaderAdResult,.BlobInputMSTableCardTableHeaderAdResult,.ReadonlyMSTableCardTableHeaderAdResult,.MSTableCardTableHeaderSubCategory,.BlobContentMSTableCardTableHeaderSubCategory,.ReadonlyBlobContentMSTableCardTableHeaderSubCategory,.BlobInputMSTableCardTableHeaderSubCategory,.ReadonlyMSTableCardTableHeaderSubCategory,.MSCardImageAttributeWhiteWithShadow1,.ReadonlyMSCardImageAttributeWhiteWithShadow1,.MSCardImageAttributeWhiteSubtitleWithShadow2,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow2,.MSCardImageAttributeWhiteSubtitleWithShadow11,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow11,.MSCardImageAttributeWhiteSubtitleWithShadowRate,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRate,.MSAttributeWhiteBack,.BlobContentMSAttributeWhiteBack,.ReadonlyBlobContentMSAttributeWhiteBack,.BlobInputMSAttributeWhiteBack,.ReadonlyMSAttributeWhiteBack,.MSNoBorder,.BlobContentMSNoBorder,.ReadonlyBlobContentMSNoBorder,.BlobInputMSNoBorder,.ReadonlyMSNoBorder,.MSCardImageAttributeWhiteSubtitleWithShadowRate1,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRate1,.MSWHiteTextWithSpace,.BlobContentMSWHiteTextWithSpace,.ReadonlyBlobContentMSWHiteTextWithSpace,.BlobInputMSWHiteTextWithSpace,.ReadonlyMSWHiteTextWithSpace,.MSHomeLoginDDMCUserName,.BlobContentMSHomeLoginDDMCUserName,.ReadonlyBlobContentMSHomeLoginDDMCUserName,.BlobInputMSHomeLoginDDMCUserName,.ReadonlyMSHomeLoginDDMCUserName,.MSFooterFSItem,.ReadonlyMSFooterFSItem,.MSFooterFSItemSuboption,.ReadonlyMSFooterFSItemSuboption,.MSTableCardProviderImage,.BlobContentMSTableCardProviderImage,.ReadonlyBlobContentMSTableCardProviderImage,.BlobInputMSTableCardProviderImage,.ReadonlyMSTableCardProviderImage,.MSWizardField,.BlobContentMSWizardField,.ReadonlyBlobContentMSWizardField,.BlobInputMSWizardField,.ReadonlyMSWizardField,.MSWizardField2,.BlobContentMSWizardField2,.ReadonlyBlobContentMSWizardField2,.BlobInputMSWizardField2,.ReadonlyMSWizardField2,.MSWizardAttribute,.BlobContentMSWizardAttribute,.ReadonlyBlobContentMSWizardAttribute,.BlobInputMSWizardAttribute,.ReadonlyMSWizardAttribute,.ImageHomeModulesBackWithRadius,.BlobContentImageHomeModulesBackWithRadius,.ReadonlyBlobContentImageHomeModulesBackWithRadius,.BlobInputImageHomeModulesBackWithRadius,.ReadonlyImageHomeModulesBackWithRadius,.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,.AttributeSearchResultImage,.AttributeLandingCongoFooter,.ReadonlyAttributeLandingCongoFooter,.AttributeLandingCongoFooterSuboption,.ReadonlyAttributeLandingCongoFooterSuboption,.AttributeLandingCongo,.ReadonlyAttributeLandingCongo,.MS_ComboAttribute,.BlobContentMS_ComboAttribute,.ReadonlyBlobContentMS_ComboAttribute,.BlobInputMS_ComboAttribute,.ReadonlyMS_ComboAttribute,.MS_RegisterAttribute,.BlobContentMS_RegisterAttribute,.ReadonlyBlobContentMS_RegisterAttribute,.BlobInputMS_RegisterAttribute,.ReadonlyMS_RegisterAttribute,.MS_CountryCodeAttribute,.BlobContentMS_CountryCodeAttribute,.ReadonlyBlobContentMS_CountryCodeAttribute,.BlobInputMS_CountryCodeAttribute,.ReadonlyMS_CountryCodeAttribute,.MS_PhoneAttribute,.BlobContentMS_PhoneAttribute,.ReadonlyBlobContentMS_PhoneAttribute,.BlobInputMS_PhoneAttribute,.ReadonlyMS_PhoneAttribute,.MS_FlagAttribute,.BlobContentMS_FlagAttribute,.ReadonlyBlobContentMS_FlagAttribute,.BlobInputMS_FlagAttribute,.ReadonlyMS_FlagAttribute,.MS_CheckBox,.BlobContentMS_CheckBox,.ReadonlyBlobContentMS_CheckBox,.BlobInputMS_CheckBox,.ReadonlyMS_CheckBox,.MSTableCardProviderImage1,.BlobContentMSTableCardProviderImage1,.ReadonlyBlobContentMSTableCardProviderImage1,.BlobInputMSTableCardProviderImage1,.ReadonlyMSTableCardProviderImage1,.MSMarginTextAtabic,.BlobContentMSMarginTextAtabic,.ReadonlyBlobContentMSMarginTextAtabic,.BlobInputMSMarginTextAtabic,.ReadonlyMSMarginTextAtabic,.MS_ComboAttribute1,.BlobContentMS_ComboAttribute1,.ReadonlyBlobContentMS_ComboAttribute1,.BlobInputMS_ComboAttribute1,.ReadonlyMS_ComboAttribute1,.MS_RegisterAttribute1,.BlobContentMS_RegisterAttribute1,.ReadonlyBlobContentMS_RegisterAttribute1,.BlobInputMS_RegisterAttribute1,.ReadonlyMS_RegisterAttribute1,.MSCardImageAttributeWhiteSubtitleWithShadowRate2,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRate2,.MS_StarVar,.BlobContentMS_StarVar,.ReadonlyBlobContentMS_StarVar,.BlobInputMS_StarVar,.ReadonlyMS_StarVar
{
	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: Montserrat,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #575b5d;
	max-width: 206px;
	text-indent: 0px;
}
.ReadonlyAttributeCardsMenuTitle
{
	border-width: 0px;
	color: white;
}
.ReadonlyAttributeSecondary
{
	border-width: 0px;
	color: #999;
}
.ReadonlyAttributeSearchResultSubtitle
{
	padding-bottom: 4px;
	padding-top: 0px;
	border-width: 0px;
	font-size: 11px;
	max-width: inherit;
}
.ReadonlyAttributeSearchResultTitle
{
	padding-top: 2px;
	border-width: 0px;
	font-size: 14px;
	max-width: inherit;
}
.ReadonlyMS_NotAvailableServiceText
{
	margin-bottom: 300px;
	margin-top: 100px;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	color: #fff;
}
.MSAccountViewsClass2,.BlobContentMSAccountViewsClass2,.ReadonlyBlobContentMSAccountViewsClass2,.BlobInputMSAccountViewsClass2,.ReadonlyMSAccountViewsClass2
{
	margin-right: 5px;
	margin-top: 2px;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 12px;
	color: #e39600;
}
.MS_EditField21,.BlobContentMS_EditField21,.ReadonlyBlobContentMS_EditField21,.BlobInputMS_EditField21,.ReadonlyMS_EditField21
{
	padding-bottom: 10px;
	padding-left: 18px;
	padding-top: 10px;
	position: relative;
	background-color: #eee;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-top-color: #e4e4e4;
	border-top-left-radius: 53px;
	border-top-right-radius: 53px;
	border-bottom-right-radius: 53px;
	border-bottom-left-radius: 53px;
	font-size: 15px;
	font-weight: 400;
	color: #7b7878;
	height: 43px;
	max-height: 43px;
	min-height: 43px;
	width: 113%;
	max-width: 936px;
}
.ReadonlyMS_EditField21
{
	border-width: 0px;
	width: 113.1%;
}
.MSTableServiceContactInfoDescreption,.BlobContentMSTableServiceContactInfoDescreption,.ReadonlyBlobContentMSTableServiceContactInfoDescreption,.BlobInputMSTableServiceContactInfoDescreption,.ReadonlyMSTableServiceContactInfoDescreption
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline;
	border-style: none;
	font-family: DMSans-Medium;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.MS_CopyUrlTxt,.BlobContentMS_CopyUrlTxt,.ReadonlyBlobContentMS_CopyUrlTxt,.BlobInputMS_CopyUrlTxt,.ReadonlyMS_CopyUrlTxt
{
	white-space: normal;
	border-style: none;
	min-width: 100%;
	word-wrap: break-word;
}
.MSTableSearchBusinessDVCombo,.BlobContentMSTableSearchBusinessDVCombo,.ReadonlyBlobContentMSTableSearchBusinessDVCombo,.BlobInputMSTableSearchBusinessDVCombo,.ReadonlyMSTableSearchBusinessDVCombo
{
	border-style: none;
	border-width: 0px;
}
.MSTableSearchBusinessesDV,.BlobContentMSTableSearchBusinessesDV,.ReadonlyBlobContentMSTableSearchBusinessesDV,.BlobInputMSTableSearchBusinessesDV,.ReadonlyMSTableSearchBusinessesDV
{
	padding-right: 35px;
	background-color: #fff;
	font-size: 15px;
	color: #808080;
	height: 100%;
	min-height: 45px;
	width: 100%;
	min-width: 220px;
}
.MSHomePopularChannelImage1,.MS_PopularBusinessesFlex2
{
	margin-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #fff;
	background-image: none;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	height: 140px;
	max-height: 100%;
	width: 100%;
	max-width: 194px;
}
.MSCategorySmallText,.BlobContentMSCategorySmallText,.ReadonlyBlobContentMSCategorySmallText,.BlobInputMSCategorySmallText,.ReadonlyMSCategorySmallText
{
	border-style: none;
	font-size: 8px;
}
.MSFAQAnswerClass,.BlobContentMSFAQAnswerClass,.ReadonlyBlobContentMSFAQAnswerClass,.BlobInputMSFAQAnswerClass,.ReadonlyMSFAQAnswerClass
{
	display: inline;
	border-style: none;
	border-width: 0px;
	font-family: DMSans-Regular;
	font-size: 15px;
	color: #393a70;
}
.MSFAQquestionClass,.BlobContentMSFAQquestionClass,.ReadonlyBlobContentMSFAQquestionClass,.BlobInputMSFAQquestionClass,.ReadonlyMSFAQquestionClass
{
	margin-bottom: 20px;
	display: inline;
	border-style: none;
	border-width: 0px;
	font-family: DMSans-Bold;
	font-size: 20px;
	font-weight: 700;
	color: #333463;
}
.MS_ReportReasonsCombo,.BlobContentMS_ReportReasonsCombo,.ReadonlyBlobContentMS_ReportReasonsCombo,.BlobInputMS_ReportReasonsCombo,.ReadonlyMS_ReportReasonsCombo
{
	border-style: none;
	color: #7b7878;
	width: 100%;
	max-width: 250px;
}
.MS_ReportAbuseCommnet,.BlobContentMS_ReportAbuseCommnet,.ReadonlyBlobContentMS_ReportAbuseCommnet,.BlobInputMS_ReportAbuseCommnet,.ReadonlyMS_ReportAbuseCommnet
{
	padding-top: 15px;
	background-color: #eee;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
	max-width: 400px;
}
.MS_TotalRateVar1,.BlobContentMS_TotalRateVar1,.ReadonlyBlobContentMS_TotalRateVar1,.BlobInputMS_TotalRateVar1,.ReadonlyMS_TotalRateVar1
{
	border-style: none;
	border-width: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.MS_RateStarVar1
{
	padding-right: 5px;
	border-style: none;
	border-width: 0px;
	font-family: DMSans-Regular;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.MS_NoOfReviews1,.BlobContentMS_NoOfReviews1,.ReadonlyBlobContentMS_NoOfReviews1,.BlobInputMS_NoOfReviews1,.MS_RatingCanvas11,.ReadonlyMS_NoOfReviews1
{
	margin-right: 150px;
	margin-top: 16px;
	border-style: none;
	border-width: 0px;
	font-size: 13px;
	color: white;
}
.MS_RatersNoVar1,.BlobContentMS_RatersNoVar1,.ReadonlyBlobContentMS_RatersNoVar1,.BlobInputMS_RatersNoVar1,.ReadonlyMS_RatersNoVar1
{
	margin-left: -23px;
	border-style: none;
	border-width: 0px;
	font-size: 16px;
	font-weight: bold;
	color: white;
}
.MS_NoOfvotes2
{
	margin-bottom: -9px;
	white-space: nowrap;
	border-style: none;
	border-width: 0px;
	color: white;
	min-width: 138%;
}
.MS_NoOfReviews2,.BlobContentMS_NoOfReviews2,.ReadonlyBlobContentMS_NoOfReviews2,.BlobInputMS_NoOfReviews2,.ReadonlyMS_NoOfReviews2,.MS_RatingCanvas12,.MS_RatingCanvas2,.BlobContentMS_RatingCanvas2,.ReadonlyBlobContentMS_RatingCanvas2,.BlobInputMS_RatingCanvas2,.ReadonlyMS_RatingCanvas2
{
	margin-top: 16px;
	border-style: none;
	border-width: 0px;
	font-size: 13px;
	color: white;
}
.MS_RateZIndex1,.BlobContentMS_RateZIndex1,.ReadonlyBlobContentMS_RateZIndex1,.BlobInputMS_RateZIndex1,.ReadonlyMS_RateZIndex1
{
	position: relative;
	border-style: none;
	border-width: 0px;
	color: white;
	z-index:0;
}
.MS_RaterName1,.BlobContentMS_RaterName1,.ReadonlyBlobContentMS_RaterName1,.BlobInputMS_RaterName1,.ReadonlyMS_RaterName1
{
	border-style: none;
	font-size: 15px;
	font-weight: bold;
	color: white;
}
.MS_RateComment1,.BlobContentMS_RateComment1,.ReadonlyBlobContentMS_RateComment1,.BlobInputMS_RateComment1,.ReadonlyMS_RateComment1
{
	margin-top: -27px;
	border-style: none;
	border-width: 0px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	max-width: 90%;
	overflow-wrap: break-word;
}
.MS_RateDate1,.BlobContentMS_RateDate1,.ReadonlyBlobContentMS_RateDate1,.BlobInputMS_RateDate1,.ReadonlyMS_RateDate1
{
	margin-top: 3px;
	border-style: none;
	font-size: 12px;
	font-weight: 500;
	color: white;
}
.ReadonlyMS_RateDate1
{
	white-space: nowrap;
}
.MS_TitleAttribute1,.BlobContentMS_TitleAttribute1,.ReadonlyBlobContentMS_TitleAttribute1,.BlobInputMS_TitleAttribute1,.ReadonlyMS_TitleAttribute1
{
	margin-left: 20px;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	width: 100%;
	max-width: 600px;
	max-width:600px !important;
	 font-size:26px !important;
}
.ReadonlyMS_TitleAttribute1
{
	border-style: none;
}
.MS_DescriptionAttribute1,.BlobContentMS_DescriptionAttribute1,.ReadonlyBlobContentMS_DescriptionAttribute1,.BlobInputMS_DescriptionAttribute1,.ReadonlyMS_DescriptionAttribute1
{
	margin-left: 20px;
	padding-bottom: 25px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 25px;
	border-bottom-color: #333463;
	border-left-color: #333463;
	border-right-color: #333463;
	border-top-color: #333463;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 9pt;
	border-top-right-radius: 9pt;
	border-bottom-right-radius: 9pt;
	border-bottom-left-radius: 9pt;
	font-size: 15px;
	font-weight: 400;
	color: #333463;
	width: 100%;
	max-width: 1444px;
	text-align: right;
	overflow-x: hidden;
	word-break: break-word;
	 box-shadow: 0px 0px 4px rgb(51 52 99 / 80%);
}
.MSWizardAttributeDesc,.BlobContentMSWizardAttributeDesc,.ReadonlyBlobContentMSWizardAttributeDesc,.BlobInputMSWizardAttributeDesc,.ReadonlyMSWizardAttributeDesc
{
	margin-top: 7px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #efefef;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	color: #a9a9a9;
	height: 227px;
	min-height: 227px;
	width: 100%;
	max-width: 354px;
	height:227px !important;
}
.MS_SubCategoryName,.BlobContentMS_SubCategoryName,.ReadonlyBlobContentMS_SubCategoryName,.BlobInputMS_SubCategoryName,.ReadonlyMS_SubCategoryName
{
	border-style: none;
	border-width: 0px;
	font-size: 15px;
	font-weight: 400;
	color: #333463;
}
.ReadonlyMS_SubCategoryName
{
	text-indent: 0px;
}
.MS_CardCategName,.BlobContentMS_CardCategName,.ReadonlyBlobContentMS_CardCategName,.BlobInputMS_CardCategName,.ReadonlyMS_CardCategName
{
	margin-top: 25px;
	padding-left: 40px;
	border-style: none;
	border-width: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	width: 131%;
	max-width: 131%;
	min-width: 131%;
}
.MSTableImageInfoCountVar,.BlobContentMSTableImageInfoCountVar,.ReadonlyBlobContentMSTableImageInfoCountVar,.BlobInputMSTableImageInfoCountVar,.ReadonlyMSTableImageInfoCountVar
{
	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-family: DMSans-Medium;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.MSTableCardRate,.BlobContentMSTableCardRate,.ReadonlyBlobContentMSTableCardRate,.BlobInputMSTableCardRate,.ReadonlyMSTableCardRate
{
	border-style: none;
}
.MSTableCardFiltersDC,.BlobContentMSTableCardFiltersDC,.ReadonlyBlobContentMSTableCardFiltersDC,.BlobInputMSTableCardFiltersDC,.ReadonlyMSTableCardFiltersDC
{
	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: #1b1b36;
	border-style: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-family: DMSans-Medium;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	height: 42px;
	width: 297px;
	max-width: 297px;
}
.MSTableCardServicePrice,.BlobContentMSTableCardServicePrice,.ReadonlyBlobContentMSTableCardServicePrice,.BlobInputMSTableCardServicePrice,.ReadonlyMSTableCardServicePrice
{
	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-family: DMSans-Medium;
	font-size: 15px;
	font-weight: 500;
	color: #c9c6fa;
	align-items: baseline !important;
}
.MSTableCardServicesPriceCurrency,.BlobContentMSTableCardServicesPriceCurrency,.ReadonlyBlobContentMSTableCardServicesPriceCurrency,.BlobInputMSTableCardServicesPriceCurrency,.ReadonlyMSTableCardServicesPriceCurrency
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-style: none;
}
.MSTableCardServicRateT
{
	background-image: none;
	border-style: none;
	border-width: 0px;
	font-family: DMSans-Medium;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
}
.MSTableCardTablePrice,.BlobContentMSTableCardTablePrice,.ReadonlyBlobContentMSTableCardTablePrice,.BlobInputMSTableCardTablePrice,.ReadonlyMSTableCardTablePrice
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #fff;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 14px;
	font-weight: 400;
	color: #1b1b36;
	height: 28px;
	max-width: 70px;
}
.MSTableCardTagNameFS,.BlobContentMSTableCardTagNameFS,.ReadonlyBlobContentMSTableCardTagNameFS,.BlobInputMSTableCardTagNameFS,.ReadonlyMSTableCardTagNameFS
{
	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: #fff;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 14px;
	font-weight: 400;
	color: #1b1b36;
	width: 100%;
	max-width: 296px;
}
.MSTableSectionDescription,.BlobContentMSTableSectionDescription,.ReadonlyBlobContentMSTableSectionDescription,.BlobInputMSTableSectionDescription,.ReadonlyMSTableSectionDescription
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline;
	white-space: normal;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
.MSTableCardFiltersTagDVName,.BlobContentMSTableCardFiltersTagDVName,.ReadonlyBlobContentMSTableCardFiltersTagDVName,.BlobInputMSTableCardFiltersTagDVName,.ReadonlyMSTableCardFiltersTagDVName
{
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #1b1b36;
	border-style: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-family: DMSans-Medium;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	max-height: 100%;
	max-width: 296px;
	min-width: 296px;
	text-align: right;
}
.MSTableSectionDefaultTitle,.BlobContentMSTableSectionDefaultTitle,.ReadonlyBlobContentMSTableSectionDefaultTitle,.BlobInputMSTableSectionDefaultTitle,.ReadonlyMSTableSectionDefaultTitle
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline;
	white-space: normal;
	border-style: none;
	font-family: DMSans-Bold;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}
.MSTableAboutUsDescription,.BlobContentMSTableAboutUsDescription,.ReadonlyBlobContentMSTableAboutUsDescription,.BlobInputMSTableAboutUsDescription,.ReadonlyMSTableAboutUsDescription
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	display: block;
	white-space: normal;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 22px;
	font-weight: 400;
	color: #333463;
	max-width: 100%;
	line-height: 28px;
}
.MSTableServiceContactInfoTitle,.BlobContentMSTableServiceContactInfoTitle,.ReadonlyBlobContentMSTableServiceContactInfoTitle,.BlobInputMSTableServiceContactInfoTitle,.ReadonlyMSTableServiceContactInfoTitle
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline;
	white-space: nowrap;
	border-style: none;
	font-family: DMSans-Medium;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.MSTableServiceContactInfoPhone,.BlobContentMSTableServiceContactInfoPhone,.ReadonlyBlobContentMSTableServiceContactInfoPhone,.BlobInputMSTableServiceContactInfoPhone,.ReadonlyMSTableServiceContactInfoPhone
{
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline;
	border-style: none;
	font-family: DMSans-Bold;
	font-size: 14px;
	font-weight: 700;
	color: #e39600;
}
.MSTableServiceComment,.BlobContentMSTableServiceComment,.ReadonlyBlobContentMSTableServiceComment,.BlobInputMSTableServiceComment,.ReadonlyMSTableServiceComment
{
	margin-top: 10px;
	background-color: #fff;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	font-family: DMSans-Medium;
	font-size: 20px;
	font-weight: 500;
	color: rgba(51,52,99,0.64);
	height: 60px;
}
.MSServicesDetailsCommentDescription,.BlobContentMSServicesDetailsCommentDescription,.ReadonlyBlobContentMSServicesDetailsCommentDescription,.BlobInputMSServicesDetailsCommentDescription,.ReadonlyMSServicesDetailsCommentDescription
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 14px;
	font-weight: 400;
	color: #393a70;
	max-width: 100%;
}
.MSServicesDetailsUComment,.BlobContentMSServicesDetailsUComment,.ReadonlyBlobContentMSServicesDetailsUComment,.BlobInputMSServicesDetailsUComment,.ReadonlyMSServicesDetailsUComment
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-style: none;
	border-width: 0px;
	font-family: DMSans-Bold;
	font-size: 15px;
	font-weight: 700;
	color: #393a70;
	max-width: 100%;
}
.MSNotificationIcon,.BlobContentMSNotificationIcon,.ReadonlyBlobContentMSNotificationIcon,.BlobInputMSNotificationIcon,.ReadonlyMSNotificationIcon
{
	position: absolute;
	border-style: none;
	font-size: 11px;
	text-decoration: blink;
	color: white;
	height: 0px;
	width: 20px;
}
.MSServicesListContent,.BlobContentMSServicesListContent,.ReadonlyBlobContentMSServicesListContent,.BlobInputMSServicesListContent,.ReadonlyMSServicesListContent
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 16px;
	font-weight: 400;
	color: #393a70;
	max-width: 100%;
}
.MSTableCardTablePriceCheckBox
{
	margin-right: 0px;
}
.MSSearchCategoryCombo,.BlobContentMSSearchCategoryCombo,.ReadonlyBlobContentMSSearchCategoryCombo,.BlobInputMSSearchCategoryCombo,.ReadonlyMSSearchCategoryCombo
{
	border-style: none;
	max-width: 297px;
}
.MSShopprofiletext,.BlobContentMSShopprofiletext,.ReadonlyBlobContentMSShopprofiletext,.BlobInputMSShopprofiletext,.ReadonlyMSShopprofiletext
{
	margin-bottom: 0px;
	border-style: none;
	font-size: 13px;
	font-weight: 700;
	color: #333463;
	width: 134%;
}
.ReadonlyMSShopprofiletext
{
	border-width: 0px;
}
.MSTableSearchDVSearch1,.BlobContentMSTableSearchDVSearch1,.ReadonlyBlobContentMSTableSearchDVSearch1,.BlobInputMSTableSearchDVSearch1,.ReadonlyMSTableSearchDVSearch1
{
	margin-top: 0px;
	padding-right: 45px;
	background-color: #fff;
	font-size: 15px;
	color: #808080;
	height: 100%;
	min-height: 45px;
	width: 100%;
	min-width: 220px;
}
.MSTableServiceContactInfoPhone_userprofile,.BlobContentMSTableServiceContactInfoPhone_userprofile,.ReadonlyBlobContentMSTableServiceContactInfoPhone_userprofile,.BlobInputMSTableServiceContactInfoPhone_userprofile,.ReadonlyMSTableServiceContactInfoPhone_userprofile
{
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline;
	border-style: none;
	font-family: DMSans-Bold;
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	color: #e39600;
}
.MSTableServiceContactInfoPhone1,.BlobContentMSTableServiceContactInfoPhone1,.ReadonlyBlobContentMSTableServiceContactInfoPhone1,.BlobInputMSTableServiceContactInfoPhone1,.ReadonlyMSTableServiceContactInfoPhone1
{
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline;
	border-style: none;
	font-family: DMSans-Bold;
	font-size: 14px;
	font-weight: 700;
	color: #e39600;
}
.ReadonlyMSTableServiceContactInfoPhone1
{
	margin-right: 5px;
	margin-top: -2px;
}
.MS_EditRateReview,.BlobContentMS_EditRateReview,.ReadonlyBlobContentMS_EditRateReview,.BlobInputMS_EditRateReview,.ReadonlyMS_EditRateReview,.MS_EditField1111,.BlobContentMS_EditField1111,.ReadonlyBlobContentMS_EditField1111,.BlobInputMS_EditField1111,.ReadonlyMS_EditField1111
{
	padding-bottom: 10px;
	padding-left: 18px;
	padding-top: 10px;
	background-color: #eee;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-top-color: #e4e4e4;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size: 15px;
	font-weight: 400;
	color: #7b7878;
	height: 150px;
	max-height: 150px;
	min-height: 150px;
	width: 100%;
	max-width:455px !important;
	 overflow:hidden;
}
.MS_EditField1111,.BlobContentMS_EditField1111,.ReadonlyBlobContentMS_EditField1111,.BlobInputMS_EditField1111,.ReadonlyMS_EditField1111
{
	border-top-left-radius: 53px;
	border-top-right-radius: 53px;
	border-bottom-right-radius: 53px;
	border-bottom-left-radius: 53px;
	max-width: 250px;
}
.MSAccountViewsClass,.BlobContentMSAccountViewsClass,.ReadonlyBlobContentMSAccountViewsClass,.BlobInputMSAccountViewsClass,.ReadonlyMSAccountViewsClass
{
	margin-right: -70px;
	margin-top: -2px;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 12px;
	color: #e39600;
}
.ReadonlyMSAccountViewsClass
{
	margin-left: -66px;
	margin-top: 2px;
	border-width: 0px;
}
.MSAccountViewsClass1,.BlobContentMSAccountViewsClass1,.ReadonlyBlobContentMSAccountViewsClass1,.BlobInputMSAccountViewsClass1,.ReadonlyMSAccountViewsClass1
{
	margin-right: 5px;
	margin-top: 4px;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 12px;
	color: #e39600;
	min-width: 147%;
}
.ReadonlyMSAccountViewsClass1
{
	border-width: 0px;
}
.MSTableServiceSTitle1,.BlobContentMSTableServiceSTitle1,.ReadonlyBlobContentMSTableServiceSTitle1,.BlobInputMSTableServiceSTitle1,.ReadonlyMSTableServiceSTitle1
{
	margin-right: 0px;
	margin-top: 20px;
	border-style: none;
	font-family: DMSans-Bold;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	max-width: 100%;
}
.MS_ProfilePopupPhone,.BlobContentMS_ProfilePopupPhone,.ReadonlyBlobContentMS_ProfilePopupPhone,.BlobInputMS_ProfilePopupPhone,.ReadonlyMS_ProfilePopupPhone
{
	padding-left: 20pt;
	padding-right: 20pt;
	display: block;
	background-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 0px;
	font-family: DMSans-Bold;
	font-size: 15px;
	font-weight: 600;
	color: #393a70;
	text-align: left;
	TextAlign: left !Important;
	 box-shadow: none !important;
}
.MSUserProfileTableContentServiceDetailsRejected,.BlobContentMSUserProfileTableContentServiceDetailsRejected,.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsRejected,.BlobInputMSUserProfileTableContentServiceDetailsRejected,.ReadonlyMSUserProfileTableContentServiceDetailsRejected
{
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	background-color: #c9171e;
	border-style: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-family: DMSans-Regular;
	font-size: 16px;
	color: #fff;
	width: 124px;
	max-width: 100%;
}
.MS_LoginAttribute,.BlobContentMS_LoginAttribute,.ReadonlyBlobContentMS_LoginAttribute,.BlobInputMS_LoginAttribute,.ReadonlyMS_LoginAttribute
{
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 20pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 20pt;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #555;
	height: 36px;
	max-width: 380px;
	text-align: left;
	TextAlign: left !Important;
}
.MSCardImageAttribute,.ReadonlyMSCardImageAttribute
{
	margin-left: 0px;
	display: block;
	background-color: #fff;
	border-style: none;
	height: 180.99px;
	max-height: 100%;
	width: 100%;
	max-width: 100%;
	object-fit:cover;
}
.MSCardWithImageAttributeDescription,.BlobContentMSCardWithImageAttributeDescription,.ReadonlyBlobContentMSCardWithImageAttributeDescription,.BlobInputMSCardWithImageAttributeDescription,.ReadonlyMSCardWithImageAttributeDescription
{
	margin-left: 0px;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 14px;
	font-weight: 400;
	color: #6c6c6c;
	line-height:1.4;
	margin-left: 0px !important;
}
.MS_RegisterRedAttribute,.BlobContentMS_RegisterRedAttribute,.ReadonlyBlobContentMS_RegisterRedAttribute,.BlobInputMS_RegisterRedAttribute,.ReadonlyMS_RegisterRedAttribute
{
	padding-bottom: 20pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 20pt;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	text-align: left;
	padding-inline-end: 50px;
}
.MS_TermsCheckBox,.BlobContentMS_TermsCheckBox,.ReadonlyBlobContentMS_TermsCheckBox,.BlobInputMS_TermsCheckBox,.ReadonlyMS_TermsCheckBox
{
	padding-bottom: 20pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 20pt;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	text-align: left;
	padding-inline-end: 50px;
}
.MSHomeCardImageAttribute,.ReadonlyMSHomeCardImageAttribute
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 15px;
	display: block;
	background-color: #fff;
	border-style: none;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	height: 140px;
	max-height: 100%;
	width: 100%;
	max-width: 100%;
	object-fit:fill;
}
.MSHomeCardImageAttributeWhite,.BlobContentMSHomeCardImageAttributeWhite,.ReadonlyBlobContentMSHomeCardImageAttributeWhite,.BlobInputMSHomeCardImageAttributeWhite,.ReadonlyMSHomeCardImageAttributeWhite,.MSHomePopularChannelImage2
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
.ReadonlyMSHomeCardImageAttributeWhite,.MSHomePopularChannelImage2
{
	margin-right: -44px;
	border-width: 0px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	text-align: center;
}
.MSHomePopularChannelImage
{
	margin-bottom: 0px;
	margin-right: -38px;
	margin-top: 0px;
	display: flex;
	background-color: #fff;
	border-style: none;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	color: #fff;
	height: 140px;
	max-height: 100%;
	max-width: 100%;
	min-width: 192px;
	object-fit: cover;
}
.MSHomeCardImageAttributeGray,.BlobContentMSHomeCardImageAttributeGray,.ReadonlyBlobContentMSHomeCardImageAttributeGray,.BlobInputMSHomeCardImageAttributeGray,.ReadonlyMSHomeCardImageAttributeGray
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 15px;
	font-weight: 400;
	color: #686868;
}
.MS_NotificationDate,.BlobContentMS_NotificationDate,.ReadonlyBlobContentMS_NotificationDate,.BlobInputMS_NotificationDate,.ReadonlyMS_NotificationDate
{
	margin-right: 10px;
	margin-top: 10px;
	white-space: nowrap;
	font-family: Montserrat, sans-serif, "DM Sans";
	font-size: 14px;
	font-weight: 400;
	color: #a9a9a9;
	height: 36px;
	vertical-align: middle;
	object-fit:cover;
}
.ReadonlyMS_NotificationDate
{
	border-style: none;
	border-width: 0px;
	text-indent: 0px;
}
.MSTableServiceSTitle,.BlobContentMSTableServiceSTitle,.ReadonlyBlobContentMSTableServiceSTitle,.BlobInputMSTableServiceSTitle,.ReadonlyMSTableServiceSTitle
{
	margin-right: 80px;
	border-style: none;
	font-family: DMSans-Bold;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	max-width: 100%;
}
.ReadonlyMSTableServiceSTitle
{
	top: 30px;
}
.MSTableServicesImage,.BlobContentMSTableServicesImage,.ReadonlyBlobContentMSTableServicesImage,.BlobInputMSTableServicesImage,.ReadonlyMSTableServicesImage
{
	display: block;
	border-style: none;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	height: 255px;
	max-height: 255px;
	min-height: 255px;
	object-fit: cover;
}
.MSTableServicesWhiteTitle,.BlobContentMSTableServicesWhiteTitle,.ReadonlyBlobContentMSTableServicesWhiteTitle,.BlobInputMSTableServicesWhiteTitle,.ReadonlyMSTableServicesWhiteTitle
{
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 0px;
	border-style: none;
	font-family: DMSans-Medium;
	font-size: 17px;
	font-weight: 500;
	color: #e4e4e4;
}
.MSTableServicesTextSeparator,.BlobContentMSTableServicesSeparator,.ReadonlyBlobContentMSTableServicesSeparator,.BlobInputMSTableServicesSeparator,.ReadonlyMSTableServicesSeparator
{
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 0px;
	overflow: hidden;
	border-style: none;
	font-family: DMSans-Medium;
	font-size: 17px;
	font-weight: 500;
	color: #e4e4e4;
}
.MSTableServicesTextSubSeparator,.BlobContentMSTableServicesSeparator1,.ReadonlyBlobContentMSTableServicesSeparator1,.BlobInputMSTableServicesSeparator1,.ReadonlyMSTableServicesSeparator1
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow: hidden;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 15px;
	font-weight: 400;
	color: #d5bf97;
}
.MSTableServicesSubTitle,.BlobContentMSTableServicesSubTitle,.ReadonlyBlobContentMSTableServicesSubTitle,.BlobInputMSTableServicesSubTitle,.ReadonlyMSTableServicesSubTitle
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow: hidden;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 16px;
	font-weight: 400;
	color: #d5bf97;
}
.MSTableServicesUserName,.BlobContentMSTableServicesUserName,.ReadonlyBlobContentMSTableServicesUserName,.BlobInputMSTableServicesUserName,.ReadonlyMSTableServicesUserName
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline;
	border-style: none;
	font-family: DMSans-Bold;
	font-size: 15px;
	font-weight: 700;
	color: #e4e4e4;
}
.MSTableServicesVoteCount,.BlobContentMSTableServicesVoteCount,.ReadonlyBlobContentMSTableServicesVoteCount,.BlobInputMSTableServicesVoteCount,.ReadonlyMSTableServicesVoteCount
{
	opacity: 0.56;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 1px;
	margin-top: 0px;
	white-space: nowrap;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 11px;
	font-weight: 400;
	color: #e4e4e4;
}
.MSTableServiceProviderContactInfo,.BlobContentMSTableServiceProviderContactInfo,.ReadonlyBlobContentMSTableServiceProviderContactInfo,.BlobInputMSTableServiceProviderContactInfo,.ReadonlyMSTableServiceProviderContactInfo
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline;
	border-style: none;
	font-family: DMSans-Bold;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
.MSTableServiceProviderImage,.BlobContentMSTableServiceProviderImage,.ReadonlyBlobContentMSTableServiceProviderImage,.BlobInputMSTableServiceProviderImage,.ReadonlyMSTableServiceProviderImage
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-style: none;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	height: 50px;
	max-height: 50px;
	min-height: 50px;
	width: 50px;
	max-width: 50px;
	min-width: 50px;
	Object-fit:cover;
}
.MSAboutUsAttribute,.BlobContentMSAboutUsAttribute,.ReadonlyBlobContentMSAboutUsAttribute,.BlobInputMSAboutUsAttribute,.ReadonlyMSAboutUsAttribute
{
	margin-left: 50px;
	border-style: none;
	border-width: 0px;
	font-family: DMSans-Regular;
	font-size: 16px;
	font-weight: 400;
	color: #727389;
	max-width: 400px;
	text-align: left;
	word-break: break-all;
}
.MS_PrivacyPolicyAttribute,.BlobContentMS_PrivacyPolicyAttribute,.ReadonlyBlobContentMS_PrivacyPolicyAttribute,.BlobInputMS_PrivacyPolicyAttribute,.ReadonlyMS_PrivacyPolicyAttribute
{
	margin-left: -23px;
	padding-bottom: 23pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 20pt;
	background-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 0px;
	color: #555;
	height: 43px;
	text-align: left;
	TextAlign: left !Important;
	 box-shadow: none !important;
}
.MSTermsContent,.BlobContentMSTermsContent,.ReadonlyBlobContentMSTermsContent,.BlobInputMSTermsContent,.ReadonlyMSTermsContent
{
	border-style: none;
	font-size: 9pt;
	color: #727389;
	word-break: break-all;
}
.MSUserProfileTableTopSection,.BlobContentMSUserProfileTableTopSection,.ReadonlyBlobContentMSUserProfileTableTopSection,.BlobInputMSUserProfileTableTopSection,.ReadonlyMSUserProfileTableTopSection
{
	padding-bottom: 1px;
	border-style: none;
	font-family: DMSans-Bold;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
.MSUserProfileTableTopSectionSelector,.BlobContentMSUserProfileTableTopSectionSelector,.ReadonlyBlobContentMSUserProfileTableTopSectionSelector,.BlobInputMSUserProfileTableTopSectionSelector,.ReadonlyMSUserProfileTableTopSectionSelector
{
	padding-bottom: 1px;
	border-style: none;
	font-family: DmSans-Regular;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
.MSUserProfileTableContentCreateBtn,.BlobContentMSUserProfileTableContentCreateBtn,.ReadonlyBlobContentMSUserProfileTableContentCreateBtn,.BlobInputMSUserProfileTableContentCreateBtn,.ReadonlyMSUserProfileTableContentCreateBtn
{
	margin-bottom: 25px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	background-color: #e39600;
	border-style: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	font-family: DmSans-Regular;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	width: 188px;
	max-width: 100%;
}
.MSUserProfileTableGridTitle,.BlobContentMSUserProfileTableGridTitle,.ReadonlyBlobContentMSUserProfileTableGridTitle,.BlobInputMSUserProfileTableGridTitle,.ReadonlyMSUserProfileTableGridTitle
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: absolute;
	z-index: 1;
	border-style: none;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	font-family: DMSans-Medium;
	font-size: 20px;
	font-weight: 500;
	color: #5f5f5f;
	height: 42px;
	min-height: 42px;
	text-align: left;
}
.MSUserProfileTableContentService,.BlobContentMSUserProfileTableContentService,.ReadonlyBlobContentMSUserProfileTableContentService,.BlobInputMSUserProfileTableContentService,.ReadonlyMSUserProfileTableContentService
{
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 16px;
	font-weight: 400;
	color: #0f7cc0;
	max-width: 100%;
}
.ReadonlyMSUserProfileTableContentService
{
	border-width: 0px;
}
.MSUserProfileTableGridTitleFirst,.BlobContentMSUserProfileTableGridTitleFirst,.ReadonlyBlobContentMSUserProfileTableGridTitleFirst,.BlobInputMSUserProfileTableGridTitleFirst,.ReadonlyMSUserProfileTableGridTitleFirst
{
	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;
	font-family: DMSans-Medium;
	font-size: 20px;
	font-weight: 500;
	color: #5f5f5f;
}
.MSUserProfileTableContentServiceDetails,.BlobContentMSUserProfileTableContentServiceDetails,.ReadonlyBlobContentMSUserProfileTableContentServiceDetails,.BlobInputMSUserProfileTableContentServiceDetails,.ReadonlyMSUserProfileTableContentServiceDetails
{
	padding-bottom: 19px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 19px;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 16px;
	font-weight: 400;
	color: #606060;
}
.ReadonlyMSUserProfileTableContentServiceDetails
{
	border-width: 0px;
}
.MSUserProfileTableContentServiceDetailsActive,.BlobContentMSUserProfileTableContentServiceDetailsActive,.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsActive,.BlobInputMSUserProfileTableContentServiceDetailsActive,.ReadonlyMSUserProfileTableContentServiceDetailsActive
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	background-color: #0cb158;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-family: DMSans-Regular;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	width: 118px;
	max-width: 100%;
}
.MSUserProfileTableContentServiceDetailsInActive,.BlobContentMSUserProfileTableContentServiceDetailsInActive,.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsInActive,.BlobInputMSUserProfileTableContentServiceDetailsInActive,.ReadonlyMSUserProfileTableContentServiceDetailsInActive
{
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	background-color: #8a8c8d;
	border-style: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-family: DmSans-Regular;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	width: 124px;
	max-width: 100%;
}
.MSUserProfileTableContentServiceDetailsPending,.BlobContentMSUserProfileTableContentServiceDetailsPending,.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsPending,.BlobInputMSUserProfileTableContentServiceDetailsPending,.ReadonlyMSUserProfileTableContentServiceDetailsPending
{
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	white-space: nowrap;
	background-color: #e39600;
	border-style: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-family: DmSans-Regular;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	width: 118px;
	max-width: 100%;
}
.MSUserProfileTableContentServiceDetailsDraft,.BlobContentMSUserProfileTableContentServiceDetailsDraft,.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsDraft,.BlobInputMSUserProfileTableContentServiceDetailsDraft,.ReadonlyMSUserProfileTableContentServiceDetailsDraft
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	background-color: #8a8c8d;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-family: DMSans-Regular;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	width: 118px;
	max-width: 100%;
}
.MSUserProfileServiceRate,.ReadonlyMSUserProfileServiceRate
{
	display: flex;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 16px;
	font-weight: 400;
	color: #606060;
}
.MSHomeCardImageAttributeBaseColor,.BlobContentMSHomeCardImageAttributeBaseColor,.ReadonlyBlobContentMSHomeCardImageAttributeBaseColor,.BlobInputMSHomeCardImageAttributeBaseColor,.ReadonlyMSHomeCardImageAttributeBaseColor
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	list-style-image: none;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 15px;
	font-weight: 400;
	color: #333463;
	height: 180.99px;
	max-height: 100%;
}
.ReadonlyMSHomeCardImageAttributeBaseColor
{
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
.ReadonlyMSHomeTableSearchTHeaderTitle
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-style: none;
	border-width: 0px;
	font-family: DMSans-Regular;
	font-size: 37px;
	font-weight: 400;
	color: #fff;
	max-width: 100%;
}
.MSHomeTableSearchTHeaderSubtitle,.BlobContentMSHomeTableSearchTHeaderSubtitle,.ReadonlyBlobContentMSHomeTableSearchTHeaderSubtitle,.BlobInputMSHomeTableSearchTHeaderSubtitle,.ReadonlyMSHomeTableSearchTHeaderSubtitle
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 15px;
	border-style: none;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	font-family: DMSans-Bold;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	max-width: 100%;
}
.MS_VerifyPhoneAttribute,.BlobContentMS_VerifyPhoneAttribute,.ReadonlyBlobContentMS_VerifyPhoneAttribute,.BlobInputMS_VerifyPhoneAttribute,.ReadonlyMS_VerifyPhoneAttribute
{
	margin-bottom: -2px;
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #393a70;
}
.ReadonlyMS_VerifyPhoneAttribute
{
	border-style: none;
}
.MS_VerifyPhoneAttributeUnderlined,.BlobContentMS_VerifyPhoneAttributeUnderlined,.ReadonlyBlobContentMS_VerifyPhoneAttributeUnderlined,.BlobInputMS_VerifyPhoneAttributeUnderlined,.ReadonlyMS_VerifyPhoneAttributeUnderlined
{
	margin-right: 10px;
	border-bottom-color: #333463;
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	border-width: 2px;
	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: #393a70;
	box-shadow: none !important;
}
.MSTableServiceDetailsRComment,.BlobContentMSTableServiceDetailsRComment,.ReadonlyBlobContentMSTableServiceDetailsRComment,.BlobInputMSTableServiceDetailsRComment,.ReadonlyMSTableServiceDetailsRComment
{
	opacity: 0.64;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	white-space: nowrap;
	border-style: none;
	font-family: DMSans-Medium;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.MS_CronoMeter,.BlobContentMS_CronoMeter,.ReadonlyBlobContentMS_CronoMeter,.BlobInputMS_CronoMeter,.ReadonlyMS_CronoMeter
{
	padding-bottom: 16pt;
	padding-left: 13pt;
	padding-right: 13pt;
	padding-top: 13pt;
	background-color: #fff;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	border-right-color: #e1e1e1;
	border-top-color: #e1e1e1;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	color: #555;
	height: 100%;
	width: 100%;
	max-width: 380px;
}
.MS_VerifyPhoneCountryCode,.BlobContentMS_VerifyPhoneCountryCode,.ReadonlyBlobContentMS_VerifyPhoneCountryCode,.BlobInputMS_VerifyPhoneCountryCode,.ReadonlyMS_VerifyPhoneCountryCode
{
	margin-bottom: -2px;
	margin-right: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #393a70;
	direction: ltr !important;
}
.ReadonlyMS_VerifyPhoneCountryCode
{
	border-style: none;
}
.MS_NoOfReviews,.BlobContentMS_NoOfReviews,.ReadonlyBlobContentMS_NoOfReviews,.BlobInputMS_NoOfReviews,.ReadonlyMS_NoOfReviews,.MS_RatingCanvas1
{
	margin-top: 16px;
	border-style: none;
	border-top-left-radius: 75%;
	border-top-right-radius: 75%;
	border-bottom-right-radius: 75%;
	border-bottom-left-radius: 75%;
	font-size: 13px;
	color: #676767;
	height: 36px;
	object-fit:cover;
}
.MS_RatingCanvas1
{
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 10px;
	border-style: solid;
	font-size: 10pt;
	color: #575b5d;
}
.MS_RaterName,.BlobContentMS_RaterName,.ReadonlyBlobContentMS_RaterName,.BlobInputMS_RaterName,.ReadonlyMS_RaterName
{
	padding-bottom: 23pt;
	padding-left: 20pt;
	padding-top: 20pt;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 0px;
	font-family: DMSans-Bold;
	font-size: 15px;
	font-weight: bold;
	color: #393a70;
	height: 43px;
	text-align: left;
	TextAlign: left !Important;
	 box-shadow: none !important;
}
.ReadonlyMS_RaterName
{
	font-family: Montserrat,sans-serif;
}
.MS_RateComment,.BlobContentMS_RateComment,.ReadonlyBlobContentMS_RateComment,.BlobInputMS_RateComment,.ReadonlyMS_RateComment,.ReadonlyMS_RateDate2
{
	border-style: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 0px;
	font-size: 15px;
	font-weight: 400;
	color: #393a70;
	max-width: 90%;
	text-align: left;
	overflow-wrap: break-word;
}
.ReadonlyMS_RateComment,.ReadonlyMS_RateDate2
{
	border-width: 0px;
}
.MS_RateDate,.BlobContentMS_RateDate,.ReadonlyBlobContentMS_RateDate,.BlobInputMS_RateDate,.ReadonlyMS_RateDate
{
	margin-top: 15px;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 0px;
	font-size: 12px;
	font-weight: 500;
	color: #b0b0b0;
	text-align: left;
	TextAlign: left !Important;
	 box-shadow: none !important;
}
.ReadonlyMS_RateDate
{
	margin-right: 120px;
	margin-top: 20px;
	border-style: solid;
}
.MSBoldText,.BlobContentMSBoldText,.ReadonlyBlobContentMSBoldText,.BlobInputMSBoldText,.ReadonlyMSBoldText
{
	border-style: none;
	font-weight: bold;
	max-width: 700px;
}
.ReadonlyMSBoldText
{
	border-width: 0px;
}
.MS_RateStarVar,.BlobContentMS_RateStarVar,.ReadonlyBlobContentMS_RateStarVar,.BlobInputMS_RateStarVar,.ReadonlyMS_RateStarVar
{
	padding-right: 5px;
	border-style: none;
	border-width: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #393a70;
}
.MS_RatersNoVar,.BlobContentMS_RatersNoVar,.ReadonlyBlobContentMS_RatersNoVar,.BlobInputMS_RatersNoVar,.ReadonlyMS_RatersNoVar
{
	margin-left: -23px;
	padding-bottom: 23pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 0px;
	background-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 0px;
	color: #555;
	height: 43px;
	text-align: left;
	TextAlign: left !Important;
	 box-shadow: none !important;
}
.MS_TotalRateVar,.BlobContentMS_TotalRateVar,.ReadonlyBlobContentMS_TotalRateVar,.BlobInputMS_TotalRateVar,.ReadonlyMS_TotalRateVar
{
	border-style: none;
	font-size: 18px;
	font-weight: bold;
	color: #393a70;
}
.ReadonlyMS_TotalRateVar
{
	border-width: 0px;
}
.MS_NoOfvotes,.BlobContentMS_NoOfvotes,.ReadonlyBlobContentMS_NoOfvotes,.BlobInputMS_NoOfvotes,.ReadonlyMS_NoOfvotes,.MS_NoOfvotes1,.BlobContentMS_NoOfvotes1,.ReadonlyBlobContentMS_NoOfvotes1,.BlobInputMS_NoOfvotes1,.ReadonlyMS_NoOfvotes1
{
	margin-left: 10px;
	margin-right: 10px;
	white-space: nowrap;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 75%;
	border-top-right-radius: 75%;
	border-bottom-right-radius: 75%;
	border-bottom-left-radius: 75%;
	color: #676767;
	vertical-align: super;
	width: max-content;
}
.ReadonlyMS_NoOfvotes
{
	font-size: 2.5rem;
}
.MS_NoOfvotes1,.BlobContentMS_NoOfvotes1,.ReadonlyBlobContentMS_NoOfvotes1,.BlobInputMS_NoOfvotes1,.ReadonlyMS_NoOfvotes1
{
	margin-left: 5px;
	margin-top: 10px;
	border-style: solid;
	border-width: 1px;
	color: #575b5d;
	height: 36px;
	max-width: 206px;
	object-fit:cover;
}
.MS_RateMemberVar1,.BlobContentMS_RateMemberVar1,.ReadonlyBlobContentMS_RateMemberVar1,.BlobInputMS_RateMemberVar1,.ReadonlyMS_RateMemberVar1
{
	margin-bottom: 30px;
	margin-left: 30px;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 20pt;
	background-color: #ededed;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	height: 150px;
	width: 100%;
	max-width: 455px;
	text-align: right;
	TextAlign: left !Important;
	 box-shadow: none !important;
}
.MSDescriptionClass,.BlobContentMSDescriptionClass,.ReadonlyBlobContentMSDescriptionClass,.BlobInputMSDescriptionClass,.ReadonlyMSDescriptionClass
{
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-style: none;
	border-width: 0px;
	height: 180.99px;
	max-height: 100%;
	max-width: 100%;
	whitespace:pre-line;
}
.MS_RateMemberVar2,.BlobContentMS_RateMemberVar2,.ReadonlyBlobContentMS_RateMemberVar2,.BlobInputMS_RateMemberVar2,.ReadonlyMS_RateMemberVar2
{
	margin-left: -23px;
	padding-bottom: 23pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 20pt;
	background-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 0px;
	color: #555;
	height: 43px;
	text-align: left;
	TextAlign: left !Important;
	 box-shadow: none !important;
}
.MS_EditField1,.BlobContentMS_EditField1,.ReadonlyBlobContentMS_EditField1,.BlobInputMS_EditField1,.ReadonlyMS_EditField1
{
	padding-bottom: 10px;
	padding-left: 18px;
	padding-top: 10px;
	background-color: #eee;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-top-color: #e4e4e4;
	border-top-left-radius: 53px;
	border-top-right-radius: 53px;
	border-bottom-right-radius: 53px;
	border-bottom-left-radius: 53px;
	font-size: 15px;
	font-weight: 400;
	color: #7b7878;
	height: 43px;
	max-height: 43px;
	min-height: 43px;
	width: 100%;
	max-width: 300px;
}
.MS_EditField2,.BlobContentMS_EditField2,.ReadonlyBlobContentMS_EditField2,.BlobInputMS_EditField2,.ReadonlyMS_EditField2
{
	padding-bottom: 10px;
	padding-left: 18px;
	padding-top: 10px;
	position: relative;
	background-color: #eee;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-top-color: #e4e4e4;
	border-top-left-radius: 53px;
	border-top-right-radius: 53px;
	border-bottom-right-radius: 53px;
	border-bottom-left-radius: 53px;
	font-size: 15px;
	font-weight: 400;
	color: #7b7878;
	height: 43px;
	max-height: 43px;
	min-height: 43px;
	width: 127%;
	max-width: 1120px;
}
.ReadonlyMS_EditField2
{
	padding-right: 18px;
}
.MS_EditField1Date
{
	padding-bottom: 10px;
	padding-left: 18px;
	padding-top: 10px;
	background-color: #eee;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-top-color: #e4e4e4;
	border-top-left-radius: 53px;
	border-top-right-radius: 53px;
	border-bottom-right-radius: 53px;
	border-bottom-left-radius: 53px;
	font-size: 15px;
	font-weight: 400;
	color: #7b7878;
	min-width:300px !important;
	height:43px !important;
	width:300px !important;
	 border-top-left-radius: 53px !important;
	 border-bottom-left-radius: 53px !important;
	   border-bottom-right-radius: 53px !important;
	  border-top-right-radius: 53px !important;
	   text-align:left !important;
}
.MS_ProfileEditField,.BlobContentMS_ProfileEditField,.ReadonlyBlobContentMS_ProfileEditField,.BlobInputMS_ProfileEditField,.ReadonlyMS_ProfileEditField
{
	margin-left: -23px;
	padding-bottom: 23pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 20pt;
	background-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 0px;
	color: #555;
	height: 43px;
	text-align: left;
	TextAlign: left !Important;
	 box-shadow: none !important;
}
.MSWizardField1,.BlobContentMSWizardField1,.ReadonlyBlobContentMSWizardField1,.BlobInputMSWizardField1,.ReadonlyMSWizardField1
{
	border-style: none;
	color: #7b7878;
	width: 100%;
	max-width: 300px;
}
.MSWizardAttributeDate,.MSWizardNextPreviuosIcon
{
	margin-top: 7px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: absolute;
	z-index: 1;
	background-color: #efefef;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size: 15px;
	color: #a9a9a9;
	height: 42px;
	min-height: 42px;
	width: 350px;
	max-width: 350px;
	text-align: left;
	width: 350px !important;
	 border-top-left-radius: 20px !important;
	 border-bottom-left-radius: 20px !important;
	   border-bottom-right-radius: 20px !important;
	  border-top-right-radius: 20px !important;
	   text-align:left !important;
	 fontsize:15px !important;
}
.MSWizardNextPreviuosIcon
{
	width: 350px !important;
	 border-top-left-radius: 20px !important;
	 border-bottom-left-radius: 20px important;
	   border-bottom-right-radius: 20px !important;
	  border-top-right-radius: 20px !important;
	   text-align:left !important;
	 fontsize:15px !important;
}
.MS_EditAddressField,.BlobContentMS_EditAddressField,.ReadonlyBlobContentMS_EditAddressField,.BlobInputMS_EditAddressField,.ReadonlyMS_EditAddressField,.MS_EditField11,.BlobContentMS_EditField11,.ReadonlyBlobContentMS_EditField11,.BlobInputMS_EditField11,.ReadonlyMS_EditField11
{
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right: 13pt;
	padding-top: 10px;
	background-color: #eee;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-top-color: #e4e4e4;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size: 15px;
	font-weight: 400;
	color: #7b7878;
	height: 100px;
	max-height: 100px;
	min-height: 100px;
	width: 100%;
	max-width:300px !important;
	 overflow:hidden;
}
.MS_EditField11,.BlobContentMS_EditField11,.ReadonlyBlobContentMS_EditField11,.BlobInputMS_EditField11,.ReadonlyMS_EditField11
{
	border-top-left-radius: 53px;
	border-top-right-radius: 53px;
	border-bottom-right-radius: 53px;
	border-bottom-left-radius: 53px;
	max-width: 250px;
	max-width:250px !important;
	 overflow:hidden;
}
.MS_EditEmailField,.BlobContentMS_EditEmailField,.ReadonlyBlobContentMS_EditEmailField,.BlobInputMS_EditEmailField,.ReadonlyMS_EditEmailField
{
	padding-bottom: 10px;
	padding-left: 18px;
	padding-top: 10px;
	background-color: #eee;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-top-color: #e4e4e4;
	border-top-left-radius: 53px;
	border-top-right-radius: 53px;
	border-bottom-right-radius: 53px;
	border-bottom-left-radius: 53px;
	font-size: 15px;
	font-weight: 400;
	color: #7b7878;
	height: 43px;
	max-height: 43px;
	min-height: 43px;
	width: 100%;
	max-width: 595px;
}
.MS_EditBioField,.BlobContentMS_EditBioField,.ReadonlyBlobContentMS_EditBioField,.BlobInputMS_EditBioField,.ReadonlyMS_EditBioField,.MS_EditField111,.BlobContentMS_EditField111,.ReadonlyBlobContentMS_EditField111,.BlobInputMS_EditField111,.ReadonlyMS_EditField111
{
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right: 13pt;
	padding-top: 10px;
	background-color: #eee;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-top-color: #e4e4e4;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size: 15px;
	font-weight: 400;
	color: #7b7878;
	height: 100px;
	max-height: 100px;
	min-height: 100px;
	width: 100%;
	max-width:708px !important;
	 overflow:hidden;
}
.MS_EditField111,.BlobContentMS_EditField111,.ReadonlyBlobContentMS_EditField111,.BlobInputMS_EditField111,.ReadonlyMS_EditField111
{
	border-top-left-radius: 53px;
	border-top-right-radius: 53px;
	border-bottom-right-radius: 53px;
	border-bottom-left-radius: 53px;
	max-width: 250px;
	max-width:595px !important;
	 overflow:hidden;
}
.MS_ChangePassField,.BlobContentMS_ChangePassField,.ReadonlyBlobContentMS_ChangePassField,.BlobInputMS_ChangePassField,.ReadonlyMS_ChangePassField
{
	margin-right: -5px;
	margin-top: 10px;
	background-color: #eee;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-top-color: #e4e4e4;
	border-top-left-radius: 53px;
	border-top-right-radius: 53px;
	border-bottom-right-radius: 53px;
	border-bottom-left-radius: 53px;
	font-size: 15px;
	font-weight: 400;
	color: #7b7878;
	height: 43px;
	max-height: 43px;
	min-height: 43px;
	width: 100%;
	max-width: 300px;
}
.MSDisplayNoneTextClass,.BlobContentMSDisplayNoneTextClass,.ReadonlyBlobContentMSDisplayNoneTextClass,.BlobInputMSDisplayNoneTextClass,.ReadonlyMSDisplayNoneTextClass,.FileUpload.gx-fileupload table .name,.FileUpload1.gx-fileupload table .name,.FileUploadShop.gx-fileupload table .name
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: none;
	border-style: none;
	font-family: DMSans-Medium;
	font-size: 14px;
	font-weight: 500;
	color: #f4f4f4;
	height: 180.99px;
	max-height: 100%;
}
.MS_RegisterBusNameAttribute,.BlobContentMS_RegisterBusNameAttribute,.ReadonlyBlobContentMS_RegisterBusNameAttribute,.BlobInputMS_RegisterBusNameAttribute,.ReadonlyMS_RegisterBusNameAttribute
{
	padding-bottom: 20pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 20pt;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	text-align: left;
	padding-inline-end: 50px;
}
.MS_CommentDate,.BlobContentMS_CommentDate,.ReadonlyBlobContentMS_CommentDate,.BlobInputMS_CommentDate,.ReadonlyMS_CommentDate
{
	padding-bottom: 16pt;
	padding-left: 13pt;
	padding-right: 13pt;
	padding-top: 13pt;
	background-color: #fff;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	border-right-color: #e1e1e1;
	border-top-color: #e1e1e1;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	color: #555;
	height: 100%;
	width: 100%;
	max-width: 380px;
}
.MSTableServiceSTitleRight,.BlobContentMSTableServiceSTitleRight,.ReadonlyBlobContentMSTableServiceSTitleRight,.BlobInputMSTableServiceSTitleRight,.ReadonlyMSTableServiceSTitleRight
{
	margin-left: 0px;
	margin-top: 0px;
	border-style: none;
	font-family: DMSans-Bold;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	max-width: 100%;
}
.MS_TitleAttribute,.BlobContentMS_TitleAttribute,.ReadonlyBlobContentMS_TitleAttribute,.BlobInputMS_TitleAttribute,.ReadonlyMS_TitleAttribute
{
	margin-left: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	width: 100%;
	max-width: 400px;
}
.ReadonlyMS_TitleAttribute
{
	border-style: none;
}
.MS_DescriptionAttribute,.BlobContentMS_DescriptionAttribute,.ReadonlyBlobContentMS_DescriptionAttribute,.BlobInputMS_DescriptionAttribute,.ReadonlyMS_DescriptionAttribute
{
	margin-left: 20px;
	padding-bottom: 16pt;
	padding-left: 13pt;
	padding-right: 13pt;
	padding-top: 13pt;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	font-size: 15px;
	font-weight: 400;
	color: #333463;
	height: 100%;
	width: 100%;
	max-width: 630px;
	text-align: left;
	overflow-x: hidden;
	word-break: break-word;
}
.ReadonlyMS_DescriptionAttribute
{
	border-style: none;
	text-align: right;
}
.MS_AllCommentDateColor,.BlobContentMS_AllCommentDateColor,.ReadonlyBlobContentMS_AllCommentDateColor,.BlobInputMS_AllCommentDateColor,.ReadonlyMS_AllCommentDateColor
{
	margin-top: -1px;
	border-style: none;
	font-family: DM Sans;
	font-size: 12px;
	font-weight: 400;
	color: #b0b0b0;
}
.ReadonlyMS_AllCommentDateColor
{
	border-width: 0px;
}
.MSBusinessPhoneClass,.BlobContentMSBusinessPhoneClass,.ReadonlyBlobContentMSBusinessPhoneClass,.BlobInputMSBusinessPhoneClass,.ReadonlyMSBusinessPhoneClass
{
	margin-right: 122px;
	border-style: none;
	border-width: 0px;
	font-family: DMSans-Bold;
	font-size: 18px;
	font-weight: 700;
	color: #e39600;
}
.ReadonlyMSBusinessPhoneClass
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 30px;
	margin-top: 0px;
}
.MSBusinessTextClass,.BlobContentMSBusinessTextClass,.ReadonlyBlobContentMSBusinessTextClass,.BlobInputMSBusinessTextClass,.ReadonlyMSBusinessTextClass
{
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 0px;
	overflow: hidden;
	border-style: none;
	font-family: DMSans-Medium;
	font-size: 15px;
	font-weight: 500;
	color: #e4e4e4;
	width: 400px;
	min-width: 400px;
}
.MSTableSearchDVCombo,.BlobContentMSTableSearchDVCombo,.ReadonlyBlobContentMSTableSearchDVCombo,.BlobInputMSTableSearchDVCombo,.ReadonlyMSTableSearchDVCombo
{
	border-style: none;
}
.MSTableSearchDVSearch,.BlobContentMSTableSearchDVSearch,.ReadonlyBlobContentMSTableSearchDVSearch,.BlobInputMSTableSearchDVSearch,.ReadonlyMSTableSearchDVSearch
{
	padding-right: 44px;
	background-color: #fff;
	font-size: 15px;
	height: 100%;
	min-height: 45px;
	width: 100%;
	min-width: 220px;
}
.MSTableSearchSecondDVCombo,.BlobContentMSTableSearchSecondDVCombo,.ReadonlyBlobContentMSTableSearchSecondDVCombo,.BlobInputMSTableSearchSecondDVCombo,.ReadonlyMSTableSearchSecondDVCombo
{
	border-style: none;
}
.MSCardImageAttributeWhiteWithShadow,.ReadonlyMSCardImageAttributeWhiteWithShadow,.MSCardImageAttributeWhiteSubtitleWithShadow,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow,.MSCardImageAttributeWhiteSubtitleWithShadow1,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow1
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: flex;
	border-style: none;
	font-family: DMSans-Medium;
	font-size: 18px;
	font-weight: 700;
	color: #f4f4f4;
	min-width: 100%;
}
.ReadonlyMSCardImageAttributeWhiteWithShadow
{
	font-family: DMSans-Bold;
	min-width: 99%;
}
.MSCardImageAttributeWhiteSubtitleWithShadow,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow
{
	margin-left: 1px ;
	margin-right: 1px;
	overflow: hidden;
	display: inline-block;
	border-width: 1px;
	font-size: 12px;
	font-weight: 500;
	color: #ecd29f;
	max-width: 206px;
}
.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow
{
	border-width: 0px;
}
.MSCardImageAttributeWhiteSubtitleWithShadow1,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow1
{
	margin-left: 1px;
	margin-right: 1px;
	overflow: hidden;
	display: inline-block;
	border-width: 1px;
	font-size: 15px;
	font-weight: 500;
	color: #e4e4e4;
	max-width: 206px;
}
.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow1
{
	border-width: 0px;
}
.MSTableCardTableHeaderTitle,.BlobContentMSTableCardTableHeaderTitle,.ReadonlyBlobContentMSTableCardTableHeaderTitle,.BlobInputMSTableCardTableHeaderTitle,.ReadonlyMSTableCardTableHeaderTitle
{
	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-family: DMSans-Bold;
	font-size: 30px;
	font-weight: 700;
	color: #333463;
	line-height: 39.06px;
}
.MSTableCardTableHeaderAdResult,.BlobContentMSTableCardTableHeaderAdResult,.ReadonlyBlobContentMSTableCardTableHeaderAdResult,.BlobInputMSTableCardTableHeaderAdResult,.ReadonlyMSTableCardTableHeaderAdResult
{
	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-family: DMSans-Medium;
	font-size: 18px;
	font-weight: 500;
	color: #808080;
	line-height: 23px;
}
.MSTableCardTableHeaderSubCategory,.BlobContentMSTableCardTableHeaderSubCategory,.ReadonlyBlobContentMSTableCardTableHeaderSubCategory,.BlobInputMSTableCardTableHeaderSubCategory,.ReadonlyMSTableCardTableHeaderSubCategory
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	background-color: #333463;
	border-style: none;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	font-family: DMSans-Bold;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
.MSCardImageAttributeWhiteWithShadow1,.ReadonlyMSCardImageAttributeWhiteWithShadow1,.MSCardImageAttributeWhiteSubtitleWithShadow2,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow2,.MSCardImageAttributeWhiteSubtitleWithShadow11,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow11
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	border-style: none;
	border-width: 0px;
	font-family: DMSans-Bold;
	font-size: 18px;
	font-weight: 700;
	color: #e39600;
	height: 180.99px;
	max-height: 100%;
}
.ReadonlyMSCardImageAttributeWhiteWithShadow1
{
	height: 100px;
	max-width: 100%;
}
.MSCardImageAttributeWhiteSubtitleWithShadow2,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow2
{
	margin-right: 0px;
	display: flex;
	font-family: DMSans-Medium;
	font-size: 14px;
	font-weight: 500;
	color: #ecd29f;
}
.MSCardImageAttributeWhiteSubtitleWithShadow11,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow11
{
	margin-right: 0px;
	display: flex;
	font-family: DMSans-Medium;
	font-size: 14px;
	font-weight: 500;
	color: #f4f4f4;
}
.MSCardImageAttributeWhiteSubtitleWithShadowRate,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRate
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: flex;
	white-space: nowrap;
	border-style: none;
	border-width: 0px;
	font-family: DMSans-Medium;
	font-size: 15px;
	font-weight: 500;
	color: #f4f4f4;
	height: 119.99px;
	max-height: 100%;
}
.MSAttributeWhiteBack,.BlobContentMSAttributeWhiteBack,.ReadonlyBlobContentMSAttributeWhiteBack,.BlobInputMSAttributeWhiteBack,.ReadonlyMSAttributeWhiteBack
{
	z-index: 1;
	background-color: white;
	max-width: 350px;
}
.MSNoBorder,.BlobContentMSNoBorder,.ReadonlyBlobContentMSNoBorder,.BlobInputMSNoBorder,.ReadonlyMSNoBorder
{
	border-style: none;
}
.MSCardImageAttributeWhiteSubtitleWithShadowRate1,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRate1
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	white-space: nowrap;
	border-style: none;
	font-family: DMSans-medium;
	font-size: 14px;
	font-weight: 500;
	color: #f4f4f4;
	height: 180.99px;
	max-height: 100%;
}
.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRate1
{
	border-width: 0px;
}
.MSWHiteTextWithSpace,.BlobContentMSWHiteTextWithSpace,.ReadonlyBlobContentMSWHiteTextWithSpace,.BlobInputMSWHiteTextWithSpace,.ReadonlyMSWHiteTextWithSpace
{
	display: inline;
	white-space: normal;
	border-style: none;
	font-size: 22px;
	font-weight: 400;
	color: white;
}
.ReadonlyMSWHiteTextWithSpace
{
	word-break: break-all;
}
.MSHomeLoginDDMCUserName,.BlobContentMSHomeLoginDDMCUserName,.ReadonlyBlobContentMSHomeLoginDDMCUserName,.BlobInputMSHomeLoginDDMCUserName,.ReadonlyMSHomeLoginDDMCUserName
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 15px;
	display: flex;
	border-style: none;
	font-family: DMSans-Medium;
	font-size: 17px;
	font-weight: 500;
	color: #393a70;
	white-space:nowrap !important;
}
.ReadonlyMSHomeLoginDDMCUserName
{
	justify-content: center;
	white-space:normal !important;
	line-height:1.2;
}
.MSFooterFSItem,.ReadonlyMSFooterFSItem,.MSFooterFSItemSuboption,.ReadonlyMSFooterFSItemSuboption
{
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-style: none;
	font-family: DMSans-Regular;
	font-size: 14px;
	font-weight: 400;
	color: #6c6c6c;
	line-height:1.4;
	margin-left: 0px !important;
}
.MSFooterFSItemSuboption,.ReadonlyMSFooterFSItemSuboption
{
	padding-left: 15px;
}
.MSTableCardProviderImage,.BlobContentMSTableCardProviderImage,.ReadonlyBlobContentMSTableCardProviderImage,.BlobInputMSTableCardProviderImage,.ReadonlyMSTableCardProviderImage
{
	background-color: #fff;
	border-style: none;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	height: 50px;
	max-height: 50px;
	min-height: 50px;
	width: 50px;
	max-width: 50px;
	min-width: 50px;
	object-fit: cover;
}
.MSWizardField,.BlobContentMSWizardField,.ReadonlyBlobContentMSWizardField,.BlobInputMSWizardField,.ReadonlyMSWizardField,.MSWizardField2,.BlobContentMSWizardField2,.ReadonlyBlobContentMSWizardField2,.BlobInputMSWizardField2,.ReadonlyMSWizardField2
{
	border-style: none;
	color: #a9a9a9;
	width: 351px;
	max-width: 351px;
}
.MSWizardAttribute,.BlobContentMSWizardAttribute,.ReadonlyBlobContentMSWizardAttribute,.BlobInputMSWizardAttribute,.ReadonlyMSWizardAttribute
{
	margin-top: 7px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #efefef;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	color: #a9a9a9;
	height: 42px;
	min-height: 42px;
	width: 350px;
	max-width: 350px;
}
.ImageHomeModulesBackWithRadius,.BlobContentImageHomeModulesBackWithRadius,.ReadonlyBlobContentImageHomeModulesBackWithRadius,.BlobInputImageHomeModulesBackWithRadius,.ReadonlyImageHomeModulesBackWithRadius
{
	left: 0px;
	margin-left: 0px;
	position: absolute;
	top: 0px;
	border-style: ridge;
	border-width: 3px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	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;
}
.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;
}
.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: 15px;
	margin-right: 15px;
	margin-top: 15px;
	font-size: 11pt;
	color: #222d32;
	max-width: 100%;
	width: calc(100% - 30px);
}
.ReadonlyAttributeSearchSplitScreen
{
	border-width: 0px;
}
.AttributeSearch,.ReadonlyAttributeSearch
{
	margin-left: 0px;
	border-style: none;
	color: #fff;
	height: auto;
	box-shadow:none;
}
.ReadonlyAttributeSearch
{
	border-width: 0px;
}
.AttributeLogin,.AttributeLoginImageLeft
{
	margin-left: 0px;
}
.AttributeLoginImageLeft
{
	margin-top: 5px;
	max-width: 290px;
}
.AttributeRealWidthTotalizer
{
	margin-right: 9px;
	font-weight: bold;
}
.AttributeTotalizer,.ReadonlyAttributeTotalizer,.ReadonlyAttributeRealWidthTotalizer
{
	margin-right: 9px;
	font-weight: bold;
}
.ReadonlyAttributeTotalizer,.ReadonlyAttributeRealWidthTotalizer
{
	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: #393a70;
	max-width: 80px;
	text-align: center;
}
.ReadonlyAttributeStepBullet
{
	border-width: 0px;
}
.AttributeStepBulletUnSelected,.ReadonlyAttributeStepBulletUnSelected
{
	color: #d9d9d9;
}
.ReadonlyAttributeStepBulletUnSelected
{
	border-width: 0px;
}
.AttributeStepBulletSelected,.ReadonlyAttributeStepBulletSelected
{
	font-weight: bold;
}
.ReadonlyAttributeStepBulletSelected
{
	border-width: 0px;
}
.ReadonlyAttributeDateTime
{
	margin-right: 5px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	border-style: none;
	max-height: 30px;
	width: auto;
	max-width: 100%;
	margin-bottom: 0px !important;
}
.CheckBox,.BlobContentCheckBox,.ReadonlyBlobContentCheckBox,.BlobInputCheckBox,.ReadonlyCheckBox
{
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-style: none;
	border-width: 0px;
}
.AttributeCheckBox
{
	display: inline;
	border-style: none;
	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;
	padding-bottom: 35px;
	padding-left: 0px;
	padding-top: 3px;
	white-space: normal;
	border-style: none;
	max-height: 30px;
	width: auto;
	max-width: 100%;
}
.ReadonlyAttributeNoWrap
{
	white-space: nowrap;
}
.GridTitle,.ReadonlyGridTitle
{
	margin-bottom: 1pt;
	margin-left: 0px;
	margin-right: 1pt;
	margin-top: 1pt;
	padding-bottom: 2pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 2pt;
	border-width: 0px;
	font-weight: bold;
	color: white;
	height: 100%;
	width: 100%;
}
.ReadonlyGridTitle
{
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	white-space: nowrap;
}
.AttributeTitleWWP,.BlobContentAttributeTitleWWP,.ReadonlyBlobContentAttributeTitleWWP,.BlobInputAttributeTitleWWP,.ReadonlyAttributeTitleWWP
{
	margin-left: 0px;
	font-size: 18px;
	font-weight: normal;
	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
{
	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
{
	background-color: #00a65a;
}
.AttributeTagWarning
{
	background-color: #f39c12;
}
.AttributeTagDanger
{
	background-color: #dd4b39;
}
.AttributeTagInfoLight
{
	background-color: #00c0ef;
}
.AttributeTagInfo
{
	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;
	border-style: none;
	height: 325px;
	max-height: 100%;
	width: 100%;
	max-width: 100%;
	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;
	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-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;
	max-width: 65px;
	object-fit:cover;
}
.ReadonlyCardSmallImageAttribute
{
	border-width: 0px;
}
.CardSmallImageAttributeDescription,.ReadonlyCardSmallImageAttributeDescription
{
	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;
}
.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-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-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: #393a70;
}
.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%;
}
.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;
}
.AttributeSearchResultImage
{
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	border-right-color: #e1e1e1;
	border-top-color: #e1e1e1;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;
	height: 100%;
	width: 100%;
	object-fit:contain;
}
.AttributeLandingCongoFooter,.ReadonlyAttributeLandingCongoFooter,.AttributeLandingCongoFooterSuboption,.ReadonlyAttributeLandingCongoFooterSuboption
{
	font-weight: 500;
	color: gray;
	line-height:1.4;
}
.ReadonlyAttributeLandingCongoFooter
{
	border-width: 0px;
}
.AttributeLandingCongoFooterSuboption,.ReadonlyAttributeLandingCongoFooterSuboption
{
	padding-left: 15px;
}
.ReadonlyAttributeLandingCongoFooterSuboption
{
	border-width: 0px;
}
.AttributeLandingCongo,.ReadonlyAttributeLandingCongo
{
	margin-bottom: 10px;
	background-color: white;
	border-width: 2px;
	height: 40px;
	max-width: 100%;
	box-shadow:none !important;
}
.ReadonlyAttributeLandingCongo
{
	border-width: 0px;
}
.MS_ComboAttribute,.BlobContentMS_ComboAttribute,.ReadonlyBlobContentMS_ComboAttribute,.BlobInputMS_ComboAttribute,.ReadonlyMS_ComboAttribute
{
	padding-bottom: 16pt;
	padding-left: 13pt;
	padding-right: 13pt;
	padding-top: 13pt;
	background-color: #fff;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	border-right-color: #e1e1e1;
	border-top-color: #e1e1e1;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	color: #555;
	height: 100%;
	width: 100%;
	max-width: 380px;
}
.MS_RegisterAttribute,.BlobContentMS_RegisterAttribute,.ReadonlyBlobContentMS_RegisterAttribute,.BlobInputMS_RegisterAttribute,.ReadonlyMS_RegisterAttribute
{
	padding-bottom: 21pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 21pt;
	background-color: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	color: #555;
	max-width: 380px;
	text-align: left;
	padding-inline-end: 50px;
}
.MS_CountryCodeAttribute,.BlobContentMS_CountryCodeAttribute,.ReadonlyBlobContentMS_CountryCodeAttribute,.BlobInputMS_CountryCodeAttribute,.ReadonlyMS_CountryCodeAttribute
{
	padding-bottom: 16pt;
	padding-left: 13pt;
	padding-right: 13pt;
	padding-top: 13pt;
	background-color: #fff;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	border-right-color: #e1e1e1;
	border-top-color: #e1e1e1;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	color: #555;
	height: 100%;
	width: 100%;
	max-width: 380px;
}
.ReadonlyMS_CountryCodeAttribute
{
	margin-right: 20px;
	padding-bottom: 13pt;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-top-color: #fff;
	border-width: 0px;
	font-size: 16px;
}
.MS_PhoneAttribute,.BlobContentMS_PhoneAttribute,.ReadonlyBlobContentMS_PhoneAttribute,.BlobInputMS_PhoneAttribute,.ReadonlyMS_PhoneAttribute
{
	padding-bottom: 23pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 20pt;
	background-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	border-style: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 8px;
	color: #555;
	height: 43px;
	max-width: 278px;
	text-align: left;
	TextAlign: left !Important;
	 box-shadow: none !important;
}
.MS_FlagAttribute,.BlobContentMS_FlagAttribute,.ReadonlyBlobContentMS_FlagAttribute,.BlobInputMS_FlagAttribute,.ReadonlyMS_FlagAttribute
{
	margin-right: 10px;
	margin-top: 10px;
	border-top-left-radius: 75%;
	border-top-right-radius: 75%;
	border-bottom-right-radius: 75%;
	border-bottom-left-radius: 75%;
	height: 36px;
	object-fit:cover;
}
.MS_CheckBox,.BlobContentMS_CheckBox,.ReadonlyBlobContentMS_CheckBox,.BlobInputMS_CheckBox,.ReadonlyMS_CheckBox
{
	border-style: none;
	border-width: 0px;
}
.MSTableCardProviderImage1,.BlobContentMSTableCardProviderImage1,.ReadonlyBlobContentMSTableCardProviderImage1,.BlobInputMSTableCardProviderImage1,.ReadonlyMSTableCardProviderImage1
{
	margin-top: -102px;
	background-color: #fff;
	border-style: none;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	height: 50px;
	max-height: 50px;
	min-height: 50px;
	width: 50px;
	max-width: 50px;
	min-width: 50px;
	object-fit:cover;
}
.MSMarginTextAtabic,.BlobContentMSMarginTextAtabic,.ReadonlyBlobContentMSMarginTextAtabic,.BlobInputMSMarginTextAtabic,.ReadonlyMSMarginTextAtabic
{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	text-align: right;
}
.ReadonlyBlobContentMSMarginTextAtabic
{
	border-width: 0px;
}
.ReadonlyMSMarginTextAtabic
{
	border-width: 0px;
}
.MS_ComboAttribute1,.BlobContentMS_ComboAttribute1,.ReadonlyBlobContentMS_ComboAttribute1,.BlobInputMS_ComboAttribute1,.ReadonlyMS_ComboAttribute1
{
	padding-bottom: 16pt;
	padding-left: 13pt;
	padding-right: 13pt;
	padding-top: 13pt;
	background-color: #fff;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	border-right-color: #e1e1e1;
	border-top-color: #e1e1e1;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	color: #555;
	height: 100%;
	width: 100%;
	max-width: 380px;
}
.MS_RegisterAttribute1,.BlobContentMS_RegisterAttribute1,.ReadonlyBlobContentMS_RegisterAttribute1,.BlobInputMS_RegisterAttribute1,.ReadonlyMS_RegisterAttribute1
{
	padding-bottom: 21pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 21pt;
	background-color: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	color: #555;
	max-width: 380px;
	text-align: left;
	padding-inline-end: 50px;
}
.MSCardImageAttributeWhiteSubtitleWithShadowRate2,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRate2
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: flex;
	white-space: nowrap;
	border-style: none;
	border-width: 0px;
	font-family: DMSans-Medium;
	font-size: 15px;
	font-weight: 500;
	color: #f4f4f4;
	height: 119.99px;
	max-height: 100%;
}
.MS_StarVar,.BlobContentMS_StarVar,.ReadonlyBlobContentMS_StarVar,.BlobInputMS_StarVar,.ReadonlyMS_StarVar
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: flex;
	white-space: nowrap;
	border-style: none;
	border-width: 0px;
	font-family: DMSans-Medium;
	font-size: 15px;
	font-weight: 500;
	color: #f4f4f4;
	height: 20px;
	max-height: 25px;
}
.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,.KH_AdButton,.MSStartUploadButton,.MSUploadButtonShop,.Button2,.MSUploadButtonTest,.FileUpload1.gx-fileupload .fileinput-button,.MS_ChangeBtn1,.MSStartButtonShop,.FileUpload1.gx-fileupload .start,.MSUSerViewBio,.MS_ButonRegister,.MS_ButonCancelLogin,.Ms_DeactivateAccount,.MSCancelButton,.FileUpload.gx-fileupload .cancel, .FileUpload.gx-fileupload .delete,.FileUpload1.gx-fileupload .cancel, .FileUpload1.gx-fileupload .delete,.FileUploadShop.gx-fileupload .cancel, .FileUploadShop.gx-fileupload .delete,.MSStartButton,.FileUploadShop.gx-fileupload .start,.MS_AddReviewBtn11,.MS_AddReviewBtn1,.Button11,.MSShowCategories_Small,.MS_ButonSubmit,.MS_displayImageBtn,.Ms_ButtonLogin,.MSTableBannerBtn,.LandingCongoButtonCard1,.LandingCongoButtonContactForm1,.MSTableBannerBtn1,.LandingCongoButtonCard11,.LandingCongoButtonContactForm11,.MSUploadButton,.FileUploadShop.gx-fileupload .fileinput-button,.MS_ButtonVerify,.MS_ButonLogin1,.MS_VerifyButtonclose,.MS_ButonLogin11,.MSMarkAsReadButton,.MS_RateMemberSubmitBtn,.MS_AddReviewBtn,.MS_LoadMoreBtn,.MS_ResetContinueBtn,.MS_PicClass,.MS_EditCancelBtn,.MS_EditSaveBtn,.MS_EditCancelBtn1,.MS_ChangeBtn,.MS_ChangePassConfirmBtn,.MS_EditCancelBtn11,.MS_SubmitComment,.MSSetAsMainButton,.MS_MasterPageAdsButton,.MS_MasterPageAdsButtonfocus,.MS_MasterPageAdsButton:hover,.MS_MasterPageAdsButtonfocus:hover,.MS_MasterPageAdsButtonClicked:hover,.MS_MasterPageAdsButton:focus,.MS_MasterPageAdsButtonfocus:focus,.MS_MasterPageAdsButtonClicked:focus,.MS_MasterPageAdsButton:active,.MS_MasterPageAdsButtonfocus:active,.MS_MasterPageAdsButtonClicked:active,.MS_MasterPageAdsButtonClicked,.MSShowCategories,.Button1,.MSWizardBackButton,.MSWizardButton,.MasterPageTopActionsOption,.ButtonLogin,.btn_Master,.ActionButtons,.ActionButtonsHovered,.BtnInsert,.ButtonSearchCell,.ButtonWizard,.ButtonAsLink,.ButtonAsLinkBold,.ButtonAsLinkBasecolor,.ButtonColor,.ButtonExcel,.ButtonPDF,.ButtonCSV,.ButtonMaterial,.ButtonMaterialGAM,.ButtonMaterialDefault,.ButtonColorFilled,.ButtonColorFilledFullWidth,.ButtonAddNewRow,.LandingCongoButtonBanner,.LandingCongoButtonCard,.LandingCongoButtonContactForm,.MS_ButonLogin,.MSShowCategories1
{
	border-top: 1px;
	margin-left: 3pt;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	display: inline-block;
	white-space: nowrap;
	background-color: #393a70;
	border-bottom-color: ActionBorder_and_FocusColor;
	border-left-color: ActionBorder_and_FocusColor;
	border-right-color: ActionBorder_and_FocusColor;
	border-top-color: ActionBorder_and_FocusColor;
	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: Montserrat,sans-serif;
	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: #393a70;
	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);
}

.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;
}

.MSUploadButtonTest,.FileUpload1.gx-fileupload .fileinput-button
{
	margin-right: 3px;
	padding-bottom: 70px;
	padding-top: 70px;
	background-color: #efefef;
	border-style: none;
	font-weight: normal;
	width: 190px;
}

.MS_ChangeBtn1
{
	margin-right: -112px;
	margin-top: 30px;
	background-color: transparent;
	border-style: none;
	border-width: 0px;
	font-size: 12px;
	color: #0f7cc0;
	text-indent: 0px;
}

.MSStartButtonShop,.FileUpload1.gx-fileupload .start
{
	margin-right: 3pt;
	border-style: none;
	width: 190px;
}

.MSUSerViewBio
{
	margin-right: 3pt;
	margin-top: -20px;
	background-color: transparent;
	border-style: none;
	font-family: DMSans-Regular;
	text-decoration: underline;
}

.MS_ButonRegister
{
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 10px;
	background-color: #e39600;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 100%;
	box-shadow:none !important;
}

.MS_ButonCancelLogin
{
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 10px;
	top: 1px;
	background-color: #eee;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #000;
	width: 100%;
	box-shadow:none !important;
}

.Ms_DeactivateAccount
{
	margin-top: 40px;
	background-color: red;
}

.MSCancelButton,.FileUpload.gx-fileupload .cancel, .FileUpload.gx-fileupload .delete,.FileUpload1.gx-fileupload .cancel, .FileUpload1.gx-fileupload .delete,.FileUploadShop.gx-fileupload .cancel, .FileUploadShop.gx-fileupload .delete
{
	text-indent: 0px;
	display:none !important;
}

.MSStartButton,.FileUploadShop.gx-fileupload .start
{
	border-top: 1;
	margin-right: 3px;
	border-style: none;
	width: 100%;
}

.MS_AddReviewBtn11
{
	margin-left: 412px;
	margin-right: 3pt;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #e39600;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}

.MS_AddReviewBtn1
{
	margin-right: 412px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #e39600;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	text-indent: 0px;
}

.Button11
{
	bottom: 0px;
	padding-bottom: 4px;
	padding-left: 21px;
	padding-top: 4px;
	position: absolute;
	z-index: 5;
	background-color: #e39600;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	font-size: 12px;
	color: white;
	height: 20px;
	width: 80px;
	min-width: 80px;
}

.MSShowCategories_Small
{
	position: absolute;
	right: 17px;
	top: 74px;
	z-index: 5;
	background-color: #e39600;
	border-style: none;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	font-size: 10px;
	color: white;
	height: 20px;
	width: 95px;
}

.MS_ButonSubmit
{
	margin-left: 4pt;
	margin-right: 3pt;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 10px;
	background-color: #e39600;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
	width: 40%;
	box-shadow:none !important;
}

.MS_displayImageBtn
{
	margin-top: -255px;
	position: absolute;
	z-index: 1;
	background-color: transparent;
	border-style: none;
	border-width: 0px;
	color: transparent;
	height: 255px;
	max-height: 255px;
	min-height: 255px;
	width: 100%;
}

.Ms_ButtonLogin
{
	margin-right: 3pt;
	text-indent: 0px;
}

.MSTableBannerBtn,.LandingCongoButtonCard1,.LandingCongoButtonContactForm1
{
	margin-right: 3pt;
	padding-bottom: 2px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 2px;
	background-color: #e39600;
	border-bottom-color: #e39600;
	border-left-color: #e39600;
	border-right-color: #e39600;
	border-top-color: #e39600;
	border-style: none;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	font-family: DMSans-Medium;
	font-size: 22px;
	font-weight: 500;
	text-indent: 0px;
	line-height:44px;
}

.MSTableBannerBtn1,.LandingCongoButtonCard11,.LandingCongoButtonContactForm11
{
	margin-bottom: 80px;
	margin-right: 3pt;
	padding-bottom: 0px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 0px;
	background-color: #e39600;
	border-bottom-color: #e39600;
	border-left-color: #e39600;
	border-right-color: #e39600;
	border-top-color: #e39600;
	border-style: none;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	font-family: DMSans-Medium;
	font-size: 22px;
	font-weight: 500;
	text-indent: 0px;
	line-height:44px;
}

.MSUploadButton,.FileUploadShop.gx-fileupload .fileinput-button
{
	margin-right: 3px;
	background-color: #e39600;
	border-style: none;
	text-indent: 0px;
}

.MS_ButtonVerify,.MS_ButonLogin1
{
	margin-left: 5pt;
	margin-right: 3pt;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
	background-color: #e39600;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 100%;
	box-shadow:none !important;
}

.MS_ButonLogin1
{
	padding-left: 6px;
	padding-right: 6px;
	width: 40%;
	min-width: 86px;
	text-indent: 0px;
	vertical-align: middle;
}

.MS_VerifyButtonclose,.MS_ButonLogin11
{
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
	background-color: #e39600;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 100%;
	box-shadow:none !important;
}

.MS_ButonLogin11
{
	margin-left: 5pt;
	margin-right: 3pt;
	padding-left: 6px;
	padding-right: 6px;
	width: 40%;
	min-width: 86px;
	text-indent: 0px;
}

.MSMarkAsReadButton
{
	margin-bottom: 10px;
	margin-left: 5pt;
	margin-right: 3pt;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 10px;
	background-color: #e39600;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	min-width: 180px;
	text-indent: 0px;
	box-shadow:none !important;
}

.MS_RateMemberSubmitBtn
{
	margin-bottom: 15px;
	margin-right: 3pt;
	padding-bottom: 10px;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 10px;
	background-color: #e39600;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	text-indent: 0px;
}

.MS_AddReviewBtn
{
	margin-right: 412px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #e39600;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	text-indent: 0px;
}

.MS_LoadMoreBtn
{
	margin-right: 3pt;
	background-color: #e39600;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0px;
}

.MS_ResetContinueBtn
{
	margin-right: 3pt;
	padding-bottom: 12px;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 12px;
	background-color: #e39600;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	text-indent: 0px;
}

.MS_PicClass
{
	margin-left: -50px;
	margin-top: 55px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	position: absolute;
	background-color: black;
	border-style: none;
	font-size: 11px;
	font-weight: lighter;
	text-decoration: underline;
	text-indent: 0px;
}

.MS_EditCancelBtn
{
	margin-right: 3pt;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	background-color: #b4b5b6;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	font-size: 15px;
	font-weight: 700;
	text-indent: 0px;
}

.MS_EditSaveBtn,.MS_EditCancelBtn1
{
	margin-right: 3pt;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	background-color: #e39600;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	font-size: 15px;
	font-weight: 700;
	text-indent: 0px;
}

.MS_EditCancelBtn1
{
	padding-left: 20px;
	padding-right: 20px;
	background-color: #b4b5b6;
}

.MS_ChangeBtn
{
	margin-right: 3pt;
	margin-top: 30px;
	background-color: #eee;
	border-style: none;
	border-width: 0px;
	color: #0f7cc0;
	text-indent: 0px;
}

.MS_ChangePassConfirmBtn,.MS_EditCancelBtn11
{
	margin-left: -5px;
	margin-right: 3pt;
	padding-bottom: 10px;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 10px;
	background-color: #e39600;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	font-size: 15px;
	font-weight: 700;
	text-indent: 0px;
}

.MS_EditCancelBtn11
{
	padding-left: 20px;
	padding-right: 20px;
	background-color: #b4b5b6;
}

.MS_SubmitComment
{
	border-top: 1;
	padding-bottom: 7px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 7px;
	background-color: #e39600;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 110px;
	max-width: 110px;
	min-width: 110px;
	text-indent: 0px;
	box-shadow:none !important;
}

.MSSetAsMainButton
{
	margin-right: -4px;
	padding-left: 0px;
	background-color: white;
	border-style: none;
	font-size: 10px;
	font-weight: normal;
	color: #393a70;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	text-indent: 0px;
}

.MS_MasterPageAdsButton,.MS_MasterPageAdsButtonfocus,.MS_MasterPageAdsButton:hover,.MS_MasterPageAdsButtonfocus:hover,.MS_MasterPageAdsButtonClicked:hover,.MS_MasterPageAdsButton:focus,.MS_MasterPageAdsButtonfocus:focus,.MS_MasterPageAdsButtonClicked:focus,.MS_MasterPageAdsButton:active,.MS_MasterPageAdsButtonfocus:active,.MS_MasterPageAdsButtonClicked:active,.MS_MasterPageAdsButtonClicked
{
	float: right;
	margin-left: 0px;
	margin-top: 14pt;
	background-color: rgba(255,255,255,0);
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0);
	border-top-color: rgba(255,255,255,0);
	font-family: DM Sans;
	font-size: 17px;
	font-weight: 100;
	color: #74759b;
	text-indent: 0px;
	border:0px #FFF0 solid !important;
}

.MS_MasterPageAdsButtonfocus,.MS_MasterPageAdsButton:hover,.MS_MasterPageAdsButtonfocus:hover,.MS_MasterPageAdsButtonClicked:hover,.MS_MasterPageAdsButton:focus,.MS_MasterPageAdsButtonfocus:focus,.MS_MasterPageAdsButtonClicked:focus,.MS_MasterPageAdsButton:active,.MS_MasterPageAdsButtonfocus:active,.MS_MasterPageAdsButtonClicked:active
{
	margin-top: 19px;
	border-style: none;
	border-width: 0px;
	color: #e39600;
	border-style:none !important;
	border-color:#FFF0 !important;
	Background:#fff0 !important;
	Color:#e39600 !important;
}

.MS_MasterPageAdsButtonClicked
{
	margin-top: 14px;
	border-style: none;
	border-width: 0px;
	color: #e39600;
	border-width:0px !important;
	border-style:none !important;
	border-color:#FFF0 !important;
	Background:#fff0 !important;
	Color:#e39600 !important;
}

.MSShowCategories
{
	bottom: 0px;
	margin-bottom: 10px;
	margin-right: 24px;
	position: absolute;
	z-index: 5;
	background-color: #e39600;
	border-style: none;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	font-size: 0px;
	color: white;
	height: 30px;
	width: 115px;
	text-align: right;
}

.Button1
{
	bottom: 0px;
	margin-left: 9px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-top: 4px;
	position: absolute;
	z-index: 5;
	background-color: #e39600;
	border-style: none;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	font-size: 12px;
	color: white;
	height: 30px;
	width: 186px;
}

.MSWizardBackButton
{
	margin-right: 3pt;
	background-color: #a5a5bc;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	min-width: 120px;
}

.MSWizardButton
{
	margin-right: 3pt;
	background-color: orange;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	min-width: 120px;
}

.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
{
	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;
	height: 50px;
	min-width: 0px;
	outline:0;
	box-shadow:none;
}

.ButtonAsLinkBold,.ButtonAsLinkBasecolor
{
	font-weight: bold;
}

.ButtonAsLinkBasecolor
{
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 17px;
	font-weight: 600;
	color: #393a70;
	height: auto;
}

.ButtonColor,.ButtonExcel,.ButtonPDF,.ButtonCSV
{
	padding-bottom: 8px;
	padding-top: 8px;
	background-color: #fff;
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	font-weight: normal;
	color: #393a70;
}

.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 #616298;
	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 #616298;
	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-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;
}

.LandingCongoButtonBanner,.LandingCongoButtonCard,.LandingCongoButtonContactForm
{
	padding-left: 32px;
	padding-right: 32px;
	border-style: none;
	font-size: 19px;
	font-weight: 600;
	line-height:44px;
}

.LandingCongoButtonCard
{
	width: 100%;
}

.LandingCongoButtonContactForm
{
	padding-bottom: 14px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 14px;
	font-size: 14px;
	min-width: 250px;
	line-height:1.4;
}

.MS_ButonLogin
{
	margin-left: 5pt;
	margin-right: 3pt;
	margin-top: -30px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 10px;
	background-color: #e39600;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 40%;
	box-shadow:none !important;
}

.MSShowCategories1
{
	bottom: 0px;
	margin-bottom: 10px;
	margin-right: 22px;
	position: absolute;
	z-index: 5;
	background-color: #e39600;
	border-style: none;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	font-size: 0px;
	color: white;
	height: 30px;
	width: 115px;
	text-align: right;
}

.Grid,.GridDragging,.GridAcceptDrag,.GridNoAcceptDrag,.WorkWith,.PromptGrid,.ViewGrid,.WorkWithSelection,.GridWithBorderColor,.GridNoBorder,.GridNoData,.Grid[data-gx-grid-nodata],.GridDragging[data-gx-grid-nodata],.GridAcceptDrag[data-gx-grid-nodata],.GridNoAcceptDrag[data-gx-grid-nodata],.WorkWithBorder[data-gx-grid-nodata],.GridWithPaginationBar[data-gx-grid-nodata],.GridWithTotalizer[data-gx-grid-nodata],.WorkWith[data-gx-grid-nodata],.PromptGrid[data-gx-grid-nodata],.ViewGrid[data-gx-grid-nodata],.WorkWithSelection[data-gx-grid-nodata],.GridWithBorderColor[data-gx-grid-nodata],.GridNoBorder[data-gx-grid-nodata],.GridNoData[data-gx-grid-nodata],.FreeStyleGrid[data-gx-grid-nodata],.TrnSublevelGrid[data-gx-grid-nodata],.RecentLinksGrid[data-gx-grid-nodata],.FreeStyleStepsVertical[data-gx-grid-nodata],.FreeStyleHomeModulesBig[data-gx-grid-nodata],.FreeStyleHomeModules[data-gx-grid-nodata],.FreeStyleHomeModulesBigDark[data-gx-grid-nodata],.FSGridAutoUnselectAll[data-gx-grid-nodata],.FreeStyleGridMPSearch[data-gx-grid-nodata],.MS_Small_FreeStyleGrid[data-gx-grid-nodata],.MSFAGFSGrid[data-gx-grid-nodata],.FreeStyleHomeModules2[data-gx-grid-nodata],.MSTableCardServicesFilteredFS[data-gx-grid-nodata],.MSHomePopularChannelContainer[data-gx-grid-nodata],.MS_NotificationGrid[data-gx-grid-nodata],.MSTableServiceDetailsContainer[data-gx-grid-nodata],.MSUserProfileServices[data-gx-grid-nodata],.MSFSServicesImages[data-gx-grid-nodata],.MSFServiceDetailsComment[data-gx-grid-nodata],.MS_ReviewsFreeStyleGrid[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]
{
	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: Montserrat,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: Montserrat,sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}

.Grid[data-bkgstyle='none']>thead>tr, .Grid[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: Montserrat,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: Montserrat,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: Montserrat,sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}

.GridDragging[data-bkgstyle='none']>thead>tr, .GridDragging[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridDragging[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: Montserrat,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: Montserrat,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: Montserrat,sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}

.GridAcceptDrag[data-bkgstyle='none']>thead>tr, .GridAcceptDrag[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridAcceptDrag[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: Montserrat,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: Montserrat,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: Montserrat,sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}

.GridNoAcceptDrag[data-bkgstyle='none']>thead>tr, .GridNoAcceptDrag[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridNoAcceptDrag[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: Montserrat,sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridNoAcceptDrag[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .GridNoAcceptDrag[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .GridNoAcceptDrag[data-bkgstyle='uniform']>thead>tr, .GridNoAcceptDrag[data-bkgstyle='uniform']>tfoot>tr
{
	color: black;
	text-align: left;
	text-indent: 5px;
}

.GridNoAcceptDrag[data-bkgstyle='header']>tbody>tr:nth-child(odd), .GridNoAcceptDrag[data-bkgstyle='header']>tbody>tr:nth-child(even), .GridNoAcceptDrag[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	color: black;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridNoAcceptDrag[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: black;
	background-color: white;
	text-align: left;
	text-indent: 5px;
}

.GridNoAcceptDrag[data-bkgstyle='header']>thead>tr, .GridNoAcceptDrag[data-bkgstyle='header']>tfoot>tr, .GridNoAcceptDrag[data-bkgstyle='report']>thead>tr, .GridNoAcceptDrag[data-bkgstyle='report']>tfoot>tr
{
	color: black;
	background-color: #f7f7f7;
	text-align: left;
	text-indent: 5px;
}

.WorkWith,.PromptGrid,.ViewGrid,.WorkWithSelection
{
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000;
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.WorkWith>tbody>tr,.WorkWith>[data-gxrow]
{
	color: #000;
	font-family: Montserrat,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: Montserrat,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: Montserrat,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: Montserrat,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: Montserrat,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: Montserrat,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: Montserrat,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: Montserrat,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: Montserrat,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: Montserrat,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: Montserrat,sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}

.GridWithBorderColor[data-bkgstyle='none']>thead>tr, .GridWithBorderColor[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridWithBorderColor[data-bkgstyle='none']>tbody>tr
{
	color: #000;
	font-family: Montserrat,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: Montserrat,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: Montserrat,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],.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],.FreeStyleStepsVertical[data-gx-grid-nodata],.FreeStyleHomeModulesBig[data-gx-grid-nodata],.FreeStyleHomeModules[data-gx-grid-nodata],.FreeStyleHomeModulesBigDark[data-gx-grid-nodata],.FSGridAutoUnselectAll[data-gx-grid-nodata],.FreeStyleGridMPSearch[data-gx-grid-nodata],.MS_Small_FreeStyleGrid[data-gx-grid-nodata],.MSFAGFSGrid[data-gx-grid-nodata],.FreeStyleHomeModules2[data-gx-grid-nodata],.MSTableCardServicesFilteredFS[data-gx-grid-nodata],.MSHomePopularChannelContainer[data-gx-grid-nodata],.MS_NotificationGrid[data-gx-grid-nodata],.MSTableServiceDetailsContainer[data-gx-grid-nodata],.MSUserProfileServices[data-gx-grid-nodata],.MSFSServicesImages[data-gx-grid-nodata],.MSFServiceDetailsComment[data-gx-grid-nodata],.MS_ReviewsFreeStyleGrid[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]
{
	background-color: #d9d9d9;
	margin-left: 0px;
}

.GridNoData>tbody>tr,.GridNoData>[data-gxrow]
{
	color: black;
	font-family: Montserrat,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: Montserrat,sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}

.GridNoData[data-bkgstyle='none']>thead>tr, .GridNoData[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridNoData[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: Montserrat,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;
}

.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: Montserrat,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: Montserrat,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	box-sizing: border-box;
	float: none;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	font-family: Montserrat,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,.Kh_AdIconClass,.KhadamatyFilterIcon,.MSAboutShopNextVideo,.MS_IconFill_test,.MS_GalaryGoldIconInServiceHide,.MSGetInTouchIcon1,.MS_GalaryGoldIconInService,.MS_GalaryWhiteIconInService,.MS_LoginShieldImageComponent,.NextPreviousVideoArabic,.MS_CloseShareModalBtn,.MS_IconUnFill1,.MS_IconUnFill2,.MSUserProfileTableTopImage2,.MSSmall_Logo_Image,.MSTableSearchDVSearchIcon2,.MSMasterPageHeaderLoginIcon1,.MSMasterPageHeaderNotificationIcon1,.MSTableSearchDVSearchIcon1,.MSUserProfileTableTopImageBG1,.MSUPUnionimage,.MSSDetailesUnionimage,.MS_ReportIcon,.MS_ReportIconInService,.MS_CloseBigImageIcon,.MS_DotImage,.MS_CloseBtn,.MS_LoginLockIcon,.MS_LoginLockIcon1,.MS_LoginShieldImage,.MSTableImageCountFavBtn,.MSTableImageCountShareBtn,.MSTableCardSideMenuClose,.MS_ErrorIcon,.MSTableCardTableServicesStartIcon,.MSTableCardArrow,.MS_PhoneErrorIcon,.MSHomePopularIcon,.MSHomeTopIcon,.MS_NotificationTimeIcon,.MSServiceDetailsIcon,.MSTableImageCountFavBtn1,.MSTableServicesStars,.MSFServicesDVIconMinus,.MS_PrivacyLockImage,.MSImageWithHeight,.MS_NotificationDotsImage,.MSTableFServicesFilterIcon,.MSServiceDetailsIconDefault,.MSUserProfileTableTopImage,.MSUserProfileTableTopImageBG,.MSUserProfileTableTopEditIcon,.MS_PrivacyPolicyLockImage,.MSUserProfileTableGridIconImage,.MSUserProfileTableServiceDateStar,.MSSmallSizeImage,.MS,.MSImagePlaceholder,.MS_LetterImage,.MSUserProfileUSubtract,.MSTableServiceDetailsRCommentArrow,.MSServiceDetailsIconW,.MSsmallImage,.MS_LetterImage1,.MS_SuccessImg,.MS_FailImg,.MSBigIconClass,.MS_StarImage,.msimagewithwidth,.MsIconWithMargin,.MSDeleteIconClass,.MS_KeyIcon,.MS_EditProfilePicture,.MS_EditIcon,.MS_EditHeaderImage,.MS_SquareIcon,.MS_IconFill,.MS_IconUnFill,.MSShopprofileActions,.MSPaddingimage,.MSImageWithHeight1,.MSContactUSBackImage,.MSArrowImageClass,.MSContactUsUnionImage,.MSAboutUSImage,.MSAboutUsUnionimage,.MS_UnionImageMargin,.MS_LoginBackgroundImage,.MS_LoginBackgroundImage_new,.MS_LoginBackgroundImage_Bussiness,.MS_HomeDotsImage,.MS_ResetImage,.MS_ResetImage1,.MSWizardNextIcon,.MSWizardPreviuosIcon,.MS_editProfileImage,.MSBusinessImage,.MSTableSearchDVSearchIcon,.MSGetInTouchSecondIcon,.MSGetInTouchIcon,.MSTableGetInTouchSocials,.MSAllCategoriesIamge,.NotificationIconImage,.MSFooterBG,.MSHomeLoginDDIcon,.MSHomeLoginDDMCAIcon,.MSHomeLoginDDMCArrow,.MSHomeLoginDDIcon1,.MSWizardIcon,.MSWizardDeleteIcon,.MSMasterPageHeaderDot,.MSWizardPublishImage,.MSWizardCategoryImage,.MSWizardAdDetailesImage,.MSWizardContactBack,.MSWizardPricingBack,.MSWizardUploadBack,.MSMasterPageHeaderLoginIcon,.MSMasterPageHeaderNotificationIcon,.MSTableFooterLogo,.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,.LandingCongoLeftImage,.MS_RegisterLockImage,.MS_ReportIconInShop,.Ms_HomeArrowDown,.MS_IconFill1,.MSNextVideoMobile,.MSTableImageCountFavBtnArabic,.ImageFFF
{
	border-style: none;
	border-width: 0px;
	vertical-align: middle;
}
.MSGetInTouchIcon1
{
	margin-top: 40px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	border-bottom-color: #f39c12;
	border-left-color: #f39c12;
	border-right-color: #f39c12;
	border-top-color: #f39c12;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	color: #e39600;
}
.MS_GalaryGoldIconInService
{
	margin-left: 20px;
	display: inline-block;
	font-size: 35px;
	color: #e39600;
}
.MS_GalaryWhiteIconInService
{
	margin-left: 20px;
	display: inline-block;
	font-size: 35px;
	color: #fff;
}
.MS_LoginShieldImageComponent
{
	margin-right: -15px;
}
.NextPreviousVideoArabic
{
	transform:scalex(-1);
}
.NextPreviousVideoArabic:after
{
	content: '';
	transform:scalex(-1);
}

.MS_CloseShareModalBtn
{
	margin-bottom: 10px;
	font-size: 15px;
}
.MS_IconUnFill1,.MS_IconUnFill2
{
	margin-left: 7px;
	font-size: 20px;
}
.MSUserProfileTableTopImage2
{
	background-color: #d9d9d9;
	background-image: none;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	height: 166px;
	max-height: 100%;
	width: 100%;
	max-width: 166px;
	object-fit: cover;
}
.MSUserProfileTableTopImage2[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;
}

.MSSmall_Logo_Image
{
	margin-right: 15px;
	height: 35px;
	width: 35px;
}
.MSTableSearchDVSearchIcon2
{
	padding-bottom: 10.2px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 10.9px;
	position: absolute;
	right: 0px;
	top: -45px;
	display: inline-block;
	background-color: #e39600;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 24px;
	color: #fff;
}
.MSMasterPageHeaderLoginIcon1
{
	display: block;
	font-size: 22px;
	color: white;
}
.MSMasterPageHeaderNotificationIcon1
{
	border-left: 1px;
	border-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 12px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	display: block;
	border-left-color: #bbb;
	border-right-color: #bbb;
	font-size: 22px;
	color: white;
}
.MSTableSearchDVSearchIcon1
{
	padding-bottom: 11.7px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 10.9px;
	position: absolute;
	right: -210px;
	top: -14px;
	display: inline-block;
	background-color: #e39600;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 24px;
	color: #fff;
}
.MSUserProfileTableTopImageBG1
{
	background-position: Center;
	background-repeat: no-repeat;
	background-image: none;
	height: 190px;
	max-height: 100%;
	width: 100%;
	max-width: 202px;
	object-fit: fill;
	background-size: cover;
	 rotate: 278deg;
}
.MSUserProfileTableTopImageBG1[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;
}

.MSUPUnionimage
{
	height: 109px;
	width: 192px;
}
.MSSDetailesUnionimage
{
	position: absolute;
	z-index: 1;
	height: 109px;
	width: 192px;
}
.MS_ReportIcon
{
	margin-left: 6px;
	margin-top: -18px;
	display: inline-block;
	font-size: 25px;
	color: #e39600;
	transform:scalex(-1);
}
.MS_ReportIconInService
{
	margin-right: 6px;
	margin-top: 0px;
	display: inline-block;
	font-size: 25px;
	color: #e39600;
}
.MS_CloseBigImageIcon
{
	margin-right: -14px;
	margin-top: -17px;
	position: absolute;
	font-size: 15px;
	color: #fff;
}
.MS_DotImage
{
	font-size: 4px;
}
.MS_CloseBtn
{
	font-size: 24px;
	color: #fff;
	text-indent: 0px;
}
.MS_LoginLockIcon,.MS_LoginLockIcon1
{
	margin-left: 5pt;
	margin-top: -8pt;
}
.MS_LoginLockIcon1
{
	border-width: 1px;
}
.MS_LoginShieldImage
{
	margin-left: -12pt;
	margin-right: -16px;
	margin-top: -16pt;
}
.MSTableImageCountFavBtn
{
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	background-color: #333463;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	font-family: DMSans-Medium;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	color: #e39600;
	width: 40px;
}
.MSTableImageCountShareBtn
{
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	background-color: #333463;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	font-family: DMSans-Medium;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	color: #e39600;
	width: 40px;
}
.MSTableCardSideMenuClose
{
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	background-color: #696d6f;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	font-size: 18px;
	color: #fff;
}
.MS_ErrorIcon
{
	margin-left: -40px;
	font-size: 20px;
	color: #f00;
}
.MSTableCardTableServicesStartIcon
{
	margin-left: 5px;
	font-size: 15px;
	color: #e39600;
}
.MSTableCardArrow
{
	margin-right: -25px;
	color: #fff;
}
.MS_PhoneErrorIcon
{
	margin-left: 35px;
	font-size: 20px;
	color: #f00;
}
.MSHomePopularIcon
{
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	border-style: solid;
	border-width: 3px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	font-size: 20px;
	color: #fff;
}
.MSHomeTopIcon
{
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	border-bottom-color: #333463;
	border-left-color: #333463;
	border-right-color: #333463;
	border-top-color: #333463;
	border-style: solid;
	border-width: 3px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	font-size: 20px;
	color: #333463;
}
.MS_NotificationTimeIcon
{
	color: #a9a9a9;
}
.MSServiceDetailsIcon
{
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	background-color: #e39600;
	border-bottom-color: #e39600;
	border-left-color: #e39600;
	border-right-color: #e39600;
	border-top-color: #e39600;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	font-size: 15px;
	color: #fff;
}
.MSTableImageCountFavBtn1
{
	margin-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: rgba(255,255,255,0);
	font-family: DMSans-Medium;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	color: #e39600;
	width: 30px;
}
.MSTableServicesStars
{
	margin-left: 5px;
	font-size: 14px;
	color: #e39600;
}
.MSFServicesDVIconMinus
{
	color: #fff;
}
.MS_PrivacyLockImage
{
	border-width: 1px;
	font-size: 20px;
	color: #fff;
}
.MSImageWithHeight
{
	border-width: 1px;
	height: 10%;
}
.MS_NotificationDotsImage
{
	border-width: 1px;
}
.MSTableFServicesFilterIcon
{
	margin-right: 5px;
	font-size: 20px;
	color: #333463;
}
.MSServiceDetailsIconDefault
{
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	background-color: rgba(227,150,0,0.5);
	border-bottom-color: rgba(227,150,0,0.5);
	border-left-color: rgba(227,150,0,0.5);
	border-right-color: rgba(227,150,0,0.5);
	border-top-color: rgba(227,150,0,0.5);
	border-width: 1px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	font-size: 15px;
	color: #fff;
}
.MSUserProfileTableTopImage
{
	background-color: #d9d9d9;
	background-image: none;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	height: 166px;
	max-height: 100%;
	width: 100%;
	max-width: 166px;
	object-fit: fill;
}
.MSUserProfileTableTopImage[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;
}

.MSUserProfileTableTopImageBG
{
	background-position: Center;
	background-repeat: no-repeat;
	background-image: none;
	height: 190px;
	max-height: 100%;
	width: 100%;
	max-width: 202px;
	object-fit: fill;
	background-size: cover;
	 rotate: 278deg;
}
.MSUserProfileTableTopImageBG[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;
}

.MSUserProfileTableTopEditIcon
{
	margin-left: 8px;
	font-size: 15px;
	color: #fff;
}
.MS_PrivacyPolicyLockImage
{
	margin-left: 70px;
	margin-top: 13px;
	border-width: 1px;
}
.MSUserProfileTableGridIconImage
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-family: DMSans-Medium;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	width: 25px;
}
.MSUserProfileTableServiceDateStar
{
	margin-right: 5px;
	font-size: 16px;
	color: #e39600;
}
.MSSmallSizeImage
{
	margin-top: 13px;
	padding-top: 10px;
	height: 129px;
	max-height: 129px;
	width: 100%;
}
.MS
{
	font-size: 27px;
	text-indent: 0px;
}
.MSImagePlaceholder
{
	background-position: Center;
	background-repeat: no-repeat;
	border-width: 1px;
	background-size: cover;
}
.MS_LetterImage
{
	margin-top: -43px;
}
.MSUserProfileUSubtract
{
	position: absolute;
	right: 0px;
}
.MSTableServiceDetailsRCommentArrow
{
	opacity: 0.64;
	margin-right: 15px;
	font-size: 20px;
	color: #fff;
	transform:scalex(-1);
}
.MSServiceDetailsIconW
{
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	background-color: transparent;
	border-bottom-color: rgba(227,150,0,0.5);
	border-left-color: rgba(227,150,0,0.5);
	border-right-color: rgba(227,150,0,0.5);
	border-top-color: rgba(227,150,0,0.5);
	border-width: 1px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	font-size: 15px;
	color: transparent;
}
.MSsmallImage
{
	margin-top: 26px;
	height: 30px;
	width: 40px;
}
.MS_LetterImage1
{
	margin-top: -75px;
	border-width: 1px;
}
.MS_SuccessImg
{
	border-width: 1px;
	font-size: 80px;
	color: #3a9900;
}
.MS_FailImg
{
	font-size: 80px;
	color: red;
}
.MSBigIconClass
{
	width: 18px;
}
.MS_StarImage
{
	margin-top: -12px;
	display: inline-block;
	border-width: 1px;
}
.msimagewithwidth
{
	margin-top: 25px;
	border-width: 1px;
	height: 250px;
	width: 350px;
}
.MsIconWithMargin
{
	margin-left: 30px;
	border-width: 1px;
}
.MSDeleteIconClass
{
	margin-right: -317px;
	margin-top: 45px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	position: absolute;
	display: inline;
	background-color: black;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: white;
}
.MS_KeyIcon
{
	margin-top: -15px;
	font-size: 25px;
	color: #fff;
}
.MS_EditProfilePicture
{
	background-color: #d9d9d9;
	background-image: none;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	height: 125px;
	max-height: 100%;
	width: 100%;
	max-width: 125px;
	text-indent: 0px;
	object-fit: cover;
}
.MS_EditProfilePicture[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;
}

.MS_EditIcon
{
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	font-size: 17px;
	font-weight: 200;
	color: #fff;
	font-weight:200 !important;
}
.MS_EditHeaderImage
{
	margin-right: -165px;
	text-indent: 0px;
}
.MS_SquareIcon
{
	margin-bottom: -10px;
	border-width: 1px;
	color: #fff;
}
.MS_IconFill
{
	margin-left: 7px;
	font-size: 20px;
	color: #0f7cc0;
}
.MS_IconUnFill
{
	margin-left: 7px;
	font-size: 20px;
}
.MSShopprofileActions
{
	margin-left: 7px;
	margin-top: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 6px;
	position: absolute;
	z-index: 999;
	background-color: #393a70;
	font-size: 25px;
	color: white;
}
.MSPaddingimage
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-width: 1px;
}
.MSImageWithHeight1
{
	margin-bottom: -14px;
	border-width: 1px;
	height: 10%;
}
.MSContactUSBackImage
{
	position: absolute;
	right: -273px;
	top: -250px;
	height: 545px;
	rotate: 271deg;
}
.MSArrowImageClass
{
	bottom: -20px;
	position: absolute;
	right: 230px;
	height: 198px;
	width: 244.6px;
	transform: scaleX(-1);
}
.MSArrowImageClass:before
{
	content: '';
	transform: scaleX(-1);
}

.MSContactUsUnionImage
{
	position: absolute;
	right: 119px;
	top: 12px;
	height: 109px;
	width: 192px;
}
.MSAboutUSImage
{
	border-width: 1px;
	height: 437.16px;
	width: 459.58px;
}
.MSAboutUsUnionimage
{
	position: absolute;
	right: 14px;
	top: -49px;
	z-index: 1;
	height: 109px;
	width: 192px;
}
.MS_UnionImageMargin
{
	margin-bottom: -35px;
	margin-right: 1166px;
	border-width: 1px;
}
.MS_LoginBackgroundImage
{
	margin-bottom: -290px;
	margin-right: -25px;
	margin-top: -530px;
	transform: scaleX(-1);
}
.MS_LoginBackgroundImage_new
{
	margin-right: -26px;
	margin-top: -600px;
	height: 480px;
	max-height: 480px;
	width: 480px;
	max-width: 480px;
	transform: scalex(-1);
}
.MS_LoginBackgroundImage_Bussiness
{
	margin-right: -100px;
	margin-top: -606px;
	height: 500px;
	max-height: 500px;
	width: 500px;
	max-width: 500px;
	transform: scalex(-1);
}
.MS_LoginBackgroundImage_Bussiness:before
{
	content: '';
	transform: scalex(-1);
}

.MS_ResetImage
{
	float: left;
	margin-bottom: -230px;
	margin-left: -27px;
	margin-top: -336px;
	border-width: 1px;
}
.MS_ResetImage1
{
	float: left;
	margin-bottom: -230px;
	margin-left: -27px;
	margin-top: -395px;
	border-width: 1px;
}
.MSWizardNextIcon
{
	margin-right: 10px;
	position: absolute;
	z-index: 1;
	transform: scaleX(-1);
}
.MSWizardPreviuosIcon
{
	margin-right: -30px;
	position: absolute;
	z-index: 1;
	transform: scaleX(-1);
}
.MS_editProfileImage
{
	margin-right: 1004px;
	margin-top: -285px;
	border-width: 1px;
	width: 500px;
	transform: scalex(-1);
}
.MSBusinessImage
{
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	height: 224.58px;
	max-height: 224.58px;
	width: 232px;
	max-width: 224.58px;
	object-fit: cover;
}
.MSTableSearchDVSearchIcon
{
	padding-bottom: 11.7px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9.9px;
	position: absolute;
	right: -210px;
	top: -14px;
	display: inline-block;
	background-color: #e39600;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 24px;
	color: #fff;
}
.MSGetInTouchSecondIcon
{
	margin-top: 23px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	border-bottom-color: #f39c12;
	border-left-color: #f39c12;
	border-right-color: #f39c12;
	border-top-color: #f39c12;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	color: #f39c12;
}
.MSGetInTouchIcon
{
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	border-bottom-color: #f39c12;
	border-left-color: #f39c12;
	border-right-color: #f39c12;
	border-top-color: #f39c12;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	color: #e39600;
}
.MSTableGetInTouchSocials
{
	margin-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	font-size: 25px;
	color: white;
	width: 32px;
	text-align: center;
}
.MSAllCategoriesIamge
{
	height: 70px;
	width: 70px;
}
.NotificationIconImage
{
	margin-right: 18px;
	margin-top: 0px;
	position: absolute;
	z-index: 1;
	font-size: 8px;
	color: #e39600;
}
.MSFooterBG
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	height: 233px;
	max-height: 233px;
	width: 135px;
	max-width: 137px;
}
.MSHomeLoginDDIcon
{
	margin-top: -30px;
	width: 28px;
	transform: scaleX(-1);
}
.MSHomeLoginDDMCAIcon
{
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	background-color: #e39600;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	font-family: DMSans-Medium;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	color: #e39600;
	height: 25px;
	max-height: 25px;
	width: 25px;
	max-width: 25px;
}
.MSHomeLoginDDMCArrow
{
	margin-right: 29px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	display: block;
	font-size: 20px;
	color: #74759b;
}
.MSHomeLoginDDMCArrow:before
{
	display: block;
	font-size: 20px;
	color: #74759b;
	content: '';
}

.MSHomeLoginDDMCArrow:after
{
	display: block;
	font-size: 20px;
	color: #74759b;
	content: '';
}

.MSHomeLoginDDIcon1
{
	margin-top: -30px;
	width: 26px;
}
.MSWizardIcon
{
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	border-bottom-color: #333463;
	border-left-color: #333463;
	border-right-color: #333463;
	border-top-color: #333463;
	border-style: solid;
	border-width: 3px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	font-size: 13px;
	color: #333463;
}
.MSWizardDeleteIcon
{
	font-size: 25px;
}
.MSMasterPageHeaderDot
{
	font-size: 10px;
	color: #0acc63;
}
.MSWizardPublishImage
{
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../PublishWizardBack.png);
	height: 70%;
	width: 70%;
	background-size:cover;
}
.MSWizardPublishImage:before
{
	background-position: right;
	background-repeat: no-repeat;
	content: '';
	background-size:cover;
}

.MSWizardCategoryImage
{
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 5px;
	display: inline-block;
	background-color: transparent;
	background-image: url(../CategotyWizardBack.png);
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	border-width: 1px;
	font-family: Montserrat,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #575b5d;
	text-indent: 0px;
	background-size: cover;
}
.MSWizardAdDetailesImage
{
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 70px;
	display: inline-block;
	background-color: transparent;
	background-image: url(../AdDetailesWizardBack.png);
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	border-width: 1px;
	font-family: Montserrat,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #575b5d;
	height: 267px;
	width: 277px;
	text-indent: 0px;
	background-size: cover;
}
.MSWizardContactBack
{
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 5px;
	display: inline-block;
	background-color: transparent;
	background-image: url(../ContactWizardBack.png);
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	border-width: 1px;
	font-family: Montserrat,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #575b5d;
	height: 60%;
	width: 60%;
	text-indent: 0px;
	background-size: cover;
}
.MSWizardPricingBack
{
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 5px;
	display: inline-block;
	background-color: transparent;
	background-image: url(../PricingWizardBack.png);
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	border-width: 1px;
	font-family: Montserrat,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #575b5d;
	text-indent: 0px;
	background-size: cover;
}
.MSWizardUploadBack
{
	background-position: right;
	background-repeat: no-repeat;
	display: inline-block;
	background-color: transparent;
	background-image: url(../UploadWizardBack.png);
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	border-width: 1px;
	font-family: Montserrat,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #575b5d;
	height: 335px;
	width: 348px;
	text-indent: 0px;
	background-size: cover;
}
.MSMasterPageHeaderLoginIcon
{
	display: block;
	font-size: 22px;
	color: #333463;
}
.MSMasterPageHeaderNotificationIcon
{
	border-left: 1px;
	border-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 12px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	display: block;
	border-left-color: #bbb;
	border-right-color: #bbb;
	border-style: solid;
	font-size: 22px;
	color: #333463;
}
.MSTableFooterLogo
{
	margin-bottom: 35px;
	background-image: none;
	max-width: 233px;
}
.UserActionPrompt
{
	padding-bottom: 15px;
	padding-left: 6px;
	padding-top: 15px;
	position: absolute;
	right: 27px;
	top: -58px;
	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-right: 20px;
	margin-top: 28px;
	max-height: 40px;
}
.ImageTopNotFixed
{
	padding-left: 15px;
}
.PagingButtons,.PagingButtonsFirst,.PagingButtonsLast,.PagingButtonsNext,.PagingButtonsPrevious
{
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	cursor: pointer;
}
.PagingButtonsFirst
{
	background-image: url(../WorkWithPlusThemeRTL/PageFirst.png);
	width: 21px;
}
.PagingButtonsLast
{
	background-image: url(../WorkWithPlusThemeRTL/PageLast.png);
	width: 21px;
}
.PagingButtonsNext
{
	background-image: url(../WorkWithPlusThemeRTL/PageNext.png);
}
.PagingButtonsPrevious
{
	background-image: url(../WorkWithPlusThemeRTL/PagePrevious.png);
}
.ImageTopHeader
{
	margin-right: 14px;
	max-height: 35px;
	max-width: 40px;
}
.ImageBlock
{
	display: block;
}
.StepImage,.StepImageUnSelected
{
	margin-right: -4px;
	background-color: #e39600;
	height: 60px;
}
.StepImageUnSelected
{
	background-color: #eee;
	border-width: 0px;
}
.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 #616298;
	margin-right: 50px;
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	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: 447px;
}
.ImageLoginLeftGAM
{
	box-shadow: 0px 0px 14px 0px #616298;
	height: 513px;
}
.ImageLoginLeftGAMLarge
{
	box-shadow: 0px 0px 14px 0px #616298;
	height: 611px;
}
.ImageLoginLeftGAMOtherLogin
{
	box-shadow: 0px 0px 14px 0px #616298;
	height: 531px;
}
.ImageLoginLeftGAMLogonTo
{
	box-shadow: 0px 0px 14px 0px #616298;
	height: 578px;
}
.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;
}
.LandingCongoLeftImage
{
	height: 600px;
	width: 100%;
	object-fit:cover;
}
.MS_RegisterLockImage
{
	margin-left: 40pt;
	margin-top: -8pt;
}
.MS_ReportIconInShop
{
	margin-left: 6px;
	margin-right: 6px;
	margin-top: -9px;
	position: absolute;
	z-index: 1;
	display: inline-block;
	font-size: 25px;
	color: #e39600;
	text-indent: 0px;
	transform:scalex(-1);
}
.Ms_HomeArrowDown
{
	position: absolute;
	right: 227px;
	top: 45px;
	z-index: 0;
	height: 12px;
	max-height: 12px;
	min-height: 12px;
	width: 12px;
	max-width: 12px;
	min-width: 12px;
}
.MS_IconFill1
{
	margin-left: 7px;
	font-size: 20px;
	color: #0f7cc0;
}
.MSTableImageCountFavBtnArabic
{
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	background-color: #333463;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	font-family: DMSans-Medium;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	color: #e39600;
	width: 40px;
}
.ImageFFF
{
	height: 100px;
	width: 190px;
}
.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,.Kh_AdButtonWithIcon,.TableImage,.Table3,.MS_NotificationTableDate,.Table4,.Table5,.MS_ModalTableClass,.MS_ChangePassFieldsTable,.MS_ReportUserModalTable,.MS_VerifyPhoneModalTable,.MS_ProfilePictureUploadModalTable,.MS_DisplayImageModalTable,.MSWizardTextAlignTableDesc,.MS_PopularBusinessesFlex1,.MS_ShopsCategoryContainer,.Table6,.MSInvisibletable,.MSSPUploadedPicturesTable,.MSWizardFormTable,.MS_ServiceDetailsAllComentText,.MSbackNone,.MSShopprofileEditTableWithWidth,.MSMasterPageHNIconCell,.MSShopProfileTableTopEditC2,.MSWizardUploadedTable,.MSNotificationMobileFlex,.MS_DisplayServiceFlex,.MS_ServiceDetailsTablePictures,.MS_ServiceDetailsTableVideo,.MS_AboutShopFlexViseoTable,.MS_ShareTableModal,.MSLikeTable,.MS_PhoneMainTable1,.MsTableBusinessDescription,.MSTableFSSearch_Mobile,.MsAboutTableDescriptionMobile,.MSSorting_SmallTable,.MSSmallLogoTable,.MSHiddenMasterPage,.MSHomeLoginDropDownMenuC_Small,.MSHomeLoginDropDownMenuC1_Small,.MSCategoriesSmallTable,.MS_TitleTable1,.MS_ShowSubcategoriesModalTable,.MSMarginTopMinusArabic1,.MS_LoginFieldsTable,.MSTable1,.MS_ShieldImageTable,.MSTableSearch,.MSTableSUbCategory,.MSTableGetInTouchLine,.MSTableGetInTouchLineHeight,.MSTablemain,.MSCardWithImageTable,.MSCardImageMoreInfoTable,.MSTableImageInfoCount,.MSTableImageInfoCountContainer,.MSTableFavShareContainer,.MSTableCardContent,.MSFilteredServicesTableMain,.MSTableCardPriceDate,.MSBackgroundImgTable,.MSTableCardServicesTableLine,.MSTableCardSideMenu,.MSTableCardTableContent,.MSTableCardFilterTextContainer,.MSTableCardFiltersDCTable,.MSTableCardTableServiceProvider,.MSTableCardTablePriceContainer,.MSTableCardTableTagFS,.MSTableFooterCopyRight,.MSTableContentLandingCongo,.MS_TermsTable,.MSHomeCardWithImageTable,.MSHomeTableAlign,.MSHomeTablePopularChannelFlex,.MSTableSectionLeftSide,.MSTableSectionRightSide,.MSTableAboutUsVideo,.MSTableWhiteBackground,.MS_NotificationTableGrid,.MS_NotificationOdd,.MS_NotificationTableGrid > div.row:nth-child(odd), .MS_NotificationTableGrid>tbody>tr:nth-child(odd),.MS_NotificationEven,.MS_NotificationTableGrid > div.row:nth-child(even), .MS_NotificationTableGrid>tbody>tr:nth-child(even),.MS_TableMain,.MS_TableContentWithPadding,.Ms_NotificationRwoGap,.MS_NotificationActionGroubTable,.MSTableServiceDetails,.MSTableServiceUActionContainer,.MSTableServicesArrowContainer,.MSServicesTableVerticalLine,.MSTableServiceProvider,.MSTableServicesVoteCountContainer,.MSTableServiceHorizontalLine,.MSTableServiceFS,.MSTServicesTableVerticalLine,.MSTServicesTableVerticalLineWithPicture,.MSTServicesTableVerticalLineWithoutComment,.MSTableHomeAccountMenu,.MSTableFServicesDVPadding,.MSFServiceHorizontalLine,.MSTableFServicesAlignLeft,.MS_TableBackground,.MS_PhoneVerifyTable,.MSTableDataTable,.MSTableWithMargin,.MSFSTableDashLine,.MSUserProfileTableTop,.MSUserProfileTableTopImageContainer,.MSUserProfileTableTopDetailsContainer,.MSUserProfileTableTopEditC,.MSAdDetailesTable,.MS_PrivacyPolicyContentTable,.MS_PrivacyPolictTableMain,.MSTablePrivacyPolicyHeader1,.MSUserProfileTableTopColumnGap,.MSUserProfileTableContent,.MSUserProfileTableContentCB,.MSUserProfileTableContentInput,.MSUserProfileFSServiceContainer,.MSUserProfileAdsTable,.MSLocationclass2,.MSUserProfileAdsTableRow,.MSUserProfileAdsTableHeader,.MSUserProfileAdsTableCell,.MSUserProfileTableWrapper,.MSUserProfileLoadMoreBtn,.MSHomeTSTableUnion,.MSHomeTableSearchTHeader,.MSHomeLoginDropDownMenuFirst,.MS_TablePopup,.MS_OTPCodeTable,.MSUserProfileTableHeaderTitles,.MSUserProfileTableGridContent,.MSUserProfileUSubtractContainer,.MSUserProfileAdSTableRowOdd,.MSUserProfileAdSTableRowNum > div.row:nth-child(odd), .MSUserProfileAdSTableRowNum>tbody>tr:nth-child(odd),.MSUserProfileAdSTableRowEven,.MSUserProfileAdSTableRowNum > div.row:nth-child(even), .MSUserProfileAdSTableRowNum>tbody>tr:nth-child(even),.MSUserProfileAdSTableRowNum,.MSUserProfileActiveTab,.MSUserProfileInActiveTab,.MSTableServiceDetailsUnionContainer,.MSTableServiceDetailsTableRight,.MS_OTPTable,.MSTableServiceCommentContainer,.MS_VerifyStep3Table,.MS_ReviewsTable,.MS_OverallRatingTable,.MS_ReviewAndRateTable,.MSNotificationNTable,.MS_ReviewsFreeStyleTable,.MS_ReviewsGridTable,.MSShopProfileTopTable,.MSGrayBackgroundTable,.MSShopProfileTableTopColumnGap,.MSTableWithBorder,.MSLineTable,.MSTableWithWidth,.MS_TableZIndex,.MS_TableRate,.MSTableMinusMargin,.MSWizardTableWithMargin,.MS_ResultTable,.MS_ResetTable,.MS_ResetPassFieldsTable,.MS_WhiteBorderContentTable,.MS_TablePositionAbsolute,.MS_EditProfileContentTable,.MS_EditIconTable,.MSUserProfileTableTopImage1,.MSFileUploadTableClass,.MS_WhiteContentTable,.MS_PlaceHolderTable,.MS_TableAllComments,.MS_EditTable,.MS_EditProfileTable,.MS_EditProfileMainTable,.MS_ChangePassTableContent,.MSTableServiceDetailsTableRightWithPicture,.MS_TableWidth,.MS_TableWidth1,.MS_RightSideTable,.MS_TableAllCommentsBorder1,.MS_TitleTable,.MS_DescriptionTable,.MS_TermsAndConditionscontentTable,.MS_AcceptTermsFlex,.MS_ServiceDetailsRightDescription,.Ms_ServiceDetailsVaforateTableIcons,.Ms_ServiceDetailsVaforateTableIcons1,.Ms_AllCommentHorizentalLine,.MS_AllCommentTableNameAndDate,.MS_ServiceDeailsRateTable,.MSCardImageAttributeWhiteSubtitleWithShadowRate11,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRate11,.MS_EditMainTable,.MS_EditFieldsTable,.MS_LoginFieldsTable_new,.MSTableMarginTop43,.MSTableWidth265,.MS_DislikeTable,.MSTableCardTableHeaderFilter1,.MSTableFServicesDVPadding1,.MSGrayBackgroundTableBefore,.MSShopProfileTabs,.MSShopProfileTableTopEditC,.MSShopprofilePopupTable,.MSActionsDropDownList,.MSTableDateDropDownList1,.MSTableSearchDVSearchBtn1,.MS_FooterContentTable,.MS_TableWhiteFooter,.MS_FooterTable,.MS_LoginTableMain,.TableMainPopup1,.TableMainWithShadow1,.TableLeftSplitScreen1,.TableMainTransaction1,.TableMainTransactionPopUp1,.MSTableServiceDetailsTableRightWithPicture11,.MSContactUs1,.MSContactUsWithPadding,.MSAboutUsTextTable,.MS_FlexDirection,.MS_SearchMargintop,.MSTableWithBorder1,.MS_NoRatesTable,.MS_ViewMoreTableMarginTop,.MS_TableCategoriesWC,.MS_SearchMargintop1,.MSContactUsFieldsTable,.MS_Zindex_Table,.MSTableContentLandingCongo_Categories,.MS_TermsAgrrementTable,.MSContactUsPopupTable,.MS_PopularBusinessesFlex,.Ms_ServiceDetailsVaforateTableIconsNoImage,.MS_CheckBoxIconTable,.MS_rightTable,.MS_TableLeft,.MS_TableLeftIndivisual,.MS_PhoneNumber,.MS_MyAds,.MS_Favorate,.MS_Logout,.MS_MAsterPageTableHeight,.MS_AboutTableDescription,.MS_TableFreeStyle,.MS_HorizantalLine,.MS_CheckBoxIconTable_Indivisual,.MS_PhoneMainTable,.MS_FieldsTableHeader,.MS_TableContactInfo,.MS_PlaceHolderTable1,.MS_TermsAgrrementTable1,.MSWizardComboTable,.MSWizardCityTable,.MSMultiSelectTable,.MSBusinessCardTable,.MSBusinessTableWithMargin,.MSTableCardTableHeader,.MSTableCardTableHeaderFlex,.MSTableCardTableHeaderTableSubCategory,.MSTableCardTableHeaderFilter,.MSContactUs,.MSContactUsTable,.MSContactUsTable2,.MSVerticalLine,.MSTableMargin,.MSTableFollowUs,.MSFDateDropDownList,.MSTableDateDropDownList,.MSTableFServicesFContainer,.MSHomeLoginDropDownMenuC,.MSHomeLoginDropDownMenuC1,.MSTableFSSearch,.MSTableFSSearchForMobile,.MSWizardAlignTable,.MSWizardAcceptTermsTable,.MSWizardTermsAndConditions,.MSWizardMainTable,.MSWizardMarginTable,.MSFooterBGContainer,.MSHomeLoginDDHLine,.MSHomeLoginDDMCTable,.MSHomeLoginDDMIContainer,.MSHomeUserDDMTColumnGap,.MSWizardTextAlignTable,.MSTableFooterTableColumns,.MSFooterTableVerticalLine,.MSFooterTableHorizontalLine,.MSWizardTable,.MS_BackGroundWhite,.MSTable2,.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,.Table100x1004C,.TableViewGeneralAtts,.TableGridHeader,.TableView,.GridLineEven,.GridLineOdd,.GridFooter,.TableData,.SpaceTable,.TableMain,.TableMainPopup,.TableMainWithShadow,.TableLeftSplitScreen,.TableMainTransaction,.TableMainTransactionPopUp,.MSTableServiceDetailsTableRightWithPicture1,.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,.NotificationCardTable,.ProductCardTable,.CardWithImageTable,.TableSplitScreen,.CardImageMoreInfoTable,.ChatDataTable,.TableWizardSummaryStep,.TableCardProgress,.TableHeaderSplitScreen,.TableStepUnderline,.TableStepUnderlineExtraBullet,.TableContainerStepUnderline,.TableStepExtraUnderlineChecked,.WizardStepsLinePositionCell,.TableStepVertical,.TableStepUnderlineExtra,.TableWizardMainFullWidth,.TableContentLandingCongo,.MSTableSearchDVSearchBtn2,.TableLandingCongoSloganText,.TableLandingCongoContactUsBannerContent,.TableLandingCongoContactUs,.MSTableSearchDVSearchBtn,.MS_RegisterIndivisualFieldsTable,.MS_WelcomeMsgTable,.MS_LoginTable,.MS_RegisterFieldsTable,.MS_PhoneRegestrationTable,.MS_RegistrationTableContent,.MSTableMarginTop10,.MSMarginTopArabic,.MSMarginTopMinusArabic,.MSViewsTableArabic,.MSMarginRightTableArabic,.MSUVideoPalyer,.MSActionsTableArabic,.MSAlighnItemArabicTable,.MSOverFlowHiddenArabicClass,.MSUserProfileTableTopDetailsContainer1,.MSUserProfileTableTopImageContainer1,.MSPadding12Table,.MS_TableServicePictue,.Ms_ServiceDetailCategoryBackgrondScroll,.MS_TableAllRatesBorder,.MSDisplayNone,.FileUpload.gx-fileupload .dropzone,.FileUpload1.gx-fileupload .dropzone,.FileUploadShop.gx-fileupload .dropzone,.MSShopprofileEditTable,.MsTableStarLeft,.KH_TablePhoneNum,.MSHLAArrowARCell
{
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	border-style: none;
	border-width: 0px;
	font-family: Montserrat,sans-serif;
	font-size: 9pt;
	font-style: normal;
}
.MSMasterPageHNIconCell
{
	display: flex;
	justify-content: center;
	align-items: center;
}
.MSShopProfileTableTopEditC2
{
	bottom: -11px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	position: absolute;
	right: 269px;
	z-index: 2;
	background-color: #e39600;
	border-bottom-color: #e39600;
	border-left-color: #e39600;
	border-right-color: #e39600;
	border-top-color: #e39600;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}
.MSWizardUploadedTable
{
	display: flex !important;
}
.MS_DisplayServiceFlex
{
	margin-left: 0px;
	display:Flex !important;
}
.MS_ServiceDetailsTablePictures
{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 255px;
}
.MS_ServiceDetailsTableVideo
{
	background-color: rgba(0,0,0,0.07);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 255px;
}
.MS_AboutShopFlexViseoTable
{
	display:flex !important;
}
.MS_ShareTableModal
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.MsAboutTableDescriptionMobile
{
	height: 250px;
	overflow-y: auto;
	 overflow-x: hidden;
}
.MSSorting_SmallTable
{
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	position: absolute;
	z-index: 1;
	background-color: white;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	box-shadow: 2px 0px 8px rgb(0 0 0 / 17%);
}
.MSSmallLogoTable
{
	margin-top: 1px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	background-color: #393a70;
}
.MSHomeLoginDropDownMenuC_Small
{
	position: absolute;
	right: 50px;
	top: 50px;
	display: none;
	background-color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	height: 222px;
	width: 295px;
	box-shadow: 2px 0px 8px rgb(0 0 0 / 17%);
}
.MSHomeLoginDropDownMenuC1_Small
{
	position: absolute;
	top: 90px;
	display: none;
	background-color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	height: 232px;
	width: 295px;
	box-shadow: 2px 0px 8px rgb(0 0 0 / 17%);
}
.MSCategoriesSmallTable
{
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #393a70;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	height: 100px;
	width: 100px;
}
.MS_TitleTable1
{
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 50px;
	background-color: #333463;
	width: 100%;
}
.MSMarginTopMinusArabic1
{
	margin-top: 8px;
}
.MS_LoginFieldsTable
{
	margin-left: 20pt;
	padding-bottom: 20pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 20pt;
	border-bottom-color: #c9c6fa;
	border-left-color: #c9c6fa;
	border-right-color: #c9c6fa;
	border-top-color: #c9c6fa;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	max-height: 431px;
	width: 449px;
}
.MS_ShieldImageTable
{
	margin-left: -12pt;
	margin-top: -20pt;
}
.MSTableSearch
{
	background-image: none;
	height: 250px;
}
.MSTableSUbCategory
{
	box-shadow: 0px 0px 10px 0px rgba(7,20,22,0.35);
	margin-bottom: 25px;
	margin-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	background-color: white;
	border-width: 1px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 300px;
	width: 500px;
	text-align: center;
	text-shadow: 8325% 8325% 8325% _ ;
}
.MSTableGetInTouchLine
{
	height: 40px;
}
.MSTableGetInTouchLineHeight
{
	background-color: #fff;
	height: 1px;
}
.MSTablemain
{
	margin-right: 20px;
	padding-bottom: 25px;
	padding-top: 25px;
	background-color: #f5f5f5;
	background-image: none;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
.MSCardWithImageTable
{
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #333463;
	border-bottom-color: rgba(51,52,99,0.34);
	border-left-color: rgba(51,52,99,0.34);
	border-right-color: rgba(51,52,99,0.34);
	border-top-color: rgba(51,52,99,0.34);
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	max-height: 320.62px;
	max-width: 100%;
}
.MSCardImageMoreInfoTable
{
	margin-top: -43px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.MSTableImageInfoCount
{
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	display: flex;
	background-color: rgba(51,52,99,0.82);
	background-image: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	height: 100%;
	min-height: 22.75px;
	width: 100%;
	min-width: 42.4px;
	color: #fff;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
}
.MSTableImageInfoCountContainer
{
	display: flex;
}
.MSTableCardContent
{
	margin-top: -20px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}
.MSFilteredServicesTableMain
{
	background-color: #fff;
}
.MSTableCardPriceDate
{
	align-items: baseline !important;
}
.MSBackgroundImgTable
{
	box-shadow: 0px 0px 10px 0px rgba(7,20,22,0.35);
}
.MSTableCardServicesTableLine
{
	margin-left: 60px;
	margin-right: 60px;
	background-color: #dedede;
	height: 1px;
}
.MSTableCardSideMenu
{
	margin-left: 50px;
	margin-top: 45px;
	padding-bottom: 17px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 17px;
	background-color: #333463;
	height: 100%;
	width: 330px;
	text-align: center;
	transition: 0.5s;
	overflow-x: hidden;
}
.MSTableCardTableContent
{
	column-gap: 15px;
}
.MSTableCardFilterTextContainer
{
	margin-bottom: 40px;
	padding-top: 50px;
	text-align: right;
	border-bottom: 1px solid #868686;
}
.MSTableCardFiltersDCTable
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.MSTableCardTableServiceProvider
{
	padding-bottom: 5px;
	padding-top: 5px;
	height: 66px;
}
.MSTableCardTablePriceContainer
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	display: flex;
	width: 296px;
	column-gap: 15px;
}
.MSTableCardTableTagFS
{
	width: 296px;
	text-align: left;
}
.MSTableFooterCopyRight
{
	text-align: center;
}
.MSTableContentLandingCongo
{
	margin-left: 27px;
	margin-right: auto;
	width: 90%;
}
.MS_TermsTable
{
	display: grid;
	grid-template-columns: 1fr 12fr;
	 align-items: center;
	 display:grid !important;
}
.MSHomeCardWithImageTable
{
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: transparent;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
	border-width: 1px;
	height: 180px;
	max-width: 100%;
}
.MSHomeTableAlign
{
	text-align: center;
}
.MSHomeTablePopularChannelFlex
{
	padding-bottom: 60px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 60px;
}
.MSTableSectionLeftSide
{
	padding-left: 75px;
	padding-right: 75px;
}
.MSTableSectionRightSide
{
	padding-right: 75px;
	width: 392px;
	max-width: 392px;
}
.MSTableAboutUsVideo
{
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	border-bottom-color: #d0d0ed;
	border-left-color: #d0d0ed;
	border-right-color: #d0d0ed;
	border-top-color: #d0d0ed;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}
.MSTableWhiteBackground
{
	margin-bottom: -15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: white;
}
.MS_NotificationTableGrid
{
	padding-bottom: 15px;
	padding-top: 15px;
}
.MS_NotificationOdd,.MS_NotificationTableGrid > div.row:nth-child(odd), .MS_NotificationTableGrid>tbody>tr:nth-child(odd)
{
	background-color: #fafafa;
	border-bottom-color: #fafafa;
	border-left-color: #fafafa;
	border-right-color: #fafafa;
	border-top-color: #e4e4e4;
	border-style: solid;
	border-width: 1px;
}
.MS_NotificationEven,.MS_NotificationTableGrid > div.row:nth-child(even), .MS_NotificationTableGrid>tbody>tr:nth-child(even)
{
	background-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #e4e4e4;
	border-style: solid;
	border-width: 1px;
}
.MS_TableMain
{
	background-color: #fff;
}
.MS_TableContentWithPadding
{
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 70px;
}
.Ms_NotificationRwoGap
{
	row-gap: 25px !important;
}
.MS_NotificationActionGroubTable
{
	box-shadow: 2px 2px 6px 2px #fafafa;
	position: absolute;
	right: 20px;
	top: 20px;
	background-color: #fff;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	height: 75px;
	width: 100px;
}
.MSTableServiceDetails
{
	margin-top: -15px;
}
.MSTableServiceUActionContainer
{
	width: 100%;
	max-width: 541px;
	column-gap: 0px;
}
.MSTableServicesArrowContainer
{
	position: absolute;
	z-index: 1;
	column-gap: 11px;
	display:Flex !important;
}
.MSServicesTableVerticalLine
{
	margin-right: 70px;
	background-color: #fff;
	height: 715px;
	max-height: 715px;
	min-height: 715px;
	width: 2px;
	vertical-align: middle;
}
.MSTableServiceProvider
{
	margin-right: 13px;
}
.MSTableServicesVoteCountContainer
{
	display: flex;
	align-items: start !important;
}
.MSTableServiceHorizontalLine
{
	opacity: 0.29;
	margin-bottom: 20px;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 20px;
	background-color: #fff;
	height: 1px;
}
.MSTableServiceFS
{
	margin-bottom: 30px;
}
.MSTServicesTableVerticalLine,.MSTServicesTableVerticalLineWithPicture,.MSTServicesTableVerticalLineWithoutComment
{
	margin-right: -80px;
	margin-top: -10px;
	background-color: #fff;
	width: 2px;
	max-width: 2px;
	min-width: 2px;
}
.MSTServicesTableVerticalLineWithPicture
{
	margin-right: 0px;
	height: 610px;
	max-height: 610px;
	min-height: 610px;
}
.MSTableHomeAccountMenu
{
	position: absolute;
}
.MSTableFServicesDVPadding
{
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}
.MSFServiceHorizontalLine
{
	margin-bottom: 40px;
	margin-top: 20px;
	background-color: #868686;
	height: 1px;
	width: 296px;
}
.MSTableFServicesAlignLeft
{
	text-align: left;
}
.MS_TableBackground
{
	padding-bottom: 20pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 20pt;
	background-color: #393a70;
	height: 160px;
}
.MS_PhoneVerifyTable
{
	display: inline-block;
	background-color: #fff;
	height: auto;
	width: auto;
	background-color:#FFF !important;
}
.MSTableDataTable
{
	margin-left: 29%;
	text-align: left;
}
.MSTableWithMargin
{
	margin-top: 40px;
	text-align: left;
}
.MSFSTableDashLine
{
	margin-left: 47px;
	margin-right: 47px;
	background-color: #fff;
	height: 1px;
}
.MSUserProfileTableTop
{
	padding-bottom: 30px;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 70px;
	background-color: #333463;
	border-bottom-left-radius: 300px;
}
.MSUserProfileTableTopImageContainer
{
	bottom: 10px;
	position: absolute;
	right: 30px;
	height: 100%;
}
.MSUserProfileTableTopDetailsContainer
{
	margin-right: -15px;
	row-gap: 20px;
}
.MSUserProfileTableTopEditC
{
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	background-color: #e39600;
	border-bottom-color: #e39600;
	border-left-color: #e39600;
	border-right-color: #e39600;
	border-top-color: #e39600;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}
.MS_PrivacyPolicyContentTable
{
	background-color: #fff;
}
.MS_PrivacyPolictTableMain,.MSTablePrivacyPolicyHeader1
{
	margin-top: -30px;
}
.MSTablePrivacyPolicyHeader1
{
	margin-top: -15px;
	background-color: #393a70;
}
.MSUserProfileTableTopColumnGap
{
	column-gap: 10px;
}
.MSUserProfileTableContent
{
	overflow: auto;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 30px;
	background-color: #fff;
}
.MSUserProfileTableContentCB
{
	border-width: 1px;
	column-gap: 100px;
}
.MSUserProfileTableContentInput
{
	position: relative;
	display: inline-block;
	height: 30px;
	width: 56px;
	height: 30px !important;
}
.MSUserProfileFSServiceContainer
{
	margin-bottom: 80px;
	border-bottom-color: #d4d4d4;
	border-left-color: #d4d4d4;
	border-right-color: #d4d4d4;
	border-top-color: #d4d4d4;
	border-style: solid;
	border-width: 1px;
	border-bottom: 0px;
}
.MSUserProfileAdsTable
{
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	display: table;
	width: 100%;
	text-align: center;
	border-collapse: separate;
}
.MSLocationclass2
{
	height: 200px;
	max-height: 200px;
	min-height: 201px;
	width: 300px;
	max-width: 300px;
	min-width: 300px;
}
.MSUserProfileAdsTableRow
{
	display: table-row;
	background-color: #f6f6f6;
}
.MSUserProfileAdsTableHeader
{
	display: table-row;
	background-color: #ea6153;
}
.MSUserProfileAdsTableCell
{
	padding-bottom: 10px;
	padding-top: 10px;
	display: table-cell;
}
.MSUserProfileTableWrapper
{
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}
.MSUserProfileLoadMoreBtn
{
	text-align: center;
}
.MSHomeTSTableUnion
{
	bottom: 0px;
	position: absolute;
	right: 0px;
}
.MSHomeTableSearchTHeader
{
	margin-top: 35px;
}
.MSHomeLoginDropDownMenuFirst
{
	padding-left: 15px;
	padding-right: 15px;
}
.MS_TablePopup
{
	left: 38%;
	margin-left: -60px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	position: absolute;
	top: 36%;
	z-index: 5;
	display: inline-block;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 560px;
	text-align: center;
	Justify-content:center;
}
.MS_OTPCodeTable
{
	margin-bottom: auto;
	margin-left: auto;
	margin-right: 25%;
	margin-top: auto;
	width: 42%;
}
.MSUserProfileTableHeaderTitles
{
	height: 66px;
	max-height: 100%;
	border-bottom: 1px solid #D4D4D4;
}
.MSUserProfileTableGridContent
{
	position: relative;
	display: inline-block;
	height: 66px;
	max-height: 100%;
	border-bottom: 1px solid #D4D4D4;
}
.MSUserProfileUSubtractContainer
{
	height: 130px;
	max-height: 100%;
}
.MSUserProfileAdSTableRowOdd,.MSUserProfileAdSTableRowNum > div.row:nth-child(odd), .MSUserProfileAdSTableRowNum>tbody>tr:nth-child(odd)
{
	background-color: #f5f6f8;
}
.MSUserProfileAdSTableRowEven,.MSUserProfileAdSTableRowNum > div.row:nth-child(even), .MSUserProfileAdSTableRowNum>tbody>tr:nth-child(even)
{
	background-color: #fff;
}
.MSUserProfileActiveTab
{
	background-color: #e39600;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	height: 5px;
	width: 100%;
}
.MSUserProfileInActiveTab
{
	display: none;
	height: 5px;
	width: 100%;
}
.MSTableServiceDetailsUnionContainer
{
	left: 30px;
	margin-top: -20px;
	position: absolute;
	top: 18px;
	text-indent: 0px;
	position:absolute;
	 right:30px;
	z-index: 0;
}
.MSTableServiceDetailsTableRight
{
	margin-right: 40px;
	margin-top: 40px;
	height: 100%;
	max-height: 100%;
	min-height: 678.84px;
}
.MS_OTPTable
{
	position: relative;
}
.MSTableServiceCommentContainer
{
	height: 0px;
}
.MS_VerifyStep3Table
{
	position: relative;
	display: inline-block;
}
.MS_ReviewsTable
{
	padding-bottom: 75px;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 75px;
	background-color: #fff;
	text-align: center;
}
.MS_OverallRatingTable
{
	padding-bottom: 75px;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 75px;
	background-color: #fff;
}
.MS_ReviewAndRateTable
{
	background-color: #fff;
}
.MSNotificationNTable
{
	margin-left: 21px;
	position: absolute;
}
.MS_ReviewsFreeStyleTable
{
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin-right: 5px;
	border-top-color: rgba(224,224,224,0.6);
	border-style: solid;
	border-width: 1px;
	border-left:none;
	 border-bottom:none;
	 border-right: none;
}
.MS_ReviewsGridTable
{
	display: inline-block;
	height: 400px;
	overflow-y: overlay;
	 overflow-x:Hidden ;
}
.MSShopProfileTopTable
{
	margin-right: -15px;
	margin-top: -45px;
	padding-right: 30px;
	padding-top: 38px;
	background-color: #333463;
	height: 287px;
	width: 105%;
}
.MSGrayBackgroundTable
{
	background-repeat: no-repeat;
	margin-right: -15px;
	margin-top: -45px;
	background-color: rgba(238,238,238,0.24);
	background-image: none;
	height: 287px;
	background-size: cover;
}
.MSShopProfileTableTopColumnGap
{
	margin-right: 65px;
	margin-top: 30px;
	column-gap: 10px;
}
.MSTableWithBorder
{
	box-shadow: 0px 0px 1px 0px;
	margin-bottom: -10px;
	margin-left: 59px;
	margin-right: 20px;
	margin-top: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	background-color: white;
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
	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;
}
.MSLineTable
{
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #cfcfcf;
	height: 1px;
	width: 100%;
}
.MSTableWithWidth
{
	width: 50%;
}
.MS_TableZIndex
{
	position: relative;
	z-index: 1;
}
.MS_TableRate
{
	position: absolute;
}
.MSTableMinusMargin
{
	margin-left: 216px;
	width: 590px;
}
.MSWizardTableWithMargin
{
	margin-right: -88px;
}
.MS_ResultTable
{
	height: 150px;
}
.MS_ResetTable
{
	background-repeat: no-repeat;
	margin-left: -16px;
	margin-right: -16px;
	margin-top: -30px;
	padding-bottom: 40pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 70px;
	position: relative;
	background-color: #393a70;
}
.MS_ResetPassFieldsTable
{
	margin-left: 0px;
	padding-bottom: 20pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 20pt;
	border-bottom-color: #c9c6fa;
	border-left-color: #c9c6fa;
	border-right-color: #c9c6fa;
	border-top-color: #c9c6fa;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	width: 449px;
}
.MS_WhiteBorderContentTable
{
	background-color: #fff;
	border-bottom-color: #333463;
	border-left-color: #333463;
	border-right-color: #333463;
	border-top-color: #333463;
	border-style: solid;
	border-width: 1px;
}
.MS_TablePositionAbsolute
{
	position: absolute;
}
.MS_EditProfileContentTable
{
	padding-bottom: 50px;
	padding-left: 0px;
	padding-right: 80px;
	padding-top: 50px;
	display: inline-block;
	width: 100%;
}
.MS_EditIconTable,.MSUserProfileTableTopImage1
{
	margin-bottom: -50px;
	margin-left: -100px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: relative;
	display: inline-block;
	background-color: #e39600;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	transition: 0.5s;
	overflow-x: hidden;
	 z-index: 1;
}
.MSUserProfileTableTopImage1
{
	background-color: #d9d9d9;
	background-image: none;
	height: 166px;
	max-height: 100%;
	width: 100%;
	max-width: 166px;
	object-fit: fill;
}
.MS_WhiteContentTable
{
	background-color: #fff;
}
.MS_PlaceHolderTable
{
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 82px;
	background-color: #ededed;
	border-style: solid;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	height: 255px;
	max-height: 255px;
	min-height: 255px;
}
.MS_TableAllComments
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #fff;
	height: 350px;
	max-height: 350px;
	min-height: 350px;
	overflow-y: auto;
	 overflow-x: hidden;
}
.MS_EditTable
{
	width: 1000px;
	max-width: 1000px;
}
.MS_EditProfileTable
{
	position: relative;
	z-index:1;
}
.MS_EditProfileMainTable
{
	margin-left: -10px;
	background-color: #fff;
}
.MS_ChangePassTableContent
{
	padding-bottom: 10px;
	background-color: #fff;
	text-align: right;
}
.MSTableServiceDetailsTableRightWithPicture
{
	margin-left: 40px;
	margin-top: 50px;
}
.MS_TableWidth
{
	width: 100%;
}
.MS_TableWidth1
{
	width: 50%;
}
.MS_RightSideTable
{
	margin-left: -11px;
	padding-left: 19px;
	display: inline-block;
	border-left-color: #c9c6fa;
	border-style: solid;
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.MS_TableAllCommentsBorder1
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #fff;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	height: 350px;
	max-height: 350px;
	min-height: 350px;
	overflow-y: hidden;
	 overflow-x: hidden;
}
.MS_TitleTable
{
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	background-color: #333463;
	width: 100%;
}
.MS_DescriptionTable
{
	background-color: #fff;
}
.MS_TermsAndConditionscontentTable
{
	background-color: #fff;
	text-align: right;
}
.MS_AcceptTermsFlex
{
	margin-left: 14px;
}
.MS_ServiceDetailsRightDescription
{
	margin-top: 20px;
	border-width: 1px;
}
.Ms_AllCommentHorizentalLine
{
	background-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;
	border-right-color: #e0e0e0;
	border-top-color: #e0e0e0;
	border-style: solid;
	border-width: 1px;
	height: 1px;
	max-height: 1px;
	min-height: 1px;
}
.MS_ServiceDeailsRateTable,.MSCardImageAttributeWhiteSubtitleWithShadowRate11,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRate11
{
	margin-right: 0px;
}
.MSCardImageAttributeWhiteSubtitleWithShadowRate11,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRate11
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	display: inline-block;
	background-color: transparent;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	border-width: 1px;
	height: 180.99px;
	max-height: 100%;
	max-width: 206px;
	color: #f4f4f4;
	text-indent: 0px;
}
.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRate11
{
	border-width: 0px;
}
.MS_EditMainTable
{
	margin-bottom: -5px;
	margin-top: -31px;
	display: inline-block;
	background-color: #fff;
	width: 100%;
}
.MS_EditFieldsTable
{
	width: 100%;
}
.MS_LoginFieldsTable_new
{
	margin-left: 10pt;
	padding-bottom: 20pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 20pt;
	border-bottom-color: #c9c6fa;
	border-left-color: #c9c6fa;
	border-right-color: #c9c6fa;
	border-top-color: #c9c6fa;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	max-height: 431px;
	width: 449px;
	text-indent: 0px;
}
.MSTableMarginTop43
{
	margin-left: 12px;
	margin-top: 43px;
}
.MSTableWidth265
{
	margin-right: 0px;
}
.MS_DislikeTable
{
	margin-right: -170px;
	font-size: 9px;
}
.MSTableCardTableHeaderFilter1
{
	padding-bottom: 19px;
	padding-top: 0px;
	display: flex !important;
	border-bottom: 1px solid #dedede;
}
.MSTableFServicesDVPadding1
{
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	width: 300px;
}
.MSGrayBackgroundTableBefore
{
	opacity: .4;
	margin-right: -127px;
	margin-top: -287px;
	position: absolute;
	z-index: 1;
	background-color: #000;
	height: 287px;
	min-height: 255px;
	width: 59%;
	min-width: 59%;
}
.MSShopProfileTabs
{
	margin-top: -54px;
	position: absolute;
	z-index: 2;
}
.MSShopProfileTableTopEditC
{
	left: -317px;
	margin-top: -200px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	position: absolute;
	z-index: 2;
	background-color: #e39600;
	border-bottom-color: #e39600;
	border-left-color: #e39600;
	border-right-color: #e39600;
	border-top-color: #e39600;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}
.MSShopprofilePopupTable
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: absolute;
	top: 30px;
	z-index: 3;
	background-color: white;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	min-width: 240px;
	text-align: center;
}
.MSActionsDropDownList
{
	margin-left: 5px;
	margin-top: 68px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	position: absolute;
	z-index: 999;
	background-color: #fff;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	height: 60px;
	width: 110px;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.MSTableDateDropDownList1
{
	cursor: pointer;
}
.MSTableSearchDVSearchBtn1
{
	margin-left: 43px;
	display: flex;
	flex-wrap: wrap;
	justify-content: normal;
	align-items: center;
}
.MS_FooterContentTable
{
	width: 100%;
}
.MS_TableWhiteFooter
{
	display: inline-block;
	background-color: #fff;
	width: 100%;
}
.MS_FooterTable
{
	background-color: #fff;
	width: 100%;
}
.MS_LoginTableMain,.TableMainPopup1,.TableMainWithShadow1,.TableLeftSplitScreen1,.TableMainTransaction1,.TableMainTransactionPopUp1,.MSTableServiceDetailsTableRightWithPicture11
{
	background-color: #393a70;
	width: 100%;
}
.TableMainTransaction1,.TableMainTransactionPopUp1,.MSTableServiceDetailsTableRightWithPicture11
{
	padding-top: 5px;
}
.TableMainTransactionPopUp1,.MSTableServiceDetailsTableRightWithPicture11
{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 0px;
}
.MSTableServiceDetailsTableRightWithPicture11
{
	margin-top: -170px;
}
.MSContactUs1
{
	padding-bottom: 144px;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 100px;
	background-color: #393a70;
}
.MSContactUsWithPadding
{
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -30px;
	overflow: hidden;
	padding-bottom: 144px;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 100px;
	background-color: #393a70;
}
.MSAboutUsTextTable
{
	margin-right: 65px;
	margin-top: 65px;
}
.MS_SearchMargintop
{
	margin-top: 0px;
}
.MSTableWithBorder1
{
	box-shadow: 0px 0px 1px 0px;
	margin-bottom: -10px;
	margin-left: 59px;
	margin-right: 20px;
	margin-top: 40px;
	overflow: auto;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	background-color: white;
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
	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: 300px;
}
.MS_NoRatesTable
{
	display: inline-block;
	height: 250px;
	width: 100%;
	text-align: center;
}
.MS_ViewMoreTableMarginTop
{
	margin-left: 0px;
	margin-top: 40px;
	height: Auto;
	width: 190px;
}
.MS_TableCategoriesWC
{
	display: inline-block;
	width: 100%;
}
.MS_SearchMargintop1
{
	margin-top: 0px;
}
.MSContactUsFieldsTable
{
	margin-left: 99px;
	margin-top: 30px;
	position: absolute;
	z-index: 1;
	background-color: transparent;
	text-align: left;
}
.MS_Zindex_Table
{
	z-index: 1;
}
.MSTableContentLandingCongo_Categories
{
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: right;
}
.MS_TermsAgrrementTable
{
	margin-left: -30px;
	margin-top: -30px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: absolute;
	z-index: 1;
	background-color: #fff;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	width: 400px;
}
.MSContactUsPopupTable
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: absolute;
	z-index: 1;
	background-color: white;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	min-width: 160px;
	text-align: center;
}
.Ms_ServiceDetailsVaforateTableIconsNoImage
{
	width: 65px;
	max-width: 65px;
	min-width: 65px;
}
.MS_CheckBoxIconTable
{
	margin-left: -6px;
	padding-top: 3px;
	display: inline-block;
}
.MS_rightTable
{
	margin-left: -5px;
}
.MS_TableLeft
{
	margin-left: -10px;
}
.MS_PhoneNumber
{
	margin-right: -30px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	z-index: 1;
	background-color: #fff;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	height: 75px;
	width: 190px;
}
.MS_MyAds
{
	height: 30px;
	max-height: 30px;
	min-height: 30px;
}
.MS_Favorate
{
	height: 30px;
	max-height: 30px;
	min-height: 30px;
}
.MS_Logout
{
	height: 30px;
	max-height: 30px;
	min-height: 30px;
}
.MS_MAsterPageTableHeight
{
	height: 40px !important;
}
.MS_AboutTableDescription
{
	height: 250px;
	max-height: 250px;
	min-height: 250px;
	overflow-y: scroll;
	 overflow-x: hidden;
}
.MS_TableFreeStyle
{
	padding-left: 70px;
}
.MS_HorizantalLine
{
	margin-bottom: 20px;
	margin-left: -5px;
	display: block;
	background-color: #e5e5e5;
	height: 1px;
}
.MS_CheckBoxIconTable_Indivisual
{
	margin-left: 20px;
	padding-top: 3px;
	display: inline-block;
}
.MS_TermsAgrrementTable1
{
	margin-top: 7px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: absolute;
	z-index: 1;
	background-color: #fff;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	width: 400px;
}
.MSWizardComboTable
{
	border-width: 1px;
}
.MSWizardCityTable
{
	border-width: 1px;
}
.MSBusinessCardTable
{
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	background-color: #333463;
	border-bottom-color: rgba(51,52,99,0.34);
	border-left-color: rgba(51,52,99,0.34);
	border-right-color: rgba(51,52,99,0.34);
	border-top-color: rgba(51,52,99,0.34);
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	max-height: 320.62px;
	width: 871px;
}
.MSBusinessTableWithMargin
{
	margin-left: -40px;
}
.MSTableCardTableHeader
{
	padding-left: 50px;
	padding-right: 50px;
	background-color: #fff;
}
.MSTableCardTableHeaderFlex
{
	padding-bottom: 30px;
	padding-top: 30px;
	column-gap: 40px;
}
.MSTableCardTableHeaderTableSubCategory
{
	padding-bottom: 14px;
	padding-top: 14px;
	border-bottom: 1px solid #dedede;
}
.MSTableCardTableHeaderFilter
{
	padding-bottom: 19px;
	padding-top: 0px;
	border-bottom: 1px solid #dedede;
}
.MSContactUs
{
	padding-bottom: 100px;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 100px;
	background-color: #393a70;
}
.MSContactUsTable
{
	margin-left: 100px;
	background-color: #393a70;
	text-align: left;
}
.MSContactUsTable2
{
	background-color: #393a70;
}
.MSVerticalLine
{
	background-color: #e6e6e6;
	height: 525px;
	width: 1px;
}
.MSTableMargin
{
	margin-bottom: 30px;
}
.MSTableFollowUs
{
	margin-top: 50px;
	width: 30%;
	max-width: 30%;
	min-width: 30%;
}
.MSFDateDropDownList
{
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	position: absolute;
	z-index: 999;
	display: none;
	background-color: #fff;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	height: 79px;
	width: 216px;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.MSTableDateDropDownList
{
	cursor: pointer;
}
.MSTableFServicesFContainer
{
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	border-bottom-color: #333463;
	border-left-color: #333463;
	border-right-color: #333463;
	border-top-color: #333463;
	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;
}
.MSHomeLoginDropDownMenuC
{
	left: 228px;
	position: absolute;
	top: 90px;
	display: none;
	background-color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	height: 231px;
	width: 295px;
	box-shadow: 2px 0px 8px rgb(0 0 0 / 17%);
}
.MSHomeLoginDropDownMenuC1
{
	position: absolute;
	top: 90px;
	display: none;
	background-color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	height: 231px;
	width: 295px;
	box-shadow: 2px 0px 8px rgb(0 0 0 / 17%);
}
.MSTableFSSearch,.MSTableFSSearchForMobile
{
	background-image: none;
	height: 90px;
}
.MSWizardAlignTable
{
	text-align: start;
}
.MSWizardAcceptTermsTable
{
	margin-bottom: 10px;
	margin-top: 10px;
	width: 12%;
	max-width: 12%;
}
.MSWizardTermsAndConditions
{
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 4px;
	width: 247px;
	max-width: 247px;
}
.MSWizardMainTable
{
	background-color: white;
	border-width: 1px;
}
.MSWizardMarginTable
{
	margin-left: 57px;
}
.MSFooterBGContainer
{
	bottom: 0px;
	left: 31px;
	position: absolute;
}
.MSHomeLoginDDHLine
{
	background-color: #e9e9e9;
	height: 1px;
	width: 295px;
}
.MSHomeLoginDDMCTable
{
	margin-top: -50px;
	column-gap: 20px;
}
.MSHomeLoginDDMIContainer
{
	padding-left: 25px;
	padding-right: 25px;
	row-gap: 10px;
}
.MSHomeUserDDMTColumnGap
{
	padding-left: 15px;
	padding-right: 15px;
	height: 100%;
	width: 100%;
	column-gap: 7px;
}
.MSWizardTextAlignTable
{
	text-align: right;
}
.MSTableFooterTableColumns
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.MSFooterTableVerticalLine
{
	background-color: #e6e6e6;
	height: 160px;
	width: 1px;
}
.MSFooterTableHorizontalLine
{
	background-color: #e6e6e6;
	height: 1px;
	max-width: 240px;
}
.MSWizardTable
{
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	min-width: 1042px;
}
.MS_BackGroundWhite
{
	margin-top: -33px;
	background-color: #fff;
	width: 100%;
}
.MSTable2
{
	z-index: 5;
	display: none;
}
.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
{
	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: #eee;
}
.MainContainerWithFooter
{
	background-color: rgba(255,255,255,0);
	height: 100%;
}
.MainContainerNoBackground
{
	background-color: transparent;
}
.MainContainerBackgroundWhite
{
	background-color: #fff;
}
.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;
	background-image: none;
	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;
	vertical-align: top;
}
.TableMainView,.TableMainViewWithShadow
{
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	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,.Table100x1004C,.TableViewGeneralAtts,.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-size: 11pt;
	font-weight: bold;
	height: 26px;
	width: 100%;
}
.TableData
{
	border-width: 1px;
	width: 100%;
}
.SpaceTable
{
	height: 100px;
}
.TableMain,.TableMainPopup,.TableMainWithShadow,.TableLeftSplitScreen,.TableMainTransaction,.TableMainTransactionPopUp,.MSTableServiceDetailsTableRightWithPicture1
{
	padding-top: 15px;
	width: 100%;
}
.TableMainWithShadow,.TableLeftSplitScreen
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableLeftSplitScreen
{
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
.TableMainTransaction,.TableMainTransactionPopUp,.MSTableServiceDetailsTableRightWithPicture1
{
	padding-top: 5px;
}
.TableMainTransactionPopUp,.MSTableServiceDetailsTableRightWithPicture1
{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 0px;
}
.MSTableServiceDetailsTableRightWithPicture1
{
	margin-top: -170px;
}
.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 #616298;
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	width: 400px;
}
.TableLoginWithLeftImageError
{
	box-shadow: 0px 0px 14px #616298;
	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;
	background-image: none;
	vertical-align: middle;
}
.TableActionsCell,.TableActionsCellLogin
{
	padding-right: 10px;
}
.TableActionsCellLogin
{
	padding-right: 0px;
	padding-top: 20px;
}
.TableGeolocation
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.TableBar
{
	height: 7px;
	width: 100%;
}
.TableCellAlignRight
{
	text-align: right;
}
.TableAlignRight,.TableAlignRightWithMargin,.TableAlignRightMaster
{
	margin-left: auto;
}
.TableAlignRightWithMargin
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.TableAlignRightMaster
{
	height: 50px;
}
.TableCardMaterial
{
	margin-top: 13px;
}
.TableSplitMasterListRow,.TableSplitMasterListSelectedRow
{
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	border-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;
}
.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: #e39600;
}
.TableContainerStepFirst
{
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.TableContainerStepLast
{
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.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: #393a70;
	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
{
	position: absolute;
	top: -3px;
	border-bottom-color: #d9d9d9;
	border-width: 4px;
	width: 39px;
	border-bottom-style:solid;
}
.TableStepBulletLineChecked
{
	border-bottom-color: #393a70;
}
.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
{
	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
{
	background-color: #00c0ef;
}
.TableCardDashboardAdminDanger
{
	background-color: #dd4b39;
}
.TableCardDashboardAdminWarning
{
	background-color: #f39c12;
}
.TableCardDashboardAdminSuccess
{
	background-color: #00a65a;
}
.TableCardDashboardAdminInfo
{
	background-color: #3c8dbc;
}
.TableCardDashboardAdminBaseColor
{
	background-color: #393a70;
}
.TableCardProgressAdmin,.TableCardProgressAdminDanger,.TableCardProgressAdminWarning,.TableCardProgressAdminInfo,.TableCardProgressAdminSuccess,.TableCardProgressAdminBaseColor,.TableCardProgressAdminInfoLight
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 100%;
}
.TableCardProgressAdminDanger
{
	background-color: #dd4b39;
}
.TableCardProgressAdminWarning
{
	background-color: #f39c12;
}
.TableCardProgressAdminInfo
{
	background-color: #3c8dbc;
}
.TableCardProgressAdminSuccess
{
	background-color: #00a65a;
}
.TableCardProgressAdminBaseColor
{
	background-color: #393a70;
}
.TableCardProgressAdminInfoLight
{
	background-color: #00c0ef;
}
.SimpleCardTable,.NotificationCardTable,.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
{
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	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;
	height: 428px;
	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 - 192px);
}
.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;
	background-image: none;
	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;
}
.TableContentLandingCongo,.MSTableSearchDVSearchBtn2
{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: center;
}
.MSTableSearchDVSearchBtn2
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.TableLandingCongoSloganText
{
	padding-bottom: 100px;
	padding-top: 100px;
	text-align: left;
}
.TableLandingCongoContactUsBannerContent
{
	padding-bottom: 6%;
	padding-left: 0px;
	padding-right: 40%;
	padding-top: 10%;
	text-align: left;
}
.TableLandingCongoContactUs
{
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 36px;
	background-color: #f5f6f6;
	max-width: 600px;
}
.MSTableSearchDVSearchBtn
{
	display: flex;
	justify-content: center;
	align-items: center;
}
.MS_RegisterIndivisualFieldsTable
{
	margin-left: 20pt;
	padding-bottom: 20pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 20pt;
	border-bottom-color: #c9c6fa;
	border-left-color: #c9c6fa;
	border-right-color: #c9c6fa;
	border-top-color: #c9c6fa;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	width: 449px;
}
.MS_WelcomeMsgTable
{
	margin-left: 20pt;
	margin-top: 50pt;
}
.MS_LoginTable
{
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: -16px;
	margin-top: -16px;
	padding-bottom: 40pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 20pt;
	position: relative;
	background-color: #393a70;
}
.MS_RegisterFieldsTable
{
	margin-left: -50px;
	padding-bottom: 20pt;
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 20pt;
	border-bottom-color: #c9c6fa;
	border-left-color: #c9c6fa;
	border-right-color: #c9c6fa;
	border-top-color: #c9c6fa;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	width: 100%;
	max-width: 886px;
}
.MS_PhoneRegestrationTable
{
	margin-left: 5px;
	display: inline-block;
	background-color: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	width: 100%;
	max-width: 380px;
}
.MS_RegistrationTableContent
{
	position: relative;
}
.MSTableMarginTop10
{
	margin-top: 10px;
}
.MSMarginTopArabic
{
	margin-top: 104px;
}
.MSMarginTopMinusArabic
{
	margin-top: -25px;
}
.MSViewsTableArabic
{
	margin-right: 0px;
	margin-top: 10px;
}
.MSMarginRightTableArabic
{
	margin-right: 60px;
}
.MSUVideoPalyer
{
	margin-left: 30px;
}
.MSActionsTableArabic
{
	margin-right: 10px;
	margin-top: 20px;
}
.MSAlighnItemArabicTable
{
	height: 50px;
	align-items: baseline !important;
}
.MSOverFlowHiddenArabicClass
{
	overflow: hidden;
}
.MSUserProfileTableTopDetailsContainer1
{
	margin-right: -15px;
	row-gap: 20px;
}
.MSUserProfileTableTopImageContainer1
{
	bottom: -4px;
	position: absolute;
	right: 5px;
	height: 100%;
	width: 100%;
}
.MSPadding12Table
{
	padding-left: 0px;
}
.Ms_ServiceDetailCategoryBackgrondScroll
{
	margin-right: -10px;
	overflow: hidden;
	width: 100%;
}
.MS_TableAllRatesBorder
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #fff;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	height: 1000px;
	overflow-y: hidden;
	 overflow-x: hidden;
}
.MSDisplayNone,.FileUpload.gx-fileupload .dropzone,.FileUpload1.gx-fileupload .dropzone,.FileUploadShop.gx-fileupload .dropzone
{
	display: none;
}
.MSShopprofileEditTable
{
	background-color: #e39600;
	border-bottom-color: #e39600;
	border-left-color: #e39600;
	border-right-color: #e39600;
	border-top-color: #e39600;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	font-family: DMSans-Regular;
}
.MsTableStarLeft
{
	margin-right: 117px;
}
.KH_TablePhoneNum
{
	flex-direction: row-reverse !important;
}
.MSHLAArrowARCell
{
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.TextBlock,.TextBlockDragging,.TextBlockAcceptDrag,.TextBlockNoAcceptDrag,.Title,.BigTitleInActive,.UncollapsedBigTitle1,.SeparateBigTitle1,.BigTitle,.UncollapsedBigTitle,.SeparateBigTitle,.SubTitle,.TableHeaderText,.Grid>caption,.GridDragging>caption,.GridAcceptDrag>caption,.GridNoAcceptDrag>caption,.WorkWithBorder>caption,.GridWithPaginationBar>caption,.GridWithTotalizer>caption,.WorkWith>caption,.PromptGrid>caption,.ViewGrid>caption,.WorkWithSelection>caption,.GridWithBorderColor>caption,.GridNoBorder>caption,.GridNoData>caption,.Grid[data-gx-grid-nodata]>caption,.GridDragging[data-gx-grid-nodata]>caption,.GridAcceptDrag[data-gx-grid-nodata]>caption,.GridNoAcceptDrag[data-gx-grid-nodata]>caption,.WorkWithBorder[data-gx-grid-nodata]>caption,.GridWithPaginationBar[data-gx-grid-nodata]>caption,.GridWithTotalizer[data-gx-grid-nodata]>caption,.WorkWith[data-gx-grid-nodata]>caption,.PromptGrid[data-gx-grid-nodata]>caption,.ViewGrid[data-gx-grid-nodata]>caption,.WorkWithSelection[data-gx-grid-nodata]>caption,.GridWithBorderColor[data-gx-grid-nodata]>caption,.GridNoBorder[data-gx-grid-nodata]>caption,.GridNoData[data-gx-grid-nodata]>caption,.FreeStyleGrid[data-gx-grid-nodata]>caption,.TrnSublevelGrid[data-gx-grid-nodata]>caption,.RecentLinksGrid[data-gx-grid-nodata]>caption,.FreeStyleStepsVertical[data-gx-grid-nodata]>caption,.FreeStyleHomeModulesBig[data-gx-grid-nodata]>caption,.FreeStyleHomeModules[data-gx-grid-nodata]>caption,.FreeStyleHomeModulesBigDark[data-gx-grid-nodata]>caption,.FSGridAutoUnselectAll[data-gx-grid-nodata]>caption,.FreeStyleGridMPSearch[data-gx-grid-nodata]>caption,.MS_Small_FreeStyleGrid[data-gx-grid-nodata]>caption,.MSFAGFSGrid[data-gx-grid-nodata]>caption,.FreeStyleHomeModules2[data-gx-grid-nodata]>caption,.MSTableCardServicesFilteredFS[data-gx-grid-nodata]>caption,.MSHomePopularChannelContainer[data-gx-grid-nodata]>caption,.MS_NotificationGrid[data-gx-grid-nodata]>caption,.MSTableServiceDetailsContainer[data-gx-grid-nodata]>caption,.MSUserProfileServices[data-gx-grid-nodata]>caption,.MSFSServicesImages[data-gx-grid-nodata]>caption,.MSFServiceDetailsComment[data-gx-grid-nodata]>caption,.MS_ReviewsFreeStyleGrid[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,.Table>caption,.TableDragging>caption,.TableAcceptDrag>caption,.TableNoAcceptDrag>caption,.TableGrid>caption,.TableLeftMenu>caption,.TableTopMenu>caption,.ViewTable>caption,.TableHorizontalLine>caption,.header_pink_line>caption,.HorizontalSpace>caption,.TableBottom>caption,.RecentLinksTable>caption,.RecentLinksTableOdd>caption,.RecentLinksTableEven>caption,.Table80>caption,.Table95>caption,.TableButtons>caption,.Table960>caption,.TableGreyFooter>caption,.TableBlackFooter>caption,.TableBlackHeader>caption,.td5>caption,.td100>caption,.ToolbarMain>caption,.LevelTable>caption,.BodyContainer>caption,.LoginContainer>caption,.HeaderContainer>caption,.RecentLinksContainer>caption,.ThinHeaderContainer>caption,.FormContainer>caption,.TabsFormContainer>caption,.Container>caption,.ContainerFluid>caption,.AdvancedContainerItem>caption,.AdvancedContainerItemExpanded>caption,.OrdersTable>caption,.RecentLinksMainTable>caption,.RecentLinksMainTableExpanded>caption,.PromptContainer>caption,.PromptMainTable>caption,.GridTabMainTable>caption,.TableBorder100x100>caption,.HorizantalSpace>caption,.TopBottom30>caption,.TopBottom5>caption,.TableHeaderRight>caption,.FiltersContainer>caption,.FiltersContainerItem>caption,.FilterContainerItemSearch>caption,.NegativeMarginTop10>caption,.Table193x216>caption,.Table193x216Collapsed>caption,.ActionsContainer>caption,.ActionsContainerItem>caption,.ActionsContainerVisible>caption,.ViewAdvancedContainer>caption,.ViewAdvancedContainerVisible>caption,.TableMainPrompt>caption,.TableMainTabs>caption,.FiltersCell>caption,.TableTotalizer>caption,.TableTotalizerAl>caption,.TableWhiteBorder>caption,.Table1>caption,.Width100>caption,.TableFiltersCell>caption,.Invisible>caption,.DataFilterContentCell>caption,.MergedItemNotRequired>caption,.TableLabel50Percent>caption,.TableWizardStepsArrow>caption,.DynamicFilters>caption,.TableContentHolderWithShadow>caption,.ProgressCardTable>caption,.GridNoHeaderCell>caption,.GridNoHeaderCellItems>caption,.Table2>caption,.Kh_AdButtonWithIcon>caption,.TableImage>caption,.fa-circle>caption,.Table3>caption,.MS_NotificationTableDate>caption,.TableDateContainer>caption,.Table4>caption,.Table5>caption,.MS_ModalTableClass>caption,.MS_ChangePassFieldsTable>caption,.MS_ReportUserModalTable>caption,.MS_VerifyPhoneModalTable>caption,.MS_ProfilePictureUploadModalTable>caption,.MS_DisplayImageModalTable>caption,.MSWizardTextAlignTableDesc>caption,.MS_PopularBusinessesFlex1>caption,.MS_ShopsCategoryContainer>caption,.Table6>caption,.MSInvisibletable>caption,.MSSPUploadedPicturesTable>caption,.MSWizardFormTable>caption,.MS_ServiceDetailsAllComentText>caption,.MSbackNone>caption,.MSShopprofileEditTableWithWidth>caption,.MSMasterPageHNIconCell>caption,.MSShopProfileTableTopEditC2>caption,.MSWizardUploadedTable>caption,.MSNotificationMobileFlex>caption,.MS_DisplayServiceFlex>caption,.MS_ServiceDetailsTablePictures>caption,.MS_ServiceDetailsTableVideo>caption,.MS_AboutShopFlexViseoTable>caption,.MS_ShareTableModal>caption,.MSLikeTable>caption,.MS_PhoneMainTable1>caption,.MsTableBusinessDescription>caption,.MSTableFSSearch_Mobile>caption,.MsAboutTableDescriptionMobile>caption,.MSSorting_SmallTable>caption,.MSSmallLogoTable>caption,.MSHiddenMasterPage>caption,.MSHomeLoginDropDownMenuC_Small>caption,.MSHomeLoginDropDownMenuC1_Small>caption,.MSCategoriesSmallTable>caption,.MS_TitleTable1>caption,.MS_ShowSubcategoriesModalTable>caption,.MSMarginTopMinusArabic1>caption,.MS_LoginFieldsTable>caption,.MSTable1>caption,.MS_ShieldImageTable>caption,.MSTableSearch>caption,.MSTableSUbCategory>caption,.MSTableGetInTouchLine>caption,.MSTableGetInTouchLineHeight>caption,.MSTablemain>caption,.MSCardWithImageTable>caption,.MSCardImageMoreInfoTable>caption,.MSTableImageInfoCount>caption,.MSTableImageInfoCountContainer>caption,.MSTableFavShareContainer>caption,.MSTableCardContent>caption,.MSFilteredServicesTableMain>caption,.MSTableCardPriceDate>caption,.MSBackgroundImgTable>caption,.MSTableCardServicesTableLine>caption,.MSTableCardSideMenu>caption,.MSTableCardTableContent>caption,.MSTableCardFilterTextContainer>caption,.MSTableCardFiltersDCTable>caption,.MSTableCardTableServiceProvider>caption,.MSTableCardTablePriceContainer>caption,.MSTableCardTableTagFS>caption,.MSTableFooterCopyRight>caption,.MSTableContentLandingCongo>caption,.MS_TermsTable>caption,.MSHomeCardWithImageTable>caption,.MSHomeTableAlign>caption,.MSHomeTablePopularChannelFlex>caption,.MSTableSectionLeftSide>caption,.MSTableSectionRightSide>caption,.MSTableAboutUsVideo>caption,.MSTableWhiteBackground>caption,.MS_NotificationTableGrid>caption,.MS_NotificationOdd>caption,.MS_NotificationTableGrid > div.row:nth-child(odd)>caption, .MS_NotificationTableGrid>tbody>tr:nth-child(odd)>caption,.MS_NotificationEven>caption,.MS_NotificationTableGrid > div.row:nth-child(even)>caption, .MS_NotificationTableGrid>tbody>tr:nth-child(even)>caption,.MS_TableMain>caption,.MS_TableContentWithPadding>caption,.Ms_NotificationRwoGap>caption,.MS_NotificationActionGroubTable>caption,.MSTableServiceDetails>caption,.MSTableServiceUActionContainer>caption,.MSTableServicesArrowContainer>caption,.MSServicesTableVerticalLine>caption,.MSTableServiceProvider>caption,.MSTableServicesVoteCountContainer>caption,.MSTableServiceHorizontalLine>caption,.MSTableServiceFS>caption,.MSTServicesTableVerticalLine>caption,.MSTServicesTableVerticalLineWithPicture>caption,.MSTServicesTableVerticalLineWithoutComment>caption,.MSTableHomeAccountMenu>caption,.MSTableFServicesDVPadding>caption,.MSFServiceHorizontalLine>caption,.MSTableFServicesAlignLeft>caption,.MS_TableBackground>caption,.MS_PhoneVerifyTable>caption,.MSTableDataTable>caption,.MSTableWithMargin>caption,.MSFSTableDashLine>caption,.MSUserProfileTableTop>caption,.MSUserProfileTableTopImageContainer>caption,.MSUserProfileTableTopDetailsContainer>caption,.MSUserProfileTableTopEditC>caption,.MSAdDetailesTable>caption,.MS_PrivacyPolicyContentTable>caption,.MS_PrivacyPolictTableMain>caption,.MSTablePrivacyPolicyHeader1>caption,.MSUserProfileTableTopColumnGap>caption,.MSUserProfileTableContent>caption,.MSUserProfileTableContentCB>caption,.MSUserProfileTableContentInput>caption,.MSUserProfileFSServiceContainer>caption,.MSUserProfileAdsTable>caption,.MSLocationclass2>caption,.MSUserProfileAdsTableRow>caption,.MSUserProfileAdsTableHeader>caption,.MSUserProfileAdsTableCell>caption,.MSUserProfileTableWrapper>caption,.MSUserProfileLoadMoreBtn>caption,.MSHomeTSTableUnion>caption,.MSHomeTableSearchTHeader>caption,.MSHomeLoginDropDownMenuFirst>caption,.MS_TablePopup>caption,.MS_OTPCodeTable>caption,.MSUserProfileTableHeaderTitles>caption,.MSUserProfileTableGridContent>caption,.MSUserProfileUSubtractContainer>caption,.MSUserProfileAdSTableRowOdd>caption,.MSUserProfileAdSTableRowNum > div.row:nth-child(odd)>caption, .MSUserProfileAdSTableRowNum>tbody>tr:nth-child(odd)>caption,.MSUserProfileAdSTableRowEven>caption,.MSUserProfileAdSTableRowNum > div.row:nth-child(even)>caption, .MSUserProfileAdSTableRowNum>tbody>tr:nth-child(even)>caption,.MSUserProfileAdSTableRowNum>caption,.MSUserProfileActiveTab>caption,.MSUserProfileInActiveTab>caption,.MSTableServiceDetailsUnionContainer>caption,.MSTableServiceDetailsTableRight>caption,.MS_OTPTable>caption,.MSTableServiceCommentContainer>caption,.MS_VerifyStep3Table>caption,.MS_ReviewsTable>caption,.MS_OverallRatingTable>caption,.MS_ReviewAndRateTable>caption,.MSNotificationNTable>caption,.MS_ReviewsFreeStyleTable>caption,.MS_ReviewsGridTable>caption,.MSShopProfileTopTable>caption,.MSGrayBackgroundTable>caption,.MSShopProfileTableTopColumnGap>caption,.MSTableWithBorder>caption,.MSLineTable>caption,.MSTableWithWidth>caption,.MS_TableZIndex>caption,.MS_TableRate>caption,.MSTableMinusMargin>caption,.MSWizardTableWithMargin>caption,.MS_ResultTable>caption,.MS_ResetTable>caption,.MS_ResetPassFieldsTable>caption,.MS_WhiteBorderContentTable>caption,.MS_TablePositionAbsolute>caption,.MS_EditProfileContentTable>caption,.MS_EditIconTable>caption,.MSUserProfileTableTopImage1>caption,.MSFileUploadTableClass>caption,.MS_WhiteContentTable>caption,.MS_PlaceHolderTable>caption,.MS_TableAllComments>caption,.MS_EditTable>caption,.MS_EditProfileTable>caption,.MS_EditProfileMainTable>caption,.MS_ChangePassTableContent>caption,.MSTableServiceDetailsTableRightWithPicture>caption,.MS_TableWidth>caption,.MS_TableWidth1>caption,.MS_RightSideTable>caption,.MS_TableAllCommentsBorder1>caption,.MS_TitleTable>caption,.MS_DescriptionTable>caption,.MS_TermsAndConditionscontentTable>caption,.MS_AcceptTermsFlex>caption,.MS_ServiceDetailsRightDescription>caption,.Ms_ServiceDetailsVaforateTableIcons>caption,.Ms_ServiceDetailsVaforateTableIcons1>caption,.Ms_AllCommentHorizentalLine>caption,.MS_AllCommentTableNameAndDate>caption,.MS_ServiceDeailsRateTable>caption,.MSCardImageAttributeWhiteSubtitleWithShadowRate11>caption,.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRate11>caption,.MS_EditMainTable>caption,.MS_EditFieldsTable>caption,.MS_LoginFieldsTable_new>caption,.MSTableMarginTop43>caption,.MSTableWidth265>caption,.MS_DislikeTable>caption,.MSTableCardTableHeaderFilter1>caption,.MSTableFServicesDVPadding1>caption,.MSGrayBackgroundTableBefore>caption,.MSShopProfileTabs>caption,.MSShopProfileTableTopEditC>caption,.MSShopprofilePopupTable>caption,.MSActionsDropDownList>caption,.MSTableDateDropDownList1>caption,.MSTableSearchDVSearchBtn1>caption,.MS_FooterContentTable>caption,.MS_TableWhiteFooter>caption,.MS_FooterTable>caption,.MS_LoginTableMain>caption,.TableMainPopup1>caption,.TableMainWithShadow1>caption,.TableLeftSplitScreen1>caption,.TableMainTransaction1>caption,.TableMainTransactionPopUp1>caption,.MSTableServiceDetailsTableRightWithPicture11>caption,.MSContactUs1>caption,.MSContactUsWithPadding>caption,.MSAboutUsTextTable>caption,.MS_FlexDirection>caption,.MS_SearchMargintop>caption,.MSTableWithBorder1>caption,.MS_NoRatesTable>caption,.MS_ViewMoreTableMarginTop>caption,.MS_TableCategoriesWC>caption,.MS_SearchMargintop1>caption,.MSContactUsFieldsTable>caption,.MS_Zindex_Table>caption,.MSTableContentLandingCongo_Categories>caption,.MS_TermsAgrrementTable>caption,.MSContactUsPopupTable>caption,.MS_PopularBusinessesFlex>caption,.Ms_ServiceDetailsVaforateTableIconsNoImage>caption,.MS_CheckBoxIconTable>caption,.MS_rightTable>caption,.MS_TableLeft>caption,.MS_TableLeftIndivisual>caption,.MS_PhoneNumber>caption,.MS_MyAds>caption,.MS_Favorate>caption,.MS_Logout>caption,.MS_MAsterPageTableHeight>caption,.MS_AboutTableDescription>caption,.MS_TableFreeStyle>caption,.MS_HorizantalLine>caption,.MS_CheckBoxIconTable_Indivisual>caption,.MS_PhoneMainTable>caption,.MS_FieldsTableHeader>caption,.MS_TableContactInfo>caption,.MS_PlaceHolderTable1>caption,.MS_TermsAgrrementTable1>caption,.MSWizardComboTable>caption,.MSWizardCityTable>caption,.MSMultiSelectTable>caption,.MSBusinessCardTable>caption,.MSBusinessTableWithMargin>caption,.MSTableCardTableHeader>caption,.MSTableCardTableHeaderFlex>caption,.MSTableCardTableHeaderTableSubCategory>caption,.MSTableCardTableHeaderFilter>caption,.MSContactUs>caption,.MSContactUsTable>caption,.MSContactUsTable2>caption,.MSVerticalLine>caption,.MSTableMargin>caption,.MSTableFollowUs>caption,.MSFDateDropDownList>caption,.MSTableDateDropDownList>caption,.MSTableFServicesFContainer>caption,.MSHomeLoginDropDownMenuC>caption,.MSHomeLoginDropDownMenuC1>caption,.MSTableFSSearch>caption,.MSTableFSSearchForMobile>caption,.MSWizardAlignTable>caption,.MSWizardAcceptTermsTable>caption,.MSWizardTermsAndConditions>caption,.MSWizardMainTable>caption,.MSWizardMarginTable>caption,.MSFooterBGContainer>caption,.MSHomeLoginDDHLine>caption,.MSHomeLoginDDMCTable>caption,.MSHomeLoginDDMIContainer>caption,.MSHomeUserDDMTColumnGap>caption,.MSWizardTextAlignTable>caption,.MSTableFooterTableColumns>caption,.MSFooterTableVerticalLine>caption,.MSFooterTableHorizontalLine>caption,.MSWizardTable>caption,.MS_BackGroundWhite>caption,.MSTable2>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,.Table100x1004C>caption,.TableViewGeneralAtts>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,.MSTableServiceDetailsTableRightWithPicture1>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,.NotificationCardTable>caption,.ProductCardTable>caption,.CardWithImageTable>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,.TableContentLandingCongo>caption,.MSTableSearchDVSearchBtn2>caption,.TableLandingCongoSloganText>caption,.TableLandingCongoContactUsBannerContent>caption,.TableLandingCongoContactUs>caption,.MSUserHomeDropDownMenuHover>caption,.MSTableSearchDVSearchBtn>caption,.MS_RegisterIndivisualFieldsTable>caption,.MS_WelcomeMsgTable>caption,.MS_LoginTable>caption,.MS_RegisterFieldsTable>caption,.MS_PhoneRegestrationTable>caption,.MS_RegistrationTableContent>caption,.MSTableMarginTop10>caption,.MSMarginTopArabic>caption,.MSMarginTopMinusArabic>caption,.MSViewsTableArabic>caption,.MSMarginRightTableArabic>caption,.MSUVideoPalyer>caption,.MSActionsTableArabic>caption,.MSAlighnItemArabicTable>caption,.MSOverFlowHiddenArabicClass>caption,.MSUserProfileTableTopDetailsContainer1>caption,.MSUserProfileTableTopImageContainer1>caption,.MSPadding12Table>caption,.MS_TableServicePictue>caption,.Ms_ServiceDetailCategoryBackgrondScroll>caption,.MS_TableAllRatesBorder>caption,.MSDisplayNone>caption,.FileUpload.gx-fileupload .dropzone>caption,.FileUpload1.gx-fileupload .dropzone>caption,.FileUploadShop.gx-fileupload .dropzone>caption,.MSShopprofileEditTable>caption,.MsTableStarLeft>caption,.KH_TablePhoneNum>caption,.MSHLAArrowARCell>caption,.FloatingVersionText,.FloatingVersionTextColoured,.VersionText,.bullet,.subBullet,.TextTable,.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,.MSWhiteText1,.MS_ErrorVar1,.MSUploadText,.MSMultimediaText,.MSRedText1,.MS_ReviewAndRatingTxt11,.MSSortBy,.MSMobileSortText,.MSMasterPageHeaderLogin1,.MSTableServiceContactInfoTitle1,.MS_ReviewAndRatingService,.MSWizardLabelText1,.MSWizardLabelText2,.MSWizardLabelTextWithMargin1,.ReadonlyMSWizardLabelTextWithMargin1,.MSCreateYourAdText,.MS_LoginTxt1,.MS_LoginTxt2,.MS_LoginTxt5,.MS_LoginTxt6,.MS_RegisterTxt5,.MSGetInTouchTitle,.LandingCongoSubtitle1,.LandingCongoSubtitleContactUs1,.LandingCongoCardTitle1,.LandingCongoCardSubtitle1,.LandingCongoBullet1,.LandingCongoCardDescription1,.MSGetInTouchFeatureTitle,.MSTableAboutDescription,.MSTextBlock,.MSTableCardFiltersTagName,.MSTableFooterCopyRightText,.MSTableCardServicesBtn,.MSLandingCongoTitle,.MSLandingCongoSubtitle,.MSLandingCongoSubtitleContactUs,.MSLandingCongoCardTitle,.LandingCongoCardSubtitle2,.LandingCongoBullet2,.LandingCongoCardDescription2,.MSLandingCongoFeatureTitle,.MSLandingCongoTitle1,.MSLandingCongoSubtitle1,.MSLandingCongoSubtitleContactUs1,.MSLandingCongoCardTitle1,.LandingCongoCardSubtitle21,.LandingCongoBullet21,.LandingCongoCardDescription21,.MSLandingCongoFeatureTitle1,.MS_LinkText,.MSLandingCongoTitle11,.MSLandingCongoSubtitle11,.MSLandingCongoSubtitleContactUs11,.MSLandingCongoCardTitle11,.LandingCongoCardSubtitle211,.LandingCongoBullet211,.LandingCongoCardDescription211,.MSLandingCongoFeatureTitle11,.MSLandingCongoSloganTitle,.MSHomeViewMoreBtn,.MS_NotificationDate1,.MS_NotificationDelete,.MS_NotificationDeleteHovered,.MS_NotificationDelete:hover,.MS_NotificationDeleteHovered:hover,.MS_NotificationMarkAsRead,.MS_NotificationMarkAsReadHover,.MS_NotificationMarkAsRead:hover,.MS_NotificationMarkAsReadHover:hover,.MSTableServicesSeparator,.MS_PrivacyTxt1,.MSFSGalleryTitle,.MSFSMapTitle,.MSLabelClass,.gx-label.MSWizardAttributeDescLabel,.gx-label.BlobContentMSWizardAttributeDescLabel,.gx-label.ReadonlyBlobContentMSWizardAttributeDescLabel,.gx-label.BlobInputMSWizardAttributeDescLabel,.gx-label.ReadonlyMSWizardAttributeDescLabel,.gx-label.MSWizardAttributeDateLabel,.gx-label.MSWizardNextPreviuosIconLabel,.gx-label.MSWizardFieldLabel,.gx-label.BlobContentMSWizardFieldLabel,.gx-label.ReadonlyBlobContentMSWizardFieldLabel,.gx-label.BlobInputMSWizardFieldLabel,.gx-label.ReadonlyMSWizardFieldLabel,.gx-label.MSWizardField2Label,.gx-label.BlobContentMSWizardField2Label,.gx-label.ReadonlyBlobContentMSWizardField2Label,.gx-label.BlobInputMSWizardField2Label,.gx-label.ReadonlyMSWizardField2Label,.gx-label.MSWizardAttributeLabel,.gx-label.BlobContentMSWizardAttributeLabel,.gx-label.ReadonlyBlobContentMSWizardAttributeLabel,.gx-label.BlobInputMSWizardAttributeLabel,.gx-label.ReadonlyMSWizardAttributeLabel,.MSUserProfileTableTopEditBtn,.MSUserProfileTableTopEditText,.MSTermsandConditionsTitle,.MSTermsAcceptText,.MS_VerifyTxt1,.MS_VerifyTxt2,.MS_VerifyTxt3,.MS_ResendOTPTxt,.MS_WrongOTP,.MS_ReviewAndRatingTxt1,.MS_CronoTimer,.MSNotificationumber,.MS_RateMemberTxt1,.MS_RateMemberTxt2,.MS_ResultTxt,.MS_ChangeTxt,.MS_EditLabel,.RequiredLabel1,.gx-label.MS_EditField21Label,.gx-label.BlobContentMS_EditField21Label,.gx-label.ReadonlyBlobContentMS_EditField21Label,.gx-label.BlobInputMS_EditField21Label,.gx-label.ReadonlyMS_EditField21Label,.gx-label.MS_ReportReasonsComboLabel,.gx-label.BlobContentMS_ReportReasonsComboLabel,.gx-label.ReadonlyBlobContentMS_ReportReasonsComboLabel,.gx-label.BlobInputMS_ReportReasonsComboLabel,.gx-label.ReadonlyMS_ReportReasonsComboLabel,.gx-label.MS_EditRateReviewLabel,.gx-label.BlobContentMS_EditRateReviewLabel,.gx-label.ReadonlyBlobContentMS_EditRateReviewLabel,.gx-label.BlobInputMS_EditRateReviewLabel,.gx-label.ReadonlyMS_EditRateReviewLabel,.gx-label.MS_EditField1111Label,.gx-label.BlobContentMS_EditField1111Label,.gx-label.ReadonlyBlobContentMS_EditField1111Label,.gx-label.BlobInputMS_EditField1111Label,.gx-label.ReadonlyMS_EditField1111Label,.gx-label.MS_EditField1Label,.gx-label.BlobContentMS_EditField1Label,.gx-label.ReadonlyBlobContentMS_EditField1Label,.gx-label.BlobInputMS_EditField1Label,.gx-label.ReadonlyMS_EditField1Label,.gx-label.MS_EditField2Label,.gx-label.BlobContentMS_EditField2Label,.gx-label.ReadonlyBlobContentMS_EditField2Label,.gx-label.BlobInputMS_EditField2Label,.gx-label.ReadonlyMS_EditField2Label,.gx-label.MS_EditField1DateLabel,.gx-label.MSWizardField1Label,.gx-label.BlobContentMSWizardField1Label,.gx-label.ReadonlyBlobContentMSWizardField1Label,.gx-label.BlobInputMSWizardField1Label,.gx-label.ReadonlyMSWizardField1Label,.gx-label.MS_EditAddressFieldLabel,.gx-label.BlobContentMS_EditAddressFieldLabel,.gx-label.ReadonlyBlobContentMS_EditAddressFieldLabel,.gx-label.BlobInputMS_EditAddressFieldLabel,.gx-label.ReadonlyMS_EditAddressFieldLabel,.gx-label.MS_EditField11Label,.gx-label.BlobContentMS_EditField11Label,.gx-label.ReadonlyBlobContentMS_EditField11Label,.gx-label.BlobInputMS_EditField11Label,.gx-label.ReadonlyMS_EditField11Label,.gx-label.MS_EditEmailFieldLabel,.gx-label.BlobContentMS_EditEmailFieldLabel,.gx-label.ReadonlyBlobContentMS_EditEmailFieldLabel,.gx-label.BlobInputMS_EditEmailFieldLabel,.gx-label.ReadonlyMS_EditEmailFieldLabel,.gx-label.MS_EditBioFieldLabel,.gx-label.BlobContentMS_EditBioFieldLabel,.gx-label.ReadonlyBlobContentMS_EditBioFieldLabel,.gx-label.BlobInputMS_EditBioFieldLabel,.gx-label.ReadonlyMS_EditBioFieldLabel,.gx-label.MS_EditField111Label,.gx-label.BlobContentMS_EditField111Label,.gx-label.ReadonlyBlobContentMS_EditField111Label,.gx-label.BlobInputMS_EditField111Label,.gx-label.ReadonlyMS_EditField111Label,.gx-label.MS_ChangePassFieldLabel,.gx-label.BlobContentMS_ChangePassFieldLabel,.gx-label.ReadonlyBlobContentMS_ChangePassFieldLabel,.gx-label.BlobInputMS_ChangePassFieldLabel,.gx-label.ReadonlyMS_ChangePassFieldLabel,.MS_EditProfileTxt,.MS_NoImage,.MS_ErrorTxtBlock,.MS_ErrorLongTxtBlock,.MSFSListTitle,.MSFilteresWhiteText,.MS_RegisterTxt6_link,.MSTableServiceContactInfoPhone_userprofile>A,.BlobContentMSTableServiceContactInfoPhone_userprofile>A,.ReadonlyBlobContentMSTableServiceContactInfoPhone_userprofile>A,.BlobInputMSTableServiceContactInfoPhone_userprofile>A,.ReadonlyMSTableServiceContactInfoPhone_userprofile>A,.MS_LoginTxt6>A,.MS_AcceptTermsPopup>A,.MS_AlltermsTxt,.MSAboutUsLabel,.MSAboutUsLabel1,.MSAboutUsLabel2,.MS_NoRatesTxt,.MS_ReviewAndRatingTxt_new,.MSAboutKhadamatiText,.MSLandingCongoTitle2,.MSLandingCongoSubtitle111,.MSLandingCongoSubtitleContactUs111,.MSLandingCongoCardTitle111,.LandingCongoCardSubtitle2111,.LandingCongoBullet2111,.LandingCongoCardDescription2111,.MSLandingCongoFeatureTitle111,.MS_TermsAgreementTxt,.MS_AcceptTermsPopup,.MS_RegisterTxt6_link1,.MS_RegisterTxt6_link2,.MSTableServiceContactInfoPhone1>A,.BlobContentMSTableServiceContactInfoPhone1>A,.ReadonlyBlobContentMSTableServiceContactInfoPhone1>A,.BlobInputMSTableServiceContactInfoPhone1>A,.ReadonlyMSTableServiceContactInfoPhone1>A,.MSLandingCongoTitle_ShowAllCat,.MSLandingCongoSubtitle112,.MSLandingCongoSubtitleContactUs112,.MSLandingCongoCardTitle112,.LandingCongoCardSubtitle2112,.LandingCongoBullet2112,.LandingCongoCardDescription2112,.MSLandingCongoFeatureTitle112,.MSTableCardTableHeaderAdResultText,.MSTableCardTableHeaderFilterBtn,.MSTableCardTableHeaderFilterText,.MSRedText,.MSWhiteText,.MSWhiteBigTxt,.MSWhiteText2,.MSWhiteText3,.MSORangeButton,.MSAttributeWhiteBackLabel,.gx-label.MSBoldTextLabel,.gx-label.BlobContentMSBoldTextLabel,.gx-label.ReadonlyBlobContentMSBoldTextLabel,.gx-label.BlobInputMSBoldTextLabel,.gx-label.ReadonlyMSBoldTextLabel,.gx-label.MSAttributeWhiteBackLabel,.gx-label.BlobContentMSAttributeWhiteBackLabel,.gx-label.ReadonlyBlobContentMSAttributeWhiteBackLabel,.gx-label.BlobInputMSAttributeWhiteBackLabel,.gx-label.ReadonlyMSAttributeWhiteBackLabel,.MSWhiteUnderlinedText,.MSWhiteMessage,.MSFSDateTitle,.MSFServicesDateDDLText,.MSWizardLabelText,.MSWizardLabelTextWithMargin,.ReadonlyMSWizardLabelTextWithMargin,.MSWizardTermAcceptLink,.MSHomeLoginDDMCText,.Kh_CreateYourAd,.Kh_CreateYourAdHovered,.Kh_CreateYourAd:hover,.Kh_CreateYourAdHovered:hover,.MSFooterText,.MSFooterTitle,.MSFooterViewAll,.ProgressBarCardsMenuDescription,.BreadCrumb,.AttributeFLLabel,.TextBlockDashboardDescription,.TextBlockDashboardDescriptionCard,.TextBlockDashboardDescriptionAdmin,.FooterText,.TextBlockTitleLogin,.GridNewRow,.GridNewRowWhite,.Grid>tfoot .gx_newrow,.GridDragging>tfoot .gx_newrow,.GridAcceptDrag>tfoot .gx_newrow,.GridNoAcceptDrag>tfoot .gx_newrow,.WorkWithBorder>tfoot .gx_newrow,.GridWithPaginationBar>tfoot .gx_newrow,.GridWithTotalizer>tfoot .gx_newrow,.WorkWith>tfoot .gx_newrow,.PromptGrid>tfoot .gx_newrow,.ViewGrid>tfoot .gx_newrow,.WorkWithSelection>tfoot .gx_newrow,.GridWithBorderColor>tfoot .gx_newrow,.GridNoBorder>tfoot .gx_newrow,.GridNoData>tfoot .gx_newrow,.Grid[data-gx-grid-nodata]>tfoot .gx_newrow,.GridDragging[data-gx-grid-nodata]>tfoot .gx_newrow,.GridAcceptDrag[data-gx-grid-nodata]>tfoot .gx_newrow,.GridNoAcceptDrag[data-gx-grid-nodata]>tfoot .gx_newrow,.WorkWithBorder[data-gx-grid-nodata]>tfoot .gx_newrow,.GridWithPaginationBar[data-gx-grid-nodata]>tfoot .gx_newrow,.GridWithTotalizer[data-gx-grid-nodata]>tfoot .gx_newrow,.WorkWith[data-gx-grid-nodata]>tfoot .gx_newrow,.PromptGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.ViewGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.WorkWithSelection[data-gx-grid-nodata]>tfoot .gx_newrow,.GridWithBorderColor[data-gx-grid-nodata]>tfoot .gx_newrow,.GridNoBorder[data-gx-grid-nodata]>tfoot .gx_newrow,.GridNoData[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.TrnSublevelGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.RecentLinksGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleStepsVertical[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleHomeModulesBig[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleHomeModules[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleHomeModulesBigDark[data-gx-grid-nodata]>tfoot .gx_newrow,.FSGridAutoUnselectAll[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleGridMPSearch[data-gx-grid-nodata]>tfoot .gx_newrow,.MS_Small_FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.MSFAGFSGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleHomeModules2[data-gx-grid-nodata]>tfoot .gx_newrow,.MSTableCardServicesFilteredFS[data-gx-grid-nodata]>tfoot .gx_newrow,.MSHomePopularChannelContainer[data-gx-grid-nodata]>tfoot .gx_newrow,.MS_NotificationGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.MSTableServiceDetailsContainer[data-gx-grid-nodata]>tfoot .gx_newrow,.MSUserProfileServices[data-gx-grid-nodata]>tfoot .gx_newrow,.MSFSServicesImages[data-gx-grid-nodata]>tfoot .gx_newrow,.MSFServiceDetailsComment[data-gx-grid-nodata]>tfoot .gx_newrow,.MS_ReviewsFreeStyleGrid[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,.FreeStyleGridFooter>.gx_newrow,.TrnSublevelGridFooter>.gx_newrow,.RecentLinksGridFooter>.gx_newrow,.FreeStyleStepsVerticalFooter>.gx_newrow,.FreeStyleHomeModulesBigFooter>.gx_newrow,.FreeStyleHomeModulesFooter>.gx_newrow,.FreeStyleHomeModulesBigDarkFooter>.gx_newrow,.FSGridAutoUnselectAllFooter>.gx_newrow,.FreeStyleGridMPSearchFooter>.gx_newrow,.MS_Small_FreeStyleGridFooter>.gx_newrow,.MSFAGFSGridFooter>.gx_newrow,.FreeStyleHomeModules2Footer>.gx_newrow,.MSTableCardServicesFilteredFSFooter>.gx_newrow,.MSHomePopularChannelContainerFooter>.gx_newrow,.MS_NotificationGridFooter>.gx_newrow,.MSTableServiceDetailsContainerFooter>.gx_newrow,.MSUserProfileServicesFooter>.gx_newrow,.MSFSServicesImagesFooter>.gx_newrow,.MSFServiceDetailsCommentFooter>.gx_newrow,.MS_ReviewsFreeStyleGridFooter>.gx_newrow,.FreeStyleStepsFooter>.gx_newrow,.FreeStyleStepsLineFooter>.gx_newrow,.FreeStyleStepsProgressFooter>.gx_newrow,.VerticalTabGridFooter>.gx_newrow,.ColumnsSelectorFreeStyleGridFooter>.gx_newrow,.FreeStyleGridWithHeaderFooter>.gx_newrow,.FreeStyleStepsUnderlineFooter>.gx_newrow,.GridLoadingText,.Grid+div.gx-grid-loading,.GridDragging+div.gx-grid-loading,.GridAcceptDrag+div.gx-grid-loading,.GridNoAcceptDrag+div.gx-grid-loading,.WorkWithBorder+div.gx-grid-loading,.GridWithPaginationBar+div.gx-grid-loading,.GridWithTotalizer+div.gx-grid-loading,.WorkWith+div.gx-grid-loading,.PromptGrid+div.gx-grid-loading,.ViewGrid+div.gx-grid-loading,.WorkWithSelection+div.gx-grid-loading,.GridWithBorderColor+div.gx-grid-loading,.GridNoBorder+div.gx-grid-loading,.GridNoData+div.gx-grid-loading,.Grid[data-gx-grid-nodata]+div.gx-grid-loading,.GridDragging[data-gx-grid-nodata]+div.gx-grid-loading,.GridAcceptDrag[data-gx-grid-nodata]+div.gx-grid-loading,.GridNoAcceptDrag[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWithBorder[data-gx-grid-nodata]+div.gx-grid-loading,.GridWithPaginationBar[data-gx-grid-nodata]+div.gx-grid-loading,.GridWithTotalizer[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWith[data-gx-grid-nodata]+div.gx-grid-loading,.PromptGrid[data-gx-grid-nodata]+div.gx-grid-loading,.ViewGrid[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWithSelection[data-gx-grid-nodata]+div.gx-grid-loading,.GridWithBorderColor[data-gx-grid-nodata]+div.gx-grid-loading,.GridNoBorder[data-gx-grid-nodata]+div.gx-grid-loading,.GridNoData[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading,.TrnSublevelGrid[data-gx-grid-nodata]+div.gx-grid-loading,.RecentLinksGrid[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleStepsVertical[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleHomeModulesBig[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleHomeModules[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleHomeModulesBigDark[data-gx-grid-nodata]+div.gx-grid-loading,.FSGridAutoUnselectAll[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGridMPSearch[data-gx-grid-nodata]+div.gx-grid-loading,.MS_Small_FreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading,.MSFAGFSGrid[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleHomeModules2[data-gx-grid-nodata]+div.gx-grid-loading,.MSTableCardServicesFilteredFS[data-gx-grid-nodata]+div.gx-grid-loading,.MSHomePopularChannelContainer[data-gx-grid-nodata]+div.gx-grid-loading,.MS_NotificationGrid[data-gx-grid-nodata]+div.gx-grid-loading,.MSTableServiceDetailsContainer[data-gx-grid-nodata]+div.gx-grid-loading,.MSUserProfileServices[data-gx-grid-nodata]+div.gx-grid-loading,.MSFSServicesImages[data-gx-grid-nodata]+div.gx-grid-loading,.MSFServiceDetailsComment[data-gx-grid-nodata]+div.gx-grid-loading,.MS_ReviewsFreeStyleGrid[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,.FreeStyleGrid+div.gx-grid-loading,.TrnSublevelGrid+div.gx-grid-loading,.RecentLinksGrid+div.gx-grid-loading,.FreeStyleStepsVertical+div.gx-grid-loading,.FreeStyleHomeModulesBig+div.gx-grid-loading,.FreeStyleHomeModules+div.gx-grid-loading,.FreeStyleHomeModulesBigDark+div.gx-grid-loading,.FSGridAutoUnselectAll+div.gx-grid-loading,.FreeStyleGridMPSearch+div.gx-grid-loading,.MS_Small_FreeStyleGrid+div.gx-grid-loading,.MSFAGFSGrid+div.gx-grid-loading,.FreeStyleHomeModules2+div.gx-grid-loading,.MSTableCardServicesFilteredFS+div.gx-grid-loading,.MSHomePopularChannelContainer+div.gx-grid-loading,.MS_NotificationGrid+div.gx-grid-loading,.MSTableServiceDetailsContainer+div.gx-grid-loading,.MSUserProfileServices+div.gx-grid-loading,.MSFSServicesImages+div.gx-grid-loading,.MSFServiceDetailsComment+div.gx-grid-loading,.MS_ReviewsFreeStyleGrid+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,.GridNoDataText,.Grid+.gx-text-gridnodata,.GridDragging+.gx-text-gridnodata,.GridAcceptDrag+.gx-text-gridnodata,.GridNoAcceptDrag+.gx-text-gridnodata,.WorkWithBorder+.gx-text-gridnodata,.GridWithPaginationBar+.gx-text-gridnodata,.GridWithTotalizer+.gx-text-gridnodata,.WorkWith+.gx-text-gridnodata,.PromptGrid+.gx-text-gridnodata,.ViewGrid+.gx-text-gridnodata,.WorkWithSelection+.gx-text-gridnodata,.GridWithBorderColor+.gx-text-gridnodata,.GridNoBorder+.gx-text-gridnodata,.GridNoData+.gx-text-gridnodata,.Grid[data-gx-grid-nodata]+.gx-text-gridnodata,.GridDragging[data-gx-grid-nodata]+.gx-text-gridnodata,.GridAcceptDrag[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNoAcceptDrag[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWithBorder[data-gx-grid-nodata]+.gx-text-gridnodata,.GridWithPaginationBar[data-gx-grid-nodata]+.gx-text-gridnodata,.GridWithTotalizer[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWith[data-gx-grid-nodata]+.gx-text-gridnodata,.PromptGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.ViewGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWithSelection[data-gx-grid-nodata]+.gx-text-gridnodata,.GridWithBorderColor[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNoBorder[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNoData[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.TrnSublevelGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.RecentLinksGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleStepsVertical[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleHomeModulesBig[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleHomeModules[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleHomeModulesBigDark[data-gx-grid-nodata]+.gx-text-gridnodata,.FSGridAutoUnselectAll[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGridMPSearch[data-gx-grid-nodata]+.gx-text-gridnodata,.MS_Small_FreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.MSFAGFSGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleHomeModules2[data-gx-grid-nodata]+.gx-text-gridnodata,.MSTableCardServicesFilteredFS[data-gx-grid-nodata]+.gx-text-gridnodata,.MSHomePopularChannelContainer[data-gx-grid-nodata]+.gx-text-gridnodata,.MS_NotificationGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.MSTableServiceDetailsContainer[data-gx-grid-nodata]+.gx-text-gridnodata,.MSUserProfileServices[data-gx-grid-nodata]+.gx-text-gridnodata,.MSFSServicesImages[data-gx-grid-nodata]+.gx-text-gridnodata,.MSFServiceDetailsComment[data-gx-grid-nodata]+.gx-text-gridnodata,.MS_ReviewsFreeStyleGrid[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,.FreeStyleGrid+.gx-text-gridnodata,.TrnSublevelGrid+.gx-text-gridnodata,.RecentLinksGrid+.gx-text-gridnodata,.FreeStyleStepsVertical+.gx-text-gridnodata,.FreeStyleHomeModulesBig+.gx-text-gridnodata,.FreeStyleHomeModules+.gx-text-gridnodata,.FreeStyleHomeModulesBigDark+.gx-text-gridnodata,.FSGridAutoUnselectAll+.gx-text-gridnodata,.FreeStyleGridMPSearch+.gx-text-gridnodata,.MS_Small_FreeStyleGrid+.gx-text-gridnodata,.MSFAGFSGrid+.gx-text-gridnodata,.FreeStyleHomeModules2+.gx-text-gridnodata,.MSTableCardServicesFilteredFS+.gx-text-gridnodata,.MSHomePopularChannelContainer+.gx-text-gridnodata,.MS_NotificationGrid+.gx-text-gridnodata,.MSTableServiceDetailsContainer+.gx-text-gridnodata,.MSUserProfileServices+.gx-text-gridnodata,.MSFSServicesImages+.gx-text-gridnodata,.MSFServiceDetailsComment+.gx-text-gridnodata,.MS_ReviewsFreeStyleGrid+.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,.TextBlockFSWithHeaderTitle,.Label,.RequiredLabel,.gx-label.RatingLabel,.gx-label.MS_ReviewRatingLabel,.gx-label.MS_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.AttributeSearchResultSubtitleLabel,.gx-label.ReadonlyAttributeSearchResultSubtitleLabel,.gx-label.AttributeSearchResultTitleLabel,.gx-label.ReadonlyAttributeSearchResultTitleLabel,.gx-label.AttributeStepUnderlineUnselectedLabel,.gx-label.AttributeLandingPurusFooterLabel,.gx-label.ImageHomeModulesBackWithRadiusHoverLabel,.gx-label.BlobContentImageHomeModulesBackWithRadiusHoverLabel,.gx-label.ReadonlyBlobContentImageHomeModulesBackWithRadiusHoverLabel,.gx-label.BlobInputImageHomeModulesBackWithRadiusHoverLabel,.gx-label.ReadonlyImageHomeModulesBackWithRadiusHoverLabel,.gx-label.MSLabelTextLabel,.gx-label.BlobContentMSLabelTextLabel,.gx-label.ReadonlyBlobContentMSLabelTextLabel,.gx-label.BlobInputMSLabelTextLabel,.gx-label.ReadonlyMSLabelTextLabel,.gx-label.CheckboxCheckBoxLabel,.gx-label.MSWizardFieldDispalyLabel,.gx-label.BlobContentMSWizardFieldDispalyLabel,.gx-label.ReadonlyBlobContentMSWizardFieldDispalyLabel,.gx-label.BlobInputMSWizardFieldDispalyLabel,.gx-label.ReadonlyMSWizardFieldDispalyLabel,.gx-label.MSWizardMultiselectLabel,.gx-label.BlobContentMSWizardMultiselectLabel,.gx-label.ReadonlyBlobContentMSWizardMultiselectLabel,.gx-label.BlobInputMSWizardMultiselectLabel,.gx-label.ReadonlyMSWizardMultiselectLabel,.gx-label.MSWizardField21Label,.gx-label.BlobContentMSWizardField21Label,.gx-label.ReadonlyBlobContentMSWizardField21Label,.gx-label.BlobInputMSWizardField21Label,.gx-label.ReadonlyMSWizardField21Label,.gx-label.MS_RatersNoVar2Label,.gx-label.BlobContentMS_RatersNoVar2Label,.gx-label.ReadonlyBlobContentMS_RatersNoVar2Label,.gx-label.BlobInputMS_RatersNoVar2Label,.gx-label.ReadonlyMS_RatersNoVar2Label,.gx-label.MSTableServiceContactInfoPhone_userprofile1Label,.gx-label.MS_NotAvailableServiceTextLabel,.gx-label.BlobContentMS_NotAvailableServiceTextLabel,.gx-label.ReadonlyBlobContentMS_NotAvailableServiceTextLabel,.gx-label.BlobInputMS_NotAvailableServiceTextLabel,.gx-label.ReadonlyMS_NotAvailableServiceTextLabel,.gx-label.RMS_EditBioFieldLabel,.gx-label.Attribute1Label,.gx-label.BlobContentAttribute1Label,.gx-label.ReadonlyBlobContentAttribute1Label,.gx-label.BlobInputAttribute1Label,.gx-label.ReadonlyAttribute1Label,.gx-label.MSPasswordErrorMgLabel,.gx-label.MSAccountViewsClass2Label,.gx-label.BlobContentMSAccountViewsClass2Label,.gx-label.ReadonlyBlobContentMSAccountViewsClass2Label,.gx-label.BlobInputMSAccountViewsClass2Label,.gx-label.ReadonlyMSAccountViewsClass2Label,.gx-label.MSTableServiceContactInfoDescreptionLabel,.gx-label.BlobContentMSTableServiceContactInfoDescreptionLabel,.gx-label.ReadonlyBlobContentMSTableServiceContactInfoDescreptionLabel,.gx-label.BlobInputMSTableServiceContactInfoDescreptionLabel,.gx-label.ReadonlyMSTableServiceContactInfoDescreptionLabel,.gx-label.MS_CopyUrlTxtLabel,.gx-label.BlobContentMS_CopyUrlTxtLabel,.gx-label.ReadonlyBlobContentMS_CopyUrlTxtLabel,.gx-label.BlobInputMS_CopyUrlTxtLabel,.gx-label.ReadonlyMS_CopyUrlTxtLabel,.gx-label.MSTableSearchBusinessDVComboLabel,.gx-label.BlobContentMSTableSearchBusinessDVComboLabel,.gx-label.ReadonlyBlobContentMSTableSearchBusinessDVComboLabel,.gx-label.BlobInputMSTableSearchBusinessDVComboLabel,.gx-label.ReadonlyMSTableSearchBusinessDVComboLabel,.gx-label.MSTableSearchBusinessesDVLabel,.gx-label.BlobContentMSTableSearchBusinessesDVLabel,.gx-label.ReadonlyBlobContentMSTableSearchBusinessesDVLabel,.gx-label.BlobInputMSTableSearchBusinessesDVLabel,.gx-label.ReadonlyMSTableSearchBusinessesDVLabel,.gx-label.MSHomePopularChannelImage1Label,.gx-label.MS_PopularBusinessesFlex2Label,.gx-label.MSCategorySmallTextLabel,.gx-label.BlobContentMSCategorySmallTextLabel,.gx-label.ReadonlyBlobContentMSCategorySmallTextLabel,.gx-label.BlobInputMSCategorySmallTextLabel,.gx-label.ReadonlyMSCategorySmallTextLabel,.gx-label.MSFAQAnswerClassLabel,.gx-label.BlobContentMSFAQAnswerClassLabel,.gx-label.ReadonlyBlobContentMSFAQAnswerClassLabel,.gx-label.BlobInputMSFAQAnswerClassLabel,.gx-label.ReadonlyMSFAQAnswerClassLabel,.gx-label.MSFAQquestionClassLabel,.gx-label.BlobContentMSFAQquestionClassLabel,.gx-label.ReadonlyBlobContentMSFAQquestionClassLabel,.gx-label.BlobInputMSFAQquestionClassLabel,.gx-label.ReadonlyMSFAQquestionClassLabel,.gx-label.MS_ReportAbuseCommnetLabel,.gx-label.BlobContentMS_ReportAbuseCommnetLabel,.gx-label.ReadonlyBlobContentMS_ReportAbuseCommnetLabel,.gx-label.BlobInputMS_ReportAbuseCommnetLabel,.gx-label.ReadonlyMS_ReportAbuseCommnetLabel,.gx-label.MS_TotalRateVar1Label,.gx-label.BlobContentMS_TotalRateVar1Label,.gx-label.ReadonlyBlobContentMS_TotalRateVar1Label,.gx-label.BlobInputMS_TotalRateVar1Label,.gx-label.ReadonlyMS_TotalRateVar1Label,.gx-label.MS_RateStarVar1Label,.gx-label.MS_NoOfReviews1Label,.gx-label.BlobContentMS_NoOfReviews1Label,.gx-label.ReadonlyBlobContentMS_NoOfReviews1Label,.gx-label.BlobInputMS_NoOfReviews1Label,.gx-label.MS_RatingCanvas11Label,.gx-label.ReadonlyMS_NoOfReviews1Label,.gx-label.MS_RatersNoVar1Label,.gx-label.BlobContentMS_RatersNoVar1Label,.gx-label.ReadonlyBlobContentMS_RatersNoVar1Label,.gx-label.BlobInputMS_RatersNoVar1Label,.gx-label.ReadonlyMS_RatersNoVar1Label,.gx-label.MS_NoOfvotes2Label,.gx-label.MS_NoOfReviews2Label,.gx-label.BlobContentMS_NoOfReviews2Label,.gx-label.ReadonlyBlobContentMS_NoOfReviews2Label,.gx-label.BlobInputMS_NoOfReviews2Label,.gx-label.ReadonlyMS_NoOfReviews2Label,.gx-label.MS_RatingCanvas12Label,.gx-label.MS_RatingCanvas2Label,.gx-label.BlobContentMS_RatingCanvas2Label,.gx-label.ReadonlyBlobContentMS_RatingCanvas2Label,.gx-label.BlobInputMS_RatingCanvas2Label,.gx-label.ReadonlyMS_RatingCanvas2Label,.gx-label.MS_RateZIndex1Label,.gx-label.BlobContentMS_RateZIndex1Label,.gx-label.ReadonlyBlobContentMS_RateZIndex1Label,.gx-label.BlobInputMS_RateZIndex1Label,.gx-label.ReadonlyMS_RateZIndex1Label,.gx-label.MS_RaterName1Label,.gx-label.BlobContentMS_RaterName1Label,.gx-label.ReadonlyBlobContentMS_RaterName1Label,.gx-label.BlobInputMS_RaterName1Label,.gx-label.ReadonlyMS_RaterName1Label,.gx-label.MS_RateComment1Label,.gx-label.BlobContentMS_RateComment1Label,.gx-label.ReadonlyBlobContentMS_RateComment1Label,.gx-label.BlobInputMS_RateComment1Label,.gx-label.ReadonlyMS_RateComment1Label,.gx-label.MS_RateDate1Label,.gx-label.BlobContentMS_RateDate1Label,.gx-label.ReadonlyBlobContentMS_RateDate1Label,.gx-label.BlobInputMS_RateDate1Label,.gx-label.ReadonlyMS_RateDate1Label,.gx-label.MS_TitleAttribute1Label,.gx-label.BlobContentMS_TitleAttribute1Label,.gx-label.ReadonlyBlobContentMS_TitleAttribute1Label,.gx-label.BlobInputMS_TitleAttribute1Label,.gx-label.ReadonlyMS_TitleAttribute1Label,.gx-label.MS_DescriptionAttribute1Label,.gx-label.BlobContentMS_DescriptionAttribute1Label,.gx-label.ReadonlyBlobContentMS_DescriptionAttribute1Label,.gx-label.BlobInputMS_DescriptionAttribute1Label,.gx-label.ReadonlyMS_DescriptionAttribute1Label,.gx-label.MS_SubCategoryNameLabel,.gx-label.BlobContentMS_SubCategoryNameLabel,.gx-label.ReadonlyBlobContentMS_SubCategoryNameLabel,.gx-label.BlobInputMS_SubCategoryNameLabel,.gx-label.ReadonlyMS_SubCategoryNameLabel,.gx-label.MS_CardCategNameLabel,.gx-label.BlobContentMS_CardCategNameLabel,.gx-label.ReadonlyBlobContentMS_CardCategNameLabel,.gx-label.BlobInputMS_CardCategNameLabel,.gx-label.ReadonlyMS_CardCategNameLabel,.gx-label.MSTableImageInfoCountVarLabel,.gx-label.BlobContentMSTableImageInfoCountVarLabel,.gx-label.ReadonlyBlobContentMSTableImageInfoCountVarLabel,.gx-label.BlobInputMSTableImageInfoCountVarLabel,.gx-label.ReadonlyMSTableImageInfoCountVarLabel,.gx-label.MSTableCardRateLabel,.gx-label.BlobContentMSTableCardRateLabel,.gx-label.ReadonlyBlobContentMSTableCardRateLabel,.gx-label.BlobInputMSTableCardRateLabel,.gx-label.ReadonlyMSTableCardRateLabel,.gx-label.MSTableCardFiltersDCLabel,.gx-label.BlobContentMSTableCardFiltersDCLabel,.gx-label.ReadonlyBlobContentMSTableCardFiltersDCLabel,.gx-label.BlobInputMSTableCardFiltersDCLabel,.gx-label.ReadonlyMSTableCardFiltersDCLabel,.gx-label.MSTableCardServicePriceLabel,.gx-label.BlobContentMSTableCardServicePriceLabel,.gx-label.ReadonlyBlobContentMSTableCardServicePriceLabel,.gx-label.BlobInputMSTableCardServicePriceLabel,.gx-label.ReadonlyMSTableCardServicePriceLabel,.gx-label.MSTableCardServicesPriceCurrencyLabel,.gx-label.BlobContentMSTableCardServicesPriceCurrencyLabel,.gx-label.ReadonlyBlobContentMSTableCardServicesPriceCurrencyLabel,.gx-label.BlobInputMSTableCardServicesPriceCurrencyLabel,.gx-label.ReadonlyMSTableCardServicesPriceCurrencyLabel,.gx-label.MSTableCardServicRateTLabel,.gx-label.MSTableCardTablePriceLabel,.gx-label.BlobContentMSTableCardTablePriceLabel,.gx-label.ReadonlyBlobContentMSTableCardTablePriceLabel,.gx-label.BlobInputMSTableCardTablePriceLabel,.gx-label.ReadonlyMSTableCardTablePriceLabel,.gx-label.MSTableCardTagNameFSLabel,.gx-label.BlobContentMSTableCardTagNameFSLabel,.gx-label.ReadonlyBlobContentMSTableCardTagNameFSLabel,.gx-label.BlobInputMSTableCardTagNameFSLabel,.gx-label.ReadonlyMSTableCardTagNameFSLabel,.gx-label.MSTableSectionDescriptionLabel,.gx-label.BlobContentMSTableSectionDescriptionLabel,.gx-label.ReadonlyBlobContentMSTableSectionDescriptionLabel,.gx-label.BlobInputMSTableSectionDescriptionLabel,.gx-label.ReadonlyMSTableSectionDescriptionLabel,.gx-label.MSTableCardFiltersTagDVNameLabel,.gx-label.BlobContentMSTableCardFiltersTagDVNameLabel,.gx-label.ReadonlyBlobContentMSTableCardFiltersTagDVNameLabel,.gx-label.BlobInputMSTableCardFiltersTagDVNameLabel,.gx-label.ReadonlyMSTableCardFiltersTagDVNameLabel,.gx-label.MSTableSectionDefaultTitleLabel,.gx-label.BlobContentMSTableSectionDefaultTitleLabel,.gx-label.ReadonlyBlobContentMSTableSectionDefaultTitleLabel,.gx-label.BlobInputMSTableSectionDefaultTitleLabel,.gx-label.ReadonlyMSTableSectionDefaultTitleLabel,.gx-label.MSTableAboutUsDescriptionLabel,.gx-label.BlobContentMSTableAboutUsDescriptionLabel,.gx-label.ReadonlyBlobContentMSTableAboutUsDescriptionLabel,.gx-label.BlobInputMSTableAboutUsDescriptionLabel,.gx-label.ReadonlyMSTableAboutUsDescriptionLabel,.gx-label.MSTableServiceContactInfoTitleLabel,.gx-label.BlobContentMSTableServiceContactInfoTitleLabel,.gx-label.ReadonlyBlobContentMSTableServiceContactInfoTitleLabel,.gx-label.BlobInputMSTableServiceContactInfoTitleLabel,.gx-label.ReadonlyMSTableServiceContactInfoTitleLabel,.gx-label.MSTableServiceContactInfoPhoneLabel,.gx-label.BlobContentMSTableServiceContactInfoPhoneLabel,.gx-label.ReadonlyBlobContentMSTableServiceContactInfoPhoneLabel,.gx-label.BlobInputMSTableServiceContactInfoPhoneLabel,.gx-label.ReadonlyMSTableServiceContactInfoPhoneLabel,.gx-label.MSTableServiceCommentLabel,.gx-label.BlobContentMSTableServiceCommentLabel,.gx-label.ReadonlyBlobContentMSTableServiceCommentLabel,.gx-label.BlobInputMSTableServiceCommentLabel,.gx-label.ReadonlyMSTableServiceCommentLabel,.gx-label.MSServicesDetailsCommentDescriptionLabel,.gx-label.BlobContentMSServicesDetailsCommentDescriptionLabel,.gx-label.ReadonlyBlobContentMSServicesDetailsCommentDescriptionLabel,.gx-label.BlobInputMSServicesDetailsCommentDescriptionLabel,.gx-label.ReadonlyMSServicesDetailsCommentDescriptionLabel,.gx-label.MSServicesDetailsUCommentLabel,.gx-label.BlobContentMSServicesDetailsUCommentLabel,.gx-label.ReadonlyBlobContentMSServicesDetailsUCommentLabel,.gx-label.BlobInputMSServicesDetailsUCommentLabel,.gx-label.ReadonlyMSServicesDetailsUCommentLabel,.gx-label.MSNotificationIconLabel,.gx-label.BlobContentMSNotificationIconLabel,.gx-label.ReadonlyBlobContentMSNotificationIconLabel,.gx-label.BlobInputMSNotificationIconLabel,.gx-label.ReadonlyMSNotificationIconLabel,.gx-label.MSServicesListContentLabel,.gx-label.BlobContentMSServicesListContentLabel,.gx-label.ReadonlyBlobContentMSServicesListContentLabel,.gx-label.BlobInputMSServicesListContentLabel,.gx-label.ReadonlyMSServicesListContentLabel,.gx-label.MSTableCardTablePriceCheckBoxLabel,.gx-label.MSSearchCategoryComboLabel,.gx-label.BlobContentMSSearchCategoryComboLabel,.gx-label.ReadonlyBlobContentMSSearchCategoryComboLabel,.gx-label.BlobInputMSSearchCategoryComboLabel,.gx-label.ReadonlyMSSearchCategoryComboLabel,.gx-label.MSShopprofiletextLabel,.gx-label.BlobContentMSShopprofiletextLabel,.gx-label.ReadonlyBlobContentMSShopprofiletextLabel,.gx-label.BlobInputMSShopprofiletextLabel,.gx-label.ReadonlyMSShopprofiletextLabel,.gx-label.MSTableSearchDVSearch1Label,.gx-label.BlobContentMSTableSearchDVSearch1Label,.gx-label.ReadonlyBlobContentMSTableSearchDVSearch1Label,.gx-label.BlobInputMSTableSearchDVSearch1Label,.gx-label.ReadonlyMSTableSearchDVSearch1Label,.gx-label.MSTableServiceContactInfoPhone_userprofileLabel,.gx-label.BlobContentMSTableServiceContactInfoPhone_userprofileLabel,.gx-label.ReadonlyBlobContentMSTableServiceContactInfoPhone_userprofileLabel,.gx-label.BlobInputMSTableServiceContactInfoPhone_userprofileLabel,.gx-label.ReadonlyMSTableServiceContactInfoPhone_userprofileLabel,.gx-label.MSTableServiceContactInfoPhone1Label,.gx-label.BlobContentMSTableServiceContactInfoPhone1Label,.gx-label.ReadonlyBlobContentMSTableServiceContactInfoPhone1Label,.gx-label.BlobInputMSTableServiceContactInfoPhone1Label,.gx-label.ReadonlyMSTableServiceContactInfoPhone1Label,.gx-label.MSAccountViewsClassLabel,.gx-label.BlobContentMSAccountViewsClassLabel,.gx-label.ReadonlyBlobContentMSAccountViewsClassLabel,.gx-label.BlobInputMSAccountViewsClassLabel,.gx-label.ReadonlyMSAccountViewsClassLabel,.gx-label.MSAccountViewsClass1Label,.gx-label.BlobContentMSAccountViewsClass1Label,.gx-label.ReadonlyBlobContentMSAccountViewsClass1Label,.gx-label.BlobInputMSAccountViewsClass1Label,.gx-label.ReadonlyMSAccountViewsClass1Label,.gx-label.MSTableServiceSTitle1Label,.gx-label.BlobContentMSTableServiceSTitle1Label,.gx-label.ReadonlyBlobContentMSTableServiceSTitle1Label,.gx-label.BlobInputMSTableServiceSTitle1Label,.gx-label.ReadonlyMSTableServiceSTitle1Label,.gx-label.MS_AcceprtTermsCheckBoxLabel,.gx-label.BlobContentMS_AcceprtTermsCheckBoxLabel,.gx-label.ReadonlyBlobContentMS_AcceprtTermsCheckBoxLabel,.gx-label.BlobInputMS_AcceprtTermsCheckBoxLabel,.gx-label.ReadonlyMS_AcceprtTermsCheckBoxLabel,.gx-label.MS_ProfilePopupPhoneLabel,.gx-label.BlobContentMS_ProfilePopupPhoneLabel,.gx-label.ReadonlyBlobContentMS_ProfilePopupPhoneLabel,.gx-label.BlobInputMS_ProfilePopupPhoneLabel,.gx-label.ReadonlyMS_ProfilePopupPhoneLabel,.gx-label.MSUserProfileTableContentServiceDetailsRejectedLabel,.gx-label.BlobContentMSUserProfileTableContentServiceDetailsRejectedLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsRejectedLabel,.gx-label.BlobInputMSUserProfileTableContentServiceDetailsRejectedLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceDetailsRejectedLabel,.gx-label.MS_LoginAttributeLabel,.gx-label.BlobContentMS_LoginAttributeLabel,.gx-label.ReadonlyBlobContentMS_LoginAttributeLabel,.gx-label.BlobInputMS_LoginAttributeLabel,.gx-label.ReadonlyMS_LoginAttributeLabel,.gx-label.MSCardImageAttributeLabel,.gx-label.ReadonlyMSCardImageAttributeLabel,.gx-label.MSCardWithImageAttributeDescriptionLabel,.gx-label.BlobContentMSCardWithImageAttributeDescriptionLabel,.gx-label.ReadonlyBlobContentMSCardWithImageAttributeDescriptionLabel,.gx-label.BlobInputMSCardWithImageAttributeDescriptionLabel,.gx-label.ReadonlyMSCardWithImageAttributeDescriptionLabel,.gx-label.MS_RegisterRedAttributeLabel,.gx-label.BlobContentMS_RegisterRedAttributeLabel,.gx-label.ReadonlyBlobContentMS_RegisterRedAttributeLabel,.gx-label.BlobInputMS_RegisterRedAttributeLabel,.gx-label.ReadonlyMS_RegisterRedAttributeLabel,.gx-label.MS_TermsCheckBoxLabel,.gx-label.BlobContentMS_TermsCheckBoxLabel,.gx-label.ReadonlyBlobContentMS_TermsCheckBoxLabel,.gx-label.BlobInputMS_TermsCheckBoxLabel,.gx-label.ReadonlyMS_TermsCheckBoxLabel,.gx-label.MSHomeCardImageAttributeLabel,.gx-label.ReadonlyMSHomeCardImageAttributeLabel,.gx-label.MSHomeCardImageAttributeWhiteLabel,.gx-label.BlobContentMSHomeCardImageAttributeWhiteLabel,.gx-label.ReadonlyBlobContentMSHomeCardImageAttributeWhiteLabel,.gx-label.BlobInputMSHomeCardImageAttributeWhiteLabel,.gx-label.ReadonlyMSHomeCardImageAttributeWhiteLabel,.gx-label.MSHomePopularChannelImage2Label,.gx-label.MSHomePopularChannelImageLabel,.gx-label.MSHomeCardImageAttributeGrayLabel,.gx-label.BlobContentMSHomeCardImageAttributeGrayLabel,.gx-label.ReadonlyBlobContentMSHomeCardImageAttributeGrayLabel,.gx-label.BlobInputMSHomeCardImageAttributeGrayLabel,.gx-label.ReadonlyMSHomeCardImageAttributeGrayLabel,.gx-label.MS_NotificationDateLabel,.gx-label.BlobContentMS_NotificationDateLabel,.gx-label.ReadonlyBlobContentMS_NotificationDateLabel,.gx-label.BlobInputMS_NotificationDateLabel,.gx-label.ReadonlyMS_NotificationDateLabel,.gx-label.MSTableServiceSTitleLabel,.gx-label.BlobContentMSTableServiceSTitleLabel,.gx-label.ReadonlyBlobContentMSTableServiceSTitleLabel,.gx-label.BlobInputMSTableServiceSTitleLabel,.gx-label.ReadonlyMSTableServiceSTitleLabel,.gx-label.MSTableServicesImageLabel,.gx-label.BlobContentMSTableServicesImageLabel,.gx-label.ReadonlyBlobContentMSTableServicesImageLabel,.gx-label.BlobInputMSTableServicesImageLabel,.gx-label.ReadonlyMSTableServicesImageLabel,.gx-label.MSTableServicesWhiteTitleLabel,.gx-label.BlobContentMSTableServicesWhiteTitleLabel,.gx-label.ReadonlyBlobContentMSTableServicesWhiteTitleLabel,.gx-label.BlobInputMSTableServicesWhiteTitleLabel,.gx-label.ReadonlyMSTableServicesWhiteTitleLabel,.gx-label.MSTableServicesTextSeparatorLabel,.gx-label.BlobContentMSTableServicesSeparatorLabel,.gx-label.ReadonlyBlobContentMSTableServicesSeparatorLabel,.gx-label.BlobInputMSTableServicesSeparatorLabel,.gx-label.ReadonlyMSTableServicesSeparatorLabel,.gx-label.MSTableServicesTextSubSeparatorLabel,.gx-label.BlobContentMSTableServicesSeparator1Label,.gx-label.ReadonlyBlobContentMSTableServicesSeparator1Label,.gx-label.BlobInputMSTableServicesSeparator1Label,.gx-label.ReadonlyMSTableServicesSeparator1Label,.gx-label.MSTableServicesSubTitleLabel,.gx-label.BlobContentMSTableServicesSubTitleLabel,.gx-label.ReadonlyBlobContentMSTableServicesSubTitleLabel,.gx-label.BlobInputMSTableServicesSubTitleLabel,.gx-label.ReadonlyMSTableServicesSubTitleLabel,.gx-label.MSTableServicesUserNameLabel,.gx-label.BlobContentMSTableServicesUserNameLabel,.gx-label.ReadonlyBlobContentMSTableServicesUserNameLabel,.gx-label.BlobInputMSTableServicesUserNameLabel,.gx-label.ReadonlyMSTableServicesUserNameLabel,.gx-label.MSTableServicesVoteCountLabel,.gx-label.BlobContentMSTableServicesVoteCountLabel,.gx-label.ReadonlyBlobContentMSTableServicesVoteCountLabel,.gx-label.BlobInputMSTableServicesVoteCountLabel,.gx-label.ReadonlyMSTableServicesVoteCountLabel,.gx-label.MSTableServiceProviderContactInfoLabel,.gx-label.BlobContentMSTableServiceProviderContactInfoLabel,.gx-label.ReadonlyBlobContentMSTableServiceProviderContactInfoLabel,.gx-label.BlobInputMSTableServiceProviderContactInfoLabel,.gx-label.ReadonlyMSTableServiceProviderContactInfoLabel,.gx-label.MSTableServiceProviderImageLabel,.gx-label.BlobContentMSTableServiceProviderImageLabel,.gx-label.ReadonlyBlobContentMSTableServiceProviderImageLabel,.gx-label.BlobInputMSTableServiceProviderImageLabel,.gx-label.ReadonlyMSTableServiceProviderImageLabel,.gx-label.MSAboutUsAttributeLabel,.gx-label.BlobContentMSAboutUsAttributeLabel,.gx-label.ReadonlyBlobContentMSAboutUsAttributeLabel,.gx-label.BlobInputMSAboutUsAttributeLabel,.gx-label.ReadonlyMSAboutUsAttributeLabel,.gx-label.MSAboutUsAttributeLabelLabel,.gx-label.BlobContentMSAboutUsAttributeLabelLabel,.gx-label.ReadonlyBlobContentMSAboutUsAttributeLabelLabel,.gx-label.BlobInputMSAboutUsAttributeLabelLabel,.gx-label.ReadonlyMSAboutUsAttributeLabelLabel,.gx-label.MS_PrivacyPolicyAttributeLabel,.gx-label.BlobContentMS_PrivacyPolicyAttributeLabel,.gx-label.ReadonlyBlobContentMS_PrivacyPolicyAttributeLabel,.gx-label.BlobInputMS_PrivacyPolicyAttributeLabel,.gx-label.ReadonlyMS_PrivacyPolicyAttributeLabel,.gx-label.MSTermsContentLabel,.gx-label.BlobContentMSTermsContentLabel,.gx-label.ReadonlyBlobContentMSTermsContentLabel,.gx-label.BlobInputMSTermsContentLabel,.gx-label.ReadonlyMSTermsContentLabel,.gx-label.MSUserProfileTableTopSectionLabel,.gx-label.BlobContentMSUserProfileTableTopSectionLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableTopSectionLabel,.gx-label.BlobInputMSUserProfileTableTopSectionLabel,.gx-label.ReadonlyMSUserProfileTableTopSectionLabel,.gx-label.MSUserProfileTableTopSectionSelectorLabel,.gx-label.BlobContentMSUserProfileTableTopSectionSelectorLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableTopSectionSelectorLabel,.gx-label.BlobInputMSUserProfileTableTopSectionSelectorLabel,.gx-label.ReadonlyMSUserProfileTableTopSectionSelectorLabel,.gx-label.MSUserProfileTableContentCreateBtnLabel,.gx-label.BlobContentMSUserProfileTableContentCreateBtnLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentCreateBtnLabel,.gx-label.BlobInputMSUserProfileTableContentCreateBtnLabel,.gx-label.ReadonlyMSUserProfileTableContentCreateBtnLabel,.gx-label.MSUserProfileTableGridTitleLabel,.gx-label.BlobContentMSUserProfileTableGridTitleLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableGridTitleLabel,.gx-label.BlobInputMSUserProfileTableGridTitleLabel,.gx-label.ReadonlyMSUserProfileTableGridTitleLabel,.gx-label.MSUserProfileTableContentServiceLabel,.gx-label.BlobContentMSUserProfileTableContentServiceLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceLabel,.gx-label.BlobInputMSUserProfileTableContentServiceLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceLabel,.gx-label.MSUserProfileTableGridTitleFirstLabel,.gx-label.BlobContentMSUserProfileTableGridTitleFirstLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableGridTitleFirstLabel,.gx-label.BlobInputMSUserProfileTableGridTitleFirstLabel,.gx-label.ReadonlyMSUserProfileTableGridTitleFirstLabel,.gx-label.MSUserProfileTableContentServiceDetailsLabel,.gx-label.BlobContentMSUserProfileTableContentServiceDetailsLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsLabel,.gx-label.BlobInputMSUserProfileTableContentServiceDetailsLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceDetailsLabel,.gx-label.MSUserProfileTableContentServiceDetailsActiveLabel,.gx-label.BlobContentMSUserProfileTableContentServiceDetailsActiveLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsActiveLabel,.gx-label.BlobInputMSUserProfileTableContentServiceDetailsActiveLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceDetailsActiveLabel,.gx-label.MSUserProfileTableContentServiceDetailsInActiveLabel,.gx-label.BlobContentMSUserProfileTableContentServiceDetailsInActiveLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsInActiveLabel,.gx-label.BlobInputMSUserProfileTableContentServiceDetailsInActiveLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceDetailsInActiveLabel,.gx-label.MSUserProfileTableContentServiceDetailsPendingLabel,.gx-label.BlobContentMSUserProfileTableContentServiceDetailsPendingLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsPendingLabel,.gx-label.BlobInputMSUserProfileTableContentServiceDetailsPendingLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceDetailsPendingLabel,.gx-label.MSUserProfileTableContentServiceDetailsDraftLabel,.gx-label.BlobContentMSUserProfileTableContentServiceDetailsDraftLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsDraftLabel,.gx-label.BlobInputMSUserProfileTableContentServiceDetailsDraftLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceDetailsDraftLabel,.gx-label.MSUserProfileServiceRateLabel,.gx-label.ReadonlyMSUserProfileServiceRateLabel,.gx-label.MSHomeCardImageAttributeBaseColorLabel,.gx-label.BlobContentMSHomeCardImageAttributeBaseColorLabel,.gx-label.ReadonlyBlobContentMSHomeCardImageAttributeBaseColorLabel,.gx-label.BlobInputMSHomeCardImageAttributeBaseColorLabel,.gx-label.ReadonlyMSHomeCardImageAttributeBaseColorLabel,.gx-label.MSHomeTableSearchTHeaderTitleLabel,.gx-label.BlobContentMSHomeTableSearchTHeaderTitleLabel,.gx-label.ReadonlyBlobContentMSHomeTableSearchTHeaderTitleLabel,.gx-label.BlobInputMSHomeTableSearchTHeaderTitleLabel,.gx-label.ReadonlyMSHomeTableSearchTHeaderTitleLabel,.gx-label.MSHomeTableSearchTHeaderSubtitleLabel,.gx-label.BlobContentMSHomeTableSearchTHeaderSubtitleLabel,.gx-label.ReadonlyBlobContentMSHomeTableSearchTHeaderSubtitleLabel,.gx-label.BlobInputMSHomeTableSearchTHeaderSubtitleLabel,.gx-label.ReadonlyMSHomeTableSearchTHeaderSubtitleLabel,.gx-label.MS_VerifyPhoneAttributeLabel,.gx-label.BlobContentMS_VerifyPhoneAttributeLabel,.gx-label.ReadonlyBlobContentMS_VerifyPhoneAttributeLabel,.gx-label.BlobInputMS_VerifyPhoneAttributeLabel,.gx-label.ReadonlyMS_VerifyPhoneAttributeLabel,.gx-label.MS_VerifyPhoneAttributeUnderlinedLabel,.gx-label.BlobContentMS_VerifyPhoneAttributeUnderlinedLabel,.gx-label.ReadonlyBlobContentMS_VerifyPhoneAttributeUnderlinedLabel,.gx-label.BlobInputMS_VerifyPhoneAttributeUnderlinedLabel,.gx-label.ReadonlyMS_VerifyPhoneAttributeUnderlinedLabel,.gx-label.MSTableServiceDetailsRCommentLabel,.gx-label.BlobContentMSTableServiceDetailsRCommentLabel,.gx-label.ReadonlyBlobContentMSTableServiceDetailsRCommentLabel,.gx-label.BlobInputMSTableServiceDetailsRCommentLabel,.gx-label.ReadonlyMSTableServiceDetailsRCommentLabel,.gx-label.MS_VerifyPhoneWrongOTPLabel,.gx-label.BlobContentMS_VerifyPhoneWrongOTPLabel,.gx-label.ReadonlyBlobContentMS_VerifyPhoneWrongOTPLabel,.gx-label.BlobInputMS_VerifyPhoneWrongOTPLabel,.gx-label.ReadonlyMS_VerifyPhoneWrongOTPLabel,.gx-label.MS_CronoMeterLabel,.gx-label.BlobContentMS_CronoMeterLabel,.gx-label.ReadonlyBlobContentMS_CronoMeterLabel,.gx-label.BlobInputMS_CronoMeterLabel,.gx-label.ReadonlyMS_CronoMeterLabel,.gx-label.MS_VerifyPhoneCountryCodeLabel,.gx-label.BlobContentMS_VerifyPhoneCountryCodeLabel,.gx-label.ReadonlyBlobContentMS_VerifyPhoneCountryCodeLabel,.gx-label.BlobInputMS_VerifyPhoneCountryCodeLabel,.gx-label.ReadonlyMS_VerifyPhoneCountryCodeLabel,.gx-label.MS_VerifyPhoneErrorMsgLabel,.gx-label.BlobContentMS_VerifyPhoneErrorMsgLabel,.gx-label.ReadonlyBlobContentMS_VerifyPhoneErrorMsgLabel,.gx-label.BlobInputMS_VerifyPhoneErrorMsgLabel,.gx-label.ReadonlyMS_VerifyPhoneErrorMsgLabel,.gx-label.MS_NoOfReviewsLabel,.gx-label.BlobContentMS_NoOfReviewsLabel,.gx-label.ReadonlyBlobContentMS_NoOfReviewsLabel,.gx-label.BlobInputMS_NoOfReviewsLabel,.gx-label.ReadonlyMS_NoOfReviewsLabel,.gx-label.MS_RatingCanvas1Label,.gx-label.MS_RaterNameLabel,.gx-label.BlobContentMS_RaterNameLabel,.gx-label.ReadonlyBlobContentMS_RaterNameLabel,.gx-label.BlobInputMS_RaterNameLabel,.gx-label.ReadonlyMS_RaterNameLabel,.gx-label.MS_RateCommentLabel,.gx-label.BlobContentMS_RateCommentLabel,.gx-label.ReadonlyBlobContentMS_RateCommentLabel,.gx-label.BlobInputMS_RateCommentLabel,.gx-label.ReadonlyMS_RateCommentLabel,.gx-label.ReadonlyMS_RateDate2Label,.gx-label.MS_RateDateLabel,.gx-label.BlobContentMS_RateDateLabel,.gx-label.ReadonlyBlobContentMS_RateDateLabel,.gx-label.BlobInputMS_RateDateLabel,.gx-label.ReadonlyMS_RateDateLabel,.gx-label.MS_RateStarVarLabel,.gx-label.BlobContentMS_RateStarVarLabel,.gx-label.ReadonlyBlobContentMS_RateStarVarLabel,.gx-label.BlobInputMS_RateStarVarLabel,.gx-label.ReadonlyMS_RateStarVarLabel,.gx-label.MS_RatersNoVarLabel,.gx-label.BlobContentMS_RatersNoVarLabel,.gx-label.ReadonlyBlobContentMS_RatersNoVarLabel,.gx-label.BlobInputMS_RatersNoVarLabel,.gx-label.ReadonlyMS_RatersNoVarLabel,.gx-label.MS_TotalRateVarLabel,.gx-label.BlobContentMS_TotalRateVarLabel,.gx-label.ReadonlyBlobContentMS_TotalRateVarLabel,.gx-label.BlobInputMS_TotalRateVarLabel,.gx-label.ReadonlyMS_TotalRateVarLabel,.gx-label.MS_NoOfvotesLabel,.gx-label.BlobContentMS_NoOfvotesLabel,.gx-label.ReadonlyBlobContentMS_NoOfvotesLabel,.gx-label.BlobInputMS_NoOfvotesLabel,.gx-label.ReadonlyMS_NoOfvotesLabel,.gx-label.MS_NoOfvotes1Label,.gx-label.BlobContentMS_NoOfvotes1Label,.gx-label.ReadonlyBlobContentMS_NoOfvotes1Label,.gx-label.BlobInputMS_NoOfvotes1Label,.gx-label.ReadonlyMS_NoOfvotes1Label,.gx-label.MS_RateZIndexLabel,.gx-label.BlobContentMS_RateZIndexLabel,.gx-label.ReadonlyBlobContentMS_RateZIndexLabel,.gx-label.BlobInputMS_RateZIndexLabel,.gx-label.ReadonlyMS_RateZIndexLabel,.gx-label.MS_RateMemberVar1Label,.gx-label.BlobContentMS_RateMemberVar1Label,.gx-label.ReadonlyBlobContentMS_RateMemberVar1Label,.gx-label.BlobInputMS_RateMemberVar1Label,.gx-label.ReadonlyMS_RateMemberVar1Label,.gx-label.MSDescriptionClassLabel,.gx-label.BlobContentMSDescriptionClassLabel,.gx-label.ReadonlyBlobContentMSDescriptionClassLabel,.gx-label.BlobInputMSDescriptionClassLabel,.gx-label.ReadonlyMSDescriptionClassLabel,.gx-label.MS_RateMemberVar2Label,.gx-label.BlobContentMS_RateMemberVar2Label,.gx-label.ReadonlyBlobContentMS_RateMemberVar2Label,.gx-label.BlobInputMS_RateMemberVar2Label,.gx-label.ReadonlyMS_RateMemberVar2Label,.gx-label.MS_ProfileEditFieldLabel,.gx-label.BlobContentMS_ProfileEditFieldLabel,.gx-label.ReadonlyBlobContentMS_ProfileEditFieldLabel,.gx-label.BlobInputMS_ProfileEditFieldLabel,.gx-label.ReadonlyMS_ProfileEditFieldLabel,.gx-label.MS_EditProfileErrorMsgLabel,.gx-label.BlobContentMS_EditProfileErrorMsgLabel,.gx-label.ReadonlyBlobContentMS_EditProfileErrorMsgLabel,.gx-label.BlobInputMS_EditProfileErrorMsgLabel,.gx-label.ReadonlyMS_EditProfileErrorMsgLabel,.gx-label.MS_EditProfileErrorMsg2Label,.gx-label.BlobContentMS_EditProfileErrorMsg2Label,.gx-label.ReadonlyBlobContentMS_EditProfileErrorMsg2Label,.gx-label.BlobInputMS_EditProfileErrorMsg2Label,.gx-label.ReadonlyMS_EditProfileErrorMsg2Label,.gx-label.MSDisplayNoneTextClassLabel,.gx-label.BlobContentMSDisplayNoneTextClassLabel,.gx-label.ReadonlyBlobContentMSDisplayNoneTextClassLabel,.gx-label.BlobInputMSDisplayNoneTextClassLabel,.gx-label.ReadonlyMSDisplayNoneTextClassLabel,.gx-label.MS_RegisterBusNameAttributeLabel,.gx-label.BlobContentMS_RegisterBusNameAttributeLabel,.gx-label.ReadonlyBlobContentMS_RegisterBusNameAttributeLabel,.gx-label.BlobInputMS_RegisterBusNameAttributeLabel,.gx-label.ReadonlyMS_RegisterBusNameAttributeLabel,.gx-label.MS_CheckboxCheckBoxLabel,.gx-label.MS_CommentDateLabel,.gx-label.BlobContentMS_CommentDateLabel,.gx-label.ReadonlyBlobContentMS_CommentDateLabel,.gx-label.BlobInputMS_CommentDateLabel,.gx-label.ReadonlyMS_CommentDateLabel,.gx-label.MSTableServiceSTitleRightLabel,.gx-label.BlobContentMSTableServiceSTitleRightLabel,.gx-label.ReadonlyBlobContentMSTableServiceSTitleRightLabel,.gx-label.BlobInputMSTableServiceSTitleRightLabel,.gx-label.ReadonlyMSTableServiceSTitleRightLabel,.gx-label.MS_TitleAttributeLabel,.gx-label.BlobContentMS_TitleAttributeLabel,.gx-label.ReadonlyBlobContentMS_TitleAttributeLabel,.gx-label.BlobInputMS_TitleAttributeLabel,.gx-label.ReadonlyMS_TitleAttributeLabel,.gx-label.MS_DescriptionAttributeLabel,.gx-label.BlobContentMS_DescriptionAttributeLabel,.gx-label.ReadonlyBlobContentMS_DescriptionAttributeLabel,.gx-label.BlobInputMS_DescriptionAttributeLabel,.gx-label.ReadonlyMS_DescriptionAttributeLabel,.gx-label.MS_AllCommentDateColorLabel,.gx-label.BlobContentMS_AllCommentDateColorLabel,.gx-label.ReadonlyBlobContentMS_AllCommentDateColorLabel,.gx-label.BlobInputMS_AllCommentDateColorLabel,.gx-label.ReadonlyMS_AllCommentDateColorLabel,.gx-label.MS_AllCommentDateColorDateLabel,.gx-label.MSBusinessPhoneClassLabel,.gx-label.BlobContentMSBusinessPhoneClassLabel,.gx-label.ReadonlyBlobContentMSBusinessPhoneClassLabel,.gx-label.BlobInputMSBusinessPhoneClassLabel,.gx-label.ReadonlyMSBusinessPhoneClassLabel,.gx-label.MSBusinessTextClassLabel,.gx-label.BlobContentMSBusinessTextClassLabel,.gx-label.ReadonlyBlobContentMSBusinessTextClassLabel,.gx-label.BlobInputMSBusinessTextClassLabel,.gx-label.ReadonlyMSBusinessTextClassLabel,.gx-label.MSTableSearchDVComboLabel,.gx-label.BlobContentMSTableSearchDVComboLabel,.gx-label.ReadonlyBlobContentMSTableSearchDVComboLabel,.gx-label.BlobInputMSTableSearchDVComboLabel,.gx-label.ReadonlyMSTableSearchDVComboLabel,.gx-label.MSTableSearchDVSearchLabel,.gx-label.BlobContentMSTableSearchDVSearchLabel,.gx-label.ReadonlyBlobContentMSTableSearchDVSearchLabel,.gx-label.BlobInputMSTableSearchDVSearchLabel,.gx-label.ReadonlyMSTableSearchDVSearchLabel,.gx-label.MSTableSearchSecondDVComboLabel,.gx-label.BlobContentMSTableSearchSecondDVComboLabel,.gx-label.ReadonlyBlobContentMSTableSearchSecondDVComboLabel,.gx-label.BlobInputMSTableSearchSecondDVComboLabel,.gx-label.ReadonlyMSTableSearchSecondDVComboLabel,.gx-label.MSCardImageAttributeWhiteWithShadowLabel,.gx-label.ReadonlyMSCardImageAttributeWhiteWithShadowLabel,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadowLabel,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowLabel,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadow1Label,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow1Label,.gx-label.MSTableCardTableHeaderTitleLabel,.gx-label.BlobContentMSTableCardTableHeaderTitleLabel,.gx-label.ReadonlyBlobContentMSTableCardTableHeaderTitleLabel,.gx-label.BlobInputMSTableCardTableHeaderTitleLabel,.gx-label.ReadonlyMSTableCardTableHeaderTitleLabel,.gx-label.MSTableCardTableHeaderAdResultLabel,.gx-label.BlobContentMSTableCardTableHeaderAdResultLabel,.gx-label.ReadonlyBlobContentMSTableCardTableHeaderAdResultLabel,.gx-label.BlobInputMSTableCardTableHeaderAdResultLabel,.gx-label.ReadonlyMSTableCardTableHeaderAdResultLabel,.gx-label.MSTableCardTableHeaderSubCategoryLabel,.gx-label.BlobContentMSTableCardTableHeaderSubCategoryLabel,.gx-label.ReadonlyBlobContentMSTableCardTableHeaderSubCategoryLabel,.gx-label.BlobInputMSTableCardTableHeaderSubCategoryLabel,.gx-label.ReadonlyMSTableCardTableHeaderSubCategoryLabel,.gx-label.MSCardImageAttributeWhiteWithShadow1Label,.gx-label.ReadonlyMSCardImageAttributeWhiteWithShadow1Label,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadow2Label,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow2Label,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadow11Label,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow11Label,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadowRateLabel,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRateLabel,.gx-label.MSNoBorderLabel,.gx-label.BlobContentMSNoBorderLabel,.gx-label.ReadonlyBlobContentMSNoBorderLabel,.gx-label.BlobInputMSNoBorderLabel,.gx-label.ReadonlyMSNoBorderLabel,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadowRate1Label,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRate1Label,.gx-label.MSWHiteTextWithSpaceLabel,.gx-label.BlobContentMSWHiteTextWithSpaceLabel,.gx-label.ReadonlyBlobContentMSWHiteTextWithSpaceLabel,.gx-label.BlobInputMSWHiteTextWithSpaceLabel,.gx-label.ReadonlyMSWHiteTextWithSpaceLabel,.gx-label.MSHomeLoginDDMCUserNameLabel,.gx-label.BlobContentMSHomeLoginDDMCUserNameLabel,.gx-label.ReadonlyBlobContentMSHomeLoginDDMCUserNameLabel,.gx-label.BlobInputMSHomeLoginDDMCUserNameLabel,.gx-label.ReadonlyMSHomeLoginDDMCUserNameLabel,.gx-label.MSFooterFSItemLabel,.gx-label.ReadonlyMSFooterFSItemLabel,.gx-label.MSFooterFSItemSuboptionLabel,.gx-label.ReadonlyMSFooterFSItemSuboptionLabel,.gx-label.MSTableCardProviderImageLabel,.gx-label.BlobContentMSTableCardProviderImageLabel,.gx-label.ReadonlyBlobContentMSTableCardProviderImageLabel,.gx-label.BlobInputMSTableCardProviderImageLabel,.gx-label.ReadonlyMSTableCardProviderImageLabel,.gx-label.MSWizardAttributeCheckBoxLabel,.gx-label.ImageHomeModulesBackWithRadiusLabel,.gx-label.BlobContentImageHomeModulesBackWithRadiusLabel,.gx-label.ReadonlyBlobContentImageHomeModulesBackWithRadiusLabel,.gx-label.BlobInputImageHomeModulesBackWithRadiusLabel,.gx-label.ReadonlyImageHomeModulesBackWithRadiusLabel,.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.AttributeSearchResultImageLabel,.gx-label.AttributeLandingCongoFooterLabel,.gx-label.ReadonlyAttributeLandingCongoFooterLabel,.gx-label.AttributeLandingCongoFooterSuboptionLabel,.gx-label.ReadonlyAttributeLandingCongoFooterSuboptionLabel,.gx-label.AttributeLandingCongoLabel,.gx-label.ReadonlyAttributeLandingCongoLabel,.gx-label.MS_ComboAttributeLabel,.gx-label.BlobContentMS_ComboAttributeLabel,.gx-label.ReadonlyBlobContentMS_ComboAttributeLabel,.gx-label.BlobInputMS_ComboAttributeLabel,.gx-label.ReadonlyMS_ComboAttributeLabel,.gx-label.MS_RegisterAttributeLabel,.gx-label.BlobContentMS_RegisterAttributeLabel,.gx-label.ReadonlyBlobContentMS_RegisterAttributeLabel,.gx-label.BlobInputMS_RegisterAttributeLabel,.gx-label.ReadonlyMS_RegisterAttributeLabel,.gx-label.MS_CountryCodeAttributeLabel,.gx-label.BlobContentMS_CountryCodeAttributeLabel,.gx-label.ReadonlyBlobContentMS_CountryCodeAttributeLabel,.gx-label.BlobInputMS_CountryCodeAttributeLabel,.gx-label.ReadonlyMS_CountryCodeAttributeLabel,.gx-label.MS_PhoneAttributeLabel,.gx-label.BlobContentMS_PhoneAttributeLabel,.gx-label.ReadonlyBlobContentMS_PhoneAttributeLabel,.gx-label.BlobInputMS_PhoneAttributeLabel,.gx-label.ReadonlyMS_PhoneAttributeLabel,.gx-label.MS_FlagAttributeLabel,.gx-label.BlobContentMS_FlagAttributeLabel,.gx-label.ReadonlyBlobContentMS_FlagAttributeLabel,.gx-label.BlobInputMS_FlagAttributeLabel,.gx-label.ReadonlyMS_FlagAttributeLabel,.gx-label.MS_CheckBoxLabel,.gx-label.BlobContentMS_CheckBoxLabel,.gx-label.ReadonlyBlobContentMS_CheckBoxLabel,.gx-label.BlobInputMS_CheckBoxLabel,.gx-label.ReadonlyMS_CheckBoxLabel,.gx-label.MSTableCardProviderImage1Label,.gx-label.BlobContentMSTableCardProviderImage1Label,.gx-label.ReadonlyBlobContentMSTableCardProviderImage1Label,.gx-label.BlobInputMSTableCardProviderImage1Label,.gx-label.ReadonlyMSTableCardProviderImage1Label,.gx-label.MSMarginTextAtabicLabel,.gx-label.BlobContentMSMarginTextAtabicLabel,.gx-label.ReadonlyBlobContentMSMarginTextAtabicLabel,.gx-label.BlobInputMSMarginTextAtabicLabel,.gx-label.ReadonlyMSMarginTextAtabicLabel,.gx-label.MS_ComboAttribute1Label,.gx-label.BlobContentMS_ComboAttribute1Label,.gx-label.ReadonlyBlobContentMS_ComboAttribute1Label,.gx-label.BlobInputMS_ComboAttribute1Label,.gx-label.ReadonlyMS_ComboAttribute1Label,.gx-label.MS_RegisterAttribute1Label,.gx-label.BlobContentMS_RegisterAttribute1Label,.gx-label.ReadonlyBlobContentMS_RegisterAttribute1Label,.gx-label.BlobInputMS_RegisterAttribute1Label,.gx-label.ReadonlyMS_RegisterAttribute1Label,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadowRate2Label,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRate2Label,.gx-label.MS_StarVarLabel,.gx-label.BlobContentMS_StarVarLabel,.gx-label.ReadonlyBlobContentMS_StarVarLabel,.gx-label.BlobInputMS_StarVarLabel,.gx-label.ReadonlyMS_StarVarLabel,.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,.TextBlockShowingOnly,.LandingCongoFooterText,.LandingCongoSloganTitle,.LandingCongoSloganDescription,.LandingCongoFooterTitle,.LandingCongoFooterSubtitle,.LandingCongoTitle,.LandingCongoSubtitle,.LandingCongoSubtitleContactUs,.LandingCongoCardTitle,.LandingCongoCardSubtitle,.LandingCongoBullet,.LandingCongoCardDescription,.LandingCongoFeatureTitle,.LandingCongoBannerTitle,.LandingCongoBannerSubtitle,.MSMasterPageHeaderLogin,.MS_AcceptTerms1,.MS_RegisterTxt8_new,.MS_RegisterTxt6_new,.MS_RegisterTxt2_new,.MS_LoginTxt3,.MS_LoginTxt4,.MS_RegisterTxt1,.MS_RegisterTxt2,.MS_RegisterTxt3,.MS_RegisterTxt4,.MS_RegisterTxt6,.MS_RegisterTxt7,.MS_RegisterTxt8,.MS_AcceptTerms,.MS_ErrorVar,.MSWhiteText31,.MSFSMapTitleSelected,.MSFSGalleryTitleUnSelected,.MSHomeViewMoreBtn1,.MSAboutShopTitle,.MS_ErrorLongTxtBlock1
{
	padding-left: 3pt;
	padding-right: 0px;
	white-space: nowrap;
	border-style: none;
	border-width: 0px;
	font-family: Montserrat,sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #627077;
	vertical-align: middle;
}
.BigTitleInActive,.UncollapsedBigTitle1,.SeparateBigTitle1
{
	padding-bottom: 200px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 200px;
	display: block;
	white-space: normal;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
}
.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;
}
.MSWhiteText1
{
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	font-family: DMSans-Regular;
	font-size: 19px;
	font-weight: 500;
	color: white;
}
.MS_ErrorVar1
{
	margin-right: 20px;
	padding-left: 5px;
	top: 10px;
	background-color: transparent;
	color: #f56a67;
	z-index: 3 !important;
	white-space: break-spaces !Important;
}
.MSUploadText
{
	font-family: DMSans-Bold;
	font-size: 20px;
	color: #393a70;
}
.MSMultimediaText
{
	font-size: 20px;
	color: #333463;
}
.MSMultimediaText:before
{
	font-size: 20px;
	color: #333463;
	content: '';
}

.MSRedText1
{
	margin-right: 40px;
	color: #f56a67;
}
.MS_ReviewAndRatingTxt11
{
	margin-right: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #393a70;
}
.MSSortBy
{
	font-family: DMSans-Bold;
	font-size: 20px;
	font-weight: 700;
	color: #393a70;
}
.MSMasterPageHeaderLogin1
{
	margin-left: 5px;
	margin-right: 5px;
	font-family: DMSans-Regular;
	font-size: 20px;
	font-weight: 400;
	color: white;
}
.MSTableServiceContactInfoTitle1
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline;
	background-color: transparent;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	border-width: 1px;
	font-family: DMSans-Medium;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	max-width: 206px;
}
.MS_ReviewAndRatingService
{
	margin-left: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.MSWizardLabelText1
{
	margin-right: 14px;
	font-family: DMSans-Medium;
	font-size: 20px;
	font-weight: 500;
	color: #333463;
}
.MSWizardLabelText1:after
{
	font-family: DMSans-Medium;
	font-size: 20px;
	font-weight: 500;
	color: #333463;
	content: '';
}

.MSWizardLabelText2
{
	margin-left: 0px;
	margin-right: -4px;
	font-family: DMSans-Medium;
	font-size: 20px;
	font-weight: 500;
	color: #333463;
}
.MSWizardLabelText2:after
{
	font-family: DMSans-Medium;
	font-size: 20px;
	font-weight: 500;
	color: #333463;
	content: '';
}

.MSWizardLabelTextWithMargin1,.ReadonlyMSWizardLabelTextWithMargin1
{
	margin-left: 15px;
	display: flex;
	font-size: 13px;
	font-weight: bold;
	color: #333463;
	height: 15px;
	max-height: 15px;
}
.MSWizardLabelTextWithMargin1:after,.ReadonlyMSWizardLabelTextWithMargin1:after
{
	display: flex;
	font-size: 13px;
	font-weight: bold;
	color: #333463;
	content: '';
}

.ReadonlyMSWizardLabelTextWithMargin1
{
	margin-bottom: 2px;
	margin-right: 13px;
	border-width: 0px;
	font-family: DMSans-Medium;
	font-size: 20px;
	font-weight: 500;
}
.ReadonlyMSWizardLabelTextWithMargin1:after
{
	font-family: DMSans-Medium;
	font-size: 20px;
	font-weight: 500;
}

.MSCreateYourAdText
{
	margin-bottom: 60px;
	margin-right: 261px;
	font-family: DMSans-Regular;
	font-size: 30px;
	font-weight: 700;
	color: white;
}
.MS_LoginTxt1
{
	margin-left: 5pt;
	font-size: 11pt;
	color: #fff;
}
.MS_LoginTxt2
{
	margin-left: 5pt;
	font-size: 10pt;
	color: #fff;
	text-decoration: underline;
}
.MS_LoginTxt5
{
	margin-left: 10pt;
	padding-top: 15pt;
	font-size: 15pt;
	color: #fff;
}
.MS_LoginTxt6
{
	font-size: 11pt;
	color: #e39600;
	text-decoration: underline;
}
.MS_RegisterTxt5
{
	margin-left: 50pt;
	margin-top: 55pt;
	display: inline-block;
	color: #fff;
}
.MSGetInTouchTitle,.LandingCongoSubtitle1,.LandingCongoSubtitleContactUs1,.LandingCongoCardTitle1,.LandingCongoCardSubtitle1,.LandingCongoBullet1,.LandingCongoCardDescription1,.MSGetInTouchFeatureTitle
{
	font-family: DMSans-Bold;
	font-size: 41px;
	font-weight: 700;
	color: #fff;
}
.MSGetInTouchFeatureTitle
{
	white-space: normal;
	border-width: 0px;
	font-family: DMSans-Regular;
	font-size: 17px;
	font-weight: 400;
}
.MSTableAboutDescription
{
	display: block;
	white-space: normal;
	font-family: DMSans-Regular;
	font-size: 22px;
	font-weight: 400;
	color: #333463;
	min-height: 0px;
	line-height: 28px;
}
.MSTableAboutDescription:after
{
	display: block;
	white-space: normal;
	font-family: DMSans-Regular;
	font-size: 22px;
	font-weight: 400;
	color: #333463;
	content: '';
	line-height: 28px;
}

.MSTextBlock
{
	bottom: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	position: absolute;
	z-index: 5;
	background-color: #e39600;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	font-size: 12px;
	color: white;
	height: 30px;
	width: 200px;
	text-align: center;
}
.MSTextBlock:after
{
	font-size: 12px;
	color: white;
	text-align: center;
	content: '';
}

.MSTableCardFiltersTagName
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	display: inline-block;
	background-color: #1b1b36;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-family: DMSans-Medium;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	width: 296px;
	max-width: 296px;
	text-align: right;
}
.MSTableFooterCopyRightText
{
	font-family: DMSans-Regular;
	font-size: 13px;
	font-weight: 400;
	color: #4e4e4e;
}
.MSTableCardServicesBtn
{
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	background-color: #e39600;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	font-family: DMSans-Regular;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
.MSLandingCongoTitle,.MSLandingCongoSubtitle,.MSLandingCongoSubtitleContactUs,.MSLandingCongoCardTitle,.LandingCongoCardSubtitle2,.LandingCongoBullet2,.LandingCongoCardDescription2,.MSLandingCongoFeatureTitle
{
	font-family: DMSans-Bold;
	font-size: 35px;
	font-weight: 700;
	color: #333463;
	text-align: left;
}
.MSLandingCongoSubtitle,.MSLandingCongoSubtitleContactUs
{
	display: inline-block;
	white-space: normal;
	border-width: 0px;
	font-size: 20px;
	font-weight: 500;
	width: 740px;
	line-height:1.4;
}
.MSLandingCongoSubtitleContactUs
{
	width: auto;
}
.MSLandingCongoCardTitle,.LandingCongoCardSubtitle2,.LandingCongoBullet2,.LandingCongoCardDescription2
{
	white-space: normal;
	border-width: 0px;
	font-size: 32px;
}
.MSLandingCongoFeatureTitle
{
	white-space: normal;
	border-width: 0px;
	font-size: 24px;
	font-weight: 600;
}
.MSLandingCongoTitle1,.MSLandingCongoSubtitle1,.MSLandingCongoSubtitleContactUs1,.MSLandingCongoCardTitle1,.LandingCongoCardSubtitle21,.LandingCongoBullet21,.LandingCongoCardDescription21,.MSLandingCongoFeatureTitle1
{
	font-family: DMSans-Bold;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-align: right;
}
.MSLandingCongoSubtitle1,.MSLandingCongoSubtitleContactUs1
{
	display: inline-block;
	white-space: normal;
	border-width: 0px;
	font-size: 20px;
	font-weight: 500;
	width: 740px;
	text-align: left;
	line-height:1.4;
}
.MSLandingCongoSubtitleContactUs1
{
	width: auto;
}
.MSLandingCongoCardTitle1,.LandingCongoCardSubtitle21,.LandingCongoBullet21,.LandingCongoCardDescription21
{
	white-space: normal;
	border-width: 0px;
	font-size: 32px;
	text-align: left;
}
.MSLandingCongoFeatureTitle1
{
	white-space: normal;
	border-width: 0px;
	font-size: 24px;
	font-weight: 600;
	text-align: left;
}
.MS_LinkText
{
	color: #fff;
}
.MSLandingCongoTitle11,.MSLandingCongoSubtitle11,.MSLandingCongoSubtitleContactUs11,.MSLandingCongoCardTitle11,.LandingCongoCardSubtitle211,.LandingCongoBullet211,.LandingCongoCardDescription211,.MSLandingCongoFeatureTitle11
{
	font-family: DMSans-Bold;
	font-weight: 700;
	color: #333463;
	text-align: left;
}
.MSLandingCongoSubtitle11,.MSLandingCongoSubtitleContactUs11
{
	display: inline-block;
	white-space: normal;
	border-width: 0px;
	font-size: 20px;
	font-weight: 500;
	width: 740px;
	line-height:1.4;
}
.MSLandingCongoSubtitleContactUs11
{
	width: auto;
}
.MSLandingCongoCardTitle11,.LandingCongoCardSubtitle211,.LandingCongoBullet211,.LandingCongoCardDescription211
{
	white-space: normal;
	border-width: 0px;
	font-size: 32px;
}
.MSLandingCongoFeatureTitle11
{
	white-space: normal;
	font-size: 32px;
}
.MSLandingCongoSloganTitle
{
	white-space: normal;
	font-family: DMSans-Bold;
	font-size: 40px;
	font-weight: 700;
	color: white;
	letter-spacing: 1px;
}
.MSHomeViewMoreBtn
{
	margin-right: 60px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: absolute;
	z-index: 1;
	background-color: #e39600;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	font-family: DMSans-Regular;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
.MS_NotificationDelete,.MS_NotificationDeleteHovered,.MS_NotificationDelete:hover,.MS_NotificationDeleteHovered:hover
{
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	display: block;
	height: auto;
	width: auto;
	text-decoration: none !important;
}
.MS_NotificationDelete:after,.MS_NotificationDeleteHovered:after,.MS_NotificationDelete:hover:after,.MS_NotificationDeleteHovered:hover:after
{
	display: block;
	content: '';
	text-decoration: none !important;
}

.MS_NotificationDeleteHovered,.MS_NotificationDelete:hover,.MS_NotificationDeleteHovered:hover
{
	background-color: #e39600;
	border-width: 0px;
	color: #fff;
}
.MS_NotificationDeleteHovered:after,.MS_NotificationDelete:hover:after,.MS_NotificationDeleteHovered:hover:after
{
	color: #fff;
}

.MS_NotificationMarkAsRead,.MS_NotificationMarkAsReadHover,.MS_NotificationMarkAsRead:hover,.MS_NotificationMarkAsReadHover:hover
{
	margin-right: 233px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	display: block;
	height: auto;
	width: Auto;
	text-decoration: none !important;
}
.MS_NotificationMarkAsRead:before,.MS_NotificationMarkAsReadHover:before,.MS_NotificationMarkAsRead:hover:before,.MS_NotificationMarkAsReadHover:hover:before
{
	display: block;
	content: '';
	text-decoration: none !important;
}

.MS_NotificationMarkAsReadHover,.MS_NotificationMarkAsRead:hover,.MS_NotificationMarkAsReadHover:hover
{
	background-color: #e39600;
	border-width: 0px;
	color: #fff;
}
.MS_NotificationMarkAsReadHover:before,.MS_NotificationMarkAsRead:hover:before,.MS_NotificationMarkAsReadHover:hover:before
{
	color: #fff;
}

.MSTableServicesSeparator
{
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 0px;
	overflow: hidden;
	font-family: DMSans-Medium;
	font-size: 17px;
	color: #e4e4e4;
}
.MS_PrivacyTxt1
{
	margin-right: -40px;
	margin-top: 10px;
	display: inline-block;
	font-size: 50px;
	color: #fff;
}
.MSFSGalleryTitle
{
	display: flex;
	font-family: DMSans-Regular;
	font-size: 20px;
	font-weight: 400;
	color: #333463;
	align-items: center;
	justify-content: center;
}
.MSFSGalleryTitle:after
{
	display: flex;
	font-family: DMSans-Regular;
	font-size: 20px;
	font-weight: 400;
	color: #333463;
	content: '';
	align-items: center;
	justify-content: center;
}

.MSFSMapTitle
{
	display: flex;
	font-family: DMSans-Regular;
	font-size: 20px;
	font-weight: 400;
	color: #767686;
	align-items: center;
	justify-content: center;
}
.MSFSMapTitle:after
{
	display: flex;
	font-family: DMSans-Regular;
	font-size: 20px;
	font-weight: 400;
	color: #767686;
	content: '';
	align-items: center;
	justify-content: center;
}

.MSLabelClass,.gx-label.MSWizardAttributeDescLabel,.gx-label.BlobContentMSWizardAttributeDescLabel,.gx-label.ReadonlyBlobContentMSWizardAttributeDescLabel,.gx-label.BlobInputMSWizardAttributeDescLabel,.gx-label.ReadonlyMSWizardAttributeDescLabel,.gx-label.MSWizardAttributeDateLabel,.gx-label.MSWizardNextPreviuosIconLabel,.gx-label.MSWizardFieldLabel,.gx-label.BlobContentMSWizardFieldLabel,.gx-label.ReadonlyBlobContentMSWizardFieldLabel,.gx-label.BlobInputMSWizardFieldLabel,.gx-label.ReadonlyMSWizardFieldLabel,.gx-label.MSWizardField2Label,.gx-label.BlobContentMSWizardField2Label,.gx-label.ReadonlyBlobContentMSWizardField2Label,.gx-label.BlobInputMSWizardField2Label,.gx-label.ReadonlyMSWizardField2Label,.gx-label.MSWizardAttributeLabel,.gx-label.BlobContentMSWizardAttributeLabel,.gx-label.ReadonlyBlobContentMSWizardAttributeLabel,.gx-label.BlobInputMSWizardAttributeLabel,.gx-label.ReadonlyMSWizardAttributeLabel
{
	margin-left: 14px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	font-family: DMSans-Medium;
	font-size: 20px;
	font-weight: 500;
	color: #333463;
}
.MSLabelClass:before,.gx-label.MSWizardAttributeDescLabel:before,.gx-label.BlobContentMSWizardAttributeDescLabel:before,.gx-label.ReadonlyBlobContentMSWizardAttributeDescLabel:before,.gx-label.BlobInputMSWizardAttributeDescLabel:before,.gx-label.ReadonlyMSWizardAttributeDescLabel:before,.gx-label.MSWizardAttributeDateLabel:before,.gx-label.MSWizardNextPreviuosIconLabel:before,.gx-label.MSWizardFieldLabel:before,.gx-label.BlobContentMSWizardFieldLabel:before,.gx-label.ReadonlyBlobContentMSWizardFieldLabel:before,.gx-label.BlobInputMSWizardFieldLabel:before,.gx-label.ReadonlyMSWizardFieldLabel:before,.gx-label.MSWizardField2Label:before,.gx-label.BlobContentMSWizardField2Label:before,.gx-label.ReadonlyBlobContentMSWizardField2Label:before,.gx-label.BlobInputMSWizardField2Label:before,.gx-label.ReadonlyMSWizardField2Label:before,.gx-label.MSWizardAttributeLabel:before,.gx-label.BlobContentMSWizardAttributeLabel:before,.gx-label.ReadonlyBlobContentMSWizardAttributeLabel:before,.gx-label.BlobInputMSWizardAttributeLabel:before,.gx-label.ReadonlyMSWizardAttributeLabel:before
{
	font-family: DMSans-Medium;
	font-size: 20px;
	font-weight: 500;
	color: #333463;
	content: '';
}

.MSLabelClass:after,.gx-label.MSWizardAttributeDescLabel:after,.gx-label.BlobContentMSWizardAttributeDescLabel:after,.gx-label.ReadonlyBlobContentMSWizardAttributeDescLabel:after,.gx-label.BlobInputMSWizardAttributeDescLabel:after,.gx-label.ReadonlyMSWizardAttributeDescLabel:after,.gx-label.MSWizardAttributeDateLabel:after,.gx-label.MSWizardNextPreviuosIconLabel:after,.gx-label.MSWizardFieldLabel:after,.gx-label.BlobContentMSWizardFieldLabel:after,.gx-label.ReadonlyBlobContentMSWizardFieldLabel:after,.gx-label.BlobInputMSWizardFieldLabel:after,.gx-label.ReadonlyMSWizardFieldLabel:after,.gx-label.MSWizardField2Label:after,.gx-label.BlobContentMSWizardField2Label:after,.gx-label.ReadonlyBlobContentMSWizardField2Label:after,.gx-label.BlobInputMSWizardField2Label:after,.gx-label.ReadonlyMSWizardField2Label:after,.gx-label.MSWizardAttributeLabel:after,.gx-label.BlobContentMSWizardAttributeLabel:after,.gx-label.ReadonlyBlobContentMSWizardAttributeLabel:after,.gx-label.BlobInputMSWizardAttributeLabel:after,.gx-label.ReadonlyMSWizardAttributeLabel:after
{
	font-family: DMSans-Medium;
	font-size: 20px;
	font-weight: 500;
	color: #333463;
	content: '';
}

.MSUserProfileTableTopEditBtn
{
	background-color: #e39600;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	font-family: DMSans-Medium;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}
.MSUserProfileTableTopEditText
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	border-bottom-color: #333463;
	border-left-color: #333463;
	border-right-color: #333463;
	border-top-color: #333463;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-family: DMSans-Medium;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
}
.MSUserProfileTableTopEditText:after
{
	font-family: DMSans-Medium;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	content: '';
	line-height: 20px;
}

.MSTermsandConditionsTitle
{
	font-size: 31px;
	color: #333463;
}
.MSTermsandConditionsTitle:after
{
	font-size: 31px;
	color: #333463;
	content: '';
}

.MSTermsAcceptText
{
	font-size: 18px;
	color: #333463;
}
.MSTermsAcceptText:after
{
	font-size: 18px;
	color: #333463;
	content: '';
}

.MS_VerifyTxt1
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	color: #393a70;
}
.MS_VerifyTxt2
{
	font-size: 18px;
	color: #a4a4a4;
}
.MS_VerifyTxt3
{
	font-size: 23px;
	color: #393a70;
}
.MS_ResendOTPTxt
{
	margin-left: 5px;
	padding-top: 5px;
	color: #393a70;
}
.MS_WrongOTP
{
	color: #c90000;
}
.MS_ReviewAndRatingTxt1
{
	margin-left: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #393a70;
}
.MS_CronoTimer
{
	margin-bottom: 8px;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #393a70;
}
.MSNotificationumber
{
	margin-left: 15px;
	margin-top: -40px;
	position: absolute;
	background-color: red;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	font-size: 5px;
	height: 15px;
}
.MS_RateMemberTxt1
{
	margin-bottom: 20px;
	margin-right: 20px;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	color: #393a70;
}
.MS_RateMemberTxt2
{
	margin-bottom: 20px;
	margin-right: 28px;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	color: #393a70;
}
.MS_ResultTxt
{
	margin-left: 75px;
	margin-top: 45px;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #393a70;
}
.MS_ChangeTxt
{
	margin-left: -190px;
	margin-top: 35px;
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #0f7cc0;
}
.MS_EditLabel,.RequiredLabel1,.gx-label.MS_EditField21Label,.gx-label.BlobContentMS_EditField21Label,.gx-label.ReadonlyBlobContentMS_EditField21Label,.gx-label.BlobInputMS_EditField21Label,.gx-label.ReadonlyMS_EditField21Label,.gx-label.MS_ReportReasonsComboLabel,.gx-label.BlobContentMS_ReportReasonsComboLabel,.gx-label.ReadonlyBlobContentMS_ReportReasonsComboLabel,.gx-label.BlobInputMS_ReportReasonsComboLabel,.gx-label.ReadonlyMS_ReportReasonsComboLabel,.gx-label.MS_EditRateReviewLabel,.gx-label.BlobContentMS_EditRateReviewLabel,.gx-label.ReadonlyBlobContentMS_EditRateReviewLabel,.gx-label.BlobInputMS_EditRateReviewLabel,.gx-label.ReadonlyMS_EditRateReviewLabel,.gx-label.MS_EditField1111Label,.gx-label.BlobContentMS_EditField1111Label,.gx-label.ReadonlyBlobContentMS_EditField1111Label,.gx-label.BlobInputMS_EditField1111Label,.gx-label.ReadonlyMS_EditField1111Label,.gx-label.MS_EditField1Label,.gx-label.BlobContentMS_EditField1Label,.gx-label.ReadonlyBlobContentMS_EditField1Label,.gx-label.BlobInputMS_EditField1Label,.gx-label.ReadonlyMS_EditField1Label,.gx-label.MS_EditField2Label,.gx-label.BlobContentMS_EditField2Label,.gx-label.ReadonlyBlobContentMS_EditField2Label,.gx-label.BlobInputMS_EditField2Label,.gx-label.ReadonlyMS_EditField2Label,.gx-label.MS_EditField1DateLabel,.gx-label.MSWizardField1Label,.gx-label.BlobContentMSWizardField1Label,.gx-label.ReadonlyBlobContentMSWizardField1Label,.gx-label.BlobInputMSWizardField1Label,.gx-label.ReadonlyMSWizardField1Label,.gx-label.MS_EditAddressFieldLabel,.gx-label.BlobContentMS_EditAddressFieldLabel,.gx-label.ReadonlyBlobContentMS_EditAddressFieldLabel,.gx-label.BlobInputMS_EditAddressFieldLabel,.gx-label.ReadonlyMS_EditAddressFieldLabel,.gx-label.MS_EditField11Label,.gx-label.BlobContentMS_EditField11Label,.gx-label.ReadonlyBlobContentMS_EditField11Label,.gx-label.BlobInputMS_EditField11Label,.gx-label.ReadonlyMS_EditField11Label,.gx-label.MS_EditEmailFieldLabel,.gx-label.BlobContentMS_EditEmailFieldLabel,.gx-label.ReadonlyBlobContentMS_EditEmailFieldLabel,.gx-label.BlobInputMS_EditEmailFieldLabel,.gx-label.ReadonlyMS_EditEmailFieldLabel,.gx-label.MS_EditBioFieldLabel,.gx-label.BlobContentMS_EditBioFieldLabel,.gx-label.ReadonlyBlobContentMS_EditBioFieldLabel,.gx-label.BlobInputMS_EditBioFieldLabel,.gx-label.ReadonlyMS_EditBioFieldLabel,.gx-label.MS_EditField111Label,.gx-label.BlobContentMS_EditField111Label,.gx-label.ReadonlyBlobContentMS_EditField111Label,.gx-label.BlobInputMS_EditField111Label,.gx-label.ReadonlyMS_EditField111Label,.gx-label.MS_ChangePassFieldLabel,.gx-label.BlobContentMS_ChangePassFieldLabel,.gx-label.ReadonlyBlobContentMS_ChangePassFieldLabel,.gx-label.BlobInputMS_ChangePassFieldLabel,.gx-label.ReadonlyMS_ChangePassFieldLabel
{
	margin-left: 18px;
	white-space: normal;
	font-size: 13px;
	font-weight: 600;
	color: #333463;
}
.MS_EditProfileTxt
{
	margin-left: -300px;
	font-size: 37px;
	font-weight: 700;
	color: #333463;
}
.MS_NoImage
{
	font-size: 20px;
	font-weight: bold;
}
.MS_ErrorTxtBlock
{
	margin-bottom: 10px;
	margin-left: 23px;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #c90000;
	width: 100%;
	max-width: 250px;
}
.MS_ErrorLongTxtBlock
{
	margin-bottom: 10px;
	margin-left: 23px;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #c90000;
	width: 100%;
	max-width: 400px;
}
.MSFSListTitle
{
	display: flex;
	font-family: DMSans-Regular;
	font-size: 20px;
	font-weight: 400;
	color: #333463;
	align-items: center;
	justify-content: center;
}
.MSFSListTitle:after
{
	display: flex;
	font-family: DMSans-Regular;
	font-size: 20px;
	font-weight: 400;
	color: #333463;
	content: '';
	align-items: center;
	justify-content: center;
}

.MSFilteresWhiteText
{
	margin-top: 6px;
	font-size: 15px;
	color: white;
}
.MS_RegisterTxt6_link,.MSTableServiceContactInfoPhone_userprofile>A,.BlobContentMSTableServiceContactInfoPhone_userprofile>A,.ReadonlyBlobContentMSTableServiceContactInfoPhone_userprofile>A,.BlobInputMSTableServiceContactInfoPhone_userprofile>A,.ReadonlyMSTableServiceContactInfoPhone_userprofile>A,.MS_LoginTxt6>A,.MS_AcceptTermsPopup>A
{
	margin-right: 5px;
	text-decoration: underline;
	color: #e39600;
	color: #e39600 !important;
}
.MS_AlltermsTxt
{
	margin-left: 10px;
	margin-top: 8px;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: #333463;
}
.MSAboutUsLabel
{
	margin-left: -48px;
	font-family: DMSans-Regular;
	font-size: 22px;
	font-weight: 700;
	color: #333463;
}
.MSAboutUsLabel1
{
	margin-left: -22px;
	font-family: DMSans-Regular;
	font-size: 22px;
	font-weight: 700;
	color: #333463;
}
.MSAboutUsLabel2
{
	margin-left: -63px;
	font-family: DMSans-Regular;
	font-size: 22px;
	font-weight: 700;
	color: #333463;
}
.MS_NoRatesTxt
{
	font-size: 40px;
	font-weight: 400;
}
.MS_ReviewAndRatingTxt_new
{
	margin-left: 5px;
	font-size: 26px;
	font-weight: 400;
}
.MSAboutKhadamatiText
{
	margin-bottom: 30px;
	display: inline-block;
	font-family: DMSans-Regular;
	font-size: 38px;
	font-weight: 700;
	color: white;
}
.MSLandingCongoTitle2,.MSLandingCongoSubtitle111,.MSLandingCongoSubtitleContactUs111,.MSLandingCongoCardTitle111,.LandingCongoCardSubtitle2111,.LandingCongoBullet2111,.LandingCongoCardDescription2111,.MSLandingCongoFeatureTitle111
{
	font-family: DMSans-Bold;
	font-weight: 700;
	color: #333463;
	text-align: left;
}
.MSLandingCongoSubtitle111,.MSLandingCongoSubtitleContactUs111
{
	display: inline-block;
	white-space: normal;
	border-width: 0px;
	font-size: 20px;
	font-weight: 500;
	width: 740px;
	line-height:1.4;
}
.MSLandingCongoSubtitleContactUs111
{
	width: auto;
}
.MSLandingCongoCardTitle111,.LandingCongoCardSubtitle2111,.LandingCongoBullet2111,.LandingCongoCardDescription2111
{
	white-space: normal;
	border-width: 0px;
	font-size: 32px;
}
.MSLandingCongoFeatureTitle111
{
	white-space: normal;
	border-width: 0px;
	font-size: 24px;
	font-weight: 600;
}
.MS_TermsAgreementTxt
{
	font-size: 10pt;
	font-weight: 600;
	color: #333463;
	width: 100%;
	max-width: 200px;
	word-break: break-word;
	 white-space: pre-line;
}
.MS_AcceptTermsPopup
{
	text-decoration: underline;
	color: #e39600;
}
.MS_RegisterTxt6_link1,.MS_RegisterTxt6_link2,.MSTableServiceContactInfoPhone1>A,.BlobContentMSTableServiceContactInfoPhone1>A,.ReadonlyBlobContentMSTableServiceContactInfoPhone1>A,.BlobInputMSTableServiceContactInfoPhone1>A,.ReadonlyMSTableServiceContactInfoPhone1>A
{
	margin-right: 5px;
	color: #e39600;
	color:#E39600 !important;
}
.MS_RegisterTxt6_link2
{
	border-width: 0px;
	text-decoration: underline;
}
.MSLandingCongoTitle_ShowAllCat,.MSLandingCongoSubtitle112,.MSLandingCongoSubtitleContactUs112,.MSLandingCongoCardTitle112,.LandingCongoCardSubtitle2112,.LandingCongoBullet2112,.LandingCongoCardDescription2112,.MSLandingCongoFeatureTitle112
{
	margin-top: 65px;
	display: inline-block;
	font-family: DMSans-Bold;
	font-weight: 700;
	color: #333463;
	text-align: left;
}
.MSLandingCongoSubtitle112,.MSLandingCongoSubtitleContactUs112
{
	white-space: normal;
	border-width: 0px;
	font-size: 20px;
	font-weight: 500;
	width: 740px;
	line-height:1.4;
}
.MSLandingCongoSubtitleContactUs112
{
	width: auto;
}
.MSLandingCongoCardTitle112,.LandingCongoCardSubtitle2112,.LandingCongoBullet2112,.LandingCongoCardDescription2112
{
	white-space: normal;
	border-width: 0px;
	font-size: 32px;
}
.MSLandingCongoFeatureTitle112
{
	white-space: normal;
	border-width: 0px;
	font-size: 24px;
	font-weight: 600;
}
.MSTableCardTableHeaderAdResultText
{
	font-family: DMSans-Medium;
	font-size: 18px;
	font-weight: 500;
	line-height: 23.44px;
}
.MSTableCardTableHeaderFilterBtn
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	border-bottom-color: #333463;
	border-left-color: #333463;
	border-right-color: #333463;
	border-top-color: #333463;
	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: DMSans-Bold;
	font-size: 20px;
	font-weight: 700;
	color: #333463;
	line-height: 26.04px;
}
.MSTableCardTableHeaderFilterText
{
	border-bottom-color: #333463;
	border-left-color: #333463;
	border-right-color: #333463;
	border-top-color: #333463;
	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: DMSans-Bold;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 26px;
}
.MSRedText
{
	margin-left: 10px;
	color: #f56a67;
}
.MSWhiteText
{
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 12px;
	color: white;
}
.MSWhiteBigTxt
{
	margin-bottom: 50px;
	margin-right: 108px;
	font-size: 25px;
	color: white;
	text-align: right;
}
.MSWhiteText2
{
	margin-bottom: 50px;
	font-size: 20px;
	color: white;
}
.MSWhiteText3
{
	font-size: 20px;
	color: white;
}
.MSORangeButton
{
	margin-left: 240px;
	margin-top: 20px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #e39600;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	font-family: DMSans-Regular;
	font-size: 20px;
	color: #fff;
}
.MSAttributeWhiteBackLabel,.gx-label.MSBoldTextLabel,.gx-label.BlobContentMSBoldTextLabel,.gx-label.ReadonlyBlobContentMSBoldTextLabel,.gx-label.BlobInputMSBoldTextLabel,.gx-label.ReadonlyMSBoldTextLabel,.gx-label.MSAttributeWhiteBackLabel,.gx-label.BlobContentMSAttributeWhiteBackLabel,.gx-label.ReadonlyBlobContentMSAttributeWhiteBackLabel,.gx-label.BlobInputMSAttributeWhiteBackLabel,.gx-label.ReadonlyMSAttributeWhiteBackLabel
{
	margin-right: 160px;
	display: block;
	color: white;
	text-align: right;
}
.MSWhiteUnderlinedText
{
	font-size: 12px;
	text-decoration: underline;
	color: white;
}
.MSWhiteMessage
{
	font-size: 20px;
	color: white;
}
.MSFSDateTitle
{
	display: flex;
	font-family: DMSans-Regular;
	font-size: 20px;
	font-weight: 400;
	color: #767686;
	align-items: center;
	justify-content: center;
}
.MSFSDateTitle:after
{
	display: flex;
	font-family: DMSans-Regular;
	font-size: 20px;
	font-weight: 400;
	color: #767686;
	content: '';
	align-items: center;
	justify-content: center;
}

.MSFServicesDateDDLText
{
	font-family: DMSans-Regular;
	font-size: 14px;
	font-weight: 400;
	color: #767686;
}
.MSWizardLabelText
{
	margin-left: 14px;
	margin-right: 14px;
	font-family: DMSans-Medium;
	font-size: 20px;
	font-weight: 500;
	color: #333463;
}
.MSWizardLabelText:after
{
	font-family: DMSans-Medium;
	font-size: 20px;
	font-weight: 500;
	color: #333463;
	content: '';
}

.MSWizardLabelTextWithMargin,.ReadonlyMSWizardLabelTextWithMargin
{
	margin-right: 28px;
	display: flex;
	font-size: 13px;
	font-weight: bold;
	color: #333463;
	height: 15px;
	max-height: 15px;
}
.MSWizardLabelTextWithMargin:after,.ReadonlyMSWizardLabelTextWithMargin:after
{
	display: flex;
	font-size: 13px;
	font-weight: bold;
	color: #333463;
	content: '*';
}

.ReadonlyMSWizardLabelTextWithMargin
{
	margin-bottom: 2px;
	margin-right: 11px;
	font-family: DMSans-Medium;
	font-size: 20px;
	font-weight: 500;
}
.ReadonlyMSWizardLabelTextWithMargin:after
{
	font-family: DMSans-Medium;
	font-size: 20px;
	font-weight: 500;
	content: '';
}

.MSWizardTermAcceptLink
{
	font-size: 18px;
	text-decoration: underline;
	color: rgba(0,192,239,0.55);
}
.MSWizardTermAcceptLink:after
{
	font-size: 18px;
	text-decoration: underline;
	color: rgba(0,192,239,0.55);
	content: '';
}

.MSHomeLoginDDMCText
{
	font-family: DMSans-Medium;
	font-size: 17px;
	font-weight: 500;
	color: #74759b;
}
.Kh_CreateYourAd,.Kh_CreateYourAdHovered,.Kh_CreateYourAd:hover,.Kh_CreateYourAdHovered:hover
{
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	background-color: #e39600;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	font-family: DMSans-Regular;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
.Kh_CreateYourAdHovered,.Kh_CreateYourAd:hover,.Kh_CreateYourAdHovered:hover
{
	background-color: rgba(227,150,0,0.5);
}
.MSFooterText
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	display: block;
	white-space: normal;
	font-family: DMSans-Regular;
	font-size: 14px;
	font-weight: 400;
	color: #6c6c6c;
	width: 350px;
	max-width: 350px;
	min-width: 350px;
	line-height:1.4;
	 word-break: break-word;
}
.MSFooterTitle
{
	display: block;
	white-space: normal;
	font-family: DMSans-Bold;
	font-size: 20px;
	font-weight: 700;
	color: #333463;
	max-width: 165px;
	line-height:1.4;
}
.MSFooterViewAll
{
	font-family: DMSans-Medium;
	font-size: 16px;
	font-weight: 500;
	color: #e19d56;
}
.ProgressBarCardsMenuDescription
{
	color: white;
}
.ProgressBarCardsMenuDescription:before
{
	color: white;
	content: '';
}

.BreadCrumb
{
	font-family: sans-serif;
	font-size: 14px;
	color: #99abb4;
	line-height:20px;
}
.AttributeFLLabel
{
	font-size: 12px;
	-khtml-user-select:none;
	-moz-transition:0.2s ease all;
	-moz-user-select:none;
	-ms-user-select:none;
	transition:0.2s ease all;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-transition:0.2s ease all;
	-webkit-user-select:none;
}
.TextBlockDashboardDescription,.TextBlockDashboardDescriptionCard,.TextBlockDashboardDescriptionAdmin
{
	margin-top: 15px;
	font-size: 12px;
}
.TextBlockDashboardDescriptionCard
{
	font-size: 14px;
	color: #999;
}
.TextBlockDashboardDescriptionAdmin
{
	font-size: 15px;
	color: white;
}
.FooterText
{
	line-height:50px;
}
.TextBlockTitleLogin
{
	font-size: 20px;
}
.GridNewRow:before,.GridNewRowWhite:before,.Grid>tfoot .gx_newrow:before,.GridDragging>tfoot .gx_newrow:before,.GridAcceptDrag>tfoot .gx_newrow:before,.GridNoAcceptDrag>tfoot .gx_newrow:before,.WorkWithBorder>tfoot .gx_newrow:before,.GridWithPaginationBar>tfoot .gx_newrow:before,.GridWithTotalizer>tfoot .gx_newrow:before,.WorkWith>tfoot .gx_newrow:before,.PromptGrid>tfoot .gx_newrow:before,.ViewGrid>tfoot .gx_newrow:before,.WorkWithSelection>tfoot .gx_newrow:before,.GridWithBorderColor>tfoot .gx_newrow:before,.GridNoBorder>tfoot .gx_newrow:before,.GridNoData>tfoot .gx_newrow:before,.Grid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridDragging[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridAcceptDrag[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridNoAcceptDrag[data-gx-grid-nodata]>tfoot .gx_newrow:before,.WorkWithBorder[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridWithPaginationBar[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridWithTotalizer[data-gx-grid-nodata]>tfoot .gx_newrow:before,.WorkWith[data-gx-grid-nodata]>tfoot .gx_newrow:before,.PromptGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.ViewGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.WorkWithSelection[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridWithBorderColor[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridNoBorder[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridNoData[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.TrnSublevelGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.RecentLinksGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleStepsVertical[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleHomeModulesBig[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleHomeModules[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleHomeModulesBigDark[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FSGridAutoUnselectAll[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleGridMPSearch[data-gx-grid-nodata]>tfoot .gx_newrow:before,.MS_Small_FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.MSFAGFSGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleHomeModules2[data-gx-grid-nodata]>tfoot .gx_newrow:before,.MSTableCardServicesFilteredFS[data-gx-grid-nodata]>tfoot .gx_newrow:before,.MSHomePopularChannelContainer[data-gx-grid-nodata]>tfoot .gx_newrow:before,.MS_NotificationGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.MSTableServiceDetailsContainer[data-gx-grid-nodata]>tfoot .gx_newrow:before,.MSUserProfileServices[data-gx-grid-nodata]>tfoot .gx_newrow:before,.MSFSServicesImages[data-gx-grid-nodata]>tfoot .gx_newrow:before,.MSFServiceDetailsComment[data-gx-grid-nodata]>tfoot .gx_newrow:before,.MS_ReviewsFreeStyleGrid[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,.FreeStyleGridFooter>.gx_newrow:before,.TrnSublevelGridFooter>.gx_newrow:before,.RecentLinksGridFooter>.gx_newrow:before,.FreeStyleStepsVerticalFooter>.gx_newrow:before,.FreeStyleHomeModulesBigFooter>.gx_newrow:before,.FreeStyleHomeModulesFooter>.gx_newrow:before,.FreeStyleHomeModulesBigDarkFooter>.gx_newrow:before,.FSGridAutoUnselectAllFooter>.gx_newrow:before,.FreeStyleGridMPSearchFooter>.gx_newrow:before,.MS_Small_FreeStyleGridFooter>.gx_newrow:before,.MSFAGFSGridFooter>.gx_newrow:before,.FreeStyleHomeModules2Footer>.gx_newrow:before,.MSTableCardServicesFilteredFSFooter>.gx_newrow:before,.MSHomePopularChannelContainerFooter>.gx_newrow:before,.MS_NotificationGridFooter>.gx_newrow:before,.MSTableServiceDetailsContainerFooter>.gx_newrow:before,.MSUserProfileServicesFooter>.gx_newrow:before,.MSFSServicesImagesFooter>.gx_newrow:before,.MSFServiceDetailsCommentFooter>.gx_newrow:before,.MS_ReviewsFreeStyleGridFooter>.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
{
	content: '[';
}

.GridNewRow:after,.GridNewRowWhite:after,.Grid>tfoot .gx_newrow:after,.GridDragging>tfoot .gx_newrow:after,.GridAcceptDrag>tfoot .gx_newrow:after,.GridNoAcceptDrag>tfoot .gx_newrow:after,.WorkWithBorder>tfoot .gx_newrow:after,.GridWithPaginationBar>tfoot .gx_newrow:after,.GridWithTotalizer>tfoot .gx_newrow:after,.WorkWith>tfoot .gx_newrow:after,.PromptGrid>tfoot .gx_newrow:after,.ViewGrid>tfoot .gx_newrow:after,.WorkWithSelection>tfoot .gx_newrow:after,.GridWithBorderColor>tfoot .gx_newrow:after,.GridNoBorder>tfoot .gx_newrow:after,.GridNoData>tfoot .gx_newrow:after,.Grid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridDragging[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridAcceptDrag[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridNoAcceptDrag[data-gx-grid-nodata]>tfoot .gx_newrow:after,.WorkWithBorder[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridWithPaginationBar[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridWithTotalizer[data-gx-grid-nodata]>tfoot .gx_newrow:after,.WorkWith[data-gx-grid-nodata]>tfoot .gx_newrow:after,.PromptGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.ViewGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.WorkWithSelection[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridWithBorderColor[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridNoBorder[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridNoData[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.TrnSublevelGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.RecentLinksGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleStepsVertical[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleHomeModulesBig[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleHomeModules[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleHomeModulesBigDark[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FSGridAutoUnselectAll[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleGridMPSearch[data-gx-grid-nodata]>tfoot .gx_newrow:after,.MS_Small_FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.MSFAGFSGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleHomeModules2[data-gx-grid-nodata]>tfoot .gx_newrow:after,.MSTableCardServicesFilteredFS[data-gx-grid-nodata]>tfoot .gx_newrow:after,.MSHomePopularChannelContainer[data-gx-grid-nodata]>tfoot .gx_newrow:after,.MS_NotificationGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.MSTableServiceDetailsContainer[data-gx-grid-nodata]>tfoot .gx_newrow:after,.MSUserProfileServices[data-gx-grid-nodata]>tfoot .gx_newrow:after,.MSFSServicesImages[data-gx-grid-nodata]>tfoot .gx_newrow:after,.MSFServiceDetailsComment[data-gx-grid-nodata]>tfoot .gx_newrow:after,.MS_ReviewsFreeStyleGrid[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,.FreeStyleGridFooter>.gx_newrow:after,.TrnSublevelGridFooter>.gx_newrow:after,.RecentLinksGridFooter>.gx_newrow:after,.FreeStyleStepsVerticalFooter>.gx_newrow:after,.FreeStyleHomeModulesBigFooter>.gx_newrow:after,.FreeStyleHomeModulesFooter>.gx_newrow:after,.FreeStyleHomeModulesBigDarkFooter>.gx_newrow:after,.FSGridAutoUnselectAllFooter>.gx_newrow:after,.FreeStyleGridMPSearchFooter>.gx_newrow:after,.MS_Small_FreeStyleGridFooter>.gx_newrow:after,.MSFAGFSGridFooter>.gx_newrow:after,.FreeStyleHomeModules2Footer>.gx_newrow:after,.MSTableCardServicesFilteredFSFooter>.gx_newrow:after,.MSHomePopularChannelContainerFooter>.gx_newrow:after,.MS_NotificationGridFooter>.gx_newrow:after,.MSTableServiceDetailsContainerFooter>.gx_newrow:after,.MSUserProfileServicesFooter>.gx_newrow:after,.MSFSServicesImagesFooter>.gx_newrow:after,.MSFServiceDetailsCommentFooter>.gx_newrow:after,.MS_ReviewsFreeStyleGridFooter>.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
{
	content: ']';
}

.GridLoadingText,.Grid+div.gx-grid-loading,.GridDragging+div.gx-grid-loading,.GridAcceptDrag+div.gx-grid-loading,.GridNoAcceptDrag+div.gx-grid-loading,.WorkWithBorder+div.gx-grid-loading,.GridWithPaginationBar+div.gx-grid-loading,.GridWithTotalizer+div.gx-grid-loading,.WorkWith+div.gx-grid-loading,.PromptGrid+div.gx-grid-loading,.ViewGrid+div.gx-grid-loading,.WorkWithSelection+div.gx-grid-loading,.GridWithBorderColor+div.gx-grid-loading,.GridNoBorder+div.gx-grid-loading,.GridNoData+div.gx-grid-loading,.Grid[data-gx-grid-nodata]+div.gx-grid-loading,.GridDragging[data-gx-grid-nodata]+div.gx-grid-loading,.GridAcceptDrag[data-gx-grid-nodata]+div.gx-grid-loading,.GridNoAcceptDrag[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWithBorder[data-gx-grid-nodata]+div.gx-grid-loading,.GridWithPaginationBar[data-gx-grid-nodata]+div.gx-grid-loading,.GridWithTotalizer[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWith[data-gx-grid-nodata]+div.gx-grid-loading,.PromptGrid[data-gx-grid-nodata]+div.gx-grid-loading,.ViewGrid[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWithSelection[data-gx-grid-nodata]+div.gx-grid-loading,.GridWithBorderColor[data-gx-grid-nodata]+div.gx-grid-loading,.GridNoBorder[data-gx-grid-nodata]+div.gx-grid-loading,.GridNoData[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading,.TrnSublevelGrid[data-gx-grid-nodata]+div.gx-grid-loading,.RecentLinksGrid[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleStepsVertical[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleHomeModulesBig[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleHomeModules[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleHomeModulesBigDark[data-gx-grid-nodata]+div.gx-grid-loading,.FSGridAutoUnselectAll[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGridMPSearch[data-gx-grid-nodata]+div.gx-grid-loading,.MS_Small_FreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading,.MSFAGFSGrid[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleHomeModules2[data-gx-grid-nodata]+div.gx-grid-loading,.MSTableCardServicesFilteredFS[data-gx-grid-nodata]+div.gx-grid-loading,.MSHomePopularChannelContainer[data-gx-grid-nodata]+div.gx-grid-loading,.MS_NotificationGrid[data-gx-grid-nodata]+div.gx-grid-loading,.MSTableServiceDetailsContainer[data-gx-grid-nodata]+div.gx-grid-loading,.MSUserProfileServices[data-gx-grid-nodata]+div.gx-grid-loading,.MSFSServicesImages[data-gx-grid-nodata]+div.gx-grid-loading,.MSFServiceDetailsComment[data-gx-grid-nodata]+div.gx-grid-loading,.MS_ReviewsFreeStyleGrid[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,.FreeStyleGrid+div.gx-grid-loading,.TrnSublevelGrid+div.gx-grid-loading,.RecentLinksGrid+div.gx-grid-loading,.FreeStyleStepsVertical+div.gx-grid-loading,.FreeStyleHomeModulesBig+div.gx-grid-loading,.FreeStyleHomeModules+div.gx-grid-loading,.FreeStyleHomeModulesBigDark+div.gx-grid-loading,.FSGridAutoUnselectAll+div.gx-grid-loading,.FreeStyleGridMPSearch+div.gx-grid-loading,.MS_Small_FreeStyleGrid+div.gx-grid-loading,.MSFAGFSGrid+div.gx-grid-loading,.FreeStyleHomeModules2+div.gx-grid-loading,.MSTableCardServicesFilteredFS+div.gx-grid-loading,.MSHomePopularChannelContainer+div.gx-grid-loading,.MS_NotificationGrid+div.gx-grid-loading,.MSTableServiceDetailsContainer+div.gx-grid-loading,.MSUserProfileServices+div.gx-grid-loading,.MSFSServicesImages+div.gx-grid-loading,.MSFServiceDetailsComment+div.gx-grid-loading,.MS_ReviewsFreeStyleGrid+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
{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 1em;
	color: rgba(57,58,112,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,.WorkWith+.gx-text-gridnodata,.PromptGrid+.gx-text-gridnodata,.ViewGrid+.gx-text-gridnodata,.WorkWithSelection+.gx-text-gridnodata,.GridWithBorderColor+.gx-text-gridnodata,.GridNoBorder+.gx-text-gridnodata,.GridNoData+.gx-text-gridnodata,.Grid[data-gx-grid-nodata]+.gx-text-gridnodata,.GridDragging[data-gx-grid-nodata]+.gx-text-gridnodata,.GridAcceptDrag[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNoAcceptDrag[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWithBorder[data-gx-grid-nodata]+.gx-text-gridnodata,.GridWithPaginationBar[data-gx-grid-nodata]+.gx-text-gridnodata,.GridWithTotalizer[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWith[data-gx-grid-nodata]+.gx-text-gridnodata,.PromptGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.ViewGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWithSelection[data-gx-grid-nodata]+.gx-text-gridnodata,.GridWithBorderColor[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNoBorder[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNoData[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.TrnSublevelGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.RecentLinksGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleStepsVertical[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleHomeModulesBig[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleHomeModules[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleHomeModulesBigDark[data-gx-grid-nodata]+.gx-text-gridnodata,.FSGridAutoUnselectAll[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGridMPSearch[data-gx-grid-nodata]+.gx-text-gridnodata,.MS_Small_FreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.MSFAGFSGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleHomeModules2[data-gx-grid-nodata]+.gx-text-gridnodata,.MSTableCardServicesFilteredFS[data-gx-grid-nodata]+.gx-text-gridnodata,.MSHomePopularChannelContainer[data-gx-grid-nodata]+.gx-text-gridnodata,.MS_NotificationGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.MSTableServiceDetailsContainer[data-gx-grid-nodata]+.gx-text-gridnodata,.MSUserProfileServices[data-gx-grid-nodata]+.gx-text-gridnodata,.MSFSServicesImages[data-gx-grid-nodata]+.gx-text-gridnodata,.MSFServiceDetailsComment[data-gx-grid-nodata]+.gx-text-gridnodata,.MS_ReviewsFreeStyleGrid[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,.FreeStyleGrid+.gx-text-gridnodata,.TrnSublevelGrid+.gx-text-gridnodata,.RecentLinksGrid+.gx-text-gridnodata,.FreeStyleStepsVertical+.gx-text-gridnodata,.FreeStyleHomeModulesBig+.gx-text-gridnodata,.FreeStyleHomeModules+.gx-text-gridnodata,.FreeStyleHomeModulesBigDark+.gx-text-gridnodata,.FSGridAutoUnselectAll+.gx-text-gridnodata,.FreeStyleGridMPSearch+.gx-text-gridnodata,.MS_Small_FreeStyleGrid+.gx-text-gridnodata,.MSFAGFSGrid+.gx-text-gridnodata,.FreeStyleHomeModules2+.gx-text-gridnodata,.MSTableCardServicesFilteredFS+.gx-text-gridnodata,.MSHomePopularChannelContainer+.gx-text-gridnodata,.MS_NotificationGrid+.gx-text-gridnodata,.MSTableServiceDetailsContainer+.gx-text-gridnodata,.MSUserProfileServices+.gx-text-gridnodata,.MSFSServicesImages+.gx-text-gridnodata,.MSFServiceDetailsComment+.gx-text-gridnodata,.MS_ReviewsFreeStyleGrid+.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
{
	margin-top: -1em;
	padding-top: 30px;
	display: block;
	font-size: 1.5em;
	color: gray;
	text-align: center;
	line-height:41px;
}
.TextBlockFSWithHeaderTitle
{
	margin-left: 2px;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}
.Label,.RequiredLabel,.gx-label.RatingLabel,.gx-label.MS_ReviewRatingLabel,.gx-label.MS_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.AttributeSearchResultSubtitleLabel,.gx-label.ReadonlyAttributeSearchResultSubtitleLabel,.gx-label.AttributeSearchResultTitleLabel,.gx-label.ReadonlyAttributeSearchResultTitleLabel,.gx-label.AttributeStepUnderlineUnselectedLabel,.gx-label.AttributeLandingPurusFooterLabel,.gx-label.ImageHomeModulesBackWithRadiusHoverLabel,.gx-label.BlobContentImageHomeModulesBackWithRadiusHoverLabel,.gx-label.ReadonlyBlobContentImageHomeModulesBackWithRadiusHoverLabel,.gx-label.BlobInputImageHomeModulesBackWithRadiusHoverLabel,.gx-label.ReadonlyImageHomeModulesBackWithRadiusHoverLabel,.gx-label.MSLabelTextLabel,.gx-label.BlobContentMSLabelTextLabel,.gx-label.ReadonlyBlobContentMSLabelTextLabel,.gx-label.BlobInputMSLabelTextLabel,.gx-label.ReadonlyMSLabelTextLabel,.gx-label.CheckboxCheckBoxLabel,.gx-label.MSWizardFieldDispalyLabel,.gx-label.BlobContentMSWizardFieldDispalyLabel,.gx-label.ReadonlyBlobContentMSWizardFieldDispalyLabel,.gx-label.BlobInputMSWizardFieldDispalyLabel,.gx-label.ReadonlyMSWizardFieldDispalyLabel,.gx-label.MSWizardMultiselectLabel,.gx-label.BlobContentMSWizardMultiselectLabel,.gx-label.ReadonlyBlobContentMSWizardMultiselectLabel,.gx-label.BlobInputMSWizardMultiselectLabel,.gx-label.ReadonlyMSWizardMultiselectLabel,.gx-label.MSWizardField21Label,.gx-label.BlobContentMSWizardField21Label,.gx-label.ReadonlyBlobContentMSWizardField21Label,.gx-label.BlobInputMSWizardField21Label,.gx-label.ReadonlyMSWizardField21Label,.gx-label.MS_RatersNoVar2Label,.gx-label.BlobContentMS_RatersNoVar2Label,.gx-label.ReadonlyBlobContentMS_RatersNoVar2Label,.gx-label.BlobInputMS_RatersNoVar2Label,.gx-label.ReadonlyMS_RatersNoVar2Label,.gx-label.MSTableServiceContactInfoPhone_userprofile1Label,.gx-label.MS_NotAvailableServiceTextLabel,.gx-label.BlobContentMS_NotAvailableServiceTextLabel,.gx-label.ReadonlyBlobContentMS_NotAvailableServiceTextLabel,.gx-label.BlobInputMS_NotAvailableServiceTextLabel,.gx-label.ReadonlyMS_NotAvailableServiceTextLabel,.gx-label.RMS_EditBioFieldLabel,.gx-label.Attribute1Label,.gx-label.BlobContentAttribute1Label,.gx-label.ReadonlyBlobContentAttribute1Label,.gx-label.BlobInputAttribute1Label,.gx-label.ReadonlyAttribute1Label,.gx-label.MSPasswordErrorMgLabel,.gx-label.MSAccountViewsClass2Label,.gx-label.BlobContentMSAccountViewsClass2Label,.gx-label.ReadonlyBlobContentMSAccountViewsClass2Label,.gx-label.BlobInputMSAccountViewsClass2Label,.gx-label.ReadonlyMSAccountViewsClass2Label,.gx-label.MS_EditField21Label,.gx-label.BlobContentMS_EditField21Label,.gx-label.ReadonlyBlobContentMS_EditField21Label,.gx-label.BlobInputMS_EditField21Label,.gx-label.ReadonlyMS_EditField21Label,.gx-label.MSTableServiceContactInfoDescreptionLabel,.gx-label.BlobContentMSTableServiceContactInfoDescreptionLabel,.gx-label.ReadonlyBlobContentMSTableServiceContactInfoDescreptionLabel,.gx-label.BlobInputMSTableServiceContactInfoDescreptionLabel,.gx-label.ReadonlyMSTableServiceContactInfoDescreptionLabel,.gx-label.MS_CopyUrlTxtLabel,.gx-label.BlobContentMS_CopyUrlTxtLabel,.gx-label.ReadonlyBlobContentMS_CopyUrlTxtLabel,.gx-label.BlobInputMS_CopyUrlTxtLabel,.gx-label.ReadonlyMS_CopyUrlTxtLabel,.gx-label.MSTableSearchBusinessDVComboLabel,.gx-label.BlobContentMSTableSearchBusinessDVComboLabel,.gx-label.ReadonlyBlobContentMSTableSearchBusinessDVComboLabel,.gx-label.BlobInputMSTableSearchBusinessDVComboLabel,.gx-label.ReadonlyMSTableSearchBusinessDVComboLabel,.gx-label.MSTableSearchBusinessesDVLabel,.gx-label.BlobContentMSTableSearchBusinessesDVLabel,.gx-label.ReadonlyBlobContentMSTableSearchBusinessesDVLabel,.gx-label.BlobInputMSTableSearchBusinessesDVLabel,.gx-label.ReadonlyMSTableSearchBusinessesDVLabel,.gx-label.MSHomePopularChannelImage1Label,.gx-label.MS_PopularBusinessesFlex2Label,.gx-label.MSCategorySmallTextLabel,.gx-label.BlobContentMSCategorySmallTextLabel,.gx-label.ReadonlyBlobContentMSCategorySmallTextLabel,.gx-label.BlobInputMSCategorySmallTextLabel,.gx-label.ReadonlyMSCategorySmallTextLabel,.gx-label.MSFAQAnswerClassLabel,.gx-label.BlobContentMSFAQAnswerClassLabel,.gx-label.ReadonlyBlobContentMSFAQAnswerClassLabel,.gx-label.BlobInputMSFAQAnswerClassLabel,.gx-label.ReadonlyMSFAQAnswerClassLabel,.gx-label.MSFAQquestionClassLabel,.gx-label.BlobContentMSFAQquestionClassLabel,.gx-label.ReadonlyBlobContentMSFAQquestionClassLabel,.gx-label.BlobInputMSFAQquestionClassLabel,.gx-label.ReadonlyMSFAQquestionClassLabel,.gx-label.MS_ReportReasonsComboLabel,.gx-label.BlobContentMS_ReportReasonsComboLabel,.gx-label.ReadonlyBlobContentMS_ReportReasonsComboLabel,.gx-label.BlobInputMS_ReportReasonsComboLabel,.gx-label.ReadonlyMS_ReportReasonsComboLabel,.gx-label.MS_ReportAbuseCommnetLabel,.gx-label.BlobContentMS_ReportAbuseCommnetLabel,.gx-label.ReadonlyBlobContentMS_ReportAbuseCommnetLabel,.gx-label.BlobInputMS_ReportAbuseCommnetLabel,.gx-label.ReadonlyMS_ReportAbuseCommnetLabel,.gx-label.MS_TotalRateVar1Label,.gx-label.BlobContentMS_TotalRateVar1Label,.gx-label.ReadonlyBlobContentMS_TotalRateVar1Label,.gx-label.BlobInputMS_TotalRateVar1Label,.gx-label.ReadonlyMS_TotalRateVar1Label,.gx-label.MS_RateStarVar1Label,.gx-label.MS_NoOfReviews1Label,.gx-label.BlobContentMS_NoOfReviews1Label,.gx-label.ReadonlyBlobContentMS_NoOfReviews1Label,.gx-label.BlobInputMS_NoOfReviews1Label,.gx-label.MS_RatingCanvas11Label,.gx-label.ReadonlyMS_NoOfReviews1Label,.gx-label.MS_RatersNoVar1Label,.gx-label.BlobContentMS_RatersNoVar1Label,.gx-label.ReadonlyBlobContentMS_RatersNoVar1Label,.gx-label.BlobInputMS_RatersNoVar1Label,.gx-label.ReadonlyMS_RatersNoVar1Label,.gx-label.MS_NoOfvotes2Label,.gx-label.MS_NoOfReviews2Label,.gx-label.BlobContentMS_NoOfReviews2Label,.gx-label.ReadonlyBlobContentMS_NoOfReviews2Label,.gx-label.BlobInputMS_NoOfReviews2Label,.gx-label.ReadonlyMS_NoOfReviews2Label,.gx-label.MS_RatingCanvas12Label,.gx-label.MS_RatingCanvas2Label,.gx-label.BlobContentMS_RatingCanvas2Label,.gx-label.ReadonlyBlobContentMS_RatingCanvas2Label,.gx-label.BlobInputMS_RatingCanvas2Label,.gx-label.ReadonlyMS_RatingCanvas2Label,.gx-label.MS_RateZIndex1Label,.gx-label.BlobContentMS_RateZIndex1Label,.gx-label.ReadonlyBlobContentMS_RateZIndex1Label,.gx-label.BlobInputMS_RateZIndex1Label,.gx-label.ReadonlyMS_RateZIndex1Label,.gx-label.MS_RaterName1Label,.gx-label.BlobContentMS_RaterName1Label,.gx-label.ReadonlyBlobContentMS_RaterName1Label,.gx-label.BlobInputMS_RaterName1Label,.gx-label.ReadonlyMS_RaterName1Label,.gx-label.MS_RateComment1Label,.gx-label.BlobContentMS_RateComment1Label,.gx-label.ReadonlyBlobContentMS_RateComment1Label,.gx-label.BlobInputMS_RateComment1Label,.gx-label.ReadonlyMS_RateComment1Label,.gx-label.MS_RateDate1Label,.gx-label.BlobContentMS_RateDate1Label,.gx-label.ReadonlyBlobContentMS_RateDate1Label,.gx-label.BlobInputMS_RateDate1Label,.gx-label.ReadonlyMS_RateDate1Label,.gx-label.MS_TitleAttribute1Label,.gx-label.BlobContentMS_TitleAttribute1Label,.gx-label.ReadonlyBlobContentMS_TitleAttribute1Label,.gx-label.BlobInputMS_TitleAttribute1Label,.gx-label.ReadonlyMS_TitleAttribute1Label,.gx-label.MS_DescriptionAttribute1Label,.gx-label.BlobContentMS_DescriptionAttribute1Label,.gx-label.ReadonlyBlobContentMS_DescriptionAttribute1Label,.gx-label.BlobInputMS_DescriptionAttribute1Label,.gx-label.ReadonlyMS_DescriptionAttribute1Label,.gx-label.MSWizardAttributeDescLabel,.gx-label.BlobContentMSWizardAttributeDescLabel,.gx-label.ReadonlyBlobContentMSWizardAttributeDescLabel,.gx-label.BlobInputMSWizardAttributeDescLabel,.gx-label.ReadonlyMSWizardAttributeDescLabel,.gx-label.MS_SubCategoryNameLabel,.gx-label.BlobContentMS_SubCategoryNameLabel,.gx-label.ReadonlyBlobContentMS_SubCategoryNameLabel,.gx-label.BlobInputMS_SubCategoryNameLabel,.gx-label.ReadonlyMS_SubCategoryNameLabel,.gx-label.MS_CardCategNameLabel,.gx-label.BlobContentMS_CardCategNameLabel,.gx-label.ReadonlyBlobContentMS_CardCategNameLabel,.gx-label.BlobInputMS_CardCategNameLabel,.gx-label.ReadonlyMS_CardCategNameLabel,.gx-label.MSTableImageInfoCountVarLabel,.gx-label.BlobContentMSTableImageInfoCountVarLabel,.gx-label.ReadonlyBlobContentMSTableImageInfoCountVarLabel,.gx-label.BlobInputMSTableImageInfoCountVarLabel,.gx-label.ReadonlyMSTableImageInfoCountVarLabel,.gx-label.MSTableCardRateLabel,.gx-label.BlobContentMSTableCardRateLabel,.gx-label.ReadonlyBlobContentMSTableCardRateLabel,.gx-label.BlobInputMSTableCardRateLabel,.gx-label.ReadonlyMSTableCardRateLabel,.gx-label.MSTableCardFiltersDCLabel,.gx-label.BlobContentMSTableCardFiltersDCLabel,.gx-label.ReadonlyBlobContentMSTableCardFiltersDCLabel,.gx-label.BlobInputMSTableCardFiltersDCLabel,.gx-label.ReadonlyMSTableCardFiltersDCLabel,.gx-label.MSTableCardServicePriceLabel,.gx-label.BlobContentMSTableCardServicePriceLabel,.gx-label.ReadonlyBlobContentMSTableCardServicePriceLabel,.gx-label.BlobInputMSTableCardServicePriceLabel,.gx-label.ReadonlyMSTableCardServicePriceLabel,.gx-label.MSTableCardServicesPriceCurrencyLabel,.gx-label.BlobContentMSTableCardServicesPriceCurrencyLabel,.gx-label.ReadonlyBlobContentMSTableCardServicesPriceCurrencyLabel,.gx-label.BlobInputMSTableCardServicesPriceCurrencyLabel,.gx-label.ReadonlyMSTableCardServicesPriceCurrencyLabel,.gx-label.MSTableCardServicRateTLabel,.gx-label.MSTableCardTablePriceLabel,.gx-label.BlobContentMSTableCardTablePriceLabel,.gx-label.ReadonlyBlobContentMSTableCardTablePriceLabel,.gx-label.BlobInputMSTableCardTablePriceLabel,.gx-label.ReadonlyMSTableCardTablePriceLabel,.gx-label.MSTableCardTagNameFSLabel,.gx-label.BlobContentMSTableCardTagNameFSLabel,.gx-label.ReadonlyBlobContentMSTableCardTagNameFSLabel,.gx-label.BlobInputMSTableCardTagNameFSLabel,.gx-label.ReadonlyMSTableCardTagNameFSLabel,.gx-label.MSTableSectionDescriptionLabel,.gx-label.BlobContentMSTableSectionDescriptionLabel,.gx-label.ReadonlyBlobContentMSTableSectionDescriptionLabel,.gx-label.BlobInputMSTableSectionDescriptionLabel,.gx-label.ReadonlyMSTableSectionDescriptionLabel,.gx-label.MSTableCardFiltersTagDVNameLabel,.gx-label.BlobContentMSTableCardFiltersTagDVNameLabel,.gx-label.ReadonlyBlobContentMSTableCardFiltersTagDVNameLabel,.gx-label.BlobInputMSTableCardFiltersTagDVNameLabel,.gx-label.ReadonlyMSTableCardFiltersTagDVNameLabel,.gx-label.MSTableSectionDefaultTitleLabel,.gx-label.BlobContentMSTableSectionDefaultTitleLabel,.gx-label.ReadonlyBlobContentMSTableSectionDefaultTitleLabel,.gx-label.BlobInputMSTableSectionDefaultTitleLabel,.gx-label.ReadonlyMSTableSectionDefaultTitleLabel,.gx-label.MSTableAboutUsDescriptionLabel,.gx-label.BlobContentMSTableAboutUsDescriptionLabel,.gx-label.ReadonlyBlobContentMSTableAboutUsDescriptionLabel,.gx-label.BlobInputMSTableAboutUsDescriptionLabel,.gx-label.ReadonlyMSTableAboutUsDescriptionLabel,.gx-label.MSTableServiceContactInfoTitleLabel,.gx-label.BlobContentMSTableServiceContactInfoTitleLabel,.gx-label.ReadonlyBlobContentMSTableServiceContactInfoTitleLabel,.gx-label.BlobInputMSTableServiceContactInfoTitleLabel,.gx-label.ReadonlyMSTableServiceContactInfoTitleLabel,.gx-label.MSTableServiceContactInfoPhoneLabel,.gx-label.BlobContentMSTableServiceContactInfoPhoneLabel,.gx-label.ReadonlyBlobContentMSTableServiceContactInfoPhoneLabel,.gx-label.BlobInputMSTableServiceContactInfoPhoneLabel,.gx-label.ReadonlyMSTableServiceContactInfoPhoneLabel,.gx-label.MSTableServiceCommentLabel,.gx-label.BlobContentMSTableServiceCommentLabel,.gx-label.ReadonlyBlobContentMSTableServiceCommentLabel,.gx-label.BlobInputMSTableServiceCommentLabel,.gx-label.ReadonlyMSTableServiceCommentLabel,.gx-label.MSServicesDetailsCommentDescriptionLabel,.gx-label.BlobContentMSServicesDetailsCommentDescriptionLabel,.gx-label.ReadonlyBlobContentMSServicesDetailsCommentDescriptionLabel,.gx-label.BlobInputMSServicesDetailsCommentDescriptionLabel,.gx-label.ReadonlyMSServicesDetailsCommentDescriptionLabel,.gx-label.MSServicesDetailsUCommentLabel,.gx-label.BlobContentMSServicesDetailsUCommentLabel,.gx-label.ReadonlyBlobContentMSServicesDetailsUCommentLabel,.gx-label.BlobInputMSServicesDetailsUCommentLabel,.gx-label.ReadonlyMSServicesDetailsUCommentLabel,.gx-label.MSNotificationIconLabel,.gx-label.BlobContentMSNotificationIconLabel,.gx-label.ReadonlyBlobContentMSNotificationIconLabel,.gx-label.BlobInputMSNotificationIconLabel,.gx-label.ReadonlyMSNotificationIconLabel,.gx-label.MSServicesListContentLabel,.gx-label.BlobContentMSServicesListContentLabel,.gx-label.ReadonlyBlobContentMSServicesListContentLabel,.gx-label.BlobInputMSServicesListContentLabel,.gx-label.ReadonlyMSServicesListContentLabel,.gx-label.MSTableCardTablePriceCheckBoxLabel,.gx-label.MSSearchCategoryComboLabel,.gx-label.BlobContentMSSearchCategoryComboLabel,.gx-label.ReadonlyBlobContentMSSearchCategoryComboLabel,.gx-label.BlobInputMSSearchCategoryComboLabel,.gx-label.ReadonlyMSSearchCategoryComboLabel,.gx-label.MSShopprofiletextLabel,.gx-label.BlobContentMSShopprofiletextLabel,.gx-label.ReadonlyBlobContentMSShopprofiletextLabel,.gx-label.BlobInputMSShopprofiletextLabel,.gx-label.ReadonlyMSShopprofiletextLabel,.gx-label.MSTableSearchDVSearch1Label,.gx-label.BlobContentMSTableSearchDVSearch1Label,.gx-label.ReadonlyBlobContentMSTableSearchDVSearch1Label,.gx-label.BlobInputMSTableSearchDVSearch1Label,.gx-label.ReadonlyMSTableSearchDVSearch1Label,.gx-label.MSTableServiceContactInfoPhone_userprofileLabel,.gx-label.BlobContentMSTableServiceContactInfoPhone_userprofileLabel,.gx-label.ReadonlyBlobContentMSTableServiceContactInfoPhone_userprofileLabel,.gx-label.BlobInputMSTableServiceContactInfoPhone_userprofileLabel,.gx-label.ReadonlyMSTableServiceContactInfoPhone_userprofileLabel,.gx-label.MSTableServiceContactInfoPhone1Label,.gx-label.BlobContentMSTableServiceContactInfoPhone1Label,.gx-label.ReadonlyBlobContentMSTableServiceContactInfoPhone1Label,.gx-label.BlobInputMSTableServiceContactInfoPhone1Label,.gx-label.ReadonlyMSTableServiceContactInfoPhone1Label,.gx-label.MS_EditRateReviewLabel,.gx-label.BlobContentMS_EditRateReviewLabel,.gx-label.ReadonlyBlobContentMS_EditRateReviewLabel,.gx-label.BlobInputMS_EditRateReviewLabel,.gx-label.ReadonlyMS_EditRateReviewLabel,.gx-label.MS_EditField1111Label,.gx-label.BlobContentMS_EditField1111Label,.gx-label.ReadonlyBlobContentMS_EditField1111Label,.gx-label.BlobInputMS_EditField1111Label,.gx-label.ReadonlyMS_EditField1111Label,.gx-label.MSAccountViewsClassLabel,.gx-label.BlobContentMSAccountViewsClassLabel,.gx-label.ReadonlyBlobContentMSAccountViewsClassLabel,.gx-label.BlobInputMSAccountViewsClassLabel,.gx-label.ReadonlyMSAccountViewsClassLabel,.gx-label.MSAccountViewsClass1Label,.gx-label.BlobContentMSAccountViewsClass1Label,.gx-label.ReadonlyBlobContentMSAccountViewsClass1Label,.gx-label.BlobInputMSAccountViewsClass1Label,.gx-label.ReadonlyMSAccountViewsClass1Label,.gx-label.MSTableServiceSTitle1Label,.gx-label.BlobContentMSTableServiceSTitle1Label,.gx-label.ReadonlyBlobContentMSTableServiceSTitle1Label,.gx-label.BlobInputMSTableServiceSTitle1Label,.gx-label.ReadonlyMSTableServiceSTitle1Label,.gx-label.MS_AcceprtTermsCheckBoxLabel,.gx-label.BlobContentMS_AcceprtTermsCheckBoxLabel,.gx-label.ReadonlyBlobContentMS_AcceprtTermsCheckBoxLabel,.gx-label.BlobInputMS_AcceprtTermsCheckBoxLabel,.gx-label.ReadonlyMS_AcceprtTermsCheckBoxLabel,.gx-label.MS_ProfilePopupPhoneLabel,.gx-label.BlobContentMS_ProfilePopupPhoneLabel,.gx-label.ReadonlyBlobContentMS_ProfilePopupPhoneLabel,.gx-label.BlobInputMS_ProfilePopupPhoneLabel,.gx-label.ReadonlyMS_ProfilePopupPhoneLabel,.gx-label.MSUserProfileTableContentServiceDetailsRejectedLabel,.gx-label.BlobContentMSUserProfileTableContentServiceDetailsRejectedLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsRejectedLabel,.gx-label.BlobInputMSUserProfileTableContentServiceDetailsRejectedLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceDetailsRejectedLabel,.gx-label.MS_LoginAttributeLabel,.gx-label.BlobContentMS_LoginAttributeLabel,.gx-label.ReadonlyBlobContentMS_LoginAttributeLabel,.gx-label.BlobInputMS_LoginAttributeLabel,.gx-label.ReadonlyMS_LoginAttributeLabel,.gx-label.MSCardImageAttributeLabel,.gx-label.ReadonlyMSCardImageAttributeLabel,.gx-label.MSCardWithImageAttributeDescriptionLabel,.gx-label.BlobContentMSCardWithImageAttributeDescriptionLabel,.gx-label.ReadonlyBlobContentMSCardWithImageAttributeDescriptionLabel,.gx-label.BlobInputMSCardWithImageAttributeDescriptionLabel,.gx-label.ReadonlyMSCardWithImageAttributeDescriptionLabel,.gx-label.MS_RegisterRedAttributeLabel,.gx-label.BlobContentMS_RegisterRedAttributeLabel,.gx-label.ReadonlyBlobContentMS_RegisterRedAttributeLabel,.gx-label.BlobInputMS_RegisterRedAttributeLabel,.gx-label.ReadonlyMS_RegisterRedAttributeLabel,.gx-label.MS_TermsCheckBoxLabel,.gx-label.BlobContentMS_TermsCheckBoxLabel,.gx-label.ReadonlyBlobContentMS_TermsCheckBoxLabel,.gx-label.BlobInputMS_TermsCheckBoxLabel,.gx-label.ReadonlyMS_TermsCheckBoxLabel,.gx-label.MSHomeCardImageAttributeLabel,.gx-label.ReadonlyMSHomeCardImageAttributeLabel,.gx-label.MSHomeCardImageAttributeWhiteLabel,.gx-label.BlobContentMSHomeCardImageAttributeWhiteLabel,.gx-label.ReadonlyBlobContentMSHomeCardImageAttributeWhiteLabel,.gx-label.BlobInputMSHomeCardImageAttributeWhiteLabel,.gx-label.ReadonlyMSHomeCardImageAttributeWhiteLabel,.gx-label.MSHomePopularChannelImage2Label,.gx-label.MSHomePopularChannelImageLabel,.gx-label.MSHomeCardImageAttributeGrayLabel,.gx-label.BlobContentMSHomeCardImageAttributeGrayLabel,.gx-label.ReadonlyBlobContentMSHomeCardImageAttributeGrayLabel,.gx-label.BlobInputMSHomeCardImageAttributeGrayLabel,.gx-label.ReadonlyMSHomeCardImageAttributeGrayLabel,.gx-label.MS_NotificationDateLabel,.gx-label.BlobContentMS_NotificationDateLabel,.gx-label.ReadonlyBlobContentMS_NotificationDateLabel,.gx-label.BlobInputMS_NotificationDateLabel,.gx-label.ReadonlyMS_NotificationDateLabel,.gx-label.MSTableServiceSTitleLabel,.gx-label.BlobContentMSTableServiceSTitleLabel,.gx-label.ReadonlyBlobContentMSTableServiceSTitleLabel,.gx-label.BlobInputMSTableServiceSTitleLabel,.gx-label.ReadonlyMSTableServiceSTitleLabel,.gx-label.MSTableServicesImageLabel,.gx-label.BlobContentMSTableServicesImageLabel,.gx-label.ReadonlyBlobContentMSTableServicesImageLabel,.gx-label.BlobInputMSTableServicesImageLabel,.gx-label.ReadonlyMSTableServicesImageLabel,.gx-label.MSTableServicesWhiteTitleLabel,.gx-label.BlobContentMSTableServicesWhiteTitleLabel,.gx-label.ReadonlyBlobContentMSTableServicesWhiteTitleLabel,.gx-label.BlobInputMSTableServicesWhiteTitleLabel,.gx-label.ReadonlyMSTableServicesWhiteTitleLabel,.gx-label.MSTableServicesTextSeparatorLabel,.gx-label.BlobContentMSTableServicesSeparatorLabel,.gx-label.ReadonlyBlobContentMSTableServicesSeparatorLabel,.gx-label.BlobInputMSTableServicesSeparatorLabel,.gx-label.ReadonlyMSTableServicesSeparatorLabel,.gx-label.MSTableServicesTextSubSeparatorLabel,.gx-label.BlobContentMSTableServicesSeparator1Label,.gx-label.ReadonlyBlobContentMSTableServicesSeparator1Label,.gx-label.BlobInputMSTableServicesSeparator1Label,.gx-label.ReadonlyMSTableServicesSeparator1Label,.gx-label.MSTableServicesSubTitleLabel,.gx-label.BlobContentMSTableServicesSubTitleLabel,.gx-label.ReadonlyBlobContentMSTableServicesSubTitleLabel,.gx-label.BlobInputMSTableServicesSubTitleLabel,.gx-label.ReadonlyMSTableServicesSubTitleLabel,.gx-label.MSTableServicesUserNameLabel,.gx-label.BlobContentMSTableServicesUserNameLabel,.gx-label.ReadonlyBlobContentMSTableServicesUserNameLabel,.gx-label.BlobInputMSTableServicesUserNameLabel,.gx-label.ReadonlyMSTableServicesUserNameLabel,.gx-label.MSTableServicesVoteCountLabel,.gx-label.BlobContentMSTableServicesVoteCountLabel,.gx-label.ReadonlyBlobContentMSTableServicesVoteCountLabel,.gx-label.BlobInputMSTableServicesVoteCountLabel,.gx-label.ReadonlyMSTableServicesVoteCountLabel,.gx-label.MSTableServiceProviderContactInfoLabel,.gx-label.BlobContentMSTableServiceProviderContactInfoLabel,.gx-label.ReadonlyBlobContentMSTableServiceProviderContactInfoLabel,.gx-label.BlobInputMSTableServiceProviderContactInfoLabel,.gx-label.ReadonlyMSTableServiceProviderContactInfoLabel,.gx-label.MSTableServiceProviderImageLabel,.gx-label.BlobContentMSTableServiceProviderImageLabel,.gx-label.ReadonlyBlobContentMSTableServiceProviderImageLabel,.gx-label.BlobInputMSTableServiceProviderImageLabel,.gx-label.ReadonlyMSTableServiceProviderImageLabel,.gx-label.MSAboutUsAttributeLabel,.gx-label.BlobContentMSAboutUsAttributeLabel,.gx-label.ReadonlyBlobContentMSAboutUsAttributeLabel,.gx-label.BlobInputMSAboutUsAttributeLabel,.gx-label.ReadonlyMSAboutUsAttributeLabel,.gx-label.MSAboutUsAttributeLabelLabel,.gx-label.BlobContentMSAboutUsAttributeLabelLabel,.gx-label.ReadonlyBlobContentMSAboutUsAttributeLabelLabel,.gx-label.BlobInputMSAboutUsAttributeLabelLabel,.gx-label.ReadonlyMSAboutUsAttributeLabelLabel,.gx-label.MS_PrivacyPolicyAttributeLabel,.gx-label.BlobContentMS_PrivacyPolicyAttributeLabel,.gx-label.ReadonlyBlobContentMS_PrivacyPolicyAttributeLabel,.gx-label.BlobInputMS_PrivacyPolicyAttributeLabel,.gx-label.ReadonlyMS_PrivacyPolicyAttributeLabel,.gx-label.MSTermsContentLabel,.gx-label.BlobContentMSTermsContentLabel,.gx-label.ReadonlyBlobContentMSTermsContentLabel,.gx-label.BlobInputMSTermsContentLabel,.gx-label.ReadonlyMSTermsContentLabel,.gx-label.MSUserProfileTableTopSectionLabel,.gx-label.BlobContentMSUserProfileTableTopSectionLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableTopSectionLabel,.gx-label.BlobInputMSUserProfileTableTopSectionLabel,.gx-label.ReadonlyMSUserProfileTableTopSectionLabel,.gx-label.MSUserProfileTableTopSectionSelectorLabel,.gx-label.BlobContentMSUserProfileTableTopSectionSelectorLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableTopSectionSelectorLabel,.gx-label.BlobInputMSUserProfileTableTopSectionSelectorLabel,.gx-label.ReadonlyMSUserProfileTableTopSectionSelectorLabel,.gx-label.MSUserProfileTableContentCreateBtnLabel,.gx-label.BlobContentMSUserProfileTableContentCreateBtnLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentCreateBtnLabel,.gx-label.BlobInputMSUserProfileTableContentCreateBtnLabel,.gx-label.ReadonlyMSUserProfileTableContentCreateBtnLabel,.gx-label.MSUserProfileTableGridTitleLabel,.gx-label.BlobContentMSUserProfileTableGridTitleLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableGridTitleLabel,.gx-label.BlobInputMSUserProfileTableGridTitleLabel,.gx-label.ReadonlyMSUserProfileTableGridTitleLabel,.gx-label.MSUserProfileTableContentServiceLabel,.gx-label.BlobContentMSUserProfileTableContentServiceLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceLabel,.gx-label.BlobInputMSUserProfileTableContentServiceLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceLabel,.gx-label.MSUserProfileTableGridTitleFirstLabel,.gx-label.BlobContentMSUserProfileTableGridTitleFirstLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableGridTitleFirstLabel,.gx-label.BlobInputMSUserProfileTableGridTitleFirstLabel,.gx-label.ReadonlyMSUserProfileTableGridTitleFirstLabel,.gx-label.MSUserProfileTableContentServiceDetailsLabel,.gx-label.BlobContentMSUserProfileTableContentServiceDetailsLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsLabel,.gx-label.BlobInputMSUserProfileTableContentServiceDetailsLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceDetailsLabel,.gx-label.MSUserProfileTableContentServiceDetailsActiveLabel,.gx-label.BlobContentMSUserProfileTableContentServiceDetailsActiveLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsActiveLabel,.gx-label.BlobInputMSUserProfileTableContentServiceDetailsActiveLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceDetailsActiveLabel,.gx-label.MSUserProfileTableContentServiceDetailsInActiveLabel,.gx-label.BlobContentMSUserProfileTableContentServiceDetailsInActiveLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsInActiveLabel,.gx-label.BlobInputMSUserProfileTableContentServiceDetailsInActiveLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceDetailsInActiveLabel,.gx-label.MSUserProfileTableContentServiceDetailsPendingLabel,.gx-label.BlobContentMSUserProfileTableContentServiceDetailsPendingLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsPendingLabel,.gx-label.BlobInputMSUserProfileTableContentServiceDetailsPendingLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceDetailsPendingLabel,.gx-label.MSUserProfileTableContentServiceDetailsDraftLabel,.gx-label.BlobContentMSUserProfileTableContentServiceDetailsDraftLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsDraftLabel,.gx-label.BlobInputMSUserProfileTableContentServiceDetailsDraftLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceDetailsDraftLabel,.gx-label.MSUserProfileServiceRateLabel,.gx-label.ReadonlyMSUserProfileServiceRateLabel,.gx-label.MSHomeCardImageAttributeBaseColorLabel,.gx-label.BlobContentMSHomeCardImageAttributeBaseColorLabel,.gx-label.ReadonlyBlobContentMSHomeCardImageAttributeBaseColorLabel,.gx-label.BlobInputMSHomeCardImageAttributeBaseColorLabel,.gx-label.ReadonlyMSHomeCardImageAttributeBaseColorLabel,.gx-label.MSHomeTableSearchTHeaderTitleLabel,.gx-label.BlobContentMSHomeTableSearchTHeaderTitleLabel,.gx-label.ReadonlyBlobContentMSHomeTableSearchTHeaderTitleLabel,.gx-label.BlobInputMSHomeTableSearchTHeaderTitleLabel,.gx-label.ReadonlyMSHomeTableSearchTHeaderTitleLabel,.gx-label.MSHomeTableSearchTHeaderSubtitleLabel,.gx-label.BlobContentMSHomeTableSearchTHeaderSubtitleLabel,.gx-label.ReadonlyBlobContentMSHomeTableSearchTHeaderSubtitleLabel,.gx-label.BlobInputMSHomeTableSearchTHeaderSubtitleLabel,.gx-label.ReadonlyMSHomeTableSearchTHeaderSubtitleLabel,.gx-label.MS_VerifyPhoneAttributeLabel,.gx-label.BlobContentMS_VerifyPhoneAttributeLabel,.gx-label.ReadonlyBlobContentMS_VerifyPhoneAttributeLabel,.gx-label.BlobInputMS_VerifyPhoneAttributeLabel,.gx-label.ReadonlyMS_VerifyPhoneAttributeLabel,.gx-label.MS_VerifyPhoneAttributeUnderlinedLabel,.gx-label.BlobContentMS_VerifyPhoneAttributeUnderlinedLabel,.gx-label.ReadonlyBlobContentMS_VerifyPhoneAttributeUnderlinedLabel,.gx-label.BlobInputMS_VerifyPhoneAttributeUnderlinedLabel,.gx-label.ReadonlyMS_VerifyPhoneAttributeUnderlinedLabel,.gx-label.MSTableServiceDetailsRCommentLabel,.gx-label.BlobContentMSTableServiceDetailsRCommentLabel,.gx-label.ReadonlyBlobContentMSTableServiceDetailsRCommentLabel,.gx-label.BlobInputMSTableServiceDetailsRCommentLabel,.gx-label.ReadonlyMSTableServiceDetailsRCommentLabel,.gx-label.MS_VerifyPhoneWrongOTPLabel,.gx-label.BlobContentMS_VerifyPhoneWrongOTPLabel,.gx-label.ReadonlyBlobContentMS_VerifyPhoneWrongOTPLabel,.gx-label.BlobInputMS_VerifyPhoneWrongOTPLabel,.gx-label.ReadonlyMS_VerifyPhoneWrongOTPLabel,.gx-label.MS_CronoMeterLabel,.gx-label.BlobContentMS_CronoMeterLabel,.gx-label.ReadonlyBlobContentMS_CronoMeterLabel,.gx-label.BlobInputMS_CronoMeterLabel,.gx-label.ReadonlyMS_CronoMeterLabel,.gx-label.MS_VerifyPhoneCountryCodeLabel,.gx-label.BlobContentMS_VerifyPhoneCountryCodeLabel,.gx-label.ReadonlyBlobContentMS_VerifyPhoneCountryCodeLabel,.gx-label.BlobInputMS_VerifyPhoneCountryCodeLabel,.gx-label.ReadonlyMS_VerifyPhoneCountryCodeLabel,.gx-label.MS_VerifyPhoneErrorMsgLabel,.gx-label.BlobContentMS_VerifyPhoneErrorMsgLabel,.gx-label.ReadonlyBlobContentMS_VerifyPhoneErrorMsgLabel,.gx-label.BlobInputMS_VerifyPhoneErrorMsgLabel,.gx-label.ReadonlyMS_VerifyPhoneErrorMsgLabel,.gx-label.MS_NoOfReviewsLabel,.gx-label.BlobContentMS_NoOfReviewsLabel,.gx-label.ReadonlyBlobContentMS_NoOfReviewsLabel,.gx-label.BlobInputMS_NoOfReviewsLabel,.gx-label.ReadonlyMS_NoOfReviewsLabel,.gx-label.MS_RatingCanvas1Label,.gx-label.MS_RaterNameLabel,.gx-label.BlobContentMS_RaterNameLabel,.gx-label.ReadonlyBlobContentMS_RaterNameLabel,.gx-label.BlobInputMS_RaterNameLabel,.gx-label.ReadonlyMS_RaterNameLabel,.gx-label.MS_RateCommentLabel,.gx-label.BlobContentMS_RateCommentLabel,.gx-label.ReadonlyBlobContentMS_RateCommentLabel,.gx-label.BlobInputMS_RateCommentLabel,.gx-label.ReadonlyMS_RateCommentLabel,.gx-label.ReadonlyMS_RateDate2Label,.gx-label.MS_RateDateLabel,.gx-label.BlobContentMS_RateDateLabel,.gx-label.ReadonlyBlobContentMS_RateDateLabel,.gx-label.BlobInputMS_RateDateLabel,.gx-label.ReadonlyMS_RateDateLabel,.gx-label.MSBoldTextLabel,.gx-label.BlobContentMSBoldTextLabel,.gx-label.ReadonlyBlobContentMSBoldTextLabel,.gx-label.BlobInputMSBoldTextLabel,.gx-label.ReadonlyMSBoldTextLabel,.gx-label.MS_RateStarVarLabel,.gx-label.BlobContentMS_RateStarVarLabel,.gx-label.ReadonlyBlobContentMS_RateStarVarLabel,.gx-label.BlobInputMS_RateStarVarLabel,.gx-label.ReadonlyMS_RateStarVarLabel,.gx-label.MS_RatersNoVarLabel,.gx-label.BlobContentMS_RatersNoVarLabel,.gx-label.ReadonlyBlobContentMS_RatersNoVarLabel,.gx-label.BlobInputMS_RatersNoVarLabel,.gx-label.ReadonlyMS_RatersNoVarLabel,.gx-label.MS_TotalRateVarLabel,.gx-label.BlobContentMS_TotalRateVarLabel,.gx-label.ReadonlyBlobContentMS_TotalRateVarLabel,.gx-label.BlobInputMS_TotalRateVarLabel,.gx-label.ReadonlyMS_TotalRateVarLabel,.gx-label.MS_NoOfvotesLabel,.gx-label.BlobContentMS_NoOfvotesLabel,.gx-label.ReadonlyBlobContentMS_NoOfvotesLabel,.gx-label.BlobInputMS_NoOfvotesLabel,.gx-label.ReadonlyMS_NoOfvotesLabel,.gx-label.MS_NoOfvotes1Label,.gx-label.BlobContentMS_NoOfvotes1Label,.gx-label.ReadonlyBlobContentMS_NoOfvotes1Label,.gx-label.BlobInputMS_NoOfvotes1Label,.gx-label.ReadonlyMS_NoOfvotes1Label,.gx-label.MS_RateZIndexLabel,.gx-label.BlobContentMS_RateZIndexLabel,.gx-label.ReadonlyBlobContentMS_RateZIndexLabel,.gx-label.BlobInputMS_RateZIndexLabel,.gx-label.ReadonlyMS_RateZIndexLabel,.gx-label.MS_RateMemberVar1Label,.gx-label.BlobContentMS_RateMemberVar1Label,.gx-label.ReadonlyBlobContentMS_RateMemberVar1Label,.gx-label.BlobInputMS_RateMemberVar1Label,.gx-label.ReadonlyMS_RateMemberVar1Label,.gx-label.MSDescriptionClassLabel,.gx-label.BlobContentMSDescriptionClassLabel,.gx-label.ReadonlyBlobContentMSDescriptionClassLabel,.gx-label.BlobInputMSDescriptionClassLabel,.gx-label.ReadonlyMSDescriptionClassLabel,.gx-label.MS_RateMemberVar2Label,.gx-label.BlobContentMS_RateMemberVar2Label,.gx-label.ReadonlyBlobContentMS_RateMemberVar2Label,.gx-label.BlobInputMS_RateMemberVar2Label,.gx-label.ReadonlyMS_RateMemberVar2Label,.gx-label.MS_EditField1Label,.gx-label.BlobContentMS_EditField1Label,.gx-label.ReadonlyBlobContentMS_EditField1Label,.gx-label.BlobInputMS_EditField1Label,.gx-label.ReadonlyMS_EditField1Label,.gx-label.MS_EditField2Label,.gx-label.BlobContentMS_EditField2Label,.gx-label.ReadonlyBlobContentMS_EditField2Label,.gx-label.BlobInputMS_EditField2Label,.gx-label.ReadonlyMS_EditField2Label,.gx-label.MS_EditField1DateLabel,.gx-label.MS_ProfileEditFieldLabel,.gx-label.BlobContentMS_ProfileEditFieldLabel,.gx-label.ReadonlyBlobContentMS_ProfileEditFieldLabel,.gx-label.BlobInputMS_ProfileEditFieldLabel,.gx-label.ReadonlyMS_ProfileEditFieldLabel,.gx-label.MSWizardField1Label,.gx-label.BlobContentMSWizardField1Label,.gx-label.ReadonlyBlobContentMSWizardField1Label,.gx-label.BlobInputMSWizardField1Label,.gx-label.ReadonlyMSWizardField1Label,.gx-label.MSWizardAttributeDateLabel,.gx-label.MSWizardNextPreviuosIconLabel,.gx-label.MS_EditAddressFieldLabel,.gx-label.BlobContentMS_EditAddressFieldLabel,.gx-label.ReadonlyBlobContentMS_EditAddressFieldLabel,.gx-label.BlobInputMS_EditAddressFieldLabel,.gx-label.ReadonlyMS_EditAddressFieldLabel,.gx-label.MS_EditField11Label,.gx-label.BlobContentMS_EditField11Label,.gx-label.ReadonlyBlobContentMS_EditField11Label,.gx-label.BlobInputMS_EditField11Label,.gx-label.ReadonlyMS_EditField11Label,.gx-label.MS_EditEmailFieldLabel,.gx-label.BlobContentMS_EditEmailFieldLabel,.gx-label.ReadonlyBlobContentMS_EditEmailFieldLabel,.gx-label.BlobInputMS_EditEmailFieldLabel,.gx-label.ReadonlyMS_EditEmailFieldLabel,.gx-label.MS_EditBioFieldLabel,.gx-label.BlobContentMS_EditBioFieldLabel,.gx-label.ReadonlyBlobContentMS_EditBioFieldLabel,.gx-label.BlobInputMS_EditBioFieldLabel,.gx-label.ReadonlyMS_EditBioFieldLabel,.gx-label.MS_EditField111Label,.gx-label.BlobContentMS_EditField111Label,.gx-label.ReadonlyBlobContentMS_EditField111Label,.gx-label.BlobInputMS_EditField111Label,.gx-label.ReadonlyMS_EditField111Label,.gx-label.MS_EditProfileErrorMsgLabel,.gx-label.BlobContentMS_EditProfileErrorMsgLabel,.gx-label.ReadonlyBlobContentMS_EditProfileErrorMsgLabel,.gx-label.BlobInputMS_EditProfileErrorMsgLabel,.gx-label.ReadonlyMS_EditProfileErrorMsgLabel,.gx-label.MS_EditProfileErrorMsg2Label,.gx-label.BlobContentMS_EditProfileErrorMsg2Label,.gx-label.ReadonlyBlobContentMS_EditProfileErrorMsg2Label,.gx-label.BlobInputMS_EditProfileErrorMsg2Label,.gx-label.ReadonlyMS_EditProfileErrorMsg2Label,.gx-label.MS_ChangePassFieldLabel,.gx-label.BlobContentMS_ChangePassFieldLabel,.gx-label.ReadonlyBlobContentMS_ChangePassFieldLabel,.gx-label.BlobInputMS_ChangePassFieldLabel,.gx-label.ReadonlyMS_ChangePassFieldLabel,.gx-label.MSDisplayNoneTextClassLabel,.gx-label.BlobContentMSDisplayNoneTextClassLabel,.gx-label.ReadonlyBlobContentMSDisplayNoneTextClassLabel,.gx-label.BlobInputMSDisplayNoneTextClassLabel,.gx-label.ReadonlyMSDisplayNoneTextClassLabel,.gx-label.MS_RegisterBusNameAttributeLabel,.gx-label.BlobContentMS_RegisterBusNameAttributeLabel,.gx-label.ReadonlyBlobContentMS_RegisterBusNameAttributeLabel,.gx-label.BlobInputMS_RegisterBusNameAttributeLabel,.gx-label.ReadonlyMS_RegisterBusNameAttributeLabel,.gx-label.MS_CheckboxCheckBoxLabel,.gx-label.MS_CommentDateLabel,.gx-label.BlobContentMS_CommentDateLabel,.gx-label.ReadonlyBlobContentMS_CommentDateLabel,.gx-label.BlobInputMS_CommentDateLabel,.gx-label.ReadonlyMS_CommentDateLabel,.gx-label.MSTableServiceSTitleRightLabel,.gx-label.BlobContentMSTableServiceSTitleRightLabel,.gx-label.ReadonlyBlobContentMSTableServiceSTitleRightLabel,.gx-label.BlobInputMSTableServiceSTitleRightLabel,.gx-label.ReadonlyMSTableServiceSTitleRightLabel,.gx-label.MS_TitleAttributeLabel,.gx-label.BlobContentMS_TitleAttributeLabel,.gx-label.ReadonlyBlobContentMS_TitleAttributeLabel,.gx-label.BlobInputMS_TitleAttributeLabel,.gx-label.ReadonlyMS_TitleAttributeLabel,.gx-label.MS_DescriptionAttributeLabel,.gx-label.BlobContentMS_DescriptionAttributeLabel,.gx-label.ReadonlyBlobContentMS_DescriptionAttributeLabel,.gx-label.BlobInputMS_DescriptionAttributeLabel,.gx-label.ReadonlyMS_DescriptionAttributeLabel,.gx-label.MS_AllCommentDateColorLabel,.gx-label.BlobContentMS_AllCommentDateColorLabel,.gx-label.ReadonlyBlobContentMS_AllCommentDateColorLabel,.gx-label.BlobInputMS_AllCommentDateColorLabel,.gx-label.ReadonlyMS_AllCommentDateColorLabel,.gx-label.MS_AllCommentDateColorDateLabel,.gx-label.MSBusinessPhoneClassLabel,.gx-label.BlobContentMSBusinessPhoneClassLabel,.gx-label.ReadonlyBlobContentMSBusinessPhoneClassLabel,.gx-label.BlobInputMSBusinessPhoneClassLabel,.gx-label.ReadonlyMSBusinessPhoneClassLabel,.gx-label.MSBusinessTextClassLabel,.gx-label.BlobContentMSBusinessTextClassLabel,.gx-label.ReadonlyBlobContentMSBusinessTextClassLabel,.gx-label.BlobInputMSBusinessTextClassLabel,.gx-label.ReadonlyMSBusinessTextClassLabel,.gx-label.MSTableSearchDVComboLabel,.gx-label.BlobContentMSTableSearchDVComboLabel,.gx-label.ReadonlyBlobContentMSTableSearchDVComboLabel,.gx-label.BlobInputMSTableSearchDVComboLabel,.gx-label.ReadonlyMSTableSearchDVComboLabel,.gx-label.MSTableSearchDVSearchLabel,.gx-label.BlobContentMSTableSearchDVSearchLabel,.gx-label.ReadonlyBlobContentMSTableSearchDVSearchLabel,.gx-label.BlobInputMSTableSearchDVSearchLabel,.gx-label.ReadonlyMSTableSearchDVSearchLabel,.gx-label.MSTableSearchSecondDVComboLabel,.gx-label.BlobContentMSTableSearchSecondDVComboLabel,.gx-label.ReadonlyBlobContentMSTableSearchSecondDVComboLabel,.gx-label.BlobInputMSTableSearchSecondDVComboLabel,.gx-label.ReadonlyMSTableSearchSecondDVComboLabel,.gx-label.MSCardImageAttributeWhiteWithShadowLabel,.gx-label.ReadonlyMSCardImageAttributeWhiteWithShadowLabel,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadowLabel,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowLabel,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadow1Label,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow1Label,.gx-label.MSTableCardTableHeaderTitleLabel,.gx-label.BlobContentMSTableCardTableHeaderTitleLabel,.gx-label.ReadonlyBlobContentMSTableCardTableHeaderTitleLabel,.gx-label.BlobInputMSTableCardTableHeaderTitleLabel,.gx-label.ReadonlyMSTableCardTableHeaderTitleLabel,.gx-label.MSTableCardTableHeaderAdResultLabel,.gx-label.BlobContentMSTableCardTableHeaderAdResultLabel,.gx-label.ReadonlyBlobContentMSTableCardTableHeaderAdResultLabel,.gx-label.BlobInputMSTableCardTableHeaderAdResultLabel,.gx-label.ReadonlyMSTableCardTableHeaderAdResultLabel,.gx-label.MSTableCardTableHeaderSubCategoryLabel,.gx-label.BlobContentMSTableCardTableHeaderSubCategoryLabel,.gx-label.ReadonlyBlobContentMSTableCardTableHeaderSubCategoryLabel,.gx-label.BlobInputMSTableCardTableHeaderSubCategoryLabel,.gx-label.ReadonlyMSTableCardTableHeaderSubCategoryLabel,.gx-label.MSCardImageAttributeWhiteWithShadow1Label,.gx-label.ReadonlyMSCardImageAttributeWhiteWithShadow1Label,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadow2Label,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow2Label,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadow11Label,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow11Label,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadowRateLabel,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRateLabel,.gx-label.MSAttributeWhiteBackLabel,.gx-label.BlobContentMSAttributeWhiteBackLabel,.gx-label.ReadonlyBlobContentMSAttributeWhiteBackLabel,.gx-label.BlobInputMSAttributeWhiteBackLabel,.gx-label.ReadonlyMSAttributeWhiteBackLabel,.gx-label.MSNoBorderLabel,.gx-label.BlobContentMSNoBorderLabel,.gx-label.ReadonlyBlobContentMSNoBorderLabel,.gx-label.BlobInputMSNoBorderLabel,.gx-label.ReadonlyMSNoBorderLabel,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadowRate1Label,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRate1Label,.gx-label.MSWHiteTextWithSpaceLabel,.gx-label.BlobContentMSWHiteTextWithSpaceLabel,.gx-label.ReadonlyBlobContentMSWHiteTextWithSpaceLabel,.gx-label.BlobInputMSWHiteTextWithSpaceLabel,.gx-label.ReadonlyMSWHiteTextWithSpaceLabel,.gx-label.MSHomeLoginDDMCUserNameLabel,.gx-label.BlobContentMSHomeLoginDDMCUserNameLabel,.gx-label.ReadonlyBlobContentMSHomeLoginDDMCUserNameLabel,.gx-label.BlobInputMSHomeLoginDDMCUserNameLabel,.gx-label.ReadonlyMSHomeLoginDDMCUserNameLabel,.gx-label.MSFooterFSItemLabel,.gx-label.ReadonlyMSFooterFSItemLabel,.gx-label.MSFooterFSItemSuboptionLabel,.gx-label.ReadonlyMSFooterFSItemSuboptionLabel,.gx-label.MSTableCardProviderImageLabel,.gx-label.BlobContentMSTableCardProviderImageLabel,.gx-label.ReadonlyBlobContentMSTableCardProviderImageLabel,.gx-label.BlobInputMSTableCardProviderImageLabel,.gx-label.ReadonlyMSTableCardProviderImageLabel,.gx-label.MSWizardFieldLabel,.gx-label.BlobContentMSWizardFieldLabel,.gx-label.ReadonlyBlobContentMSWizardFieldLabel,.gx-label.BlobInputMSWizardFieldLabel,.gx-label.ReadonlyMSWizardFieldLabel,.gx-label.MSWizardField2Label,.gx-label.BlobContentMSWizardField2Label,.gx-label.ReadonlyBlobContentMSWizardField2Label,.gx-label.BlobInputMSWizardField2Label,.gx-label.ReadonlyMSWizardField2Label,.gx-label.MSWizardAttributeLabel,.gx-label.BlobContentMSWizardAttributeLabel,.gx-label.ReadonlyBlobContentMSWizardAttributeLabel,.gx-label.BlobInputMSWizardAttributeLabel,.gx-label.ReadonlyMSWizardAttributeLabel,.gx-label.MSWizardAttributeCheckBoxLabel,.gx-label.ImageHomeModulesBackWithRadiusLabel,.gx-label.BlobContentImageHomeModulesBackWithRadiusLabel,.gx-label.ReadonlyBlobContentImageHomeModulesBackWithRadiusLabel,.gx-label.BlobInputImageHomeModulesBackWithRadiusLabel,.gx-label.ReadonlyImageHomeModulesBackWithRadiusLabel,.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.AttributeSearchResultImageLabel,.gx-label.AttributeLandingCongoFooterLabel,.gx-label.ReadonlyAttributeLandingCongoFooterLabel,.gx-label.AttributeLandingCongoFooterSuboptionLabel,.gx-label.ReadonlyAttributeLandingCongoFooterSuboptionLabel,.gx-label.AttributeLandingCongoLabel,.gx-label.ReadonlyAttributeLandingCongoLabel,.gx-label.MS_ComboAttributeLabel,.gx-label.BlobContentMS_ComboAttributeLabel,.gx-label.ReadonlyBlobContentMS_ComboAttributeLabel,.gx-label.BlobInputMS_ComboAttributeLabel,.gx-label.ReadonlyMS_ComboAttributeLabel,.gx-label.MS_RegisterAttributeLabel,.gx-label.BlobContentMS_RegisterAttributeLabel,.gx-label.ReadonlyBlobContentMS_RegisterAttributeLabel,.gx-label.BlobInputMS_RegisterAttributeLabel,.gx-label.ReadonlyMS_RegisterAttributeLabel,.gx-label.MS_CountryCodeAttributeLabel,.gx-label.BlobContentMS_CountryCodeAttributeLabel,.gx-label.ReadonlyBlobContentMS_CountryCodeAttributeLabel,.gx-label.BlobInputMS_CountryCodeAttributeLabel,.gx-label.ReadonlyMS_CountryCodeAttributeLabel,.gx-label.MS_PhoneAttributeLabel,.gx-label.BlobContentMS_PhoneAttributeLabel,.gx-label.ReadonlyBlobContentMS_PhoneAttributeLabel,.gx-label.BlobInputMS_PhoneAttributeLabel,.gx-label.ReadonlyMS_PhoneAttributeLabel,.gx-label.MS_FlagAttributeLabel,.gx-label.BlobContentMS_FlagAttributeLabel,.gx-label.ReadonlyBlobContentMS_FlagAttributeLabel,.gx-label.BlobInputMS_FlagAttributeLabel,.gx-label.ReadonlyMS_FlagAttributeLabel,.gx-label.MS_CheckBoxLabel,.gx-label.BlobContentMS_CheckBoxLabel,.gx-label.ReadonlyBlobContentMS_CheckBoxLabel,.gx-label.BlobInputMS_CheckBoxLabel,.gx-label.ReadonlyMS_CheckBoxLabel,.gx-label.MSTableCardProviderImage1Label,.gx-label.BlobContentMSTableCardProviderImage1Label,.gx-label.ReadonlyBlobContentMSTableCardProviderImage1Label,.gx-label.BlobInputMSTableCardProviderImage1Label,.gx-label.ReadonlyMSTableCardProviderImage1Label,.gx-label.MSMarginTextAtabicLabel,.gx-label.BlobContentMSMarginTextAtabicLabel,.gx-label.ReadonlyBlobContentMSMarginTextAtabicLabel,.gx-label.BlobInputMSMarginTextAtabicLabel,.gx-label.ReadonlyMSMarginTextAtabicLabel,.gx-label.MS_ComboAttribute1Label,.gx-label.BlobContentMS_ComboAttribute1Label,.gx-label.ReadonlyBlobContentMS_ComboAttribute1Label,.gx-label.BlobInputMS_ComboAttribute1Label,.gx-label.ReadonlyMS_ComboAttribute1Label,.gx-label.MS_RegisterAttribute1Label,.gx-label.BlobContentMS_RegisterAttribute1Label,.gx-label.ReadonlyBlobContentMS_RegisterAttribute1Label,.gx-label.BlobInputMS_RegisterAttribute1Label,.gx-label.ReadonlyMS_RegisterAttribute1Label,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadowRate2Label,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRate2Label,.gx-label.MS_StarVarLabel,.gx-label.BlobContentMS_StarVarLabel,.gx-label.ReadonlyBlobContentMS_StarVarLabel,.gx-label.BlobInputMS_StarVarLabel,.gx-label.ReadonlyMS_StarVarLabel
{
	white-space: normal;
	font-size: 10pt;
	font-weight: bold;
}
.AssociationTitle
{
	font-size: 11pt;
	color: #455a64;
}
.SmallText
{
	font-size: 7.8pt;
	text-align: center;
}
.SelectedTab
{
	background-image: none;
	font-size: 14px;
	font-weight: normal;
	line-height:25px;
}
.UnSelectedTab
{
	background-image: none;
	font-size: 14px;
	font-weight: normal;
}
.DataDescription,.DataDescriptionLogin
{
	padding-bottom: 16px;
	padding-left: 5px;
	display: block;
	white-space: normal;
	font-size: 10pt;
	font-weight: normal;
}
.DataDescriptionLogin
{
	padding-bottom: 0px;
	padding-top: 0px;
}
.TextBlockTitleWWP,.WizardTitle,.TextBlockTitleWWPTab,.TextBlockTitleNotAuthorized,.WizardStepDescription,.WizardStepTitleLine,.WizardStepDescriptionLine,.WizardStepDescriptionUnderline,.TextBlockTitleMaster,.TextBlockTitleMaterial,.WizardStepDescriptionVertical
{
	white-space: normal;
	font-size: 18px;
	font-weight: normal;
	color: #455a64;
	line-height:30px;
}
.TextBlockTitleWWPTab
{
	font-size: 12pt;
}
.WizardStepDescription,.WizardStepTitleLine,.WizardStepDescriptionLine,.WizardStepDescriptionUnderline
{
	margin-left: 15px;
	margin-right: 15px;
}
.WizardStepTitleLine,.WizardStepDescriptionLine
{
	margin-left: 5px;
	display: block;
	font-weight: bold;
}
.WizardStepDescriptionLine
{
	font-size: 14px;
	font-weight: normal;
	line-height:normal;
}
.WizardStepDescriptionUnderline
{
	margin-left: 20px;
}
.TextBlockTitleMaster,.TextBlockTitleMaterial
{
	font-size: 15pt;
}
.TextBlockTitleMaterial
{
	padding-left: 15px;
	font-size: 18px;
	font-weight: 300;
}
.WizardStepDescriptionVertical
{
	font-weight: bold;
}
.DataFilterDescription,.DataFixedFilterDescription,.DataFilterDescriptionPrefix
{
	padding-left: 8px;
	padding-right: 2px;
	font-size: 10pt;
}
.DataFixedFilterDescription
{
	margin-right: 5px;
	font-weight: bold;
}
.DataFilterDescriptionPrefix
{
	padding-left: 0px;
}
.DescriptionWhite
{
	color: white;
}
.WorkWithFooter
{
	background-color: #fff;
	font-size: 12pt;
	font-weight: bold;
	color: white;
}
.InGridDeletion
{
	text-decoration: line-through;
}
.StepNumber,.StepNumberSelected
{
	font-size: 12px;
	color: #808080;
}
.StepNumberSelected
{
	color: white;
}
.StepNumberBullet,.StepNumberBulletSelected
{
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.StepNumberBulletSelected
{
	font-size: 16px;
}
.WizardTextBlock,.WizardTextBlockDescription
{
	white-space: normal;
	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-size: 18px;
	color: MaterialMenu_ItemForecolor;
	max-width: 180px;
	text-transform: uppercase;
}
.TextBlockMoreInfoCard,.TextBlockMoreInfoAdmin
{
	font-size: 12px;
	color: #999;
}
.TextBlockMoreInfoAdmin
{
	padding-bottom: 3px;
	padding-top: 3px;
	color: rgba(255,255,255,0.8);
}
.TextBlockMoreInfoAdmin:before
{
	color: rgba(255,255,255,0.8);
	content: '';
}

.ProgressAdminCardTitle
{
	padding-left: 10px;
	font-size: 14px;
	font-weight: 400;
	color: white;
	text-transform: uppercase;
}
.SimpleCardTitle
{
	padding-top: 8px;
	font-size: 18px;
	font-weight: 400;
	color: #455a64;
}
.StepNumberUnderline,.StepNumberUnderlineSelected
{
	font-family: muli,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d9d9d9;
}
.StepNumberVertical
{
	font-family: muli,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8c8d8e;
}
.TextBlockShowingOnly
{
	padding-left: 6px;
	font-style: italic;
	line-height:30px;
}
.LandingCongoFooterText
{
	display: block;
	white-space: normal;
	color: rgba(255,255,255,0.5);
	max-width: 300px;
	line-height:1.4;
}
.LandingCongoSloganTitle
{
	white-space: normal;
	font-size: 56px;
	font-weight: 800;
	color: white;
	letter-spacing: 1px;
	line-height:70px;
}
.LandingCongoSloganDescription
{
	padding-left: 10px;
	white-space: normal;
	font-size: 20px;
	color: white;
	line-height:30px;
}
.LandingCongoFooterTitle
{
	display: block;
	white-space: normal;
	font-size: 16px;
	color: white;
	max-width: 165px;
	line-height:1.4;
}
.LandingCongoFooterSubtitle
{
	padding-left: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #2f3066;
	line-height:1.4;
}
.LandingCongoTitle,.LandingCongoSubtitle,.LandingCongoSubtitleContactUs,.LandingCongoCardTitle,.LandingCongoCardSubtitle,.LandingCongoBullet,.LandingCongoCardDescription,.LandingCongoFeatureTitle
{
	font-size: 40px;
	font-weight: 800;
	color: #47204a;
}
.LandingCongoSubtitle,.LandingCongoSubtitleContactUs
{
	display: inline-block;
	white-space: normal;
	font-size: 20px;
	font-weight: 500;
	width: 740px;
	line-height:1.4;
}
.LandingCongoSubtitleContactUs
{
	width: auto;
}
.LandingCongoCardTitle,.LandingCongoCardSubtitle,.LandingCongoBullet,.LandingCongoCardDescription
{
	white-space: normal;
	font-size: 32px;
	font-weight: 700;
}
.LandingCongoCardSubtitle,.LandingCongoBullet
{
	display: block;
	font-size: 20px;
	min-height: 84px;
	line-height:28px;
}
.LandingCongoBullet
{
	padding-left: 10px;
	min-height: 0px;
}
.LandingCongoCardDescription
{
	font-size: 16px;
	font-weight: normal;
	line-height:26px;
}
.LandingCongoFeatureTitle
{
	white-space: normal;
	font-size: 24px;
	font-weight: 600;
}
.LandingCongoBannerTitle
{
	font-size: 20px;
	font-weight: 800;
	color: white;
	letter-spacing: 0.32px;
	text-transform: uppercase;
}
.LandingCongoBannerSubtitle
{
	white-space: normal;
	font-size: 40px;
	font-weight: 300;
	color: white;
	line-height:52px;
}
.MSMasterPageHeaderLogin
{
	margin-left: 5px;
	margin-right: 6px;
	font-family: DMSans-Regular;
	font-size: 20px;
	font-weight: 400;
	color: #333463;
}
.MS_AcceptTerms1
{
	margin-bottom: 10px;
	margin-right: -10px;
	text-decoration: underline;
	color: #e39600;
}
.MS_RegisterTxt8_new
{
	margin-right: 215pt;
	margin-top: 60pt;
	display: inline-block;
	color: #fff;
}
.MS_RegisterTxt6_new
{
	margin-right: 225pt;
	font-family: DMSans-Bold;
	text-decoration: underline;
	color: #e39600;
	color: #e39600 !important;
}
.MS_RegisterTxt2_new
{
	margin-left: 17pt;
	padding-right: 3pt;
	padding-top: 15pt;
	font-size: 15pt;
	color: #fff;
}
.MS_LoginTxt3
{
	font-size: 30pt;
	color: #fff;
}
.MS_LoginTxt4
{
	font-size: 20pt;
	color: #fff;
}
.MS_RegisterTxt1
{
	font-size: 14pt;
	color: #fff;
}
.MS_RegisterTxt2
{
	margin-left: 45pt;
	padding-right: 3pt;
	padding-top: 15pt;
	font-size: 15pt;
	color: #fff;
}
.MS_RegisterTxt3
{
	margin-left: 40pt;
	margin-top: 0px;
	padding-right: 3pt;
	display: inline-block;
	font-size: 11pt;
	color: #fff;
}
.MS_RegisterTxt4
{
	margin-left: 5pt;
	padding-right: 3pt;
	padding-top: 15pt;
	font-size: 15pt;
	color: #fff;
}
.MS_RegisterTxt6
{
	margin-right: 65pt;
	text-decoration: underline;
	color: #e39600;
	color: #e39600 !important;
}
.MS_RegisterTxt6:before
{
	text-decoration: underline;
	color: #e39600;
	content: '';
	color: #e39600 !important;
}

.MS_RegisterTxt7
{
	margin-left: 0px;
	margin-right: -60px;
	margin-top: 0px;
	padding-right: 3pt;
	display: inline-block;
	font-size: 11pt;
	color: #fff;
	text-decoration: underline;
}
.MS_RegisterTxt8
{
	margin-right: 60pt;
	margin-top: 60pt;
	display: inline-block;
	color: #fff;
}
.MS_AcceptTerms
{
	margin-bottom: 10px;
	margin-right: -176px;
	text-decoration: underline;
	color: #e39600;
}
.MS_ErrorVar
{
	margin-left: 13px;
	padding-left: 5px;
	top: 10px;
	background-color: transparent;
	color: #f56a67;
	z-index: 3 !important;
	white-space: break-spaces !Important;
}
.MSWhiteText31
{
	font-size: 20px;
	color: white;
}
.MSFSMapTitleSelected
{
	display: flex;
	font-family: DMSans-Regular;
	font-size: 20px;
	font-weight: 400;
	color: #333463;
	text-indent: 0px;
	align-items: center;
	justify-content: center;
}
.MSFSMapTitleSelected:after
{
	display: flex;
	font-family: DMSans-Regular;
	font-size: 20px;
	font-weight: 400;
	color: #333463;
	text-indent: 0px;
	content: '';
	align-items: center;
	justify-content: center;
}

.MSFSGalleryTitleUnSelected
{
	display: flex;
	font-family: DMSans-Regular;
	font-size: 20px;
	font-weight: 400;
	color: #767686;
	text-indent: 0px;
	align-items: center;
	justify-content: center;
}
.MSFSGalleryTitleUnSelected:after
{
	display: flex;
	font-family: DMSans-Regular;
	font-size: 20px;
	font-weight: 400;
	color: #767686;
	text-indent: 0px;
	content: '';
	align-items: center;
	justify-content: center;
}

.MSHomeViewMoreBtn1
{
	margin-right: 60px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: absolute;
	z-index: 1;
	background-color: #e39600;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	font-family: DMSans-Regular;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
.MSAboutShopTitle
{
	margin-left: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #393a70;
}
.MS_ErrorLongTxtBlock1
{
	margin-bottom: 10px;
	margin-left: 23px;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #c90000;
	width: 100%;
	max-width: 400px;
}
.FreeStyleGrid,.TrnSublevelGrid,.RecentLinksGrid,.FreeStyleStepsVertical,.FreeStyleHomeModulesBig,.FreeStyleHomeModules,.FreeStyleHomeModulesBigDark,.FreeStyleGridMPSearch,.MS_Small_FreeStyleGrid,.MSFAGFSGrid,.FreeStyleHomeModules2,.MSTableCardServicesFilteredFS,.MSHomePopularChannelContainer,.MS_NotificationGrid,.MSTableServiceDetailsContainer,.MSUserProfileServices,.MSFSServicesImages,.MSFServiceDetailsComment,.MS_ReviewsFreeStyleGrid,.FreeStyleSteps,.FreeStyleStepsLine,.FreeStyleStepsProgress,.VerticalTabGrid,.ColumnsSelectorFreeStyleGrid,.FreeStyleGridWithHeader,.FreeStyleStepsUnderline
{
	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: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.FreeStyleGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.TrnSublevelGrid>tbody>tr,.TrnSublevelGrid>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.TrnSublevelGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.TrnSublevelGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .TrnSublevelGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.TrnSublevelGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.TrnSublevelGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.RecentLinksGrid>tbody>tr,.RecentLinksGrid>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.RecentLinksGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.RecentLinksGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .RecentLinksGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.RecentLinksGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.RecentLinksGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.FreeStyleStepsVertical>tbody>tr,.FreeStyleStepsVertical>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleStepsVertical[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	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;
}

.FreeStyleHomeModulesBig>tbody>tr,.FreeStyleHomeModulesBig>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleHomeModulesBig[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleHomeModulesBig[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleHomeModulesBig[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.FreeStyleHomeModulesBig[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleHomeModulesBig[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.FreeStyleHomeModules>tbody>tr,.FreeStyleHomeModules>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleHomeModules[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleHomeModules[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleHomeModules[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.FreeStyleHomeModules[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleHomeModules[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.FreeStyleHomeModulesBigDark>tbody>tr,.FreeStyleHomeModulesBigDark>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleHomeModulesBigDark[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleHomeModulesBigDark[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleHomeModulesBigDark[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.FreeStyleHomeModulesBigDark[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleHomeModulesBigDark[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.FreeStyleGridMPSearch>tbody>tr,.FreeStyleGridMPSearch>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleGridMPSearch[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleGridMPSearch[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleGridMPSearch[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.FreeStyleGridMPSearch[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleGridMPSearch[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.MS_Small_FreeStyleGrid>tbody>tr,.MS_Small_FreeStyleGrid>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.MS_Small_FreeStyleGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.MS_Small_FreeStyleGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .MS_Small_FreeStyleGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.MS_Small_FreeStyleGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.MS_Small_FreeStyleGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.MSFAGFSGrid
{
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	text-indent: 0px;
	box-shadow: 0px 0px 4px rgb(51 52 99 / 80%);
}

.MSFAGFSGrid>tbody>tr,.MSFAGFSGrid>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-indent: 0px;
	box-shadow: 0px 0px 4px rgb(51 52 99 / 80%);
}

.MSFAGFSGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
	text-indent: 0px;
	box-shadow: 0px 0px 4px rgb(51 52 99 / 80%);
}

.MSFAGFSGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .MSFAGFSGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
	text-indent: 0px;
	box-shadow: 0px 0px 4px rgb(51 52 99 / 80%);
}

.MSFAGFSGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
	text-indent: 0px;
	box-shadow: 0px 0px 4px rgb(51 52 99 / 80%);
}

.MSFAGFSGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
	text-indent: 0px;
	box-shadow: 0px 0px 4px rgb(51 52 99 / 80%);
}

.FreeStyleHomeModules2
{
	padding-left: 20px;
	padding-right: 20px;
	text-indent: 0px;
}

.FreeStyleHomeModules2>tbody>tr,.FreeStyleHomeModules2>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-indent: 0px;
}

.FreeStyleHomeModules2[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
	text-indent: 0px;
}

.FreeStyleHomeModules2[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleHomeModules2[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
	text-indent: 0px;
}

.FreeStyleHomeModules2[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
	text-indent: 0px;
}

.FreeStyleHomeModules2[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
	text-indent: 0px;
}

.MSTableCardServicesFilteredFS
{
	padding-bottom: 70px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	text-indent: 0px;
}

.MSTableCardServicesFilteredFS>tbody>tr,.MSTableCardServicesFilteredFS>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-indent: 0px;
}

.MSTableCardServicesFilteredFS[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
	text-indent: 0px;
}

.MSTableCardServicesFilteredFS[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .MSTableCardServicesFilteredFS[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
	text-indent: 0px;
}

.MSTableCardServicesFilteredFS[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
	text-indent: 0px;
}

.MSTableCardServicesFilteredFS[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
	text-indent: 0px;
}

.MSHomePopularChannelContainer
{
	padding-left: 20px;
	padding-right: 20px;
	min-width: 100%;
}

.MSHomePopularChannelContainer>tbody>tr,.MSHomePopularChannelContainer>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.MSHomePopularChannelContainer[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.MSHomePopularChannelContainer[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .MSHomePopularChannelContainer[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.MSHomePopularChannelContainer[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.MSHomePopularChannelContainer[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.MS_NotificationGrid
{
	border-width: 1px;
}

.MS_NotificationGrid>tbody>tr,.MS_NotificationGrid>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.MS_NotificationGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.MS_NotificationGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .MS_NotificationGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.MS_NotificationGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.MS_NotificationGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.MSTableServiceDetailsContainer
{
	text-indent: 0px;
}

.MSTableServiceDetailsContainer>tbody>tr,.MSTableServiceDetailsContainer>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-indent: 0px;
}

.MSTableServiceDetailsContainer[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
	text-indent: 0px;
}

.MSTableServiceDetailsContainer[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .MSTableServiceDetailsContainer[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
	text-indent: 0px;
}

.MSTableServiceDetailsContainer[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
	text-indent: 0px;
}

.MSTableServiceDetailsContainer[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
	text-indent: 0px;
}

.MSUserProfileServices
{
	text-indent: 0px;
}

.MSUserProfileServices>tbody>tr,.MSUserProfileServices>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-indent: 0px;
}

.MSUserProfileServices[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
	text-indent: 0px;
}

.MSUserProfileServices[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .MSUserProfileServices[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
	text-indent: 0px;
}

.MSUserProfileServices[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
	text-indent: 0px;
}

.MSUserProfileServices[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
	text-indent: 0px;
}

.MSFSServicesImages
{
	border-width: 1px;
	height: 255px;
	max-height: 255px;
	min-height: 255px;
}

.MSFSServicesImages>tbody>tr,.MSFSServicesImages>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.MSFSServicesImages[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.MSFSServicesImages[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .MSFSServicesImages[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.MSFSServicesImages[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.MSFSServicesImages[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.MSFServiceDetailsComment
{
	background-color: #fff;
	border-width: 1px;
	width: 541px;
	max-width: 541px;
	min-width: 541px;
}

.MSFServiceDetailsComment>tbody>tr,.MSFServiceDetailsComment>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.MSFServiceDetailsComment[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.MSFServiceDetailsComment[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .MSFServiceDetailsComment[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.MSFServiceDetailsComment[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.MSFServiceDetailsComment[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.MS_ReviewsFreeStyleGrid
{
	border-style: solid;
	border-width: 1px;
	max-width: 100%;
}

.MS_ReviewsFreeStyleGrid>tbody>tr,.MS_ReviewsFreeStyleGrid>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.MS_ReviewsFreeStyleGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.MS_ReviewsFreeStyleGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .MS_ReviewsFreeStyleGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.MS_ReviewsFreeStyleGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.MS_ReviewsFreeStyleGrid[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: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleSteps[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleSteps[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleSteps[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.FreeStyleSteps[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleSteps[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.FreeStyleStepsLine
{
	padding-top: 15px;
}

.FreeStyleStepsLine>tbody>tr,.FreeStyleStepsLine>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleStepsLine[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	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: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleStepsProgress[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	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: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.VerticalTabGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #fff;
}

.VerticalTabGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.VerticalTabGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.ColumnsSelectorFreeStyleGrid
{
	height: 100%;
}

.ColumnsSelectorFreeStyleGrid>tbody>tr,.ColumnsSelectorFreeStyleGrid>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.ColumnsSelectorFreeStyleGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.ColumnsSelectorFreeStyleGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .ColumnsSelectorFreeStyleGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
}

.ColumnsSelectorFreeStyleGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.ColumnsSelectorFreeStyleGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
}

.FreeStyleGridWithHeader
{
	border-top: none;
	border-bottom-color: #eaeaea;
	border-left-color: #eaeaea;
	border-right-color: #eaeaea;
	border-style: solid;
	border-width: 1px;
	border-collapse:collapse !important;
}

.FreeStyleGridWithHeader>tbody>tr,.FreeStyleGridWithHeader>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	border-collapse:collapse !important;
}

.FreeStyleGridWithHeader[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
	border-collapse:collapse !important;
}

.FreeStyleGridWithHeader[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleGridWithHeader[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: transparent;
	border-collapse:collapse !important;
}

.FreeStyleGridWithHeader[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
	border-collapse:collapse !important;
}

.FreeStyleGridWithHeader[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d9d9d9;
	border-collapse:collapse !important;
}

.FreeStyleStepsUnderline>tbody>tr,.FreeStyleStepsUnderline>[data-gxrow]
{
	background-color: transparent;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.FreeStyleStepsUnderline[data-bkgstyle='none']>tbody>tr
{
	font-family: Montserrat,sans-serif;
	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;
}

.Hyperlink
{
	border-style: none;
	border-width: 0px;
	font-family: Montserrat,sans-serif;
	font-size: 8.25pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
.Messages,.MS_ErrorMessages,.ErrorMessagesForHide1,.ErrorMessages,.ErrorMessagesForHide,.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: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	color: #808080;
}
.MS_ErrorMessages,.ErrorMessagesForHide1
{
	padding-left: 5px;
	top: 10px;
	font-size: 9pt;
	color: #f56a67;
	z-index:3 !important;
}
.ErrorMessages,.ErrorMessagesForHide
{
	padding-left: 5px;
	top: 10px;
	font-size: 9pt;
	color: #f56a67;
	z-index:3 !important;
}
.WarningMessages
{
	background-color: #f39c12;
	margin-left: 5px;
	min-height: 34px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	z-index:3 !important;
}
.FileUpload.gx-fileupload table td:nth-child(3), .FileUpload.gx-fileupload table td:nth-child(4), .FileUpload.gx-fileupload table .glyphicon
{
	display: none
}
.FileUpload1.gx-fileupload table td:first-child, .FileUpload1.gx-fileupload table td:nth-child(3), .FileUpload1.gx-fileupload table td:nth-child(4), .FileUpload1.gx-fileupload table .glyphicon
{
	display: none
}
.FileUploadShop.gx-fileupload table td:nth-child(3), .FileUploadShop.gx-fileupload table td:nth-child(4), .FileUploadShop.gx-fileupload table .glyphicon
{
	display: none
}
.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: #393a70;
	stroke: #393a70;
}
.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: black;
}
.GridPageController .slick-prev:before, .GridPageController .slick-next:before
{
	color: #555;
}
.GridPageController .slick-prev:before
{
	content: '\2190';
}
.GridPageController .slick-next:before
{
	content: '\2192';
}
.FreeStyleStepsVertical .CompletedStep .TableStepVertical, .FreeStyleStepsVertical .CurrentStep .TableStepVertical 
{
	background-color: #393a70;
	text-align: center;
}
.FreeStyleStepsVertical .CompletedStep .StepNumberVertical 
{
	display: none;
}
.FreeStyleStepsVertical .CurrentStep .StepNumberVertical 
{
	color: white;
}
.FreeStyleStepsVertical .CurrentStep .ReadonlyAttributeStepVertical 
{
	color: #393a70;
}
.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: #393a70;
	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: #393a70;
	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: #393a70;
}
.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;
}
.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: Montserrat,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: white;
}
.slimmenu.RegularBackgroundColorOption>li 
{
	margin-left: 2px;
	margin-right: 2px;
	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: 700;
}
.slimmenu.RegularBackgroundColorOption li>ul 
{
	border-top-color: #393a70;
	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 
{
	background-color: #393a70;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	color: white;
	content:'';
	left:0;
	top:0;
	transform:scale(1);
	transition:all 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.slimmenu.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: #393a70;
	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;
}
.TableLandingCongoContactUs .RequiredDataContentCellFL .AttributeLandingCongoLabel 
{
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 0px;
}
.TableLandingCongoContactUs .RequiredDataContentCellFL .AttributeLandingCongo 
{
	margin-left: 20px;
	width:calc(100% - 30px);
}
.LandingCongoBannerCell:before 
{
	background-color: black;
	opacity: .6;
	position: absolute;
	height: 100%;
	width: 100%;
	content:'';
}
.LandingCongoButtonBanner:hover,.LandingCongoButtonBanner:active:focus, .LandingCongoButtonBanner:focus, .LandingCongoButtonCard:hover, .LandingCongoButtonCard:active:focus, .LandingCongoButtonCard:focus, .LandingCongoButtonContactForm:hover, .LandingCongoButtonContactForm:active:focus, .LandingCongoButtonContactForm:focus 
{
	background-color: #2f3066;
	color: white;
	box-shadow:none;
}
.ReadonlyAttributeLandingCongoFooter>A,.ReadonlyAttributeLandingCongoFooterSuboption>A,.ReadonlyAttributeLandingCongoFooter>A:link,.ReadonlyAttributeLandingCongoFooterSuboption>A:link,.ReadonlyAttributeLandingCongoFooter>A:visited,.ReadonlyAttributeLandingCongoFooterSuboption>A:visited 
{
	color: #99abb4;
	-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;
}
.ReadonlyAttributeLandingCongoFooter>A:hover,.ReadonlyAttributeLandingCongoFooterSuboption>A:hover 
{
	text-decoration: none;
	color: white;
}
.LandingCongoActionGroupHeader .dropdown-menu>li>a 
{
	padding-bottom: 10px;
	padding-left: 18px;
	padding-top: 10px;
	font-family: Montserrat,sans-serif;
	color: #47204a;
}
.LandingCongoActionGroupHeader  .btn 
{
	background-color: transparent;
	border-style: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 28px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 28px;
	box-shadow:none;
}
.LandingCongoActionGroupHeader>button>span:after 
{
	margin-left: 8px;
	display: inline-block;
	font-family: "font awesome 5 free";
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	color: #0ac6a6;
	content:"\f078";
	line-height:40px;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
}
.LandingCongoActionGroupHeader .dropdown-menu 
{
	border-style: none;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.LandingCongoActionGroupHeader .dropdown-menu>li>a:focus,.LandingCongoActionGroupHeader .dropdown-menu>li>a:hover 
{
	background-color: #616298;
	color: #47204a;
}
.LandingCongoActionGroupHeader>.btn:hover:after,.LandingCongoActionGroupHeader.open .btn:after, .LandingCongoActionGroupHeader.open .btn:focus:after 
{
	opacity: 1;
	width: 100%;
}
.LandingCongoActionGroupHeader>.btn:after 
{
	background-color: #0ac6a6;
	bottom: 33px;
	left: 0px;
	position: absolute;
	height: 2px;
	width: 0px;
	content:'';
	left:0;
	opacity:0;
	transition:.15s ease-out!important;
	width:0;
}
.LandingCongoActionGroupHeader>.btn>span 
{
	margin-left: 10px;
	font-family: Montserrat,sans-serif;
	color: #47204a;
}
.LandingCongoActionGroupHeader .caret 
{
	display: none;
}
.LandingCongoActionGroupHeader.btn-group.open .dropdown-toggle 
{
	background-color: transparent;
	box-shadow:none;
}
.LandingCongoActionGroupHeader .btn-default:active:hover,.LandingCongoActionGroupHeader .btn-default:active 
{
	background-color: transparent;
}
.LandingCongoActionGroupHeader UL.dropdown-menu 
{
	visibility: hidden;
	display: block;
	opacity:0;
}
.LandingCongoActionGroupHeader.open UL.dropdown-menu 
{
	opacity: 1;
	visibility: visible;
	transition:linear,opacity .25s linear .25s;
}
.AttributeLandingCongoLabel.control-label 
{
	font-size: 16px;
	color: #444a55;
}
.LandingCongoActionGroupHeader>.btn>i+span 
{
	margin-left: 10px;
	font-family: Montserrat,sans-serif;
	color: #47204a;
}
.TabsIFrame body .CellPanelNoBorderSplitScreenTabs 
{
	padding-left: 0px;
	padding-right: 15px;
}
.TabsIFrame body .CellNoPaddingRightSplitScreenTabs 
{
	padding-left: 0px;
	padding-right: 15px;
}
.HTMLClass,HTML[style*="width"] 
{
	background-color: inherit;
}
.dp_container~DIV>.ErrorMessages 
{
	margin-bottom: -2px;
	margin-left: 6px;
}
.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 - 310px);
}
.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: 11px;
}
.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) 
{
	padding-left: 20px;
	height: 60px;
}
.TableContainerStep>tbody>tr>td:nth-child(3), .TableContainerStepSelected>tbody>tr>td:nth-child(3)  .TableContainerStep>tbody>tr>td:nth-child(3), .TableContainerStepSelected>tbody>tr>td:nth-child(3) 
{
	height: 60px;
}
.TableCardsMenu:hover, .TableCardsMenu2x:hover 
{
	background-color: #393a70;
	-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;
}
.TableMainPrompt .WWFiltersCell 
{
	margin-left: 30px;
}
.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: Montserrat,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;
	line-height:29px;
}
.AttributeFLLabel~div:not(.tooltip) 
{
	width: 100%;
}
.form-horizontal .checkbox 
{
	padding-top: 0px;
}
.form-horizontal .checkbox  LABEL.AttributeFL
{
	margin-bottom: -9px;
	padding-left: 26px;
	padding-top: 24px;
	min-height: 48px;
	width: 100%;
}
.AttributeFL.gx-checkbox-wrapper, .ReadonlyAttributeFL.gx-checkbox-wrapper 
{
	margin-bottom: -9px;
	padding-left: 26px;
	padding-top: 24px;
	min-height: 48px;
	width: 100%;
}
.ButtonColorFilled:hover, .ButtonColorFilled:focus, .ButtonColorFilledFullWidth:hover, .ButtonColorFilledFullWidth:focus, .ButtonColorFilled:active:focus, .ButtonColorFilledFullWidth:active:focus 
{
	background-color: #2f3d4a;
	color: white;
	box-shadow:none;
}
.ActionGroupColorFilledActions .ColumnsSelector.open>.btn-default 
{
	background-color: #393a70;
	border-style: none;
	color: white;
	box-shadow:none;
}
.ActionGroupColorFilledActions .ColumnsSelector> .btn-default,.ActionGroupColorFilledActions>div>input 
{
	background-color: #393a70;
	border-style: none;
	margin-right: 3pt;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-family: Montserrat,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: #393a70;
	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: Montserrat,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;
}
.WorkWith TR:not(.WCD_tr) span.ReadonlyAttribute.gx-download-placeholder 
{
	background-image: url(../VideoDownload.png);
	margin-left: 0px;
	height: 64px;
	max-height: 64px;
	width: 64px;
	display: inline-block;
}
.WorkWith TR:not(.WCD_tr) .gx-attribute .form-control:not(.Invisible) 
{
	display: block;
}
.WorkWith TR:not(.WCD_tr) .Attribute 
{
	margin-left: 0px;
	display: block;
}
.WorkWith TR:not(.WCD_tr) .AttributeCheckBox 
{
	padding-left: 0px;
}
.WorkWith TR:not(.WCD_tr) SELECT 
{
	width:auto !important;
}
.WorkWith TR:not(.WCD_tr) .input-group .Attribute 
{
	min-width: 135px;
}
.WorkWith TR:not(.WCD_tr) .input-group-btn 
{
	left: -5px;
}
.WorkWith TR:not(.WCD_tr) .input-group-btn>.btn-default 
{
	display: inline-grid;
}
.WorkWith TR:not(.WCD_tr) .gx-attribute .form-control.Invisible 
{
	display: none;
}
.WorkWith TR:not(.WCD_tr) .AttributeRealWidth 
{
	margin-left: 0px;
	display: block;
}
.WorkWith TR:not(.WCD_tr) .ReadonlyAttributeRealWidth 
{
	display: inline;
	overflow: inherit !important;
}
.WorkWith TR:not(.WCD_tr) .AttributeRealWidthCheckBox 
{
	margin-left: 5px;
	padding-left: 0px;
}
.WorkWith TR:not(.WCD_tr) .gx-attribute img.ReadonlyAttribute 
{
	max-height: 30px;
}
.WorkWith TR:not(.WCD_tr) input[type='checkbox']:before 
{
	line-height:inherit;
}
.WorkWith  .ExtendedCombo .btn-default 
{
	margin-bottom: 5px;
	margin-top: 5px;
	min-width: 206px;
}
.WorkWith  .checkbox .Attribute 
{
	border-style: none;
}
.WorkWith  .ConvertToDDO SELECT 
{
	height:0 !important;
}
.WorkWith  .checkbox LABEL SPAN INPUT 
{
	margin-top: 4px;
	margin-left:-14px !important;
}
.WorkWith  .checkbox LABEL INPUT 
{
	margin-left: 0px;
}
.WorkWith  .ErrorAttribute 
{
	margin-left: 0px;
}
.WorkWith  .ErrorMessages 
{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-left: 0px;
	top: auto;
	display: block;
	white-space: nowrap;
}
.WorkWith  .DVelopComboGridCell span.ErrorMessages 
{
	display: inline;
}
.WorkWith  .DVelopComboGridCell > input.ErrorAttribute + div 
{
	display:none !important;
}
.WorkWith  .DVelopComboGridCell > .ExtendedCombo .btn-default.Errorbtn 
{
	z-index: 101;
}
.WorkWith  .DVelopComboGridCell .Errorbtn + div 
{
	float: none;
}
.WorkWith  TR .WWIconActionColumn i 
{
	background-color: #eaeaea;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	padding-left: 6px;
	padding-right: 6px;
	width: 25px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height:25px;
}
.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 .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 .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 .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 .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 .WWColumnDanger.WWIconActionColumn i 
{
	background-color: #e5cccc;
}
.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 
{
	background-color: #b9ccb7;
}
.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 
{
	background-color: #bcdcf5;
}
.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 
{
	background-color: #fed6be;
}
.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 
{
	background-color: #d9d9d9;
}
.WorkWith  TR .WWActionGroupColumn.WWColumnGray .dropdown-toggle.btn-default>i 
{
	color: #c8c8c8;
}
.WorkWith  TR .WWActionGroupColumn.WWColumnGray .dropdown-toggle.btn-default 
{
	border-bottom-color: #c8c8c8;
	border-left-color: #c8c8c8;
	border-right-color: #c8c8c8;
	border-top-color: #c8c8c8;
}
.WorkWith  TR .WWColumnGray Select 
{
	border-bottom-color: #c8c8c8;
	border-left-color: #c8c8c8;
	border-right-color: #c8c8c8;
	border-top-color: #c8c8c8;
}
.WorkWith  TR .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 
{
	background-color: #393a70;
}
.WorkWith  TR A:focus .ActionBaseColorAttribute 
{
	background-color: #393a70;
}
.WorkWith  TR A:focus .DeleteAttribute 
{
	background-color: #f56a67;
}
.WorkWith  TR A:focus .SelectAttribute 
{
	background-color: #9ccf70;
}
.WorkWith  TR A:focus .WWActionGroupColumn .Attribute 
{
	color: black;
}
.WorkWith  TR:hover .WWColumnDanger.WWIconActionColumn i 
{
	background-color: #e5b5b5;
}
.WorkWith  TR:hover .WWColumnDanger.WWIconActionColumn:hover i 
{
	background-color: #dd4b39;
}
.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 
{
	background-color: #e5b5b5;
}
.WorkWith  TR:hover .WWColumnGray.WWIconActionColumn:hover i 
{
	background-color: gray;
}
.WorkWith  TR:hover .WWColumnGray .ConvertToDDO.bootstrap-select>Button.btn-default:hover 
{
	border-bottom-color: gray;
	border-left-color: gray;
	border-right-color: gray;
	border-top-color: gray;
}
.WorkWith  TR:hover .WWColumnGray .ConvertToDDO.bootstrap-select>Button.btn-default:hover>i 
{
	color: gray;
}
.WorkWith  TR:hover .WWColumnGray .ConvertToDDO.bootstrap-select>Button.btn-default>i 
{
	color: #c8c8c8;
}
.WorkWith  TR:hover .WWColumnInfo.WWIconActionColumn i 
{
	background-color: #97c9f1;
}
.WorkWith  TR:hover .WWColumnInfo.WWIconActionColumn:hover i 
{
	background-color: #3c8dbc;
}
.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 
{
	background-color: #f9c2a0;
}
.WorkWith  TR:hover .WWColumnWarning.WWIconActionColumn:hover i 
{
	background-color: #fb6e52;
}
.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 
{
	background-color: #a4c2a0;
}
.WorkWith  TR:hover .WWColumnSuccess.WWIconActionColumn:hover i 
{
	background-color: #00a65a;
}
.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: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
}
.WorkWith  TR:hover .WWActionGroupColumn .dropdown-toggle.btn-default:hover>i 
{
	color: #393a70;
}
.WorkWith  TR:hover .WWIconActionColumn i 
{
	background-color: #d9d9d9;
	color: #fff;
}
.WorkWith  TR:hover .WWIconActionColumn i:hover 
{
	background-color: #393a70;
	color: white;
}
.WorkWith  TR:hover .WWIconActionColumn .ArrowIcon 
{
	background-color: transparent;
	color: #a0a2a2;
}
.WorkWith  TR:hover .WWIconActionColumn .ArrowIcon:hover 
{
	background-color: transparent;
	color: #393a70;
}
.WorkWith  TR:hover .ActionBaseColorAttribute:hover 
{
	background-color: #393a70;
}
.WorkWith  TR:hover .ActionAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR:hover .DeleteAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR:hover .DeleteAttribute:hover 
{
	background-color: #f56a67;
}
.WorkWith  TR:hover .ActionAttribute:hover 
{
	background-color: ActionBorder_and_FocusColor;
}
.WorkWith  TR:hover .SelectAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR:hover .SelectAttribute:hover 
{
	background-color: #9ccf70;
}
.WorkWith  TR:hover .BlackAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR:hover .BlackAttribute:hover 
{
	background-color: black;
}
.WorkWith  TR:hover .WWActionGroupColumn .Attribute 
{
	color: black;
}
.WorkWith  TR:hover .WWColumnDanger .ActionBaseColorAttribute 
{
	background-color: #e5b5b5;
	background-image: none;
}
.WorkWith  TR:hover .WWColumnDanger .ActionBaseColorAttribute:hover 
{
	background-color: #dd4b39;
	background-image: none;
}
.WorkWith  TR:hover .WWColumnInfo .ActionBaseColorAttribute 
{
	background-color: #97c9f1;
	background-image: none;
}
.WorkWith  TR:hover .WWColumnInfo .ActionBaseColorAttribute:hover 
{
	background-color: #3c8dbc;
	background-image: none;
}
.WorkWith  TR:hover .WWColumnSuccess .ActionBaseColorAttribute 
{
	background-color: #a4c2a0;
	background-image: none;
}
.WorkWith  TR:hover .WWColumnSuccess .ActionBaseColorAttribute:hover 
{
	background-color: #00a65a;
	background-image: none;
}
.WorkWith  TR:hover .WWColumnWarning .ActionBaseColorAttribute 
{
	background-color: #f9c2a0;
	background-image: none;
}
.WorkWith  TR:hover .WWColumnWarning .ActionBaseColorAttribute:hover 
{
	background-color: #fb6e52;
	background-image: none;
}
.WorkWith  TR:hover .WWColumnGray .ActionBaseColorAttribute 
{
	background-color: #c8c8c8;
}
.WorkWith  TR:hover .WWColumnGray .ActionBaseColorAttribute:hover 
{
	background-color: gray;
	background-image: none;
}
.WorkWith  TR:hover .ExtendedCombo BUTTON:hover 
{
	background-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: Montserrat,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	height: 42px !important;
}
.UnSelectedTabTable  .A:visited 
{
	color: #393a70;
}
.UnSelectedTabTable  A
{
	background-image: none;
	font-family: Montserrat,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #393a70;
}
.UnSelectedTabTable  A:hover
{
	color: #393a70;
}
.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;
	text-indent: 0px;
	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
{
	color: #393a70;
}
.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: Montserrat,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #393a70;
}
.UnSelectedTab  A:link
{
	font-family: Montserrat,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #393a70;
}
.UnSelectedTab  A:hover
{
	font-family: Montserrat,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #393a70;
}
.UnSelectedTab  A:visited
{
	font-family: Montserrat,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #393a70;
}
.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: Montserrat,sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #455a64;
}
.btn-yes-DVelop 
{
	background-color: green;
	border-bottom-color: ActionBorder_and_FocusColor;
	border-left-color: ActionBorder_and_FocusColor;
	border-right-color: ActionBorder_and_FocusColor;
	border-top-color: ActionBorder_and_FocusColor;
	background-color:Green !important;
}
.btn-yes-DVelop:hover 
{
	background-color: rgba(0,255,0,0.33);
	border-bottom-color: ActionHoverBorder;
	border-left-color: ActionHoverBorder;
	border-right-color: ActionHoverBorder;
	border-top-color: ActionHoverBorder;
}
.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  .input-group-btn>A.btn 
{
	border-style: none;
	margin-left: -27px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	z-index: 3;
	line-height:17px;
	box-shadow:none;
}
.input-group  .form-control:focus + span.input-group-btn > a.btn 
{
	box-shadow:none;
}
.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: 1px;
	border-left-width:1px;
}
.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  A.btn
{
	border-style: none;
	margin-left: -27px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	z-index: 2;
	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: Montserrat,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: #2f3066;
	border-bottom-color: ActionHoverBorder;
	border-left-color: ActionHoverBorder;
	border-right-color: ActionHoverBorder;
	border-top-color: ActionHoverBorder;
	color: #fff;
}
.Button:focus, .Button:active, .Button:active:focus 
{
	background-color: #2f3066;
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	box-shadow: 0px 0px 8px ActionBorder_and_FocusColor;
	color: #fff;
}
.btn-default:focus 
{
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	box-shadow: 0px 0px 8px ActionBorder_and_FocusColor;
	outline:0;
	outline:thin;
}
.TableCellsWidthAuto  .col-sm-1 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-2 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-3 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-4 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-5 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-6 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-7 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-8 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-9 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-10 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-11 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-12 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-1 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-2 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-3 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-4 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-5 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-6 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-7 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-8 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-9 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-10 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-11 
{
	width: auto;
}
.TableCellsWidthAuto  .col-xs-12 
{
	width: auto;
}
.panel-group 
{
	margin-bottom: 0px;
}
.dropdown-menu > li > a > img 
{
	margin-left: 2px;
	margin-right: 7px;
	width: 14px;
	vertical-align: middle;
}
.dropdown-menu > li > a 
{
	background-color: #fff;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-top: 7px;
	font-family: Montserrat,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: #393a70;
}
.ConvertToDDO .dropdown-menu.open i 
{
	width: 24px;
}
.ConvertToDDO.open>Button.btn-default:focus 
{
	background-color: transparent;
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	color: #393a70;
}
.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: #393a70;
}
.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: #393a70;
}
.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: ActionBorder_and_FocusColor;
}
.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: Montserrat,sans-serif;
	font-size: 10pt;
	text-align: left;
}
.ColumnSettings  .input-group-btn>.btn-default 
{
	display: inline-block;
}
.ColumnSettings  .input-group-btn 
{
	text-indent: 0px;
	left:-1px !important;
}
.ColumnSettings  .input-group .Attribute 
{
	min-width: 95px;
}
.ColumnSettings  .Button 
{
	margin-right: 0px;
	margin-top: 0px;
	height: auto;
	width: 100%;
	margin-left:0px !important;
}
.ColumnSettings  .dropdown-menu 
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	left: auto;
	margin-top: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
	top: auto;
	text-transform: none;
}
.ColumnSettings  .input-group 
{
	border-collapse:collapse;
}
.ColumnSettings  .input-group  A.btn
{
	padding-left: 5px;
}
.ColumnSettings  .input-group  INPUT
{
	margin-left: 0px;
	margin-top: 0px;
	height: 28px;
}
.ColumnSettings  .input-group-btn .btn 
{
	padding-top: 2px;
}
.ColumnSettings  .input-group-btn .btn  IMG
{
	max-width: 20px;
}
.ColumnSettings  .input-group>input.Attribute 
{
	padding-right: 30px;
}
.ColumnSettings  .LiFilterSelected 
{
	margin-left: 5px;
	margin-right: 15px;
	margin-top: 10px;
}
.ColumnSettings  .FilterOptionsMultiSelection  LI
{
	padding-left: 5px;
}
.ColumnSettings  .input-group i 
{
	color: #999;
	text-indent: 0px;
}
.ColumnSettings  INPUT.Attribute
{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	height: 28px;
	margin-left:-2px !important;
	outline-style:none;
}
.ColumnSettings  BUTTON
{
	background-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	margin-right: 1px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	height: 17px;
}
.ColumnSettings  BUTTON IMG
{
	opacity: .6;
	float: left;
}
.ColumnSettings  BUTTON SPAN.caret
{
	display: none;
}
.FilterOptions 
{
	max-height: 120px;
	overflow-y:auto;
}
.FilterOptions  UL
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style-type: none;
	font-weight: normal;
	color: black;
}
.FilterOptions  UL A:hover
{
	text-decoration: none;
	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;
	border-width: 0px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	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: #393a70;
}
.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: #393a70;
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	z-index: 2;
	color: white;
}
.PaginationBar  UL .active A:focus 
{
	background-color: #393a70;
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	z-index: 0;
	color: white;
}
.PaginationBar  UL .active A:hover 
{
	background-color: #393a70;
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	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: #393a70;
}
.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: rgba(255,255,255,0.75);
}
.ActionGroupHeader  .dropdown-menu 
{
	padding-bottom: 0px;
	padding-top: 0px;
}
.ActionGroupHeader.open .btn, .ActionGroupHeader.open .btn:focus 
{
	background-color: transparent;
	opacity: .6;
	box-shadow:none;
}
.ActionGroup>div>a>i 
{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 20px;
}
.ActionGroup>div>a>i:hover 
{
	opacity: .8;
}
.ActionGroupGrouped>div:first-child>div.ColumnsSelector>button 
{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.ActionGroupGrouped>div:last-child>div.ColumnsSelector>button 
{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left-style: none;
}
.ActionGroupGrouped>div:first-child>input 
{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.ActionGroupGrouped>div:last-child>input,.ActionGroupGrouped>div:last-child>i 
{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.ActionGroupGrouped>div:not(:first-child)>input,.ActionGroupGrouped>div:not(:first-child)>i 
{
	margin-left: -1px;
}
.ActionGroupGrouped>div>input 
{
	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: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	box-shadow: 0px 0px 2px ActionBorder_and_FocusColor;
}
.AttributeManageFilters:focus 
{
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	box-shadow: 0px 0px 2px ActionBorder_and_FocusColor;
	outline:0;
}
.TableActionsCellLogin INPUT 
{
	width: 100%;
}
.menu-collapser 
{
	background-color: #393a70;
	border-bottom-color: #fff;
	border-style: solid;
	border-width: 1px;
	color: white;
	border-top:0;
	border-left:0;
	border-right:0;
}
.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: #393a70;
	color: #fff;
}
.slimmenu.collapsed li a:hover 
{
	background-color: #2f3066;
}
.slimmenu.collapsed li .sub-toggle>i 
{
	font-style: inherit;
	color: #fff;
}
.slimmenu.collapsed li span 
{
	color: #fff;
}
.slimmenu li.open>a 
{
	background-color: #2f3066;
	color: #fff;
}
.slimmenu>li>span 
{
	color: #fff;
}
.slimmenu>li>a 
{
	background-color: #393a70;
	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  .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;
	font-family: Montserrat,sans-serif;
	font-size: 16px;
	font-weight: 700;
}
.DropDownOptionsHeader  .btn-default:focus 
{
	box-shadow: 0px;
}
.DropDownOptionsHeader  .btn-default:hover 
{
	background-color: #393a70;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	height: 34px;
	transition:all 250ms cubic-bezier(0.23, 1, 0.32, 1) 10ms;
}
.DropDownOptionsHeader  .dropdown-menu>li>a:hover 
{
	background-color: #393a70;
	color: white;
}
.DropDownOptionsHeader  .caret 
{
	margin-left: 6px;
}
.DropDownOptionsHeader  .btn-default>img 
{
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	border-bottom-left-radius: 35px;
	margin-bottom: 4px;
	margin-right: 7px;
	max-height: 35px;
	vertical-align: middle;
}
.DropDownOptionsHeader.btn-group.open .dropdown-toggle, .DropDownOptionsHeader.btn-group .dropdown-toggle:active 
{
	background-color: #2f3066;
	box-shadow: 0px 0px 0px 0px;
	color: #fff;
}
.DropDownOptionsHeader.btn-group.open .dropdown-toggle 
{
	background-color: #393a70;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0px 0px 0px 0px;
	color: white;
}
.DropDownOptionsHeader.btn-group.open .dropdown-toggle  .btn-group.open .dropdown-toggle 
{
	background-color: #393a70;
	box-shadow: 0px 0px 0px 0px;
	max-height: 50px;
	color: #fff;
	box-shadow:none;
}
.WorkWith TR:not(.WCD_tr) label 
{
	margin-bottom: 5px;
}
.ButtonAsLink:hover, .ButtonAsLink:focus, .ButtonAsLinkBold:hover, .ButtonAsLinkBold:focus 
{
	background-color: transparent;
	box-shadow: 0px 0px 0px 0px;
	font-weight: bold;
	color: #fff;
	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: Montserrat,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: Montserrat,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: #393a70;
}
.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: #393a70;
}
.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: ActionHoverBorder;
	box-shadow: 0px 7px 10px -5px #616298;
}
.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: #393a70;
	border-bottom-color: #393a70;
}
.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: #393a70;
}
.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;
}
.gx-grid>.gx-mask 
{
	z-index: 999;
	max-width: 100%;
}
.gx-grid>table.gx-masked-relative 
{
	position: initial;
}
.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: #393a70;
}
.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 #393a70 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;
}
.SectionGrid:not(.GridFixedColumnBorders)>div>div>div>div.gx-grid, .SectionGrid:not(.GridFixedColumnBorders) div.Section 
{
	margin-right: -14px;
}
.gx-row-selected A:link 
{
	color: #2f3066;
}
.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: Montserrat,sans-serif;
	font-size: 21px;
	font-weight: 400;
	color: #455a64;
	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: Montserrat,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;
}
.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: #393a70;
	box-shadow: 0px 14px 26px -12px #616298;
	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: #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;
	overflow: hidden;
}
.GridNoBorderCell>div  .gx-grid 
{
	background-color: #fff;
}
.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: Montserrat,sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: ActionHoverBorder;
	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: Montserrat,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: #2f3066;
	border-bottom-color: ActionHoverBorder;
	border-left-color: ActionHoverBorder;
	border-right-color: ActionHoverBorder;
	border-top-color: ActionHoverBorder;
	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: #393a70;
	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: #2f3066;
	color: white;
}
.ActionGroupGrouped .ColumnsSelector>.btn-default:hover, .ActionGroupGrouped .ColumnsSelector>.btn-default:focus,.ActionGroupGrouped>div>i:hover,.ActionGroupGrouped>div>i:focus 
{
	background-color: #393a70;
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	color: white;
}
.ActionGroupGrouped .ColumnsSelector.open>.btn-default 
{
	background-color: #393a70;
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	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: Montserrat,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: #393a70;
	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 #616298;
	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: Montserrat,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 
{
	z-index: 3;
	width: auto;
}
.DataContentCellFL  .ExtendedCombo .caret 
{
	margin-bottom: 0px;
	margin-top: 0px;
}
.DataContentCellFL  .ExtendedCombo button span 
{
	margin-left: 2px;
}
.DataContentCellFL  .ExtendedCombo .OptionLabel 
{
	font-family: Montserrat,sans-serif;
	font-size: 16px;
	color: #627077;
}
.DataContentCellFL  .Label 
{
	font-family: Montserrat,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: 11px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	max-width: 100%;
	font-family: Montserrat,sans-serif;
}
.DataContentCellFL  .ExtendedCombo.AttributeFL  .dropdown-toggle 
{
	padding-bottom: 0px;
	padding-left: 4px;
	padding-top: 19px;
	min-height: 48px;
	width: 100%;
	max-width: 100%;
}
.DataContentCellFL  .ExtendedCombo.AttributeFL  .SelectedItem SPAN 
{
	color: white;
}
.DataContentCellFL  .MergeLabelCell.FloatingLabelEmpty 
{
	top: 37px;
}
.DataContentCellFL  .MergeLabelCell .AttributeFLLabel 
{
	padding-left: 0px;
	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: 0px;
	margin-top: -26px;
	padding-left: 22px;
	padding-top: 0px;
	top: 28px;
	height: 24px;
	width: 100%;
	text-align: left;
	-moz-transition:0.2s ease all;
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
.DataContentCellFL  .TableMerged .AttributeFL 
{
	width: 206px;
}
.DataContentCellFL  .ExtendedCombo .dropdown-menu>LI>DIV .form-control 
{
	max-width: 100%;
}
.DataContentCellFL  .TableMerged.TableMergedExtendedCombo 
{
	margin-bottom: 15px;
}
.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 - 192px);
	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: Montserrat,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: #393a70;
}
.SimpleCardTable:hover,.DiscussionCardTable:hover 
{
	box-shadow: 1px 1px 10px #d7dfe3;
	transition: all 0.5s;
}
.CardImageCell:after 
{
	border-style: none;
	bottom: 0px;
	padding-right: 30px;
	position: absolute;
	height: 80px;
	width: 100%;
	background-clip:content-box !important;
	content:"";
	background:-moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.99) 100%);
	background:-webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.99) 100%);
	background:linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.99) 100%);
	 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a000000', endColorstr='#e8000000',GradientType=0 );
}
.CardWithImageTable:hover 
{
	border-bottom: solid 5px;
	border-bottom-color: #393a70;
}
.ButtonAsLinkBasecolor:hover, .ButtonAsLinkBasecolor:focus 
{
	background-color: transparent;
	text-decoration: underline;
	color: #393a70;
	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: #393a70;
	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: #393a70;
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	color: white;
}
.ActionGroupColoredActions .ColumnsSelector> .btn-default,.ActionGroupColoredActions>div>input 
{
	background-color: #fff;
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	margin-right: 3pt;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	font-size: 14px;
	font-weight: normal;
	color: #393a70;
}
.ActionGroupColoredActions .ColumnsSelector>.btn-default:hover 
{
	background-color: #393a70;
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	color: white;
}
.ActionGroupColoredActions .ColumnsSelector.open>.btn-default 
{
	background-color: #393a70;
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	color: white;
	box-shadow:none;
}
.AssociationListAttribute:focus 
{
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	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: solid;
	border-width: 1px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	border-top:0;
}
.CellTableAssociationButtons IMG 
{
	background-color: #393a70;
	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: #2f3066;
	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: #2f3066;
	border-left-color: #2f3066;
	border-right-color: #2f3066;
	border-top-color: #2f3066;
	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;
}
.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: Montserrat,sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #67757c;
	text-indent: 0px;
	text-transform: uppercase;
}
.WorkWith .GridGroupTitle>DIV 
{
	border-bottom: 1px solid #d9d9d9;
	margin-left: 7px;
	margin-right: 7px;
	padding-bottom: 8px;
	padding-top: 8px;
	white-space: nowrap;
	color: #777;
	text-transform: uppercase;
}
.GridGroupTitleRow~TR>TH.GridNoBorder 
{
	padding-top: 10px;
}
.GridNoBorder .GridGroupTitleRow~TR 
{
	border-bottom-color:#c8c8c8 !important;
}
.GridNoBorder.WorkWith .GridGroupTitleRow>TH:first-child>DIV 
{
	margin-left: 0px;
}
.GridNoBorder.WorkWith .GridGroupTitleRow>TH:last-child>DIV 
{
	margin-right: 0px;
}
.WorkWith .GridGroupTitleRow>TH:first-child>DIV 
{
	margin-left: 14px;
}
.WorkWith .GridGroupTitleRow>TH:last-child>DIV 
{
	margin-right: 14px;
}
.ExtendedCombo 
{
	margin-left: 5px;
	font-family: Montserrat,sans-serif;
}
.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: 1px;
}
.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: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	box-shadow: 0px 0px 2px ActionBorder_and_FocusColor;
	outline:0;
	outline:thin;
}
.ExtendedCombo  .btn-default:active:hover,.ExtendedCombo .btn-default:active:focus 
{
	background-color: transparent;
}
.ExtendedCombo  .FilterOptions 
{
	max-height: 180px;
}
.ExtendedCombo  .btn-default 
{
	background-color: #fff;
	border-bottom-color: #d7dfe3;
	border-left-color: #d7dfe3;
	border-right-color: #d7dfe3;
	border-top-color: #d7dfe3;
	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: #393a70;
}
.ExtendedCombo  .SelectedItem  SPAN
{
	color: white;
}
.ExtendedCombo  .SelectedItem:hover 
{
	background-color: #393a70;
}
.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;
}
.ExtendedCombo.btn-group.open .dropdown-toggle 
{
	background-color: #fff;
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	box-shadow: 0px 0px 2px ActionBorder_and_FocusColor;
	color: #575b5d;
	outline:0;
	outline:thin;
}
.ExtendedComboLevel0, .ExtendedComboLevel1, .ExtendedComboLevel2, .ExtendedCombo .OnlySelected 
{
	cursor: pointer;
}
.input-group-btn:nth-child(2) > .btn, .input-group-btn:nth-child(2) > .btn-group 
{
	margin-left: 4px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.slick-dots 
{
	bottom: 5px;
}
.slick-dots li button:before 
{
	font-size: 12px;
}
.slick-slider 
{
	margin-bottom: 0px;
}
.AttributeSearch:focus 
{
	outline:0;
	box-shadow:none;
}
.ProgressInfo  .ProgressIndicatorCircle circle.ProgressCircle 
{
	stroke:#3C8DBC;
}
.ProgressInfo  .ProgressIndicatorCircle circle.BackCircle 
{
	stroke:#eee;
}
.ProgressInfo  .ProgressIndicatorCircle .CircleCaption 
{
	font-family: Montserrat,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: Montserrat,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: Montserrat,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: Montserrat,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: Montserrat,sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #a1a2a3;
}
.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: #393a70;
	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: #393a70;
	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: #393a70;
}
.nav-tabs > li > a 
{
	font-size: 15px;
}
.RequiredDataContentCellFL .AttributeFLLabel:after, .RequiredDataContentCell .AttributeLabel:after, .RequiredDataContentCell .AttributeDateLabel:after,.RequiredDataContentCell .AttributeDateTimeLabel:after, .RequiredDataContentCellFL .Label:after, .RequiredDataContentCell .Label:after, .RequiredDataContentCell .AttributeCheckBoxLabel:after, .RequiredDataContentCell .AttributeRealWidthLabel:after, .RequiredDataContentCell .AttributeRealWidthDateLabel:after, .RequiredDataContentCell .AttributeRealWidthDateTimeLabel:after, .RequiredDataContentCell .AttributeRealWidthCheckBoxLabel:after 
{
	margin-left: 5px;
	color: #575b5d;
	content:"*";
	line-height:0;
	color: #ff0000 !important;
}
.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: 29px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.AttributeFLLabel~div>div.gx-multimedia-upload 
{
	margin-left: 0px;
	padding-top: 20px;
	height: 102px;
}
.Tabs_NoTabs .tab-content, .Tabs_NoTabs .nav.nav-tabs 
{
	background-color: transparent;
	border-style: none;
}
.TabsIFrame .CellTitleViewSplitScreen, .TabsIFrame .CellPanelNoBorderSplitScreenTabs>div>div>div>div 
{
	padding-top: 0px;
}
.WorkWith .RowDeleted .ReadonlyAttribute,.WorkWith .RowDeleted .ReadonlyExtendedCombo span 
{
	text-decoration: line-through;
}
.ui-pnotify-text 
{
	padding-bottom: 3px;
	padding-left: 29px;
	padding-right: 15px;
	padding-top: 3px;
}
.MergeDataCell>.ExtendedCombo.AttributeFL 
{
	margin-bottom: -4px;
	margin-top: 0px;
	padding-top: 0px;
}
.MergeDataCell >.ExtendedCombo>UL 
{
	margin-top: 0px;
	margin-top:0;
}
.MergeDataCell >.ReadonlyExtendedCombo 
{
	margin-bottom: 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;
}
.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: 11px;
	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: #393a70;
}
.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;
	border-left:0;
	border-right: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: #393a70;
}
.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: #fff;
	box-shadow:none;
}
.DropDownOptionsNoBackHover  .btn-default:focus 
{
	background-color: transparent;
	box-shadow: 0px;
}
.DropDownOptionsNoBackHover  .btn-default:hover 
{
	color: #393a70;
}
.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: rgba(255,255,255,0.75);
}
.DropDownNotification>.btn-default>span:not(.caret) 
{
	background-color: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	left: 4px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	position: absolute;
	top: -3px;
	min-width: 18px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #393a70;
	line-height:18px;
}
.DropDownNotification>.btn-default .caret 
{
	color: #fff;
}
.DropDownNotification>.btn-default>i 
{
	font-size: 19px;
	color: #fff;
}
.DropDownNotification>.btn-default:hover>.caret, .DropDownNotification>.btn-default:hover>i 
{
	color: rgba(255,255,255,0.75);
}
.DropDownNotification>.btn-default,.DropDownNotification.btn-group.open>.btn-default,.DropDownNotification.btn-group>.btn-default:active:hover 
{
	background-color: transparent;
	border-style: none;
	box-shadow:none;
}
.DropDownOptionsNoBackHover>.btn-default,.DropDownOptionsNoBackHover.btn-group.open>.btn-default,.DropDownOptionsNoBackHover.btn-group>.btn-default:active 
{
	background-color: transparent;
	border-style: none;
	color: #fff;
	box-shadow:none;
}
.DropDownOptionsNoBackHover>.btn-default:hover>i 
{
	color: rgba(255,255,255,0.75);
}
.DropDownOptionsNoBackHover>.btn-default>.FontColorIconBookmarkTitleAdded~.caret,.DropDownOptionsNoBackHover>.btn-default>.FontColorIconBookmarkTitle~.caret 
{
	color: #fff;
}
.DropDownOptionsNoBackHover>.btn-default:hover>.FontColorIconBookmarkTitleAdded~.caret,.DropDownOptionsNoBackHover>.btn-default:hover>.FontColorIconBookmarkTitle~.caret 
{
	color: rgba(255,255,255,0.75);
}
.DropDownNotification .dropdown-menu>li>a 
{
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 16px;
	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: #393a70;
}
.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: #393a70;
}
.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:#393A70;
}
.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: #393a70;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 10px;
	position: absolute;
	top: 0px;
	z-index: 1;
	min-height: 106px;
	display: none;
	width: calc(100% - 15px);
}
.ProductCardTable.CardLongDescriptionOnHover:hover>div.row:last-of-type 
{
	display: block;
}
.TableTransactionTemplate .gx-grid 
{
	padding-bottom: 15px;
}
.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:none !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: #fff;
	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: #fff;
}
.AttributeSearch::placeholder 
{
	opacity: .9;
	color: #fff;
}
.AttributeSearch:-ms-input-placeholder 
{
	opacity: .9;
	color: #fff;
}
.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: 34px;
	min-width: 206px;
	display: inline-table;
	vertical-align: middle;
}
.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;
	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: #393a70;
}
.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: #393a70;
}
.PanelGrayBackgroundTitle.Panel_BaseColor.panel>div.panel-heading>.panel-title>span,.PanelGrayBackgroundTitle.Panel_BaseColor.panel>div.panel-heading>.panel-title>a 
{
	color: #393a70;
}
.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: Montserrat,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: #393a70;
	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: #393a70;
	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: #393a70;
	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: #393a70;
}
.FreeStyleStepsProgress > div > div 
{
	background-color: #d9d9d9;
	height: 7px;
}
.FreeStyleStepsProgress > div > div.CompletedStep, .FreeStyleStepsProgress > div > div.CurrentStep 
{
	background-color: #393a70;
}
.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;
}
.WorkWith .gx-attribute .form-control.ConvertToDDO 
{
	margin-left: 0px;
}
.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: #393a70;
	border-style: solid;
	color: #393a70;
	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: #393a70;
}
.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;
}
.slimmenu.HorizontalBorderColor>li>a 
{
	background-color: transparent;
	padding-bottom: 41px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 43px;
	max-height: 96px;
	font-size: 15px;
	font-weight: 500;
}
.HorizontalBorderColor.slimmenu .moreOption li .sub-toggle:before 
{
	transform: rotate(180deg);
}
.slimmenu.HorizontalBorderColor li:not(.has-submenu.hiddenInSlider.dummy) a 
{
	background-color: transparent;
	font-family: DMSans-Regular;
	font-size: 22px;
	font-weight: 400;
	color: #333463;
}
.slimmenu.HorizontalBorderColor li ul .sub-toggle:before 
{
	content:"\f054";
}
.slimmenu.HorizontalBorderColor 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: #472055;
	content:"\f078";
	line-height:40px;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
}
.slimmenu.HorizontalBorderColor>li:not(.has-submenu.hiddenInSlider):hover:after,.slimmenu.HorizontalBorderColor>li:not(.hiddenInSlider).SelectedMenuItem:after 
{
	opacity: 1;
	width:calc(100% - 20px);
}
.slimmenu.HorizontalBorderColor>li:after 
{
	background-color: ActionBorder_and_FocusColor;
	bottom: 32px;
	left: 11px;
	position: absolute;
	height: 2px;
	width: 0px;
	content:'';
	opacity:0;
	transition:0.15s ease-out!important;
}
.slimmenu.HorizontalBorderColor>li>.sub-toggle:before 
{
	line-height:96px;
}
.slimmenu.HorizontalBorderColor li ul li a 
{
	background-color: white;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	text-align: right;
	line-height:20px;
	color: #393A70B2 !important;
	font-size: 15px !important;
}
.slimmenu.HorizontalBorderColor li:not(.has-submenu.hiddenInSlider) ul a:hover 
{
	background-color: #e39600;
}
.slimmenu.HorizontalBorderColor li>ul 
{
	border-style: none;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	padding-bottom: 14px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 14px;
	min-width: 297px;
	box-shadow: 2px 0px 8px rgb(0 0 0 / 17%) !important;
}
.slimmenu.HorizontalBorderColor li .sub-toggle>i 
{
	display: none;
}
.slimmenu.HorizontalBorderColor LI UL 
{
	opacity:0;
}
.slimmenu.HorizontalBorderColor>li.open UL 
{
	opacity: 1;
	transition:linear,opacity .25s linear .25s;
}
.slimmenu.collapsed.HorizontalBorderColor>li:after 
{
	background-color: transparent;
	bottom: 0px;
	bottom:0;
}
.slimmenu.collapsed.HorizontalBorderColor li a:hover 
{
	background-color: transparent;
}
.slimmenu.collapsed.HorizontalBorderColor>li>.sub-toggle:before 
{
	line-height:44px;
}
.slimmenu.collapsed.HorizontalBorderColor li ul li a 
{
	text-align: center;
}
.slimmenu.collapsed.HorizontalBorderColor li .sub-toggle 
{
	height: 44px;
}
.slimmenu.collapsed.HorizontalBorderColor 
{
	background-color: white;
}
.slimmenu.collapsed.HorizontalBorderColor li ul li 
{
	background-color: white;
}
.slimmenu.collapsed.HorizontalBorderColor LI UL 
{
	opacity: 1;
}
.HorizontalMenuSilder div.moveRight, .HorizontalMenuSilder div.moveLeft, div.HorizontalMenuSilder 
{
	height: 95px;
	box-shadow:none;
}
.slimmenu.HorizontalBorderColor.collapsed li:not(.has-submenu.hiddenInSlider.dummy) a 
{
	display: flex;
}
.slimmenu.HorizontalBorderColor.collapsed>li.has-submenu>ul a 
{
	padding-left: 35px;
}
.HorizontalBorderColorActionGroupHeader>.btn>i+span 
{
	margin-left: 10px;
	font-family: Montserrat,sans-serif;
	color: #47204a;
}
.HorizontalBorderColorActionGroupHeader .dropdown-menu>li>a 
{
	padding-bottom: 10px;
	padding-left: 18px;
	padding-top: 10px;
	font-family: Montserrat,sans-serif;
	color: #47204a;
}
.HorizontalBorderColorActionGroupHeader>.btn 
{
	background-color: transparent;
	border-style: none;
	margin-bottom: 4px;
	margin-right: 10px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 96px;
	box-shadow:none;
	margin-left:10px !important;
}
.HorizontalBorderColorActionGroupHeader>button>span:after,.HorizontalBorderColorActionGroupHeader .HorizontalBorderColorActionGroupOnlyIcon:after 
{
	margin-left: 8px;
	display: inline-block;
	font-family: "font awesome 5 free";
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	color: #393a70;
	content:"\f078";
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
}
.DropDownNotification.HorizontalBorderColorActionGroupHeader>.btn-default>span:not(.caret) 
{
	left: -17px;
	top: 28px;
}
.DropDownNotification.HorizontalBorderColorActionGroupHeader>.btn-default:hover>.caret,.DropDownNotification.HorizontalBorderColorActionGroupHeader>.btn-default:hover>i 
{
	color: inherit;
}
.HorizontalBorderColorActionGroupHeader .dropdown-menu 
{
	border-style: none;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.HorizontalBorderColorActionGroupHeader .dropdown-menu>li>a:focus,.HorizontalBorderColorActionGroupHeader .dropdown-menu>li>a:hover 
{
	background-color: #fff;
	color: #47204a;
}
.HorizontalBorderColorActionGroupHeader>.btn:hover:after,.HorizontalBorderColorActionGroupHeader.open .btn:after, .HorizontalBorderColorActionGroupHeader.open .btn:focus:after 
{
	opacity: 1;
	width: 100%;
}
.HorizontalBorderColorActionGroupHeader>.btn:after 
{
	background-color: #393a70;
	bottom: 33px;
	left: 0px;
	position: absolute;
	height: 2px;
	width: 0px;
	content:'';
	opacity:0;
	transition:.15s ease-out!important;
}
.HorizontalBorderColorActionGroupHeader>.btn>span 
{
	font-family: Montserrat,sans-serif;
	color: #47204a;
}
.HorizontalBorderColorActionGroupHeader .caret 
{
	display: none;
}
.HorizontalBorderColorActionGroupHeader.btn-group.open .dropdown-toggle 
{
	background-color: transparent;
	box-shadow:none;
}
.HorizontalBorderColorActionGroupHeader .btn-default:active:hover,.HorizontalBorderColorActionGroupHeader .btn-default:active 
{
	background-color: transparent;
}
.HorizontalBorderColorActionGroupHeader UL.dropdown-menu 
{
	visibility: hidden;
	display: block;
	opacity:0;
}
.HorizontalBorderColorActionGroupHeader.open UL.dropdown-menu 
{
	opacity: 1;
	visibility: visible;
	transition:linear,opacity .25s linear .25s;
}
.HorizontalBorderColorActionGroupHeader.DropDownNotification>.btn>i+span:after 
{
	display: none;
}
.input-group>input 
{
	padding-right: 46px;
}
.AttributeSearch ~ .popover 
{
	background-color: #fff;
	margin-left: -78px;
	margin-top: 2px;
	padding-left: 11px;
	padding-right: 11px;
}
.AttributeSearch ~ .popover > .arrow 
{
	display: none;
}
.FreeStyleGridMPSearch>div:not(:first-child) .SearchResultMPCategoryCell 
{
	border-top: solid 1px lightgray;
}
.SearchResultMPCategoryCell 
{
	padding-top: 7px;
	min-height: 36px;
}
.SearchResultMPCategoryCell span 
{
	border-bottom-color: transparent;
	margin-left: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-top: 6px;
	min-height: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #575b5d;
}
.CloseSearchIconCell > div 
{
	position: absolute;
	right: 7px;
	top: 4px;
	z-index: 1;
}
.CloseSearchIconCell i 
{
	font-size: 13px;
	color: gray;
}
.AttributeSearch ~ .popover .TableMain 
{
	padding-top: 0px;
}
.BtnAdvancedSearchCell 
{
	border-top-color: #d9d9d9;
	border-top-style:solid;
	border-top-width:1px;
}
.BtnAdvancedSearchCell .IconButtonLink 
{
	margin-left: -8px;
	margin-top: 6px;
}
.AttributeSearchResultImageCell div:first-child 
{
	margin-right: 8px;
	margin-top: 2px;
	height: 32px;
	width: 32px;
	vertical-align: top;
}
.AttributeSearchResultImageCell 
{
	display: inline-block;
	white-space: normal;
	font-size: 10pt;
	color: #575b5d;
}
.FreeStyleGridMPSearch .FreeStyleGrid > div.row:hover 
{
	background-color: #f7f7f7;
}
.FreeStyleGridMPSearch .FreeStyleGrid > div > div > div 
{
	outline:none;
}
.FreeStyleGridMPSearch .FreeStyleGrid > div 
{
	padding-bottom: 2px;
	padding-top: 2px;
}
.AttributeSearchResultImageCell ~ div > div 
{
	padding-top: 4px;
}
.TableAdvancedSearchCell 
{
	border-top: solid 1px lightgray;
	margin-top: 3px;
	padding-bottom: 12px;
	padding-left: 25px;
	padding-top: 12px;
}
.AttributeSearch.PopoverValue[aria-describedby] 
{
	min-width: 395px;
}
.AttributeSearch.PopoverValue 
{
	min-width: 206px;
	transition:min-width .1s ease;
}
.FSResultCategoriesCell 
{
	border-top-color: #d9d9d9;
	margin-top: 3px;
	overflow-y:auto;
	 max-height: calc(100vh - 177px);
	border-top-style:solid;
	border-top-width:1px;
}
.SearchResultIcon, .SearchResultIconWS 
{
	padding-left: 4px;
	padding-top: 5px;
	font-size: 11px;
	color: #575b5d;
}
.SearchResultCardCell .SimpleCardTable 
{
	height: auto;
}
.SearchResultCardCell .SimpleCardTable:hover 
{
	border-bottom-color: #393a70;
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
}
.SearchResultCategoryCell span 
{
	padding-bottom: 0px;
	font-size: 16px;
	color: #575b5d;
}
.SearchFiltersCell 
{
	padding-left: 15px;
}
.SearchFiltersCell .Attribute, .SearchFiltersCell .AttributeFL 
{
	max-width: 100%;
}
.TableAdvancedSearchCell .DataContentCellFL .AttributeFL 
{
	max-width: 300px;
}
.MSTable1:hover .MSTable2 
{
	display: inline-block;
}
.HomeModulesBackImageCellWithRadius:before 
{
	opacity: 0.5;
	border-style: ridge;
	border-width: 3px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 1;
	height: 210px;
	width: 210px;
	content:" ";
	-moz-transition:.1s linear;
	-ms-transition:.1s linear;
	transition:.1s linear;
}
.FreeStyleHomeModules2 > div > div 
{
	background-color: #333463;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	padding-top: 40px;
	height: 206px;
	width: 206px;
}
.FreeStyleHomeModules2 > div > div:hover 
{
	cursor: pointer;
}
.FreeStyleHomeModules2 > div > div:hover .HomeModulesBackImageCell:before 
{
	background-color: rgba(243,156,18,0.59);
	opacity: 0.9;
	-moz-transition:.2s linear;
	-ms-transition:.2s linear;
	transition:.2s linear;
}
.MSUserHomeDropDownMenuHover:hover .MSHomeLoginDropDownMenuC 
{
	display: block;
	cursor: pointer;
}
.MSUserHomeDropDownMenuHover:hover .MSHomeLoginDropDownMenuC1 
{
	display: none;
	cursor: pointer;
}
.Kh_CreateYourAd:Before 
{
	background-color: #fff;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	margin-left: 10px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	font-family: fa-solid-900;
	font-size: 16px;
	font-weight: 900;
	color: #e39600;
	content:"\f067";
}
.Kh_CreateYourAdHovered:Before 
{
	margin-right: 15px;
	font-family: fa-solid-900;
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	content:"\f055";
}
.MSFooterViewAll:after 
{
	margin-right: 10px;
	font-family: fa-solid-900;
	font-weight: 900;
	content: "\f104";
}
.MSAttributeWhiteBackLabel:after 
{
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	content:"*";
}
.MSTableCardTableHeaderAdResultText:after 
{
	padding-left: 5px;
	content:" إعلان  ";
}
.MSTableDateDropDownList:hover .MSFDateDropDownList 
{
	display: block;
	cursor: pointer;
}
.MSFSDateTitle:before 
{
	margin-right: 10px;
	padding-left: 4px;
	font-family: fa-solid-900;
	font-weight: 900;
	color: #767686;
	content: "\f107";
}
.ExtendedCombo.MSWizardField .btn-default 
{
	background-color: #efefef;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #a9a9a9;
}
.ExtendedCombo.MSTableSearchSecondDVCombo .btn-default 
{
	background-color: #fff !important;
}
.ExtendedCombo.MSTableSearchSecondDVCombo .btn-default span 
{
	font-size: 15px;
	color: #808080;
}
.ExtendedCombo.MSTableSearchSecondDVCombo .btn-default span:first-of-type:before 
{
	margin-left: 10px;
	font-family: fa-solid-900;
	font-weight: 900;
	content:"\f03a";
}
.ExtendedCombo.MSTableSearchSecondDVCombo .btn-default,.ExtendedCombo.MSTableSearchSecondDVCombo .btn-default:active:focus 
{
	padding-bottom: 4px;
	height: 100%;
	min-height: 45px;
	font-size: 10pt;
}
.ExtendedCombo.MSTableSearchSecondDVCombo, .ExtendedCombo.MSTableSearchSecondDVCombo 
{
	width: 100%;
	min-width: 220px;
}
.ExtendedCombo.MSSearchCategoryCombo .btn-default 
{
	border-style: none;
	border-width: 0px;
	margin-bottom: 10px;
	margin-left: -5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	min-width: 296px;
	color: white;
	background-color: #1b1b36 !important;
}
.ExtendedCombo.MSTableSearchDVCombo .btn-default 
{
	background-color: #fff !important;
}
.ExtendedCombo.MSTableSearchDVCombo .btn-default span 
{
	font-family: DMSans-Regular;
	font-size: 15px;
	font-weight: 400;
	color: #808080;
}
.ExtendedCombo.MSTableSearchDVCombo .btn-default span:first-of-type:before 
{
	margin-left: 10px;
	font-family: fa-solid-900;
	font-weight: 900;
	content:"\f3c5";
}
.ExtendedCombo.MSTableSearchDVCombo .btn-default,.ExtendedCombo.MSTableSearchDVCombo .btn-default:active:focus 
{
	padding-bottom: 4px;
	height: 100%;
	min-height: 45px;
	font-size: 10pt;
}
.ExtendedCombo.MSTableSearchDVCombo, .ExtendedCombo.MSTableSearchDVCombo 
{
	width: 100%;
	min-width: 220px;
}
.ExtendedCombo.MSWizardCombo .btn-default, .ExtendedCombo.MSWizardCombo .btn-default:active:focus 
{
	background-color: #efefef;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #a9a9a9;
}
.ExtendedCombo.MSWizardField .btn-default, .ExtendedCombo.MSWizardField .btn-default:active:focus 
{
	background-color: #efefef;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 350px;
	max-width: 350px;
	color: #a9a9a9;
}
.ExtendedCombo.MSWizardField1 .btn-default, .ExtendedCombo.MSWizardField1 .btn-default:active:focus .MS_EditLabel 
{
	background-color: #eee;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-top-color: #e4e4e4;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 53px;
	border-top-right-radius: 53px;
	border-bottom-right-radius: 53px;
	border-bottom-left-radius: 53px;
	margin-bottom: 10px;
	margin-top: 6px;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 15px;
	color: #7b7878;
}
.ExtendedCombo.MSWizardMultiselect.btn-default, .ExtendedCombo.MSWizardMultiselect .btn-default:active:focus 
{
	background-color: #efefef;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #a9a9a9;
}
.MS_RateProgressBar 
{
	border-width: 0px;
	margin-left: -10px;
}
.MS_RateProgressBar  .progress-bar 
{
	background-color: #e39600;
	border-width: 0px;
}
.MS_RateProgressBar  .progress 
{
	background-color: #f5f5f5;
	border-width: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-bottom: 20px;
	margin-top: 6px;
	overflow: hidden;
	height: 10px;
	width: 100%;
}
.MSCardImageAttributeWhiteSubtitleWithShadowRate:after 
{
	border-width: 0px;
	content:"/5";
}
.MSCardImageAttributeWhiteWithShadow1:after 
{
	border-width: 0px;
	content:"JOD";
}
.MSCheckboxContainer input:focus[type='checkbox']:before 
{
	border-width: 0px;
	color: #fff;
	color: #fff !important;
}
.MSCheckboxContainer input[type='checkbox']:checked:before 
{
	color: #fff;
	content: "\f14a";
}
.MSFServicesDateDDLText:hover 
{
	background-color: #e39600;
	border-width: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 10px;
	padding-top: 4px;
	white-space: nowrap;
	font-family: DMSans-Regular;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	color: white;
	vertical-align: middle;
}
.MSFSGalleryTitle:after 
{
	border-width: 0px;
	margin-right: 10px;
	font-family: fa-solid-900;
	font-weight: 900;
	color: #333463;
	content: "\f00a";
}
.MSFSListTitle:before 
{
	border-width: 0px;
	margin-right: 10px;
	font-family: fa-solid-900;
	font-weight: 900;
	color: #333463;
	content: "\f03a";
}
.MSFSMapTitle:after 
{
	border-width: 0px;
	margin-right: 10px;
	font-family: fa-solid-900;
	font-weight: 900;
	color: #767686;
	content: "\f3c5";
}
.MSGetInTouchTitle:after 
{
	border-width: 0px;
	margin-left: 15px;
	font-family: fa-solid-900;
	font-weight: 900;
	color: #fff;
	content:"\f1d8";
}
.MSHomeLoginDDMCText:hover 
{
	border-width: 0px;
	color: #e39600;
}
.MSHomePopularChannelContainer > div > div 
{
	margin-bottom: 17px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	height: 170px;
	width: 210px;
}
.MSHomeViewMoreBtn:after 
{
	border-width: 0px;
	margin-right: 10px;
	font-family: fa-solid-900;
	font-weight: 900;
	content: "\f104";
}
.MSTableCardRate:after 
{
	border-width: 0px;
	color: #fff;
	content:"AAAA";
}
.MSTableCardServicesBtn:after 
{
	border-width: 0px;
	margin-left: 10px;
	font-family: fa-solid-900;
	font-size: 17px;
	font-weight: 900;
	content:"\f105";
}
.MSTableCardServicesPriceCurrency:after 
{
	margin-left: 5px;
	content:" د.أ ";
}
.MSTableCardTablePrice::placeholder 
{
	color: #1b1b36;
	text-align: center;
}
.MSTableSearchDVC 
{
	height: 50px;
}
.MSTableServiceDetailsContainer > div > div 
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
}
.MSUserProfileAdsTableRow:nth-of-type(odd) 
{
	background-color: #e9e9e9;
}
.MSUserProfileServiceRate:after 
{
	content:"/5";
}
.MSUserProfileServices>div>div>table 
{
	width: 100%;
}
.MSUserProfileTableContentSliderRound:before 
{
	background-color: #acacac;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	bottom: 2px;
	left: 3px;
	position: absolute;
	height: 24px;
	width: 24px;
	content: "";
}
.MSUserProfileTableContentSliderRoundChecked:before 
{
	background-color: #0aa9cc;
	border-width: 0px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	bottom: 2px;
	left: 3px;
	position: absolute;
	height: 24px;
	width: 24px;
	content: "";
	 transform: translateX(26px);
}
.MSUserProfileTableContentSliderRoundDraft:before 
{
	background-color: #acacac;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	bottom: 2px;
	left: 3px;
	position: absolute;
	height: 24px;
	width: 24px;
	content: "";
}
.MSUserProfileTableContentSliderRoundEnabled:before 
{
	background-color: #e3e3e3;
	border-width: 0px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	bottom: 2px;
	left: 3px;
	position: absolute;
	height: 24px;
	width: 24px;
	content: "";
}
.HorizontalMenuSilder ul.slimmenu 
{
	position:initial !important;
}
.slimmenu li>ul>li ul 
{
	width: 100% !important;
	z-index: 999 !important;
	    top: 0 !important;
	    Right: 100% !important;
	 position: absolute !important;
}
.slimmenu li>ul 
{
	right: 10% !important ;
	width: 100% !important ;
	z-index: 999 !important ;
	    top: 75% !important ;
	left: 0 !important;
	position: absolute !important;
}
.slimmenu li>.sub-toggle 
{
	cursor: pointer  !important;
	    text-align: center  !important;
	    height: 100%  !important;
	z-index: 999  !important;
	    top: 3px  !important;
	    right:  85% !important;
	 position: absolute !important;
	  transform: scaleX(-1) !important;
}
.MS_DisplayImageModalTable .modal-content 
{
	background-color: rgba(255,255,255,0.13);
	width: fit-content !important;
}
.MS_DisplayImageModalTable .modal-dialog 
{
	width: fit-content !important;
}
.MS_ModalTableClass .modal-header 
{
	border-style: none;
	border-width: 0px;
	margin-left: 22px;
	margin-top: 18px;
	font-size: 21px;
	font-weight: 700;
	color: #393a70;
	text-align: left;
}
.MS_ProfilePictureUploadModalTable .modal-header 
{
	border-style: none;
	border-width: 0px;
	font-size: 33px;
	font-weight: 700;
	color: #393a70;
}
.MS_ReportUserModalTable .modal-header 
{
	font-size: 23px;
	font-weight: bold;
	color: #393a70;
	text-align: left;
	text-indent: 0px;
}
.MS_ShowSubcategoriesModalTable .modal-body 
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-indent: 0px;
	overflow:hidden !important;
}
.MS_ShowSubcategoriesModalTable .modal-content 
{
	background-color: #393a70;
	border-style: none;
	border-width: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	height: 110px;
	width: 500px;
}
.MS_ShowSubcategoriesModalTable .modal-header 
{
	display: none;
	text-indent: 0px;
}
.MS_VerifyPhoneModalTable .modal-header 
{
	border-style: none;
	border-width: 0px;
}
.MSFSMapTitleSelected:after 
{
	margin-right: 10px;
	display: flex;
	font-family: fa-solid-900;
	font-size: 20px;
	font-weight: 900;
	color: #333463;
	text-indent: 0px;
	content: "\f3c5";
}
.MSFSGalleryTitleUnSelected:after 
{
	margin-right: 10px;
	font-family: fa-solid-900;
	font-weight: 900;
	color: #767686;
	text-indent: 0px;
	content: "\f00a";
}
.MSWizardLabelText:After 
{
	position: absolute;
	height: 23px;
	width: 10px;
	font-family: fa-solid-900;
	font-size: 7px;
	font-weight: 700;
	color: #e39600;
	text-indent: 0px;
	content: "\f621";
}
.MSWizardLabelText2:After 
{
	position: absolute;
	height: 23px;
	width: 10px;
	font-family: fa-solid-900;
	font-size: 7px;
	font-weight: 700;
	color: #e39600;
	text-indent: 0px;
	content: "\f621";
}
.MSWizardAttribute:after 
{
	border-style: none;
	position: absolute;
	height: 23px;
	width: 10px;
	font-family: fa-solid-900;
	font-size: 9.9px;
	font-weight: 700;
	color: #e39600;
	content: "\f621";
}
.ReadonlyMSWizardLabelTextWithMargin:after 
{
	height: 23px;
	width: 10px;
	font-family: fa-solid-900;
	font-size: 7px;
	font-weight: 700;
	color: #e39600;
	content: "\f621";
}
.MS_RateProgressBar2 
{
	margin-left: -10px;
	padding-right: 11.5px;
}
.rating-container 
{
	transform: scale(-1,1);
}
.rating-container  .rating-stars 
{
	overflow: hidden;
	position: absolute;
	top: 0px;
	white-space: nowrap;
	color: #e39600;
	-webkit-transition: all .25s ease-out !important;
	 position: absolute !important;
	 white-space: nowrap !important ;
	 overflow: hidden !important;
	 color: #e39600 !important;
	 top: 0 !important;
	 right: 0 !important;
}
.MS_DisplayImageModalTable .modal-header 
{
	border-style: none;
	border-width: 0px;
	display: none;
}
.ExtendedCombo.MS_ReportReasonsCombo .btn-default, .ExtendedCombo.MS_ReportReasonsCombo .btn-default:active:focus .MS_EditLabel 
{
	background-color: #eee;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-top-color: #e4e4e4;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
	margin-bottom: 10px;
	margin-top: 6px;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 10px;
	width: 100%;
	font-size: 15px;
	color: #7b7878;
	text-indent: 0px;
}
.modal-header 
{
	margin-top: -2px;
}
.modal-header  .close 
{
	float: right;
	float:right !important;
}
.MSUserHomeDropDownMenuHover:hover .MSHomeLoginDropDownMenuC_Small 
{
	display: block;
	cursor: pointer;
}
.MSUserHomeDropDownMenuHover:hover .MSHomeLoginDropDownMenuC1_Small 
{
	display: none;
	cursor: pointer;
}
.MSHorizontalBorderColorActionGroupHeader>.btn 
{
	background-color: #393a70;
	border-style: none;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 14px;
	color: white;
	text-indent: 0px;
	box-shadow:none;
	margin-left:10px !important;
}
.MSHomeViewMoreBtn1:after 
{
	border-width: 0px;
	margin-right: 10px;
	font-family: fa-solid-900;
	font-weight: 900;
	content: "\f104";
}
.MSMobileSortText:hover 
{
	color: #e39600;
	color:#E39600 !important;
}
.ExtendedCombo.MSTableSearchBusinessDVCombo .btn-default 
{
	border-width: 0px;
	text-indent: 0px;
	background-color: #fff !important;
}
.ExtendedCombo.MSTableSearchBusinessDVCombo .btn-default span 
{
	font-size: 15px;
	color: #808080;
}
.ExtendedCombo.MSTableSearchBusinessDVCombo .btn-default span:first-of-type:before 
{
	border-style: none;
	border-width: 0px;
	margin-left: 10px;
	font-family: fa-solid-900;
	font-weight: 900;
	content:"\f03a";
}
.ExtendedCombo.MSTableSearchBusinessDVCombo .btn-default,.ExtendedCombo.MSTableSearchBusinessDVCombo .btn-default:active:focus 
{
	border-style: none;
	border-width: 0px;
	padding-bottom: 4px;
	height: 100%;
	min-height: 45px;
	font-size: 10pt;
}
.ExtendedCombo.MSTableSearchBusinessDVCombo, .ExtendedCombo.MSTableSearchBusinessDVCombo 
{
	width: 100%;
	min-width: 220px;
}
.MSAboutShopVideoClass 
{
	height: 250px;
}
.MS_ShareTableModal .modal-header 
{
	display: none;
}
.MSServiceVideoClass 
{
	height: 250px;
}
.MSServiceDetailsVideoClass 
{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-bottom: 16px;
	height: 250px;
	width: 100%;
}
.gx-popup-document 
{
	overflow: hidden !important;
}
.MSUSerViewBio:hover 
{
	background-color: transparent;
	border-style: none;
	text-decoration: underline;
	color: #fff;
}
DIV.gx-mask
{
	background-color: #fff;
	background-image: url(../loading_animationAR.gif);
	background-position: Center;
	background-repeat: no-repeat;
	left: 0px;
	position: absolute;
	top: 0px;
	height: 100%;
	max-height: 100%;
	width: 100%;
	max-width: 100%;
	animation: entermask 1s;
	-webkit-animation: entermask 1s;
	-ms-filter:"alpha(opacity=10)";
	opacity: .60 !important;
	background-color: White !important;
}
BODY
{
	height: 100%;
	line-height: 1.42857143 !important;
}
BODY .LogoCellFixedHeader, body .LogoCellNotFixedHeader 
{
	margin-left: 0px;
	margin-right: -15px;
	padding-right: 15px;
	right: 15px;
}
BODY .CardMaterialMoreInfoIcon 
{
	margin-left: 5px;
	margin-right: 0px;
}
BODY .TableCardNumber 
{
	border-left-color: #d9d9d9;
	border-right: 0;
	border-left-style:solid;
}
BODY .ShowMenuImageCell,body .ShowMenuImageCellNotFixed,body .ShowMenuImageCellNotFixedRight,body .ShowMenuImageCellNotFixedRightNavTabs 
{
	left: auto;
	right: 224px;
}
BODY .ShowMenuImageCellNotFixed,body .ShowMenuImageCellNotFixedRight,body .ShowMenuImageCellNotFixedRightNavTabs 
{
	left: auto;
	right: 239px;
}
BODY .TableLogo.page-content 
{
	margin-right: 0px;
}
BODY .ImageTopNotFixed 
{
	padding-right: 15px;
}
BODY .ImageTopHeader 
{
	margin-left: 14px;
	margin-right: 0px;
}
BODY .ShowMenuImageCellNotFixedRight.page-content 
{
	left: auto;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 295px;
	right: 0px;
	margin-right:0;
	padding-left:0;
	right:0;
}
BODY .TextBlockTitleMaterial 
{
	padding-left: 4px;
	padding-right: 15px;
}
BODY .ShowMenuImageCellNotFixedRight.page-content.menu-compact 
{
	left: auto;
	margin-right: 0px;
	padding-right: 0px;
	right: 115px;
	margin-right:0;
	padding-right:0;
}
BODY .TableLogo 
{
	left: auto;
	right: 20px;
}
BODY .TableMerged TD 
{
	padding-left: 3px;
	padding-right: 0px;
}
BODY .RequiredDataContentCellFL .AttributeFLLabel:after, body .RequiredDataContentCell .AttributeLabel:after, body .RequiredDataContentCell .AttributeDateLabel:after,body .RequiredDataContentCellFL .Label:after,body .RequiredDataContentCell .Label:after,body .RequiredDataContentCell .AttributeCheckBoxLabel:after 
{
	margin-left: 0px;
	margin-right: 5px;
}
BODY .nav-tabs>li>a 
{
	margin-right: 0px;
}
BODY .MainContainer, body .MainContainerWithFooter, body .MainContainerNoBackground, body .MainContainerBackgroundWhite 
{
	padding-left: 15px;
	padding-right: 0px;
}
BODY .CellTableContentHorizontalMenu, body .CellTableContentHorizontalMenuFixedTitle, body .CellTableContentHorizontalMenuFixedHeader 
{
	padding-left: 15px;
	padding-right: 30px;
}
BODY .navbar-fixed-top 
{
	position: fixed;
}
BODY .CellTableContentMaster, body .CellTableContentMasterVertMenuNotFixed 
{
	padding-left: 15px;
	padding-right: 30px;
}
BODY .page-content 
{
	margin-left: 0px;
	margin-right: 224px;
}
BODY .ColumnSettings .dropdown-menu 
{
	right: auto;
}
BODY .GridNoBorder .DVGroupByCell 
{
	text-align: initial;
}
BODY .ColumnSettings 
{
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 0px;
	padding-right: 5px;
}
BODY .ColumnSettingsContainer SPAN 
{
	margin-right: auto;
}
BODY .ColumnSettingsAlignTitleRight SPAN 
{
	margin-left: 0px;
	margin-right: 0px;
}
BODY .TableDynamicFiltersFlex .AttributeCheckBox INPUT 
{
	margin-left: 0px;
	margin-right: -5px;
}
BODY .PaginationBar .PaginationBarCaption 
{
	padding-left: 20px;
	padding-right: 10px;
}
BODY .ActionGroupGrouped>div:not(:first-child)>input 
{
	margin-left: 0px;
	margin-right: -1px;
}
BODY .DropDownOptionsHeader .caret 
{
	margin-left: 0px;
	margin-right: 6px;
}
BODY .SectionGrid>div, body .SectionGrid>div.Table 
{
	padding-left: 15px;
	padding-right: 0px;
}
BODY .rowsperpage button:hover .caret, body .rowsperpage.open .caret 
{
	margin-left: 0px;
	margin-right: 7px;
}
BODY .ColumnsSelector .caret 
{
	margin-left: 0px;
	margin-right: 6px;
}
BODY .TableUserRoleFixedHeader 
{
	left: 15px;
	right: auto;
}
BODY .ProgressAdminCardCellIcon 
{
	border-top-left-radius: 0px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 0px;
}
BODY .BreadCrumb ~ i 
{
	transform: rotate(180deg);
}
BODY .ProgressAdminCardTitle 
{
	padding-right: 10px;
}
BODY .ProgressAdminCardDescription,body  .ProgressAdminCardNumber,body  .ReadonlyProgressAdminCardNumber,body  .ReadonlyProgressAdminCardDescription 
{
	padding-right: 10px;
}
BODY .CellTitleMaster,body  .CellTitleMasterFixed,body  .CellTitleMasterFixed_HorizontalMenu,body  .CellTitleMasterHorizontalMenu,body  .CellTitleMasterHorizontalMenu_HeaderFixed 
{
	padding-right: 20px;
}
BODY .ProgressCardContentCell 
{
	border-top-left-radius: 6px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 6px;
}
BODY .ProgressCardCell,body  .ProgressCardCellDanger,body  .ProgressCardCellWarning,body  .ProgressCardCellInfo,body  .ProgressCardCellSuccess,body  .ProgressCardCellBaseColor,body  .ProgressCardCellInfoLight 
{
	border-top-left-radius: 0px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 0px;
}
BODY .ProgressAdminCardCell 
{
	border-top-left-radius: 6px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 6px;
}
BODY .MasterTopIconsCell 
{
	padding-left: 0px;
	padding-right: 10px;
}
BODY .MergeLabelCell 
{
	padding-left: 0px;
	padding-right: 15px;
	text-align: left;
}
BODY .ColumnSettingsRangeContainerSpan 
{
	padding-left: 10px;
	padding-right: 0px;
}
BODY .CSDropDownFI 
{
	margin-left: 7px;
	margin-right: 0px;
}
BODY .CSDropDownFilter 
{
	margin-left: 0px;
	margin-right: -20px;
	padding-left: 7px;
	padding-right: 0px;
}
BODY .WorkWith TR:not(.WCD_tr) .input-group-btn 
{
	right: -5px;
}
BODY .dropdown-menu>li>a 
{
	padding-left: 20px;
	padding-right: 5px;
}
BODY .ColumnSettings INPUT.Attribute 
{
	margin-right: -2px !important;
	padding-right: 4px !important;
}
BODY .FilterOptions UL A 
{
	padding-left: 10px;
	padding-right: 25px;
}
BODY .ManageFilters li>a>i 
{
	padding-left: 7px;
	padding-right: 0px;
}
BODY .CellUserActionPrompt IMG 
{
	border-left-color: #d7dfe3;
	border-width: 1px;
	margin-left: 0px;
	margin-right: -33px;
	position: relative;
	border-right: solid 1px #d7dfe3;
	 border-left: 0;
}
BODY .CellUserActionPrompt .form-control 
{
	padding-left: 40px;
	padding-right: 12px;
}
BODY .MoreInfoAdminCell 
{
	margin-right: 5px;
}
BODY .AdminDashboardIcon 
{
	left: 20px;
	right: auto;
}
BODY .dropdown-menu > li > a > img 
{
	margin-left: 7px;
	margin-right: 2px;
}
BODY .FontIconTopRightActions 
{
	margin-left: 7px;
	margin-right: 2px;
}
BODY .TableLogo.page-content.menu-compact 
{
	margin-right: 0px;
}
BODY .FontColorIconBookmark, body .FontColorIconBookmarkAdded 
{
	margin-left: 7px;
	margin-right: 2px;
}
BODY .DataDescriptionCell, body .DataDescriptionCellLeft, body .DataDescriptionCellLogin 
{
	padding-left: 10px;
	padding-right: 15px;
	text-align: left;
}
BODY .DataDescriptionCellLeft, body .DataDescriptionCellLogin 
{
	text-align: right;
}
BODY .GridHeaderCell 
{
	padding-left: 3pt;
}
BODY .PopupHeaderButton 
{
	float: left;
	margin-left: 10px;
}
BODY .PopupTitle 
{
	padding-right: 18px;
}
BODY .NotificationFontIcon, body .NotificationFontIconDanger, body .NotificationFontIconSuccess, body .NotificationFontIconInfo, body .NotificationFontIconWarning, body .NotificationFontIconBaseColor, body .NotificationFontIconInfoLight 
{
	margin-left: 15px;
	margin-right: 0px;
}
BODY .NotificationTitle 
{
	padding-left: 3pt;
	padding-right: 20px;
}
BODY .TextBlockLink 
{
	left: 31px;
	right: auto;
}
BODY .DVGroupByBtn 
{
	text-align: left;
}
BODY .GridNoBorder>tbody>tr, body .GridWithBorderColor>tbody>tr, body .WorkWith>tbody>tr 
{
	text-align: right;
}
BODY .WWActionGroupColumn .dropdown-toggle.btn-default>i 
{
	padding-left: 0px;
	padding-right: 3px;
}
BODY .CellNoPaddingRight 
{
	padding-left: 0px;
	padding-right: 15px;
}
BODY .AttributeFL,.BlobContentAttributeFL, body .ReadonlyBlobContentAttributeFL, body .BlobInputAttributeFL, body .ReadonlyAttributeFL, body .ErrorAttributeFL 
{
	margin-right: 0px;
	padding-right: 0px;
	text-align: right !important;
}
BODY .UserActionPrompt 
{
	left: 27px;
	right: auto;
}
BODY .AttributeFLLabel.control-label 
{
	text-align: right;
}
BODY .AttributeFLLabel.control-label.gx-label 
{
	padding-right: 15px;
}
BODY .DataContentCellFL .MergeLabelCell 
{
	text-align: right;
}
BODY .Table100x100,body .TableBorder,body .Table100x1004C,body .TableViewGeneralAtts,body .TableGridHeader 
{
	text-align: right;
}
BODY .ErrorViewerBullet  .gx-warning-message 
{
	background-position: right;
	padding-left: 0px;
	padding-right: 25px;
}
BODY .DscTop>DIV>.gx-label 
{
	padding-left: 15px;
	padding-right: 20px;
}
BODY .gx-checkbox-wrapper 
{
	padding-left: 0px;
	padding-right: 20px;
}
BODY .gx-checkbox-wrapper > input 
{
	margin-left: 0px;
	margin-right: -20px;
}
BODY .ColumnSettingsRangeContainer 
{
	text-align: left;
}
BODY .ActionGroupGrouped>div>input 
{
	margin-left: 0px;
}
BODY .DummyClass, *[style*='text-align:left'], *[style*='text-align: left'] 
{
	text-align: right !important;
}
BODY .DummyClass, *[style*='text-align:right'], *[style*='text-align: right'] 
{
	text-align: left !important;
}
BODY .pagination > li 
{
	float: right;
}
BODY .pagination > li:first-child > a, body  .pagination > li:first-child > span 
{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
BODY .pagination > li:last-child > a, body .pagination > li:last-child > span 
{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
BODY .ui-pnotify-icon, .ui-pnotify-icon span 
{
	float: right;
	margin-left: .25em;
	margin-right: 0px;
}
BODY .ui-pnotify-text 
{
	padding-left: 15px;
	padding-right: 29px;
}
BODY .ui-pnotify-closer,body  .ui-pnotify-sticker 
{
	float: left;
	margin-left: 0px;
	margin-right: .2em;
}
BODY .ActionGroupRight 
{
	margin-left: 5px;
	text-align: left;
}
BODY .TableMainWithShadow .GridNoBorderCell:not(.NestedGridCell)>div, body .tab-content .GridNoBorderCell:not(.NestedGridCell)>div, body .TableMainPrompt .GridNoBorderCell:not(.NestedGridCell)>div, body .ViewGridNoBorderCell .GridNoBorderCell:not(.NestedGridCell)>div 
{
	padding-left: 15px;
	padding-right: 0px;
}
BODY .TableMainWithShadow .GridNoBorderCell:not(.NestedGridCell), body .tab-content .GridNoBorderCell:not(.NestedGridCell), body .TableMainPrompt .GridNoBorderCell:not(.NestedGridCell) 
{
	padding-left: 0px;
	padding-right: 15px;
}
BODY .StepNumberBullet, body .StepNumberBulletSelected 
{
	padding-left: 0px;
}
BODY .StepImage, body .StepImageUnSelected 
{
	border-style: none;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
BODY .TableContainerStepLast 
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
BODY .TableContainerStepFirst 
{
	border-top-left-radius: 5px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 5px;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
}
BODY .StepNumber, body .StepNumberSelected, body .StepNumberBullet, body .StepNumberBulletSelected 
{
	padding-left: 0px;
}
BODY .TableContainerStep>tbody>tr>td:nth-child(2), body .TableContainerStepSelected>tbody>tr>td:nth-child(2) 
{
	padding-left: 5px;
	padding-right: 15px;
}
BODY .WorkWith TR .WWIconActionColumn .ArrowIcon 
{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
BODY .WorkWith TR .WWIconActionColumn.WCD_Expanded .ArrowIcon 
{
	-webkit-transform: scaleX(-1) rotate(90deg);
	transform: scaleX(-1) rotate(90deg);
}
BODY .DVGroupByBtn i 
{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
BODY .CellTitleViewSplitScreen 
{
	padding-left: 0px;
	padding-right: 35px;
}
BODY .TableSplitScreen>div 
{
	margin-left: 0px;
	margin-right: -15px;
}
BODY .CellWCSplitScreen .CellViewTab, body .FormSplitScreen .CellViewTab 
{
	padding-left: 0px;
	padding-right: 15px;
}
BODY .CellWCSplitScreenWithTabs .nav-tabs>li>a:hover .closeTab 
{
	margin-left: -17px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 6px;
}
BODY .ActionGroupColorFilledActions .ColumnsSelector>.btn-default 
{
	margin-left: 3pt;
	margin-right: 0px;
}
BODY .DataFilterDescription, body .DataFixedFilterDescription, body .DataFilterDescriptionPrefix 
{
	padding-left: 2pt;
	padding-right: 8px;
}
BODY .DataFilterDescriptionPrefix 
{
	padding-right: 0px;
}
BODY .DscTop>DIV>DIV>.MergeLabelCell 
{
	padding-left: 0px;
	padding-right: 20px;
	text-align: right;
}
BODY .ProductCardTable table>tbody>tr>td:first-of-type 
{
	padding-left: 10px;
	padding-right: 1px;
}
BODY .CardImageCell:after 
{
	padding-left: 30px;
	padding-right: 0px;
}
BODY .ReadonlyCardImageAttributeWhiteWithShadow, body .ReadonlyCardImageAttributeWhiteSubtitleWithShadow 
{
	margin-right: 5px;
}
BODY .CardSmallImageAttribute,body .ReadonlyCardSmallImageAttribute 
{
	margin-left: 8px;
	margin-right: 0px;
}
BODY .TextBlockDashboardDescriptionCard 
{
	padding-left: 0px;
}
BODY .Dummy,Body [data-gx-checkbox-title] 
{
	margin-right: 0px;
}
BODY .ExtendedCombo .btn-default 
{
	padding-left: 6px;
	padding-right: 12px;
	text-align: right;
}
BODY .ExtendedCombo .caret 
{
	float: left;
	margin-left: 0px;
	margin-right: 5px;
}
BODY .ExtendedCombo, BODY .ExtendedCombo 
{
	margin-left: 0px;
}
BODY .AttributeSearch ~ div.popover 
{
	margin-left: 78px;
}
BODY .CloseSearchIconCell > div.TextBlock 
{
	left: 7px;
	right: auto;
}
BODY .SectionGrid:not(.GridFixedColumnBorders)>div>div>div>div.gx-grid, .SectionGrid:not(.GridFixedColumnBorders) div.Section 
{
	margin-left: -14px;
	margin-right: 0px;
}
BODY .WorkWith .gx-attribute .form-control.ConvertToDDO 
{
	margin-right: 0px;
}
BODY .ActionGroupGrouped>div:first-child>div.ColumnsSelector>button 
{
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 0px;
}
BODY .ActionGroupGrouped>div:last-child>div.ColumnsSelector>button 
{
	border-top-left-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 4px;
	border-left-style: solid;
	 border-right-style: none;
}
BODY .ActionGroupGrouped>div:first-child>input 
{
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 0px;
}
BODY .ActionGroupGrouped>div:last-child>input 
{
	border-top-left-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 4px;
}
BODY .collapse-button 
{
	left: 8px;
	right: auto;
}
HTML
{
	background-color: #eee;
	height: 100%;
}
UL.collapsed
{
	max-height:calc(100vh - 99px);
}
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: Montserrat,sans-serif;
}
DIV.suggestions DIV
{
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	cursor: default;
	font-family: Montserrat,sans-serif;
	font-size: 12px;
	color: #575b5d;
}
DIV.suggestions DIV.current
{
	background-color: #393a70;
	font-family: Montserrat,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;
	position: relative;
	height: 72px;
	width: 128px;
	display: block;
	text-align: center;
	line-height:68px;
}
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: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	height: auto;
	max-height: 68px;
	max-width: 124px;
	vertical-align: middle;
}
DIV.gx-multimedia-upload A SPAN
{
	background-position: center center;
	background-repeat: no-repeat;
	height: 68px;
	width: 124px;
	color: transparent;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty
{
	display: block;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-download-placeholder
{
	opacity:1;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN
{
	display: block;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty IMG
{
	display: none;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-image-placeholder
{
	background-image: url(../PlaceHolderImage.png);
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-video-placeholder
{
	background-image: url(../PlaceHolderVideo.png);
	opacity: 1;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-audio-placeholder
{
	background-image: url(../PlaceHolderAudio.png);
	opacity: 1;
}
DIV.gx-multimedia-upload A.action
{
	background-color: #393a70;
	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
{
	background-color: rgba(255,255,255,0);
	opacity: 0.3;
	bottom: 0px;
	position: fixed;
	height: 100%;
	width: 100%;
}
A:visited
{
	color: #393a70;
}
A:link
{
	color: #393a70;
}
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: Montserrat,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: Montserrat,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: #393a70;
	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: ActionHoverBorder;
	border-left-color: ActionHoverBorder;
	border-right-color: ActionHoverBorder;
	border-top-color: ActionHoverBorder;
	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: ActionHoverBorder;
	border-left-color: ActionHoverBorder;
	border-right-color: ActionHoverBorder;
	border-top-color: ActionHoverBorder;
	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: ActionHoverBorder;
	border-left-color: ActionHoverBorder;
	border-right-color: ActionHoverBorder;
	border-top-color: ActionHoverBorder;
	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: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0px 0px 2px ActionBorder_and_FocusColor;
	padding-bottom: 6px;
}
SELECT.AttributeFL
{
	padding-left: 2px;
}
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;
	width: 100%;
	max-width: 100%;
	white-space: pre;
}
TEXTAREA.AttributeFL:focus
{
	border-left-color: #393a70;
	border-right-color: #393a70;
	border-top-color: #393a70;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0px 0px 2px ActionBorder_and_FocusColor;
	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;
}
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;
}
BUTTON.IconButtonSearchAll
{
	margin-left: -6px;
	margin-top: -2px;
	color: #575b5d;
}
SEARCHRESULTICONWS
{
	padding-bottom: 16px;
	padding-top: 0px;
}
#gx_ajax_notification
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	position: absolute;
	top: 21px;
	z-index: 999;
	height: 20px;
	width: 100%;
	display: block;
	font-family: Montserrat,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%;
}
#W0024SERVICELOCATIONContainer
{
	background-color: #efefef;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	border-radius: 20px !important;
	 height: 227px !important;
	    width: 354px !important;
}
#MAP2Container
{
	width: 100%;
	max-width: 1400px;
	width:100% !important;
}
#MAP2Container_MAP
{
	width: 100%;
	max-width: 1400px;
	width:100% !important;
}
#W0027SERVICELOCATIONContainer
{
	background-color: #efefef;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	border-radius: 20px !important;
	 height: 227px !important;
	    max-width: 354px !important;
	 width: 100% !important;
}
#W0027SERVICELOCATIONContainer_MAP
{
	width:100% !important;
	 max-width: 354px !important;
	 width: 100% !important;
}
#MAP1Container
{
	width: 100%;
	max-width: 1400px;
	width:100% !important;
}
#MAP1Container_MAP
{
	width: 100%;
	max-width: 1400px;
	width:100% !important;
}
#W0027W0182SERVICEPICTUREUPLOADContainer .fileinput-button
{
	background-color: #eee;
	padding-top: 75px;
	height: 190px;
	width: 190px;
	font-size: 1px;
	color: #eee;
	text-align: center;
	vertical-align: middle;
}
#W0027W0182SERVICEPICTUREUPLOADContainer .files
{
	overflow-x: auto;
	 display: grid;
	 grid-gap: 1rem;
	  grid-auto-flow: column;
	grid-auto-columns: calc(25% - 1rem);
	min-height: 14vh;
}
#W0027W0182SERVICEPICTUREUPLOADContainer .glyphicon-plus:before
{
	font-family: fa-solid-900;
	font-size: 38px;
	font-weight: 900;
	color: #696969;
	content:"\f030" !important;
}
#W0027W0182SERVICEPICTUREUPLOADContainer .glyphicon-plus:before #W0027W0182SERVICEPICTUREUPLOADContainer .glyphicon-plus:before
{
	font-family: fa-solid-900;
	font-size: 20px;
	font-weight: 900;
	content:"\f030" !important;
}
#W0027W0182SERVICEPICTUREUPLOADContainer .start
{
	background-color: #393a70;
	width: 190px;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
#W0027W0182SERVICEPICTUREUPLOADContainer .table-striped
{
	width: 400px;
	display: grid;
	W0027W0219UPLOADSERVICEATTACHMENTContainer .Table-striped;
}
#W0027W0219UPLOADSERVICEATTACHMENTContainer .fileinput-button
{
	background-color: #eee;
	padding-top: 75px;
	height: 190px;
	width: 190px;
	font-size: 1px;
	color: #eee;
	text-align: center;
	vertical-align: middle;
}
#W0027W0219UPLOADSERVICEATTACHMENTContainer .files
{
	overflow-x: auto;
	 display: grid;
	 grid-gap: 1rem;
	  grid-auto-flow: column;
	grid-auto-columns: calc(100% - 1rem);
}
#W0027W0219UPLOADSERVICEATTACHMENTContainer .glyphicon-plus:before
{
	font-family: fa-solid-900;
	font-size: 38px;
	font-weight: 900;
	color: #696969;
	content:"\f03d" !important;
}
#W0027W0219UPLOADSERVICEATTACHMENTContainer .start
{
	background-color: #393a70;
	width: 190px;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
#W0027W0219UPLOADSERVICEATTACHMENTContainer .table-striped
{
	width: 400px;
	display: grid;
	W0027W0219UPLOADSERVICEATTACHMENTContainer .Table-striped;
}
#W0027W0182SERVICEPICTUREUPLOADContainer canvas
{
	background-color: rgba(255,255,255,0);
	height: 80px;
	width: 80px;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	object-fit: cover;
}
##W0027W0182SERVICEPICTUREUPLOADContainer .template-upload
{
	Background:#FFF0 !important;
}
#W0027W0219UPLOADSERVICEATTACHMENTContainer
{
	width: 100px;
	max-width: 100%;
	max-width:100% !important;
	 width:300px !important;
}
#W0027W0182SERVICEPICTUREUPLOADContainer
{
	max-width:100% !important;
	 width:300px !important;
}
#W0381vSTATUSFILTER
{
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	height: 50px;
	min-width: 300px;
}
#vFILTER
{
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	height: 50px;
	min-width: 300px;
}
@font-face
{
	font-family: 'fa-solid-900';
	src: url('fa-solid-900.ttf');
}
@font-face
{
	font-family: 'DMSans-Bold';
	src: url('DMSans-Bold.ttf');
}

@media (max-width: 767px) /*ExtraSmall*/
{
	.WWActionColumn
	{
		width: 38px;
	}
	.WWOptionalColumn
	{
		display: none;
	}
	.OptionalColumn
	{
		display: none;
	}
	.MS_BaseColorSection1
	{
		margin-bottom: 0px;
		margin-top: -50px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.MSTableAboutLeftImageCell
	{
		margin-left: 25px;
		margin-right: 10px;
		margin-top: 30px;
		height: 240px;
		width: 100%;
	}
	.MSCellBackgroundBaseColor
	{
		padding-top: 0px;
	}
	.MSCellBackgroundWhiteColor
	{
		overflow: hidden;
		height: 340px;
	}
	.MSAboutUsTable
	{
		margin-top: -60px;
		padding-bottom: 0px;
		padding-left: 15px;
		padding-right: 0px;
		padding-top: 0px;
	}
	.MSUserProfileTableTopC
	{
		border-bottom-left-radius: 0px;
		margin-top: -35px;
	}
	.MSTablePrivacyPolicyHeader
	{
		margin-top: -15px;
		height: 100px;
	}
	.MSHomeTableSearchContainer
	{
		padding-bottom: 4px;
		padding-left: 4px;
		padding-right: 15px;
		padding-top: 0px;
		height: 240px;
		background-size:cover;
	}
	.MSLandingCongoFooterCell_Category
	{
		padding-left: 193px;
		padding-right: 20px;
	}
	.MSWhiteBackk
	{
		padding-left: 30px;
	}
	.MS_RatingCanvas
	{
		margin-right: -22px;
	}
	.MS_RatingReviewCanvasCell
	{
		margin-right: -21px;
	}
	.MS_FieldMarginleft
	{
		margin-left: 0px;
	}
	.MSLandingCongoFooterCell
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.MSLandingCongoFooterCell_About
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.MSLandingCongoFooterCell_Help
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.MSLandingCongoFooterCell_Contact
	{
		margin-right: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.MSBusinessWhiteBackground
	{
		padding-right: 15px;
	}
	.MSHomeModulesTitleCell
	{
		font-size: 12px;
	}
	.HorizontalMenuCell
	{
		height: auto;
	}
	.page-content
	{
		min-width: 700px;
	}
	.MergeLabelCell
	{
		margin-bottom: 0px;
		text-align: left;
	}
	.CellWidthAuto100ExtraSmall
	{
		width: 100%;
	}
	.WWAdvancedBarCell
	{
		bottom: 0px;
		margin-top: 0px;
		position: absolute;
		top: 0px;
		z-index: 6;
		width: auto;
	}
	.CellMarginTopAssociationButtons
	{
		padding-bottom: 15px;
	}
	.WorkWithCell
	{
		padding-left: 0px;
	}
	.CellMarginTopInExtraSmall
	{
		margin-top: 15px;
	}
	.DataContentCellLogin
	{
		padding-left: 25px;
	}
	.LabelCell
	{
		margin-bottom: 0px;
		text-align: left;
	}
	.CellTableAssociationButtons
	{
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 10px;
		padding-right: 15px;
		padding-top: 10px;
		height: auto;
	}
	.MasterHeaderCell
	{
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
		height: 49px;
	}
	.TableStepNumberCell
	{
		padding-left: 10px;
		padding-right: 0px;
		display: inline-block;
	}
	.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;
	}
	.CellTitleMasterHorizontalMenu_HeaderFixed
	{
		margin-top: 49px;
	}
	.CellTableContentHorizontalMenuFixedHeader
	{
		margin-top: 49px;
	}
	.CellMarginTopMedium
	{
		margin-top: 15px;
	}
	.CellMarginTopExtraSmall
	{
		margin-top: 15px;
	}
	.CellWizardActions
	{
		margin-right: 0px;
	}
	.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;
	}
	.LandingCongoListItemsCell
	{
		padding-left: 30px;
		padding-top: 20px;
	}
	.LandingCongoFooterCell
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.MS_CellPaddingTop6
	{
		width: 300px;
	}
	.LandingCongoCard
	{
		width: auto;
	}
	.LandingCongoLeftImageCell
	{
		margin-left: 25px;
		margin-right: 10px;
		margin-top: 30px;
		height: 240px;
		width: 100%;
	}
	.LandingCongoContactUsBannerCell
	{
		min-height: 150px;
	}
	.CellTitleMasterLandingCongo
	{
		padding-top: 63px;
	}
	.MS_SectionWidth93
	{
		margin-right: 7px;
	}
	.MS_SectionWidth48
	{
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		width: 100%;
	}
	.MSCellBackgroundWhiteColor1
	{
		padding-bottom: 0px;
	}
	.MSCellMarginLeft30
	{
		margin-left: 0px;
	}
	.MSHiddenActionGroup
	{
		background-color: #393a70;
		margin-left: -2px;
		margin-top: 1px;
		height: 46.6px;
		display: block;
	}
	.MS_Popupform
	{
		background-color: white;
	}

	.Attribute
	{
		margin-left: 0px;
		display: inherit;
		max-width: 100%;
	}
	.ReadonlyMS_NotAvailableServiceText
	{
		white-space: pre;
		font-size: 15px;
	}
	.MS_EditField21
	{
		padding-right: 10px;
		width: 100%;
	}
	.ReadonlyMS_EditField21
	{
		padding-right: 10px;
		width: 100%;
	}
	.MS_CopyUrlTxt
	{
		width: 100%;
		white-space: normal;
		word-wrap: break-word;
	}
	.MSTableSearchBusinessesDV
	{
		max-width: 100%;
		min-width: 100%;
	}
	.MSHomePopularChannelImage1
	{
		margin-top: 0px;
		height: 100px;
		width: 100px;
		object-fit: cover;
	}
	.ReadonlyMSFAQquestionClass
	{
		display: block;
		width: 340px;
		max-width: 100%;
	}
	.ReadonlyMS_NoOfReviews1
	{
		margin-right: 0px;
		display: block;
	}
	.ReadonlyMS_RateDate1
	{
		margin-right: 73px;
		margin-top: -47px;
		display: block;
	}
	.ReadonlyMS_DescriptionAttribute1
	{
		margin-left: 0px;
		padding-left: 20px;
		padding-right: 20px;
		max-width: 600px;
	}
	.MSWizardAttributeDesc
	{
		width: 112%;
	}
	.ReadonlyMS_SubCategoryName
	{
		max-width: 95%;
	}
	.MSTableServiceContactInfoTitle
	{
		margin-right: -339px;
		margin-top: -24px;
		display: block;
	}
	.ReadonlyMSTableServiceContactInfoPhone
	{
		font-size: 12px;
	}
	.MSTableServiceComment
	{
		margin-right: 10px;
		margin-top: 20px;
		width: auto;
		min-width: 320px;
	}
	.MSTableSearchDVSearch1
	{
		margin-left: -5px;
		padding-right: 40px;
		font-size: 11px;
		color: #575b5d;
		min-height: 33px;
		width: 150px;
		min-width: 140px;
	}
	.MSAccountViewsClass
	{
		margin-right: -55px;
	}
	.ReadonlyMSAccountViewsClass
	{
		margin-right: -55px;
	}
	.ReadonlyMSTableServiceSTitle1
	{
		font-size: 16px;
	}
	.ReadonlyMSHomeCardImageAttributeWhite
	{
		margin-right: -26px;
		margin-top: 10px;
		font-size: 10px;
		text-align: left;
	}
	.MSHomePopularChannelImage
	{
		margin-right: 38px;
	}
	.ReadonlyMS_NotificationDate
	{
		font-size: 12px;
	}
	.MSTableServiceSTitle
	{
		margin-right: 15px;
		margin-top: 5px;
		height: 20px;
		max-height: 20px;
		min-height: 20px;
	}
	.ReadonlyMSTableServiceSTitle
	{
		margin-right: 15px;
		margin-top: 5px;
		height: 20px;
		max-height: 20px;
		min-height: 20px;
	}
	.MSTableServicesImage
	{
		margin-right: 4px;
		margin-top: 10px;
		width: 325px;
		max-width: 320px;
		min-width: 320px;
	}
	.MSTableServicesWhiteTitle
	{
		font-size: 13px;
	}
	.MSTableServiceProviderContactInfo
	{
		display: none;
	}
	.MS_PrivacyPolicyAttribute
	{
		padding-top: 0px;
	}
	.MSUserProfileTableTopSection
	{
		font-size: 12px;
	}
	.ReadonlyMSHomeCardImageAttributeBaseColor
	{
		margin-left: 12px;
		font-size: 10px;
		height: 0px;
	}
	.ReadonlyMSHomeTableSearchTHeaderTitle
	{
		font-size: 30px;
	}
	.ReadonlyMSHomeTableSearchTHeaderSubtitle
	{
		font-size: 20px;
	}
	.MS_VerifyPhoneAttributeUnderlined
	{
		margin-right: 0px;
	}
	.MS_NoOfReviews
	{
		margin-left: -50px;
		width: 100%;
	}
	.ReadonlyMS_NoOfReviews
	{
		margin-right: 90px;
	}
	.ReadonlyMS_RateComment
	{
		text-align: right;
	}
	.MS_RatersNoVar
	{
		margin-left: 0px;
		padding-right: 0px;
	}
	.MS_EditField2
	{
		padding-right: 18px;
		width: 100%;
		max-width: 300px;
	}
	.ReadonlyMS_EditField2
	{
		width: 100%;
	}
	.MS_EditField1Date
	{
		min-width:300.1px !important;
		height:43px !important;
		width:300.1px !important;
		 border-top-left-radius: 53px !important;
		 border-bottom-left-radius: 53px !important;
		   border-bottom-right-radius: 53px !important;
		  border-top-right-radius: 53px !important;
		   text-align:left !important;
	}
	.MSWizardAttributeDate
	{
		margin-right: -10px;
		width: 250px;
		max-width: 250px;
		width: 250% !important;
		 border-top-left-radius: 20px !important;
		 border-bottom-left-radius: 20px !important;
		   border-bottom-right-radius: 20px !important;
		  border-top-right-radius: 20px !important;
		   text-align:left !important;
		 fontsize:15px !important;
	}
	.MS_EditEmailField
	{
		max-width: 350px;
	}
	.MS_EditBioField
	{
		max-width:350px !important;
		 overflow:hidden;
	}
	.MS_ChangePassField
	{
		max-width: 220px;
	}
	.ReadonlyMSBusinessPhoneClass
	{
		font-size: 10px;
	}
	.ReadonlyMSBusinessTextClass
	{
		margin-right: 0px;
		font-size: 10px;
		width: 260px;
		min-width: 260px;
	}
	.MSTableSearchDVSearch
	{
		margin-right: 13px;
		font-size: 11px;
		min-height: 33px;
		width: 150px;
		min-width: 150px;
	}
	.MSCardImageAttributeWhiteWithShadow
	{
		font-size: 14px;
	}
	.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow
	{
		margin-right: 0px;
	}
	.MSCardImageAttributeWhiteWithShadow1
	{
		height: 180px;
		min-height: 180.99px;
	}
	.ReadonlyMSHomeLoginDDMCUserName
	{
		white-space: nowrap;
	}
	.MSWizardField
	{
		width: 100%;
		max-width: 100%;
	}
	.MSWizardAttribute
	{
		margin-right: 0px;
		width: 100%;
		max-width: 100%;
	}
	.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%;
	}
	.AttributeRegister
	{
		margin-left: 0px;
		margin-right: 0px;
		max-width: 100%;
	}
	.MS_PhoneAttribute
	{
		width: 100%;
	}
	.MS_RegisterAttribute1
	{
		width: 100%;
	}
	.MS_ChangeBtn1
	{
		margin-bottom: 30px;
		margin-right: 0px;
		margin-top: 0px;
	}

	.MS_ButonCancelLogin
	{
		margin-top: 5px;
	}

	.Ms_DeactivateAccount
	{
		margin-right: -65px;
	}

	.MSStartButton,.FileUploadShop.gx-fileupload .start
	{
		margin-left: 0px;
		width: 95%;
	}

	.MS_AddReviewBtn11
	{
		margin-left: 0px;
		margin-top: 0px;
	}

	.MS_AddReviewBtn1
	{
		margin-right: 0px;
	}

	.MS_displayImageBtn
	{
		width: 60%;
	}

	.MSUploadButton,.FileUploadShop.gx-fileupload .fileinput-button
	{
		margin-left: 0px;
		width: 95%;
	}

	.MS_AddReviewBtn
	{
		margin-right: 125px;
	}

	.MS_ChangeBtn
	{
		position: relative;
		background-color: #fff;
	}

	.MS_SubmitComment
	{
		margin-right: 10px;
	}

	.ButtonWizard
	{
		margin-bottom: 5px;
	}

	.LandingCongoButtonBanner
	{
		max-width: 100%;
	}

	.Grid>tbody>tr,.Grid>[data-gxrow]
	{
		color: black;
		font-family: Montserrat,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: Montserrat,sans-serif;
		font-size: 11pt;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		text-decoration: none;
		text-align: left;
		text-indent: 5px;
	}

	.GridWithBorderColor>tbody>tr,.GridWithBorderColor>[data-gxrow]
	{
		background-color: #fff;
		color: #000;
		font-family: Montserrat,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: Montserrat,sans-serif;
		font-size: 11pt;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		text-decoration: none;
		text-align: left;
		text-indent: 5px;
		vertical-align: middle;
	}

	.NextPreviousVideoArabic
	{
		padding-left: 5px;
	}
	.MS_IconUnFill1
	{
		margin-top: -27px;
	}
	.MSUserProfileTableTopImage2
	{
		margin-right: -12px;
		height: 100px;
		max-height: 100px;
		min-height: 100px;
		width: 100px;
		max-width: 100px;
		min-width: 100px;
	}
	.MSUserProfileTableTopImage2[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;
}

	.MSTableSearchDVSearchIcon2
	{
		bottom: 18px;
		padding-bottom: 11px;
		padding-top: 11px;
		font-size: 25px;
	}
	.MSTableSearchDVSearchIcon1
	{
		padding-bottom: 4.7px;
		padding-top: 5px;
		right: -140px;
		top: -8px;
		font-size: 23.9px;
	}
	.MSUserProfileTableTopImageBG1
	{
		height: 115px;
		max-width: 115px;
	}
	.MSUserProfileTableTopImageBG1[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;
}

	.MSUPUnionimage
	{
		margin-right: -98px;
		margin-top: -50px;
		display: none;
		height: 56px;
		width: 89px;
	}
	.MS_ReportIconInService
	{
		margin-right: 9px;
		background-color: rgba(255,255,255,0);
		font-size: 17px;
	}
	.MS_LoginShieldImage
	{
		display: none;
	}
	.MSTableImageCountFavBtn1
	{
		font-size: 25px;
		width: 20px;
	}
	.MSImageWithHeight
	{
		float: right;
		height: 60px;
	}
	.MS_NotificationDotsImage
	{
		width: 100px;
	}
	.MSUserProfileTableTopImage
	{
		margin-right: -15px;
		margin-top: -20px;
		height: 125px;
		width: 125px;
		min-width: 125px;
		object-fit: cover;
	}
	.MSUserProfileTableTopImage[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;
}

	.MSUserProfileTableTopImageBG
	{
		margin-right: -45px;
		margin-top: -22px;
		height: 150px;
		max-width: 142px;
	}
	.MSUserProfileTableTopImageBG[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;
}

	.MS_PrivacyPolicyLockImage
	{
		display: none;
	}
	.MSSmallSizeImage
	{
		width: 99%;
	}
	.MSUserProfileUSubtract
	{
		left: 0px;
		display: none;
	}
	.MS_SuccessImg
	{
		font-size: 60px;
	}
	.msimagewithwidth
	{
		width: 250px;
	}
	.MSDeleteIconClass
	{
		right: 90px;
		top: 15px;
	}
	.MS_EditHeaderImage
	{
		display: none;
	}
	.MS_IconUnFill
	{
		margin-left: 0px;
	}
	.MSImageWithHeight1
	{
		float: right;
		height: 60px;
	}
	.MSContactUSBackImage
	{
		display: none;
	}
	.MSArrowImageClass
	{
		right: 170px;
		top: -50px;
		height: 150px;
		width: 150px;
	}
	.MSContactUsUnionImage
	{
		right: 10px;
	}
	.MSAboutUSImage
	{
		height: 200px;
		width: 200px;
	}
	.MS_UnionImageMargin
	{
		margin-right: 0px;
	}
	.MS_HomeDotsImage
	{
		display: none;
	}
	.MSWizardPreviuosIcon
	{
		margin-right: -8px;
	}
	.MSBusinessImage
	{
		height: 120px;
		max-height: 120px;
		width: 70px;
		max-width: 70px;
		object-fit: cover !important;
	}
	.MSTableSearchDVSearchIcon
	{
		padding-bottom: 3.9px;
		padding-left: 6px;
		padding-right: 6.1px;
		padding-top: 3.5px;
		right: -130px;
		top: -7px;
	}
	.MSAllCategoriesIamge
	{
		height: 40px;
		width: 40px;
	}
	.MSHomeLoginDDIcon
	{
		margin-top: 20px;
	}
	.MSHomeLoginDDMCArrow
	{
		margin-right: 30px;
		margin-top: -30px;
	}
	.MSHomeLoginDDIcon1
	{
		margin-top: 20px;
	}
	.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;
	}
	.Ms_HomeArrowDown
	{
		display: none;
		color: rgba(255,255,255,0);
	}
	.MS_IconFill1
	{
		margin-top: -30px;
	}
	.MSNextVideoMobile
	{
		margin-right: -25px;
	}
	.MSShopProfileTableTopEditC2
	{
		padding-left: 0px;
		padding-right: 8px;
		padding-top: 4px;
		right: 100px;
	}
	.MSNotificationMobileFlex
	{
		display: flex;
		align-items: baseline !important;
		 flex-direction: column;
	}
	.MS_ServiceDetailsTablePictures
	{
		width: 300px;
	}
	.MS_ServiceDetailsTableVideo
	{
		width: Auto;
	}
	.MSLikeTable
	{
		width: 27%;
	}
	.MS_PhoneMainTable1
	{
		width: 100%;
	}
	.MsTableBusinessDescription
	{
		margin-left: 0px;
		margin-right: -20px;
		overflow: scroll;
		height: 62px;
		max-height: 62px;
		min-height: 62px;
		width: 225px;
		max-width: 225px;
		min-width: 225px;
	}
	.MSTableFSSearch_Mobile
	{
		display: none;
	}
	.MsAboutTableDescriptionMobile
	{
		margin-bottom: 20px;
		margin-right: 0px;
		max-height: 250px;
	}
	.MSSmallLogoTable
	{
		display: block;
	}
	.MSHiddenMasterPage
	{
		margin-top: 1px;
		padding-right: 5px;
		padding-top: 5px;
		display: block;
		background-color: #393a70;
		height: 96%;
	}
	.MSCategoriesSmallTable
	{
		margin-bottom: 15.1px;
		padding-bottom: 15.1px;
		padding-top: 15.1px;
	}
	.MS_TitleTable1
	{
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.MSTableSearch
	{
		height: 100%;
	}
	.MSTableSUbCategory
	{
		box-shadow: 0px 0px 10px 0px rgba(7,20,22,0.35);
		width: 400px;
		text-shadow: 8325% 8325% 8325% _ ;
	}
	.MSTableCardSideMenu
	{
		overflow: scroll;
		position: absolute;
		z-index: 1;
	}
	.MSHomeTablePopularChannelFlex
	{
		margin-top: -45px;
	}
	.MSTableWhiteBackground
	{
		margin-left: 0px;
		max-height: 80%;
		min-height: 80%;
		width: 90%;
	}
	.MS_TableContentWithPadding
	{
		padding-left: 5px;
		padding-right: 5px;
	}
	.MSTableServiceUActionContainer
	{
		margin-top: 5px;
		width: 33%;
	}
	.MSTServicesTableVerticalLine
	{
		display: none;
	}
	.MSTServicesTableVerticalLineWithPicture
	{
		display: none;
	}
	.MSTServicesTableVerticalLineWithoutComment
	{
		display: none;
	}
	.MS_TableBackground
	{
		padding-right: 35pt;
	}
	.MSTableDataTable
	{
		margin-left: 1%;
		text-align: right;
	}
	.MSUserProfileTableTop
	{
		padding-left: 0px;
		padding-right: 5px;
		padding-top: 10px;
	}
	.MSUserProfileTableTopImageContainer
	{
		right: 55px;
		width: 40%;
	}
	.MSUserProfileTableTopDetailsContainer
	{
		margin-right: 15px;
	}
	.MSUserProfileTableTopEditC
	{
		margin-right: 0px;
		margin-top: 0px;
		padding-left: 10px;
		width: 45px;
		min-width: 45px;
	}
	.MS_PrivacyPolicyContentTable
	{
		padding-bottom: 30px;
		padding-left: 14px;
		padding-right: 14px;
	}
	.MSUserProfileTableTopColumnGap
	{
		margin-right: 0px;
		margin-top: 20px;
	}
	.MSUserProfileTableContent
	{
		padding-right: 0px;
	}
	.MSUserProfileFSServiceContainer
	{
		width: 1350px;
		min-width: 1350px;
	}
	.MSHomeTableSearchTHeader
	{
		margin-top: 5px;
	}
	.MS_OTPCodeTable
	{
		margin-right: auto;
	}
	.MSTableServiceDetailsUnionContainer
	{
		right: 30px;
		top: 0px;
	}
	.MSTableServiceDetailsTableRight
	{
		margin-right: 5px;
	}
	.MSTableServiceCommentContainer
	{
		margin-right: 10px;
		padding-right: 0px;
		width: auto;
		min-width: 330px;
	}
	.MS_ReviewsTable
	{
		padding-left: 0px;
		padding-right: 10px;
		padding-top: 20px;
		text-align: right;
	}
	.MS_OverallRatingTable
	{
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 10px;
		padding-top: 5px;
	}
	.MS_ReviewsGridTable
	{
		width: 100%;
	}
	.MSShopProfileTopTable
	{
		margin-top: -50px;
		padding-left: 15px;
		padding-right: 25px;
		height: 200px;
		width: 100%;
		max-width: 100%;
		min-width: 109%;
	}
	.MSGrayBackgroundTable
	{
		margin-top: 0px;
		height: 100px;
		width: 100%;
		max-width: 100%;
		min-width: 109%;
	}
	.MSShopProfileTableTopColumnGap
	{
		margin-right: 20px;
	}
	.MSTableWithBorder
	{
		box-shadow: 0px 0px 1px 0px;
		margin-right: 5px;
		width: 97%;
	}
	.MSTableWithWidth
	{
		position: absolute;
		z-index: 7;
	}
	.MSTableMinusMargin
	{
		margin-left: 0px;
		margin-right: 55px;
		width: 255px;
	}
	.MSWizardTableWithMargin
	{
		margin-right: -2px;
	}
	.MS_ResetPassFieldsTable
	{
		width: 300px;
	}
	.MS_EditProfileContentTable
	{
		margin-top: -5px;
		padding-right: 5px;
	}
	.MS_EditIconTable
	{
		margin-right: -50px;
	}
	.MS_PlaceHolderTable
	{
		margin-right: 5px;
		width: 100%;
	}
	.MS_TableAllComments
	{
		margin-left: 0px;
		width: 280px;
		min-width: 280px;
	}
	.MS_EditTable
	{
		width: 300px;
	}
	.MS_EditProfileTable
	{
		left: 10px;
		position: absolute;
	}
	.MS_TableAllCommentsBorder1
	{
		margin-right: 10px;
		margin-top: 20px;
		padding-left: 4px;
		width: 320px;
		max-width: 320px;
		min-width: 320px;
	}
	.MS_ServiceDetailsRightDescription
	{
		margin-left: 0px;
		margin-right: -10px;
		margin-top: 0px;
	}
	.Ms_ServiceDetailsVaforateTableIcons
	{
		margin-right: 245px;
		margin-top: -30px;
	}
	.Ms_ServiceDetailsVaforateTableIcons1
	{
		margin-right: 245px;
		margin-top: -30px;
	}
	.Ms_AllCommentHorizentalLine
	{
		width: 340px;
	}
	.MS_AllCommentTableNameAndDate
	{
		inline-size: 340px;
		 overflow-wrap: break-word;
	}
	.MS_ServiceDeailsRateTable
	{
		margin-left: 160px;
		height: 0px;
	}
	.MS_LoginFieldsTable_new
	{
		margin-left: 0px;
		width: 310px;
	}
	.MSTableWidth265
	{
		margin-left: 0px;
		margin-top: -35px;
		width: 250px;
		max-width: 250px;
	}
	.MS_DislikeTable
	{
		margin-right: 25px;
	}
	.MSGrayBackgroundTableBefore
	{
		bottom: 1px;
		left: 0px;
		height: 100px;
		min-height: 100px;
		width: 100%;
		min-width: 100%;
	}
	.MSShopProfileTableTopEditC
	{
		left: -140px;
		padding-left: 5px;
		padding-right: 12px;
		padding-top: 5px;
		top: -74px;
	}
	.MSShopprofilePopupTable
	{
		left: 25px;
		padding-left: 40px;
		padding-right: 0px;
		z-index: 8;
		min-width: 160px;
	}
	.MSTableSearchDVSearchBtn1
	{
		margin-bottom: -20px;
		margin-left: 0px;
		margin-right: 15px;
	}
	.MSContactUs1
	{
		margin-left: -7px;
		margin-right: -7px;
		margin-top: -10px;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}
	.MSContactUsWithPadding
	{
		margin-top: -35px;
		overflow: visible;
		padding-bottom: 20px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
	}
	.MSAboutUsTextTable
	{
		margin-left: 20px;
		margin-right: 38px;
	}
	.MS_FlexDirection
	{
		flex-direction:column;
	}
	.MS_SearchMargintop
	{
		margin-top: 10px;
	}
	.MSTableWithBorder1
	{
		box-shadow: 0px 0px 1px 0px;
		margin-right: 5px;
		width: 97%;
	}
	.MS_ViewMoreTableMarginTop
	{
		margin-top: 15px;
	}
	.MS_TableCategoriesWC
	{
		margin-right: 0px;
		margin-top: 0px;
		padding-left: 0px;
	}
	.MS_SearchMargintop1
	{
		margin-left: 13px;
		margin-top: 10px;
	}
	.MSContactUsFieldsTable
	{
		margin-left: 0px;
		position: relative;
		text-align: right;
	}
	.MS_Zindex_Table
	{
		position: absolute;
	}
	.MSTableContentLandingCongo_Categories
	{
		padding-left: 20px;
		width: 100%;
	}
	.MS_TermsAgrrementTable
	{
		margin-left: 0px;
		margin-top: 0px;
		right: -8px;
		width: 100%;
	}
	.MS_PopularBusinessesFlex
	{
		margin-bottom: 10px;
	}
	.Ms_ServiceDetailsVaforateTableIconsNoImage
	{
		margin-right: 230px;
	}
	.MS_rightTable
	{
		margin-left: 0px;
	}
	.MS_TableLeft
	{
		margin-left: 0px;
	}
	.MS_HorizantalLine
	{
		width: 220px;
	}
	.MS_CheckBoxIconTable_Indivisual
	{
		margin-left: -5px;
	}
	.MS_PhoneMainTable
	{
		width: 100%;
	}
	.MS_FieldsTableHeader
	{
		margin-left: -42px;
	}
	.MS_TableContactInfo
	{
		margin-right: 65px;
		margin-top: -9px;
	}
	.MS_TermsAgrrementTable1
	{
		margin-right: -80px;
		width: 320px;
		max-width: 320px;
		min-width: 320px;
	}
	.MSWizardComboTable
	{
		margin-right: -15px;
		width: 111%;
		max-width: 111%;
		min-width: 111%;
	}
	.MSWizardCityTable
	{
		width: 100%;
		min-width: 100%;
	}
	.MSBusinessCardTable
	{
		margin-bottom: 10px;
		margin-left: 0px;
		padding-bottom: 5px;
		padding-left: 65px;
		padding-right: 5px;
		padding-top: 5px;
		height: 130px;
		width: 100%;
	}
	.MSBusinessTableWithMargin
	{
		margin-right: -20px;
	}
	.MSTableCardTableHeader
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.MSTableCardTableHeaderFlex
	{
		padding-bottom: 5px;
		padding-top: 15px;
	}
	.MSContactUsTable2
	{
		margin-top: 20px;
	}
	.MSVerticalLine
	{
		display: none;
	}
	.MSTableFollowUs
	{
		width: 50%;
		max-width: 50%;
		min-width: 50%;
	}
	.MSTableFServicesFContainer
	{
		margin-bottom: 4px;
		padding-left: 29px;
	}
	.MSTableFSSearch
	{
		margin-top: -15px;
		height: 85px;
		text-align: center;
	}
	.MSWizardTermsAndConditions
	{
		width: 118px;
		max-width: 118px;
	}
	.MSWizardMainTable
	{
		margin-right: 0px;
		border-top-left-radius: 21px;
		border-top-right-radius: 21px;
		border-bottom-right-radius: 21px;
		border-bottom-left-radius: 21px;
		width: 100%;
		max-width: 100%;
	}
	.MSWizardMarginTable
	{
		margin-left: 0px;
	}
	.MSHomeUserDDMTColumnGap
	{
		column-gap: 5px;
	}
	.MSWizardTable
	{
		margin-bottom: 5px;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 5px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
		width: 100%;
		min-width: 100%;
	}
	.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;
	}
	.WizardStepsCell
	{
		padding-right: 0px;
	}
	.AdvancedContainerVisible
	{
		box-shadow: 2px 1px 2px 0px rgba(0,0,0,0.15);
		left: -15px;
	}
	.TableLogin
	{
		box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
		padding-left: 20px;
		padding-right: 20px;
		height: auto;
		width: auto;
	}
	.TableLogin2Cols
	{
		box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
		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 #616298;
		height: auto;
		width: auto;
	}
	.TableLoginWithLeftImageError
	{
		box-shadow: 0px 0px 14px #616298;
		width: 100%;
	}
	.TableActionsCellLogin
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.MasterTopIconsCell
	{
		display: none;
	}
	.TableHiddenExtraSmall
	{
		display: none;
	}
	.TableContainerStepBullet
	{
		width: 50px;
	}
	.TableStepBulletLine
	{
		width: 14px;
	}
	.TableStepBulletLineChecked
	{
		width: 14px;
	}
	.TableContainerStepUnderline
	{
		margin-right: 10px;
	}
	.TableStepExtraUnderlineChecked
	{
		height: 30px;
		width: 30px;
		line-height:30px;
	}
	.TableStepVertical
	{
		margin-right: 0px;
	}
	.TableContentLandingCongo
	{
		width: 100%;
	}
	.TableLandingCongoSloganText
	{
		padding-bottom: 35px;
		padding-left: 15px;
		padding-top: 35px;
		text-align: center;
	}
	.MS_RegisterIndivisualFieldsTable
	{
		width: 100%;
		max-width: 449px;
	}
	.MS_WelcomeMsgTable
	{
		margin-bottom: -40px;
		margin-left: 12px;
		margin-top: 20px;
	}
	.MS_LoginTable
	{
		margin-left: -15px;
		margin-right: -15px;
		padding-top: 0px;
	}
	.MSMarginRightTableArabic
	{
		margin-right: 0px;
	}
	.MSUVideoPalyer
	{
		margin-left: 13px;
	}
	.MSUserProfileTableTopDetailsContainer1
	{
		margin-right: 8px;
	}
	.MSUserProfileTableTopImageContainer1
	{
		bottom: 0px;
		right: 0px;
		width: 40%;
	}
	.MSPadding12Table
	{
		padding-left: 12px;
	}
	.MS_TableServicePictue
	{
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 5px;
	}
	.MS_TableAllRatesBorder
	{
		margin-right: 10px;
		margin-top: 20px;
		padding-left: 4px;
		background-color: rgba(255,255,255,0);
		width: 320px;
		max-width: 320px;
		min-width: 320px;
	}
	.MSShopprofileEditTable
	{
		margin-right: -35px;
		margin-top: 20px;
		padding-bottom: 8px;
		padding-left: 0px;
		padding-right: 8px;
		padding-top: 5px;
	}
	.MSWhiteText1
	{
		font-size: 12px;
		white-space: break-spaces;
		 word-break: break-word;
	}
	.MSWhiteText1:before
	{
		font-size: 12px;
		content: '';
		white-space: break-spaces;
		word-break: break-word;
	}

	.MS_ErrorVar1
	{
		z-index: 3;
	}
	.ReadonlyMSWizardLabelTextWithMargin1
	{
		margin-bottom: 35px;
	}
	.MSCreateYourAdText
	{
		margin-right: 26px;
		font-size: 20px;
	}
	.MSLandingCongoTitle
	{
		font-size: 30px;
	}
	.MSLandingCongoSubtitle
	{
		width: 100%;
	}
	.MSLandingCongoSubtitle1
	{
		width: 100%;
	}
	.MSLandingCongoTitle11
	{
		font-size: 23px;
	}
	.MSLandingCongoSubtitle11
	{
		width: 100%;
	}
	.MSLandingCongoSloganTitle
	{
		font-size: 35px;
	}
	.MSHomeViewMoreBtn
	{
		margin-right: 0px;
		margin-top: -25px;
		padding-bottom: 2px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 1px;
	}
	.MS_NotificationMarkAsRead
	{
		margin-right: 40px;
	}
	.MS_PrivacyTxt1
	{
		margin-right: 0px;
		margin-top: 0px;
		font-size: 30px;
	}
	.MSUserProfileTableTopEditText
	{
		font-size: 0px;
	}
	.MSUserProfileTableTopEditText:after
	{
		font-size: 0px;
	}

	.MSTermsandConditionsTitle
	{
		font-size: 20px;
	}
	.MSTermsandConditionsTitle:after
	{
		font-size: 20px;
	}

	.MS_VerifyTxt1
	{
		font-size: 20px;
	}
	.MS_VerifyTxt2
	{
		font-size: 16px;
	}
	.MS_ReviewAndRatingTxt1
	{
		display: block;
		width: 300px;
		max-width: 350px;
		min-width: 300px;
	}
	.MS_EditLabel,.gx-label.MS_EditField21Label,.gx-label.BlobContentMS_EditField21Label,.gx-label.ReadonlyBlobContentMS_EditField21Label,.gx-label.BlobInputMS_EditField21Label,.gx-label.ReadonlyMS_EditField21Label,.gx-label.MS_ReportReasonsComboLabel,.gx-label.BlobContentMS_ReportReasonsComboLabel,.gx-label.ReadonlyBlobContentMS_ReportReasonsComboLabel,.gx-label.BlobInputMS_ReportReasonsComboLabel,.gx-label.ReadonlyMS_ReportReasonsComboLabel,.gx-label.MS_EditRateReviewLabel,.gx-label.BlobContentMS_EditRateReviewLabel,.gx-label.ReadonlyBlobContentMS_EditRateReviewLabel,.gx-label.BlobInputMS_EditRateReviewLabel,.gx-label.ReadonlyMS_EditRateReviewLabel,.gx-label.MS_EditField1111Label,.gx-label.BlobContentMS_EditField1111Label,.gx-label.ReadonlyBlobContentMS_EditField1111Label,.gx-label.BlobInputMS_EditField1111Label,.gx-label.ReadonlyMS_EditField1111Label,.gx-label.MS_EditField1Label,.gx-label.BlobContentMS_EditField1Label,.gx-label.ReadonlyBlobContentMS_EditField1Label,.gx-label.BlobInputMS_EditField1Label,.gx-label.ReadonlyMS_EditField1Label,.gx-label.MS_EditField2Label,.gx-label.BlobContentMS_EditField2Label,.gx-label.ReadonlyBlobContentMS_EditField2Label,.gx-label.BlobInputMS_EditField2Label,.gx-label.ReadonlyMS_EditField2Label,.gx-label.MS_EditField1DateLabel,.gx-label.MSWizardField1Label,.gx-label.BlobContentMSWizardField1Label,.gx-label.ReadonlyBlobContentMSWizardField1Label,.gx-label.BlobInputMSWizardField1Label,.gx-label.ReadonlyMSWizardField1Label,.gx-label.MS_EditAddressFieldLabel,.gx-label.BlobContentMS_EditAddressFieldLabel,.gx-label.ReadonlyBlobContentMS_EditAddressFieldLabel,.gx-label.BlobInputMS_EditAddressFieldLabel,.gx-label.ReadonlyMS_EditAddressFieldLabel,.gx-label.MS_EditField11Label,.gx-label.BlobContentMS_EditField11Label,.gx-label.ReadonlyBlobContentMS_EditField11Label,.gx-label.BlobInputMS_EditField11Label,.gx-label.ReadonlyMS_EditField11Label,.gx-label.MS_EditEmailFieldLabel,.gx-label.BlobContentMS_EditEmailFieldLabel,.gx-label.ReadonlyBlobContentMS_EditEmailFieldLabel,.gx-label.BlobInputMS_EditEmailFieldLabel,.gx-label.ReadonlyMS_EditEmailFieldLabel,.gx-label.MS_EditBioFieldLabel,.gx-label.BlobContentMS_EditBioFieldLabel,.gx-label.ReadonlyBlobContentMS_EditBioFieldLabel,.gx-label.BlobInputMS_EditBioFieldLabel,.gx-label.ReadonlyMS_EditBioFieldLabel,.gx-label.MS_EditField111Label,.gx-label.BlobContentMS_EditField111Label,.gx-label.ReadonlyBlobContentMS_EditField111Label,.gx-label.BlobInputMS_EditField111Label,.gx-label.ReadonlyMS_EditField111Label,.gx-label.MS_ChangePassFieldLabel,.gx-label.BlobContentMS_ChangePassFieldLabel,.gx-label.ReadonlyBlobContentMS_ChangePassFieldLabel,.gx-label.BlobInputMS_ChangePassFieldLabel,.gx-label.ReadonlyMS_ChangePassFieldLabel
	{
		margin-bottom: 0px;
	}
	.MS_EditProfileTxt
	{
		display: none;
	}
	.MS_ErrorLongTxtBlock
	{
		max-width: 249px;
	}
	.MSAboutUsLabel
	{
		bottom: 7px;
		position: absolute;
		right: 80px;
	}
	.MSAboutUsLabel1
	{
		bottom: 7px;
		position: absolute;
		right: 80px;
	}
	.MSAboutUsLabel2
	{
		bottom: 7px;
		position: absolute;
		right: 80px;
	}
	.MSAboutKhadamatiText
	{
		font-size: 30px;
	}
	.MSLandingCongoTitle2
	{
		font-size: 21px;
	}
	.MSLandingCongoSubtitle111
	{
		width: 100%;
	}
	.MSLandingCongoTitle_ShowAllCat
	{
		margin-top: 10px;
		font-size: 23px;
	}
	.MSLandingCongoSubtitle112
	{
		width: 100%;
	}
	.MSWhiteText
	{
		white-space: break-spaces;
		 word-break: break-word;
	}
	.MSWhiteBigTxt
	{
		margin-right: 0px;
	}
	.MSWhiteText2
	{
		margin-right: 8px;
	}
	.MSWhiteText3
	{
		font-size: 18px;
	}
	.MSORangeButton
	{
		margin-left: 0px;
	}
	.MSAttributeWhiteBackLabel,.gx-label.MSBoldTextLabel,.gx-label.BlobContentMSBoldTextLabel,.gx-label.ReadonlyBlobContentMSBoldTextLabel,.gx-label.BlobInputMSBoldTextLabel,.gx-label.ReadonlyMSBoldTextLabel,.gx-label.MSAttributeWhiteBackLabel,.gx-label.BlobContentMSAttributeWhiteBackLabel,.gx-label.ReadonlyBlobContentMSAttributeWhiteBackLabel,.gx-label.BlobInputMSAttributeWhiteBackLabel,.gx-label.ReadonlyMSAttributeWhiteBackLabel
	{
		margin-right: 5px;
	}
	.MSFooterText
	{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	.Label,.gx-label.RatingLabel,.gx-label.MS_ReviewRatingLabel,.gx-label.MS_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.AttributeSearchResultSubtitleLabel,.gx-label.ReadonlyAttributeSearchResultSubtitleLabel,.gx-label.AttributeSearchResultTitleLabel,.gx-label.ReadonlyAttributeSearchResultTitleLabel,.gx-label.AttributeStepUnderlineUnselectedLabel,.gx-label.AttributeLandingPurusFooterLabel,.gx-label.ImageHomeModulesBackWithRadiusHoverLabel,.gx-label.BlobContentImageHomeModulesBackWithRadiusHoverLabel,.gx-label.ReadonlyBlobContentImageHomeModulesBackWithRadiusHoverLabel,.gx-label.BlobInputImageHomeModulesBackWithRadiusHoverLabel,.gx-label.ReadonlyImageHomeModulesBackWithRadiusHoverLabel,.gx-label.MSLabelTextLabel,.gx-label.BlobContentMSLabelTextLabel,.gx-label.ReadonlyBlobContentMSLabelTextLabel,.gx-label.BlobInputMSLabelTextLabel,.gx-label.ReadonlyMSLabelTextLabel,.gx-label.CheckboxCheckBoxLabel,.gx-label.MSWizardFieldDispalyLabel,.gx-label.BlobContentMSWizardFieldDispalyLabel,.gx-label.ReadonlyBlobContentMSWizardFieldDispalyLabel,.gx-label.BlobInputMSWizardFieldDispalyLabel,.gx-label.ReadonlyMSWizardFieldDispalyLabel,.gx-label.MSWizardMultiselectLabel,.gx-label.BlobContentMSWizardMultiselectLabel,.gx-label.ReadonlyBlobContentMSWizardMultiselectLabel,.gx-label.BlobInputMSWizardMultiselectLabel,.gx-label.ReadonlyMSWizardMultiselectLabel,.gx-label.MSWizardField21Label,.gx-label.BlobContentMSWizardField21Label,.gx-label.ReadonlyBlobContentMSWizardField21Label,.gx-label.BlobInputMSWizardField21Label,.gx-label.ReadonlyMSWizardField21Label,.gx-label.MS_RatersNoVar2Label,.gx-label.BlobContentMS_RatersNoVar2Label,.gx-label.ReadonlyBlobContentMS_RatersNoVar2Label,.gx-label.BlobInputMS_RatersNoVar2Label,.gx-label.ReadonlyMS_RatersNoVar2Label,.gx-label.MSTableServiceContactInfoPhone_userprofile1Label,.gx-label.MS_NotAvailableServiceTextLabel,.gx-label.BlobContentMS_NotAvailableServiceTextLabel,.gx-label.ReadonlyBlobContentMS_NotAvailableServiceTextLabel,.gx-label.BlobInputMS_NotAvailableServiceTextLabel,.gx-label.ReadonlyMS_NotAvailableServiceTextLabel,.gx-label.RMS_EditBioFieldLabel,.gx-label.Attribute1Label,.gx-label.BlobContentAttribute1Label,.gx-label.ReadonlyBlobContentAttribute1Label,.gx-label.BlobInputAttribute1Label,.gx-label.ReadonlyAttribute1Label,.gx-label.MSPasswordErrorMgLabel,.gx-label.MSAccountViewsClass2Label,.gx-label.BlobContentMSAccountViewsClass2Label,.gx-label.ReadonlyBlobContentMSAccountViewsClass2Label,.gx-label.BlobInputMSAccountViewsClass2Label,.gx-label.ReadonlyMSAccountViewsClass2Label,.gx-label.MS_EditField21Label,.gx-label.BlobContentMS_EditField21Label,.gx-label.ReadonlyBlobContentMS_EditField21Label,.gx-label.BlobInputMS_EditField21Label,.gx-label.ReadonlyMS_EditField21Label,.gx-label.MSTableServiceContactInfoDescreptionLabel,.gx-label.BlobContentMSTableServiceContactInfoDescreptionLabel,.gx-label.ReadonlyBlobContentMSTableServiceContactInfoDescreptionLabel,.gx-label.BlobInputMSTableServiceContactInfoDescreptionLabel,.gx-label.ReadonlyMSTableServiceContactInfoDescreptionLabel,.gx-label.MS_CopyUrlTxtLabel,.gx-label.BlobContentMS_CopyUrlTxtLabel,.gx-label.ReadonlyBlobContentMS_CopyUrlTxtLabel,.gx-label.BlobInputMS_CopyUrlTxtLabel,.gx-label.ReadonlyMS_CopyUrlTxtLabel,.gx-label.MSTableSearchBusinessDVComboLabel,.gx-label.BlobContentMSTableSearchBusinessDVComboLabel,.gx-label.ReadonlyBlobContentMSTableSearchBusinessDVComboLabel,.gx-label.BlobInputMSTableSearchBusinessDVComboLabel,.gx-label.ReadonlyMSTableSearchBusinessDVComboLabel,.gx-label.MSTableSearchBusinessesDVLabel,.gx-label.BlobContentMSTableSearchBusinessesDVLabel,.gx-label.ReadonlyBlobContentMSTableSearchBusinessesDVLabel,.gx-label.BlobInputMSTableSearchBusinessesDVLabel,.gx-label.ReadonlyMSTableSearchBusinessesDVLabel,.gx-label.MSHomePopularChannelImage1Label,.gx-label.MS_PopularBusinessesFlex2Label,.gx-label.MSCategorySmallTextLabel,.gx-label.BlobContentMSCategorySmallTextLabel,.gx-label.ReadonlyBlobContentMSCategorySmallTextLabel,.gx-label.BlobInputMSCategorySmallTextLabel,.gx-label.ReadonlyMSCategorySmallTextLabel,.gx-label.MSFAQAnswerClassLabel,.gx-label.BlobContentMSFAQAnswerClassLabel,.gx-label.ReadonlyBlobContentMSFAQAnswerClassLabel,.gx-label.BlobInputMSFAQAnswerClassLabel,.gx-label.ReadonlyMSFAQAnswerClassLabel,.gx-label.MSFAQquestionClassLabel,.gx-label.BlobContentMSFAQquestionClassLabel,.gx-label.ReadonlyBlobContentMSFAQquestionClassLabel,.gx-label.BlobInputMSFAQquestionClassLabel,.gx-label.ReadonlyMSFAQquestionClassLabel,.gx-label.MS_ReportReasonsComboLabel,.gx-label.BlobContentMS_ReportReasonsComboLabel,.gx-label.ReadonlyBlobContentMS_ReportReasonsComboLabel,.gx-label.BlobInputMS_ReportReasonsComboLabel,.gx-label.ReadonlyMS_ReportReasonsComboLabel,.gx-label.MS_ReportAbuseCommnetLabel,.gx-label.BlobContentMS_ReportAbuseCommnetLabel,.gx-label.ReadonlyBlobContentMS_ReportAbuseCommnetLabel,.gx-label.BlobInputMS_ReportAbuseCommnetLabel,.gx-label.ReadonlyMS_ReportAbuseCommnetLabel,.gx-label.MS_TotalRateVar1Label,.gx-label.BlobContentMS_TotalRateVar1Label,.gx-label.ReadonlyBlobContentMS_TotalRateVar1Label,.gx-label.BlobInputMS_TotalRateVar1Label,.gx-label.ReadonlyMS_TotalRateVar1Label,.gx-label.MS_RateStarVar1Label,.gx-label.MS_NoOfReviews1Label,.gx-label.BlobContentMS_NoOfReviews1Label,.gx-label.ReadonlyBlobContentMS_NoOfReviews1Label,.gx-label.BlobInputMS_NoOfReviews1Label,.gx-label.MS_RatingCanvas11Label,.gx-label.ReadonlyMS_NoOfReviews1Label,.gx-label.MS_RatersNoVar1Label,.gx-label.BlobContentMS_RatersNoVar1Label,.gx-label.ReadonlyBlobContentMS_RatersNoVar1Label,.gx-label.BlobInputMS_RatersNoVar1Label,.gx-label.ReadonlyMS_RatersNoVar1Label,.gx-label.MS_NoOfvotes2Label,.gx-label.MS_NoOfReviews2Label,.gx-label.BlobContentMS_NoOfReviews2Label,.gx-label.ReadonlyBlobContentMS_NoOfReviews2Label,.gx-label.BlobInputMS_NoOfReviews2Label,.gx-label.ReadonlyMS_NoOfReviews2Label,.gx-label.MS_RatingCanvas12Label,.gx-label.MS_RatingCanvas2Label,.gx-label.BlobContentMS_RatingCanvas2Label,.gx-label.ReadonlyBlobContentMS_RatingCanvas2Label,.gx-label.BlobInputMS_RatingCanvas2Label,.gx-label.ReadonlyMS_RatingCanvas2Label,.gx-label.MS_RateZIndex1Label,.gx-label.BlobContentMS_RateZIndex1Label,.gx-label.ReadonlyBlobContentMS_RateZIndex1Label,.gx-label.BlobInputMS_RateZIndex1Label,.gx-label.ReadonlyMS_RateZIndex1Label,.gx-label.MS_RaterName1Label,.gx-label.BlobContentMS_RaterName1Label,.gx-label.ReadonlyBlobContentMS_RaterName1Label,.gx-label.BlobInputMS_RaterName1Label,.gx-label.ReadonlyMS_RaterName1Label,.gx-label.MS_RateComment1Label,.gx-label.BlobContentMS_RateComment1Label,.gx-label.ReadonlyBlobContentMS_RateComment1Label,.gx-label.BlobInputMS_RateComment1Label,.gx-label.ReadonlyMS_RateComment1Label,.gx-label.MS_RateDate1Label,.gx-label.BlobContentMS_RateDate1Label,.gx-label.ReadonlyBlobContentMS_RateDate1Label,.gx-label.BlobInputMS_RateDate1Label,.gx-label.ReadonlyMS_RateDate1Label,.gx-label.MS_TitleAttribute1Label,.gx-label.BlobContentMS_TitleAttribute1Label,.gx-label.ReadonlyBlobContentMS_TitleAttribute1Label,.gx-label.BlobInputMS_TitleAttribute1Label,.gx-label.ReadonlyMS_TitleAttribute1Label,.gx-label.MS_DescriptionAttribute1Label,.gx-label.BlobContentMS_DescriptionAttribute1Label,.gx-label.ReadonlyBlobContentMS_DescriptionAttribute1Label,.gx-label.BlobInputMS_DescriptionAttribute1Label,.gx-label.ReadonlyMS_DescriptionAttribute1Label,.gx-label.MSWizardAttributeDescLabel,.gx-label.BlobContentMSWizardAttributeDescLabel,.gx-label.ReadonlyBlobContentMSWizardAttributeDescLabel,.gx-label.BlobInputMSWizardAttributeDescLabel,.gx-label.ReadonlyMSWizardAttributeDescLabel,.gx-label.MS_SubCategoryNameLabel,.gx-label.BlobContentMS_SubCategoryNameLabel,.gx-label.ReadonlyBlobContentMS_SubCategoryNameLabel,.gx-label.BlobInputMS_SubCategoryNameLabel,.gx-label.ReadonlyMS_SubCategoryNameLabel,.gx-label.MS_CardCategNameLabel,.gx-label.BlobContentMS_CardCategNameLabel,.gx-label.ReadonlyBlobContentMS_CardCategNameLabel,.gx-label.BlobInputMS_CardCategNameLabel,.gx-label.ReadonlyMS_CardCategNameLabel,.gx-label.MSTableImageInfoCountVarLabel,.gx-label.BlobContentMSTableImageInfoCountVarLabel,.gx-label.ReadonlyBlobContentMSTableImageInfoCountVarLabel,.gx-label.BlobInputMSTableImageInfoCountVarLabel,.gx-label.ReadonlyMSTableImageInfoCountVarLabel,.gx-label.MSTableCardRateLabel,.gx-label.BlobContentMSTableCardRateLabel,.gx-label.ReadonlyBlobContentMSTableCardRateLabel,.gx-label.BlobInputMSTableCardRateLabel,.gx-label.ReadonlyMSTableCardRateLabel,.gx-label.MSTableCardFiltersDCLabel,.gx-label.BlobContentMSTableCardFiltersDCLabel,.gx-label.ReadonlyBlobContentMSTableCardFiltersDCLabel,.gx-label.BlobInputMSTableCardFiltersDCLabel,.gx-label.ReadonlyMSTableCardFiltersDCLabel,.gx-label.MSTableCardServicePriceLabel,.gx-label.BlobContentMSTableCardServicePriceLabel,.gx-label.ReadonlyBlobContentMSTableCardServicePriceLabel,.gx-label.BlobInputMSTableCardServicePriceLabel,.gx-label.ReadonlyMSTableCardServicePriceLabel,.gx-label.MSTableCardServicesPriceCurrencyLabel,.gx-label.BlobContentMSTableCardServicesPriceCurrencyLabel,.gx-label.ReadonlyBlobContentMSTableCardServicesPriceCurrencyLabel,.gx-label.BlobInputMSTableCardServicesPriceCurrencyLabel,.gx-label.ReadonlyMSTableCardServicesPriceCurrencyLabel,.gx-label.MSTableCardServicRateTLabel,.gx-label.MSTableCardTablePriceLabel,.gx-label.BlobContentMSTableCardTablePriceLabel,.gx-label.ReadonlyBlobContentMSTableCardTablePriceLabel,.gx-label.BlobInputMSTableCardTablePriceLabel,.gx-label.ReadonlyMSTableCardTablePriceLabel,.gx-label.MSTableCardTagNameFSLabel,.gx-label.BlobContentMSTableCardTagNameFSLabel,.gx-label.ReadonlyBlobContentMSTableCardTagNameFSLabel,.gx-label.BlobInputMSTableCardTagNameFSLabel,.gx-label.ReadonlyMSTableCardTagNameFSLabel,.gx-label.MSTableSectionDescriptionLabel,.gx-label.BlobContentMSTableSectionDescriptionLabel,.gx-label.ReadonlyBlobContentMSTableSectionDescriptionLabel,.gx-label.BlobInputMSTableSectionDescriptionLabel,.gx-label.ReadonlyMSTableSectionDescriptionLabel,.gx-label.MSTableCardFiltersTagDVNameLabel,.gx-label.BlobContentMSTableCardFiltersTagDVNameLabel,.gx-label.ReadonlyBlobContentMSTableCardFiltersTagDVNameLabel,.gx-label.BlobInputMSTableCardFiltersTagDVNameLabel,.gx-label.ReadonlyMSTableCardFiltersTagDVNameLabel,.gx-label.MSTableSectionDefaultTitleLabel,.gx-label.BlobContentMSTableSectionDefaultTitleLabel,.gx-label.ReadonlyBlobContentMSTableSectionDefaultTitleLabel,.gx-label.BlobInputMSTableSectionDefaultTitleLabel,.gx-label.ReadonlyMSTableSectionDefaultTitleLabel,.gx-label.MSTableAboutUsDescriptionLabel,.gx-label.BlobContentMSTableAboutUsDescriptionLabel,.gx-label.ReadonlyBlobContentMSTableAboutUsDescriptionLabel,.gx-label.BlobInputMSTableAboutUsDescriptionLabel,.gx-label.ReadonlyMSTableAboutUsDescriptionLabel,.gx-label.MSTableServiceContactInfoTitleLabel,.gx-label.BlobContentMSTableServiceContactInfoTitleLabel,.gx-label.ReadonlyBlobContentMSTableServiceContactInfoTitleLabel,.gx-label.BlobInputMSTableServiceContactInfoTitleLabel,.gx-label.ReadonlyMSTableServiceContactInfoTitleLabel,.gx-label.MSTableServiceContactInfoPhoneLabel,.gx-label.BlobContentMSTableServiceContactInfoPhoneLabel,.gx-label.ReadonlyBlobContentMSTableServiceContactInfoPhoneLabel,.gx-label.BlobInputMSTableServiceContactInfoPhoneLabel,.gx-label.ReadonlyMSTableServiceContactInfoPhoneLabel,.gx-label.MSTableServiceCommentLabel,.gx-label.BlobContentMSTableServiceCommentLabel,.gx-label.ReadonlyBlobContentMSTableServiceCommentLabel,.gx-label.BlobInputMSTableServiceCommentLabel,.gx-label.ReadonlyMSTableServiceCommentLabel,.gx-label.MSServicesDetailsCommentDescriptionLabel,.gx-label.BlobContentMSServicesDetailsCommentDescriptionLabel,.gx-label.ReadonlyBlobContentMSServicesDetailsCommentDescriptionLabel,.gx-label.BlobInputMSServicesDetailsCommentDescriptionLabel,.gx-label.ReadonlyMSServicesDetailsCommentDescriptionLabel,.gx-label.MSServicesDetailsUCommentLabel,.gx-label.BlobContentMSServicesDetailsUCommentLabel,.gx-label.ReadonlyBlobContentMSServicesDetailsUCommentLabel,.gx-label.BlobInputMSServicesDetailsUCommentLabel,.gx-label.ReadonlyMSServicesDetailsUCommentLabel,.gx-label.MSNotificationIconLabel,.gx-label.BlobContentMSNotificationIconLabel,.gx-label.ReadonlyBlobContentMSNotificationIconLabel,.gx-label.BlobInputMSNotificationIconLabel,.gx-label.ReadonlyMSNotificationIconLabel,.gx-label.MSServicesListContentLabel,.gx-label.BlobContentMSServicesListContentLabel,.gx-label.ReadonlyBlobContentMSServicesListContentLabel,.gx-label.BlobInputMSServicesListContentLabel,.gx-label.ReadonlyMSServicesListContentLabel,.gx-label.MSTableCardTablePriceCheckBoxLabel,.gx-label.MSSearchCategoryComboLabel,.gx-label.BlobContentMSSearchCategoryComboLabel,.gx-label.ReadonlyBlobContentMSSearchCategoryComboLabel,.gx-label.BlobInputMSSearchCategoryComboLabel,.gx-label.ReadonlyMSSearchCategoryComboLabel,.gx-label.MSShopprofiletextLabel,.gx-label.BlobContentMSShopprofiletextLabel,.gx-label.ReadonlyBlobContentMSShopprofiletextLabel,.gx-label.BlobInputMSShopprofiletextLabel,.gx-label.ReadonlyMSShopprofiletextLabel,.gx-label.MSTableSearchDVSearch1Label,.gx-label.BlobContentMSTableSearchDVSearch1Label,.gx-label.ReadonlyBlobContentMSTableSearchDVSearch1Label,.gx-label.BlobInputMSTableSearchDVSearch1Label,.gx-label.ReadonlyMSTableSearchDVSearch1Label,.gx-label.MSTableServiceContactInfoPhone_userprofileLabel,.gx-label.BlobContentMSTableServiceContactInfoPhone_userprofileLabel,.gx-label.ReadonlyBlobContentMSTableServiceContactInfoPhone_userprofileLabel,.gx-label.BlobInputMSTableServiceContactInfoPhone_userprofileLabel,.gx-label.ReadonlyMSTableServiceContactInfoPhone_userprofileLabel,.gx-label.MSTableServiceContactInfoPhone1Label,.gx-label.BlobContentMSTableServiceContactInfoPhone1Label,.gx-label.ReadonlyBlobContentMSTableServiceContactInfoPhone1Label,.gx-label.BlobInputMSTableServiceContactInfoPhone1Label,.gx-label.ReadonlyMSTableServiceContactInfoPhone1Label,.gx-label.MS_EditRateReviewLabel,.gx-label.BlobContentMS_EditRateReviewLabel,.gx-label.ReadonlyBlobContentMS_EditRateReviewLabel,.gx-label.BlobInputMS_EditRateReviewLabel,.gx-label.ReadonlyMS_EditRateReviewLabel,.gx-label.MS_EditField1111Label,.gx-label.BlobContentMS_EditField1111Label,.gx-label.ReadonlyBlobContentMS_EditField1111Label,.gx-label.BlobInputMS_EditField1111Label,.gx-label.ReadonlyMS_EditField1111Label,.gx-label.MSAccountViewsClassLabel,.gx-label.BlobContentMSAccountViewsClassLabel,.gx-label.ReadonlyBlobContentMSAccountViewsClassLabel,.gx-label.BlobInputMSAccountViewsClassLabel,.gx-label.ReadonlyMSAccountViewsClassLabel,.gx-label.MSAccountViewsClass1Label,.gx-label.BlobContentMSAccountViewsClass1Label,.gx-label.ReadonlyBlobContentMSAccountViewsClass1Label,.gx-label.BlobInputMSAccountViewsClass1Label,.gx-label.ReadonlyMSAccountViewsClass1Label,.gx-label.MSTableServiceSTitle1Label,.gx-label.BlobContentMSTableServiceSTitle1Label,.gx-label.ReadonlyBlobContentMSTableServiceSTitle1Label,.gx-label.BlobInputMSTableServiceSTitle1Label,.gx-label.ReadonlyMSTableServiceSTitle1Label,.gx-label.MS_AcceprtTermsCheckBoxLabel,.gx-label.BlobContentMS_AcceprtTermsCheckBoxLabel,.gx-label.ReadonlyBlobContentMS_AcceprtTermsCheckBoxLabel,.gx-label.BlobInputMS_AcceprtTermsCheckBoxLabel,.gx-label.ReadonlyMS_AcceprtTermsCheckBoxLabel,.gx-label.MS_ProfilePopupPhoneLabel,.gx-label.BlobContentMS_ProfilePopupPhoneLabel,.gx-label.ReadonlyBlobContentMS_ProfilePopupPhoneLabel,.gx-label.BlobInputMS_ProfilePopupPhoneLabel,.gx-label.ReadonlyMS_ProfilePopupPhoneLabel,.gx-label.MSUserProfileTableContentServiceDetailsRejectedLabel,.gx-label.BlobContentMSUserProfileTableContentServiceDetailsRejectedLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsRejectedLabel,.gx-label.BlobInputMSUserProfileTableContentServiceDetailsRejectedLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceDetailsRejectedLabel,.gx-label.MS_LoginAttributeLabel,.gx-label.BlobContentMS_LoginAttributeLabel,.gx-label.ReadonlyBlobContentMS_LoginAttributeLabel,.gx-label.BlobInputMS_LoginAttributeLabel,.gx-label.ReadonlyMS_LoginAttributeLabel,.gx-label.MSCardImageAttributeLabel,.gx-label.ReadonlyMSCardImageAttributeLabel,.gx-label.MSCardWithImageAttributeDescriptionLabel,.gx-label.BlobContentMSCardWithImageAttributeDescriptionLabel,.gx-label.ReadonlyBlobContentMSCardWithImageAttributeDescriptionLabel,.gx-label.BlobInputMSCardWithImageAttributeDescriptionLabel,.gx-label.ReadonlyMSCardWithImageAttributeDescriptionLabel,.gx-label.MS_RegisterRedAttributeLabel,.gx-label.BlobContentMS_RegisterRedAttributeLabel,.gx-label.ReadonlyBlobContentMS_RegisterRedAttributeLabel,.gx-label.BlobInputMS_RegisterRedAttributeLabel,.gx-label.ReadonlyMS_RegisterRedAttributeLabel,.gx-label.MS_TermsCheckBoxLabel,.gx-label.BlobContentMS_TermsCheckBoxLabel,.gx-label.ReadonlyBlobContentMS_TermsCheckBoxLabel,.gx-label.BlobInputMS_TermsCheckBoxLabel,.gx-label.ReadonlyMS_TermsCheckBoxLabel,.gx-label.MSHomeCardImageAttributeLabel,.gx-label.ReadonlyMSHomeCardImageAttributeLabel,.gx-label.MSHomeCardImageAttributeWhiteLabel,.gx-label.BlobContentMSHomeCardImageAttributeWhiteLabel,.gx-label.ReadonlyBlobContentMSHomeCardImageAttributeWhiteLabel,.gx-label.BlobInputMSHomeCardImageAttributeWhiteLabel,.gx-label.ReadonlyMSHomeCardImageAttributeWhiteLabel,.gx-label.MSHomePopularChannelImage2Label,.gx-label.MSHomePopularChannelImageLabel,.gx-label.MSHomeCardImageAttributeGrayLabel,.gx-label.BlobContentMSHomeCardImageAttributeGrayLabel,.gx-label.ReadonlyBlobContentMSHomeCardImageAttributeGrayLabel,.gx-label.BlobInputMSHomeCardImageAttributeGrayLabel,.gx-label.ReadonlyMSHomeCardImageAttributeGrayLabel,.gx-label.MS_NotificationDateLabel,.gx-label.BlobContentMS_NotificationDateLabel,.gx-label.ReadonlyBlobContentMS_NotificationDateLabel,.gx-label.BlobInputMS_NotificationDateLabel,.gx-label.ReadonlyMS_NotificationDateLabel,.gx-label.MSTableServiceSTitleLabel,.gx-label.BlobContentMSTableServiceSTitleLabel,.gx-label.ReadonlyBlobContentMSTableServiceSTitleLabel,.gx-label.BlobInputMSTableServiceSTitleLabel,.gx-label.ReadonlyMSTableServiceSTitleLabel,.gx-label.MSTableServicesImageLabel,.gx-label.BlobContentMSTableServicesImageLabel,.gx-label.ReadonlyBlobContentMSTableServicesImageLabel,.gx-label.BlobInputMSTableServicesImageLabel,.gx-label.ReadonlyMSTableServicesImageLabel,.gx-label.MSTableServicesWhiteTitleLabel,.gx-label.BlobContentMSTableServicesWhiteTitleLabel,.gx-label.ReadonlyBlobContentMSTableServicesWhiteTitleLabel,.gx-label.BlobInputMSTableServicesWhiteTitleLabel,.gx-label.ReadonlyMSTableServicesWhiteTitleLabel,.gx-label.MSTableServicesTextSeparatorLabel,.gx-label.BlobContentMSTableServicesSeparatorLabel,.gx-label.ReadonlyBlobContentMSTableServicesSeparatorLabel,.gx-label.BlobInputMSTableServicesSeparatorLabel,.gx-label.ReadonlyMSTableServicesSeparatorLabel,.gx-label.MSTableServicesTextSubSeparatorLabel,.gx-label.BlobContentMSTableServicesSeparator1Label,.gx-label.ReadonlyBlobContentMSTableServicesSeparator1Label,.gx-label.BlobInputMSTableServicesSeparator1Label,.gx-label.ReadonlyMSTableServicesSeparator1Label,.gx-label.MSTableServicesSubTitleLabel,.gx-label.BlobContentMSTableServicesSubTitleLabel,.gx-label.ReadonlyBlobContentMSTableServicesSubTitleLabel,.gx-label.BlobInputMSTableServicesSubTitleLabel,.gx-label.ReadonlyMSTableServicesSubTitleLabel,.gx-label.MSTableServicesUserNameLabel,.gx-label.BlobContentMSTableServicesUserNameLabel,.gx-label.ReadonlyBlobContentMSTableServicesUserNameLabel,.gx-label.BlobInputMSTableServicesUserNameLabel,.gx-label.ReadonlyMSTableServicesUserNameLabel,.gx-label.MSTableServicesVoteCountLabel,.gx-label.BlobContentMSTableServicesVoteCountLabel,.gx-label.ReadonlyBlobContentMSTableServicesVoteCountLabel,.gx-label.BlobInputMSTableServicesVoteCountLabel,.gx-label.ReadonlyMSTableServicesVoteCountLabel,.gx-label.MSTableServiceProviderContactInfoLabel,.gx-label.BlobContentMSTableServiceProviderContactInfoLabel,.gx-label.ReadonlyBlobContentMSTableServiceProviderContactInfoLabel,.gx-label.BlobInputMSTableServiceProviderContactInfoLabel,.gx-label.ReadonlyMSTableServiceProviderContactInfoLabel,.gx-label.MSTableServiceProviderImageLabel,.gx-label.BlobContentMSTableServiceProviderImageLabel,.gx-label.ReadonlyBlobContentMSTableServiceProviderImageLabel,.gx-label.BlobInputMSTableServiceProviderImageLabel,.gx-label.ReadonlyMSTableServiceProviderImageLabel,.gx-label.MSAboutUsAttributeLabel,.gx-label.BlobContentMSAboutUsAttributeLabel,.gx-label.ReadonlyBlobContentMSAboutUsAttributeLabel,.gx-label.BlobInputMSAboutUsAttributeLabel,.gx-label.ReadonlyMSAboutUsAttributeLabel,.gx-label.MSAboutUsAttributeLabelLabel,.gx-label.BlobContentMSAboutUsAttributeLabelLabel,.gx-label.ReadonlyBlobContentMSAboutUsAttributeLabelLabel,.gx-label.BlobInputMSAboutUsAttributeLabelLabel,.gx-label.ReadonlyMSAboutUsAttributeLabelLabel,.gx-label.MS_PrivacyPolicyAttributeLabel,.gx-label.BlobContentMS_PrivacyPolicyAttributeLabel,.gx-label.ReadonlyBlobContentMS_PrivacyPolicyAttributeLabel,.gx-label.BlobInputMS_PrivacyPolicyAttributeLabel,.gx-label.ReadonlyMS_PrivacyPolicyAttributeLabel,.gx-label.MSTermsContentLabel,.gx-label.BlobContentMSTermsContentLabel,.gx-label.ReadonlyBlobContentMSTermsContentLabel,.gx-label.BlobInputMSTermsContentLabel,.gx-label.ReadonlyMSTermsContentLabel,.gx-label.MSUserProfileTableTopSectionLabel,.gx-label.BlobContentMSUserProfileTableTopSectionLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableTopSectionLabel,.gx-label.BlobInputMSUserProfileTableTopSectionLabel,.gx-label.ReadonlyMSUserProfileTableTopSectionLabel,.gx-label.MSUserProfileTableTopSectionSelectorLabel,.gx-label.BlobContentMSUserProfileTableTopSectionSelectorLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableTopSectionSelectorLabel,.gx-label.BlobInputMSUserProfileTableTopSectionSelectorLabel,.gx-label.ReadonlyMSUserProfileTableTopSectionSelectorLabel,.gx-label.MSUserProfileTableContentCreateBtnLabel,.gx-label.BlobContentMSUserProfileTableContentCreateBtnLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentCreateBtnLabel,.gx-label.BlobInputMSUserProfileTableContentCreateBtnLabel,.gx-label.ReadonlyMSUserProfileTableContentCreateBtnLabel,.gx-label.MSUserProfileTableGridTitleLabel,.gx-label.BlobContentMSUserProfileTableGridTitleLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableGridTitleLabel,.gx-label.BlobInputMSUserProfileTableGridTitleLabel,.gx-label.ReadonlyMSUserProfileTableGridTitleLabel,.gx-label.MSUserProfileTableContentServiceLabel,.gx-label.BlobContentMSUserProfileTableContentServiceLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceLabel,.gx-label.BlobInputMSUserProfileTableContentServiceLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceLabel,.gx-label.MSUserProfileTableGridTitleFirstLabel,.gx-label.BlobContentMSUserProfileTableGridTitleFirstLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableGridTitleFirstLabel,.gx-label.BlobInputMSUserProfileTableGridTitleFirstLabel,.gx-label.ReadonlyMSUserProfileTableGridTitleFirstLabel,.gx-label.MSUserProfileTableContentServiceDetailsLabel,.gx-label.BlobContentMSUserProfileTableContentServiceDetailsLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsLabel,.gx-label.BlobInputMSUserProfileTableContentServiceDetailsLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceDetailsLabel,.gx-label.MSUserProfileTableContentServiceDetailsActiveLabel,.gx-label.BlobContentMSUserProfileTableContentServiceDetailsActiveLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsActiveLabel,.gx-label.BlobInputMSUserProfileTableContentServiceDetailsActiveLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceDetailsActiveLabel,.gx-label.MSUserProfileTableContentServiceDetailsInActiveLabel,.gx-label.BlobContentMSUserProfileTableContentServiceDetailsInActiveLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsInActiveLabel,.gx-label.BlobInputMSUserProfileTableContentServiceDetailsInActiveLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceDetailsInActiveLabel,.gx-label.MSUserProfileTableContentServiceDetailsPendingLabel,.gx-label.BlobContentMSUserProfileTableContentServiceDetailsPendingLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsPendingLabel,.gx-label.BlobInputMSUserProfileTableContentServiceDetailsPendingLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceDetailsPendingLabel,.gx-label.MSUserProfileTableContentServiceDetailsDraftLabel,.gx-label.BlobContentMSUserProfileTableContentServiceDetailsDraftLabel,.gx-label.ReadonlyBlobContentMSUserProfileTableContentServiceDetailsDraftLabel,.gx-label.BlobInputMSUserProfileTableContentServiceDetailsDraftLabel,.gx-label.ReadonlyMSUserProfileTableContentServiceDetailsDraftLabel,.gx-label.MSUserProfileServiceRateLabel,.gx-label.ReadonlyMSUserProfileServiceRateLabel,.gx-label.MSHomeCardImageAttributeBaseColorLabel,.gx-label.BlobContentMSHomeCardImageAttributeBaseColorLabel,.gx-label.ReadonlyBlobContentMSHomeCardImageAttributeBaseColorLabel,.gx-label.BlobInputMSHomeCardImageAttributeBaseColorLabel,.gx-label.ReadonlyMSHomeCardImageAttributeBaseColorLabel,.gx-label.MSHomeTableSearchTHeaderTitleLabel,.gx-label.BlobContentMSHomeTableSearchTHeaderTitleLabel,.gx-label.ReadonlyBlobContentMSHomeTableSearchTHeaderTitleLabel,.gx-label.BlobInputMSHomeTableSearchTHeaderTitleLabel,.gx-label.ReadonlyMSHomeTableSearchTHeaderTitleLabel,.gx-label.MSHomeTableSearchTHeaderSubtitleLabel,.gx-label.BlobContentMSHomeTableSearchTHeaderSubtitleLabel,.gx-label.ReadonlyBlobContentMSHomeTableSearchTHeaderSubtitleLabel,.gx-label.BlobInputMSHomeTableSearchTHeaderSubtitleLabel,.gx-label.ReadonlyMSHomeTableSearchTHeaderSubtitleLabel,.gx-label.MS_VerifyPhoneAttributeLabel,.gx-label.BlobContentMS_VerifyPhoneAttributeLabel,.gx-label.ReadonlyBlobContentMS_VerifyPhoneAttributeLabel,.gx-label.BlobInputMS_VerifyPhoneAttributeLabel,.gx-label.ReadonlyMS_VerifyPhoneAttributeLabel,.gx-label.MS_VerifyPhoneAttributeUnderlinedLabel,.gx-label.BlobContentMS_VerifyPhoneAttributeUnderlinedLabel,.gx-label.ReadonlyBlobContentMS_VerifyPhoneAttributeUnderlinedLabel,.gx-label.BlobInputMS_VerifyPhoneAttributeUnderlinedLabel,.gx-label.ReadonlyMS_VerifyPhoneAttributeUnderlinedLabel,.gx-label.MSTableServiceDetailsRCommentLabel,.gx-label.BlobContentMSTableServiceDetailsRCommentLabel,.gx-label.ReadonlyBlobContentMSTableServiceDetailsRCommentLabel,.gx-label.BlobInputMSTableServiceDetailsRCommentLabel,.gx-label.ReadonlyMSTableServiceDetailsRCommentLabel,.gx-label.MS_VerifyPhoneWrongOTPLabel,.gx-label.BlobContentMS_VerifyPhoneWrongOTPLabel,.gx-label.ReadonlyBlobContentMS_VerifyPhoneWrongOTPLabel,.gx-label.BlobInputMS_VerifyPhoneWrongOTPLabel,.gx-label.ReadonlyMS_VerifyPhoneWrongOTPLabel,.gx-label.MS_CronoMeterLabel,.gx-label.BlobContentMS_CronoMeterLabel,.gx-label.ReadonlyBlobContentMS_CronoMeterLabel,.gx-label.BlobInputMS_CronoMeterLabel,.gx-label.ReadonlyMS_CronoMeterLabel,.gx-label.MS_VerifyPhoneCountryCodeLabel,.gx-label.BlobContentMS_VerifyPhoneCountryCodeLabel,.gx-label.ReadonlyBlobContentMS_VerifyPhoneCountryCodeLabel,.gx-label.BlobInputMS_VerifyPhoneCountryCodeLabel,.gx-label.ReadonlyMS_VerifyPhoneCountryCodeLabel,.gx-label.MS_VerifyPhoneErrorMsgLabel,.gx-label.BlobContentMS_VerifyPhoneErrorMsgLabel,.gx-label.ReadonlyBlobContentMS_VerifyPhoneErrorMsgLabel,.gx-label.BlobInputMS_VerifyPhoneErrorMsgLabel,.gx-label.ReadonlyMS_VerifyPhoneErrorMsgLabel,.gx-label.MS_NoOfReviewsLabel,.gx-label.BlobContentMS_NoOfReviewsLabel,.gx-label.ReadonlyBlobContentMS_NoOfReviewsLabel,.gx-label.BlobInputMS_NoOfReviewsLabel,.gx-label.ReadonlyMS_NoOfReviewsLabel,.gx-label.MS_RatingCanvas1Label,.gx-label.MS_RaterNameLabel,.gx-label.BlobContentMS_RaterNameLabel,.gx-label.ReadonlyBlobContentMS_RaterNameLabel,.gx-label.BlobInputMS_RaterNameLabel,.gx-label.ReadonlyMS_RaterNameLabel,.gx-label.MS_RateCommentLabel,.gx-label.BlobContentMS_RateCommentLabel,.gx-label.ReadonlyBlobContentMS_RateCommentLabel,.gx-label.BlobInputMS_RateCommentLabel,.gx-label.ReadonlyMS_RateCommentLabel,.gx-label.ReadonlyMS_RateDate2Label,.gx-label.MS_RateDateLabel,.gx-label.BlobContentMS_RateDateLabel,.gx-label.ReadonlyBlobContentMS_RateDateLabel,.gx-label.BlobInputMS_RateDateLabel,.gx-label.ReadonlyMS_RateDateLabel,.gx-label.MSBoldTextLabel,.gx-label.BlobContentMSBoldTextLabel,.gx-label.ReadonlyBlobContentMSBoldTextLabel,.gx-label.BlobInputMSBoldTextLabel,.gx-label.ReadonlyMSBoldTextLabel,.gx-label.MS_RateStarVarLabel,.gx-label.BlobContentMS_RateStarVarLabel,.gx-label.ReadonlyBlobContentMS_RateStarVarLabel,.gx-label.BlobInputMS_RateStarVarLabel,.gx-label.ReadonlyMS_RateStarVarLabel,.gx-label.MS_RatersNoVarLabel,.gx-label.BlobContentMS_RatersNoVarLabel,.gx-label.ReadonlyBlobContentMS_RatersNoVarLabel,.gx-label.BlobInputMS_RatersNoVarLabel,.gx-label.ReadonlyMS_RatersNoVarLabel,.gx-label.MS_TotalRateVarLabel,.gx-label.BlobContentMS_TotalRateVarLabel,.gx-label.ReadonlyBlobContentMS_TotalRateVarLabel,.gx-label.BlobInputMS_TotalRateVarLabel,.gx-label.ReadonlyMS_TotalRateVarLabel,.gx-label.MS_NoOfvotesLabel,.gx-label.BlobContentMS_NoOfvotesLabel,.gx-label.ReadonlyBlobContentMS_NoOfvotesLabel,.gx-label.BlobInputMS_NoOfvotesLabel,.gx-label.ReadonlyMS_NoOfvotesLabel,.gx-label.MS_NoOfvotes1Label,.gx-label.BlobContentMS_NoOfvotes1Label,.gx-label.ReadonlyBlobContentMS_NoOfvotes1Label,.gx-label.BlobInputMS_NoOfvotes1Label,.gx-label.ReadonlyMS_NoOfvotes1Label,.gx-label.MS_RateZIndexLabel,.gx-label.BlobContentMS_RateZIndexLabel,.gx-label.ReadonlyBlobContentMS_RateZIndexLabel,.gx-label.BlobInputMS_RateZIndexLabel,.gx-label.ReadonlyMS_RateZIndexLabel,.gx-label.MS_RateMemberVar1Label,.gx-label.BlobContentMS_RateMemberVar1Label,.gx-label.ReadonlyBlobContentMS_RateMemberVar1Label,.gx-label.BlobInputMS_RateMemberVar1Label,.gx-label.ReadonlyMS_RateMemberVar1Label,.gx-label.MSDescriptionClassLabel,.gx-label.BlobContentMSDescriptionClassLabel,.gx-label.ReadonlyBlobContentMSDescriptionClassLabel,.gx-label.BlobInputMSDescriptionClassLabel,.gx-label.ReadonlyMSDescriptionClassLabel,.gx-label.MS_RateMemberVar2Label,.gx-label.BlobContentMS_RateMemberVar2Label,.gx-label.ReadonlyBlobContentMS_RateMemberVar2Label,.gx-label.BlobInputMS_RateMemberVar2Label,.gx-label.ReadonlyMS_RateMemberVar2Label,.gx-label.MS_EditField1Label,.gx-label.BlobContentMS_EditField1Label,.gx-label.ReadonlyBlobContentMS_EditField1Label,.gx-label.BlobInputMS_EditField1Label,.gx-label.ReadonlyMS_EditField1Label,.gx-label.MS_EditField2Label,.gx-label.BlobContentMS_EditField2Label,.gx-label.ReadonlyBlobContentMS_EditField2Label,.gx-label.BlobInputMS_EditField2Label,.gx-label.ReadonlyMS_EditField2Label,.gx-label.MS_EditField1DateLabel,.gx-label.MS_ProfileEditFieldLabel,.gx-label.BlobContentMS_ProfileEditFieldLabel,.gx-label.ReadonlyBlobContentMS_ProfileEditFieldLabel,.gx-label.BlobInputMS_ProfileEditFieldLabel,.gx-label.ReadonlyMS_ProfileEditFieldLabel,.gx-label.MSWizardField1Label,.gx-label.BlobContentMSWizardField1Label,.gx-label.ReadonlyBlobContentMSWizardField1Label,.gx-label.BlobInputMSWizardField1Label,.gx-label.ReadonlyMSWizardField1Label,.gx-label.MSWizardAttributeDateLabel,.gx-label.MSWizardNextPreviuosIconLabel,.gx-label.MS_EditAddressFieldLabel,.gx-label.BlobContentMS_EditAddressFieldLabel,.gx-label.ReadonlyBlobContentMS_EditAddressFieldLabel,.gx-label.BlobInputMS_EditAddressFieldLabel,.gx-label.ReadonlyMS_EditAddressFieldLabel,.gx-label.MS_EditField11Label,.gx-label.BlobContentMS_EditField11Label,.gx-label.ReadonlyBlobContentMS_EditField11Label,.gx-label.BlobInputMS_EditField11Label,.gx-label.ReadonlyMS_EditField11Label,.gx-label.MS_EditEmailFieldLabel,.gx-label.BlobContentMS_EditEmailFieldLabel,.gx-label.ReadonlyBlobContentMS_EditEmailFieldLabel,.gx-label.BlobInputMS_EditEmailFieldLabel,.gx-label.ReadonlyMS_EditEmailFieldLabel,.gx-label.MS_EditBioFieldLabel,.gx-label.BlobContentMS_EditBioFieldLabel,.gx-label.ReadonlyBlobContentMS_EditBioFieldLabel,.gx-label.BlobInputMS_EditBioFieldLabel,.gx-label.ReadonlyMS_EditBioFieldLabel,.gx-label.MS_EditField111Label,.gx-label.BlobContentMS_EditField111Label,.gx-label.ReadonlyBlobContentMS_EditField111Label,.gx-label.BlobInputMS_EditField111Label,.gx-label.ReadonlyMS_EditField111Label,.gx-label.MS_EditProfileErrorMsgLabel,.gx-label.BlobContentMS_EditProfileErrorMsgLabel,.gx-label.ReadonlyBlobContentMS_EditProfileErrorMsgLabel,.gx-label.BlobInputMS_EditProfileErrorMsgLabel,.gx-label.ReadonlyMS_EditProfileErrorMsgLabel,.gx-label.MS_EditProfileErrorMsg2Label,.gx-label.BlobContentMS_EditProfileErrorMsg2Label,.gx-label.ReadonlyBlobContentMS_EditProfileErrorMsg2Label,.gx-label.BlobInputMS_EditProfileErrorMsg2Label,.gx-label.ReadonlyMS_EditProfileErrorMsg2Label,.gx-label.MS_ChangePassFieldLabel,.gx-label.BlobContentMS_ChangePassFieldLabel,.gx-label.ReadonlyBlobContentMS_ChangePassFieldLabel,.gx-label.BlobInputMS_ChangePassFieldLabel,.gx-label.ReadonlyMS_ChangePassFieldLabel,.gx-label.MSDisplayNoneTextClassLabel,.gx-label.BlobContentMSDisplayNoneTextClassLabel,.gx-label.ReadonlyBlobContentMSDisplayNoneTextClassLabel,.gx-label.BlobInputMSDisplayNoneTextClassLabel,.gx-label.ReadonlyMSDisplayNoneTextClassLabel,.gx-label.MS_RegisterBusNameAttributeLabel,.gx-label.BlobContentMS_RegisterBusNameAttributeLabel,.gx-label.ReadonlyBlobContentMS_RegisterBusNameAttributeLabel,.gx-label.BlobInputMS_RegisterBusNameAttributeLabel,.gx-label.ReadonlyMS_RegisterBusNameAttributeLabel,.gx-label.MS_CheckboxCheckBoxLabel,.gx-label.MS_CommentDateLabel,.gx-label.BlobContentMS_CommentDateLabel,.gx-label.ReadonlyBlobContentMS_CommentDateLabel,.gx-label.BlobInputMS_CommentDateLabel,.gx-label.ReadonlyMS_CommentDateLabel,.gx-label.MSTableServiceSTitleRightLabel,.gx-label.BlobContentMSTableServiceSTitleRightLabel,.gx-label.ReadonlyBlobContentMSTableServiceSTitleRightLabel,.gx-label.BlobInputMSTableServiceSTitleRightLabel,.gx-label.ReadonlyMSTableServiceSTitleRightLabel,.gx-label.MS_TitleAttributeLabel,.gx-label.BlobContentMS_TitleAttributeLabel,.gx-label.ReadonlyBlobContentMS_TitleAttributeLabel,.gx-label.BlobInputMS_TitleAttributeLabel,.gx-label.ReadonlyMS_TitleAttributeLabel,.gx-label.MS_DescriptionAttributeLabel,.gx-label.BlobContentMS_DescriptionAttributeLabel,.gx-label.ReadonlyBlobContentMS_DescriptionAttributeLabel,.gx-label.BlobInputMS_DescriptionAttributeLabel,.gx-label.ReadonlyMS_DescriptionAttributeLabel,.gx-label.MS_AllCommentDateColorLabel,.gx-label.BlobContentMS_AllCommentDateColorLabel,.gx-label.ReadonlyBlobContentMS_AllCommentDateColorLabel,.gx-label.BlobInputMS_AllCommentDateColorLabel,.gx-label.ReadonlyMS_AllCommentDateColorLabel,.gx-label.MS_AllCommentDateColorDateLabel,.gx-label.MSBusinessPhoneClassLabel,.gx-label.BlobContentMSBusinessPhoneClassLabel,.gx-label.ReadonlyBlobContentMSBusinessPhoneClassLabel,.gx-label.BlobInputMSBusinessPhoneClassLabel,.gx-label.ReadonlyMSBusinessPhoneClassLabel,.gx-label.MSBusinessTextClassLabel,.gx-label.BlobContentMSBusinessTextClassLabel,.gx-label.ReadonlyBlobContentMSBusinessTextClassLabel,.gx-label.BlobInputMSBusinessTextClassLabel,.gx-label.ReadonlyMSBusinessTextClassLabel,.gx-label.MSTableSearchDVComboLabel,.gx-label.BlobContentMSTableSearchDVComboLabel,.gx-label.ReadonlyBlobContentMSTableSearchDVComboLabel,.gx-label.BlobInputMSTableSearchDVComboLabel,.gx-label.ReadonlyMSTableSearchDVComboLabel,.gx-label.MSTableSearchDVSearchLabel,.gx-label.BlobContentMSTableSearchDVSearchLabel,.gx-label.ReadonlyBlobContentMSTableSearchDVSearchLabel,.gx-label.BlobInputMSTableSearchDVSearchLabel,.gx-label.ReadonlyMSTableSearchDVSearchLabel,.gx-label.MSTableSearchSecondDVComboLabel,.gx-label.BlobContentMSTableSearchSecondDVComboLabel,.gx-label.ReadonlyBlobContentMSTableSearchSecondDVComboLabel,.gx-label.BlobInputMSTableSearchSecondDVComboLabel,.gx-label.ReadonlyMSTableSearchSecondDVComboLabel,.gx-label.MSCardImageAttributeWhiteWithShadowLabel,.gx-label.ReadonlyMSCardImageAttributeWhiteWithShadowLabel,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadowLabel,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowLabel,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadow1Label,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow1Label,.gx-label.MSTableCardTableHeaderTitleLabel,.gx-label.BlobContentMSTableCardTableHeaderTitleLabel,.gx-label.ReadonlyBlobContentMSTableCardTableHeaderTitleLabel,.gx-label.BlobInputMSTableCardTableHeaderTitleLabel,.gx-label.ReadonlyMSTableCardTableHeaderTitleLabel,.gx-label.MSTableCardTableHeaderAdResultLabel,.gx-label.BlobContentMSTableCardTableHeaderAdResultLabel,.gx-label.ReadonlyBlobContentMSTableCardTableHeaderAdResultLabel,.gx-label.BlobInputMSTableCardTableHeaderAdResultLabel,.gx-label.ReadonlyMSTableCardTableHeaderAdResultLabel,.gx-label.MSTableCardTableHeaderSubCategoryLabel,.gx-label.BlobContentMSTableCardTableHeaderSubCategoryLabel,.gx-label.ReadonlyBlobContentMSTableCardTableHeaderSubCategoryLabel,.gx-label.BlobInputMSTableCardTableHeaderSubCategoryLabel,.gx-label.ReadonlyMSTableCardTableHeaderSubCategoryLabel,.gx-label.MSCardImageAttributeWhiteWithShadow1Label,.gx-label.ReadonlyMSCardImageAttributeWhiteWithShadow1Label,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadow2Label,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow2Label,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadow11Label,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadow11Label,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadowRateLabel,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRateLabel,.gx-label.MSAttributeWhiteBackLabel,.gx-label.BlobContentMSAttributeWhiteBackLabel,.gx-label.ReadonlyBlobContentMSAttributeWhiteBackLabel,.gx-label.BlobInputMSAttributeWhiteBackLabel,.gx-label.ReadonlyMSAttributeWhiteBackLabel,.gx-label.MSNoBorderLabel,.gx-label.BlobContentMSNoBorderLabel,.gx-label.ReadonlyBlobContentMSNoBorderLabel,.gx-label.BlobInputMSNoBorderLabel,.gx-label.ReadonlyMSNoBorderLabel,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadowRate1Label,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRate1Label,.gx-label.MSWHiteTextWithSpaceLabel,.gx-label.BlobContentMSWHiteTextWithSpaceLabel,.gx-label.ReadonlyBlobContentMSWHiteTextWithSpaceLabel,.gx-label.BlobInputMSWHiteTextWithSpaceLabel,.gx-label.ReadonlyMSWHiteTextWithSpaceLabel,.gx-label.MSHomeLoginDDMCUserNameLabel,.gx-label.BlobContentMSHomeLoginDDMCUserNameLabel,.gx-label.ReadonlyBlobContentMSHomeLoginDDMCUserNameLabel,.gx-label.BlobInputMSHomeLoginDDMCUserNameLabel,.gx-label.ReadonlyMSHomeLoginDDMCUserNameLabel,.gx-label.MSFooterFSItemLabel,.gx-label.ReadonlyMSFooterFSItemLabel,.gx-label.MSFooterFSItemSuboptionLabel,.gx-label.ReadonlyMSFooterFSItemSuboptionLabel,.gx-label.MSTableCardProviderImageLabel,.gx-label.BlobContentMSTableCardProviderImageLabel,.gx-label.ReadonlyBlobContentMSTableCardProviderImageLabel,.gx-label.BlobInputMSTableCardProviderImageLabel,.gx-label.ReadonlyMSTableCardProviderImageLabel,.gx-label.MSWizardFieldLabel,.gx-label.BlobContentMSWizardFieldLabel,.gx-label.ReadonlyBlobContentMSWizardFieldLabel,.gx-label.BlobInputMSWizardFieldLabel,.gx-label.ReadonlyMSWizardFieldLabel,.gx-label.MSWizardField2Label,.gx-label.BlobContentMSWizardField2Label,.gx-label.ReadonlyBlobContentMSWizardField2Label,.gx-label.BlobInputMSWizardField2Label,.gx-label.ReadonlyMSWizardField2Label,.gx-label.MSWizardAttributeLabel,.gx-label.BlobContentMSWizardAttributeLabel,.gx-label.ReadonlyBlobContentMSWizardAttributeLabel,.gx-label.BlobInputMSWizardAttributeLabel,.gx-label.ReadonlyMSWizardAttributeLabel,.gx-label.MSWizardAttributeCheckBoxLabel,.gx-label.ImageHomeModulesBackWithRadiusLabel,.gx-label.BlobContentImageHomeModulesBackWithRadiusLabel,.gx-label.ReadonlyBlobContentImageHomeModulesBackWithRadiusLabel,.gx-label.BlobInputImageHomeModulesBackWithRadiusLabel,.gx-label.ReadonlyImageHomeModulesBackWithRadiusLabel,.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.AttributeSearchResultImageLabel,.gx-label.AttributeLandingCongoFooterLabel,.gx-label.ReadonlyAttributeLandingCongoFooterLabel,.gx-label.AttributeLandingCongoFooterSuboptionLabel,.gx-label.ReadonlyAttributeLandingCongoFooterSuboptionLabel,.gx-label.AttributeLandingCongoLabel,.gx-label.ReadonlyAttributeLandingCongoLabel,.gx-label.MS_ComboAttributeLabel,.gx-label.BlobContentMS_ComboAttributeLabel,.gx-label.ReadonlyBlobContentMS_ComboAttributeLabel,.gx-label.BlobInputMS_ComboAttributeLabel,.gx-label.ReadonlyMS_ComboAttributeLabel,.gx-label.MS_RegisterAttributeLabel,.gx-label.BlobContentMS_RegisterAttributeLabel,.gx-label.ReadonlyBlobContentMS_RegisterAttributeLabel,.gx-label.BlobInputMS_RegisterAttributeLabel,.gx-label.ReadonlyMS_RegisterAttributeLabel,.gx-label.MS_CountryCodeAttributeLabel,.gx-label.BlobContentMS_CountryCodeAttributeLabel,.gx-label.ReadonlyBlobContentMS_CountryCodeAttributeLabel,.gx-label.BlobInputMS_CountryCodeAttributeLabel,.gx-label.ReadonlyMS_CountryCodeAttributeLabel,.gx-label.MS_PhoneAttributeLabel,.gx-label.BlobContentMS_PhoneAttributeLabel,.gx-label.ReadonlyBlobContentMS_PhoneAttributeLabel,.gx-label.BlobInputMS_PhoneAttributeLabel,.gx-label.ReadonlyMS_PhoneAttributeLabel,.gx-label.MS_FlagAttributeLabel,.gx-label.BlobContentMS_FlagAttributeLabel,.gx-label.ReadonlyBlobContentMS_FlagAttributeLabel,.gx-label.BlobInputMS_FlagAttributeLabel,.gx-label.ReadonlyMS_FlagAttributeLabel,.gx-label.MS_CheckBoxLabel,.gx-label.BlobContentMS_CheckBoxLabel,.gx-label.ReadonlyBlobContentMS_CheckBoxLabel,.gx-label.BlobInputMS_CheckBoxLabel,.gx-label.ReadonlyMS_CheckBoxLabel,.gx-label.MSTableCardProviderImage1Label,.gx-label.BlobContentMSTableCardProviderImage1Label,.gx-label.ReadonlyBlobContentMSTableCardProviderImage1Label,.gx-label.BlobInputMSTableCardProviderImage1Label,.gx-label.ReadonlyMSTableCardProviderImage1Label,.gx-label.MSMarginTextAtabicLabel,.gx-label.BlobContentMSMarginTextAtabicLabel,.gx-label.ReadonlyBlobContentMSMarginTextAtabicLabel,.gx-label.BlobInputMSMarginTextAtabicLabel,.gx-label.ReadonlyMSMarginTextAtabicLabel,.gx-label.MS_ComboAttribute1Label,.gx-label.BlobContentMS_ComboAttribute1Label,.gx-label.ReadonlyBlobContentMS_ComboAttribute1Label,.gx-label.BlobInputMS_ComboAttribute1Label,.gx-label.ReadonlyMS_ComboAttribute1Label,.gx-label.MS_RegisterAttribute1Label,.gx-label.BlobContentMS_RegisterAttribute1Label,.gx-label.ReadonlyBlobContentMS_RegisterAttribute1Label,.gx-label.BlobInputMS_RegisterAttribute1Label,.gx-label.ReadonlyMS_RegisterAttribute1Label,.gx-label.MSCardImageAttributeWhiteSubtitleWithShadowRate2Label,.gx-label.ReadonlyMSCardImageAttributeWhiteSubtitleWithShadowRate2Label,.gx-label.MS_StarVarLabel,.gx-label.BlobContentMS_StarVarLabel,.gx-label.ReadonlyBlobContentMS_StarVarLabel,.gx-label.BlobInputMS_StarVarLabel,.gx-label.ReadonlyMS_StarVarLabel
	{
		margin-bottom: 0px;
	}
	.TextBlockTitleMaterial
	{
		overflow: hidden;
		display: block;
		height: 30px;
	}
	.LandingCongoSloganTitle
	{
		font-size: 35px;
		line-height:45px;
	}
	.LandingCongoTitle
	{
		font-size: 30px;
	}
	.LandingCongoSubtitle
	{
		width: 100%;
	}
	.MS_AcceptTerms1
	{
		margin-right: 5px;
	}
	.MS_RegisterTxt8_new
	{
		margin-right: 10px;
	}
	.MS_RegisterTxt6_new
	{
		margin-bottom: 60px;
		margin-left: 60px;
		margin-right: 60px;
		margin-top: 60px;
	}
	.MS_LoginTxt3
	{
		white-space: normal;
		font-size: 22pt;
		white-space: normal;
	}
	.MS_LoginTxt4
	{
		white-space: normal;
		font-size: 15pt;
	}
	.MS_RegisterTxt6
	{
		margin-right: 33pt;
	}
	.MS_RegisterTxt8
	{
		margin-right: 10pt;
	}
	.MS_AcceptTerms
	{
		margin-right: 5px;
	}
	.MS_ErrorVar
	{
		z-index: 3 !important;
	}
	.MS_ErrorVar:before
	{
		content: '';
		z-index: 3 !important;
	}

	.MSWhiteText31
	{
		font-size: 16px;
	}
	.MSHomeViewMoreBtn1
	{
		bottom: -2px;
		left: 0px;
		padding-bottom: 2px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 1px;
	}
	.MS_ErrorLongTxtBlock1
	{
		max-width: 249px;
	}
	.MSFAGFSGrid
	{
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
	}

	.MSFAGFSGrid>tbody>tr,.MSFAGFSGrid>[data-gxrow]
	{
		background-color: transparent;
		font-family: Montserrat,sans-serif;
		font-size: 8pt;
		font-style: normal;
		text-indent: 0px;
		box-shadow: 0px 0px 4px rgb(51 52 99 / 80%);
	}

	.FreeStyleHomeModules2
	{
		height: 250px;
	}

	.FreeStyleHomeModules2>tbody>tr,.FreeStyleHomeModules2>[data-gxrow]
	{
		background-color: transparent;
		font-family: Montserrat,sans-serif;
		font-size: 8pt;
		font-style: normal;
		text-indent: 0px;
	}

	.MSTableCardServicesFilteredFS
	{
		padding-left: 0px;
		padding-right: 0px;
	}

	.MSTableCardServicesFilteredFS>tbody>tr,.MSTableCardServicesFilteredFS>[data-gxrow]
	{
		background-color: transparent;
		font-family: Montserrat,sans-serif;
		font-size: 8pt;
		font-style: normal;
		text-indent: 0px;
	}

	.MSHomePopularChannelContainer>tbody>tr,.MSHomePopularChannelContainer>[data-gxrow]
	{
		background-color: transparent;
		font-family: Montserrat,sans-serif;
		font-size: 8pt;
		font-style: normal;
	}

	.FreeStyleStepsUnderline
	{
		justify-content: center;
	}

	.FreeStyleStepsUnderline>tbody>tr,.FreeStyleStepsUnderline>[data-gxrow]
	{
		justify-content: center;
		background-color: transparent;
		font-family: Montserrat,sans-serif;
		font-size: 8pt;
		font-style: normal;
	}

	.Messages
	{
		white-space: normal;
	}
	.MS_ErrorMessages
	{
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 4px;
	}
	.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;
	}
	.slimmenu.collapsed.RegularBackgroundColorOption>li 
	{
		padding-bottom:0 !important;
	}
	.TableContainerStep>tbody>tr>td:nth-child(2), .TableContainerStepSelected>tbody>tr>td:nth-child(2) 
	{
		padding-left: 10px;
		padding-right: 0px;
	}
	.TableContainerStep>tbody>tr>td:nth-child(3), .TableContainerStepSelected>tbody>tr>td:nth-child(3) 
	{
		height: 40px;
		padding-right:10px !important;
	}
	.TableContainerStep>tbody>tr>td:nth-child(3), .TableContainerStepSelected>tbody>tr>td:nth-child(3)  .TableContainerStep>tbody>tr>td:nth-child(3), .TableContainerStepSelected>tbody>tr>td:nth-child(3) 
	{
		height: 40px;
		padding-right:10px !important;
	}
	.WorkWith TR:not(.WCD_tr) .ReadonlyAttribute 
	{
		display: inline-block;
	}
	.WorkWith TR:not(.WCD_tr) .ReadonlyAttributeRealWidth 
	{
		display: inline-block;
	}
	.WorkWith  .ErrorMessages 
	{
		border-top-left-radius: 0px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		margin-left: 0px;
		min-width: 200px;
		white-space: normal;
	}
	.input-group-btn 
	{
		width: 1%;
	}
	.input-group 
	{
		margin-right:-7px;
	}
	.input-group  .input-group-btn>A.btn 
	{
		margin-left: -29px;
	}
	.input-group  .form-control 
	{
		width: 100%;
	}
	.TableMerged TD 
	{
		padding-right: 8px;
	}
	.DataContentCellView SPAN.Label 
	{
		padding-left: 0px;
	}
	.LabelCell SPAN.Label 
	{
		padding-left: 0px;
	}
	.DataContentCellPrompt 
	{
		padding-right: 11px;
	}
	.DataContentCellPrompt  .input-group 
	{
		width: 100%;
	}
	.TableContainerStepLast .TableStepNumberCell 
	{
		padding-right: 5px;
	}
	.HorizontalMenuNotFixed .gx_usercontrol 
	{
		margin-right: -15px;
	}
	.ShowMenuImageCellNotFixedRight.page-content.menu-compact 
	{
		left: 0px;
		padding-left: 30px;
	}
	.TableLogo.page-content.menu-compact 
	{
		display: none;
	}
	.ShowMenuImageCellNotFixedRightNavTabs.page-content.menu-compact 
	{
		left: 0px;
		padding-left: 30px;
	}
	.page-content.menu-compact 
	{
		min-width: 0px;
	}
	.WTabs_processed.nav-tabs.WTabs_WizardBullet>li 
	{
		min-width: inherit;
	}
	.TableDynamicFiltersFlex .Attribute 
	{
		padding-left: 0px;
		padding-right: 15px;
		min-width: 100px;
	}
	.TableDynamicFiltersFlex>div>div 
	{
		flex-wrap:wrap;
	}
	.TableDynamicFiltersFlex>div.DynRowVisible:not(:last-child) 
	{
		margin-bottom: 20px;
	}
	.TableDynamicFiltersFlex 
	{
		border-bottom-color: rgba(211,211,211,0.36);
		border-left-color: rgba(211,211,211,0.36);
		border-right-color: rgba(211,211,211,0.36);
		border-top-color: rgba(211,211,211,0.36);
		border-style: solid;
		border-width: 1px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
	}
	.PaginationBarCaption.PaginationBarFiltered 
	{
		display: none;
	}
	.TableMainTabs .ShowMenuImageCellNotFixedRightNavTabs.page-content.menu-compact 
	{
		left: 10px;
	}
	.slimmenu.HorizontalBorderColor li>ul 
	{
		position: relative;
		position: relative !important;
		 z-index: 2000 !important;
	}
	.slimmenu.collapsed.HorizontalBorderColor 
	{
		margin-right: -220px;
		width: auto !important;
	}
	.HorizontalMenuSilder div.moveRight, .HorizontalMenuSilder div.moveLeft, div.HorizontalMenuSilder 
	{
		height: 48px;
	}
	.ExtendedCombo.MSTableSearchSecondDVCombo .btn-default 
	{
		margin-bottom: 5px;
	}
	.ExtendedCombo.MSTableSearchSecondDVCombo .btn-default span 
	{
		font-size: 10px;
	}
	.ExtendedCombo.MSTableSearchSecondDVCombo .btn-default,.ExtendedCombo.MSTableSearchSecondDVCombo .btn-default:active:focus 
	{
		min-height: 30px;
	}
	.ExtendedCombo.MSTableSearchSecondDVCombo, .ExtendedCombo.MSTableSearchSecondDVCombo 
	{
		width: 150px;
		min-width: 150px;
	}
	.ExtendedCombo.MSTableSearchDVCombo .btn-default span 
	{
		font-size: 11px;
	}
	.ExtendedCombo.MSTableSearchDVCombo .btn-default,.ExtendedCombo.MSTableSearchDVCombo .btn-default:active:focus 
	{
		min-height: 30px;
	}
	.ExtendedCombo.MSTableSearchDVCombo, .ExtendedCombo.MSTableSearchDVCombo 
	{
		width: 150px;
		min-width: 150px;
	}
	.ExtendedCombo.MSWizardField .btn-default, .ExtendedCombo.MSWizardField .btn-default:active:focus 
	{
		margin-right: 0px;
		width: 100%;
		max-width: 100%;
	}
	.MS_RateProgressBar 
	{
		margin-right: 20px;
	}
	.slimmenu li>ul>li ul 
	{
		width: 100% !important;
		z-index: 999 !important;
		    top: 0 !important;
		    Right: 0% !important;
		 position: absolute !important;
	}
	.slimmenu li>.sub-toggle 
	{
		cursor: pointer  !important;
		    text-align: center  !important;
		  height: 100%  !important;
		z-index: 999  !important;
		    top: 3  !important;
		  position: absolute !important;
		   transform: scaleX(-1) !important;
		 right: 30% !important;
	}
	.ExtendedCombo.MSTableSearchBusinessDVCombo, .ExtendedCombo.MSTableSearchBusinessDVCombo 
	{
		width: 100%;
		min-width: 100%;
	}
	.MSAboutShopVideoClass 
	{
		margin-right: 30px;
		width: 250px;
	}
	.MSServiceVideoClass 
	{
		margin-top: 20px;
		height: 145px;
		width: 220px;
	}
	.MSServiceDetailsVideoClass 
	{
		width: 300px;
	}
	BODY .ShowMenuImageCellNotFixedRight.page-content.menu-compact 
	{
		padding-right: 30px;
		right: 0px;
	}
	TEXTAREA.Attribute
	{
		width: 100%;
	}
	TEXTAREA.AttributeFL
	{
		width: 100%;
	}
}

@media (min-width: 768px) /*Small*/
{
	.MSSubCategoriesGrid1
	{
		top: 6px;
	}
	.MSTablePrivacyPolicyHeader
	{
		height: 100px;
	}
	.MSLandingCongoFooterCell_Category
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.MSWhiteBackk
	{
		padding-right: 50px;
	}
	.MS_FieldMarginleft
	{
		margin-left: 0px;
	}
	.MSLandingCongoFooterCell
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.MSLandingCongoFooterCell_About
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.MSLandingCongoFooterCell_Help
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.MSLandingCongoFooterCell_Contact
	{
		margin-right: -135px;
	}
	.MSHomeModulesTitleCell
	{
		font-size: 12px;
	}
	.CellMarginTopMedium
	{
		margin-top: 15px;
	}
	.LandingCongoFooterCell
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.LandingCongoContactUsBannerCell
	{
		min-height: 360px;
	}
	.MS_SectionWidth93
	{
		margin-right: 14px;
	}
	.MS_SectionWidth48
	{
		margin-right: 0px;
		width: 100%;
	}
	.MSHiddenActionGroup
	{
		display: none;
		display: none !important;
	}
	.MS_Popupform
	{
		background-color: white;
	}

	.ReadonlyMS_NotAvailableServiceText
	{
		font-size: 40px;
	}
	.MS_EditField21
	{
		padding-right: 10px;
		width: 135%;
	}
	.ReadonlyMS_EditField21
	{
		padding-right: 10px;
		width: 135%;
	}
	.MSHomePopularChannelImage1
	{
		margin-left: 0px;
		height: 105px;
		width: 170px;
		object-fit: cover;
	}
	.ReadonlyMS_NoOfReviews1
	{
		margin-right: 130px;
		display: block;
		min-width: 100%;
	}
	.ReadonlyMS_RateDate1
	{
		margin-right: 0px;
	}
	.MSTableServiceComment
	{
		margin-right: 10px;
		margin-top: 20px;
		width: 320px;
		max-width: 320px;
		min-width: 320px;
	}
	.MSAccountViewsClass
	{
		margin-right: -55px;
	}
	.ReadonlyMSAccountViewsClass
	{
		margin-right: -55px;
	}
	.ReadonlyMSTableServiceSTitle1
	{
		min-width: 100%;
	}
	.ReadonlyMSHomeCardImageAttributeWhite
	{
		margin-left: 5px;
		margin-top: 10px;
	}
	.MSTableServiceSTitle
	{
		margin-right: 48px;
		margin-top: 5px;
		top: 30px;
		height: 20px;
		max-height: 20px;
		min-height: 20px;
	}
	.ReadonlyMSTableServiceSTitle
	{
		margin-right: 48px;
		margin-top: 5px;
		height: 20px;
		max-height: 20px;
		min-height: 20px;
	}
	.MSTableServicesImage
	{
		margin-right: 4px;
		margin-top: 0px;
		width: 320px;
		max-width: 320px;
		min-width: 320px;
	}
	.MSTableServiceProviderContactInfo
	{
		display: none;
	}
	.ReadonlyMSHomeCardImageAttributeBaseColor
	{
		height: 0px;
		text-align: center;
	}
	.ReadonlyMSHomeTableSearchTHeaderSubtitle
	{
		font-size: 30px;
	}
	.MS_NoOfReviews
	{
		margin-left: -50px;
		width: 100%;
	}
	.ReadonlyMS_NoOfReviews
	{
		margin-right: 50px;
	}
	.ReadonlyMS_RateComment
	{
		text-align: right;
	}
	.MS_EditField2
	{
		padding-right: 18px;
		width: 136%;
	}
	.ReadonlyMS_EditField2
	{
		width: 136%;
	}
	.MS_EditField1Date
	{
		min-width:110% !important;
		height:43px !important;
		width:100% !important;
		 border-top-left-radius: 53px !important;
		 border-bottom-left-radius: 53px !important;
		   border-bottom-right-radius: 53px !important;
		  border-top-right-radius: 53px !important;
		   text-align:left !important;
	}
	.MSWizardAttributeDate
	{
		margin-right: -15px;
		width: 250px;
		max-width: 250px;
	}
	.MS_EditEmailField
	{
		max-width: 662px;
	}
	.MS_ChangePassField
	{
		max-width: 250px;
	}
	.MSWizardField
	{
		width: 100%;
		max-width: 100%;
	}
	.MSWizardAttribute
	{
		width: 100%;
		max-width: 100%;
	}
	.MS_PhoneAttribute
	{
		width: 100%;
	}
	.MS_ChangeBtn1
	{
		margin-right: 0px;
	}

	.MS_AddReviewBtn11
	{
		margin-left: 0px;
		margin-right: 50px;
		margin-top: 0px;
	}

	.MS_AddReviewBtn1
	{
		margin-right: 0px;
		margin-top: 0px;
	}

	.MS_displayImageBtn
	{
		width: 75%;
	}

	.MS_AddReviewBtn
	{
		margin-right: 125px;
	}

	.MS_ChangeBtn
	{
		position: relative;
	}

	.MSUserProfileTableTopImage2
	{
		height: 140px;
		width: 140px;
		max-width: 140px;
	}
	.MSUserProfileTableTopImage2[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;
}

	.MSUserProfileTableTopImageBG1
	{
		height: 167px;
		max-width: 167px;
	}
	.MSUserProfileTableTopImageBG1[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;
}

	.MS_LoginShieldImage
	{
		display: inline-block;
	}
	.MSUserProfileTableTopImage
	{
		margin-right: 0px;
		margin-top: -24px;
		height: 110px;
		width: 110px;
		min-width: 110px;
		object-fit: cover;
	}
	.MSUserProfileTableTopImage[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;
}

	.MSUserProfileTableTopImageBG
	{
		margin-top: -22px;
		height: 125px;
		max-width: 125px;
	}
	.MSUserProfileTableTopImageBG[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;
}

	.MS_PrivacyPolicyLockImage
	{
		display: none;
	}
	.MSSmallSizeImage
	{
		width: 99%;
	}
	.MSUserProfileUSubtract
	{
		left: 0px;
		width: 100%;
	}
	.msimagewithwidth
	{
		width: 250px;
	}
	.MSDeleteIconClass
	{
		margin-right: -230px;
		margin-top: 30px;
	}
	.MS_EditHeaderImage
	{
		display: none;
	}
	.MSContactUSBackImage
	{
		display: none;
	}
	.MSArrowImageClass
	{
		bottom: 0px;
		right: 385px;
	}
	.MSContactUsUnionImage
	{
		right: 14px;
	}
	.MSAboutUSImage
	{
		height: 200px;
		width: 200px;
	}
	.MS_UnionImageMargin
	{
		margin-right: 0px;
	}
	.MS_HomeDotsImage
	{
		display: none;
	}
	.MSWizardPreviuosIcon
	{
		margin-right: -15px;
	}
	.MSAllCategoriesIamge
	{
		height: 40px;
		width: 40px;
	}
	.Ms_HomeArrowDown
	{
		display: none;
		color: rgba(255,255,255,0);
	}
	.MSShopProfileTableTopEditC2
	{
		bottom: -40px;
		right: -25px;
	}
	.MS_ServiceDetailsTablePictures
	{
		width: 400px;
	}
	.MS_ServiceDetailsTableVideo
	{
		width: 400px;
	}
	.MSTableFSSearch_Mobile
	{
		display: block;
	}
	.MSSmallLogoTable
	{
		display: none;
		display:none !important;
	}
	.MSHiddenMasterPage
	{
		display: none;
		display:none !important;
	}
	.MSCategoriesSmallTable
	{
		margin-left: 45px;
		margin-top: 10px;
	}
	.MSTableSUbCategory
	{
		box-shadow: 0px 0px 10px 0px rgba(7,20,22,0.35);
		margin-top: 20px;
		text-shadow: 8325% 8325% 8325% _ ;
	}
	.MSTableCardSideMenu
	{
		position: absolute;
		z-index: 1;
	}
	.MSTableWhiteBackground
	{
		width: 97%;
		max-width: 97%;
		min-width: 97%;
	}
	.MSTableServiceUActionContainer
	{
		margin-top: 5px;
	}
	.MSTServicesTableVerticalLine
	{
		display: block;
		height: 960px;
		max-height: 960px;
		min-height: 960px;
	}
	.MSTServicesTableVerticalLineWithPicture
	{
		display: block;
	}
	.MSTServicesTableVerticalLineWithoutComment
	{
		display: block;
		height: 670px;
		max-height: 670px;
		min-height: 670px;
	}
	.MSTableDataTable
	{
		margin-left: 1%;
		text-align: right;
	}
	.MSUserProfileTableTop
	{
		padding-left: 10px;
		padding-right: 20px;
		padding-top: 50px;
	}
	.MSUserProfileTableTopImageContainer
	{
		right: 30.1px;
	}
	.MSUserProfileTableTopDetailsContainer
	{
		margin-right: 30px;
	}
	.MS_PrivacyPolicyContentTable
	{
		padding-left: 14px;
		padding-right: 14px;
	}
	.MSUserProfileFSServiceContainer
	{
		width: 1350px;
		min-width: 1350px;
	}
	.MSTableServiceDetailsUnionContainer
	{
		right: 30px;
	}
	.MSTableServiceCommentContainer
	{
		margin-right: 10px;
		width: 515px;
		max-width: 515px;
		min-width: 515px;
	}
	.MS_ReviewsTable
	{
		text-align: right;
	}
	.MS_ReviewsFreeStyleTable
	{
		width: 100%;
	}
	.MS_ReviewsGridTable
	{
		width: 375px;
	}
	.MSShopProfileTopTable
	{
		padding-left: 20px;
		width: 111%;
	}
	.MSGrayBackgroundTable
	{
		width: 103.51%;
	}
	.MSTableMinusMargin
	{
		margin-right: 63px;
		width: 250px;
	}
	.MS_ResetPassFieldsTable
	{
		width: 350px;
	}
	.MS_EditIconTable
	{
		margin-right: -60px;
	}
	.MS_PlaceHolderTable
	{
		margin-right: 5px;
		width: 400px;
		max-width: 400px;
		min-width: 400px;
	}
	.MS_TableAllComments
	{
		margin-left: 0px;
		width: 240px;
		max-width: 240px;
		min-width: 240px;
	}
	.MS_EditTable
	{
		width: 500px;
	}
	.MS_EditProfileTable
	{
		left: 10px;
		position: absolute;
		z-index: 1;
	}
	.MS_TableAllCommentsBorder1
	{
		margin-right: 10px;
		margin-top: 20px;
		width: 320px;
		max-width: 320px;
		min-width: 320px;
	}
	.Ms_ServiceDetailsVaforateTableIcons
	{
		margin-right: 220px;
		margin-top: -30px;
	}
	.Ms_ServiceDetailsVaforateTableIcons1
	{
		margin-right: 220px;
		margin-top: -30px;
	}
	.Ms_AllCommentHorizentalLine
	{
		width: 375px;
	}
	.MS_AllCommentTableNameAndDate
	{
		inline-size: 370px;
		 overflow-wrap: break-word;
	}
	.MS_ServiceDeailsRateTable
	{
		margin-left: 160px;
		height: 0px;
	}
	.MS_EditFieldsTable
	{
		width: 120%;
	}
	.MS_LoginFieldsTable_new
	{
		margin-left: 11pt;
		width: 450px;
	}
	.MSTableWidth265
	{
		width: 225px;
		min-width: 225px;
	}
	.MSGrayBackgroundTableBefore
	{
		bottom: 0px;
		left: 2.5px;
		width: 58%;
		min-width: 58%;
	}
	.MSShopProfileTableTopEditC
	{
		left: -190px;
		margin-top: -235px;
	}
	.MSContactUs1
	{
		margin-left: -7px;
		margin-right: -7px;
		margin-top: -10px;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}
	.MS_FlexDirection
	{
		flex-direction:row;
	}
	.MS_SearchMargintop
	{
		margin-top: 10px;
	}
	.MS_ViewMoreTableMarginTop
	{
		margin-top: 40.1px;
	}
	.MS_SearchMargintop1
	{
		margin-top: 10px;
	}
	.MSContactUsFieldsTable
	{
		margin-left: 20px;
		position: relative;
		text-align: right;
	}
	.MS_Zindex_Table
	{
		position: absolute;
	}
	.MSTableContentLandingCongo_Categories
	{
		margin-left: 0px;
	}
	.MS_PopularBusinessesFlex
	{
		margin-bottom: 0px;
	}
	.Ms_ServiceDetailsVaforateTableIconsNoImage
	{
		margin-right: 318px;
	}
	.MS_TableLeft
	{
		margin-left: 0px;
	}
	.MS_HorizantalLine
	{
		width: 250px;
	}
	.MS_PhoneMainTable
	{
		width: 388px;
	}
	.MS_FieldsTableHeader
	{
		margin-left: 15px;
	}
	.MS_TableContactInfo
	{
		margin-right: 65px;
		margin-top: -9px;
	}
	.MS_TermsAgrrementTable1
	{
		margin-right: -45px;
		width: 320px;
		max-width: 320px;
		min-width: 320px;
	}
	.MSMultiSelectTable
	{
		margin-left: -85px;
		width: 308px;
		max-width: 308px;
		min-width: 308px;
	}
	.MSBusinessCardTable
	{
		padding-bottom: 15px;
		width: 100%;
	}
	.MSVerticalLine
	{
		display: none;
	}
	.MSWizardTermsAndConditions
	{
		width: 122px;
		max-width: 122px;
	}
	.MSWizardMainTable
	{
		border-top-left-radius: 21px;
		border-top-right-radius: 21px;
		border-bottom-right-radius: 21px;
		border-bottom-left-radius: 21px;
		width: 100%;
		max-width: 100%;
	}
	.MSWizardTable
	{
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
		width: 583px;
		min-width: 583px;
	}
	.TableWizardMain
	{
		min-width: 400px;
	}
	.TableWizardMainWithShadow
	{
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		min-width: 400px;
	}
	.TableLoginWithLeftImage
	{
		box-shadow: 0px 0px 14px #616298;
	}
	.TableLoginWithLeftImageError
	{
		box-shadow: 0px 0px 14px #616298;
	}
	.TableContentLandingCongo
	{
		width: 100%;
	}
	.MS_WelcomeMsgTable
	{
		margin-bottom: 0px;
		margin-left: 21px;
	}
	.MSMarginRightTableArabic
	{
		margin-right: 0px;
	}
	.MSUVideoPalyer
	{
		margin-left: 0px;
		margin-right: -25px;
	}
	.MSUserProfileTableTopDetailsContainer1
	{
		margin-right: 30px;
	}
	.MSPadding12Table
	{
		margin-left: 15px;
	}
	.MS_TableServicePictue
	{
		margin-right: 5px;
		margin-top: 10px;
	}
	.MS_TableAllRatesBorder
	{
		margin-right: 10px;
		margin-top: 20px;
		background-color: rgba(255,255,255,0);
		width: 320px;
		max-width: 320px;
		min-width: 320px;
	}
	.MSShopprofileEditTable
	{
		margin-right: -19px;
		margin-top: 10px;
		padding-bottom: 8px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 8px;
	}
	.MSWhiteText1
	{
		font-size: 15px;
		white-space: break-spaces;
		 word-break: break-word;
	}
	.MSWhiteText1:after
	{
		font-size: 15px;
		content: '';
		white-space: break-spaces;
		word-break: break-word;
	}

	.MSLandingCongoTitle11
	{
		font-size: 30px;
	}
	.MSTermsandConditionsTitle
	{
		font-size: 20px;
	}
	.MSTermsandConditionsTitle:after
	{
		font-size: 20px;
	}

	.MS_ReviewAndRatingTxt1
	{
		display: block;
		width: 450px;
	}
	.MS_EditProfileTxt
	{
		display: inline-block;
	}
	.MS_ErrorLongTxtBlock
	{
		max-width: 401px;
	}
	.MSAboutKhadamatiText
	{
		font-size: 37px;
	}
	.MSLandingCongoTitle2
	{
		font-size: 30px;
	}
	.MSLandingCongoTitle_ShowAllCat
	{
		font-size: 30px;
	}
	.MSWhiteText
	{
		font-size: 15px;
		white-space: break-spaces;
		 word-break: break-word;
	}
	.MSWhiteBigTxt
	{
		margin-right: 10px;
	}
	.MSAttributeWhiteBackLabel,.gx-label.MSBoldTextLabel,.gx-label.BlobContentMSBoldTextLabel,.gx-label.ReadonlyBlobContentMSBoldTextLabel,.gx-label.BlobInputMSBoldTextLabel,.gx-label.ReadonlyMSBoldTextLabel,.gx-label.MSAttributeWhiteBackLabel,.gx-label.BlobContentMSAttributeWhiteBackLabel,.gx-label.ReadonlyBlobContentMSAttributeWhiteBackLabel,.gx-label.BlobInputMSAttributeWhiteBackLabel,.gx-label.ReadonlyMSAttributeWhiteBackLabel
	{
		margin-right: 3px;
	}
	.MSFooterText
	{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	.MS_LoginTxt3
	{
		white-space: normal;
		font-size: 29pt;
		white-space: normal;
	}
	.MS_LoginTxt4
	{
		white-space: normal;
		font-size: 19pt;
	}
	.MS_AcceptTerms
	{
		margin-right: -140px;
	}
	.MSWhiteText31
	{
		font-size: 12px;
	}
	.MSHomeViewMoreBtn1
	{
		bottom: 0px;
		left: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.MS_ErrorLongTxtBlock1
	{
		max-width: 401px;
	}
	.FreeStyleHomeModules2
	{
		height: 250px;
	}

	.FreeStyleHomeModules2>tbody>tr,.FreeStyleHomeModules2>[data-gxrow]
	{
		background-color: transparent;
		font-family: Montserrat,sans-serif;
		font-size: 8pt;
		font-style: normal;
		text-indent: 0px;
	}

	.TableContainerStep>tbody>tr>td:nth-child(3), .TableContainerStepSelected>tbody>tr>td:nth-child(3) 
	{
		padding-right:66px !important;
	}
	.TableContainerStep>tbody>tr>td:nth-child(3), .TableContainerStepSelected>tbody>tr>td:nth-child(3)  .TableContainerStep>tbody>tr>td:nth-child(3), .TableContainerStepSelected>tbody>tr>td:nth-child(3) 
	{
		padding-right:66px !important;
	}
	.DataContentCellPrompt  .input-group 
	{
		width: 100%;
		max-width: 215px;
	}
	.ExtendedCombo.MSWizardField .btn-default, .ExtendedCombo.MSWizardField .btn-default:active:focus 
	{
		width: 100%;
		max-width: 100%;
	}
	.HorizontalMenuSilder ul.slimmenu 
	{
		width:350px !important;
		     min-width: 350px !important;
	}
	.MSAboutShopVideoClass 
	{
		margin-right: 30px;
		width: 250px;
	}
	.MSServiceVideoClass 
	{
		height: 128px;
		width: 140px;
	}
	.MSServiceDetailsVideoClass 
	{
		width: 400px;
	}
}

@media (min-width: 992px) /*Medium*/
{
	.MSTablePrivacyPolicyHeader
	{
		padding-right: 60px;
		height: 100%;
	}
	.MSLandingCongoFooterCell_Category
	{
		padding-left: 54px;
	}
	.MS_RatingCanvas
	{
		margin-right: -16px;
	}
	.MS_RatingReviewCanvasCell
	{
		margin-right: -15px;
	}
	.MS_FieldMarginleft
	{
		margin-left: 0px;
	}
	.MSLandingCongoFooterCell
	{
		padding-left: 55px;
	}
	.MSLandingCongoFooterCell_About
	{
		padding-left: 55px;
	}
	.MSLandingCongoFooterCell_Help
	{
		padding-left: 55px;
	}
	.MSLandingCongoFooterCell_Contact
	{
		margin-right: 0px;
		padding-left: 55px;
	}
	.MSHomeModulesTitleCell
	{
		font-size: 21px;
	}
	.WWColumnSuccessSingleCell
	{
		box-shadow: 2px 0px 0px 0px #00a65a inset;
	}
	.CellWWLinkRight40
	{
		right: 40% !important;
	}
	.CellWWLinkRight60
	{
		right: 60% !important;
	}
	.LandingCongoFooterCell
	{
		padding-left: 55px;
		padding-right: 55px;
	}
	.MS_SectionWidth93
	{
		margin-right: 14px;
	}
	.MS_SectionWidth48
	{
		margin-right: 15.1px;
		width: 48%;
	}
	.MSHiddenActionGroup
	{
		display: none;
		display: none !important;
	}
	.MS_Popupform
	{
		background-color: white;
	}

	.ReadonlyMS_NotAvailableServiceText
	{
		font-size: 50px;
	}
	.MS_EditField21
	{
		padding-right: 10px;
		width: 135%;
	}
	.ReadonlyMS_EditField21
	{
		padding-right: 10px;
		width: 135%;
	}
	.MSHomePopularChannelImage1
	{
		margin-left: 0px;
		object-fit: cover;
	}
	.ReadonlyMS_NoOfReviews1
	{
		margin-right: 130px;
		display: block;
		min-width: 100%;
	}
	.ReadonlyMS_RateDate1
	{
		margin-right: -80px;
	}
	.MSTableServiceComment
	{
		margin-right: 0px;
		margin-top: 20px;
		width: 400px;
		max-width: 400px;
		min-width: 400px;
	}
	.MSAccountViewsClass
	{
		margin-right: -70.1px;
	}
	.ReadonlyMSAccountViewsClass
	{
		margin-right: -70.1px;
	}
	.ReadonlyMSHomeCardImageAttributeWhite
	{
		margin-left: 5px;
		margin-right: 0px;
		margin-top: 10px;
	}
	.MSTableServiceSTitle
	{
		margin-right: 15px;
		margin-top: 5px;
		top: 30px;
		height: 30px;
		max-height: 30px;
		min-height: 30px;
	}
	.ReadonlyMSTableServiceSTitle
	{
		margin-right: 85px;
		margin-top: 5px;
		height: 30px;
		max-height: 30px;
		min-height: 30px;
	}
	.MSTableServicesImage
	{
		margin-right: 5px;
		margin-top: 0px;
		width: 400px;
		max-width: 400px;
		min-width: 400px;
	}
	.MSTableServiceProviderContactInfo
	{
		display: block;
	}
	.ReadonlyMSHomeCardImageAttributeBaseColor
	{
		text-align: center;
	}
	.ReadonlyMSHomeTableSearchTHeaderSubtitle
	{
		font-size: 40.1px;
	}
	.MS_NoOfReviews
	{
		margin-left: -50px;
		white-space: nowrap;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		width: 100%;
	}
	.ReadonlyMS_NoOfReviews
	{
		margin-right: 20px;
	}
	.ReadonlyMS_RateComment
	{
		text-align: right;
	}
	.MS_EditField2
	{
		padding-right: 18px;
		width: 135%;
		max-width: 1120.1px;
	}
	.ReadonlyMS_EditField2
	{
		width: 136%;
	}
	.MS_EditField1Date
	{
		min-width:300.1px !important;
		height:43px !important;
		width:300.1px !important;
		 border-top-left-radius: 53px !important;
		 border-bottom-left-radius: 53px !important;
		   border-bottom-right-radius: 53px !important;
		  border-top-right-radius: 53px !important;
		   text-align:left !important;
	}
	.MSWizardAttributeDate
	{
		margin-right: -15px;
		width: 349px;
		max-width: 349px;
	}
	.MS_EditEmailField
	{
		max-width: 708px;
	}
	.MS_ChangePassField
	{
		max-width: 250px;
	}
	.MSWizardAttribute
	{
		width: 350.1px;
		max-width: 350.1px;
	}
	.MS_PhoneAttribute
	{
		width: 130%;
	}
	.MS_ChangeBtn1
	{
		margin-right: -112.1px;
		margin-top: 30.1px;
	}

	.MS_AddReviewBtn11
	{
		margin-left: 0px;
		margin-right: 50px;
		margin-top: 0px;
	}

	.MS_AddReviewBtn1
	{
		margin-right: 123px;
	}

	.MS_displayImageBtn
	{
		width: 99%;
	}

	.MS_AddReviewBtn
	{
		margin-right: 230px;
	}

	.MS_ChangeBtn
	{
		position: absolute;
		z-index: 3;
	}

	.MSUserProfileTableTopImage2
	{
		height: 140px;
		width: 140px;
		max-width: 140px;
	}
	.MSUserProfileTableTopImage2[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;
}

	.MSUserProfileTableTopImageBG1
	{
		height: 166px;
		max-width: 166px;
	}
	.MSUserProfileTableTopImageBG1[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;
}

	.MS_LoginShieldImage
	{
		display: inline-block;
	}
	.MSUserProfileTableTopImage
	{
		margin-right: -15px;
		margin-top: -3px;
		height: 150px;
		width: 150px;
		max-width: 150px;
		object-fit: cover;
	}
	.MSUserProfileTableTopImage[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;
}

	.MSUserProfileTableTopImageBG
	{
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		height: 170px;
		width: 180px;
		max-width: 180px;
	}
	.MSUserProfileTableTopImageBG[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;
}

	.MS_PrivacyPolicyLockImage
	{
		display: inline-block;
	}
	.MSSmallSizeImage
	{
		width: 101%;
	}
	.MSUserProfileUSubtract
	{
		left: 0px;
	}
	.msimagewithwidth
	{
		width: 350.1px;
	}
	.MSDeleteIconClass
	{
		margin-right: -317.1px;
		margin-top: 45.1px;
	}
	.MS_EditHeaderImage
	{
		margin-left: -200px;
		display: inline-block;
	}
	.MSContactUSBackImage
	{
		display: block;
	}
	.MSArrowImageClass
	{
		bottom: -20.1px;
	}
	.MSContactUsUnionImage
	{
		right: 18px;
	}
	.MSAboutUSImage
	{
		height: 300px;
		width: 300px;
	}
	.MS_HomeDotsImage
	{
		display: block;
	}
	.MSWizardPreviuosIcon
	{
		margin-right: -29px;
	}
	.MSAllCategoriesIamge
	{
		height: 70.1px;
		width: 70.1px;
	}
	.Ms_HomeArrowDown
	{
		display: none;
		color: rgba(255,255,255,0);
	}
	.MSShopProfileTableTopEditC2
	{
		bottom: -50px;
		right: 70px;
	}
	.MS_ServiceDetailsTablePictures
	{
		width: 400px;
	}
	.MS_ServiceDetailsTableVideo
	{
		width: 400px;
	}
	.MSTableFSSearch_Mobile
	{
		display: block;
	}
	.MSSmallLogoTable
	{
		display: none;
		display:none !important;
	}
	.MSHiddenMasterPage
	{
		display: none;
		display:none !important;
	}
	.MSTableSUbCategory
	{
		box-shadow: 0px 0px 10px 0px rgba(7,20,22,0.35);
		width: 500.1px;
		text-shadow: 8325% 8325% 8325% _ ;
	}
	.MSTableCardSideMenu
	{
		position: absolute;
		z-index: 1;
	}
	.MSTableWhiteBackground
	{
		width: 97%;
		max-width: 97%;
		min-width: 97%;
	}
	.MSTableServiceUActionContainer
	{
		margin-top: 5px;
	}
	.MSTServicesTableVerticalLine
	{
		display: block;
		height: 960px;
		max-height: 960px;
		min-height: 960px;
	}
	.MSTServicesTableVerticalLineWithPicture
	{
		display: block;
	}
	.MSTServicesTableVerticalLineWithoutComment
	{
		display: block;
		height: 670px;
		max-height: 670px;
		min-height: 670px;
	}
	.MSTableDataTable
	{
		margin-left: 30%;
	}
	.MSUserProfileTableTop
	{
		padding-left: 20px;
	}
	.MSUserProfileTableTopImageContainer
	{
		right: 0px;
	}
	.MSUserProfileTableTopDetailsContainer
	{
		margin-right: -15.1px;
	}
	.MS_PrivacyPolicyContentTable
	{
		padding-bottom: 100px;
		padding-left: 100px;
		padding-right: 100px;
		padding-top: 80px;
	}
	.MSUserProfileFSServiceContainer
	{
		width: 1350px;
		min-width: 1350px;
	}
	.MSTableServiceDetailsUnionContainer
	{
		right: 30px;
	}
	.MSTableServiceCommentContainer
	{
		margin-right: 10px;
		width: 540px;
		max-width: 540px;
		min-width: 540px;
	}
	.MS_ReviewsTable
	{
		padding-left: 0px;
		padding-right: 15px;
		text-align: right;
	}
	.MS_ReviewsFreeStyleTable
	{
		width: 450px;
	}
	.MS_ReviewsGridTable
	{
		width: 400px;
	}
	.MSShopProfileTopTable
	{
		margin-right: -23px;
	}
	.MSGrayBackgroundTable
	{
		width: 105.4%;
	}
	.MSTableMinusMargin
	{
		margin-right: 77px;
		width: 354px;
	}
	.MS_ResetPassFieldsTable
	{
		margin-left: 475px;
		width: 400px;
	}
	.MS_EditIconTable
	{
		margin-bottom: -60px;
		margin-right: -108px;
	}
	.MS_PlaceHolderTable
	{
		margin-right: 5px;
		width: 460px;
		max-width: 460px;
		min-width: 460px;
	}
	.MS_TableAllComments
	{
		margin-left: 0px;
		width: 400px;
		max-width: 400px;
		min-width: 400px;
	}
	.MS_EditTable
	{
		width: 760px;
	}
	.MS_TableAllCommentsBorder1
	{
		margin-right: 15px;
		padding-left: 5px;
		width: 400px;
		max-width: 400px;
		min-width: 400px;
	}
	.Ms_ServiceDetailsVaforateTableIcons
	{
		margin-right: 300px;
		margin-top: -30px;
	}
	.Ms_ServiceDetailsVaforateTableIcons1
	{
		margin-right: 300px;
		margin-top: -30px;
	}
	.Ms_AllCommentHorizentalLine
	{
		width: 540px;
	}
	.MS_AllCommentTableNameAndDate
	{
		inline-size: 510px;
		 overflow-wrap: break-word;
	}
	.MS_ServiceDeailsRateTable
	{
		margin-left: 160px;
		height: 0px;
	}
	.MS_LoginFieldsTable_new
	{
		margin-left: 11pt;
		width: 420px;
	}
	.MSTableWidth265
	{
		margin-left: 3px;
		width: 100%;
		min-width: 100%;
	}
	.MS_DislikeTable
	{
		margin-right: -130px;
	}
	.MSGrayBackgroundTableBefore
	{
		bottom: 0px;
		left: 0px;
		width: 58.4%;
		min-width: 58.4%;
	}
	.MSShopProfileTableTopEditC
	{
		left: -270.1px;
	}
	.MSContactUs1
	{
		margin-left: -20px;
		margin-right: -20px;
		margin-top: -30px;
		padding-bottom: 143px;
		padding-left: 99px;
		padding-right: 99px;
		padding-top: 99px;
	}
	.MS_FlexDirection
	{
		flex-direction:row;
	}
	.MS_ViewMoreTableMarginTop
	{
		margin-top: 0px;
	}
	.MSContactUsFieldsTable
	{
		margin-left: 0px;
	}
	.MS_Zindex_Table
	{
		position: absolute;
		z-index: 2;
	}
	.MSTableContentLandingCongo_Categories
	{
		margin-left:auto !important;
	}
	.MS_PopularBusinessesFlex
	{
		margin-bottom: -20px;
	}
	.Ms_ServiceDetailsVaforateTableIconsNoImage
	{
		margin-right: 370px;
	}
	.MS_HorizantalLine
	{
		width: 250px;
	}
	.MS_PhoneMainTable
	{
		width: 388px;
	}
	.MS_FieldsTableHeader
	{
		margin-left: 15px;
	}
	.MS_TableContactInfo
	{
		margin-right: 0px;
		margin-top: 0px;
	}
	.MS_TermsAgrrementTable1
	{
		margin-right: -350px;
	}
	.MSBusinessCardTable
	{
		padding-bottom: 15px;
		width: 870px;
	}
	.MSVerticalLine
	{
		display: block;
	}
	.MSWizardTermsAndConditions
	{
		width: 122px;
		max-width: 122px;
	}
	.MSWizardMainTable
	{
		border-width: 0px;
		border-top-left-radius: 50px;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		border-bottom-left-radius: 50px;
		width: 100%;
		max-width: 840px;
	}
	.MSWizardTable
	{
		border-top-left-radius: 51px;
		border-top-right-radius: 51px;
		border-bottom-right-radius: 51px;
		border-bottom-left-radius: 51px;
		min-width: 840px;
	}
	.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 #616298;
	}
	.TableLoginWithLeftImageError
	{
		box-shadow: 0px 0px 14px #616298;
	}
	.MS_WelcomeMsgTable
	{
		margin-bottom: 0px;
		margin-left: 21px;
	}
	.MSMarginRightTableArabic
	{
		margin-right: 60.1px;
	}
	.MSUVideoPalyer
	{
		margin-left: 3px;
	}
	.MSUserProfileTableTopDetailsContainer1
	{
		margin-right: 25px;
	}
	.MS_TableServicePictue
	{
		margin-right: 10px;
		margin-top: 10px;
	}
	.MS_TableAllRatesBorder
	{
		margin-right: 15px;
		padding-left: 5px;
		background-color: rgba(255,255,255,0);
		width: 400px;
		max-width: 400px;
		min-width: 400px;
	}
	.MSShopprofileEditTable
	{
		margin-right: 0px;
		margin-top: 10px;
		padding-bottom: 8px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 8px;
	}
	.MSWhiteText1
	{
		margin-top: -15px;
		font-size: 17px;
		white-space: break-spaces;
		 word-break: break-word;
	}
	.MSWhiteText1:before
	{
		font-size: 17px;
		content: '';
		white-space: break-spaces;
		word-break: break-word;
	}

	.MSCreateYourAdText
	{
		margin-right: 110px;
	}
	.MSLandingCongoTitle11
	{
		font-size: 30px;
	}
	.MSHomeViewMoreBtn
	{
		margin-top: 40px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.MSTermsandConditionsTitle
	{
		font-size: 30px;
	}
	.MSTermsandConditionsTitle:after
	{
		font-size: 30px;
	}

	.MS_ReviewAndRatingTxt1
	{
		display: block;
		width: 450px;
	}
	.MS_EditProfileTxt
	{
		margin-right: -300px;
		display: inline-block;
	}
	.MS_ErrorLongTxtBlock
	{
		max-width: 401px;
	}
	.MSAboutKhadamatiText
	{
		font-size: 37px;
	}
	.MSLandingCongoTitle2
	{
		font-size: 30px;
	}
	.MSLandingCongoTitle_ShowAllCat
	{
		margin-right: 70px;
		font-size: 30px;
	}
	.MSWhiteText
	{
		font-family: DMSans-Bold;
		font-size: 17px;
		font-weight: 500;
		white-space: break-spaces;
		 word-break: break-word;
	}
	.MSWhiteBigTxt
	{
		margin-right: 20px;
	}
	.MSWhiteText3
	{
		margin-right: 14px;
		font-size: 21px;
	}
	.MSAttributeWhiteBackLabel,.gx-label.MSBoldTextLabel,.gx-label.BlobContentMSBoldTextLabel,.gx-label.ReadonlyBlobContentMSBoldTextLabel,.gx-label.BlobInputMSBoldTextLabel,.gx-label.ReadonlyMSBoldTextLabel,.gx-label.MSAttributeWhiteBackLabel,.gx-label.BlobContentMSAttributeWhiteBackLabel,.gx-label.ReadonlyBlobContentMSAttributeWhiteBackLabel,.gx-label.BlobInputMSAttributeWhiteBackLabel,.gx-label.ReadonlyMSAttributeWhiteBackLabel
	{
		margin-right: 0px;
	}
	.MSFooterText
	{
		width: 350.1px;
		max-width: 350.1px;
		min-width: 350.1px;
	}
	.MS_LoginTxt3
	{
		display: inline-block;
		white-space: normal;
		font-size: 29pt;
		min-width: 350px;
		white-space: normal;
	}
	.MS_LoginTxt4
	{
		white-space: normal;
		font-size: 19pt;
	}
	.MS_AcceptTerms
	{
		margin-right: 14px;
	}
	.MSWhiteText31
	{
		margin-right: 61px;
		font-size: 21px;
	}
	.MSHomeViewMoreBtn1
	{
		bottom: -75px;
		left: 0px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.MS_ErrorLongTxtBlock1
	{
		position: absolute;
		top: 30px;
		z-index: 2;
		max-width: 401px;
	}
	.FreeStyleGrid>tbody>tr,.FreeStyleGrid>[data-gxrow]
	{
		background-color: transparent;
		font-family: Montserrat,sans-serif;
		font-size: 8pt;
		font-style: normal;
	}

	.FreeStyleHomeModules2
	{
		height: 250px;
	}

	.FreeStyleHomeModules2>tbody>tr,.FreeStyleHomeModules2>[data-gxrow]
	{
		background-color: transparent;
		font-family: Montserrat,sans-serif;
		font-size: 8pt;
		font-style: normal;
		text-indent: 0px;
	}

	.TableContainerStep>tbody>tr>td:nth-child(3), .TableContainerStepSelected>tbody>tr>td:nth-child(3) 
	{
		height: 61px;
		padding-right: 152px !important;
	}
	.TableContainerStep>tbody>tr>td:nth-child(3), .TableContainerStepSelected>tbody>tr>td:nth-child(3)  .TableContainerStep>tbody>tr>td:nth-child(3), .TableContainerStepSelected>tbody>tr>td:nth-child(3) 
	{
		height: 61px;
		padding-right: 152px !important;
	}
	.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%;
	}
	.ExtendedCombo.MSWizardField .btn-default, .ExtendedCombo.MSWizardField .btn-default:active:focus 
	{
		width: 350px;
		max-width: 350px;
	}
	.MS_RateProgressBar 
	{
		margin-right: 15px;
	}
	.HorizontalMenuSilder ul.slimmenu 
	{
		width:380px !important;
		     min-width: 380px !important;
	}
	.MSAboutShopVideoClass 
	{
		margin-right: 30px;
		width: 350px;
	}
	.MSServiceVideoClass 
	{
		height: 128px;
		width: 250px;
	}
	.MSServiceDetailsVideoClass 
	{
		width: 400px;
	}
}

@media (min-width: 1200px) /*Large*/
{
	.MSTablePrivacyPolicyHeader
	{
		padding-right: 60px;
		height: 100%;
	}
	.MSLandingCongoFooterCell_Category
	{
		padding-left: 30px;
	}
	.MS_FieldMarginleft
	{
		margin-left: -85px;
	}
	.MSLandingCongoFooterCell_About
	{
		padding-left: 10px;
	}
	.MSLandingCongoFooterCell_Help
	{
		padding-left: 0px;
	}
	.MSLandingCongoFooterCell_Contact
	{
		margin-right: 0px;
		padding-left: 0px;
	}
	.MSHomeModulesTitleCell
	{
		font-size: 21.9px;
	}
	.CellMarginTopMedium
	{
		margin-top: 0px;
	}
	.MS_SectionWidth93
	{
		margin-right: 14px;
	}
	.MS_SectionWidth48
	{
		margin-right: 15.1px;
		width: 48%;
	}
	.MSHiddenActionGroup
	{
		display: none;
		display: none !important;
	}
	.MS_Popupform
	{
		background-color: white;
	}

	.ReadonlyMS_NotAvailableServiceText
	{
		font-size: 50px;
	}
	.MS_EditField21
	{
		padding-right: 10px;
		width: 112%;
	}
	.ReadonlyMS_EditField21
	{
		padding-right: 10px;
		width: 112%;
	}
	.MSHomePopularChannelImage1
	{
		margin-left: 0px;
		object-fit: cover;
	}
	.ReadonlyMS_NoOfReviews1
	{
		margin-right: 170px;
	}
	.ReadonlyMS_RateDate1
	{
		margin-right: 5px;
	}
	.MSTableServiceComment
	{
		margin-right: 15px;
		width: 570px;
		max-width: 570px;
		min-width: 570px;
	}
	.MSAccountViewsClass
	{
		margin-right: -70.1px;
	}
	.ReadonlyMSAccountViewsClass
	{
		margin-right: -65.1px;
	}
	.ReadonlyMSHomeCardImageAttributeWhite
	{
		margin-right: -44.1px;
	}
	.MSTableServiceSTitle
	{
		margin-right: 14px;
		margin-top: 30px;
		top: 30px;
		height: 57px;
		max-height: 57px;
		min-height: 57px;
	}
	.ReadonlyMSTableServiceSTitle
	{
		margin-right: 85px;
		margin-top: 30px;
		height: 57px;
		max-height: 57px;
		min-height: 57px;
	}
	.MSTableServicesImage
	{
		margin-top: 0px;
		width: 570px;
		max-width: 570px;
		min-width: 570px;
	}
	.MSTableServiceProviderContactInfo
	{
		display: block;
	}
	.ReadonlyMSHomeCardImageAttributeBaseColor
	{
		text-align: center;
	}
	.ReadonlyMSHomeTableSearchTHeaderSubtitle
	{
		font-size: 40.1px;
	}
	.MS_NoOfReviews
	{
		margin-left: -50px;
		width: 100%;
	}
	.ReadonlyMS_NoOfReviews
	{
		margin-right: 20px;
	}
	.ReadonlyMS_RateComment
	{
		text-align: right;
	}
	.MS_EditField2
	{
		padding-right: 18px;
		position: absolute;
		z-index: 2;
		width: 128%;
		max-width: 1120.1px;
	}
	.ReadonlyMS_EditField2
	{
		width: 128%;
	}
	.MS_EditField1Date
	{
		min-width:300.1px !important;
		height:43px !important;
		width:300.1px !important;
		 border-top-left-radius: 53px !important;
		 border-bottom-left-radius: 53px !important;
		   border-bottom-right-radius: 53px !important;
		  border-top-right-radius: 53px !important;
		   text-align:left !important;
	}
	.MSWizardAttributeDate
	{
		margin-right: -20px;
		width: 350.1px;
		max-width: 350.1px;
	}
	.MS_EditEmailField
	{
		max-width: 708px;
	}
	.MSWizardAttribute
	{
		width: 350.1px;
		max-width: 350.1px;
	}
	.MS_PhoneAttribute
	{
		width: 100%;
	}
	.MS_ChangeBtn1
	{
		margin-right: -112.1px;
		margin-top: 30.1px;
	}

	.MS_AddReviewBtn11
	{
		margin-left: 0px;
		margin-right: 214px;
	}

	.MS_AddReviewBtn1
	{
		margin-right: 456px;
	}

	.MS_displayImageBtn
	{
		width: 99.9%;
	}

	.MS_AddReviewBtn
	{
		margin-right: 412.1px;
	}

	.MS_ChangeBtn
	{
		position: absolute;
		z-index: 3;
	}

	.MS_SubmitComment
	{
		margin-right: 10px;
	}

	.MSUserProfileTableTopImage2
	{
		height: 166.1px;
		width: 166px;
		max-width: 166.1px;
	}
	.MSUserProfileTableTopImage2[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;
}

	.MSUserProfileTableTopImageBG1
	{
		height: 190.1px;
		max-width: 202.1px;
	}
	.MSUserProfileTableTopImageBG1[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;
}

	.MS_LoginShieldImage
	{
		display: inline-block;
	}
	.MSUserProfileTableTopImage
	{
		margin-right: 17px;
		margin-top: -20px;
		height: 166.1px;
		min-width: 166.1px;
		object-fit: cover;
	}
	.MSUserProfileTableTopImage[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;
}

	.MSUserProfileTableTopImageBG
	{
		margin-right: 19px;
		margin-top: -16px;
		height: 190.11px;
		max-width: 202.11px;
	}
	.MSUserProfileTableTopImageBG[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;
}

	.MS_PrivacyPolicyLockImage
	{
		display: inline-block;
	}
	.MSSmallSizeImage
	{
		width: 101%;
	}
	.msimagewithwidth
	{
		width: 350.1px;
	}
	.MSDeleteIconClass
	{
		margin-right: -317.1px;
		margin-top: 45.1px;
	}
	.MS_EditHeaderImage
	{
		margin-right: 0px;
		display: inline-block;
	}
	.MSContactUSBackImage
	{
		display: block;
	}
	.MSArrowImageClass
	{
		bottom: -20.1px;
	}
	.MSContactUsUnionImage
	{
		right: 119.1px;
	}
	.MSAboutUSImage
	{
		height: 437.17px;
		width: 459.57px;
	}
	.MS_HomeDotsImage
	{
		margin-right: 10px;
		display: block;
	}
	.MSWizardPreviuosIcon
	{
		margin-right: -30.1px;
	}
	.MSAllCategoriesIamge
	{
		height: 70.1px;
		width: 70.1px;
	}
	.Ms_HomeArrowDown
	{
		display: block;
		color: #393a70;
	}
	.MSShopProfileTableTopEditC2
	{
		bottom: -14px;
		right: 269.1px;
	}
	.MS_ServiceDetailsTablePictures
	{
		width: 570px;
	}
	.MS_ServiceDetailsTableVideo
	{
		width: 570px;
	}
	.MSTableFSSearch_Mobile
	{
		display: block;
	}
	.MSSmallLogoTable
	{
		display: none;
		display:none !important;
	}
	.MSHiddenMasterPage
	{
		display: none;
		display:none !important;
	}
	.MSTableSUbCategory
	{
		box-shadow: 0px 0px 10px 0px rgba(7,20,22,0.35);
		width: 500.1px;
		text-shadow: 8325% 8325% 8325% _ ;
	}
	.MSTableCardSideMenu
	{
		position: relative;
	}
	.MSTableWhiteBackground
	{
		width: 800px;
		max-width: 800px;
		min-width: 800px;
	}
	.MSTableServiceUActionContainer
	{
		margin-top: 5px;
	}
	.MSTServicesTableVerticalLine
	{
		display: block;
		height: 960px;
		max-height: 960px;
		min-height: 960px;
	}
	.MSTServicesTableVerticalLineWithPicture
	{
		display: block;
	}
	.MSTServicesTableVerticalLineWithoutComment
	{
		display: block;
		height: 670px;
		max-height: 670px;
		min-height: 670px;
	}
	.MSTableDataTable
	{
		margin-left: 30%;
	}
	.MSUserProfileTableTop
	{
		padding-bottom: 30.1px;
		padding-left: 70.1px;
		padding-right: 70.1px;
		padding-top: 70.1px;
	}
	.MSUserProfileTableTopImageContainer
	{
		right: 30.1px;
	}
	.MSUserProfileTableTopDetailsContainer
	{
		margin-right: -30px;
	}
	.MS_PrivacyPolicyContentTable
	{
		padding-bottom: 100px;
		padding-left: 100px;
		padding-right: 100px;
		padding-top: 80px;
	}
	.MSUserProfileFSServiceContainer
	{
		width: 1350px;
		min-width: 1350px;
	}
	.MSTableServiceDetailsUnionContainer
	{
		right: 30px;
	}
	.MSTableServiceCommentContainer
	{
		margin-right: 15px;
		width: 541px;
		max-width: 541px;
		min-width: 541px;
	}
	.MS_ReviewsTable
	{
		padding-bottom: 75.1px;
		padding-left: 75.1px;
		padding-right: 75.1px;
		padding-top: 75.1px;
		text-align: right;
	}
	.MS_ReviewsFreeStyleTable
	{
		width: 590px;
	}
	.MS_ReviewsGridTable
	{
		width: 600px;
	}
	.MSShopProfileTopTable
	{
		margin-right: -15.1px;
		height: 271px;
	}
	.MSGrayBackgroundTable
	{
		position: absolute;
		height: 271px;
		width: 100%;
	}
	.MSTableMinusMargin
	{
		margin-right: 200px;
		width: 626px;
	}
	.MS_ResetPassFieldsTable
	{
		margin-left: 270px;
		width: 450px;
	}
	.MS_EditIconTable
	{
		margin-bottom: -60px;
		margin-right: -108px;
	}
	.MS_PlaceHolderTable
	{
		margin-bottom: 42px;
		margin-right: 0px;
		width: 570px;
		max-width: 570px;
		min-width: 570px;
	}
	.MS_TableAllComments
	{
		margin-left: 0px;
		width: 570px;
		max-width: 570px;
		min-width: 570px;
	}
	.MS_EditTable
	{
		width: 1001px;
	}
	.MS_TableAllCommentsBorder1
	{
		width: 570px;
		max-width: 570px;
		min-width: 570px;
	}
	.MS_ServiceDetailsRightDescription
	{
		margin-right: 80px;
	}
	.Ms_ServiceDetailsVaforateTableIcons
	{
		margin-right: 475px;
		margin-top: -30px;
	}
	.Ms_ServiceDetailsVaforateTableIcons1
	{
		margin-right: 475px;
		margin-top: -30px;
	}
	.Ms_AllCommentHorizentalLine
	{
		width: 540px;
	}
	.MS_AllCommentTableNameAndDate
	{
		inline-size: 510px;
		 overflow-wrap: break-word;
	}
	.MS_ServiceDeailsRateTable
	{
		height: 0px;
	}
	.MS_LoginFieldsTable_new
	{
		margin-left: 11pt;
		width: 450px;
	}
	.MSTableWidth265
	{
		margin-left: 3px;
		width: 100%;
		min-width: 100%;
	}
	.MS_DislikeTable
	{
		margin-right: -170.1px;
	}
	.MSGrayBackgroundTableBefore
	{
		bottom: 0px;
		left: -1px;
		height: 271px;
		width: 57%;
	}
	.MSShopProfileTableTopEditC
	{
		left: -317.1px;
		top: 20px;
	}
	.MSContactUs1
	{
		margin-left: -20px;
		margin-right: -20px;
		margin-top: -30px;
		padding-bottom: 143px;
		padding-left: 99px;
		padding-right: 99px;
		padding-top: 99px;
	}
	.MS_FlexDirection
	{
		flex-direction:row;
	}
	.MS_ViewMoreTableMarginTop
	{
		margin-top: 40.1px;
	}
	.MSContactUsFieldsTable
	{
		margin-left: 0px;
		text-align: center;
	}
	.MS_Zindex_Table
	{
		position: absolute;
		z-index: 2;
	}
	.MSTableContentLandingCongo_Categories
	{
		margin-left:auto;
	}
	.MS_PopularBusinessesFlex
	{
		margin-bottom: -35px;
	}
	.Ms_ServiceDetailsVaforateTableIconsNoImage
	{
		margin-right: 485px;
	}
	.MS_HorizantalLine
	{
		width: 300px;
	}
	.MS_PhoneMainTable
	{
		width: 388px;
	}
	.MS_FieldsTableHeader
	{
		margin-left: 15px;
	}
	.MS_TableContactInfo
	{
		margin-right: 0px;
		margin-top: 0px;
	}
	.MS_TermsAgrrementTable1
	{
		margin-right: -275px;
	}
	.MSBusinessCardTable
	{
		padding-bottom: 15px;
		width: 870.9px;
	}
	.MSVerticalLine
	{
		display: block;
	}
	.MSWizardTermsAndConditions
	{
		width: 114px;
		max-width: 114px;
	}
	.MSWizardMainTable
	{
		border-top-left-radius: 51px;
		border-top-right-radius: 51px;
		border-bottom-right-radius: 51px;
		border-bottom-left-radius: 51px;
		width: 972px;
		max-width: 972px;
		min-width: 972px;
	}
	.MSWizardTable
	{
		border-top-left-radius: 51px;
		border-top-right-radius: 51px;
		border-bottom-right-radius: 51px;
		border-bottom-left-radius: 51px;
		min-width: 1000px;
	}
	.TableWizardMain
	{
		min-width: 900px;
	}
	.TableWizardMainWithShadow
	{
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		min-width: 900px;
	}
	.MS_WelcomeMsgTable
	{
		margin-bottom: 0px;
		margin-left: 21px;
	}
	.MSMarginRightTableArabic
	{
		margin-right: 60.1px;
	}
	.MSUVideoPalyer
	{
		margin-right: -24px;
	}
	.MSUserProfileTableTopDetailsContainer1
	{
		margin-right: 40px;
	}
	.MS_TableServicePictue
	{
		margin-right: 85px;
		margin-top: 10px;
	}
	.MS_TableAllRatesBorder
	{
		background-color: rgba(255,255,255,0);
		width: 570px;
		max-width: 570px;
		min-width: 570px;
	}
	.MSShopprofileEditTable
	{
		margin-right: 0px;
		margin-top: 18px;
		padding-bottom: 8px;
		padding-left: 0px;
		padding-right: 10px;
		padding-top: 8px;
	}
	.MSWhiteText1
	{
		margin-top: -15px;
		font-size: 19.1px;
		white-space: break-spaces;
		 word-break: break-word;
	}
	.MSCreateYourAdText
	{
		margin-right: 261.1px;
	}
	.MSLandingCongoTitle11
	{
		font-size: 30px;
	}
	.MSHomeViewMoreBtn
	{
		margin-top: 40px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.MSTermsandConditionsTitle
	{
		font-size: 30px;
	}
	.MSTermsandConditionsTitle:after
	{
		font-size: 30px;
	}

	.MS_ReviewAndRatingTxt1
	{
		display: block;
		width: 450px;
	}
	.MS_EditProfileTxt
	{
		margin-right: -300px;
		display: inline-block;
	}
	.MS_ErrorLongTxtBlock
	{
		max-width: 401px;
	}
	.MSAboutKhadamatiText
	{
		font-size: 37px;
	}
	.MSLandingCongoTitle2
	{
		font-size: 30px;
	}
	.MSLandingCongoTitle_ShowAllCat
	{
		margin-right: 70px;
		font-size: 30px;
	}
	.MSWhiteText
	{
		font-family: DMSans-Bold;
		font-size: 19px;
		font-weight: 500;
		white-space: break-spaces;
		 word-break: break-word;
	}
	.MSWhiteText:before
	{
		font-family: DMSans-Bold;
		font-size: 19px;
		font-weight: 500;
		content: '';
		white-space: break-spaces;
		word-break: break-word;
	}

	.MSWhiteBigTxt
	{
		margin-right: 108.1px;
	}
	.MSWhiteText3
	{
		margin-right: 14px;
		font-size: 21px;
	}
	.MSAttributeWhiteBackLabel,.gx-label.MSBoldTextLabel,.gx-label.BlobContentMSBoldTextLabel,.gx-label.ReadonlyBlobContentMSBoldTextLabel,.gx-label.BlobInputMSBoldTextLabel,.gx-label.ReadonlyMSBoldTextLabel,.gx-label.MSAttributeWhiteBackLabel,.gx-label.BlobContentMSAttributeWhiteBackLabel,.gx-label.ReadonlyBlobContentMSAttributeWhiteBackLabel,.gx-label.BlobInputMSAttributeWhiteBackLabel,.gx-label.ReadonlyMSAttributeWhiteBackLabel
	{
		margin-right: 88px;
	}
	.MSFooterText
	{
		width: 350.1px;
		max-width: 350.1px;
		min-width: 350.1px;
	}
	.MS_LoginTxt3
	{
		display: inline-block;
		white-space: normal;
		font-size: 31pt;
		min-width: 450px;
		white-space: normal;
	}
	.MS_LoginTxt3:before
	{
		display: inline-block;
		white-space: normal;
		font-size: 31pt;
		content: '';
		white-space: normal;
	}

	.MS_LoginTxt4
	{
		white-space: normal;
		font-size: 21pt;
	}
	.MS_AcceptTerms
	{
		margin-right: 14px;
	}
	.MSWhiteText31
	{
		margin-right: 61px;
		font-size: 21px;
	}
	.MSHomeViewMoreBtn1
	{
		bottom: -40px;
		left: 0px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.MS_ErrorLongTxtBlock1
	{
		position: absolute;
		top: 35px;
		z-index: 2;
		max-width: 401px;
	}
	.FreeStyleHomeModules2
	{
		height: 100%;
	}

	.FreeStyleHomeModules2>tbody>tr,.FreeStyleHomeModules2>[data-gxrow]
	{
		background-color: transparent;
		font-family: Montserrat,sans-serif;
		font-size: 8pt;
		font-style: normal;
		text-indent: 0px;
	}

	.TableContainerStep>tbody>tr>td:nth-child(3), .TableContainerStepSelected>tbody>tr>td:nth-child(3) 
	{
		height: 61px;
		padding-right: 200px !important;
	}
	.TableContainerStep>tbody>tr>td:nth-child(3), .TableContainerStepSelected>tbody>tr>td:nth-child(3)  .TableContainerStep>tbody>tr>td:nth-child(3), .TableContainerStepSelected>tbody>tr>td:nth-child(3) 
	{
		height: 61px;
		padding-right:200px !important;
	}
	.ExtendedCombo.MSWizardField .btn-default, .ExtendedCombo.MSWizardField .btn-default:active:focus 
	{
		width: 350px;
		max-width: 350px;
	}
	.HorizontalMenuSilder ul.slimmenu 
	{
		width:380px !important;
		     min-width: 380px !important;
	}
	.MSAboutShopVideoClass 
	{
		margin-right: 30px;
		width: 350px;
	}
	.MSServiceVideoClass 
	{
		height: 128px;
		width: 250px;
	}
	.MSServiceDetailsVideoClass 
	{
		width: 570px;
	}
}

@media (max-width: 550px) AND (min-width: 500px) /*WebMobileView*/
{
	.MS_SectionWidth93
	{
		margin-right: 7px;
	}
	.ReadonlyMS_NotAvailableServiceText
	{
		white-space: pre;
		font-size: 20px;
	}
	.ReadonlyMS_NoOfReviews1
	{
		margin-right: -100px;
	}
	.ReadonlyMS_RateDate1
	{
		margin-right: 70px;
	}
	.MSTableServiceComment
	{
		margin-right: 6px;
		margin-top: 20px;
		width: 460px;
		max-width: 460px;
		min-width: 460px;
	}
	.MSTableServiceSTitle
	{
		margin-top: 5px;
		top: 0px;
		font-size: 16px;
		height: 30px;
		max-height: 30px;
		min-height: 30px;
	}
	.ReadonlyMSTableServiceSTitle
	{
		margin-top: 5px;
		font-size: 16px;
		height: 30px;
		max-height: 30px;
		min-height: 30px;
	}
	.MSTableServicesImage
	{
		margin-top: 0px;
		width: 460px;
		min-width: 460px;
	}
	.MSTableServiceProviderContactInfo
	{
		display: none;
	}
	.MS_NoOfReviews
	{
		margin-left: -50px;
	}
	.MS_ButonCancelLogin
	{
		margin-top: 5px;
	}

	.MS_ServiceDetailsTablePictures
	{
		width: 460px;
	}
	.MS_ServiceDetailsTableVideo
	{
		width: 460px;
	}
	.MSTableServiceUActionContainer
	{
		margin-top: 5px;
	}
	.MSTableServiceDetailsUnionContainer
	{
		margin-top: 0px;
		right: 30px;
	}
	.MSTableServiceCommentContainer
	{
		margin-right: 10px;
	}
	.MS_ReviewsFreeStyleTable
	{
		width: 460px;
	}
	.MS_ReviewsGridTable
	{
		width: 450px;
	}
	.MS_PlaceHolderTable
	{
		margin-right: 5px;
		width: 460px;
		max-width: 460px;
		min-width: 460px;
	}
	.MS_TableAllCommentsBorder1
	{
		margin-right: 5px;
		margin-top: 20px;
		width: 460px;
		max-width: 460px;
		min-width: 460px;
	}
	.Ms_ServiceDetailsVaforateTableIcons
	{
		margin-right: 380px;
		margin-top: -30px;
	}
	.Ms_ServiceDetailsVaforateTableIcons1
	{
		margin-right: 380px;
		margin-top: -30px;
	}
	.Ms_ServiceDetailsVaforateTableIconsNoImage
	{
		margin-right: 395px;
	}
	.MS_TableContactInfo
	{
		margin-right: 65px;
		margin-top: -9px;
	}
	.MS_TermsAgrrementTable1
	{
		margin-right: -45px;
		width: 350px;
		max-width: 350px;
		min-width: 350px;
	}
	.MS_TableServicePictue
	{
		margin-top: 5px;
	}
	.MS_TableAllRatesBorder
	{
		margin-right: 5px;
		margin-top: 20px;
		background-color: rgba(255,255,255,0);
		width: 460px;
		max-width: 460px;
		min-width: 460px;
	}
	.MSServiceDetailsVideoClass 
	{
		width: 460px;
	}
}
/* [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] */
