﻿/* [gx-css-import ignore - start] */
.BaseRBtn{
	display:inline-block;
}
.BaseRBtn span, .RoundedBtn input{
	display:block;
	float: left;
}
.BaseRBtn .BtnLeft{
	background: transparent no-repeat scroll 0 0;
}
.BaseRBtn .BtnRight{
	background: transparent no-repeat scroll right 0;
}
.BaseRBtn .BtnBackground{
	overflow:hidden;
	background: transparent repeat-x scroll;
}
.BaseRBtn .BtnText{
	border: 0px;
	background: transparent;
	margin:0;
	white-space:nowrap;
	width:auto;
	overflow:visible;
}
/* [gx-css-import ignore - end] */
.GridRow,.K2BT_GridAggregationsRow
{
	border-style: none;
	border-width: 0px;
}
.Tab,.VerticalTabs,.K2BT_SelectionSummaryTabs,.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;
}
.Hyperlink,.K2BHyperLink
{
	border-style: none;
	border-width: 0px;
}
.GridColumn,.OptionalColumn,.K2BToolsGridColumn,.K2BToolsGridColumnTop,.InvisibleInSmallColumn,.InvisibleInExtraSmallColumn,.InvisibleInMediumColumn,.InvisibleInLargeColumn,.K2BToolsCheckBoxColumn,.Column_OK,.Column_NotOK,.Column_GreenWithBackground,.Column_RedWithBackground,.Column_BlueWithBackground,.Column_YellowWithBackground,.Column_Green,.Column_Red,.Column_Blue,.Column_Yellow,.K2BTools_SelectedColumn,.K2BToolsLastVisibleColumn,.ActionVisibleOnRowHover,.K2BT_ColumnWithFilter,.K2BT_ColumnWithFilterOpen,.K2BT_InvisibleColumn,.K2BT_GridActionGroup0,.K2BT_GridActionGroup1,.K2BT_GridActionGroup2,.K2BT_ActionForOverflowMenu,.K2BT_GridColumnHovering,.K2BT_GridColumnHoverTarget,.Column_DarkGreenWithBackground,.Column_DarkYellowWithBackground,.ActionColumn,.WWColumn,.WWSecondaryColumn,.WWTextActionColumn,.WWActionColumn,.WWOptionalColumn
{
	border-style: none;
	border-width: 0px;
}
.ActionColumn
{
	width: 36px;
}
.WWColumn,.WWSecondaryColumn,.WWTextActionColumn,.WWActionColumn,.WWOptionalColumn
{
	overflow: hidden;
	padding-bottom: 9px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	white-space: normal;
	width: 100%;
	text-overflow: ellipsis;
}
.WWActionColumn
{
	width: 52px !important;
}
.WWOptionalColumn
{
	visibility: visible;
}
.ActionGroup,.MainMenu,.Submenu,.WWViewActions
{
	border-style: none;
	border-width: 0px;
}
.Animation
{
	--gx-animation-type: 'idNative';
}
.ErrorViewerLine
{
	border-style: none;
	border-width: 0px;
}
.Flex
{
	border-style: none;
	border-width: 0px;
}
.TableRow,.BackgroundColorRow,.WWPagingFooterRow
{
	border-style: none;
	border-width: 0px;
}
.TableCell,.WWPagingFooterCell
{
	border-style: none;
	border-width: 0px;
}
.Popup,.Form .gx-popup.gx-popup-default,.form_prompts .gx-popup.gx-popup-default,.FormLogin .gx-popup.gx-popup-default,.FormPrompt .gx-popup.gx-popup-default,.Form_MasterPage .gx-popup.gx-popup-default,.K2BForm .gx-popup.gx-popup-default,.K2BFormLogin .gx-popup.gx-popup-default,.FormWP .gx-popup.gx-popup-default,.FormOverflowAuto .gx-popup.gx-popup-default,.MasterPage1 .gx-popup.gx-popup-default,.MasterPage2 .gx-popup.gx-popup-default
{
	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;
}


.form_prompts #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.form_prompts .gx-call-target {
	overflow: auto;
}

.form_prompts .gx-center-target {
	display: table-cell;
}

.form_prompts .gx-call-target.top {
	height: 15vh;
}

.form_prompts .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.form_prompts .gx-call-target.bottom {
	height: 10vh;
}

.form_prompts .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.FormLogin #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.FormLogin .gx-call-target {
	overflow: auto;
}

.FormLogin .gx-center-target {
	display: table-cell;
}

.FormLogin .gx-call-target.top {
	height: 15vh;
}

.FormLogin .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.FormLogin .gx-call-target.bottom {
	height: 10vh;
}

.FormLogin .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.FormPrompt #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.FormPrompt .gx-call-target {
	overflow: auto;
}

.FormPrompt .gx-center-target {
	display: table-cell;
}

.FormPrompt .gx-call-target.top {
	height: 15vh;
}

.FormPrompt .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.FormPrompt .gx-call-target.bottom {
	height: 10vh;
}

.FormPrompt .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.Form_MasterPage #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.Form_MasterPage .gx-call-target {
	overflow: auto;
}

.Form_MasterPage .gx-center-target {
	display: table-cell;
}

.Form_MasterPage .gx-call-target.top {
	height: 15vh;
}

.Form_MasterPage .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.Form_MasterPage .gx-call-target.bottom {
	height: 10vh;
}

.Form_MasterPage .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.K2BForm #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.K2BForm .gx-call-target {
	overflow: auto;
}

.K2BForm .gx-center-target {
	display: table-cell;
}

.K2BForm .gx-call-target.top {
	height: 15vh;
}

.K2BForm .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.K2BForm .gx-call-target.bottom {
	height: 10vh;
}

.K2BForm .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.K2BFormLogin #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.K2BFormLogin .gx-call-target {
	overflow: auto;
}

.K2BFormLogin .gx-center-target {
	display: table-cell;
}

.K2BFormLogin .gx-call-target.top {
	height: 15vh;
}

.K2BFormLogin .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.K2BFormLogin .gx-call-target.bottom {
	height: 10vh;
}

.K2BFormLogin .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.FormWP #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.FormWP .gx-call-target {
	overflow: auto;
}

.FormWP .gx-center-target {
	display: table-cell;
}

.FormWP .gx-call-target.top {
	height: 15vh;
}

.FormWP .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.FormWP .gx-call-target.bottom {
	height: 10vh;
}

.FormWP .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.FormOverflowAuto #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.FormOverflowAuto .gx-call-target {
	overflow: auto;
}

.FormOverflowAuto .gx-center-target {
	display: table-cell;
}

.FormOverflowAuto .gx-call-target.top {
	height: 15vh;
}

.FormOverflowAuto .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.FormOverflowAuto .gx-call-target.bottom {
	height: 10vh;
}

.FormOverflowAuto .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.MasterPage1 #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.MasterPage1 .gx-call-target {
	overflow: auto;
}

.MasterPage1 .gx-center-target {
	display: table-cell;
}

.MasterPage1 .gx-call-target.top {
	height: 15vh;
}

.MasterPage1 .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.MasterPage1 .gx-call-target.bottom {
	height: 10vh;
}

.MasterPage1 .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.MasterPage2 #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.MasterPage2 .gx-call-target {
	overflow: auto;
}

.MasterPage2 .gx-center-target {
	display: table-cell;
}

.MasterPage2 .gx-call-target.top {
	height: 15vh;
}

.MasterPage2 .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.MasterPage2 .gx-call-target.bottom {
	height: 10vh;
}

.MasterPage2 .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;
}


.form_prompts #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.form_prompts .gx-call-target {
	overflow: auto;
}

.form_prompts .gx-center-target {
	display: table-cell;
}

.form_prompts .gx-call-target.top {
	height: 15vh;
}

.form_prompts .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.form_prompts .gx-call-target.bottom {
	height: 10vh;
}

.form_prompts .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.FormLogin #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.FormLogin .gx-call-target {
	overflow: auto;
}

.FormLogin .gx-center-target {
	display: table-cell;
}

.FormLogin .gx-call-target.top {
	height: 15vh;
}

.FormLogin .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.FormLogin .gx-call-target.bottom {
	height: 10vh;
}

.FormLogin .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.FormPrompt #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.FormPrompt .gx-call-target {
	overflow: auto;
}

.FormPrompt .gx-center-target {
	display: table-cell;
}

.FormPrompt .gx-call-target.top {
	height: 15vh;
}

.FormPrompt .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.FormPrompt .gx-call-target.bottom {
	height: 10vh;
}

.FormPrompt .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.Form_MasterPage #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.Form_MasterPage .gx-call-target {
	overflow: auto;
}

.Form_MasterPage .gx-center-target {
	display: table-cell;
}

.Form_MasterPage .gx-call-target.top {
	height: 15vh;
}

.Form_MasterPage .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.Form_MasterPage .gx-call-target.bottom {
	height: 10vh;
}

.Form_MasterPage .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.K2BForm #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.K2BForm .gx-call-target {
	overflow: auto;
}

.K2BForm .gx-center-target {
	display: table-cell;
}

.K2BForm .gx-call-target.top {
	height: 15vh;
}

.K2BForm .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.K2BForm .gx-call-target.bottom {
	height: 10vh;
}

.K2BForm .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.K2BFormLogin #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.K2BFormLogin .gx-call-target {
	overflow: auto;
}

.K2BFormLogin .gx-center-target {
	display: table-cell;
}

.K2BFormLogin .gx-call-target.top {
	height: 15vh;
}

.K2BFormLogin .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.K2BFormLogin .gx-call-target.bottom {
	height: 10vh;
}

.K2BFormLogin .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.FormWP #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.FormWP .gx-call-target {
	overflow: auto;
}

.FormWP .gx-center-target {
	display: table-cell;
}

.FormWP .gx-call-target.top {
	height: 15vh;
}

.FormWP .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.FormWP .gx-call-target.bottom {
	height: 10vh;
}

.FormWP .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.FormOverflowAuto #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.FormOverflowAuto .gx-call-target {
	overflow: auto;
}

.FormOverflowAuto .gx-center-target {
	display: table-cell;
}

.FormOverflowAuto .gx-call-target.top {
	height: 15vh;
}

.FormOverflowAuto .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.FormOverflowAuto .gx-call-target.bottom {
	height: 10vh;
}

.FormOverflowAuto .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.MasterPage1 #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.MasterPage1 .gx-call-target {
	overflow: auto;
}

.MasterPage1 .gx-center-target {
	display: table-cell;
}

.MasterPage1 .gx-call-target.top {
	height: 15vh;
}

.MasterPage1 .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.MasterPage1 .gx-call-target.bottom {
	height: 10vh;
}

.MasterPage1 .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.MasterPage2 #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.MasterPage2 .gx-call-target {
	overflow: auto;
}

.MasterPage2 .gx-center-target {
	display: table-cell;
}

.MasterPage2 .gx-call-target.top {
	height: 15vh;
}

.MasterPage2 .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.MasterPage2 .gx-call-target.bottom {
	height: 10vh;
}

.MasterPage2 .gx-call-target.left {
	display: table-cell;
	width: 400px;
}

/* [gx-css-import ignore - end] */
.ActionGroupItem,.SelectedMainMenuItem,.SelectedSubMenuItem,.MainMenuItem,.MainMenuItemHovered,.SubMenuItem
{
	border-style: none;
	border-width: 0px;
}
.Rating.rating-container .rating-stars
{
	color: #f5c145;
}
.Rating.rating-container
{
	color: #e6e6e6;
}
.gx-switch-Switch .on
{
	background-color: #5cb85c !important;
	color: #fff !important;
}
.gx-switch-Switch .off
{
	background-color: #eee !important;
	color: #000 !important;
}
.GridPageController .slick-dots li button:before
{
	content: '\2022';
}
.GridPageController .slick-dots li.slick-active button:before
{
	color: black;
}
.GridPageController .slick-prev:before
{
	content: '\2190';
}
.GridPageController .slick-next:before
{
	content: '\2192';
}
.CallTarget,.ResponsiveSlide .gx-call-target.top,.Form .gx-call-target.top,.form_prompts .gx-call-target.top,.FormLogin .gx-call-target.top,.FormPrompt .gx-call-target.top,.Form_MasterPage .gx-call-target.top,.K2BForm .gx-call-target.top,.K2BFormLogin .gx-call-target.top,.FormWP .gx-call-target.top,.FormOverflowAuto .gx-call-target.top,.MasterPage1 .gx-call-target.top,.MasterPage2 .gx-call-target.top,.ResponsiveSlide .gx-call-target.right,.Form .gx-call-target.right,.form_prompts .gx-call-target.right,.FormLogin .gx-call-target.right,.FormPrompt .gx-call-target.right,.Form_MasterPage .gx-call-target.right,.K2BForm .gx-call-target.right,.K2BFormLogin .gx-call-target.right,.FormWP .gx-call-target.right,.FormOverflowAuto .gx-call-target.right,.MasterPage1 .gx-call-target.right,.MasterPage2 .gx-call-target.right,.ResponsiveSlide .gx-call-target.bottom,.Form .gx-call-target.bottom,.form_prompts .gx-call-target.bottom,.FormLogin .gx-call-target.bottom,.FormPrompt .gx-call-target.bottom,.Form_MasterPage .gx-call-target.bottom,.K2BForm .gx-call-target.bottom,.K2BFormLogin .gx-call-target.bottom,.FormWP .gx-call-target.bottom,.FormOverflowAuto .gx-call-target.bottom,.MasterPage1 .gx-call-target.bottom,.MasterPage2 .gx-call-target.bottom,.ResponsiveSlide .gx-call-target.left,.Form .gx-call-target.left,.form_prompts .gx-call-target.left,.FormLogin .gx-call-target.left,.FormPrompt .gx-call-target.left,.Form_MasterPage .gx-call-target.left,.K2BForm .gx-call-target.left,.K2BFormLogin .gx-call-target.left,.FormWP .gx-call-target.left,.FormOverflowAuto .gx-call-target.left,.MasterPage1 .gx-call-target.left,.MasterPage2 .gx-call-target.left
{
	background-color: white;
	border-style: none;
	border-width: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.Form,.form_prompts,.FormLogin,.FormPrompt,.Form_MasterPage,.K2BForm,.K2BFormLogin,.FormWP,.FormOverflowAuto
{
	background-color: white;
	font-family: Arial;
	font-size: 14px;
	color: #141414;
	height: auto;
	max-width: 1100px;
	margin: 0 auto;
}

/* [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.form_prompts-fx, div.gxwebcomponent > div.gxwebcomponent-body.form_prompts-fx, body.form_prompts-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_prompts-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.form_prompts-fx.enter-fx-duration, body.form_prompts-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_prompts-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.form_prompts-fx.leave-fx-duration, body.form_prompts-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_prompts-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.form_prompts-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.FormLogin-fx, div.gxwebcomponent > div.gxwebcomponent-body.FormLogin-fx, body.FormLogin-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.FormLogin-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormLogin-fx.enter-fx-duration, body.FormLogin-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.FormLogin-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormLogin-fx.leave-fx-duration, body.FormLogin-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;
}

.FormLogin-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.FormLogin-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.FormPrompt-fx, div.gxwebcomponent > div.gxwebcomponent-body.FormPrompt-fx, body.FormPrompt-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.FormPrompt-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormPrompt-fx.enter-fx-duration, body.FormPrompt-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.FormPrompt-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormPrompt-fx.leave-fx-duration, body.FormPrompt-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;
}

.FormPrompt-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.FormPrompt-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.Form_MasterPage-fx, div.gxwebcomponent > div.gxwebcomponent-body.Form_MasterPage-fx, body.Form_MasterPage-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_MasterPage-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.Form_MasterPage-fx.enter-fx-duration, body.Form_MasterPage-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_MasterPage-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.Form_MasterPage-fx.leave-fx-duration, body.Form_MasterPage-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_MasterPage-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.Form_MasterPage-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.K2BForm-fx, div.gxwebcomponent > div.gxwebcomponent-body.K2BForm-fx, body.K2BForm-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.K2BForm-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.K2BForm-fx.enter-fx-duration, body.K2BForm-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.K2BForm-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.K2BForm-fx.leave-fx-duration, body.K2BForm-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;
}

.K2BForm-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.K2BForm-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.K2BFormLogin-fx, div.gxwebcomponent > div.gxwebcomponent-body.K2BFormLogin-fx, body.K2BFormLogin-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.K2BFormLogin-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.K2BFormLogin-fx.enter-fx-duration, body.K2BFormLogin-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.K2BFormLogin-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.K2BFormLogin-fx.leave-fx-duration, body.K2BFormLogin-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;
}

.K2BFormLogin-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.K2BFormLogin-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.FormWP-fx, div.gxwebcomponent > div.gxwebcomponent-body.FormWP-fx, body.FormWP-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.FormWP-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormWP-fx.enter-fx-duration, body.FormWP-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.FormWP-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormWP-fx.leave-fx-duration, body.FormWP-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;
}

.FormWP-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.FormWP-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.FormOverflowAuto-fx, div.gxwebcomponent > div.gxwebcomponent-body.FormOverflowAuto-fx, body.FormOverflowAuto-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.FormOverflowAuto-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormOverflowAuto-fx.enter-fx-duration, body.FormOverflowAuto-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.FormOverflowAuto-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.FormOverflowAuto-fx.leave-fx-duration, body.FormOverflowAuto-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;
}

.FormOverflowAuto-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.FormOverflowAuto-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
.Attribute,.BlobContentAttribute,.ReadonlyBlobContentAttribute,.BlobInputAttribute,.AttributeDragging,.AttributeAcceptDrag,.AttributeNoAcceptDrag,.VideoAttribute,.ReadonlyVideoAttribute,.AudioAttribute,.ReadonlyAudioAttribute,.Attribute_Trn,.Attribute_TrnDate,.Attribute_TrnDateTime,.DateTimeAttribute,.BlobContentDateTimeAttribute,.ReadonlyBlobContentDateTimeAttribute,.BlobInputDateTimeAttribute,.ReadonlyDateTimeAttribute,.DateAttribute,.BlobContentDateAttribute,.ReadonlyBlobContentDateAttribute,.BlobInputDateAttribute,.ReadonlyDateAttribute,.SuggestTrnAttribute,.ReadonlySuggestTrnAttribute,.TrnAttribute,.BlobContentTrnAttribute,.ReadonlyBlobContentTrnAttribute,.BlobInputTrnAttribute,.ReadonlyTrnAttribute,.K2BTools_CheckAllGrid,.ReadonlyAttribute_Trn,.ReadonlyAttribute_TrnDate,.ReadonlyAttribute_TrnDateTime,.ReadonlyAttribute_Grid,.ReadonlyAttribute_Image_Grid,.ReadonlyK2BToolsAttribute_SmallerTitle,.ReadonlyK2BToolsAttribute_TagDescription,.ReadonlyK2BT_SimpleECommerceTitle,.ReadonlyK2BT_SimpleECommerceSubtitle,.ReadonlyK2BT_SimpleECommerceSummary,.Attribute_Action,.CheckBoxAttribute,.ReadOnlyCheckBoxAttribute,.ReadOnlyAttribute_Action,.Attribute_Filter,.ReadonlyAttribute_Filter,.SuggestSearchAttribute,.ReadonlySuggestSearchAttribute,.Attribute_FilterDate,.ReadonlyAttribute_FilterDate,.Attribute_FilterDateTime,.ReadonlyAttribute_FilterDateTime,.CheckBoxSearchAttribute,.ReadonlyCheckBoxSearchAttribute,.K2BToolsAttribute_BorderlessFilter,.AttributeInMultipleCombo_Filter,.BlobContentAttributeInMultipleCombo_Filter,.ReadonlyBlobContentAttributeInMultipleCombo_Filter,.BlobInputAttributeInMultipleCombo_Filter,.ReadonlyAttributeInMultipleCombo_Filter,.Attribute_Box,.ReadOnlyAttribute_Box,.BoxAttribute,.BlobContentBoxAttribute,.ReadonlyBlobContentBoxAttribute,.BlobInputBoxAttribute,.ReadonlyBoxAttribute,.CheckBoxInGrid,.ReadonlyCheckBoxInGrid,.Attribute_Tabuar,.BlobContentAttribute_Tabuar,.ReadonlyBlobContentAttribute_Tabuar,.BlobInputAttribute_Tabuar,.ReadonlyAttribute_Tabuar,.Attribute_FixedData,.BlobContentAttribute_FixedData,.ReadonlyBlobContentAttribute_FixedData,.BlobInputAttribute_FixedData,.ReadonlyAttribute_FixedData,.Attribute_FixedDataBottom,.BlobContentAttribute_FixedDataBottom,.ReadonlyBlobContentAttribute_FixedDataBottom,.BlobInputAttribute_FixedDataBottom,.ReadonlyAttribute_FixedDataBottom,.Attribute_FixedDataBottom_2,.Attribute_Combo,.BlobContentAttribute_Combo,.ReadonlyBlobContentAttribute_Combo,.BlobInputAttribute_Combo,.ReadonlyAttribute_Combo,.Attribute_Combo_OrderBy,.BlobContentAttribute_Combo_OrderBy,.ReadonlyBlobContentAttribute_Combo_OrderBy,.BlobInputAttribute_Combo_OrderBy,.ReadonlyAttribute_Combo_OrderBy,.Attribute_ComboLanguage,.BlobContentAttribute_ComboLanguage,.ReadonlyBlobContentAttribute_ComboLanguage,.BlobInputAttribute_ComboLanguage,.ReadonlyAttribute_ComboLanguage,.ReadOnlyAttribute_Box_2,.BoxAttribute_2,.BlobContentBoxAttribute_2,.ReadonlyBlobContentBoxAttribute_2,.BlobInputBoxAttribute_2,.ReadonlyBoxAttribute_2,.Attribute_Combo_2,.BlobContentAttribute_Combo_2,.ReadonlyBlobContentAttribute_Combo_2,.BlobInputAttribute_Combo_2,.ReadonlyAttribute_Combo_2,.Attribute_Combo_OrderBy_2,.Attribute_Combo_3,.BlobContentAttribute_Combo_3,.ReadonlyBlobContentAttribute_Combo_3,.BlobInputAttribute_Combo_3,.ReadonlyAttribute_Combo_3,.Attribute_Combo_OrderBy_3,.BlobContentAttribute_Combo_OrderBy_3,.ReadonlyBlobContentAttribute_Combo_OrderBy_3,.BlobInputAttribute_Combo_OrderBy_3,.ReadonlyAttribute_Combo_OrderBy_3,.Attribute_FormSection_2,.BlobContentAttribute_FormSection_2,.ReadonlyBlobContentAttribute_FormSection_2,.BlobInputAttribute_FormSection_2,.ReadonlyAttribute_FormSection_2,.Attribute_Combo_4,.BlobContentAttribute_Combo_4,.ReadonlyBlobContentAttribute_Combo_4,.BlobInputAttribute_Combo_4,.ReadonlyAttribute_Combo_4,.Attribute_Combo_OrderBy_4,.BlobContentAttribute_Combo_OrderBy_4,.ReadonlyBlobContentAttribute_Combo_OrderBy_4,.BlobInputAttribute_Combo_OrderBy_4,.ReadonlyAttribute_Combo_OrderBy_4,.Attribute_Grid,.GridAttributeCheck,.BlobContentGridAttributeCheck,.ReadonlyBlobContentGridAttributeCheck,.BlobInputGridAttributeCheck,.ReadonlyGridAttributeCheck,.BlobContentAttribute_Grid,.ReadonlyBlobContentAttribute_Grid,.BlobInputAttribute_Grid,.GridAttribute,.BlobContentGridAttribute,.ReadonlyBlobContentGridAttribute,.BlobInputGridAttribute,.ReadonlyGridAttribute,.Attribute_Image_Grid,.BlobContentAttribute_Image_Grid,.ReadonlyBlobContentAttribute_Image_Grid,.BlobInputAttribute_Image_Grid,.Attribute_GridBlack,.BlobContentAttribute_GridBlack,.ReadonlyBlobContentAttribute_GridBlack,.BlobInputAttribute_GridBlack,.ReadonlyAttribute_GridBlack,.Attribute_GridCodBarra,.Attribute_FormSection,.BlobContentAttribute_FormSection,.ReadonlyBlobContentAttribute_FormSection,.BlobInputAttribute_FormSection,.ReadonlyAttribute_FormSection,.K2BTrnAttribute,.K2BTrnComboAttribute,.K2BDateAttribute,.ReadonlyK2BDateAttribute,.K2BDateTimeAttribute,.ReadonlyK2BDateTimeAttribute,.K2BGridAttribute,.K2BBoxAttribute,.K2BBoxRigthAttribute,.ReadonlyK2BBoxRigthAttribute,.BlobInputK2BBoxRigthAttribute,.BlobContentK2BBoxRigthAttribute,.ReadonlyBlobContentK2BBoxRigthAttribute,.Attribute_CurrentPage,.ReadonlyAttribute_CurrentPage,.Attribute_ConditionalConfirm,.ReadonlyAttribute_ConditionalConfirm,.Attribute_Color,.BlobContentAttribute_Color,.ReadonlyBlobContentAttribute_Color,.BlobInputAttribute_Color,.ReadonlyAttribute_Color,.SmallClass,.BlobContentSmallClass,.ReadonlyBlobContentSmallClass,.BlobInputSmallClass,.ReadonlySmallClass,.AttSinBorde,.ReadonlyAttSinBorde,.Attribute_ComboSistema,.Attribute_Filter_200,.LinkMenuIzq,.ReadonlyLinkMenuIzq,.TxtEmpre,.BlobInputTxtEmpre,.BlobContentTxtEmpre,.ReadonlyBlobContentTxtEmpre,.ReadonlyTxtEmpre,.TxtVersion,.BlobInputTxtVersion,.BlobContentTxtVersion,.ReadonlyBlobContentTxtVersion,.ReadonlyTxtVersion,.PromptAttribute,.ViewAttribute,.K2BToolsFSGAM_Attribute100Width,.ErrorAttribute_Trn,.BlobContentErrorAttribute_Trn,.ReadonlyBlobContentErrorAttribute_Trn,.BlobInputErrorAttribute_Trn,.ReadonlyErrorAttribute_Trn,.AttSubTitle,.BlobContentAttSubTitle,.ReadonlyBlobContentAttSubTitle,.BlobInputAttSubTitle,.ReadonlyAttSubTitle,.CheckBox,.BlobContentCheckBox,.ReadonlyBlobContentCheckBox,.BlobInputCheckBox,.ReadonlyCheckBox,.DescriptionAttribute,.BlobContentDescriptionAttribute,.ReadonlyBlobContentDescriptionAttribute,.BlobInputDescriptionAttribute,.ReadonlyDescriptionAttribute,.IME_Active,.BlobContentIME_Active,.ReadonlyBlobContentIME_Active,.BlobInputIME_Active,.ReadonlyIME_Active,.IME_Inactive,.BlobContentIME_Inactive,.ReadonlyBlobContentIME_Inactive,.BlobInputIME_Inactive,.ReadonlyIME_Inactive,.IME_Disabled,.BlobContentIME_Disabled,.ReadonlyBlobContentIME_Disabled,.BlobInputIME_Disabled,.ReadonlyIME_Disabled,.K2BSearchResult_Description,.BlobContentK2BSearchResult_Description,.ReadonlyBlobContentK2BSearchResult_Description,.BlobInputK2BSearchResult_Description,.ReadonlyK2BSearchResult_Description,.K2BToolsSearchResultImage,.BlobContentK2BToolsSearchResultImage,.ReadonlyBlobContentK2BToolsSearchResultImage,.BlobInputK2BToolsSearchResultImage,.ReadonlyK2BToolsSearchResultImage,.InvisibleInExtraSmallAttribute,.BlobContentInvisibleInExtraSmallAttribute,.ReadonlyBlobContentInvisibleInExtraSmallAttribute,.BlobInputInvisibleInExtraSmallAttribute,.ReadonlyInvisibleInExtraSmallAttribute,.InvisibleInSmallAttribute,.BlobContentInvisibleInSmallAttribute,.ReadonlyBlobContentInvisibleInSmallAttribute,.BlobInputInvisibleInSmallAttribute,.ReadonlyInvisibleInSmallAttribute,.InvisibleInMediumAttribute,.BlobContentInvisibleInMediumAttribute,.ReadonlyBlobContentInvisibleInMediumAttribute,.BlobInputInvisibleInMediumAttribute,.ReadonlyInvisibleInMediumAttribute,.InvisibleInLargeAttribute,.BlobContentInvisibleInLargeAttribute,.ReadonlyBlobContentInvisibleInLargeAttribute,.BlobInputInvisibleInLargeAttribute,.ReadonlyInvisibleInLargeAttribute,.K2BCheckBoxInGrid,.BlobContentK2BCheckBoxInGrid,.ReadonlyBlobContentK2BCheckBoxInGrid,.ReadonlyK2BCheckBoxInGrid,.BlobInputK2BCheckBoxInGrid,.K2BTools_SearchResultImage,.ReadonlyK2BTools_SearchResultImage,.Attribute_Required,.K2BFSG_LoginField,.BlobContentK2BFSG_LoginField,.ReadonlyBlobContentK2BFSG_LoginField,.BlobInputK2BFSG_LoginField,.ReadonlyK2BFSG_LoginField,.K2BFSG_CAPTCHAField,.BlobContentK2BFSG_CAPTCHAField,.ReadonlyBlobContentK2BFSG_CAPTCHAField,.BlobInputK2BFSG_CAPTCHAField,.ReadonlyK2BFSG_CAPTCHAField,.K2BToolsEnhancedCombo,.K2BTools_SearchCriteria,.Attribute_RequiredReadOnly,.BlobContentAttribute_RequiredReadOnly,.ReadonlyBlobContentAttribute_RequiredReadOnly,.BlobInputAttribute_RequiredReadOnly,.ReadonlyAttribute_RequiredReadOnly,.K2BTools_FilterOptionCombo,.BlobContentK2BTools_FilterOptionCombo,.ReadonlyBlobContentK2BTools_FilterOptionCombo,.BlobInputK2BTools_FilterOptionCombo,.ReadonlyK2BTools_FilterOptionCombo,.DL_Attributes,.DL_Attribute100,.BlobContentDL_Attribute100,.ReadonlyBlobContentDL_Attribute100,.BlobInputDL_Attribute100,.ReadonlyDL_Attribute100,.DL_TituloGrillaCheck,.DL_AttEstadisticaDescripcion,.DL_AttEstadisticaValor,.DL_InputsCaptcha,.ReadonlyDL_InputsCaptcha,.BlobContentDL_InputsCaptcha,.ReadonlyBlobContentDL_InputsCaptcha,.BlobInputDL_InputsCaptcha,.imagen_error,.DownloadAttribute,.ReadonlyDownloadAttribute,.K2BToolsAttribute_FitInContainerImage,.BlobContentK2BToolsAttribute_FitInContainerImage,.ReadonlyBlobContentK2BToolsAttribute_FitInContainerImage,.BlobInputK2BToolsAttribute_FitInContainerImage,.ReadonlyK2BToolsAttribute_FitInContainerImage,.K2BToolsAttribute_Title,.BlobContentK2BToolsAttribute_Title,.ReadonlyBlobContentK2BToolsAttribute_Title,.BlobInputK2BToolsAttribute_Title,.ReadonlyK2BToolsAttribute_Title,.K2BToolsAttribute_Invisible,.BlobContentK2BToolsAttribute_Invisible,.ReadonlyBlobContentK2BToolsAttribute_Invisible,.BlobInputK2BToolsAttribute_Invisible,.ReadonlyK2BToolsAttribute_Invisible,.K2BToolsAttribute_SmallTitle,.BlobContentK2BToolsAttribute_SmallTitle,.ReadonlyBlobContentK2BToolsAttribute_SmallTitle,.BlobInputK2BToolsAttribute_SmallTitle,.ReadonlyK2BToolsAttribute_SmallTitle,.K2BToolsAttribute_SmallerTitle,.BlobContentK2BToolsAttribute_SmallerTitle,.ReadonlyBlobContentK2BToolsAttribute_SmallerTitle,.BlobInputK2BToolsAttribute_SmallerTitle,.K2BTools_SearchResultImageCompact,.BlobContentK2BTools_SearchResultImageCompact,.ReadonlyBlobContentK2BTools_SearchResultImageCompact,.BlobInputK2BTools_SearchResultImageCompact,.ReadonlyK2BTools_SearchResultImageCompact,.K2BToolsAttribute_Summary,.BlobContentK2BToolsAttribute_Summary,.ReadonlyBlobContentK2BToolsAttribute_Summary,.BlobInputK2BToolsAttribute_Summary,.ReadonlyK2BToolsAttribute_Summary,.K2BToolsAttribute_TagDescription,.BlobContentK2BToolsAttribute_TagDescription,.ReadonlyBlobContentK2BToolsAttribute_TagDescription,.BlobInputK2BToolsAttribute_TagDescription,.K2BTools_FilterAttributeInCombo,.BlobInputK2BTools_FilterAttributeInCombo,.ReadonlyK2BTools_FilterAttributeInCombo,.BlobContentK2BTools_FilterAttributeInCombo,.ReadonlyBlobContentK2BTools_FilterAttributeInCombo,.K2BToolsSimpleImageListText,.ReadonlyK2BToolsSimpleImageListText,.K2BToolsSimpleImageListImage,.ReadonlyK2BToolsSimpleImageListImage,.Attribute_Image,.K2BToolsAttribute_MediumImage,.BlobContentK2BToolsAttribute_MediumImage,.ReadonlyBlobContentK2BToolsAttribute_MediumImage,.BlobInputK2BToolsAttribute_MediumImage,.ReadonlyK2BToolsAttribute_MediumImage,.K2BToolsAttribute_Price,.BlobContentK2BToolsAttribute_Price,.ReadonlyBlobContentK2BToolsAttribute_Price,.BlobInputK2BToolsAttribute_Price,.ReadonlyK2BToolsAttribute_Price,.K2BToolsAttribute_ImageFloatingCaption,.BlobContentK2BToolsAttribute_ImageFloatingCaption,.ReadonlyBlobContentK2BToolsAttribute_ImageFloatingCaption,.BlobInputK2BToolsAttribute_ImageFloatingCaption,.ReadonlyK2BToolsAttribute_ImageFloatingCaption,.K2BToolsImage_PhotoListImage,.ReadonlyK2BToolsImage_PhotoListImage,.K2BToolsAttribute_PhotoListTitle,.ReadonlyK2BToolsAttribute_PhotoListTitle,.K2BToolsImage_RoundPhotoSmall,.BlobContentK2BToolsImage_RoundPhotoSmall,.ReadonlyBlobContentK2BToolsImage_RoundPhotoSmall,.BlobInputK2BToolsImage_RoundPhotoSmall,.ReadonlyK2BToolsImage_RoundPhotoSmall,.K2BToolsAttribute_CardListPhoto,.ReadonlyK2BToolsAttribute_CardListPhoto,.K2BT_StructuredListPhoto,.BlobContentK2BT_StructuredListPhoto,.ReadonlyBlobContentK2BT_StructuredListPhoto,.BlobInputK2BT_StructuredListPhoto,.ReadonlyK2BT_StructuredListPhoto,.K2BT_CardWithSummaryCheckbox,.BlobContentK2BT_CardWithSummaryCheckbox,.ReadonlyBlobContentK2BT_CardWithSummaryCheckbox,.BlobInputK2BT_CardWithSummaryCheckbox,.ReadonlyK2BT_CardWithSummaryCheckbox,.K2BT_CardWithSummaryTitle,.BlobContentK2BT_CardWithSummaryTitle,.ReadonlyBlobContentK2BT_CardWithSummaryTitle,.BlobInputK2BT_CardWithSummaryTitle,.ReadonlyK2BT_CardWithSummaryTitle,.K2BT_CardWithSummaryPhoto,.BlobContentK2BT_CardWithSummaryPhoto,.ReadonlyBlobContentK2BT_CardWithSummaryPhoto,.BlobInputK2BT_CardWithSummaryPhoto,.ReadonlyK2BT_CardWithSummaryPhoto,.K2BT_RoundPhotoLarge,.BlobContentK2BT_RoundPhotoLarge,.ReadonlyBlobContentK2BT_RoundPhotoLarge,.BlobInputK2BT_RoundPhotoLarge,.ReadonlyK2BT_RoundPhotoLarge,.K2BT_NotificationIcon,.ReadonlyK2BT_NotificationIcon,.K2BT_CommentInputField,.ReadonlyK2BT_CommentInputField,.K2BT_CommentAuthorImage,.BlobContentK2BT_CommentAuthorImage,.ReadonlyBlobContentK2BT_CommentAuthorImage,.BlobInputK2BT_CommentAuthorImage,.ReadonlyK2BT_CommentAuthorImage,.K2BT_SimpleECommerceTitle,.K2BT_SimpleECommerceTitleLink,.BlobContentK2BT_SimpleECommerceTitleLink,.ReadonlyBlobContentK2BT_SimpleECommerceTitleLink,.BlobInputK2BT_SimpleECommerceTitleLink,.ReadonlyK2BT_SimpleECommerceTitleLink,.K2BT_SimpleECommerceSubtitle,.K2BT_SimpleECommerceSummary,.K2BT_RoundPhotoSmall,.ReadonlyK2BT_RoundPhotoSmall,.BlobContentReadonlyK2BT_RoundPhotoSmall,.ReadonlyBlobContentReadonlyK2BT_RoundPhotoSmall,.BlobInputReadonlyK2BT_RoundPhotoSmall,.K2BT_DetailPopoverTitle,.ReadonlyK2BT_DetailPopoverTitle,.BlobContentReadonlyK2BT_DetailPopoverTitle,.ReadonlyBlobContentReadonlyK2BT_DetailPopoverTitle,.BlobInputReadonlyK2BT_DetailPopoverTitle,.K2BT_TextAction,.BlobContentK2BT_TextAction,.ReadonlyBlobContentK2BT_TextAction,.BlobInputK2BT_TextAction,.ReadonlyK2BT_TextAction,.K2BT_StepperValue,.K2BT_InlineEditAction,.ReadonlyK2BT_InlineEditAction,.K2BT_DateRangeFilterField,.K2BTEnhancedComboSearchInput,.Grid_WorkWithTitle,.BlobContentGrid_WorkWithTitle,.ReadonlyBlobContentGrid_WorkWithTitle,.ReadonlyGrid_WorkWithTitle,.BlobInputGrid_WorkWithTitle,.Att_Tarifario_SinBorde,.ReadonlyAtt_Tarifario_SinBorde,.Attribute_Combo_DL,.ReadOnlyAttribute_Box_DL,.Att_IngRec_10,.ReadonlyAtt_IngRec_10,.Att_IngRec_100,.ReadonlyAtt_IngRec_100,.Att_IngRec_20,.ReadonlyAtt_IngRec_20,.Att_IngRec_30,.ReadonlyAtt_IngRec_30,.Att_IngRec_40,.ReadonlyAtt_IngRec_40,.Att_IngRec_50,.ReadonlyAtt_IngRec_50,.Att_IngRec_60,.ReadonlyAtt_IngRec_60,.Att_IngRec_70,.ReadonlyAtt_IngRec_70,.Att_IngRec_80,.ReadonlyAtt_IngRec_80,.Att_IngRec_90,.ReadonlyAtt_IngRec_90,.Att_Panel_Atributo,.BlobContentAtt_Panel_Atributo,.ReadonlyBlobContentAtt_Panel_Atributo,.BlobInputAtt_Panel_Atributo,.ReadonlyAtt_Panel_Atributo,.Att_Panel_PrdCant,.ReadonlyAtt_Panel_PrdCant,.Att_Panel_PrdCantConValor,.ReadonlyAtt_Panel_PrdCantConValor,.Att_Panel_Producto,.BlobContentAtt_Panel_Producto,.ReadonlyBlobContentAtt_Panel_Producto,.BlobInputAtt_Panel_Producto,.ReadonlyAtt_Panel_Producto,.Att_Panel_TitCol,.BlobContentAtt_Panel_TitCol,.ReadonlyBlobContentAtt_Panel_TitCol,.BlobInputAtt_Panel_TitCol,.ReadonlyAtt_Panel_TitCol,.Att_Panel_TitPrd,.BlobContentAtt_Panel_TitPrd,.ReadonlyBlobContentAtt_Panel_TitPrd,.BlobInputAtt_Panel_TitPrd,.ReadonlyAtt_Panel_TitPrd,.Att_Panel_Total,.BlobContentAtt_Panel_Total,.ReadonlyBlobContentAtt_Panel_Total,.BlobInputAtt_Panel_Total,.ReadonlyAtt_Panel_Total,.AttributeError,.BlobContentAttributeError,.ReadonlyBlobContentAttributeError,.BlobInputAttributeError,.ReadonlyAttributeError,.Att_Tarifario_ConBorde,.ReadonlyAtt_Tarifario_ConBorde,.ReadOnlyAttribute_2,.Attribute_FixedData_2,.CheckboxLabel,.BlobContentCheckboxLabel,.ReadonlyBlobContentCheckboxLabel,.BlobInputCheckboxLabel,.ReadonlyCheckboxLabel,.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,.Attribute_MaxContent,.ReadonlyAttribute_MaxContent,.Attribute_Grid_MaxContent,.ReadonlyAttribute_Grid_MaxContent,.Attribute_Grid_CheckBox,.Cuadro_Texto,.ReadonlyCuadro_Texto,.ReadonlyCuadro_Titulo1,.Cuadro_Titulo,.ReadonlyCuadro_Titulo,.Table_TotalSimilar,.ReadonlyTable_TotalSimilar,.ReadonlyTable_TotalSimilar1,.Textblock_Factura,.Textblock_errores,.Texto,.TextoLabel,.ErrorAttribute,.WarningAttribute,.WarningAttribute_Trn,.BlobContentWarningAttribute_Trn,.ReadonlyBlobContentWarningAttribute_Trn,.BlobInputWarningAttribute_Trn,.ReadonlyWarningAttribute_Trn,.WarningAttribute_TrnDate,.BlobContentWarningAttribute_TrnDate,.ReadonlyBlobContentWarningAttribute_TrnDate,.BlobInputWarningAttribute_TrnDate,.ReadonlyWarningAttribute_TrnDate,.ImageAttribute,.ResponsiveImageAttribute,.BlobContentResponsiveImageAttribute,.ReadonlyBlobContentResponsiveImageAttribute,.BlobInputResponsiveImageAttribute,.ReadonlyResponsiveImageAttribute,.ProfileImageAttribute,.BlobContentProfileImageAttribute,.ReadonlyBlobContentProfileImageAttribute,.BlobInputProfileImageAttribute,.ReadonlyProfileImageAttribute,.SmallProfileImageAttribute,.BlobContentSmallProfileImageAttribute,.ReadonlyBlobContentSmallProfileImageAttribute,.BlobInputSmallProfileImageAttribute,.ReadonlySmallProfileImageAttribute,.ReadonlyImageAttribute,.ActionAttribute,.UpdateAttribute,.BlobContentUpdateAttribute,.ReadonlyBlobContentUpdateAttribute,.BlobInputUpdateAttribute,.ReadonlyUpdateAttribute,.DeleteAttribute,.BlobContentDeleteAttribute,.ReadonlyBlobContentDeleteAttribute,.BlobInputDeleteAttribute,.ReadonlyDeleteAttribute,.BlobContentActionAttribute,.ReadonlyBlobContentActionAttribute,.DisplayAttribute,.BlobContentDisplayAttribute,.ReadonlyBlobContentDisplayAttribute,.BlobInputDisplayAttribute,.ReadonlyDisplayAttribute,.DisabledActionAttribute,.BlobContentDisabledActionAttribute,.ReadonlyBlobContentDisabledActionAttribute,.BlobInputDisabledActionAttribute,.ReadonlyDisabledActionAttribute,.BlobInputActionAttribute,.ReadonlyActionAttribute,.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.BlobInputSelectionAttribute,.ReadonlySelectionAttribute,.ReadonlyAttribute,.ReadonlyMedio,.BlobContentReadonlyMedio,.ReadonlyBlobContentReadonlyMedio,.BlobInputReadonlyMedio,.ReadonlyReadonlyMedio,.FilterAttribute,.BlobContentFilterAttribute,.ReadonlyBlobContentFilterAttribute,.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,.ReadonlyFilterAttribute,.AttributeNoLabel,.BlobContentAttributeNoLabel,.ReadonlyBlobContentAttributeNoLabel,.BlobInputAttributeNoLabel,.ReadonlyAttributeNoLabel,.AttributeDatosPersona,.AttributeDatosPersonaLabel,.ReadonlyAttributeDatosPersona,.inputsError
{
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	font-size: 16pt;
	color: black;
	height: 36px;
	width: auto;
}
.ReadonlyBlobContentAttribute
{
	color: #a1a1a1;
}
.ReadonlyVideoAttribute
{
	border-width: 0px;
}
.ReadonlyAudioAttribute
{
	border-width: 0px;
}
.ReadonlyAttSubTitle
{
	color: #a1a1a1;
}
.ReadonlyCheckBox
{
	color: #a1a1a1;
}
.ReadonlyBlobContentDescriptionAttribute
{
	border-width: 0px;
}
.ReadonlyDescriptionAttribute
{
	border-width: 0px;
	font-family: "Open Sans Bold";
}
.ReadonlyDownloadAttribute
{
	border-style: none;
	border-width: 0px;
}
.Cuadro_Texto,.ReadonlyCuadro_Texto,.ReadonlyCuadro_Titulo1
{
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}
.ReadonlyCuadro_Texto,.ReadonlyCuadro_Titulo1
{
	border-width: 0px;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}
.Cuadro_Titulo,.ReadonlyCuadro_Titulo
{
	font-family: Arial;
	font-size: 24px;
	color: #000;
}
.ReadonlyCuadro_Titulo
{
	border-width: 0px;
	font-size: 21px;
}
.Table_TotalSimilar,.ReadonlyTable_TotalSimilar,.ReadonlyTable_TotalSimilar1
{
	margin-top: 10px;
	padding-left: 1px;
	padding-top: 3px;
	font-size: 13px;
	font-weight: normal;
	color: #141414;
	height: 30px;
}
.ReadonlyTable_TotalSimilar
{
	margin-top: 0px;
	padding-top: 5px;
	display: block;
	border-bottom-color: #fff;
	border-left-color: #e4e5e5;
	border-style: none;
	border-width: 1px;
}
.ReadonlyTable_TotalSimilar1
{
	border-width: 0px;
}
.Textblock_Factura
{
	font-family: Arial;
	font-size: 13px;
	color: #141414;
}
.Textblock_errores
{
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight: normal;
	color: #141414;
	line-height:24px;
}
.inputsLabel
{
	text-align: left !important;
	 line-height:1.2;
	  font-family: Arial, Helvetica !important;
	 font-size: 13px !important;
	 height: auto !important;
	 font-weight: normal !important;
}
.inputsErrorLabel
{
	text-align: left !important;
	 line-height:1.2;
	  font-family: Arial, Helvetica !important;
	 font-size: 13px !important;
	 height: auto !important;
	 font-weight: normal !important;
}
.Texto,.TextoLabel
{
	font-family: Aria, Helvética;
	font-size: 13px;
	font-weight: normal;
	color: #141414;
}
.ErrorAttribute
{
	border-bottom-color: #f56a67;
	border-left-color: #f56a67;
	border-right-color: #f56a67;
	border-top-color: #f56a67;
	border-style: solid;
	border-width: 1px;
}
.WarningAttribute,.WarningAttribute_Trn,.BlobContentWarningAttribute_Trn,.ReadonlyBlobContentWarningAttribute_Trn,.BlobInputWarningAttribute_Trn,.ReadonlyWarningAttribute_Trn,.WarningAttribute_TrnDate,.BlobContentWarningAttribute_TrnDate,.ReadonlyBlobContentWarningAttribute_TrnDate,.BlobInputWarningAttribute_TrnDate,.ReadonlyWarningAttribute_TrnDate
{
	border-bottom-color: #fdae45;
	border-left-color: #fdae45;
	border-right-color: #fdae45;
	border-top-color: #fdae45;
	border-style: solid;
	border-width: 1px;
}
.ImageAttribute,.ResponsiveImageAttribute,.BlobContentResponsiveImageAttribute,.ReadonlyBlobContentResponsiveImageAttribute,.BlobInputResponsiveImageAttribute,.ReadonlyResponsiveImageAttribute,.ProfileImageAttribute,.BlobContentProfileImageAttribute,.ReadonlyBlobContentProfileImageAttribute,.BlobInputProfileImageAttribute,.ReadonlyProfileImageAttribute,.SmallProfileImageAttribute,.BlobContentSmallProfileImageAttribute,.ReadonlyBlobContentSmallProfileImageAttribute,.BlobInputSmallProfileImageAttribute,.ReadonlySmallProfileImageAttribute,.ReadonlyImageAttribute,.ActionAttribute,.UpdateAttribute,.BlobContentUpdateAttribute,.ReadonlyBlobContentUpdateAttribute,.BlobInputUpdateAttribute,.ReadonlyUpdateAttribute,.DeleteAttribute,.BlobContentDeleteAttribute,.ReadonlyBlobContentDeleteAttribute,.BlobInputDeleteAttribute,.ReadonlyDeleteAttribute,.BlobContentActionAttribute,.ReadonlyBlobContentActionAttribute,.DisplayAttribute,.BlobContentDisplayAttribute,.ReadonlyBlobContentDisplayAttribute,.BlobInputDisplayAttribute,.ReadonlyDisplayAttribute,.DisabledActionAttribute,.BlobContentDisabledActionAttribute,.ReadonlyBlobContentDisabledActionAttribute,.BlobInputDisabledActionAttribute,.ReadonlyDisabledActionAttribute,.BlobInputActionAttribute,.ReadonlyActionAttribute,.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.BlobInputSelectionAttribute,.ReadonlySelectionAttribute
{
	height: auto;
	max-width: none;
}
.ReadonlyBlobContentResponsiveImageAttribute
{
	border-width: 0px;
}
.ReadonlyResponsiveImageAttribute
{
	border-width: 0px;
	max-width: 100%;
}
.ReadonlyImageAttribute
{
	border-width: 0px;
	max-height: 68px;
	max-width: 124px;
}
.ActionAttribute,.UpdateAttribute,.BlobContentUpdateAttribute,.ReadonlyBlobContentUpdateAttribute,.BlobInputUpdateAttribute,.ReadonlyUpdateAttribute,.DeleteAttribute,.BlobContentDeleteAttribute,.ReadonlyBlobContentDeleteAttribute,.BlobInputDeleteAttribute,.ReadonlyDeleteAttribute,.BlobContentActionAttribute,.ReadonlyBlobContentActionAttribute,.DisplayAttribute,.BlobContentDisplayAttribute,.ReadonlyBlobContentDisplayAttribute,.BlobInputDisplayAttribute,.ReadonlyDisplayAttribute,.DisabledActionAttribute,.BlobContentDisabledActionAttribute,.ReadonlyBlobContentDisabledActionAttribute,.BlobInputDisabledActionAttribute,.ReadonlyDisabledActionAttribute,.BlobInputActionAttribute,.ReadonlyActionAttribute,.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.BlobInputSelectionAttribute,.ReadonlySelectionAttribute
{
	margin-bottom: -6px;
	margin-left: -6px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	display: block;
	background-color: #ececec;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.ReadonlyBlobContentUpdateAttribute
{
	border-width: 0px;
}
.ReadonlyUpdateAttribute
{
	border-width: 0px;
}
.ReadonlyBlobContentDeleteAttribute
{
	border-width: 0px;
}
.ReadonlyDeleteAttribute
{
	border-width: 0px;
}
.ReadonlyBlobContentActionAttribute
{
	border-width: 0px;
}
.ReadonlyBlobContentDisplayAttribute
{
	border-width: 0px;
}
.ReadonlyDisplayAttribute
{
	border-width: 0px;
}
.ReadonlyBlobContentDisabledActionAttribute
{
	border-width: 0px;
}
.ReadonlyDisabledActionAttribute
{
	border-width: 0px;
}
.ReadonlyActionAttribute
{
	border-width: 0px;
}
.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.BlobInputSelectionAttribute,.ReadonlySelectionAttribute
{
	background-color: transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.ReadonlyBlobContentSelectionAttribute
{
	border-width: 0px;
}
.ReadonlySelectionAttribute
{
	border-width: 0px;
}
.ReadonlyAttribute,.ReadonlyMedio,.BlobContentReadonlyMedio,.ReadonlyBlobContentReadonlyMedio,.BlobInputReadonlyMedio,.ReadonlyReadonlyMedio
{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}
.FilterAttribute,.BlobContentFilterAttribute,.ReadonlyBlobContentFilterAttribute,.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,.ReadonlyFilterAttribute
{
	background-position: 14px center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 0px 0px;
	padding-bottom: 17px;
	padding-left: 42px;
	padding-right: 10px;
	padding-top: 17px;
	background-image: url(../FlatDNH/SearchIcon.gif);
	border-style: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	font-size: 18px;
	width: 100%;
	height: 63px !important;
}
.BlobContentFilterAttribute,.ReadonlyBlobContentFilterAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyBlobContentFilterAttribute
{
	box-shadow: 0px 0px 0px 0px;
	border-width: 0px;
}
.BlobInputFilterAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.FilterComboAttribute,.BlobContentFilterComboAttribute,.ReadonlyBlobContentFilterComboAttribute,.BlobInputFilterComboAttribute,.ReadonlyFilterComboAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobContentFilterComboAttribute,.ReadonlyBlobContentFilterComboAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyBlobContentFilterComboAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobInputFilterComboAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyFilterComboAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.FilterSearchAttribute,.BlobContentFilterSearchAttribute,.ReadonlyBlobContentFilterSearchAttribute,.BlobInputFilterSearchAttribute,.ReadonlyFilterSearchAttribute,.FilterSearchAttributeFocus,.BlobContentFilterSearchAttributeFocus,.ReadonlyBlobContentFilterSearchAttributeFocus,.BlobInputFilterSearchAttributeFocus,.ReadonlyFilterSearchAttributeFocus,.DateFilterSearchAttribute,.BlobContentDateFilterSearchAttribute,.ReadonlyBlobContentDateFilterSearchAttribute,.BlobInputDateFilterSearchAttribute,.ReadonlyDateFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobContentFilterSearchAttribute,.ReadonlyBlobContentFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyBlobContentFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobInputFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.FilterSearchAttributeFocus,.BlobContentFilterSearchAttributeFocus,.ReadonlyBlobContentFilterSearchAttributeFocus,.BlobInputFilterSearchAttributeFocus,.ReadonlyFilterSearchAttributeFocus
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobContentFilterSearchAttributeFocus,.ReadonlyBlobContentFilterSearchAttributeFocus
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyBlobContentFilterSearchAttributeFocus
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobInputFilterSearchAttributeFocus
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyFilterSearchAttributeFocus
{
	box-shadow: 0px 0px 0px 0px;
}
.DateFilterSearchAttribute,.BlobContentDateFilterSearchAttribute,.ReadonlyBlobContentDateFilterSearchAttribute,.BlobInputDateFilterSearchAttribute,.ReadonlyDateFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobContentDateFilterSearchAttribute,.ReadonlyBlobContentDateFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyBlobContentDateFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobInputDateFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyDateFilterSearchAttribute
{
	box-shadow: 0px 0px 0px 0px;
}
.FilterPanel,.BlobContentFilterPanel,.ReadonlyBlobContentFilterPanel,.BlobInputFilterPanel,.ReadonlyFilterPanel
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobContentFilterPanel,.ReadonlyBlobContentFilterPanel
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyBlobContentFilterPanel
{
	box-shadow: 0px 0px 0px 0px;
}
.BlobInputFilterPanel
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyFilterPanel
{
	box-shadow: 0px 0px 0px 0px;
}
.ReadonlyFilterAttribute
{
	box-shadow: 0px 0px 0px 0px;
	border-width: 0px;
	color: #a1a1a1;
}
.ReadonlyBlobContentAttributeNoLabel
{
	border-width: 0px;
}
.ReadonlyAttributeNoLabel
{
	border-width: 0px;
}
.AttributeDatosPersona,.AttributeDatosPersonaLabel,.ReadonlyAttributeDatosPersona
{
	font-weight: bold;
}
.AttributeDatosPersonaLabel
{
	line-height:0px !important;
}
.ReadonlyAttributeDatosPersona
{
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: #141414;
	line-height: 3;
}
.inputsError
{
	padding-left: 12px;
	padding-top: 6px;
	font-size: 14px;
	color: #555;
	width: 100%;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.Button,.SpecialButtons,.BtnCancel,.BtnCheck,.BtnGet,.BtnHelp,.BtnRefresh,.BtnSelect,.BtnSeguridad,.SpecialButtonsDisabled,.K2BToolsButton_BtnToggle,.K2BToolsButton_BtnToggleActive,.K2BToolsButton_BtnToggleCompact,.K2BToolsButton_BtnToggleActiveCompact,.BtnLogin,.BtnAdd,.BtnAddHovered,.BtnBack,.HideFiltersButton,.ShowFiltersButton,.BtnEnterHovered,.BtnCancelHovered,.BtnDeleteDisabled,.BtnEnter,.BottomEnter,.BtnFirst,.BtnLast,.BtnNext,.BtnPrevious,.BtnDelete,.BtnToggle,.BtnToggleActive,.ButtonDragging,.ButtonNoAcceptDrag,.Button_Standard,.Button_StandardBig,.K2BButtonTabFooter,.K2BButtonTabFooterUpdate,.K2BButtonTabFooterDelete,.K2BButtonTrnFooter,.K2BButtonTrnFooterDelete,.K2BButtonTrnFooterCancel,.K2BButtonTrnFooterCheck,.K2BButtonTrnFooterEnter,.K2BButtonSearch,.K2BButtonWWSearch,.K2BButtonPromptSearch,.K2BButtonTabGridSearch,.ReadOnlyK2BButton,.K2BButton_GridSearch,.Button_StandardHuge,.Button_Header,.Button_HeaderHelp,.Button_HeaderClose,.Button_HeaderSupport,.K2BButtonTableGrd,.K2BButtonNew,.K2BButtonTrnNew,.K2BButtonFirst,.K2BButtonLast,.K2BButtonNext,.K2BButtonPrevious,.K2BButtonPrint,.K2BButtonRef,.K2BButtonUp,.K2BButtonDown,.K2BButtonNone,.Button_DashBoard,.Button_DashBoardDisabled,.Button_Confirm,.Boton,.K2BCloseHeader,.K2BCloseHeaderServices,.K2BHelpHeader,.K2BHelpHeaderServices,.K2BPrintHeader,.K2BTechSuppHeader,.K2BTechSuppHeaderServices,.ActionButtons,.ActionButtonsHovered,.ButtonDisabled,.InvisibleInExtraSmallButton,.InvisibleInSmallButton,.InvisibleInMediumButton,.InvisibleInLargeButton,.K2BToolsButton_MainAction,.K2BToolsButton_GridSearch,.K2BToolsButton_MainAction_Confirm,.K2BToolsButton_MinimalAction,.K2BToolsButton_Search,.K2BToolsButton_GreyAction,.K2BToolsButton_FlatAction,.DL_Buttons,.DL_Button100,.K2BToolsAction_AddNew,.K2BTools_AddLineButton,.K2BT_SaveGridViewButton,.K2BToolsButton_ActionInGroup,.K2BT_CollapsibleCardButton,.ButtonGAM,.MainMenuButton,.ButtonAcceptDrag
{
	padding-bottom: 9px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 9px;
	background-color: #337ab7;
	border-style: none;
	font-family: Arial, Helvetica;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	height: 35px;
	box-shadow: 0 3px 0 #1A2F5A;
	transition: background-color .5s;
}

.BtnEnter,.BottomEnter
{
	background-color: #9ccf70;
	border-width: 0px;
	color: white;
}

.BtnFirst
{
	margin-right: 0px;
}

.BtnLast
{
	margin-right: 0px;
}

.BtnNext
{
	margin-right: 0px;
}

.BtnPrevious
{
	margin-right: 0px;
}

.BtnDelete
{
	background-color: #f56a67;
	border-width: 0px;
	color: white;
}

.BtnToggle,.BtnToggleActive
{
	margin-left: -15px;
	margin-right: 15px;
	margin-top: -6px;
	padding-bottom: 11px;
	padding-left: 5px;
	padding-right: 12px;
	padding-top: 3px;
	font-size: 24px;
	letter-spacing: -7px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.BtnToggleActive
{
	background-color: #eaeaea;
	border-bottom-color: #a1a1a1;
	border-left-color: #a1a1a1;
	border-right-color: #a1a1a1;
	border-top-color: #a1a1a1;
}

.ButtonAcceptDrag
{
	box-shadow: 0 4px 0 #1A2F5A;
}

.Grid,.WorkWithReport,.GridDragging,.GridAcceptDrag,.GridNoAcceptDrag,.Grid_Custom,.Grid_SubWorkWith,.Grid_Prompt,.Grid_Transaction,.K2BTransactionGrid,.Grid_MultipleSelection,.Grid_WorkWith,.Grid_WorkWithSingle,.Grid_CustomGrid_WorKWith,.Grid_Estadisticas,.Grid_EstadisticasSingle,.Grid_WorkWithHover,.Grid_WorkWithSelected,.Grid_WorKWith_2,.Grid_WorKWith_4,.GridK2BTransactionGrid,.K2BTransactionGrid_2,.K2BGeneralGrid,.K2BNoPaddingGrid,.GridK2BTransactionGrid1,.GridK2BTransactionGrid1K2BGeneralGrid,.grilla_prompts,.grilla_comun,.GridContext,.Grid_WorkWith_3,.Grid_SubWorkWith_2,.Grid_Prompt_2,.Grid_Transaction_2,.K2BTransactionGrid_3,.Grid_MultipleSelection_2,.WorkWithBorder,.GridNoData,.Grid[data-gx-grid-nodata],.WorkWithReport[data-gx-grid-nodata],.GridDragging[data-gx-grid-nodata],.GridAcceptDrag[data-gx-grid-nodata],.GridNoAcceptDrag[data-gx-grid-nodata],.Grid_Custom[data-gx-grid-nodata],.Grid_SubWorkWith[data-gx-grid-nodata],.Grid_Prompt[data-gx-grid-nodata],.Grid_Transaction[data-gx-grid-nodata],.K2BTransactionGrid[data-gx-grid-nodata],.Grid_MultipleSelection[data-gx-grid-nodata],.Grid_WorkWith[data-gx-grid-nodata],.Grid_WorkWithSingle[data-gx-grid-nodata],.Grid_CustomGrid_WorKWith[data-gx-grid-nodata],.Grid_Estadisticas[data-gx-grid-nodata],.Grid_EstadisticasSingle[data-gx-grid-nodata],.Grid_WorkWithHover[data-gx-grid-nodata],.Grid_WorkWithSelected[data-gx-grid-nodata],.Grid_WorKWith_2[data-gx-grid-nodata],.Grid_WorKWith_4[data-gx-grid-nodata],.GridK2BTransactionGrid[data-gx-grid-nodata],.K2BTransactionGrid_2[data-gx-grid-nodata],.K2BGeneralGrid[data-gx-grid-nodata],.K2BNoPaddingGrid[data-gx-grid-nodata],.GridK2BTransactionGrid1[data-gx-grid-nodata],.GridK2BTransactionGrid1K2BGeneralGrid[data-gx-grid-nodata],.grilla_prompts[data-gx-grid-nodata],.grilla_comun[data-gx-grid-nodata],.GridContext[data-gx-grid-nodata],.Grid_AllowSelection[data-gx-grid-nodata],.Grid_WorkWith_3[data-gx-grid-nodata],.Grid_SubWorkWith_2[data-gx-grid-nodata],.Grid_Prompt_2[data-gx-grid-nodata],.Grid_Transaction_2[data-gx-grid-nodata],.K2BTransactionGrid_3[data-gx-grid-nodata],.Grid_MultipleSelection_2[data-gx-grid-nodata],.WorkWithBorder[data-gx-grid-nodata],.dlGrillaAmarras[data-gx-grid-nodata],.GridNoData[data-gx-grid-nodata],.WorkWith[data-gx-grid-nodata],.PromptGrid[data-gx-grid-nodata],.ViewGrid[data-gx-grid-nodata],.FreeStyleGrid[data-gx-grid-nodata],.FreeStyle_RecentLinks[data-gx-grid-nodata],.FreeStyleGrid_Transaction[data-gx-grid-nodata],.K2BFreeStyle[data-gx-grid-nodata],.FreeStyleGrid_WPB[data-gx-grid-nodata],.FreeStyleGrid_Menu[data-gx-grid-nodata],.FreeStyleGridMensajesInternos[data-gx-grid-nodata],.VerticalTabGrid[data-gx-grid-nodata],.FreeStyleGrid_SearchResult[data-gx-grid-nodata],.K2BTools_SearchGrid[data-gx-grid-nodata],.K2BT_SelectedItemsGrid[data-gx-grid-nodata],.K2BT_CommentThreads[data-gx-grid-nodata],.K2BT_MFCL[data-gx-grid-nodata],.K2BT_MFLG[data-gx-grid-nodata],.K2BT_SavedGridViews[data-gx-grid-nodata],.K2BT_TimelineGrid[data-gx-grid-nodata],.RecentLinksGrid[data-gx-grid-nodata],.TrnSublevelGrid[data-gx-grid-nodata],.WorkWith,.PromptGrid,.ViewGrid
{
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	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;
	width: 100%;
}

.Grid>tbody>tr,.Grid>[data-gxrow]
{
	color: #141414;
}

.Grid>thead>tr, .Grid>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid[data-bkgstyle='none']>thead>tr, .Grid[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid[data-bkgstyle='header']>thead>tr, .Grid[data-bkgstyle='header']>tfoot>tr, .Grid[data-bkgstyle='report']>thead>tr, .Grid[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.WorkWithReport>tbody>tr,.WorkWithReport>[data-gxrow]
{
	color: #141414;
}

.WorkWithReport>thead>tr, .WorkWithReport>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.WorkWithReport[data-bkgstyle='none']>thead>tr, .WorkWithReport[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.WorkWithReport[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.WorkWithReport[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.WorkWithReport[data-bkgstyle='header']>thead>tr, .WorkWithReport[data-bkgstyle='header']>tfoot>tr, .WorkWithReport[data-bkgstyle='report']>thead>tr, .WorkWithReport[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.GridDragging>tbody>tr,.GridDragging>[data-gxrow]
{
	color: #141414;
}

.GridDragging>thead>tr, .GridDragging>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.GridDragging[data-bkgstyle='none']>thead>tr, .GridDragging[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridDragging[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.GridDragging[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.GridDragging[data-bkgstyle='header']>thead>tr, .GridDragging[data-bkgstyle='header']>tfoot>tr, .GridDragging[data-bkgstyle='report']>thead>tr, .GridDragging[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.GridAcceptDrag>tbody>tr,.GridAcceptDrag>[data-gxrow]
{
	color: #141414;
}

.GridAcceptDrag>thead>tr, .GridAcceptDrag>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.GridAcceptDrag[data-bkgstyle='none']>thead>tr, .GridAcceptDrag[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridAcceptDrag[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.GridAcceptDrag[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.GridAcceptDrag[data-bkgstyle='header']>thead>tr, .GridAcceptDrag[data-bkgstyle='header']>tfoot>tr, .GridAcceptDrag[data-bkgstyle='report']>thead>tr, .GridAcceptDrag[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.GridNoAcceptDrag>tbody>tr,.GridNoAcceptDrag>[data-gxrow]
{
	color: #141414;
}

.GridNoAcceptDrag>thead>tr, .GridNoAcceptDrag>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.GridNoAcceptDrag[data-bkgstyle='none']>thead>tr, .GridNoAcceptDrag[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridNoAcceptDrag[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.GridNoAcceptDrag[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.GridNoAcceptDrag[data-bkgstyle='header']>thead>tr, .GridNoAcceptDrag[data-bkgstyle='header']>tfoot>tr, .GridNoAcceptDrag[data-bkgstyle='report']>thead>tr, .GridNoAcceptDrag[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_Custom>tbody>tr,.Grid_Custom>[data-gxrow]
{
	color: #141414;
}

.Grid_Custom>thead>tr, .Grid_Custom>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_Custom[data-bkgstyle='none']>thead>tr, .Grid_Custom[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_Custom[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_Custom[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_Custom[data-bkgstyle='header']>thead>tr, .Grid_Custom[data-bkgstyle='header']>tfoot>tr, .Grid_Custom[data-bkgstyle='report']>thead>tr, .Grid_Custom[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_SubWorkWith>tbody>tr,.Grid_SubWorkWith>[data-gxrow]
{
	color: #141414;
}

.Grid_SubWorkWith>thead>tr, .Grid_SubWorkWith>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_SubWorkWith[data-bkgstyle='none']>thead>tr, .Grid_SubWorkWith[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_SubWorkWith[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_SubWorkWith[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_SubWorkWith[data-bkgstyle='header']>thead>tr, .Grid_SubWorkWith[data-bkgstyle='header']>tfoot>tr, .Grid_SubWorkWith[data-bkgstyle='report']>thead>tr, .Grid_SubWorkWith[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_Prompt>tbody>tr,.Grid_Prompt>[data-gxrow]
{
	color: #141414;
}

.Grid_Prompt>thead>tr, .Grid_Prompt>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_Prompt[data-bkgstyle='none']>thead>tr, .Grid_Prompt[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_Prompt[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_Prompt[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_Prompt[data-bkgstyle='header']>thead>tr, .Grid_Prompt[data-bkgstyle='header']>tfoot>tr, .Grid_Prompt[data-bkgstyle='report']>thead>tr, .Grid_Prompt[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_Transaction>tbody>tr,.Grid_Transaction>[data-gxrow]
{
	color: #141414;
}

.Grid_Transaction>thead>tr, .Grid_Transaction>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_Transaction[data-bkgstyle='none']>thead>tr, .Grid_Transaction[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_Transaction[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_Transaction[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_Transaction[data-bkgstyle='header']>thead>tr, .Grid_Transaction[data-bkgstyle='header']>tfoot>tr, .Grid_Transaction[data-bkgstyle='report']>thead>tr, .Grid_Transaction[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.K2BTransactionGrid>tbody>tr,.K2BTransactionGrid>[data-gxrow]
{
	color: #141414;
}

.K2BTransactionGrid>thead>tr, .K2BTransactionGrid>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.K2BTransactionGrid[data-bkgstyle='none']>thead>tr, .K2BTransactionGrid[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.K2BTransactionGrid[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.K2BTransactionGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.K2BTransactionGrid[data-bkgstyle='header']>thead>tr, .K2BTransactionGrid[data-bkgstyle='header']>tfoot>tr, .K2BTransactionGrid[data-bkgstyle='report']>thead>tr, .K2BTransactionGrid[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_MultipleSelection>tbody>tr,.Grid_MultipleSelection>[data-gxrow]
{
	color: #141414;
}

.Grid_MultipleSelection>thead>tr, .Grid_MultipleSelection>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_MultipleSelection[data-bkgstyle='none']>thead>tr, .Grid_MultipleSelection[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_MultipleSelection[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_MultipleSelection[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_MultipleSelection[data-bkgstyle='header']>thead>tr, .Grid_MultipleSelection[data-bkgstyle='header']>tfoot>tr, .Grid_MultipleSelection[data-bkgstyle='report']>thead>tr, .Grid_MultipleSelection[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_WorkWith>tbody>tr,.Grid_WorkWith>[data-gxrow]
{
	color: #141414;
}

.Grid_WorkWith>thead>tr, .Grid_WorkWith>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_WorkWith[data-bkgstyle='none']>thead>tr, .Grid_WorkWith[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_WorkWith[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_WorkWith[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_WorkWith[data-bkgstyle='header']>thead>tr, .Grid_WorkWith[data-bkgstyle='header']>tfoot>tr, .Grid_WorkWith[data-bkgstyle='report']>thead>tr, .Grid_WorkWith[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_WorkWithSingle>tbody>tr,.Grid_WorkWithSingle>[data-gxrow]
{
	color: #141414;
}

.Grid_WorkWithSingle>thead>tr, .Grid_WorkWithSingle>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_WorkWithSingle[data-bkgstyle='none']>thead>tr, .Grid_WorkWithSingle[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_WorkWithSingle[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_WorkWithSingle[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_WorkWithSingle[data-bkgstyle='header']>thead>tr, .Grid_WorkWithSingle[data-bkgstyle='header']>tfoot>tr, .Grid_WorkWithSingle[data-bkgstyle='report']>thead>tr, .Grid_WorkWithSingle[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_CustomGrid_WorKWith>tbody>tr,.Grid_CustomGrid_WorKWith>[data-gxrow]
{
	color: #141414;
}

.Grid_CustomGrid_WorKWith>thead>tr, .Grid_CustomGrid_WorKWith>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_CustomGrid_WorKWith[data-bkgstyle='none']>thead>tr, .Grid_CustomGrid_WorKWith[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_CustomGrid_WorKWith[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_CustomGrid_WorKWith[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_CustomGrid_WorKWith[data-bkgstyle='header']>thead>tr, .Grid_CustomGrid_WorKWith[data-bkgstyle='header']>tfoot>tr, .Grid_CustomGrid_WorKWith[data-bkgstyle='report']>thead>tr, .Grid_CustomGrid_WorKWith[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_Estadisticas>tbody>tr,.Grid_Estadisticas>[data-gxrow]
{
	color: #141414;
}

.Grid_Estadisticas>thead>tr, .Grid_Estadisticas>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_Estadisticas[data-bkgstyle='none']>thead>tr, .Grid_Estadisticas[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_Estadisticas[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_Estadisticas[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_Estadisticas[data-bkgstyle='header']>thead>tr, .Grid_Estadisticas[data-bkgstyle='header']>tfoot>tr, .Grid_Estadisticas[data-bkgstyle='report']>thead>tr, .Grid_Estadisticas[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_EstadisticasSingle>tbody>tr,.Grid_EstadisticasSingle>[data-gxrow]
{
	color: #141414;
}

.Grid_EstadisticasSingle>thead>tr, .Grid_EstadisticasSingle>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_EstadisticasSingle[data-bkgstyle='none']>thead>tr, .Grid_EstadisticasSingle[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_EstadisticasSingle[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_EstadisticasSingle[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_EstadisticasSingle[data-bkgstyle='header']>thead>tr, .Grid_EstadisticasSingle[data-bkgstyle='header']>tfoot>tr, .Grid_EstadisticasSingle[data-bkgstyle='report']>thead>tr, .Grid_EstadisticasSingle[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_WorkWithHover>tbody>tr,.Grid_WorkWithHover>[data-gxrow]
{
	color: #141414;
}

.Grid_WorkWithHover>thead>tr, .Grid_WorkWithHover>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_WorkWithHover[data-bkgstyle='none']>thead>tr, .Grid_WorkWithHover[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_WorkWithHover[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_WorkWithHover[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_WorkWithHover[data-bkgstyle='header']>thead>tr, .Grid_WorkWithHover[data-bkgstyle='header']>tfoot>tr, .Grid_WorkWithHover[data-bkgstyle='report']>thead>tr, .Grid_WorkWithHover[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_WorkWithSelected>tbody>tr,.Grid_WorkWithSelected>[data-gxrow]
{
	color: #141414;
}

.Grid_WorkWithSelected>thead>tr, .Grid_WorkWithSelected>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_WorkWithSelected[data-bkgstyle='none']>thead>tr, .Grid_WorkWithSelected[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_WorkWithSelected[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_WorkWithSelected[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_WorkWithSelected[data-bkgstyle='header']>thead>tr, .Grid_WorkWithSelected[data-bkgstyle='header']>tfoot>tr, .Grid_WorkWithSelected[data-bkgstyle='report']>thead>tr, .Grid_WorkWithSelected[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_WorKWith_2>tbody>tr,.Grid_WorKWith_2>[data-gxrow]
{
	color: #141414;
}

.Grid_WorKWith_2>thead>tr, .Grid_WorKWith_2>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_WorKWith_2[data-bkgstyle='none']>thead>tr, .Grid_WorKWith_2[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_WorKWith_2[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_WorKWith_2[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_WorKWith_2[data-bkgstyle='header']>thead>tr, .Grid_WorKWith_2[data-bkgstyle='header']>tfoot>tr, .Grid_WorKWith_2[data-bkgstyle='report']>thead>tr, .Grid_WorKWith_2[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_WorKWith_4>tbody>tr,.Grid_WorKWith_4>[data-gxrow]
{
	color: #141414;
}

.Grid_WorKWith_4>thead>tr, .Grid_WorKWith_4>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_WorKWith_4[data-bkgstyle='none']>thead>tr, .Grid_WorKWith_4[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_WorKWith_4[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_WorKWith_4[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_WorKWith_4[data-bkgstyle='header']>thead>tr, .Grid_WorKWith_4[data-bkgstyle='header']>tfoot>tr, .Grid_WorKWith_4[data-bkgstyle='report']>thead>tr, .Grid_WorKWith_4[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.GridK2BTransactionGrid>tbody>tr,.GridK2BTransactionGrid>[data-gxrow]
{
	color: #141414;
}

.GridK2BTransactionGrid>thead>tr, .GridK2BTransactionGrid>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.GridK2BTransactionGrid[data-bkgstyle='none']>thead>tr, .GridK2BTransactionGrid[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridK2BTransactionGrid[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.GridK2BTransactionGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.GridK2BTransactionGrid[data-bkgstyle='header']>thead>tr, .GridK2BTransactionGrid[data-bkgstyle='header']>tfoot>tr, .GridK2BTransactionGrid[data-bkgstyle='report']>thead>tr, .GridK2BTransactionGrid[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.K2BTransactionGrid_2>tbody>tr,.K2BTransactionGrid_2>[data-gxrow]
{
	color: #141414;
}

.K2BTransactionGrid_2>thead>tr, .K2BTransactionGrid_2>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.K2BTransactionGrid_2[data-bkgstyle='none']>thead>tr, .K2BTransactionGrid_2[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.K2BTransactionGrid_2[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.K2BTransactionGrid_2[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.K2BTransactionGrid_2[data-bkgstyle='header']>thead>tr, .K2BTransactionGrid_2[data-bkgstyle='header']>tfoot>tr, .K2BTransactionGrid_2[data-bkgstyle='report']>thead>tr, .K2BTransactionGrid_2[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.K2BGeneralGrid>tbody>tr,.K2BGeneralGrid>[data-gxrow]
{
	color: #141414;
}

.K2BGeneralGrid>thead>tr, .K2BGeneralGrid>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.K2BGeneralGrid[data-bkgstyle='none']>thead>tr, .K2BGeneralGrid[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.K2BGeneralGrid[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.K2BGeneralGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.K2BGeneralGrid[data-bkgstyle='header']>thead>tr, .K2BGeneralGrid[data-bkgstyle='header']>tfoot>tr, .K2BGeneralGrid[data-bkgstyle='report']>thead>tr, .K2BGeneralGrid[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.K2BNoPaddingGrid>tbody>tr,.K2BNoPaddingGrid>[data-gxrow]
{
	color: #141414;
}

.K2BNoPaddingGrid>thead>tr, .K2BNoPaddingGrid>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.K2BNoPaddingGrid[data-bkgstyle='none']>thead>tr, .K2BNoPaddingGrid[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.K2BNoPaddingGrid[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.K2BNoPaddingGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.K2BNoPaddingGrid[data-bkgstyle='header']>thead>tr, .K2BNoPaddingGrid[data-bkgstyle='header']>tfoot>tr, .K2BNoPaddingGrid[data-bkgstyle='report']>thead>tr, .K2BNoPaddingGrid[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.GridK2BTransactionGrid1>tbody>tr,.GridK2BTransactionGrid1>[data-gxrow]
{
	color: #141414;
}

.GridK2BTransactionGrid1>thead>tr, .GridK2BTransactionGrid1>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.GridK2BTransactionGrid1[data-bkgstyle='none']>thead>tr, .GridK2BTransactionGrid1[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridK2BTransactionGrid1[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.GridK2BTransactionGrid1[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.GridK2BTransactionGrid1[data-bkgstyle='header']>thead>tr, .GridK2BTransactionGrid1[data-bkgstyle='header']>tfoot>tr, .GridK2BTransactionGrid1[data-bkgstyle='report']>thead>tr, .GridK2BTransactionGrid1[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.GridK2BTransactionGrid1K2BGeneralGrid>tbody>tr,.GridK2BTransactionGrid1K2BGeneralGrid>[data-gxrow]
{
	color: #141414;
}

.GridK2BTransactionGrid1K2BGeneralGrid>thead>tr, .GridK2BTransactionGrid1K2BGeneralGrid>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.GridK2BTransactionGrid1K2BGeneralGrid[data-bkgstyle='none']>thead>tr, .GridK2BTransactionGrid1K2BGeneralGrid[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridK2BTransactionGrid1K2BGeneralGrid[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.GridK2BTransactionGrid1K2BGeneralGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.GridK2BTransactionGrid1K2BGeneralGrid[data-bkgstyle='header']>thead>tr, .GridK2BTransactionGrid1K2BGeneralGrid[data-bkgstyle='header']>tfoot>tr, .GridK2BTransactionGrid1K2BGeneralGrid[data-bkgstyle='report']>thead>tr, .GridK2BTransactionGrid1K2BGeneralGrid[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.grilla_prompts>tbody>tr,.grilla_prompts>[data-gxrow]
{
	color: #141414;
}

.grilla_prompts>thead>tr, .grilla_prompts>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.grilla_prompts[data-bkgstyle='none']>thead>tr, .grilla_prompts[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.grilla_prompts[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.grilla_prompts[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.grilla_prompts[data-bkgstyle='header']>thead>tr, .grilla_prompts[data-bkgstyle='header']>tfoot>tr, .grilla_prompts[data-bkgstyle='report']>thead>tr, .grilla_prompts[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.grilla_comun>tbody>tr,.grilla_comun>[data-gxrow]
{
	color: #141414;
}

.grilla_comun>thead>tr, .grilla_comun>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.grilla_comun[data-bkgstyle='none']>thead>tr, .grilla_comun[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.grilla_comun[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.grilla_comun[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.grilla_comun[data-bkgstyle='header']>thead>tr, .grilla_comun[data-bkgstyle='header']>tfoot>tr, .grilla_comun[data-bkgstyle='report']>thead>tr, .grilla_comun[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.GridContext>tbody>tr,.GridContext>[data-gxrow]
{
	color: #141414;
}

.GridContext>thead>tr, .GridContext>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.GridContext[data-bkgstyle='none']>thead>tr, .GridContext[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridContext[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.GridContext[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.GridContext[data-bkgstyle='header']>thead>tr, .GridContext[data-bkgstyle='header']>tfoot>tr, .GridContext[data-bkgstyle='report']>thead>tr, .GridContext[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_WorkWith_3>tbody>tr,.Grid_WorkWith_3>[data-gxrow]
{
	color: #141414;
}

.Grid_WorkWith_3>thead>tr, .Grid_WorkWith_3>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_WorkWith_3[data-bkgstyle='none']>thead>tr, .Grid_WorkWith_3[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_WorkWith_3[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_WorkWith_3[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_WorkWith_3[data-bkgstyle='header']>thead>tr, .Grid_WorkWith_3[data-bkgstyle='header']>tfoot>tr, .Grid_WorkWith_3[data-bkgstyle='report']>thead>tr, .Grid_WorkWith_3[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_SubWorkWith_2>tbody>tr,.Grid_SubWorkWith_2>[data-gxrow]
{
	color: #141414;
}

.Grid_SubWorkWith_2>thead>tr, .Grid_SubWorkWith_2>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_SubWorkWith_2[data-bkgstyle='none']>thead>tr, .Grid_SubWorkWith_2[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_SubWorkWith_2[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_SubWorkWith_2[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_SubWorkWith_2[data-bkgstyle='header']>thead>tr, .Grid_SubWorkWith_2[data-bkgstyle='header']>tfoot>tr, .Grid_SubWorkWith_2[data-bkgstyle='report']>thead>tr, .Grid_SubWorkWith_2[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_Prompt_2>tbody>tr,.Grid_Prompt_2>[data-gxrow]
{
	color: #141414;
}

.Grid_Prompt_2>thead>tr, .Grid_Prompt_2>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_Prompt_2[data-bkgstyle='none']>thead>tr, .Grid_Prompt_2[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_Prompt_2[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_Prompt_2[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_Prompt_2[data-bkgstyle='header']>thead>tr, .Grid_Prompt_2[data-bkgstyle='header']>tfoot>tr, .Grid_Prompt_2[data-bkgstyle='report']>thead>tr, .Grid_Prompt_2[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_Transaction_2>tbody>tr,.Grid_Transaction_2>[data-gxrow]
{
	color: #141414;
}

.Grid_Transaction_2>thead>tr, .Grid_Transaction_2>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_Transaction_2[data-bkgstyle='none']>thead>tr, .Grid_Transaction_2[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_Transaction_2[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_Transaction_2[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_Transaction_2[data-bkgstyle='header']>thead>tr, .Grid_Transaction_2[data-bkgstyle='header']>tfoot>tr, .Grid_Transaction_2[data-bkgstyle='report']>thead>tr, .Grid_Transaction_2[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.K2BTransactionGrid_3>tbody>tr,.K2BTransactionGrid_3>[data-gxrow]
{
	color: #141414;
}

.K2BTransactionGrid_3>thead>tr, .K2BTransactionGrid_3>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.K2BTransactionGrid_3[data-bkgstyle='none']>thead>tr, .K2BTransactionGrid_3[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.K2BTransactionGrid_3[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.K2BTransactionGrid_3[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.K2BTransactionGrid_3[data-bkgstyle='header']>thead>tr, .K2BTransactionGrid_3[data-bkgstyle='header']>tfoot>tr, .K2BTransactionGrid_3[data-bkgstyle='report']>thead>tr, .K2BTransactionGrid_3[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.Grid_MultipleSelection_2>tbody>tr,.Grid_MultipleSelection_2>[data-gxrow]
{
	color: #141414;
}

.Grid_MultipleSelection_2>thead>tr, .Grid_MultipleSelection_2>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.Grid_MultipleSelection_2[data-bkgstyle='none']>thead>tr, .Grid_MultipleSelection_2[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid_MultipleSelection_2[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.Grid_MultipleSelection_2[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.Grid_MultipleSelection_2[data-bkgstyle='header']>thead>tr, .Grid_MultipleSelection_2[data-bkgstyle='header']>tfoot>tr, .Grid_MultipleSelection_2[data-bkgstyle='report']>thead>tr, .Grid_MultipleSelection_2[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.WorkWithBorder>tbody>tr,.WorkWithBorder>[data-gxrow]
{
	color: #141414;
}

.WorkWithBorder>thead>tr, .WorkWithBorder>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.WorkWithBorder[data-bkgstyle='none']>thead>tr, .WorkWithBorder[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.WorkWithBorder[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.WorkWithBorder[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.WorkWithBorder[data-bkgstyle='header']>thead>tr, .WorkWithBorder[data-bkgstyle='header']>tfoot>tr, .WorkWithBorder[data-bkgstyle='report']>thead>tr, .WorkWithBorder[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.GridNoData,.Grid[data-gx-grid-nodata],.WorkWithReport[data-gx-grid-nodata],.GridDragging[data-gx-grid-nodata],.GridAcceptDrag[data-gx-grid-nodata],.GridNoAcceptDrag[data-gx-grid-nodata],.Grid_Custom[data-gx-grid-nodata],.Grid_SubWorkWith[data-gx-grid-nodata],.Grid_Prompt[data-gx-grid-nodata],.Grid_Transaction[data-gx-grid-nodata],.K2BTransactionGrid[data-gx-grid-nodata],.Grid_MultipleSelection[data-gx-grid-nodata],.Grid_WorkWith[data-gx-grid-nodata],.Grid_WorkWithSingle[data-gx-grid-nodata],.Grid_CustomGrid_WorKWith[data-gx-grid-nodata],.Grid_Estadisticas[data-gx-grid-nodata],.Grid_EstadisticasSingle[data-gx-grid-nodata],.Grid_WorkWithHover[data-gx-grid-nodata],.Grid_WorkWithSelected[data-gx-grid-nodata],.Grid_WorKWith_2[data-gx-grid-nodata],.Grid_WorKWith_4[data-gx-grid-nodata],.GridK2BTransactionGrid[data-gx-grid-nodata],.K2BTransactionGrid_2[data-gx-grid-nodata],.K2BGeneralGrid[data-gx-grid-nodata],.K2BNoPaddingGrid[data-gx-grid-nodata],.GridK2BTransactionGrid1[data-gx-grid-nodata],.GridK2BTransactionGrid1K2BGeneralGrid[data-gx-grid-nodata],.grilla_prompts[data-gx-grid-nodata],.grilla_comun[data-gx-grid-nodata],.GridContext[data-gx-grid-nodata],.Grid_AllowSelection[data-gx-grid-nodata],.Grid_WorkWith_3[data-gx-grid-nodata],.Grid_SubWorkWith_2[data-gx-grid-nodata],.Grid_Prompt_2[data-gx-grid-nodata],.Grid_Transaction_2[data-gx-grid-nodata],.K2BTransactionGrid_3[data-gx-grid-nodata],.Grid_MultipleSelection_2[data-gx-grid-nodata],.WorkWithBorder[data-gx-grid-nodata],.dlGrillaAmarras[data-gx-grid-nodata],.GridNoData[data-gx-grid-nodata],.WorkWith[data-gx-grid-nodata],.PromptGrid[data-gx-grid-nodata],.ViewGrid[data-gx-grid-nodata],.FreeStyleGrid[data-gx-grid-nodata],.FreeStyle_RecentLinks[data-gx-grid-nodata],.FreeStyleGrid_Transaction[data-gx-grid-nodata],.K2BFreeStyle[data-gx-grid-nodata],.FreeStyleGrid_WPB[data-gx-grid-nodata],.FreeStyleGrid_Menu[data-gx-grid-nodata],.FreeStyleGridMensajesInternos[data-gx-grid-nodata],.VerticalTabGrid[data-gx-grid-nodata],.FreeStyleGrid_SearchResult[data-gx-grid-nodata],.K2BTools_SearchGrid[data-gx-grid-nodata],.K2BT_SelectedItemsGrid[data-gx-grid-nodata],.K2BT_CommentThreads[data-gx-grid-nodata],.K2BT_MFCL[data-gx-grid-nodata],.K2BT_MFLG[data-gx-grid-nodata],.K2BT_SavedGridViews[data-gx-grid-nodata],.K2BT_TimelineGrid[data-gx-grid-nodata],.RecentLinksGrid[data-gx-grid-nodata],.TrnSublevelGrid[data-gx-grid-nodata]
{
	background-color: lightgray;
	min-height: 4em;
}

.GridNoData>tbody>tr,.GridNoData>[data-gxrow]
{
	color: #141414;
}

.GridNoData>thead>tr, .GridNoData>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
}

.GridNoData[data-bkgstyle='none']>thead>tr, .GridNoData[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridNoData[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
}

.GridNoData[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
}

.GridNoData[data-bkgstyle='header']>thead>tr, .GridNoData[data-bkgstyle='header']>tfoot>tr, .GridNoData[data-bkgstyle='report']>thead>tr, .GridNoData[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
}

.WorkWith,.PromptGrid,.ViewGrid
{
	table-layout: fixed;
}

.WorkWith>tbody>tr,.WorkWith>[data-gxrow]
{
	color: #141414;
	table-layout: fixed;
}

.WorkWith>thead>tr, .WorkWith>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
	table-layout: fixed;
}

.WorkWith[data-bkgstyle='none']>thead>tr, .WorkWith[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.WorkWith[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
	table-layout: fixed;
}

.WorkWith[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .WorkWith[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .WorkWith[data-bkgstyle='uniform']>thead>tr, .WorkWith[data-bkgstyle='uniform']>tfoot>tr
{
	table-layout: fixed;
}

.WorkWith[data-bkgstyle='header']>tbody>tr:nth-child(odd), .WorkWith[data-bkgstyle='header']>tbody>tr:nth-child(even), .WorkWith[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	table-layout: fixed;
}

.WorkWith[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
	table-layout: fixed;
}

.WorkWith[data-bkgstyle='header']>thead>tr, .WorkWith[data-bkgstyle='header']>tfoot>tr, .WorkWith[data-bkgstyle='report']>thead>tr, .WorkWith[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
	table-layout: fixed;
}

.PromptGrid>tbody>tr,.PromptGrid>[data-gxrow]
{
	color: #141414;
	table-layout: fixed;
}

.PromptGrid>thead>tr, .PromptGrid>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
	table-layout: fixed;
}

.PromptGrid[data-bkgstyle='none']>thead>tr, .PromptGrid[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.PromptGrid[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
	table-layout: fixed;
}

.PromptGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .PromptGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .PromptGrid[data-bkgstyle='uniform']>thead>tr, .PromptGrid[data-bkgstyle='uniform']>tfoot>tr
{
	table-layout: fixed;
}

.PromptGrid[data-bkgstyle='header']>tbody>tr:nth-child(odd), .PromptGrid[data-bkgstyle='header']>tbody>tr:nth-child(even), .PromptGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	table-layout: fixed;
}

.PromptGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
	table-layout: fixed;
}

.PromptGrid[data-bkgstyle='header']>thead>tr, .PromptGrid[data-bkgstyle='header']>tfoot>tr, .PromptGrid[data-bkgstyle='report']>thead>tr, .PromptGrid[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
	table-layout: fixed;
}

.ViewGrid>tbody>tr,.ViewGrid>[data-gxrow]
{
	color: #141414;
	table-layout: fixed;
}

.ViewGrid>thead>tr, .ViewGrid>tfoot>tr
{
	font-size: 13px;
	font-weight: normal;
	table-layout: fixed;
}

.ViewGrid[data-bkgstyle='none']>thead>tr, .ViewGrid[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.ViewGrid[data-bkgstyle='none']>tbody>tr
{
	color: #141414;
	table-layout: fixed;
}

.ViewGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .ViewGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .ViewGrid[data-bkgstyle='uniform']>thead>tr, .ViewGrid[data-bkgstyle='uniform']>tfoot>tr
{
	table-layout: fixed;
}

.ViewGrid[data-bkgstyle='header']>tbody>tr:nth-child(odd), .ViewGrid[data-bkgstyle='header']>tbody>tr:nth-child(even), .ViewGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	table-layout: fixed;
}

.ViewGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f0f3f8;
	table-layout: fixed;
}

.ViewGrid[data-bkgstyle='header']>thead>tr, .ViewGrid[data-bkgstyle='header']>tfoot>tr, .ViewGrid[data-bkgstyle='report']>thead>tr, .ViewGrid[data-bkgstyle='report']>tfoot>tr
{
	background-color: #f9f9f9;
	table-layout: fixed;
}

.Group,.Group_Tabular,.Group_FixedData,.Group_TransactionTabular,.Group_FormSection,.Group_Filter,.Group_TabularHighlighted,.Group_PaddingTop,.Group_Domi,.Group_TransactionFreeStyle,.Group_FixedData_2,.Group_FormSection_2,.Group_Filter_2,.Group_FixedData_3,.Group_FormSection_3,.Group_Filter_3,.Group_FixedData_4,.Group_FormSection_4,.Group_Filter_4,.GroupDatalogic,.Group_Invisible,.Group_Transaction,.Group_TransactionSummary,.Group_TransactionTabular_2,.Group_TransactionFreeStyle_2,.K2BToolsFSGAM_LoginBox,.K2BToolsFSGAM_Group_Tabular_Invisible,.Group_AdvancedFilters,.GroupDatalogicAlerta,.GroupTitle,.GroupTxtChico,.GroupDatosPersona
{
	border-bottom-color: #59595c;
	border-left-color: #59595c;
	border-right-color: #59595c;
	border-top-color: #59595c;
	border-style: solid;
	border-width: 1px;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-family: Arial;
}

.GroupTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_TabularTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_FixedDataTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_TransactionTabularTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_FormSectionTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_FilterTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_TabularHighlightedTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_PaddingTopTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_DomiTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_TransactionFreeStyleTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_FixedData_2Title
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_FormSection_2Title
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_Filter_2Title
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_FixedData_3Title
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_FormSection_3Title
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_Filter_3Title
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_FixedData_4Title
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_FormSection_4Title
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_Filter_4Title
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.GroupDatalogicTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_InvisibleTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_TransactionTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_TransactionSummaryTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_TransactionTabular_2Title
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_TransactionFreeStyle_2Title
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.K2BToolsFSGAM_LoginBoxTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.K2BToolsFSGAM_Group_Tabular_InvisibleTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Group_AdvancedFiltersTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.GroupDatalogicAlertaTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.GroupTitle
{
	border-style: none;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	width: auto;
	font-size: 12pt;
	font-weight: normal;
	line-height:1;
}

.GroupTitleTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #141414;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	line-height:1;
}

.GroupTxtChico
{
	margin-left: 30px;
	width: 90%;
}

.GroupTxtChicoTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	color: #141414;
	font-family: Arial;
}

.GroupDatosPersona
{
	margin-left: 30px;
}

.GroupDatosPersonaTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #141414;
	font-family: Arial;
}

.Image_duda
{
	margin-top: 9px;
}
.PagingButtons,.PagingButtonsFirst,.PagingButtonsLast,.PagingButtonsNext,.PagingButtonsPrevious
{
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: 1px;
	height: 20px;
	width: 20px;
	cursor: pointer;
	padding-bottom: 16px !important;
	 padding-left: 26px !important;
}
.PagingButtonsFirst
{
	background-image: url(../FlatDNH/PageFirst.png);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.PagingButtonsLast
{
	background-image: url(../FlatDNH/PageLast.png);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-bottom: 16px !important;
	 padding-left: 26px !important;
	 border-left-width: 0;
}
.PagingButtonsNext
{
	background-image: url(../FlatDNH/PageNext.png);
	padding-bottom: 16px !important;
	 padding-left: 26px !important;
	 border-left-width: 0;
}
.PagingButtonsPrevious
{
	background-image: url(../FlatDNH/PagePrevious.png);
	padding-bottom: 16px !important;
	 padding-left: 26px !important;
	 border-left-width: 0;
}
.PoweredBy
{
	float: right;
	margin-top: 20px;
}
.Table,.TableDragging,.TableAcceptDrag,.TableNoAcceptDrag,.Table_Summary,.Table_AttributeContainer,.Table_Title,.Table_TrnActionsContainer,.Table_DataAreaContainer,.Table_TransactionDataAreaContainer,.Table_ActionsContainer,.Table_ComboActionsContainer,.Table_ActionsContainer_4,.Table_ActionsContainer_Top,.Table_ActionsContainer_Bottom,.Table_ActionsContainer_Left,.Table_ActionsContainer_Right,.Table_TitleDsc,.Table_FormSectionContainer,.TableHideShowFilter,.Table_FilterContainer,.Table_Filters_HideFilters,.TableTabFilter,.Table_BorderSeparator,.Table_Dimensions,.Table_Grid_Container,.Table_Header_Border,.Table_Grid,.Table_FixedData_BackToSelection_Container,.TableTransactionComponentContainer,.K2BTableAttributeTitle,.K2BTableAttributeLeftTitle,.K2BTableGridTitle,.K2BTableFreeStyleTitle,.K2BTableGridContainer,.K2BTableGridSummary,.K2BTableTabsContainer,.K2BTableHeader,.Table_ActionsContainerTop,.FilterContainerTable,.Table_TopActions,.TableMenuContainer,.InformacionSistema,.Table_Scroll,.TableMensajeInternoLeido,.TableMensajeInternoNoLeido,.TableGrid,.TableTop,.TableTopSearch,.TableContent,.TableLeftMenu,.Table100Width,.Table100Wx580H,.Table100W5Padding,.Table100and5padding,.Table2Padding,.TableHorizontalLine,.TableHorizontalLineBlue,.TableHorizontalLineGray,.header_pink_line,.TableTopMenu,.TableVerticalLine,.TableVerticalLineBlue,.TblFiltros,.TblFiltros_Titulo,.TblComun,.TblMenuIzq,.TblMenuIzq_Titulo,.TblMenuIzq_Empresa,.TblMenuIzq_SubTitulo1,.TblMenuIzq_SubTitulo2,.TblMenuIzq_SubTitulo3,.TblMenuIzq_Opcion,.TblHeader_Logos,.TblHeader_Opciones,.TblFooter,.TblResultados,.TblResultados_Titulo,.TblRecuadro,.TblRecuadro_Titulo,.TblMasterPage,.Tabla_Menu_Izquierda,.TitleTable,.MainTable,.TableTrnDataSeparator,.TableTrnMinHeight,.TitleTableSeparator,.WorkWithTitleSeparator,.TableBottomAction,.TableTopActions,.TableTabularActionsTopContainer,.AttributeSectionBackground,.PlainAttributeSectionBackground,.GridAttributeSectionBackground,.TableTabsContainer,.BorderSeparator,.TopSimpleBorder,.TableHeader,.TableDimensions,.TableFiltersAndErrorsContent,.TablesFilterAndHideFilterContent,.TableBorderBottom,.TableHeaderRecentLinks,.TableGridTitle,.TableFreeStyleTitle,.TableGridContainer,.TableTrnGridContainer,.StandardTableCompleteWidth,.BottomFixedDataAndBackToSelectionContainer,.ErrorViewerContainer,.TableFreeStyleContent,.TableGridMinHeigth,.TableMessageContainer,.TableEntityManagerTitleSeparatorContainer,.TableWorkWithTitleSeparatorContainer,.TableTransactionComponentContainerMargin,.TableBGHeaderTop,.K2BToolsFSGAM_Table_Basic,.K2BToolsFSGAM_LoginTable,.Table_GlobalContainer,.ViewTable,.Table_NoSkipItems,.Table_NoSkipFilters,.Container,.ContainerFluid,.Table95,.RecentLinksTable,.K2BToolsTable_FullWidth,.K2BToolsTable_FloatRight,.Table100x100,.TableBorder,.RecentLinksMainTable,.RecentLinksMainTableExpanded,.HorizontalSpace,.TableBottom,.Table960,.TableGreyFooter,.TableBlackFooter,.TableBlackHeader,.TableLogin,.SmallTableLogin,.LargeTableLogin,.WelcomeTable,.Table80,.K2BHeader,.K2BToolsTable_FloatLeft,.K2BToolsTable_FloatCenter,.K2BToolsGridSettingsTable,.K2BToolsTableCell_ActionContainer,.K2BToolsCell_PaginationNormal,.K2BToolsCell_PaginationCurrentPage,.K2BToolsCell_PaginationLeft,.K2BToolsCell_PaginationFirst,.K2BToolsCell_PaginationPrevious,.K2BToolsCell_PaginationInvisible,.K2BToolsCell_PaginationRight,.K2BToolsCell_PaginationLast,.K2BToolsCell_PaginationNext,.K2BToolsCell_PaginationDisabled,.K2BToolsMenuContainer,.K2BToolsMenuContainerVisible,.K2BToolsMyAccountTable,.K2BToolsTable_GridSettings,.K2BToolsTable_GridSettingsContent,.K2BToolsTable_NoResultsFound,.K2BToolsTable_NoResultsFoundUniversalSearch,.K2BToolsTwoPaneNoItemSelectedTable,.K2BT_NoGridViewsFound,.K2BToolsTable_NoResultsFoundSelectionSummary,.K2BToolsTable_PaginationContainer,.K2BToolsTable_SearchPaginationContainer,.K2BToolsTable_SearchContainer,.K2BToolsSection_Card,.K2BToolsSection_SquareCard,.K2BToolsMultipleSelectionButtons,.K2BToolsTable_FieldContainer,.TableDetail,.K2BToolsTable_BottomFixedData,.K2BFSGTable_DashBoardItem,.K2BFSGTable_CAPTCHAContainer,.K2BTableActionsRightContainer,.K2BToolsMenuContainerCompact,.K2BToolsMenuContainerVisibleCompact,.K2BToolsMenuContainerInvisibleCompact,.K2BTools_AdvancedFilterRow,.K2BToolsTableCell_SideText,.K2BToolsTableCell_RequiredField,.K2BToolsTableCell_EmptyRequiredContainer,.K2BToolsTable_TopAttributeContainer,.K2BToolsTableCell_FieldWithSideText,.DL_Tables,.DL_BordeAbajo,.DL_TblTituloMenu,.DL_TblContenido,.DL_TblFondoAyuda,.DL_TblSeparador,.DL_TblBordeAbajo,.K2BToolsTableActionsLeftContainer,.DL_Tablas,.DL_TblOrderBy,.K2BToolsTable_TwoPaneContainer,.K2BToolsTable_TwoPaneActionsContainer,.K2BToolsTable_TwoPaneActionsFixedSize,.K2BToolsSection_VerticalCard,.K2BToolsTable_GreyBackground,.K2BToolsTable_PhotoCardContent,.K2BToolsSection_CompactCard,.K2BToolsTable_Compact,.K2BToolsMultipleFilterListContainer,.K2BToolsTable_MultipleFilterContainer,.K2BToolsTable_MultipleComboMainTable,.K2BToolsTable_FieldBorderFocus,.TwoPaneNoItemSelectedContainer,.K2BToolsSimpleImageListTable,.K2BToolsSimpleImageListSecondaryAttributesTable,.K2BToolsTable_GridContainer,.K2BToolsCell_CheckboxFreeStyle,.K2BToolsTable_ModalWindow,.K2BToolsTable_LoadingMessageContainer,.K2BToolsSection_SelectedSection,.K2BToolsTable_AlignRight,.K2BToolsTable_SmallMargin,.K2BToolsCell_Invisible,.K2BToolsTable_FilterHeader,.K2BToolsTable_GridConfigurationContainer,.K2BToolsTable_DescriptionFixedDataContainer,.K2BToolsTable_ComponentTitleWithIcon,.K2BAnalyzer_HeaderData,.K2BTools_Analysis_Container,.K2BToolsTable_BusinessAnalysisContainer,.K2BT_StructuredListActionsContainer,.K2BT_CardWithSummaryActionsContainer,.K2BT_DetailPopover,.K2BT_SWW_GridConfigurationContainer,.K2BT_PhotoCardDetail,.GridTableHeader,.Table_Panel,.Table_PanelColumna,.Table_PanelColumnaTitulo,.Table_PanelDetalle,.Table_Paneles,.Table_PanelProducto,.Table_PanelProductoTitulo,.Table_PanelSeleccion,.Table_Leyenda,.Table_ActionsContainer_2,.Table_ActionsContainer_Top_2,.Table_ActionsContainer_Bottom_2,.Table_ActionsContainer_Left_2,.Table_ActionsContainer_Right_2,.Table_ActionsContainer_3,.Table_ActionsContainer_Top_3,.Table_ActionsContainer_Bottom_3,.Table_ActionsContainer_Left_3,.Table_ActionsContainer_Right_3,.K2BT_FixedMenuOpen,.K2BT_FixedMenuCollapsed,.MasterPage3,.MasterPage4,.TableButtons,.TopBottom30,.TopBottom5,.TableHeaderRight,.TableLogo,.FiltersContainer,.FiltersContainerItem,.FilterContainerItemSearch,.NegativeMarginTop10,.Table193x216,.Table193x216Collapsed,.ActionsContainer,.ActionsContainerItem,.ActionsContainerVisible,.ViewAdvancedContainer,.ViewAdvancedContainerVisible,.TableAccionesGD,.dlWidth250,.dlWidth100,.dlAmarraContenedorInformacion,.Table_Basic,.Table_Basic_Widht100Percent,.Table_Basic_Grid_Filters_Container,.Table_ConditionalConfirm,.LevelTable,.BodyContainer,.LoginContainer,.HeaderContainer,.ThinHeaderContainer,.RecentLinksContainer,.FormContainer,.TabsFormContainer,.AdvancedContainerItem,.AdvancedContainerItemExpanded,.AdvancedContainer,.AdvancedContainerVisible,.OrdersTable,.WWAdvancedContainer,.PromptContainer,.PromptMainTable,.MainContainer,.GridTabMainTable,.TablePasos,.TableDatosPersona,.tableTituloInfo
{
	margin-bottom: 0px;
	width: 100%;
}
.dlWidth250
{
	width: 250px;
}
.dlAmarraContenedorInformacion
{
	margin-bottom: 6px;
	margin-top: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
	border-top: 1px solid #ccc;
	 border-bottom: 1px solid #ccc;
}
.Table_ConditionalConfirm
{
	left: 0px;
	position: fixed;
	top: 0px;
	z-index: 2;
	background-color: rgba(0,0,0,0.3);
	height: 100%;
}
.LevelTable
{
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
}
.BodyContainer,.LoginContainer
{
	margin-top: 42px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.HeaderContainer,.ThinHeaderContainer,.RecentLinksContainer
{
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 12px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 12px;
	background-color: #58a449;
}
.RecentLinksContainer
{
	background-color: #fff;
}
.FormContainer,.TabsFormContainer
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	background-color: #fff;
}
.AdvancedContainerItem,.AdvancedContainerItemExpanded
{
	overflow: hidden;
	padding-bottom: 20px;
	background-color: white;
	border-bottom-color: #efefef;
	max-height: 55px;
	border-bottom-width: 1px;
	 border-bottom-style: solid;
	 -moz-transition: max-height 0.5s ease-in-out;
	 -webkit-transition: max-height 0.5s ease-in-out;
	 -ms-transition: max-height 0.5s ease-in-out;
	 transition: max-height 0.5s ease-in-out;
}
.AdvancedContainerItemExpanded
{
	max-height: 500px;
}
.AdvancedContainer,.AdvancedContainerVisible
{
	background-color: #fff;
	-moz-transition: left 0.5s ease-in-out;
	 -webkit-transition: left 0.5s ease-in-out;
	 -ms-transition: left 0.5s ease-in-out;
	 transition: left 0.5s ease-in-out;
}
.OrdersTable
{
	padding-left: 20px;
	padding-right: 20px;
}
.WWAdvancedContainer
{
	margin-left: -45px;
	background-color: #fff;
}
.PromptContainer
{
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.PromptMainTable
{
	padding-left: 15px;
	padding-right: 15px;
}
.MainContainer
{
	padding-left: 15px;
	padding-right: 15px;
}
.GridTabMainTable
{
	overflow: hidden;
	position: relative;
}
.TableDatosPersona
{
	margin-bottom: 10px;
	margin-top: 15px;
	padding-bottom: 13px;
	padding-top: 10px;
	background-color: #f6f5f5;
	height: auto;
}
.tableTituloInfo
{
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #d1ecf1;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 50px;
	border: 1px solid  #bee5eb;
}
.TextBlock,.TextBlockDragging,.TextBlockAcceptDrag,.TextBlockNoAcceptDrag,.TextBlock_Page,.TextBlock_AttDesc,.TextBlock_TrnAttDesc,.Text,.TextBlock_TrnAttDesc_Block,.TextBlock_TrnAttDesc_Block_Required,.Textblock_RequiredSymbol,.TextBlock_AttDesc_Block,.TextBlock_TrnAttDescPK,.TextBlock_TrnAttDesc_Required,.TextBlock_TrnAttDescBold,.TextBlock_OrderBy,.TextBlock_BoxTitle,.AttributeBoxTitle,.TextBlock_BoxTitle_Block,.TextBlock_RecentLink,.TextBlock_Title,.TextBlock_Options,.TextBlock_Subtitle_2,.TextBlock_Subtitle_3,.TextBlock_Subtitle,.TextBlock_Tabular,.TextBlock_FixedDataBottomDesc,.TextBlock_FixedDataBottomDesc_Block,.TextBlock_LineSeparator,.TextBlock_LineSeparatorFixedData,.TextBlock_LineSeparatorFilter,.TextBlock_LineSeparatorTrnTabular,.TextBlock_LineSeparatorAttributesSection,.TextBlock_LineSeparatorTrnFreeStyle,.TextBlock_LineSeparatorTrnSummary,.TextBlock_LineSeparatorHighlighted,.TextBlock_LineSeparatorMenu,.TextBlock_LineSeparatorMenuOpen,.TextBlock_LineSeparatorMenuClose,.TextBlock_FilterDesc,.TextBlock_FilterLeftText,.TextBlock_FilterDesc_Block,.TextBlock_FilterTitle,.TextBlock_FilterTitleED,.TextBlock_FilterTitleEDWPD,.TextBlock_FilterTitleBig,.TextBlock_LineSeparatorColapse,.TextBlock_LineSeparatorAttributesSectionColapse,.TextBlock_LineSeparatorFilterColapse,.TextBlock_LineSeparatorFixedDataColapse,.TextBlock_LineSeparatorTrnFreeStyleColapse,.TextBlock_LineSeparatorTrnSummaryColapse,.TextBlock_LineSeparatorTrnTabularColapse,.TextBlock_LineSeparatorHighlightedColapse,.TextBlock_LineSeparatorClose,.TextBlock_LineSeparatorOpen,.TextBlock_LineSeparatorAttributesSectionColapse_2,.TextBlock_LineSeparatorFilterColapse_2,.TextBlock_LineSeparatorFixedDataColapse_2,.TextBlock_LineSeparatorTrnSummaryColapse_2,.TextBlock_LineSeparatorTrnTabularColapse_2,.TextBlock_LineSeparatorFilterColapse_3,.TextBlock_LineSeparatorFixedDataColapse_3,.TextBlock_LineSeparatorTrnTabularColapse_3,.TextBlock_LineSeparatorAttributesSectionColapse_3,.TextBlock_LineSeparatorTrnSummaryColapse_3,.TextBlock_LineSeparatorAttributesSectionColapse_4,.TextBlock_LineSeparatorFilterColapse_4,.TextBlock_LineSeparatorFixedDataColapse_4,.TextBlock_LineSeparatorTrnSummaryColapse_4,.TextBlock_LineSeparatorTrnTabularColapse_4,.TextBlock_FixedDataBottomDesc_2,.TextBlock_FixedDataBottomDesc_Block_2,.TextBlock_LineSeparator_2,.TextBlock_LineSeparatorFixedData_2,.TextBlock_LineSeparatorFilter_2,.TextBlock_LineSeparatorTrnTabular_2,.TextBlock_LineSeparatorAttributesSection_2,.TextBlock_LineSeparatorTrnFreeStyle_2,.TextBlock_LineSeparatorTrnSummary_2,.TextBlock_LineSeparatorHighlighted_2,.TextBlock_LineSeparatorMenu_2,.TextBlock_LineSeparatorMenuOpen_2,.TextBlock_LineSeparatorMenuClose_2,.TextBlock_FilterDesc_2,.TextBlock_FilterLeftText_2,.TextBlock_FilterDesc_Block_2,.TextBlock_FixedDataBottomDesc_3,.TextBlock_LineSeparator_3,.TextBlock_LineSeparatorFixedData_3,.TextBlock_LineSeparatorFilter_3,.TextBlock_LineSeparatorTrnTabular_3,.TextBlock_LineSeparatorTrnFreeStyle_3,.TextBlock_LineSeparatorAttributesSection_3,.TextBlock_LineSeparatorTrnSummary_3,.TextBlock_FilterDesc_3,.TextBlock_FixedDataBottomDesc_4,.TextBlock_LineSeparator_4,.TextBlock_LineSeparatorFixedData_4,.TextBlock_LineSeparatorFilter_4,.TextBlock_LineSeparatorTrnTabular_4,.TextBlock_LineSeparatorAttributesSection_4,.TextBlock_LineSeparatorTrnFreeStyle_4,.TextBlock_LineSeparatorTrnSummary_4,.TextBlock_FilterDesc_4,.TextBlock_RightText,.TextBlock_LeftText,.TextBlock_FilterMessage,.TextBlock_SelectedTab,.TextBlock_UnSelectedTab,.K2BTextView,.K2BTextTrn,.K2BGridTitle,.K2BFreeStyleTitle,.K2BAttributeTitle,.K2BAttributeBoxTitle,.TxtNegrita_Azul,.TxtNegrita_Blanco,.TxtNegrita_Rojo,.TxtNegrita_Verde,.TxtNomSistema,.TextBlock_Footer,.TextBlock_Header,.TextBlock_InformacionSistema,.TextBlock_MenuItem,.TextBlock_User,.TextBlock_MenuTitle,.TextBlock_MensajeInterno,.bullet,.subBullet,.TextTable,.TBTopMenu,.TBLeftMenu,.TxtError,.TxtTitulo,.TxtAdvertencia,.TxtSubTitulo1,.TxtSubTitulo2,.TxtSubTitulo3,.TxtNegrita,.TxtMenuIzq_Titulo,.TxtMenuIzq_Empresa,.TxtMenuIzq_SubTitulo1,.TxtMenuIzq_SubTitulo2,.TxtMenuIzq_SubTitulo3,.TxtMenuIzq_Opcion,.TxtHeader_Version,.TxtHeader_Opcion,.TxtNegritaSubrayado,.TxtFooter,.TxtLinkReporte,.TxtComunSubrayado,.TxtComun_Gris,.TxtItalicaGris,.TxtMenuPrincipal,.TxtTituloAyuda,.TxtHeader_Sistema,.TextBlock_AttLogin,.FixedDataText,.SelectedTab,.UnSelectedTab,.ReadOnlyUnSelectedTab,.TextBlock_BackToWorkWith,.TextBlockAttributeTitle,.TextBlock_BoxTitle_2,.TextBlockAttributeBoxTitle,.Group_TransactionTabularTitle,.TextBlock_Header_WelcomeMessage,.TextBlock_AttDesc_Required,.RecentLink,.Separator,.FooterText,.VerticalMenuOption,.FieldSetTitle,.BtnTextBlock,.BtnTextBlockBack,.BtnTextBlockBackLink,.K2BToolsTextBlock_ChangePassword,.K2BToolsTextBlock_GridSettingsTitle,.K2BToolsTextBlock_Logout,.K2BToolsTextBlock_MyAccount,.K2BToolsTextBlock_PaginationNormal,.K2BToolsTextBlock_PaginationCurrent,.K2BToolsTextBlock_PaginationDisabled,.K2BToolsTextBlock_PaginationNormal_Disabled,.K2BToolsTextblock_UserName,.K2BToolsTextBlock_NoResultsFound,.SideLabel,.K2BFSGTextBlock_DashboardTitle,.K2BFSGTextBlock_DashboardDescription,.TextBlock_FloatRight,.ReadonlyTextBlock_FloatRight,.Textblock_AdvancedFiltersEmptyState,.DL_TextBlocks,.DL_Titulo_CentradoSubrayado,.DL_TxtTituloMenu,.DL_SubTitulo_Centrado,.DL_TituloEstadisticas,.DL_TextoCaptcha,.DL_TextoErrores,.DL_TextoAyuda,.TextBlock_olvidarContra,.TextBlock1,.TextBlockDatosPersona,.TextBlock_Pasos,.K2BToolsTwoPaneNoItemSelectedText,.K2BTools_MoreInformationText,.K2BToolsTextBlock_MultipleComboTitle,.PopupTitle,.K2BToolsTextblock_SmallTitle,.K2BToolsTextblock_FilterToggle,.K2BToolsTextBlock_FilterSummaryLabel,.K2BToolsTextBlock_FilterSummary,.K2BTools_Analysis_Color2,.K2BTools_Analysis_Color3,.K2BTools_Analysis_Color4,.K2BTools_Analysis_ColorDefault,.K2BToolsTextblock_InitialsCircleSmall,.K2BToolsTextblock_UserEmail,.K2BToolsTextblock_InitialsCircle,.K2BToolsTextblock_InitialsCircleHover,.K2BTools_NotAuthorizedDescription,.K2BTools_NotAuthorizedTitle,.K2BToolsTextBlock_MyAccountHover,.K2BT_ApplicationName,.K2BT_ApplicationNameHover,.K2BT_DetailedFiltersTitle,.K2BT_NoItemsSelectedTextblock,.K2BToolsTextBlock_WizardDescription,.K2BT_RecordCount,.K2BT_StructuredListSummary,.K2BT_CardWithSummarySummary,.K2BT_NotificationDate,.K2BT_NotificationHeader,.K2BT_NotificationMessage,.K2BT_NotificationViewAllAction,.K2BT_MentionedUserHighlight,.K2BT_CommentAuthorName,.K2BT_CommentDate,.K2BT_CommentThreadResolved,.K2BT_SimpleECommercePrice,.LeftLabel,.RightLabel,.K2BT_ColumnAggregationCaption,.K2BT_TagsCollectionItemTitle,.K2BT_TagsCollectionEmptyMessage,.K2BT_ListViewerItemTitle,.K2BT_RangeFilterListManual,.K2BToolsTextBlock_MyAccountAnchor,.K2BToolsTextblock_InitialsCircleSmallAnchor,.K2BT_ApplicationNameAnchor,.Attribute_GridAnchor,.Attribute_GridHover,.K2BT_Hover,.K2BT_Anchor,.K2BT_SavedGridViewName,.K2BToolsTextBlock_GridSettingsTitleAnchor,.K2BToolsTextBlock_GridSettingsTitleHover,.K2BT_OpenMeetingAction,.K2BT_OpenMeetingActionLink,.K2BT_LeftMeetingMessage,.K2BT_Focus,.K2BT_GridSettingsSectionTitle,.K2BT_GridSettingsSectionTitleLink,.K2BT_TimelineTitle,.K2BT_TimelineDate,.K2BT_TimelineSummary,.K2BT_Stepper_Button,.K2BT_Stepper_ButtonHover,.K2BT_AttributeFocus,.K2BT_AnchorAccent,.K2BT_AnchorInlineEditAction,.K2BT_TabItem,.K2BT_TabItemSelected,.K2BT_TabItemAnchor,.K2BT_Tab,.K2BT_TabItemHover,.K2BT_TabItemFocus,.K2BT_AnchorSubtitle,.K2BT_HoverSubtitle,.TextBlock_LineSeparatorOpenAnchor,.TextBlock_LineSeparatorOpenHover,.K2BT_OverflowMenuAction,.K2BTEnhancedComboHeader,.K2BTEnhancedComboDescription,.K2BTEnhancedComboCategoryName,.K2BTEnhancedComboNewAction,.K2BTEnhancedComboNewActionHover,.K2BTEnhancedComboTrailingText,.K2BTEnhancedComboSearchHighlight,.K2BT_ConfirmDialogMessage,.K2BT_ToggleBarCategoryName,.K2BT_ToggleBarDescription,.K2BT_ToggleDark,.K2BT_DeleteGridView,.K2BT_EnhancedComboHeaderTagDelete,.K2BT_EnhancedComboHeaderTagDescription,.TextBlock_SubTotales,.Txt_Panel_Campo,.Txt_Panel_Titulo,.Txt_Panel_Total,.TextBlockUnSelectedTab,.K2BT_GridSettingsSectionTitleClosed,.K2BT_DashboardKPIValue,.FloatingVersionText,.FloatingVersionTextColoured,.VersionText,.HomeBodyText,.HomeBodyTextLink,.SmallLink,.TextLikeLink,.WelcomeText,.WelcomeTextName,.WelcomeTextMarginLeft,.PagingText,.SelectedPagingText,.GlobalTitle,.BigGlobalTitle,.MainMenuTitle,.FilterLabel,.SubtitleLabel,.LogoutMenuOption,.SpecialText,.SpecialTextLabel,.RoundedImageText,.LinkRoundedImageText,.ActionText,.LinkText,.K2BT_TabItemABMObra,.K2BT_TabItemSelectedABMObra,.txtprueba,.dlSubtitle,.dlAmarraTitulo,.dlAmarraEstado,.dlAmarraSubtitulo,.dlAmarraInformacion,.dlAmarraPrecioLabel,.dlAmarraPrecio,.TextBlock_Warning,.GridNewRow,.GridNewRowWhite,.Grid>tfoot .gx_newrow,.WorkWithReport>tfoot .gx_newrow,.GridDragging>tfoot .gx_newrow,.GridAcceptDrag>tfoot .gx_newrow,.GridNoAcceptDrag>tfoot .gx_newrow,.Grid_Custom>tfoot .gx_newrow,.Grid_SubWorkWith>tfoot .gx_newrow,.Grid_Prompt>tfoot .gx_newrow,.Grid_Transaction>tfoot .gx_newrow,.K2BTransactionGrid>tfoot .gx_newrow,.Grid_MultipleSelection>tfoot .gx_newrow,.Grid_WorkWith>tfoot .gx_newrow,.Grid_WorkWithSingle>tfoot .gx_newrow,.Grid_CustomGrid_WorKWith>tfoot .gx_newrow,.Grid_Estadisticas>tfoot .gx_newrow,.Grid_EstadisticasSingle>tfoot .gx_newrow,.Grid_WorkWithHover>tfoot .gx_newrow,.Grid_WorkWithSelected>tfoot .gx_newrow,.Grid_WorKWith_2>tfoot .gx_newrow,.Grid_WorKWith_4>tfoot .gx_newrow,.GridK2BTransactionGrid>tfoot .gx_newrow,.K2BTransactionGrid_2>tfoot .gx_newrow,.K2BGeneralGrid>tfoot .gx_newrow,.K2BNoPaddingGrid>tfoot .gx_newrow,.GridK2BTransactionGrid1>tfoot .gx_newrow,.GridK2BTransactionGrid1K2BGeneralGrid>tfoot .gx_newrow,.grilla_prompts>tfoot .gx_newrow,.grilla_comun>tfoot .gx_newrow,.GridContext>tfoot .gx_newrow,.Grid_AllowSelection>tfoot .gx_newrow,.Grid_WorkWith_3>tfoot .gx_newrow,.Grid_SubWorkWith_2>tfoot .gx_newrow,.Grid_Prompt_2>tfoot .gx_newrow,.Grid_Transaction_2>tfoot .gx_newrow,.K2BTransactionGrid_3>tfoot .gx_newrow,.Grid_MultipleSelection_2>tfoot .gx_newrow,.WorkWithBorder>tfoot .gx_newrow,.dlGrillaAmarras>tfoot .gx_newrow,.GridNoData>tfoot .gx_newrow,.Grid[data-gx-grid-nodata]>tfoot .gx_newrow,.WorkWithReport[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,.Grid_Custom[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_SubWorkWith[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_Prompt[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_Transaction[data-gx-grid-nodata]>tfoot .gx_newrow,.K2BTransactionGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_MultipleSelection[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_WorkWith[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_WorkWithSingle[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_CustomGrid_WorKWith[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_Estadisticas[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_EstadisticasSingle[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_WorkWithHover[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_WorkWithSelected[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_WorKWith_2[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_WorKWith_4[data-gx-grid-nodata]>tfoot .gx_newrow,.GridK2BTransactionGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.K2BTransactionGrid_2[data-gx-grid-nodata]>tfoot .gx_newrow,.K2BGeneralGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.K2BNoPaddingGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.GridK2BTransactionGrid1[data-gx-grid-nodata]>tfoot .gx_newrow,.GridK2BTransactionGrid1K2BGeneralGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.grilla_prompts[data-gx-grid-nodata]>tfoot .gx_newrow,.grilla_comun[data-gx-grid-nodata]>tfoot .gx_newrow,.GridContext[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_AllowSelection[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_WorkWith_3[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_SubWorkWith_2[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_Prompt_2[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_Transaction_2[data-gx-grid-nodata]>tfoot .gx_newrow,.K2BTransactionGrid_3[data-gx-grid-nodata]>tfoot .gx_newrow,.Grid_MultipleSelection_2[data-gx-grid-nodata]>tfoot .gx_newrow,.WorkWithBorder[data-gx-grid-nodata]>tfoot .gx_newrow,.dlGrillaAmarras[data-gx-grid-nodata]>tfoot .gx_newrow,.GridNoData[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,.FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyle_RecentLinks[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleGrid_Transaction[data-gx-grid-nodata]>tfoot .gx_newrow,.K2BFreeStyle[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleGrid_WPB[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleGrid_Menu[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleGridMensajesInternos[data-gx-grid-nodata]>tfoot .gx_newrow,.VerticalTabGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleGrid_SearchResult[data-gx-grid-nodata]>tfoot .gx_newrow,.K2BTools_SearchGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.K2BT_SelectedItemsGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.K2BT_CommentThreads[data-gx-grid-nodata]>tfoot .gx_newrow,.K2BT_MFCL[data-gx-grid-nodata]>tfoot .gx_newrow,.K2BT_MFLG[data-gx-grid-nodata]>tfoot .gx_newrow,.K2BT_SavedGridViews[data-gx-grid-nodata]>tfoot .gx_newrow,.K2BT_TimelineGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.RecentLinksGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.TrnSublevelGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.WorkWith>tfoot .gx_newrow,.PromptGrid>tfoot .gx_newrow,.ViewGrid>tfoot .gx_newrow,.FreeStyleGridFooter>.gx_newrow,.FreeStyle_RecentLinksFooter>.gx_newrow,.FreeStyleGrid_TransactionFooter>.gx_newrow,.K2BFreeStyleFooter>.gx_newrow,.FreeStyleGrid_WPBFooter>.gx_newrow,.FreeStyleGrid_MenuFooter>.gx_newrow,.FreeStyleGridMensajesInternosFooter>.gx_newrow,.VerticalTabGridFooter>.gx_newrow,.FreeStyleGrid_SearchResultFooter>.gx_newrow,.K2BTools_SearchGridFooter>.gx_newrow,.K2BT_SelectedItemsGridFooter>.gx_newrow,.K2BT_CommentThreadsFooter>.gx_newrow,.K2BT_MFCLFooter>.gx_newrow,.K2BT_MFLGFooter>.gx_newrow,.K2BT_SavedGridViewsFooter>.gx_newrow,.K2BT_TimelineGridFooter>.gx_newrow,.RecentLinksGridFooter>.gx_newrow,.TrnSublevelGridFooter>.gx_newrow,.GridLoadingText,.Grid+div.gx-grid-loading,.WorkWithReport+div.gx-grid-loading,.GridDragging+div.gx-grid-loading,.GridAcceptDrag+div.gx-grid-loading,.GridNoAcceptDrag+div.gx-grid-loading,.Grid_Custom+div.gx-grid-loading,.Grid_SubWorkWith+div.gx-grid-loading,.Grid_Prompt+div.gx-grid-loading,.Grid_Transaction+div.gx-grid-loading,.K2BTransactionGrid+div.gx-grid-loading,.Grid_MultipleSelection+div.gx-grid-loading,.Grid_WorkWith+div.gx-grid-loading,.Grid_WorkWithSingle+div.gx-grid-loading,.Grid_CustomGrid_WorKWith+div.gx-grid-loading,.Grid_Estadisticas+div.gx-grid-loading,.Grid_EstadisticasSingle+div.gx-grid-loading,.Grid_WorkWithHover+div.gx-grid-loading,.Grid_WorkWithSelected+div.gx-grid-loading,.Grid_WorKWith_2+div.gx-grid-loading,.Grid_WorKWith_4+div.gx-grid-loading,.GridK2BTransactionGrid+div.gx-grid-loading,.K2BTransactionGrid_2+div.gx-grid-loading,.K2BGeneralGrid+div.gx-grid-loading,.K2BNoPaddingGrid+div.gx-grid-loading,.GridK2BTransactionGrid1+div.gx-grid-loading,.GridK2BTransactionGrid1K2BGeneralGrid+div.gx-grid-loading,.grilla_prompts+div.gx-grid-loading,.grilla_comun+div.gx-grid-loading,.GridContext+div.gx-grid-loading,.Grid_AllowSelection+div.gx-grid-loading,.Grid_WorkWith_3+div.gx-grid-loading,.Grid_SubWorkWith_2+div.gx-grid-loading,.Grid_Prompt_2+div.gx-grid-loading,.Grid_Transaction_2+div.gx-grid-loading,.K2BTransactionGrid_3+div.gx-grid-loading,.Grid_MultipleSelection_2+div.gx-grid-loading,.WorkWithBorder+div.gx-grid-loading,.dlGrillaAmarras+div.gx-grid-loading,.GridNoData+div.gx-grid-loading,.Grid[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWithReport[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,.Grid_Custom[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_SubWorkWith[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_Prompt[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_Transaction[data-gx-grid-nodata]+div.gx-grid-loading,.K2BTransactionGrid[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_MultipleSelection[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_WorkWith[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_WorkWithSingle[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_CustomGrid_WorKWith[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_Estadisticas[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_EstadisticasSingle[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_WorkWithHover[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_WorkWithSelected[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_WorKWith_2[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_WorKWith_4[data-gx-grid-nodata]+div.gx-grid-loading,.GridK2BTransactionGrid[data-gx-grid-nodata]+div.gx-grid-loading,.K2BTransactionGrid_2[data-gx-grid-nodata]+div.gx-grid-loading,.K2BGeneralGrid[data-gx-grid-nodata]+div.gx-grid-loading,.K2BNoPaddingGrid[data-gx-grid-nodata]+div.gx-grid-loading,.GridK2BTransactionGrid1[data-gx-grid-nodata]+div.gx-grid-loading,.GridK2BTransactionGrid1K2BGeneralGrid[data-gx-grid-nodata]+div.gx-grid-loading,.grilla_prompts[data-gx-grid-nodata]+div.gx-grid-loading,.grilla_comun[data-gx-grid-nodata]+div.gx-grid-loading,.GridContext[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_AllowSelection[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_WorkWith_3[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_SubWorkWith_2[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_Prompt_2[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_Transaction_2[data-gx-grid-nodata]+div.gx-grid-loading,.K2BTransactionGrid_3[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_MultipleSelection_2[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWithBorder[data-gx-grid-nodata]+div.gx-grid-loading,.dlGrillaAmarras[data-gx-grid-nodata]+div.gx-grid-loading,.GridNoData[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,.FreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyle_RecentLinks[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid_Transaction[data-gx-grid-nodata]+div.gx-grid-loading,.K2BFreeStyle[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid_WPB[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid_Menu[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGridMensajesInternos[data-gx-grid-nodata]+div.gx-grid-loading,.VerticalTabGrid[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid_SearchResult[data-gx-grid-nodata]+div.gx-grid-loading,.K2BTools_SearchGrid[data-gx-grid-nodata]+div.gx-grid-loading,.K2BT_SelectedItemsGrid[data-gx-grid-nodata]+div.gx-grid-loading,.K2BT_CommentThreads[data-gx-grid-nodata]+div.gx-grid-loading,.K2BT_MFCL[data-gx-grid-nodata]+div.gx-grid-loading,.K2BT_MFLG[data-gx-grid-nodata]+div.gx-grid-loading,.K2BT_SavedGridViews[data-gx-grid-nodata]+div.gx-grid-loading,.K2BT_TimelineGrid[data-gx-grid-nodata]+div.gx-grid-loading,.RecentLinksGrid[data-gx-grid-nodata]+div.gx-grid-loading,.TrnSublevelGrid[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWith+div.gx-grid-loading,.PromptGrid+div.gx-grid-loading,.ViewGrid+div.gx-grid-loading,.FreeStyleGrid+div.gx-grid-loading,.FreeStyle_RecentLinks+div.gx-grid-loading,.FreeStyleGrid_Transaction+div.gx-grid-loading,.K2BFreeStyle+div.gx-grid-loading,.FreeStyleGrid_WPB+div.gx-grid-loading,.FreeStyleGrid_Menu+div.gx-grid-loading,.FreeStyleGridMensajesInternos+div.gx-grid-loading,.VerticalTabGrid+div.gx-grid-loading,.FreeStyleGrid_SearchResult+div.gx-grid-loading,.K2BTools_SearchGrid+div.gx-grid-loading,.K2BT_SelectedItemsGrid+div.gx-grid-loading,.K2BT_CommentThreads+div.gx-grid-loading,.K2BT_MFCL+div.gx-grid-loading,.K2BT_MFLG+div.gx-grid-loading,.K2BT_SavedGridViews+div.gx-grid-loading,.K2BT_TimelineGrid+div.gx-grid-loading,.RecentLinksGrid+div.gx-grid-loading,.TrnSublevelGrid+div.gx-grid-loading,.TableHeaderText,.Grid>caption,.WorkWithReport>caption,.GridDragging>caption,.GridAcceptDrag>caption,.GridNoAcceptDrag>caption,.Grid_Custom>caption,.Grid_SubWorkWith>caption,.Grid_Prompt>caption,.Grid_Transaction>caption,.K2BTransactionGrid>caption,.Grid_MultipleSelection>caption,.Grid_WorkWith>caption,.Grid_WorkWithSingle>caption,.Grid_CustomGrid_WorKWith>caption,.Grid_Estadisticas>caption,.Grid_EstadisticasSingle>caption,.Grid_WorkWithHover>caption,.Grid_WorkWithSelected>caption,.Grid_WorKWith_2>caption,.Grid_WorKWith_4>caption,.GridK2BTransactionGrid>caption,.K2BTransactionGrid_2>caption,.K2BGeneralGrid>caption,.K2BNoPaddingGrid>caption,.GridK2BTransactionGrid1>caption,.GridK2BTransactionGrid1K2BGeneralGrid>caption,.grilla_prompts>caption,.grilla_comun>caption,.GridContext>caption,.Grid_AllowSelection>caption,.Grid_WorkWith_3>caption,.Grid_SubWorkWith_2>caption,.Grid_Prompt_2>caption,.Grid_Transaction_2>caption,.K2BTransactionGrid_3>caption,.Grid_MultipleSelection_2>caption,.WorkWithBorder>caption,.dlGrillaAmarras>caption,.GridNoData>caption,.Grid[data-gx-grid-nodata]>caption,.WorkWithReport[data-gx-grid-nodata]>caption,.GridDragging[data-gx-grid-nodata]>caption,.GridAcceptDrag[data-gx-grid-nodata]>caption,.GridNoAcceptDrag[data-gx-grid-nodata]>caption,.Grid_Custom[data-gx-grid-nodata]>caption,.Grid_SubWorkWith[data-gx-grid-nodata]>caption,.Grid_Prompt[data-gx-grid-nodata]>caption,.Grid_Transaction[data-gx-grid-nodata]>caption,.K2BTransactionGrid[data-gx-grid-nodata]>caption,.Grid_MultipleSelection[data-gx-grid-nodata]>caption,.Grid_WorkWith[data-gx-grid-nodata]>caption,.Grid_WorkWithSingle[data-gx-grid-nodata]>caption,.Grid_CustomGrid_WorKWith[data-gx-grid-nodata]>caption,.Grid_Estadisticas[data-gx-grid-nodata]>caption,.Grid_EstadisticasSingle[data-gx-grid-nodata]>caption,.Grid_WorkWithHover[data-gx-grid-nodata]>caption,.Grid_WorkWithSelected[data-gx-grid-nodata]>caption,.Grid_WorKWith_2[data-gx-grid-nodata]>caption,.Grid_WorKWith_4[data-gx-grid-nodata]>caption,.GridK2BTransactionGrid[data-gx-grid-nodata]>caption,.K2BTransactionGrid_2[data-gx-grid-nodata]>caption,.K2BGeneralGrid[data-gx-grid-nodata]>caption,.K2BNoPaddingGrid[data-gx-grid-nodata]>caption,.GridK2BTransactionGrid1[data-gx-grid-nodata]>caption,.GridK2BTransactionGrid1K2BGeneralGrid[data-gx-grid-nodata]>caption,.grilla_prompts[data-gx-grid-nodata]>caption,.grilla_comun[data-gx-grid-nodata]>caption,.GridContext[data-gx-grid-nodata]>caption,.Grid_AllowSelection[data-gx-grid-nodata]>caption,.Grid_WorkWith_3[data-gx-grid-nodata]>caption,.Grid_SubWorkWith_2[data-gx-grid-nodata]>caption,.Grid_Prompt_2[data-gx-grid-nodata]>caption,.Grid_Transaction_2[data-gx-grid-nodata]>caption,.K2BTransactionGrid_3[data-gx-grid-nodata]>caption,.Grid_MultipleSelection_2[data-gx-grid-nodata]>caption,.WorkWithBorder[data-gx-grid-nodata]>caption,.dlGrillaAmarras[data-gx-grid-nodata]>caption,.GridNoData[data-gx-grid-nodata]>caption,.WorkWith[data-gx-grid-nodata]>caption,.PromptGrid[data-gx-grid-nodata]>caption,.ViewGrid[data-gx-grid-nodata]>caption,.FreeStyleGrid[data-gx-grid-nodata]>caption,.FreeStyle_RecentLinks[data-gx-grid-nodata]>caption,.FreeStyleGrid_Transaction[data-gx-grid-nodata]>caption,.K2BFreeStyle[data-gx-grid-nodata]>caption,.FreeStyleGrid_WPB[data-gx-grid-nodata]>caption,.FreeStyleGrid_Menu[data-gx-grid-nodata]>caption,.FreeStyleGridMensajesInternos[data-gx-grid-nodata]>caption,.VerticalTabGrid[data-gx-grid-nodata]>caption,.FreeStyleGrid_SearchResult[data-gx-grid-nodata]>caption,.K2BTools_SearchGrid[data-gx-grid-nodata]>caption,.K2BT_SelectedItemsGrid[data-gx-grid-nodata]>caption,.K2BT_CommentThreads[data-gx-grid-nodata]>caption,.K2BT_MFCL[data-gx-grid-nodata]>caption,.K2BT_MFLG[data-gx-grid-nodata]>caption,.K2BT_SavedGridViews[data-gx-grid-nodata]>caption,.K2BT_TimelineGrid[data-gx-grid-nodata]>caption,.RecentLinksGrid[data-gx-grid-nodata]>caption,.TrnSublevelGrid[data-gx-grid-nodata]>caption,.WorkWith>caption,.PromptGrid>caption,.ViewGrid>caption,.Table>caption,.TableDragging>caption,.TableAcceptDrag>caption,.TableNoAcceptDrag>caption,.Table_Summary>caption,.Table_AttributeContainer>caption,.Table_Title>caption,.Table_TrnActionsContainer>caption,.Table_DataAreaContainer>caption,.Table_TransactionDataAreaContainer>caption,.Table_ActionsContainer>caption,.Table_ComboActionsContainer>caption,.Table_ActionsContainer_4>caption,.Table_ActionsContainer_Top>caption,.Table_ActionsContainer_Bottom>caption,.Table_ActionsContainer_Left>caption,.Table_ActionsContainer_Right>caption,.Table_TitleDsc>caption,.Table_FormSectionContainer>caption,.TableHideShowFilter>caption,.Table_FilterContainer>caption,.Table_Main>caption,.Table_Filters_HideFilters>caption,.TableTabFilter>caption,.Table_BorderSeparator>caption,.Table_Dimensions>caption,.Table_Grid_Container>caption,.Table_Header_Border>caption,.Table_Grid>caption,.Table_FixedData_BackToSelection_Container>caption,.Table_GeneralBorder>caption,.TableTransactionComponentContainer>caption,.K2BTableAttributeTitle>caption,.K2BTableAttributeLeftTitle>caption,.K2BTableGridTitle>caption,.K2BTableFreeStyleTitle>caption,.K2BTableGridContainer>caption,.K2BTableGridSummary>caption,.K2BTableTabsContainer>caption,.K2BTableHeader>caption,.Table_ActionsContainerTop>caption,.FilterContainerTable>caption,.Table_TopActions>caption,.TableMenuContainer>caption,.InformacionSistema>caption,.Table_Scroll>caption,.TableMensajeInternoLeido>caption,.TableMensajeInternoNoLeido>caption,.TableGrid>caption,.TableTop>caption,.TableTopSearch>caption,.TableContent>caption,.TableLeftMenu>caption,.Table100Width>caption,.Table100Wx580H>caption,.Table100W5Padding>caption,.Table100and5padding>caption,.Table2Padding>caption,.TableHorizontalLine>caption,.TableHorizontalLineBlue>caption,.TableHorizontalLineGray>caption,.header_pink_line>caption,.TableTopMenu>caption,.TableVerticalLine>caption,.TableVerticalLineBlue>caption,.TblFiltros>caption,.TblFiltros_Titulo>caption,.TblComun>caption,.TblMenuIzq>caption,.TblMenuIzq_Titulo>caption,.TblMenuIzq_Empresa>caption,.TblMenuIzq_SubTitulo1>caption,.TblMenuIzq_SubTitulo2>caption,.TblMenuIzq_SubTitulo3>caption,.TblMenuIzq_Opcion>caption,.TblHeader_Logos>caption,.TblHeader_Opciones>caption,.TblFooter>caption,.TblResultados>caption,.TblResultados_Titulo>caption,.TblRecuadro>caption,.TblRecuadro_Titulo>caption,.TblMasterPage>caption,.Tabla_Menu_Izquierda>caption,.TitleTable>caption,.MainTable>caption,.TableTrnDataSeparator>caption,.TableTrnMinHeight>caption,.TitleTableSeparator>caption,.WorkWithTitleSeparator>caption,.TableBottomAction>caption,.TableTopActions>caption,.TableTabularActionsTopContainer>caption,.AttributeSectionBackground>caption,.PlainAttributeSectionBackground>caption,.GridAttributeSectionBackground>caption,.TableTabsContainer>caption,.MainComponentTable>caption,.BorderSeparator>caption,.TopSimpleBorder>caption,.TableHeader>caption,.TableDimensions>caption,.TableFiltersAndErrorsContent>caption,.TablesFilterAndHideFilterContent>caption,.TableBorderBottom>caption,.TableHeaderRecentLinks>caption,.TableGridTitle>caption,.TableFreeStyleTitle>caption,.TableGridContainer>caption,.TableTrnGridContainer>caption,.StandardTable>caption,.BottomFixedDataContainer>caption,.AttributeContainerTable>caption,.FilterContainerTable_2>caption,.FilterTabContainerTable>caption,.TableHeaderButtons>caption,.StandardTableCompleteWidth>caption,.BottomFixedDataAndBackToSelectionContainer>caption,.ErrorViewerContainer>caption,.TableFreeStyleContent>caption,.TableGridMinHeigth>caption,.TableMessageContainer>caption,.TableEntityManagerTitleSeparatorContainer>caption,.TableWorkWithTitleSeparatorContainer>caption,.TableTransactionComponentContainerMargin>caption,.TableBGHeaderTop>caption,.TitleContent>caption,.TableActionContainer>caption,.K2BToolsFSGAM_Table_Basic>caption,.K2BToolsFSGAM_LoginTable>caption,.Table_GlobalContainer>caption,.Cell_BorderBottom>caption,.Cell_MainContent>caption,.Cell_BorderTop>caption,.TableBorder100x100>caption,.ViewTable>caption,.Table_NoSkipItems>caption,.Table_NoSkipFilters>caption,.ToolbarMain>caption,.Container>caption,.ContainerFluid>caption,.td5>caption,.Table95>caption,.RecentLinksTable>caption,.td100>caption,.HorizantalSpace>caption,.K2BTableHeaderWC>caption,.K2BTabs>caption,.K2BToolsTable_FullWidth>caption,.K2BToolsTable_FloatRight>caption,.Table100x100>caption,.TableBorder>caption,.RecentLinksMainTable>caption,.RecentLinksMainTableExpanded>caption,.HorizontalSpace>caption,.TableBottom>caption,.Table960>caption,.TableGreyFooter>caption,.TableBlackFooter>caption,.TableBlackHeader>caption,.TableLogin>caption,.SmallTableLogin>caption,.LargeTableLogin>caption,.WelcomeTable>caption,.Table80>caption,.td10px>caption,.K2BHeader>caption,.K2BToolsTable_FloatLeft>caption,.K2BToolsTableFloatRight>caption,.K2BToolsTable_Invisible>caption,.K2BToolsTable_FloatCenter>caption,.K2BToolsGridSettingsTable>caption,.K2BToolsTableCell_ActionContainer>caption,.K2BToolsCell_PaginationNormal>caption,.K2BToolsCell_PaginationCurrentPage>caption,.K2BToolsCell_PaginationLeft>caption,.K2BToolsCell_PaginationFirst>caption,.K2BToolsCell_PaginationPrevious>caption,.K2BToolsCell_PaginationInvisible>caption,.K2BToolsCell_PaginationRight>caption,.K2BToolsCell_PaginationLast>caption,.K2BToolsCell_PaginationNext>caption,.K2BToolsCell_PaginationDisabled>caption,.K2BToolsMenuContainer>caption,.K2BToolsMenuContainerVisible>caption,.K2BToolsMyAccountTable>caption,.K2BToolsTable_GridSettings>caption,.K2BToolsTable_GridSettingsContent>caption,.K2BToolsTable_NoResultsFound>caption,.K2BToolsTable_NoResultsFoundUniversalSearch>caption,.K2BToolsTwoPaneNoItemSelectedTable>caption,.K2BT_NoGridViewsFound>caption,.K2BToolsTable_NoResultsFoundSelectionSummary>caption,.K2BToolsTable_PaginationContainer>caption,.K2BToolsTable_SearchPaginationContainer>caption,.K2BToolsTable_SearchContainer>caption,.K2BToolsSection_Card>caption,.K2BToolsSection_SquareCard>caption,.K2BToolsTable_SearchTextContainer>caption,.K2BToolsMultipleSelectionButtons>caption,.K2BToolsTable_FieldContainer>caption,.TableDetail>caption,.K2BToolsTable_BottomFixedData>caption,.K2BFSGTable_DashBoardItem>caption,.K2BFSGTable_CAPTCHAContainer>caption,.K2BTableActionsLeftContainer>caption,.K2BTableActionsRightContainer>caption,.K2BToolsMenuContainerCompact>caption,.K2BToolsMenuContainerVisibleCompact>caption,.K2BToolsMenuContainerInvisibleCompact>caption,.K2BTools_AdvancedFilterRow>caption,.K2BToolsTableCell_SideText>caption,.K2BToolsTableCell_RequiredField>caption,.K2BToolsTableCell_EmptyRequiredContainer>caption,.K2BToolsTable_TopAttributeContainer>caption,.K2BToolsTableCell_FieldWithSideText>caption,.DL_Tables>caption,.DL_BordeAbajo>caption,.DL_TblTituloMenu>caption,.DL_TblContenido>caption,.DL_TblFondoAyuda>caption,.DL_TblSeparador>caption,.DL_TblBordeAbajo>caption,.K2BToolsTableActionsLeftContainer>caption,.DL_Tablas>caption,.DL_TblOrderBy>caption,.SearchButtonCell>caption,.tabla_icono_espaciado>caption,.alinear_centro>caption,.K2BToolsTable_TwoPaneContainer>caption,.K2BToolsTable_TwoPaneActionsContainer>caption,.K2BToolsTable_TwoPaneActionsFixedSize>caption,.K2BToolsSection_VerticalCard>caption,.K2BToolsTable_GreyBackground>caption,.K2BToolsTable_PhotoCardContent>caption,.K2BToolsSection_CompactCard>caption,.K2BToolsTable_Compact>caption,.K2BToolsMultipleFilterListContainer>caption,.K2BToolsTable_MultipleFilterContainer>caption,.ControlBeautify_CollapsableTable>caption,.K2BToolsTable_MultipleComboMainTable>caption,.ControlBeautify_ParentCollapsableTable>caption,.K2BToolsTable_FieldBorderFocus>caption,.TwoPaneNoItemSelectedContainer>caption,.K2BToolsSimpleImageListTable>caption,.K2BToolsSimpleImageListSecondaryAttributesTable>caption,.K2BToolsTable_GridContainer>caption,.K2BToolsCell_CheckboxFreeStyle>caption,.K2BToolsTable_ModalWindow>caption,.K2BToolsTable_LoadingMessageContainer>caption,.K2BToolsSection_SelectedSection>caption,.K2BToolsTable_AlignRight>caption,.K2BToolsTable_SmallMargin>caption,.K2BToolsCell_Invisible>caption,.K2BTools_RequiredCell>caption,.K2BTools_LeftText>caption,.K2BTools_RightText>caption,.K2BToolsTable_FilterHeader>caption,.K2BToolsTable_GridConfigurationContainer>caption,.K2BToolsTable_DescriptionFixedDataContainer>caption,.K2BToolsTable_ComponentTitleWithIcon>caption,.K2BAnalyzer_HeaderData>caption,.K2BTools_Analysis_Container>caption,.K2BToolsTable_BusinessAnalysisContainer>caption,.K2BToolsTable_SelectionTagWithPhoto>caption,.K2BT_StructuredListActionsContainer>caption,.K2BT_CardWithSummaryActionsContainer>caption,.K2BT_DetailPopover>caption,.K2BT_SWW_GridConfigurationContainer>caption,.K2BT_PhotoCardDetail>caption,.GridTableHeader>caption,.DL_TblContenedorFiltros>caption,.Table_Panel>caption,.Table_PanelColumna>caption,.Table_PanelColumnaTitulo>caption,.Table_PanelDetalle>caption,.Table_Paneles>caption,.Table_PanelProducto>caption,.Table_PanelProductoTitulo>caption,.Table_PanelSeleccion>caption,.Table_Leyenda>caption,.Table_ActionsContainer_2>caption,.Table_ActionsContainer_Top_2>caption,.Table_ActionsContainer_Bottom_2>caption,.Table_ActionsContainer_Left_2>caption,.Table_ActionsContainer_Right_2>caption,.Table_ActionsContainer_3>caption,.Table_ActionsContainer_Top_3>caption,.Table_ActionsContainer_Bottom_3>caption,.Table_ActionsContainer_Left_3>caption,.Table_ActionsContainer_Right_3>caption,.K2BT_FixedMenuOpen>caption,.K2BT_FixedMenuCollapsed>caption,.MasterPage3>caption,.MasterPage4>caption,.TableButtons>caption,.TopBottom30>caption,.TopBottom5>caption,.TableHeaderRight>caption,.TableLogo>caption,.FiltersContainer>caption,.FiltersContainerItem>caption,.FilterContainerItemSearch>caption,.NegativeMarginTop10>caption,.Table193x216>caption,.Table193x216Collapsed>caption,.ActionsContainer>caption,.ActionsContainerItem>caption,.ActionsContainerVisible>caption,.ViewAdvancedContainer>caption,.ViewAdvancedContainerVisible>caption,.TableAccionesGD>caption,.CeldaBordeCen>caption,.CeldaBordeDer>caption,.dlWidth250>caption,.dlWidth100>caption,.dlAmarraContenedorInformacion>caption,.Table_Basic>caption,.Table_Basic_Widht100Percent>caption,.Table_Basic_Grid_Filters_Container>caption,.Table_ConditionalConfirm>caption,.LevelTable>caption,.BodyContainer>caption,.LoginContainer>caption,.HeaderContainer>caption,.ThinHeaderContainer>caption,.RecentLinksContainer>caption,.FormContainer>caption,.TabsFormContainer>caption,.AdvancedContainerItem>caption,.AdvancedContainerItemExpanded>caption,.AdvancedContainer>caption,.AdvancedContainerVisible>caption,.OrdersTable>caption,.WWAdvancedContainer>caption,.PromptContainer>caption,.PromptMainTable>caption,.MainContainer>caption,.GridTabMainTable>caption,.TablePasos>caption,.TableDatosPersona>caption,.tableTituloInfo>caption,.GridNoDataText,.Grid+.gx-text-gridnodata,.WorkWithReport+.gx-text-gridnodata,.GridDragging+.gx-text-gridnodata,.GridAcceptDrag+.gx-text-gridnodata,.GridNoAcceptDrag+.gx-text-gridnodata,.Grid_Custom+.gx-text-gridnodata,.Grid_SubWorkWith+.gx-text-gridnodata,.Grid_Prompt+.gx-text-gridnodata,.Grid_Transaction+.gx-text-gridnodata,.K2BTransactionGrid+.gx-text-gridnodata,.Grid_MultipleSelection+.gx-text-gridnodata,.Grid_WorkWith+.gx-text-gridnodata,.Grid_WorkWithSingle+.gx-text-gridnodata,.Grid_CustomGrid_WorKWith+.gx-text-gridnodata,.Grid_Estadisticas+.gx-text-gridnodata,.Grid_EstadisticasSingle+.gx-text-gridnodata,.Grid_WorkWithHover+.gx-text-gridnodata,.Grid_WorkWithSelected+.gx-text-gridnodata,.Grid_WorKWith_2+.gx-text-gridnodata,.Grid_WorKWith_4+.gx-text-gridnodata,.GridK2BTransactionGrid+.gx-text-gridnodata,.K2BTransactionGrid_2+.gx-text-gridnodata,.K2BGeneralGrid+.gx-text-gridnodata,.K2BNoPaddingGrid+.gx-text-gridnodata,.GridK2BTransactionGrid1+.gx-text-gridnodata,.GridK2BTransactionGrid1K2BGeneralGrid+.gx-text-gridnodata,.grilla_prompts+.gx-text-gridnodata,.grilla_comun+.gx-text-gridnodata,.GridContext+.gx-text-gridnodata,.Grid_AllowSelection+.gx-text-gridnodata,.Grid_WorkWith_3+.gx-text-gridnodata,.Grid_SubWorkWith_2+.gx-text-gridnodata,.Grid_Prompt_2+.gx-text-gridnodata,.Grid_Transaction_2+.gx-text-gridnodata,.K2BTransactionGrid_3+.gx-text-gridnodata,.Grid_MultipleSelection_2+.gx-text-gridnodata,.WorkWithBorder+.gx-text-gridnodata,.dlGrillaAmarras+.gx-text-gridnodata,.GridNoData+.gx-text-gridnodata,.Grid[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWithReport[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,.Grid_Custom[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_SubWorkWith[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_Prompt[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_Transaction[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BTransactionGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_MultipleSelection[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_WorkWith[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_WorkWithSingle[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_CustomGrid_WorKWith[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_Estadisticas[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_EstadisticasSingle[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_WorkWithHover[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_WorkWithSelected[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_WorKWith_2[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_WorKWith_4[data-gx-grid-nodata]+.gx-text-gridnodata,.GridK2BTransactionGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BTransactionGrid_2[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BGeneralGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BNoPaddingGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.GridK2BTransactionGrid1[data-gx-grid-nodata]+.gx-text-gridnodata,.GridK2BTransactionGrid1K2BGeneralGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.grilla_prompts[data-gx-grid-nodata]+.gx-text-gridnodata,.grilla_comun[data-gx-grid-nodata]+.gx-text-gridnodata,.GridContext[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_AllowSelection[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_WorkWith_3[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_SubWorkWith_2[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_Prompt_2[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_Transaction_2[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BTransactionGrid_3[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_MultipleSelection_2[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWithBorder[data-gx-grid-nodata]+.gx-text-gridnodata,.dlGrillaAmarras[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNoData[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,.FreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyle_RecentLinks[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid_Transaction[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BFreeStyle[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid_WPB[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid_Menu[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGridMensajesInternos[data-gx-grid-nodata]+.gx-text-gridnodata,.VerticalTabGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid_SearchResult[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BTools_SearchGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BT_SelectedItemsGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BT_CommentThreads[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BT_MFCL[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BT_MFLG[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BT_SavedGridViews[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BT_TimelineGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.RecentLinksGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.TrnSublevelGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWith+.gx-text-gridnodata,.PromptGrid+.gx-text-gridnodata,.ViewGrid+.gx-text-gridnodata,.FreeStyleGrid+.gx-text-gridnodata,.FreeStyle_RecentLinks+.gx-text-gridnodata,.FreeStyleGrid_Transaction+.gx-text-gridnodata,.K2BFreeStyle+.gx-text-gridnodata,.FreeStyleGrid_WPB+.gx-text-gridnodata,.FreeStyleGrid_Menu+.gx-text-gridnodata,.FreeStyleGridMensajesInternos+.gx-text-gridnodata,.VerticalTabGrid+.gx-text-gridnodata,.FreeStyleGrid_SearchResult+.gx-text-gridnodata,.K2BTools_SearchGrid+.gx-text-gridnodata,.K2BT_SelectedItemsGrid+.gx-text-gridnodata,.K2BT_CommentThreads+.gx-text-gridnodata,.K2BT_MFCL+.gx-text-gridnodata,.K2BT_MFLG+.gx-text-gridnodata,.K2BT_SavedGridViews+.gx-text-gridnodata,.K2BT_TimelineGrid+.gx-text-gridnodata,.RecentLinksGrid+.gx-text-gridnodata,.TrnSublevelGrid+.gx-text-gridnodata,.TextBlock_TituloResponsiveFactura,.TextBlock_TituloResponsive,.TextBlock_TituloGrilla,.TextBlock_vinculo,.Textblock_FacturaUYU,.TextBlock_TituloPago,.TextBlock_NombrePaso,.TextBlock_Numero1,.TextBlock_LevelHeaderTitle,.TextBlock_LevelHeaderTitle1,.SmallText,.Label,.Attribute_RequiredLabel,.Attribute_RequiredReadOnlyLabel,.K2BT_LabelLeft,.K2BT_LabelTop,.RequiredLabel,.gx-label.RatingLabel,.gx-label.AttributeLabel,.gx-label.inputEsperaLabel,.gx-label.dlRequeridoLabel,.gx-label.BlobContentAttributeLabel,.gx-label.ReadonlyBlobContentAttributeLabel,.gx-label.BlobInputAttributeLabel,.gx-label.AttributeDraggingLabel,.gx-label.AttributeAcceptDragLabel,.gx-label.AttributeNoAcceptDragLabel,.gx-label.VideoAttributeLabel,.gx-label.ReadonlyVideoAttributeLabel,.gx-label.AudioAttributeLabel,.gx-label.ReadonlyAudioAttributeLabel,.gx-label.Attribute_TrnLabel,.gx-label.Attribute_TrnDateLabel,.gx-label.Attribute_TrnDateTimeLabel,.gx-label.DateTimeAttributeLabel,.gx-label.BlobContentDateTimeAttributeLabel,.gx-label.ReadonlyBlobContentDateTimeAttributeLabel,.gx-label.BlobInputDateTimeAttributeLabel,.gx-label.ReadonlyDateTimeAttributeLabel,.gx-label.DateAttributeLabel,.gx-label.BlobContentDateAttributeLabel,.gx-label.ReadonlyBlobContentDateAttributeLabel,.gx-label.BlobInputDateAttributeLabel,.gx-label.ReadonlyDateAttributeLabel,.gx-label.SuggestTrnAttributeLabel,.gx-label.ReadonlySuggestTrnAttributeLabel,.gx-label.TrnAttributeLabel,.gx-label.BlobContentTrnAttributeLabel,.gx-label.ReadonlyBlobContentTrnAttributeLabel,.gx-label.BlobInputTrnAttributeLabel,.gx-label.ReadonlyTrnAttributeLabel,.gx-label.K2BTools_CheckAllGridLabel,.gx-label.ReadonlyAttribute_TrnLabel,.gx-label.ReadonlyAttribute_TrnDateLabel,.gx-label.ReadonlyAttribute_TrnDateTimeLabel,.gx-label.ReadonlyAttribute_GridLabel,.gx-label.ReadonlyAttribute_Image_GridLabel,.gx-label.ReadonlyK2BToolsAttribute_SmallerTitleLabel,.gx-label.ReadonlyK2BToolsAttribute_TagDescriptionLabel,.gx-label.ReadonlyK2BT_SimpleECommerceTitleLabel,.gx-label.ReadonlyK2BT_SimpleECommerceSubtitleLabel,.gx-label.ReadonlyK2BT_SimpleECommerceSummaryLabel,.gx-label.Attribute_ActionLabel,.gx-label.CheckBoxAttributeLabel,.gx-label.ReadOnlyCheckBoxAttributeLabel,.gx-label.ReadOnlyAttribute_ActionLabel,.gx-label.Attribute_FilterLabel,.gx-label.ReadonlyAttribute_FilterLabel,.gx-label.SuggestSearchAttributeLabel,.gx-label.ReadonlySuggestSearchAttributeLabel,.gx-label.Attribute_FilterDateLabel,.gx-label.ReadonlyAttribute_FilterDateLabel,.gx-label.Attribute_FilterDateTimeLabel,.gx-label.ReadonlyAttribute_FilterDateTimeLabel,.gx-label.CheckBoxSearchAttributeLabel,.gx-label.ReadonlyCheckBoxSearchAttributeLabel,.gx-label.K2BToolsAttribute_BorderlessFilterLabel,.gx-label.AttributeInMultipleCombo_FilterLabel,.gx-label.BlobContentAttributeInMultipleCombo_FilterLabel,.gx-label.ReadonlyBlobContentAttributeInMultipleCombo_FilterLabel,.gx-label.BlobInputAttributeInMultipleCombo_FilterLabel,.gx-label.ReadonlyAttributeInMultipleCombo_FilterLabel,.gx-label.Attribute_BoxLabel,.gx-label.ReadOnlyAttribute_BoxLabel,.gx-label.BoxAttributeLabel,.gx-label.BlobContentBoxAttributeLabel,.gx-label.ReadonlyBlobContentBoxAttributeLabel,.gx-label.BlobInputBoxAttributeLabel,.gx-label.ReadonlyBoxAttributeLabel,.gx-label.CheckBoxInGridLabel,.gx-label.ReadonlyCheckBoxInGridLabel,.gx-label.Attribute_TabuarLabel,.gx-label.BlobContentAttribute_TabuarLabel,.gx-label.ReadonlyBlobContentAttribute_TabuarLabel,.gx-label.BlobInputAttribute_TabuarLabel,.gx-label.ReadonlyAttribute_TabuarLabel,.gx-label.Attribute_FixedDataLabel,.gx-label.BlobContentAttribute_FixedDataLabel,.gx-label.ReadonlyBlobContentAttribute_FixedDataLabel,.gx-label.BlobInputAttribute_FixedDataLabel,.gx-label.ReadonlyAttribute_FixedDataLabel,.gx-label.Attribute_FixedDataBottomLabel,.gx-label.BlobContentAttribute_FixedDataBottomLabel,.gx-label.ReadonlyBlobContentAttribute_FixedDataBottomLabel,.gx-label.BlobInputAttribute_FixedDataBottomLabel,.gx-label.ReadonlyAttribute_FixedDataBottomLabel,.gx-label.Attribute_FixedDataBottom_2Label,.gx-label.Attribute_ComboLabel,.gx-label.BlobContentAttribute_ComboLabel,.gx-label.ReadonlyBlobContentAttribute_ComboLabel,.gx-label.BlobInputAttribute_ComboLabel,.gx-label.ReadonlyAttribute_ComboLabel,.gx-label.Attribute_Combo_OrderByLabel,.gx-label.BlobContentAttribute_Combo_OrderByLabel,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderByLabel,.gx-label.BlobInputAttribute_Combo_OrderByLabel,.gx-label.ReadonlyAttribute_Combo_OrderByLabel,.gx-label.Attribute_ComboLanguageLabel,.gx-label.BlobContentAttribute_ComboLanguageLabel,.gx-label.ReadonlyBlobContentAttribute_ComboLanguageLabel,.gx-label.BlobInputAttribute_ComboLanguageLabel,.gx-label.ReadonlyAttribute_ComboLanguageLabel,.gx-label.ReadOnlyAttribute_Box_2Label,.gx-label.BoxAttribute_2Label,.gx-label.BlobContentBoxAttribute_2Label,.gx-label.ReadonlyBlobContentBoxAttribute_2Label,.gx-label.BlobInputBoxAttribute_2Label,.gx-label.ReadonlyBoxAttribute_2Label,.gx-label.Attribute_Combo_2Label,.gx-label.BlobContentAttribute_Combo_2Label,.gx-label.ReadonlyBlobContentAttribute_Combo_2Label,.gx-label.BlobInputAttribute_Combo_2Label,.gx-label.ReadonlyAttribute_Combo_2Label,.gx-label.Attribute_Combo_OrderBy_2Label,.gx-label.Attribute_Combo_3Label,.gx-label.BlobContentAttribute_Combo_3Label,.gx-label.ReadonlyBlobContentAttribute_Combo_3Label,.gx-label.BlobInputAttribute_Combo_3Label,.gx-label.ReadonlyAttribute_Combo_3Label,.gx-label.Attribute_Combo_OrderBy_3Label,.gx-label.BlobContentAttribute_Combo_OrderBy_3Label,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderBy_3Label,.gx-label.BlobInputAttribute_Combo_OrderBy_3Label,.gx-label.ReadonlyAttribute_Combo_OrderBy_3Label,.gx-label.Attribute_FormSection_2Label,.gx-label.BlobContentAttribute_FormSection_2Label,.gx-label.ReadonlyBlobContentAttribute_FormSection_2Label,.gx-label.BlobInputAttribute_FormSection_2Label,.gx-label.ReadonlyAttribute_FormSection_2Label,.gx-label.Attribute_Combo_4Label,.gx-label.BlobContentAttribute_Combo_4Label,.gx-label.ReadonlyBlobContentAttribute_Combo_4Label,.gx-label.BlobInputAttribute_Combo_4Label,.gx-label.ReadonlyAttribute_Combo_4Label,.gx-label.Attribute_Combo_OrderBy_4Label,.gx-label.BlobContentAttribute_Combo_OrderBy_4Label,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderBy_4Label,.gx-label.BlobInputAttribute_Combo_OrderBy_4Label,.gx-label.ReadonlyAttribute_Combo_OrderBy_4Label,.gx-label.Attribute_GridLabel,.gx-label.GridAttributeCheckLabel,.gx-label.BlobContentGridAttributeCheckLabel,.gx-label.ReadonlyBlobContentGridAttributeCheckLabel,.gx-label.BlobInputGridAttributeCheckLabel,.gx-label.ReadonlyGridAttributeCheckLabel,.gx-label.BlobContentAttribute_GridLabel,.gx-label.ReadonlyBlobContentAttribute_GridLabel,.gx-label.BlobInputAttribute_GridLabel,.gx-label.GridAttributeLabel,.gx-label.BlobContentGridAttributeLabel,.gx-label.ReadonlyBlobContentGridAttributeLabel,.gx-label.BlobInputGridAttributeLabel,.gx-label.ReadonlyGridAttributeLabel,.gx-label.Attribute_Image_GridLabel,.gx-label.BlobContentAttribute_Image_GridLabel,.gx-label.ReadonlyBlobContentAttribute_Image_GridLabel,.gx-label.BlobInputAttribute_Image_GridLabel,.gx-label.Attribute_GridBlackLabel,.gx-label.BlobContentAttribute_GridBlackLabel,.gx-label.ReadonlyBlobContentAttribute_GridBlackLabel,.gx-label.BlobInputAttribute_GridBlackLabel,.gx-label.ReadonlyAttribute_GridBlackLabel,.gx-label.Attribute_GridCodBarraLabel,.gx-label.Attribute_FormSectionLabel,.gx-label.BlobContentAttribute_FormSectionLabel,.gx-label.ReadonlyBlobContentAttribute_FormSectionLabel,.gx-label.BlobInputAttribute_FormSectionLabel,.gx-label.ReadonlyAttribute_FormSectionLabel,.gx-label.K2BTrnAttributeLabel,.gx-label.K2BTrnComboAttributeLabel,.gx-label.K2BDateAttributeLabel,.gx-label.ReadonlyK2BDateAttributeLabel,.gx-label.K2BDateTimeAttributeLabel,.gx-label.ReadonlyK2BDateTimeAttributeLabel,.gx-label.K2BGridAttributeLabel,.gx-label.K2BBoxAttributeLabel,.gx-label.K2BBoxRigthAttributeLabel,.gx-label.ReadonlyK2BBoxRigthAttributeLabel,.gx-label.BlobInputK2BBoxRigthAttributeLabel,.gx-label.BlobContentK2BBoxRigthAttributeLabel,.gx-label.ReadonlyBlobContentK2BBoxRigthAttributeLabel,.gx-label.Attribute_CurrentPageLabel,.gx-label.ReadonlyAttribute_CurrentPageLabel,.gx-label.Attribute_ConditionalConfirmLabel,.gx-label.ReadonlyAttribute_ConditionalConfirmLabel,.gx-label.Attribute_ColorLabel,.gx-label.BlobContentAttribute_ColorLabel,.gx-label.ReadonlyBlobContentAttribute_ColorLabel,.gx-label.BlobInputAttribute_ColorLabel,.gx-label.ReadonlyAttribute_ColorLabel,.gx-label.SmallClassLabel,.gx-label.BlobContentSmallClassLabel,.gx-label.ReadonlyBlobContentSmallClassLabel,.gx-label.BlobInputSmallClassLabel,.gx-label.ReadonlySmallClassLabel,.gx-label.AttSinBordeLabel,.gx-label.ReadonlyAttSinBordeLabel,.gx-label.Attribute_ComboSistemaLabel,.gx-label.Attribute_Filter_200Label,.gx-label.LinkMenuIzqLabel,.gx-label.ReadonlyLinkMenuIzqLabel,.gx-label.TxtEmpreLabel,.gx-label.BlobInputTxtEmpreLabel,.gx-label.BlobContentTxtEmpreLabel,.gx-label.ReadonlyBlobContentTxtEmpreLabel,.gx-label.ReadonlyTxtEmpreLabel,.gx-label.TxtVersionLabel,.gx-label.BlobInputTxtVersionLabel,.gx-label.BlobContentTxtVersionLabel,.gx-label.ReadonlyBlobContentTxtVersionLabel,.gx-label.ReadonlyTxtVersionLabel,.gx-label.PromptAttributeLabel,.gx-label.ViewAttributeLabel,.gx-label.K2BToolsFSGAM_Attribute100WidthLabel,.gx-label.ErrorAttribute_TrnLabel,.gx-label.BlobContentErrorAttribute_TrnLabel,.gx-label.ReadonlyBlobContentErrorAttribute_TrnLabel,.gx-label.BlobInputErrorAttribute_TrnLabel,.gx-label.ReadonlyErrorAttribute_TrnLabel,.gx-label.AttSubTitleLabel,.gx-label.BlobContentAttSubTitleLabel,.gx-label.ReadonlyBlobContentAttSubTitleLabel,.gx-label.BlobInputAttSubTitleLabel,.gx-label.ReadonlyAttSubTitleLabel,.gx-label.CheckBoxLabel,.gx-label.BlobContentCheckBoxLabel,.gx-label.ReadonlyBlobContentCheckBoxLabel,.gx-label.BlobInputCheckBoxLabel,.gx-label.ReadonlyCheckBoxLabel,.gx-label.DescriptionAttributeLabel,.gx-label.BlobContentDescriptionAttributeLabel,.gx-label.ReadonlyBlobContentDescriptionAttributeLabel,.gx-label.BlobInputDescriptionAttributeLabel,.gx-label.ReadonlyDescriptionAttributeLabel,.gx-label.IME_ActiveLabel,.gx-label.BlobContentIME_ActiveLabel,.gx-label.ReadonlyBlobContentIME_ActiveLabel,.gx-label.BlobInputIME_ActiveLabel,.gx-label.ReadonlyIME_ActiveLabel,.gx-label.IME_InactiveLabel,.gx-label.BlobContentIME_InactiveLabel,.gx-label.ReadonlyBlobContentIME_InactiveLabel,.gx-label.BlobInputIME_InactiveLabel,.gx-label.ReadonlyIME_InactiveLabel,.gx-label.IME_DisabledLabel,.gx-label.BlobContentIME_DisabledLabel,.gx-label.ReadonlyBlobContentIME_DisabledLabel,.gx-label.BlobInputIME_DisabledLabel,.gx-label.ReadonlyIME_DisabledLabel,.gx-label.K2BSearchResult_DescriptionLabel,.gx-label.BlobContentK2BSearchResult_DescriptionLabel,.gx-label.ReadonlyBlobContentK2BSearchResult_DescriptionLabel,.gx-label.BlobInputK2BSearchResult_DescriptionLabel,.gx-label.ReadonlyK2BSearchResult_DescriptionLabel,.gx-label.K2BToolsSearchResultImageLabel,.gx-label.BlobContentK2BToolsSearchResultImageLabel,.gx-label.ReadonlyBlobContentK2BToolsSearchResultImageLabel,.gx-label.BlobInputK2BToolsSearchResultImageLabel,.gx-label.ReadonlyK2BToolsSearchResultImageLabel,.gx-label.InvisibleInExtraSmallAttributeLabel,.gx-label.BlobContentInvisibleInExtraSmallAttributeLabel,.gx-label.ReadonlyBlobContentInvisibleInExtraSmallAttributeLabel,.gx-label.BlobInputInvisibleInExtraSmallAttributeLabel,.gx-label.ReadonlyInvisibleInExtraSmallAttributeLabel,.gx-label.InvisibleInSmallAttributeLabel,.gx-label.BlobContentInvisibleInSmallAttributeLabel,.gx-label.ReadonlyBlobContentInvisibleInSmallAttributeLabel,.gx-label.BlobInputInvisibleInSmallAttributeLabel,.gx-label.ReadonlyInvisibleInSmallAttributeLabel,.gx-label.InvisibleInMediumAttributeLabel,.gx-label.BlobContentInvisibleInMediumAttributeLabel,.gx-label.ReadonlyBlobContentInvisibleInMediumAttributeLabel,.gx-label.BlobInputInvisibleInMediumAttributeLabel,.gx-label.ReadonlyInvisibleInMediumAttributeLabel,.gx-label.InvisibleInLargeAttributeLabel,.gx-label.BlobContentInvisibleInLargeAttributeLabel,.gx-label.ReadonlyBlobContentInvisibleInLargeAttributeLabel,.gx-label.BlobInputInvisibleInLargeAttributeLabel,.gx-label.ReadonlyInvisibleInLargeAttributeLabel,.gx-label.K2BCheckBoxInGridLabel,.gx-label.BlobContentK2BCheckBoxInGridLabel,.gx-label.ReadonlyBlobContentK2BCheckBoxInGridLabel,.gx-label.ReadonlyK2BCheckBoxInGridLabel,.gx-label.BlobInputK2BCheckBoxInGridLabel,.gx-label.K2BTools_SearchResultImageLabel,.gx-label.ReadonlyK2BTools_SearchResultImageLabel,.gx-label.Attribute_RequiredLabel,.gx-label.leftLabel,.gx-label.K2BFSG_LoginFieldLabel,.gx-label.BlobContentK2BFSG_LoginFieldLabel,.gx-label.ReadonlyBlobContentK2BFSG_LoginFieldLabel,.gx-label.BlobInputK2BFSG_LoginFieldLabel,.gx-label.ReadonlyK2BFSG_LoginFieldLabel,.gx-label.K2BFSG_CAPTCHAFieldLabel,.gx-label.BlobContentK2BFSG_CAPTCHAFieldLabel,.gx-label.ReadonlyBlobContentK2BFSG_CAPTCHAFieldLabel,.gx-label.BlobInputK2BFSG_CAPTCHAFieldLabel,.gx-label.ReadonlyK2BFSG_CAPTCHAFieldLabel,.gx-label.K2BToolsEnhancedComboLabel,.gx-label.K2BTools_SearchCriteriaLabel,.gx-label.Attribute_RequiredReadOnlyLabel,.gx-label.BlobContentAttribute_RequiredReadOnlyLabel,.gx-label.ReadonlyBlobContentAttribute_RequiredReadOnlyLabel,.gx-label.BlobInputAttribute_RequiredReadOnlyLabel,.gx-label.ReadonlyAttribute_RequiredReadOnlyLabel,.gx-label.K2BTools_FilterOptionComboLabel,.gx-label.BlobContentK2BTools_FilterOptionComboLabel,.gx-label.ReadonlyBlobContentK2BTools_FilterOptionComboLabel,.gx-label.BlobInputK2BTools_FilterOptionComboLabel,.gx-label.ReadonlyK2BTools_FilterOptionComboLabel,.gx-label.DL_AttributesLabel,.gx-label.DL_Attribute100Label,.gx-label.BlobContentDL_Attribute100Label,.gx-label.ReadonlyBlobContentDL_Attribute100Label,.gx-label.BlobInputDL_Attribute100Label,.gx-label.ReadonlyDL_Attribute100Label,.gx-label.DL_TituloGrillaCheckLabel,.gx-label.DL_AttEstadisticaDescripcionLabel,.gx-label.DL_AttEstadisticaValorLabel,.gx-label.DL_InputsCaptchaLabel,.gx-label.ReadonlyDL_InputsCaptchaLabel,.gx-label.BlobContentDL_InputsCaptchaLabel,.gx-label.ReadonlyBlobContentDL_InputsCaptchaLabel,.gx-label.BlobInputDL_InputsCaptchaLabel,.gx-label.imagen_errorLabel,.gx-label.checkBox_freestyleLabel,.gx-label.total_1Label,.gx-label.total_2Label,.gx-label.total_3Label,.gx-label.DownloadAttributeLabel,.gx-label.ReadonlyDownloadAttributeLabel,.gx-label.K2BToolsAttribute_FitInContainerImageLabel,.gx-label.BlobContentK2BToolsAttribute_FitInContainerImageLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_FitInContainerImageLabel,.gx-label.BlobInputK2BToolsAttribute_FitInContainerImageLabel,.gx-label.ReadonlyK2BToolsAttribute_FitInContainerImageLabel,.gx-label.K2BToolsAttribute_TitleLabel,.gx-label.BlobContentK2BToolsAttribute_TitleLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_TitleLabel,.gx-label.BlobInputK2BToolsAttribute_TitleLabel,.gx-label.ReadonlyK2BToolsAttribute_TitleLabel,.gx-label.K2BToolsAttribute_InvisibleLabel,.gx-label.BlobContentK2BToolsAttribute_InvisibleLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_InvisibleLabel,.gx-label.BlobInputK2BToolsAttribute_InvisibleLabel,.gx-label.ReadonlyK2BToolsAttribute_InvisibleLabel,.gx-label.K2BToolsAttribute_SmallTitleLabel,.gx-label.BlobContentK2BToolsAttribute_SmallTitleLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_SmallTitleLabel,.gx-label.BlobInputK2BToolsAttribute_SmallTitleLabel,.gx-label.ReadonlyK2BToolsAttribute_SmallTitleLabel,.gx-label.K2BToolsAttribute_SmallerTitleLabel,.gx-label.BlobContentK2BToolsAttribute_SmallerTitleLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_SmallerTitleLabel,.gx-label.BlobInputK2BToolsAttribute_SmallerTitleLabel,.gx-label.K2BTools_SearchResultImageCompactLabel,.gx-label.BlobContentK2BTools_SearchResultImageCompactLabel,.gx-label.ReadonlyBlobContentK2BTools_SearchResultImageCompactLabel,.gx-label.BlobInputK2BTools_SearchResultImageCompactLabel,.gx-label.ReadonlyK2BTools_SearchResultImageCompactLabel,.gx-label.K2BToolsAttribute_SummaryLabel,.gx-label.BlobContentK2BToolsAttribute_SummaryLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_SummaryLabel,.gx-label.BlobInputK2BToolsAttribute_SummaryLabel,.gx-label.ReadonlyK2BToolsAttribute_SummaryLabel,.gx-label.K2BToolsAttribute_TagDescriptionLabel,.gx-label.BlobContentK2BToolsAttribute_TagDescriptionLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_TagDescriptionLabel,.gx-label.BlobInputK2BToolsAttribute_TagDescriptionLabel,.gx-label.K2BTools_FilterAttributeInComboLabel,.gx-label.BlobInputK2BTools_FilterAttributeInComboLabel,.gx-label.ReadonlyK2BTools_FilterAttributeInComboLabel,.gx-label.BlobContentK2BTools_FilterAttributeInComboLabel,.gx-label.ReadonlyBlobContentK2BTools_FilterAttributeInComboLabel,.gx-label.K2BToolsSimpleImageListTextLabel,.gx-label.ReadonlyK2BToolsSimpleImageListTextLabel,.gx-label.K2BToolsSimpleImageListImageLabel,.gx-label.ReadonlyK2BToolsSimpleImageListImageLabel,.gx-label.Attribute_ImageLabel,.gx-label.K2BToolsAttribute_MediumImageLabel,.gx-label.BlobContentK2BToolsAttribute_MediumImageLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_MediumImageLabel,.gx-label.BlobInputK2BToolsAttribute_MediumImageLabel,.gx-label.ReadonlyK2BToolsAttribute_MediumImageLabel,.gx-label.K2BToolsAttribute_PriceLabel,.gx-label.BlobContentK2BToolsAttribute_PriceLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_PriceLabel,.gx-label.BlobInputK2BToolsAttribute_PriceLabel,.gx-label.ReadonlyK2BToolsAttribute_PriceLabel,.gx-label.K2BToolsAttribute_ImageFloatingCaptionLabel,.gx-label.BlobContentK2BToolsAttribute_ImageFloatingCaptionLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_ImageFloatingCaptionLabel,.gx-label.BlobInputK2BToolsAttribute_ImageFloatingCaptionLabel,.gx-label.ReadonlyK2BToolsAttribute_ImageFloatingCaptionLabel,.gx-label.K2BToolsImage_PhotoListImageLabel,.gx-label.ReadonlyK2BToolsImage_PhotoListImageLabel,.gx-label.K2BToolsAttribute_PhotoListTitleLabel,.gx-label.ReadonlyK2BToolsAttribute_PhotoListTitleLabel,.gx-label.Attribute_InvisibleLabel,.gx-label.K2BToolsImage_RoundPhotoSmallLabel,.gx-label.BlobContentK2BToolsImage_RoundPhotoSmallLabel,.gx-label.ReadonlyBlobContentK2BToolsImage_RoundPhotoSmallLabel,.gx-label.BlobInputK2BToolsImage_RoundPhotoSmallLabel,.gx-label.ReadonlyK2BToolsImage_RoundPhotoSmallLabel,.gx-label.K2BToolsAttribute_CardListPhotoLabel,.gx-label.ReadonlyK2BToolsAttribute_CardListPhotoLabel,.gx-label.K2BT_StructuredListPhotoLabel,.gx-label.BlobContentK2BT_StructuredListPhotoLabel,.gx-label.ReadonlyBlobContentK2BT_StructuredListPhotoLabel,.gx-label.BlobInputK2BT_StructuredListPhotoLabel,.gx-label.ReadonlyK2BT_StructuredListPhotoLabel,.gx-label.K2BT_CardWithSummaryCheckboxLabel,.gx-label.BlobContentK2BT_CardWithSummaryCheckboxLabel,.gx-label.ReadonlyBlobContentK2BT_CardWithSummaryCheckboxLabel,.gx-label.BlobInputK2BT_CardWithSummaryCheckboxLabel,.gx-label.ReadonlyK2BT_CardWithSummaryCheckboxLabel,.gx-label.K2BT_CardWithSummaryTitleLabel,.gx-label.BlobContentK2BT_CardWithSummaryTitleLabel,.gx-label.ReadonlyBlobContentK2BT_CardWithSummaryTitleLabel,.gx-label.BlobInputK2BT_CardWithSummaryTitleLabel,.gx-label.ReadonlyK2BT_CardWithSummaryTitleLabel,.gx-label.K2BT_CardWithSummaryPhotoLabel,.gx-label.BlobContentK2BT_CardWithSummaryPhotoLabel,.gx-label.ReadonlyBlobContentK2BT_CardWithSummaryPhotoLabel,.gx-label.BlobInputK2BT_CardWithSummaryPhotoLabel,.gx-label.ReadonlyK2BT_CardWithSummaryPhotoLabel,.gx-label.K2BT_RoundPhotoLargeLabel,.gx-label.BlobContentK2BT_RoundPhotoLargeLabel,.gx-label.ReadonlyBlobContentK2BT_RoundPhotoLargeLabel,.gx-label.BlobInputK2BT_RoundPhotoLargeLabel,.gx-label.ReadonlyK2BT_RoundPhotoLargeLabel,.gx-label.K2BT_NotificationIconLabel,.gx-label.ReadonlyK2BT_NotificationIconLabel,.gx-label.K2BT_CommentInputFieldLabel,.gx-label.ReadonlyK2BT_CommentInputFieldLabel,.gx-label.K2BT_CommentAuthorImageLabel,.gx-label.BlobContentK2BT_CommentAuthorImageLabel,.gx-label.ReadonlyBlobContentK2BT_CommentAuthorImageLabel,.gx-label.BlobInputK2BT_CommentAuthorImageLabel,.gx-label.ReadonlyK2BT_CommentAuthorImageLabel,.gx-label.K2BT_SimpleECommerceTitleLabel,.gx-label.K2BT_SimpleECommerceTitleLinkLabel,.gx-label.BlobContentK2BT_SimpleECommerceTitleLinkLabel,.gx-label.ReadonlyBlobContentK2BT_SimpleECommerceTitleLinkLabel,.gx-label.BlobInputK2BT_SimpleECommerceTitleLinkLabel,.gx-label.ReadonlyK2BT_SimpleECommerceTitleLinkLabel,.gx-label.K2BT_SimpleECommerceSubtitleLabel,.gx-label.K2BT_SimpleECommerceSummaryLabel,.gx-label.K2BT_RoundPhotoSmallLabel,.gx-label.ReadonlyK2BT_RoundPhotoSmallLabel,.gx-label.BlobContentReadonlyK2BT_RoundPhotoSmallLabel,.gx-label.ReadonlyBlobContentReadonlyK2BT_RoundPhotoSmallLabel,.gx-label.BlobInputReadonlyK2BT_RoundPhotoSmallLabel,.gx-label.K2BT_DetailPopoverTitleLabel,.gx-label.ReadonlyK2BT_DetailPopoverTitleLabel,.gx-label.BlobContentReadonlyK2BT_DetailPopoverTitleLabel,.gx-label.ReadonlyBlobContentReadonlyK2BT_DetailPopoverTitleLabel,.gx-label.BlobInputReadonlyK2BT_DetailPopoverTitleLabel,.gx-label.K2BT_TextActionLabel,.gx-label.BlobContentK2BT_TextActionLabel,.gx-label.ReadonlyBlobContentK2BT_TextActionLabel,.gx-label.BlobInputK2BT_TextActionLabel,.gx-label.ReadonlyK2BT_TextActionLabel,.gx-label.K2BT_StepperValueLabel,.gx-label.K2BT_InlineEditActionLabel,.gx-label.ReadonlyK2BT_InlineEditActionLabel,.gx-label.K2BT_DateRangeFilterFieldLabel,.gx-label.K2BTEnhancedComboSearchInputLabel,.gx-label.Grid_WorkWithTitleLabel,.gx-label.BlobContentGrid_WorkWithTitleLabel,.gx-label.ReadonlyBlobContentGrid_WorkWithTitleLabel,.gx-label.ReadonlyGrid_WorkWithTitleLabel,.gx-label.BlobInputGrid_WorkWithTitleLabel,.gx-label.bootstrap-checkboxLabel,.gx-label.Att_Tarifario_SinBordeLabel,.gx-label.ReadonlyAtt_Tarifario_SinBordeLabel,.gx-label.Attribute_Combo_DLLabel,.gx-label.ReadOnlyAttribute_Box_DLLabel,.gx-label.Att_IngRec_10Label,.gx-label.ReadonlyAtt_IngRec_10Label,.gx-label.Att_IngRec_100Label,.gx-label.ReadonlyAtt_IngRec_100Label,.gx-label.Att_IngRec_20Label,.gx-label.ReadonlyAtt_IngRec_20Label,.gx-label.Att_IngRec_30Label,.gx-label.ReadonlyAtt_IngRec_30Label,.gx-label.Att_IngRec_40Label,.gx-label.ReadonlyAtt_IngRec_40Label,.gx-label.Att_IngRec_50Label,.gx-label.ReadonlyAtt_IngRec_50Label,.gx-label.Att_IngRec_60Label,.gx-label.ReadonlyAtt_IngRec_60Label,.gx-label.Att_IngRec_70Label,.gx-label.ReadonlyAtt_IngRec_70Label,.gx-label.Att_IngRec_80Label,.gx-label.ReadonlyAtt_IngRec_80Label,.gx-label.Att_IngRec_90Label,.gx-label.ReadonlyAtt_IngRec_90Label,.gx-label.Att_Panel_AtributoLabel,.gx-label.BlobContentAtt_Panel_AtributoLabel,.gx-label.ReadonlyBlobContentAtt_Panel_AtributoLabel,.gx-label.BlobInputAtt_Panel_AtributoLabel,.gx-label.ReadonlyAtt_Panel_AtributoLabel,.gx-label.Att_Panel_PrdCantLabel,.gx-label.ReadonlyAtt_Panel_PrdCantLabel,.gx-label.Att_Panel_PrdCantConValorLabel,.gx-label.ReadonlyAtt_Panel_PrdCantConValorLabel,.gx-label.Att_Panel_ProductoLabel,.gx-label.BlobContentAtt_Panel_ProductoLabel,.gx-label.ReadonlyBlobContentAtt_Panel_ProductoLabel,.gx-label.BlobInputAtt_Panel_ProductoLabel,.gx-label.ReadonlyAtt_Panel_ProductoLabel,.gx-label.Att_Panel_TitColLabel,.gx-label.BlobContentAtt_Panel_TitColLabel,.gx-label.ReadonlyBlobContentAtt_Panel_TitColLabel,.gx-label.BlobInputAtt_Panel_TitColLabel,.gx-label.ReadonlyAtt_Panel_TitColLabel,.gx-label.Att_Panel_TitPrdLabel,.gx-label.BlobContentAtt_Panel_TitPrdLabel,.gx-label.ReadonlyBlobContentAtt_Panel_TitPrdLabel,.gx-label.BlobInputAtt_Panel_TitPrdLabel,.gx-label.ReadonlyAtt_Panel_TitPrdLabel,.gx-label.Att_Panel_TotalLabel,.gx-label.BlobContentAtt_Panel_TotalLabel,.gx-label.ReadonlyBlobContentAtt_Panel_TotalLabel,.gx-label.BlobInputAtt_Panel_TotalLabel,.gx-label.ReadonlyAtt_Panel_TotalLabel,.gx-label.AttributeErrorLabel,.gx-label.BlobContentAttributeErrorLabel,.gx-label.ReadonlyBlobContentAttributeErrorLabel,.gx-label.BlobInputAttributeErrorLabel,.gx-label.ReadonlyAttributeErrorLabel,.gx-label.Att_Tarifario_ConBordeLabel,.gx-label.ReadonlyAtt_Tarifario_ConBordeLabel,.gx-label.ReadOnlyAttribute_2Label,.gx-label.Attribute_FixedData_2Label,.gx-label.K2BT_GenericFilterLabel,.gx-label.K2BT_DashboardKPIImageLabel,.gx-label.AtributeLabel,.gx-label.ImagePromptLabel,.gx-label.CheckboxLabelLabel,.gx-label.BlobContentCheckboxLabelLabel,.gx-label.ReadonlyBlobContentCheckboxLabelLabel,.gx-label.BlobInputCheckboxLabelLabel,.gx-label.ReadonlyCheckboxLabelLabel,.gx-label.LoginAttributeLabel,.gx-label.BlobContentLoginAttributeLabel,.gx-label.ReadonlyBlobContentLoginAttributeLabel,.gx-label.BlobInputLoginAttributeLabel,.gx-label.ReadonlyLoginAttributeLabel,.gx-label.LoginComboAttributeLabel,.gx-label.BlobContentLoginComboAttributeLabel,.gx-label.ReadonlyBlobContentLoginComboAttributeLabel,.gx-label.BlobInputLoginComboAttributeLabel,.gx-label.ReadonlyLoginComboAttributeLabel,.gx-label.RegistrationAttributeLabel,.gx-label.BlobContentRegistrationAttributeLabel,.gx-label.ReadonlyBlobContentRegistrationAttributeLabel,.gx-label.BlobInputRegistrationAttributeLabel,.gx-label.ReadonlyRegistrationAttributeLabel,.gx-label.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.Attribute_MaxContentLabel,.gx-label.ReadonlyAttribute_MaxContentLabel,.gx-label.Attribute_Grid_MaxContentLabel,.gx-label.ReadonlyAttribute_Grid_MaxContentLabel,.gx-label.CheckBoxAttributeLabelLabel,.gx-label.dlTxtXMLLabel,.gx-label.Attribute_Grid_CheckBoxLabel,.gx-label.img-responsiveLabel,.gx-label.dlAmarrasReservaTotalLabel,.gx-label.dlOcultarDosPuntosLabel,.gx-label.Cuadro_TextoLabel,.gx-label.ReadonlyCuadro_TextoLabel,.gx-label.ReadonlyCuadro_Titulo1Label,.gx-label.Cuadro_TituloLabel,.gx-label.ReadonlyCuadro_TituloLabel,.gx-label.Table_TotalSimilarLabel,.gx-label.ReadonlyTable_TotalSimilarLabel,.gx-label.ReadonlyTable_TotalSimilar1Label,.gx-label.Textblock_FacturaLabel,.gx-label.Textblock_erroresLabel,.gx-label.inputsLabel,.gx-label.inputsLabelLabel,.gx-label.inputsErrorLabelLabel,.gx-label.TextoLabel,.gx-label.TextoLabelLabel,.gx-label.ErrorAttributeLabel,.gx-label.WarningAttributeLabel,.gx-label.WarningAttribute_TrnLabel,.gx-label.BlobContentWarningAttribute_TrnLabel,.gx-label.ReadonlyBlobContentWarningAttribute_TrnLabel,.gx-label.BlobInputWarningAttribute_TrnLabel,.gx-label.ReadonlyWarningAttribute_TrnLabel,.gx-label.WarningAttribute_TrnDateLabel,.gx-label.BlobContentWarningAttribute_TrnDateLabel,.gx-label.ReadonlyBlobContentWarningAttribute_TrnDateLabel,.gx-label.BlobInputWarningAttribute_TrnDateLabel,.gx-label.ReadonlyWarningAttribute_TrnDateLabel,.gx-label.ImageAttributeLabel,.gx-label.ResponsiveImageAttributeLabel,.gx-label.BlobContentResponsiveImageAttributeLabel,.gx-label.ReadonlyBlobContentResponsiveImageAttributeLabel,.gx-label.BlobInputResponsiveImageAttributeLabel,.gx-label.ReadonlyResponsiveImageAttributeLabel,.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.ReadonlyImageAttributeLabel,.gx-label.ActionAttributeLabel,.gx-label.UpdateAttributeLabel,.gx-label.BlobContentUpdateAttributeLabel,.gx-label.ReadonlyBlobContentUpdateAttributeLabel,.gx-label.BlobInputUpdateAttributeLabel,.gx-label.ReadonlyUpdateAttributeLabel,.gx-label.DeleteAttributeLabel,.gx-label.BlobContentDeleteAttributeLabel,.gx-label.ReadonlyBlobContentDeleteAttributeLabel,.gx-label.BlobInputDeleteAttributeLabel,.gx-label.ReadonlyDeleteAttributeLabel,.gx-label.BlobContentActionAttributeLabel,.gx-label.ReadonlyBlobContentActionAttributeLabel,.gx-label.DisplayAttributeLabel,.gx-label.BlobContentDisplayAttributeLabel,.gx-label.ReadonlyBlobContentDisplayAttributeLabel,.gx-label.BlobInputDisplayAttributeLabel,.gx-label.ReadonlyDisplayAttributeLabel,.gx-label.DisabledActionAttributeLabel,.gx-label.BlobContentDisabledActionAttributeLabel,.gx-label.ReadonlyBlobContentDisabledActionAttributeLabel,.gx-label.BlobInputDisabledActionAttributeLabel,.gx-label.ReadonlyDisabledActionAttributeLabel,.gx-label.BlobInputActionAttributeLabel,.gx-label.ReadonlyActionAttributeLabel,.gx-label.SelectionAttributeLabel,.gx-label.BlobContentSelectionAttributeLabel,.gx-label.ReadonlyBlobContentSelectionAttributeLabel,.gx-label.BlobInputSelectionAttributeLabel,.gx-label.ReadonlySelectionAttributeLabel,.gx-label.ReadonlyAttributeLabel,.gx-label.ReadonlyMedioLabel,.gx-label.BlobContentReadonlyMedioLabel,.gx-label.ReadonlyBlobContentReadonlyMedioLabel,.gx-label.BlobInputReadonlyMedioLabel,.gx-label.ReadonlyReadonlyMedioLabel,.gx-label.FilterAttributeLabel,.gx-label.BlobContentFilterAttributeLabel,.gx-label.ReadonlyBlobContentFilterAttributeLabel,.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.ReadonlyFilterAttributeLabel,.gx-label.AttributeNoLabelLabel,.gx-label.BlobContentAttributeNoLabelLabel,.gx-label.ReadonlyBlobContentAttributeNoLabelLabel,.gx-label.BlobInputAttributeNoLabelLabel,.gx-label.ReadonlyAttributeNoLabelLabel,.gx-label.AttributeDatosPersonaLabel,.gx-label.AttributeDatosPersonaLabelLabel,.gx-label.ReadonlyAttributeDatosPersonaLabel,.gx-label.inputsErrorLabel,.gx-label.inputs_numeroLabel,.RecentLinkItem,.TextBlockHeader,.TextBlockHeaderLinkClass,.RecentsTitle,.Title,.BigTitle,.UncollapsedBigTitle,.SeparateBigTitle,.SubTitle,.WWAdvancedLabel,.WWOrderByLabel,.WWFilterLabel,.WWDateFilterLabel,.WWOrderItem,.WWLinkOrderItem,.WWOrderItemHover,.WWOrderItemSelected,.WWOrderItemSelectedHover,.WWLinkOrderItemSelected,.TextBlockAtributo,.LabelDatosPersona,.TextBlock_Numero2,.TextBlock_Numero3,.TextBlock_Numero4,.TextBlock_TituloPaso,.TextBlock_TextoGrilla,.TextBlock_ValidarDatos,.TextBlock_TotalesGrilla,.dlAmarraEstadoNoDisp,.dlSubtituloInfo,.dlAmarraSubtituloSmall
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	height: 20px;
}
.dlSubtitle
{
	font-size: 18px;
	font-weight: bold;
	color: #141414;
}
.dlAmarraTitulo
{
	font-size: 18px;
	font-weight: bold;
	color: #141414;
}
.dlAmarraEstado
{
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 4px;
	display: block;
	background-color: #22d21e;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 12px;
	color: #fff;
	width: fit-content;
}
.dlAmarraSubtitulo
{
	margin-top: -7px;
	font-size: 16px;
	color: #141414;
	display: block !important;
}
.dlAmarraInformacion
{
	color: #141414;
}
.dlAmarraPrecioLabel
{
	color: #141414;
}
.dlAmarraPrecio
{
	font-size: 16px;
	font-weight: bold;
	color: #141414;
}
.TextBlock_Warning
{
	padding-top: 14px;
	display: block;
	font-family: Arial, Helvetica;
	font-size: 15px;
	color: #141414;
	line-height:24px;
}
.GridNewRow:before,.GridNewRowWhite:before,.Grid>tfoot .gx_newrow:before,.WorkWithReport>tfoot .gx_newrow:before,.GridDragging>tfoot .gx_newrow:before,.GridAcceptDrag>tfoot .gx_newrow:before,.GridNoAcceptDrag>tfoot .gx_newrow:before,.Grid_Custom>tfoot .gx_newrow:before,.Grid_SubWorkWith>tfoot .gx_newrow:before,.Grid_Prompt>tfoot .gx_newrow:before,.Grid_Transaction>tfoot .gx_newrow:before,.K2BTransactionGrid>tfoot .gx_newrow:before,.Grid_MultipleSelection>tfoot .gx_newrow:before,.Grid_WorkWith>tfoot .gx_newrow:before,.Grid_WorkWithSingle>tfoot .gx_newrow:before,.Grid_CustomGrid_WorKWith>tfoot .gx_newrow:before,.Grid_Estadisticas>tfoot .gx_newrow:before,.Grid_EstadisticasSingle>tfoot .gx_newrow:before,.Grid_WorkWithHover>tfoot .gx_newrow:before,.Grid_WorkWithSelected>tfoot .gx_newrow:before,.Grid_WorKWith_2>tfoot .gx_newrow:before,.Grid_WorKWith_4>tfoot .gx_newrow:before,.GridK2BTransactionGrid>tfoot .gx_newrow:before,.K2BTransactionGrid_2>tfoot .gx_newrow:before,.K2BGeneralGrid>tfoot .gx_newrow:before,.K2BNoPaddingGrid>tfoot .gx_newrow:before,.GridK2BTransactionGrid1>tfoot .gx_newrow:before,.GridK2BTransactionGrid1K2BGeneralGrid>tfoot .gx_newrow:before,.grilla_prompts>tfoot .gx_newrow:before,.grilla_comun>tfoot .gx_newrow:before,.GridContext>tfoot .gx_newrow:before,.Grid_AllowSelection>tfoot .gx_newrow:before,.Grid_WorkWith_3>tfoot .gx_newrow:before,.Grid_SubWorkWith_2>tfoot .gx_newrow:before,.Grid_Prompt_2>tfoot .gx_newrow:before,.Grid_Transaction_2>tfoot .gx_newrow:before,.K2BTransactionGrid_3>tfoot .gx_newrow:before,.Grid_MultipleSelection_2>tfoot .gx_newrow:before,.WorkWithBorder>tfoot .gx_newrow:before,.dlGrillaAmarras>tfoot .gx_newrow:before,.GridNoData>tfoot .gx_newrow:before,.Grid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.WorkWithReport[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,.Grid_Custom[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_SubWorkWith[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_Prompt[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_Transaction[data-gx-grid-nodata]>tfoot .gx_newrow:before,.K2BTransactionGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_MultipleSelection[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_WorkWith[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_WorkWithSingle[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_CustomGrid_WorKWith[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_Estadisticas[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_EstadisticasSingle[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_WorkWithHover[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_WorkWithSelected[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_WorKWith_2[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_WorKWith_4[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridK2BTransactionGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.K2BTransactionGrid_2[data-gx-grid-nodata]>tfoot .gx_newrow:before,.K2BGeneralGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.K2BNoPaddingGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridK2BTransactionGrid1[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridK2BTransactionGrid1K2BGeneralGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.grilla_prompts[data-gx-grid-nodata]>tfoot .gx_newrow:before,.grilla_comun[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridContext[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_AllowSelection[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_WorkWith_3[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_SubWorkWith_2[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_Prompt_2[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_Transaction_2[data-gx-grid-nodata]>tfoot .gx_newrow:before,.K2BTransactionGrid_3[data-gx-grid-nodata]>tfoot .gx_newrow:before,.Grid_MultipleSelection_2[data-gx-grid-nodata]>tfoot .gx_newrow:before,.WorkWithBorder[data-gx-grid-nodata]>tfoot .gx_newrow:before,.dlGrillaAmarras[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridNoData[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,.FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyle_RecentLinks[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleGrid_Transaction[data-gx-grid-nodata]>tfoot .gx_newrow:before,.K2BFreeStyle[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleGrid_WPB[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleGrid_Menu[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleGridMensajesInternos[data-gx-grid-nodata]>tfoot .gx_newrow:before,.VerticalTabGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleGrid_SearchResult[data-gx-grid-nodata]>tfoot .gx_newrow:before,.K2BTools_SearchGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.K2BT_SelectedItemsGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.K2BT_CommentThreads[data-gx-grid-nodata]>tfoot .gx_newrow:before,.K2BT_MFCL[data-gx-grid-nodata]>tfoot .gx_newrow:before,.K2BT_MFLG[data-gx-grid-nodata]>tfoot .gx_newrow:before,.K2BT_SavedGridViews[data-gx-grid-nodata]>tfoot .gx_newrow:before,.K2BT_TimelineGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.RecentLinksGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.TrnSublevelGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.WorkWith>tfoot .gx_newrow:before,.PromptGrid>tfoot .gx_newrow:before,.ViewGrid>tfoot .gx_newrow:before,.FreeStyleGridFooter>.gx_newrow:before,.FreeStyle_RecentLinksFooter>.gx_newrow:before,.FreeStyleGrid_TransactionFooter>.gx_newrow:before,.K2BFreeStyleFooter>.gx_newrow:before,.FreeStyleGrid_WPBFooter>.gx_newrow:before,.FreeStyleGrid_MenuFooter>.gx_newrow:before,.FreeStyleGridMensajesInternosFooter>.gx_newrow:before,.VerticalTabGridFooter>.gx_newrow:before,.FreeStyleGrid_SearchResultFooter>.gx_newrow:before,.K2BTools_SearchGridFooter>.gx_newrow:before,.K2BT_SelectedItemsGridFooter>.gx_newrow:before,.K2BT_CommentThreadsFooter>.gx_newrow:before,.K2BT_MFCLFooter>.gx_newrow:before,.K2BT_MFLGFooter>.gx_newrow:before,.K2BT_SavedGridViewsFooter>.gx_newrow:before,.K2BT_TimelineGridFooter>.gx_newrow:before,.RecentLinksGridFooter>.gx_newrow:before,.TrnSublevelGridFooter>.gx_newrow:before
{
	content: '[';
}

.GridNewRow:after,.GridNewRowWhite:after,.Grid>tfoot .gx_newrow:after,.WorkWithReport>tfoot .gx_newrow:after,.GridDragging>tfoot .gx_newrow:after,.GridAcceptDrag>tfoot .gx_newrow:after,.GridNoAcceptDrag>tfoot .gx_newrow:after,.Grid_Custom>tfoot .gx_newrow:after,.Grid_SubWorkWith>tfoot .gx_newrow:after,.Grid_Prompt>tfoot .gx_newrow:after,.Grid_Transaction>tfoot .gx_newrow:after,.K2BTransactionGrid>tfoot .gx_newrow:after,.Grid_MultipleSelection>tfoot .gx_newrow:after,.Grid_WorkWith>tfoot .gx_newrow:after,.Grid_WorkWithSingle>tfoot .gx_newrow:after,.Grid_CustomGrid_WorKWith>tfoot .gx_newrow:after,.Grid_Estadisticas>tfoot .gx_newrow:after,.Grid_EstadisticasSingle>tfoot .gx_newrow:after,.Grid_WorkWithHover>tfoot .gx_newrow:after,.Grid_WorkWithSelected>tfoot .gx_newrow:after,.Grid_WorKWith_2>tfoot .gx_newrow:after,.Grid_WorKWith_4>tfoot .gx_newrow:after,.GridK2BTransactionGrid>tfoot .gx_newrow:after,.K2BTransactionGrid_2>tfoot .gx_newrow:after,.K2BGeneralGrid>tfoot .gx_newrow:after,.K2BNoPaddingGrid>tfoot .gx_newrow:after,.GridK2BTransactionGrid1>tfoot .gx_newrow:after,.GridK2BTransactionGrid1K2BGeneralGrid>tfoot .gx_newrow:after,.grilla_prompts>tfoot .gx_newrow:after,.grilla_comun>tfoot .gx_newrow:after,.GridContext>tfoot .gx_newrow:after,.Grid_AllowSelection>tfoot .gx_newrow:after,.Grid_WorkWith_3>tfoot .gx_newrow:after,.Grid_SubWorkWith_2>tfoot .gx_newrow:after,.Grid_Prompt_2>tfoot .gx_newrow:after,.Grid_Transaction_2>tfoot .gx_newrow:after,.K2BTransactionGrid_3>tfoot .gx_newrow:after,.Grid_MultipleSelection_2>tfoot .gx_newrow:after,.WorkWithBorder>tfoot .gx_newrow:after,.dlGrillaAmarras>tfoot .gx_newrow:after,.GridNoData>tfoot .gx_newrow:after,.Grid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.WorkWithReport[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,.Grid_Custom[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_SubWorkWith[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_Prompt[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_Transaction[data-gx-grid-nodata]>tfoot .gx_newrow:after,.K2BTransactionGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_MultipleSelection[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_WorkWith[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_WorkWithSingle[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_CustomGrid_WorKWith[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_Estadisticas[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_EstadisticasSingle[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_WorkWithHover[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_WorkWithSelected[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_WorKWith_2[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_WorKWith_4[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridK2BTransactionGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.K2BTransactionGrid_2[data-gx-grid-nodata]>tfoot .gx_newrow:after,.K2BGeneralGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.K2BNoPaddingGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridK2BTransactionGrid1[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridK2BTransactionGrid1K2BGeneralGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.grilla_prompts[data-gx-grid-nodata]>tfoot .gx_newrow:after,.grilla_comun[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridContext[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_AllowSelection[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_WorkWith_3[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_SubWorkWith_2[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_Prompt_2[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_Transaction_2[data-gx-grid-nodata]>tfoot .gx_newrow:after,.K2BTransactionGrid_3[data-gx-grid-nodata]>tfoot .gx_newrow:after,.Grid_MultipleSelection_2[data-gx-grid-nodata]>tfoot .gx_newrow:after,.WorkWithBorder[data-gx-grid-nodata]>tfoot .gx_newrow:after,.dlGrillaAmarras[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridNoData[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,.FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyle_RecentLinks[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleGrid_Transaction[data-gx-grid-nodata]>tfoot .gx_newrow:after,.K2BFreeStyle[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleGrid_WPB[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleGrid_Menu[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleGridMensajesInternos[data-gx-grid-nodata]>tfoot .gx_newrow:after,.VerticalTabGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleGrid_SearchResult[data-gx-grid-nodata]>tfoot .gx_newrow:after,.K2BTools_SearchGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.K2BT_SelectedItemsGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.K2BT_CommentThreads[data-gx-grid-nodata]>tfoot .gx_newrow:after,.K2BT_MFCL[data-gx-grid-nodata]>tfoot .gx_newrow:after,.K2BT_MFLG[data-gx-grid-nodata]>tfoot .gx_newrow:after,.K2BT_SavedGridViews[data-gx-grid-nodata]>tfoot .gx_newrow:after,.K2BT_TimelineGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.RecentLinksGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.TrnSublevelGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.WorkWith>tfoot .gx_newrow:after,.PromptGrid>tfoot .gx_newrow:after,.ViewGrid>tfoot .gx_newrow:after,.FreeStyleGridFooter>.gx_newrow:after,.FreeStyle_RecentLinksFooter>.gx_newrow:after,.FreeStyleGrid_TransactionFooter>.gx_newrow:after,.K2BFreeStyleFooter>.gx_newrow:after,.FreeStyleGrid_WPBFooter>.gx_newrow:after,.FreeStyleGrid_MenuFooter>.gx_newrow:after,.FreeStyleGridMensajesInternosFooter>.gx_newrow:after,.VerticalTabGridFooter>.gx_newrow:after,.FreeStyleGrid_SearchResultFooter>.gx_newrow:after,.K2BTools_SearchGridFooter>.gx_newrow:after,.K2BT_SelectedItemsGridFooter>.gx_newrow:after,.K2BT_CommentThreadsFooter>.gx_newrow:after,.K2BT_MFCLFooter>.gx_newrow:after,.K2BT_MFLGFooter>.gx_newrow:after,.K2BT_SavedGridViewsFooter>.gx_newrow:after,.K2BT_TimelineGridFooter>.gx_newrow:after,.RecentLinksGridFooter>.gx_newrow:after,.TrnSublevelGridFooter>.gx_newrow:after
{
	content: ']';
}

.GridLoadingText,.Grid+div.gx-grid-loading,.WorkWithReport+div.gx-grid-loading,.GridDragging+div.gx-grid-loading,.GridAcceptDrag+div.gx-grid-loading,.GridNoAcceptDrag+div.gx-grid-loading,.Grid_Custom+div.gx-grid-loading,.Grid_SubWorkWith+div.gx-grid-loading,.Grid_Prompt+div.gx-grid-loading,.Grid_Transaction+div.gx-grid-loading,.K2BTransactionGrid+div.gx-grid-loading,.Grid_MultipleSelection+div.gx-grid-loading,.Grid_WorkWith+div.gx-grid-loading,.Grid_WorkWithSingle+div.gx-grid-loading,.Grid_CustomGrid_WorKWith+div.gx-grid-loading,.Grid_Estadisticas+div.gx-grid-loading,.Grid_EstadisticasSingle+div.gx-grid-loading,.Grid_WorkWithHover+div.gx-grid-loading,.Grid_WorkWithSelected+div.gx-grid-loading,.Grid_WorKWith_2+div.gx-grid-loading,.Grid_WorKWith_4+div.gx-grid-loading,.GridK2BTransactionGrid+div.gx-grid-loading,.K2BTransactionGrid_2+div.gx-grid-loading,.K2BGeneralGrid+div.gx-grid-loading,.K2BNoPaddingGrid+div.gx-grid-loading,.GridK2BTransactionGrid1+div.gx-grid-loading,.GridK2BTransactionGrid1K2BGeneralGrid+div.gx-grid-loading,.grilla_prompts+div.gx-grid-loading,.grilla_comun+div.gx-grid-loading,.GridContext+div.gx-grid-loading,.Grid_AllowSelection+div.gx-grid-loading,.Grid_WorkWith_3+div.gx-grid-loading,.Grid_SubWorkWith_2+div.gx-grid-loading,.Grid_Prompt_2+div.gx-grid-loading,.Grid_Transaction_2+div.gx-grid-loading,.K2BTransactionGrid_3+div.gx-grid-loading,.Grid_MultipleSelection_2+div.gx-grid-loading,.WorkWithBorder+div.gx-grid-loading,.dlGrillaAmarras+div.gx-grid-loading,.GridNoData+div.gx-grid-loading,.Grid[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWithReport[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,.Grid_Custom[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_SubWorkWith[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_Prompt[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_Transaction[data-gx-grid-nodata]+div.gx-grid-loading,.K2BTransactionGrid[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_MultipleSelection[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_WorkWith[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_WorkWithSingle[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_CustomGrid_WorKWith[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_Estadisticas[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_EstadisticasSingle[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_WorkWithHover[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_WorkWithSelected[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_WorKWith_2[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_WorKWith_4[data-gx-grid-nodata]+div.gx-grid-loading,.GridK2BTransactionGrid[data-gx-grid-nodata]+div.gx-grid-loading,.K2BTransactionGrid_2[data-gx-grid-nodata]+div.gx-grid-loading,.K2BGeneralGrid[data-gx-grid-nodata]+div.gx-grid-loading,.K2BNoPaddingGrid[data-gx-grid-nodata]+div.gx-grid-loading,.GridK2BTransactionGrid1[data-gx-grid-nodata]+div.gx-grid-loading,.GridK2BTransactionGrid1K2BGeneralGrid[data-gx-grid-nodata]+div.gx-grid-loading,.grilla_prompts[data-gx-grid-nodata]+div.gx-grid-loading,.grilla_comun[data-gx-grid-nodata]+div.gx-grid-loading,.GridContext[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_AllowSelection[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_WorkWith_3[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_SubWorkWith_2[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_Prompt_2[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_Transaction_2[data-gx-grid-nodata]+div.gx-grid-loading,.K2BTransactionGrid_3[data-gx-grid-nodata]+div.gx-grid-loading,.Grid_MultipleSelection_2[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWithBorder[data-gx-grid-nodata]+div.gx-grid-loading,.dlGrillaAmarras[data-gx-grid-nodata]+div.gx-grid-loading,.GridNoData[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,.FreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyle_RecentLinks[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid_Transaction[data-gx-grid-nodata]+div.gx-grid-loading,.K2BFreeStyle[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid_WPB[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid_Menu[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGridMensajesInternos[data-gx-grid-nodata]+div.gx-grid-loading,.VerticalTabGrid[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid_SearchResult[data-gx-grid-nodata]+div.gx-grid-loading,.K2BTools_SearchGrid[data-gx-grid-nodata]+div.gx-grid-loading,.K2BT_SelectedItemsGrid[data-gx-grid-nodata]+div.gx-grid-loading,.K2BT_CommentThreads[data-gx-grid-nodata]+div.gx-grid-loading,.K2BT_MFCL[data-gx-grid-nodata]+div.gx-grid-loading,.K2BT_MFLG[data-gx-grid-nodata]+div.gx-grid-loading,.K2BT_SavedGridViews[data-gx-grid-nodata]+div.gx-grid-loading,.K2BT_TimelineGrid[data-gx-grid-nodata]+div.gx-grid-loading,.RecentLinksGrid[data-gx-grid-nodata]+div.gx-grid-loading,.TrnSublevelGrid[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWith+div.gx-grid-loading,.PromptGrid+div.gx-grid-loading,.ViewGrid+div.gx-grid-loading,.FreeStyleGrid+div.gx-grid-loading,.FreeStyle_RecentLinks+div.gx-grid-loading,.FreeStyleGrid_Transaction+div.gx-grid-loading,.K2BFreeStyle+div.gx-grid-loading,.FreeStyleGrid_WPB+div.gx-grid-loading,.FreeStyleGrid_Menu+div.gx-grid-loading,.FreeStyleGridMensajesInternos+div.gx-grid-loading,.VerticalTabGrid+div.gx-grid-loading,.FreeStyleGrid_SearchResult+div.gx-grid-loading,.K2BTools_SearchGrid+div.gx-grid-loading,.K2BT_SelectedItemsGrid+div.gx-grid-loading,.K2BT_CommentThreads+div.gx-grid-loading,.K2BT_MFCL+div.gx-grid-loading,.K2BT_MFLG+div.gx-grid-loading,.K2BT_SavedGridViews+div.gx-grid-loading,.K2BT_TimelineGrid+div.gx-grid-loading,.RecentLinksGrid+div.gx-grid-loading,.TrnSublevelGrid+div.gx-grid-loading
{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: rgba(0,0,255,0.3);
	font-size: 1.5em;
	color: white;
	min-height: 2em;
	width: 30%;
	text-align: center;
}
.TableHeaderText,.Grid>caption,.WorkWithReport>caption,.GridDragging>caption,.GridAcceptDrag>caption,.GridNoAcceptDrag>caption,.Grid_Custom>caption,.Grid_SubWorkWith>caption,.Grid_Prompt>caption,.Grid_Transaction>caption,.K2BTransactionGrid>caption,.Grid_MultipleSelection>caption,.Grid_WorkWith>caption,.Grid_WorkWithSingle>caption,.Grid_CustomGrid_WorKWith>caption,.Grid_Estadisticas>caption,.Grid_EstadisticasSingle>caption,.Grid_WorkWithHover>caption,.Grid_WorkWithSelected>caption,.Grid_WorKWith_2>caption,.Grid_WorKWith_4>caption,.GridK2BTransactionGrid>caption,.K2BTransactionGrid_2>caption,.K2BGeneralGrid>caption,.K2BNoPaddingGrid>caption,.GridK2BTransactionGrid1>caption,.GridK2BTransactionGrid1K2BGeneralGrid>caption,.grilla_prompts>caption,.grilla_comun>caption,.GridContext>caption,.Grid_AllowSelection>caption,.Grid_WorkWith_3>caption,.Grid_SubWorkWith_2>caption,.Grid_Prompt_2>caption,.Grid_Transaction_2>caption,.K2BTransactionGrid_3>caption,.Grid_MultipleSelection_2>caption,.WorkWithBorder>caption,.dlGrillaAmarras>caption,.GridNoData>caption,.Grid[data-gx-grid-nodata]>caption,.WorkWithReport[data-gx-grid-nodata]>caption,.GridDragging[data-gx-grid-nodata]>caption,.GridAcceptDrag[data-gx-grid-nodata]>caption,.GridNoAcceptDrag[data-gx-grid-nodata]>caption,.Grid_Custom[data-gx-grid-nodata]>caption,.Grid_SubWorkWith[data-gx-grid-nodata]>caption,.Grid_Prompt[data-gx-grid-nodata]>caption,.Grid_Transaction[data-gx-grid-nodata]>caption,.K2BTransactionGrid[data-gx-grid-nodata]>caption,.Grid_MultipleSelection[data-gx-grid-nodata]>caption,.Grid_WorkWith[data-gx-grid-nodata]>caption,.Grid_WorkWithSingle[data-gx-grid-nodata]>caption,.Grid_CustomGrid_WorKWith[data-gx-grid-nodata]>caption,.Grid_Estadisticas[data-gx-grid-nodata]>caption,.Grid_EstadisticasSingle[data-gx-grid-nodata]>caption,.Grid_WorkWithHover[data-gx-grid-nodata]>caption,.Grid_WorkWithSelected[data-gx-grid-nodata]>caption,.Grid_WorKWith_2[data-gx-grid-nodata]>caption,.Grid_WorKWith_4[data-gx-grid-nodata]>caption,.GridK2BTransactionGrid[data-gx-grid-nodata]>caption,.K2BTransactionGrid_2[data-gx-grid-nodata]>caption,.K2BGeneralGrid[data-gx-grid-nodata]>caption,.K2BNoPaddingGrid[data-gx-grid-nodata]>caption,.GridK2BTransactionGrid1[data-gx-grid-nodata]>caption,.GridK2BTransactionGrid1K2BGeneralGrid[data-gx-grid-nodata]>caption,.grilla_prompts[data-gx-grid-nodata]>caption,.grilla_comun[data-gx-grid-nodata]>caption,.GridContext[data-gx-grid-nodata]>caption,.Grid_AllowSelection[data-gx-grid-nodata]>caption,.Grid_WorkWith_3[data-gx-grid-nodata]>caption,.Grid_SubWorkWith_2[data-gx-grid-nodata]>caption,.Grid_Prompt_2[data-gx-grid-nodata]>caption,.Grid_Transaction_2[data-gx-grid-nodata]>caption,.K2BTransactionGrid_3[data-gx-grid-nodata]>caption,.Grid_MultipleSelection_2[data-gx-grid-nodata]>caption,.WorkWithBorder[data-gx-grid-nodata]>caption,.dlGrillaAmarras[data-gx-grid-nodata]>caption,.GridNoData[data-gx-grid-nodata]>caption,.WorkWith[data-gx-grid-nodata]>caption,.PromptGrid[data-gx-grid-nodata]>caption,.ViewGrid[data-gx-grid-nodata]>caption,.FreeStyleGrid[data-gx-grid-nodata]>caption,.FreeStyle_RecentLinks[data-gx-grid-nodata]>caption,.FreeStyleGrid_Transaction[data-gx-grid-nodata]>caption,.K2BFreeStyle[data-gx-grid-nodata]>caption,.FreeStyleGrid_WPB[data-gx-grid-nodata]>caption,.FreeStyleGrid_Menu[data-gx-grid-nodata]>caption,.FreeStyleGridMensajesInternos[data-gx-grid-nodata]>caption,.VerticalTabGrid[data-gx-grid-nodata]>caption,.FreeStyleGrid_SearchResult[data-gx-grid-nodata]>caption,.K2BTools_SearchGrid[data-gx-grid-nodata]>caption,.K2BT_SelectedItemsGrid[data-gx-grid-nodata]>caption,.K2BT_CommentThreads[data-gx-grid-nodata]>caption,.K2BT_MFCL[data-gx-grid-nodata]>caption,.K2BT_MFLG[data-gx-grid-nodata]>caption,.K2BT_SavedGridViews[data-gx-grid-nodata]>caption,.K2BT_TimelineGrid[data-gx-grid-nodata]>caption,.RecentLinksGrid[data-gx-grid-nodata]>caption,.TrnSublevelGrid[data-gx-grid-nodata]>caption,.WorkWith>caption,.PromptGrid>caption,.ViewGrid>caption,.Table>caption,.TableDragging>caption,.TableAcceptDrag>caption,.TableNoAcceptDrag>caption,.Table_Summary>caption,.Table_AttributeContainer>caption,.Table_Title>caption,.Table_TrnActionsContainer>caption,.Table_DataAreaContainer>caption,.Table_TransactionDataAreaContainer>caption,.Table_ActionsContainer>caption,.Table_ComboActionsContainer>caption,.Table_ActionsContainer_4>caption,.Table_ActionsContainer_Top>caption,.Table_ActionsContainer_Bottom>caption,.Table_ActionsContainer_Left>caption,.Table_ActionsContainer_Right>caption,.Table_TitleDsc>caption,.Table_FormSectionContainer>caption,.TableHideShowFilter>caption,.Table_FilterContainer>caption,.Table_Main>caption,.Table_Filters_HideFilters>caption,.TableTabFilter>caption,.Table_BorderSeparator>caption,.Table_Dimensions>caption,.Table_Grid_Container>caption,.Table_Header_Border>caption,.Table_Grid>caption,.Table_FixedData_BackToSelection_Container>caption,.Table_GeneralBorder>caption,.TableTransactionComponentContainer>caption,.K2BTableAttributeTitle>caption,.K2BTableAttributeLeftTitle>caption,.K2BTableGridTitle>caption,.K2BTableFreeStyleTitle>caption,.K2BTableGridContainer>caption,.K2BTableGridSummary>caption,.K2BTableTabsContainer>caption,.K2BTableHeader>caption,.Table_ActionsContainerTop>caption,.FilterContainerTable>caption,.Table_TopActions>caption,.TableMenuContainer>caption,.InformacionSistema>caption,.Table_Scroll>caption,.TableMensajeInternoLeido>caption,.TableMensajeInternoNoLeido>caption,.TableGrid>caption,.TableTop>caption,.TableTopSearch>caption,.TableContent>caption,.TableLeftMenu>caption,.Table100Width>caption,.Table100Wx580H>caption,.Table100W5Padding>caption,.Table100and5padding>caption,.Table2Padding>caption,.TableHorizontalLine>caption,.TableHorizontalLineBlue>caption,.TableHorizontalLineGray>caption,.header_pink_line>caption,.TableTopMenu>caption,.TableVerticalLine>caption,.TableVerticalLineBlue>caption,.TblFiltros>caption,.TblFiltros_Titulo>caption,.TblComun>caption,.TblMenuIzq>caption,.TblMenuIzq_Titulo>caption,.TblMenuIzq_Empresa>caption,.TblMenuIzq_SubTitulo1>caption,.TblMenuIzq_SubTitulo2>caption,.TblMenuIzq_SubTitulo3>caption,.TblMenuIzq_Opcion>caption,.TblHeader_Logos>caption,.TblHeader_Opciones>caption,.TblFooter>caption,.TblResultados>caption,.TblResultados_Titulo>caption,.TblRecuadro>caption,.TblRecuadro_Titulo>caption,.TblMasterPage>caption,.Tabla_Menu_Izquierda>caption,.TitleTable>caption,.MainTable>caption,.TableTrnDataSeparator>caption,.TableTrnMinHeight>caption,.TitleTableSeparator>caption,.WorkWithTitleSeparator>caption,.TableBottomAction>caption,.TableTopActions>caption,.TableTabularActionsTopContainer>caption,.AttributeSectionBackground>caption,.PlainAttributeSectionBackground>caption,.GridAttributeSectionBackground>caption,.TableTabsContainer>caption,.MainComponentTable>caption,.BorderSeparator>caption,.TopSimpleBorder>caption,.TableHeader>caption,.TableDimensions>caption,.TableFiltersAndErrorsContent>caption,.TablesFilterAndHideFilterContent>caption,.TableBorderBottom>caption,.TableHeaderRecentLinks>caption,.TableGridTitle>caption,.TableFreeStyleTitle>caption,.TableGridContainer>caption,.TableTrnGridContainer>caption,.StandardTable>caption,.BottomFixedDataContainer>caption,.AttributeContainerTable>caption,.FilterContainerTable_2>caption,.FilterTabContainerTable>caption,.TableHeaderButtons>caption,.StandardTableCompleteWidth>caption,.BottomFixedDataAndBackToSelectionContainer>caption,.ErrorViewerContainer>caption,.TableFreeStyleContent>caption,.TableGridMinHeigth>caption,.TableMessageContainer>caption,.TableEntityManagerTitleSeparatorContainer>caption,.TableWorkWithTitleSeparatorContainer>caption,.TableTransactionComponentContainerMargin>caption,.TableBGHeaderTop>caption,.TitleContent>caption,.TableActionContainer>caption,.K2BToolsFSGAM_Table_Basic>caption,.K2BToolsFSGAM_LoginTable>caption,.Table_GlobalContainer>caption,.Cell_BorderBottom>caption,.Cell_MainContent>caption,.Cell_BorderTop>caption,.TableBorder100x100>caption,.ViewTable>caption,.Table_NoSkipItems>caption,.Table_NoSkipFilters>caption,.ToolbarMain>caption,.Container>caption,.ContainerFluid>caption,.td5>caption,.Table95>caption,.RecentLinksTable>caption,.td100>caption,.HorizantalSpace>caption,.K2BTableHeaderWC>caption,.K2BTabs>caption,.K2BToolsTable_FullWidth>caption,.K2BToolsTable_FloatRight>caption,.Table100x100>caption,.TableBorder>caption,.RecentLinksMainTable>caption,.RecentLinksMainTableExpanded>caption,.HorizontalSpace>caption,.TableBottom>caption,.Table960>caption,.TableGreyFooter>caption,.TableBlackFooter>caption,.TableBlackHeader>caption,.TableLogin>caption,.SmallTableLogin>caption,.LargeTableLogin>caption,.WelcomeTable>caption,.Table80>caption,.td10px>caption,.K2BHeader>caption,.K2BToolsTable_FloatLeft>caption,.K2BToolsTableFloatRight>caption,.K2BToolsTable_Invisible>caption,.K2BToolsTable_FloatCenter>caption,.K2BToolsGridSettingsTable>caption,.K2BToolsTableCell_ActionContainer>caption,.K2BToolsCell_PaginationNormal>caption,.K2BToolsCell_PaginationCurrentPage>caption,.K2BToolsCell_PaginationLeft>caption,.K2BToolsCell_PaginationFirst>caption,.K2BToolsCell_PaginationPrevious>caption,.K2BToolsCell_PaginationInvisible>caption,.K2BToolsCell_PaginationRight>caption,.K2BToolsCell_PaginationLast>caption,.K2BToolsCell_PaginationNext>caption,.K2BToolsCell_PaginationDisabled>caption,.K2BToolsMenuContainer>caption,.K2BToolsMenuContainerVisible>caption,.K2BToolsMyAccountTable>caption,.K2BToolsTable_GridSettings>caption,.K2BToolsTable_GridSettingsContent>caption,.K2BToolsTable_NoResultsFound>caption,.K2BToolsTable_NoResultsFoundUniversalSearch>caption,.K2BToolsTwoPaneNoItemSelectedTable>caption,.K2BT_NoGridViewsFound>caption,.K2BToolsTable_NoResultsFoundSelectionSummary>caption,.K2BToolsTable_PaginationContainer>caption,.K2BToolsTable_SearchPaginationContainer>caption,.K2BToolsTable_SearchContainer>caption,.K2BToolsSection_Card>caption,.K2BToolsSection_SquareCard>caption,.K2BToolsTable_SearchTextContainer>caption,.K2BToolsMultipleSelectionButtons>caption,.K2BToolsTable_FieldContainer>caption,.TableDetail>caption,.K2BToolsTable_BottomFixedData>caption,.K2BFSGTable_DashBoardItem>caption,.K2BFSGTable_CAPTCHAContainer>caption,.K2BTableActionsLeftContainer>caption,.K2BTableActionsRightContainer>caption,.K2BToolsMenuContainerCompact>caption,.K2BToolsMenuContainerVisibleCompact>caption,.K2BToolsMenuContainerInvisibleCompact>caption,.K2BTools_AdvancedFilterRow>caption,.K2BToolsTableCell_SideText>caption,.K2BToolsTableCell_RequiredField>caption,.K2BToolsTableCell_EmptyRequiredContainer>caption,.K2BToolsTable_TopAttributeContainer>caption,.K2BToolsTableCell_FieldWithSideText>caption,.DL_Tables>caption,.DL_BordeAbajo>caption,.DL_TblTituloMenu>caption,.DL_TblContenido>caption,.DL_TblFondoAyuda>caption,.DL_TblSeparador>caption,.DL_TblBordeAbajo>caption,.K2BToolsTableActionsLeftContainer>caption,.DL_Tablas>caption,.DL_TblOrderBy>caption,.SearchButtonCell>caption,.tabla_icono_espaciado>caption,.alinear_centro>caption,.K2BToolsTable_TwoPaneContainer>caption,.K2BToolsTable_TwoPaneActionsContainer>caption,.K2BToolsTable_TwoPaneActionsFixedSize>caption,.K2BToolsSection_VerticalCard>caption,.K2BToolsTable_GreyBackground>caption,.K2BToolsTable_PhotoCardContent>caption,.K2BToolsSection_CompactCard>caption,.K2BToolsTable_Compact>caption,.K2BToolsMultipleFilterListContainer>caption,.K2BToolsTable_MultipleFilterContainer>caption,.ControlBeautify_CollapsableTable>caption,.K2BToolsTable_MultipleComboMainTable>caption,.ControlBeautify_ParentCollapsableTable>caption,.K2BToolsTable_FieldBorderFocus>caption,.TwoPaneNoItemSelectedContainer>caption,.K2BToolsSimpleImageListTable>caption,.K2BToolsSimpleImageListSecondaryAttributesTable>caption,.K2BToolsTable_GridContainer>caption,.K2BToolsCell_CheckboxFreeStyle>caption,.K2BToolsTable_ModalWindow>caption,.K2BToolsTable_LoadingMessageContainer>caption,.K2BToolsSection_SelectedSection>caption,.K2BToolsTable_AlignRight>caption,.K2BToolsTable_SmallMargin>caption,.K2BToolsCell_Invisible>caption,.K2BTools_RequiredCell>caption,.K2BTools_LeftText>caption,.K2BTools_RightText>caption,.K2BToolsTable_FilterHeader>caption,.K2BToolsTable_GridConfigurationContainer>caption,.K2BToolsTable_DescriptionFixedDataContainer>caption,.K2BToolsTable_ComponentTitleWithIcon>caption,.K2BAnalyzer_HeaderData>caption,.K2BTools_Analysis_Container>caption,.K2BToolsTable_BusinessAnalysisContainer>caption,.K2BToolsTable_SelectionTagWithPhoto>caption,.K2BT_StructuredListActionsContainer>caption,.K2BT_CardWithSummaryActionsContainer>caption,.K2BT_DetailPopover>caption,.K2BT_SWW_GridConfigurationContainer>caption,.K2BT_PhotoCardDetail>caption,.GridTableHeader>caption,.DL_TblContenedorFiltros>caption,.Table_Panel>caption,.Table_PanelColumna>caption,.Table_PanelColumnaTitulo>caption,.Table_PanelDetalle>caption,.Table_Paneles>caption,.Table_PanelProducto>caption,.Table_PanelProductoTitulo>caption,.Table_PanelSeleccion>caption,.Table_Leyenda>caption,.Table_ActionsContainer_2>caption,.Table_ActionsContainer_Top_2>caption,.Table_ActionsContainer_Bottom_2>caption,.Table_ActionsContainer_Left_2>caption,.Table_ActionsContainer_Right_2>caption,.Table_ActionsContainer_3>caption,.Table_ActionsContainer_Top_3>caption,.Table_ActionsContainer_Bottom_3>caption,.Table_ActionsContainer_Left_3>caption,.Table_ActionsContainer_Right_3>caption,.K2BT_FixedMenuOpen>caption,.K2BT_FixedMenuCollapsed>caption,.MasterPage3>caption,.MasterPage4>caption,.TableButtons>caption,.TopBottom30>caption,.TopBottom5>caption,.TableHeaderRight>caption,.TableLogo>caption,.FiltersContainer>caption,.FiltersContainerItem>caption,.FilterContainerItemSearch>caption,.NegativeMarginTop10>caption,.Table193x216>caption,.Table193x216Collapsed>caption,.ActionsContainer>caption,.ActionsContainerItem>caption,.ActionsContainerVisible>caption,.ViewAdvancedContainer>caption,.ViewAdvancedContainerVisible>caption,.TableAccionesGD>caption,.CeldaBordeCen>caption,.CeldaBordeDer>caption,.dlWidth250>caption,.dlWidth100>caption,.dlAmarraContenedorInformacion>caption,.Table_Basic>caption,.Table_Basic_Widht100Percent>caption,.Table_Basic_Grid_Filters_Container>caption,.Table_ConditionalConfirm>caption,.LevelTable>caption,.BodyContainer>caption,.LoginContainer>caption,.HeaderContainer>caption,.ThinHeaderContainer>caption,.RecentLinksContainer>caption,.FormContainer>caption,.TabsFormContainer>caption,.AdvancedContainerItem>caption,.AdvancedContainerItemExpanded>caption,.AdvancedContainer>caption,.AdvancedContainerVisible>caption,.OrdersTable>caption,.WWAdvancedContainer>caption,.PromptContainer>caption,.PromptMainTable>caption,.MainContainer>caption,.GridTabMainTable>caption,.TablePasos>caption,.TableDatosPersona>caption,.tableTituloInfo>caption
{
	display: none;
	font-size: 1.4em;
}
.GridNoDataText,.Grid+.gx-text-gridnodata,.WorkWithReport+.gx-text-gridnodata,.GridDragging+.gx-text-gridnodata,.GridAcceptDrag+.gx-text-gridnodata,.GridNoAcceptDrag+.gx-text-gridnodata,.Grid_Custom+.gx-text-gridnodata,.Grid_SubWorkWith+.gx-text-gridnodata,.Grid_Prompt+.gx-text-gridnodata,.Grid_Transaction+.gx-text-gridnodata,.K2BTransactionGrid+.gx-text-gridnodata,.Grid_MultipleSelection+.gx-text-gridnodata,.Grid_WorkWith+.gx-text-gridnodata,.Grid_WorkWithSingle+.gx-text-gridnodata,.Grid_CustomGrid_WorKWith+.gx-text-gridnodata,.Grid_Estadisticas+.gx-text-gridnodata,.Grid_EstadisticasSingle+.gx-text-gridnodata,.Grid_WorkWithHover+.gx-text-gridnodata,.Grid_WorkWithSelected+.gx-text-gridnodata,.Grid_WorKWith_2+.gx-text-gridnodata,.Grid_WorKWith_4+.gx-text-gridnodata,.GridK2BTransactionGrid+.gx-text-gridnodata,.K2BTransactionGrid_2+.gx-text-gridnodata,.K2BGeneralGrid+.gx-text-gridnodata,.K2BNoPaddingGrid+.gx-text-gridnodata,.GridK2BTransactionGrid1+.gx-text-gridnodata,.GridK2BTransactionGrid1K2BGeneralGrid+.gx-text-gridnodata,.grilla_prompts+.gx-text-gridnodata,.grilla_comun+.gx-text-gridnodata,.GridContext+.gx-text-gridnodata,.Grid_AllowSelection+.gx-text-gridnodata,.Grid_WorkWith_3+.gx-text-gridnodata,.Grid_SubWorkWith_2+.gx-text-gridnodata,.Grid_Prompt_2+.gx-text-gridnodata,.Grid_Transaction_2+.gx-text-gridnodata,.K2BTransactionGrid_3+.gx-text-gridnodata,.Grid_MultipleSelection_2+.gx-text-gridnodata,.WorkWithBorder+.gx-text-gridnodata,.dlGrillaAmarras+.gx-text-gridnodata,.GridNoData+.gx-text-gridnodata,.Grid[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWithReport[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,.Grid_Custom[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_SubWorkWith[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_Prompt[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_Transaction[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BTransactionGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_MultipleSelection[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_WorkWith[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_WorkWithSingle[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_CustomGrid_WorKWith[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_Estadisticas[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_EstadisticasSingle[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_WorkWithHover[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_WorkWithSelected[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_WorKWith_2[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_WorKWith_4[data-gx-grid-nodata]+.gx-text-gridnodata,.GridK2BTransactionGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BTransactionGrid_2[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BGeneralGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BNoPaddingGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.GridK2BTransactionGrid1[data-gx-grid-nodata]+.gx-text-gridnodata,.GridK2BTransactionGrid1K2BGeneralGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.grilla_prompts[data-gx-grid-nodata]+.gx-text-gridnodata,.grilla_comun[data-gx-grid-nodata]+.gx-text-gridnodata,.GridContext[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_AllowSelection[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_WorkWith_3[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_SubWorkWith_2[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_Prompt_2[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_Transaction_2[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BTransactionGrid_3[data-gx-grid-nodata]+.gx-text-gridnodata,.Grid_MultipleSelection_2[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWithBorder[data-gx-grid-nodata]+.gx-text-gridnodata,.dlGrillaAmarras[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNoData[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,.FreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyle_RecentLinks[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid_Transaction[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BFreeStyle[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid_WPB[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid_Menu[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGridMensajesInternos[data-gx-grid-nodata]+.gx-text-gridnodata,.VerticalTabGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid_SearchResult[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BTools_SearchGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BT_SelectedItemsGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BT_CommentThreads[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BT_MFCL[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BT_MFLG[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BT_SavedGridViews[data-gx-grid-nodata]+.gx-text-gridnodata,.K2BT_TimelineGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.RecentLinksGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.TrnSublevelGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWith+.gx-text-gridnodata,.PromptGrid+.gx-text-gridnodata,.ViewGrid+.gx-text-gridnodata,.FreeStyleGrid+.gx-text-gridnodata,.FreeStyle_RecentLinks+.gx-text-gridnodata,.FreeStyleGrid_Transaction+.gx-text-gridnodata,.K2BFreeStyle+.gx-text-gridnodata,.FreeStyleGrid_WPB+.gx-text-gridnodata,.FreeStyleGrid_Menu+.gx-text-gridnodata,.FreeStyleGridMensajesInternos+.gx-text-gridnodata,.VerticalTabGrid+.gx-text-gridnodata,.FreeStyleGrid_SearchResult+.gx-text-gridnodata,.K2BTools_SearchGrid+.gx-text-gridnodata,.K2BT_SelectedItemsGrid+.gx-text-gridnodata,.K2BT_CommentThreads+.gx-text-gridnodata,.K2BT_MFCL+.gx-text-gridnodata,.K2BT_MFLG+.gx-text-gridnodata,.K2BT_SavedGridViews+.gx-text-gridnodata,.K2BT_TimelineGrid+.gx-text-gridnodata,.RecentLinksGrid+.gx-text-gridnodata,.TrnSublevelGrid+.gx-text-gridnodata
{
	margin-top: -1em;
	display: block;
	font-size: 1.5em;
	color: gray;
	text-align: center;
	vertical-align: middle;
}
.TextBlock_TituloResponsiveFactura
{
	margin-top: 15px;
	font-size: 13px;
	color: #141414;
	display: block !important;
}
.TextBlock_TituloResponsive
{
	margin-top: 10px;
	display: block;
	font-size: 13px;
	color: #141414;
}
.TextBlock_TituloGrilla
{
	padding-top: 4px;
	display: block;
	font-size: 11px;
	color: #141414;
}
.TextBlock_vinculo
{
	margin-top: 10px;
	display: block;
	font-size: 13px;
	color: #014a86;
}
.Textblock_FacturaUYU
{
	margin-top: -10px;
	display: block;
	font-size: 13px;
	color: #141414;
}
.TextBlock_TituloPago
{
	font-size: 14px;
	color: #141414;
}
.TextBlock_NombrePaso
{
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #231f20;
	vertical-align: middle;
	line-height:1.2;
}
.TextBlock_Numero1
{
	margin-bottom: 3px;
	display: block;
	font-size: 1.7em;
	color: #231f20;
	height: auto;
	line-height: 1;
	 margin-top:1%;
}
.TextBlock_LevelHeaderTitle,.TextBlock_LevelHeaderTitle1
{
	font-size: 2em;
	color: #141414;
	vertical-align: middle;
	line-height: 80px;
}
.TextBlock_LevelHeaderTitle:after,.TextBlock_LevelHeaderTitle1:after
{
	font-size: 2em;
	color: #141414;
	vertical-align: middle;
	content: '';
	line-height: 80px;
}

.SmallText
{
	font-size: 0.9em;
	color: #141414;
	text-align: right;
}
.Label,.Attribute_RequiredLabel,.Attribute_RequiredReadOnlyLabel,.K2BT_LabelLeft,.K2BT_LabelTop,.RequiredLabel,.gx-label.RatingLabel,.gx-label.AttributeLabel,.gx-label.inputEsperaLabel,.gx-label.dlRequeridoLabel,.gx-label.BlobContentAttributeLabel,.gx-label.ReadonlyBlobContentAttributeLabel,.gx-label.BlobInputAttributeLabel,.gx-label.AttributeDraggingLabel,.gx-label.AttributeAcceptDragLabel,.gx-label.AttributeNoAcceptDragLabel,.gx-label.VideoAttributeLabel,.gx-label.ReadonlyVideoAttributeLabel,.gx-label.AudioAttributeLabel,.gx-label.ReadonlyAudioAttributeLabel,.gx-label.Attribute_TrnLabel,.gx-label.Attribute_TrnDateLabel,.gx-label.Attribute_TrnDateTimeLabel,.gx-label.DateTimeAttributeLabel,.gx-label.BlobContentDateTimeAttributeLabel,.gx-label.ReadonlyBlobContentDateTimeAttributeLabel,.gx-label.BlobInputDateTimeAttributeLabel,.gx-label.ReadonlyDateTimeAttributeLabel,.gx-label.DateAttributeLabel,.gx-label.BlobContentDateAttributeLabel,.gx-label.ReadonlyBlobContentDateAttributeLabel,.gx-label.BlobInputDateAttributeLabel,.gx-label.ReadonlyDateAttributeLabel,.gx-label.SuggestTrnAttributeLabel,.gx-label.ReadonlySuggestTrnAttributeLabel,.gx-label.TrnAttributeLabel,.gx-label.BlobContentTrnAttributeLabel,.gx-label.ReadonlyBlobContentTrnAttributeLabel,.gx-label.BlobInputTrnAttributeLabel,.gx-label.ReadonlyTrnAttributeLabel,.gx-label.K2BTools_CheckAllGridLabel,.gx-label.ReadonlyAttribute_TrnLabel,.gx-label.ReadonlyAttribute_TrnDateLabel,.gx-label.ReadonlyAttribute_TrnDateTimeLabel,.gx-label.ReadonlyAttribute_GridLabel,.gx-label.ReadonlyAttribute_Image_GridLabel,.gx-label.ReadonlyK2BToolsAttribute_SmallerTitleLabel,.gx-label.ReadonlyK2BToolsAttribute_TagDescriptionLabel,.gx-label.ReadonlyK2BT_SimpleECommerceTitleLabel,.gx-label.ReadonlyK2BT_SimpleECommerceSubtitleLabel,.gx-label.ReadonlyK2BT_SimpleECommerceSummaryLabel,.gx-label.Attribute_ActionLabel,.gx-label.CheckBoxAttributeLabel,.gx-label.ReadOnlyCheckBoxAttributeLabel,.gx-label.ReadOnlyAttribute_ActionLabel,.gx-label.Attribute_FilterLabel,.gx-label.ReadonlyAttribute_FilterLabel,.gx-label.SuggestSearchAttributeLabel,.gx-label.ReadonlySuggestSearchAttributeLabel,.gx-label.Attribute_FilterDateLabel,.gx-label.ReadonlyAttribute_FilterDateLabel,.gx-label.Attribute_FilterDateTimeLabel,.gx-label.ReadonlyAttribute_FilterDateTimeLabel,.gx-label.CheckBoxSearchAttributeLabel,.gx-label.ReadonlyCheckBoxSearchAttributeLabel,.gx-label.K2BToolsAttribute_BorderlessFilterLabel,.gx-label.AttributeInMultipleCombo_FilterLabel,.gx-label.BlobContentAttributeInMultipleCombo_FilterLabel,.gx-label.ReadonlyBlobContentAttributeInMultipleCombo_FilterLabel,.gx-label.BlobInputAttributeInMultipleCombo_FilterLabel,.gx-label.ReadonlyAttributeInMultipleCombo_FilterLabel,.gx-label.Attribute_BoxLabel,.gx-label.ReadOnlyAttribute_BoxLabel,.gx-label.BoxAttributeLabel,.gx-label.BlobContentBoxAttributeLabel,.gx-label.ReadonlyBlobContentBoxAttributeLabel,.gx-label.BlobInputBoxAttributeLabel,.gx-label.ReadonlyBoxAttributeLabel,.gx-label.CheckBoxInGridLabel,.gx-label.ReadonlyCheckBoxInGridLabel,.gx-label.Attribute_TabuarLabel,.gx-label.BlobContentAttribute_TabuarLabel,.gx-label.ReadonlyBlobContentAttribute_TabuarLabel,.gx-label.BlobInputAttribute_TabuarLabel,.gx-label.ReadonlyAttribute_TabuarLabel,.gx-label.Attribute_FixedDataLabel,.gx-label.BlobContentAttribute_FixedDataLabel,.gx-label.ReadonlyBlobContentAttribute_FixedDataLabel,.gx-label.BlobInputAttribute_FixedDataLabel,.gx-label.ReadonlyAttribute_FixedDataLabel,.gx-label.Attribute_FixedDataBottomLabel,.gx-label.BlobContentAttribute_FixedDataBottomLabel,.gx-label.ReadonlyBlobContentAttribute_FixedDataBottomLabel,.gx-label.BlobInputAttribute_FixedDataBottomLabel,.gx-label.ReadonlyAttribute_FixedDataBottomLabel,.gx-label.Attribute_FixedDataBottom_2Label,.gx-label.Attribute_ComboLabel,.gx-label.BlobContentAttribute_ComboLabel,.gx-label.ReadonlyBlobContentAttribute_ComboLabel,.gx-label.BlobInputAttribute_ComboLabel,.gx-label.ReadonlyAttribute_ComboLabel,.gx-label.Attribute_Combo_OrderByLabel,.gx-label.BlobContentAttribute_Combo_OrderByLabel,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderByLabel,.gx-label.BlobInputAttribute_Combo_OrderByLabel,.gx-label.ReadonlyAttribute_Combo_OrderByLabel,.gx-label.Attribute_ComboLanguageLabel,.gx-label.BlobContentAttribute_ComboLanguageLabel,.gx-label.ReadonlyBlobContentAttribute_ComboLanguageLabel,.gx-label.BlobInputAttribute_ComboLanguageLabel,.gx-label.ReadonlyAttribute_ComboLanguageLabel,.gx-label.ReadOnlyAttribute_Box_2Label,.gx-label.BoxAttribute_2Label,.gx-label.BlobContentBoxAttribute_2Label,.gx-label.ReadonlyBlobContentBoxAttribute_2Label,.gx-label.BlobInputBoxAttribute_2Label,.gx-label.ReadonlyBoxAttribute_2Label,.gx-label.Attribute_Combo_2Label,.gx-label.BlobContentAttribute_Combo_2Label,.gx-label.ReadonlyBlobContentAttribute_Combo_2Label,.gx-label.BlobInputAttribute_Combo_2Label,.gx-label.ReadonlyAttribute_Combo_2Label,.gx-label.Attribute_Combo_OrderBy_2Label,.gx-label.Attribute_Combo_3Label,.gx-label.BlobContentAttribute_Combo_3Label,.gx-label.ReadonlyBlobContentAttribute_Combo_3Label,.gx-label.BlobInputAttribute_Combo_3Label,.gx-label.ReadonlyAttribute_Combo_3Label,.gx-label.Attribute_Combo_OrderBy_3Label,.gx-label.BlobContentAttribute_Combo_OrderBy_3Label,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderBy_3Label,.gx-label.BlobInputAttribute_Combo_OrderBy_3Label,.gx-label.ReadonlyAttribute_Combo_OrderBy_3Label,.gx-label.Attribute_FormSection_2Label,.gx-label.BlobContentAttribute_FormSection_2Label,.gx-label.ReadonlyBlobContentAttribute_FormSection_2Label,.gx-label.BlobInputAttribute_FormSection_2Label,.gx-label.ReadonlyAttribute_FormSection_2Label,.gx-label.Attribute_Combo_4Label,.gx-label.BlobContentAttribute_Combo_4Label,.gx-label.ReadonlyBlobContentAttribute_Combo_4Label,.gx-label.BlobInputAttribute_Combo_4Label,.gx-label.ReadonlyAttribute_Combo_4Label,.gx-label.Attribute_Combo_OrderBy_4Label,.gx-label.BlobContentAttribute_Combo_OrderBy_4Label,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderBy_4Label,.gx-label.BlobInputAttribute_Combo_OrderBy_4Label,.gx-label.ReadonlyAttribute_Combo_OrderBy_4Label,.gx-label.Attribute_GridLabel,.gx-label.GridAttributeCheckLabel,.gx-label.BlobContentGridAttributeCheckLabel,.gx-label.ReadonlyBlobContentGridAttributeCheckLabel,.gx-label.BlobInputGridAttributeCheckLabel,.gx-label.ReadonlyGridAttributeCheckLabel,.gx-label.BlobContentAttribute_GridLabel,.gx-label.ReadonlyBlobContentAttribute_GridLabel,.gx-label.BlobInputAttribute_GridLabel,.gx-label.GridAttributeLabel,.gx-label.BlobContentGridAttributeLabel,.gx-label.ReadonlyBlobContentGridAttributeLabel,.gx-label.BlobInputGridAttributeLabel,.gx-label.ReadonlyGridAttributeLabel,.gx-label.Attribute_Image_GridLabel,.gx-label.BlobContentAttribute_Image_GridLabel,.gx-label.ReadonlyBlobContentAttribute_Image_GridLabel,.gx-label.BlobInputAttribute_Image_GridLabel,.gx-label.Attribute_GridBlackLabel,.gx-label.BlobContentAttribute_GridBlackLabel,.gx-label.ReadonlyBlobContentAttribute_GridBlackLabel,.gx-label.BlobInputAttribute_GridBlackLabel,.gx-label.ReadonlyAttribute_GridBlackLabel,.gx-label.Attribute_GridCodBarraLabel,.gx-label.Attribute_FormSectionLabel,.gx-label.BlobContentAttribute_FormSectionLabel,.gx-label.ReadonlyBlobContentAttribute_FormSectionLabel,.gx-label.BlobInputAttribute_FormSectionLabel,.gx-label.ReadonlyAttribute_FormSectionLabel,.gx-label.K2BTrnAttributeLabel,.gx-label.K2BTrnComboAttributeLabel,.gx-label.K2BDateAttributeLabel,.gx-label.ReadonlyK2BDateAttributeLabel,.gx-label.K2BDateTimeAttributeLabel,.gx-label.ReadonlyK2BDateTimeAttributeLabel,.gx-label.K2BGridAttributeLabel,.gx-label.K2BBoxAttributeLabel,.gx-label.K2BBoxRigthAttributeLabel,.gx-label.ReadonlyK2BBoxRigthAttributeLabel,.gx-label.BlobInputK2BBoxRigthAttributeLabel,.gx-label.BlobContentK2BBoxRigthAttributeLabel,.gx-label.ReadonlyBlobContentK2BBoxRigthAttributeLabel,.gx-label.Attribute_CurrentPageLabel,.gx-label.ReadonlyAttribute_CurrentPageLabel,.gx-label.Attribute_ConditionalConfirmLabel,.gx-label.ReadonlyAttribute_ConditionalConfirmLabel,.gx-label.Attribute_ColorLabel,.gx-label.BlobContentAttribute_ColorLabel,.gx-label.ReadonlyBlobContentAttribute_ColorLabel,.gx-label.BlobInputAttribute_ColorLabel,.gx-label.ReadonlyAttribute_ColorLabel,.gx-label.SmallClassLabel,.gx-label.BlobContentSmallClassLabel,.gx-label.ReadonlyBlobContentSmallClassLabel,.gx-label.BlobInputSmallClassLabel,.gx-label.ReadonlySmallClassLabel,.gx-label.AttSinBordeLabel,.gx-label.ReadonlyAttSinBordeLabel,.gx-label.Attribute_ComboSistemaLabel,.gx-label.Attribute_Filter_200Label,.gx-label.LinkMenuIzqLabel,.gx-label.ReadonlyLinkMenuIzqLabel,.gx-label.TxtEmpreLabel,.gx-label.BlobInputTxtEmpreLabel,.gx-label.BlobContentTxtEmpreLabel,.gx-label.ReadonlyBlobContentTxtEmpreLabel,.gx-label.ReadonlyTxtEmpreLabel,.gx-label.TxtVersionLabel,.gx-label.BlobInputTxtVersionLabel,.gx-label.BlobContentTxtVersionLabel,.gx-label.ReadonlyBlobContentTxtVersionLabel,.gx-label.ReadonlyTxtVersionLabel,.gx-label.PromptAttributeLabel,.gx-label.ViewAttributeLabel,.gx-label.K2BToolsFSGAM_Attribute100WidthLabel,.gx-label.ErrorAttribute_TrnLabel,.gx-label.BlobContentErrorAttribute_TrnLabel,.gx-label.ReadonlyBlobContentErrorAttribute_TrnLabel,.gx-label.BlobInputErrorAttribute_TrnLabel,.gx-label.ReadonlyErrorAttribute_TrnLabel,.gx-label.AttSubTitleLabel,.gx-label.BlobContentAttSubTitleLabel,.gx-label.ReadonlyBlobContentAttSubTitleLabel,.gx-label.BlobInputAttSubTitleLabel,.gx-label.ReadonlyAttSubTitleLabel,.gx-label.CheckBoxLabel,.gx-label.BlobContentCheckBoxLabel,.gx-label.ReadonlyBlobContentCheckBoxLabel,.gx-label.BlobInputCheckBoxLabel,.gx-label.ReadonlyCheckBoxLabel,.gx-label.DescriptionAttributeLabel,.gx-label.BlobContentDescriptionAttributeLabel,.gx-label.ReadonlyBlobContentDescriptionAttributeLabel,.gx-label.BlobInputDescriptionAttributeLabel,.gx-label.ReadonlyDescriptionAttributeLabel,.gx-label.IME_ActiveLabel,.gx-label.BlobContentIME_ActiveLabel,.gx-label.ReadonlyBlobContentIME_ActiveLabel,.gx-label.BlobInputIME_ActiveLabel,.gx-label.ReadonlyIME_ActiveLabel,.gx-label.IME_InactiveLabel,.gx-label.BlobContentIME_InactiveLabel,.gx-label.ReadonlyBlobContentIME_InactiveLabel,.gx-label.BlobInputIME_InactiveLabel,.gx-label.ReadonlyIME_InactiveLabel,.gx-label.IME_DisabledLabel,.gx-label.BlobContentIME_DisabledLabel,.gx-label.ReadonlyBlobContentIME_DisabledLabel,.gx-label.BlobInputIME_DisabledLabel,.gx-label.ReadonlyIME_DisabledLabel,.gx-label.K2BSearchResult_DescriptionLabel,.gx-label.BlobContentK2BSearchResult_DescriptionLabel,.gx-label.ReadonlyBlobContentK2BSearchResult_DescriptionLabel,.gx-label.BlobInputK2BSearchResult_DescriptionLabel,.gx-label.ReadonlyK2BSearchResult_DescriptionLabel,.gx-label.K2BToolsSearchResultImageLabel,.gx-label.BlobContentK2BToolsSearchResultImageLabel,.gx-label.ReadonlyBlobContentK2BToolsSearchResultImageLabel,.gx-label.BlobInputK2BToolsSearchResultImageLabel,.gx-label.ReadonlyK2BToolsSearchResultImageLabel,.gx-label.InvisibleInExtraSmallAttributeLabel,.gx-label.BlobContentInvisibleInExtraSmallAttributeLabel,.gx-label.ReadonlyBlobContentInvisibleInExtraSmallAttributeLabel,.gx-label.BlobInputInvisibleInExtraSmallAttributeLabel,.gx-label.ReadonlyInvisibleInExtraSmallAttributeLabel,.gx-label.InvisibleInSmallAttributeLabel,.gx-label.BlobContentInvisibleInSmallAttributeLabel,.gx-label.ReadonlyBlobContentInvisibleInSmallAttributeLabel,.gx-label.BlobInputInvisibleInSmallAttributeLabel,.gx-label.ReadonlyInvisibleInSmallAttributeLabel,.gx-label.InvisibleInMediumAttributeLabel,.gx-label.BlobContentInvisibleInMediumAttributeLabel,.gx-label.ReadonlyBlobContentInvisibleInMediumAttributeLabel,.gx-label.BlobInputInvisibleInMediumAttributeLabel,.gx-label.ReadonlyInvisibleInMediumAttributeLabel,.gx-label.InvisibleInLargeAttributeLabel,.gx-label.BlobContentInvisibleInLargeAttributeLabel,.gx-label.ReadonlyBlobContentInvisibleInLargeAttributeLabel,.gx-label.BlobInputInvisibleInLargeAttributeLabel,.gx-label.ReadonlyInvisibleInLargeAttributeLabel,.gx-label.K2BCheckBoxInGridLabel,.gx-label.BlobContentK2BCheckBoxInGridLabel,.gx-label.ReadonlyBlobContentK2BCheckBoxInGridLabel,.gx-label.ReadonlyK2BCheckBoxInGridLabel,.gx-label.BlobInputK2BCheckBoxInGridLabel,.gx-label.K2BTools_SearchResultImageLabel,.gx-label.ReadonlyK2BTools_SearchResultImageLabel,.gx-label.Attribute_RequiredLabel,.gx-label.leftLabel,.gx-label.K2BFSG_LoginFieldLabel,.gx-label.BlobContentK2BFSG_LoginFieldLabel,.gx-label.ReadonlyBlobContentK2BFSG_LoginFieldLabel,.gx-label.BlobInputK2BFSG_LoginFieldLabel,.gx-label.ReadonlyK2BFSG_LoginFieldLabel,.gx-label.K2BFSG_CAPTCHAFieldLabel,.gx-label.BlobContentK2BFSG_CAPTCHAFieldLabel,.gx-label.ReadonlyBlobContentK2BFSG_CAPTCHAFieldLabel,.gx-label.BlobInputK2BFSG_CAPTCHAFieldLabel,.gx-label.ReadonlyK2BFSG_CAPTCHAFieldLabel,.gx-label.K2BToolsEnhancedComboLabel,.gx-label.K2BTools_SearchCriteriaLabel,.gx-label.Attribute_RequiredReadOnlyLabel,.gx-label.BlobContentAttribute_RequiredReadOnlyLabel,.gx-label.ReadonlyBlobContentAttribute_RequiredReadOnlyLabel,.gx-label.BlobInputAttribute_RequiredReadOnlyLabel,.gx-label.ReadonlyAttribute_RequiredReadOnlyLabel,.gx-label.K2BTools_FilterOptionComboLabel,.gx-label.BlobContentK2BTools_FilterOptionComboLabel,.gx-label.ReadonlyBlobContentK2BTools_FilterOptionComboLabel,.gx-label.BlobInputK2BTools_FilterOptionComboLabel,.gx-label.ReadonlyK2BTools_FilterOptionComboLabel,.gx-label.DL_AttributesLabel,.gx-label.DL_Attribute100Label,.gx-label.BlobContentDL_Attribute100Label,.gx-label.ReadonlyBlobContentDL_Attribute100Label,.gx-label.BlobInputDL_Attribute100Label,.gx-label.ReadonlyDL_Attribute100Label,.gx-label.DL_TituloGrillaCheckLabel,.gx-label.DL_AttEstadisticaDescripcionLabel,.gx-label.DL_AttEstadisticaValorLabel,.gx-label.DL_InputsCaptchaLabel,.gx-label.ReadonlyDL_InputsCaptchaLabel,.gx-label.BlobContentDL_InputsCaptchaLabel,.gx-label.ReadonlyBlobContentDL_InputsCaptchaLabel,.gx-label.BlobInputDL_InputsCaptchaLabel,.gx-label.imagen_errorLabel,.gx-label.checkBox_freestyleLabel,.gx-label.total_1Label,.gx-label.total_2Label,.gx-label.total_3Label,.gx-label.DownloadAttributeLabel,.gx-label.ReadonlyDownloadAttributeLabel,.gx-label.K2BToolsAttribute_FitInContainerImageLabel,.gx-label.BlobContentK2BToolsAttribute_FitInContainerImageLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_FitInContainerImageLabel,.gx-label.BlobInputK2BToolsAttribute_FitInContainerImageLabel,.gx-label.ReadonlyK2BToolsAttribute_FitInContainerImageLabel,.gx-label.K2BToolsAttribute_TitleLabel,.gx-label.BlobContentK2BToolsAttribute_TitleLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_TitleLabel,.gx-label.BlobInputK2BToolsAttribute_TitleLabel,.gx-label.ReadonlyK2BToolsAttribute_TitleLabel,.gx-label.K2BToolsAttribute_InvisibleLabel,.gx-label.BlobContentK2BToolsAttribute_InvisibleLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_InvisibleLabel,.gx-label.BlobInputK2BToolsAttribute_InvisibleLabel,.gx-label.ReadonlyK2BToolsAttribute_InvisibleLabel,.gx-label.K2BToolsAttribute_SmallTitleLabel,.gx-label.BlobContentK2BToolsAttribute_SmallTitleLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_SmallTitleLabel,.gx-label.BlobInputK2BToolsAttribute_SmallTitleLabel,.gx-label.ReadonlyK2BToolsAttribute_SmallTitleLabel,.gx-label.K2BToolsAttribute_SmallerTitleLabel,.gx-label.BlobContentK2BToolsAttribute_SmallerTitleLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_SmallerTitleLabel,.gx-label.BlobInputK2BToolsAttribute_SmallerTitleLabel,.gx-label.K2BTools_SearchResultImageCompactLabel,.gx-label.BlobContentK2BTools_SearchResultImageCompactLabel,.gx-label.ReadonlyBlobContentK2BTools_SearchResultImageCompactLabel,.gx-label.BlobInputK2BTools_SearchResultImageCompactLabel,.gx-label.ReadonlyK2BTools_SearchResultImageCompactLabel,.gx-label.K2BToolsAttribute_SummaryLabel,.gx-label.BlobContentK2BToolsAttribute_SummaryLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_SummaryLabel,.gx-label.BlobInputK2BToolsAttribute_SummaryLabel,.gx-label.ReadonlyK2BToolsAttribute_SummaryLabel,.gx-label.K2BToolsAttribute_TagDescriptionLabel,.gx-label.BlobContentK2BToolsAttribute_TagDescriptionLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_TagDescriptionLabel,.gx-label.BlobInputK2BToolsAttribute_TagDescriptionLabel,.gx-label.K2BTools_FilterAttributeInComboLabel,.gx-label.BlobInputK2BTools_FilterAttributeInComboLabel,.gx-label.ReadonlyK2BTools_FilterAttributeInComboLabel,.gx-label.BlobContentK2BTools_FilterAttributeInComboLabel,.gx-label.ReadonlyBlobContentK2BTools_FilterAttributeInComboLabel,.gx-label.K2BToolsSimpleImageListTextLabel,.gx-label.ReadonlyK2BToolsSimpleImageListTextLabel,.gx-label.K2BToolsSimpleImageListImageLabel,.gx-label.ReadonlyK2BToolsSimpleImageListImageLabel,.gx-label.Attribute_ImageLabel,.gx-label.K2BToolsAttribute_MediumImageLabel,.gx-label.BlobContentK2BToolsAttribute_MediumImageLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_MediumImageLabel,.gx-label.BlobInputK2BToolsAttribute_MediumImageLabel,.gx-label.ReadonlyK2BToolsAttribute_MediumImageLabel,.gx-label.K2BToolsAttribute_PriceLabel,.gx-label.BlobContentK2BToolsAttribute_PriceLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_PriceLabel,.gx-label.BlobInputK2BToolsAttribute_PriceLabel,.gx-label.ReadonlyK2BToolsAttribute_PriceLabel,.gx-label.K2BToolsAttribute_ImageFloatingCaptionLabel,.gx-label.BlobContentK2BToolsAttribute_ImageFloatingCaptionLabel,.gx-label.ReadonlyBlobContentK2BToolsAttribute_ImageFloatingCaptionLabel,.gx-label.BlobInputK2BToolsAttribute_ImageFloatingCaptionLabel,.gx-label.ReadonlyK2BToolsAttribute_ImageFloatingCaptionLabel,.gx-label.K2BToolsImage_PhotoListImageLabel,.gx-label.ReadonlyK2BToolsImage_PhotoListImageLabel,.gx-label.K2BToolsAttribute_PhotoListTitleLabel,.gx-label.ReadonlyK2BToolsAttribute_PhotoListTitleLabel,.gx-label.Attribute_InvisibleLabel,.gx-label.K2BToolsImage_RoundPhotoSmallLabel,.gx-label.BlobContentK2BToolsImage_RoundPhotoSmallLabel,.gx-label.ReadonlyBlobContentK2BToolsImage_RoundPhotoSmallLabel,.gx-label.BlobInputK2BToolsImage_RoundPhotoSmallLabel,.gx-label.ReadonlyK2BToolsImage_RoundPhotoSmallLabel,.gx-label.K2BToolsAttribute_CardListPhotoLabel,.gx-label.ReadonlyK2BToolsAttribute_CardListPhotoLabel,.gx-label.K2BT_StructuredListPhotoLabel,.gx-label.BlobContentK2BT_StructuredListPhotoLabel,.gx-label.ReadonlyBlobContentK2BT_StructuredListPhotoLabel,.gx-label.BlobInputK2BT_StructuredListPhotoLabel,.gx-label.ReadonlyK2BT_StructuredListPhotoLabel,.gx-label.K2BT_CardWithSummaryCheckboxLabel,.gx-label.BlobContentK2BT_CardWithSummaryCheckboxLabel,.gx-label.ReadonlyBlobContentK2BT_CardWithSummaryCheckboxLabel,.gx-label.BlobInputK2BT_CardWithSummaryCheckboxLabel,.gx-label.ReadonlyK2BT_CardWithSummaryCheckboxLabel,.gx-label.K2BT_CardWithSummaryTitleLabel,.gx-label.BlobContentK2BT_CardWithSummaryTitleLabel,.gx-label.ReadonlyBlobContentK2BT_CardWithSummaryTitleLabel,.gx-label.BlobInputK2BT_CardWithSummaryTitleLabel,.gx-label.ReadonlyK2BT_CardWithSummaryTitleLabel,.gx-label.K2BT_CardWithSummaryPhotoLabel,.gx-label.BlobContentK2BT_CardWithSummaryPhotoLabel,.gx-label.ReadonlyBlobContentK2BT_CardWithSummaryPhotoLabel,.gx-label.BlobInputK2BT_CardWithSummaryPhotoLabel,.gx-label.ReadonlyK2BT_CardWithSummaryPhotoLabel,.gx-label.K2BT_RoundPhotoLargeLabel,.gx-label.BlobContentK2BT_RoundPhotoLargeLabel,.gx-label.ReadonlyBlobContentK2BT_RoundPhotoLargeLabel,.gx-label.BlobInputK2BT_RoundPhotoLargeLabel,.gx-label.ReadonlyK2BT_RoundPhotoLargeLabel,.gx-label.K2BT_NotificationIconLabel,.gx-label.ReadonlyK2BT_NotificationIconLabel,.gx-label.K2BT_CommentInputFieldLabel,.gx-label.ReadonlyK2BT_CommentInputFieldLabel,.gx-label.K2BT_CommentAuthorImageLabel,.gx-label.BlobContentK2BT_CommentAuthorImageLabel,.gx-label.ReadonlyBlobContentK2BT_CommentAuthorImageLabel,.gx-label.BlobInputK2BT_CommentAuthorImageLabel,.gx-label.ReadonlyK2BT_CommentAuthorImageLabel,.gx-label.K2BT_SimpleECommerceTitleLabel,.gx-label.K2BT_SimpleECommerceTitleLinkLabel,.gx-label.BlobContentK2BT_SimpleECommerceTitleLinkLabel,.gx-label.ReadonlyBlobContentK2BT_SimpleECommerceTitleLinkLabel,.gx-label.BlobInputK2BT_SimpleECommerceTitleLinkLabel,.gx-label.ReadonlyK2BT_SimpleECommerceTitleLinkLabel,.gx-label.K2BT_SimpleECommerceSubtitleLabel,.gx-label.K2BT_SimpleECommerceSummaryLabel,.gx-label.K2BT_RoundPhotoSmallLabel,.gx-label.ReadonlyK2BT_RoundPhotoSmallLabel,.gx-label.BlobContentReadonlyK2BT_RoundPhotoSmallLabel,.gx-label.ReadonlyBlobContentReadonlyK2BT_RoundPhotoSmallLabel,.gx-label.BlobInputReadonlyK2BT_RoundPhotoSmallLabel,.gx-label.K2BT_DetailPopoverTitleLabel,.gx-label.ReadonlyK2BT_DetailPopoverTitleLabel,.gx-label.BlobContentReadonlyK2BT_DetailPopoverTitleLabel,.gx-label.ReadonlyBlobContentReadonlyK2BT_DetailPopoverTitleLabel,.gx-label.BlobInputReadonlyK2BT_DetailPopoverTitleLabel,.gx-label.K2BT_TextActionLabel,.gx-label.BlobContentK2BT_TextActionLabel,.gx-label.ReadonlyBlobContentK2BT_TextActionLabel,.gx-label.BlobInputK2BT_TextActionLabel,.gx-label.ReadonlyK2BT_TextActionLabel,.gx-label.K2BT_StepperValueLabel,.gx-label.K2BT_InlineEditActionLabel,.gx-label.ReadonlyK2BT_InlineEditActionLabel,.gx-label.K2BT_DateRangeFilterFieldLabel,.gx-label.K2BTEnhancedComboSearchInputLabel,.gx-label.Grid_WorkWithTitleLabel,.gx-label.BlobContentGrid_WorkWithTitleLabel,.gx-label.ReadonlyBlobContentGrid_WorkWithTitleLabel,.gx-label.ReadonlyGrid_WorkWithTitleLabel,.gx-label.BlobInputGrid_WorkWithTitleLabel,.gx-label.bootstrap-checkboxLabel,.gx-label.Att_Tarifario_SinBordeLabel,.gx-label.ReadonlyAtt_Tarifario_SinBordeLabel,.gx-label.Attribute_Combo_DLLabel,.gx-label.ReadOnlyAttribute_Box_DLLabel,.gx-label.Att_IngRec_10Label,.gx-label.ReadonlyAtt_IngRec_10Label,.gx-label.Att_IngRec_100Label,.gx-label.ReadonlyAtt_IngRec_100Label,.gx-label.Att_IngRec_20Label,.gx-label.ReadonlyAtt_IngRec_20Label,.gx-label.Att_IngRec_30Label,.gx-label.ReadonlyAtt_IngRec_30Label,.gx-label.Att_IngRec_40Label,.gx-label.ReadonlyAtt_IngRec_40Label,.gx-label.Att_IngRec_50Label,.gx-label.ReadonlyAtt_IngRec_50Label,.gx-label.Att_IngRec_60Label,.gx-label.ReadonlyAtt_IngRec_60Label,.gx-label.Att_IngRec_70Label,.gx-label.ReadonlyAtt_IngRec_70Label,.gx-label.Att_IngRec_80Label,.gx-label.ReadonlyAtt_IngRec_80Label,.gx-label.Att_IngRec_90Label,.gx-label.ReadonlyAtt_IngRec_90Label,.gx-label.Att_Panel_AtributoLabel,.gx-label.BlobContentAtt_Panel_AtributoLabel,.gx-label.ReadonlyBlobContentAtt_Panel_AtributoLabel,.gx-label.BlobInputAtt_Panel_AtributoLabel,.gx-label.ReadonlyAtt_Panel_AtributoLabel,.gx-label.Att_Panel_PrdCantLabel,.gx-label.ReadonlyAtt_Panel_PrdCantLabel,.gx-label.Att_Panel_PrdCantConValorLabel,.gx-label.ReadonlyAtt_Panel_PrdCantConValorLabel,.gx-label.Att_Panel_ProductoLabel,.gx-label.BlobContentAtt_Panel_ProductoLabel,.gx-label.ReadonlyBlobContentAtt_Panel_ProductoLabel,.gx-label.BlobInputAtt_Panel_ProductoLabel,.gx-label.ReadonlyAtt_Panel_ProductoLabel,.gx-label.Att_Panel_TitColLabel,.gx-label.BlobContentAtt_Panel_TitColLabel,.gx-label.ReadonlyBlobContentAtt_Panel_TitColLabel,.gx-label.BlobInputAtt_Panel_TitColLabel,.gx-label.ReadonlyAtt_Panel_TitColLabel,.gx-label.Att_Panel_TitPrdLabel,.gx-label.BlobContentAtt_Panel_TitPrdLabel,.gx-label.ReadonlyBlobContentAtt_Panel_TitPrdLabel,.gx-label.BlobInputAtt_Panel_TitPrdLabel,.gx-label.ReadonlyAtt_Panel_TitPrdLabel,.gx-label.Att_Panel_TotalLabel,.gx-label.BlobContentAtt_Panel_TotalLabel,.gx-label.ReadonlyBlobContentAtt_Panel_TotalLabel,.gx-label.BlobInputAtt_Panel_TotalLabel,.gx-label.ReadonlyAtt_Panel_TotalLabel,.gx-label.AttributeErrorLabel,.gx-label.BlobContentAttributeErrorLabel,.gx-label.ReadonlyBlobContentAttributeErrorLabel,.gx-label.BlobInputAttributeErrorLabel,.gx-label.ReadonlyAttributeErrorLabel,.gx-label.Att_Tarifario_ConBordeLabel,.gx-label.ReadonlyAtt_Tarifario_ConBordeLabel,.gx-label.ReadOnlyAttribute_2Label,.gx-label.Attribute_FixedData_2Label,.gx-label.K2BT_GenericFilterLabel,.gx-label.K2BT_DashboardKPIImageLabel,.gx-label.AtributeLabel,.gx-label.ImagePromptLabel,.gx-label.CheckboxLabelLabel,.gx-label.BlobContentCheckboxLabelLabel,.gx-label.ReadonlyBlobContentCheckboxLabelLabel,.gx-label.BlobInputCheckboxLabelLabel,.gx-label.ReadonlyCheckboxLabelLabel,.gx-label.LoginAttributeLabel,.gx-label.BlobContentLoginAttributeLabel,.gx-label.ReadonlyBlobContentLoginAttributeLabel,.gx-label.BlobInputLoginAttributeLabel,.gx-label.ReadonlyLoginAttributeLabel,.gx-label.LoginComboAttributeLabel,.gx-label.BlobContentLoginComboAttributeLabel,.gx-label.ReadonlyBlobContentLoginComboAttributeLabel,.gx-label.BlobInputLoginComboAttributeLabel,.gx-label.ReadonlyLoginComboAttributeLabel,.gx-label.RegistrationAttributeLabel,.gx-label.BlobContentRegistrationAttributeLabel,.gx-label.ReadonlyBlobContentRegistrationAttributeLabel,.gx-label.BlobInputRegistrationAttributeLabel,.gx-label.ReadonlyRegistrationAttributeLabel,.gx-label.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.Attribute_MaxContentLabel,.gx-label.ReadonlyAttribute_MaxContentLabel,.gx-label.Attribute_Grid_MaxContentLabel,.gx-label.ReadonlyAttribute_Grid_MaxContentLabel,.gx-label.CheckBoxAttributeLabelLabel,.gx-label.dlTxtXMLLabel,.gx-label.Attribute_Grid_CheckBoxLabel,.gx-label.img-responsiveLabel,.gx-label.dlAmarrasReservaTotalLabel,.gx-label.dlOcultarDosPuntosLabel,.gx-label.Cuadro_TextoLabel,.gx-label.ReadonlyCuadro_TextoLabel,.gx-label.ReadonlyCuadro_Titulo1Label,.gx-label.Cuadro_TituloLabel,.gx-label.ReadonlyCuadro_TituloLabel,.gx-label.Table_TotalSimilarLabel,.gx-label.ReadonlyTable_TotalSimilarLabel,.gx-label.ReadonlyTable_TotalSimilar1Label,.gx-label.Textblock_FacturaLabel,.gx-label.Textblock_erroresLabel,.gx-label.inputsLabel,.gx-label.inputsLabelLabel,.gx-label.inputsErrorLabelLabel,.gx-label.TextoLabel,.gx-label.TextoLabelLabel,.gx-label.ErrorAttributeLabel,.gx-label.WarningAttributeLabel,.gx-label.WarningAttribute_TrnLabel,.gx-label.BlobContentWarningAttribute_TrnLabel,.gx-label.ReadonlyBlobContentWarningAttribute_TrnLabel,.gx-label.BlobInputWarningAttribute_TrnLabel,.gx-label.ReadonlyWarningAttribute_TrnLabel,.gx-label.WarningAttribute_TrnDateLabel,.gx-label.BlobContentWarningAttribute_TrnDateLabel,.gx-label.ReadonlyBlobContentWarningAttribute_TrnDateLabel,.gx-label.BlobInputWarningAttribute_TrnDateLabel,.gx-label.ReadonlyWarningAttribute_TrnDateLabel,.gx-label.ImageAttributeLabel,.gx-label.ResponsiveImageAttributeLabel,.gx-label.BlobContentResponsiveImageAttributeLabel,.gx-label.ReadonlyBlobContentResponsiveImageAttributeLabel,.gx-label.BlobInputResponsiveImageAttributeLabel,.gx-label.ReadonlyResponsiveImageAttributeLabel,.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.ReadonlyImageAttributeLabel,.gx-label.ActionAttributeLabel,.gx-label.UpdateAttributeLabel,.gx-label.BlobContentUpdateAttributeLabel,.gx-label.ReadonlyBlobContentUpdateAttributeLabel,.gx-label.BlobInputUpdateAttributeLabel,.gx-label.ReadonlyUpdateAttributeLabel,.gx-label.DeleteAttributeLabel,.gx-label.BlobContentDeleteAttributeLabel,.gx-label.ReadonlyBlobContentDeleteAttributeLabel,.gx-label.BlobInputDeleteAttributeLabel,.gx-label.ReadonlyDeleteAttributeLabel,.gx-label.BlobContentActionAttributeLabel,.gx-label.ReadonlyBlobContentActionAttributeLabel,.gx-label.DisplayAttributeLabel,.gx-label.BlobContentDisplayAttributeLabel,.gx-label.ReadonlyBlobContentDisplayAttributeLabel,.gx-label.BlobInputDisplayAttributeLabel,.gx-label.ReadonlyDisplayAttributeLabel,.gx-label.DisabledActionAttributeLabel,.gx-label.BlobContentDisabledActionAttributeLabel,.gx-label.ReadonlyBlobContentDisabledActionAttributeLabel,.gx-label.BlobInputDisabledActionAttributeLabel,.gx-label.ReadonlyDisabledActionAttributeLabel,.gx-label.BlobInputActionAttributeLabel,.gx-label.ReadonlyActionAttributeLabel,.gx-label.SelectionAttributeLabel,.gx-label.BlobContentSelectionAttributeLabel,.gx-label.ReadonlyBlobContentSelectionAttributeLabel,.gx-label.BlobInputSelectionAttributeLabel,.gx-label.ReadonlySelectionAttributeLabel,.gx-label.ReadonlyAttributeLabel,.gx-label.ReadonlyMedioLabel,.gx-label.BlobContentReadonlyMedioLabel,.gx-label.ReadonlyBlobContentReadonlyMedioLabel,.gx-label.BlobInputReadonlyMedioLabel,.gx-label.ReadonlyReadonlyMedioLabel,.gx-label.FilterAttributeLabel,.gx-label.BlobContentFilterAttributeLabel,.gx-label.ReadonlyBlobContentFilterAttributeLabel,.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.ReadonlyFilterAttributeLabel,.gx-label.AttributeNoLabelLabel,.gx-label.BlobContentAttributeNoLabelLabel,.gx-label.ReadonlyBlobContentAttributeNoLabelLabel,.gx-label.BlobInputAttributeNoLabelLabel,.gx-label.ReadonlyAttributeNoLabelLabel,.gx-label.AttributeDatosPersonaLabel,.gx-label.AttributeDatosPersonaLabelLabel,.gx-label.ReadonlyAttributeDatosPersonaLabel,.gx-label.inputsErrorLabel,.gx-label.inputs_numeroLabel
{
	font-size: 12pt;
	font-weight: bold;
	height: 15px;
}
.Label:after,.Attribute_RequiredLabel:after,.Attribute_RequiredReadOnlyLabel:after,.K2BT_LabelLeft:after,.K2BT_LabelTop:after,.RequiredLabel:after,.gx-label.RatingLabel:after,.gx-label.AttributeLabel:after,.gx-label.inputEsperaLabel:after,.gx-label.dlRequeridoLabel:after,.gx-label.BlobContentAttributeLabel:after,.gx-label.ReadonlyBlobContentAttributeLabel:after,.gx-label.BlobInputAttributeLabel:after,.gx-label.AttributeDraggingLabel:after,.gx-label.AttributeAcceptDragLabel:after,.gx-label.AttributeNoAcceptDragLabel:after,.gx-label.VideoAttributeLabel:after,.gx-label.ReadonlyVideoAttributeLabel:after,.gx-label.AudioAttributeLabel:after,.gx-label.ReadonlyAudioAttributeLabel:after,.gx-label.Attribute_TrnLabel:after,.gx-label.Attribute_TrnDateLabel:after,.gx-label.Attribute_TrnDateTimeLabel:after,.gx-label.DateTimeAttributeLabel:after,.gx-label.BlobContentDateTimeAttributeLabel:after,.gx-label.ReadonlyBlobContentDateTimeAttributeLabel:after,.gx-label.BlobInputDateTimeAttributeLabel:after,.gx-label.ReadonlyDateTimeAttributeLabel:after,.gx-label.DateAttributeLabel:after,.gx-label.BlobContentDateAttributeLabel:after,.gx-label.ReadonlyBlobContentDateAttributeLabel:after,.gx-label.BlobInputDateAttributeLabel:after,.gx-label.ReadonlyDateAttributeLabel:after,.gx-label.SuggestTrnAttributeLabel:after,.gx-label.ReadonlySuggestTrnAttributeLabel:after,.gx-label.TrnAttributeLabel:after,.gx-label.BlobContentTrnAttributeLabel:after,.gx-label.ReadonlyBlobContentTrnAttributeLabel:after,.gx-label.BlobInputTrnAttributeLabel:after,.gx-label.ReadonlyTrnAttributeLabel:after,.gx-label.K2BTools_CheckAllGridLabel:after,.gx-label.ReadonlyAttribute_TrnLabel:after,.gx-label.ReadonlyAttribute_TrnDateLabel:after,.gx-label.ReadonlyAttribute_TrnDateTimeLabel:after,.gx-label.ReadonlyAttribute_GridLabel:after,.gx-label.ReadonlyAttribute_Image_GridLabel:after,.gx-label.ReadonlyK2BToolsAttribute_SmallerTitleLabel:after,.gx-label.ReadonlyK2BToolsAttribute_TagDescriptionLabel:after,.gx-label.ReadonlyK2BT_SimpleECommerceTitleLabel:after,.gx-label.ReadonlyK2BT_SimpleECommerceSubtitleLabel:after,.gx-label.ReadonlyK2BT_SimpleECommerceSummaryLabel:after,.gx-label.Attribute_ActionLabel:after,.gx-label.CheckBoxAttributeLabel:after,.gx-label.ReadOnlyCheckBoxAttributeLabel:after,.gx-label.ReadOnlyAttribute_ActionLabel:after,.gx-label.Attribute_FilterLabel:after,.gx-label.ReadonlyAttribute_FilterLabel:after,.gx-label.SuggestSearchAttributeLabel:after,.gx-label.ReadonlySuggestSearchAttributeLabel:after,.gx-label.Attribute_FilterDateLabel:after,.gx-label.ReadonlyAttribute_FilterDateLabel:after,.gx-label.Attribute_FilterDateTimeLabel:after,.gx-label.ReadonlyAttribute_FilterDateTimeLabel:after,.gx-label.CheckBoxSearchAttributeLabel:after,.gx-label.ReadonlyCheckBoxSearchAttributeLabel:after,.gx-label.K2BToolsAttribute_BorderlessFilterLabel:after,.gx-label.AttributeInMultipleCombo_FilterLabel:after,.gx-label.BlobContentAttributeInMultipleCombo_FilterLabel:after,.gx-label.ReadonlyBlobContentAttributeInMultipleCombo_FilterLabel:after,.gx-label.BlobInputAttributeInMultipleCombo_FilterLabel:after,.gx-label.ReadonlyAttributeInMultipleCombo_FilterLabel:after,.gx-label.Attribute_BoxLabel:after,.gx-label.ReadOnlyAttribute_BoxLabel:after,.gx-label.BoxAttributeLabel:after,.gx-label.BlobContentBoxAttributeLabel:after,.gx-label.ReadonlyBlobContentBoxAttributeLabel:after,.gx-label.BlobInputBoxAttributeLabel:after,.gx-label.ReadonlyBoxAttributeLabel:after,.gx-label.CheckBoxInGridLabel:after,.gx-label.ReadonlyCheckBoxInGridLabel:after,.gx-label.Attribute_TabuarLabel:after,.gx-label.BlobContentAttribute_TabuarLabel:after,.gx-label.ReadonlyBlobContentAttribute_TabuarLabel:after,.gx-label.BlobInputAttribute_TabuarLabel:after,.gx-label.ReadonlyAttribute_TabuarLabel:after,.gx-label.Attribute_FixedDataLabel:after,.gx-label.BlobContentAttribute_FixedDataLabel:after,.gx-label.ReadonlyBlobContentAttribute_FixedDataLabel:after,.gx-label.BlobInputAttribute_FixedDataLabel:after,.gx-label.ReadonlyAttribute_FixedDataLabel:after,.gx-label.Attribute_FixedDataBottomLabel:after,.gx-label.BlobContentAttribute_FixedDataBottomLabel:after,.gx-label.ReadonlyBlobContentAttribute_FixedDataBottomLabel:after,.gx-label.BlobInputAttribute_FixedDataBottomLabel:after,.gx-label.ReadonlyAttribute_FixedDataBottomLabel:after,.gx-label.Attribute_FixedDataBottom_2Label:after,.gx-label.Attribute_ComboLabel:after,.gx-label.BlobContentAttribute_ComboLabel:after,.gx-label.ReadonlyBlobContentAttribute_ComboLabel:after,.gx-label.BlobInputAttribute_ComboLabel:after,.gx-label.ReadonlyAttribute_ComboLabel:after,.gx-label.Attribute_Combo_OrderByLabel:after,.gx-label.BlobContentAttribute_Combo_OrderByLabel:after,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderByLabel:after,.gx-label.BlobInputAttribute_Combo_OrderByLabel:after,.gx-label.ReadonlyAttribute_Combo_OrderByLabel:after,.gx-label.Attribute_ComboLanguageLabel:after,.gx-label.BlobContentAttribute_ComboLanguageLabel:after,.gx-label.ReadonlyBlobContentAttribute_ComboLanguageLabel:after,.gx-label.BlobInputAttribute_ComboLanguageLabel:after,.gx-label.ReadonlyAttribute_ComboLanguageLabel:after,.gx-label.ReadOnlyAttribute_Box_2Label:after,.gx-label.BoxAttribute_2Label:after,.gx-label.BlobContentBoxAttribute_2Label:after,.gx-label.ReadonlyBlobContentBoxAttribute_2Label:after,.gx-label.BlobInputBoxAttribute_2Label:after,.gx-label.ReadonlyBoxAttribute_2Label:after,.gx-label.Attribute_Combo_2Label:after,.gx-label.BlobContentAttribute_Combo_2Label:after,.gx-label.ReadonlyBlobContentAttribute_Combo_2Label:after,.gx-label.BlobInputAttribute_Combo_2Label:after,.gx-label.ReadonlyAttribute_Combo_2Label:after,.gx-label.Attribute_Combo_OrderBy_2Label:after,.gx-label.Attribute_Combo_3Label:after,.gx-label.BlobContentAttribute_Combo_3Label:after,.gx-label.ReadonlyBlobContentAttribute_Combo_3Label:after,.gx-label.BlobInputAttribute_Combo_3Label:after,.gx-label.ReadonlyAttribute_Combo_3Label:after,.gx-label.Attribute_Combo_OrderBy_3Label:after,.gx-label.BlobContentAttribute_Combo_OrderBy_3Label:after,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderBy_3Label:after,.gx-label.BlobInputAttribute_Combo_OrderBy_3Label:after,.gx-label.ReadonlyAttribute_Combo_OrderBy_3Label:after,.gx-label.Attribute_FormSection_2Label:after,.gx-label.BlobContentAttribute_FormSection_2Label:after,.gx-label.ReadonlyBlobContentAttribute_FormSection_2Label:after,.gx-label.BlobInputAttribute_FormSection_2Label:after,.gx-label.ReadonlyAttribute_FormSection_2Label:after,.gx-label.Attribute_Combo_4Label:after,.gx-label.BlobContentAttribute_Combo_4Label:after,.gx-label.ReadonlyBlobContentAttribute_Combo_4Label:after,.gx-label.BlobInputAttribute_Combo_4Label:after,.gx-label.ReadonlyAttribute_Combo_4Label:after,.gx-label.Attribute_Combo_OrderBy_4Label:after,.gx-label.BlobContentAttribute_Combo_OrderBy_4Label:after,.gx-label.ReadonlyBlobContentAttribute_Combo_OrderBy_4Label:after,.gx-label.BlobInputAttribute_Combo_OrderBy_4Label:after,.gx-label.ReadonlyAttribute_Combo_OrderBy_4Label:after,.gx-label.Attribute_GridLabel:after,.gx-label.GridAttributeCheckLabel:after,.gx-label.BlobContentGridAttributeCheckLabel:after,.gx-label.ReadonlyBlobContentGridAttributeCheckLabel:after,.gx-label.BlobInputGridAttributeCheckLabel:after,.gx-label.ReadonlyGridAttributeCheckLabel:after,.gx-label.BlobContentAttribute_GridLabel:after,.gx-label.ReadonlyBlobContentAttribute_GridLabel:after,.gx-label.BlobInputAttribute_GridLabel:after,.gx-label.GridAttributeLabel:after,.gx-label.BlobContentGridAttributeLabel:after,.gx-label.ReadonlyBlobContentGridAttributeLabel:after,.gx-label.BlobInputGridAttributeLabel:after,.gx-label.ReadonlyGridAttributeLabel:after,.gx-label.Attribute_Image_GridLabel:after,.gx-label.BlobContentAttribute_Image_GridLabel:after,.gx-label.ReadonlyBlobContentAttribute_Image_GridLabel:after,.gx-label.BlobInputAttribute_Image_GridLabel:after,.gx-label.Attribute_GridBlackLabel:after,.gx-label.BlobContentAttribute_GridBlackLabel:after,.gx-label.ReadonlyBlobContentAttribute_GridBlackLabel:after,.gx-label.BlobInputAttribute_GridBlackLabel:after,.gx-label.ReadonlyAttribute_GridBlackLabel:after,.gx-label.Attribute_GridCodBarraLabel:after,.gx-label.Attribute_FormSectionLabel:after,.gx-label.BlobContentAttribute_FormSectionLabel:after,.gx-label.ReadonlyBlobContentAttribute_FormSectionLabel:after,.gx-label.BlobInputAttribute_FormSectionLabel:after,.gx-label.ReadonlyAttribute_FormSectionLabel:after,.gx-label.K2BTrnAttributeLabel:after,.gx-label.K2BTrnComboAttributeLabel:after,.gx-label.K2BDateAttributeLabel:after,.gx-label.ReadonlyK2BDateAttributeLabel:after,.gx-label.K2BDateTimeAttributeLabel:after,.gx-label.ReadonlyK2BDateTimeAttributeLabel:after,.gx-label.K2BGridAttributeLabel:after,.gx-label.K2BBoxAttributeLabel:after,.gx-label.K2BBoxRigthAttributeLabel:after,.gx-label.ReadonlyK2BBoxRigthAttributeLabel:after,.gx-label.BlobInputK2BBoxRigthAttributeLabel:after,.gx-label.BlobContentK2BBoxRigthAttributeLabel:after,.gx-label.ReadonlyBlobContentK2BBoxRigthAttributeLabel:after,.gx-label.Attribute_CurrentPageLabel:after,.gx-label.ReadonlyAttribute_CurrentPageLabel:after,.gx-label.Attribute_ConditionalConfirmLabel:after,.gx-label.ReadonlyAttribute_ConditionalConfirmLabel:after,.gx-label.Attribute_ColorLabel:after,.gx-label.BlobContentAttribute_ColorLabel:after,.gx-label.ReadonlyBlobContentAttribute_ColorLabel:after,.gx-label.BlobInputAttribute_ColorLabel:after,.gx-label.ReadonlyAttribute_ColorLabel:after,.gx-label.SmallClassLabel:after,.gx-label.BlobContentSmallClassLabel:after,.gx-label.ReadonlyBlobContentSmallClassLabel:after,.gx-label.BlobInputSmallClassLabel:after,.gx-label.ReadonlySmallClassLabel:after,.gx-label.AttSinBordeLabel:after,.gx-label.ReadonlyAttSinBordeLabel:after,.gx-label.Attribute_ComboSistemaLabel:after,.gx-label.Attribute_Filter_200Label:after,.gx-label.LinkMenuIzqLabel:after,.gx-label.ReadonlyLinkMenuIzqLabel:after,.gx-label.TxtEmpreLabel:after,.gx-label.BlobInputTxtEmpreLabel:after,.gx-label.BlobContentTxtEmpreLabel:after,.gx-label.ReadonlyBlobContentTxtEmpreLabel:after,.gx-label.ReadonlyTxtEmpreLabel:after,.gx-label.TxtVersionLabel:after,.gx-label.BlobInputTxtVersionLabel:after,.gx-label.BlobContentTxtVersionLabel:after,.gx-label.ReadonlyBlobContentTxtVersionLabel:after,.gx-label.ReadonlyTxtVersionLabel:after,.gx-label.PromptAttributeLabel:after,.gx-label.ViewAttributeLabel:after,.gx-label.K2BToolsFSGAM_Attribute100WidthLabel:after,.gx-label.ErrorAttribute_TrnLabel:after,.gx-label.BlobContentErrorAttribute_TrnLabel:after,.gx-label.ReadonlyBlobContentErrorAttribute_TrnLabel:after,.gx-label.BlobInputErrorAttribute_TrnLabel:after,.gx-label.ReadonlyErrorAttribute_TrnLabel:after,.gx-label.AttSubTitleLabel:after,.gx-label.BlobContentAttSubTitleLabel:after,.gx-label.ReadonlyBlobContentAttSubTitleLabel:after,.gx-label.BlobInputAttSubTitleLabel:after,.gx-label.ReadonlyAttSubTitleLabel:after,.gx-label.CheckBoxLabel:after,.gx-label.BlobContentCheckBoxLabel:after,.gx-label.ReadonlyBlobContentCheckBoxLabel:after,.gx-label.BlobInputCheckBoxLabel:after,.gx-label.ReadonlyCheckBoxLabel:after,.gx-label.DescriptionAttributeLabel:after,.gx-label.BlobContentDescriptionAttributeLabel:after,.gx-label.ReadonlyBlobContentDescriptionAttributeLabel:after,.gx-label.BlobInputDescriptionAttributeLabel:after,.gx-label.ReadonlyDescriptionAttributeLabel:after,.gx-label.IME_ActiveLabel:after,.gx-label.BlobContentIME_ActiveLabel:after,.gx-label.ReadonlyBlobContentIME_ActiveLabel:after,.gx-label.BlobInputIME_ActiveLabel:after,.gx-label.ReadonlyIME_ActiveLabel:after,.gx-label.IME_InactiveLabel:after,.gx-label.BlobContentIME_InactiveLabel:after,.gx-label.ReadonlyBlobContentIME_InactiveLabel:after,.gx-label.BlobInputIME_InactiveLabel:after,.gx-label.ReadonlyIME_InactiveLabel:after,.gx-label.IME_DisabledLabel:after,.gx-label.BlobContentIME_DisabledLabel:after,.gx-label.ReadonlyBlobContentIME_DisabledLabel:after,.gx-label.BlobInputIME_DisabledLabel:after,.gx-label.ReadonlyIME_DisabledLabel:after,.gx-label.K2BSearchResult_DescriptionLabel:after,.gx-label.BlobContentK2BSearchResult_DescriptionLabel:after,.gx-label.ReadonlyBlobContentK2BSearchResult_DescriptionLabel:after,.gx-label.BlobInputK2BSearchResult_DescriptionLabel:after,.gx-label.ReadonlyK2BSearchResult_DescriptionLabel:after,.gx-label.K2BToolsSearchResultImageLabel:after,.gx-label.BlobContentK2BToolsSearchResultImageLabel:after,.gx-label.ReadonlyBlobContentK2BToolsSearchResultImageLabel:after,.gx-label.BlobInputK2BToolsSearchResultImageLabel:after,.gx-label.ReadonlyK2BToolsSearchResultImageLabel:after,.gx-label.InvisibleInExtraSmallAttributeLabel:after,.gx-label.BlobContentInvisibleInExtraSmallAttributeLabel:after,.gx-label.ReadonlyBlobContentInvisibleInExtraSmallAttributeLabel:after,.gx-label.BlobInputInvisibleInExtraSmallAttributeLabel:after,.gx-label.ReadonlyInvisibleInExtraSmallAttributeLabel:after,.gx-label.InvisibleInSmallAttributeLabel:after,.gx-label.BlobContentInvisibleInSmallAttributeLabel:after,.gx-label.ReadonlyBlobContentInvisibleInSmallAttributeLabel:after,.gx-label.BlobInputInvisibleInSmallAttributeLabel:after,.gx-label.ReadonlyInvisibleInSmallAttributeLabel:after,.gx-label.InvisibleInMediumAttributeLabel:after,.gx-label.BlobContentInvisibleInMediumAttributeLabel:after,.gx-label.ReadonlyBlobContentInvisibleInMediumAttributeLabel:after,.gx-label.BlobInputInvisibleInMediumAttributeLabel:after,.gx-label.ReadonlyInvisibleInMediumAttributeLabel:after,.gx-label.InvisibleInLargeAttributeLabel:after,.gx-label.BlobContentInvisibleInLargeAttributeLabel:after,.gx-label.ReadonlyBlobContentInvisibleInLargeAttributeLabel:after,.gx-label.BlobInputInvisibleInLargeAttributeLabel:after,.gx-label.ReadonlyInvisibleInLargeAttributeLabel:after,.gx-label.K2BCheckBoxInGridLabel:after,.gx-label.BlobContentK2BCheckBoxInGridLabel:after,.gx-label.ReadonlyBlobContentK2BCheckBoxInGridLabel:after,.gx-label.ReadonlyK2BCheckBoxInGridLabel:after,.gx-label.BlobInputK2BCheckBoxInGridLabel:after,.gx-label.K2BTools_SearchResultImageLabel:after,.gx-label.ReadonlyK2BTools_SearchResultImageLabel:after,.gx-label.Attribute_RequiredLabel:after,.gx-label.leftLabel:after,.gx-label.K2BFSG_LoginFieldLabel:after,.gx-label.BlobContentK2BFSG_LoginFieldLabel:after,.gx-label.ReadonlyBlobContentK2BFSG_LoginFieldLabel:after,.gx-label.BlobInputK2BFSG_LoginFieldLabel:after,.gx-label.ReadonlyK2BFSG_LoginFieldLabel:after,.gx-label.K2BFSG_CAPTCHAFieldLabel:after,.gx-label.BlobContentK2BFSG_CAPTCHAFieldLabel:after,.gx-label.ReadonlyBlobContentK2BFSG_CAPTCHAFieldLabel:after,.gx-label.BlobInputK2BFSG_CAPTCHAFieldLabel:after,.gx-label.ReadonlyK2BFSG_CAPTCHAFieldLabel:after,.gx-label.K2BToolsEnhancedComboLabel:after,.gx-label.K2BTools_SearchCriteriaLabel:after,.gx-label.Attribute_RequiredReadOnlyLabel:after,.gx-label.BlobContentAttribute_RequiredReadOnlyLabel:after,.gx-label.ReadonlyBlobContentAttribute_RequiredReadOnlyLabel:after,.gx-label.BlobInputAttribute_RequiredReadOnlyLabel:after,.gx-label.ReadonlyAttribute_RequiredReadOnlyLabel:after,.gx-label.K2BTools_FilterOptionComboLabel:after,.gx-label.BlobContentK2BTools_FilterOptionComboLabel:after,.gx-label.ReadonlyBlobContentK2BTools_FilterOptionComboLabel:after,.gx-label.BlobInputK2BTools_FilterOptionComboLabel:after,.gx-label.ReadonlyK2BTools_FilterOptionComboLabel:after,.gx-label.DL_AttributesLabel:after,.gx-label.DL_Attribute100Label:after,.gx-label.BlobContentDL_Attribute100Label:after,.gx-label.ReadonlyBlobContentDL_Attribute100Label:after,.gx-label.BlobInputDL_Attribute100Label:after,.gx-label.ReadonlyDL_Attribute100Label:after,.gx-label.DL_TituloGrillaCheckLabel:after,.gx-label.DL_AttEstadisticaDescripcionLabel:after,.gx-label.DL_AttEstadisticaValorLabel:after,.gx-label.DL_InputsCaptchaLabel:after,.gx-label.ReadonlyDL_InputsCaptchaLabel:after,.gx-label.BlobContentDL_InputsCaptchaLabel:after,.gx-label.ReadonlyBlobContentDL_InputsCaptchaLabel:after,.gx-label.BlobInputDL_InputsCaptchaLabel:after,.gx-label.imagen_errorLabel:after,.gx-label.checkBox_freestyleLabel:after,.gx-label.total_1Label:after,.gx-label.total_2Label:after,.gx-label.total_3Label:after,.gx-label.DownloadAttributeLabel:after,.gx-label.ReadonlyDownloadAttributeLabel:after,.gx-label.K2BToolsAttribute_FitInContainerImageLabel:after,.gx-label.BlobContentK2BToolsAttribute_FitInContainerImageLabel:after,.gx-label.ReadonlyBlobContentK2BToolsAttribute_FitInContainerImageLabel:after,.gx-label.BlobInputK2BToolsAttribute_FitInContainerImageLabel:after,.gx-label.ReadonlyK2BToolsAttribute_FitInContainerImageLabel:after,.gx-label.K2BToolsAttribute_TitleLabel:after,.gx-label.BlobContentK2BToolsAttribute_TitleLabel:after,.gx-label.ReadonlyBlobContentK2BToolsAttribute_TitleLabel:after,.gx-label.BlobInputK2BToolsAttribute_TitleLabel:after,.gx-label.ReadonlyK2BToolsAttribute_TitleLabel:after,.gx-label.K2BToolsAttribute_InvisibleLabel:after,.gx-label.BlobContentK2BToolsAttribute_InvisibleLabel:after,.gx-label.ReadonlyBlobContentK2BToolsAttribute_InvisibleLabel:after,.gx-label.BlobInputK2BToolsAttribute_InvisibleLabel:after,.gx-label.ReadonlyK2BToolsAttribute_InvisibleLabel:after,.gx-label.K2BToolsAttribute_SmallTitleLabel:after,.gx-label.BlobContentK2BToolsAttribute_SmallTitleLabel:after,.gx-label.ReadonlyBlobContentK2BToolsAttribute_SmallTitleLabel:after,.gx-label.BlobInputK2BToolsAttribute_SmallTitleLabel:after,.gx-label.ReadonlyK2BToolsAttribute_SmallTitleLabel:after,.gx-label.K2BToolsAttribute_SmallerTitleLabel:after,.gx-label.BlobContentK2BToolsAttribute_SmallerTitleLabel:after,.gx-label.ReadonlyBlobContentK2BToolsAttribute_SmallerTitleLabel:after,.gx-label.BlobInputK2BToolsAttribute_SmallerTitleLabel:after,.gx-label.K2BTools_SearchResultImageCompactLabel:after,.gx-label.BlobContentK2BTools_SearchResultImageCompactLabel:after,.gx-label.ReadonlyBlobContentK2BTools_SearchResultImageCompactLabel:after,.gx-label.BlobInputK2BTools_SearchResultImageCompactLabel:after,.gx-label.ReadonlyK2BTools_SearchResultImageCompactLabel:after,.gx-label.K2BToolsAttribute_SummaryLabel:after,.gx-label.BlobContentK2BToolsAttribute_SummaryLabel:after,.gx-label.ReadonlyBlobContentK2BToolsAttribute_SummaryLabel:after,.gx-label.BlobInputK2BToolsAttribute_SummaryLabel:after,.gx-label.ReadonlyK2BToolsAttribute_SummaryLabel:after,.gx-label.K2BToolsAttribute_TagDescriptionLabel:after,.gx-label.BlobContentK2BToolsAttribute_TagDescriptionLabel:after,.gx-label.ReadonlyBlobContentK2BToolsAttribute_TagDescriptionLabel:after,.gx-label.BlobInputK2BToolsAttribute_TagDescriptionLabel:after,.gx-label.K2BTools_FilterAttributeInComboLabel:after,.gx-label.BlobInputK2BTools_FilterAttributeInComboLabel:after,.gx-label.ReadonlyK2BTools_FilterAttributeInComboLabel:after,.gx-label.BlobContentK2BTools_FilterAttributeInComboLabel:after,.gx-label.ReadonlyBlobContentK2BTools_FilterAttributeInComboLabel:after,.gx-label.K2BToolsSimpleImageListTextLabel:after,.gx-label.ReadonlyK2BToolsSimpleImageListTextLabel:after,.gx-label.K2BToolsSimpleImageListImageLabel:after,.gx-label.ReadonlyK2BToolsSimpleImageListImageLabel:after,.gx-label.Attribute_ImageLabel:after,.gx-label.K2BToolsAttribute_MediumImageLabel:after,.gx-label.BlobContentK2BToolsAttribute_MediumImageLabel:after,.gx-label.ReadonlyBlobContentK2BToolsAttribute_MediumImageLabel:after,.gx-label.BlobInputK2BToolsAttribute_MediumImageLabel:after,.gx-label.ReadonlyK2BToolsAttribute_MediumImageLabel:after,.gx-label.K2BToolsAttribute_PriceLabel:after,.gx-label.BlobContentK2BToolsAttribute_PriceLabel:after,.gx-label.ReadonlyBlobContentK2BToolsAttribute_PriceLabel:after,.gx-label.BlobInputK2BToolsAttribute_PriceLabel:after,.gx-label.ReadonlyK2BToolsAttribute_PriceLabel:after,.gx-label.K2BToolsAttribute_ImageFloatingCaptionLabel:after,.gx-label.BlobContentK2BToolsAttribute_ImageFloatingCaptionLabel:after,.gx-label.ReadonlyBlobContentK2BToolsAttribute_ImageFloatingCaptionLabel:after,.gx-label.BlobInputK2BToolsAttribute_ImageFloatingCaptionLabel:after,.gx-label.ReadonlyK2BToolsAttribute_ImageFloatingCaptionLabel:after,.gx-label.K2BToolsImage_PhotoListImageLabel:after,.gx-label.ReadonlyK2BToolsImage_PhotoListImageLabel:after,.gx-label.K2BToolsAttribute_PhotoListTitleLabel:after,.gx-label.ReadonlyK2BToolsAttribute_PhotoListTitleLabel:after,.gx-label.Attribute_InvisibleLabel:after,.gx-label.K2BToolsImage_RoundPhotoSmallLabel:after,.gx-label.BlobContentK2BToolsImage_RoundPhotoSmallLabel:after,.gx-label.ReadonlyBlobContentK2BToolsImage_RoundPhotoSmallLabel:after,.gx-label.BlobInputK2BToolsImage_RoundPhotoSmallLabel:after,.gx-label.ReadonlyK2BToolsImage_RoundPhotoSmallLabel:after,.gx-label.K2BToolsAttribute_CardListPhotoLabel:after,.gx-label.ReadonlyK2BToolsAttribute_CardListPhotoLabel:after,.gx-label.K2BT_StructuredListPhotoLabel:after,.gx-label.BlobContentK2BT_StructuredListPhotoLabel:after,.gx-label.ReadonlyBlobContentK2BT_StructuredListPhotoLabel:after,.gx-label.BlobInputK2BT_StructuredListPhotoLabel:after,.gx-label.ReadonlyK2BT_StructuredListPhotoLabel:after,.gx-label.K2BT_CardWithSummaryCheckboxLabel:after,.gx-label.BlobContentK2BT_CardWithSummaryCheckboxLabel:after,.gx-label.ReadonlyBlobContentK2BT_CardWithSummaryCheckboxLabel:after,.gx-label.BlobInputK2BT_CardWithSummaryCheckboxLabel:after,.gx-label.ReadonlyK2BT_CardWithSummaryCheckboxLabel:after,.gx-label.K2BT_CardWithSummaryTitleLabel:after,.gx-label.BlobContentK2BT_CardWithSummaryTitleLabel:after,.gx-label.ReadonlyBlobContentK2BT_CardWithSummaryTitleLabel:after,.gx-label.BlobInputK2BT_CardWithSummaryTitleLabel:after,.gx-label.ReadonlyK2BT_CardWithSummaryTitleLabel:after,.gx-label.K2BT_CardWithSummaryPhotoLabel:after,.gx-label.BlobContentK2BT_CardWithSummaryPhotoLabel:after,.gx-label.ReadonlyBlobContentK2BT_CardWithSummaryPhotoLabel:after,.gx-label.BlobInputK2BT_CardWithSummaryPhotoLabel:after,.gx-label.ReadonlyK2BT_CardWithSummaryPhotoLabel:after,.gx-label.K2BT_RoundPhotoLargeLabel:after,.gx-label.BlobContentK2BT_RoundPhotoLargeLabel:after,.gx-label.ReadonlyBlobContentK2BT_RoundPhotoLargeLabel:after,.gx-label.BlobInputK2BT_RoundPhotoLargeLabel:after,.gx-label.ReadonlyK2BT_RoundPhotoLargeLabel:after,.gx-label.K2BT_NotificationIconLabel:after,.gx-label.ReadonlyK2BT_NotificationIconLabel:after,.gx-label.K2BT_CommentInputFieldLabel:after,.gx-label.ReadonlyK2BT_CommentInputFieldLabel:after,.gx-label.K2BT_CommentAuthorImageLabel:after,.gx-label.BlobContentK2BT_CommentAuthorImageLabel:after,.gx-label.ReadonlyBlobContentK2BT_CommentAuthorImageLabel:after,.gx-label.BlobInputK2BT_CommentAuthorImageLabel:after,.gx-label.ReadonlyK2BT_CommentAuthorImageLabel:after,.gx-label.K2BT_SimpleECommerceTitleLabel:after,.gx-label.K2BT_SimpleECommerceTitleLinkLabel:after,.gx-label.BlobContentK2BT_SimpleECommerceTitleLinkLabel:after,.gx-label.ReadonlyBlobContentK2BT_SimpleECommerceTitleLinkLabel:after,.gx-label.BlobInputK2BT_SimpleECommerceTitleLinkLabel:after,.gx-label.ReadonlyK2BT_SimpleECommerceTitleLinkLabel:after,.gx-label.K2BT_SimpleECommerceSubtitleLabel:after,.gx-label.K2BT_SimpleECommerceSummaryLabel:after,.gx-label.K2BT_RoundPhotoSmallLabel:after,.gx-label.ReadonlyK2BT_RoundPhotoSmallLabel:after,.gx-label.BlobContentReadonlyK2BT_RoundPhotoSmallLabel:after,.gx-label.ReadonlyBlobContentReadonlyK2BT_RoundPhotoSmallLabel:after,.gx-label.BlobInputReadonlyK2BT_RoundPhotoSmallLabel:after,.gx-label.K2BT_DetailPopoverTitleLabel:after,.gx-label.ReadonlyK2BT_DetailPopoverTitleLabel:after,.gx-label.BlobContentReadonlyK2BT_DetailPopoverTitleLabel:after,.gx-label.ReadonlyBlobContentReadonlyK2BT_DetailPopoverTitleLabel:after,.gx-label.BlobInputReadonlyK2BT_DetailPopoverTitleLabel:after,.gx-label.K2BT_TextActionLabel:after,.gx-label.BlobContentK2BT_TextActionLabel:after,.gx-label.ReadonlyBlobContentK2BT_TextActionLabel:after,.gx-label.BlobInputK2BT_TextActionLabel:after,.gx-label.ReadonlyK2BT_TextActionLabel:after,.gx-label.K2BT_StepperValueLabel:after,.gx-label.K2BT_InlineEditActionLabel:after,.gx-label.ReadonlyK2BT_InlineEditActionLabel:after,.gx-label.K2BT_DateRangeFilterFieldLabel:after,.gx-label.K2BTEnhancedComboSearchInputLabel:after,.gx-label.Grid_WorkWithTitleLabel:after,.gx-label.BlobContentGrid_WorkWithTitleLabel:after,.gx-label.ReadonlyBlobContentGrid_WorkWithTitleLabel:after,.gx-label.ReadonlyGrid_WorkWithTitleLabel:after,.gx-label.BlobInputGrid_WorkWithTitleLabel:after,.gx-label.bootstrap-checkboxLabel:after,.gx-label.Att_Tarifario_SinBordeLabel:after,.gx-label.ReadonlyAtt_Tarifario_SinBordeLabel:after,.gx-label.Attribute_Combo_DLLabel:after,.gx-label.ReadOnlyAttribute_Box_DLLabel:after,.gx-label.Att_IngRec_10Label:after,.gx-label.ReadonlyAtt_IngRec_10Label:after,.gx-label.Att_IngRec_100Label:after,.gx-label.ReadonlyAtt_IngRec_100Label:after,.gx-label.Att_IngRec_20Label:after,.gx-label.ReadonlyAtt_IngRec_20Label:after,.gx-label.Att_IngRec_30Label:after,.gx-label.ReadonlyAtt_IngRec_30Label:after,.gx-label.Att_IngRec_40Label:after,.gx-label.ReadonlyAtt_IngRec_40Label:after,.gx-label.Att_IngRec_50Label:after,.gx-label.ReadonlyAtt_IngRec_50Label:after,.gx-label.Att_IngRec_60Label:after,.gx-label.ReadonlyAtt_IngRec_60Label:after,.gx-label.Att_IngRec_70Label:after,.gx-label.ReadonlyAtt_IngRec_70Label:after,.gx-label.Att_IngRec_80Label:after,.gx-label.ReadonlyAtt_IngRec_80Label:after,.gx-label.Att_IngRec_90Label:after,.gx-label.ReadonlyAtt_IngRec_90Label:after,.gx-label.Att_Panel_AtributoLabel:after,.gx-label.BlobContentAtt_Panel_AtributoLabel:after,.gx-label.ReadonlyBlobContentAtt_Panel_AtributoLabel:after,.gx-label.BlobInputAtt_Panel_AtributoLabel:after,.gx-label.ReadonlyAtt_Panel_AtributoLabel:after,.gx-label.Att_Panel_PrdCantLabel:after,.gx-label.ReadonlyAtt_Panel_PrdCantLabel:after,.gx-label.Att_Panel_PrdCantConValorLabel:after,.gx-label.ReadonlyAtt_Panel_PrdCantConValorLabel:after,.gx-label.Att_Panel_ProductoLabel:after,.gx-label.BlobContentAtt_Panel_ProductoLabel:after,.gx-label.ReadonlyBlobContentAtt_Panel_ProductoLabel:after,.gx-label.BlobInputAtt_Panel_ProductoLabel:after,.gx-label.ReadonlyAtt_Panel_ProductoLabel:after,.gx-label.Att_Panel_TitColLabel:after,.gx-label.BlobContentAtt_Panel_TitColLabel:after,.gx-label.ReadonlyBlobContentAtt_Panel_TitColLabel:after,.gx-label.BlobInputAtt_Panel_TitColLabel:after,.gx-label.ReadonlyAtt_Panel_TitColLabel:after,.gx-label.Att_Panel_TitPrdLabel:after,.gx-label.BlobContentAtt_Panel_TitPrdLabel:after,.gx-label.ReadonlyBlobContentAtt_Panel_TitPrdLabel:after,.gx-label.BlobInputAtt_Panel_TitPrdLabel:after,.gx-label.ReadonlyAtt_Panel_TitPrdLabel:after,.gx-label.Att_Panel_TotalLabel:after,.gx-label.BlobContentAtt_Panel_TotalLabel:after,.gx-label.ReadonlyBlobContentAtt_Panel_TotalLabel:after,.gx-label.BlobInputAtt_Panel_TotalLabel:after,.gx-label.ReadonlyAtt_Panel_TotalLabel:after,.gx-label.AttributeErrorLabel:after,.gx-label.BlobContentAttributeErrorLabel:after,.gx-label.ReadonlyBlobContentAttributeErrorLabel:after,.gx-label.BlobInputAttributeErrorLabel:after,.gx-label.ReadonlyAttributeErrorLabel:after,.gx-label.Att_Tarifario_ConBordeLabel:after,.gx-label.ReadonlyAtt_Tarifario_ConBordeLabel:after,.gx-label.ReadOnlyAttribute_2Label:after,.gx-label.Attribute_FixedData_2Label:after,.gx-label.K2BT_GenericFilterLabel:after,.gx-label.K2BT_DashboardKPIImageLabel:after,.gx-label.AtributeLabel:after,.gx-label.ImagePromptLabel:after,.gx-label.CheckboxLabelLabel:after,.gx-label.BlobContentCheckboxLabelLabel:after,.gx-label.ReadonlyBlobContentCheckboxLabelLabel:after,.gx-label.BlobInputCheckboxLabelLabel:after,.gx-label.ReadonlyCheckboxLabelLabel:after,.gx-label.LoginAttributeLabel:after,.gx-label.BlobContentLoginAttributeLabel:after,.gx-label.ReadonlyBlobContentLoginAttributeLabel:after,.gx-label.BlobInputLoginAttributeLabel:after,.gx-label.ReadonlyLoginAttributeLabel:after,.gx-label.LoginComboAttributeLabel:after,.gx-label.BlobContentLoginComboAttributeLabel:after,.gx-label.ReadonlyBlobContentLoginComboAttributeLabel:after,.gx-label.BlobInputLoginComboAttributeLabel:after,.gx-label.ReadonlyLoginComboAttributeLabel:after,.gx-label.RegistrationAttributeLabel:after,.gx-label.BlobContentRegistrationAttributeLabel:after,.gx-label.ReadonlyBlobContentRegistrationAttributeLabel:after,.gx-label.BlobInputRegistrationAttributeLabel:after,.gx-label.ReadonlyRegistrationAttributeLabel:after,.gx-label.RequiredAttributeLabel:after,.gx-label.BlobContentRequiredAttributeLabel:after,.gx-label.ReadonlyBlobContentRequiredAttributeLabel:after,.gx-label.BlobInputRequiredAttributeLabel:after,.gx-label.ReadonlyRequiredAttributeLabel:after,.gx-label.InactiveAttributeLabel:after,.gx-label.BlobContentInactiveAttributeLabel:after,.gx-label.ReadonlyBlobContentInactiveAttributeLabel:after,.gx-label.BlobInputInactiveAttributeLabel:after,.gx-label.ReadonlyInactiveAttributeLabel:after,.gx-label.ComboAttributeLabel:after,.gx-label.BlobContentComboAttributeLabel:after,.gx-label.ReadonlyBlobContentComboAttributeLabel:after,.gx-label.BlobInputComboAttributeLabel:after,.gx-label.ReadonlyComboAttributeLabel:after,.gx-label.SubtitleAttributeLabel:after,.gx-label.BlobContentSubtitleAttributeLabel:after,.gx-label.ReadonlyBlobContentSubtitleAttributeLabel:after,.gx-label.BlobInputSubtitleAttributeLabel:after,.gx-label.ReadonlySubtitleAttributeLabel:after,.gx-label.URLAttributeLabel:after,.gx-label.BlobContentURLAttributeLabel:after,.gx-label.ReadonlyBlobContentURLAttributeLabel:after,.gx-label.BlobInputURLAttributeLabel:after,.gx-label.ReadonlyURLAttributeLabel:after,.gx-label.TextAttributeLabel:after,.gx-label.BlobContentTextAttributeLabel:after,.gx-label.ReadonlyBlobContentTextAttributeLabel:after,.gx-label.BlobInputTextAttributeLabel:after,.gx-label.ReadonlyTextAttributeLabel:after,.gx-label.TextActionAttributeLabel:after,.gx-label.BlobContentTextActionAttributeLabel:after,.gx-label.ReadonlyBlobContentTextActionAttributeLabel:after,.gx-label.BlobInputTextActionAttributeLabel:after,.gx-label.ReadonlyTextActionAttributeLabel:after,.gx-label.Attribute_MaxContentLabel:after,.gx-label.ReadonlyAttribute_MaxContentLabel:after,.gx-label.Attribute_Grid_MaxContentLabel:after,.gx-label.ReadonlyAttribute_Grid_MaxContentLabel:after,.gx-label.CheckBoxAttributeLabelLabel:after,.gx-label.dlTxtXMLLabel:after,.gx-label.Attribute_Grid_CheckBoxLabel:after,.gx-label.img-responsiveLabel:after,.gx-label.dlAmarrasReservaTotalLabel:after,.gx-label.dlOcultarDosPuntosLabel:after,.gx-label.Cuadro_TextoLabel:after,.gx-label.ReadonlyCuadro_TextoLabel:after,.gx-label.ReadonlyCuadro_Titulo1Label:after,.gx-label.Cuadro_TituloLabel:after,.gx-label.ReadonlyCuadro_TituloLabel:after,.gx-label.Table_TotalSimilarLabel:after,.gx-label.ReadonlyTable_TotalSimilarLabel:after,.gx-label.ReadonlyTable_TotalSimilar1Label:after,.gx-label.Textblock_FacturaLabel:after,.gx-label.Textblock_erroresLabel:after,.gx-label.inputsLabel:after,.gx-label.inputsLabelLabel:after,.gx-label.inputsErrorLabelLabel:after,.gx-label.TextoLabel:after,.gx-label.TextoLabelLabel:after,.gx-label.ErrorAttributeLabel:after,.gx-label.WarningAttributeLabel:after,.gx-label.WarningAttribute_TrnLabel:after,.gx-label.BlobContentWarningAttribute_TrnLabel:after,.gx-label.ReadonlyBlobContentWarningAttribute_TrnLabel:after,.gx-label.BlobInputWarningAttribute_TrnLabel:after,.gx-label.ReadonlyWarningAttribute_TrnLabel:after,.gx-label.WarningAttribute_TrnDateLabel:after,.gx-label.BlobContentWarningAttribute_TrnDateLabel:after,.gx-label.ReadonlyBlobContentWarningAttribute_TrnDateLabel:after,.gx-label.BlobInputWarningAttribute_TrnDateLabel:after,.gx-label.ReadonlyWarningAttribute_TrnDateLabel:after,.gx-label.ImageAttributeLabel:after,.gx-label.ResponsiveImageAttributeLabel:after,.gx-label.BlobContentResponsiveImageAttributeLabel:after,.gx-label.ReadonlyBlobContentResponsiveImageAttributeLabel:after,.gx-label.BlobInputResponsiveImageAttributeLabel:after,.gx-label.ReadonlyResponsiveImageAttributeLabel:after,.gx-label.ProfileImageAttributeLabel:after,.gx-label.BlobContentProfileImageAttributeLabel:after,.gx-label.ReadonlyBlobContentProfileImageAttributeLabel:after,.gx-label.BlobInputProfileImageAttributeLabel:after,.gx-label.ReadonlyProfileImageAttributeLabel:after,.gx-label.SmallProfileImageAttributeLabel:after,.gx-label.BlobContentSmallProfileImageAttributeLabel:after,.gx-label.ReadonlyBlobContentSmallProfileImageAttributeLabel:after,.gx-label.BlobInputSmallProfileImageAttributeLabel:after,.gx-label.ReadonlySmallProfileImageAttributeLabel:after,.gx-label.ReadonlyImageAttributeLabel:after,.gx-label.ActionAttributeLabel:after,.gx-label.UpdateAttributeLabel:after,.gx-label.BlobContentUpdateAttributeLabel:after,.gx-label.ReadonlyBlobContentUpdateAttributeLabel:after,.gx-label.BlobInputUpdateAttributeLabel:after,.gx-label.ReadonlyUpdateAttributeLabel:after,.gx-label.DeleteAttributeLabel:after,.gx-label.BlobContentDeleteAttributeLabel:after,.gx-label.ReadonlyBlobContentDeleteAttributeLabel:after,.gx-label.BlobInputDeleteAttributeLabel:after,.gx-label.ReadonlyDeleteAttributeLabel:after,.gx-label.BlobContentActionAttributeLabel:after,.gx-label.ReadonlyBlobContentActionAttributeLabel:after,.gx-label.DisplayAttributeLabel:after,.gx-label.BlobContentDisplayAttributeLabel:after,.gx-label.ReadonlyBlobContentDisplayAttributeLabel:after,.gx-label.BlobInputDisplayAttributeLabel:after,.gx-label.ReadonlyDisplayAttributeLabel:after,.gx-label.DisabledActionAttributeLabel:after,.gx-label.BlobContentDisabledActionAttributeLabel:after,.gx-label.ReadonlyBlobContentDisabledActionAttributeLabel:after,.gx-label.BlobInputDisabledActionAttributeLabel:after,.gx-label.ReadonlyDisabledActionAttributeLabel:after,.gx-label.BlobInputActionAttributeLabel:after,.gx-label.ReadonlyActionAttributeLabel:after,.gx-label.SelectionAttributeLabel:after,.gx-label.BlobContentSelectionAttributeLabel:after,.gx-label.ReadonlyBlobContentSelectionAttributeLabel:after,.gx-label.BlobInputSelectionAttributeLabel:after,.gx-label.ReadonlySelectionAttributeLabel:after,.gx-label.ReadonlyAttributeLabel:after,.gx-label.ReadonlyMedioLabel:after,.gx-label.BlobContentReadonlyMedioLabel:after,.gx-label.ReadonlyBlobContentReadonlyMedioLabel:after,.gx-label.BlobInputReadonlyMedioLabel:after,.gx-label.ReadonlyReadonlyMedioLabel:after,.gx-label.FilterAttributeLabel:after,.gx-label.BlobContentFilterAttributeLabel:after,.gx-label.ReadonlyBlobContentFilterAttributeLabel:after,.gx-label.BlobInputFilterAttributeLabel:after,.gx-label.FilterComboAttributeLabel:after,.gx-label.BlobContentFilterComboAttributeLabel:after,.gx-label.ReadonlyBlobContentFilterComboAttributeLabel:after,.gx-label.BlobInputFilterComboAttributeLabel:after,.gx-label.ReadonlyFilterComboAttributeLabel:after,.gx-label.FilterSearchAttributeLabel:after,.gx-label.BlobContentFilterSearchAttributeLabel:after,.gx-label.ReadonlyBlobContentFilterSearchAttributeLabel:after,.gx-label.BlobInputFilterSearchAttributeLabel:after,.gx-label.ReadonlyFilterSearchAttributeLabel:after,.gx-label.FilterSearchAttributeFocusLabel:after,.gx-label.BlobContentFilterSearchAttributeFocusLabel:after,.gx-label.ReadonlyBlobContentFilterSearchAttributeFocusLabel:after,.gx-label.BlobInputFilterSearchAttributeFocusLabel:after,.gx-label.ReadonlyFilterSearchAttributeFocusLabel:after,.gx-label.DateFilterSearchAttributeLabel:after,.gx-label.BlobContentDateFilterSearchAttributeLabel:after,.gx-label.ReadonlyBlobContentDateFilterSearchAttributeLabel:after,.gx-label.BlobInputDateFilterSearchAttributeLabel:after,.gx-label.ReadonlyDateFilterSearchAttributeLabel:after,.gx-label.FilterPanelLabel:after,.gx-label.BlobContentFilterPanelLabel:after,.gx-label.ReadonlyBlobContentFilterPanelLabel:after,.gx-label.BlobInputFilterPanelLabel:after,.gx-label.ReadonlyFilterPanelLabel:after,.gx-label.ReadonlyFilterAttributeLabel:after,.gx-label.AttributeNoLabelLabel:after,.gx-label.BlobContentAttributeNoLabelLabel:after,.gx-label.ReadonlyBlobContentAttributeNoLabelLabel:after,.gx-label.BlobInputAttributeNoLabelLabel:after,.gx-label.ReadonlyAttributeNoLabelLabel:after,.gx-label.AttributeDatosPersonaLabel:after,.gx-label.AttributeDatosPersonaLabelLabel:after,.gx-label.ReadonlyAttributeDatosPersonaLabel:after,.gx-label.inputsErrorLabel:after,.gx-label.inputs_numeroLabel:after
{
	font-size: 12pt;
	font-weight: bold;
	content: ':';
}

.RecentLinkItem
{
	margin-right: 3px;
	white-space: nowrap;
	color: #ccc;
}
.TextBlockHeader,.TextBlockHeaderLinkClass
{
	margin-left: 30px;
	display: block;
	font-size: 40px;
	color: #fff;
}
.RecentsTitle
{
	margin-left: 30px;
	display: block;
	font-weight: bold;
}
.Title,.BigTitle,.UncollapsedBigTitle,.SeparateBigTitle,.SubTitle
{
	margin-bottom: 10px;
	display: inline-block;
	font-family: "Open Sans Semibold";
	font-size: 23px;
}
.SubTitle
{
	display: block;
	font-family: "Open Sans Regular";
}
.WWAdvancedLabel,.WWOrderByLabel,.WWFilterLabel,.WWDateFilterLabel
{
	background-position: 9px center;
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 16px;
	color: #444;
	text-overflow: ellipsis;
	display: block !important;
}
.WWOrderByLabel
{
	background-image: url(../FlatDNH/OrderBy.png);
}
.WWFilterLabel,.WWDateFilterLabel
{
	background-image: url(../FlatDNH/GenericFilter.png);
	min-height: 53px;
}
.WWDateFilterLabel
{
	background-image: url(../FlatDNH/calendar.svg);
}
.WWOrderItem,.WWLinkOrderItem,.WWOrderItemHover,.WWOrderItemSelected,.WWOrderItemSelectedHover,.WWLinkOrderItemSelected
{
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	max-width: 100%;
}
.WWOrderItemSelected,.WWOrderItemSelectedHover,.WWLinkOrderItemSelected
{
	background-color: #9ccf70;
	border-bottom-color: #9ccf70;
	border-left-color: #9ccf70;
	border-right-color: #9ccf70;
	border-top-color: #9ccf70;
	color: white;
}
.LabelDatosPersona,.gx-label.AttributeDatosPersonaLabel,.gx-label.AttributeDatosPersonaLabelLabel,.gx-label.ReadonlyAttributeDatosPersonaLabel
{
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: #9a999e;
	line-height:25px !important;
	 width: 200px !important;
}
.LabelDatosPersona:after,.gx-label.AttributeDatosPersonaLabel:after,.gx-label.AttributeDatosPersonaLabelLabel:after,.gx-label.ReadonlyAttributeDatosPersonaLabel:after
{
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: #9a999e;
	content: ':';
	line-height:25px !important;
	width: 200px !important;
}

.TextBlock_Numero2
{
	margin-bottom: 3px;
	display: block;
	font-size: 1.7em;
	color: #231f20;
	height: auto;
	line-height: 1;
	 margin-top:1%;
}
.TextBlock_Numero3
{
	margin-bottom: 3px;
	display: block;
	font-size: 1.7em;
	color: #231f20;
	height: auto;
	line-height: 1;
	 margin-top:1%;
}
.TextBlock_Numero4
{
	margin-bottom: 3px;
	display: block;
	font-size: 1.7em;
	color: #231f20;
	height: auto;
	line-height: 1;
	 margin-top:1%;
}
.TextBlock_TituloPaso
{
	margin-bottom: 20px;
	margin-top: 10px;
	display: block;
	font-size: 1.45em;
	color: #141414;
	line-height: 1.1;
}
.TextBlock_TextoGrilla
{
	display: block;
	font-size: 12px;
	color: #141414;
}
.TextBlock_ValidarDatos
{
	display: block;
	font-size: 13px;
	color: #014a86;
	line-height:35px;
}
.TextBlock_TotalesGrilla
{
	display: block;
	font-size: 12px;
	color: #141414;
	text-align: right;
}
.dlAmarraEstadoNoDisp
{
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 4px;
	display: block;
	background-color: #d1251f;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 12px;
	color: #fff;
	width: fit-content;
}
.dlSubtituloInfo
{
	font-size: 16px;
	color: #141414;
}
.dlAmarraSubtituloSmall
{
	margin-top: -7px;
	font-size: 12px;
	font-style: normal;
	color: #141414;
	display: block !important;
}
.FreeStyleGrid,.FreeStyle_RecentLinks,.FreeStyleGrid_Transaction,.K2BFreeStyle,.FreeStyleGrid_WPB,.FreeStyleGrid_Menu,.FreeStyleGridMensajesInternos,.VerticalTabGrid,.FreeStyleGrid_SearchResult,.K2BTools_SearchGrid,.K2BT_SelectedItemsGrid,.K2BT_CommentThreads,.K2BT_MFCL,.K2BT_MFLG,.K2BT_SavedGridViews,.K2BT_TimelineGrid,.RecentLinksGrid,.TrnSublevelGrid
{
	margin-top: -2px;
	border-bottom-color: #e4e5e5;
	border-left-color: #e4e5e5;
	border-right-color: #e4e5e5;
	border-top-color: #e4e5e5;
	border-style: solid;
	border-width: 1px;
}

.FreeStyleGrid>tbody>tr,.FreeStyleGrid>[data-gxrow]
{
	background-color: #fff;
}

.FreeStyleGrid[data-bkgstyle='none']>tbody>tr
{
	background-color: #fff;
}

.FreeStyleGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #a5a5a5;
}

.FreeStyle_RecentLinks>tbody>tr,.FreeStyle_RecentLinks>[data-gxrow]
{
	background-color: #fff;
}

.FreeStyle_RecentLinks[data-bkgstyle='none']>tbody>tr
{
	background-color: #fff;
}

.FreeStyle_RecentLinks[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyle_RecentLinks[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #a5a5a5;
}

.FreeStyleGrid_Transaction>tbody>tr,.FreeStyleGrid_Transaction>[data-gxrow]
{
	background-color: #fff;
}

.FreeStyleGrid_Transaction[data-bkgstyle='none']>tbody>tr
{
	background-color: #fff;
}

.FreeStyleGrid_Transaction[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleGrid_Transaction[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #a5a5a5;
}

.K2BFreeStyle>tbody>tr,.K2BFreeStyle>[data-gxrow]
{
	background-color: #fff;
}

.K2BFreeStyle[data-bkgstyle='none']>tbody>tr
{
	background-color: #fff;
}

.K2BFreeStyle[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.K2BFreeStyle[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #a5a5a5;
}

.FreeStyleGrid_WPB>tbody>tr,.FreeStyleGrid_WPB>[data-gxrow]
{
	background-color: #fff;
}

.FreeStyleGrid_WPB[data-bkgstyle='none']>tbody>tr
{
	background-color: #fff;
}

.FreeStyleGrid_WPB[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleGrid_WPB[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #a5a5a5;
}

.FreeStyleGrid_Menu>tbody>tr,.FreeStyleGrid_Menu>[data-gxrow]
{
	background-color: #fff;
}

.FreeStyleGrid_Menu[data-bkgstyle='none']>tbody>tr
{
	background-color: #fff;
}

.FreeStyleGrid_Menu[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleGrid_Menu[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #a5a5a5;
}

.FreeStyleGridMensajesInternos>tbody>tr,.FreeStyleGridMensajesInternos>[data-gxrow]
{
	background-color: #fff;
}

.FreeStyleGridMensajesInternos[data-bkgstyle='none']>tbody>tr
{
	background-color: #fff;
}

.FreeStyleGridMensajesInternos[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleGridMensajesInternos[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #a5a5a5;
}

.VerticalTabGrid>tbody>tr,.VerticalTabGrid>[data-gxrow]
{
	background-color: #fff;
}

.VerticalTabGrid[data-bkgstyle='none']>tbody>tr
{
	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: #a5a5a5;
}

.FreeStyleGrid_SearchResult>tbody>tr,.FreeStyleGrid_SearchResult>[data-gxrow]
{
	background-color: #fff;
}

.FreeStyleGrid_SearchResult[data-bkgstyle='none']>tbody>tr
{
	background-color: #fff;
}

.FreeStyleGrid_SearchResult[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleGrid_SearchResult[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #a5a5a5;
}

.K2BTools_SearchGrid>tbody>tr,.K2BTools_SearchGrid>[data-gxrow]
{
	background-color: #fff;
}

.K2BTools_SearchGrid[data-bkgstyle='none']>tbody>tr
{
	background-color: #fff;
}

.K2BTools_SearchGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.K2BTools_SearchGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #a5a5a5;
}

.K2BT_SelectedItemsGrid>tbody>tr,.K2BT_SelectedItemsGrid>[data-gxrow]
{
	background-color: #fff;
}

.K2BT_SelectedItemsGrid[data-bkgstyle='none']>tbody>tr
{
	background-color: #fff;
}

.K2BT_SelectedItemsGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.K2BT_SelectedItemsGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #a5a5a5;
}

.K2BT_CommentThreads>tbody>tr,.K2BT_CommentThreads>[data-gxrow]
{
	background-color: #fff;
}

.K2BT_CommentThreads[data-bkgstyle='none']>tbody>tr
{
	background-color: #fff;
}

.K2BT_CommentThreads[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.K2BT_CommentThreads[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #a5a5a5;
}

.K2BT_MFCL>tbody>tr,.K2BT_MFCL>[data-gxrow]
{
	background-color: #fff;
}

.K2BT_MFCL[data-bkgstyle='none']>tbody>tr
{
	background-color: #fff;
}

.K2BT_MFCL[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.K2BT_MFCL[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #a5a5a5;
}

.K2BT_MFLG>tbody>tr,.K2BT_MFLG>[data-gxrow]
{
	background-color: #fff;
}

.K2BT_MFLG[data-bkgstyle='none']>tbody>tr
{
	background-color: #fff;
}

.K2BT_MFLG[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.K2BT_MFLG[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #a5a5a5;
}

.K2BT_SavedGridViews>tbody>tr,.K2BT_SavedGridViews>[data-gxrow]
{
	background-color: #fff;
}

.K2BT_SavedGridViews[data-bkgstyle='none']>tbody>tr
{
	background-color: #fff;
}

.K2BT_SavedGridViews[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.K2BT_SavedGridViews[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #a5a5a5;
}

.K2BT_TimelineGrid>tbody>tr,.K2BT_TimelineGrid>[data-gxrow]
{
	background-color: #fff;
}

.K2BT_TimelineGrid[data-bkgstyle='none']>tbody>tr
{
	background-color: #fff;
}

.K2BT_TimelineGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.K2BT_TimelineGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #a5a5a5;
}

.RecentLinksGrid
{
	margin-left: 15px;
}

.RecentLinksGrid>tbody>tr,.RecentLinksGrid>[data-gxrow]
{
	background-color: #fff;
}

.RecentLinksGrid[data-bkgstyle='none']>tbody>tr
{
	background-color: #fff;
}

.RecentLinksGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.RecentLinksGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #a5a5a5;
}

.TrnSublevelGrid
{
	margin-bottom: 15px;
	width: 100%;
}

.TrnSublevelGrid>tbody>tr,.TrnSublevelGrid>[data-gxrow]
{
	background-color: #000;
}

.TrnSublevelGrid[data-bkgstyle='none']>tbody>tr
{
	background-color: #000;
}

.TrnSublevelGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #000;
}

.TrnSublevelGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #a5a5a5;
}

.Messages,.ErrorMessages,.WarningMessages
{
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	margin-left: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	white-space: nowrap;
	font-family: inherit;
	color: white;
}
.ErrorMessages
{
	background-color: #f56a67;
	border-width: 0px;
}
.WarningMessages
{
	background-color: #fdae45;
	border-width: 0px;
}
.Tabla_Paginado
{
	margin-top: 15px;
}
.Table_DatosContenedor
{
	background-color: #f6f5f5;
}
.Section_CondConf_Dialog
{
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding-bottom: 14px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
	position: absolute;
	top: 150px;
	min-height: 100px;
	min-width: 200px;
	text-align: center;
	border-collapse:collapse;
}
.Section_CondConf_DialogInner
{
	height: 100%;
	width: 100%;
	font-family: Arial;
	font-size: 14px;
}
.Table_SepararCheck
{
	margin-top: 15px;
	border-bottom: 1px solid #e8e8e8;
}
.Table_Informacion
{
	margin-top: 10px;
}
.Table_Imprimir
{
	text-align: right;
}
.Table_PopupContenedor
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: justify;
}
.PopupAlinearCentro,.ReadonlyPopupAlinearCentro
{
	margin-bottom: 15px;
	text-align: center;
	font-family: Arial !important;
}
.ReadonlyPopupAlinearCentro
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.Table_FechaCierre
{
	margin-bottom: 10px;
}
.Table_RecuadroParaAtt
{
	border-bottom-color: #e4e5e5;
	border-left-color: #e4e5e5;
	border-right-color: #e4e5e5;
	border-top-color: #e4e5e5;
	border-style: solid;
	border-width: 1px;
	margin-top: 9px;
}
.Table_Total
{
	background-color: #f4f4f5;
	border-bottom-color: #e4e5e5;
	border-left-color: #e4e5e5;
	border-right-color: #e4e5e5;
	border-top-color: #e4e5e5;
	border-style: solid;
	border-width: 1px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 3px;
	height: 30px;
}
.Table_RecuadroGrilla
{
	margin-top: 22px;
}
.Table_Cuadro
{
	background-color: #f4f4f5;
	border-bottom-color: #e4e5e5;
	border-left-color: #e4e5e5;
	border-right-color: #e4e5e5;
	border-top-color: #e4e5e5;
	border-style: solid;
	border-width: 1px;
	height: 60px;
}
.Table_CuadroTitulo
{
	border-right: 1px solid #E4E5E5;
	height: 60px;
	margin-right:-19px !important;
}
.Textblock_FacturaLabel
{
	height: auto;
	width: auto;
	display: block;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #141414;
	font-size:13px !important;
	 padding-top:2px !important;
	 padding-right:0px !important;
}
.Section_contenedorTxt
{
	margin-top: 0px;
}
.Error_imagen
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	display: table-cell;
	vertical-align: middle;
}
.Cuadro_MensajeError
{
	background-color: #ffeded;
	border-bottom-color: #e3c4c4;
	border-left-color: #e3c4c4;
	border-right-color: #e3c4c4;
	border-top-color: #e3c4c4;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align: left;
}
.WWActionsCell,.ViewActionsCell,.ViewActionsBackCell,.ViewGridActionsCell
{
	padding-right: 23px;
	text-align: right;
}
.ViewActionsCell,.ViewActionsBackCell,.ViewGridActionsCell
{
	margin-bottom: 10px;
	padding-right: 40px;
	padding-top: 15px;
	border-bottom: 1px solid #efefef;
}
.ViewGridActionsCell
{
	border-bottom: 0px;
}
.WWFiltersCell,.WWFiltersCellCollapsed
{
	padding-left: 30px;
	padding-right: 30px;
}
.OrdersCell
{
	text-align: center;
}
.WWAdvancedBarCell,.PromptAdvancedBarCellCompact,.ViewAdvancedBarCell,.PromptAdvancedBarCell
{
	background-color: white;
	margin-top: -42px;
	padding-right: 0px;
}
.ViewAdvancedBarCell
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.PromptAdvancedBarCell
{
	margin-top: 0px;
	padding-left: 0px;
}
.WWGridCell,.WWGridCellExpanded,.ViewGridCell,.ViewGridCellAdvanced
{
	background-color: #eaeaea;
}
.ViewGridCell,.ViewGridCellAdvanced
{
	background-color: transparent;
}
.ViewGridCellAdvanced
{
	padding-left: 0px;
	border-left: 1px solid #EAEAEA;
}
.ToggleCell
{
	text-align: right;
}
.VerticalCenteredCell
{
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.CeldaPasoNormal
{
	background-color: #f5f5f5;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-top-color: #dcdcdc;
	border-style: solid;
	border-width: 1px;
	padding-left: 45px;
	padding-top: 5px;
	height: 65px;
	display: block;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: black;
}
.CeldaVaciaEspacio30
{
	height: 30px;
}
.CeldaVaciaEspacio20
{
	height: 20px;
}
.CeldaVaciaEspacio10
{
	height: 10px;
}
.CeldaPasoActual
{
	background-color: #e2e9ef;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-top-color: #dcdcdc;
	border-style: solid;
	border-width: 1px;
	padding-left: 45px;
	padding-top: 5px;
	height: 65px;
	display: block;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: black;
}
.CeldaPasoFinal_Inactiva
{
	background-color: #f5f5f5;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-top-color: #dcdcdc;
	border-style: solid;
	border-width: 1px;
	padding-left: 45px;
	padding-top: 5px;
	height: 65px;
	display: block;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: black;
}
.CeldaPasoFinal_Activa
{
	background-color: #e2e9ef;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-top-color: #dcdcdc;
	border-style: solid;
	border-width: 1px;
	padding-left: 45px;
	padding-top: 5px;
	height: 65px;
	display: block;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: black;
}
.Cuadro_MensajeWarning
{
	background-color: #faf7e9;
	border-bottom-color: #e4dfc2;
	border-left-color: #e4dfc2;
	border-right-color: #e4dfc2;
	border-top-color: #e4dfc2;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align: left;
}
.Cuadro_MensajeConfirmado
{
	background-color: #ebf3e6;
	border-bottom-color: #bfd7b7;
	border-left-color: #bfd7b7;
	border-right-color: #bfd7b7;
	border-top-color: #bfd7b7;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align: left;
}
.CalendarCombo 
{
	background-color: Menu;
	border-bottom-color: ButtonHighlight;
	border-left-color: ButtonHighlight;
	border-right-color: ButtonHighlight;
	border-top-color: ButtonHighlight;
	border-style: solid;
	border-width: 1px;
	left: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	position: absolute;
	top: 0px;
	width: 4em;
	display: none;
	cursor: default;
	font-size: 10px;
	color: MenuText;
}
.CalendarCombo  .label 
{
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	text-align: center;
}
.CalendarCombo  .label-IEfix 
{
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	width: 4em;
	text-align: center;
}
.CalendarCombo  .active 
{
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.CalendarCombo  .hilite 
{
	background-color: Highlight;
	color: HighlightText;
}
.ErrorViewerBullet div 
{
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 1px;
	padding-left: 30px;
	padding-top: 1px;
	display: block;
	list-style-position: inside;
}
.GeoLocOption 
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	position: relative;
	top: 2px;
	display: block;
	cursor: pointer;
}
.ComponentTrigger 
{
	margin-left: 4px;
	cursor: pointer;
}
.dojoDialog 
{
	background-color: #eee;
	border-bottom-color: #999;
	border-left-color: #999;
	border-right-color: #999;
	border-top-color: #999;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
.PopupHeader 
{
	background-color: #f3f3f3;
	height: 54px !important;
}
.PopupHeaderButton 
{
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: absolute;
	right: 5px;
	top: 6px;
	height: auto;
	width: auto;
	display: inline;
	cursor: pointer;
}
.PopupContent 
{
	left: 0 !important;
	 top: 50px !important;
	 width: 100% !important;
	 box-sizing: content-box;
}
.RowDeleted 
{
	text-decoration: line-through;
	opacity:.7;
}
.dp_container 
{
	position: relative;
}
.gx-masked-relative 
{
	position: relative;
}
.GXProgressBar  .progress-bar-title 
{
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
}
.PopupBorder 
{
	background-color: #fff;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-bottom: 28px !important;
	 -webkit-box-sizing: content-box !important;
	 -moz-box-sizing: content-box !important;
	 box-sizing: content-box !important;
}
.PopupShadow 
{
	display: none;
	-webkit-box-sizing: content-box !important;
	 -moz-box-sizing: content-box !important;
	 box-sizing: content-box !important;
}
.WorkWith  .WorkWithTitle 
{
	border-style: none;
	padding-bottom: 9px;
	padding-top: 9px;
}
.WorkWith  .WorkWithFooter 
{
	background-color: #eaeaea;
	padding-bottom: 20px;
	padding-top: 20px;
	height: 40px;
	vertical-align: top;
}
.WorkWith  TR:hover .UpdateAttribute:hover 
{
	background-color: #9ccf70;
}
.WorkWith  TR:hover .DeleteAttribute:hover 
{
	background-color: #f56a67;
}
.WorkWith  TR:hover .UpdateAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR:hover .DeleteAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR:hover .DisplayAttribute:hover 
{
	background-color: #50a0e5;
}
.WorkWith  TR:hover .DisplayAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR:hover .ActionAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR:hover .ActionAttribute:hover 
{
	background-color: #50a0e5;
}
.WorkWith  TR
{
	border-top: 1px solid #efefef;
}
.WorkWith  TR .WWActionColumn  A:focus
{
	outline: none;
}
.WorkWith  TR A:focus .UpdateAttribute 
{
	background-color: #9ccf70;
}
.WorkWith  TR A:focus .DeleteAttribute 
{
	background-color: #f56a67;
}
.BtnEnter:hover 
{
	background-color: #58a449;
	border-width: 0px;
}
.BtnEnter:focus 
{
	background-color: #58a449;
	border-width: 0px;
}
.WWFiltersCell  DIV.calendar
{
	position:static !important;
}
.WWFiltersCell  DIV.calendar TABLE
{
	width: 100%;
	max-width: 320px;
}
.input-group  .form-control:focus + span.input-group-btn > a.btn 
{
	border-bottom-color: #50a0e5;
	border-left-color: #50a0e5;
	border-right-color: #50a0e5;
	border-top-color: #50a0e5;
	border-style: solid;
	border-width: 1px;
	outline: 0 none;
	 box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.input-group  .form-control + span.input-group-btn > a.btn 
{
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group  .FilterAttribute + span.input-group-btn > A.btn 
{
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	padding-bottom: 18px;
	padding-top: 18px;
}
.input-group  .FilterAttribute:focus + span.input-group-btn > a.btn 
{
	border-color: transparent !important;
	 box-shadow: 0 0 0 0 !important;
}
.input-group  .form-control 
{
	width: auto;
	max-width: 100%;
}
.input-group  .FilterAttribute 
{
	width: 100%;
}
.input-group  .FilterAttribute + span.input-group-btn 
{
	width: 1%;
}
.input-group  A.btn
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.input-group  A.btn-default:hover
{
	background-color: white;
}
.input-group  A.btn-default:focus
{
	background-color: white;
}
.WWColumn  .form-control-static 
{
	overflow: hidden;
	min-height: 0px;
	text-overflow: ellipsis;
}
.WWOrderItem  A
{
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	max-width: 100%;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	color: inherit;
	text-overflow: ellipsis;
}
.WWOrderItem  A:hover
{
	text-decoration: none;
	color: inherit;
}
.WWOrderItem  A:focus
{
	text-decoration: none;
	color: inherit;
}
.WWAdvancedLabel  A
{
	overflow: hidden;
	padding-bottom: 15px;
	padding-left: 45px;
	padding-right: 10px;
	padding-top: 16px;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	color: inherit;
	text-overflow: ellipsis;
	outline: none;
}
.WWAdvancedLabel  A STRONG
{
	color: #9ccf70;
}
.WWAdvancedLabel  A STRONG:before
{
	padding-right: 4px;
	font-weight: normal;
	color: #444;
	content: ':';
}
.WWAdvancedLabel  A:hover
{
	color: inherit;
}
.WWAdvancedLabel  A:focus
{
	color: inherit;
}
.WWOrderItemSelected:hover 
{
	color: white;
}
.WWOrderItemSelected:hover  A:hover
{
	color: white;
}
.WWOrderItem:hover 
{
	border-bottom-color: #9ccf70;
	border-left-color: #9ccf70;
	border-right-color: #9ccf70;
	border-top-color: #9ccf70;
	color: #9ccf70;
}
.tab-content 
{
	background-color: #fff;
}
.BtnTextBlock  A
{
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}
.BtnTextBlock  A:focus
{
	color: inherit;
}
.BtnTextBlock  A:hover
{
	color: inherit;
}
.RecentLinksGrid > tbody > tr > td:last-child 
{
	display: block;
}
.RecentLinksGrid > tbody > tr > td:last-child  *.RecentLinkItem:after
{
	content: '';
}
.RecentsTitle  A
{
	display: block;
	text-decoration: none;
	color: inherit;
}
.RecentsTitle  A:focus
{
	text-decoration: none;
	color: inherit;
}
.RecentsTitle  A:hover
{
	text-decoration: none;
	color: inherit;
}
.form-control:focus 
{
	border-bottom-color: #50a0e5;
	border-left-color: #50a0e5;
	border-right-color: #50a0e5;
	border-top-color: #50a0e5;
}
.PopupTitle 
{
	min-height: 40px;
	width: auto;
	display: block;
	cursor: move;
	font-size: 18px;
	color: #337ab7;
	padding-top: 10px !important;
	 padding-left: 20px !important;
}
.TextBlockHeader  A
{
	text-decoration: none;
	color: inherit;
}
.TextBlockHeader  A:focus
{
	text-decoration: none;
	color: inherit;
}
.TextBlockHeader  A:hover
{
	text-decoration: none;
	color: inherit;
}
.PopupBorder > div:last-child 
{
	margin-top: 20px !important;
}
.PromptGrid  .PromptGridTitle 
{
	border-style: none;
	padding-bottom: 9px;
	padding-top: 9px;
}
.PromptGrid  .PromptGridFooter 
{
	height: 40px;
	vertical-align: top;
}
.PopupHeaderButton:after 
{
	cursor: pointer;
	font-family: Arial,sans-serif;
	font-size: 33px;
	color: #545454;
	text-align: center;
	content: "×";
	 line-height: 36px;
	 opacity: .6;
}
.PopupHeaderButton:hover:after 
{
	color: #000;
	opacity: 1;
}
.GridFooter 
{
	background-color: #eaeaea;
	padding-bottom: 20px;
	padding-top: 20px;
	height: 40px;
	vertical-align: top;
}
.GridTitle 
{
	border-style: none;
	padding-bottom: 9px;
	padding-top: 9px;
}
.TrnSublevelGridFooter 
{
	background-color: #eaeaea;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	vertical-align: top;
}
.FilterAttribute:focus 
{
	box-shadow: 0px 0px 0px 0px;
}
.ErrorViewerBullet  .gx-warning-message 
{
	background-image: url(../FlatDNH/WarningIcon.png);
	color: #fdae45;
}
.ErrorViewerBullet  .gx-error-message 
{
	background-image: url(../FlatDNH/ErrorIcon.png);
	color: #f56a67;
}
.form-control-static 
{
	height: auto;
	padding-top:0px !important;
	 padding-bottom:0px !important;
	 min-height:0px !important;
}
.control-label 
{
	height: 36px;
}
.ViewGridCell  .FilterAttribute 
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top: -1px;
	border-top: 1px solid #EAEAEA;
}
.ViewGridCellAdvanced  .FilterAttribute 
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top: -1px;
	border-top: 1px solid #EAEAEA;
}
.ViewGridCellAdvanced  .BtnToggle 
{
	margin-right: 8px;
	margin-top: 0px;
}
.ViewAdvancedBarCell  .AdvancedContainer 
{
	left: -215px;
	top: 0px;
}
.ViewAdvancedBarCell  .AdvancedContainerVisible 
{
	left: 15px;
}
.input-group-btn 
{
	width: auto;
}
.RecentLinksGrid > .row > div 
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: auto;
}
.RecentLinksGrid > div.row > div:last-child  *.RecentLinkItem:after
{
	content: '';
}
.CeldaPasoNormal::after 
{
	content: " ";
	 display: block;
	 width: 0;
	 height: 0;
	 border-top: 32px solid transparent;
	 border-bottom: 32px solid transparent;
	 border-left: 24px solid #F5F5F5;
	 position: absolute;
	 top: 50%;
	 margin-top: -33px;
	 left: 100%;
	 z-index: 2;
}
.CeldaPasoNormal::before 
{
	content: " ";
	 display: block;
	 width: 0;
	 height: 0;
	 border-top: 32px solid transparent;
	 border-bottom: 32px solid transparent;
	 border-left: 24px solid #DCDCDC;
	 position: absolute;
	 top: 50%;
	 margin-top: -33px;
	 margin-left: 1px;
	 left: 100%;
	 z-index: 1;
}
.CeldaPasoActual::after 
{
	content: " ";
	 display: block;
	 width: 0;
	 height: 0;
	 border-top: 32px solid transparent;
	 border-bottom: 32px solid transparent;
	 border-left: 24px solid #E2E9EF;
	 position: absolute;
	 top: 50%;
	 margin-top: -33px;
	 left: 100%;
	 z-index: 2;
}
.CeldaPasoActual::before 
{
	content: " ";
	 display: block;
	 width: 0;
	 height: 0;
	 border-top: 32px solid transparent;
	 border-bottom: 32px solid transparent;
	 border-left: 24px solid #DCDCDC;
	 position: absolute;
	 top: 50%;
	 margin-top: -33px;
	 margin-left: 1px;
	 left: 100%;
	 z-index: 1;
}
.inputs 
{
	margin-bottom: 5px;
	border-radius: 0px !important;
	 height:35px !important;
}
.form-group 
{
	margin-bottom:8px !important;
}
.Button:hover 
{
	background-color: #296192;
	color: #fff;
}
.Button:active 
{
	background-color: #296192;
	color: #fff;
	box-shadow: 0 3px 0 #1A2F5A;
	 background-color:#296192 !important;
}
.btn-default 
{
	color: #fff;
	box-shadow: 0 3px 0 #1A2F5A;
	 background-color:#337ab7 !important;
	 color: #FFF !important;
	 transition: background-color .5s !important;
}
.btn-default:hover 
{
	background-color: #296192;
	color: #fff;
}
.Popup_Imagen 
{
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: 1px;
}
.TextBlock_imprimir  A
{
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #014a86;
}
.DL_BotonPaginado  A
{
	background-color: #f3f3f3;
	border-bottom: 1px solid #ddd;;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-left: 2px;
	margin-right: 2px;
	padding-bottom: 7px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 7px;
	display: block;
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	transition: background-color .35s, color .35s;
}
.DL_BotonPaginado  A:hover
{
	background-color: #fcd649;
}
.DL_BotonPaginado  A:focus
{
	outline: 2px solid #ffbf47;
}
.Texto_Paginado 
{
	margin-bottom: 5px;
	font-weight: normal;
	text-align: center;
	display:block !important;
}
.DL_BotonPaginadoActivo  A
{
	background-color: #0060a3;
	border-bottom: 1px solid #ddd;;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-left: 2px;
	margin-right: 2px;
	padding-bottom: 7px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 7px;
	display: block;
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	transition: background-color .35s, color .35s;
}
.DL_BotonPaginadoActivo  A:focus
{
	outline: 2px solid #ffbf47;
}
.alinear_centro 
{
	margin: 0 auto;
}
.cuadro_imagen 
{
	height: 165px;
}
.dlIframeLimpiar iframe 
{
	border: 1px solid #ccc;
	 border-radius: 8px;
}
.dlGrillaAmarras 
{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #e4e5e5;
}
.dlGrillaAmarrasTitle 
{
	height: 40px;
	border-right: 1px solid #e4e5e5;
}
..dlGrillaAmarras thead tr 
{
	background-color: #f4f4f5;
}
.dlButtonReserva 
{
	margin-top: 12px;
	height: 40px;
	width: 100%;
	box-shadow: 0 3px 0 #1A2F5A;
	 border:none !important;
	transition:background-color .5s !important;
	 color: #FFF !important;
	 font-family: Arial !important;
	 background-color: #337ab7 !important;
}
.dlMensajeInfo_txtBold 
{
	font-weight: bold;
	color: #0c5460;
}
.dlMensajeInfo_txt 
{
	color: #0c5460;
}
.dlGrillaAmarras thead 
{
	background-color: #f4f4f5;
	border-bottom-color: #e4e5e5;
	border-left-color: #e4e5e5;
	border-right-color: #e4e5e5;
	border-top-color: #e4e5e5;
	border-style: solid;
	border-width: 1px;
}
.dlGrillaAmarrasOdd 
{
	height: 30px;
	border-top: 1px solid #e4e5e5;
}
.ReadonlydlAmarrasReservaTotal 
{
	padding-top: 7px;
	display: block;
	text-align: right;
}
.dlMarginBottom_18 
{
	margin-bottom: 18px;
}
.K2BT_DateRangeFilterField 
{
	background-image: url(../calendario.png);
	background-position: center right 8px;
	background-repeat: no-repeat;
	padding-top: 10px;
	font-size: 14px;
	background-size: 22px;
}
.gx-label.inputsLabel:after 
{
	font-size: 12px;
	font-weight: normal;
}
.dlContenedorBotones 
{
	margin-top: 12px;
	width: 100%;
}
.dlContenedorDatosAgenda .btn-default 
{
	box-shadow: none !important;
	 background-color: #FFF !important;
	 padding: 6px 12px !important;
}
.inputsErrorLabel:after 
{
	text-align: left !important;
	 line-height:1.2;
	  font-family: Arial, Helvetica !important;
	 font-size: 13px !important;
	 height: auto !important;
	 font-weight: normal !important;
}
.inputsError:focus 
{
	border-bottom-color: #e3c4c4;
	border-left-color: #e3c4c4;
	border-right-color: #e3c4c4;
	border-top-color: #e3c4c4;
	box-shadow: inset 0 1px 1px #E3C4C4,0 0 8px #E3C4C4;
	 transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
}
.dlContenedorPaso4 .inputsLabel 
{
	padding-top: 0px !important;
	 line-height: 2;
}
BODY
{
	height: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
HTML
{
	height: 100%;
}
DIV.suggestions
{
	background-color: white;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	box-shadow: 2px 2px 5px #a1a1a1;
	position: absolute;
	-moz-box-sizing: border-box;
	font-size: 14px;
}
DIV.suggestions DIV
{
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 14px;
	padding-top: 7px;
	cursor: default;
}
DIV.suggestions DIV.current
{
	background-color: #efefef;
}
UL.Tabs
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style-type: none;
}
UL.Tabs LI.Tab
{
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
UL.Tabs LI.Tab A
{
	display: block;
	text-decoration: none;
}
UL.Tabs LI.Tab SPAN
{
	display: block;
}
UL.Tabs LI.Tab SPAN.TabBackground
{
	overflow: hidden;
}
UL.Tabs LI.Tab SPAN.TabText
{
	white-space: nowrap;
}
DIV.gx-multimedia-upload
{
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: 1px;
	position: relative;
	height: 72px;
	width: 128px;
	display: block;
	text-align: center;
	line-height:68px;
}
DIV.gx-multimedia-upload A.gx-multimedia-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-left: auto;
	margin-right: auto;
	display: block;
}
DIV.gx-multimedia-upload *
{
	text-align: left;
	line-height:normal;
}
DIV.gx-multimedia-upload DIV.fields-ct
{
	background-color: white;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding-left: 5px;
	height: 100%;
	display: none;
	white-space: nowrap;
}
DIV.gx-multimedia-upload A.action
{
	background-color: #666;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	font-family: "Open Sans Semibold";
	font-size: 13px;
	color: white;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	line-height:15px;
	-ms-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
}
DIV.gx-multimedia-upload A.change-action
{
	background-color: #9ccf70;
	background-image: url(../FlatDNH/MultimediaEdit.png);
	background-position: 4px center;
	background-repeat: no-repeat;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 8px;
	padding-top: 6px;
	right: 26px;
}
DIV.gx-multimedia-upload A.clear-action
{
	background-color: #f56a67;
	background-image: url(../MultimediaClear.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 14px;
	padding-left: 13px;
	padding-right: 12px;
	padding-top: 13px;
	right: 0px;
}
DIV.gx-multimedia-upload A.action:focus
{
	text-decoration: underline;
	opacity:.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
DIV.gx-multimedia-upload INPUT.field
{
	width: 300px;
	display: none;
}
DIV.gx-multimedia-upload INPUT.field-selected
{
	display: block;
}
DIV.gx-multimedia-upload LABEL.option
{
	cursor: pointer;
}
DIV.gx-multimedia-upload LABEL.option INPUT
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 3px;
	margin-top: 0px;
	cursor: pointer;
}
DIV.gx-multimedia-upload INPUT.Button
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
DIV.gx-multimedia-upload IMG
{
	padding-bottom: 2px;
	padding-top: 2px;
	height: auto;
	max-height: 68px;
	max-width: 124px;
	vertical-align: middle;
}
DIV.gx-multimedia-upload A SPAN
{
	background-position: center center;
	background-repeat: no-repeat;
	height: 68px;
	width: 124px;
	color: transparent;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty
{
	display: block;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-download-placeholder
{
	opacity:1;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN
{
	display: block;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty IMG
{
	display: none;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-image-placeholder
{
	background-image: url(../FlatDNH/PlaceHolderImage.png);
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-video-placeholder
{
	background-image: url(../FlatDNH/PlaceHolderVideo.png);
	opacity:1;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-audio-placeholder
{
	background-image: url(../FlatDNH/PlaceHolderAudio.png);
	opacity:1;
}
DIV.gx-multimedia-upload INPUT.BtnEnter
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
DIV.gx-multimedia-upload:hover A.action
{
	display: block;
	text-decoration: none;
	opacity:.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
DIV.gx-multimedia-upload:hover A.action:hover
{
	text-decoration: none;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
DIV.gx-multimedia-upload:hover A.action:focus
{
	text-decoration: none;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
A:not([href]) SPAN.gx-download-placeholder
{
	opacity:.5;
}
A:not([href]) SPAN.gx-video-placeholder
{
	opacity:.5;
}
A:not([href]) SPAN.gx-audio-placeholder
{
	opacity:.5;
}
DIV.gx-mask
{
	background-color: black;
	bottom: 0px;
	left: 0px;
	position: fixed;
	top: 0px;
	z-index: 1000;
	height: 100%;
	width: 100%;
	animation: entermask 1s;
	-webkit-animation: entermask 1s;
	-ms-filter:"alpha(opacity=20)";
	opacity:.20;
}
DIV.gx-unmask
{
	background-color: transparent;
	animation: leavemask .3s;
	-webkit-animation: leavemask .3s;
}
BODY.gx-masked DIV.gx-mask
{
	bottom: 0px;
	position: fixed;
}
BODY.gx-form-disabled
{
	backface-visibility: inherit !important;
	 -webkit-backface-visibility: inherit !important;
	 -moz-backface-visibility: inherit !important;
	 -ms-backface-visibility: inherit !important;
	 -o-backface-visibility: inherit !important;
	 transform-style: inherit !important;
	 -webkit-transform-style: inherit !important;
	 -moz-style: inherit !important;
	 -ms-transform-style: inherit !important;
	 -o-transform-style: inherit !important;
}
BODY.gx-form-disabled DIV.gx-content-placeholder
{
	perspective: inherit !important;
	 -webkit-perspective: inherit !important;
	 -moz-perspective: inherit !important;
	 -ms-perspective: inherit !important;
	 -o-perspective: inherit !important;
}
BODY.gx-form-disabled DIV.gx-ct-body
{
	backface-visibility: inherit !important;
	 -webkit-backface-visibility: inherit !important;
	 -moz-backface-visibility: inherit !important;
	 -ms-backface-visibility: inherit !important;
	 -o-backface-visibility: inherit !important;
	 transform-style: inherit !important;
	 -webkit-transform-style: inherit !important;
	 -moz-style: inherit !important;
	 -ms-transform-style: inherit !important;
	 -o-transform-style: inherit !important;
}
BODY.gx-form-disabled DIV.gxwebcomponent-body
{
	backface-visibility: inherit !important;
	 -webkit-backface-visibility: inherit !important;
	 -moz-backface-visibility: inherit !important;
	 -ms-backface-visibility: inherit !important;
	 -o-backface-visibility: inherit !important;
	 transform-style: inherit !important;
	 -webkit-transform-style: inherit !important;
	 -moz-style: inherit !important;
	 -ms-transform-style: inherit !important;
	 -o-transform-style: inherit !important;
}
DIV.calendar .calendar-nav 
{
	font-weight: normal;
}
DIV.calendar .calendarbutton 
{
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
DIV.calendar .calendarcombo 
{
	background-color: #efefef;
}
DIV.calendar .calendarcombo  .label 
{
	padding-bottom: 2px;
	padding-top: 2px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #a1a1a1;
}
DIV.calendar TABLE
{
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	font-family: "Open Sans Regular";
	font-size: 13px;
	color: #a1a1a1;
	border-collapse: collapse;
	 table-layout: fixed;
}
DIV.calendar TABLE THEAD .calendartitle 
{
	font-family: "Open Sans Semibold";
	font-size: 14px;
	font-weight: normal;
	color: #444;
}
DIV.calendar TABLE THEAD .name 
{
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-family: "Open Sans Extrabold";
	font-weight: normal;
	color: #a1a1a1;
	line-height: 28px;
}
DIV.calendar TABLE THEAD .daynames 
{
	background-color: #eaeaea;
	border-top: 1px solid #EFEFEF;
}
DIV.calendar TABLE THEAD TR:first-child
{
	background-color: transparent;
}
DIV.calendar TABLE THEAD TR.headrow
{
	background-color: transparent;
}
DIV.calendar TABLE TBODY
{
	background-color: #eaeaea;
}
DIV.calendar TABLE TBODY .day 
{
	background-color: transparent;
	background-image: none;
	border-width: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
}
DIV.calendar TABLE TBODY TD.selected
{
	background-color: #9ccf70;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}
DIV.calendar TD.time .hour 
{
	background-color: white;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
}
DIV.calendar TD.time .minute 
{
	background-color: white;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
}
DIV.calendar TD.time .ampm 
{
	background-color: white;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #efefef;
	border-top-color: #efefef;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
}
A
{
	text-decoration: underline;
	color: #50a0e5;
}
A:hover
{
	text-decoration: none;
	color: #50a0e5;
}
A:focus
{
	text-decoration: none;
	color: #0071bc;
}
UL.nav-tabs
{
	background-color: #f9f9f9;
	border-bottom-color: #efefef;
}
UL.nav-tabs LI A
{
	border-left-color: #fff;
	border-right-color: #efefef;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	cursor: pointer;
	text-decoration: none;
	color: #a1a1a1;
	border-top-width: 0;
}
UL.nav-tabs LI.active A
{
	border-left-color: #fff;
	border-right-color: #efefef;
	cursor: default;
	color: #9ccf70;
	border-top-width: 0;
}
UL.nav-tabs LI.active A:focus
{
	border-left-color: #fff;
	border-right-color: #efefef;
	color: #9ccf70;
	border-top-width: 0;
}
UL.nav-tabs LI.active A:hover
{
	border-left-color: #fff;
	border-right-color: #efefef;
	color: #9ccf70;
	border-top-width: 0;
}
UL.nav-tabs LI:last-child A
{
	border-top-right-radius: 4px;
	border-right-width: 0;
}
UL.nav-tabs LI.active:last-child A
{
	border-right-width: 1px;
}
UL.nav-tabs LI:first-child A
{
	border-top-left-radius: 4px;
}
*.RecentLinkItem:after
{
	padding-left: 5px;
	content: '—';
}
DIV.gx-action-group
{
	margin-bottom: 15px;
}
HTML.ie10 .WWColumn 
{
	width: auto;
}
HTML.ie10 .WWOptionalColumn 
{
	width: auto;
}
TD.gx-attribute .form-control 
{
	display: inline-block;
}
#gx_ajax_notification
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: absolute;
	top: 21px;
	z-index: 999;
	height: 20px;
	width: 100%;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
.dlLinkSeleccionarEmbarcacion A 
{
	padding-top: 8px;
	display: block;
	font-size: 12px;
}
.Readonlyinputs 
{
	background-color: #efefef;
	background-image: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	height: 35px;
	width: 100%;
	display: block;
	cursor: not-allowed;
	font-size: 12px;
	color: #555;
	border:1px solid #ccc;
	line-height:1.42857143;
}
.dlOcultarDosPuntosLabel 
{
	display: none;
}
.dlContenedorPaso4 .Readonlyinputs 
{
	background-color: #fff;
	padding-bottom: 0px;
	padding-top: 2px;
	height: auto;
	cursor: auto;
	border: none;
}
.gx-label.dlRequeridoLabel:after 
{
	color: #f00;
	content: ": *" !important;
}
.ReadonlydlMensajeInfo_txt 
{
	color: #0c5460;
}
.inputEspera 
{
	margin-bottom: 5px;
	border-radius: 0px !important;
	 height:35px !important;
}
.ReadonlyinputEspera 
{
	background-color: #ebf3e6;
	background-image: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 6px;
	height: 35px;
	display: block;
	cursor: not-allowed;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	width: fit-content;
	 border:1px solid #bfd7b7;
	 line-height:1.42857143;
}
.inputEsperaLabel 
{
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-align: left !important;
	 line-height:1.2;
	  font-family: Arial, Helvetica !important;
	 font-size: 13px !important;
	 height: auto !important;
	 font-weight: normal !important;
}
.inputEsperaLabel::after 
{
	font-weight: normal !important;
	 font-size: 13px !important;
}
@font-face
{
	font-family: 'Open Sans Regular';
	src: url('OpenSans-Regular.woff');
	font-weight: 400;
}
@font-face
{
	font-family: 'Open Sans Semibold';
	src: url('OpenSans-Semibold.woff');
	font-weight: 600;
}
@font-face
{
	font-family: 'Open Sans Bold';
	src: url('OpenSans-Bold.woff');
	font-weight: 700;
}
@font-face
{
	font-family: 'Open Sans Extrabold';
	src: url('OpenSans-Extrabold.woff');
	font-weight: 800;
}

@media (max-width: 768px) /*Celulares*/
{
	.AttributeDatosPersona
	{
		height: auto;
		line-height:0px !important;
	}
	.ReadonlyAttributeDatosPersona
	{
		line-height: 0px;
	}
	.LabelDatosPersona,.gx-label.AttributeDatosPersonaLabel,.gx-label.AttributeDatosPersonaLabelLabel,.gx-label.ReadonlyAttributeDatosPersonaLabel
	{
		line-height:0px !important;
		 width: auto !important;
	}
	.LabelDatosPersona:after,.gx-label.AttributeDatosPersonaLabel:after,.gx-label.AttributeDatosPersonaLabelLabel:after,.gx-label.ReadonlyAttributeDatosPersonaLabel:after
	{
		line-height:0px !important;
		width: auto !important;
	}

	.AttributeDatosPersonaLabel 
	{
		height:0px !important;
		  margin-top:15px;
	}
	.OcultarNumero 
	{
		display: none !important;
	}
}
/* [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;
}

.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] */
