﻿/* [gx-css-import ignore - start] */
.BaseRBtn{
	display:inline-block;
}
.BaseRBtn span, .RoundedBtn input{
	display:block;
	float: left;
}
.BaseRBtn .BtnLeft{
	background: transparent no-repeat scroll 0 0;
}
.BaseRBtn .BtnRight{
	background: transparent no-repeat scroll right 0;
}
.BaseRBtn .BtnBackground{
	overflow:hidden;
	background: transparent repeat-x scroll;
}
.BaseRBtn .BtnText{
	border: 0px;
	background: transparent;
	margin:0;
	white-space:nowrap;
	width:auto;
	overflow:visible;
}
/* [gx-css-import ignore - end] */
.GridRow,.WorkWithRowSelected,.WorkWithRowHover,.GridRowSelected,.WorkWith>TBODY>TR[data-gxselected][data-gxrow],.PromptGrid>TBODY>TR[data-gxselected][data-gxrow],.ViewGrid>TBODY>TR[data-gxselected][data-gxrow],.WorkWithSelection>TBODY>TR[data-gxselected][data-gxrow],.GridRowMove,.WorkWith>TBODY>TR[data-gxrow]:hover,.PromptGrid>TBODY>TR[data-gxrow]:hover,.ViewGrid>TBODY>TR[data-gxrow]:hover,.WorkWithSelection>TBODY>TR[data-gxrow]:hover,.GridRowGris
{
	border-style: none;
	border-width: 0px;
}
.GridRowSelected,.WorkWith>TBODY>TR[data-gxselected][data-gxrow],.PromptGrid>TBODY>TR[data-gxselected][data-gxrow],.ViewGrid>TBODY>TR[data-gxselected][data-gxrow],.WorkWithSelection>TBODY>TR[data-gxselected][data-gxrow]
{
	background-color: lightskyblue;
	border-bottom: 1px;
}
.GridRowMove,.WorkWith>TBODY>TR[data-gxrow]:hover,.PromptGrid>TBODY>TR[data-gxrow]:hover,.ViewGrid>TBODY>TR[data-gxrow]:hover,.WorkWithSelection>TBODY>TR[data-gxrow]:hover
{
	border-bottom: 1px;
}
.GridRowGris
{
	background-color: lightgray;
}
.Tab,.WWTab
{
	border-style: none;
	border-width: 0px;
}
.TabPage,.WWTabPage,.WWTabPageSelected,.WWTabPageHovered,.WWFirstTabPage
{
	border-style: none;
	border-width: 0px;
}
.EmbeddedPage
{
	border-style: none;
	border-width: 0px;
}
.ErrorViewerLine
{
	border-style: none;
	border-width: 0px;
}
.GridColumn,.ActionColumn,.WWColumn,.WWSecondaryColumn,.WWTextActionColumn,.WWColumnBold,.WWColumnItalic,.WWColumnLineThrough,.WWColumnUnderline,.WWActionColumn,.WWOptionalColumn,.WWActionGroupColumn,.WWColumnGreen,.WWColumnRed,.WWColumnOrange,.WWColumnGray,.WWColumnBlue,.OptionalColumn
{
	border-style: none;
	border-width: 0px;
}
.ActionColumn
{
	width: 36px;
}
.WWColumn,.WWSecondaryColumn,.WWTextActionColumn,.WWColumnBold,.WWColumnItalic,.WWColumnLineThrough,.WWColumnUnderline,.WWActionColumn,.WWOptionalColumn,.WWActionGroupColumn,.WWColumnGreen,.WWColumnRed,.WWColumnOrange,.WWColumnGray,.WWColumnBlue
{
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
}
.WWActionColumn
{
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	width: 52px !important;
}
.WWOptionalColumn
{
	padding-bottom: 9px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	visibility: visible;
}
.WWColumnGreen
{
	background-color: #dff0d8;
}
.WWColumnRed
{
	background-color: #f2dede;
}
.WWColumnOrange
{
	background-color: #faf2cc;
}
.WWColumnGray
{
	background-color: #f5f5f5;
}
.WWColumnBlue
{
	background-color: #e0f1ff;
}
.TableRow,.TableRowGris
{
	border-style: none;
	border-width: 0px;
}
.TableRowGris
{
	background-color: lightgray;
}
.TableCell
{
	border-style: none;
	border-width: 0px;
}
.Popup,.Form .gx-popup.gx-popup-default,.CoberturaD .gx-popup.gx-popup-default
{
	border-style: none;
	border-width: 0px;
	-moz-box-sizing: content-box;
}
.CallTarget,.ResponsiveSlide .gx-call-target.top,.Form .gx-call-target.top,.CoberturaD .gx-call-target.top,.ResponsiveSlide .gx-call-target.right,.Form .gx-call-target.right,.CoberturaD .gx-call-target.right,.ResponsiveSlide .gx-call-target.bottom,.Form .gx-call-target.bottom,.CoberturaD .gx-call-target.bottom,.ResponsiveSlide .gx-call-target.left,.Form .gx-call-target.left,.CoberturaD .gx-call-target.left
{
	background-color: white;
	border-style: none;
	border-width: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding-left: 15px;
	padding-right: 15px;
}
/* [gx-css-import ignore - start] */

.NavigationStyle #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.NavigationStyle .gx-call-target {
	overflow: auto;
}

.NavigationStyle .gx-center-target {
	display: table-cell;
}

.NavigationStyle .gx-call-target.top {
	height: 15vh;
}

.NavigationStyle .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.NavigationStyle .gx-call-target.bottom {
	height: 10vh;
}

.NavigationStyle .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.ResponsiveSlide #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.ResponsiveSlide .gx-call-target {
	overflow: auto;
}

.ResponsiveSlide .gx-center-target {
	display: table-cell;
}

.ResponsiveSlide .gx-call-target.top {
	height: 15vh;
}

.ResponsiveSlide .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.ResponsiveSlide .gx-call-target.bottom {
	height: 10vh;
}

.ResponsiveSlide .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.Form #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.Form .gx-call-target {
	overflow: auto;
}

.Form .gx-center-target {
	display: table-cell;
}

.Form .gx-call-target.top {
	height: 15vh;
}

.Form .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.Form .gx-call-target.bottom {
	height: 10vh;
}

.Form .gx-call-target.left {
	display: table-cell;
	width: 400px;
}


.CoberturaD #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.CoberturaD .gx-call-target {
	overflow: auto;
}

.CoberturaD .gx-center-target {
	display: table-cell;
}

.CoberturaD .gx-call-target.top {
	height: 15vh;
}

.CoberturaD .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.CoberturaD .gx-call-target.bottom {
	height: 10vh;
}

.CoberturaD .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;
}


.CoberturaD #gx-column-targets {
	display: table;
	width: 100%;
	height: calc(100vh - 15vh - 10vh);
	table-layout: fixed;
}

.CoberturaD .gx-call-target {
	overflow: auto;
}

.CoberturaD .gx-center-target {
	display: table-cell;
}

.CoberturaD .gx-call-target.top {
	height: 15vh;
}

.CoberturaD .gx-call-target.right {
	display: table-cell;
	width: 400px;
}

.CoberturaD .gx-call-target.bottom {
	height: 10vh;
}

.CoberturaD .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;
}
.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';
}
.QueryViewer-card .upward-trend
{
background-image:url(../../QueryViewer/UpwardTrend.png);
background-size: 100% 100%;
}
.QueryViewer-card .downward-trend
{
background-image:url(../../QueryViewer/DownwardTrend.png);
background-size: 100% 100%;
}
.QueryViewer-card .sideward-trend
{
background-image:url(../../QueryViewer/SidewardTrend.png);
background-size: 100% 100%;
}
.QueryViewer-card .element-value
{
font-size: 36px;
line-height:normal;
}
.QueryViewer-card .element-time
{
font-style: italic;
}
.QueryViewer-card .max-and-min-value
{
font-size: 18px;
line-height:normal;
}
.QueryViewer-card .max-and-min-time
{
font-style: italic;
}
.gx-switch-Switch .on
{
	background-color: #5cb85c !important;
	color: #fff !important;
}
.gx-switch-Switch .off
{
	background-color: #eee !important;
	color: #000 !important;
}
.Section,.CellPadding10px,.CellGridPolizas,.TabContainer,.OrdersCell,.ToggleCell,.ToolbarCellClass,.HeaderLine,.gx-navbar-inner,.ContentPlace,.ReservedSpaceCell,.FormCell,.FormCellSimple,.FormCellAdvanced,.SubtitleContainer,.TopLeftSeparateCell,.PopupSections,.PopupContent,.Popup > div.gx-popup-content,.Form .gx-popup.gx-popup-default > div.gx-popup-content,.CoberturaD .gx-popup.gx-popup-default > div.gx-popup-content,.PopupHeader,.Popup > div.gx-popup-header,.Form .gx-popup.gx-popup-default > div.gx-popup-header,.CoberturaD .gx-popup.gx-popup-default > div.gx-popup-header,.WWTabStrip,.WWActionGroupList,.FilterSearchAttributeSelectorClass,.DateFilterSearchAttributeSelectorClass,.CellTableContentHolder,.MasterHeaderCell,.CellViewTab,.ColumnSettingsContainer,.ColumnSettingsRangeContainer,.ColumnSettingsRangeContainerDiv,.ColumnSettingsRangeContainerSpan,.CellAssociationAttributeTitle,.PieTablaDatos,.CeldaAlineadoSuperior,.WWGridCell,.ViewGridCell,.ViewGridCellAdvanced,.WWGridCellExpanded,.espacioArriba,.Bienvenido,.PieTituloLinea,.SectionFSData,.MergeLabelCell,.CellWidthAuto,.WWActionsCell,.ViewActionsCell,.ViewGridActionsCell,.ViewActionsBackCell,.WWFiltersCell,.WWFiltersCellCollapsed,.WWAdvancedBarCell,.ViewAdvancedBarCell,.PromptAdvancedBarCell,.VerticalCenteredCell,.MasterCellLeft,.CellMarginTop,.CellMarginTopAssociationButtons,.WorkWithCell,.ShowMenuImageCell,.CellAlignRight,.CellAlignRightWithMargin,.CellMenuIcon,.CellMarginTopInExtraSmall,.DataContentCell,.DataContentCell_TB2_100,.DataContentCellLogin,.RequiredDataContentCell,.DataContentCellView,.LabelCell,.CellMarginLeft,.CellViewTextBlockTitle,.CellViewAttributeTitle,.CellViewTableTitle,.CellTextBlockTitleWWP,.CellPaddingBottom,.CellFloatRight,.CellTableAssociationButtons,.CellTableLeftAssociation,.CellTableRightAssociation,.TableSuborLevelCell,.ExportOptionsPanellCell,.AssociationTitleCell,.CellNoMarginBottom,.CellAlignTop,.CellAlignTopPaddingTop2,.CellAlignTopPaddingTop10,.CellAlignTopPaddingTop5,.CellAlignCenter,.CellPaddingLeft10,.CellWidth_6_25,.CellWidth_12_5,.CellWidth_93_75,.CellWidth_87_5,.StepNumberBulletCell,.PromptFiltersCell,.FSLineSeparatorCell,.StepNumberCell,.StepContainerCell,.TableStepNumberCell,.AttributeStepCell,.AttributeStepBulletCell,.TextBlockWizardDescriptionCell,.CellTotalizer,.WWColumnFirstColumn,.WWColumnRedFirstColumn,.WWColumnRedSingleCell,.WWColumnOrangeFirstColumn,.WWColumnOrangeSingleCell,.WWColumnGreenFirstColumn,.WWColumnGreenSingleCell,.WWColumnGrayFirstColumn,.WWColumnGraySingleCell,.WWColumnBlueFirstColumn,.WWColumnBlueSingleCell,.PaginationBar,.PaginationBarEmptyGrid,.CellAlignLeftWithMargin,.Espacio,.CeldaFondoGris,.espacioArribax2,.CellData,.CellPading10px
{
	border-style: none;
	border-width: 0px;
}
.CellPadding10px
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.CellGridPolizas
{
	width: 70rem;
}
.espacioArriba
{
	margin-top: 10px;
}
.Bienvenido
{
	margin-top: 15px;
	text-align: right;
}
.PieTituloLinea
{
	border-bottom: 1px solid #222;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.SectionFSData
{
	max-height: 300px;
	overflow-y: scroll;
}
.MergeLabelCell
{
	padding-right: 0px;
	padding-top: 7px;
	text-align: right;
}
.CellWidthAuto
{
	width: auto;
}
.WWActionsCell,.ViewActionsCell,.ViewGridActionsCell,.ViewActionsBackCell
{
	text-align: right;
}
.WWFiltersCell,.WWFiltersCellCollapsed
{
	padding-bottom: 15px;
}
.WWAdvancedBarCell,.ViewAdvancedBarCell,.PromptAdvancedBarCell
{
	border-right: 1px;
	padding-right: 0px;
}
.VerticalCenteredCell
{
	float: none;
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.MasterCellLeft
{
	border-bottom: 0px;
	border-left: 0px;
	border-right: 1px;
	border-style: solid;
	border-top: 0px;
	padding-right: 15px;
	width: 240px;
	border-right-color: #D3D3D3 !important;
}
.CellMarginTop,.CellMarginTopAssociationButtons
{
	margin-top: 15px;
}
.ShowMenuImageCell
{
	padding-top: 9px;
}
.CellAlignRight
{
	text-align: right;
}
.CellAlignRightWithMargin
{
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
	width: auto;
}
.CellMenuIcon
{
	left: 175px;
	padding-top: 3px;
	position: absolute;
}
.DataContentCell,.DataContentCell_TB2_100,.DataContentCellLogin,.RequiredDataContentCell,.DataContentCellView,.LabelCell
{
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 2px;
	white-space: nowrap;
	vertical-align: middle;
}
.DataContentCellLogin
{
	padding-left: 0px;
}
.RequiredDataContentCell
{
	background-image: none;
	background-repeat: no-repeat;
}
.DataContentCellView
{
	white-space: normal;
}
.LabelCell
{
	margin-bottom: 15px;
	padding-top: 7px;
	text-align: right;
}
.CellMarginLeft
{
	margin-left: 10px;
}
.CellViewTextBlockTitle
{
	padding-right: 0px;
	padding-top: 4px;
}
.CellViewAttributeTitle
{
	padding-left: 0px;
}
.CellViewTableTitle
{
	padding-bottom: 15px;
}
.CellTextBlockTitleWWP
{
	background-color: #f7f7f7;
	border-bottom: 1px;
	border-bottom-color: #ddd;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-top: 1px;
	border-top-style:solid;
	 border-top-color: #DDD;
}
.CellPaddingBottom
{
	border-top-color: #ddd;
	border-style: solid;
	padding-bottom: 15px;
	border-top-width:1px;
}
.CellFloatRight
{
	float: right;
}
.CellTableAssociationButtons
{
	background-color: #f2f2f2;
	padding-bottom: 103px;
	padding-right: 5px;
	padding-top: 88px;
	text-align: center;
}
.CellTableLeftAssociation
{
	background-color: #f2f2f2;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 10px;
}
.CellTableRightAssociation
{
	background-color: #f2f2f2;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 10px;
	margin-right: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-top: 10px;
}
.TableSuborLevelCell
{
	padding-top: 10px;
}
.ExportOptionsPanellCell
{
	margin-left: 20px;
	padding-top: 10px;
}
.AssociationTitleCell
{
	padding-right: 3pt;
	height: 25px;
	white-space: nowrap;
	vertical-align: middle;
}
.CellNoMarginBottom
{
	margin-bottom: 0px;
}
.CellAlignTop,.CellAlignTopPaddingTop2,.CellAlignTopPaddingTop10,.CellAlignTopPaddingTop5
{
	vertical-align: top;
}
.CellAlignTopPaddingTop10
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.CellAlignTopPaddingTop5
{
	padding-top: 5px;
}
.CellAlignCenter
{
	text-align: center;
}
.CellPaddingLeft10
{
	padding-left:10px !important;
}
.CellWidth_6_25
{
	width: 6.25%;
}
.CellWidth_12_5
{
	width: 12.5%;
}
.CellWidth_93_75
{
	width: 83.75%;
}
.CellWidth_87_5
{
	width: 87.5%;
}
.StepNumberBulletCell
{
	padding-top: 4px;
	text-align: center;
}
.PromptFiltersCell
{
	padding-bottom: 10px;
	padding-top: 10px;
}
.FSLineSeparatorCell
{
	border-bottom: 1px;
	border-bottom-color: #e5e5e5;
	border-style: solid;
	padding-bottom: 5px;
	padding-top: 5px;
}
.StepNumberCell
{
	padding-top: 1.5px;
}
.StepContainerCell
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.TableStepNumberCell
{
	padding-left:15px !important;
	padding-right:5px !important;
}
.AttributeStepCell
{
	height: 60px;
	padding-right:15px !important;
}
.AttributeStepBulletCell
{
	padding-top: 5px;
	text-align: center;
}
.TextBlockWizardDescriptionCell
{
	padding-top: 20px;
}
.CellTotalizer
{
	height: 40px;
	text-align: right;
}
.WWColumnFirstColumn,.WWColumnRedFirstColumn,.WWColumnRedSingleCell,.WWColumnOrangeFirstColumn,.WWColumnOrangeSingleCell,.WWColumnGreenFirstColumn,.WWColumnGreenSingleCell,.WWColumnGrayFirstColumn,.WWColumnGraySingleCell,.WWColumnBlueFirstColumn,.WWColumnBlueSingleCell
{
	box-shadow: 2px 0px 0px 0px inset;
}
.WWColumnRedFirstColumn,.WWColumnRedSingleCell
{
	box-shadow: 2px 0px 0px 0px #d73d32 inset;
	-webkit-box-shadow:3px 0 0 #D73D32 inset;
}
.WWColumnRedSingleCell
{
	box-shadow: 2px 0px 0px 0px #d73d32 inset;
}
.WWColumnOrangeFirstColumn,.WWColumnOrangeSingleCell
{
	box-shadow: 2px 0px 0px 0px #f4b400 inset;
	-webkit-box-shadow:3px 0 0 #F4B400 inset;
}
.WWColumnOrangeSingleCell
{
	box-shadow: 2px 0px 0px 0px #f4b400 inset;
}
.WWColumnGreenFirstColumn,.WWColumnGreenSingleCell
{
	box-shadow: 2px 0px 0px 0px #53a93f inset;
	-webkit-box-shadow:3px 0 0 #53A93F inset;
}
.WWColumnGreenSingleCell
{
	box-shadow: 2px 0px 0px 0px #53a93f inset;
}
.WWColumnGrayFirstColumn,.WWColumnGraySingleCell
{
	box-shadow: 2px 0px 0px 0px #737373 inset;
	-webkit-box-shadow:3px 0 0 #737373 inset;
}
.WWColumnGraySingleCell
{
	box-shadow: 2px 0px 0px 0px #737373 inset;
}
.WWColumnBlueFirstColumn,.WWColumnBlueSingleCell
{
	box-shadow: 2px 0px 0px 0px #008cff inset;
	-webkit-box-shadow:3px 0 0 #008CFF inset;
}
.WWColumnBlueSingleCell
{
	box-shadow: 2px 0px 0px 0px #008cff inset;
}
.PaginationBar,.PaginationBarEmptyGrid
{
	background-color: #f9f9f9;
	border-bottom: 1px #EAEAEA solid;
	border-left: 1px #EAEAEA solid;
	border-right: 1px #EAEAEA solid;
	margin-left: 1px;
}
.PaginationBarEmptyGrid
{
	background-color: #fcfcfc;
}
.CellAlignLeftWithMargin
{
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	width: auto;
}
.Espacio
{
	padding-bottom: 25%;
	padding-left: 25%;
	padding-right: 25%;
	padding-top: 25%;
}
.CeldaFondoGris
{
	background-color: #f2f2f2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 30px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.espacioArribax2
{
	margin-top: 20px;
}
.CellData
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.CellPading10px
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.ActionGroup,.MainMenu,.Submenu,.Confirm,.WWViewActions,.TrnActionGroup,.ActionGroupRight
{
	border-style: none;
	border-width: 0px;
}
.TrnActionGroup
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.ActionGroupRight
{
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: right;
}
.Form,.CoberturaD
{
	margin-bottom: 0pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	background-image: none;
	border-style: none;
	border-width: 0px;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #706e6e;
}

/* [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] */
.CoberturaD
{
	background-image: url(../PortalAseg_Theme_RWD/coberturaD5.PNG);
}

/* [gx-css-import ignore - start] */
div.gx-content-placeholder > div.gx-ct-body.CoberturaD-fx, div.gxwebcomponent > div.gxwebcomponent-body.CoberturaD-fx, body.CoberturaD-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.CoberturaD-fx.enter-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.CoberturaD-fx.enter-fx-duration, body.CoberturaD-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.CoberturaD-fx.leave-fx-duration, div.gxwebcomponent > div.gxwebcomponent-body.CoberturaD-fx.leave-fx-duration, body.CoberturaD-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;
}

.CoberturaD-fx.entering
{
	opacity: 0.1;
	position: absolute;
}

.CoberturaD-fx.leaving
{
	opacity: 0.1;
	position: absolute;
}

/* [gx-css-import ignore - end] */
.Attribute,.LetraBlanca1,.AttSubTitle,.BlobInputAttSubTitle,.BlobContentAttSubTitle,.ReadonlyBlobContentAttSubTitle,.ReadonlyAttSubTitle,.IME_Active,.BlobContentIME_Active,.ReadonlyBlobContentIME_Active,.BlobInputIME_Active,.ReadonlyIME_Active,.IME_Inactive,.BlobContentIME_Inactive,.ReadonlyBlobContentIME_Inactive,.BlobInputIME_Inactive,.ReadonlyIME_Inactive,.IME_Disabled,.BlobContentIME_Disabled,.ReadonlyBlobContentIME_Disabled,.BlobInputIME_Disabled,.ReadonlyIME_Disabled,.CheckboxLabel,.BlobContentCheckboxLabel,.ReadonlyBlobContentCheckboxLabel,.BlobInputCheckboxLabel,.ReadonlyCheckboxLabel,.FilterAttribute,.BlobContentFilterAttribute,.ReadonlyBlobContentFilterAttribute,.ReadonlyFilterAttribute,.BlobInputFilterAttribute,.FilterComboAttribute,.BlobContentFilterComboAttribute,.ReadonlyBlobContentFilterComboAttribute,.BlobInputFilterComboAttribute,.ReadonlyFilterComboAttribute,.FilterSearchAttribute,.BlobContentFilterSearchAttribute,.ReadonlyBlobContentFilterSearchAttribute,.BlobInputFilterSearchAttribute,.ReadonlyFilterSearchAttribute,.FilterSearchAttributeFocus,.BlobContentFilterSearchAttributeFocus,.ReadonlyBlobContentFilterSearchAttributeFocus,.BlobInputFilterSearchAttributeFocus,.ReadonlyFilterSearchAttributeFocus,.DateFilterSearchAttribute,.BlobContentDateFilterSearchAttribute,.ReadonlyBlobContentDateFilterSearchAttribute,.BlobInputDateFilterSearchAttribute,.ReadonlyDateFilterSearchAttribute,.FilterPanel,.BlobContentFilterPanel,.ReadonlyBlobContentFilterPanel,.BlobInputFilterPanel,.ReadonlyFilterPanel,.DescriptionAttribute,.BlobContentDescriptionAttribute,.ReadonlyBlobContentDescriptionAttribute,.ReadonlyDescriptionAttribute,.BlobInputDescriptionAttribute,.LoginAttribute,.BlobContentLoginAttribute,.ReadonlyBlobContentLoginAttribute,.BlobInputLoginAttribute,.ReadonlyLoginAttribute,.LoginComboAttribute,.BlobContentLoginComboAttribute,.ReadonlyBlobContentLoginComboAttribute,.BlobInputLoginComboAttribute,.ReadonlyLoginComboAttribute,.RegistrationAttribute,.BlobContentRegistrationAttribute,.ReadonlyBlobContentRegistrationAttribute,.BlobInputRegistrationAttribute,.ReadonlyRegistrationAttribute,.RequiredAttribute,.BlobContentRequiredAttribute,.ReadonlyBlobContentRequiredAttribute,.BlobInputRequiredAttribute,.ReadonlyRequiredAttribute,.InactiveAttribute,.BlobContentInactiveAttribute,.ReadonlyBlobContentInactiveAttribute,.BlobInputInactiveAttribute,.ReadonlyInactiveAttribute,.ComboAttribute,.BlobContentComboAttribute,.ReadonlyBlobContentComboAttribute,.BlobInputComboAttribute,.ReadonlyComboAttribute,.SubtitleAttribute,.BlobContentSubtitleAttribute,.ReadonlyBlobContentSubtitleAttribute,.BlobInputSubtitleAttribute,.ReadonlySubtitleAttribute,.URLAttribute,.BlobContentURLAttribute,.ReadonlyBlobContentURLAttribute,.BlobInputURLAttribute,.ReadonlyURLAttribute,.TextAttribute,.BlobContentTextAttribute,.ReadonlyBlobContentTextAttribute,.BlobInputTextAttribute,.ReadonlyTextAttribute,.TextActionAttribute,.BlobContentTextActionAttribute,.ReadonlyBlobContentTextActionAttribute,.BlobInputTextActionAttribute,.ReadonlyTextActionAttribute,.AttributeWidthAuto,.AttributeTotalizer,.Attribute250,.descarga,.BlobContentdescarga,.ReadonlyBlobContentdescarga,.BlobInputdescarga,.Readonlydescarga,.BootstrapAttribute,.BlobContentBootstrapAttribute,.ReadonlyBlobContentBootstrapAttribute,.BlobInputBootstrapAttribute,.ReadonlyBootstrapAttribute,.ErrorBootstrapAttribute,.BootstrapAttributeDate,.BlobContentBootstrapAttributeDate,.ReadonlyBlobContentBootstrapAttributeDate,.BlobInputBootstrapAttributeDate,.ReadonlyBootstrapAttributeDate,.BootstrapAttributeCheckBox,.BlobContentBootstrapAttributeCheckBox,.ReadonlyBlobContentBootstrapAttributeCheckBox,.BlobInputBootstrapAttributeCheckBox,.ReadonlyBootstrapAttributeCheckBox,.AttributeCheckBoxColumnsSelector,.BlobContentAttributeCheckBoxColumnsSelector,.ReadonlyBlobContentAttributeCheckBoxColumnsSelector,.BlobInputAttributeCheckBoxColumnsSelector,.ReadonlyAttributeCheckBoxColumnsSelector,.BootstrapAttributeDateTime,.BlobContentBootstrapAttributeDateTime,.ReadonlyBlobContentBootstrapAttributeDateTime,.BlobInputBootstrapAttributeDateTime,.ReadonlyBootstrapAttributeDateTime,.ErrorBootstrapAttributeDateTime,.ErrorBootstrapAttributeDate,.ErrorBootstrapAttributeCheckBox,.BootstrapAttributeGray,.BlobContentBootstrapAttributeGray,.ReadonlyBlobContentBootstrapAttributeGray,.BlobInputBootstrapAttributeGray,.ReadonlyBootstrapAttributeGray,.UserNickName,.BlobContentUserNickName,.ReadonlyBlobContentUserNickName,.BlobInputUserNickName,.ReadonlyUserNickName,.UserPosition,.BlobContentUserPosition,.ReadonlyBlobContentUserPosition,.BlobInputUserPosition,.ReadonlyUserPosition,.Attribute1,.BlobContentbadge,.ReadonlyBlobContentbadge,.BlobInputbadge,.Readonlybadge,.AttributeDateTime,.ReadonlyAttributeDateTime,.CheckBox,.BlobContentCheckBox,.ReadonlyBlobContentCheckBox,.BlobInputCheckBox,.ReadonlyCheckBox,.AttributeCheckBox,.ImageAttribute,.ResponsiveImageAttribute,.BlobContentResponsiveImageAttribute,.ReadonlyBlobContentResponsiveImageAttribute,.ReadonlyResponsiveImageAttribute,.BlobInputResponsiveImageAttribute,.ProfileImageAttribute,.BlobContentProfileImageAttribute,.ReadonlyBlobContentProfileImageAttribute,.BlobInputProfileImageAttribute,.ReadonlyProfileImageAttribute,.SmallProfileImageAttribute,.BlobContentSmallProfileImageAttribute,.ReadonlyBlobContentSmallProfileImageAttribute,.BlobInputSmallProfileImageAttribute,.ReadonlySmallProfileImageAttribute,.ActionAttribute,.BlobContentActionAttribute,.ReadonlyBlobContentActionAttribute,.ReadonlyActionAttribute,.DeleteAttribute,.BlobContentDeleteAttribute,.ReadonlyBlobContentDeleteAttribute,.ReadonlyDeleteAttribute,.BlobInputDeleteAttribute,.DisplayAttribute,.BlobContentDisplayAttribute,.ReadonlyBlobContentDisplayAttribute,.ReadonlyDisplayAttribute,.BlobInputDisplayAttribute,.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.ReadonlySelectionAttribute,.BlobInputSelectionAttribute,.DisabledActionAttribute,.BlobContentDisabledActionAttribute,.ReadonlyBlobContentDisabledActionAttribute,.ReadonlyDisabledActionAttribute,.BlobInputDisabledActionAttribute,.BlobInputActionAttribute,.SelectAttribute,.BlobContentSelectAttribute,.ReadonlyBlobContentSelectAttribute,.BlobInputSelectAttribute,.ReadonlySelectAttribute,.BlackAttribute,.BlobContentBlackAttribute,.ReadonlyBlobContentBlackAttribute,.BlobInputBlackAttribute,.ReadonlyBlackAttribute,.ActionBaseColorAttribute,.BlobContentActionBaseColorAttribute,.ReadonlyBlobContentActionBaseColorAttribute,.ReadonlyActionBaseColorAttribute,.BlobInputActionBaseColorAttribute,.ReadonlyImageAttribute,.VideoAttribute,.ReadonlyVideoAttribute,.AudioAttribute,.ReadonlyAudioAttribute,.ErrorAttribute,.WarningAttribute,.AssociationListAttribute,.BlobContentAssociationListAttribute,.ReadonlyBlobContentAssociationListAttribute,.BlobInputAssociationListAttribute,.ReadonlyAssociationListAttribute,.ReadonlyAttribute,.ReadonlyMedio,.BlobContentReadonlyMedio,.ReadonlyBlobContentReadonlyMedio,.BlobInputReadonlyMedio,.ReadonlyReadonlyMedio,.ReadonlyAttributeNoWrap,.ReadonlyAttributeTotalizer,.ReadonlyAttributeRed,.ReadonlyMedio1,.BlobContentReadonlyMedio1,.ReadonlyBlobContentReadonlyMedio1,.BlobInputReadonlyMedio1,.ReadonlyReadonlyMedio1,.ReadonlyAttributeNoWrap1,.ReadonlyAttributeTotalizer1,.BlobContentAttribute,.ReadonlyBlobContentAttribute,.BlobInputAttribute,.AttributeDragging,.AttributeAcceptDrag,.AttributeNoAcceptDrag,.GridTitle,.BlobContentGridTitle,.ReadonlyBlobContentGridTitle,.BlobInputGridTitle,.ReadonlyGridTitle,.AttributeTitleWWP,.BlobContentAttributeTitleWWP,.ReadonlyBlobContentAttributeTitleWWP,.BlobInputAttributeTitleWWP,.ReadonlyAttributeTitleWWP,.AttributeWhite,.BlobContentAttributeWhite,.ReadonlyBlobContentAttributeWhite,.BlobInputAttributeWhite,.ReadonlyAttributeWhite,.AttributeCharLong,.BlobContentAttributeCharLong,.ReadonlyBlobContentAttributeCharLong,.BlobInputAttributeCharLong,.ReadonlyAttributeCharLong,.AttributeGray,.BlobInputAttributeGray,.BlobContentAttributeGray,.ReadonlyBlobContentAttributeGray,.ReadonlyAttributeGray,.AttributeManageFilters,.AttributeImageFixWidth,.BlobContentAttributeImageFixWidth,.ReadonlyBlobContentAttributeImageFixWidth,.BlobInputAttributeImageFixWidth,.ReadonlyAttributeImageFixWidth,.AttributeDate,.BlobContentAttributeDate,.ReadonlyBlobContentAttributeDate,.BlobInputAttributeDate,.ReadonlyAttributeDate,.AttributeStep,.ReadonlyAttributeStep,.AttributeStepSelected,.ReadonlyAttributeStepSelected,.AttributeStepBullet,.ReadonlyAttributeStepBullet,.AttributeStepBulletUnSelected,.ReadonlyAttributeStepBulletUnSelected,.AttributeStepBulletSelected,.ReadonlyAttributeStepBulletSelected,.AttributStepBullet1,.BlobContentAttributStepBullet1,.ReadonlyBlobContentAttributStepBullet1,.BlobInputAttributStepBullet1,.ReadonlyAttributStepBullet1,.AtributoFreeStyle,.BlobContentAtributoFreeStyle,.ReadonlyBlobContentAtributoFreeStyle,.BlobInputAtributoFreeStyle,.ReadonlyAtributoFreeStyle,.AtributoGrilla,.BlobContentAtributoGrilla,.ReadonlyBlobContentAtributoGrilla,.BlobInputAtributoGrilla,.ReadonlyAtributoGrilla,.Sinborde,.BlobContentSinBorde,.ReadonlyBlobContentSinBorde,.BlobInputSinBorde,.ReadonlySinBorde,.LetraBlanca,.BlobContentLetraBlanca,.ReadonlyBlobContentLetraBlanca,.BlobInputLetraBlanca,.ReadonlyLetraBlanca,.AtributoGridPequenio,.BlobContentAtributoGridPequenio,.ReadonlyBlobContentAtributoGridPequenio,.BlobInputAtributoGridPequenio,.ReadonlyAtributoGridPequenio,.AtributoAnchoFijo,.BlobContentAtributoAnchoFijo,.ReadonlyBlobContentAtributoAnchoFijo,.BlobInputAtributoAnchoFijo,.ReadonlyAtributoAnchoFijo,.cotizacion,.BlobContentcotizacion,.ReadonlyBlobContentcotizacion,.BlobInputcotizacion,.Readonlycotizacion,.LetraBlanca12,.LetraBlanca2,.attImput,.BlobContentattImput,.ReadonlyBlobContentattImput,.BlobInputattImput,.ReadonlyattImput,.attMaxWidth,.BlobContentattMaxWidth,.ReadonlyBlobContentattMaxWidth,.BlobInputattMaxWidth,.ReadonlyattMaxWidth,.attNowrap,.BlobContentattNowrap,.ReadonlyBlobContentattNowrap,.BlobInputattNowrap,.ReadonlyattNowrap,.attMinWidth,.BlobContentattMinWidth,.ReadonlyBlobContentattMinWidth,.BlobInputattMinWidth,.ReadonlyattMinWidth,.AttCorto,.BlobContentAttCorto,.ReadonlyBlobContentAttCorto,.BlobInputAttCorto,.ReadonlyAttCorto
{
	border-bottom-color: #d3d4d3;
	border-left-color: #d3d4d3;
	border-right-color: #d3d4d3;
	border-top-color: #d3d4d3;
	border-style: solid;
	border-width: 1px;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: black;
	max-width: 206px;
	text-indent: 0px;
}
.FilterSearchAttribute,.BlobContentFilterSearchAttribute,.ReadonlyBlobContentFilterSearchAttribute,.BlobInputFilterSearchAttribute,.ReadonlyFilterSearchAttribute,.FilterSearchAttributeFocus,.BlobContentFilterSearchAttributeFocus,.ReadonlyBlobContentFilterSearchAttributeFocus,.BlobInputFilterSearchAttributeFocus,.ReadonlyFilterSearchAttributeFocus,.DateFilterSearchAttribute,.BlobContentDateFilterSearchAttribute,.ReadonlyBlobContentDateFilterSearchAttribute,.BlobInputDateFilterSearchAttribute,.ReadonlyDateFilterSearchAttribute
{
	border-style: none;
}
.Attribute1,.BlobContentbadge,.ReadonlyBlobContentbadge,.BlobInputbadge,.Readonlybadge
{
	margin-left: 8px;
	padding-left: 8px;
}
.ReadonlyBlobContentbadge
{
	border-width: 0px;
}
.Readonlybadge
{
	border-width: 0px;
}
.badgeBlue
{
	background-color: #5db2ff;
}
.badgeRed
{
	background-color: #fb6e52;
}
.badgeGreen
{
	background-color: #a0d468;
}
.badgeYellow
{
	background-color: #ffce55;
}
.badgePurple
{
	background-color: #e75b8d;
}
.CheckBox,.BlobContentCheckBox,.ReadonlyBlobContentCheckBox,.BlobInputCheckBox,.ReadonlyCheckBox
{
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-style: none;
	border-width: 0px;
}
.AttributeCheckBox
{
	display: inline;
	border-style: none;
}
.ImageAttribute,.ResponsiveImageAttribute,.BlobContentResponsiveImageAttribute,.ReadonlyBlobContentResponsiveImageAttribute,.ReadonlyResponsiveImageAttribute,.BlobInputResponsiveImageAttribute,.ProfileImageAttribute,.BlobContentProfileImageAttribute,.ReadonlyBlobContentProfileImageAttribute,.BlobInputProfileImageAttribute,.ReadonlyProfileImageAttribute,.SmallProfileImageAttribute,.BlobContentSmallProfileImageAttribute,.ReadonlyBlobContentSmallProfileImageAttribute,.BlobInputSmallProfileImageAttribute,.ReadonlySmallProfileImageAttribute,.ActionAttribute,.BlobContentActionAttribute,.ReadonlyBlobContentActionAttribute,.ReadonlyActionAttribute,.DeleteAttribute,.BlobContentDeleteAttribute,.ReadonlyBlobContentDeleteAttribute,.ReadonlyDeleteAttribute,.BlobInputDeleteAttribute,.DisplayAttribute,.BlobContentDisplayAttribute,.ReadonlyBlobContentDisplayAttribute,.ReadonlyDisplayAttribute,.BlobInputDisplayAttribute,.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.ReadonlySelectionAttribute,.BlobInputSelectionAttribute,.DisabledActionAttribute,.BlobContentDisabledActionAttribute,.ReadonlyBlobContentDisabledActionAttribute,.ReadonlyDisabledActionAttribute,.BlobInputDisabledActionAttribute,.BlobInputActionAttribute,.SelectAttribute,.BlobContentSelectAttribute,.ReadonlyBlobContentSelectAttribute,.BlobInputSelectAttribute,.ReadonlySelectAttribute,.BlackAttribute,.BlobContentBlackAttribute,.ReadonlyBlobContentBlackAttribute,.BlobInputBlackAttribute,.ReadonlyBlackAttribute,.ActionBaseColorAttribute,.BlobContentActionBaseColorAttribute,.ReadonlyBlobContentActionBaseColorAttribute,.ReadonlyActionBaseColorAttribute,.BlobInputActionBaseColorAttribute,.ReadonlyImageAttribute
{
	width: auto;
}
.ActionAttribute,.BlobContentActionAttribute,.ReadonlyBlobContentActionAttribute,.ReadonlyActionAttribute,.DeleteAttribute,.BlobContentDeleteAttribute,.ReadonlyBlobContentDeleteAttribute,.ReadonlyDeleteAttribute,.BlobInputDeleteAttribute,.DisplayAttribute,.BlobContentDisplayAttribute,.ReadonlyBlobContentDisplayAttribute,.ReadonlyDisplayAttribute,.BlobInputDisplayAttribute,.SelectionAttribute,.BlobContentSelectionAttribute,.ReadonlyBlobContentSelectionAttribute,.ReadonlySelectionAttribute,.BlobInputSelectionAttribute,.DisabledActionAttribute,.BlobContentDisabledActionAttribute,.ReadonlyBlobContentDisabledActionAttribute,.ReadonlyDisabledActionAttribute,.BlobInputDisabledActionAttribute,.BlobInputActionAttribute,.SelectAttribute,.BlobContentSelectAttribute,.ReadonlyBlobContentSelectAttribute,.BlobInputSelectAttribute,.ReadonlySelectAttribute,.BlackAttribute,.BlobContentBlackAttribute,.ReadonlyBlobContentBlackAttribute,.BlobInputBlackAttribute,.ReadonlyBlackAttribute,.ActionBaseColorAttribute,.BlobContentActionBaseColorAttribute,.ReadonlyBlobContentActionBaseColorAttribute,.ReadonlyActionBaseColorAttribute,.BlobInputActionBaseColorAttribute
{
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	background-color: #ececec;
	border-width: 0px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.ReadonlyImageAttribute
{
	border-width: 0px;
	max-width:124px;
	max-height:68px;
}
.VideoAttribute,.ReadonlyVideoAttribute
{
	width: 300px;
}
.ReadonlyVideoAttribute
{
	border-width: 0px;
}
.AudioAttribute,.ReadonlyAudioAttribute
{
	width: 300px;
}
.ReadonlyAudioAttribute
{
	border-width: 0px;
}
.ErrorAttribute
{
	border-bottom-color: #f56a67;
	border-left-color: #f56a67;
	border-right-color: #f56a67;
	border-top-color: #f56a67;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.WarningAttribute
{
	border-bottom-color: #fdae45;
	border-left-color: #fdae45;
	border-right-color: #fdae45;
	border-top-color: #fdae45;
}
.AssociationListAttribute,.BlobContentAssociationListAttribute,.ReadonlyBlobContentAssociationListAttribute,.BlobInputAssociationListAttribute,.ReadonlyAssociationListAttribute
{
	color: #333;
	min-height: 300px;
	width: 100%;
	max-width: 100%;
}
.ReadonlyBlobContentAssociationListAttribute
{
	border-width: 0px;
}
.ReadonlyAssociationListAttribute
{
	border-width: 0px;
}
.ReadonlyAttribute,.ReadonlyMedio,.BlobContentReadonlyMedio,.ReadonlyBlobContentReadonlyMedio,.BlobInputReadonlyMedio,.ReadonlyReadonlyMedio,.ReadonlyAttributeNoWrap,.ReadonlyAttributeTotalizer,.ReadonlyAttributeRed,.ReadonlyMedio1,.BlobContentReadonlyMedio1,.ReadonlyBlobContentReadonlyMedio1,.BlobInputReadonlyMedio1,.ReadonlyReadonlyMedio1,.ReadonlyAttributeNoWrap1,.ReadonlyAttributeTotalizer1
{
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 5px;
	padding-top: 1px;
	border-style: none;
	max-height: 30px;
	width: auto;
	max-width: 100%;
	margin-bottom: 0px !important;
	 ;
}
.ReadonlyAttributeNoWrap
{
	white-space: nowrap;
}
.ReadonlyAttributeTotalizer
{
	border-width: 0px;
	font-weight: bold;
}
.ReadonlyAttributeRed,.ReadonlyMedio1,.BlobContentReadonlyMedio1,.ReadonlyBlobContentReadonlyMedio1,.BlobInputReadonlyMedio1,.ReadonlyReadonlyMedio1,.ReadonlyAttributeNoWrap1,.ReadonlyAttributeTotalizer1
{
	color: red;
}
.ReadonlyAttributeNoWrap1
{
	white-space: nowrap;
}
.ReadonlyAttributeTotalizer1
{
	border-width: 0px;
	font-weight: bold;
}
.BlobContentAttribute,.ReadonlyBlobContentAttribute
{
	color: #333;
}
.BlobInputAttribute
{
	color: #333;
}
.AttributeDragging
{
	color: #333;
}
.AttributeAcceptDrag
{
	color: #333;
}
.AttributeNoAcceptDrag
{
	color: #333;
}
.GridTitle,.BlobContentGridTitle,.ReadonlyBlobContentGridTitle,.BlobInputGridTitle,.ReadonlyGridTitle
{
	margin-bottom: 1pt;
	margin-left: 0px;
	margin-right: 1pt;
	margin-top: 1pt;
	padding-bottom: 2pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 2pt;
	border-width: 0px;
	font-weight: bold;
	color: white;
	height: 100%;
	width: 100%;
}
.BlobContentGridTitle,.ReadonlyBlobContentGridTitle
{
	margin-left: 1pt;
	background-color: #295572;
	border-width: 5px;
}
.ReadonlyBlobContentGridTitle
{
	border-width: 0px;
}
.BlobInputGridTitle
{
	margin-left: 1pt;
	background-color: #295572;
	border-width: 5px;
}
.ReadonlyGridTitle
{
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	white-space: nowrap;
}
.AttributeTitleWWP,.BlobContentAttributeTitleWWP,.ReadonlyBlobContentAttributeTitleWWP,.BlobInputAttributeTitleWWP,.ReadonlyAttributeTitleWWP
{
	margin-left: 0px;
	font-family: Calibri;
	font-size: 15pt;
	font-weight: bold;
	color: #a5adb3;
	margin-bottom: 0px !important;
}
.BlobContentAttributeTitleWWP,.ReadonlyBlobContentAttributeTitleWWP
{
	color: #ddd;
}
.ReadonlyBlobContentAttributeTitleWWP
{
	border-width: 0px;
}
.BlobInputAttributeTitleWWP
{
	color: #ddd;
}
.ReadonlyAttributeTitleWWP
{
	white-space: nowrap;
	border-width: 0px;
	font-family: 'Trebuchet MS';
	font-size: 13pt;
	color: #4d4d4d;
}
.AttributeWhite,.BlobContentAttributeWhite,.ReadonlyBlobContentAttributeWhite,.BlobInputAttributeWhite,.ReadonlyAttributeWhite
{
	color: white;
}
.ReadonlyBlobContentAttributeWhite
{
	border-width: 0px;
}
.ReadonlyAttributeWhite
{
	border-width: 0px;
}
.AttributeCharLong,.BlobContentAttributeCharLong,.ReadonlyBlobContentAttributeCharLong,.BlobInputAttributeCharLong,.ReadonlyAttributeCharLong
{
	width: auto;
	max-width: 100%;
}
.ReadonlyBlobContentAttributeCharLong
{
	border-width: 0px;
}
.ReadonlyAttributeCharLong
{
	border-width: 0px;
}
.AttributeGray,.BlobInputAttributeGray,.BlobContentAttributeGray,.ReadonlyBlobContentAttributeGray,.ReadonlyAttributeGray
{
	color: #777;
}
.ReadonlyBlobContentAttributeGray
{
	border-width: 0px;
}
.ReadonlyAttributeGray
{
	padding-bottom: 0px;
	padding-top: 0px;
	border-width: 0px;
	max-width: 100%;
}
.AttributeManageFilters
{
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	height: 32px;
}
.AttributeImageFixWidth,.BlobContentAttributeImageFixWidth,.ReadonlyBlobContentAttributeImageFixWidth,.BlobInputAttributeImageFixWidth,.ReadonlyAttributeImageFixWidth
{
	max-width: 400px;
}
.ReadonlyBlobContentAttributeImageFixWidth
{
	border-width: 0px;
}
.ReadonlyAttributeImageFixWidth
{
	border-width: 0px;
}
.ReadonlyBlobContentAttributeDate
{
	border-width: 0px;
}
.ReadonlyAttributeDate
{
	border-width: 0px;
}
.AttributeStep,.ReadonlyAttributeStep,.AttributeStepSelected,.ReadonlyAttributeStepSelected
{
	color: #686367;
}
.ReadonlyAttributeStep
{
	border-width: 0px;
}
.AttributeStepSelected,.ReadonlyAttributeStepSelected
{
	color: white;
}
.ReadonlyAttributeStepSelected
{
	border-width: 0px;
}
.AttributeStepBullet,.ReadonlyAttributeStepBullet,.AttributeStepBulletUnSelected,.ReadonlyAttributeStepBulletUnSelected,.AttributeStepBulletSelected,.ReadonlyAttributeStepBulletSelected,.AttributStepBullet1,.BlobContentAttributStepBullet1,.ReadonlyBlobContentAttributStepBullet1,.BlobInputAttributStepBullet1,.ReadonlyAttributStepBullet1
{
	margin-left: 0px;
	color: #d9534f;
	max-width: 80px;
	text-align: center;
}
.ReadonlyAttributeStepBullet
{
	border-width: 0px;
}
.AttributeStepBulletUnSelected,.ReadonlyAttributeStepBulletUnSelected
{
	color: #ddd;
}
.ReadonlyAttributeStepBulletUnSelected
{
	border-width: 0px;
}
.AttributeStepBulletSelected,.ReadonlyAttributeStepBulletSelected
{
	border-style: none;
	font-weight: bold;
}
.ReadonlyAttributeStepBulletSelected
{
	border-width: 0px;
}
.AttributStepBullet1,.BlobContentAttributStepBullet1,.ReadonlyBlobContentAttributStepBullet1,.BlobInputAttributStepBullet1,.ReadonlyAttributStepBullet1
{
	font-weight: bold;
}
.ReadonlyBlobContentAttributStepBullet1
{
	border-width: 0px;
}
.ReadonlyAttributStepBullet1
{
	border-width: 0px;
}
.AtributoFreeStyle,.BlobContentAtributoFreeStyle,.ReadonlyBlobContentAtributoFreeStyle,.BlobInputAtributoFreeStyle,.ReadonlyAtributoFreeStyle
{
	border-top-left-radius: 8px;
	color: dimgray;
}
.ReadonlyBlobContentAtributoFreeStyle
{
	border-width: 0px;
}
.ReadonlyAtributoFreeStyle
{
	border-width: 0px;
}
.ReadonlyBlobContentAtributoGrilla
{
	border-width: 0px;
}
.ReadonlyAtributoGrilla
{
	border-width: 0px;
}
.Sinborde,.BlobContentSinBorde,.ReadonlyBlobContentSinBorde,.BlobInputSinBorde,.ReadonlySinBorde
{
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.ReadonlyBlobContentSinBorde
{
	border-width: 0px;
}
.ReadonlySinBorde
{
	border-style: none;
	border-width: 0px;
}
.LetraBlanca,.BlobContentLetraBlanca,.ReadonlyBlobContentLetraBlanca,.BlobInputLetraBlanca,.ReadonlyLetraBlanca
{
	border-style: none;
	font-size: 18px;
	color: white;
}
.ReadonlyBlobContentLetraBlanca
{
	border-width: 0px;
}
.ReadonlyLetraBlanca
{
	border-width: 0px;
}
.AtributoGridPequenio,.BlobContentAtributoGridPequenio,.ReadonlyBlobContentAtributoGridPequenio,.BlobInputAtributoGridPequenio,.ReadonlyAtributoGridPequenio
{
	border-style: none;
	border-width: 0px;
	font-size: 1.5rem;
	max-width: 100%;
}
.AtributoAnchoFijo,.BlobContentAtributoAnchoFijo,.ReadonlyBlobContentAtributoAnchoFijo,.BlobInputAtributoAnchoFijo,.ReadonlyAtributoAnchoFijo
{
	width: 300px;
}
.ReadonlyBlobContentAtributoAnchoFijo
{
	border-width: 0px;
}
.ReadonlyAtributoAnchoFijo
{
	border-width: 0px;
}
.cotizacion,.BlobContentcotizacion,.ReadonlyBlobContentcotizacion,.BlobInputcotizacion,.Readonlycotizacion
{
	font-size: 8pt;
}
.ReadonlyBlobContentcotizacion
{
	border-width: 0px;
}
.Readonlycotizacion
{
	border-width: 0px;
}
.LetraBlanca12
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	border-bottom-color: BorderPanelColor;
	border-left-color: rgba(0,0,0,0);
	border-right-color: #e2e05d;
	border-top-color: BorderPanelColor;
	font-size: 32pt;
	font-weight: bold;
	color: white;
	max-width: 256px;
}
.LetraBlanca2
{
	border-style: none;
	font-size: 28px;
	color: white;
}
.ReadonlyBlobContentattImput
{
	border-width: 0px;
}
.ReadonlyattImput
{
	border-width: 0px;
}
.ReadonlyBlobContentattMaxWidth
{
	border-width: 0px;
}
.ReadonlyattMaxWidth
{
	border-width: 0px;
}
.attNowrap,.BlobContentattNowrap,.ReadonlyBlobContentattNowrap,.BlobInputattNowrap,.ReadonlyattNowrap
{
	white-space: nowrap !important;
}
.ReadonlyBlobContentattNowrap
{
	border-width: 0px;
}
.ReadonlyattNowrap
{
	border-width: 0px;
}
.ReadonlyBlobContentattMinWidth
{
	border-width: 0px;
}
.ReadonlyattMinWidth
{
	border-width: 0px;
}
.AttCorto,.BlobContentAttCorto,.ReadonlyBlobContentAttCorto,.BlobInputAttCorto,.ReadonlyAttCorto
{
	width: 6rem;
	max-width: 6rem;
	min-width: 2rem;
}
.ReadonlyBlobContentAttCorto
{
	border-width: 0px;
}
.ReadonlyAttCorto
{
	border-width: 0px;
}
.Button,.BotonNegroTransparente,.fileinputbutton,.btnwarning,.btnprimary,.SpecialButtons,.BtnEnter,.SpecialButtonsDisabled,.BtnToggle,.BtnToggleActive,.BtnLogin,.BtnAdd,.BtnAddHovered,.BtnBack,.HideFiltersButton,.ShowFiltersButton,.BtnEnterHovered,.BtnCancelHovered,.BtnDeleteDisabled,.btn btn-default,.btn btn-primary,.btn btn-warning,.btn btn-danger,.btn btn-success,.btn btn-info,.BtnCancel,.BtnCheck,.BtnDelete,.BtnFirst,.BtnGet,.BtnHelp,.BtnLast,.BtnNext,.BtnPrevious,.BtnRefresh,.BtnSelect,.BtnImage,.BtnExportReport,.BtnExport,.BtnEditColumns,.BtnActionGroupUpdate,.BtnActionGroupDelete,.BtnInsertImage,.BtnExportCSV,.BtnDefault,.ButtonDisabled,.ButtonGAM,.MainMenuButton,.BotonEntrar,.BotonNaranja,.BotonLargoNaranjaCel,.BotonRojo,.BotonAzul,.BotonAzul1,.BotonAzul:hover,.BotonAzul1:hover,.BotonAzul:focus,.BotonAzul1:focus,.BotonNegro,.ButtonDragging,.ButtonAcceptDrag,.ButtonNoAcceptDrag,.ActionButtons,.ActionButtonsHovered,.BtnInsert,.ButtonSearchCell,.ButtonWizard,.BotonLargoCel,.BotonLargoCel1,.Espacios,.BotonLargo,.BotonVerde,.BotonVerde1,.BotonVerde:hover,.BotonVerde1:hover,.BotonNegroDisable,.BotonNegroTransparente:hover,.BotonNegroDisable:hover,.BotonNegroTransparente:focus,.BotonNegroDisable:focus,.BotonNegroTransparente:active,.BotonNegroDisable:active,.BotonNegroTransparente[disabled],.BotonNegroDisable[disabled]
{
	border-top: 1px;
	margin-right: 3pt;
	margin-top: 10px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	display: inline-block;
	white-space: nowrap;
	background-color: #d9534f;
	border-bottom-color: #d43f3a;
	border-left-color: #d43f3a;
	border-right-color: #d43f3a;
	border-top-color: #d43f3a;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	color: white;
	min-width: 86px;
	cursor: pointer;
	text-align: center;
	text-indent: 0pt;
	vertical-align: middle;
}

.BotonNegroTransparente
{
	background-color: rgba(0,0,0,0.92);
	border-bottom-color: rgba(0,0,0,0.82);
	border-left-color: rgba(0,0,0,0.82);
	border-right-color: rgba(0,0,0,0.82);
	border-top-color: rgba(0,0,0,0.82);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	font-size: 18px;
	width: 100px;
	word-spacing: 2px;
}

.BtnCancel
{
	background-color: white;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	color: black;
}

.BtnCheck
{
	background-color: #9f9f9f;
	border-bottom-color: #797979;
	border-left-color: #797979;
	border-right-color: #797979;
	border-top-color: #797979;
	color: #295572;
}

.BtnDelete
{
	background-color: white;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	color: black;
}

.BtnFirst
{
	background-color: #9f9f9f;
	border-bottom-color: #797979;
	border-left-color: #797979;
	border-right-color: #797979;
	border-top-color: #797979;
	color: #295572;
}

.BtnGet
{
	background-color: #9f9f9f;
	border-bottom-color: #797979;
	border-left-color: #797979;
	border-right-color: #797979;
	border-top-color: #797979;
	color: #295572;
}

.BtnHelp
{
	background-color: #9f9f9f;
	border-bottom-color: #797979;
	border-left-color: #797979;
	border-right-color: #797979;
	border-top-color: #797979;
	color: #295572;
}

.BtnLast
{
	background-color: #9f9f9f;
	border-bottom-color: #797979;
	border-left-color: #797979;
	border-right-color: #797979;
	border-top-color: #797979;
	color: #295572;
}

.BtnNext
{
	background-color: #9f9f9f;
	border-bottom-color: #797979;
	border-left-color: #797979;
	border-right-color: #797979;
	border-top-color: #797979;
	color: #295572;
}

.BtnPrevious
{
	background-color: #9f9f9f;
	border-bottom-color: #797979;
	border-left-color: #797979;
	border-right-color: #797979;
	border-top-color: #797979;
	color: #295572;
}

.BtnRefresh
{
	background-color: #9f9f9f;
	border-bottom-color: #797979;
	border-left-color: #797979;
	border-right-color: #797979;
	border-top-color: #797979;
	color: #295572;
}

.BtnSelect
{
	background-color: #9f9f9f;
	border-bottom-color: #797979;
	border-left-color: #797979;
	border-right-color: #797979;
	border-top-color: #797979;
	color: #295572;
}

.BtnImage,.BtnExportReport,.BtnExport,.BtnEditColumns,.BtnActionGroupUpdate,.BtnActionGroupDelete,.BtnInsertImage,.BtnExportCSV
{
	background-repeat: no-repeat;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	background-color: transparent;
	background-image: none;
	color: #d9534f;
	height: 30px;
	width: 30px;
	min-width: 0px;
	opacity:0.7;
}

.BtnExportReport
{
	background-image: url(../ActionExportReport.png);
	color: #ea4c3a;
}

.BtnExport
{
	background-image: url(../PortalAseg_Theme_RWD/ActionExport.gif);
	color: #08743b;
}

.BtnEditColumns
{
	background-image: url(../EditColumns.png);
}

.BtnActionGroupUpdate
{
	background-image: url(../BtnUpdateImage.png);
}

.BtnActionGroupDelete
{
	background-image: url(../BtnDeleteImage.png);
}

.BtnInsertImage
{
	background-image: url(../PortalAseg_Theme_RWD/ActionInsert.gif);
}

.BtnExportCSV
{
	background-image: url(../ActionCSV.png);
}

.BtnDefault
{
	background-color: white;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	color: black;
}

.BotonNaranja,.BotonLargoNaranjaCel
{
	background-color: #f36e21;
	border-bottom-color: #f36e21;
	border-left-color: #f36e21;
	border-right-color: #f36e21;
	border-top-color: #f36e21;
}

.BotonAzul,.BotonAzul1,.BotonAzul:hover,.BotonAzul1:hover,.BotonAzul:focus,.BotonAzul1:focus
{
	background-color: mediumblue;
	border-bottom-color: deepskyblue;
	border-left-color: deepskyblue;
	border-right-color: deepskyblue;
	border-top-color: deepskyblue;
}

.BotonAzul1,.BotonAzul:hover,.BotonAzul1:hover,.BotonAzul:focus,.BotonAzul1:focus
{
	background-color: royalblue;
	border-bottom-color: blue;
	border-left-color: blue;
	border-right-color: blue;
	border-top-color: blue;
}

.ButtonDragging
{
	background-color: #9f9f9f;
	border-bottom-color: #797979;
	border-left-color: #797979;
	border-right-color: #797979;
	border-top-color: #797979;
	color: #295572;
}

.ButtonAcceptDrag
{
	background-color: #9f9f9f;
	border-bottom-color: #797979;
	border-left-color: #797979;
	border-right-color: #797979;
	border-top-color: #797979;
	color: #295572;
}

.ButtonNoAcceptDrag
{
	background-color: #9f9f9f;
	border-bottom-color: #797979;
	border-left-color: #797979;
	border-right-color: #797979;
	border-top-color: #797979;
	color: #295572;
}

.BtnInsert
{
	margin-right: 0px;
	padding-top: 4px;
	height: 30px;
}

.ButtonSearchCell
{
	margin-left: 5px;
}

.ButtonWizard
{
	margin-left: 3pt;
	margin-right: 0px;
}

.Espacios
{
	padding-left: 60px;
	padding-right: 60px;
	letter-spacing: 1.5px;
}

.BotonLargo
{
	width: 200px;
}

.BotonVerde,.BotonVerde1,.BotonVerde:hover,.BotonVerde1:hover
{
	background-color: darkgreen;
	border-bottom-color: yellowgreen;
	border-left-color: yellowgreen;
	border-right-color: yellowgreen;
	border-top-color: yellowgreen;
}

.BotonVerde1,.BotonVerde:hover,.BotonVerde1:hover
{
	background-color: yellowgreen;
	border-bottom-color: green;
	border-left-color: green;
	border-right-color: green;
	border-top-color: green;
}

.BotonNegroDisable,.BotonNegroTransparente:hover,.BotonNegroDisable:hover,.BotonNegroTransparente:focus,.BotonNegroDisable:focus,.BotonNegroTransparente:active,.BotonNegroDisable:active,.BotonNegroTransparente[disabled],.BotonNegroDisable[disabled]
{
	background-color: rgba(0,0,0,0.82);
	border-bottom-color: rgba(0,0,0,0.82);
	border-left-color: rgba(0,0,0,0.82);
	border-right-color: rgba(0,0,0,0.82);
	border-top-color: rgba(0,0,0,0.82);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	font-size: 18px;
	width: 100%;
	word-spacing: 2px;
}

.Grid,.GridNoData,.Grid[data-gx-grid-nodata],.GridCotizSegVida[data-gx-grid-nodata],.GridWithPaginationBar[data-gx-grid-nodata],.GridNoData[data-gx-grid-nodata],.GridDragging[data-gx-grid-nodata],.GridAcceptDrag[data-gx-grid-nodata],.GridNoAcceptDrag[data-gx-grid-nodata],.WorkWith[data-gx-grid-nodata],.PromptGrid[data-gx-grid-nodata],.ViewGrid[data-gx-grid-nodata],.WorkWithSelection[data-gx-grid-nodata],.WorkWithBorder[data-gx-grid-nodata],.GrillaPolVigentes[data-gx-grid-nodata],.FreeStyleGrid[data-gx-grid-nodata],.TrnSublevelGrid[data-gx-grid-nodata],.RecentLinksGrid[data-gx-grid-nodata],.VerticalTabGrid[data-gx-grid-nodata],.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata],.FreeStyleGridWithHeader[data-gx-grid-nodata],.ConSeparador[data-gx-grid-nodata],.GridDragging,.GridAcceptDrag,.GridNoAcceptDrag,.WorkWith,.PromptGrid,.ViewGrid,.WorkWithSelection,.WorkWithBorder,.GrillaPolVigentes
{
	margin-bottom: 1pt;
	margin-left: 1pt;
	margin-right: 1pt;
	margin-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 5pt;
	padding-right: 5pt;
	padding-top: 1pt;
	color: black;
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
	border-style: none;
	border-width: 0px;
	text-align: left;
}

.Grid>tbody>tr
{
	color: black;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
}

.Grid>thead>tr, .Grid>tfoot>tr
{
	color: black;
	color: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.Grid[data-bkgstyle='none']>thead>tr, .Grid[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.Grid[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
}

.Grid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .Grid[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .Grid[data-bkgstyle='uniform']>thead>tr, .Grid[data-bkgstyle='uniform']>tfoot>tr
{
	background-color: #d3d4d3;
	color: black;
	text-align: left;
}

.Grid[data-bkgstyle='header']>tbody>tr:nth-child(odd), .Grid[data-bkgstyle='header']>tbody>tr:nth-child(even), .Grid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	color: black;
	background-color: white;
	text-align: left;
}

.Grid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: black;
	background-color: white;
	text-align: left;
}

.Grid[data-bkgstyle='header']>thead>tr, .Grid[data-bkgstyle='header']>tfoot>tr, .Grid[data-bkgstyle='report']>thead>tr, .Grid[data-bkgstyle='report']>tfoot>tr
{
	color: black;
	background-color: #f2f2f2;
	text-align: left;
}

.GridNoData,.Grid[data-gx-grid-nodata],.GridCotizSegVida[data-gx-grid-nodata],.GridWithPaginationBar[data-gx-grid-nodata],.GridNoData[data-gx-grid-nodata],.GridDragging[data-gx-grid-nodata],.GridAcceptDrag[data-gx-grid-nodata],.GridNoAcceptDrag[data-gx-grid-nodata],.WorkWith[data-gx-grid-nodata],.PromptGrid[data-gx-grid-nodata],.ViewGrid[data-gx-grid-nodata],.WorkWithSelection[data-gx-grid-nodata],.WorkWithBorder[data-gx-grid-nodata],.GrillaPolVigentes[data-gx-grid-nodata],.FreeStyleGrid[data-gx-grid-nodata],.TrnSublevelGrid[data-gx-grid-nodata],.RecentLinksGrid[data-gx-grid-nodata],.VerticalTabGrid[data-gx-grid-nodata],.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata],.FreeStyleGridWithHeader[data-gx-grid-nodata],.ConSeparador[data-gx-grid-nodata]
{
	background-color: lightgray;
	min-height: 4em;
	width: 100%;
}

.GridNoData>tbody>tr
{
	color: black;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
}

.GridNoData>thead>tr, .GridNoData>tfoot>tr
{
	color: black;
	color: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.GridNoData[data-bkgstyle='none']>thead>tr, .GridNoData[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridNoData[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
}

.GridNoData[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .GridNoData[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .GridNoData[data-bkgstyle='uniform']>thead>tr, .GridNoData[data-bkgstyle='uniform']>tfoot>tr
{
	background-color: #d3d4d3;
	color: black;
	text-align: left;
}

.GridNoData[data-bkgstyle='header']>tbody>tr:nth-child(odd), .GridNoData[data-bkgstyle='header']>tbody>tr:nth-child(even), .GridNoData[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	color: black;
	background-color: white;
	text-align: left;
}

.GridNoData[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: black;
	background-color: white;
	text-align: left;
}

.GridNoData[data-bkgstyle='header']>thead>tr, .GridNoData[data-bkgstyle='header']>tfoot>tr, .GridNoData[data-bkgstyle='report']>thead>tr, .GridNoData[data-bkgstyle='report']>tfoot>tr
{
	color: black;
	background-color: #f2f2f2;
	text-align: left;
}

.GridDragging>tbody>tr
{
	color: black;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
}

.GridDragging>thead>tr, .GridDragging>tfoot>tr
{
	color: black;
	color: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.GridDragging[data-bkgstyle='none']>thead>tr, .GridDragging[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridDragging[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
}

.GridDragging[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .GridDragging[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .GridDragging[data-bkgstyle='uniform']>thead>tr, .GridDragging[data-bkgstyle='uniform']>tfoot>tr
{
	background-color: #d3d4d3;
	color: black;
	text-align: left;
}

.GridDragging[data-bkgstyle='header']>tbody>tr:nth-child(odd), .GridDragging[data-bkgstyle='header']>tbody>tr:nth-child(even), .GridDragging[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	color: black;
	background-color: white;
	text-align: left;
}

.GridDragging[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: black;
	background-color: white;
	text-align: left;
}

.GridDragging[data-bkgstyle='header']>thead>tr, .GridDragging[data-bkgstyle='header']>tfoot>tr, .GridDragging[data-bkgstyle='report']>thead>tr, .GridDragging[data-bkgstyle='report']>tfoot>tr
{
	color: black;
	background-color: #295572;
	text-align: left;
}

.GridAcceptDrag>tbody>tr
{
	color: black;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
}

.GridAcceptDrag>thead>tr, .GridAcceptDrag>tfoot>tr
{
	color: black;
	color: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.GridAcceptDrag[data-bkgstyle='none']>thead>tr, .GridAcceptDrag[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridAcceptDrag[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
}

.GridAcceptDrag[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .GridAcceptDrag[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .GridAcceptDrag[data-bkgstyle='uniform']>thead>tr, .GridAcceptDrag[data-bkgstyle='uniform']>tfoot>tr
{
	background-color: #d3d4d3;
	color: black;
	text-align: left;
}

.GridAcceptDrag[data-bkgstyle='header']>tbody>tr:nth-child(odd), .GridAcceptDrag[data-bkgstyle='header']>tbody>tr:nth-child(even), .GridAcceptDrag[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	color: black;
	background-color: white;
	text-align: left;
}

.GridAcceptDrag[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: black;
	background-color: white;
	text-align: left;
}

.GridAcceptDrag[data-bkgstyle='header']>thead>tr, .GridAcceptDrag[data-bkgstyle='header']>tfoot>tr, .GridAcceptDrag[data-bkgstyle='report']>thead>tr, .GridAcceptDrag[data-bkgstyle='report']>tfoot>tr
{
	color: black;
	background-color: #295572;
	text-align: left;
}

.GridNoAcceptDrag>tbody>tr
{
	color: black;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
}

.GridNoAcceptDrag>thead>tr, .GridNoAcceptDrag>tfoot>tr
{
	color: black;
	color: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.GridNoAcceptDrag[data-bkgstyle='none']>thead>tr, .GridNoAcceptDrag[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GridNoAcceptDrag[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
}

.GridNoAcceptDrag[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .GridNoAcceptDrag[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .GridNoAcceptDrag[data-bkgstyle='uniform']>thead>tr, .GridNoAcceptDrag[data-bkgstyle='uniform']>tfoot>tr
{
	background-color: #d3d4d3;
	color: black;
	text-align: left;
}

.GridNoAcceptDrag[data-bkgstyle='header']>tbody>tr:nth-child(odd), .GridNoAcceptDrag[data-bkgstyle='header']>tbody>tr:nth-child(even), .GridNoAcceptDrag[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	color: black;
	background-color: white;
	text-align: left;
}

.GridNoAcceptDrag[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: black;
	background-color: white;
	text-align: left;
}

.GridNoAcceptDrag[data-bkgstyle='header']>thead>tr, .GridNoAcceptDrag[data-bkgstyle='header']>tfoot>tr, .GridNoAcceptDrag[data-bkgstyle='report']>thead>tr, .GridNoAcceptDrag[data-bkgstyle='report']>tfoot>tr
{
	color: black;
	background-color: #295572;
	text-align: left;
}

.WorkWith,.PromptGrid,.ViewGrid,.WorkWithSelection
{
	border-style: solid;
	border-width: 5px;
	height: 25px;
	width: 100%;
	text-align: justify;
	border-collapse: collapse !important;
}

.WorkWith>tbody>tr
{
	color: black;
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: justify;
	border-collapse: collapse !important;
}

.WorkWith>thead>tr, .WorkWith>tfoot>tr
{
	color: black;
	color: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	border-collapse: collapse !important;
}

.WorkWith[data-bkgstyle='none']>thead>tr, .WorkWith[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.WorkWith[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: justify;
	border-collapse: collapse !important;
}

.WorkWith[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .WorkWith[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .WorkWith[data-bkgstyle='uniform']>thead>tr, .WorkWith[data-bkgstyle='uniform']>tfoot>tr
{
	background-color: white;
	color: black;
	text-align: justify;
	border-collapse: collapse !important;
}

.WorkWith[data-bkgstyle='header']>tbody>tr:nth-child(odd), .WorkWith[data-bkgstyle='header']>tbody>tr:nth-child(even), .WorkWith[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	color: black;
	text-align: justify;
	border-collapse: collapse !important;
}

.WorkWith[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: black;
	background-color: #f0f0f0;
	text-align: justify;
	border-collapse: collapse !important;
}

.WorkWith[data-bkgstyle='header']>thead>tr, .WorkWith[data-bkgstyle='header']>tfoot>tr, .WorkWith[data-bkgstyle='report']>thead>tr, .WorkWith[data-bkgstyle='report']>tfoot>tr
{
	color: black;
	background-color: #a2a2a2;
	text-align: justify;
	border-collapse: collapse !important;
}

.PromptGrid>tbody>tr
{
	color: black;
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: justify;
	border-collapse: collapse !important;
}

.PromptGrid>thead>tr, .PromptGrid>tfoot>tr
{
	color: black;
	color: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	border-collapse: collapse !important;
}

.PromptGrid[data-bkgstyle='none']>thead>tr, .PromptGrid[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.PromptGrid[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: justify;
	border-collapse: collapse !important;
}

.PromptGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .PromptGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .PromptGrid[data-bkgstyle='uniform']>thead>tr, .PromptGrid[data-bkgstyle='uniform']>tfoot>tr
{
	background-color: white;
	color: black;
	text-align: justify;
	border-collapse: collapse !important;
}

.PromptGrid[data-bkgstyle='header']>tbody>tr:nth-child(odd), .PromptGrid[data-bkgstyle='header']>tbody>tr:nth-child(even), .PromptGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	color: black;
	text-align: justify;
	border-collapse: collapse !important;
}

.PromptGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: black;
	background-color: #f0f0f0;
	text-align: justify;
	border-collapse: collapse !important;
}

.PromptGrid[data-bkgstyle='header']>thead>tr, .PromptGrid[data-bkgstyle='header']>tfoot>tr, .PromptGrid[data-bkgstyle='report']>thead>tr, .PromptGrid[data-bkgstyle='report']>tfoot>tr
{
	color: black;
	background-color: #a2a2a2;
	text-align: justify;
	border-collapse: collapse !important;
}

.ViewGrid>tbody>tr
{
	color: black;
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: justify;
	border-collapse: collapse !important;
}

.ViewGrid>thead>tr, .ViewGrid>tfoot>tr
{
	color: black;
	color: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	border-collapse: collapse !important;
}

.ViewGrid[data-bkgstyle='none']>thead>tr, .ViewGrid[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.ViewGrid[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: justify;
	border-collapse: collapse !important;
}

.ViewGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .ViewGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .ViewGrid[data-bkgstyle='uniform']>thead>tr, .ViewGrid[data-bkgstyle='uniform']>tfoot>tr
{
	background-color: white;
	color: black;
	text-align: justify;
	border-collapse: collapse !important;
}

.ViewGrid[data-bkgstyle='header']>tbody>tr:nth-child(odd), .ViewGrid[data-bkgstyle='header']>tbody>tr:nth-child(even), .ViewGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	color: black;
	text-align: justify;
	border-collapse: collapse !important;
}

.ViewGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: black;
	background-color: #f0f0f0;
	text-align: justify;
	border-collapse: collapse !important;
}

.ViewGrid[data-bkgstyle='header']>thead>tr, .ViewGrid[data-bkgstyle='header']>tfoot>tr, .ViewGrid[data-bkgstyle='report']>thead>tr, .ViewGrid[data-bkgstyle='report']>tfoot>tr
{
	color: black;
	background-color: #a2a2a2;
	text-align: justify;
	border-collapse: collapse !important;
}

.WorkWithSelection>tbody>tr
{
	color: black;
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: justify;
	border-collapse: collapse !important;
}

.WorkWithSelection>thead>tr, .WorkWithSelection>tfoot>tr
{
	color: black;
	color: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	border-collapse: collapse !important;
}

.WorkWithSelection[data-bkgstyle='none']>thead>tr, .WorkWithSelection[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.WorkWithSelection[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: justify;
	border-collapse: collapse !important;
}

.WorkWithSelection[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .WorkWithSelection[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .WorkWithSelection[data-bkgstyle='uniform']>thead>tr, .WorkWithSelection[data-bkgstyle='uniform']>tfoot>tr
{
	background-color: white;
	color: black;
	text-align: justify;
	border-collapse: collapse !important;
}

.WorkWithSelection[data-bkgstyle='header']>tbody>tr:nth-child(odd), .WorkWithSelection[data-bkgstyle='header']>tbody>tr:nth-child(even), .WorkWithSelection[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	color: black;
	text-align: justify;
	border-collapse: collapse !important;
}

.WorkWithSelection[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: black;
	background-color: #f0f0f0;
	text-align: justify;
	border-collapse: collapse !important;
}

.WorkWithSelection[data-bkgstyle='header']>thead>tr, .WorkWithSelection[data-bkgstyle='header']>tfoot>tr, .WorkWithSelection[data-bkgstyle='report']>thead>tr, .WorkWithSelection[data-bkgstyle='report']>tfoot>tr
{
	color: black;
	background-color: #a2a2a2;
	text-align: justify;
	border-collapse: collapse !important;
}

.WorkWithBorder
{
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	margin-bottom: 0px;
}

.WorkWithBorder>tbody>tr
{
	color: black;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
}

.WorkWithBorder>thead>tr, .WorkWithBorder>tfoot>tr
{
	color: black;
	color: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.WorkWithBorder[data-bkgstyle='none']>thead>tr, .WorkWithBorder[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.WorkWithBorder[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
}

.WorkWithBorder[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .WorkWithBorder[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .WorkWithBorder[data-bkgstyle='uniform']>thead>tr, .WorkWithBorder[data-bkgstyle='uniform']>tfoot>tr
{
	background-color: #d3d4d3;
	color: black;
	text-align: left;
}

.WorkWithBorder[data-bkgstyle='header']>tbody>tr:nth-child(odd), .WorkWithBorder[data-bkgstyle='header']>tbody>tr:nth-child(even), .WorkWithBorder[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	color: black;
	background-color: white;
	text-align: left;
}

.WorkWithBorder[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: black;
	background-color: white;
	text-align: left;
}

.WorkWithBorder[data-bkgstyle='header']>thead>tr, .WorkWithBorder[data-bkgstyle='header']>tfoot>tr, .WorkWithBorder[data-bkgstyle='report']>thead>tr, .WorkWithBorder[data-bkgstyle='report']>tfoot>tr
{
	color: black;
	background-color: #f2f2f2;
	text-align: left;
}

.GrillaPolVigentes
{
	border-bottom-color: gray;
	border-left-color: gray;
	border-right-color: gray;
	border-top-color: gray;
	border-style: solid;
	border-width: 0.5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.GrillaPolVigentes>tbody>tr
{
	color: black;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
}

.GrillaPolVigentes>thead>tr, .GrillaPolVigentes>tfoot>tr
{
	color: black;
	color: black;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

.GrillaPolVigentes[data-bkgstyle='none']>thead>tr, .GrillaPolVigentes[data-bkgstyle='none']>tfoot>tr
{
	background-color: transparent;}

.GrillaPolVigentes[data-bkgstyle='none']>tbody>tr
{
	color: black;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	background-color: white;
	text-align: left;
}

.GrillaPolVigentes[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .GrillaPolVigentes[data-bkgstyle='uniform']>tbody>tr:nth-child(even), .GrillaPolVigentes[data-bkgstyle='uniform']>thead>tr, .GrillaPolVigentes[data-bkgstyle='uniform']>tfoot>tr
{
	background-color: #d3d4d3;
	color: black;
	text-align: left;
}

.GrillaPolVigentes[data-bkgstyle='header']>tbody>tr:nth-child(odd), .GrillaPolVigentes[data-bkgstyle='header']>tbody>tr:nth-child(even), .GrillaPolVigentes[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	color: black;
	background-color: white;
	text-align: left;
}

.GrillaPolVigentes[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	color: black;
	background-color: white;
	text-align: left;
}

.GrillaPolVigentes[data-bkgstyle='header']>thead>tr, .GrillaPolVigentes[data-bkgstyle='header']>tfoot>tr, .GrillaPolVigentes[data-bkgstyle='report']>thead>tr, .GrillaPolVigentes[data-bkgstyle='report']>tfoot>tr
{
	color: black;
	background-color: #f2f2f2;
	text-align: left;
}

.Group,.GroupTitle,.Filtros,.GroupFiltrosTitle,.GroupTitleCotizacion,.GroupTitleNaranja,.GroupNaranja,.GroupNaranjaTitle
{
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	border-right-color: #ddd;
	border-top-color: #ddd;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	padding-left: 10px;
	font-family: 'Roboto', Arial, sans-serif;
}

.GroupTitle
{
	font-family: 'Roboto', Arial, sans-serif;
	font-family: 'Roboto', Arial, sans-serif;
}

.GroupTitle
{
	background-image: none;
	box-sizing: border-box;
	float: none;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	height: 29px;
	width: auto;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	font-size: 16px;
	font-variant: normal;
	font-weight: normal;
	color: #333;
	text-indent: 0px;
	border: none !important;
	font-weight: 500;
}

.GroupTitleTitle
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	box-sizing: border-box;
	float: none;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	font-variant: normal;
	font-weight: normal;
	color: #333;
	text-indent: 0px;
	border: none !important;
	font-weight: 500;
}

.Filtros,.GroupFiltrosTitle
{
	border-bottom-color: royalblue;
	border-left-color: royalblue;
	border-right-color: royalblue;
	border-top-color: royalblue;
	border-width: 2px;
}

.FiltrosTitle
{
	font-family: 'Roboto', Arial, sans-serif;
	font-family: 'Roboto', Arial, sans-serif;
}

.GroupFiltrosTitle
{
	border-bottom-color: #295572;
	border-left-color: #295572;
	border-right-color: #295572;
	border-top-color: #295572;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #295572;
}

.GroupFiltrosTitleTitle
{
	font-family: 'Roboto', Arial, sans-serif;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #295572;
}

.GroupTitleCotizacion
{
	background-image: none;
	box-sizing: border-box;
	float: none;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	height: 29px;
	width: auto;
	-moz-box-sizing: border-box;
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	color: #333;
	text-indent: 0px;
	border: none !important;
	font-weight: 500;
}

.GroupTitleCotizacionTitle
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d2322d;
	box-sizing: border-box;
	float: none;
	-moz-box-sizing: border-box;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	color: #333;
	text-indent: 0px;
	border: none !important;
	font-weight: 500;
}

.GroupTitleNaranja
{
	background-image: none;
	box-sizing: border-box;
	float: none;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	height: 29px;
	width: auto;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	font-size: 16px;
	font-variant: normal;
	font-weight: normal;
	color: darkorange;
	text-indent: 0px;
	border: none !important;
	font-weight: 500;
}

.GroupTitleNaranjaTitle
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	box-sizing: border-box;
	float: none;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	font-variant: normal;
	font-weight: normal;
	color: darkorange;
	text-indent: 0px;
	border: none !important;
	font-weight: 500;
}

.GroupNaranja,.GroupNaranjaTitle
{
	border-bottom-color: darkorange;
	border-left-color: darkorange;
	border-right-color: darkorange;
	border-top-color: darkorange;
	border-width: 3px;
}

.GroupNaranjaTitle
{
	font-family: 'Roboto', Arial, sans-serif;
	font-family: 'Roboto', Arial, sans-serif;
}

.GroupNaranjaTitle
{
	background-image: none;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	border-right-color: #ddd;
	border-top-color: #ddd;
	border-width: 1px;
	box-sizing: border-box;
	float: none;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	height: 29px;
	width: auto;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	font-size: 16px;
	font-variant: normal;
	font-weight: normal;
	color: #333;
	text-indent: 0px;
	border: none !important;
	font-weight: 500;
}

.GroupNaranjaTitleTitle
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	box-sizing: border-box;
	float: none;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	font-variant: normal;
	font-weight: normal;
	color: #333;
	text-indent: 0px;
	border: none !important;
	font-weight: 500;
}

.Image,.ImageCotizador,.ImageDragging,.ImageAcceptDrag,.ImageNoAcceptDrag,.ImageHeaderBackground,.HeaderImage1,.ImageHandCenter,.ImageHandCenter:hover,.TabPaging,.TabPagingNext,.TabPagingPrevious,.PoweredBy,.ResponsiveImage,.ImageAdd,.ImageBack,.UnauthorizedImage,.RoundedImage,.RoundedImageTitle,.PopupButtons,.PopupButtonsClose,.PopupButtonsCloseHovered,.Popup span.gx-popup-close,.Form .gx-popup.gx-popup-default span.gx-popup-close,.CoberturaD .gx-popup.gx-popup-default span.gx-popup-close,.PopupButtonsResize,.Popup div.gx-popup-resize,.Form .gx-popup.gx-popup-default div.gx-popup-resize,.CoberturaD .gx-popup.gx-popup-default div.gx-popup-resize,.ImageMenu,.logo,.ImageTop,.PagingButtons,.PagingButtonsFirst,.PagingButtonsLast,.PagingButtonsNext,.PagingButtonsPrevious,.ImageTopHeader,.ImageBlock,.ImageHiddenExtraSmall,.AssociationImage,.StepImage,.StepImageUnSelected,.anulada,.ImageCotizacion,.ImageSombra,.LogosPaos,.LogosPagos,.LogosPagosFormTarj,.LogosPaosTarjetaSel,.ImagenInspeccion
{
	border-style: none;
	border-width: 0px;
	vertical-align: middle;
}
.Image:before,.ImageCotizador:before,.ImageDragging:before,.ImageAcceptDrag:before,.ImageNoAcceptDrag:before,.ImageHeaderBackground:before,.HeaderImage1:before,.ImageHandCenter:before,.ImageHandCenter:hover:before,.TabPaging:before,.TabPagingNext:before,.TabPagingPrevious:before,.PoweredBy:before,.ResponsiveImage:before,.ImageAdd:before,.ImageBack:before,.UnauthorizedImage:before,.RoundedImage:before,.RoundedImageTitle:before,.PopupButtons:before,.PopupButtonsClose:before,.PopupButtonsCloseHovered:before,.Popup span.gx-popup-close:before,.Form .gx-popup.gx-popup-default span.gx-popup-close:before,.CoberturaD .gx-popup.gx-popup-default span.gx-popup-close:before,.PopupButtonsResize:before,.Popup div.gx-popup-resize:before,.Form .gx-popup.gx-popup-default div.gx-popup-resize:before,.CoberturaD .gx-popup.gx-popup-default div.gx-popup-resize:before,.ImageMenu:before,.logo:before,.ImageTop:before,.PagingButtons:before,.PagingButtonsFirst:before,.PagingButtonsLast:before,.PagingButtonsNext:before,.PagingButtonsPrevious:before,.ImageTopHeader:before,.ImageBlock:before,.ImageHiddenExtraSmall:before,.AssociationImage:before,.StepImage:before,.StepImageUnSelected:before,.anulada:before,.ImageCotizacion:before,.ImageSombra:before,.LogosPaos:before,.LogosPagos:before,.LogosPagosFormTarj:before,.LogosPaosTarjetaSel:before,.ImagenInspeccion:before
{
	vertical-align: middle;
}

.Image:after,.ImageCotizador:after,.ImageDragging:after,.ImageAcceptDrag:after,.ImageNoAcceptDrag:after,.ImageHeaderBackground:after,.HeaderImage1:after,.ImageHandCenter:after,.ImageHandCenter:hover:after,.TabPaging:after,.TabPagingNext:after,.TabPagingPrevious:after,.PoweredBy:after,.ResponsiveImage:after,.ImageAdd:after,.ImageBack:after,.UnauthorizedImage:after,.RoundedImage:after,.RoundedImageTitle:after,.PopupButtons:after,.PopupButtonsClose:after,.PopupButtonsCloseHovered:after,.Popup span.gx-popup-close:after,.Form .gx-popup.gx-popup-default span.gx-popup-close:after,.CoberturaD .gx-popup.gx-popup-default span.gx-popup-close:after,.PopupButtonsResize:after,.Popup div.gx-popup-resize:after,.Form .gx-popup.gx-popup-default div.gx-popup-resize:after,.CoberturaD .gx-popup.gx-popup-default div.gx-popup-resize:after,.ImageMenu:after,.logo:after,.ImageTop:after,.PagingButtons:after,.PagingButtonsFirst:after,.PagingButtonsLast:after,.PagingButtonsNext:after,.PagingButtonsPrevious:after,.ImageTopHeader:after,.ImageBlock:after,.ImageHiddenExtraSmall:after,.AssociationImage:after,.StepImage:after,.StepImageUnSelected:after,.anulada:after,.ImageCotizacion:after,.ImageSombra:after,.LogosPaos:after,.LogosPagos:after,.LogosPagosFormTarj:after,.LogosPaosTarjetaSel:after,.ImagenInspeccion:after
{
	vertical-align: middle;
}

.ImageCotizador
{
	width: 350px;
	max-width: 350px;
	min-width: 350px;
}
.logo
{
	margin-bottom: 16px;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 16px;
}
.PagingButtons,.PagingButtonsFirst,.PagingButtonsLast,.PagingButtonsNext,.PagingButtonsPrevious
{
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	cursor: pointer;
}
.PagingButtons:before,.PagingButtonsFirst:before,.PagingButtonsLast:before,.PagingButtonsNext:before,.PagingButtonsPrevious:before
{
	background-repeat: no-repeat;
	cursor: pointer;
}

.PagingButtons:after,.PagingButtonsFirst:after,.PagingButtonsLast:after,.PagingButtonsNext:after,.PagingButtonsPrevious:after
{
	background-repeat: no-repeat;
	cursor: pointer;
}

.PagingButtonsFirst
{
	background-image: url(../PortalAseg_Theme_RWD/PageFirst.png);
	width: 21px;
}
.PagingButtonsLast
{
	background-image: url(../PortalAseg_Theme_RWD/PageLast.png);
	width: 21px;
}
.PagingButtonsNext
{
	background-image: url(../PortalAseg_Theme_RWD/PageNext.png);
}
.PagingButtonsPrevious
{
	background-image: url(../PortalAseg_Theme_RWD/PagePrevious.png);
}
.ImageTopHeader
{
	height: 0px;
	width: 0px;
}
.ImageBlock
{
	display: block;
}
.ImageBlock:before
{
	display: block;
}

.ImageBlock:after
{
	display: block;
}

.StepImage,.StepImageUnSelected
{
	background-color: #d9534f;
	height: 60px;
}
.StepImageUnSelected
{
	background-color: #eee;
}
.anulada
{
	padding-right: 3px;
	vertical-align: baseline;
}
.anulada:before
{
	vertical-align: baseline;
}

.anulada:after
{
	vertical-align: baseline;
}

.ImageSombra
{
	box-shadow: 2px 4px 2px 1px gainsboro;
	width: 150px;
	max-width: 150px;
	min-width: 150px;
}
.LogosPaos,.LogosPagos,.LogosPagosFormTarj,.LogosPaosTarjetaSel
{
	border-top-left-radius: 10px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 5px;
	height: 32px;
	max-height: 32px;
	min-height: 32px;
	width: 32px;
	max-width: 32px;
	min-width: 32px;
}
.LogosPagos
{
	height: 64px;
	max-height: 64px;
	min-height: 64px;
	width: 64px;
	max-width: 64px;
	min-width: 64px;
}
.LogosPagosFormTarj
{
	border-bottom-color: black;
	border-left-color: black;
	border-right-color: black;
	border-top-color: black;
	border-style: solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 42px;
	max-height: 42px;
	min-height: 42px;
	width: 60px;
	max-width: 60px;
	min-width: 60px;
}
.LogosPaosTarjetaSel
{
	border-bottom-color: dodgerblue;
	border-left-color: dodgerblue;
	border-right-color: dodgerblue;
	border-top-color: dodgerblue;
	border-style: solid;
	border-width: 2px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 42px;
	max-height: 42px;
	min-height: 42px;
	width: 60px;
	max-width: 60px;
	min-width: 60px;
}
.ImagenInspeccion
{
	height: 250px;
	max-height: 200px;
	min-height: 200px;
	width: 300px;
	max-width: 250px;
	min-width: 250px;
}
.Table,.tbPanelFormaPago,.CellTitulo,.tbCenter,.TableDragging,.TableAcceptDrag,.TableNoAcceptDrag,.TableGrid,.TableLeftMenu,.TableTopMenu,.ViewTable,.TableHorizontalLine,.header_pink_line,.TableButtons,.Table960,.TableGreyFooter,.TableBlackFooter,.TableBlackHeader,.LevelTable,.BodyContainer,.LoginContainer,.HeaderContainer,.RecentLinksContainer,.ThinHeaderContainer,.FormContainer,.TabsFormContainer,.AdvancedContainerItem,.AdvancedContainerItemExpanded,.OrdersTable,.RecentLinksMainTable,.RecentLinksMainTableExpanded,.PromptContainer,.PromptMainTable,.GridTabMainTable,.TableHeaderRight,.TableLogo,.FiltersContainer,.FiltersContainerItem,.FilterContainerItemSearch,.NegativeMarginTop10,.Table193x216,.Table193x216Collapsed,.ActionsContainer,.ActionsContainerItem,.ActionsContainerVisible,.TableMasterPagePopup,.MergedItemNotRequired,.TableLabel50Percent,.TablaLogo,.TablaContenido,.TableAssociation,.MPBarBlue,.MPBarGreen,.MPBarLightBlue,.MPBarOrange,.pullLeft,.TablaDatos,.FSSingleLine,.FSWithHeaderCellBottomRow,.tbMain,.AdvancedContainer,.AdvancedContainerVisible,.AdvancedContainerFullHeight,.WWAdvancedContainer,.MainContainer,.TableDynamicFilters,.select,.PopupContentCell,.TextBlockTitleCell,.TableTitleCell,.DataDescriptionCell,.DataDescriptionCellLeft,.DataDescriptionCellLogin,.GridHeaderCell,.GridHeaderCellCleanFilters,.TableTop,.TableTopSearch,.TableTopDer,.TableTopIzq,.TableContent,.TableContentNoMargin,.TableContent10Margin,.Table100x100,.Table100x1004C,.TableViewGeneralAtts,.TableBorder,.TableGridHeader,.Table100x100H,.TableView,.HorizontalLineWWP,.HorizontalSpace,.TableBottom,.RecentLinksTable,.RecentLinksTableOdd,.RecentLinksTableEven,.Table80,.Table95,.GridLineEven,.GridLineOdd,.GridFooter,.TableData,.SpaceTable,.TableMain,.TableMainPopup,.TableLogin,.SmallTableLogin,.LargeTableLogin,.TableWhiteBorder,.TableMerged,.TableSearch,.TableCellBreadCrumbOdd,.TableCellBreadCrumbEven,.TableActions,.TableAttributesCell,.TableSearchCell,.TablePaddingLeft,.TableLineSeparator,.TableRowSideBar,.TableGroup,.MasterLeftZone,.MasterRightZone,.MPBar,.breadCrumbTitleCell,.TableActionsCell,.TableActionsCellLogin,.TableGeolocation,.TableBar,.Table100H,.TableCellAlignRight,.MasterMainClass,.ContentHolderCell,.TableAlignRight,.TableAlignRightMaster,.TableAlignRightWithMargin,.MasterTopIconsCell,.TableHiddenExtraSmall,.TableUserRoleMenuInfo,.CellPaddingTop,.TableViewTab,.TablePaddingTop5,.TableAlignedCentered,.TableWithBottomBorder,.Cabecera,.PieDePagina,.TableStepBulletLineCell,.TableWizardMain,.WizardStepsCell,.WizardStepsPositionCell,.FilterMultipleSelectorCell,.FilterMultiplePromptCell,.TableStep,.TableStepSelected,.TableContainerStep,.TableContainerStepSelected,.TableContainerStepFirst,.TableContainerStepLast,.TableStepBullet,.TableStepBulletChecked,.TableStepBulletSelected,.TableContainerStepBullet,.TableStepBulletLine,.TableStepBulletLineChecked,.WizardTitleCell,.TableStepInfo,.TableTotalizer,.TableTotalizerAl,.TablaConSombra,.pull,.TableMain1,.TableMainPopup1,.Table2,.TablaLogin,.Header,.TablaColorAzul,.TablaBusqueda,.CoberturaD5,.TablaTarjetaVacia,.tb100porc,.tbMainFlex,.tbDatos,.Table3,.Table4,.tbMainResp,.tbGridCotizVifa,.TableMainNoPadding
{
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	border-style: none;
	border-width: 0px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
}
.tbPanelFormaPago
{
	width: 60rem;
}
.CellTitulo
{
	text-align: center;
}
.tbCenter
{
	display: flex;
	flex-direction: column;
	margin: 3rem;
}
.pullLeft
{
	padding-left: 10pt;
}
.TablaDatos
{
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
.FSSingleLine
{
	height: 40px;
}
.FSWithHeaderCellBottomRow
{
	border-bottom: 1px;
	border-bottom-color: #efefef;
	border-style: solid;
}
.tbMain
{
	background-color: #f2f2f2;
	height: 35px;
	width: auto;
}
.AdvancedContainer,.AdvancedContainerVisible,.AdvancedContainerFullHeight
{
	border-bottom: 0px;
	border-left: 0px;
	border-right: 1px;
	border-top: 0px;
	padding-right: 15px;
	background-color: white;
	border-right-color: #d3d3d3;
	border-style: solid;
	 -moz-transition: left 0.5s ease-in-out 0s;
	 -webkit-transition: left 0.5s ease-in-out 0s;
	 -ms-transition: left 0.5s ease-in-out 0s;
	 transition: left 0.5s ease-in-out 0s;
}
.AdvancedContainerFullHeight
{
	min-height: 600px;
}
.WWAdvancedContainer
{
	margin-left: -45px;
	padding-right: 20px;
	background-color: white;
}
.TableDynamicFilters,.select
{
	margin-left: auto;
}
.PopupContentCell
{
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom-color: #e5e5e5;
	border-style: solid;
	padding-bottom:15px !important;
}
.TextBlockTitleCell
{
	padding-left: 20px;
	padding-top: 10px;
	white-space: nowrap;
	vertical-align: middle;
}
.TableTitleCell
{
	padding-right: 10px;
	white-space: nowrap;
	vertical-align: middle;
}
.DataDescriptionCell,.DataDescriptionCellLeft,.DataDescriptionCellLogin
{
	background-repeat: repeat-x;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	white-space: nowrap;
	background-image: none;
	height: 24px;
	text-align: right;
	vertical-align: middle;
}
.DataDescriptionCellLeft,.DataDescriptionCellLogin
{
	padding-bottom: 0px;
	text-align: left;
}
.DataDescriptionCellLogin
{
	padding-left: 5px;
}
.GridHeaderCell
{
	padding-right: 3pt;
	padding-top: 4px;
	white-space: nowrap;
}
.GridHeaderCellCleanFilters
{
	padding-top: 8px;
	vertical-align: top;
}
.TableTop,.TableTopSearch,.TableTopDer,.TableTopIzq
{
	background-repeat: repeat-x;
	list-style-image: none;
	background-image: url(../PortalAseg_Theme_RWD/HeaderBackground.gif);
	height: 80px;
	width: 100%;
}
.TableContent,.TableContentNoMargin,.TableContent10Margin
{
	margin-top: 10px;
	border-bottom-color: #d8d8d8;
	border-left-color: #d8d8d8;
	border-right-color: #d8d8d8;
	border-top-color: #d8d8d8;
	border-style: solid;
	vertical-align: top;
}
.TableContentNoMargin
{
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	border-right-color: #ddd;
	border-top-color: #ddd;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	width: 100%;
}
.TableContent10Margin
{
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 5px;
}
.Table100x100,.Table100x1004C,.TableViewGeneralAtts,.TableBorder,.TableGridHeader,.Table100x100H
{
	width: 100%;
	text-align: left;
	vertical-align: top;
}
.TableBorder
{
	padding-bottom: 5pt;
	padding-left: 5pt;
	padding-right: 5pt;
	padding-top: 5pt;
	border-bottom-color: #5f7f96;
	border-left-color: #5f7f96;
	border-right-color: #5f7f96;
	border-top-color: #5f7f96;
	border-style: solid;
	border-width: 2px;
}
.TableGridHeader
{
	margin-top: 15px;
}
.Table100x100H
{
	height: 100%;
}
.TableView
{
	margin-left: 1px;
	margin-top: 15px;
	background-color: white;
	color: #404040;
	width: 100%;
	border-top-width:0px;
}
.HorizontalLineWWP
{
	background-color: #cee397;
	height: 1px;
	width: 100%;
}
.HorizontalSpace
{
	background-color: #fff;
	height: 10px;
	width: 100%;
}
.TableBottom
{
	background-color: #295572;
	height: 30px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.RecentLinksTable,.RecentLinksTableOdd,.RecentLinksTableEven
{
	background-color: whitesmoke;
	border-bottom-color: #9d1f1f;
	border-width: 1px;
	height: 15px;
	width: 100%;
}
.RecentLinksTableOdd
{
	background-color:#DFE0E2 !important;
}
.RecentLinksTableEven
{
	background-color:#E9EEF2 !important;
}
.Table80
{
	width: 80%;
}
.Table95
{
	width: 100%;
}
.GridLineEven,.GridLineOdd
{
	padding-left: 2pt;
	padding-right: 2pt;
	background-color: white;
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
	font-size: 8.5pt;
	height: 100%;
	width: 100%;
}
.GridLineOdd
{
	background-color: #f2f2f2;
}
.GridFooter
{
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 2px;
	background-color: white;
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
	font-family: Calibri;
	font-size: 11pt;
	font-weight: bold;
	height: 26px;
	width: 100%;
}
.TableData
{
	border-width: 1px;
	width: 100%;
}
.SpaceTable
{
	height: 100px;
}
.TableMain,.TableMainPopup
{
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-top: 30px;
}
.TableMainPopup
{
	padding-top: 15px;
}
.TableLogin,.SmallTableLogin,.LargeTableLogin
{
	background-color: transparent;
	height: 270px;
	width: 420px;
}
.TableWhiteBorder
{
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
	border-style: solid;
	border-width: 1px;
}
.TableMerged
{
	padding-right: 2px;
}
.TableSearch
{
	margin-bottom: 5px;
	width: 100%;
	-moz-border-radius: 5px;
	 border-radius: 5px;
}
.TableCellBreadCrumbOdd
{
	background-color:#E9EEF2 !important;
}
.TableCellBreadCrumbEven
{
	background-color:#DFE0E2 !important;
}
.TableActions
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.TableAttributesCell
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.TableSearchCell
{
	text-align: right;
	vertical-align: middle;
}
.TablePaddingLeft
{
	padding-left: 15px;
}
.TableLineSeparator
{
	padding-left: 20px;
	padding-right: 20px;
}
.TableRowSideBar
{
	height: 40px;
}
.TableGroup
{
	border-top: 1px;
	box-shadow: 0px 1px 1px 0, (Unknown);
	margin-bottom: 20px;
	background-color: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);
	border-collapse: separate !important;
}
.MasterLeftZone
{
	border-bottom: 0px;
	border-left: 0px;
	border-right: 1px;
	border-top: 0px;
	padding-right: 20px;
	border-right-color: #d3d3d3;
	border-style: solid;
}
.MasterRightZone
{
	padding-left: 20px;
}
.MPBar
{
	margin-left: -15px;
	margin-right: -15px;
	background-image: url(../RedBar.png);
	height: 7px;
}
.breadCrumbTitleCell
{
	background-position: 100%;
	background-repeat: no-repeat;
	padding-right: 5px;
	white-space: nowrap;
	background-color: white;
	background-image: none;
	vertical-align: middle;
}
.TableActionsCell,.TableActionsCellLogin
{
	padding-right: 10px;
}
.TableActionsCellLogin
{
	padding-top: 20px;
	text-align: right;
}
.TableGeolocation
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.TableBar
{
	height: 7px;
	width: 100%;
}
.Table100H
{
	height: 100%;
}
.TableCellAlignRight
{
	text-align: right;
}
.MasterMainClass
{
	padding-top: 15px;
}
.ContentHolderCell
{
	border-left: 1px;
	padding-left: 15px;
	border-left-color: #d3d3d3;
	border-style: solid;
	vertical-align: top;
}
.TableAlignRight,.TableAlignRightMaster,.TableAlignRightWithMargin
{
	margin-left: auto;
}
.TableAlignRightWithMargin
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.MasterTopIconsCell
{
	padding-left: 25px;
}
.TableUserRoleMenuInfo
{
	padding-right: 10px;
}
.CellPaddingTop
{
	padding-top: 20px;
}
.TablePaddingTop5
{
	padding-top: 5px;
}
.TableAlignedCentered
{
	margin-left: auto;
	margin-right: auto;
}
.TableWithBottomBorder
{
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom-color: #e5e5e5;
	border-style: solid;
	padding-bottom:0px !important;
}
.Cabecera
{
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
	border-bottom-color: #fb5f01;
	border-style: solid;
}
.PieDePagina
{
	border-top: 1px;
	box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.5);
	margin-top: 15px;
	padding-bottom: 30px;
	padding-top: 30px;
	border-top-color: #ff6400;
	border-style: solid;
}
.TableStepBulletLineCell
{
	width: 50%;
}
.TableWizardMain
{
	border-bottom-color: #eee;
	border-left-color: #eee;
	border-right-color: #eee;
	border-top-color: #eee;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.WizardStepsCell
{
	padding-top:15px !important;
	padding-left:15px !important;
	padding-right:15px !important;
	padding-bottom:15px !important;
}
.WizardStepsPositionCell
{
	padding-top: 0px;
	padding-bottom:15px !important;
	padding-left:15px !important;
	padding-right:15px !important;
}
.FilterMultipleSelectorCell
{
	height: 30px;
	vertical-align: top;
	padding-top:6px !important;
	 padding-right:0px !important;
}
.FilterMultiplePromptCell
{
	font-family: Verdana,Arial;
	font-size: 9pt;
	height: 30px;
	vertical-align: top;
	padding-top:6px !important;
	padding-left:5px !important;
	padding-right:6px !important;
}
.TableStep,.TableStepSelected
{
	border-bottom-color: #696564;
	border-left-color: #696564;
	border-right-color: #696564;
	border-top-color: #696564;
	border-style: solid;
	border-width: 2px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	height: 25px;
	width: 25px;
	text-align: center;
}
.TableStepSelected
{
	border-bottom-color: white;
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
}
.TableContainerStep,.TableContainerStepSelected
{
	background-color: #eee;
}
.TableContainerStepSelected
{
	background-color: #d9534f;
}
.TableContainerStepFirst
{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.TableContainerStepLast
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.TableStepBullet,.TableStepBulletChecked,.TableStepBulletSelected
{
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background-color: #ddd;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	height: 25px;
	width: 25px;
}
.TableStepBulletChecked,.TableStepBulletSelected
{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #d9534f;
	background-image: url(../WizardStepChecked.png);
}
.TableStepBulletSelected
{
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: none;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	border-bottom-left-radius: 35px;
	height: 35px;
	width: 35px;
}
.TableContainerStepBullet
{
	width: 100px;
}
.TableStepBulletLine,.TableStepBulletLineChecked
{
	background-position: 0;
	background-color: #ddd;
	background-image: url(../BulletLine.png);
	width: 100%;
}
.TableStepBulletLineChecked
{
	background-color: #d9534f;
}
.WizardTitleCell
{
	padding-top:15px !important;
	padding-left:15px !important;
	padding-right:15px !important;
}
.TableStepInfo
{
	margin-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	background-color: #eee;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.TableTotalizer,.TableTotalizerAl
{
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	margin-left: 1px;
	margin-top: -2px;
	width: 100%;
}
.TableTotalizerAl
{
	margin-top: 0px;
}
.TablaConSombra
{
	box-shadow: 0.5px 0.5px 2px 2px whitesmoke;
	float: none;
	border-bottom-color: #eee;
	border-left-color: #eee;
	border-right-color: #eee;
	border-top-color: #eee;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pull
{
	padding-left: 20pt;
	padding-right: 20pt;
}
.TableMain1,.TableMainPopup1
{
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 10px;
}
.TableMainPopup1
{
	padding-top: 15px;
}
.TablaLogin
{
	padding-bottom: 15pt;
	padding-left: 10pt;
	padding-right: 10pt;
	padding-top: 15pt;
	border-bottom-color: gainsboro;
	border-left-color: gainsboro;
	border-right-color: gainsboro;
	border-top-color: gainsboro;
	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;
}
.Header
{
	left: 0px;
	top: 0px;
	width: 100%;
	text-align: left;
}
.TablaColorAzul
{
	box-shadow: 2px 2px lightgray;
	background-color: #f36e21;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 300px;
	width: 320px;
}
.TablaBusqueda
{
	margin-bottom: 1pt;
	margin-left: 1pt;
	margin-right: 1pt;
	margin-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 5pt;
	padding-right: 5pt;
	padding-top: 10pt;
	border-bottom-color: silver;
	border-left-color: silver;
	border-right-color: silver;
	border-top-color: silver;
	border-style: solid;
	border-width: 0.5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.CoberturaD5
{
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	position: relative;
	background-image: url(../PortalAseg_Theme_RWD/coberturaD5.PNG);
	min-height: 380px;
}
.TablaTarjetaVacia
{
	background-image: url(../Tarjeta.png);
}
.tb100porc
{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
.tbMainFlex
{
	display: flex;
	align-items: center;
	justify-content: center;
}
.tbDatos
{
	align-items: center;
}
.Table4
{
	width: 60rem;
}
.tbMainResp
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.tbGridCotizVifa
{
	display: flex;
	 flex-direction: column;
	 width: 50vw;
}
.TableMainNoPadding
{
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 0px;
}
.TextBlock,.txtTitCapitales,.TextoBlanco,.SubTextoBlanco,.TextBlockDragging,.TextBlockAcceptDrag,.TextBlockNoAcceptDrag,.Title,.BigTitle,.SeparateBigTitle,.SubTitle,.GridNewRow,.GridNewRowWhite,.Grid>tfoot .gx_newrow,.GridCotizSegVida>tfoot .gx_newrow,.GridWithPaginationBar>tfoot .gx_newrow,.GridNoData>tfoot .gx_newrow,.Grid[data-gx-grid-nodata]>tfoot .gx_newrow,.GridCotizSegVida[data-gx-grid-nodata]>tfoot .gx_newrow,.GridWithPaginationBar[data-gx-grid-nodata]>tfoot .gx_newrow,.GridNoData[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,.WorkWith[data-gx-grid-nodata]>tfoot .gx_newrow,.PromptGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.ViewGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.WorkWithSelection[data-gx-grid-nodata]>tfoot .gx_newrow,.WorkWithBorder[data-gx-grid-nodata]>tfoot .gx_newrow,.GrillaPolVigentes[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.TrnSublevelGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.RecentLinksGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.VerticalTabGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow,.FreeStyleGridWithHeader[data-gx-grid-nodata]>tfoot .gx_newrow,.ConSeparador[data-gx-grid-nodata]>tfoot .gx_newrow,.GridDragging>tfoot .gx_newrow,.GridAcceptDrag>tfoot .gx_newrow,.GridNoAcceptDrag>tfoot .gx_newrow,.WorkWith>tfoot .gx_newrow,.PromptGrid>tfoot .gx_newrow,.ViewGrid>tfoot .gx_newrow,.WorkWithSelection>tfoot .gx_newrow,.WorkWithBorder>tfoot .gx_newrow,.GrillaPolVigentes>tfoot .gx_newrow,.FreeStyleGridFooter>.gx_newrow,.TrnSublevelGridFooter>.gx_newrow,.RecentLinksGridFooter>.gx_newrow,.VerticalTabGridFooter>.gx_newrow,.ColumnsSelectorFreeStyleGridFooter>.gx_newrow,.FreeStyleGridWithHeaderFooter>.gx_newrow,.ConSeparadorFooter>.gx_newrow,.GridLoadingText,.Grid+div.gx-grid-loading,.GridCotizSegVida+div.gx-grid-loading,.GridWithPaginationBar+div.gx-grid-loading,.GridNoData+div.gx-grid-loading,.Grid[data-gx-grid-nodata]+div.gx-grid-loading,.GridCotizSegVida[data-gx-grid-nodata]+div.gx-grid-loading,.GridWithPaginationBar[data-gx-grid-nodata]+div.gx-grid-loading,.GridNoData[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,.WorkWith[data-gx-grid-nodata]+div.gx-grid-loading,.PromptGrid[data-gx-grid-nodata]+div.gx-grid-loading,.ViewGrid[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWithSelection[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWithBorder[data-gx-grid-nodata]+div.gx-grid-loading,.GrillaPolVigentes[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading,.TrnSublevelGrid[data-gx-grid-nodata]+div.gx-grid-loading,.RecentLinksGrid[data-gx-grid-nodata]+div.gx-grid-loading,.VerticalTabGrid[data-gx-grid-nodata]+div.gx-grid-loading,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGridWithHeader[data-gx-grid-nodata]+div.gx-grid-loading,.ConSeparador[data-gx-grid-nodata]+div.gx-grid-loading,.GridDragging+div.gx-grid-loading,.GridAcceptDrag+div.gx-grid-loading,.GridNoAcceptDrag+div.gx-grid-loading,.WorkWith+div.gx-grid-loading,.PromptGrid+div.gx-grid-loading,.ViewGrid+div.gx-grid-loading,.WorkWithSelection+div.gx-grid-loading,.WorkWithBorder+div.gx-grid-loading,.GrillaPolVigentes+div.gx-grid-loading,.FreeStyleGrid+div.gx-grid-loading,.TrnSublevelGrid+div.gx-grid-loading,.RecentLinksGrid+div.gx-grid-loading,.VerticalTabGrid+div.gx-grid-loading,.ColumnsSelectorFreeStyleGrid+div.gx-grid-loading,.FreeStyleGridWithHeader+div.gx-grid-loading,.ConSeparador+div.gx-grid-loading,.GridNoDataText,.Grid+.gx-text-gridnodata,.GridCotizSegVida+.gx-text-gridnodata,.GridWithPaginationBar+.gx-text-gridnodata,.GridNoData+.gx-text-gridnodata,.Grid[data-gx-grid-nodata]+.gx-text-gridnodata,.GridCotizSegVida[data-gx-grid-nodata]+.gx-text-gridnodata,.GridWithPaginationBar[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNoData[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,.WorkWith[data-gx-grid-nodata]+.gx-text-gridnodata,.PromptGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.ViewGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWithSelection[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWithBorder[data-gx-grid-nodata]+.gx-text-gridnodata,.GrillaPolVigentes[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.TrnSublevelGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.RecentLinksGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.VerticalTabGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGridWithHeader[data-gx-grid-nodata]+.gx-text-gridnodata,.ConSeparador[data-gx-grid-nodata]+.gx-text-gridnodata,.GridDragging+.gx-text-gridnodata,.GridAcceptDrag+.gx-text-gridnodata,.GridNoAcceptDrag+.gx-text-gridnodata,.WorkWith+.gx-text-gridnodata,.PromptGrid+.gx-text-gridnodata,.ViewGrid+.gx-text-gridnodata,.WorkWithSelection+.gx-text-gridnodata,.WorkWithBorder+.gx-text-gridnodata,.GrillaPolVigentes+.gx-text-gridnodata,.FreeStyleGrid+.gx-text-gridnodata,.TrnSublevelGrid+.gx-text-gridnodata,.RecentLinksGrid+.gx-text-gridnodata,.VerticalTabGrid+.gx-text-gridnodata,.ColumnsSelectorFreeStyleGrid+.gx-text-gridnodata,.FreeStyleGridWithHeader+.gx-text-gridnodata,.ConSeparador+.gx-text-gridnodata,.FloatingVersionText,.FloatingVersionTextColoured,.VersionText,.bullet,.subBullet,.TextTable,.TBTopMenu,.TBLeftMenu,.TextBlockHeader,.PopupTitle,.TextBlockHeaderLinkClass,.FieldSetTitle,.Separator,.Mesage,.SmallLink,.FooterText,.RecentLinkItem,.VerticalMenuOption,.RecentsTitle,.WWAdvancedLabel,.WWOrderByLabel,.WWFilterLabel,.WWDateFilterLabel,.WWOrderItem,.WWOrderItemSelected,.WWLinkOrderItem,.WWOrderItemHover,.BtnTextBlock,.BtnTextBlockBack,.BtnTextBlockBackLink,.TextLikeLink,.WelcomeText,.WelcomeTextName,.WelcomeTextMarginLeft,.PagingText,.SelectedPagingText,.GlobalTitle,.BigGlobalTitle,.MainMenuTitle,.FilterLabel,.SubtitleLabel,.LogoutMenuOption,.SpecialText,.SpecialTextLabel,.RoundedImageText,.LinkRoundedImageText,.ActionText,.LinkText,.Comentario,.TextBlockBlanco,.PieTitulo,.PieItem,.PieDato,.TextBlockFSWithHeaderTitle,.Label,.RequiredLabel,.gx-label.AttributeLabel,.gx-label.AttributeFLLabel,.gx-label.TotalLabel,.gx-label.FEMENINO:F;MASCULINO:MLabel,.gx-label.FEMENINO:F,MASCULINO:MLabel,.gx-label.LetraBlanca1Label,.gx-label.AssociationListAttributeCheckBoxLabel,.gx-label.AttSubTitleLabel,.gx-label.BlobInputAttSubTitleLabel,.gx-label.BlobContentAttSubTitleLabel,.gx-label.ReadonlyBlobContentAttSubTitleLabel,.gx-label.ReadonlyAttSubTitleLabel,.gx-label.IME_ActiveLabel,.gx-label.BlobContentIME_ActiveLabel,.gx-label.ReadonlyBlobContentIME_ActiveLabel,.gx-label.BlobInputIME_ActiveLabel,.gx-label.ReadonlyIME_ActiveLabel,.gx-label.IME_InactiveLabel,.gx-label.BlobContentIME_InactiveLabel,.gx-label.ReadonlyBlobContentIME_InactiveLabel,.gx-label.BlobInputIME_InactiveLabel,.gx-label.ReadonlyIME_InactiveLabel,.gx-label.IME_DisabledLabel,.gx-label.BlobContentIME_DisabledLabel,.gx-label.ReadonlyBlobContentIME_DisabledLabel,.gx-label.BlobInputIME_DisabledLabel,.gx-label.ReadonlyIME_DisabledLabel,.gx-label.CheckboxLabelLabel,.gx-label.BlobContentCheckboxLabelLabel,.gx-label.ReadonlyBlobContentCheckboxLabelLabel,.gx-label.BlobInputCheckboxLabelLabel,.gx-label.ReadonlyCheckboxLabelLabel,.gx-label.FilterAttributeLabel,.gx-label.BlobContentFilterAttributeLabel,.gx-label.ReadonlyBlobContentFilterAttributeLabel,.gx-label.ReadonlyFilterAttributeLabel,.gx-label.BlobInputFilterAttributeLabel,.gx-label.FilterComboAttributeLabel,.gx-label.BlobContentFilterComboAttributeLabel,.gx-label.ReadonlyBlobContentFilterComboAttributeLabel,.gx-label.BlobInputFilterComboAttributeLabel,.gx-label.ReadonlyFilterComboAttributeLabel,.gx-label.FilterSearchAttributeLabel,.gx-label.BlobContentFilterSearchAttributeLabel,.gx-label.ReadonlyBlobContentFilterSearchAttributeLabel,.gx-label.BlobInputFilterSearchAttributeLabel,.gx-label.ReadonlyFilterSearchAttributeLabel,.gx-label.FilterSearchAttributeFocusLabel,.gx-label.BlobContentFilterSearchAttributeFocusLabel,.gx-label.ReadonlyBlobContentFilterSearchAttributeFocusLabel,.gx-label.BlobInputFilterSearchAttributeFocusLabel,.gx-label.ReadonlyFilterSearchAttributeFocusLabel,.gx-label.DateFilterSearchAttributeLabel,.gx-label.BlobContentDateFilterSearchAttributeLabel,.gx-label.ReadonlyBlobContentDateFilterSearchAttributeLabel,.gx-label.BlobInputDateFilterSearchAttributeLabel,.gx-label.ReadonlyDateFilterSearchAttributeLabel,.gx-label.FilterPanelLabel,.gx-label.BlobContentFilterPanelLabel,.gx-label.ReadonlyBlobContentFilterPanelLabel,.gx-label.BlobInputFilterPanelLabel,.gx-label.ReadonlyFilterPanelLabel,.gx-label.DescriptionAttributeLabel,.gx-label.BlobContentDescriptionAttributeLabel,.gx-label.ReadonlyBlobContentDescriptionAttributeLabel,.gx-label.ReadonlyDescriptionAttributeLabel,.gx-label.BlobInputDescriptionAttributeLabel,.gx-label.LoginAttributeLabel,.gx-label.BlobContentLoginAttributeLabel,.gx-label.ReadonlyBlobContentLoginAttributeLabel,.gx-label.BlobInputLoginAttributeLabel,.gx-label.ReadonlyLoginAttributeLabel,.gx-label.LoginComboAttributeLabel,.gx-label.BlobContentLoginComboAttributeLabel,.gx-label.ReadonlyBlobContentLoginComboAttributeLabel,.gx-label.BlobInputLoginComboAttributeLabel,.gx-label.ReadonlyLoginComboAttributeLabel,.gx-label.RegistrationAttributeLabel,.gx-label.BlobContentRegistrationAttributeLabel,.gx-label.ReadonlyBlobContentRegistrationAttributeLabel,.gx-label.BlobInputRegistrationAttributeLabel,.gx-label.ReadonlyRegistrationAttributeLabel,.gx-label.RequiredAttributeLabel,.gx-label.BlobContentRequiredAttributeLabel,.gx-label.ReadonlyBlobContentRequiredAttributeLabel,.gx-label.BlobInputRequiredAttributeLabel,.gx-label.ReadonlyRequiredAttributeLabel,.gx-label.InactiveAttributeLabel,.gx-label.BlobContentInactiveAttributeLabel,.gx-label.ReadonlyBlobContentInactiveAttributeLabel,.gx-label.BlobInputInactiveAttributeLabel,.gx-label.ReadonlyInactiveAttributeLabel,.gx-label.ComboAttributeLabel,.gx-label.BlobContentComboAttributeLabel,.gx-label.ReadonlyBlobContentComboAttributeLabel,.gx-label.BlobInputComboAttributeLabel,.gx-label.ReadonlyComboAttributeLabel,.gx-label.SubtitleAttributeLabel,.gx-label.BlobContentSubtitleAttributeLabel,.gx-label.ReadonlyBlobContentSubtitleAttributeLabel,.gx-label.BlobInputSubtitleAttributeLabel,.gx-label.ReadonlySubtitleAttributeLabel,.gx-label.URLAttributeLabel,.gx-label.BlobContentURLAttributeLabel,.gx-label.ReadonlyBlobContentURLAttributeLabel,.gx-label.BlobInputURLAttributeLabel,.gx-label.ReadonlyURLAttributeLabel,.gx-label.TextAttributeLabel,.gx-label.BlobContentTextAttributeLabel,.gx-label.ReadonlyBlobContentTextAttributeLabel,.gx-label.BlobInputTextAttributeLabel,.gx-label.ReadonlyTextAttributeLabel,.gx-label.TextActionAttributeLabel,.gx-label.BlobContentTextActionAttributeLabel,.gx-label.ReadonlyBlobContentTextActionAttributeLabel,.gx-label.BlobInputTextActionAttributeLabel,.gx-label.ReadonlyTextActionAttributeLabel,.gx-label.AttributeWidthAutoLabel,.gx-label.AttributeTotalizerLabel,.gx-label.AttributeSecondaryLabel,.gx-label.Attribute250Label,.gx-label.BootstrapTooltipRightLabel,.gx-label.BootstrapTooltipLeftLabel,.gx-label.AttributeNoWrapLabel,.gx-label.UpdateAttributeLabel,.gx-label.descargaLabel,.gx-label.BlobContentdescargaLabel,.gx-label.ReadonlyBlobContentdescargaLabel,.gx-label.BlobInputdescargaLabel,.gx-label.ReadonlydescargaLabel,.gx-label.BootstrapAttributeLabel,.gx-label.BlobContentBootstrapAttributeLabel,.gx-label.ReadonlyBlobContentBootstrapAttributeLabel,.gx-label.BlobInputBootstrapAttributeLabel,.gx-label.ReadonlyBootstrapAttributeLabel,.gx-label.ErrorBootstrapAttributeLabel,.gx-label.BootstrapAttributeDateLabel,.gx-label.BlobContentBootstrapAttributeDateLabel,.gx-label.ReadonlyBlobContentBootstrapAttributeDateLabel,.gx-label.BlobInputBootstrapAttributeDateLabel,.gx-label.ReadonlyBootstrapAttributeDateLabel,.gx-label.BootstrapAttributeCheckBoxLabel,.gx-label.BlobContentBootstrapAttributeCheckBoxLabel,.gx-label.ReadonlyBlobContentBootstrapAttributeCheckBoxLabel,.gx-label.BlobInputBootstrapAttributeCheckBoxLabel,.gx-label.ReadonlyBootstrapAttributeCheckBoxLabel,.gx-label.AttributeCheckBoxColumnsSelectorLabel,.gx-label.BlobContentAttributeCheckBoxColumnsSelectorLabel,.gx-label.ReadonlyBlobContentAttributeCheckBoxColumnsSelectorLabel,.gx-label.BlobInputAttributeCheckBoxColumnsSelectorLabel,.gx-label.ReadonlyAttributeCheckBoxColumnsSelectorLabel,.gx-label.BootstrapAttributeDateTimeLabel,.gx-label.BlobContentBootstrapAttributeDateTimeLabel,.gx-label.ReadonlyBlobContentBootstrapAttributeDateTimeLabel,.gx-label.BlobInputBootstrapAttributeDateTimeLabel,.gx-label.ReadonlyBootstrapAttributeDateTimeLabel,.gx-label.ErrorBootstrapAttributeDateTimeLabel,.gx-label.ErrorBootstrapAttributeDateLabel,.gx-label.ErrorBootstrapAttributeCheckBoxLabel,.gx-label.BootstrapAttributeGrayLabel,.gx-label.BlobContentBootstrapAttributeGrayLabel,.gx-label.ReadonlyBlobContentBootstrapAttributeGrayLabel,.gx-label.BlobInputBootstrapAttributeGrayLabel,.gx-label.ReadonlyBootstrapAttributeGrayLabel,.gx-label.UserNickNameLabel,.gx-label.BlobContentUserNickNameLabel,.gx-label.ReadonlyBlobContentUserNickNameLabel,.gx-label.BlobInputUserNickNameLabel,.gx-label.ReadonlyUserNickNameLabel,.gx-label.UserPositionLabel,.gx-label.BlobContentUserPositionLabel,.gx-label.ReadonlyBlobContentUserPositionLabel,.gx-label.BlobInputUserPositionLabel,.gx-label.ReadonlyUserPositionLabel,.gx-label.(none)CheckBoxLabel,.gx-label.LabelCheckBoxLabel,.gx-label.botonLupaLabel,.gx-label.form-controlLabel,.gx-label.badgeNaranjaLabel,.gx-label.badgeVerdeLabel,.gx-label.badgeAmarilloLabel,.gx-label.badgeAzulLabel,.gx-label.Attribute1Label,.gx-label.BlobContentbadgeLabel,.gx-label.ReadonlyBlobContentbadgeLabel,.gx-label.BlobInputbadgeLabel,.gx-label.ReadonlybadgeLabel,.gx-label.sinBordeRojoLabel,.gx-label.textareaSolicitudesLabel,.gx-label.badgeLabel,.gx-label.badgeBlueLabel,.gx-label.badgeRedLabel,.gx-label.badgeGreenLabel,.gx-label.badgeYellowLabel,.gx-label.badgePurpleLabel,.gx-label.margenInferior13pxLabel,.gx-label.AttributeDateTimeLabel,.gx-label.ReadonlyAttributeDateTimeLabel,.gx-label.CheckBoxLabel,.gx-label.BlobContentCheckBoxLabel,.gx-label.ReadonlyBlobContentCheckBoxLabel,.gx-label.BlobInputCheckBoxLabel,.gx-label.ReadonlyCheckBoxLabel,.gx-label.AttributeCheckBoxLabel,.gx-label.ImageAttributeLabel,.gx-label.ResponsiveImageAttributeLabel,.gx-label.BlobContentResponsiveImageAttributeLabel,.gx-label.ReadonlyBlobContentResponsiveImageAttributeLabel,.gx-label.ReadonlyResponsiveImageAttributeLabel,.gx-label.BlobInputResponsiveImageAttributeLabel,.gx-label.ProfileImageAttributeLabel,.gx-label.BlobContentProfileImageAttributeLabel,.gx-label.ReadonlyBlobContentProfileImageAttributeLabel,.gx-label.BlobInputProfileImageAttributeLabel,.gx-label.ReadonlyProfileImageAttributeLabel,.gx-label.SmallProfileImageAttributeLabel,.gx-label.BlobContentSmallProfileImageAttributeLabel,.gx-label.ReadonlyBlobContentSmallProfileImageAttributeLabel,.gx-label.BlobInputSmallProfileImageAttributeLabel,.gx-label.ReadonlySmallProfileImageAttributeLabel,.gx-label.ActionAttributeLabel,.gx-label.BlobContentActionAttributeLabel,.gx-label.ReadonlyBlobContentActionAttributeLabel,.gx-label.ReadonlyActionAttributeLabel,.gx-label.DeleteAttributeLabel,.gx-label.BlobContentDeleteAttributeLabel,.gx-label.ReadonlyBlobContentDeleteAttributeLabel,.gx-label.ReadonlyDeleteAttributeLabel,.gx-label.BlobInputDeleteAttributeLabel,.gx-label.DisplayAttributeLabel,.gx-label.BlobContentDisplayAttributeLabel,.gx-label.ReadonlyBlobContentDisplayAttributeLabel,.gx-label.ReadonlyDisplayAttributeLabel,.gx-label.BlobInputDisplayAttributeLabel,.gx-label.SelectionAttributeLabel,.gx-label.BlobContentSelectionAttributeLabel,.gx-label.ReadonlyBlobContentSelectionAttributeLabel,.gx-label.ReadonlySelectionAttributeLabel,.gx-label.BlobInputSelectionAttributeLabel,.gx-label.DisabledActionAttributeLabel,.gx-label.BlobContentDisabledActionAttributeLabel,.gx-label.ReadonlyBlobContentDisabledActionAttributeLabel,.gx-label.ReadonlyDisabledActionAttributeLabel,.gx-label.BlobInputDisabledActionAttributeLabel,.gx-label.BlobInputActionAttributeLabel,.gx-label.SelectAttributeLabel,.gx-label.BlobContentSelectAttributeLabel,.gx-label.ReadonlyBlobContentSelectAttributeLabel,.gx-label.BlobInputSelectAttributeLabel,.gx-label.ReadonlySelectAttributeLabel,.gx-label.BlackAttributeLabel,.gx-label.BlobContentBlackAttributeLabel,.gx-label.ReadonlyBlobContentBlackAttributeLabel,.gx-label.BlobInputBlackAttributeLabel,.gx-label.ReadonlyBlackAttributeLabel,.gx-label.ActionBaseColorAttributeLabel,.gx-label.BlobContentActionBaseColorAttributeLabel,.gx-label.ReadonlyBlobContentActionBaseColorAttributeLabel,.gx-label.ReadonlyActionBaseColorAttributeLabel,.gx-label.BlobInputActionBaseColorAttributeLabel,.gx-label.ReadonlyImageAttributeLabel,.gx-label.VideoAttributeLabel,.gx-label.ReadonlyVideoAttributeLabel,.gx-label.AudioAttributeLabel,.gx-label.ReadonlyAudioAttributeLabel,.gx-label.ErrorAttributeLabel,.gx-label.WarningAttributeLabel,.gx-label.AssociationListAttributeLabel,.gx-label.BlobContentAssociationListAttributeLabel,.gx-label.ReadonlyBlobContentAssociationListAttributeLabel,.gx-label.BlobInputAssociationListAttributeLabel,.gx-label.ReadonlyAssociationListAttributeLabel,.gx-label.ReadonlyAttributeLabel,.gx-label.ReadonlyMedioLabel,.gx-label.BlobContentReadonlyMedioLabel,.gx-label.ReadonlyBlobContentReadonlyMedioLabel,.gx-label.BlobInputReadonlyMedioLabel,.gx-label.ReadonlyReadonlyMedioLabel,.gx-label.ReadonlyAttributeNoWrapLabel,.gx-label.ReadonlyAttributeTotalizerLabel,.gx-label.ReadonlyAttributeRedLabel,.gx-label.ReadonlyMedio1Label,.gx-label.BlobContentReadonlyMedio1Label,.gx-label.ReadonlyBlobContentReadonlyMedio1Label,.gx-label.BlobInputReadonlyMedio1Label,.gx-label.ReadonlyReadonlyMedio1Label,.gx-label.ReadonlyAttributeNoWrap1Label,.gx-label.ReadonlyAttributeTotalizer1Label,.gx-label.BlobContentAttributeLabel,.gx-label.ReadonlyBlobContentAttributeLabel,.gx-label.BlobInputAttributeLabel,.gx-label.AttributeDraggingLabel,.gx-label.AttributeAcceptDragLabel,.gx-label.AttributeNoAcceptDragLabel,.gx-label.GridTitleLabel,.gx-label.BlobContentGridTitleLabel,.gx-label.ReadonlyBlobContentGridTitleLabel,.gx-label.BlobInputGridTitleLabel,.gx-label.ReadonlyGridTitleLabel,.gx-label.AttributeTitleWWPLabel,.gx-label.BlobContentAttributeTitleWWPLabel,.gx-label.ReadonlyBlobContentAttributeTitleWWPLabel,.gx-label.BlobInputAttributeTitleWWPLabel,.gx-label.ReadonlyAttributeTitleWWPLabel,.gx-label.AttributeWhiteLabel,.gx-label.BlobContentAttributeWhiteLabel,.gx-label.ReadonlyBlobContentAttributeWhiteLabel,.gx-label.BlobInputAttributeWhiteLabel,.gx-label.ReadonlyAttributeWhiteLabel,.gx-label.AttributeCharLongLabel,.gx-label.BlobContentAttributeCharLongLabel,.gx-label.ReadonlyBlobContentAttributeCharLongLabel,.gx-label.BlobInputAttributeCharLongLabel,.gx-label.ReadonlyAttributeCharLongLabel,.gx-label.AttributeGrayLabel,.gx-label.BlobInputAttributeGrayLabel,.gx-label.BlobContentAttributeGrayLabel,.gx-label.ReadonlyBlobContentAttributeGrayLabel,.gx-label.ReadonlyAttributeGrayLabel,.gx-label.AttributeManageFiltersLabel,.gx-label.AttributeImageFixWidthLabel,.gx-label.BlobContentAttributeImageFixWidthLabel,.gx-label.ReadonlyBlobContentAttributeImageFixWidthLabel,.gx-label.BlobInputAttributeImageFixWidthLabel,.gx-label.ReadonlyAttributeImageFixWidthLabel,.gx-label.AttributeDateLabel,.gx-label.BlobContentAttributeDateLabel,.gx-label.ReadonlyBlobContentAttributeDateLabel,.gx-label.BlobInputAttributeDateLabel,.gx-label.ReadonlyAttributeDateLabel,.gx-label.AttributeStepLabel,.gx-label.ReadonlyAttributeStepLabel,.gx-label.AttributeStepSelectedLabel,.gx-label.ReadonlyAttributeStepSelectedLabel,.gx-label.AttributeStepBulletLabel,.gx-label.ReadonlyAttributeStepBulletLabel,.gx-label.AttributeStepBulletUnSelectedLabel,.gx-label.ReadonlyAttributeStepBulletUnSelectedLabel,.gx-label.AttributeStepBulletSelectedLabel,.gx-label.ReadonlyAttributeStepBulletSelectedLabel,.gx-label.AttributStepBullet1Label,.gx-label.BlobContentAttributStepBullet1Label,.gx-label.ReadonlyBlobContentAttributStepBullet1Label,.gx-label.BlobInputAttributStepBullet1Label,.gx-label.ReadonlyAttributStepBullet1Label,.gx-label.AtributoFreeStyleLabel,.gx-label.BlobContentAtributoFreeStyleLabel,.gx-label.ReadonlyBlobContentAtributoFreeStyleLabel,.gx-label.BlobInputAtributoFreeStyleLabel,.gx-label.ReadonlyAtributoFreeStyleLabel,.gx-label.AtributoGrillaLabel,.gx-label.BlobContentAtributoGrillaLabel,.gx-label.ReadonlyBlobContentAtributoGrillaLabel,.gx-label.BlobInputAtributoGrillaLabel,.gx-label.ReadonlyAtributoGrillaLabel,.gx-label.SinbordeLabel,.gx-label.BlobContentSinBordeLabel,.gx-label.ReadonlyBlobContentSinBordeLabel,.gx-label.BlobInputSinBordeLabel,.gx-label.ReadonlySinBordeLabel,.gx-label.LetraBlancaLabel,.gx-label.BlobContentLetraBlancaLabel,.gx-label.ReadonlyBlobContentLetraBlancaLabel,.gx-label.BlobInputLetraBlancaLabel,.gx-label.ReadonlyLetraBlancaLabel,.gx-label.AtributoGridPequenioLabel,.gx-label.BlobContentAtributoGridPequenioLabel,.gx-label.ReadonlyBlobContentAtributoGridPequenioLabel,.gx-label.BlobInputAtributoGridPequenioLabel,.gx-label.ReadonlyAtributoGridPequenioLabel,.gx-label.AtributoAnchoFijoLabel,.gx-label.BlobContentAtributoAnchoFijoLabel,.gx-label.ReadonlyBlobContentAtributoAnchoFijoLabel,.gx-label.BlobInputAtributoAnchoFijoLabel,.gx-label.ReadonlyAtributoAnchoFijoLabel,.gx-label.cotizacionLabel,.gx-label.BlobContentcotizacionLabel,.gx-label.ReadonlyBlobContentcotizacionLabel,.gx-label.BlobInputcotizacionLabel,.gx-label.ReadonlycotizacionLabel,.gx-label.LetraBlanca12Label,.gx-label.LetraBlanca2Label,.gx-label.attImputLabel,.gx-label.BlobContentattImputLabel,.gx-label.ReadonlyBlobContentattImputLabel,.gx-label.BlobInputattImputLabel,.gx-label.ReadonlyattImputLabel,.gx-label.attMaxWidthLabel,.gx-label.BlobContentattMaxWidthLabel,.gx-label.ReadonlyBlobContentattMaxWidthLabel,.gx-label.BlobInputattMaxWidthLabel,.gx-label.ReadonlyattMaxWidthLabel,.gx-label.attNowrapLabel,.gx-label.BlobContentattNowrapLabel,.gx-label.ReadonlyBlobContentattNowrapLabel,.gx-label.BlobInputattNowrapLabel,.gx-label.ReadonlyattNowrapLabel,.gx-label.attMinWidthLabel,.gx-label.BlobContentattMinWidthLabel,.gx-label.ReadonlyBlobContentattMinWidthLabel,.gx-label.BlobInputattMinWidthLabel,.gx-label.ReadonlyattMinWidthLabel,.gx-label.AttCortoLabel,.gx-label.BlobContentAttCortoLabel,.gx-label.ReadonlyBlobContentAttCortoLabel,.gx-label.BlobInputAttCortoLabel,.gx-label.ReadonlyAttCortoLabel,.AssociationTitle,.SmallText,.SelectedTab,.UnSelectedTab,.RecentLink,.DataDescription,.TextBlockTitleWWP,.TextBlockTitleWWPTab,.TextBlockTitleNotAuthorized,.WizardTitle,.WizardStepDescription,.DataFilterDescription,.OrderedByDescription,.DataFixedFilterDescription,.DataFilterDescriptionPrefix,.DescriptionWhite,.MasterPageFooter,.WorkWithFooter,.TextBlockUserName,.TextBlockRoleName,.InGridDeletion,.StepNumber,.StepNumberSelected,.StepNumberBullet,.StepNumberBulletSelected,.WizardTextBlock,.WizardTextBlockDescription,.textoRojo,.Link,.LinkNaranja,.Link>A,.Link:hover,.LetraChica,.TextRojo,.TextBlockTitleGris,.TextBlockTitleRojo,.txtCotizacion,.TextCotizadores,.TextTitulo,.txtTitulo,.PolizasTituto,.WarningMessage,.txtErrorViewer
{
	padding-right: 3pt;
	border-style: none;
	border-width: 0px;
	font-family: 'Roboto',Arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #747474;
	vertical-align: middle;
}
.TextBlock:before,.txtTitCapitales:before,.TextoBlanco:before,.SubTextoBlanco:before,.TextBlockDragging:before,.TextBlockAcceptDrag:before,.TextBlockNoAcceptDrag:before,.Title:before,.BigTitle:before,.SeparateBigTitle:before,.SubTitle:before,.GridNewRow:before,.GridNewRowWhite:before,.Grid>tfoot .gx_newrow:before,.GridCotizSegVida>tfoot .gx_newrow:before,.GridWithPaginationBar>tfoot .gx_newrow:before,.GridNoData>tfoot .gx_newrow:before,.Grid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridCotizSegVida[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridWithPaginationBar[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridNoData[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,.WorkWith[data-gx-grid-nodata]>tfoot .gx_newrow:before,.PromptGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.ViewGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.WorkWithSelection[data-gx-grid-nodata]>tfoot .gx_newrow:before,.WorkWithBorder[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GrillaPolVigentes[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.TrnSublevelGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.RecentLinksGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.VerticalTabGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleGridWithHeader[data-gx-grid-nodata]>tfoot .gx_newrow:before,.ConSeparador[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridDragging>tfoot .gx_newrow:before,.GridAcceptDrag>tfoot .gx_newrow:before,.GridNoAcceptDrag>tfoot .gx_newrow:before,.WorkWith>tfoot .gx_newrow:before,.PromptGrid>tfoot .gx_newrow:before,.ViewGrid>tfoot .gx_newrow:before,.WorkWithSelection>tfoot .gx_newrow:before,.WorkWithBorder>tfoot .gx_newrow:before,.GrillaPolVigentes>tfoot .gx_newrow:before,.FreeStyleGridFooter>.gx_newrow:before,.TrnSublevelGridFooter>.gx_newrow:before,.RecentLinksGridFooter>.gx_newrow:before,.VerticalTabGridFooter>.gx_newrow:before,.ColumnsSelectorFreeStyleGridFooter>.gx_newrow:before,.FreeStyleGridWithHeaderFooter>.gx_newrow:before,.ConSeparadorFooter>.gx_newrow:before,.GridLoadingText:before,.Grid+div.gx-grid-loading:before,.GridCotizSegVida+div.gx-grid-loading:before,.GridWithPaginationBar+div.gx-grid-loading:before,.GridNoData+div.gx-grid-loading:before,.Grid[data-gx-grid-nodata]+div.gx-grid-loading:before,.GridCotizSegVida[data-gx-grid-nodata]+div.gx-grid-loading:before,.GridWithPaginationBar[data-gx-grid-nodata]+div.gx-grid-loading:before,.GridNoData[data-gx-grid-nodata]+div.gx-grid-loading:before,.GridDragging[data-gx-grid-nodata]+div.gx-grid-loading:before,.GridAcceptDrag[data-gx-grid-nodata]+div.gx-grid-loading:before,.GridNoAcceptDrag[data-gx-grid-nodata]+div.gx-grid-loading:before,.WorkWith[data-gx-grid-nodata]+div.gx-grid-loading:before,.PromptGrid[data-gx-grid-nodata]+div.gx-grid-loading:before,.ViewGrid[data-gx-grid-nodata]+div.gx-grid-loading:before,.WorkWithSelection[data-gx-grid-nodata]+div.gx-grid-loading:before,.WorkWithBorder[data-gx-grid-nodata]+div.gx-grid-loading:before,.GrillaPolVigentes[data-gx-grid-nodata]+div.gx-grid-loading:before,.FreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading:before,.TrnSublevelGrid[data-gx-grid-nodata]+div.gx-grid-loading:before,.RecentLinksGrid[data-gx-grid-nodata]+div.gx-grid-loading:before,.VerticalTabGrid[data-gx-grid-nodata]+div.gx-grid-loading:before,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading:before,.FreeStyleGridWithHeader[data-gx-grid-nodata]+div.gx-grid-loading:before,.ConSeparador[data-gx-grid-nodata]+div.gx-grid-loading:before,.GridDragging+div.gx-grid-loading:before,.GridAcceptDrag+div.gx-grid-loading:before,.GridNoAcceptDrag+div.gx-grid-loading:before,.WorkWith+div.gx-grid-loading:before,.PromptGrid+div.gx-grid-loading:before,.ViewGrid+div.gx-grid-loading:before,.WorkWithSelection+div.gx-grid-loading:before,.WorkWithBorder+div.gx-grid-loading:before,.GrillaPolVigentes+div.gx-grid-loading:before,.FreeStyleGrid+div.gx-grid-loading:before,.TrnSublevelGrid+div.gx-grid-loading:before,.RecentLinksGrid+div.gx-grid-loading:before,.VerticalTabGrid+div.gx-grid-loading:before,.ColumnsSelectorFreeStyleGrid+div.gx-grid-loading:before,.FreeStyleGridWithHeader+div.gx-grid-loading:before,.ConSeparador+div.gx-grid-loading:before,.GridNoDataText:before,.Grid+.gx-text-gridnodata:before,.GridCotizSegVida+.gx-text-gridnodata:before,.GridWithPaginationBar+.gx-text-gridnodata:before,.GridNoData+.gx-text-gridnodata:before,.Grid[data-gx-grid-nodata]+.gx-text-gridnodata:before,.GridCotizSegVida[data-gx-grid-nodata]+.gx-text-gridnodata:before,.GridWithPaginationBar[data-gx-grid-nodata]+.gx-text-gridnodata:before,.GridNoData[data-gx-grid-nodata]+.gx-text-gridnodata:before,.GridDragging[data-gx-grid-nodata]+.gx-text-gridnodata:before,.GridAcceptDrag[data-gx-grid-nodata]+.gx-text-gridnodata:before,.GridNoAcceptDrag[data-gx-grid-nodata]+.gx-text-gridnodata:before,.WorkWith[data-gx-grid-nodata]+.gx-text-gridnodata:before,.PromptGrid[data-gx-grid-nodata]+.gx-text-gridnodata:before,.ViewGrid[data-gx-grid-nodata]+.gx-text-gridnodata:before,.WorkWithSelection[data-gx-grid-nodata]+.gx-text-gridnodata:before,.WorkWithBorder[data-gx-grid-nodata]+.gx-text-gridnodata:before,.GrillaPolVigentes[data-gx-grid-nodata]+.gx-text-gridnodata:before,.FreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata:before,.TrnSublevelGrid[data-gx-grid-nodata]+.gx-text-gridnodata:before,.RecentLinksGrid[data-gx-grid-nodata]+.gx-text-gridnodata:before,.VerticalTabGrid[data-gx-grid-nodata]+.gx-text-gridnodata:before,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata:before,.FreeStyleGridWithHeader[data-gx-grid-nodata]+.gx-text-gridnodata:before,.ConSeparador[data-gx-grid-nodata]+.gx-text-gridnodata:before,.GridDragging+.gx-text-gridnodata:before,.GridAcceptDrag+.gx-text-gridnodata:before,.GridNoAcceptDrag+.gx-text-gridnodata:before,.WorkWith+.gx-text-gridnodata:before,.PromptGrid+.gx-text-gridnodata:before,.ViewGrid+.gx-text-gridnodata:before,.WorkWithSelection+.gx-text-gridnodata:before,.WorkWithBorder+.gx-text-gridnodata:before,.GrillaPolVigentes+.gx-text-gridnodata:before,.FreeStyleGrid+.gx-text-gridnodata:before,.TrnSublevelGrid+.gx-text-gridnodata:before,.RecentLinksGrid+.gx-text-gridnodata:before,.VerticalTabGrid+.gx-text-gridnodata:before,.ColumnsSelectorFreeStyleGrid+.gx-text-gridnodata:before,.FreeStyleGridWithHeader+.gx-text-gridnodata:before,.ConSeparador+.gx-text-gridnodata:before,.FloatingVersionText:before,.FloatingVersionTextColoured:before,.VersionText:before,.bullet:before,.subBullet:before,.TextTable:before,.TBTopMenu:before,.TBLeftMenu:before,.TextBlockHeader:before,.PopupTitle:before,.TextBlockHeaderLinkClass:before,.FieldSetTitle:before,.Separator:before,.Mesage:before,.SmallLink:before,.FooterText:before,.RecentLinkItem:before,.VerticalMenuOption:before,.RecentsTitle:before,.WWAdvancedLabel:before,.WWOrderByLabel:before,.WWFilterLabel:before,.WWDateFilterLabel:before,.WWOrderItem:before,.WWOrderItemSelected:before,.WWLinkOrderItem:before,.WWOrderItemHover:before,.BtnTextBlock:before,.BtnTextBlockBack:before,.BtnTextBlockBackLink:before,.TextLikeLink:before,.WelcomeText:before,.WelcomeTextName:before,.WelcomeTextMarginLeft:before,.PagingText:before,.SelectedPagingText:before,.GlobalTitle:before,.BigGlobalTitle:before,.MainMenuTitle:before,.FilterLabel:before,.SubtitleLabel:before,.LogoutMenuOption:before,.SpecialText:before,.SpecialTextLabel:before,.RoundedImageText:before,.LinkRoundedImageText:before,.ActionText:before,.LinkText:before,.Comentario:before,.TextBlockBlanco:before,.PieTitulo:before,.PieItem:before,.PieDato:before,.TextBlockFSWithHeaderTitle:before,.Label:before,.RequiredLabel:before,.gx-label.AttributeLabel:before,.gx-label.AttributeFLLabel:before,.gx-label.TotalLabel:before,.gx-label.FEMENINO:F;MASCULINO:MLabel:before,.gx-label.FEMENINO:F,MASCULINO:MLabel:before,.gx-label.LetraBlanca1Label:before,.gx-label.AssociationListAttributeCheckBoxLabel:before,.gx-label.AttSubTitleLabel:before,.gx-label.BlobInputAttSubTitleLabel:before,.gx-label.BlobContentAttSubTitleLabel:before,.gx-label.ReadonlyBlobContentAttSubTitleLabel:before,.gx-label.ReadonlyAttSubTitleLabel:before,.gx-label.IME_ActiveLabel:before,.gx-label.BlobContentIME_ActiveLabel:before,.gx-label.ReadonlyBlobContentIME_ActiveLabel:before,.gx-label.BlobInputIME_ActiveLabel:before,.gx-label.ReadonlyIME_ActiveLabel:before,.gx-label.IME_InactiveLabel:before,.gx-label.BlobContentIME_InactiveLabel:before,.gx-label.ReadonlyBlobContentIME_InactiveLabel:before,.gx-label.BlobInputIME_InactiveLabel:before,.gx-label.ReadonlyIME_InactiveLabel:before,.gx-label.IME_DisabledLabel:before,.gx-label.BlobContentIME_DisabledLabel:before,.gx-label.ReadonlyBlobContentIME_DisabledLabel:before,.gx-label.BlobInputIME_DisabledLabel:before,.gx-label.ReadonlyIME_DisabledLabel:before,.gx-label.CheckboxLabelLabel:before,.gx-label.BlobContentCheckboxLabelLabel:before,.gx-label.ReadonlyBlobContentCheckboxLabelLabel:before,.gx-label.BlobInputCheckboxLabelLabel:before,.gx-label.ReadonlyCheckboxLabelLabel:before,.gx-label.FilterAttributeLabel:before,.gx-label.BlobContentFilterAttributeLabel:before,.gx-label.ReadonlyBlobContentFilterAttributeLabel:before,.gx-label.ReadonlyFilterAttributeLabel:before,.gx-label.BlobInputFilterAttributeLabel:before,.gx-label.FilterComboAttributeLabel:before,.gx-label.BlobContentFilterComboAttributeLabel:before,.gx-label.ReadonlyBlobContentFilterComboAttributeLabel:before,.gx-label.BlobInputFilterComboAttributeLabel:before,.gx-label.ReadonlyFilterComboAttributeLabel:before,.gx-label.FilterSearchAttributeLabel:before,.gx-label.BlobContentFilterSearchAttributeLabel:before,.gx-label.ReadonlyBlobContentFilterSearchAttributeLabel:before,.gx-label.BlobInputFilterSearchAttributeLabel:before,.gx-label.ReadonlyFilterSearchAttributeLabel:before,.gx-label.FilterSearchAttributeFocusLabel:before,.gx-label.BlobContentFilterSearchAttributeFocusLabel:before,.gx-label.ReadonlyBlobContentFilterSearchAttributeFocusLabel:before,.gx-label.BlobInputFilterSearchAttributeFocusLabel:before,.gx-label.ReadonlyFilterSearchAttributeFocusLabel:before,.gx-label.DateFilterSearchAttributeLabel:before,.gx-label.BlobContentDateFilterSearchAttributeLabel:before,.gx-label.ReadonlyBlobContentDateFilterSearchAttributeLabel:before,.gx-label.BlobInputDateFilterSearchAttributeLabel:before,.gx-label.ReadonlyDateFilterSearchAttributeLabel:before,.gx-label.FilterPanelLabel:before,.gx-label.BlobContentFilterPanelLabel:before,.gx-label.ReadonlyBlobContentFilterPanelLabel:before,.gx-label.BlobInputFilterPanelLabel:before,.gx-label.ReadonlyFilterPanelLabel:before,.gx-label.DescriptionAttributeLabel:before,.gx-label.BlobContentDescriptionAttributeLabel:before,.gx-label.ReadonlyBlobContentDescriptionAttributeLabel:before,.gx-label.ReadonlyDescriptionAttributeLabel:before,.gx-label.BlobInputDescriptionAttributeLabel:before,.gx-label.LoginAttributeLabel:before,.gx-label.BlobContentLoginAttributeLabel:before,.gx-label.ReadonlyBlobContentLoginAttributeLabel:before,.gx-label.BlobInputLoginAttributeLabel:before,.gx-label.ReadonlyLoginAttributeLabel:before,.gx-label.LoginComboAttributeLabel:before,.gx-label.BlobContentLoginComboAttributeLabel:before,.gx-label.ReadonlyBlobContentLoginComboAttributeLabel:before,.gx-label.BlobInputLoginComboAttributeLabel:before,.gx-label.ReadonlyLoginComboAttributeLabel:before,.gx-label.RegistrationAttributeLabel:before,.gx-label.BlobContentRegistrationAttributeLabel:before,.gx-label.ReadonlyBlobContentRegistrationAttributeLabel:before,.gx-label.BlobInputRegistrationAttributeLabel:before,.gx-label.ReadonlyRegistrationAttributeLabel:before,.gx-label.RequiredAttributeLabel:before,.gx-label.BlobContentRequiredAttributeLabel:before,.gx-label.ReadonlyBlobContentRequiredAttributeLabel:before,.gx-label.BlobInputRequiredAttributeLabel:before,.gx-label.ReadonlyRequiredAttributeLabel:before,.gx-label.InactiveAttributeLabel:before,.gx-label.BlobContentInactiveAttributeLabel:before,.gx-label.ReadonlyBlobContentInactiveAttributeLabel:before,.gx-label.BlobInputInactiveAttributeLabel:before,.gx-label.ReadonlyInactiveAttributeLabel:before,.gx-label.ComboAttributeLabel:before,.gx-label.BlobContentComboAttributeLabel:before,.gx-label.ReadonlyBlobContentComboAttributeLabel:before,.gx-label.BlobInputComboAttributeLabel:before,.gx-label.ReadonlyComboAttributeLabel:before,.gx-label.SubtitleAttributeLabel:before,.gx-label.BlobContentSubtitleAttributeLabel:before,.gx-label.ReadonlyBlobContentSubtitleAttributeLabel:before,.gx-label.BlobInputSubtitleAttributeLabel:before,.gx-label.ReadonlySubtitleAttributeLabel:before,.gx-label.URLAttributeLabel:before,.gx-label.BlobContentURLAttributeLabel:before,.gx-label.ReadonlyBlobContentURLAttributeLabel:before,.gx-label.BlobInputURLAttributeLabel:before,.gx-label.ReadonlyURLAttributeLabel:before,.gx-label.TextAttributeLabel:before,.gx-label.BlobContentTextAttributeLabel:before,.gx-label.ReadonlyBlobContentTextAttributeLabel:before,.gx-label.BlobInputTextAttributeLabel:before,.gx-label.ReadonlyTextAttributeLabel:before,.gx-label.TextActionAttributeLabel:before,.gx-label.BlobContentTextActionAttributeLabel:before,.gx-label.ReadonlyBlobContentTextActionAttributeLabel:before,.gx-label.BlobInputTextActionAttributeLabel:before,.gx-label.ReadonlyTextActionAttributeLabel:before,.gx-label.AttributeWidthAutoLabel:before,.gx-label.AttributeTotalizerLabel:before,.gx-label.AttributeSecondaryLabel:before,.gx-label.Attribute250Label:before,.gx-label.BootstrapTooltipRightLabel:before,.gx-label.BootstrapTooltipLeftLabel:before,.gx-label.AttributeNoWrapLabel:before,.gx-label.UpdateAttributeLabel:before,.gx-label.descargaLabel:before,.gx-label.BlobContentdescargaLabel:before,.gx-label.ReadonlyBlobContentdescargaLabel:before,.gx-label.BlobInputdescargaLabel:before,.gx-label.ReadonlydescargaLabel:before,.gx-label.BootstrapAttributeLabel:before,.gx-label.BlobContentBootstrapAttributeLabel:before,.gx-label.ReadonlyBlobContentBootstrapAttributeLabel:before,.gx-label.BlobInputBootstrapAttributeLabel:before,.gx-label.ReadonlyBootstrapAttributeLabel:before,.gx-label.ErrorBootstrapAttributeLabel:before,.gx-label.BootstrapAttributeDateLabel:before,.gx-label.BlobContentBootstrapAttributeDateLabel:before,.gx-label.ReadonlyBlobContentBootstrapAttributeDateLabel:before,.gx-label.BlobInputBootstrapAttributeDateLabel:before,.gx-label.ReadonlyBootstrapAttributeDateLabel:before,.gx-label.BootstrapAttributeCheckBoxLabel:before,.gx-label.BlobContentBootstrapAttributeCheckBoxLabel:before,.gx-label.ReadonlyBlobContentBootstrapAttributeCheckBoxLabel:before,.gx-label.BlobInputBootstrapAttributeCheckBoxLabel:before,.gx-label.ReadonlyBootstrapAttributeCheckBoxLabel:before,.gx-label.AttributeCheckBoxColumnsSelectorLabel:before,.gx-label.BlobContentAttributeCheckBoxColumnsSelectorLabel:before,.gx-label.ReadonlyBlobContentAttributeCheckBoxColumnsSelectorLabel:before,.gx-label.BlobInputAttributeCheckBoxColumnsSelectorLabel:before,.gx-label.ReadonlyAttributeCheckBoxColumnsSelectorLabel:before,.gx-label.BootstrapAttributeDateTimeLabel:before,.gx-label.BlobContentBootstrapAttributeDateTimeLabel:before,.gx-label.ReadonlyBlobContentBootstrapAttributeDateTimeLabel:before,.gx-label.BlobInputBootstrapAttributeDateTimeLabel:before,.gx-label.ReadonlyBootstrapAttributeDateTimeLabel:before,.gx-label.ErrorBootstrapAttributeDateTimeLabel:before,.gx-label.ErrorBootstrapAttributeDateLabel:before,.gx-label.ErrorBootstrapAttributeCheckBoxLabel:before,.gx-label.BootstrapAttributeGrayLabel:before,.gx-label.BlobContentBootstrapAttributeGrayLabel:before,.gx-label.ReadonlyBlobContentBootstrapAttributeGrayLabel:before,.gx-label.BlobInputBootstrapAttributeGrayLabel:before,.gx-label.ReadonlyBootstrapAttributeGrayLabel:before,.gx-label.UserNickNameLabel:before,.gx-label.BlobContentUserNickNameLabel:before,.gx-label.ReadonlyBlobContentUserNickNameLabel:before,.gx-label.BlobInputUserNickNameLabel:before,.gx-label.ReadonlyUserNickNameLabel:before,.gx-label.UserPositionLabel:before,.gx-label.BlobContentUserPositionLabel:before,.gx-label.ReadonlyBlobContentUserPositionLabel:before,.gx-label.BlobInputUserPositionLabel:before,.gx-label.ReadonlyUserPositionLabel:before,.gx-label.(none)CheckBoxLabel:before,.gx-label.LabelCheckBoxLabel:before,.gx-label.botonLupaLabel:before,.gx-label.form-controlLabel:before,.gx-label.badgeNaranjaLabel:before,.gx-label.badgeVerdeLabel:before,.gx-label.badgeAmarilloLabel:before,.gx-label.badgeAzulLabel:before,.gx-label.Attribute1Label:before,.gx-label.BlobContentbadgeLabel:before,.gx-label.ReadonlyBlobContentbadgeLabel:before,.gx-label.BlobInputbadgeLabel:before,.gx-label.ReadonlybadgeLabel:before,.gx-label.sinBordeRojoLabel:before,.gx-label.textareaSolicitudesLabel:before,.gx-label.badgeLabel:before,.gx-label.badgeBlueLabel:before,.gx-label.badgeRedLabel:before,.gx-label.badgeGreenLabel:before,.gx-label.badgeYellowLabel:before,.gx-label.badgePurpleLabel:before,.gx-label.margenInferior13pxLabel:before,.gx-label.AttributeDateTimeLabel:before,.gx-label.ReadonlyAttributeDateTimeLabel:before,.gx-label.CheckBoxLabel:before,.gx-label.BlobContentCheckBoxLabel:before,.gx-label.ReadonlyBlobContentCheckBoxLabel:before,.gx-label.BlobInputCheckBoxLabel:before,.gx-label.ReadonlyCheckBoxLabel:before,.gx-label.AttributeCheckBoxLabel:before,.gx-label.ImageAttributeLabel:before,.gx-label.ResponsiveImageAttributeLabel:before,.gx-label.BlobContentResponsiveImageAttributeLabel:before,.gx-label.ReadonlyBlobContentResponsiveImageAttributeLabel:before,.gx-label.ReadonlyResponsiveImageAttributeLabel:before,.gx-label.BlobInputResponsiveImageAttributeLabel:before,.gx-label.ProfileImageAttributeLabel:before,.gx-label.BlobContentProfileImageAttributeLabel:before,.gx-label.ReadonlyBlobContentProfileImageAttributeLabel:before,.gx-label.BlobInputProfileImageAttributeLabel:before,.gx-label.ReadonlyProfileImageAttributeLabel:before,.gx-label.SmallProfileImageAttributeLabel:before,.gx-label.BlobContentSmallProfileImageAttributeLabel:before,.gx-label.ReadonlyBlobContentSmallProfileImageAttributeLabel:before,.gx-label.BlobInputSmallProfileImageAttributeLabel:before,.gx-label.ReadonlySmallProfileImageAttributeLabel:before,.gx-label.ActionAttributeLabel:before,.gx-label.BlobContentActionAttributeLabel:before,.gx-label.ReadonlyBlobContentActionAttributeLabel:before,.gx-label.ReadonlyActionAttributeLabel:before,.gx-label.DeleteAttributeLabel:before,.gx-label.BlobContentDeleteAttributeLabel:before,.gx-label.ReadonlyBlobContentDeleteAttributeLabel:before,.gx-label.ReadonlyDeleteAttributeLabel:before,.gx-label.BlobInputDeleteAttributeLabel:before,.gx-label.DisplayAttributeLabel:before,.gx-label.BlobContentDisplayAttributeLabel:before,.gx-label.ReadonlyBlobContentDisplayAttributeLabel:before,.gx-label.ReadonlyDisplayAttributeLabel:before,.gx-label.BlobInputDisplayAttributeLabel:before,.gx-label.SelectionAttributeLabel:before,.gx-label.BlobContentSelectionAttributeLabel:before,.gx-label.ReadonlyBlobContentSelectionAttributeLabel:before,.gx-label.ReadonlySelectionAttributeLabel:before,.gx-label.BlobInputSelectionAttributeLabel:before,.gx-label.DisabledActionAttributeLabel:before,.gx-label.BlobContentDisabledActionAttributeLabel:before,.gx-label.ReadonlyBlobContentDisabledActionAttributeLabel:before,.gx-label.ReadonlyDisabledActionAttributeLabel:before,.gx-label.BlobInputDisabledActionAttributeLabel:before,.gx-label.BlobInputActionAttributeLabel:before,.gx-label.SelectAttributeLabel:before,.gx-label.BlobContentSelectAttributeLabel:before,.gx-label.ReadonlyBlobContentSelectAttributeLabel:before,.gx-label.BlobInputSelectAttributeLabel:before,.gx-label.ReadonlySelectAttributeLabel:before,.gx-label.BlackAttributeLabel:before,.gx-label.BlobContentBlackAttributeLabel:before,.gx-label.ReadonlyBlobContentBlackAttributeLabel:before,.gx-label.BlobInputBlackAttributeLabel:before,.gx-label.ReadonlyBlackAttributeLabel:before,.gx-label.ActionBaseColorAttributeLabel:before,.gx-label.BlobContentActionBaseColorAttributeLabel:before,.gx-label.ReadonlyBlobContentActionBaseColorAttributeLabel:before,.gx-label.ReadonlyActionBaseColorAttributeLabel:before,.gx-label.BlobInputActionBaseColorAttributeLabel:before,.gx-label.ReadonlyImageAttributeLabel:before,.gx-label.VideoAttributeLabel:before,.gx-label.ReadonlyVideoAttributeLabel:before,.gx-label.AudioAttributeLabel:before,.gx-label.ReadonlyAudioAttributeLabel:before,.gx-label.ErrorAttributeLabel:before,.gx-label.WarningAttributeLabel:before,.gx-label.AssociationListAttributeLabel:before,.gx-label.BlobContentAssociationListAttributeLabel:before,.gx-label.ReadonlyBlobContentAssociationListAttributeLabel:before,.gx-label.BlobInputAssociationListAttributeLabel:before,.gx-label.ReadonlyAssociationListAttributeLabel:before,.gx-label.ReadonlyAttributeLabel:before,.gx-label.ReadonlyMedioLabel:before,.gx-label.BlobContentReadonlyMedioLabel:before,.gx-label.ReadonlyBlobContentReadonlyMedioLabel:before,.gx-label.BlobInputReadonlyMedioLabel:before,.gx-label.ReadonlyReadonlyMedioLabel:before,.gx-label.ReadonlyAttributeNoWrapLabel:before,.gx-label.ReadonlyAttributeTotalizerLabel:before,.gx-label.ReadonlyAttributeRedLabel:before,.gx-label.ReadonlyMedio1Label:before,.gx-label.BlobContentReadonlyMedio1Label:before,.gx-label.ReadonlyBlobContentReadonlyMedio1Label:before,.gx-label.BlobInputReadonlyMedio1Label:before,.gx-label.ReadonlyReadonlyMedio1Label:before,.gx-label.ReadonlyAttributeNoWrap1Label:before,.gx-label.ReadonlyAttributeTotalizer1Label:before,.gx-label.BlobContentAttributeLabel:before,.gx-label.ReadonlyBlobContentAttributeLabel:before,.gx-label.BlobInputAttributeLabel:before,.gx-label.AttributeDraggingLabel:before,.gx-label.AttributeAcceptDragLabel:before,.gx-label.AttributeNoAcceptDragLabel:before,.gx-label.GridTitleLabel:before,.gx-label.BlobContentGridTitleLabel:before,.gx-label.ReadonlyBlobContentGridTitleLabel:before,.gx-label.BlobInputGridTitleLabel:before,.gx-label.ReadonlyGridTitleLabel:before,.gx-label.AttributeTitleWWPLabel:before,.gx-label.BlobContentAttributeTitleWWPLabel:before,.gx-label.ReadonlyBlobContentAttributeTitleWWPLabel:before,.gx-label.BlobInputAttributeTitleWWPLabel:before,.gx-label.ReadonlyAttributeTitleWWPLabel:before,.gx-label.AttributeWhiteLabel:before,.gx-label.BlobContentAttributeWhiteLabel:before,.gx-label.ReadonlyBlobContentAttributeWhiteLabel:before,.gx-label.BlobInputAttributeWhiteLabel:before,.gx-label.ReadonlyAttributeWhiteLabel:before,.gx-label.AttributeCharLongLabel:before,.gx-label.BlobContentAttributeCharLongLabel:before,.gx-label.ReadonlyBlobContentAttributeCharLongLabel:before,.gx-label.BlobInputAttributeCharLongLabel:before,.gx-label.ReadonlyAttributeCharLongLabel:before,.gx-label.AttributeGrayLabel:before,.gx-label.BlobInputAttributeGrayLabel:before,.gx-label.BlobContentAttributeGrayLabel:before,.gx-label.ReadonlyBlobContentAttributeGrayLabel:before,.gx-label.ReadonlyAttributeGrayLabel:before,.gx-label.AttributeManageFiltersLabel:before,.gx-label.AttributeImageFixWidthLabel:before,.gx-label.BlobContentAttributeImageFixWidthLabel:before,.gx-label.ReadonlyBlobContentAttributeImageFixWidthLabel:before,.gx-label.BlobInputAttributeImageFixWidthLabel:before,.gx-label.ReadonlyAttributeImageFixWidthLabel:before,.gx-label.AttributeDateLabel:before,.gx-label.BlobContentAttributeDateLabel:before,.gx-label.ReadonlyBlobContentAttributeDateLabel:before,.gx-label.BlobInputAttributeDateLabel:before,.gx-label.ReadonlyAttributeDateLabel:before,.gx-label.AttributeStepLabel:before,.gx-label.ReadonlyAttributeStepLabel:before,.gx-label.AttributeStepSelectedLabel:before,.gx-label.ReadonlyAttributeStepSelectedLabel:before,.gx-label.AttributeStepBulletLabel:before,.gx-label.ReadonlyAttributeStepBulletLabel:before,.gx-label.AttributeStepBulletUnSelectedLabel:before,.gx-label.ReadonlyAttributeStepBulletUnSelectedLabel:before,.gx-label.AttributeStepBulletSelectedLabel:before,.gx-label.ReadonlyAttributeStepBulletSelectedLabel:before,.gx-label.AttributStepBullet1Label:before,.gx-label.BlobContentAttributStepBullet1Label:before,.gx-label.ReadonlyBlobContentAttributStepBullet1Label:before,.gx-label.BlobInputAttributStepBullet1Label:before,.gx-label.ReadonlyAttributStepBullet1Label:before,.gx-label.AtributoFreeStyleLabel:before,.gx-label.BlobContentAtributoFreeStyleLabel:before,.gx-label.ReadonlyBlobContentAtributoFreeStyleLabel:before,.gx-label.BlobInputAtributoFreeStyleLabel:before,.gx-label.ReadonlyAtributoFreeStyleLabel:before,.gx-label.AtributoGrillaLabel:before,.gx-label.BlobContentAtributoGrillaLabel:before,.gx-label.ReadonlyBlobContentAtributoGrillaLabel:before,.gx-label.BlobInputAtributoGrillaLabel:before,.gx-label.ReadonlyAtributoGrillaLabel:before,.gx-label.SinbordeLabel:before,.gx-label.BlobContentSinBordeLabel:before,.gx-label.ReadonlyBlobContentSinBordeLabel:before,.gx-label.BlobInputSinBordeLabel:before,.gx-label.ReadonlySinBordeLabel:before,.gx-label.LetraBlancaLabel:before,.gx-label.BlobContentLetraBlancaLabel:before,.gx-label.ReadonlyBlobContentLetraBlancaLabel:before,.gx-label.BlobInputLetraBlancaLabel:before,.gx-label.ReadonlyLetraBlancaLabel:before,.gx-label.AtributoGridPequenioLabel:before,.gx-label.BlobContentAtributoGridPequenioLabel:before,.gx-label.ReadonlyBlobContentAtributoGridPequenioLabel:before,.gx-label.BlobInputAtributoGridPequenioLabel:before,.gx-label.ReadonlyAtributoGridPequenioLabel:before,.gx-label.AtributoAnchoFijoLabel:before,.gx-label.BlobContentAtributoAnchoFijoLabel:before,.gx-label.ReadonlyBlobContentAtributoAnchoFijoLabel:before,.gx-label.BlobInputAtributoAnchoFijoLabel:before,.gx-label.ReadonlyAtributoAnchoFijoLabel:before,.gx-label.cotizacionLabel:before,.gx-label.BlobContentcotizacionLabel:before,.gx-label.ReadonlyBlobContentcotizacionLabel:before,.gx-label.BlobInputcotizacionLabel:before,.gx-label.ReadonlycotizacionLabel:before,.gx-label.LetraBlanca12Label:before,.gx-label.LetraBlanca2Label:before,.gx-label.attImputLabel:before,.gx-label.BlobContentattImputLabel:before,.gx-label.ReadonlyBlobContentattImputLabel:before,.gx-label.BlobInputattImputLabel:before,.gx-label.ReadonlyattImputLabel:before,.gx-label.attMaxWidthLabel:before,.gx-label.BlobContentattMaxWidthLabel:before,.gx-label.ReadonlyBlobContentattMaxWidthLabel:before,.gx-label.BlobInputattMaxWidthLabel:before,.gx-label.ReadonlyattMaxWidthLabel:before,.gx-label.attNowrapLabel:before,.gx-label.BlobContentattNowrapLabel:before,.gx-label.ReadonlyBlobContentattNowrapLabel:before,.gx-label.BlobInputattNowrapLabel:before,.gx-label.ReadonlyattNowrapLabel:before,.gx-label.attMinWidthLabel:before,.gx-label.BlobContentattMinWidthLabel:before,.gx-label.ReadonlyBlobContentattMinWidthLabel:before,.gx-label.BlobInputattMinWidthLabel:before,.gx-label.ReadonlyattMinWidthLabel:before,.gx-label.AttCortoLabel:before,.gx-label.BlobContentAttCortoLabel:before,.gx-label.ReadonlyBlobContentAttCortoLabel:before,.gx-label.BlobInputAttCortoLabel:before,.gx-label.ReadonlyAttCortoLabel:before,.AssociationTitle:before,.SmallText:before,.SelectedTab:before,.UnSelectedTab:before,.RecentLink:before,.DataDescription:before,.TextBlockTitleWWP:before,.TextBlockTitleWWPTab:before,.TextBlockTitleNotAuthorized:before,.WizardTitle:before,.WizardStepDescription:before,.DataFilterDescription:before,.OrderedByDescription:before,.DataFixedFilterDescription:before,.DataFilterDescriptionPrefix:before,.DescriptionWhite:before,.MasterPageFooter:before,.WorkWithFooter:before,.TextBlockUserName:before,.TextBlockRoleName:before,.InGridDeletion:before,.StepNumber:before,.StepNumberSelected:before,.StepNumberBullet:before,.StepNumberBulletSelected:before,.WizardTextBlock:before,.WizardTextBlockDescription:before,.textoRojo:before,.Link:before,.LinkNaranja:before,.Link>A:before,.Link:hover:before,.LetraChica:before,.TextRojo:before,.TextBlockTitleGris:before,.TextBlockTitleRojo:before,.txtCotizacion:before,.TextCotizadores:before,.TextTitulo:before,.txtTitulo:before,.PolizasTituto:before,.WarningMessage:before,.txtErrorViewer:before
{
	font-family: 'Roboto',Arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #747474;
	vertical-align: middle;
}

.TextBlock:after,.txtTitCapitales:after,.TextoBlanco:after,.SubTextoBlanco:after,.TextBlockDragging:after,.TextBlockAcceptDrag:after,.TextBlockNoAcceptDrag:after,.Title:after,.BigTitle:after,.SeparateBigTitle:after,.SubTitle:after,.GridNewRow:after,.GridNewRowWhite:after,.Grid>tfoot .gx_newrow:after,.GridCotizSegVida>tfoot .gx_newrow:after,.GridWithPaginationBar>tfoot .gx_newrow:after,.GridNoData>tfoot .gx_newrow:after,.Grid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridCotizSegVida[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridWithPaginationBar[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridNoData[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,.WorkWith[data-gx-grid-nodata]>tfoot .gx_newrow:after,.PromptGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.ViewGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.WorkWithSelection[data-gx-grid-nodata]>tfoot .gx_newrow:after,.WorkWithBorder[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GrillaPolVigentes[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.TrnSublevelGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.RecentLinksGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.VerticalTabGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleGridWithHeader[data-gx-grid-nodata]>tfoot .gx_newrow:after,.ConSeparador[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridDragging>tfoot .gx_newrow:after,.GridAcceptDrag>tfoot .gx_newrow:after,.GridNoAcceptDrag>tfoot .gx_newrow:after,.WorkWith>tfoot .gx_newrow:after,.PromptGrid>tfoot .gx_newrow:after,.ViewGrid>tfoot .gx_newrow:after,.WorkWithSelection>tfoot .gx_newrow:after,.WorkWithBorder>tfoot .gx_newrow:after,.GrillaPolVigentes>tfoot .gx_newrow:after,.FreeStyleGridFooter>.gx_newrow:after,.TrnSublevelGridFooter>.gx_newrow:after,.RecentLinksGridFooter>.gx_newrow:after,.VerticalTabGridFooter>.gx_newrow:after,.ColumnsSelectorFreeStyleGridFooter>.gx_newrow:after,.FreeStyleGridWithHeaderFooter>.gx_newrow:after,.ConSeparadorFooter>.gx_newrow:after,.GridLoadingText:after,.Grid+div.gx-grid-loading:after,.GridCotizSegVida+div.gx-grid-loading:after,.GridWithPaginationBar+div.gx-grid-loading:after,.GridNoData+div.gx-grid-loading:after,.Grid[data-gx-grid-nodata]+div.gx-grid-loading:after,.GridCotizSegVida[data-gx-grid-nodata]+div.gx-grid-loading:after,.GridWithPaginationBar[data-gx-grid-nodata]+div.gx-grid-loading:after,.GridNoData[data-gx-grid-nodata]+div.gx-grid-loading:after,.GridDragging[data-gx-grid-nodata]+div.gx-grid-loading:after,.GridAcceptDrag[data-gx-grid-nodata]+div.gx-grid-loading:after,.GridNoAcceptDrag[data-gx-grid-nodata]+div.gx-grid-loading:after,.WorkWith[data-gx-grid-nodata]+div.gx-grid-loading:after,.PromptGrid[data-gx-grid-nodata]+div.gx-grid-loading:after,.ViewGrid[data-gx-grid-nodata]+div.gx-grid-loading:after,.WorkWithSelection[data-gx-grid-nodata]+div.gx-grid-loading:after,.WorkWithBorder[data-gx-grid-nodata]+div.gx-grid-loading:after,.GrillaPolVigentes[data-gx-grid-nodata]+div.gx-grid-loading:after,.FreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading:after,.TrnSublevelGrid[data-gx-grid-nodata]+div.gx-grid-loading:after,.RecentLinksGrid[data-gx-grid-nodata]+div.gx-grid-loading:after,.VerticalTabGrid[data-gx-grid-nodata]+div.gx-grid-loading:after,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading:after,.FreeStyleGridWithHeader[data-gx-grid-nodata]+div.gx-grid-loading:after,.ConSeparador[data-gx-grid-nodata]+div.gx-grid-loading:after,.GridDragging+div.gx-grid-loading:after,.GridAcceptDrag+div.gx-grid-loading:after,.GridNoAcceptDrag+div.gx-grid-loading:after,.WorkWith+div.gx-grid-loading:after,.PromptGrid+div.gx-grid-loading:after,.ViewGrid+div.gx-grid-loading:after,.WorkWithSelection+div.gx-grid-loading:after,.WorkWithBorder+div.gx-grid-loading:after,.GrillaPolVigentes+div.gx-grid-loading:after,.FreeStyleGrid+div.gx-grid-loading:after,.TrnSublevelGrid+div.gx-grid-loading:after,.RecentLinksGrid+div.gx-grid-loading:after,.VerticalTabGrid+div.gx-grid-loading:after,.ColumnsSelectorFreeStyleGrid+div.gx-grid-loading:after,.FreeStyleGridWithHeader+div.gx-grid-loading:after,.ConSeparador+div.gx-grid-loading:after,.GridNoDataText:after,.Grid+.gx-text-gridnodata:after,.GridCotizSegVida+.gx-text-gridnodata:after,.GridWithPaginationBar+.gx-text-gridnodata:after,.GridNoData+.gx-text-gridnodata:after,.Grid[data-gx-grid-nodata]+.gx-text-gridnodata:after,.GridCotizSegVida[data-gx-grid-nodata]+.gx-text-gridnodata:after,.GridWithPaginationBar[data-gx-grid-nodata]+.gx-text-gridnodata:after,.GridNoData[data-gx-grid-nodata]+.gx-text-gridnodata:after,.GridDragging[data-gx-grid-nodata]+.gx-text-gridnodata:after,.GridAcceptDrag[data-gx-grid-nodata]+.gx-text-gridnodata:after,.GridNoAcceptDrag[data-gx-grid-nodata]+.gx-text-gridnodata:after,.WorkWith[data-gx-grid-nodata]+.gx-text-gridnodata:after,.PromptGrid[data-gx-grid-nodata]+.gx-text-gridnodata:after,.ViewGrid[data-gx-grid-nodata]+.gx-text-gridnodata:after,.WorkWithSelection[data-gx-grid-nodata]+.gx-text-gridnodata:after,.WorkWithBorder[data-gx-grid-nodata]+.gx-text-gridnodata:after,.GrillaPolVigentes[data-gx-grid-nodata]+.gx-text-gridnodata:after,.FreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata:after,.TrnSublevelGrid[data-gx-grid-nodata]+.gx-text-gridnodata:after,.RecentLinksGrid[data-gx-grid-nodata]+.gx-text-gridnodata:after,.VerticalTabGrid[data-gx-grid-nodata]+.gx-text-gridnodata:after,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata:after,.FreeStyleGridWithHeader[data-gx-grid-nodata]+.gx-text-gridnodata:after,.ConSeparador[data-gx-grid-nodata]+.gx-text-gridnodata:after,.GridDragging+.gx-text-gridnodata:after,.GridAcceptDrag+.gx-text-gridnodata:after,.GridNoAcceptDrag+.gx-text-gridnodata:after,.WorkWith+.gx-text-gridnodata:after,.PromptGrid+.gx-text-gridnodata:after,.ViewGrid+.gx-text-gridnodata:after,.WorkWithSelection+.gx-text-gridnodata:after,.WorkWithBorder+.gx-text-gridnodata:after,.GrillaPolVigentes+.gx-text-gridnodata:after,.FreeStyleGrid+.gx-text-gridnodata:after,.TrnSublevelGrid+.gx-text-gridnodata:after,.RecentLinksGrid+.gx-text-gridnodata:after,.VerticalTabGrid+.gx-text-gridnodata:after,.ColumnsSelectorFreeStyleGrid+.gx-text-gridnodata:after,.FreeStyleGridWithHeader+.gx-text-gridnodata:after,.ConSeparador+.gx-text-gridnodata:after,.FloatingVersionText:after,.FloatingVersionTextColoured:after,.VersionText:after,.bullet:after,.subBullet:after,.TextTable:after,.TBTopMenu:after,.TBLeftMenu:after,.TextBlockHeader:after,.PopupTitle:after,.TextBlockHeaderLinkClass:after,.FieldSetTitle:after,.Separator:after,.Mesage:after,.SmallLink:after,.FooterText:after,.RecentLinkItem:after,.VerticalMenuOption:after,.RecentsTitle:after,.WWAdvancedLabel:after,.WWOrderByLabel:after,.WWFilterLabel:after,.WWDateFilterLabel:after,.WWOrderItem:after,.WWOrderItemSelected:after,.WWLinkOrderItem:after,.WWOrderItemHover:after,.BtnTextBlock:after,.BtnTextBlockBack:after,.BtnTextBlockBackLink:after,.TextLikeLink:after,.WelcomeText:after,.WelcomeTextName:after,.WelcomeTextMarginLeft:after,.PagingText:after,.SelectedPagingText:after,.GlobalTitle:after,.BigGlobalTitle:after,.MainMenuTitle:after,.FilterLabel:after,.SubtitleLabel:after,.LogoutMenuOption:after,.SpecialText:after,.SpecialTextLabel:after,.RoundedImageText:after,.LinkRoundedImageText:after,.ActionText:after,.LinkText:after,.Comentario:after,.TextBlockBlanco:after,.PieTitulo:after,.PieItem:after,.PieDato:after,.TextBlockFSWithHeaderTitle:after,.Label:after,.RequiredLabel:after,.gx-label.AttributeLabel:after,.gx-label.AttributeFLLabel:after,.gx-label.TotalLabel:after,.gx-label.FEMENINO:F;MASCULINO:MLabel:after,.gx-label.FEMENINO:F,MASCULINO:MLabel:after,.gx-label.LetraBlanca1Label:after,.gx-label.AssociationListAttributeCheckBoxLabel:after,.gx-label.AttSubTitleLabel:after,.gx-label.BlobInputAttSubTitleLabel:after,.gx-label.BlobContentAttSubTitleLabel:after,.gx-label.ReadonlyBlobContentAttSubTitleLabel:after,.gx-label.ReadonlyAttSubTitleLabel: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.CheckboxLabelLabel:after,.gx-label.BlobContentCheckboxLabelLabel:after,.gx-label.ReadonlyBlobContentCheckboxLabelLabel:after,.gx-label.BlobInputCheckboxLabelLabel:after,.gx-label.ReadonlyCheckboxLabelLabel:after,.gx-label.FilterAttributeLabel:after,.gx-label.BlobContentFilterAttributeLabel:after,.gx-label.ReadonlyBlobContentFilterAttributeLabel:after,.gx-label.ReadonlyFilterAttributeLabel: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.DescriptionAttributeLabel:after,.gx-label.BlobContentDescriptionAttributeLabel:after,.gx-label.ReadonlyBlobContentDescriptionAttributeLabel:after,.gx-label.ReadonlyDescriptionAttributeLabel:after,.gx-label.BlobInputDescriptionAttributeLabel: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.AttributeWidthAutoLabel:after,.gx-label.AttributeTotalizerLabel:after,.gx-label.AttributeSecondaryLabel:after,.gx-label.Attribute250Label:after,.gx-label.BootstrapTooltipRightLabel:after,.gx-label.BootstrapTooltipLeftLabel:after,.gx-label.AttributeNoWrapLabel:after,.gx-label.UpdateAttributeLabel:after,.gx-label.descargaLabel:after,.gx-label.BlobContentdescargaLabel:after,.gx-label.ReadonlyBlobContentdescargaLabel:after,.gx-label.BlobInputdescargaLabel:after,.gx-label.ReadonlydescargaLabel:after,.gx-label.BootstrapAttributeLabel:after,.gx-label.BlobContentBootstrapAttributeLabel:after,.gx-label.ReadonlyBlobContentBootstrapAttributeLabel:after,.gx-label.BlobInputBootstrapAttributeLabel:after,.gx-label.ReadonlyBootstrapAttributeLabel:after,.gx-label.ErrorBootstrapAttributeLabel:after,.gx-label.BootstrapAttributeDateLabel:after,.gx-label.BlobContentBootstrapAttributeDateLabel:after,.gx-label.ReadonlyBlobContentBootstrapAttributeDateLabel:after,.gx-label.BlobInputBootstrapAttributeDateLabel:after,.gx-label.ReadonlyBootstrapAttributeDateLabel:after,.gx-label.BootstrapAttributeCheckBoxLabel:after,.gx-label.BlobContentBootstrapAttributeCheckBoxLabel:after,.gx-label.ReadonlyBlobContentBootstrapAttributeCheckBoxLabel:after,.gx-label.BlobInputBootstrapAttributeCheckBoxLabel:after,.gx-label.ReadonlyBootstrapAttributeCheckBoxLabel:after,.gx-label.AttributeCheckBoxColumnsSelectorLabel:after,.gx-label.BlobContentAttributeCheckBoxColumnsSelectorLabel:after,.gx-label.ReadonlyBlobContentAttributeCheckBoxColumnsSelectorLabel:after,.gx-label.BlobInputAttributeCheckBoxColumnsSelectorLabel:after,.gx-label.ReadonlyAttributeCheckBoxColumnsSelectorLabel:after,.gx-label.BootstrapAttributeDateTimeLabel:after,.gx-label.BlobContentBootstrapAttributeDateTimeLabel:after,.gx-label.ReadonlyBlobContentBootstrapAttributeDateTimeLabel:after,.gx-label.BlobInputBootstrapAttributeDateTimeLabel:after,.gx-label.ReadonlyBootstrapAttributeDateTimeLabel:after,.gx-label.ErrorBootstrapAttributeDateTimeLabel:after,.gx-label.ErrorBootstrapAttributeDateLabel:after,.gx-label.ErrorBootstrapAttributeCheckBoxLabel:after,.gx-label.BootstrapAttributeGrayLabel:after,.gx-label.BlobContentBootstrapAttributeGrayLabel:after,.gx-label.ReadonlyBlobContentBootstrapAttributeGrayLabel:after,.gx-label.BlobInputBootstrapAttributeGrayLabel:after,.gx-label.ReadonlyBootstrapAttributeGrayLabel:after,.gx-label.UserNickNameLabel:after,.gx-label.BlobContentUserNickNameLabel:after,.gx-label.ReadonlyBlobContentUserNickNameLabel:after,.gx-label.BlobInputUserNickNameLabel:after,.gx-label.ReadonlyUserNickNameLabel:after,.gx-label.UserPositionLabel:after,.gx-label.BlobContentUserPositionLabel:after,.gx-label.ReadonlyBlobContentUserPositionLabel:after,.gx-label.BlobInputUserPositionLabel:after,.gx-label.ReadonlyUserPositionLabel:after,.gx-label.(none)CheckBoxLabel:after,.gx-label.LabelCheckBoxLabel:after,.gx-label.botonLupaLabel:after,.gx-label.form-controlLabel:after,.gx-label.badgeNaranjaLabel:after,.gx-label.badgeVerdeLabel:after,.gx-label.badgeAmarilloLabel:after,.gx-label.badgeAzulLabel:after,.gx-label.Attribute1Label:after,.gx-label.BlobContentbadgeLabel:after,.gx-label.ReadonlyBlobContentbadgeLabel:after,.gx-label.BlobInputbadgeLabel:after,.gx-label.ReadonlybadgeLabel:after,.gx-label.sinBordeRojoLabel:after,.gx-label.textareaSolicitudesLabel:after,.gx-label.badgeLabel:after,.gx-label.badgeBlueLabel:after,.gx-label.badgeRedLabel:after,.gx-label.badgeGreenLabel:after,.gx-label.badgeYellowLabel:after,.gx-label.badgePurpleLabel:after,.gx-label.margenInferior13pxLabel:after,.gx-label.AttributeDateTimeLabel:after,.gx-label.ReadonlyAttributeDateTimeLabel:after,.gx-label.CheckBoxLabel:after,.gx-label.BlobContentCheckBoxLabel:after,.gx-label.ReadonlyBlobContentCheckBoxLabel:after,.gx-label.BlobInputCheckBoxLabel:after,.gx-label.ReadonlyCheckBoxLabel:after,.gx-label.AttributeCheckBoxLabel:after,.gx-label.ImageAttributeLabel:after,.gx-label.ResponsiveImageAttributeLabel:after,.gx-label.BlobContentResponsiveImageAttributeLabel:after,.gx-label.ReadonlyBlobContentResponsiveImageAttributeLabel:after,.gx-label.ReadonlyResponsiveImageAttributeLabel:after,.gx-label.BlobInputResponsiveImageAttributeLabel: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.ActionAttributeLabel:after,.gx-label.BlobContentActionAttributeLabel:after,.gx-label.ReadonlyBlobContentActionAttributeLabel:after,.gx-label.ReadonlyActionAttributeLabel:after,.gx-label.DeleteAttributeLabel:after,.gx-label.BlobContentDeleteAttributeLabel:after,.gx-label.ReadonlyBlobContentDeleteAttributeLabel:after,.gx-label.ReadonlyDeleteAttributeLabel:after,.gx-label.BlobInputDeleteAttributeLabel:after,.gx-label.DisplayAttributeLabel:after,.gx-label.BlobContentDisplayAttributeLabel:after,.gx-label.ReadonlyBlobContentDisplayAttributeLabel:after,.gx-label.ReadonlyDisplayAttributeLabel:after,.gx-label.BlobInputDisplayAttributeLabel:after,.gx-label.SelectionAttributeLabel:after,.gx-label.BlobContentSelectionAttributeLabel:after,.gx-label.ReadonlyBlobContentSelectionAttributeLabel:after,.gx-label.ReadonlySelectionAttributeLabel:after,.gx-label.BlobInputSelectionAttributeLabel:after,.gx-label.DisabledActionAttributeLabel:after,.gx-label.BlobContentDisabledActionAttributeLabel:after,.gx-label.ReadonlyBlobContentDisabledActionAttributeLabel:after,.gx-label.ReadonlyDisabledActionAttributeLabel:after,.gx-label.BlobInputDisabledActionAttributeLabel:after,.gx-label.BlobInputActionAttributeLabel:after,.gx-label.SelectAttributeLabel:after,.gx-label.BlobContentSelectAttributeLabel:after,.gx-label.ReadonlyBlobContentSelectAttributeLabel:after,.gx-label.BlobInputSelectAttributeLabel:after,.gx-label.ReadonlySelectAttributeLabel:after,.gx-label.BlackAttributeLabel:after,.gx-label.BlobContentBlackAttributeLabel:after,.gx-label.ReadonlyBlobContentBlackAttributeLabel:after,.gx-label.BlobInputBlackAttributeLabel:after,.gx-label.ReadonlyBlackAttributeLabel:after,.gx-label.ActionBaseColorAttributeLabel:after,.gx-label.BlobContentActionBaseColorAttributeLabel:after,.gx-label.ReadonlyBlobContentActionBaseColorAttributeLabel:after,.gx-label.ReadonlyActionBaseColorAttributeLabel:after,.gx-label.BlobInputActionBaseColorAttributeLabel:after,.gx-label.ReadonlyImageAttributeLabel:after,.gx-label.VideoAttributeLabel:after,.gx-label.ReadonlyVideoAttributeLabel:after,.gx-label.AudioAttributeLabel:after,.gx-label.ReadonlyAudioAttributeLabel:after,.gx-label.ErrorAttributeLabel:after,.gx-label.WarningAttributeLabel:after,.gx-label.AssociationListAttributeLabel:after,.gx-label.BlobContentAssociationListAttributeLabel:after,.gx-label.ReadonlyBlobContentAssociationListAttributeLabel:after,.gx-label.BlobInputAssociationListAttributeLabel:after,.gx-label.ReadonlyAssociationListAttributeLabel: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.ReadonlyAttributeNoWrapLabel:after,.gx-label.ReadonlyAttributeTotalizerLabel:after,.gx-label.ReadonlyAttributeRedLabel:after,.gx-label.ReadonlyMedio1Label:after,.gx-label.BlobContentReadonlyMedio1Label:after,.gx-label.ReadonlyBlobContentReadonlyMedio1Label:after,.gx-label.BlobInputReadonlyMedio1Label:after,.gx-label.ReadonlyReadonlyMedio1Label:after,.gx-label.ReadonlyAttributeNoWrap1Label:after,.gx-label.ReadonlyAttributeTotalizer1Label: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.GridTitleLabel:after,.gx-label.BlobContentGridTitleLabel:after,.gx-label.ReadonlyBlobContentGridTitleLabel:after,.gx-label.BlobInputGridTitleLabel:after,.gx-label.ReadonlyGridTitleLabel:after,.gx-label.AttributeTitleWWPLabel:after,.gx-label.BlobContentAttributeTitleWWPLabel:after,.gx-label.ReadonlyBlobContentAttributeTitleWWPLabel:after,.gx-label.BlobInputAttributeTitleWWPLabel:after,.gx-label.ReadonlyAttributeTitleWWPLabel:after,.gx-label.AttributeWhiteLabel:after,.gx-label.BlobContentAttributeWhiteLabel:after,.gx-label.ReadonlyBlobContentAttributeWhiteLabel:after,.gx-label.BlobInputAttributeWhiteLabel:after,.gx-label.ReadonlyAttributeWhiteLabel:after,.gx-label.AttributeCharLongLabel:after,.gx-label.BlobContentAttributeCharLongLabel:after,.gx-label.ReadonlyBlobContentAttributeCharLongLabel:after,.gx-label.BlobInputAttributeCharLongLabel:after,.gx-label.ReadonlyAttributeCharLongLabel:after,.gx-label.AttributeGrayLabel:after,.gx-label.BlobInputAttributeGrayLabel:after,.gx-label.BlobContentAttributeGrayLabel:after,.gx-label.ReadonlyBlobContentAttributeGrayLabel:after,.gx-label.ReadonlyAttributeGrayLabel:after,.gx-label.AttributeManageFiltersLabel:after,.gx-label.AttributeImageFixWidthLabel:after,.gx-label.BlobContentAttributeImageFixWidthLabel:after,.gx-label.ReadonlyBlobContentAttributeImageFixWidthLabel:after,.gx-label.BlobInputAttributeImageFixWidthLabel:after,.gx-label.ReadonlyAttributeImageFixWidthLabel:after,.gx-label.AttributeDateLabel:after,.gx-label.BlobContentAttributeDateLabel:after,.gx-label.ReadonlyBlobContentAttributeDateLabel:after,.gx-label.BlobInputAttributeDateLabel:after,.gx-label.ReadonlyAttributeDateLabel:after,.gx-label.AttributeStepLabel:after,.gx-label.ReadonlyAttributeStepLabel:after,.gx-label.AttributeStepSelectedLabel:after,.gx-label.ReadonlyAttributeStepSelectedLabel:after,.gx-label.AttributeStepBulletLabel:after,.gx-label.ReadonlyAttributeStepBulletLabel:after,.gx-label.AttributeStepBulletUnSelectedLabel:after,.gx-label.ReadonlyAttributeStepBulletUnSelectedLabel:after,.gx-label.AttributeStepBulletSelectedLabel:after,.gx-label.ReadonlyAttributeStepBulletSelectedLabel:after,.gx-label.AttributStepBullet1Label:after,.gx-label.BlobContentAttributStepBullet1Label:after,.gx-label.ReadonlyBlobContentAttributStepBullet1Label:after,.gx-label.BlobInputAttributStepBullet1Label:after,.gx-label.ReadonlyAttributStepBullet1Label:after,.gx-label.AtributoFreeStyleLabel:after,.gx-label.BlobContentAtributoFreeStyleLabel:after,.gx-label.ReadonlyBlobContentAtributoFreeStyleLabel:after,.gx-label.BlobInputAtributoFreeStyleLabel:after,.gx-label.ReadonlyAtributoFreeStyleLabel:after,.gx-label.AtributoGrillaLabel:after,.gx-label.BlobContentAtributoGrillaLabel:after,.gx-label.ReadonlyBlobContentAtributoGrillaLabel:after,.gx-label.BlobInputAtributoGrillaLabel:after,.gx-label.ReadonlyAtributoGrillaLabel:after,.gx-label.SinbordeLabel:after,.gx-label.BlobContentSinBordeLabel:after,.gx-label.ReadonlyBlobContentSinBordeLabel:after,.gx-label.BlobInputSinBordeLabel:after,.gx-label.ReadonlySinBordeLabel:after,.gx-label.LetraBlancaLabel:after,.gx-label.BlobContentLetraBlancaLabel:after,.gx-label.ReadonlyBlobContentLetraBlancaLabel:after,.gx-label.BlobInputLetraBlancaLabel:after,.gx-label.ReadonlyLetraBlancaLabel:after,.gx-label.AtributoGridPequenioLabel:after,.gx-label.BlobContentAtributoGridPequenioLabel:after,.gx-label.ReadonlyBlobContentAtributoGridPequenioLabel:after,.gx-label.BlobInputAtributoGridPequenioLabel:after,.gx-label.ReadonlyAtributoGridPequenioLabel:after,.gx-label.AtributoAnchoFijoLabel:after,.gx-label.BlobContentAtributoAnchoFijoLabel:after,.gx-label.ReadonlyBlobContentAtributoAnchoFijoLabel:after,.gx-label.BlobInputAtributoAnchoFijoLabel:after,.gx-label.ReadonlyAtributoAnchoFijoLabel:after,.gx-label.cotizacionLabel:after,.gx-label.BlobContentcotizacionLabel:after,.gx-label.ReadonlyBlobContentcotizacionLabel:after,.gx-label.BlobInputcotizacionLabel:after,.gx-label.ReadonlycotizacionLabel:after,.gx-label.LetraBlanca12Label:after,.gx-label.LetraBlanca2Label:after,.gx-label.attImputLabel:after,.gx-label.BlobContentattImputLabel:after,.gx-label.ReadonlyBlobContentattImputLabel:after,.gx-label.BlobInputattImputLabel:after,.gx-label.ReadonlyattImputLabel:after,.gx-label.attMaxWidthLabel:after,.gx-label.BlobContentattMaxWidthLabel:after,.gx-label.ReadonlyBlobContentattMaxWidthLabel:after,.gx-label.BlobInputattMaxWidthLabel:after,.gx-label.ReadonlyattMaxWidthLabel:after,.gx-label.attNowrapLabel:after,.gx-label.BlobContentattNowrapLabel:after,.gx-label.ReadonlyBlobContentattNowrapLabel:after,.gx-label.BlobInputattNowrapLabel:after,.gx-label.ReadonlyattNowrapLabel:after,.gx-label.attMinWidthLabel:after,.gx-label.BlobContentattMinWidthLabel:after,.gx-label.ReadonlyBlobContentattMinWidthLabel:after,.gx-label.BlobInputattMinWidthLabel:after,.gx-label.ReadonlyattMinWidthLabel:after,.gx-label.AttCortoLabel:after,.gx-label.BlobContentAttCortoLabel:after,.gx-label.ReadonlyBlobContentAttCortoLabel:after,.gx-label.BlobInputAttCortoLabel:after,.gx-label.ReadonlyAttCortoLabel:after,.AssociationTitle:after,.SmallText:after,.SelectedTab:after,.UnSelectedTab:after,.RecentLink:after,.DataDescription:after,.TextBlockTitleWWP:after,.TextBlockTitleWWPTab:after,.TextBlockTitleNotAuthorized:after,.WizardTitle:after,.WizardStepDescription:after,.DataFilterDescription:after,.OrderedByDescription:after,.DataFixedFilterDescription:after,.DataFilterDescriptionPrefix:after,.DescriptionWhite:after,.MasterPageFooter:after,.WorkWithFooter:after,.TextBlockUserName:after,.TextBlockRoleName:after,.InGridDeletion:after,.StepNumber:after,.StepNumberSelected:after,.StepNumberBullet:after,.StepNumberBulletSelected:after,.WizardTextBlock:after,.WizardTextBlockDescription:after,.textoRojo:after,.Link:after,.LinkNaranja:after,.Link>A:after,.Link:hover:after,.LetraChica:after,.TextRojo:after,.TextBlockTitleGris:after,.TextBlockTitleRojo:after,.txtCotizacion:after,.TextCotizadores:after,.TextTitulo:after,.txtTitulo:after,.PolizasTituto:after,.WarningMessage:after,.txtErrorViewer:after
{
	font-family: 'Roboto',Arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #747474;
	vertical-align: middle;
}

.txtTitCapitales
{
	font-size: 2rem;
	font-weight: 700;
}
.txtTitCapitales:before
{
	font-size: 2rem;
	font-weight: 700;
}

.txtTitCapitales:after
{
	font-size: 2rem;
	font-weight: 700;
}

.TextoBlanco
{
	font-size: 20px;
	color: white;
	word-spacing: 2px;
	text-shadow: 2px 2px _ LightGray64% ;
}
.TextoBlanco:before
{
	font-size: 20px;
	color: white;
	word-spacing: 2px;
}

.TextoBlanco:after
{
	font-size: 20px;
	color: white;
	word-spacing: 2px;
}

.SubTextoBlanco
{
	margin-top: 25px;
	font-size: 14px;
	color: white;
	word-spacing: 2px;
	text-shadow: 2px 2px _ LightGray64% ;
}
.SubTextoBlanco:before
{
	font-size: 14px;
	color: white;
	word-spacing: 2px;
}

.SubTextoBlanco:after
{
	font-size: 14px;
	color: white;
	word-spacing: 2px;
}

.SubTitle
{
	display: block;
}
.SubTitle:before
{
	display: block;
}

.SubTitle:after
{
	display: block;
}

.GridNewRow:before,.GridNewRowWhite:before,.Grid>tfoot .gx_newrow:before,.GridCotizSegVida>tfoot .gx_newrow:before,.GridWithPaginationBar>tfoot .gx_newrow:before,.GridNoData>tfoot .gx_newrow:before,.Grid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridCotizSegVida[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridWithPaginationBar[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridNoData[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,.WorkWith[data-gx-grid-nodata]>tfoot .gx_newrow:before,.PromptGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.ViewGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.WorkWithSelection[data-gx-grid-nodata]>tfoot .gx_newrow:before,.WorkWithBorder[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GrillaPolVigentes[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.TrnSublevelGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.RecentLinksGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.VerticalTabGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:before,.FreeStyleGridWithHeader[data-gx-grid-nodata]>tfoot .gx_newrow:before,.ConSeparador[data-gx-grid-nodata]>tfoot .gx_newrow:before,.GridDragging>tfoot .gx_newrow:before,.GridAcceptDrag>tfoot .gx_newrow:before,.GridNoAcceptDrag>tfoot .gx_newrow:before,.WorkWith>tfoot .gx_newrow:before,.PromptGrid>tfoot .gx_newrow:before,.ViewGrid>tfoot .gx_newrow:before,.WorkWithSelection>tfoot .gx_newrow:before,.WorkWithBorder>tfoot .gx_newrow:before,.GrillaPolVigentes>tfoot .gx_newrow:before,.FreeStyleGridFooter>.gx_newrow:before,.TrnSublevelGridFooter>.gx_newrow:before,.RecentLinksGridFooter>.gx_newrow:before,.VerticalTabGridFooter>.gx_newrow:before,.ColumnsSelectorFreeStyleGridFooter>.gx_newrow:before,.FreeStyleGridWithHeaderFooter>.gx_newrow:before,.ConSeparadorFooter>.gx_newrow:before
{
	content: '[';
}

.GridNewRow:after,.GridNewRowWhite:after,.Grid>tfoot .gx_newrow:after,.GridCotizSegVida>tfoot .gx_newrow:after,.GridWithPaginationBar>tfoot .gx_newrow:after,.GridNoData>tfoot .gx_newrow:after,.Grid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridCotizSegVida[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridWithPaginationBar[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridNoData[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,.WorkWith[data-gx-grid-nodata]>tfoot .gx_newrow:after,.PromptGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.ViewGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.WorkWithSelection[data-gx-grid-nodata]>tfoot .gx_newrow:after,.WorkWithBorder[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GrillaPolVigentes[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.TrnSublevelGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.RecentLinksGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.VerticalTabGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow:after,.FreeStyleGridWithHeader[data-gx-grid-nodata]>tfoot .gx_newrow:after,.ConSeparador[data-gx-grid-nodata]>tfoot .gx_newrow:after,.GridDragging>tfoot .gx_newrow:after,.GridAcceptDrag>tfoot .gx_newrow:after,.GridNoAcceptDrag>tfoot .gx_newrow:after,.WorkWith>tfoot .gx_newrow:after,.PromptGrid>tfoot .gx_newrow:after,.ViewGrid>tfoot .gx_newrow:after,.WorkWithSelection>tfoot .gx_newrow:after,.WorkWithBorder>tfoot .gx_newrow:after,.GrillaPolVigentes>tfoot .gx_newrow:after,.FreeStyleGridFooter>.gx_newrow:after,.TrnSublevelGridFooter>.gx_newrow:after,.RecentLinksGridFooter>.gx_newrow:after,.VerticalTabGridFooter>.gx_newrow:after,.ColumnsSelectorFreeStyleGridFooter>.gx_newrow:after,.FreeStyleGridWithHeaderFooter>.gx_newrow:after,.ConSeparadorFooter>.gx_newrow:after
{
	content: ']';
}

.GridLoadingText,.Grid+div.gx-grid-loading,.GridCotizSegVida+div.gx-grid-loading,.GridWithPaginationBar+div.gx-grid-loading,.GridNoData+div.gx-grid-loading,.Grid[data-gx-grid-nodata]+div.gx-grid-loading,.GridCotizSegVida[data-gx-grid-nodata]+div.gx-grid-loading,.GridWithPaginationBar[data-gx-grid-nodata]+div.gx-grid-loading,.GridNoData[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,.WorkWith[data-gx-grid-nodata]+div.gx-grid-loading,.PromptGrid[data-gx-grid-nodata]+div.gx-grid-loading,.ViewGrid[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWithSelection[data-gx-grid-nodata]+div.gx-grid-loading,.WorkWithBorder[data-gx-grid-nodata]+div.gx-grid-loading,.GrillaPolVigentes[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading,.TrnSublevelGrid[data-gx-grid-nodata]+div.gx-grid-loading,.RecentLinksGrid[data-gx-grid-nodata]+div.gx-grid-loading,.VerticalTabGrid[data-gx-grid-nodata]+div.gx-grid-loading,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading,.FreeStyleGridWithHeader[data-gx-grid-nodata]+div.gx-grid-loading,.ConSeparador[data-gx-grid-nodata]+div.gx-grid-loading,.GridDragging+div.gx-grid-loading,.GridAcceptDrag+div.gx-grid-loading,.GridNoAcceptDrag+div.gx-grid-loading,.WorkWith+div.gx-grid-loading,.PromptGrid+div.gx-grid-loading,.ViewGrid+div.gx-grid-loading,.WorkWithSelection+div.gx-grid-loading,.WorkWithBorder+div.gx-grid-loading,.GrillaPolVigentes+div.gx-grid-loading,.FreeStyleGrid+div.gx-grid-loading,.TrnSublevelGrid+div.gx-grid-loading,.RecentLinksGrid+div.gx-grid-loading,.VerticalTabGrid+div.gx-grid-loading,.ColumnsSelectorFreeStyleGrid+div.gx-grid-loading,.FreeStyleGridWithHeader+div.gx-grid-loading,.ConSeparador+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;
}
.GridLoadingText:before,.Grid+div.gx-grid-loading:before,.GridCotizSegVida+div.gx-grid-loading:before,.GridWithPaginationBar+div.gx-grid-loading:before,.GridNoData+div.gx-grid-loading:before,.Grid[data-gx-grid-nodata]+div.gx-grid-loading:before,.GridCotizSegVida[data-gx-grid-nodata]+div.gx-grid-loading:before,.GridWithPaginationBar[data-gx-grid-nodata]+div.gx-grid-loading:before,.GridNoData[data-gx-grid-nodata]+div.gx-grid-loading:before,.GridDragging[data-gx-grid-nodata]+div.gx-grid-loading:before,.GridAcceptDrag[data-gx-grid-nodata]+div.gx-grid-loading:before,.GridNoAcceptDrag[data-gx-grid-nodata]+div.gx-grid-loading:before,.WorkWith[data-gx-grid-nodata]+div.gx-grid-loading:before,.PromptGrid[data-gx-grid-nodata]+div.gx-grid-loading:before,.ViewGrid[data-gx-grid-nodata]+div.gx-grid-loading:before,.WorkWithSelection[data-gx-grid-nodata]+div.gx-grid-loading:before,.WorkWithBorder[data-gx-grid-nodata]+div.gx-grid-loading:before,.GrillaPolVigentes[data-gx-grid-nodata]+div.gx-grid-loading:before,.FreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading:before,.TrnSublevelGrid[data-gx-grid-nodata]+div.gx-grid-loading:before,.RecentLinksGrid[data-gx-grid-nodata]+div.gx-grid-loading:before,.VerticalTabGrid[data-gx-grid-nodata]+div.gx-grid-loading:before,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading:before,.FreeStyleGridWithHeader[data-gx-grid-nodata]+div.gx-grid-loading:before,.ConSeparador[data-gx-grid-nodata]+div.gx-grid-loading:before,.GridDragging+div.gx-grid-loading:before,.GridAcceptDrag+div.gx-grid-loading:before,.GridNoAcceptDrag+div.gx-grid-loading:before,.WorkWith+div.gx-grid-loading:before,.PromptGrid+div.gx-grid-loading:before,.ViewGrid+div.gx-grid-loading:before,.WorkWithSelection+div.gx-grid-loading:before,.WorkWithBorder+div.gx-grid-loading:before,.GrillaPolVigentes+div.gx-grid-loading:before,.FreeStyleGrid+div.gx-grid-loading:before,.TrnSublevelGrid+div.gx-grid-loading:before,.RecentLinksGrid+div.gx-grid-loading:before,.VerticalTabGrid+div.gx-grid-loading:before,.ColumnsSelectorFreeStyleGrid+div.gx-grid-loading:before,.FreeStyleGridWithHeader+div.gx-grid-loading:before,.ConSeparador+div.gx-grid-loading:before
{
	font-size: 1.5em;
	color: white;
	text-align: center;
}

.GridLoadingText:after,.Grid+div.gx-grid-loading:after,.GridCotizSegVida+div.gx-grid-loading:after,.GridWithPaginationBar+div.gx-grid-loading:after,.GridNoData+div.gx-grid-loading:after,.Grid[data-gx-grid-nodata]+div.gx-grid-loading:after,.GridCotizSegVida[data-gx-grid-nodata]+div.gx-grid-loading:after,.GridWithPaginationBar[data-gx-grid-nodata]+div.gx-grid-loading:after,.GridNoData[data-gx-grid-nodata]+div.gx-grid-loading:after,.GridDragging[data-gx-grid-nodata]+div.gx-grid-loading:after,.GridAcceptDrag[data-gx-grid-nodata]+div.gx-grid-loading:after,.GridNoAcceptDrag[data-gx-grid-nodata]+div.gx-grid-loading:after,.WorkWith[data-gx-grid-nodata]+div.gx-grid-loading:after,.PromptGrid[data-gx-grid-nodata]+div.gx-grid-loading:after,.ViewGrid[data-gx-grid-nodata]+div.gx-grid-loading:after,.WorkWithSelection[data-gx-grid-nodata]+div.gx-grid-loading:after,.WorkWithBorder[data-gx-grid-nodata]+div.gx-grid-loading:after,.GrillaPolVigentes[data-gx-grid-nodata]+div.gx-grid-loading:after,.FreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading:after,.TrnSublevelGrid[data-gx-grid-nodata]+div.gx-grid-loading:after,.RecentLinksGrid[data-gx-grid-nodata]+div.gx-grid-loading:after,.VerticalTabGrid[data-gx-grid-nodata]+div.gx-grid-loading:after,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading:after,.FreeStyleGridWithHeader[data-gx-grid-nodata]+div.gx-grid-loading:after,.ConSeparador[data-gx-grid-nodata]+div.gx-grid-loading:after,.GridDragging+div.gx-grid-loading:after,.GridAcceptDrag+div.gx-grid-loading:after,.GridNoAcceptDrag+div.gx-grid-loading:after,.WorkWith+div.gx-grid-loading:after,.PromptGrid+div.gx-grid-loading:after,.ViewGrid+div.gx-grid-loading:after,.WorkWithSelection+div.gx-grid-loading:after,.WorkWithBorder+div.gx-grid-loading:after,.GrillaPolVigentes+div.gx-grid-loading:after,.FreeStyleGrid+div.gx-grid-loading:after,.TrnSublevelGrid+div.gx-grid-loading:after,.RecentLinksGrid+div.gx-grid-loading:after,.VerticalTabGrid+div.gx-grid-loading:after,.ColumnsSelectorFreeStyleGrid+div.gx-grid-loading:after,.FreeStyleGridWithHeader+div.gx-grid-loading:after,.ConSeparador+div.gx-grid-loading:after
{
	font-size: 1.5em;
	color: white;
	text-align: center;
}

.GridNoDataText,.Grid+.gx-text-gridnodata,.GridCotizSegVida+.gx-text-gridnodata,.GridWithPaginationBar+.gx-text-gridnodata,.GridNoData+.gx-text-gridnodata,.Grid[data-gx-grid-nodata]+.gx-text-gridnodata,.GridCotizSegVida[data-gx-grid-nodata]+.gx-text-gridnodata,.GridWithPaginationBar[data-gx-grid-nodata]+.gx-text-gridnodata,.GridNoData[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,.WorkWith[data-gx-grid-nodata]+.gx-text-gridnodata,.PromptGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.ViewGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWithSelection[data-gx-grid-nodata]+.gx-text-gridnodata,.WorkWithBorder[data-gx-grid-nodata]+.gx-text-gridnodata,.GrillaPolVigentes[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.TrnSublevelGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.RecentLinksGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.VerticalTabGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata,.FreeStyleGridWithHeader[data-gx-grid-nodata]+.gx-text-gridnodata,.ConSeparador[data-gx-grid-nodata]+.gx-text-gridnodata,.GridDragging+.gx-text-gridnodata,.GridAcceptDrag+.gx-text-gridnodata,.GridNoAcceptDrag+.gx-text-gridnodata,.WorkWith+.gx-text-gridnodata,.PromptGrid+.gx-text-gridnodata,.ViewGrid+.gx-text-gridnodata,.WorkWithSelection+.gx-text-gridnodata,.WorkWithBorder+.gx-text-gridnodata,.GrillaPolVigentes+.gx-text-gridnodata,.FreeStyleGrid+.gx-text-gridnodata,.TrnSublevelGrid+.gx-text-gridnodata,.RecentLinksGrid+.gx-text-gridnodata,.VerticalTabGrid+.gx-text-gridnodata,.ColumnsSelectorFreeStyleGrid+.gx-text-gridnodata,.FreeStyleGridWithHeader+.gx-text-gridnodata,.ConSeparador+.gx-text-gridnodata
{
	margin-top: -1em;
	display: block;
	font-size: 1.5em;
	color: gray;
	text-align: center;
}
.GridNoDataText:before,.Grid+.gx-text-gridnodata:before,.GridCotizSegVida+.gx-text-gridnodata:before,.GridWithPaginationBar+.gx-text-gridnodata:before,.GridNoData+.gx-text-gridnodata:before,.Grid[data-gx-grid-nodata]+.gx-text-gridnodata:before,.GridCotizSegVida[data-gx-grid-nodata]+.gx-text-gridnodata:before,.GridWithPaginationBar[data-gx-grid-nodata]+.gx-text-gridnodata:before,.GridNoData[data-gx-grid-nodata]+.gx-text-gridnodata:before,.GridDragging[data-gx-grid-nodata]+.gx-text-gridnodata:before,.GridAcceptDrag[data-gx-grid-nodata]+.gx-text-gridnodata:before,.GridNoAcceptDrag[data-gx-grid-nodata]+.gx-text-gridnodata:before,.WorkWith[data-gx-grid-nodata]+.gx-text-gridnodata:before,.PromptGrid[data-gx-grid-nodata]+.gx-text-gridnodata:before,.ViewGrid[data-gx-grid-nodata]+.gx-text-gridnodata:before,.WorkWithSelection[data-gx-grid-nodata]+.gx-text-gridnodata:before,.WorkWithBorder[data-gx-grid-nodata]+.gx-text-gridnodata:before,.GrillaPolVigentes[data-gx-grid-nodata]+.gx-text-gridnodata:before,.FreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata:before,.TrnSublevelGrid[data-gx-grid-nodata]+.gx-text-gridnodata:before,.RecentLinksGrid[data-gx-grid-nodata]+.gx-text-gridnodata:before,.VerticalTabGrid[data-gx-grid-nodata]+.gx-text-gridnodata:before,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata:before,.FreeStyleGridWithHeader[data-gx-grid-nodata]+.gx-text-gridnodata:before,.ConSeparador[data-gx-grid-nodata]+.gx-text-gridnodata:before,.GridDragging+.gx-text-gridnodata:before,.GridAcceptDrag+.gx-text-gridnodata:before,.GridNoAcceptDrag+.gx-text-gridnodata:before,.WorkWith+.gx-text-gridnodata:before,.PromptGrid+.gx-text-gridnodata:before,.ViewGrid+.gx-text-gridnodata:before,.WorkWithSelection+.gx-text-gridnodata:before,.WorkWithBorder+.gx-text-gridnodata:before,.GrillaPolVigentes+.gx-text-gridnodata:before,.FreeStyleGrid+.gx-text-gridnodata:before,.TrnSublevelGrid+.gx-text-gridnodata:before,.RecentLinksGrid+.gx-text-gridnodata:before,.VerticalTabGrid+.gx-text-gridnodata:before,.ColumnsSelectorFreeStyleGrid+.gx-text-gridnodata:before,.FreeStyleGridWithHeader+.gx-text-gridnodata:before,.ConSeparador+.gx-text-gridnodata:before
{
	display: block;
	font-size: 1.5em;
	color: gray;
	text-align: center;
}

.GridNoDataText:after,.Grid+.gx-text-gridnodata:after,.GridCotizSegVida+.gx-text-gridnodata:after,.GridWithPaginationBar+.gx-text-gridnodata:after,.GridNoData+.gx-text-gridnodata:after,.Grid[data-gx-grid-nodata]+.gx-text-gridnodata:after,.GridCotizSegVida[data-gx-grid-nodata]+.gx-text-gridnodata:after,.GridWithPaginationBar[data-gx-grid-nodata]+.gx-text-gridnodata:after,.GridNoData[data-gx-grid-nodata]+.gx-text-gridnodata:after,.GridDragging[data-gx-grid-nodata]+.gx-text-gridnodata:after,.GridAcceptDrag[data-gx-grid-nodata]+.gx-text-gridnodata:after,.GridNoAcceptDrag[data-gx-grid-nodata]+.gx-text-gridnodata:after,.WorkWith[data-gx-grid-nodata]+.gx-text-gridnodata:after,.PromptGrid[data-gx-grid-nodata]+.gx-text-gridnodata:after,.ViewGrid[data-gx-grid-nodata]+.gx-text-gridnodata:after,.WorkWithSelection[data-gx-grid-nodata]+.gx-text-gridnodata:after,.WorkWithBorder[data-gx-grid-nodata]+.gx-text-gridnodata:after,.GrillaPolVigentes[data-gx-grid-nodata]+.gx-text-gridnodata:after,.FreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata:after,.TrnSublevelGrid[data-gx-grid-nodata]+.gx-text-gridnodata:after,.RecentLinksGrid[data-gx-grid-nodata]+.gx-text-gridnodata:after,.VerticalTabGrid[data-gx-grid-nodata]+.gx-text-gridnodata:after,.ColumnsSelectorFreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata:after,.FreeStyleGridWithHeader[data-gx-grid-nodata]+.gx-text-gridnodata:after,.ConSeparador[data-gx-grid-nodata]+.gx-text-gridnodata:after,.GridDragging+.gx-text-gridnodata:after,.GridAcceptDrag+.gx-text-gridnodata:after,.GridNoAcceptDrag+.gx-text-gridnodata:after,.WorkWith+.gx-text-gridnodata:after,.PromptGrid+.gx-text-gridnodata:after,.ViewGrid+.gx-text-gridnodata:after,.WorkWithSelection+.gx-text-gridnodata:after,.WorkWithBorder+.gx-text-gridnodata:after,.GrillaPolVigentes+.gx-text-gridnodata:after,.FreeStyleGrid+.gx-text-gridnodata:after,.TrnSublevelGrid+.gx-text-gridnodata:after,.RecentLinksGrid+.gx-text-gridnodata:after,.VerticalTabGrid+.gx-text-gridnodata:after,.ColumnsSelectorFreeStyleGrid+.gx-text-gridnodata:after,.FreeStyleGridWithHeader+.gx-text-gridnodata:after,.ConSeparador+.gx-text-gridnodata:after
{
	display: block;
	font-size: 1.5em;
	color: gray;
	text-align: center;
}

.MenuItemBlack
{
	color: black;
}
.MenuItemBlack:before
{
	color: black;
}

.MenuItemBlack:after
{
	color: black;
}

.PieTitulo
{
	border-bottom: 1px solid #222;
	margin-bottom: 16px;
	padding-bottom: 10px;
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #706e6e;
	width: 100%;
	letter-spacing: 0px;
}
.PieTitulo:before
{
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #706e6e;
	letter-spacing: 0px;
}

.PieTitulo:after
{
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #706e6e;
	letter-spacing: 0px;
}

.PieItem
{
	font-size: 16px;
	color: #ff6400;
	text-transform: uppercase;
}
.PieItem:before
{
	font-size: 16px;
	color: #ff6400;
	text-transform: uppercase;
}

.PieItem:after
{
	font-size: 16px;
	color: #ff6400;
	text-transform: uppercase;
}

.PieDato
{
	font-size: 16px;
	color: #706e6e;
}
.PieDato:before
{
	font-size: 16px;
	color: #706e6e;
}

.PieDato:after
{
	font-size: 16px;
	color: #706e6e;
}

.TextBlockFSWithHeaderTitle
{
	margin-left: 2px;
	padding-right: 0px;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}
.TextBlockFSWithHeaderTitle:before
{
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

.TextBlockFSWithHeaderTitle:after
{
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

.Label,.RequiredLabel,.gx-label.AttributeLabel,.gx-label.AttributeFLLabel,.gx-label.TotalLabel,.gx-label.FEMENINO:F;MASCULINO:MLabel,.gx-label.FEMENINO:F,MASCULINO:MLabel,.gx-label.LetraBlanca1Label,.gx-label.AssociationListAttributeCheckBoxLabel,.gx-label.AttSubTitleLabel,.gx-label.BlobInputAttSubTitleLabel,.gx-label.BlobContentAttSubTitleLabel,.gx-label.ReadonlyBlobContentAttSubTitleLabel,.gx-label.ReadonlyAttSubTitleLabel,.gx-label.IME_ActiveLabel,.gx-label.BlobContentIME_ActiveLabel,.gx-label.ReadonlyBlobContentIME_ActiveLabel,.gx-label.BlobInputIME_ActiveLabel,.gx-label.ReadonlyIME_ActiveLabel,.gx-label.IME_InactiveLabel,.gx-label.BlobContentIME_InactiveLabel,.gx-label.ReadonlyBlobContentIME_InactiveLabel,.gx-label.BlobInputIME_InactiveLabel,.gx-label.ReadonlyIME_InactiveLabel,.gx-label.IME_DisabledLabel,.gx-label.BlobContentIME_DisabledLabel,.gx-label.ReadonlyBlobContentIME_DisabledLabel,.gx-label.BlobInputIME_DisabledLabel,.gx-label.ReadonlyIME_DisabledLabel,.gx-label.CheckboxLabelLabel,.gx-label.BlobContentCheckboxLabelLabel,.gx-label.ReadonlyBlobContentCheckboxLabelLabel,.gx-label.BlobInputCheckboxLabelLabel,.gx-label.ReadonlyCheckboxLabelLabel,.gx-label.FilterAttributeLabel,.gx-label.BlobContentFilterAttributeLabel,.gx-label.ReadonlyBlobContentFilterAttributeLabel,.gx-label.ReadonlyFilterAttributeLabel,.gx-label.BlobInputFilterAttributeLabel,.gx-label.FilterComboAttributeLabel,.gx-label.BlobContentFilterComboAttributeLabel,.gx-label.ReadonlyBlobContentFilterComboAttributeLabel,.gx-label.BlobInputFilterComboAttributeLabel,.gx-label.ReadonlyFilterComboAttributeLabel,.gx-label.FilterSearchAttributeLabel,.gx-label.BlobContentFilterSearchAttributeLabel,.gx-label.ReadonlyBlobContentFilterSearchAttributeLabel,.gx-label.BlobInputFilterSearchAttributeLabel,.gx-label.ReadonlyFilterSearchAttributeLabel,.gx-label.FilterSearchAttributeFocusLabel,.gx-label.BlobContentFilterSearchAttributeFocusLabel,.gx-label.ReadonlyBlobContentFilterSearchAttributeFocusLabel,.gx-label.BlobInputFilterSearchAttributeFocusLabel,.gx-label.ReadonlyFilterSearchAttributeFocusLabel,.gx-label.DateFilterSearchAttributeLabel,.gx-label.BlobContentDateFilterSearchAttributeLabel,.gx-label.ReadonlyBlobContentDateFilterSearchAttributeLabel,.gx-label.BlobInputDateFilterSearchAttributeLabel,.gx-label.ReadonlyDateFilterSearchAttributeLabel,.gx-label.FilterPanelLabel,.gx-label.BlobContentFilterPanelLabel,.gx-label.ReadonlyBlobContentFilterPanelLabel,.gx-label.BlobInputFilterPanelLabel,.gx-label.ReadonlyFilterPanelLabel,.gx-label.DescriptionAttributeLabel,.gx-label.BlobContentDescriptionAttributeLabel,.gx-label.ReadonlyBlobContentDescriptionAttributeLabel,.gx-label.ReadonlyDescriptionAttributeLabel,.gx-label.BlobInputDescriptionAttributeLabel,.gx-label.LoginAttributeLabel,.gx-label.BlobContentLoginAttributeLabel,.gx-label.ReadonlyBlobContentLoginAttributeLabel,.gx-label.BlobInputLoginAttributeLabel,.gx-label.ReadonlyLoginAttributeLabel,.gx-label.LoginComboAttributeLabel,.gx-label.BlobContentLoginComboAttributeLabel,.gx-label.ReadonlyBlobContentLoginComboAttributeLabel,.gx-label.BlobInputLoginComboAttributeLabel,.gx-label.ReadonlyLoginComboAttributeLabel,.gx-label.RegistrationAttributeLabel,.gx-label.BlobContentRegistrationAttributeLabel,.gx-label.ReadonlyBlobContentRegistrationAttributeLabel,.gx-label.BlobInputRegistrationAttributeLabel,.gx-label.ReadonlyRegistrationAttributeLabel,.gx-label.RequiredAttributeLabel,.gx-label.BlobContentRequiredAttributeLabel,.gx-label.ReadonlyBlobContentRequiredAttributeLabel,.gx-label.BlobInputRequiredAttributeLabel,.gx-label.ReadonlyRequiredAttributeLabel,.gx-label.InactiveAttributeLabel,.gx-label.BlobContentInactiveAttributeLabel,.gx-label.ReadonlyBlobContentInactiveAttributeLabel,.gx-label.BlobInputInactiveAttributeLabel,.gx-label.ReadonlyInactiveAttributeLabel,.gx-label.ComboAttributeLabel,.gx-label.BlobContentComboAttributeLabel,.gx-label.ReadonlyBlobContentComboAttributeLabel,.gx-label.BlobInputComboAttributeLabel,.gx-label.ReadonlyComboAttributeLabel,.gx-label.SubtitleAttributeLabel,.gx-label.BlobContentSubtitleAttributeLabel,.gx-label.ReadonlyBlobContentSubtitleAttributeLabel,.gx-label.BlobInputSubtitleAttributeLabel,.gx-label.ReadonlySubtitleAttributeLabel,.gx-label.URLAttributeLabel,.gx-label.BlobContentURLAttributeLabel,.gx-label.ReadonlyBlobContentURLAttributeLabel,.gx-label.BlobInputURLAttributeLabel,.gx-label.ReadonlyURLAttributeLabel,.gx-label.TextAttributeLabel,.gx-label.BlobContentTextAttributeLabel,.gx-label.ReadonlyBlobContentTextAttributeLabel,.gx-label.BlobInputTextAttributeLabel,.gx-label.ReadonlyTextAttributeLabel,.gx-label.TextActionAttributeLabel,.gx-label.BlobContentTextActionAttributeLabel,.gx-label.ReadonlyBlobContentTextActionAttributeLabel,.gx-label.BlobInputTextActionAttributeLabel,.gx-label.ReadonlyTextActionAttributeLabel,.gx-label.AttributeWidthAutoLabel,.gx-label.AttributeTotalizerLabel,.gx-label.AttributeSecondaryLabel,.gx-label.Attribute250Label,.gx-label.BootstrapTooltipRightLabel,.gx-label.BootstrapTooltipLeftLabel,.gx-label.AttributeNoWrapLabel,.gx-label.UpdateAttributeLabel,.gx-label.descargaLabel,.gx-label.BlobContentdescargaLabel,.gx-label.ReadonlyBlobContentdescargaLabel,.gx-label.BlobInputdescargaLabel,.gx-label.ReadonlydescargaLabel,.gx-label.BootstrapAttributeLabel,.gx-label.BlobContentBootstrapAttributeLabel,.gx-label.ReadonlyBlobContentBootstrapAttributeLabel,.gx-label.BlobInputBootstrapAttributeLabel,.gx-label.ReadonlyBootstrapAttributeLabel,.gx-label.ErrorBootstrapAttributeLabel,.gx-label.BootstrapAttributeDateLabel,.gx-label.BlobContentBootstrapAttributeDateLabel,.gx-label.ReadonlyBlobContentBootstrapAttributeDateLabel,.gx-label.BlobInputBootstrapAttributeDateLabel,.gx-label.ReadonlyBootstrapAttributeDateLabel,.gx-label.BootstrapAttributeCheckBoxLabel,.gx-label.BlobContentBootstrapAttributeCheckBoxLabel,.gx-label.ReadonlyBlobContentBootstrapAttributeCheckBoxLabel,.gx-label.BlobInputBootstrapAttributeCheckBoxLabel,.gx-label.ReadonlyBootstrapAttributeCheckBoxLabel,.gx-label.AttributeCheckBoxColumnsSelectorLabel,.gx-label.BlobContentAttributeCheckBoxColumnsSelectorLabel,.gx-label.ReadonlyBlobContentAttributeCheckBoxColumnsSelectorLabel,.gx-label.BlobInputAttributeCheckBoxColumnsSelectorLabel,.gx-label.ReadonlyAttributeCheckBoxColumnsSelectorLabel,.gx-label.BootstrapAttributeDateTimeLabel,.gx-label.BlobContentBootstrapAttributeDateTimeLabel,.gx-label.ReadonlyBlobContentBootstrapAttributeDateTimeLabel,.gx-label.BlobInputBootstrapAttributeDateTimeLabel,.gx-label.ReadonlyBootstrapAttributeDateTimeLabel,.gx-label.ErrorBootstrapAttributeDateTimeLabel,.gx-label.ErrorBootstrapAttributeDateLabel,.gx-label.ErrorBootstrapAttributeCheckBoxLabel,.gx-label.BootstrapAttributeGrayLabel,.gx-label.BlobContentBootstrapAttributeGrayLabel,.gx-label.ReadonlyBlobContentBootstrapAttributeGrayLabel,.gx-label.BlobInputBootstrapAttributeGrayLabel,.gx-label.ReadonlyBootstrapAttributeGrayLabel,.gx-label.UserNickNameLabel,.gx-label.BlobContentUserNickNameLabel,.gx-label.ReadonlyBlobContentUserNickNameLabel,.gx-label.BlobInputUserNickNameLabel,.gx-label.ReadonlyUserNickNameLabel,.gx-label.UserPositionLabel,.gx-label.BlobContentUserPositionLabel,.gx-label.ReadonlyBlobContentUserPositionLabel,.gx-label.BlobInputUserPositionLabel,.gx-label.ReadonlyUserPositionLabel,.gx-label.(none)CheckBoxLabel,.gx-label.LabelCheckBoxLabel,.gx-label.botonLupaLabel,.gx-label.form-controlLabel,.gx-label.badgeNaranjaLabel,.gx-label.badgeVerdeLabel,.gx-label.badgeAmarilloLabel,.gx-label.badgeAzulLabel,.gx-label.Attribute1Label,.gx-label.BlobContentbadgeLabel,.gx-label.ReadonlyBlobContentbadgeLabel,.gx-label.BlobInputbadgeLabel,.gx-label.ReadonlybadgeLabel,.gx-label.sinBordeRojoLabel,.gx-label.textareaSolicitudesLabel,.gx-label.badgeLabel,.gx-label.badgeBlueLabel,.gx-label.badgeRedLabel,.gx-label.badgeGreenLabel,.gx-label.badgeYellowLabel,.gx-label.badgePurpleLabel,.gx-label.margenInferior13pxLabel,.gx-label.AttributeDateTimeLabel,.gx-label.ReadonlyAttributeDateTimeLabel,.gx-label.CheckBoxLabel,.gx-label.BlobContentCheckBoxLabel,.gx-label.ReadonlyBlobContentCheckBoxLabel,.gx-label.BlobInputCheckBoxLabel,.gx-label.ReadonlyCheckBoxLabel,.gx-label.AttributeCheckBoxLabel,.gx-label.ImageAttributeLabel,.gx-label.ResponsiveImageAttributeLabel,.gx-label.BlobContentResponsiveImageAttributeLabel,.gx-label.ReadonlyBlobContentResponsiveImageAttributeLabel,.gx-label.ReadonlyResponsiveImageAttributeLabel,.gx-label.BlobInputResponsiveImageAttributeLabel,.gx-label.ProfileImageAttributeLabel,.gx-label.BlobContentProfileImageAttributeLabel,.gx-label.ReadonlyBlobContentProfileImageAttributeLabel,.gx-label.BlobInputProfileImageAttributeLabel,.gx-label.ReadonlyProfileImageAttributeLabel,.gx-label.SmallProfileImageAttributeLabel,.gx-label.BlobContentSmallProfileImageAttributeLabel,.gx-label.ReadonlyBlobContentSmallProfileImageAttributeLabel,.gx-label.BlobInputSmallProfileImageAttributeLabel,.gx-label.ReadonlySmallProfileImageAttributeLabel,.gx-label.ActionAttributeLabel,.gx-label.BlobContentActionAttributeLabel,.gx-label.ReadonlyBlobContentActionAttributeLabel,.gx-label.ReadonlyActionAttributeLabel,.gx-label.DeleteAttributeLabel,.gx-label.BlobContentDeleteAttributeLabel,.gx-label.ReadonlyBlobContentDeleteAttributeLabel,.gx-label.ReadonlyDeleteAttributeLabel,.gx-label.BlobInputDeleteAttributeLabel,.gx-label.DisplayAttributeLabel,.gx-label.BlobContentDisplayAttributeLabel,.gx-label.ReadonlyBlobContentDisplayAttributeLabel,.gx-label.ReadonlyDisplayAttributeLabel,.gx-label.BlobInputDisplayAttributeLabel,.gx-label.SelectionAttributeLabel,.gx-label.BlobContentSelectionAttributeLabel,.gx-label.ReadonlyBlobContentSelectionAttributeLabel,.gx-label.ReadonlySelectionAttributeLabel,.gx-label.BlobInputSelectionAttributeLabel,.gx-label.DisabledActionAttributeLabel,.gx-label.BlobContentDisabledActionAttributeLabel,.gx-label.ReadonlyBlobContentDisabledActionAttributeLabel,.gx-label.ReadonlyDisabledActionAttributeLabel,.gx-label.BlobInputDisabledActionAttributeLabel,.gx-label.BlobInputActionAttributeLabel,.gx-label.SelectAttributeLabel,.gx-label.BlobContentSelectAttributeLabel,.gx-label.ReadonlyBlobContentSelectAttributeLabel,.gx-label.BlobInputSelectAttributeLabel,.gx-label.ReadonlySelectAttributeLabel,.gx-label.BlackAttributeLabel,.gx-label.BlobContentBlackAttributeLabel,.gx-label.ReadonlyBlobContentBlackAttributeLabel,.gx-label.BlobInputBlackAttributeLabel,.gx-label.ReadonlyBlackAttributeLabel,.gx-label.ActionBaseColorAttributeLabel,.gx-label.BlobContentActionBaseColorAttributeLabel,.gx-label.ReadonlyBlobContentActionBaseColorAttributeLabel,.gx-label.ReadonlyActionBaseColorAttributeLabel,.gx-label.BlobInputActionBaseColorAttributeLabel,.gx-label.ReadonlyImageAttributeLabel,.gx-label.VideoAttributeLabel,.gx-label.ReadonlyVideoAttributeLabel,.gx-label.AudioAttributeLabel,.gx-label.ReadonlyAudioAttributeLabel,.gx-label.ErrorAttributeLabel,.gx-label.WarningAttributeLabel,.gx-label.AssociationListAttributeLabel,.gx-label.BlobContentAssociationListAttributeLabel,.gx-label.ReadonlyBlobContentAssociationListAttributeLabel,.gx-label.BlobInputAssociationListAttributeLabel,.gx-label.ReadonlyAssociationListAttributeLabel,.gx-label.ReadonlyAttributeLabel,.gx-label.ReadonlyMedioLabel,.gx-label.BlobContentReadonlyMedioLabel,.gx-label.ReadonlyBlobContentReadonlyMedioLabel,.gx-label.BlobInputReadonlyMedioLabel,.gx-label.ReadonlyReadonlyMedioLabel,.gx-label.ReadonlyAttributeNoWrapLabel,.gx-label.ReadonlyAttributeTotalizerLabel,.gx-label.ReadonlyAttributeRedLabel,.gx-label.ReadonlyMedio1Label,.gx-label.BlobContentReadonlyMedio1Label,.gx-label.ReadonlyBlobContentReadonlyMedio1Label,.gx-label.BlobInputReadonlyMedio1Label,.gx-label.ReadonlyReadonlyMedio1Label,.gx-label.ReadonlyAttributeNoWrap1Label,.gx-label.ReadonlyAttributeTotalizer1Label,.gx-label.BlobContentAttributeLabel,.gx-label.ReadonlyBlobContentAttributeLabel,.gx-label.BlobInputAttributeLabel,.gx-label.AttributeDraggingLabel,.gx-label.AttributeAcceptDragLabel,.gx-label.AttributeNoAcceptDragLabel,.gx-label.GridTitleLabel,.gx-label.BlobContentGridTitleLabel,.gx-label.ReadonlyBlobContentGridTitleLabel,.gx-label.BlobInputGridTitleLabel,.gx-label.ReadonlyGridTitleLabel,.gx-label.AttributeTitleWWPLabel,.gx-label.BlobContentAttributeTitleWWPLabel,.gx-label.ReadonlyBlobContentAttributeTitleWWPLabel,.gx-label.BlobInputAttributeTitleWWPLabel,.gx-label.ReadonlyAttributeTitleWWPLabel,.gx-label.AttributeWhiteLabel,.gx-label.BlobContentAttributeWhiteLabel,.gx-label.ReadonlyBlobContentAttributeWhiteLabel,.gx-label.BlobInputAttributeWhiteLabel,.gx-label.ReadonlyAttributeWhiteLabel,.gx-label.AttributeCharLongLabel,.gx-label.BlobContentAttributeCharLongLabel,.gx-label.ReadonlyBlobContentAttributeCharLongLabel,.gx-label.BlobInputAttributeCharLongLabel,.gx-label.ReadonlyAttributeCharLongLabel,.gx-label.AttributeGrayLabel,.gx-label.BlobInputAttributeGrayLabel,.gx-label.BlobContentAttributeGrayLabel,.gx-label.ReadonlyBlobContentAttributeGrayLabel,.gx-label.ReadonlyAttributeGrayLabel,.gx-label.AttributeManageFiltersLabel,.gx-label.AttributeImageFixWidthLabel,.gx-label.BlobContentAttributeImageFixWidthLabel,.gx-label.ReadonlyBlobContentAttributeImageFixWidthLabel,.gx-label.BlobInputAttributeImageFixWidthLabel,.gx-label.ReadonlyAttributeImageFixWidthLabel,.gx-label.AttributeDateLabel,.gx-label.BlobContentAttributeDateLabel,.gx-label.ReadonlyBlobContentAttributeDateLabel,.gx-label.BlobInputAttributeDateLabel,.gx-label.ReadonlyAttributeDateLabel,.gx-label.AttributeStepLabel,.gx-label.ReadonlyAttributeStepLabel,.gx-label.AttributeStepSelectedLabel,.gx-label.ReadonlyAttributeStepSelectedLabel,.gx-label.AttributeStepBulletLabel,.gx-label.ReadonlyAttributeStepBulletLabel,.gx-label.AttributeStepBulletUnSelectedLabel,.gx-label.ReadonlyAttributeStepBulletUnSelectedLabel,.gx-label.AttributeStepBulletSelectedLabel,.gx-label.ReadonlyAttributeStepBulletSelectedLabel,.gx-label.AttributStepBullet1Label,.gx-label.BlobContentAttributStepBullet1Label,.gx-label.ReadonlyBlobContentAttributStepBullet1Label,.gx-label.BlobInputAttributStepBullet1Label,.gx-label.ReadonlyAttributStepBullet1Label,.gx-label.AtributoFreeStyleLabel,.gx-label.BlobContentAtributoFreeStyleLabel,.gx-label.ReadonlyBlobContentAtributoFreeStyleLabel,.gx-label.BlobInputAtributoFreeStyleLabel,.gx-label.ReadonlyAtributoFreeStyleLabel,.gx-label.AtributoGrillaLabel,.gx-label.BlobContentAtributoGrillaLabel,.gx-label.ReadonlyBlobContentAtributoGrillaLabel,.gx-label.BlobInputAtributoGrillaLabel,.gx-label.ReadonlyAtributoGrillaLabel,.gx-label.SinbordeLabel,.gx-label.BlobContentSinBordeLabel,.gx-label.ReadonlyBlobContentSinBordeLabel,.gx-label.BlobInputSinBordeLabel,.gx-label.ReadonlySinBordeLabel,.gx-label.LetraBlancaLabel,.gx-label.BlobContentLetraBlancaLabel,.gx-label.ReadonlyBlobContentLetraBlancaLabel,.gx-label.BlobInputLetraBlancaLabel,.gx-label.ReadonlyLetraBlancaLabel,.gx-label.AtributoGridPequenioLabel,.gx-label.BlobContentAtributoGridPequenioLabel,.gx-label.ReadonlyBlobContentAtributoGridPequenioLabel,.gx-label.BlobInputAtributoGridPequenioLabel,.gx-label.ReadonlyAtributoGridPequenioLabel,.gx-label.AtributoAnchoFijoLabel,.gx-label.BlobContentAtributoAnchoFijoLabel,.gx-label.ReadonlyBlobContentAtributoAnchoFijoLabel,.gx-label.BlobInputAtributoAnchoFijoLabel,.gx-label.ReadonlyAtributoAnchoFijoLabel,.gx-label.cotizacionLabel,.gx-label.BlobContentcotizacionLabel,.gx-label.ReadonlyBlobContentcotizacionLabel,.gx-label.BlobInputcotizacionLabel,.gx-label.ReadonlycotizacionLabel,.gx-label.LetraBlanca12Label,.gx-label.LetraBlanca2Label,.gx-label.attImputLabel,.gx-label.BlobContentattImputLabel,.gx-label.ReadonlyBlobContentattImputLabel,.gx-label.BlobInputattImputLabel,.gx-label.ReadonlyattImputLabel,.gx-label.attMaxWidthLabel,.gx-label.BlobContentattMaxWidthLabel,.gx-label.ReadonlyBlobContentattMaxWidthLabel,.gx-label.BlobInputattMaxWidthLabel,.gx-label.ReadonlyattMaxWidthLabel,.gx-label.attNowrapLabel,.gx-label.BlobContentattNowrapLabel,.gx-label.ReadonlyBlobContentattNowrapLabel,.gx-label.BlobInputattNowrapLabel,.gx-label.ReadonlyattNowrapLabel,.gx-label.attMinWidthLabel,.gx-label.BlobContentattMinWidthLabel,.gx-label.ReadonlyBlobContentattMinWidthLabel,.gx-label.BlobInputattMinWidthLabel,.gx-label.ReadonlyattMinWidthLabel,.gx-label.AttCortoLabel,.gx-label.BlobContentAttCortoLabel,.gx-label.ReadonlyBlobContentAttCortoLabel,.gx-label.BlobInputAttCortoLabel,.gx-label.ReadonlyAttCortoLabel
{
	display: inline-block;
	white-space: normal;
	font-size: 10pt;
	font-weight: bold;
	color: #333346;
}
.Label:before,.RequiredLabel:before,.gx-label.AttributeLabel:before,.gx-label.AttributeFLLabel:before,.gx-label.TotalLabel:before,.gx-label.FEMENINO:F;MASCULINO:MLabel:before,.gx-label.FEMENINO:F,MASCULINO:MLabel:before,.gx-label.LetraBlanca1Label:before,.gx-label.AssociationListAttributeCheckBoxLabel:before,.gx-label.AttSubTitleLabel:before,.gx-label.BlobInputAttSubTitleLabel:before,.gx-label.BlobContentAttSubTitleLabel:before,.gx-label.ReadonlyBlobContentAttSubTitleLabel:before,.gx-label.ReadonlyAttSubTitleLabel:before,.gx-label.IME_ActiveLabel:before,.gx-label.BlobContentIME_ActiveLabel:before,.gx-label.ReadonlyBlobContentIME_ActiveLabel:before,.gx-label.BlobInputIME_ActiveLabel:before,.gx-label.ReadonlyIME_ActiveLabel:before,.gx-label.IME_InactiveLabel:before,.gx-label.BlobContentIME_InactiveLabel:before,.gx-label.ReadonlyBlobContentIME_InactiveLabel:before,.gx-label.BlobInputIME_InactiveLabel:before,.gx-label.ReadonlyIME_InactiveLabel:before,.gx-label.IME_DisabledLabel:before,.gx-label.BlobContentIME_DisabledLabel:before,.gx-label.ReadonlyBlobContentIME_DisabledLabel:before,.gx-label.BlobInputIME_DisabledLabel:before,.gx-label.ReadonlyIME_DisabledLabel:before,.gx-label.CheckboxLabelLabel:before,.gx-label.BlobContentCheckboxLabelLabel:before,.gx-label.ReadonlyBlobContentCheckboxLabelLabel:before,.gx-label.BlobInputCheckboxLabelLabel:before,.gx-label.ReadonlyCheckboxLabelLabel:before,.gx-label.FilterAttributeLabel:before,.gx-label.BlobContentFilterAttributeLabel:before,.gx-label.ReadonlyBlobContentFilterAttributeLabel:before,.gx-label.ReadonlyFilterAttributeLabel:before,.gx-label.BlobInputFilterAttributeLabel:before,.gx-label.FilterComboAttributeLabel:before,.gx-label.BlobContentFilterComboAttributeLabel:before,.gx-label.ReadonlyBlobContentFilterComboAttributeLabel:before,.gx-label.BlobInputFilterComboAttributeLabel:before,.gx-label.ReadonlyFilterComboAttributeLabel:before,.gx-label.FilterSearchAttributeLabel:before,.gx-label.BlobContentFilterSearchAttributeLabel:before,.gx-label.ReadonlyBlobContentFilterSearchAttributeLabel:before,.gx-label.BlobInputFilterSearchAttributeLabel:before,.gx-label.ReadonlyFilterSearchAttributeLabel:before,.gx-label.FilterSearchAttributeFocusLabel:before,.gx-label.BlobContentFilterSearchAttributeFocusLabel:before,.gx-label.ReadonlyBlobContentFilterSearchAttributeFocusLabel:before,.gx-label.BlobInputFilterSearchAttributeFocusLabel:before,.gx-label.ReadonlyFilterSearchAttributeFocusLabel:before,.gx-label.DateFilterSearchAttributeLabel:before,.gx-label.BlobContentDateFilterSearchAttributeLabel:before,.gx-label.ReadonlyBlobContentDateFilterSearchAttributeLabel:before,.gx-label.BlobInputDateFilterSearchAttributeLabel:before,.gx-label.ReadonlyDateFilterSearchAttributeLabel:before,.gx-label.FilterPanelLabel:before,.gx-label.BlobContentFilterPanelLabel:before,.gx-label.ReadonlyBlobContentFilterPanelLabel:before,.gx-label.BlobInputFilterPanelLabel:before,.gx-label.ReadonlyFilterPanelLabel:before,.gx-label.DescriptionAttributeLabel:before,.gx-label.BlobContentDescriptionAttributeLabel:before,.gx-label.ReadonlyBlobContentDescriptionAttributeLabel:before,.gx-label.ReadonlyDescriptionAttributeLabel:before,.gx-label.BlobInputDescriptionAttributeLabel:before,.gx-label.LoginAttributeLabel:before,.gx-label.BlobContentLoginAttributeLabel:before,.gx-label.ReadonlyBlobContentLoginAttributeLabel:before,.gx-label.BlobInputLoginAttributeLabel:before,.gx-label.ReadonlyLoginAttributeLabel:before,.gx-label.LoginComboAttributeLabel:before,.gx-label.BlobContentLoginComboAttributeLabel:before,.gx-label.ReadonlyBlobContentLoginComboAttributeLabel:before,.gx-label.BlobInputLoginComboAttributeLabel:before,.gx-label.ReadonlyLoginComboAttributeLabel:before,.gx-label.RegistrationAttributeLabel:before,.gx-label.BlobContentRegistrationAttributeLabel:before,.gx-label.ReadonlyBlobContentRegistrationAttributeLabel:before,.gx-label.BlobInputRegistrationAttributeLabel:before,.gx-label.ReadonlyRegistrationAttributeLabel:before,.gx-label.RequiredAttributeLabel:before,.gx-label.BlobContentRequiredAttributeLabel:before,.gx-label.ReadonlyBlobContentRequiredAttributeLabel:before,.gx-label.BlobInputRequiredAttributeLabel:before,.gx-label.ReadonlyRequiredAttributeLabel:before,.gx-label.InactiveAttributeLabel:before,.gx-label.BlobContentInactiveAttributeLabel:before,.gx-label.ReadonlyBlobContentInactiveAttributeLabel:before,.gx-label.BlobInputInactiveAttributeLabel:before,.gx-label.ReadonlyInactiveAttributeLabel:before,.gx-label.ComboAttributeLabel:before,.gx-label.BlobContentComboAttributeLabel:before,.gx-label.ReadonlyBlobContentComboAttributeLabel:before,.gx-label.BlobInputComboAttributeLabel:before,.gx-label.ReadonlyComboAttributeLabel:before,.gx-label.SubtitleAttributeLabel:before,.gx-label.BlobContentSubtitleAttributeLabel:before,.gx-label.ReadonlyBlobContentSubtitleAttributeLabel:before,.gx-label.BlobInputSubtitleAttributeLabel:before,.gx-label.ReadonlySubtitleAttributeLabel:before,.gx-label.URLAttributeLabel:before,.gx-label.BlobContentURLAttributeLabel:before,.gx-label.ReadonlyBlobContentURLAttributeLabel:before,.gx-label.BlobInputURLAttributeLabel:before,.gx-label.ReadonlyURLAttributeLabel:before,.gx-label.TextAttributeLabel:before,.gx-label.BlobContentTextAttributeLabel:before,.gx-label.ReadonlyBlobContentTextAttributeLabel:before,.gx-label.BlobInputTextAttributeLabel:before,.gx-label.ReadonlyTextAttributeLabel:before,.gx-label.TextActionAttributeLabel:before,.gx-label.BlobContentTextActionAttributeLabel:before,.gx-label.ReadonlyBlobContentTextActionAttributeLabel:before,.gx-label.BlobInputTextActionAttributeLabel:before,.gx-label.ReadonlyTextActionAttributeLabel:before,.gx-label.AttributeWidthAutoLabel:before,.gx-label.AttributeTotalizerLabel:before,.gx-label.AttributeSecondaryLabel:before,.gx-label.Attribute250Label:before,.gx-label.BootstrapTooltipRightLabel:before,.gx-label.BootstrapTooltipLeftLabel:before,.gx-label.AttributeNoWrapLabel:before,.gx-label.UpdateAttributeLabel:before,.gx-label.descargaLabel:before,.gx-label.BlobContentdescargaLabel:before,.gx-label.ReadonlyBlobContentdescargaLabel:before,.gx-label.BlobInputdescargaLabel:before,.gx-label.ReadonlydescargaLabel:before,.gx-label.BootstrapAttributeLabel:before,.gx-label.BlobContentBootstrapAttributeLabel:before,.gx-label.ReadonlyBlobContentBootstrapAttributeLabel:before,.gx-label.BlobInputBootstrapAttributeLabel:before,.gx-label.ReadonlyBootstrapAttributeLabel:before,.gx-label.ErrorBootstrapAttributeLabel:before,.gx-label.BootstrapAttributeDateLabel:before,.gx-label.BlobContentBootstrapAttributeDateLabel:before,.gx-label.ReadonlyBlobContentBootstrapAttributeDateLabel:before,.gx-label.BlobInputBootstrapAttributeDateLabel:before,.gx-label.ReadonlyBootstrapAttributeDateLabel:before,.gx-label.BootstrapAttributeCheckBoxLabel:before,.gx-label.BlobContentBootstrapAttributeCheckBoxLabel:before,.gx-label.ReadonlyBlobContentBootstrapAttributeCheckBoxLabel:before,.gx-label.BlobInputBootstrapAttributeCheckBoxLabel:before,.gx-label.ReadonlyBootstrapAttributeCheckBoxLabel:before,.gx-label.AttributeCheckBoxColumnsSelectorLabel:before,.gx-label.BlobContentAttributeCheckBoxColumnsSelectorLabel:before,.gx-label.ReadonlyBlobContentAttributeCheckBoxColumnsSelectorLabel:before,.gx-label.BlobInputAttributeCheckBoxColumnsSelectorLabel:before,.gx-label.ReadonlyAttributeCheckBoxColumnsSelectorLabel:before,.gx-label.BootstrapAttributeDateTimeLabel:before,.gx-label.BlobContentBootstrapAttributeDateTimeLabel:before,.gx-label.ReadonlyBlobContentBootstrapAttributeDateTimeLabel:before,.gx-label.BlobInputBootstrapAttributeDateTimeLabel:before,.gx-label.ReadonlyBootstrapAttributeDateTimeLabel:before,.gx-label.ErrorBootstrapAttributeDateTimeLabel:before,.gx-label.ErrorBootstrapAttributeDateLabel:before,.gx-label.ErrorBootstrapAttributeCheckBoxLabel:before,.gx-label.BootstrapAttributeGrayLabel:before,.gx-label.BlobContentBootstrapAttributeGrayLabel:before,.gx-label.ReadonlyBlobContentBootstrapAttributeGrayLabel:before,.gx-label.BlobInputBootstrapAttributeGrayLabel:before,.gx-label.ReadonlyBootstrapAttributeGrayLabel:before,.gx-label.UserNickNameLabel:before,.gx-label.BlobContentUserNickNameLabel:before,.gx-label.ReadonlyBlobContentUserNickNameLabel:before,.gx-label.BlobInputUserNickNameLabel:before,.gx-label.ReadonlyUserNickNameLabel:before,.gx-label.UserPositionLabel:before,.gx-label.BlobContentUserPositionLabel:before,.gx-label.ReadonlyBlobContentUserPositionLabel:before,.gx-label.BlobInputUserPositionLabel:before,.gx-label.ReadonlyUserPositionLabel:before,.gx-label.(none)CheckBoxLabel:before,.gx-label.LabelCheckBoxLabel:before,.gx-label.botonLupaLabel:before,.gx-label.form-controlLabel:before,.gx-label.badgeNaranjaLabel:before,.gx-label.badgeVerdeLabel:before,.gx-label.badgeAmarilloLabel:before,.gx-label.badgeAzulLabel:before,.gx-label.Attribute1Label:before,.gx-label.BlobContentbadgeLabel:before,.gx-label.ReadonlyBlobContentbadgeLabel:before,.gx-label.BlobInputbadgeLabel:before,.gx-label.ReadonlybadgeLabel:before,.gx-label.sinBordeRojoLabel:before,.gx-label.textareaSolicitudesLabel:before,.gx-label.badgeLabel:before,.gx-label.badgeBlueLabel:before,.gx-label.badgeRedLabel:before,.gx-label.badgeGreenLabel:before,.gx-label.badgeYellowLabel:before,.gx-label.badgePurpleLabel:before,.gx-label.margenInferior13pxLabel:before,.gx-label.AttributeDateTimeLabel:before,.gx-label.ReadonlyAttributeDateTimeLabel:before,.gx-label.CheckBoxLabel:before,.gx-label.BlobContentCheckBoxLabel:before,.gx-label.ReadonlyBlobContentCheckBoxLabel:before,.gx-label.BlobInputCheckBoxLabel:before,.gx-label.ReadonlyCheckBoxLabel:before,.gx-label.AttributeCheckBoxLabel:before,.gx-label.ImageAttributeLabel:before,.gx-label.ResponsiveImageAttributeLabel:before,.gx-label.BlobContentResponsiveImageAttributeLabel:before,.gx-label.ReadonlyBlobContentResponsiveImageAttributeLabel:before,.gx-label.ReadonlyResponsiveImageAttributeLabel:before,.gx-label.BlobInputResponsiveImageAttributeLabel:before,.gx-label.ProfileImageAttributeLabel:before,.gx-label.BlobContentProfileImageAttributeLabel:before,.gx-label.ReadonlyBlobContentProfileImageAttributeLabel:before,.gx-label.BlobInputProfileImageAttributeLabel:before,.gx-label.ReadonlyProfileImageAttributeLabel:before,.gx-label.SmallProfileImageAttributeLabel:before,.gx-label.BlobContentSmallProfileImageAttributeLabel:before,.gx-label.ReadonlyBlobContentSmallProfileImageAttributeLabel:before,.gx-label.BlobInputSmallProfileImageAttributeLabel:before,.gx-label.ReadonlySmallProfileImageAttributeLabel:before,.gx-label.ActionAttributeLabel:before,.gx-label.BlobContentActionAttributeLabel:before,.gx-label.ReadonlyBlobContentActionAttributeLabel:before,.gx-label.ReadonlyActionAttributeLabel:before,.gx-label.DeleteAttributeLabel:before,.gx-label.BlobContentDeleteAttributeLabel:before,.gx-label.ReadonlyBlobContentDeleteAttributeLabel:before,.gx-label.ReadonlyDeleteAttributeLabel:before,.gx-label.BlobInputDeleteAttributeLabel:before,.gx-label.DisplayAttributeLabel:before,.gx-label.BlobContentDisplayAttributeLabel:before,.gx-label.ReadonlyBlobContentDisplayAttributeLabel:before,.gx-label.ReadonlyDisplayAttributeLabel:before,.gx-label.BlobInputDisplayAttributeLabel:before,.gx-label.SelectionAttributeLabel:before,.gx-label.BlobContentSelectionAttributeLabel:before,.gx-label.ReadonlyBlobContentSelectionAttributeLabel:before,.gx-label.ReadonlySelectionAttributeLabel:before,.gx-label.BlobInputSelectionAttributeLabel:before,.gx-label.DisabledActionAttributeLabel:before,.gx-label.BlobContentDisabledActionAttributeLabel:before,.gx-label.ReadonlyBlobContentDisabledActionAttributeLabel:before,.gx-label.ReadonlyDisabledActionAttributeLabel:before,.gx-label.BlobInputDisabledActionAttributeLabel:before,.gx-label.BlobInputActionAttributeLabel:before,.gx-label.SelectAttributeLabel:before,.gx-label.BlobContentSelectAttributeLabel:before,.gx-label.ReadonlyBlobContentSelectAttributeLabel:before,.gx-label.BlobInputSelectAttributeLabel:before,.gx-label.ReadonlySelectAttributeLabel:before,.gx-label.BlackAttributeLabel:before,.gx-label.BlobContentBlackAttributeLabel:before,.gx-label.ReadonlyBlobContentBlackAttributeLabel:before,.gx-label.BlobInputBlackAttributeLabel:before,.gx-label.ReadonlyBlackAttributeLabel:before,.gx-label.ActionBaseColorAttributeLabel:before,.gx-label.BlobContentActionBaseColorAttributeLabel:before,.gx-label.ReadonlyBlobContentActionBaseColorAttributeLabel:before,.gx-label.ReadonlyActionBaseColorAttributeLabel:before,.gx-label.BlobInputActionBaseColorAttributeLabel:before,.gx-label.ReadonlyImageAttributeLabel:before,.gx-label.VideoAttributeLabel:before,.gx-label.ReadonlyVideoAttributeLabel:before,.gx-label.AudioAttributeLabel:before,.gx-label.ReadonlyAudioAttributeLabel:before,.gx-label.ErrorAttributeLabel:before,.gx-label.WarningAttributeLabel:before,.gx-label.AssociationListAttributeLabel:before,.gx-label.BlobContentAssociationListAttributeLabel:before,.gx-label.ReadonlyBlobContentAssociationListAttributeLabel:before,.gx-label.BlobInputAssociationListAttributeLabel:before,.gx-label.ReadonlyAssociationListAttributeLabel:before,.gx-label.ReadonlyAttributeLabel:before,.gx-label.ReadonlyMedioLabel:before,.gx-label.BlobContentReadonlyMedioLabel:before,.gx-label.ReadonlyBlobContentReadonlyMedioLabel:before,.gx-label.BlobInputReadonlyMedioLabel:before,.gx-label.ReadonlyReadonlyMedioLabel:before,.gx-label.ReadonlyAttributeNoWrapLabel:before,.gx-label.ReadonlyAttributeTotalizerLabel:before,.gx-label.ReadonlyAttributeRedLabel:before,.gx-label.ReadonlyMedio1Label:before,.gx-label.BlobContentReadonlyMedio1Label:before,.gx-label.ReadonlyBlobContentReadonlyMedio1Label:before,.gx-label.BlobInputReadonlyMedio1Label:before,.gx-label.ReadonlyReadonlyMedio1Label:before,.gx-label.ReadonlyAttributeNoWrap1Label:before,.gx-label.ReadonlyAttributeTotalizer1Label:before,.gx-label.BlobContentAttributeLabel:before,.gx-label.ReadonlyBlobContentAttributeLabel:before,.gx-label.BlobInputAttributeLabel:before,.gx-label.AttributeDraggingLabel:before,.gx-label.AttributeAcceptDragLabel:before,.gx-label.AttributeNoAcceptDragLabel:before,.gx-label.GridTitleLabel:before,.gx-label.BlobContentGridTitleLabel:before,.gx-label.ReadonlyBlobContentGridTitleLabel:before,.gx-label.BlobInputGridTitleLabel:before,.gx-label.ReadonlyGridTitleLabel:before,.gx-label.AttributeTitleWWPLabel:before,.gx-label.BlobContentAttributeTitleWWPLabel:before,.gx-label.ReadonlyBlobContentAttributeTitleWWPLabel:before,.gx-label.BlobInputAttributeTitleWWPLabel:before,.gx-label.ReadonlyAttributeTitleWWPLabel:before,.gx-label.AttributeWhiteLabel:before,.gx-label.BlobContentAttributeWhiteLabel:before,.gx-label.ReadonlyBlobContentAttributeWhiteLabel:before,.gx-label.BlobInputAttributeWhiteLabel:before,.gx-label.ReadonlyAttributeWhiteLabel:before,.gx-label.AttributeCharLongLabel:before,.gx-label.BlobContentAttributeCharLongLabel:before,.gx-label.ReadonlyBlobContentAttributeCharLongLabel:before,.gx-label.BlobInputAttributeCharLongLabel:before,.gx-label.ReadonlyAttributeCharLongLabel:before,.gx-label.AttributeGrayLabel:before,.gx-label.BlobInputAttributeGrayLabel:before,.gx-label.BlobContentAttributeGrayLabel:before,.gx-label.ReadonlyBlobContentAttributeGrayLabel:before,.gx-label.ReadonlyAttributeGrayLabel:before,.gx-label.AttributeManageFiltersLabel:before,.gx-label.AttributeImageFixWidthLabel:before,.gx-label.BlobContentAttributeImageFixWidthLabel:before,.gx-label.ReadonlyBlobContentAttributeImageFixWidthLabel:before,.gx-label.BlobInputAttributeImageFixWidthLabel:before,.gx-label.ReadonlyAttributeImageFixWidthLabel:before,.gx-label.AttributeDateLabel:before,.gx-label.BlobContentAttributeDateLabel:before,.gx-label.ReadonlyBlobContentAttributeDateLabel:before,.gx-label.BlobInputAttributeDateLabel:before,.gx-label.ReadonlyAttributeDateLabel:before,.gx-label.AttributeStepLabel:before,.gx-label.ReadonlyAttributeStepLabel:before,.gx-label.AttributeStepSelectedLabel:before,.gx-label.ReadonlyAttributeStepSelectedLabel:before,.gx-label.AttributeStepBulletLabel:before,.gx-label.ReadonlyAttributeStepBulletLabel:before,.gx-label.AttributeStepBulletUnSelectedLabel:before,.gx-label.ReadonlyAttributeStepBulletUnSelectedLabel:before,.gx-label.AttributeStepBulletSelectedLabel:before,.gx-label.ReadonlyAttributeStepBulletSelectedLabel:before,.gx-label.AttributStepBullet1Label:before,.gx-label.BlobContentAttributStepBullet1Label:before,.gx-label.ReadonlyBlobContentAttributStepBullet1Label:before,.gx-label.BlobInputAttributStepBullet1Label:before,.gx-label.ReadonlyAttributStepBullet1Label:before,.gx-label.AtributoFreeStyleLabel:before,.gx-label.BlobContentAtributoFreeStyleLabel:before,.gx-label.ReadonlyBlobContentAtributoFreeStyleLabel:before,.gx-label.BlobInputAtributoFreeStyleLabel:before,.gx-label.ReadonlyAtributoFreeStyleLabel:before,.gx-label.AtributoGrillaLabel:before,.gx-label.BlobContentAtributoGrillaLabel:before,.gx-label.ReadonlyBlobContentAtributoGrillaLabel:before,.gx-label.BlobInputAtributoGrillaLabel:before,.gx-label.ReadonlyAtributoGrillaLabel:before,.gx-label.SinbordeLabel:before,.gx-label.BlobContentSinBordeLabel:before,.gx-label.ReadonlyBlobContentSinBordeLabel:before,.gx-label.BlobInputSinBordeLabel:before,.gx-label.ReadonlySinBordeLabel:before,.gx-label.LetraBlancaLabel:before,.gx-label.BlobContentLetraBlancaLabel:before,.gx-label.ReadonlyBlobContentLetraBlancaLabel:before,.gx-label.BlobInputLetraBlancaLabel:before,.gx-label.ReadonlyLetraBlancaLabel:before,.gx-label.AtributoGridPequenioLabel:before,.gx-label.BlobContentAtributoGridPequenioLabel:before,.gx-label.ReadonlyBlobContentAtributoGridPequenioLabel:before,.gx-label.BlobInputAtributoGridPequenioLabel:before,.gx-label.ReadonlyAtributoGridPequenioLabel:before,.gx-label.AtributoAnchoFijoLabel:before,.gx-label.BlobContentAtributoAnchoFijoLabel:before,.gx-label.ReadonlyBlobContentAtributoAnchoFijoLabel:before,.gx-label.BlobInputAtributoAnchoFijoLabel:before,.gx-label.ReadonlyAtributoAnchoFijoLabel:before,.gx-label.cotizacionLabel:before,.gx-label.BlobContentcotizacionLabel:before,.gx-label.ReadonlyBlobContentcotizacionLabel:before,.gx-label.BlobInputcotizacionLabel:before,.gx-label.ReadonlycotizacionLabel:before,.gx-label.LetraBlanca12Label:before,.gx-label.LetraBlanca2Label:before,.gx-label.attImputLabel:before,.gx-label.BlobContentattImputLabel:before,.gx-label.ReadonlyBlobContentattImputLabel:before,.gx-label.BlobInputattImputLabel:before,.gx-label.ReadonlyattImputLabel:before,.gx-label.attMaxWidthLabel:before,.gx-label.BlobContentattMaxWidthLabel:before,.gx-label.ReadonlyBlobContentattMaxWidthLabel:before,.gx-label.BlobInputattMaxWidthLabel:before,.gx-label.ReadonlyattMaxWidthLabel:before,.gx-label.attNowrapLabel:before,.gx-label.BlobContentattNowrapLabel:before,.gx-label.ReadonlyBlobContentattNowrapLabel:before,.gx-label.BlobInputattNowrapLabel:before,.gx-label.ReadonlyattNowrapLabel:before,.gx-label.attMinWidthLabel:before,.gx-label.BlobContentattMinWidthLabel:before,.gx-label.ReadonlyBlobContentattMinWidthLabel:before,.gx-label.BlobInputattMinWidthLabel:before,.gx-label.ReadonlyattMinWidthLabel:before,.gx-label.AttCortoLabel:before,.gx-label.BlobContentAttCortoLabel:before,.gx-label.ReadonlyBlobContentAttCortoLabel:before,.gx-label.BlobInputAttCortoLabel:before,.gx-label.ReadonlyAttCortoLabel:before
{
	display: inline-block;
	white-space: normal;
	font-size: 10pt;
	font-weight: bold;
	color: #333346;
}

.Label:after,.RequiredLabel:after,.gx-label.AttributeLabel:after,.gx-label.AttributeFLLabel:after,.gx-label.TotalLabel:after,.gx-label.FEMENINO:F;MASCULINO:MLabel:after,.gx-label.FEMENINO:F,MASCULINO:MLabel:after,.gx-label.LetraBlanca1Label:after,.gx-label.AssociationListAttributeCheckBoxLabel:after,.gx-label.AttSubTitleLabel:after,.gx-label.BlobInputAttSubTitleLabel:after,.gx-label.BlobContentAttSubTitleLabel:after,.gx-label.ReadonlyBlobContentAttSubTitleLabel:after,.gx-label.ReadonlyAttSubTitleLabel: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.CheckboxLabelLabel:after,.gx-label.BlobContentCheckboxLabelLabel:after,.gx-label.ReadonlyBlobContentCheckboxLabelLabel:after,.gx-label.BlobInputCheckboxLabelLabel:after,.gx-label.ReadonlyCheckboxLabelLabel:after,.gx-label.FilterAttributeLabel:after,.gx-label.BlobContentFilterAttributeLabel:after,.gx-label.ReadonlyBlobContentFilterAttributeLabel:after,.gx-label.ReadonlyFilterAttributeLabel: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.DescriptionAttributeLabel:after,.gx-label.BlobContentDescriptionAttributeLabel:after,.gx-label.ReadonlyBlobContentDescriptionAttributeLabel:after,.gx-label.ReadonlyDescriptionAttributeLabel:after,.gx-label.BlobInputDescriptionAttributeLabel: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.AttributeWidthAutoLabel:after,.gx-label.AttributeTotalizerLabel:after,.gx-label.AttributeSecondaryLabel:after,.gx-label.Attribute250Label:after,.gx-label.BootstrapTooltipRightLabel:after,.gx-label.BootstrapTooltipLeftLabel:after,.gx-label.AttributeNoWrapLabel:after,.gx-label.UpdateAttributeLabel:after,.gx-label.descargaLabel:after,.gx-label.BlobContentdescargaLabel:after,.gx-label.ReadonlyBlobContentdescargaLabel:after,.gx-label.BlobInputdescargaLabel:after,.gx-label.ReadonlydescargaLabel:after,.gx-label.BootstrapAttributeLabel:after,.gx-label.BlobContentBootstrapAttributeLabel:after,.gx-label.ReadonlyBlobContentBootstrapAttributeLabel:after,.gx-label.BlobInputBootstrapAttributeLabel:after,.gx-label.ReadonlyBootstrapAttributeLabel:after,.gx-label.ErrorBootstrapAttributeLabel:after,.gx-label.BootstrapAttributeDateLabel:after,.gx-label.BlobContentBootstrapAttributeDateLabel:after,.gx-label.ReadonlyBlobContentBootstrapAttributeDateLabel:after,.gx-label.BlobInputBootstrapAttributeDateLabel:after,.gx-label.ReadonlyBootstrapAttributeDateLabel:after,.gx-label.BootstrapAttributeCheckBoxLabel:after,.gx-label.BlobContentBootstrapAttributeCheckBoxLabel:after,.gx-label.ReadonlyBlobContentBootstrapAttributeCheckBoxLabel:after,.gx-label.BlobInputBootstrapAttributeCheckBoxLabel:after,.gx-label.ReadonlyBootstrapAttributeCheckBoxLabel:after,.gx-label.AttributeCheckBoxColumnsSelectorLabel:after,.gx-label.BlobContentAttributeCheckBoxColumnsSelectorLabel:after,.gx-label.ReadonlyBlobContentAttributeCheckBoxColumnsSelectorLabel:after,.gx-label.BlobInputAttributeCheckBoxColumnsSelectorLabel:after,.gx-label.ReadonlyAttributeCheckBoxColumnsSelectorLabel:after,.gx-label.BootstrapAttributeDateTimeLabel:after,.gx-label.BlobContentBootstrapAttributeDateTimeLabel:after,.gx-label.ReadonlyBlobContentBootstrapAttributeDateTimeLabel:after,.gx-label.BlobInputBootstrapAttributeDateTimeLabel:after,.gx-label.ReadonlyBootstrapAttributeDateTimeLabel:after,.gx-label.ErrorBootstrapAttributeDateTimeLabel:after,.gx-label.ErrorBootstrapAttributeDateLabel:after,.gx-label.ErrorBootstrapAttributeCheckBoxLabel:after,.gx-label.BootstrapAttributeGrayLabel:after,.gx-label.BlobContentBootstrapAttributeGrayLabel:after,.gx-label.ReadonlyBlobContentBootstrapAttributeGrayLabel:after,.gx-label.BlobInputBootstrapAttributeGrayLabel:after,.gx-label.ReadonlyBootstrapAttributeGrayLabel:after,.gx-label.UserNickNameLabel:after,.gx-label.BlobContentUserNickNameLabel:after,.gx-label.ReadonlyBlobContentUserNickNameLabel:after,.gx-label.BlobInputUserNickNameLabel:after,.gx-label.ReadonlyUserNickNameLabel:after,.gx-label.UserPositionLabel:after,.gx-label.BlobContentUserPositionLabel:after,.gx-label.ReadonlyBlobContentUserPositionLabel:after,.gx-label.BlobInputUserPositionLabel:after,.gx-label.ReadonlyUserPositionLabel:after,.gx-label.(none)CheckBoxLabel:after,.gx-label.LabelCheckBoxLabel:after,.gx-label.botonLupaLabel:after,.gx-label.form-controlLabel:after,.gx-label.badgeNaranjaLabel:after,.gx-label.badgeVerdeLabel:after,.gx-label.badgeAmarilloLabel:after,.gx-label.badgeAzulLabel:after,.gx-label.Attribute1Label:after,.gx-label.BlobContentbadgeLabel:after,.gx-label.ReadonlyBlobContentbadgeLabel:after,.gx-label.BlobInputbadgeLabel:after,.gx-label.ReadonlybadgeLabel:after,.gx-label.sinBordeRojoLabel:after,.gx-label.textareaSolicitudesLabel:after,.gx-label.badgeLabel:after,.gx-label.badgeBlueLabel:after,.gx-label.badgeRedLabel:after,.gx-label.badgeGreenLabel:after,.gx-label.badgeYellowLabel:after,.gx-label.badgePurpleLabel:after,.gx-label.margenInferior13pxLabel:after,.gx-label.AttributeDateTimeLabel:after,.gx-label.ReadonlyAttributeDateTimeLabel:after,.gx-label.CheckBoxLabel:after,.gx-label.BlobContentCheckBoxLabel:after,.gx-label.ReadonlyBlobContentCheckBoxLabel:after,.gx-label.BlobInputCheckBoxLabel:after,.gx-label.ReadonlyCheckBoxLabel:after,.gx-label.AttributeCheckBoxLabel:after,.gx-label.ImageAttributeLabel:after,.gx-label.ResponsiveImageAttributeLabel:after,.gx-label.BlobContentResponsiveImageAttributeLabel:after,.gx-label.ReadonlyBlobContentResponsiveImageAttributeLabel:after,.gx-label.ReadonlyResponsiveImageAttributeLabel:after,.gx-label.BlobInputResponsiveImageAttributeLabel: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.ActionAttributeLabel:after,.gx-label.BlobContentActionAttributeLabel:after,.gx-label.ReadonlyBlobContentActionAttributeLabel:after,.gx-label.ReadonlyActionAttributeLabel:after,.gx-label.DeleteAttributeLabel:after,.gx-label.BlobContentDeleteAttributeLabel:after,.gx-label.ReadonlyBlobContentDeleteAttributeLabel:after,.gx-label.ReadonlyDeleteAttributeLabel:after,.gx-label.BlobInputDeleteAttributeLabel:after,.gx-label.DisplayAttributeLabel:after,.gx-label.BlobContentDisplayAttributeLabel:after,.gx-label.ReadonlyBlobContentDisplayAttributeLabel:after,.gx-label.ReadonlyDisplayAttributeLabel:after,.gx-label.BlobInputDisplayAttributeLabel:after,.gx-label.SelectionAttributeLabel:after,.gx-label.BlobContentSelectionAttributeLabel:after,.gx-label.ReadonlyBlobContentSelectionAttributeLabel:after,.gx-label.ReadonlySelectionAttributeLabel:after,.gx-label.BlobInputSelectionAttributeLabel:after,.gx-label.DisabledActionAttributeLabel:after,.gx-label.BlobContentDisabledActionAttributeLabel:after,.gx-label.ReadonlyBlobContentDisabledActionAttributeLabel:after,.gx-label.ReadonlyDisabledActionAttributeLabel:after,.gx-label.BlobInputDisabledActionAttributeLabel:after,.gx-label.BlobInputActionAttributeLabel:after,.gx-label.SelectAttributeLabel:after,.gx-label.BlobContentSelectAttributeLabel:after,.gx-label.ReadonlyBlobContentSelectAttributeLabel:after,.gx-label.BlobInputSelectAttributeLabel:after,.gx-label.ReadonlySelectAttributeLabel:after,.gx-label.BlackAttributeLabel:after,.gx-label.BlobContentBlackAttributeLabel:after,.gx-label.ReadonlyBlobContentBlackAttributeLabel:after,.gx-label.BlobInputBlackAttributeLabel:after,.gx-label.ReadonlyBlackAttributeLabel:after,.gx-label.ActionBaseColorAttributeLabel:after,.gx-label.BlobContentActionBaseColorAttributeLabel:after,.gx-label.ReadonlyBlobContentActionBaseColorAttributeLabel:after,.gx-label.ReadonlyActionBaseColorAttributeLabel:after,.gx-label.BlobInputActionBaseColorAttributeLabel:after,.gx-label.ReadonlyImageAttributeLabel:after,.gx-label.VideoAttributeLabel:after,.gx-label.ReadonlyVideoAttributeLabel:after,.gx-label.AudioAttributeLabel:after,.gx-label.ReadonlyAudioAttributeLabel:after,.gx-label.ErrorAttributeLabel:after,.gx-label.WarningAttributeLabel:after,.gx-label.AssociationListAttributeLabel:after,.gx-label.BlobContentAssociationListAttributeLabel:after,.gx-label.ReadonlyBlobContentAssociationListAttributeLabel:after,.gx-label.BlobInputAssociationListAttributeLabel:after,.gx-label.ReadonlyAssociationListAttributeLabel: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.ReadonlyAttributeNoWrapLabel:after,.gx-label.ReadonlyAttributeTotalizerLabel:after,.gx-label.ReadonlyAttributeRedLabel:after,.gx-label.ReadonlyMedio1Label:after,.gx-label.BlobContentReadonlyMedio1Label:after,.gx-label.ReadonlyBlobContentReadonlyMedio1Label:after,.gx-label.BlobInputReadonlyMedio1Label:after,.gx-label.ReadonlyReadonlyMedio1Label:after,.gx-label.ReadonlyAttributeNoWrap1Label:after,.gx-label.ReadonlyAttributeTotalizer1Label: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.GridTitleLabel:after,.gx-label.BlobContentGridTitleLabel:after,.gx-label.ReadonlyBlobContentGridTitleLabel:after,.gx-label.BlobInputGridTitleLabel:after,.gx-label.ReadonlyGridTitleLabel:after,.gx-label.AttributeTitleWWPLabel:after,.gx-label.BlobContentAttributeTitleWWPLabel:after,.gx-label.ReadonlyBlobContentAttributeTitleWWPLabel:after,.gx-label.BlobInputAttributeTitleWWPLabel:after,.gx-label.ReadonlyAttributeTitleWWPLabel:after,.gx-label.AttributeWhiteLabel:after,.gx-label.BlobContentAttributeWhiteLabel:after,.gx-label.ReadonlyBlobContentAttributeWhiteLabel:after,.gx-label.BlobInputAttributeWhiteLabel:after,.gx-label.ReadonlyAttributeWhiteLabel:after,.gx-label.AttributeCharLongLabel:after,.gx-label.BlobContentAttributeCharLongLabel:after,.gx-label.ReadonlyBlobContentAttributeCharLongLabel:after,.gx-label.BlobInputAttributeCharLongLabel:after,.gx-label.ReadonlyAttributeCharLongLabel:after,.gx-label.AttributeGrayLabel:after,.gx-label.BlobInputAttributeGrayLabel:after,.gx-label.BlobContentAttributeGrayLabel:after,.gx-label.ReadonlyBlobContentAttributeGrayLabel:after,.gx-label.ReadonlyAttributeGrayLabel:after,.gx-label.AttributeManageFiltersLabel:after,.gx-label.AttributeImageFixWidthLabel:after,.gx-label.BlobContentAttributeImageFixWidthLabel:after,.gx-label.ReadonlyBlobContentAttributeImageFixWidthLabel:after,.gx-label.BlobInputAttributeImageFixWidthLabel:after,.gx-label.ReadonlyAttributeImageFixWidthLabel:after,.gx-label.AttributeDateLabel:after,.gx-label.BlobContentAttributeDateLabel:after,.gx-label.ReadonlyBlobContentAttributeDateLabel:after,.gx-label.BlobInputAttributeDateLabel:after,.gx-label.ReadonlyAttributeDateLabel:after,.gx-label.AttributeStepLabel:after,.gx-label.ReadonlyAttributeStepLabel:after,.gx-label.AttributeStepSelectedLabel:after,.gx-label.ReadonlyAttributeStepSelectedLabel:after,.gx-label.AttributeStepBulletLabel:after,.gx-label.ReadonlyAttributeStepBulletLabel:after,.gx-label.AttributeStepBulletUnSelectedLabel:after,.gx-label.ReadonlyAttributeStepBulletUnSelectedLabel:after,.gx-label.AttributeStepBulletSelectedLabel:after,.gx-label.ReadonlyAttributeStepBulletSelectedLabel:after,.gx-label.AttributStepBullet1Label:after,.gx-label.BlobContentAttributStepBullet1Label:after,.gx-label.ReadonlyBlobContentAttributStepBullet1Label:after,.gx-label.BlobInputAttributStepBullet1Label:after,.gx-label.ReadonlyAttributStepBullet1Label:after,.gx-label.AtributoFreeStyleLabel:after,.gx-label.BlobContentAtributoFreeStyleLabel:after,.gx-label.ReadonlyBlobContentAtributoFreeStyleLabel:after,.gx-label.BlobInputAtributoFreeStyleLabel:after,.gx-label.ReadonlyAtributoFreeStyleLabel:after,.gx-label.AtributoGrillaLabel:after,.gx-label.BlobContentAtributoGrillaLabel:after,.gx-label.ReadonlyBlobContentAtributoGrillaLabel:after,.gx-label.BlobInputAtributoGrillaLabel:after,.gx-label.ReadonlyAtributoGrillaLabel:after,.gx-label.SinbordeLabel:after,.gx-label.BlobContentSinBordeLabel:after,.gx-label.ReadonlyBlobContentSinBordeLabel:after,.gx-label.BlobInputSinBordeLabel:after,.gx-label.ReadonlySinBordeLabel:after,.gx-label.LetraBlancaLabel:after,.gx-label.BlobContentLetraBlancaLabel:after,.gx-label.ReadonlyBlobContentLetraBlancaLabel:after,.gx-label.BlobInputLetraBlancaLabel:after,.gx-label.ReadonlyLetraBlancaLabel:after,.gx-label.AtributoGridPequenioLabel:after,.gx-label.BlobContentAtributoGridPequenioLabel:after,.gx-label.ReadonlyBlobContentAtributoGridPequenioLabel:after,.gx-label.BlobInputAtributoGridPequenioLabel:after,.gx-label.ReadonlyAtributoGridPequenioLabel:after,.gx-label.AtributoAnchoFijoLabel:after,.gx-label.BlobContentAtributoAnchoFijoLabel:after,.gx-label.ReadonlyBlobContentAtributoAnchoFijoLabel:after,.gx-label.BlobInputAtributoAnchoFijoLabel:after,.gx-label.ReadonlyAtributoAnchoFijoLabel:after,.gx-label.cotizacionLabel:after,.gx-label.BlobContentcotizacionLabel:after,.gx-label.ReadonlyBlobContentcotizacionLabel:after,.gx-label.BlobInputcotizacionLabel:after,.gx-label.ReadonlycotizacionLabel:after,.gx-label.LetraBlanca12Label:after,.gx-label.LetraBlanca2Label:after,.gx-label.attImputLabel:after,.gx-label.BlobContentattImputLabel:after,.gx-label.ReadonlyBlobContentattImputLabel:after,.gx-label.BlobInputattImputLabel:after,.gx-label.ReadonlyattImputLabel:after,.gx-label.attMaxWidthLabel:after,.gx-label.BlobContentattMaxWidthLabel:after,.gx-label.ReadonlyBlobContentattMaxWidthLabel:after,.gx-label.BlobInputattMaxWidthLabel:after,.gx-label.ReadonlyattMaxWidthLabel:after,.gx-label.attNowrapLabel:after,.gx-label.BlobContentattNowrapLabel:after,.gx-label.ReadonlyBlobContentattNowrapLabel:after,.gx-label.BlobInputattNowrapLabel:after,.gx-label.ReadonlyattNowrapLabel:after,.gx-label.attMinWidthLabel:after,.gx-label.BlobContentattMinWidthLabel:after,.gx-label.ReadonlyBlobContentattMinWidthLabel:after,.gx-label.BlobInputattMinWidthLabel:after,.gx-label.ReadonlyattMinWidthLabel:after,.gx-label.AttCortoLabel:after,.gx-label.BlobContentAttCortoLabel:after,.gx-label.ReadonlyBlobContentAttCortoLabel:after,.gx-label.BlobInputAttCortoLabel:after,.gx-label.ReadonlyAttCortoLabel:after
{
	display: inline-block;
	white-space: normal;
	font-size: 10pt;
	font-weight: bold;
	color: #333346;
}

.AssociationTitle
{
	font-size: 11pt;
	color: black;
}
.AssociationTitle:before
{
	font-size: 11pt;
	color: black;
}

.AssociationTitle:after
{
	font-size: 11pt;
	color: black;
}

.SmallText
{
	font-size: 7.8pt;
	text-align: center;
}
.SmallText:before
{
	font-size: 7.8pt;
	text-align: center;
}

.SmallText:after
{
	font-size: 7.8pt;
	text-align: center;
}

.SelectedTab
{
	background-image: none;
	font-size: 14px;
	font-weight: normal;
	color: #555;
	line-height:25px;
}
.SelectedTab:before
{
	font-size: 14px;
	font-weight: normal;
	color: #555;
	line-height:25px;
}

.SelectedTab:after
{
	font-size: 14px;
	font-weight: normal;
	color: #555;
	line-height:25px;
}

.UnSelectedTab
{
	background-image: none;
	font-size: 14px;
	font-weight: normal;
	color: #428bca;
}
.UnSelectedTab:before
{
	font-size: 14px;
	font-weight: normal;
	color: #428bca;
}

.UnSelectedTab:after
{
	font-size: 14px;
	font-weight: normal;
	color: #428bca;
}

.RecentLink
{
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	padding-left: 5px;
	color: #069;
	width: 5%;
	text-align: left;
}
.RecentLink:before
{
	color: #069;
	text-align: left;
}

.RecentLink:after
{
	color: #069;
	text-align: left;
}

.DataDescription
{
	white-space: normal;
	font-size: 10pt;
	font-weight: bold;
	color: #333346;
}
.DataDescription:before
{
	white-space: normal;
	font-size: 10pt;
	font-weight: bold;
	color: #333346;
}

.DataDescription:after
{
	white-space: normal;
	font-size: 10pt;
	font-weight: bold;
	color: #333346;
}

.TextBlockTitleWWP,.TextBlockTitleWWPTab,.TextBlockTitleNotAuthorized,.WizardTitle,.WizardStepDescription
{
	margin-bottom: 15px;
	display: block;
	font-size: 13pt;
	font-weight: bold;
	color: #4d4d4d;
	line-height:30px;
}
.TextBlockTitleWWP:before,.TextBlockTitleWWPTab:before,.TextBlockTitleNotAuthorized:before,.WizardTitle:before,.WizardStepDescription:before
{
	display: block;
	font-size: 13pt;
	font-weight: bold;
	color: #4d4d4d;
	line-height:30px;
}

.TextBlockTitleWWP:after,.TextBlockTitleWWPTab:after,.TextBlockTitleNotAuthorized:after,.WizardTitle:after,.WizardStepDescription:after
{
	display: block;
	font-size: 13pt;
	font-weight: bold;
	color: #4d4d4d;
	line-height:30px;
}

.TextBlockTitleWWPTab
{
	font-size: 12pt;
	font-weight: normal;
}
.TextBlockTitleWWPTab:before
{
	font-size: 12pt;
	font-weight: normal;
}

.TextBlockTitleWWPTab:after
{
	font-size: 12pt;
	font-weight: normal;
}

.TextBlockTitleNotAuthorized
{
	white-space: normal;
}
.TextBlockTitleNotAuthorized:before
{
	white-space: normal;
}

.TextBlockTitleNotAuthorized:after
{
	white-space: normal;
}

.WizardStepDescription
{
	margin-left: 15px;
	font-size: 12pt;
	font-weight: normal;
	color: #686367;
}
.WizardStepDescription:before
{
	font-size: 12pt;
	font-weight: normal;
	color: #686367;
}

.WizardStepDescription:after
{
	font-size: 12pt;
	font-weight: normal;
	color: #686367;
}

.DataFilterDescription,.OrderedByDescription,.DataFixedFilterDescription,.DataFilterDescriptionPrefix
{
	padding-left: 8px;
	padding-right: 2px;
	display: none;
	font-size: 10pt;
	color: #333;
}
.DataFilterDescription:before,.OrderedByDescription:before,.DataFixedFilterDescription:before,.DataFilterDescriptionPrefix:before
{
	display: none;
	font-size: 10pt;
	color: #333;
}

.DataFilterDescription:after,.OrderedByDescription:after,.DataFixedFilterDescription:after,.DataFilterDescriptionPrefix:after
{
	display: none;
	font-size: 10pt;
	color: #333;
}

.OrderedByDescription
{
	color: #069;
}
.OrderedByDescription:before
{
	color: #069;
}

.OrderedByDescription:after
{
	color: #069;
}

.DataFixedFilterDescription
{
	margin-right: 5px;
	font-weight: bold;
	color: #4d4d4d;
}
.DataFixedFilterDescription:before
{
	font-weight: bold;
	color: #4d4d4d;
}

.DataFixedFilterDescription:after
{
	font-weight: bold;
	color: #4d4d4d;
}

.DataFilterDescriptionPrefix
{
	padding-left: 0px;
}
.DescriptionWhite
{
	color: white;
}
.DescriptionWhite:before
{
	color: white;
}

.DescriptionWhite:after
{
	color: white;
}

.MasterPageFooter
{
	background-color: #506966;
	background-image: none;
}
.WorkWithFooter
{
	background-color: white;
	font-size: 12pt;
	font-weight: bold;
	color: white;
}
.WorkWithFooter:before
{
	font-size: 12pt;
	font-weight: bold;
	color: white;
}

.WorkWithFooter:after
{
	font-size: 12pt;
	font-weight: bold;
	color: white;
}

.TextBlockUserName
{
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	font-size: 11pt;
	font-weight: bold;
	color: #333;
}
.TextBlockUserName:before
{
	font-size: 11pt;
	font-weight: bold;
	color: #333;
}

.TextBlockUserName:after
{
	font-size: 11pt;
	font-weight: bold;
	color: #333;
}

.TextBlockRoleName
{
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	font-size: 8pt;
	color: #707070;
}
.TextBlockRoleName:before
{
	font-size: 8pt;
	color: #707070;
}

.TextBlockRoleName:after
{
	font-size: 8pt;
	color: #707070;
}

.InGridDeletion
{
	text-decoration: line-through;
}
.InGridDeletion:before
{
	text-decoration: line-through;
}

.InGridDeletion:after
{
	text-decoration: line-through;
}

.StepNumber,.StepNumberSelected
{
	padding-right: 0px;
	font-size: 12px;
	color: #696564;
}
.StepNumber:before,.StepNumberSelected:before
{
	font-size: 12px;
	color: #696564;
}

.StepNumber:after,.StepNumberSelected:after
{
	font-size: 12px;
	color: #696564;
}

.StepNumberSelected
{
	color: white;
}
.StepNumberSelected:before
{
	color: white;
}

.StepNumberSelected:after
{
	color: white;
}

.StepNumberBullet,.StepNumberBulletSelected
{
	padding-right: 0px;
	white-space: nowrap;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.StepNumberBullet:before,.StepNumberBulletSelected:before
{
	white-space: nowrap;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.StepNumberBullet:after,.StepNumberBulletSelected:after
{
	white-space: nowrap;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.StepNumberBulletSelected
{
	font-size: 16px;
}
.StepNumberBulletSelected:before
{
	font-size: 16px;
}

.StepNumberBulletSelected:after
{
	font-size: 16px;
}

.WizardTextBlock,.WizardTextBlockDescription
{
	white-space: normal;
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-weight: bold;
}
.WizardTextBlock:before,.WizardTextBlockDescription:before
{
	white-space: normal;
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-weight: bold;
}

.WizardTextBlock:after,.WizardTextBlockDescription:after
{
	white-space: normal;
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-weight: bold;
}

.WizardTextBlockDescription
{
	font-weight: normal;
}
.WizardTextBlockDescription:before
{
	font-weight: normal;
}

.WizardTextBlockDescription:after
{
	font-weight: normal;
}

.textoRojo
{
	background-image: none;
	font-size: 16px;
	font-weight: normal;
	color: #c90000;
}
.textoRojo:before
{
	font-size: 16px;
	font-weight: normal;
	color: #c90000;
}

.textoRojo:after
{
	font-size: 16px;
	font-weight: normal;
	color: #c90000;
}

.Link
{
	font-size: 15px;
	font-weight: bold;
	color: orangered;
}
.Link:before
{
	font-size: 15px;
	font-weight: bold;
	color: orangered;
}

.Link:after
{
	font-size: 15px;
	font-weight: bold;
	color: orangered;
}

.LinkNaranja,.Link>A,.Link:hover
{
	font-size: 15px;
	text-decoration: underline;
	color: orangered;
}
.LinkNaranja:before,.Link>A:before,.Link:hover:before
{
	font-size: 15px;
	text-decoration: underline;
	color: orangered;
}

.LinkNaranja:after,.Link>A:after,.Link:hover:after
{
	font-size: 15px;
	text-decoration: underline;
	color: orangered;
}

.LetraChica
{
	font-size: 11px;
}
.LetraChica:before
{
	font-size: 11px;
}

.LetraChica:after
{
	font-size: 11px;
}

.TextRojo
{
	font-weight: bold;
	color: red;
}
.TextRojo:before
{
	font-weight: bold;
	color: red;
}

.TextRojo:after
{
	font-weight: bold;
	color: red;
}

.TextBlockTitleGris
{
	margin-bottom: 15px;
	font-size: 13pt;
	font-weight: bold;
	color: gray;
	line-height:30px;
}
.TextBlockTitleGris:before
{
	font-size: 13pt;
	font-weight: bold;
	color: gray;
	line-height:30px;
}

.TextBlockTitleGris:after
{
	font-size: 13pt;
	font-weight: bold;
	color: gray;
	content: '';
	line-height:30px;
}

.TextBlockTitleRojo
{
	margin-bottom: 15px;
	display: block;
	font-size: 13pt;
	font-weight: bold;
	color: red;
	line-height:30px;
}
.TextBlockTitleRojo:before
{
	display: block;
	font-size: 13pt;
	font-weight: bold;
	color: red;
	line-height:30px;
}

.TextBlockTitleRojo:after
{
	display: block;
	font-size: 13pt;
	font-weight: bold;
	color: red;
	line-height:30px;
}

.txtCotizacion
{
	font-size: 10pt;
}
.txtCotizacion:before
{
	font-size: 10pt;
}

.txtCotizacion:after
{
	font-size: 10pt;
}

.TextCotizadores
{
	font-size: 16px;
	font-weight: 900;
	text-decoration: underline;
	color: #000;
}
.TextCotizadores:before
{
	font-size: 16px;
	font-weight: 900;
	text-decoration: underline;
	color: #000;
}

.TextCotizadores:after
{
	font-size: 16px;
	font-weight: 900;
	text-decoration: underline;
	color: #000;
}

.TextTitulo
{
	margin-bottom: 10px;
	font-family: "Arial Rounded MT Bold";
	font-size: 26px;
	font-weight: 900;
	color: #000;
}
.TextTitulo:before
{
	font-family: "Arial Rounded MT Bold";
	font-size: 26px;
	font-weight: 900;
	color: #000;
}

.TextTitulo:after
{
	font-family: "Arial Rounded MT Bold";
	font-size: 26px;
	font-weight: 900;
	color: #000;
}

.txtTitulo
{
	display: inline;
	font-weight: 900;
	font-size: 3rem;
}
.txtTitulo:before
{
	display: inline;
	font-weight: 900;
	font-size: 3rem;
}

.txtTitulo:after
{
	display: inline;
	font-weight: 900;
	font-size: 3rem;
}

.PolizasTituto
{
	font-size: 3rem;
	font-weight: 700;
	white-space: nowrap;
}
.PolizasTituto:before
{
	font-size: 3rem;
	font-weight: 700;
	white-space: nowrap;
}

.PolizasTituto:after
{
	font-size: 3rem;
	font-weight: 700;
	white-space: nowrap;
}

.WarningMessage
{
	background-image: url(../PortalAseg_Theme_RWD/WarningIcon.png);
	color: #fdae45;
}
.WarningMessage:before
{
	color: #fdae45;
}

.WarningMessage:after
{
	color: #fdae45;
}

.txtErrorViewer
{
	background-repeat: no-repeat;
	background-image: url(../PortalAseg_Theme_RWD/WarningIcon.png);
	color: #fdae45;
	background-position: left center;
	 padding: 1px 0 1px 30px;
}
.txtErrorViewer:before
{
	background-repeat: no-repeat;
	color: #fdae45;
	background-position: left center;
	padding: 1px 0 1px 30px;
}

.txtErrorViewer:after
{
	background-repeat: no-repeat;
	color: #fdae45;
	background-position: left center;
	padding: 1px 0 1px 30px;
}

.FreeStyleGrid,.TrnSublevelGrid,.RecentLinksGrid,.VerticalTabGrid,.ColumnsSelectorFreeStyleGrid,.FreeStyleGridWithHeader,.ConSeparador
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-style: none;
	border-width: 0px;
	width: 100%;
}

.FreeStyleGrid>tbody>tr
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.FreeStyleGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: #d3d4d3;
}

.FreeStyleGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.FreeStyleGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d3d4d3;
}

.TrnSublevelGrid>tbody>tr
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.TrnSublevelGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.TrnSublevelGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .TrnSublevelGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: #d3d4d3;
}

.TrnSublevelGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.TrnSublevelGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d3d4d3;
}

.RecentLinksGrid>tbody>tr
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.RecentLinksGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.RecentLinksGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .RecentLinksGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: #d3d4d3;
}

.RecentLinksGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.RecentLinksGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d3d4d3;
}

.VerticalTabGrid>tbody>tr
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #fff;
}

.VerticalTabGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #fff;
}

.VerticalTabGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.VerticalTabGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d3d4d3;
}

.ColumnsSelectorFreeStyleGrid
{
	height: 100%;
}

.ColumnsSelectorFreeStyleGrid>tbody>tr
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.ColumnsSelectorFreeStyleGrid[data-bkgstyle='none']>tbody>tr
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.ColumnsSelectorFreeStyleGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .ColumnsSelectorFreeStyleGrid[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: #d3d4d3;
}

.ColumnsSelectorFreeStyleGrid[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.ColumnsSelectorFreeStyleGrid[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d3d4d3;
}

.FreeStyleGridWithHeader
{
	border-bottom: 1px;
	border-bottom-color: #efefef;
	border-style: solid;
	border-collapse:collapse !important;
}

.FreeStyleGridWithHeader>tbody>tr
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
	border-collapse:collapse !important;
}

.FreeStyleGridWithHeader[data-bkgstyle='none']>tbody>tr
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
	border-collapse:collapse !important;
}

.FreeStyleGridWithHeader[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .FreeStyleGridWithHeader[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: #d3d4d3;
	border-collapse:collapse !important;
}

.FreeStyleGridWithHeader[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
	border-collapse:collapse !important;
}

.FreeStyleGridWithHeader[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #f2f2f2;
	border-collapse:collapse !important;
}

.ConSeparador
{
	border-bottom: 1px;
	border-bottom-color: gray;
	border-style: solid;
}

.ConSeparador>tbody>tr
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.ConSeparador[data-bkgstyle='none']>tbody>tr
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

.ConSeparador[data-bkgstyle='uniform']>tbody>tr:nth-child(odd), .ConSeparador[data-bkgstyle='uniform']>tbody>tr:nth-child(even)
{
	background-color: #d3d4d3;
}

.ConSeparador[data-bkgstyle='report']>tbody>tr:nth-child(odd)
{
	background-color: #fff;
}

.ConSeparador[data-bkgstyle='report']>tbody>tr:nth-child(even)
{
	background-color: #d3d4d3;
}

.Hyperlink
{
	border-style: none;
	border-width: 0px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
.Messages,.ErrorMessages,.WarningMessages
{
	border-bottom-color: #716f64;
	border-left-color: #716f64;
	border-right-color: #716f64;
	border-top-color: #716f64;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	font-family: 'Roboto', Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	color: #7d7d7d;
}
.ErrorMessages
{
	background-color: #f56a67;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	min-height: 34px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	z-index:3 !important;
}
.WarningMessages
{
	background-color: #fdae45;
	margin-left: 5px;
	min-height: 34px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	z-index:3 !important;
}
BODY
{
	height: 100%;
}
HTML
{
	height: 100%;
}
.CalendarCombo 
{
	background-color: #fff;
	border-bottom-color: #000;
	border-top-color: #fff;
	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-family: 'Roboto', Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	color: #333;
}
.CalendarCombo  .label 
{
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	text-align: center;
}
.CalendarCombo  .label-IEfix 
{
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	width: 4em;
	text-align: center;
}
.CalendarCombo  .active 
{
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.CalendarCombo  .hilite 
{
	background-color: Highlight;
	color: HighlightText;
}
DIV.suggestions
{
	background-color: white;
	border-bottom-color: black;
	border-left-color: black;
	border-right-color: black;
	border-top-color: black;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	position: absolute;
	-moz-box-sizing: border-box;
	font-family: Arial, Verdana;
	font-size: 9px;
}
DIV.suggestions DIV
{
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	cursor: default;
	font-family: Arial, Verdana;
	font-size: 9px;
}
DIV.suggestions DIV.current
{
	background-color: #b0c4de;
	font-family: Arial, Verdana;
	font-size: 9px;
	color: white;
}
.ErrorViewerBullet div 
{
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 1px;
	padding-left: 30px;
	padding-top: 1px;
	display: block;
	list-style-position: inside;
}
.ComponentTrigger 
{
	margin-left: 4px;
	cursor: pointer;
}
.dojoDialog 
{
	background-color: #eee;
	border-bottom-color: #999;
	border-left-color: #999;
	border-right-color: #999;
	border-top-color: #999;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
#gx_ajax_notification
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	position: absolute;
	top: 21px;
	z-index: 999;
	height: 20px;
	width: 100%;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
#gx_ajax_notification DIV
{
	background-color:black !important;
}
.RowDeleted 
{
	text-decoration: line-through;
}
.dp_container 
{
	position: relative;
}
UL.Tabs
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style-type: none;
}
UL.Tabs LI.Tab
{
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
UL.Tabs LI.Tab A
{
	display: block;
	text-decoration: none;
}
UL.Tabs LI.Tab SPAN
{
	display: block;
}
UL.Tabs LI.Tab SPAN.TabBackground
{
	overflow: hidden;
}
UL.Tabs LI.Tab SPAN.TabText
{
	white-space: nowrap;
}
DIV.gx-multimedia-upload
{
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-left: 5px;
	position: relative;
	height: 72px;
	width: 128px;
	display: block;
	text-align: center;
	line-height:68px;
}
DIV.gx-multimedia-upload 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;
	padding-top: 10px;
	height: 100%;
	display: none;
	white-space: nowrap;
}
DIV.gx-multimedia-upload A:first-child
{
	right: 20px;
}
DIV.gx-multimedia-upload INPUT.field
{
	float: none;
	margin-top: 10px;
	display: none;
}
DIV.gx-multimedia-upload INPUT.field-selected
{
	display: inline;
}
DIV.gx-multimedia-upload LABEL.option
{
	clear: left;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	width: 150px;
	display: inline;
	cursor: pointer;
	font-size: 11px;
}
DIV.gx-multimedia-upload LABEL.option INPUT
{
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 3px;
	margin-top: 0px;
	display: inline;
	cursor: pointer;
}
DIV.gx-multimedia-upload INPUT.Button
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
DIV.gx-multimedia-upload IMG
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	height: auto;
	max-height: 68px;
	max-width: 124px;
	vertical-align: middle;
}
DIV.gx-multimedia-upload 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
{
	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(../PortalAseg_Theme_RWD/PlaceHolderImage.png);
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-video-placeholder
{
	background-image: url(../PortalAseg_Theme_RWD/PlaceHolderVideo.png);
	opacity:1;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-audio-placeholder
{
	background-image: url(../PortalAseg_Theme_RWD/PlaceHolderAudio.png);
	opacity:1;
}
DIV.gx-multimedia-upload A.action
{
	background-color: #d9534f;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	font-size: 11px;
	color:white !important;
	opacity:0;
	line-height:15px;
	-moz-transition:opacity .3s ease-in-out;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-ms-transition:opacity .3s ease-in-out;
	opacity:0;
	-webkit-transition:opacity .3s ease-in-out;
}
DIV.gx-multimedia-upload A.change-action
{
	background-image: url(../PortalAseg_Theme_RWD/MultimediaEdit.png);
	background-position: 4px center;
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-right: 4px;
	right: 20px;
}
DIV.gx-multimedia-upload A.clear-action
{
	background-image: url(../MultimediaClear.png);
	background-position: center center;;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 9px;
	padding-top: 9px;
	right: 0px;
}
DIV.gx-multimedia-upload A.action:focus
{
	text-decoration: underline;
	opacity:.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
DIV.gx-multimedia-upload:hover A.action:hover
{
	text-decoration: underline;
	opacity:.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
DIV.gx-multimedia-upload:hover A.action:focus
{
	text-decoration: underline;
	opacity:.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
DIV.gx-multimedia-upload:hover A.action
{
	display: block;
	opacity:.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
A:not([href]) SPAN.gx-video-placeholder
{
	opacity:.5;
}
A:not([href]) SPAN.gx-audio-placeholder
{
	opacity:.5;
}
DIV.gx-mask
{
	background-color: black;
	left: 0px;
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	animation: entermask 1s;
	-webkit-animation: entermask 1s;
	-ms-filter:"alpha(opacity=10)";
	opacity:.10;
}
DIV.gx-unmask
{
	background-color: transparent;
	animation: leavemask .3s;
	-webkit-animation: leavemask .3s;
}
BODY.gx-masked DIV.gx-mask
{
	bottom: 0px;
	position: fixed;
}
.gx-masked-relative 
{
	position: relative;
}
.GXProgressBar  .progress-bar-title 
{
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
}
.Calendar  TBODY .rowhilite  TD
{
	background-color: #e4e5e6;
	color: #333;
}
.Calendar  TBODY TD .hilite 
{
	border-bottom-color: #fff;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #fff;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 3px;
	padding-top: 1px;
}
.Calendar  TBODY TD .active 
{
	border-bottom-color: ButtonHighlight;
	border-left-color: ButtonHighlight;
	border-right-color: ButtonHighlight;
	border-top-color: ButtonHighlight;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.Calendar  TBODY TD .selected 
{
	background-color: ButtonFace;
	border-bottom-color: ButtonHighlight;
	border-left-color: ButtonHighlight;
	border-right-color: ButtonHighlight;
	border-top-color: ButtonHighlight;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	font-weight: bold;
	color: ButtonText;
}
.Calendar  TBODY TD .weekend 
{
	color: #f00;
}
.Calendar  TBODY TD .today 
{
	font-weight: bold;
	color: #00f;
}
.Calendar  TBODY TD .disabled 
{
	color: GrayText;
}
.Calendar  TBODY TD .time 
{
	background-color: ButtonFace;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	text-align: center;
}
.Calendar  TBODY TD .time  .hour 
{
	background-color: Menu;
	border-bottom-color: #889;
	border-left-color: #889;
	border-right-color: #889;
	border-top-color: #889;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	font-weight: bold;
}
.Calendar  TBODY TD .time  .minute 
{
	background-color: Menu;
	border-bottom-color: #889;
	border-left-color: #889;
	border-right-color: #889;
	border-top-color: #889;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	font-weight: bold;
}
.Calendar  TBODY TD .time  .ampm 
{
	background-color: Menu;
	border-bottom-color: #889;
	border-left-color: #889;
	border-right-color: #889;
	border-top-color: #889;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	font-weight: bold;
	text-align: center;
}
.Calendar  TBODY TD .time  .colon 
{
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 0px;
	font-weight: bold;
}
.Calendar  TBODY TD .time  SPAN .hilite 
{
	background-color: Highlight;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	color: HighlightText;
}
.Calendar  TBODY TD .time  SPAN .active 
{
	background-color: #000;
	border-bottom-color: #f00;
	border-left-color: #f00;
	border-right-color: #f00;
	border-top-color: #f00;
	color: #0f0;
}
.Calendar  TFOOT .hilite 
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
}
.GeoLocOption 
{
	margin-left: 4px;
	margin-right: 4px;
	position: relative;
	top: 2px;
	cursor: pointer;
}
.PopupHeader 
{
	background-image: none;
	border-bottom: 1px;
	border-bottom-color: #e5e5e5;
	border-style: solid;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	float: left;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	width: 100%;
	cursor: move;
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	text-indent: 3px;
	vertical-align: bottom;
	left:0px !important;
	 top:0px !important;
	height: 34px !important;
}
.PopupHeaderButton 
{
	background-image: url(../PortalAseg_Theme_RWD/ClosePrompt.gif);
	float: right;
	height: 18px;
	width: 18px;
	cursor: pointer;
	text-align: right;
}
.PopupContent 
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-left: 3px;
	top: 34px !important;
}
.WorkWith  .Attribute 
{
	margin-left: 0px;
	display: block;
}
.WorkWith  .AttributeCheckBox 
{
	margin-left: 0px;
}
.WorkWith  .checkbox LABEL SPAN INPUT 
{
	margin-top: 4px;
	margin-left:-14px !important;
}
.WorkWith  .ErrorAttribute 
{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 0px;
	margin-left: 0px;
}
.WorkWith  .ErrorMessages 
{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	white-space: nowrap;
}
.WorkWith  TR
{
	border-top: 1px solid #efefef;
}
.WorkWith  TR .WWActionColumn  A:focus
{
	outline: none !important;
	 box-shadow:none !important;
}
.WorkWith  TR A:focus .ActionBaseColorAttribute 
{
	background-color: #9ccf70;
}
.WorkWith  TR A:focus .DeleteAttribute 
{
	background-color: #f56a67;
}
.WorkWith  TR A:focus .SelectAttribute 
{
	background-color: #9ccf70;
}
.WorkWith  TR A:focus .WWActionGroupColumn .Attribute 
{
	color: black;
}
.WorkWith  TR .WWColumnRed  .ActionBaseColorAttribute 
{
	background-color: #e5cccc;
}
.WorkWith  TR .WWColumnRed  A:focus .ActionBaseColorAttribute 
{
	background-color: #cd2929;
}
.WorkWith  TR .WWColumnRed  A:link
{
	font-weight: bold;
	color: #d73d32;
}
.WorkWith  TR .WWColumnRed  A:visited
{
	font-weight: bold;
	color: #d73d32;
}
.WorkWith  TR .WWColumnOrange  .ActionBaseColorAttribute 
{
	background-color: #fed6be;
}
.WorkWith  TR .WWColumnOrange  A:focus .ActionBaseColorAttribute 
{
	background-color: #fb6e52;
}
.WorkWith  TR .WWColumnOrange  A:link
{
	font-weight: bold;
	color: #f4b400;
}
.WorkWith  TR .WWColumnOrange  A:visited
{
	font-weight: bold;
	color: #f4b400;
}
.WorkWith  TR .WWColumnGreen  .ActionBaseColorAttribute 
{
	background-color: #b9ccb7;
}
.WorkWith  TR .WWColumnGreen  A:focus .ActionBaseColorAttribute 
{
	background-color: #119000;
}
.WorkWith  TR .WWColumnGreen  A:link
{
	font-weight: bold;
	color: #119000;
}
.WorkWith  TR .WWColumnGreen  A:visited
{
	font-weight: bold;
	color: #119000;
}
.WorkWith  TR .WWColumnBlue  .ActionBaseColorAttribute 
{
	background-color: #bcdcf5;
}
.WorkWith  TR .WWColumnBlue  A:link
{
	font-weight: bold;
	color: #008cff;
}
.WorkWith  TR .WWColumnBlue  A:visited
{
	font-weight: bold;
	color: #008cff;
}
.WorkWith  TR .WWColumnBlue  A:focus .ActionBaseColorAttribute 
{
	background-color: #008cff;
}
.WorkWith  TR .WWColumnGray  .ActionBaseColorAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR .WWColumnGray  A:link
{
	font-weight: bold;
	color: #737373;
}
.WorkWith  TR .WWColumnGray  A:visited
{
	font-weight: bold;
	color: #737373;
}
.WorkWith  TR .WWColumnGray  A:focus .ActionBaseColorAttribute 
{
	background-color: gray;
}
.WorkWith  TR:hover .ActionBaseColorAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR:hover .ActionBaseColorAttribute:hover 
{
	background-color: #9ccf70;
}
.WorkWith  TR:hover .ActionAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR:hover .DeleteAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR:hover .DeleteAttribute:hover 
{
	background-color: #f56a67;
}
.WorkWith  TR:hover .ActionAttribute:hover 
{
	background-color: #d43f3a;
}
.WorkWith  TR:hover .SelectAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR:hover .SelectAttribute:hover 
{
	background-color: #9ccf70;
}
.WorkWith  TR:hover .BlackAttribute 
{
	background-color: #d9d9d9;
}
.WorkWith  TR:hover .BlackAttribute:hover 
{
	background-color: black;
}
.WorkWith  TR:hover .WWActionGroupColumn .Attribute 
{
	color: black;
}
.WorkWith  TR:hover .WWColumnRed .ActionBaseColorAttribute 
{
	background-color: #e5b5b5;
	background-image: none;
}
.WorkWith  TR:hover .WWColumnRed .ActionBaseColorAttribute:hover 
{
	background-color: #cd2929;
	background-image: none;
}
.WorkWith  TR:hover .WWColumnBlue .ActionBaseColorAttribute 
{
	background-color: #97c9f1;
	background-image: none;
}
.WorkWith  TR:hover .WWColumnBlue .ActionBaseColorAttribute:hover 
{
	background-color: #008cff;
	background-image: none;
}
.WorkWith  TR:hover .WWColumnGreen .ActionBaseColorAttribute 
{
	background-color: #a4c2a0;
	background-image: none;
}
.WorkWith  TR:hover .WWColumnGreen .ActionBaseColorAttribute:hover 
{
	background-color: #119000;
	background-image: none;
}
.WorkWith  TR:hover .WWColumnOrange .ActionBaseColorAttribute 
{
	background-color: #f9c2a0;
	background-image: none;
}
.WorkWith  TR:hover .WWColumnOrange .ActionBaseColorAttribute:hover 
{
	background-color: #fb6e52;
	background-image: none;
}
.WorkWith  TR:hover .WWColumnGray .ActionBaseColorAttribute 
{
	background-color: #c8c8c8;
}
.WorkWith  TR:hover .WWColumnGray .ActionBaseColorAttribute:hover 
{
	background-color: gray;
	background-image: none;
}
.WorkWith  DIV.checkbox
{
	padding-top:3px !important;
	 ;
}
.WorkWith  SELECT
{
	width:auto !important;
}
.ReadonlyInvisible 
{
	display: none;
}
.auto-width-tab-strip  UL.x-tab-strip
{
	width: auto;
}
.DVelop-Module 
{
	list-style-image: none;
}
.DVelop-Panel 
{
	border-width: 1px;
	left: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
	top: 0px;
	z-index: 1;
	border-width:1px 0;
	*border-width:1px;
	*zoom:1;
	_zoom:normal;
}
.DVelop-Panel  .Header 
{
	background-image: none;
	background-repeat: repeat-x;
	border-left-color: #808080;
	border-right-color: #808080;
	border-top-color: #808080;
	border-style: solid;
	border-width: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 18px;
	padding-right: 10px;
	top: 10px;
	font-family: Calibri;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	text-align: left;
	border-width:0 1px;
	*margin:0;
	*border:0;
	line-height:25px;
}
.DVelop-Panel  .Header  .TL 
{
	background-image: none;
	background-repeat: no-repeat;
	left: 0px;
	position: absolute;
	top: 1px;
	height: 25px;
	width: 18px;
}
.DVelop-Panel  .Header  .TR 
{
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
}
.DVelop-Panel  .Body 
{
	background-color: white;
	border-left-color: gray;
	border-right-color: gray;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow: auto;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 10pt;
	color: black;
	border-width:0 1px;
	*margin:0;
	*border:0;
}
.DVelop-Panel  .Footer 
{
	background-color: white;
	border-bottom-color: gray;
	border-left-color: gray;
	border-right-color: gray;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 77%;
	border-width:0 1px;
	*margin:0;
	*border:0;
}
.DVelop-Panel  .Footer  .BL 
{
	background-repeat: no-repeat;
	bottom: 0px;
	left: 0px;
	position: absolute;
}
.DVelop-Panel  .Footer  .BR 
{
	background-repeat: no-repeat;
	bottom: 0px;
	position: absolute;
	right: 0px;
}
.DVelop-Overlay 
{
	position: relative;
	z-index: 2;
	visibility: hidden;
}
.DVelop-Container 
{
	position: relative;
	z-index: 2;
	visibility: hidden;
}
.DVelop-Container  .underlay 
{
	left: -1px;
	right: -1px;
}
.DVelop-Container  .Close 
{
	background-image: none;
	background-position: 0 -300px;
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	right: 6px;
	top: 5px;
	height: 15px;
	width: 25px;
	cursor: pointer;
	text-decoration: none;
	text-indent: -10000em;
}
.DVelop-Container  .Collapse 
{
	background-image: none;
	background-position: 0 -400px;
	background-repeat: no-repeat;
	margin-right: 6px;
	overflow: hidden;
	position: absolute;
	right: 2px;
	top: 5px;
	height: 15px;
	width: 15px;
	cursor: pointer;
	text-indent: -10000em;
}
.DVelop-Container  .Expand 
{
	background-image: none;
	background-position: 0 -350px;
	background-repeat: no-repeat;
	margin-right: 6px;
	overflow: hidden;
	position: absolute;
	right: 2px;
	top: 5px;
	height: 15px;
	width: 15px;
	cursor: pointer;
	text-indent: -10000em;
}
.DVelop-Container  FORM
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.DVelop-Container  SELECT
{
	_visibility:inherit;
}
.mask 
{
	background-color: #000;
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	display: none;
	opacity:.25;
	filter:alpha(opacity=25);
}
.mask.block-scrollbars 
{
	overflow: auto;
}
.masked select, .drag select, .hide-select select 
{
	_visibility:hidden;
}
.hide-scrollbars * 
{
	overflow: hidden;
}
.hide-scrollbars 
{
	overflow: hidden;
}
.hide-scrollbars  SELECT
{
	display: none;
}
.show-scrollbars 
{
	overflow: auto;
}
.DVelop-tt-shadow 
{
	background-color: #000;
	bottom: -3px;
	left: -3px;
	position: absolute;
	right: -3px;
	top: 2px;
}
.DVelop-override-padding 
{
	padding:0!important;
}
.DVelop-Container.shadow 
{
	_padding:2px 4px 0 2px;
}
.DVelop-Container.shadow  .underlay.DVelop-force-redraw 
{
	padding-bottom: 1px;
}
.DVelop-Container.shadow  .underlay 
{
	background-color: #000;
	bottom: -3px;
	left: -3px;
	position: absolute;
	right: -3px;
	top: 2px;
	*top:4px;
	*left:-1px;
	*right:-1px;
	*bottom:-1px;
	_top:0;
	_left:0;
	_right:0;
	_bottom:0;
	_margin-top:3px;
	_margin-left:-1px;
	opacity:.12;
	filter:alpha(opacity=12);
}
.DVelop-Container.show-scrollbars 
{
	overflow: visible;
}
.DVelop-Container.show-scrollbars  .underlay 
{
	overflow: auto;
}
.DVelop-tt.show-scrollbars 
{
	overflow: visible;
}
.DVelop-tt.show-scrollbars  .DVelop-tt-shadow 
{
	overflow: auto;
}
.DVelop-tt.show-scrollbars  .Body 
{
	overflow: auto;
}
.DVelop-effect-fade  .DVelop-tt-shadow 
{
	display: none;
}
.DVelop-effect-fade  .underlay 
{
	display: none;
}
.DVelop-Overlay.DVelop-force-redraw 
{
	margin-bottom: 1px;
}
.DVelop-Container.matte 
{
	background-color: #fff;
	padding-right: 10px;
	padding-top: 9px;
}
.DVelop-Dialog  .Footer 
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	font-size: 100%;
}
.DVelop-Dialog  .Footer  .button-group 
{
	display: block;
	text-align: right;
}
.DVelop-Dialog  .Footer  BUTTON.default
{
	font-weight: bold;
}
.DVelop-Dialog  .Footer  SPAN.default
{
	background-position: 0 -1400px;
	border-bottom-color: #304369;
	border-left-color: #304369;
	border-right-color: #304369;
	border-top-color: #304369;
}
.DVelop-Dialog  .Footer  SPAN.default BUTTON
{
	color:#fff;
}
.DVelop-Dialog  .Footer  SPAN.first-child
{
	border-bottom-color: #304369;
	border-left-color: #304369;
	border-right-color: #304369;
	border-top-color: #304369;
}
.DVelop-Dialog  .Footer  SPAN.DVelop-button-disabled
{
	background-position: 0 -1500px;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
}
.DVelop-Dialog  .Footer  SPAN.DVelop-button-disabled BUTTON
{
	color:#a6a6a6;
}
.DVelop-Dialog  .Footer  SPAN.first-child
{
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #ccc;
}
.DVelop-Dialog  .Footer  BUTTON
{
	margin-top: 10px;
	width: 70px;
}
.DVelop-Dialog  .Body 
{
	background-image: none;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	text-align: left;
}
.DVelop-Dialog  .Body  .DVelop-Icon 
{
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	height: 16px;
	width: 16px;
}
.DVelop-Dialog  .Body  SPAN.blckicon
{
	background-position: 0 -1100px;
}
.DVelop-Dialog  .Body  SPAN.alrticon
{
	background-position: 0 -1050px;
}
.DVelop-Dialog  .Body  SPAN.hlpicon
{
	background-position: 0 -1150px;
}
.DVelop-Dialog  .Body  SPAN.infoicon
{
	background-position: 0 -1200px;
}
.DVelop-Dialog  .Body  SPAN.warnicon
{
	background-position: 0 -1900px;
}
.DVelop-Dialog  .Body  SPAN.tipicon
{
	background-position: 0 -1250px;
}
.DVelop-tt  .Body 
{
	background-color: #ffee69;
	border-bottom-color: #a6982b;
	border-left-color: #a6982b;
	border-right-color: #a6982b;
	border-top-color: #d4c237;
	border-style: solid;
	border-width: 1px;
	left: 0px;
	padding-right: 5px;
	padding-top: 2px;
	position: relative;
	top: 0px;
	z-index: 1;
	color:#000;
}
.Invisible 
{
	display: none;
}
.DVelop-tt-shadow-visible 
{
	opacity:.12;
	filter:alpha(opacity=12);
}
.UnSelectedTabTable 
{
	background-image: none;
	width: 100%;
	font-family: Calibri;
	font-size: 11pt;
	font-weight: bold;
	height: 42px !important;
}
.UnSelectedTabTable  .A:visited 
{
	color: #d9534f;
}
.UnSelectedTabTable  A
{
	background-image: none;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #d9534f;
}
.UnSelectedTabTable  A:hover
{
	color: #d9534f;
}
.UnSelectedTabTable  TD
{
	background-image: url(../PortalAseg_Theme_RWD/TabUnselected.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
	line-height:18px;
}
.UnSelectedTabTable  TD:hover
{
	background-image: url(../TabUnselectedHover.png);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.td5 
{
	width: 5%;
}
.td100 
{
	width: 100%;
}
.PopupBorder 
{
	background-color: white;
	border-bottom-color: rgba(0,0,0,0.2);
	border-left-color: rgba(0,0,0,0.2);
	border-right-color: rgba(0,0,0,0.2);
	border-top-color: rgba(0,0,0,0.2);
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);
	 outline:none;
	 background-clip:padding-box;
}
.PopupShadow 
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.HRDefault 
{
	background-color: #9d1f1f;
	border-width: 0px;
	height: 2px;
	color: #9d1f1f;
}
.TextBlockLink 
{
	padding-right: 10px;
	font-family: Calibri;
	font-size: 11pt;
	font-weight: bold;
}
.TextBlockLink  A:link
{
	font-family: Calibri;
	font-size: 11pt;
	font-weight: bold;
	color: #d9534f;
}
.TextBlockLink  A:visited
{
	font-family: Calibri;
	font-size: 11pt;
	font-weight: bold;
	color: #d9534f;
}
.SelectedTabTable 
{
	width: 100%;
	height: 42px !important;
}
.SelectedTabTable  TD
{
	background-image: url(../PortalAseg_Theme_RWD/TabSelected.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
}
.ColumnsSelectorFreeStyleGrid TABLE 
{
	height: 100%;
	white-space: nowrap;
}
.TabsFreeStyleGrid TABLE 
{
	height: 100%;
}
.FreeStyleGrid TABLE 
{
	height: 100%;
}
.FreeStyleGrid TABLE  .ReadonlyGridTitle 
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.FreeStyleGrid TD 
{
	height: 100%;
}
.Table100x1004C  TD
{
	width: 25%;
}
.FreeStyleGrid100 TABLE 
{
	height: 100%;
}
.FreeStyleGrid100 TABLE  .ReadonlyGridTitle 
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.FreeStyleGrid100 TD 
{
	height: 100%;
}
.RecentLink  A:link
{
	color: #069;
}
.RecentLink  A:visited
{
	color: #069;
}
.UnSelectedTab 
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #d9534f;
}
.UnSelectedTab  A:link
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #d9534f;
}
.UnSelectedTab  A:hover
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #d9534f;
}
.UnSelectedTab  A:visited
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #d9534f;
}
.bluetabs 
{
	background-color: rgba(245,245,245,0.51);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding-left: 15px;
	height: 42px;
	width: 100%;
	border: 1px solid #dddddd !important;
}
.bluetabs li.selected a:link, .bluetabs li.selected a:visited 
{
	color: #4d4d4d !important;
}
.bluetabs li a 
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 13px !important;
	padding-right: 13px !important;
	padding-top: 0px !important;
	padding-bottom: 3px !important;
	color: #d9534f !important;
	background: none !important;
	border-left: 0px !important;
	border-top:0px !important;
	border-bottom:0px !important;
	line-height: 40px;
	border: none !important;
	box-shadow:none;
}
.bluetabs UL 
{
	height: 40px;
	font: 11pt 'Trebuchet MS' !important;
	margin-top: 0px !important;
	padding-top:0px !important;
}
.WorkWithTitle SPAN 
{
	font-size: 10pt;
}
.dropmenudivempty 
{
	display: none;
}
.x-grid-panel a:link 
{
	color: #3764a0;
}
.x-grid-panel a:visited 
{
	color: #3764a0;
}
.OrderedByDescriptionCell 
{
	padding-left: 20px;
}
.ImageBlockCell IMG 
{
	display: block;
}
.ColumnsSelectorFreeStyleGrid IMG 
{
	display: block;
}
.GridFooter .Table 
{
	margin-left: auto;
	margin-right: auto;
}
.ColumnsSelectorFreeStyleGrid TD 
{
	height: 35px;
}
.ColumnsSelectorFreeStyleGrid  .GridTitle 
{
	height: 35px;
}
.dropmenudiv_b a 
{
	background-color: rgba(245,245,245,0.51);
	font-size: 10pt;
	color:#d9534f !important;
	border-color: rgb(255, 255, 255) !important;
	font:  10pt 'Trebuchet MS' !important;
	line-height: 25px !important;
}
.GridTitleSortedAsc 
{
	background-image: url(../SortedAsc.png);
	background-position: 100% 60%;
	background-repeat: no-repeat;
	padding-right: 12px;
	cursor: pointer;
}
.GridTitleSortedAsc  A
{
	text-decoration: none;
	color: black;
}
.GridTitleSortedAsc  A:hover
{
	text-decoration: none;
}
.GridTitleSortedDsc 
{
	background-image: url(../SortedDsc.png);
	background-position: 100% 60%;
	background-repeat: no-repeat;
	padding-right: 12px;
	cursor: pointer;
}
.GridTitleSortedDsc  A
{
	text-decoration: none;
	color: black;
}
.GridTitleSortedDsc  A:hover
{
	text-decoration: none;
}
.GridTitleSortable 
{
	cursor: pointer;
}
.GridTitleSortable  A
{
	text-decoration: none;
	color: black;
}
.GridTitleSortable  A:hover
{
	text-decoration: none;
}
.GridTitleSortedAscCS A 
{
	background-image: url(../SortedAsc.png);
	background-position: 100% 60%;
	background-repeat: no-repeat;
	padding-right: 18px;
	cursor: pointer;
}
.GridTitleSortedDscCS A 
{
	background-image: url(../SortedDsc.png);
	background-position: 100% 60%;
	background-repeat: no-repeat;
	padding-right: 18px;
	cursor: pointer;
}
.GridTitleSortableCS A 
{
	cursor: pointer;
}
.ReadonlyGridTitle 
{
	color: black;
}
.ReadonlyGridTitle  A:link
{
	text-decoration: none;
	color:black !important;
}
.ReadonlyGridTitle  A:visited
{
	text-decoration: none;
	color: black;
}
.dropmenudiv_b 
{
	background-color: transparent;
	margin-top: -85px;
	border: none !important;
	top:120px !important;
}
.btn_Master 
{
	height: 44px;
}
.TableDynamicFilters SELECT 
{
	background-color: #fbfbfb;
	width: auto !important;
}
.TableDynamicFilters INPUT[type="text"] 
{
	width: 125px;
}
.TableDynamicFilters INPUT[type="text"].AttributeDate 
{
	width:88px !important;
}
.TableDynamicFilters INPUT[type="text"].AttributeDateTime 
{
	width:auto !important;
}
.TableDynamicFilters .TableMerged 
{
	margin-bottom: 0px;
}
.TableDynamicFilters .TableMerged  .form-group 
{
	margin-bottom: 0px;
}
.WorkWithEven 
{
	background-color: #fff;
	border-style: none;
	height: 40px !important;
}
.WorkWithOdd 
{
	background-color: #fff;
	border-bottom-color: #e6e6e6;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: #e6e6e6;
	border-style: none;
	height: 40px !important;
}
.DataContentCell .ReadonlyAttribute, .DataContentCellView .ReadonlyAttribute, .RequiredDataContentCell .ReadonlyAttribute 
{
	color: #999;
}
.PopupTitle 
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	padding-left:4px !important;
}
.btn-yes-DVelop 
{
	background-color:#d9534f !important;
	border-color:#d43f3a !important;
}
.btn-yes-DVelop:hover 
{
	background-color: #d2322d !important;
	border-color:#ac2925 !important;
}
.BootstrapPanel-Gray 
{
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	border-right-color: #ddd;
	border-top-color: #ddd;
	background-color:whitesmoke !important;
}
.MenuItem a:link, MenuItem a:visited 
{
	padding-left: 10px;
	white-space: nowrap;
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #d9534f;
}
.dropmenudiv_b a:hover 
{
	text-decoration:underline;
}
.TableDynamicFilters TEXTAREA 
{
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-left: 10px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	height: 30px;
	color: #555;
	vertical-align: middle;
	font: 10pt 'Trebuchet MS' !important;
	display: inline-block;
	 width:125px !important;
}
.Form INPUT::-ms-clear 
{
	display: none;
}
.ManageFilters button 
{
	border-style: solid;
	border-width: 0px;
}
.input-group-btn 
{
	width: auto;
}
.input-group 
{
	border-collapse:collapse;
}
.input-group  .form-control + span.input-group-btn > a.btn 
{
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.input-group  .form-control:focus + span.input-group-btn > a.btn 
{
	border-bottom-color: #d43f3a;
	border-left-color: #d43f3a;
	border-right-color: #d43f3a;
	border-top-color: #d43f3a;
	border-style: solid;
	border-width: 1px;
	outline: 0;
	outline: thin;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #FE9595 !important;
}
.input-group  A.btn
{
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	z-index: 2;
	height: 34px;
}
.input-group  A.btn-default:focus
{
	background-color: white;
}
.input-group  A.btn-default:hover
{
	background-color: white;
	padding-left: 6px;
	z-index: 4;
}
.DVBootstrapResponsivePanel 
{
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	border-right-color: #ddd;
	border-top-color: #ddd;
}
.DVBootstrapResponsivePanel  .panel-title 
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #333;
}
.DVBootstrapResponsivePanel  .panel-title  A
{
	text-decoration: none;
	color: black;
}
.DVBootstrapResponsivePanel  .panel-heading 
{
	background-color: #f5f5f5;
}
.Button:hover 
{
	background-color: #d2322d;
	border-bottom-color: #ac2925;
	border-left-color: #ac2925;
	border-right-color: #ac2925;
	border-top-color: #ac2925;
	color: white;
}
.Button:focus 
{
	background-color: #d2322d;
	border-bottom-color: #ac2925;
	border-left-color: #ac2925;
	border-right-color: #ac2925;
	border-top-color: #ac2925;
	color: white;
	 border-color: #d9534f !important;
	outline: 0 !important;
	outline: thin;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #FE9595 !important;
}
.btn-default:focus 
{
	 border-color: #d9534f;
	outline: 0;
	outline: thin;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #FE9595;
}
.TableCellsWidthAuto  .col-sm-1 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-2 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-3 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-4 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-5 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-6 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-7 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-8 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-9 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-10 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-11 
{
	width: auto;
}
.TableCellsWidthAuto  .col-sm-12 
{
	width: auto;
}
.panel-group 
{
	margin-bottom: 0px;
}
.MenuItemBlack a:link, MenuItemBlack a:visited 
{
	white-space: nowrap;
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: black;
}
.dropdown-menu > li > a > img 
{
	padding-left: 2px;
	padding-right: 10px;
	width: 26px;
}
.dropdown-menu > li > a 
{
	padding-left: 5px;
	font-family: sans-serif;
}
.BtnImage:hover 
{
	background-color: transparent;
	opacity:1;
}
.TableMerged TD 
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 3px;
	padding-top: 0px;
}
.modal-dialog 
{
	padding-bottom: 30px;
	padding-top: 10%;
}
.nav-tabs 
{
	margin-bottom: 5px;
}
.RequiredDataContentCell  .TableMerged DIV.gx-attribute 
{
	background-image: none;
	margin-left: -15px;
}
.RequiredDataContentCell  .TableMerged .MergeDataCell DIV.gx-attribute 
{
	background-image: url(../RequiredTriangle.gif);
}
.RequiredDataContentCell  .CellWidth_87_5 
{
	padding-left: 0px;
}
.RequiredDataContentCell  .CellWidth_93_75 
{
	padding-left: 0px;
}
.RequiredDataContentCell  DIV.gx-attribute
{
	background-image: url(../RequiredTriangle.gif);
	background-repeat: no-repeat;
	margin-left: -15px;
	padding-left: 15px;
}
.RequiredDataContentCell  .MergeDataCell DIV.gx-attribute 
{
	margin-left: -15px;
}
.gx-tab-spacing-fix-2 
{
	border-collapse:collapse;
}
.DataContentCellPrompt  .input-group-btn 
{
	width: 1px;
}
.dropmenudiv_b a:focus 
{
	border-style: none;
	box-shadow:none;
}
.BtnImage:focus 
{
	background-color: transparent;
	box-shadow:none !important;
	opacity:1;
}
.checkbox LABEL SPAN 
{
	border-style: none;
}
.checkbox LABEL SPAN  INPUT
{
	margin-top: 2px;
	height: 14px;
	width: 14px;
}
.DataContentCellLogin .checkbox 
{
	padding-left: 0px;
}
.WWActionGroupColumn .Attribute 
{
	color: #d9d9d9;
}
.TableDynamicFilters .gx-tab-padding-fix-1 
{
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 1px;
	padding-top: 1px;
}
.TableDynamicFilters .gx-tab-padding-fix-2 
{
	border-spacing:0px;
}
.FreeStyleGridWithHeaderOdd  .TextBlockFSWithHeaderTitle 
{
	margin-left: 2px;
	padding-right: 0px;
}
.TableMerged p.form-control-static 
{
	min-height: 0px;
}
.TableDynamicFilters .input-group 
{
	margin-left: -1px;
}
.CellNoMarginBottom .form-group 
{
	margin-bottom: 0px;
}
.FreeStyleGridWithHeader  TR .WWActionColumn  A:focus
{
	outline: none !important;
	 box-shadow:none !important;
}
.FreeStyleGridWithHeader  TR A:focus .ActionBaseColorAttribute 
{
	background-color: #9ccf70;
}
.FreeStyleGridWithHeader  TR A:focus .DeleteAttribute 
{
	background-color: #f56a67;
}
.FreeStyleGridWithHeader  TR A:focus .SelectAttribute 
{
	background-color: #9ccf70;
}
.FreeStyleGridWithHeader  TR A:focus .WWActionGroupColumn .Attribute 
{
	color: black;
}
.FreeStyleGridWithHeader  TR:hover .ActionBaseColorAttribute 
{
	background-color: #d9d9d9;
}
.FreeStyleGridWithHeader  TR:hover .ActionBaseColorAttribute:hover 
{
	background-color: #9ccf70;
}
.FreeStyleGridWithHeader  TR:hover .ActionAttribute 
{
	background-color: #d9d9d9;
}
.FreeStyleGridWithHeader  TR:hover .DeleteAttribute 
{
	background-color: #d9d9d9;
}
.FreeStyleGridWithHeader  TR:hover .DeleteAttribute:hover 
{
	background-color: #f56a67;
}
.FreeStyleGridWithHeader  TR:hover .ActionAttribute:hover 
{
	background-color: #d43f3a;
}
.FreeStyleGridWithHeader  TR:hover .SelectAttribute 
{
	background-color: #d9d9d9;
}
.FreeStyleGridWithHeader  TR:hover .SelectAttribute:hover 
{
	background-color: #9ccf70;
}
.FreeStyleGridWithHeader  TR:hover .BlackAttribute 
{
	background-color: #d9d9d9;
}
.FreeStyleGridWithHeader  TR:hover .BlackAttribute:hover 
{
	background-color: black;
}
.FreeStyleGridWithHeader  TR:hover .WWActionGroupColumn .Attribute 
{
	color: black;
}
.CellViewTabsPosition .panel-group 
{
	margin-bottom: 10px;
}
.CellFormGroupMarginBottom5 .form-group 
{
	margin-bottom: 5px;
}
.DataContentCellLogin DIV.gx-attribute INPUT 
{
	margin-left: 0px;
}
.TableLabel50Percent  LABEL.gx-label
{
	width: 50%;
}
.TableLabel50Percent  DIV.gx-attribute
{
	width: 50%;
}
.DataContentCellLogin .checkbox INPUT 
{
	margin-left: -20px;
	margin-left:-20px !important;
}
.DataContentCellLogin .AttributeCheckBox 
{
	margin-left: 0px;
}
.ErrorViewerBullet  .gx-warning-message 
{
	background-image: url(../PortalAseg_Theme_RWD/WarningIcon.png);
	color: #fdae45;
}
.ErrorViewerBullet  .gx-error-message 
{
	background-image: url(../PortalAseg_Theme_RWD/ErrorIcon.png);
	color: #f56a67;
}
.TableMerged .form-group 
{
	margin-bottom: 0px;
}
.navbar-nav > li > a 
{
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	color: #777;
}
.botonCerrarSesion 
{
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 7px;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;
	color: #777;
	text-transform: uppercase;
}
.CeldaAlineadoSuperior  TD
{
	padding-bottom: 8px;
	padding-top: 1px;
	vertical-align: top;
}
.DatoSeguidoDelLabel  DIV DIV
{
	display: inline-block;
}
.alineadoAIzquierda 
{
	text-align: left;
}
.labelSinBold  SPAN
{
	font-weight: normal;
}
.ColumnSettings 
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
}
.ColumnSettings  .LiFilterSelected 
{
	margin-left: 5px;
	margin-right: 15px;
	margin-top: 10px;
}
.ColumnSettings  .FilterOptionsMultiSelection  LI
{
	padding-left: 5px;
}
.FilterOptions 
{
	margin-top: 0px;
	max-height: 120px;
	overflow-y:auto;
}
.FilterOptions  UL A
{
	font-size: 10pt;
	text-decoration: none;
}
.bootstrap-tagsinput 
{
	background-color: #fff;
	border-style: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-left: 2px;
	padding-right: 6px;
	padding-top: 0px;
	max-width: 365px;
	min-width: 215px;
	display: inline-block;
	cursor: text;
	color: #555;
	vertical-align: middle;
	line-height:28px;
}
.bootstrap-tagsinput  .tag 
{
	margin-right: 2px;
	color: white;
}
.bootstrap-tagsinput  .tag [data-role="remove"] 
{
	margin-left: 8px;
	cursor: pointer;
}
.bootstrap-tagsinput  .tag [data-role="remove"]:after 
{
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	content:"x";
}
.bootstrap-tagsinput  .tag [data-role="remove"]:hover 
{
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput  .tag [data-role="remove"]:hover:active 
{
	box-shadow: 0px 3px 5px rgba(0,0,0,0.12) inset;
}
.bootstrap-tagsinput  INPUT
{
	background-color: transparent;
	border-style: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	max-width: inherit;
	box-shadow:none;
	outline:none;
	width:auto !important;
}
.bootstrap-tagsinput  INPUT:focus
{
	border-style: none;
	box-shadow:none;
}
.FilterMultipleSelectorCell  .ColumnSettings 
{
	padding-left: 0px;
}
.FilterMultipleSelectorCell  .ColumnSettings  .input-group A.btn 
{
	padding-left: 6px;
}
.FilterMultipleSelectorCell  .ColumnSettings  .gx-attribute 
{
	margin-right:0px !important;
}
.FilterMultipleSelectorCell  .ColumnSettings  .Attribute 
{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	width: 100%;
	max-width: 100%;
	margin-left:0px !important;
}
.FilterMultipleSelectorCell  .ColumnSettings  .input-group 
{
	width:100% !important;
}
.FilterMultipleSelectorCell  .LiFilterSelected 
{
	margin-left: 10px;
	margin-right: 10px;
}
.DynamicFilters .FilterMultiplePromptCell 
{
	vertical-align: middle;
	padding-top:4px !important;
}
.DynamicFilters .FilterMultipleSelectorCell 
{
	vertical-align: middle;
	padding-top:4px !important;
}
.DynamicFilters .bootstrap-tagsinput 
{
	min-width: 0px;
}
.TableWizardSteps .gx-tab-padding-fix-1 
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.TableStepBulletSelected .StepNumberBulletCell 
{
	padding-top: 7px;
}
.TableWizardMain .gx-tab-spacing-fix-2 
{
	border-collapse:collapse;
}
DIV .suggestions 
{
	background-color: white;
	border-bottom-color: black;
	border-left-color: black;
	border-right-color: black;
	border-top-color: black;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	position: absolute;
	-moz-box-sizing: border-box;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 9px;
}
DIV .suggestions  DIV
{
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	cursor: default;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 9px;
}
DIV .suggestions  DIV .current 
{
	background-color: #b0c4de;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 9px;
	color: white;
}
TH.WorkWithTitle
{
	background-color: #f2f2f2;
	background-image: none;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	height: 35px;
	font-size: 11pt;
	font-weight: bold;
	color: #000;
}
TH.WorkWithTitle INPUT
{
	margin-top: 4px;
	height: 13px;
	width: 13px;
	margin-left:-2px !important;
}
DIV.suggestions
{
	background-color: #fff;
	border-bottom-color: #969696;
	border-left-color: #969696;
	border-right-color: #969696;
	border-top-color: #969696;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	position: absolute;
	-moz-box-sizing: border-box;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
}
DIV.suggestions DIV
{
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	cursor: default;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	color: #333;
}
DIV.suggestions DIV.current
{
	background-color: #d3d4d3;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	color: #333;
}
TD.CellWidth0
{
	width: 0%;
}
TD.CellWidth100
{
	width: 100%;
}
TD.WorkWithTitle
{
	font-size: 0px;
	line-height:initial;
}
TD.TableFiltersCell
{
	padding-bottom: 2px;
	padding-left: 20px;
	padding-top: 2px;
	width: 100%;
}
FORM
{
	height: 100%;
}
SELECT
{
	background-color: #fbfbfb;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	height: 30px;
	display: inline-block;
	font-size: 10pt;
	color: #393939;
	vertical-align: middle;
	font: 10pt 'Trebuchet MS' !important;
	border-style: solid !important;
}
A
{
	font-family: 'Roboto',Arial,sans-serif;
	text-decoration: underline;
}
A:hover
{
	color: #fb5f01;
}
INPUT:focus
{
	 border-color: #d9534f !important;
	outline: 0;
	outline: thin;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #FE9595 !important;
}
SELECT:focus
{
	 border-color: #d9534f !important;
	outline: 0;
	outline: thin;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #FE9595 !important;
}
TEXTAREA:focus
{
	 border-color: #d9534f !important;
	outline:0;
	outline: thin;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #FE9595 !important;
}
A:focus
{
	 outline: 0 !important;
}
TABLE.Table
{
	border-style: none;
}
TABLE.Table TD
{
	border-style:none !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: 'Roboto', Arial, sans-serif;
	font-size: 13px;
	color: #a1a1a1;
	border-collapse: collapse;
	 table-layout: fixed;
}
DIV.calendar TABLE THEAD .calendartitle 
{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
DIV.calendar TABLE THEAD .name 
{
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-family: "Open Sans Extrabold";
	font-weight: normal;
	color: #a1a1a1;
	line-height: 28px;
}
DIV.calendar TABLE THEAD .daynames 
{
	background-color: #f5f5f5;
	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: #f5f5f5;
}
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: #ac2925;
	border-left-color: #ac2925;
	border-right-color: #ac2925;
	border-top-color: #ac2925;
	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: #ac2925;
	border-left-color: #ac2925;
	border-right-color: #ac2925;
	border-top-color: #ac2925;
	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: #ac2925;
	border-left-color: #ac2925;
	border-right-color: #ac2925;
	border-top-color: #ac2925;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
}
UL.nav-tabs LI A:focus
{
	box-shadow:none !important;
	 border-top-color:#ddd !important;
	border-left-color:#ddd !important;
	border-right-color:#ddd !important;
	border-bottom-color:transparent !important;
}
*.btn:focus
{
	outline:0 !important;
}
INPUT.BtnExportReport:active
{
	background-color: transparent;
	background-image: url(../ActionExportReport.png);
}
INPUT.BtnExport:active
{
	background-color: transparent;
	background-image: url(../PortalAseg_Theme_RWD/ActionExport.gif);
}
INPUT.BtnEditColumns:active
{
	background-color: transparent;
	background-image: url(../EditColumns.png);
}
INPUT.BtnActionGroupDelete:active
{
	background-color: transparent;
	background-image: url(../BtnDeleteImage.png);
}
INPUT.BtnActionGroupUpdate:active
{
	background-color: transparent;
	background-image: url(../BtnUpdateImage.png);
}
DIV.checkbox
{
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-style: none;
}
INPUT.BtnInsertImage:active
{
	background-color: transparent;
	background-image: url(../PortalAseg_Theme_RWD/ActionInsert.gif);
}
INPUT.BtnExportCSV:active
{
	background-color: transparent;
	background-image: url(../ActionCSV.png);
}
#gxp0_rs
{
	margin-top: -5px;
}
#gxp1_rs
{
	margin-top: -5px;
}
#gxp2_rs
{
	margin-top: -5px;
}
#main-menu
{
	float: right;
}
#main-menu .nav-pills  LI A:hover
{
	background-color: gold;
}
#main-menu A
{
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	text-decoration: none;
	color: #777;
}
#main-menu A:hover
{
	background-color: none;
	color: #1f1a17;
}
#main-menu .active > A 
{
	background-color: #eee;
	color: #000;
}
#menu_movil_button
{
	float: right;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
}
#mobile-main-menu
{
	border-top: 1px solid #ccc;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	display: none;
	list-style-type: none;
}
#mobile-main-menu A
{
	border-top: 1px solid #eee;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 100%;
	display: block;
	text-decoration: none;
	color: #777;
	text-align: right;
}
#mobile-main-menu LI
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#mobile-main-menu A:hover
{
	background-color: #fb5f01;
	text-decoration: none;
	color: #fff;
}
#mobile-main-menu .active  A
{
	background-color: #eee;
	color: #000;
}
.margenInferior13px 
{
	margin-bottom: 13px;
}
.ancho100x100  INPUT
{
	min-width: 100%;
}
.ancho100x100  SELECT
{
	min-width: 100%;
}
.AtributoVariable 
{
	margin-bottom: 15px;
	padding-right: 3px;
	padding-top: 7px;
	text-align: right;
}
.AtributoVariable  .Table 
{
	margin-bottom: 15px;
}
.AtributoVariable  .Table  DIV DIV .label 
{
	font-weight: bold;
}
.AtributoVariable  .Table  DIV DIV SPAN
{
	font-weight: bold;
}
.AtributoVariable  SPAN.TextBlock
{
	font-weight: bold;
}
.CheckboxSinBordes  .checkbox  LABEL
{
	border-style: none;
}
.CheckboxSinBordes  .label 
{
	font-weight: bold;
}
.botonLupa 
{
	border-width: 0px;
	margin-left: 10px;
	margin-top: 2px;
}
.SinMargenSinMargenArriba 
{
	margin-top: 0px;
}
.FiltroRadio 
{
	height: 40px;
}
.margenSuperior10px 
{
	margin-top: 10px;
}
.negrita 
{
	font-weight: bold;
}
.etiqueta 
{
	padding-top: 7px;
}
.Grupo  .Group 
{
	margin-right: 0px;
	padding-left: 15px;
}
.Grupo  .Group  .GroupTitle 
{
	margin-bottom: 0px;
	font-size: 14px;
	font-style: italic;
}
.ocultarDescripccion  .input-group 
{
	display: none;
}
.botonMasInfo 
{
	margin-bottom: 10px;
	margin-top: 7px;
	padding-top: 6px;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	color: #777;
}
.margenInferior10px 
{
	margin-bottom: 10px;
}
.alto34px 
{
	height: 34px;
}
.badge 
{
	background-color: #777;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-right: 7px;
	padding-top: 3px;
	min-width: 10px;
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: baseline;
	line-height: 1;
}
.badgeAmarillo  SPAN.ReadonlyAttribute
{
	background-color: #cecb00;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	min-width: 10px;
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: baseline;
	line-height: 1;
}
.badgeAzul  SPAN.ReadonlyAttribute
{
	background-color: #4169e1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	min-width: 10px;
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: baseline;
	line-height: 1;
}
.badgeVerde  SPAN.ReadonlyAttribute
{
	background-color: #00c000;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	min-width: 10px;
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: baseline;
	line-height: 1;
}
.badgeNaranja  SPAN.ReadonlyAttribute
{
	background-color: #f80;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	min-width: 10px;
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: baseline;
	line-height: 1;
}
.TablaComun  TD
{
	padding: 5px !important;
	border-style: solid !important;
	border-color: #cccccc !important;
	border-width: 1px !important;
}
.TablaConBordes  TD
{
	padding: 5px !important;
	border-style: solid !important;
	border-color: #cccccc !important;
	border-width: 1px !important;
}
.ScrollHorizontal 
{
	overflow-x:auto;
}
.ScrollHorizontal  TABLE
{
	width: 99% !important;
}
.textareaSolicitudes 
{
	width: 100%;
	height: 55px !important;
}
.PaginationBar  UL
{
	margin-bottom: 1px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 5px;
}
.PaginationBar  UL .disabled  A
{
	background-color: #f9f9f9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-top-color: #d9d9d9;
}
.PaginationBar  UL .disabled  A:hover
{
	background-color: #f9f9f9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-top-color: #d9d9d9;
}
.PaginationBar  UL .active A 
{
	background-color: #d9534f;
	border-bottom-color: #d9534f;
	border-left-color: #d9534f;
	border-right-color: #d9534f;
	border-top-color: #d9534f;
	color: white;
}
.PaginationBar  UL LI A
{
	color: #d9534f;
}
.PaginationBar  UL .active A:focus 
{
	background-color: #d9534f;
	border-bottom-color: #d9534f;
	border-left-color: #d9534f;
	border-right-color: #d9534f;
	border-top-color: #d9534f;
	color: white;
}
.PaginationBar  UL .active A:hover 
{
	background-color: #d9534f;
	border-bottom-color: #d9534f;
	border-left-color: #d9534f;
	border-right-color: #d9534f;
	border-top-color: #d9534f;
	color: white;
}
.PaginationBar  .PaginationBarCaption 
{
	padding-left: 10px;
	padding-right: 20px;
	font-size: 10pt;
	color: #a1a1a1;
	line-height:41px;
}
.PaginationBarEmptyGrid  .PaginationBarCaption 
{
	padding-bottom: 30px;
	padding-left: 20px;
	padding-top: 30px;
	font-size: 12pt;
}
.WWColumnRed SPAN 
{
	color: #cd2929;
}
.WWColumnGreen SPAN 
{
	color: #119000;
}
.WWColumnOrange SPAN 
{
	color: #fb6e52;
}
.WWColumnItalic SPAN 
{
	font-style: italic;
}
.WWColumnBold SPAN 
{
	font-weight: bold;
}
.WWColumnUnderline SPAN 
{
	text-decoration: underline;
}
.WWColumnLineThrough SPAN 
{
	text-decoration: line-through;
}
.WWColumnBlue SPAN 
{
	color: #008cff;
}
TH.WorkWithBorder
{
	background-color: #f9f9f9;
	border-style: none;
	height: 38px;
}
.CellPadding10px DIV 
{
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}
.AtributoGridPequenio 
{
	padding-bottom: 0px;
	padding-left: .5rem;
	padding-right: .5rem;
	padding-top: 0px;
}
.AtributoGridPequenio  .TD 
{
	padding-bottom: 0px;
	padding-left: .5rem;
	padding-right: .5rem;
	padding-top: 0px;
}
.ReadonlyAtributoGridPequenio 
{
	padding-bottom: 0px;
	padding-left: .5rem;
	padding-right: .5rem;
	padding-top: 0px;
}
.ReadonlyAtributoGridPequenio  .TD 
{
	padding-bottom: 0px;
	padding-left: .5rem;
	padding-right: .5rem;
	padding-top: 0px;
}
.attMinWidth  .P 
{
	min-width: 40rem;
}
.P .attMinWidth 
{
	min-width: 40rem;
}
.ErrorViewer2 DIV 
{
	background-image: url(../PortalAseg_Theme_RWD/WarningIcon.png);
	background-repeat: no-repeat;
	color: #fdae45;
	background-position: left center;
	 padding: 1px 0 1px 30px;
}
.CellAlignCenter  .DIV  .DIV 
{
	display: flex;
	align-items: center;
	justify-content: center;
}
.cellGridCotizSegVida>div>div>div>div>table>thead>tr>th>span 
{
	white-space: break-spaces !important;
}
.tbDatos .Label 
{
	font-weight: 800;
}
@font-face
{
	font-family: 'Open Sans Regular';
	src: url('OpenSans-Regular.woff');
}
@font-face
{
	font-family: 'Open Sans Semibold';
	src: url('OpenSans-Semibold.woff');
}
@font-face
{
	font-family: 'Open Sans Bold';
	src: url('OpenSans-Bold.woff');
}
@font-face
{
	font-family: 'Open Sans Extrabold';
	src: url('OpenSans-Extrabold.woff');
}

@media (max-width: 767px) /*ExtraSmall*/
{
	.GridRowSelected,.WorkWith>TBODY>TR[data-gxselected][data-gxrow],.PromptGrid>TBODY>TR[data-gxselected][data-gxrow],.ViewGrid>TBODY>TR[data-gxselected][data-gxrow],.WorkWithSelection>TBODY>TR[data-gxselected][data-gxrow]
	{
		background-color: rgba(253,174,69,0.58);
	}
	.WWActionColumn
	{
		width: 38px !important;
	}
	.WWOptionalColumn
	{
		display: none;
	}
	.OptionalColumn
	{
		display: none;
	}
	.CellGridPolizas
	{
		width: 100%;
	}
	.Bienvenido
	{
		margin-top: 0px;
	}
	.MergeLabelCell
	{
		text-align: left;
	}
	.WWAdvancedBarCell
	{
		bottom: 0px;
		margin-top: 0px;
		position: absolute;
		top: 0px;
		z-index: 4;
		width: auto;
	}
	.CellMarginTopAssociationButtons
	{
		margin-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
	}
	.WorkWithCell
	{
		padding-left: 0px;
	}
	.CellMarginTopInExtraSmall
	{
		margin-top: 15px;
	}
	.DataContentCell
	{
		white-space: normal !important;
	}
	.LabelCell
	{
		margin-bottom: 0px;
		text-align: left;
	}
	.CellTableAssociationButtons
	{
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 10px;
		padding-right: 15px;
		padding-top: 10px;
	}
	.CellTableLeftAssociation
	{
		border-top-right-radius: 5px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		margin-bottom: 0px;
		margin-right: 15px;
		padding-bottom: 10px;
		padding-right: 20px;
	}
	.CellTableRightAssociation
	{
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 5px;
		margin-left: 15px;
		padding-left: 10px;
		padding-top: 5px;
	}
	.TableStepNumberCell
	{
		padding-left:10px !important;
		padding-right:0px !important;
	}
	.AttributeStepCell
	{
		height: 40px;
		padding-right:5px !important;
	}
	.Attribute
	{
		display: inherit;
		max-width: 100%;
	}
	.AttributeDateTime
	{
		max-width: 100%;
	}
	.ActionAttribute
	{
		padding-bottom: 7px;
		padding-left: 7px;
		padding-right: 7px;
		padding-top: 7px;
	}
	.ActionBaseColorAttribute
	{
		padding-bottom: 7px;
		padding-left: 7px;
		padding-right: 7px;
		padding-top: 7px;
	}
	.ErrorAttribute
	{
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 0px;
	}
	.AttributeDate
	{
		max-width: 100%;
	}
	.ReadonlyAttributeStep
	{
		display: none;
	}
	.ReadonlyAttributeStepSelected
	{
		display: none;
	}
	.ReadonlyAttributeStepBullet
	{
		display: none;
	}
	.ReadonlyAttributeStepBulletUnSelected
	{
		display: none;
	}
	.ReadonlyAttributeStepBulletSelected
	{
		display: none;
	}
	.AttributStepBullet1
	{
		margin-left: 2px;
	}
	.ReadonlyAttributStepBullet1
	{
		margin-left: 2px;
	}
	.AtributoGrilla
	{
		font-size: 7pt;
	}
	.Sinborde
	{
		border-style: none;
	}
	.AtributoGridPequenio
	{
		font-size: 1rem;
	}
	.ReadonlyAtributoGridPequenio
	{
		font-size: 1rem;
	}
	.cotizacion
	{
		text-align: left;
	}
	.Readonlycotizacion
	{
		text-align: left;
	}
	.attMaxWidth
	{
		max-width: 150px;
	}
	.ReadonlyattMaxWidth
	{
		max-width: 150px;
	}
	.attNowrap
	{
		white-space: norma !important;
	}
	.BotonNaranja
	{
		margin-bottom: 5px;
		margin-left: 0px;
		margin-top: 5px;
		padding-left: 20px;
		padding-right: 20px;
		border-width: 2px;
		width: 100%;
	}

	.BotonLargoNaranjaCel
	{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}

	.BotonLargoCel
	{
		width: 100%;
	}

	.BotonLargoCel1
	{
		width: 100%;
	}

	.Grid>tbody>tr
	{
		color: black;
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 8.5pt;
		font-style: normal;
		background-color: white;
		text-align: left;
	}

	.Grid>thead>tr, .Grid>tfoot>tr
	{
		color: black;
		color: #fff;
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 11pt;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		text-decoration: none;
		text-align: left;
	}

	.GroupTitleCotizacionTitle
	{
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #d2322d;
		box-sizing: border-box;
		float: none;
		-moz-box-sizing: border-box;
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 12px;
		font-variant: normal;
		font-weight: normal;
		color: #333;
		text-indent: 0px;
		border: none !important;
		font-weight: 500;
	}

	.ImageTop
	{
		height: 35px;
	}
	.ImageHiddenExtraSmall
	{
		display: none;
	}
	.ImageHiddenExtraSmall:before
	{
		display: none;
	}

	.ImageHiddenExtraSmall:after
	{
		display: none;
	}

	.AssociationImage
	{
		 -moz-transform:rotate(90deg);
		  -webkit-transform:rotate(90deg);
		     -o-transform:rotate(90deg);
		      -ms-transform:rotate(90deg);
		  ;
	}
	.AssociationImage:before
	{
		-moz-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		-o-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		;
	}

	.AssociationImage:after
	{
		-moz-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		-o-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		;
	}

	.StepImage
	{
		height: 40px;
	}
	.StepImageUnSelected
	{
		height: 40px;
	}
	.ImageCotizacion
	{
		max-width: 50px;
	}
	.tbPanelFormaPago
	{
		width: 85vw;
	}
	.AdvancedContainer
	{
		bottom: 0px;
		left: -265px;
		padding-left: 25px;
		padding-right: 10px;
		position: absolute;
		top: 0px;
		width: 230px;
	}
	.AdvancedContainerVisible
	{
		box-shadow: 2px 1px 2px 0px rgba(0,0,0,0.15);
		left: -15px;
	}
	.WWAdvancedContainer
	{
		margin-left: 0px;
	}
	.TableDynamicFilters
	{
		margin-left: 0px;
	}
	.TableLogin
	{
		height: auto;
		width: auto;
	}
	.MasterMainClass
	{
		padding-top: 5px;
	}
	.ContentHolderCell
	{
		padding-left: 0px;
		border-style: none;
	}
	.MasterTopIconsCell
	{
		display: none;
	}
	.TableHiddenExtraSmall
	{
		display: none;
	}
	.TableWizardMain
	{
		width: 100%;
		min-width: 0px;
	}
	.TableContainerStepBullet
	{
		width: 50px;
	}
	.TablaConSombra
	{
		box-shadow: 0.5px 0.5px 2px 2px;
		width: 100%;
		min-width: 0px;
	}
	.TablaColorAzul
	{
		box-shadow: 2px 2px lightgray;
	}
	.SubTextoBlanco
	{
		text-shadow: 2px 2px _ LightGray64% ;
	}
	.LinkNaranja,.Link>A,.Link:hover
	{
		overflow: visible;
	}
	.LinkNaranja:before,.Link>A:before,.Link:hover:before
	{
		overflow: visible;
		content: '';
	}

	.LinkNaranja:after,.Link>A:after,.Link:hover:after
	{
		overflow: visible;
		content: '';
	}

	.txtCotizacion
	{
		font-size: 8pt;
	}
	.txtCotizacion:before
	{
		font-size: 8pt;
	}

	.txtCotizacion:after
	{
		font-size: 8pt;
	}

	.TextTitulo
	{
		font-size: 1rem;
	}
	.TextTitulo:before
	{
		font-size: 1rem;
	}

	.TextTitulo:after
	{
		font-size: 1rem;
	}

	.PolizasTituto
	{
		font-size: 2rem;
		text-align: center;
		white-space: normal;
	}
	.PolizasTituto:before
	{
		font-size: 2rem;
		text-align: center;
		white-space: normal;
	}

	.PolizasTituto:after
	{
		font-size: 2rem;
		text-align: center;
		white-space: normal;
	}

	.FreeStyleGrid>tbody>tr
	{
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 8pt;
		font-style: normal;
		background-color: #fff;
	}

	.ConSeparador>tbody>tr
	{
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 8pt;
		font-style: normal;
		background-color: #fff;
	}

	.Messages
	{
		white-space: normal;
	}
	.ErrorMessages
	{
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 4px;
		margin-left: 5px;
	}
	.WorkWith  .ErrorAttribute 
	{
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 0px;
	}
	.WorkWith  .ErrorMessages 
	{
		border-top-left-radius: 0px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		margin-left: 0px;
		min-width: 200px;
		white-space: normal;
	}
	.WorkWithOdd 
	{
		height: 49px !important;
	}
	.input-group-btn 
	{
		width: 1%;
	}
	.input-group  .form-control 
	{
		width: 100%;
	}
	.TableMerged TD 
	{
		padding-right: 8px;
	}
	.DataContentCellView SPAN.Label 
	{
		padding-left: 0px;
	}
	.LabelCell SPAN.Label 
	{
		padding-left: 0px;
	}
	.RequiredDataContentCell  DIV.gx-attribute
	{
		margin-left: 10px;
		padding-left: 5px;
	}
	.DataContentCellPrompt 
	{
		padding-right: 11px;
	}
	.DataContentCellPrompt  .input-group 
	{
		width: 100%;
	}
	.DatoSeguidoDelLabel  .form-group 
	{
		margin-bottom: 3px;
	}
	.DatoSeguidoDelLabel  DIV LABEL
	{
		width: 35%;
	}
	.PanelSinEspacioInterno  DIV DIV DIV .panel-body 
	{
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 2px;
		padding-top: 0px;
	}
	DIV.ViewTab UL
	{
		display: none;
	}
	.AtributoVariable 
	{
		margin-bottom: 5px;
		margin-top: 0px;
		text-align: left;
	}
	.control-label 
	{
		white-space: normal !important;
	}
	.textareaSolicitudes 
	{
		height: auto !important;
	}
	.attMinWidth  .P 
	{
		min-width: 1rem;
	}
	.P .attMinWidth 
	{
		min-width: 1rem;
	}
}

@media (min-width: 768px) /*Small*/
{
	.CellGridPolizas
	{
		width: 100%;
	}
	.Bienvenido
	{
		margin-top: 16px;
	}
	.attImput
	{
		width: 20rem;
		margin: 0 0 2rem 0;
	}
	.BotonLargoCel
	{
		margin-left: 300px;
	}

	.GridDragging>tbody>tr
	{
		color: black;
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 8.5pt;
		font-style: normal;
		background-color: white;
		text-align: left;
	}

	.GridDragging>thead>tr, .GridDragging>tfoot>tr
	{
		color: black;
		color: #fff;
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 11pt;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		text-decoration: none;
		text-align: left;
	}

	.GroupFiltrosTitleTitle
	{
		font-family: 'Roboto', Arial, sans-serif;
		font-family: Arial;
		font-size: 10pt;
		font-weight: bold;
		color: #295572;
	}

	.TableWizardMain
	{
		min-width: 400px;
	}
	.TablaConSombra
	{
		box-shadow: 0.5px 0.5px 2px 2px whitesmoke;
		min-width: 400px;
	}
	.FreeStyleGrid>tbody>tr
	{
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 8pt;
		font-style: normal;
		background-color: #fff;
	}

	.navbar-nav > li > a 
	{
		padding-bottom: 10px;
		padding-top: 10px;
	}
	#main-menu A
	{
		padding-bottom: 6px;
		padding-left: 6px;
		padding-right: 6px;
		padding-top: 6px;
	}
	.navbar-header 
	{
		float: none;
	}
	.navbar-toggle 
	{
		display: block;
	}
	.navbar-collapse 
	{
		border-top: 1px solid transparent;
		box-shadow: 0px 0px 1px 0px rgba(255,255,255,0.1);
	}
	..navbar-collapse.collapse 
	{
		display: none!important;
	}
	.navbar-nav 
	{
		margin-top: 7.5px;
		float: none!important;
	}
	.navbar-nav > li 
	{
		float: none;
	}
}

@media (min-width: 992px) /*Medium*/
{
	.CellGridPolizas
	{
		width: 60rem;
	}
	.Bienvenido
	{
		margin-top: 16px;
	}
	.cotizacion
	{
		font-size: 14px;
	}
	.Readonlycotizacion
	{
		font-size: 14px;
	}
	.BotonLargoCel
	{
		margin-left: 300px;
	}

	.TableWizardMain
	{
		min-width: 600px;
	}
	.TablaConSombra
	{
		box-shadow: 0.5px 0.5px 2px 2px whitesmoke;
		min-width: 600px;
	}
	.FreeStyleGrid>tbody>tr
	{
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 8pt;
		font-style: normal;
		background-color: #fff;
	}

	#main-menu A
	{
		padding-bottom: 6px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 6px;
	}
	.textareaSolicitudes 
	{
		width: 97%;
	}
}

@media (min-width: 1200px) /*Large*/
{
/* [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;
}

/* [gx-css-import ignore - end] */
	.Bienvenido
	{
		margin-top: 16px;
	}
	.cotizacion
	{
		font-size: 14px;
	}
	.Readonlycotizacion
	{
		font-size: 14px;
	}
	.BotonLargoCel
	{
		margin-left: 300px;
	}

	.TableWizardMain
	{
		min-width: 800px;
	}
	.TablaConSombra
	{
		box-shadow: 0.5px 0.5px 2px 2px whitesmoke;
		min-width: 800px;
	}
	.FreeStyleGrid>tbody>tr
	{
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 8pt;
		font-style: normal;
		background-color: #fff;
	}

	#main-menu A
	{
		padding-bottom: 6px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 6px;
	}
	.textareaSolicitudes 
	{
		width: 90%;
	}
}
/* [gx-css-import ignore - start] */

@keyframes entermask
{
  from {background-color: transparent;}
  to {background-color: black;}
}

@keyframes leavemask
{
  from {background-color: black;}
  to {background-color: transparent;}
}
div[data-align='center'] > div[data-align-outer] {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
div[data-align='right'] > div[data-align-outer] {
	display: table;
	margin-left: auto;
}
div[data-valign='middle'] > div[data-align-outer] {
	display: table;
	height: 100%;
	width: 100%;
}
div[data-valign='middle'] > div[data-align-outer] > div[data-align-inner] {
	display: table-cell;
	vertical-align: middle;
}
div[data-valign='bottom'] > div[data-align-outer] {
	display: table;
	height: 100%;
	width: 100%;
}
div[data-valign='bottom'] > div[data-align-outer] > div[data-align-inner] {
	display: table-cell;
	vertical-align: bottom;
}
td[data-cell-valign='top'] {	
	vertical-align: top;
}
td[data-cell-valign='middle'] {	
	vertical-align: middle;
}
td[data-cell-valign='bottom'] {	
	vertical-align: bottom;
}
div[data-cell-valign='middle'] {
	display: table-cell;
	vertical-align: middle;
}
div[data-cell-valign='bottom'] {
	display: table-cell;
	vertical-align: bottom;
}
div[data-align='center'] > div[data-align-outer] {
	width: auto;
}
div[data-align='right'] > div[data-align-outer] {
	width: auto;
}
div[data-align][data-align-image] > div[data-align-outer] {
	display: block;
	margin-left: 0;
	margin-right: 0;
	height: 100%;
}
div[data-align][data-align-image] > div[data-align-outer] > div[data-align-inner] {
	height: 100%;
}
div[data-valign][data-align-image] > div[data-align-outer] > div[data-align-inner] {
	display: block;
	height: 100%;
}
div[data-align='center'][data-align-image] img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
div[data-align='right'][data-align-image] img {
	margin-left: auto;
	display: block;
}
div[data-align='center']:not([data-valign])[data-align-image] img {
	background-position: center top;
}
div[data-align='center'][data-valign='middle'][data-align-image] img {
	background-position: center center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
div[data-valign][data-align-image] div[data-align-inner] {
	position:relative;
}
div[data-valign][data-align-image] img {
	position: absolute;
	margin: auto;
}
div[data-align='center'][data-valign='bottom'][data-align-image] img {
	background-position: center bottom;
	right: 0;
	bottom: 0;
	left: 0;
}
div[data-align='right']:not([data-valign])[data-align-image] img {
	background-position: right top;
}
div[data-align='right'][data-valign='middle'][data-align-image] img {
	background-position: right center;
	top: 0;
	right: 0;
	bottom: 0;
}
div[data-align='right'][data-valign='bottom'][data-align-image] img {
	background-position: right bottom;
	right: 0;
	bottom: 0;
}
div:not([data-align])[data-valign='middle'][data-align-image] img {
	background-position: left center;
	top: 0;
	bottom: 0;
}
div:not([data-align])[data-valign='bottom'][data-align-image] img {
	background-position: left bottom;
	bottom: 0;
}
div[data-align='center']>div>div>div.gx-attribute>p.form-control-static {
	text-align: center;
}
div[data-align='right']>div>div>div.gx-attribute>p.form-control-static {
	text-align: right;
}

.gxlivepreview-hidesubelements {
	visibility:hidden;
}
.gx-responsive-grid .gx-remove-row {
  position: absolute;
  z-index: 1;
}

.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,.280);
}

.gx-prompt.gx-disabled {
	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-sr-only{
	display:none !important;
}
[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%;
  }
  
.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:scroll;
	scroll-behavior:smooth;
}

table > .gx-infinite-scrolling-element {
	width:100%;
	display:block;
}

.gx-tbldsp-container {
	display:table;
}
.gx-tbldsp-container > div {
	display:table-cell;
}
[data-gx-evt], [data-gx-evt-control] {
	cursor: pointer;
}
.gx-disabled[data-gx-evt], .gx-disabled[data-gx-evt-control] {
	cursor: auto;
}

/* Start Responsive Popups required Styling */
.gx-responsive-popup.gx-popup {
	position:fixed;	
	z-index:1500;	
	margin-top: 0px;
}

.gx-responsive-popup .gx-popup-content > iframe {
	border:none;
}

.gx-responsive-popup div.gx-popup-pdf {
	overflow:hidden;
}

body.gx-popup-opened {
	overflow:hidden;
}

div[data-gx-dynitem-container] {
	display: inline;
}

li[data-gx-dynitem-hook] {
	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;
}

@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{		
		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.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:100vw !important;
	}
}

/* [gx-css-import ignore - end] */
