@import "AnyStyles.ImagesTokens.css";
@import "FrontEnd.DSCotemar_Tokens.css";

/* [gx-css-import ignore - start] */

@keyframes entermask {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.1;
  }
}

@keyframes leavemask {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 0;
  }
}

div[data-align="center"] > div[data-align-outer] {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
div[data-align="right"] > div[data-align-outer] {
  display: table;
  margin-left: auto;
}
div[data-valign="middle"] > div[data-align-outer] {
  display: table;
  height: 100%;
  width: 100%;
}
div[data-valign="middle"] > div[data-align-outer] > div[data-align-inner] {
  display: table-cell;
  vertical-align: middle;
}
div[data-valign="bottom"] > div[data-align-outer] {
  display: table;
  height: 100%;
  width: 100%;
}
div[data-valign="bottom"] > div[data-align-outer] > div[data-align-inner] {
  display: table-cell;
  vertical-align: bottom;
}
td[data-cell-valign="top"] {
  vertical-align: top;
}
td[data-cell-valign="middle"] {
  vertical-align: middle;
}
td[data-cell-valign="bottom"] {
  vertical-align: bottom;
}
div[data-cell-valign="middle"] {
  display: table-cell;
  vertical-align: middle;
}
div[data-cell-valign="bottom"] {
  display: table-cell;
  vertical-align: bottom;
}
div[data-align="center"] > div[data-align-outer] {
  width: auto;
}
div[data-align="right"] > div[data-align-outer] {
  width: auto;
}
div[data-align][data-align-image] > div[data-align-outer] {
  display: block;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
}
div[data-align][data-align-image]
  > div[data-align-outer]
  > div[data-align-inner] {
  height: 100%;
}
div[data-valign][data-align-image]
  > div[data-align-outer]
  > div[data-align-inner] {
  display: block;
  height: 100%;
}
div[data-align="center"][data-align-image] img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
div[data-align="right"][data-align-image] img {
  margin-left: auto;
  display: block;
}
div[data-align="center"]:not([data-valign])[data-align-image] img {
  background-position: center top;
}
div[data-align="center"][data-valign="middle"][data-align-image] img {
  background-position: center center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div[data-valign][data-align-image] div[data-align-inner] {
  position: relative;
}
div[data-valign][data-align-image] img {
  position: absolute;
  margin: auto;
}
div[data-align="center"][data-valign="bottom"][data-align-image] img {
  background-position: center bottom;
  right: 0;
  bottom: 0;
  left: 0;
}
div[data-align="right"]:not([data-valign])[data-align-image] img {
  background-position: right top;
}
div[data-align="right"][data-valign="middle"][data-align-image] img {
  background-position: right center;
  top: 0;
  right: 0;
  bottom: 0;
}
div[data-align="right"][data-valign="bottom"][data-align-image] img {
  background-position: right bottom;
  right: 0;
  bottom: 0;
}
div:not([data-align])[data-valign="middle"][data-align-image] img {
  background-position: left center;
  top: 0;
  bottom: 0;
}
div:not([data-align])[data-valign="bottom"][data-align-image] img {
  background-position: left bottom;
  bottom: 0;
}
div[data-align="center"]
  > div
  > div
  > div.gx-attribute
  > p.form-control-static {
  text-align: center;
}
div[data-align="right"] > div > div > div.gx-attribute > p.form-control-static {
  text-align: right;
}

[data-gx-flex] {
  display: flex;
}

div[data-gx-canvas] {
  position: relative;
}

div[data-gx-canvas-cell] > div.gx-attribute {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: inherit;
  align-items: inherit;
}

div[data-gx-smarttable] {
  display: grid;
}

div[data-gx-smarttable-cell] > div [data-gxgridid] {
  width: 100%;
  height: 100%;
}

div[data-gx-smarttable-cell] > div.gx-attribute {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: inherit;
  align-items: inherit;
}

.gxlivepreview-hidesubelements {
  visibility: hidden;
}
.gx-responsive-grid .gx-remove-row {
  position: absolute;
  z-index: 1;
}

.gx-responsive-grid .gx-remove-row-right {
  right: 10px;
}

.gx-responsive-grid .gx-remove-row-top {
  top: 0;
}

.gx-responsive-grid .gx-remove-row-bottom {
  bottom: 0;
}

[data-gxrow].RowDeleted div {
  text-decoration: inherit;
}

[data-gxgridid] > [data-gx-flex] > [data-gxrow] > .gx-remove-row + div,
[data-gxgridid] > [data-gx-flex] > [data-gxrow] > .gx-remove-row + table {
  margin: 15px;
}

[data-gxgridid] > [data-gx-flex] > [data-gxrow] {
  position: relative;
}

.gx-responsive-grid > [data-gx-flex] > [data-gxrow] > .gx-remove-row-right {
  right: 0;
}

.gx-popup-frame-mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

form[tabindex="-1"] {
  outline: none;
}

.gx-navbar .gx-attribute,
.gx-action-group .gx-attribute,
.gx-action-group .gx-button {
  display: inline-block;
}

.gx-action-group .gx-form-group {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
}

.gx-radio-button-vertical,
.gx-radio-button-vertical label {
  display: block;
  line-height: 25px;
}

label.gx-radio-label.disabled.active {
  box-shadow: inset 0 0px 7px rgba(0, 0, 0, 0.28);
}

.gx-prompt.gx-disabled {
  display: none;
}

.input-group input.form-control.gx-invisible + span > a.gx-image-link,
.input-group input.form-control[disabled] + span > a.gx-image-link {
  display: none;
}

div.gxwebcomponent > div.gx-mask {
  position: absolute;
}

html.gx-blocking,
html.gx-blocking body {
  overflow: hidden;
}

.gx-call-target.empty {
  display: none !important;
}

.gx-invisible,
.gx-sr-only,
[data-gx-sr-only] {
  display: none !important;
}

.gx-grid [data-gx-grid-nodata] + .GridNoDataText {
  display: block;
}

.gx-grid .GridNoDataText {
  display: none;
}

td.gx-attribute .form-control {
  display: inline-block;
  width: 100%;
}

.MainContainer .gx-infinite-scrolling-container, .container-fluid .gx-infinite-scrolling-container {
	padding-left:15px;
	padding-right:15px;
	margin-left:-15px;
	margin-right:-15px;
}

.gx-infinite-scrolling-container table,
.gx-infinite-scrolling-container thead {
  overflow-x: hidden;
  display: block;
  width: 100%;
}

.gx-infinite-scrolling-container > table {
  width:100%;  
}

.gx-infinite-scrolling-element {
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.gx-grid .gx-grid-fixed-height {
  overflow-y: scroll;
  display: inline-block;
}

.gx-grid-fixed-header-ie7 > table > thead > tr {
  display: block;
  position: absolute;
}
.gx-grid-fixed-header-ie7 {
  overflow-x: hidden;
  overflow-y: auto;
}
.gx-grid-fixed-header-ie7 > table > tbody {
  height: auto;
}
.gx-grid-fixed-header-ie7 > table {
  width: auto;
}

table > .gx-infinite-scrolling-element {
  width: 100%;
  display: block;
}

.gx-tbldsp-container {
  display: table;
}
.gx-tbldsp-container > div {
  display: table-cell;
}
[data-gx-evt],
[data-gx-evt-control] {
  cursor: pointer;
}
.gx-disabled[data-gx-evt],
.gx-disabled[data-gx-evt-control] {
  cursor: auto;
}

span.gx-disabled > a {	
	color: inherit;
	cursor: inherit;
	text-decoration: inherit;
}

span[data-text-format="3"]{	
	white-space: pre-wrap;
}

/* Start Responsive Popups required Styling */
.gx-responsive-popup.gx-popup {
  position: fixed;
  z-index: 1500;
  margin-top: 0px;
}

.gx-responsive-popup .gx-popup-content > iframe {
  border: none;
}

.gx-responsive-popup div.gx-popup-pdf {
  overflow: hidden;
}

body.gx-popup-opened {
  overflow: hidden;
}

div[data-gx-dynitem-container] {
  display: inline;
}

li[data-gx-dynitem-hook],
input[type="checkbox"].gx-invisible + label {
  display: none;
}

.input-group input[data-gx-password-reveal] {
  width: 100%;
}

input[data-gx-password-reveal] + .gx-pwd-reveal-btn {
  display: table-cell;
}

.gx-pwd-reveal-btn {
  display: none;
}

input[data-gx-password-reveal]::-ms-reveal {
  display: none;
}

.gxwebcomponent-loading {
  opacity: 0;
}

.gx-label {
  font-weight: 700;
}

.gx-form-item {
  padding-right: 15px;
  padding-left: 15px;
}

.gx-default-form-group {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: nowrap;
}

.gx-default-form-group.gx-label-top {
  flex-wrap: wrap;
}

[data-gx-checkbox-title] {
  font-weight: normal;
  margin-left: 5px;
}

.gx-checkbox-wrapper {
  min-height: 27px;
  display: inline-block;
  padding-top: 7px;
  padding-left: 20px;
}

.gx-checkbox-wrapper > input {
  position: absolute;
  margin-left: -20px;
}

.form-control[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}

body:not(.gx-show-input-spinner) input[type="number"] {
  -moz-appearance: textfield;
}

body:not(.gx-show-input-spinner)
  input[type="number"]::-webkit-inner-spin-button,
body:not(.gx-show-input-spinner)
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (min-width: 736px) {
  /* Just in case for compatibility reasons.*/
  .gx-responsive-popup .gx-popup-header {
    float: none;
    width: auto;
  }

  .gx-popup-opened,
  .gx-popup-opened form {
    overflow: hidden;
  }

  .gx-responsive-popup .gx-popup-content iframe {
    overflow: auto;
  }
  .gx-responsive-popup .gx-popup-resize {
    position: absolute;
    bottom: 2px;
    right: 2px;
  }

  .gx-responsive-popup div.iframe-container {
    max-height: calc(100vh - 80px);
  }

  .gx-responsive-popup div.iframe-container > iframe {
    max-height: none !important;
  }

  .gx-responsive-popup.gx-popup-initial .gx-popup-content iframe {
    max-height: calc(
      100vh - 80px
    ); /* 80px harcoded for Header Popup Height. Not good. Flexbox instead? */
    max-width: 100vw;
  }
  .gx-responsive-popup.gx-popup-centered {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50% !important;
    top: 50% !important;
  }

  .gx-responsive-popup.gx-popup-horizontal-center {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
  }
}
@media (max-width: 736px) /*Small and ExtraSmall*/ {
  .gx-responsive-popup .gx-popup-header {
    height: 40px;
  }
  .gx-responsive-popup.gx-popup {
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
  }
  .gx-responsive-popup .gx-popup-content {
    height: calc(
      100% - 40px
    ); /* 40px harcoded for Header Popup Height. Not good. Flexbox instead? */
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .gx-responsive-popup .gx-popup-content > iframe {
    width: 100vw !important;
  }
  .gx-responsive-popup .gx-popup-resize {
    display: none;
  }

  body.gx-popup-opened {
    position: fixed;
  }

  .gx-popup-document {
    width: 100% !important;
  }
}

.gx-multimedia-ro img:not([src=""]) {
  background-image: none;
}

.gx-multimedia-ro img:not([src=""]) + * {
  display: none;
}

/* Bootstrap Float Labels  https://github.com/tonystar/bootstrap-float-label/blob/master/bootstrap-float-label.css */

.has-float-label {
  display: block;
  position: relative;
}
.has-float-label label,
.has-float-label > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 75%;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: -0.5em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
}
.has-float-label label::after,
.has-float-label > span::after {
  content: " ";
  display: block;
  position: absolute;
  background: white;
  height: 2px;
  top: 50%;
  left: -0.2em;
  right: -0.2em;
  z-index: -1;
}
.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.has-float-label .form-control::-moz-placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.has-float-label .form-control:-ms-input-placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.has-float-label .form-control::placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.has-float-label
  .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.has-float-label
  .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 125%;
  opacity: 0.5;
  top: 50%;
  transform: translate(0, -50%);
}

.input-group .has-float-label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.input-group .has-float-label .form-control {
  width: 100%;
  border-radius: 0.25rem;
}
.input-group .has-float-label:not(:last-child),
.input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.input-group .has-float-label:not(:first-child),
.input-group .has-float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

 
.Rating.rating-container .rating-stars
{
	color: #f5c145;
}
.Rating.rating-container
{
	color: #e6e6e6;
}
.gx-switch-Switch .on
{
	background-color: #5cb85c !important;
	color: #fff !important;
}
.gx-switch-Switch .off
{
	background-color: #eee !important;
	color: #000 !important;
}
.GridPageController .slick-dots li button:before
{
	content: ''\2022'';
}
.GridPageController .slick-dots li.slick-active button:before
{
	color: black;
}
.GridPageController .slick-prev:before
{
	content: ''\21D0'';
}
.GridPageController .slick-next:before
{
	content: ''\21D2'';
}
.QueryViewer-pivottable #tablePagination_perPage {
	display: inline;
}
.QueryViewer-table #tablePagination_perPage {
	display: inline;
}

/* [gx-css-import ignore - end] */
.HR 
{
	border-top : 1px solid #0070BA;
}
.ImgMenu 
{
	margin-right : 25px;
}
.TableBtn 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	text-align : left;
	display : inline-block;
}
.AlignRight 
{
	text-align : right;
}
.TableUsr 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	text-align : left;
}
.TblMenu 
{
	height : 60px;
}
.md-modal 
{
	max-width : 700px !important;
}
.md-content > div 
{
	font-family : var(--fonts_RB_REG) ;
	font-size : 16px;
	line-height : 24px;
	padding : 20px 30px 20px;
}
.md-content > div > div 
{
	text-align : right !important;
}
.mdclose 
{
	width : 140px !important;
	height : 40px !important;
	border-radius : 6px !important;
	background-color : #FF9D0B !important;
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-weight : 500;
	font-size : 15px !important;
	line-height : 18px;
	color : white;
	text-transform : none !important;
	text-align : center;
	margin-top : 15px !important;
	padding-top : 11px !important;
}
.mdclose:hover 
{
	background-color : #FFBD5A !important;
}
.md-content > h3 
{
	font-family : var(--fonts_RB_REG) ;
	font-size : 14px;
	padding : 10px 20px 10px;
	background : #FF9D0B;
	color : white;
	font-weight : 500;
}
#md-modal-subtitle 
{
	white-space : break-spaces;
	text-align : left;
}
#md-modal-subtitle > p:nth-child(4) 
{
	display : list-item;
}
.TblBBlue 
{
	background : #FCFCFC;
	border : 1px solid #4173EA;
	border-radius : 4px;
	box-sizing : border-box;
	padding : 15px;
	margin-bottom : 15px;
}
.TblBBlueTitle 
{
	background : #F6F9FF;
	border : 1px solid #ACCCFA;
	border-radius : 8px;
	padding : 15px;
}
.BtnBlue 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-weight : 500;
	font-size : 15px;
	line-height : 18px;
	box-sizing : border-box;
	border-radius : 6px;
	width : 170px;
	height : 40px;
	box-shadow : none;
	outline : none !important;
	color : #FFFFFF !important;
	background-color : #4173EA !important;
	border : 1px solid #4173EA !important;
}
.BtnBlueLarge 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-weight : 500;
	font-size : 15px;
	line-height : 18px;
	box-sizing : border-box;
	border-radius : 6px;
	height : 40px;
	box-shadow : none;
	outline : none !important;
	color : #FFFFFF !important;
	background-color : #4173EA !important;
	border : 1px solid #4173EA !important;
	width : 250px !important;
}
.BtnBlue:hover, .BtnBlueLarge:Hover 
{
	background-color : #0070BA !important;
	border : 1px solid #0070BA !important;
}
.BtnOrange 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-weight : 500;
	font-size : 15px;
	line-height : 18px;
	box-sizing : border-box;
	border-radius : 6px;
	width : 170px;
	height : 40px;
	box-shadow : none;
	outline : none !important;
	color : #FFFFFF !important;
	background-color : var(--colors_WarningColor) !important;
	border : 1px solid var(--colors_WarningColor) !important;
}
.BtnOrange:hover 
{
	background-color : var(--colors_SEC_151C) !important;
	border : 1px solid var(--colors_SEC_151C) !important;
}
.BtnRed 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-weight : 500;
	font-size : 15px;
	line-height : 18px;
	box-sizing : border-box;
	border-radius : 6px;
	width : 170px;
	height : 40px;
	box-shadow : none;
	outline : none !important;
	color : #FFFFFF !important;
	background-color : #FF5000 !important;
	border : 1px solid #FF5000 !important;
}
.BtnRed:hover 
{
	background-color : #FFFFFF !important;
	border : 1px solid #FF5000 !important;
	color : #FF5000 !important;
}
.BtnWhite 
{
	font-family : var(--fonts_RB_REG) !important;
	font-style : normal !important;
	font-weight : 500 !important;
	font-size : 15px !important;
	line-height : 18px !important;
	box-sizing : border-box !important;
	border-radius : 6px !important;
	width : 170px !important;
	height : 40px !important;
	box-shadow : none !important;
	outline : none !important;
	color : #4173EA !important;
	background-color : #FFFFFF !important;
	border : 1px solid #4173EA !important;
}
.BtnWhiteLarge 
{
	font-family : var(--fonts_RB_REG) !important;
	font-style : normal !important;
	font-weight : 500 !important;
	font-size : 15px !important;
	line-height : 18px !important;
	box-sizing : border-box !important;
	border-radius : 6px !important;
	height : 40px !important;
	box-shadow : none !important;
	outline : none !important;
	color : #4173EA !important;
	background-color : #FFFFFF !important;
	border : 1px solid #4173EA !important;
	width : 250px !important;
}
.BtnWhite:hover, .BtnWhiteLarge:hover 
{
	color : #4173EA !important;
	background-color : #E9F2FF !important;
	border : 1.6px solid #4173EA !important;
}
.mr-4 
{
	margin-right : 1rem;
}
.txtReflexBlueH1 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H1) ;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.txtReflexBlueH2 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H2) ;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.txtReflexBlueExtraLarge 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FExtraLarge) ;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.txtReflexBlueLarge 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FLarge) ;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.txtReflexBlueMed 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FMed) ;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.txtReflexBlueReg 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FReg) ;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.txtReflexBlueSmall 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_Fsmall) ;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.txtWhiteRBREG 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FLarge) ;
	color : var(--colors_WHITE) ;
	padding-left : 10px;
}
.txtOrangeH1 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H1) ;
	color : var(--colors_PRI_ORANGE_021C) ;
}
.txtOrangeH2 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H2) ;
	color : var(--colors_PRI_ORANGE_021C) ;
}
.txtOrangeExtraLarge 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FExtraLarge) ;
	color : var(--colors_PRI_ORANGE_021C) ;
}
.txtOrangeLarge 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FLarge) ;
	color : var(--colors_PRI_ORANGE_021C) ;
}
.txtOrangeMed 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FMed) ;
	color : var(--colors_PRI_ORANGE_021C) ;
}
.txtOrangeReg 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FReg) ;
	color : var(--colors_PRI_ORANGE_021C) ;
}
.txtOrangeSmall 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_Fsmall) ;
	color : var(--colors_PRI_ORANGE_021C) ;
}
.txtBlue2736H1 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H1) ;
	color : var(--colors_SEC_2736C) ;
}
.txtBlue2736H2 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H2) ;
	color : var(--colors_SEC_2736C) ;
}
.txtBlue2736ExtraLarge 
{
	font-family : var(--fonts_RB_BLACK) ;
	font-style : normal;
	font-size : var(--fontSizes_FExtraLarge) ;
	color : var(--colors_SEC_2736C) ;
}
.txtBlue2736Large 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FLarge) ;
	color : var(--colors_SEC_2736C) ;
}
.txtBlue2736Med 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FMed) ;
	color : var(--colors_SEC_2736C) ;
}
.txtBlue2736Reg 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FReg) ;
	color : var(--colors_SEC_2736C) ;
}
.txtBlue2736Small 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_Fsmall) ;
	color : var(--colors_SEC_2736C) ;
}
.txtOrange151CH1 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H1) ;
	color : var(--colors_SEC_151C) ;
}
.txtOrange151CH2 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H2) ;
	color : var(--colors_SEC_151C) ;
}
.txtOrange151CExtraLarge 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FExtraLarge) ;
	color : var(--colors_SEC_151C) ;
}
.txtOrange151CLarge 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FLarge) ;
	color : var(--colors_SEC_151C) ;
}
.txtOrange151ClMed 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FMed) ;
	color : var(--colors_SEC_151C) ;
}
.txtOrange151CReg 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FReg) ;
	color : var(--colors_SEC_151C) ;
}
.txtOrange151CSmall 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_Fsmall) ;
	color : var(--colors_SEC_151C) ;
}
.txtBlue2925H1 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H1) ;
	color : var(--colors_SEC_2925C) ;
}
.txtBlue2925H2 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H2) ;
	color : var(--colors_SEC_2925C) ;
}
.txtBlue2925ExtraLarge 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FExtraLarge) ;
	color : var(--colors_SEC_2925C) ;
}
.txtBlue2925Large 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FLarge) ;
	color : var(--colors_SEC_2925C) ;
}
.txtBlue2925Med 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FMed) ;
	color : var(--colors_SEC_2925C) ;
}
.txtBlue2925Reg 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FReg) ;
	color : var(--colors_SEC_2925C) ;
}
.txtBlue2925Small 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_Fsmall) ;
	color : var(--colors_SEC_2925C) ;
}
.txtGray7544H1 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H1) ;
	color : var(--colors_COM_7544C) ;
}
.txtGray7544H2 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H2) ;
	color : var(--colors_COM_7544C) ;
}
.txtGray7544ExtraLarge 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FExtraLarge) ;
	color : var(--colors_COM_7544C) ;
}
.txtGray7544Large 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FLarge) ;
	color : var(--colors_COM_7544C) ;
}
.txtGray7544Med 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FMed) ;
	color : var(--colors_COM_7544C) ;
}
.txtGray7544Reg 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FReg) ;
	color : var(--colors_COM_7544C) ;
}
.txtGray7544Small 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_Fsmall) ;
	color : var(--colors_COM_7544C) ;
}
.txtBlue7454H1 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H1) ;
	color : var(--colors_COM_7454C) ;
}
.txtBlue7454H2 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H2) ;
	color : var(--colors_COM_7454C) ;
}
.txtBlue7454ExtraLarge 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FExtraLarge) ;
	color : var(--colors_COM_7454C) ;
}
.txtBlue7454Large 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FLarge) ;
	color : var(--colors_COM_7454C) ;
}
.txtBlue7454Med 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FMed) ;
	color : var(--colors_COM_7454C) ;
}
.txtBlue7454Reg 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FReg) ;
	color : var(--colors_COM_7454C) ;
}
.txtBlue7454Small 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_Fsmall) ;
	color : var(--colors_COM_7454C) ;
}
.txtBlue7545H1 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H1) ;
	color : var(--colors_COM_7545C) ;
}
.txtBlue7545H2 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H2) ;
	color : var(--colors_COM_7545C) ;
}
.txtBlue7545ExtraLarge 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FExtraLarge) ;
	color : var(--colors_COM_7545C) ;
}
.txtBlue7545Large 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FLarge) ;
	color : var(--colors_COM_7545C) ;
}
.txtBlue7545Med 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FMed) ;
	color : var(--colors_COM_7545C) ;
}
.txtBlue7545Reg 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FReg) ;
	color : var(--colors_COM_7545C) ;
}
.txtBlue7545Small 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_Fsmall) ;
	color : var(--colors_COM_7545C) ;
}
.txtGreen368cH1 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H1) ;
	color : var(--colors_COM_368C) ;
}
.txtGreen368cH2 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H2) ;
	color : var(--colors_COM_368C) ;
}
.txtGreen368cExtraLarge 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FExtraLarge) ;
	color : var(--colors_COM_368C) ;
}
.txtGreen368cLarge 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FLarge) ;
	color : var(--colors_COM_368C) ;
}
.txtGreen368cMed 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FMed) ;
	color : var(--colors_COM_368C) ;
}
.txtGreen368cReg 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FReg) ;
	color : var(--colors_COM_368C) ;
}
.txtGreen368cSmall 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_Fsmall) ;
	color : var(--colors_COM_368C) ;
}
.AttCForm16px 
{
	border-style : solid;
	border-width : 1px;
	font-size : var(--fontSizes_FLarge) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	max-width : 100%;
	text-align : left;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	font-family : var(--fonts_RB_REG) ;
	width : 100%;
}
.AttCForm14px 
{
	border-style : solid;
	border-width : 1px;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	max-width : 100%;
	text-align : left;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	font-family : var(--fonts_RB_REG) ;
	width : 100%;
}
.AttCForm12px 
{
	border-style : solid;
	border-width : 1px;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	max-width : 100%;
	text-align : left;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	font-family : var(--fonts_RB_REG) ;
	width : 100%;
}
.BtnBlue16px 
{
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FLarge) ;
	color : var(--colors_WHITE) ;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
}
.BtnBlue14px 
{
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : var(--colors_WHITE) ;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
}
.BtnBlue12px 
{
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	color : var(--colors_WHITE) ;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
}
.HeaderBG 
{
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FLarge) ;
	color : var(--colors_WHITE) ;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
}
.cIcoSalir 
{
	margin-left : 15px;
	height : 40px;
	width : 40px;
}
.Animation 
{
	gx-animation-type : idNative;
}
.TabPage 
{
	border-style : none;
	border-width : 0px;
}
.WWTabPage 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
}
.WWTabPageSelected 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	background-color : white;
	border-bottom : none;
	border-left : solid #EAEAEA 1px;
	border-right : solid #EAEAEA 1px;
	border-top : solid #EAEAEA 1px;
	color : var(--colors_Text) ;
}
.WWTabPageHovered 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
	text-decoration : underline;
}
.WWFirstTabPage 
{
	border-style : none;
	border-width : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
	border-top-left-radius : 8px;
}
.Flex 
{
	border-style : none;
	border-width : 0px;
}
.TableRow 
{
	border-style : none;
	border-width : 0px;
}
.WWPagingFooterRow 
{
	border-style : none;
	border-width : 0px;
	background-color : white;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : -30px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
}
.BackgroundColorRow 
{
	border-style : none;
	border-width : 0px;
	background-color : var(--colors_Border) ;
}
.TableCell 
{
	border-style : none;
	border-width : 0px;
}
.WWPagingFooterCell 
{
	border-style : none;
	border-width : 0px;
	padding-left : 0px;
	padding-right : 30px;
	padding-top : 5px;
	position : absolute;
}
.NoPaddingFotter 
{
	border-style : none;
	border-width : 0px;
	padding-left : 0px;
	padding-right : 0px;
}
.NavigationStyle 
{
	gx-nav-style-mode : idNavStyleModeStatic;
	gx-nav-style-top-target-height : 15vh;
	gx-nav-style-right-target-width : 400px;
	gx-nav-style-bottom-target-height : 10vh;
	gx-nav-style-left-target-width : 400px;
	gx-nav-style-top-target-height-collapsed : 10vw;
	gx-nav-style-right-target-width-collapsed : 20vw;
	gx-nav-style-bottom-target-height-collapsed : 10vh;
	gx-nav-style-left-target-width-collapsed : 20vw;
}
.ResponsiveSlide 
{
	gx-nav-style-top-target-height : 15vh;
	gx-nav-style-right-target-width : 400px;
	gx-nav-style-bottom-target-height : 10vh;
	gx-nav-style-left-target-width : 400px;
	gx-nav-style-top-target-height-collapsed : 10vw;
	gx-nav-style-right-target-width-collapsed : 20vw;
	gx-nav-style-bottom-target-height-collapsed : 10vh;
	gx-nav-style-left-target-width-collapsed : 20vw;
	gx-nav-style-mode : idNavStyleModeStatic;
}
.Rating 
{
	gx-selected-color : #f5c145;
	gx-unselected-color : #e6e6e6;
	border-style : none;
	border-width : 0px;
}
.Switch 
{
	gx-switch-on-background-color : #5cb85c;
	gx-switch-on-text-color : #fff;
	gx-switch-off-background-color : #eee;
	gx-switch-off-text-color : #000;
}
.FileUpload 
{
	gx-show-file-size : True;
	gx-show-file-preview : True;
	gx-show-file-buttons : True;
	gx-buttons-icons : True;
}
.GridPageController 
{
	gx-page-indicator-selected-color : black;
	gx-page-indicator-symbol : '\2022';
	gx-left-arrow-symbol : '\21D0';
	gx-right-arrow-symbol : '\21D2';
}
.QueryViewer 
{
	gx-qv-pivot-table-footer-rows-per-page : True;
	gx-qv-table-footer-rows-per-page : True;
}
.Grid 
{
	grid-background-color-style : 0;
	border-style : none;
	border-width : 1px;
}
.GridNoData 
{
	grid-background-color-style : 0;
	border-style : none;
	border-width : 1px;
	background-color : lightgray;
	min-height : 4em;
	width : 100%;
}
.WorkWith 
{
	border-width : 1px;
	background-color : white;
	margin-bottom : 5px;
	margin-top : 10px;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
	grid-background-color-style : 3;
	border-style : solid;
	border-top-left-radius : 10px;
	border-top-right-radius : 10px;
	border-bottom-right-radius : 10px;
	border-bottom-left-radius : 10px;
	width : 100%;
	text-align : left;
	table-layout : fixed;
	border-collapse : collapse;
	border-color : #eaeaea;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
.WorkWithRowClass 
{
	font-family : OpenSans-Regular;
	font-size : 12px;
	font-weight : 400;
}
.WorkWithHeaderClass 
{
	font-family : Poppins-Regular, OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
}
.PromptGrid 
{
	border-width : 1px;
	background-color : white;
	margin-bottom : 5px;
	margin-top : 10px;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
	grid-background-color-style : 3;
	border-style : solid;
	border-top-left-radius : 10px;
	border-top-right-radius : 10px;
	border-bottom-right-radius : 10px;
	border-bottom-left-radius : 10px;
	width : 100%;
	text-align : left;
	table-layout : fixed;
	border-collapse : collapse;
	border-color : #eaeaea;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
.ViewGrid 
{
	border-width : 1px;
	background-color : white;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
	grid-background-color-style : 3;
	border-style : solid;
	border-top-left-radius : 10px;
	border-top-right-radius : 10px;
	border-bottom-right-radius : 10px;
	border-bottom-left-radius : 10px;
	width : 100%;
	text-align : left;
	margin-bottom : -2px;
	margin-top : 0px;
	table-layout : fixed;
	border-collapse : collapse;
	border-color : #eaeaea;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
.WorkWith2 
{
	border-width : 1px;
	background-color : white;
	margin-bottom : 5px;
	margin-top : 10px;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
	grid-background-color-style : 3;
	border-style : solid;
	border-top-left-radius : 10px;
	border-top-right-radius : 10px;
	border-bottom-right-radius : 10px;
	border-bottom-left-radius : 10px;
	text-align : left;
	width : 1000px;
	table-layout : fixed;
	border-collapse : collapse;
	border-color : #eaeaea;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	width : 3000px !important;
}
.Group 
{
	border-style : none;
	border-width : 0px;
}
.TextBlock 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
}
.BtnTextBlock 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
}
.BtnTextBlockBack 
{
	background-position : 6px;
	background-repeat : no-repeat;
	margin-top : 3px;
	padding-left : 30px;
	padding-top : 8px;
	background-image : var(--GX-Image_Back) ;
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.BtnTextBlockBackLink 
{
	margin-top : 5px;
	padding-left : 7px;
	background-image : none;
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.TextLogin 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H1) ;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.TextInfo 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H2) ;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.TextInfoEncuesta 
{
	border-style : none;
	border-width : 0;
	font-family : Poppins-Semibold;
	font-size : 16px;
	color : #031D86;
}
.TBVersion 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	font-size : 12px;
	color : #fff;
}
.PaddingTop10 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	padding-top : 10px;
}
.TBLogin 
{
	border-style : none;
	border-width : 0px;
	font-family : "Arial Black";
	font-size : 30px;
	color : #54bc4c;
}
.TBLoginInfo 
{
	border-style : none;
	border-width : 0px;
	font-family : "Arial Narrow";
	font-size : 14px;
	color : #54bc4c;
}
.TBVersionLogin 
{
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_Fsmall) ;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.MainMenuTitle 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	display : none;
}
.GridNoDataText 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.GridLoadingText 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.RecentLink 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_RecentLink) ;
	letter-spacing : 1.8px;
}
.TextBlockHeader 
{
	border-style : none;
	border-width : 0px;
	margin-left : 30px;
	display : block;
	font-family : Arial;
	font-size : 32px;
	font-weight : 400;
	color : white;
}
.TextBlockHeaderLinkClass 
{
	border-style : none;
	border-width : 0px;
	display : block;
	font-family : Arial;
	font-size : 32px;
	font-weight : 400;
	color : white;
	margin-left : 0px;
	text-decoration : none;
}
.PopupTitle 
{
	border-style : none;
	border-width : 0px;
	float : left;
	margin-left : 15px;
	position : static;
	display : block;
	font-family : Poppins-Regular;
	font-size : 16px;
	font-weight : 400;
	color : white;
	line-height : 35px;
}
.RecentLinkItem 
{
	border-style : none;
	border-width : 0px;
	margin-right : 3px;
	white-space : nowrap;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	letter-spacing : 1.8px;
}
.RecentsTitle 
{
	border-style : none;
	border-width : 0px;
	margin-left : 30px;
	margin-top : 3px;
	display : block;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	text-decoration : none;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
}
.Title 
{
	border-style : none;
	border-width : 0px;
	margin-top : 5px;
	display : inline-block;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FExtraLarge) ;
	font-weight : 700;
	color : var(--colors_Text) ;
	text-align : left;
}
.SubTitle 
{
	border-style : none;
	border-width : 0px;
	margin-top : 5px;
	font-weight : 700;
	text-align : left;
	display : block;
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_H2) ;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BigTitle 
{
	border-style : none;
	border-width : 0px;
	margin-top : 5px;
	display : inline-block;
	font-family : var(--fonts_RB_REG) ;
	font-size : 40px;
	font-weight : 400;
	color : var(--colors_Text) ;
	letter-spacing : -4px;
	text-align : center;
}
.SeparateBigTitle 
{
	border-style : none;
	border-width : 0px;
	margin-top : 5px;
	display : inline-block;
	font-family : var(--fonts_RB_REG) ;
	font-size : 40px;
	font-weight : 400;
	text-align : center;
	margin-bottom : 40px;
	color : var(--colors_Text) ;
	letter-spacing : 0px;
}
.UncollapsedBigTitle 
{
	border-style : none;
	border-width : 0px;
	margin-top : 5px;
	display : inline-block;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	color : var(--colors_Text) ;
	text-align : center;
	margin-bottom : 30px;
	font-size : 34px;
	letter-spacing : 0px;
	text-transform : uppercase;
}
.Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.LabelLogin 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-weight : 600;
	text-align : left;
	font-family : var(--fonts_RB_REG) ;
	font-size : 14px;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.LabelRed 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-weight : 600;
	text-align : left;
	font-family : var(--fonts_RB_REG) ;
	font-size : 14px;
	color : var(--colors_PRI_ORANGE_021C) ;
}
.MenuOption 
{
	border-style : none;
	border-width : 0px;
	display : block;
	background-color : inherit;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	text-decoration : none;
	color : inherit;
	letter-spacing : 1.8px;
	text-transform : uppercase;
}
.SelectedMenuOption 
{
	border-style : none;
	border-width : 0px;
	display : block;
	background-color : inherit;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	text-decoration : none;
	letter-spacing : 1.8px;
	text-transform : uppercase;
	color : white;
}
.SmallLink 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	text-decoration : underline;
	color : var(--colors_Text) ;
	text-align : left;
}
.WWAdvancedLabel 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
}
.WWFilterLabel 
{
	border-style : none;
	border-width : 0px;
	overflow : hidden;
	white-space : nowrap;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Text) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
	text-overflow : ellipsis;
	content : '';
	content : '';
}
.WelcomeText 
{
	border-style : none;
	border-width : 0px;
	margin-right : 5px;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	text-decoration : underline;
	color : white;
	text-align : left;
}
.WelcomeTextName 
{
	border-style : none;
	border-width : 0px;
	margin-right : 5px;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	text-align : left;
	margin-left : 5px;
	margin-top : 25px;
	display : inherit;
	text-decoration : none;
	color : var(--colors_Text) ;
}
.WelcomeTextMarginLeft 
{
	border-style : none;
	border-width : 0px;
	margin-right : 5px;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	text-decoration : underline;
	text-align : left;
	margin-left : 10px;
	overflow : hidden;
	white-space : nowrap;
	color : var(--colors_Text) ;
	text-overflow : ellipsis;
}
.PagingText 
{
	border-style : none;
	border-width : 0px;
	margin-left : -7px;
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FReg) ;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	letter-spacing : 1.8px;
	text-align : center;
}
.GlobalTitle 
{
	border-style : none;
	border-width : 0px;
	margin-left : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : white;
	text-align : left;
}
.BigGlobalTitle 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-weight : 400;
	color : white;
	text-align : left;
	margin-left : 0px;
	font-size : 20px;
}
.FilterLabel 
{
	border-style : none;
	border-width : 0px;
	overflow : hidden;
	white-space : nowrap;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
	text-overflow : ellipsis;
}
.SubtitleLabel 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-top : 3px;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	max-width : 200px;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.LogoutMenuOption 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	display : none;
	text-decoration : underline;
	color : white;
}
.SpecialText 
{
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	letter-spacing : 1.7px;
	text-align : left;
}
.SpecialTextLabel 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.RoundedImageText 
{
	border-style : none;
	border-width : 0px;
	padding-left : 9px;
	padding-top : 2px;
	font-family : Arial;
	font-size : 22px;
	font-weight : 400;
	color : white;
	text-transform : uppercase;
}
.LinkRoundedImageText 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 22px;
	font-weight : 400;
	color : white;
	text-transform : uppercase;
	padding-left : 0px;
	padding-top : 0px;
}
.GridNewRow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	content : '';
	line-height : 49px;
}
.GridNewRowWhite 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	background-color : white;
	line-height : 49px;
}
.ActionText 
{
	border-style : none;
	border-width : 0px;
	margin-left : 10px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
}
.WWOrderItem 
{
	border-bottom : 1px;
	border-left : 1px;
	border-right : 1px;
	border-top : 1px;
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	border-bottom-color : var(--colors_Border) ;
	border-left-color : var(--colors_Border) ;
	border-right-color : var(--colors_Border) ;
	border-top-color : var(--colors_Border) ;
	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;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	color : black;
}
.WWLinkOrderItem 
{
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	border-bottom-color : var(--colors_Border) ;
	border-left-color : var(--colors_Border) ;
	border-right-color : var(--colors_Border) ;
	border-top-color : var(--colors_Border) ;
	border-width : 1px;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	border-bottom-right-radius : 5px;
	border-bottom-left-radius : 5px;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	border-style : none;
	color : black;
}
.WWOrderItemHover 
{
	border-bottom : 1px;
	border-left : 1px;
	border-right : 1px;
	border-top : 1px;
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	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;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	border-bottom-color : var(--colors_Base) ;
	border-left-color : var(--colors_Base) ;
	border-right-color : var(--colors_Base) ;
	border-top-color : var(--colors_Base) ;
	color : var(--colors_Base) ;
}
.WWOrderItemSelected 
{
	border-bottom : 1px;
	border-left : 1px;
	border-right : 1px;
	border-top : 1px;
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	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;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	background-color : var(--colors_Base) ;
	border-bottom-color : var(--colors_Base) ;
	border-left-color : var(--colors_Base) ;
	border-right-color : var(--colors_Base) ;
	border-top-color : var(--colors_Base) ;
	color : white;
}
.FloatingVersionText 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	color : var(--colors_Text) ;
}
.FloatingVersionTextColoured 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	color : var(--colors_Dominant) ;
}
.VersionText 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	display : block;
	font-size : 15px;
	color : var(--colors_Text) ;
}
.HomeBodyText 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	font-size : 19px;
}
.HomeBodyTextLink 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	font-size : 19px;
	color : var(--colors_Base) ;
}
.TBBusquedaTitulo 
{
	border-style : none;
	border-width : 0px;
	margin-bottom : 15px;
	display : block;
	font-family : OpenSans-Bold;
	font-size : 16px;
	color : #04536B;
}
.TbLabelCombo 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.TBStepTitulo 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Bold;
	font-size : 18px;
	color : white;
}
.TBStepSubTitulo 
{
	border-style : none;
	border-width : 0px;
	opacity : 0.5;
	margin-left : 5px;
	display : block;
	font-family : OpenSans-Regular;
	font-size : 14px;
	color : white;
	width : 300px;
}
.ActionGroupItem 
{
	background-color : inherit;
	margin-top : 6px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
}
.SelectedMainMenuItem 
{
	margin-top : 6px;
	padding-top : 0px;
	font-family : Arial;
	background-color : var(--colors_Base) ;
	border-bottom : 4px;
	border-bottom-color : var(--colors_Dominant) ;
	border-left : 0px;
	border-right : 0px;
	border-style : solid;
	border-top : 0px;
	padding-bottom : 22px;
	font-size : 16px;
	font-weight : 400;
	color : white;
}
.SelectedSubMenuItem 
{
	margin-top : 6px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-family : Arial;
	font-weight : 400;
	background-color : white;
	font-size : 14px;
	text-decoration : underline;
	color : var(--colors_Base) ;
}
.MainMenuItem 
{
	margin-top : 6px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-family : Arial;
	background-color : var(--colors_Base) ;
	font-size : 16px;
	font-weight : 400;
	color : var(--colors_Dominant) ;
}
.MainMenuItemHovered 
{
	margin-top : 6px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-family : Arial;
	background-color : var(--colors_Base) ;
	font-size : 16px;
	font-weight : 400;
	color : var(--colors_Dominant) ;
}
.SubMenuItem 
{
	background-color : inherit;
	margin-top : 6px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
	font-size : 14px;
}
.CallTarget 
{
	background-color : white;
	border-style : none;
	border-width : 0px;
	margin-left : auto;
	margin-right : auto;
	overflow : auto;
	padding-left : 15px;
	padding-right : 15px;
}
.Form 
{
	enter-effect-composite : Fade 20px 0.5s 0.1;
	enter-effect : gx_fade;
	gx-enter-effect-length : 20px;
	gx-enter-effect-duration : 0.5s;
	gx-enter-effect-opacity : 0.1;
	close-effect-composite : Fade 20px 0.2s 0.1;
	close-effect : gx_fade;
	gx-close-effect-length : 20px;
	gx-close-effect-duration : 0.2s;
	gx-close-effect-opacity : 0.1;
	background-color : #fff;
	border-style : none;
	border-width : 0px;
	background-color : #FFF !important;
}
.FormLogin 
{
	enter-effect-composite : Fade 20px 0.5s 0.1;
	enter-effect : gx_fade;
	gx-enter-effect-length : 20px;
	gx-enter-effect-duration : 0.5s;
	gx-enter-effect-opacity : 0.1;
	close-effect-composite : Fade 20px 0.2s 0.1;
	close-effect : gx_fade;
	gx-close-effect-length : 20px;
	gx-close-effect-duration : 0.2s;
	gx-close-effect-opacity : 0.1;
	border-style : none;
	border-width : 0px;
	white-space : normal;
	background-color : #fff;
	min-height : 100vh;
}
.FormCobertura 
{
	enter-effect-composite : Fade 20px 0.5s 0.1;
	enter-effect : gx_fade;
	gx-enter-effect-length : 20px;
	gx-enter-effect-duration : 0.5s;
	gx-enter-effect-opacity : 0.1;
	close-effect-composite : Fade 20px 0.2s 0.1;
	close-effect : gx_fade;
	gx-close-effect-length : 20px;
	gx-close-effect-duration : 0.2s;
	gx-close-effect-opacity : 0.1;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	height : 700px;
	width : 1100px;
	background-color : #fff !important;
	overflow-x : hidden;
	overflow-y : scroll !important;
}
.FormEncuesta 
{
	enter-effect-composite : Fade 20px 0.5s 0.1;
	enter-effect : gx_fade;
	gx-enter-effect-length : 20px;
	gx-enter-effect-duration : 0.5s;
	gx-enter-effect-opacity : 0.1;
	close-effect-composite : Fade 20px 0.2s 0.1;
	close-effect : gx_fade;
	gx-close-effect-length : 20px;
	gx-close-effect-duration : 0.2s;
	gx-close-effect-opacity : 0.1;
	border-style : none;
	border-width : 0px;
	background-color : #f0f0f0;
	background-color : #F0F0F0 !important;
}
.Attribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	width : auto;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
}
.BlobContentAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.AttributeDragging 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.VideoAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyVideoAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	display : inline-block;
	background-image : var(--GX-Image_VideoDownload) ;
	border-width : 0px;
	height : 64px;
	width : 64px;
	overflow-wrap : break-word;
}
.AudioAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyAudioAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	display : inline-block;
	background-image : var(--GX-Image_AudioDownload) ;
	border-width : 0px;
	height : 64px;
	width : 64px;
	overflow-wrap : break-word;
}
.DownloadAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyDownloadAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	display : inline-block;
	background-image : var(--GX-Image_VideoDownload) ;
	border-width : 0px;
	height : 64px;
	width : 64px;
	overflow-wrap : break-word;
}
.IME_Active 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.BlobContentIME_Active 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentIME_Active 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.BlobInputIME_Active 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyIME_Active 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.IME_Inactive 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.BlobContentIME_Inactive 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentIME_Inactive 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.BlobInputIME_Inactive 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyIME_Inactive 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.IME_Disabled 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.BlobContentIME_Disabled 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentIME_Disabled 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.BlobInputIME_Disabled 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyIME_Disabled 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.DescriptionAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.BlobContentDescriptionAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentDescriptionAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.BlobInputDescriptionAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.DescriptionAttributeRight 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.BlobContentDescriptionAttributeRight 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentDescriptionAttributeRight 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.BlobInputDescriptionAttributeRight 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyDescriptionAttributeRight 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyDescriptionAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
}
.TextAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.BlobContentTextAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentTextAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.BlobInputTextAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyTextAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.TextActionAttribute 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	overflow-wrap : break-word;
}
.BlobContentTextActionAttribute 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentTextActionAttribute 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	border-width : 0px;
	overflow-wrap : break-word;
}
.BlobInputTextActionAttribute 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	overflow-wrap : break-word;
}
.ReadonlyTextActionAttribute 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	border-width : 0px;
	overflow-wrap : break-word;
}
.AttributeMensaje 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.BlobContentAttributeMensaje 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentAttributeMensaje 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.BlobInputAttributeMensaje 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyAttributeMensaje 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.AttributeMensaje1 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	font-size : 18px;
	color : #011668;
	overflow-wrap : break-word;
}
.BlobContentAttributeMensaje1 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	font-size : 18px;
	color : #011668;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentAttributeMensaje1 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	font-size : 18px;
	color : #011668;
	border-width : 0px;
	overflow-wrap : break-word;
}
.BlobInputAttributeMensaje1 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	font-size : 18px;
	color : #011668;
	overflow-wrap : break-word;
}
.ReadonlyAttributeMensaje1 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	font-size : 18px;
	color : #011668;
	border-width : 0px;
	overflow-wrap : break-word;
}
.AttNumericGreen 
{
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
	font-family : OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
	height : 30px;
	width : 100px;
	max-width : 100%;
	text-align : left;
}
.BlobContentAttNumericGreen 
{
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
	font-family : OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
	height : 30px;
	width : 100px;
	max-width : 100%;
	text-align : left;
}
.ReadonlyBlobContentAttNumericGreen 
{
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
	font-family : OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
	height : 30px;
	width : 100px;
	max-width : 100%;
	text-align : left;
	border-width : 0px;
}
.ReadonlyAttNumericGreen 
{
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
	font-family : OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
	height : 30px;
	width : 100px;
	max-width : 100%;
	text-align : left;
	border-width : 0px;
}
.AttTitulo 
{
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-bottom : 15px;
	margin-top : 10px;
	display : block;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	font-family : OpenSans-Bold;
	font-size : 18px;
	font-weight : 400;
	width : auto;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
}
.AttTituloWW 
{
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-bottom : 15px;
	margin-top : 10px;
	display : block;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	font-family : OpenSans-Bold;
	font-size : 18px;
	font-weight : 400;
	width : auto;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
}
.BlobContentAttTituloWW 
{
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-bottom : 15px;
	margin-top : 10px;
	display : block;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	font-family : OpenSans-Bold;
	font-size : 18px;
	font-weight : 400;
	width : auto;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentAttTituloWW 
{
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-bottom : 15px;
	margin-top : 10px;
	display : block;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	font-family : OpenSans-Bold;
	font-size : 18px;
	font-weight : 400;
	width : auto;
	max-width : 100%;
	text-align : left;
	border-width : 0px;
	overflow-wrap : break-word;
}
.BlobInputAttTituloWW 
{
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-bottom : 15px;
	margin-top : 10px;
	display : block;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	font-family : OpenSans-Bold;
	font-size : 18px;
	font-weight : 400;
	width : auto;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
}
.ReadonlyAttTituloWW 
{
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-bottom : 15px;
	margin-top : 10px;
	display : block;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	font-family : OpenSans-Bold;
	font-size : 18px;
	font-weight : 400;
	width : auto;
	max-width : 100%;
	text-align : left;
	border-width : 0px;
	overflow-wrap : break-word;
}
.AttLogin 
{
	font-family : var(--fonts_RB_REG)
        font-style:normal;
	width : 100%;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 30px;
}
.AttCheck 
{
	border-width : 1px;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	padding-top : 10px;
	font-family : var(--fonts_RB_REG) ;
	width : 100%;
	overflow-wrap : break-word;
}
.ReadonlyAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.AttLogin[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FMed) ;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : auto;
	max-width : 100%;
	text-align : left;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.GridTitle 
{
	font-family : 'Poppins-Regular';
	border-style : none;
	padding : 0px;
	color : #031D86;
}
.ReadonlyMedio 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.BlobContentReadonlyMedio 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.ReadonlyBlobContentReadonlyMedio 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.BlobInputReadonlyMedio 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.ReadonlyReadonlyMedio 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.BlobInputAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.AttributeAcceptDrag 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.AttributeNoAcceptDrag 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ErrorAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom-color : red;
	border-left-color : red;
	border-right-color : red;
	border-top-color : red;
	border-style : solid;
	overflow-wrap : break-word;
}
.WarningAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom-color : var(--colors_WarningColor) ;
	border-left-color : var(--colors_WarningColor) ;
	border-right-color : var(--colors_WarningColor) ;
	border-top-color : var(--colors_WarningColor) ;
	border-style : dotted;
	overflow-wrap : break-word;
}
.ImageAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	overflow-wrap : break-word;
}
.ReadonlyImageAttribute 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	overflow-wrap : break-word;
	border-width : 0px;
	width : 50px;
	max-width : 124px;
	max-height : 68px;
}
.ActionAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.BlobContentActionAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentActionAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.ReadonlyActionAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.DeleteAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.BlobContentDeleteAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentDeleteAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.ReadonlyDeleteAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.BlobInputDeleteAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.DisplayAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.BlobContentDisplayAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentDisplayAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.ReadonlyDisplayAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.BlobInputDisplayAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.DisabledActionAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.BlobContentDisabledActionAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentDisabledActionAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.ReadonlyDisabledActionAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.BlobInputDisabledActionAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.BlobInputActionAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.UpdateAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.BlobContentUpdateAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentUpdateAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.ReadonlyUpdateAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.BlobInputUpdateAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.SelectionAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : inherit;
	overflow-wrap : break-word;
}
.BlobContentSelectionAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : inherit;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentSelectionAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : inherit;
	overflow-wrap : break-word;
}
.ReadonlySelectionAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : inherit;
	overflow-wrap : break-word;
}
.BlobInputSelectionAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : inherit;
	overflow-wrap : break-word;
}
.ProfileImageAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	max-height : 120px;
	max-width : 120px;
	overflow-wrap : break-word;
}
.BlobContentProfileImageAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	max-height : 120px;
	max-width : 120px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentProfileImageAttribute 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	max-height : 120px;
	max-width : 120px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.BlobInputProfileImageAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	max-height : 120px;
	max-width : 120px;
	overflow-wrap : break-word;
}
.ReadonlyProfileImageAttribute 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	max-height : 120px;
	max-width : 120px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.SmallProfileImageAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	margin-top : -8px;
	max-height : 60px;
	max-width : 60px;
	overflow-wrap : break-word;
}
.BlobContentSmallProfileImageAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	margin-top : -8px;
	max-height : 60px;
	max-width : 60px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentSmallProfileImageAttribute 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	margin-top : -8px;
	max-height : 60px;
	max-width : 60px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.BlobInputSmallProfileImageAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	margin-top : -8px;
	max-height : 60px;
	max-width : 60px;
	overflow-wrap : break-word;
}
.ReadonlySmallProfileImageAttribute 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	margin-top : -8px;
	max-height : 60px;
	max-width : 60px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.ResponsiveImageAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	max-height : 100%;
	max-width : 100%;
	overflow-wrap : break-word;
}
.BlobContentResponsiveImageAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	max-height : 100%;
	max-width : 100%;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentResponsiveImageAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	max-height : 100%;
	max-width : 100%;
	overflow-wrap : break-word;
}
.ReadonlyResponsiveImageAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	max-height : 100%;
	max-width : 100%;
	overflow-wrap : break-word;
}
.BlobInputResponsiveImageAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	max-height : 100%;
	max-width : 100%;
	overflow-wrap : break-word;
}
.AttSubTitle 
{
	border-width : 1px;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 20px;
	color : #011668;
	overflow-wrap : break-word;
}
.BlobInputAttSubTitle 
{
	border-width : 1px;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 20px;
	color : #011668;
	overflow-wrap : break-word;
}
.BlobContentAttSubTitle 
{
	border-width : 1px;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 20px;
	color : #011668;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentAttSubTitle 
{
	border-width : 1px;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 20px;
	color : #011668;
	overflow-wrap : break-word;
}
.ReadonlyAttSubTitle 
{
	border-width : 1px;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 20px;
	color : #011668;
	overflow-wrap : break-word;
}
.CheckboxLabel 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
}
.BlobContentCheckboxLabel 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentCheckboxLabel 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
}
.BlobInputCheckboxLabel 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
}
.ReadonlyCheckboxLabel 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
}
.CheckBox 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-left : 12px;
	display : inline;
	list-style-image : none;
	border-style : none;
	border-width : 2px;
}
.LoginAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	color : var(--colors_Text) ;
	height : 50px;
	width : 240px;
	overflow-wrap : break-word;
}
.BlobContentLoginAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	width : 240px;
	color : var(--colors_Text) ;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentLoginAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	width : 240px;
	border-width : 0px;
	color : var(--colors_Text) ;
	overflow-wrap : break-word;
}
.BlobInputLoginAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	width : 240px;
	color : var(--colors_Text) ;
	overflow-wrap : break-word;
}
.ReadonlyLoginAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	width : 240px;
	border-width : 0px;
	color : var(--colors_Text) ;
	overflow-wrap : break-word;
}
.LoginComboAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	width : 240px;
	overflow-wrap : break-word;
	background-position : 95% center;
	background-repeat : no-repeat;
	margin-left : -30px;
	padding-right : 20px;
	background-image : none;
	color : var(--colors_Text) ;
	height : 30px;
}
.BlobContentLoginComboAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	width : 240px;
	overflow-wrap : break-word;
	background-position : 95% center;
	background-repeat : no-repeat;
	margin-left : -30px;
	padding-right : 20px;
	background-image : none;
	height : 30px;
	color : var(--colors_Text) ;
}
.ReadonlyBlobContentLoginComboAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	width : 240px;
	overflow-wrap : break-word;
	background-position : 95% center;
	background-repeat : no-repeat;
	margin-left : -30px;
	padding-right : 20px;
	background-image : none;
	height : 30px;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.BlobInputLoginComboAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	width : 240px;
	overflow-wrap : break-word;
	background-position : 95% center;
	background-repeat : no-repeat;
	margin-left : -30px;
	padding-right : 20px;
	background-image : none;
	height : 30px;
	color : var(--colors_Text) ;
}
.ReadonlyLoginComboAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	width : 240px;
	overflow-wrap : break-word;
	background-position : 95% center;
	background-repeat : no-repeat;
	margin-left : -30px;
	padding-right : 20px;
	background-image : none;
	height : 30px;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.RegistrationAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	color : var(--colors_Text) ;
	width : 270px;
	overflow-wrap : break-word;
}
.BlobContentRegistrationAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	width : 270px;
	color : var(--colors_Text) ;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentRegistrationAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	width : 270px;
	border-width : 0px;
	color : var(--colors_Text) ;
	overflow-wrap : break-word;
}
.BlobInputRegistrationAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	width : 270px;
	color : var(--colors_Text) ;
	overflow-wrap : break-word;
}
.ReadonlyRegistrationAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	width : 270px;
	border-width : 0px;
	color : var(--colors_Text) ;
	overflow-wrap : break-word;
}
.RequiredAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	text-align : left !important;
}
.BlobContentRequiredAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	text-align : left !important;
}
.ReadonlyBlobContentRequiredAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	text-align : left !important;
}
.BlobInputRequiredAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	text-align : left !important;
}
.ReadonlyRequiredAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	text-align : left !important;
}
.InactiveAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	border-style : none;
	color : var(--colors_ReadOnlyText) ;
	overflow-wrap : break-word;
}
.BlobContentInactiveAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	border-style : none;
	color : var(--colors_ReadOnlyText) ;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentInactiveAttribute 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	border-style : none;
	color : var(--colors_ReadOnlyText) ;
	border-width : 0px;
	overflow-wrap : break-word;
}
.BlobInputInactiveAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	border-style : none;
	color : var(--colors_ReadOnlyText) ;
	overflow-wrap : break-word;
}
.ReadonlyInactiveAttribute 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	border-style : none;
	color : var(--colors_ReadOnlyText) ;
	border-width : 0px;
	overflow-wrap : break-word;
}
.SubtitleAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-right : -35px;
	margin-top : 2px;
	width : 200px;
	overflow-wrap : break-word;
}
.BlobContentSubtitleAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-right : -35px;
	margin-top : 2px;
	width : 200px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentSubtitleAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-right : -35px;
	margin-top : 2px;
	width : 200px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.BlobInputSubtitleAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-right : -35px;
	margin-top : 2px;
	width : 200px;
	overflow-wrap : break-word;
}
.ReadonlySubtitleAttribute 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-right : -35px;
	margin-top : 2px;
	width : 200px;
	border-style : none;
	overflow-wrap : break-word;
}
.URLAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.BlobContentURLAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentURLAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.BlobInputURLAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.ReadonlyURLAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.FilterAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	color : var(--colors_Text) ;
	width : 97%;
}
.BlobContentFilterAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	width : 97%;
	color : var(--colors_Text) ;
}
.ReadonlyBlobContentFilterAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	width : 97%;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.BlobInputFilterAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	width : 97%;
	color : var(--colors_Text) ;
}
.ReadonlyFilterAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	width : 97%;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.FilterComboAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	width : 97%;
	background-image : none;
	color : var(--colors_Text) ;
	max-width : 324px;
}
.BlobContentFilterComboAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	width : 97%;
	background-image : none;
	max-width : 324px;
	color : var(--colors_Text) ;
}
.ReadonlyBlobContentFilterComboAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	width : 97%;
	background-image : none;
	max-width : 324px;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.BlobInputFilterComboAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	width : 97%;
	background-image : none;
	max-width : 324px;
	color : var(--colors_Text) ;
}
.ReadonlyFilterComboAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	width : 97%;
	background-image : none;
	max-width : 324px;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.FilterSearchAttribute 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
}
.FilterSearchAttributeFocus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
}
.BlobContentFilterSearchAttributeFocus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
}
.ReadonlyBlobContentFilterSearchAttributeFocus 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
	border-width : 0px;
}
.ReadonlyFilterSearchAttributeFocus 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
	border-width : 0px;
}
.DateFilterSearchAttribute 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
}
.BlobContentDateFilterSearchAttribute 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
}
.ReadonlyBlobContentDateFilterSearchAttribute 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
	border-width : 0px;
}
.ReadonlyDateFilterSearchAttribute 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
	border-width : 0px;
}
.FilterPanel 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	border-style : none;
	border-width : 0px;
	color : var(--colors_Text) ;
	height : 37px;
	max-width : 100%;
	-webkit-appearance : none;
	z-index : 10;
	width : calc(100% - 15px);
}
.BlobContentFilterPanel 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	border-style : none;
	border-width : 0px;
	height : 37px;
	max-width : 100%;
	color : var(--colors_Text) ;
	-webkit-appearance : none;
	z-index : 10;
	width : calc(100% - 15px);
}
.ReadonlyBlobContentFilterPanel 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	border-style : none;
	height : 37px;
	max-width : 100%;
	border-width : 0px;
	color : var(--colors_Text) ;
	-webkit-appearance : none;
	z-index : 10;
	width : calc(100% - 15px);
}
.BlobInputFilterPanel 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	border-style : none;
	border-width : 0px;
	height : 37px;
	max-width : 100%;
	color : var(--colors_Text) ;
	-webkit-appearance : none;
	z-index : 10;
	width : calc(100% - 15px);
}
.ReadonlyFilterPanel 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	border-style : none;
	height : 37px;
	max-width : 100%;
	border-width : 0px;
	color : var(--colors_Text) ;
	-webkit-appearance : none;
	z-index : 10;
	width : calc(100% - 15px);
}
.ComboAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	width : 150px;
	overflow-wrap : break-word;
}
.BlobContentComboAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	width : 150px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentComboAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	width : 150px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.BlobInputComboAttribute 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	width : 150px;
	overflow-wrap : break-word;
}
.AttComboGreen 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-top : 4px;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
	height : 30px;
	width : 160px;
	overflow-wrap : break-word;
	width : 100% !important;
}
.BlobContentAttComboGreen 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-top : 4px;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
	height : 30px;
	overflow-wrap : break-word;
	width : 100% !important;
}
.ReadonlyBlobContentAttComboGreen 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-top : 4px;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
	height : 30px;
	border-width : 0px;
	overflow-wrap : break-word;
	width : 100% !important;
}
.BlobInputAttComboGreen 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-top : 4px;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
	height : 30px;
	overflow-wrap : break-word;
	width : 100% !important;
}
.ReadonlyAttComboGreen 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-top : 4px;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
	height : 30px;
	border-width : 0px;
	overflow-wrap : break-word;
	width : 100% !important;
}
.ReadonlyComboAttribute 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	width : 150px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.AttCheckGreen 
{
	border-style : solid;
	border-width : 1px;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	padding-right : 5px;
	border-bottom-color : #fff;
	border-left-color : #fff;
	border-right-color : #fff;
	border-top-color : #fff;
	font-family : OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
	height : 30px;
	width : 200px;
}
.BlobContentAttCheckGreen 
{
	border-style : solid;
	border-width : 1px;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	padding-right : 5px;
	border-bottom-color : #fff;
	border-left-color : #fff;
	border-right-color : #fff;
	border-top-color : #fff;
	font-family : OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
	height : 30px;
	width : 200px;
}
.ReadonlyBlobContentAttCheckGreen 
{
	border-style : solid;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	padding-right : 5px;
	border-bottom-color : #fff;
	border-left-color : #fff;
	border-right-color : #fff;
	border-top-color : #fff;
	font-family : OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
	height : 30px;
	width : 200px;
	border-width : 0px;
}
.ReadonlyAttCheckGreen 
{
	border-style : solid;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	padding-right : 5px;
	border-bottom-color : #fff;
	border-left-color : #fff;
	border-right-color : #fff;
	border-top-color : #fff;
	font-family : OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
	height : 30px;
	width : 200px;
	border-width : 0px;
}
.AttNombreMaster 
{
	border-width : 1px;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-bottom-color : rgba(255,255,255,0);
	border-left-color : rgba(255,255,255,0);
	border-right-color : rgba(255,255,255,0);
	border-top-color : rgba(255,255,255,0);
	border-style : none;
	font-size : 16px;
	color : #fff;
	font-family : var(--fonts_RB_REG) ;
	overflow-wrap : break-word;
}
.BlobContentAttNombreMaster 
{
	border-width : 1px;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-bottom-color : rgba(255,255,255,0);
	border-left-color : rgba(255,255,255,0);
	border-right-color : rgba(255,255,255,0);
	border-top-color : rgba(255,255,255,0);
	border-style : none;
	font-size : 16px;
	color : #fff;
	font-family : var(--fonts_RB_REG) ;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentAttNombreMaster 
{
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-bottom-color : rgba(255,255,255,0);
	border-left-color : rgba(255,255,255,0);
	border-right-color : rgba(255,255,255,0);
	border-top-color : rgba(255,255,255,0);
	border-style : none;
	font-size : 16px;
	color : #fff;
	font-family : var(--fonts_RB_REG) ;
	border-width : 0px;
	overflow-wrap : break-word;
}
.BlobInputAttNombreMaster 
{
	border-width : 1px;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-bottom-color : rgba(255,255,255,0);
	border-left-color : rgba(255,255,255,0);
	border-right-color : rgba(255,255,255,0);
	border-top-color : rgba(255,255,255,0);
	border-style : none;
	font-size : 16px;
	color : #fff;
	font-family : var(--fonts_RB_REG) ;
	overflow-wrap : break-word;
}
.ReadonlyAttNombreMaster 
{
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-bottom-color : rgba(255,255,255,0);
	border-left-color : rgba(255,255,255,0);
	border-right-color : rgba(255,255,255,0);
	border-top-color : rgba(255,255,255,0);
	border-style : none;
	font-size : 16px;
	color : #fff;
	font-family : var(--fonts_RB_REG) ;
	border-width : 0px;
	overflow-wrap : break-word;
}
.AttributeEncuesta 
{
	border-style : solid;
	border-width : 1px;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	font-family : Poppins-SemiBold, Poppins-Regular, OpenSans-Regular;
	overflow-wrap : break-word;
}
.BlobContentAttributeEncuesta 
{
	border-style : solid;
	border-width : 1px;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	font-family : Poppins-SemiBold, Poppins-Regular, OpenSans-Regular;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentAttributeEncuesta 
{
	border-style : solid;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	font-family : Poppins-SemiBold, Poppins-Regular, OpenSans-Regular;
	border-width : 0px;
	overflow-wrap : break-word;
}
.BlobInputAttributeEncuesta 
{
	border-style : solid;
	border-width : 1px;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	font-family : Poppins-SemiBold, Poppins-Regular, OpenSans-Regular;
	overflow-wrap : break-word;
}
.ReadonlyAttributeEncuesta 
{
	border-style : solid;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	font-family : Poppins-SemiBold, Poppins-Regular, OpenSans-Regular;
	border-width : 0px;
	overflow-wrap : break-word;
}
.AttributeEncuesta1 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	width : 90%;
	max-width : 90%;
}
.BlobContentAttributeEncuesta1 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	width : 90%;
	max-width : 90%;
}
.ReadonlyBlobContentAttributeEncuesta1 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	width : 90%;
	max-width : 90%;
	border-width : 0px;
}
.ReadonlyAttributeEncuesta1 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	width : 90%;
	max-width : 90%;
	border-width : 0px;
}
.Button 
{
	border-style : outset;
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
}
.BtnYellow 
{
	border-style : outset;
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	background-color : #54bc4c;
	color : #fff;
}
.SpecialButtons 
{
	border-style : outset;
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	background-color : inherit;
}
.BtnFirst 
{
	border-style : outset;
	ButtonBorderStyle : standard;
	background-color : inherit;
	background-position : center;
	background-repeat : no-repeat;
	margin-right : 3px;
	margin-top : 5px;
	background-image : var(--GX-Image_PageFirst) ;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	height : 28px;
	width : 28px;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.BtnCancel 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Border) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	height : 40px;
	width : 140px;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
}
.BtnDelete 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Border) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	height : 40px;
	width : 140px;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
}
.BtnEnter 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : white;
	height : 40px;
	width : 140px;
	letter-spacing : 1.8px;
	text-transform : uppercase;
	text-align : center !important;
}
.BottomEnter 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : white;
	height : 40px;
	width : 140px;
	letter-spacing : 1.8px;
	text-transform : uppercase;
	margin-top : 20px;
	text-align : center !important;
}
.BtnLogin 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	margin-bottom : 20px;
	margin-top : 15px;
	background-color : var(--colors_Base) ;
	border-style : none;
	border-top-left-radius : 2px;
	border-top-right-radius : 2px;
	border-bottom-right-radius : 2px;
	border-bottom-left-radius : 2px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FExtraLarge) ;
	font-weight : 400;
	color : white;
	height : 55px;
	width : 240px;
	text-align : center;
	text-transform : uppercase;
	vertical-align : middle;
}
.BtnAdd 
{
	ButtonBorderStyle : standard;
	background-position : 6px;
	background-repeat : no-repeat;
	margin-left : 0px;
	margin-top : 1px;
	padding-bottom : 6px;
	padding-left : 27px;
	padding-top : 7px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.BtnAddHovered 
{
	ButtonBorderStyle : standard;
	background-position : 6px;
	background-repeat : no-repeat;
	margin-left : 0px;
	margin-top : 1px;
	padding-bottom : 6px;
	padding-left : 27px;
	padding-top : 7px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
	text-decoration : underline;
}
.BtnBack 
{
	ButtonBorderStyle : standard;
	background-color : inherit;
	margin-top : 5px;
	background-image : none;
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.HideFiltersButton 
{
	ButtonBorderStyle : standard;
	background-color : inherit;
	background-position : 6px;
	background-repeat : no-repeat;
	margin-top : 5px;
	padding-left : 27px;
	background-image : var(--GX-Image_ActionCancel) ;
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.ShowFiltersButton 
{
	ButtonBorderStyle : standard;
	background-color : inherit;
	background-position : 6px;
	background-repeat : no-repeat;
	margin-top : 5px;
	padding-left : 27px;
	background-image : var(--GX-Image_selectRow) ;
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.BtnEnterHovered 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : white;
	height : 40px;
	width : 140px;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
}
.BtnCancelHovered 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_ReadOnlyText) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	height : 40px;
	width : 140px;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
}
.BtnLast 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-position : center;
	background-repeat : no-repeat;
	margin-right : 3px;
	margin-top : 5px;
	background-color : inherit;
	background-image : var(--GX-Image_PageLast) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	height : 28px;
	width : 28px;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.BtnNext 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : inherit;
	background-position : center;
	background-repeat : no-repeat;
	margin-right : 3px;
	margin-top : 5px;
	background-image : var(--GX-Image_PageNext) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	height : 28px;
	width : 28px;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.BtnPrevious 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : inherit;
	background-position : center;
	background-repeat : no-repeat;
	margin-right : 3px;
	margin-top : 5px;
	background-image : var(--GX-Image_PagePrevious) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	height : 28px;
	width : 28px;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.BtnSelect 
{
	ButtonBorderStyle : standard;
	background-color : inherit;
	margin-top : 5px;
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.BtnDeleteDisabled 
{
	border-style : outset;
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	background-color : inherit;
	visibility : hidden;
}
.BotonSalir 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #0c2eb5;
	border-left-color : #0c2eb5;
	border-right-color : #0c2eb5;
	border-top-color : #0c2eb5;
	border-style : solid;
	border-width : 1px;
	font-family : Poppins-SemiBold;
	font-size : 16px;
	color : #0c2eb5;
	height : 44px;
	width : 200px;
}
.BotonEnviar 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 14px;
	color : #fff;
	height : 44px;
	width : 260px;
}
.ActionButtons 
{
	ButtonBorderStyle : standard;
	margin-left : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.ActionButtonsHovered 
{
	ButtonBorderStyle : standard;
	margin-left : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
	text-decoration : underline;
}
.MainMenuButton 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.ButtonDummy 
{
	border-style : outset;
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	background-color : #54bc4c;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	font-weight : 400;
	color : #fff;
	box-shadow : #54bc4c;
}
.BtnGreen 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
}
.BtnGreenCorto 
{
	background-color : var(--colors_Action) ;
	border-bottom-color : var(--colors_Action) ;
	border-left-color : var(--colors_Action) ;
	border-right-color : var(--colors_Action) ;
	border-top-color : var(--colors_Action) ;
	border-style : solid;
	border-width : 0px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	height : 35px;
	width : 135px;
	letter-spacing : 0.22px;
	outline : none !important;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
}
.BtnGreenCancel 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_SEC_2925C) ;
	border-bottom-color : var(--colors_SEC_2925C) ;
	border-left-color : var(--colors_SEC_2925C) ;
	border-right-color : var(--colors_SEC_2925C) ;
	border-top-color : var(--colors_SEC_2925C) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
}
.BtnGreenCancelCorto 
{
	background-color : var(--colors_SecondaryAction) ;
	border-bottom-color : var(--colors_SecondaryAction) ;
	border-left-color : var(--colors_SecondaryAction) ;
	border-right-color : var(--colors_SecondaryAction) ;
	border-top-color : var(--colors_SecondaryAction) ;
	border-style : solid;
	border-width : 0px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	height : 35px;
	width : 135px;
	letter-spacing : 0.22px;
	outline : none !important;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
}
.BtnGreenSmall 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	width : 300px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	height : 35px;
	outline : none !important;
}
.BtnGreenSmallFiltro 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallStep 
{
	ButtonBorderStyle : standard;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	background-color : #04536b;
	border-bottom-color : #04536b;
	border-left-color : #04536b;
	border-right-color : #04536b;
	border-top-color : #04536b;
	font-size : 13px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro1 
{
	ButtonBorderStyle : standard;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	background-color : #008775;
	border-bottom-color : #008775;
	border-left-color : #008775;
	border-right-color : #008775;
	border-top-color : #008775;
	color : white;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmar 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	background-color : #54bc4c;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #fff;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
}
.BtnGreenSmallConfirmarHover 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenAdd 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-right : 25px;
	margin-top : 10px;
	height : 35px;
	outline : none !important;
	width : 190px !important;
}
.BtnWhiteSmallNew 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNewMarginTop 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
	margin-right : 25px;
	margin-top : 10px;
	outline : none !important;
	width : 150px !important;
}
.GridRow 
{
	list-style-image : none;
}
.Image 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
}
.ImageLogoLogin 
{
	border-style : none;
	border-width : 0px;
	text-align : center;
}
.PopupButtons 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
}
.PopupButtonsClose 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-repeat : no-repeat;
	float : right;
	margin-right : 10px;
	margin-top : -6px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : 33px;
	color : white;
	cursor : pointer;
	vertical-align : top;
	content : '';
	content : 'x';
	opacity : .6;
}
.PopupButtonsCloseHovered 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-repeat : no-repeat;
	float : right;
	margin-right : 10px;
	margin-top : -6px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : 33px;
	color : white;
	cursor : pointer;
	vertical-align : top;
	content : 'x';
	opacity : 1;
}
.PopupButtonsResize 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	float : right;
	margin-right : 0px;
	margin-top : 0px;
	width : 7px;
	cursor : se-resize;
}
.ImgLogout 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-left : 15px;
	height : 40px;
	width : 40px;
}
.ImageLogin 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin : 10px;
	border-radius : 25px;
	width : 100%;
	height : 680px;
	object-fit : cover;
}
.ImageLoginCarrusel 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin : 10px;
	padding : 10px;
	border-radius : 25px;
	width : 100%;
	height : 680px;
	object-fit : cover;
}
.PoweredBy 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	float : right;
	margin-top : 20px;
}
.PagingButtons 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-position : center center;
	background-repeat : no-repeat;
	height : 20px;
	width : 20px;
	cursor : pointer;
}
.PagingButtonsFirst 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-position : center center;
	background-repeat : no-repeat;
	height : 20px;
	width : 20px;
	cursor : pointer;
	background-image : var(--GX-Image_PageFirst) ;
}
.PagingButtonsLast 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-position : center center;
	background-repeat : no-repeat;
	height : 20px;
	width : 20px;
	cursor : pointer;
	background-image : var(--GX-Image_PageLast) ;
}
.PagingButtonsNext 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-position : center center;
	background-repeat : no-repeat;
	height : 20px;
	width : 20px;
	cursor : pointer;
	background-image : var(--GX-Image_PageNext) ;
}
.PagingButtonsPrevious 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-position : center center;
	background-repeat : no-repeat;
	height : 20px;
	width : 20px;
	cursor : pointer;
	background-image : var(--GX-Image_PagePrevious) ;
}
.ImageAdd 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-right : -15px;
	margin-top : 4px;
	padding-right : -15px;
}
.ImageBack 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-left : 55px;
	margin-top : 22px;
}
.UnauthorizedImage 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : 60px;
	margin-top : 170px;
}
.RoundedImage 
{
	border-style : none;
	text-align : left;
	margin-bottom : 5px;
	margin-left : 20px;
	margin-right : 20px;
	margin-top : 20px;
	display : inline-block;
	background-color : var(--colors_DarkBase) ;
	border-width : 0px;
	border-top-left-radius : 50%;
	border-top-right-radius : 50%;
	border-bottom-right-radius : 50%;
	border-bottom-left-radius : 50%;
	height : 35px;
	width : 35px;
	text-transform : uppercase;
}
.RoundedImageTitle 
{
	border-style : none;
	text-align : left;
	display : inline-block;
	background-color : var(--colors_DarkBase) ;
	border-width : 0px;
	border-top-left-radius : 50%;
	border-top-right-radius : 50%;
	border-bottom-right-radius : 50%;
	border-bottom-left-radius : 50%;
	height : 35px;
	width : 35px;
	text-transform : uppercase;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : -7px;
}
.Fixed30 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	height : 30px;
	max-height : 30px;
	max-width : 30px;
}
.ImgStep 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	height : 32px;
	width : 32px;
}
.ImgStepActive 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	height : 32px;
	width : 32px;
	background-color : #ff8770;
}
.ImageIconoGrid 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	height : 30px;
	width : 30px;
}
.ImageAliDer 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	vertical-align : middle;
}
.Tab 
{
	border-style : none;
	border-width : 0px;
}
.WWTab 
{
	border-style : none;
	border-width : 0px;
	margin-left : 0px;
	width : 100%;
}
.Table 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	text-align : left;
}
.TableLabelAtt 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	text-align : left;
	padding-top : 6.5px;
}
.TableMensajeTitulo 
{
	margin-bottom : 0px;
	background-color : #FF9D0B;
	border-style : none;
	text-align : center;
}
.Container 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	text-align : left;
}
.ContainerFluid 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	background-color : var(--colors_Background) ;
	color : #fff;
}
.ContainerEncabezado 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	margin-left : -15px;
	margin-right : -15px;
	padding-top : 5px;
	padding-bottom : 5px;
	heigth : 70px;
}
.TablaFiltros 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	text-align : left;
	width : 100%;
}
.TableLoginInfo 
{
	background-color : inherit;
	border-style : none;
	text-align : left;
	margin-bottom : 15px;
	margin-left : 15px;
	margin-right : 15px;
	margin-top : 15px;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	position : inherit;
	width : auto;
}
.ViewTable 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	text-align : left;
	padding-left : 0px;
}
.LevelTable 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	background-color : var(--colors_Background) ;
}
.MainContainer 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	text-align : left;
	padding-left : 15px;
	padding-right : 15px;
}
.OrdersTable 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	text-align : left;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 15px;
}
.TableTop 
{
	background-color : inherit;
	border-style : none;
	text-align : left;
	margin-bottom : 2px;
	margin-right : -15px;
	padding-right : 30px;
	padding-top : 19px;
}
.TableTopSearch 
{
	border-style : none;
	text-align : left;
	margin-bottom : 2px;
	margin-right : -15px;
	padding-right : 30px;
	margin-left : -15px;
	margin-top : 1px;
	padding-bottom : 10px;
	padding-left : 15px;
	padding-top : 9px;
	background-color : white;
}
.TableTopMenu 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	background-color : white;
}
.TableButtons 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	margin-top : 8px;
	padding-top : 18px;
	background-color : #f7f7f7;
	border-bottom-right-radius : 5px;
	border-bottom-left-radius : 5px;
	width : 370px;
	letter-spacing : 1.8px;
}
.TableButtonsRowClass 
{
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Text) ;
}
.CellFlex 
{
	height : calc(100vh - 1px);
	display : flex;
}
.TableLogin 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	width : 1200px;
	height : 700px;
	background-color : white;
	border-radius : 25px;
	margin : auto;
	box-shadow : 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgb(0, 0, 0);
}
.SmallTableLogin 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	width : 1200px;
	background-color : white;
	border-radius : 25px;
	margin : auto;
	box-shadow : 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgb(0, 0, 0);
	height : 250px;
}
.LargeTableLogin 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	background-color : white;
	border-radius : 25px;
	margin : auto;
	box-shadow : 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgb(0, 0, 0);
	padding-top : 19px;
	height : 700px;
	width : 655px;
}
.WelcomeTable 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	height : 700px;
	background-color : white;
	border-radius : 25px;
	margin : auto;
	box-shadow : 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgb(0, 0, 0);
	margin-top : 100px;
	padding-bottom : 30px;
	padding-left : 30px;
	padding-right : 30px;
	padding-top : 30px;
	width : auto;
	max-width : 59vw;
}
.BodyContainer 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	border-bottom : 1px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	bottom : 1px;
	background-color : inheriti;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	border-collapse : collapse;
	height : calc(100vh - 160px) !important;
}
.LoginContainer 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	border-bottom : 1px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	bottom : 1px;
	background-color : inheriti;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	border-collapse : collapse;
	height : calc(100vh - 160px) !important;
}
.HeaderContainer 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	margin-left : -15px;
	margin-right : -15px;
	padding-bottom : 12px;
	padding-left : 30px;
	padding-right : 30px;
	padding-top : 12px;
	background-color : #011668;
	height : 80px;
	box-shadow : 0 2px 5px 0 rgb 0 0 0 15;
}
.RecentLinksContainer 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	margin-left : -15px;
	margin-right : -15px;
	padding-bottom : 12px;
	padding-left : 30px;
	padding-right : 30px;
	padding-top : 12px;
	height : 80px;
	background-color : white;
	box-shadow : 0 2px 5px 0 rgb 0 0 0 15;
}
.ThinHeaderContainer 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	margin-left : -15px;
	margin-right : -15px;
	padding-left : 30px;
	padding-right : 30px;
	padding-top : 12px;
	background-color : #011668;
	height : 80px;
	padding-bottom : 0px;
	box-shadow : 0 2px 5px 0 rgb 0 0 0 15;
}
.FormContainer 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	margin-top : 15px;
	padding-left : 15px;
	padding-right : 15px;
	background-color : white;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	table-layout : fixed;
}
.FormContainerRowClass 
{
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
}
.TabsFormContainer 
{
	margin-bottom : 0px;
	text-align : left;
	padding-left : 15px;
	padding-right : 15px;
	background-color : white;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	table-layout : fixed;
	margin-top : -1px;
	border-bottom-color : var(--colors_ReadOnlyText) ;
	border-left-color : var(--colors_ReadOnlyText) ;
	border-right-color : var(--colors_ReadOnlyText) ;
	border-top-color : var(--colors_ReadOnlyText) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
}
.NegativeMarginTop10 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	text-align : left;
	margin-top : -10px;
}
.AdvancedContainer 
{
	border-style : none;
	left : -100%;
	margin-bottom : 0px;
	padding-left : 20px;
	padding-right : 20px;
	position : absolute;
	background-color : #e8e9f6;
	width : 100%;
	text-align : left;
	min-height : calc(100vh - 206px);
	-webkit-transition : left .3s ease;
	-moz-transition : left .3s ease;
	-ms-transition : left .3s ease;
	-o-transition : left .3s ease;
	transition : left .3s ease;
}
.AdvancedContainerVisible 
{
	border-style : none;
	margin-bottom : 0px;
	padding-left : 20px;
	padding-right : 20px;
	position : absolute;
	background-color : #e8e9f6;
	width : 100%;
	text-align : left;
	min-height : calc(100vh - 206px);
	-webkit-transition : left .3s ease;
	-moz-transition : left .3s ease;
	-ms-transition : left .3s ease;
	-o-transition : left .3s ease;
	transition : left .3s ease;
	left : 0px;
	display : inherit;
}
.WWAdvancedContainer 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	text-align : left;
	border-bottom : 1px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	bottom : 1px;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	border-collapse : collapse;
}
.TableHeaderRight 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	margin-top : 14px;
	text-align : right;
}
.TableLogo 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	text-align : left;
	margin-top : 10px;
}
.FiltersContainer 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	background-color : white;
	Height : calc(100vh - 160px);
}
.FiltersContainerItem 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	background-color : white;
	Height : calc(100vh - 160px);
	margin-top : 30px;
	height : 84px;
	-moz-transition : max-height 0.5s ease-in-out;
	-webkit-transition : max-height 0.5s ease-in-out;
	-ms-transition : max-height 0.5s ease-in-out;
	transition : max-height 0.5s ease-in-out;
}
.FilterContainerItemSearch 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	background-color : white;
	Height : calc(100vh - 160px);
	margin-top : 25px;
	height : 0px;
	-moz-transition : max-height 0.5s ease-in-out;
	-webkit-transition : max-height 0.5s ease-in-out;
	-ms-transition : max-height 0.5s ease-in-out;
	transition : max-height 0.5s ease-in-out;
}
.Table193x216 
{
	margin-bottom : 0px;
	margin-top : 2px;
	overflow : hidden;
	position : absolute;
	right : 0px;
	background-color : white;
	border-bottom-color : var(--colors_DarkBorder) ;
	border-left-color : var(--colors_DarkBorder) ;
	border-right-color : var(--colors_DarkBorder) ;
	border-top-color : var(--colors_DarkBorder) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	height : 193px;
	width : 216px;
	text-align : left;
	transition : height 0.5s ease;
	z-index : 9;
	box-shadow : 0px 8px 10px 0px black;
}
.Table193x216Collapsed 
{
	margin-bottom : 0px;
	margin-top : 2px;
	position : absolute;
	right : 0px;
	background-color : white;
	border-bottom-color : var(--colors_DarkBorder) ;
	border-left-color : var(--colors_DarkBorder) ;
	border-right-color : var(--colors_DarkBorder) ;
	border-top-color : var(--colors_DarkBorder) ;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	width : 216px;
	text-align : left;
	box-shadow : 0px 8px 10px 0px black;
	overflow : hidden;
	border-style : none;
	border-width : 0px;
	height : 0px;
	transition : height 0.5s ease;
	z-index : 9;
}
.ActionsContainer 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	margin-right : 20px;
	margin-top : 20px;
	background-color : white;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	width : 210px;
	transition : height 0.5s ease;
	z-index : 8;
}
.ActionsContainerItem 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	margin-right : 20px;
	background-color : white;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	width : 210px;
	margin-top : -5px;
	padding-left : 23px;
	padding-top : 13px;
	position : relative;
	height : 50px;
	transition : height 0.5s ease;
	z-index : 8;
}
.ActionsContainerVisible 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	margin-right : 20px;
	margin-top : 20px;
	background-color : white;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	width : 210px;
	transition : height 0.5s ease;
	z-index : 8;
}
.AdvancedContainerItem 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	text-align : left;
	margin-top : 30px;
	overflow : hidden;
	display : inline-block;
	max-height : 20px;
	width : 100%;
	-moz-transition : max-height 0.5s ease-in-out;
	-webkit-transition : max-height 0.5s ease-in-out;
	-ms-transition : max-height 0.5s ease-in-out;
	transition : max-height 0.5s ease-in-out;
}
.AdvancedContainerItemExpanded 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	text-align : left;
	margin-top : 30px;
	overflow : hidden;
	display : inline-block;
	width : 100%;
	max-height : 500px;
	-moz-transition : max-height 0.5s ease-in-out;
	-webkit-transition : max-height 0.5s ease-in-out;
	-ms-transition : max-height 0.5s ease-in-out;
	transition : max-height 0.5s ease-in-out;
}
.ViewAdvancedContainer 
{
	border-style : none;
	margin-bottom : 0px;
	margin-left : -15px;
	padding-left : 20px;
	padding-right : 20px;
	position : absolute;
	background-color : white;
	width : 0px;
	text-align : left;
	-webkit-transition : width .3s ease;
	-moz-transition : width .3s ease;
	-ms-transition : width .3s ease;
	-o-transition : width .3s ease;
	transition : width .3s ease;
}
.ViewAdvancedContainerVisible 
{
	border-style : none;
	margin-bottom : 0px;
	margin-left : -15px;
	padding-left : 20px;
	padding-right : 20px;
	position : absolute;
	background-color : white;
	text-align : left;
	-webkit-transition : width .3s ease;
	-moz-transition : width .3s ease;
	-ms-transition : width .3s ease;
	-o-transition : width .3s ease;
	transition : width .3s ease;
	display : inherit;
	width : 100%;
}
.TopBottom30 
{
	background-color : inherit;
	border-style : none;
	text-align : left;
	margin-bottom : 30px;
	margin-top : 30px;
}
.TopBottom5 
{
	background-color : inherit;
	border-style : none;
	text-align : left;
	margin-bottom : 5px;
	margin-top : 5px;
}
.TableBlanco 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	background-color : #fff;
}
.TableFooter 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	text-align : left;
	padding-left : 30px;
	padding-right : 30px;
	padding-top : 10px;
	height : 43px;
	width : 100%;
	background-image : linear-gradient(269deg, #04536B,#04536B);
}
.TableBusqueda 
{
	margin-bottom : 0px;
	text-align : left;
	padding-bottom : 10px;
	padding-left : 15px;
	padding-right : 5px;
	padding-top : 10px;
	background-color : #fff;
	border-bottom-color : #fff;
	border-left-color : #056b87;
	border-right-color : #fff;
	border-top-color : #fff;
	border-style : solid;
	border-width : 4px;
	border-top-left-radius : 16px;
	border-top-right-radius : 16px;
	border-bottom-right-radius : 16px;
	border-bottom-left-radius : 16px;
	width : 100%;
}
.TBStepCard 
{
	text-align : left;
	padding-bottom : 10px;
	padding-left : 15px;
	padding-top : 10px;
	background-color : #fff;
	border-bottom-color : #fff;
	border-left-color : #056b87;
	border-right-color : #fff;
	border-top-color : #fff;
	border-style : solid;
	border-width : 4px;
	border-top-left-radius : 16px;
	border-top-right-radius : 16px;
	border-bottom-right-radius : 16px;
	border-bottom-left-radius : 16px;
	width : 100%;
	margin-bottom : 10px;
	margin-left : 120px;
	margin-top : 25px;
	padding-right : 50px;
	position : relative;
	z-index : 2;
	height : auto;
	min-height : 550px;
	box-shadow : 0 2px 4px 0 rgb 208 208 208 50;
}
.TBStepCard3 
{
	text-align : left;
	padding-bottom : 10px;
	padding-left : 15px;
	padding-top : 10px;
	background-color : #fff;
	border-bottom-color : #fff;
	border-left-color : #056b87;
	border-right-color : #fff;
	border-top-color : #fff;
	border-style : solid;
	border-width : 4px;
	border-top-left-radius : 16px;
	border-top-right-radius : 16px;
	border-bottom-right-radius : 16px;
	border-bottom-left-radius : 16px;
	width : 100%;
	margin-bottom : 10px;
	margin-left : 120px;
	margin-top : 25px;
	padding-right : 50px;
	position : relative;
	z-index : 2;
	min-height : 550px;
	height : 650px;
	box-shadow : 0 2px 4px 0 rgb 208 208 208 50;
}
.TBStep 
{
	background-color : inherit;
	border-style : none;
	text-align : left;
	margin-bottom : 20px;
	margin-left : 50px;
	border-collapse : separate;
	border-spacing : 5px;
}
.TBStepXS 
{
	background-color : inherit;
	border-style : none;
	text-align : left;
	margin-bottom : 20px;
	margin-top : -40px;
}
.TbTap 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	text-align : left;
	width : 800px;
}
.TbButtonR 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	text-align : left;
	width : 150px;
}
.Tb200px 
{
	margin-bottom : 0px;
	background-color : inherit;
	border-style : none;
	text-align : left;
	width : 200px;
}
.TableEncuesta 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	padding-left : 10px;
	background-color : #fff;
}
.TableBackLogin 
{
	margin-bottom : 0px;
	border-style : none;
	text-align : left;
	position : inherit;
	background-color : #E9F2FF;
}
.EmbeddedPage 
{
	border-style : none;
	border-width : 0px;
}
.ErrorViewer 
{
	margin-top : 10px;
	padding-left : 5px;
	padding-right : 5px;
	display : inline-block;
	background-color : var(--colors_MessageBackground) ;
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : red;
	max-width : 266px;
	text-align : left;
	z-index : 10;
	box-shadow : 0px 20px 30px 0px #b7b7b7;
}
.ErrorViewerLine 
{
	margin-left : 5px;
	display : list-item;
	list-style-position : inside;
	border-style : none;
	border-width : 0px;
}
.FreeStyleGrid 
{
	grid-background-color-style : 0;
	border-style : none;
	border-width : 0px;
}
.TrnSublevelGrid 
{
	grid-background-color-style : 0;
	border-style : none;
	border-width : 0px;
}
.RecentLinksGrid 
{
	grid-background-color-style : 0;
	border-style : none;
	border-width : 0px;
	margin-left : 15px;
}
.Hyperlink 
{
	border-style : none;
	border-width : 0px;
}
.GridColumn 
{
	border-style : none;
	border-width : 0px;
}
.ActionColumn 
{
	border-style : none;
	border-width : 2px;
	width : 50px;
	border-collapse : collapse;
	border-color : #eaeaea;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
.WWColumn 
{
	border-style : none;
	border-width : 0px;
	overflow : hidden;
	padding-bottom : 0px;
	padding-left : 15px;
	padding-top : 0px;
	white-space : normal;
	min-height : 5px;
	width : 100%;
	text-align : left !important;
	text-overflow : ellipsis;
	border-collapse : collapse;
	border-color : #eaeaea;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
.WWColumnRight 
{
	border-style : none;
	border-width : 0px;
	overflow : hidden;
	padding-bottom : 0px;
	padding-left : 15px;
	padding-top : 0px;
	white-space : normal;
	min-height : 5px;
	width : 100%;
	text-align : left !important;
	text-overflow : ellipsis;
	border-collapse : collapse;
	border-color : #eaeaea;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
.WWActionColumn 
{
	border-style : none;
	border-width : 0px;
	overflow : hidden;
	padding-bottom : 0px;
	padding-top : 0px;
	white-space : normal;
	min-height : 5px;
	text-align : left !important;
	text-overflow : ellipsis;
	border-collapse : collapse;
	border-color : #eaeaea;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	padding-left : 7.5px;
	padding-right : 7.5px;
	height : 30px;
	width : 30px;
}
.WWSecondaryColumn 
{
	border-style : none;
	border-width : 0px;
	overflow : hidden;
	padding-bottom : 0px;
	padding-left : 15px;
	padding-top : 0px;
	white-space : normal;
	min-height : 5px;
	width : 100%;
	text-align : left !important;
	text-overflow : ellipsis;
	border-collapse : collapse;
	border-color : #eaeaea;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
.WWTextActionColumn 
{
	border-style : none;
	border-width : 0px;
	overflow : hidden;
	padding-bottom : 0px;
	padding-top : 0px;
	white-space : normal;
	min-height : 5px;
	text-overflow : ellipsis;
	border-collapse : collapse;
	border-color : #eaeaea;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	padding-left : 7.5px;
	padding-right : 7.5px;
	width : 95px;
	text-align : center;
}
.Messages 
{
	background-color : var(--colors_LightMessageBackground) ;
	border-bottom-color : var(--colors_MessageBackground) ;
	border-left-color : var(--colors_MessageBackground) ;
	border-right-color : var(--colors_MessageBackground) ;
	border-top-color : var(--colors_MessageBackground) ;
	border-style : solid;
	border-width : 1px;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
	font-family : Baskerville, serif;
	font-size : 0.9em;
	color : black;
}
.ErrorMessages 
{
	border-bottom-color : var(--colors_MessageBackground) ;
	border-left-color : var(--colors_MessageBackground) ;
	border-right-color : var(--colors_MessageBackground) ;
	border-top-color : var(--colors_MessageBackground) ;
	padding-bottom : 1px;
	padding-top : 1px;
	background-color : var(--colors_MessageBackground) ;
	border-style : none;
	border-width : 1px;
	padding-left : 5px;
	padding-right : 5px;
	max-width : 266px;
	display : inline-block;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	text-align : left;
	z-index : 10;
	box-shadow : 0px 5px 30px 0px black;
}
.WarningMessages 
{
	border-bottom-color : var(--colors_MessageBackground) ;
	border-left-color : var(--colors_MessageBackground) ;
	border-right-color : var(--colors_MessageBackground) ;
	border-top-color : var(--colors_MessageBackground) ;
	padding-bottom : 1px;
	padding-top : 1px;
	background-color : var(--colors_MessageBackground) ;
	border-style : none;
	border-width : 1px;
	padding-left : 5px;
	padding-right : 5px;
	max-width : 266px;
	display : inline-block;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	text-align : left;
	z-index : 10;
	box-shadow : 0px 5px 30px 0px black;
}
.Section 
{
	border-style : none;
	border-width : 0px;
}
.PopupSections 
{
	border-style : none;
	border-width : 0px;
}
.PopupContent 
{
	border-style : none;
	border-width : 0px;
	background-color : white;
}
.PopupContentCobertura 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	overflow : hidden;
	box-shadow : 0 24px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
}
.PopupHeader 
{
	border-style : none;
	border-width : 0px;
	background-color : var(--colors_WarningColor) ;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	min-height : 35px;
	cursor : move;
	line-height : 35px;
}
.PopupHeaderCobertura 
{
	border-style : none;
	border-width : 0px;
	background-color : var(--colors_WarningColor) ;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	min-height : 35px;
	cursor : move;
	font-family : Poppins-SemiBold;
	font-size : 14px;
	color : white;
	line-height : 35px;
	text-align : center;
}
.WWGroup 
{
	border-style : none;
	border-width : 0px;
	margin-right : 25px;
	margin-top : 10px;
}
.NoPadding 
{
	border-style : none;
	border-width : 0px;
	padding-left : 0px;
	padding-right : 0px;
}
.AccionesFiltros 
{
	border-style : none;
	border-width : 0px;
	margin-right : 20px;
	width : 150px;
}
.TableFilters 
{
	border-style : none;
	border-width : 0px;
	background-color : #dcdcdc;
}
.TableFiltersPrueba 
{
	background-color : #056b87;
	border-bottom-color : #fff;
	border-left-color : #fff;
	border-right-color : #fff;
	border-top-color : #fff;
	border-left : #54BC4C;
	border-style : solid;
	border-width : 5px;
	border-top-left-radius : 15px;
	border-top-right-radius : 15px;
	border-bottom-right-radius : 15px;
	border-bottom-left-radius : 15px;
	padding-bottom : 15px;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 15px;
	color : #fff;
}
.ToolbarCellClass 
{
	border-style : none;
	border-width : 0px;
	line-height : 0;
}
.WWActionsCell 
{
	border-style : none;
	border-width : 0px;
}
.ViewActionsCell 
{
	border-style : none;
	border-width : 0px;
	padding-top : 15px;
	min-height : 0px;
}
.ViewGridActionsCell 
{
	border-style : none;
	border-width : 0px;
	padding-top : 15px;
	min-height : 0px;
	text-align : right;
}
.ViewActionsBackCell 
{
	border-style : none;
	border-width : 0px;
	margin-top : 9px;
	padding-right : 17px;
	padding-top : 0px;
	min-height : 0px;
}
.WWFiltersCell 
{
	border-style : none;
	border-width : 0px;
	left : 0px;
	margin-top : 10px;
	z-index : 10;
	display : inherit;
	-webkit-transition : left .3s ease;
	-moz-transition : left .3s ease;
	-ms-transition : left .3s ease;
	-o-transition : left .3s ease;
	transition : left .3s ease;
}
.WWFiltersCellCollapsed 
{
	border-style : none;
	border-width : 0px;
	margin-top : 10px;
	z-index : 10;
	display : inherit;
	left : -25%;
	-webkit-transition : left .3s ease;
	-moz-transition : left .3s ease;
	-ms-transition : left .3s ease;
	-o-transition : left .3s ease;
	transition : left .3s ease;
}
.WWAdvancedBarCell 
{
	border-style : none;
	border-width : 0px;
	left : 0px;
	position : absolute;
	z-index : 10;
	display : inherit;
	-webkit-transition : left .3s ease;
	-moz-transition : left .3s ease;
	-ms-transition : left .3s ease;
	-o-transition : left .3s ease;
	transition : left .3s ease;
}
.ViewAdvancedBarCell 
{
	border-style : none;
	border-width : 0px;
	left : 0px;
	z-index : 10;
	display : inherit;
	position : inherit;
	-webkit-transition : left .3s ease;
	-moz-transition : left .3s ease;
	-ms-transition : left .3s ease;
	-o-transition : left .3s ease;
	transition : left .3s ease;
}
.PromptAdvancedBarCell 
{
	border-style : none;
	border-width : 0px;
	background-color : inherit;
	left : 0px;
	position : absolute;
	z-index : auto;
	width : 18%;
	display : inherit;
	-webkit-transition : left .3s ease;
	-moz-transition : left .3s ease;
	-ms-transition : left .3s ease;
	-o-transition : left .3s ease;
	transition : left .3s ease;
	height : 100vh;
}
.WWGridCell 
{
	border-style : none;
	border-width : 0px;
	float : left;
	margin-left : 18%;
	width : 81%;
	transition : margin-left .3s, width .2s ease-out;
}
.ViewGridCell 
{
	border-style : none;
	border-width : 0px;
	float : left;
	margin-left : 0px;
	padding-left : 0px;
	padding-right : 0px;
	width : 100%;
	transition : margin-left .3s, width .2s ease-out;
}
.ViewGridCellAdvanced 
{
	border-style : none;
	border-width : 0px;
	float : left;
	padding-left : 0px;
	padding-right : 0px;
	margin-left : 8%;
	width : 85%;
	transition : margin-left .3s, width .2s ease-out;
}
.WWGridCellExpanded 
{
	border-style : none;
	border-width : 0px;
	float : left;
	margin-left : 8%;
	width : 85%;
	display : inline-block;
	transition : margin-left .3s, width .2s ease-out;
}
.HeaderLine 
{
	border-style : none;
	border-width : 0px;
	background-color : var(--colors_Base) ;
	max-height : 70px;
	font-family : SourceSansPro-Regular;
	font-size : 16px;
	font-weight : 400;
	color : white;
	text-align : left;
	vertical-align : middle;
}
.ReservedSpaceCell 
{
	border-style : none;
	border-width : 0px;
	height : 10px;
}
.FormCell 
{
	border-style : none;
	border-width : 0px;
	padding-bottom : 7px;
	padding-left : 15px;
	padding-top : 7px;
	border-collapse : collapse;
	border-color : #eaeaea;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
.FormCellSimple 
{
	border-style : none;
	border-width : 0px;
	padding-bottom : 7px;
	padding-left : 15px;
	padding-top : 7px;
	border-collapse : collapse;
	border-color : #eaeaea;
	border-bottom-width : 1px;
	border-bottom-style : none;
}
.FormCellAdvanced 
{
	border-style : none;
	border-width : 0px;
	padding-bottom : 7px;
	padding-left : 15px;
	padding-top : 7px;
	border-collapse : collapse;
	border-color : #eaeaea;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-top-style : solid;
	border-top-width : 1px;
}
.SubtitleContainer 
{
	border-style : none;
	border-width : 0px;
	margin-bottom : -24.5px;
	margin-top : 15px;
}
.TopLeftSeparateCell 
{
	border-style : none;
	border-width : 0px;
	margin-top : 8px;
	padding-left : 23px;
}
.OrdersCell 
{
	border-style : none;
	border-width : 0px;
	text-align : center;
}
.WWTabStrip 
{
	border-style : none;
	border-width : 0px;
	background-color : var(--colors_Background) ;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	height : 50px;
}
.WWActionGroupList 
{
	border-style : none;
	border-width : 0px;
	background-color : red;
	float : right;
}
.FilterSearchAttributeSelectorClass 
{
	border-style : none;
	border-width : 0px;
}
.DateFilterSearchAttributeSelectorClass 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	margin-left : -35px;
	z-index : 2;
}
.BGPolizaGreen 
{
	border-style : none;
	border-width : 0px;
	background-color : #008775;
	position : absolute;
	right : 0px;
	top : 0px;
	height : 100% !important;
	min-height : calc(100vh - 160px) !important;
}
.BGPolizaWhite 
{
	border-style : none;
	border-width : 0px;
	height : calc(100vh - 160px) !important;
}
.ZIndex3 
{
	border-style : none;
	border-width : 0px;
	z-index : 3;
}
.TBStepHeight 
{
	border-style : none;
	border-width : 0px;
	height : 450px;
}
.Step 
{
	border-style : none;
	border-width : 0px;
	background-color : white;
	border-top-left-radius : 50px;
	border-top-right-radius : 50px;
	border-bottom-right-radius : 50px;
	border-bottom-left-radius : 50px;
	padding-bottom : 15px;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 15px;
	height : 62px;
	width : 62px;
	text-align : left;
	box-shadow : 0 2px 4px 0 rgb 208 208 208 50;
}
.StepActive 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 50px;
	border-top-right-radius : 50px;
	border-bottom-right-radius : 50px;
	border-bottom-left-radius : 50px;
	padding-bottom : 15px;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 15px;
	height : 62px;
	width : 62px;
	text-align : left;
	background-color : #ff8770;
	box-shadow : 0 2px 4px 0 rgb 208 208 208 50;
}
.OverflowHidden 
{
	border-style : none;
	border-width : 0px;
	overflow-x : scroll;
	overflow-y : hidden;
}
.ActionGroup 
{
	background-color : inherit;
	border-style : none;
	border-width : 0px;
	margin-bottom : 0px;
	margin-top : 15px;
	min-height : 0px;
	text-align : center;
}
.MainMenu 
{
	border-style : none;
	border-width : 0px;
	min-height : 0px;
	text-align : center;
	background-color : var(--colors_Base) ;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-top : -2px;
}
.Submenu 
{
	border-style : none;
	border-width : 0px;
	margin-bottom : 0px;
	margin-top : 15px;
	min-height : 0px;
	text-align : center;
	background-color : white;
	left : auto;
	top : 0px;
}
.Confirm 
{
	background-color : inherit;
	border-style : none;
	border-width : 0px;
	min-height : 0px;
	margin-bottom : 15px;
	margin-top : 40px;
	max-height : 35px;
	width : 420px;
	text-align : center;
}
.WWViewActions 
{
	background-color : inherit;
	border-style : none;
	border-width : 0px;
	margin-bottom : 0px;
	margin-top : 15px;
	min-height : 0px;
	text-align : center;
	float : right;
}
.Popup 
{
	max-width : fit-content;
	border-style : none;
	border-width : 0px;
}
.PopupCobertura 
{
	max-width : fit-content;
	border-style : none;
	border-width : 0px;
	background-color : white;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	overflow : hidden;
}
.CalendarCombo 
{
	background-color : Menu;
	border-bottom-color : ButtonHighlight;
	border-left-color : ButtonHighlight;
	border-right-color : ButtonHighlight;
	border-top-color : ButtonHighlight;
	border-style : solid;
	border-width : 1px;
	left : 0px;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
	position : absolute;
	top : 0px;
	width : 4em;
	display : none;
	cursor : default;
	font-size : 10px;
	color : MenuText;
}
.CalendarCombo  .label 
{
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
	text-align : center;
}
.CalendarCombo  .label-IEfix 
{
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
	width : 4em;
	text-align : center;
}
.CalendarCombo  .active 
{
	border-bottom-color : black;
	border-left-color : black;
	border-right-color : black;
	border-top-color : black;
	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;
}
.ComponentTrigger 
{
	margin-left : 4px;
	cursor : pointer;
}
.dojoDialog 
{
	background-color : var(--colors_ReadOnlyText) ;
	border-bottom-color : grey;
	border-left-color : grey;
	border-right-color : grey;
	border-top-color : grey;
	border-style : solid;
	border-width : 1px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
}
.PopupContent  .AdvancedContainer 
{
	margin-left : -14px;
}
.RowDeleted 
{
	text-decoration : line-through;
}
.dp_container 
{
	position : relative;
}
.gx-masked-relative 
{
	position : relative;
}
.GXProgressBar  .progress-bar-title 
{
	margin-bottom : 3px;
	margin-left : 3px;
	margin-right : 3px;
	margin-top : 3px;
}
.PromptAdvancedBarCell  .AdvancedContainer 
{
	padding-left : 30px;
	Height : 100vh;
}
.Calendar 
{
	background-color : Window;
	border-style : none;
	position : relative;
	display : none;
	cursor : default;
	font-family : tahoma, verdana, sans-serif;
	font-size : 11px;
	color : WindowText;
}
.Calendar  .CalendarButton 
{
	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 : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
	text-align : center;
}
.Calendar  .nav 
{
	background-color : ButtonFace;
	background-image : none;
	background-position : 100% 100%;
	background-repeat : no-repeat;
}
.Calendar  TABLE 
{
	background-color : Window;
	border-style : solid;
	border-width : 1px;
	cursor : default;
	font-family : tahoma, verdana, sans-serif;
	font-size : 11px;
	color : WindowText;
}
.Calendar  TABLE .wn 
{
	background-color : ButtonFace;
	border-right : 1px solid ButtonShadow;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 3px;
	padding-top : 2px;
	color : ButtonText;
}
.Calendar  THEAD .name 
{
	background-color : ButtonFace;
	border-bottom : 1px solid ButtonShadow;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
	color : ButtonText;
	text-align : center;
}
.Calendar  THEAD .weekend 
{
	color : red;
}
.Calendar  THEAD .hilite 
{
	border-bottom-color : ButtonHighlight;
	border-left-color : ButtonHighlight;
	border-right-color : ButtonHighlight;
	border-top-color : ButtonHighlight;
	border-style : solid;
	border-width : 2px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
}
.Calendar  THEAD .active 
{
	border-bottom-color : ButtonHighlight;
	border-left-color : ButtonHighlight;
	border-right-color : ButtonHighlight;
	border-top-color : ButtonHighlight;
	border-width : 1px;
	padding-bottom : 0px;
	padding-left : 2px;
	padding-right : 0px;
	padding-top : 2px;
}
.Calendar  THEAD .CalendarTitle 
{
	background-color : ActiveCaption;
	border-bottom-color : black;
	border-left-color : black;
	border-right-color : black;
	border-top-color : black;
	border-style : solid;
	border-width : 1px;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
	font-weight : bold;
	color : CaptionText;
	text-align : center;
}
.Calendar  TBODY .day 
{
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
	width : 2em;
	text-align : right;
}
.Calendar  TBODY .emptyrow 
{
	display : none;
}
.Calendar  TBODY .emptycell 
{
	visibility : hidden;
}
.Calendar  TBODY TD .hilite 
{
	border-bottom-color : white;
	border-left-color : black;
	border-right-color : black;
	border-top-color : white;
	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 : red;
}
.Calendar  TBODY TD .today 
{
	font-weight : bold;
	color : var(--colors_SecondaryAction) ;
}
.Calendar  TBODY TD .disabled 
{
	color : GrayText;
}
.Calendar  TBODY TD .time 
{
	background-color : ButtonFace;
	border-top : 1px solid ButtonShadow;
	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 : var(--colors_RecentLink) ;
	border-left-color : var(--colors_RecentLink) ;
	border-right-color : var(--colors_RecentLink) ;
	border-top-color : var(--colors_RecentLink) ;
	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 : var(--colors_RecentLink) ;
	border-left-color : var(--colors_RecentLink) ;
	border-right-color : var(--colors_RecentLink) ;
	border-top-color : var(--colors_RecentLink) ;
	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 : var(--colors_RecentLink) ;
	border-left-color : var(--colors_RecentLink) ;
	border-right-color : var(--colors_RecentLink) ;
	border-top-color : var(--colors_RecentLink) ;
	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 : black;
	border-left-color : black;
	border-right-color : black;
	border-top-color : black;
	color : HighlightText;
}
.Calendar  TBODY TD .time  SPAN .active 
{
	background-color : black;
	border-bottom-color : red;
	border-left-color : red;
	border-right-color : red;
	border-top-color : red;
	color : var(--colors_Action) ;
}
.Calendar  TFOOT .ttip 
{
	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 : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
	color : ButtonText;
	text-align : center;
}
.Calendar  TFOOT .hilite 
{
	background-color : var(--colors_DarkBorder) ;
	border-style : none;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
}
.Calendar  TFOOT .active 
{
	border-bottom-color : var(--colors_SecondaryAction) ;
	border-left-color : var(--colors_SecondaryAction) ;
	border-right-color : var(--colors_SecondaryAction) ;
	border-top-color : var(--colors_SecondaryAction) ;
	border-style : solid;
	border-width : 1px;
	padding-bottom : 0px;
	padding-left : 2px;
	padding-right : 0px;
	padding-top : 2px;
}
.TextLikeLink  A 
{
	text-decoration : none;
	color : inherit;
}
.TextLikeLink  A:active 
{
	text-decoration : none;
	color : inherit;
}
.TextLikeLink  A:visited 
{
	text-decoration : none;
	color : inherit;
}
.TextLikeLink  A:focus 
{
	text-decoration : none;
	color : inherit;
}
.TextLikeLink  A:hover 
{
	text-decoration : underline;
}
.ViewGrid  TR:hover .UpdateAttribute:hover 
{
	background-color : green;
}
.ViewGrid  TR:hover .DeleteAttribute:hover 
{
	background-color : red;
}
.ViewGrid  TR:hover .UpdateAttribute 
{
	background-color : var(--colors_Action) ;
}
.ViewGrid  TR:hover .DeleteAttribute 
{
	background-color : var(--colors_Dominant) ;
}
.ViewGrid  TR:hover .DisplayAttribute:hover 
{
	background-color : var(--colors_SecondaryAction) ;
}
.ViewGrid  TR:hover .DisplayAttribute 
{
	background-color : var(--colors_ReadOnlyText) ;
}
.ViewGrid  TR:hover .ActionImageAttribute 
{
	background-color : var(--colors_SecondaryAction) ;
}
.ViewGrid  TR:hover .ActionImageAttribute:hover 
{
	background-color : blue;
}
.ViewGrid  TR 
{
	border-top : 1px solid #efefef;
}
.ViewGrid  TR .WWActionColumn  A:focus 
{
	background-color : var(--colors_ReadOnlyText) ;
	outline : none;
}
.ViewGrid  TR .DeleteAttribute 
{
	background-color : var(--colors_ReadOnlyText) ;
}
.ViewGrid  TR .UpdateAttribute 
{
	background-color : var(--colors_ReadOnlyText) ;
}
.ViewGrid  TR .ActionImageAttribute 
{
	background-color : var(--colors_ReadOnlyText) ;
}
.ViewGrid  TR A:focus .UpdateAttribute 
{
	background-color : var(--colors_Action) ;
}
.WorkWith  TR:hover .UpdateAttribute:hover 
{
	background-color : green;
}
.WorkWith  TR:hover .DeleteAttribute:hover 
{
	background-color : red;
}
.WorkWith  TR:hover .UpdateAttribute 
{
	background-color : var(--colors_Action) ;
}
.WorkWith  TR:hover .DeleteAttribute 
{
	background-color : #f56a67;
}
.WorkWith  TR:hover .DisplayAttribute:hover 
{
	background-color : var(--colors_SecondaryAction) ;
}
.WorkWith  TR:hover .DisplayAttribute 
{
	background-color : var(--colors_ReadOnlyText) ;
}
.WorkWith  TR:hover .ActionImageAttribute 
{
	background-color : var(--colors_SecondaryAction) ;
}
.WorkWith  TR:hover .ActionImageAttribute:hover 
{
	background-color : blue;
}
.WorkWith  TR 
{
	border-top : 1px solid #efefef;
}
.WorkWith  TR .WWActionColumn  A:focus 
{
	background-color : var(--colors_ReadOnlyText) ;
	outline : none;
}
.WorkWith  TR .DeleteAttribute 
{
	background-color : var(--colors_ReadOnlyText) ;
}
.WorkWith  TR .UpdateAttribute 
{
	background-color : var(--colors_ReadOnlyText) ;
}
.WorkWith  TR .ActionImageAttribute 
{
	background-color : var(--colors_ReadOnlyText) ;
}
.WorkWith  TR A:focus .UpdateAttribute 
{
	background-color : var(--colors_Action) ;
}
.RequiredAttributeLabel::after 
{
	text-align : left;
	content : '*';
	color : red !important;
}
.input-group  .form-control:focus + span.input-group-btn > a.btn 
{
	border-bottom-color : var(--colors_SecondaryAction) ;
	border-left-color : var(--colors_SecondaryAction) ;
	border-right-color : var(--colors_SecondaryAction) ;
	border-top-color : var(--colors_SecondaryAction) ;
	border-style : solid;
	border-width : 1px;
	outline : 0 none;
	box-shadow : 1px 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.input-group  .form-control + span.input-group-btn > a.btn 
{
	transition : border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.input-group  .form-control.FilterComboAttribute + span.input-group-btn > a.btn 
{
	margin-top : 29px;
	transition : border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.input-group  .FilterAttribute + span.input-group-btn > A.btn 
{
	border-bottom-color : transparent;
	border-left-color : transparent;
	border-right-color : transparent;
	border-top-color : transparent;
	padding-bottom : 18px;
	padding-top : 18px;
}
.input-group  .FilterAttribute:focus + span.input-group-btn > a.btn 
{
	border-color : transparent !important;
	box-shadow : 0 0 0 0 !important;
}
.input-group  .form-control 
{
	width : auto;
	max-width : 100%;
}
.input-group  .FilterAttribute 
{
	width : 100%;
}
.input-group  .FilterAttribute + span.input-group-btn 
{
	width : 1%;
}
.input-group  .FilterPanel + span.input-group-btn > A.btn 
{
	border-bottom-color : transparent;
	border-left-color : transparent;
	border-right-color : transparent;
	border-top-color : transparent;
	margin-top : -2px;
	padding-bottom : 7px;
	padding-top : 6px;
	position : absolute;
}
.input-group  A.btn IMG 
{
	max-height : 18px;
}
.input-group  A.btn-default:hover 
{
	background-color : white;
}
.input-group  A.btn-default:focus 
{
	background-color : white;
}
.input-group-btn 
{
	width : auto;
}
.LoginAttribute + .input-group-btn a.btn 
{
	border-bottom-color : var(--colors_ReadOnlyText) ;
	border-right-color : var(--colors_ReadOnlyText) ;
	border-top-color : var(--colors_ReadOnlyText) ;
	border-left : none;
	border-width : 2.5px;
	margin-top : 15px;
	padding-bottom : 14px;
	padding-top : 13px;
}
.RecentsTitle  A 
{
	display : block;
	text-decoration : none;
	color : inherit;
}
.RecentsTitle  A:focus 
{
	text-decoration : none;
	color : inherit;
}
.RecentsTitle  A:hover 
{
	text-decoration : none;
	color : inherit;
}
.FilterLabel  A 
{
	overflow : hidden;
	white-space : nowrap;
	text-decoration : none;
	color : inherit;
	text-overflow : ellipsis;
}
.FilterLabel  A STRONG 
{
	color : var(--colors_Action) ;
}
.FilterLabel  A STRONG:before 
{
	padding-right : 4px;
	font-weight : normal;
	color : var(--colors_Text) ;
	content : ':';
}
.FilterLabel  A:hover 
{
	color : inherit;
}
.FilterLabel  A:focus 
{
	color : inherit;
}
.WWAdvancedLabel  A 
{
	overflow : hidden;
	white-space : nowrap;
	text-decoration : none;
	color : inherit;
	text-overflow : ellipsis;
}
.WWAdvancedLabel  A STRONG 
{
	color : var(--colors_Action) ;
}
.WWAdvancedLabel  A STRONG:before 
{
	padding-right : 4px;
	font-weight : normal;
	color : var(--colors_Text) ;
	content : ':';
}
.WWAdvancedLabel  A:hover 
{
	color : inherit;
}
.WWAdvancedLabel  A:focus 
{
	color : inherit;
}
.ViewAdvancedBarCell  .Calendar 
{
	margin-top : 30px;
}
.ViewAdvancedBarCell  DIV .calendar 
{
	width : 100%;
}
.WorkWithTitle 
{
	background-color : var(--colors_COM_7545C) ;
	overflow : hidden;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-top : 5px;
	white-space : normal;
	font-family : var(--fonts_RB_BLACK) ;
	font-size : 15px;
	color : var(--colors_WHITE) ;
	text-overflow : ellipsis;
}
.RecentLinksGrid > .row > div 
{
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	width : auto;
}
.RecentLinksGrid > div.row > div:last-child  *.RecentLinkItem:after 
{
	content : '';
}
.RecentLinksGrid > tbody > tr > td:last-child 
{
	display : block;
}
.RecentLinksGrid > tbody > tr > td:last-child  *.RecentLinkItem:after 
{
	content : '';
}
.WWAdvancedLabel::after 
{
	border-top : 1px solid #2A3143;
	margin-top : -1px;
	height : 2px;
	width : 20px;
	display : block;
	content : '';
}
.AdvancedContainerItem  .form-control 
{
	visibility : hidden;
}
.AdvancedContainerItemExpanded  .form-control 
{
	visibility : visible;
}
.smoothHeader 
{
	font-family : var(--fonts_RB_BLACK) !important;
	font-size : 16px !important;
}
.smoothItem 
{
	font-family : var(--fonts_RB_REG) !important;
	font-size : 14px !important;
}
.gx-spa-navigating 
{
	background-color : black;
	opacity : 0.6;
	left : 0px;
	position : absolute;
	top : 0px;
	height : 100%;
	width : 100%;
	background-color : black !important;
}
.nav-tabs 
{
	margin-bottom : 10px;
}
.nav-tabs>li.active>a 
{
	padding-left : 15px;
	padding-right : 15px;
	font-family : Poppins-Semibold;
	font-size : 16px;
	color : #031D86;
}
.nav-tabs>li.active>a:hover 
{
	color : #031D86;
	cursor : default;
	background-color : #fff;
	border : 1px solid #ddd;
	border-bottom-color : transparent;
}
.nav-tabs>li.active>a:focus 
{
	color : #031D86;
	cursor : default;
	background-color : #fff;
	border : 1px solid #ddd;
	border-bottom-color : transparent;
}
.nav-tabs>li>a 
{
	padding-left : 15px;
	padding-right : 15px;
	font-family : Poppins-Regular;
	font-size : 16px;
	color : #031D86;
}
BODY 
{
	height : inherit;
}
HTML 
{
	height : 100%;
}
DIV.suggestions 
{
	background-color : white;
	border-bottom-color : var(--colors_Border) ;
	border-left-color : var(--colors_Border) ;
	border-right-color : var(--colors_Border) ;
	border-top-color : var(--colors_Border) ;
	border-style : solid;
	border-width : 1px;
	box-sizing : border-box;
	position : absolute;
	width : 250px;
	-moz-box-sizing : border-box;
	font-family : Arial, Verdana;
	font-size : 14px;
	color : grey;
}
DIV.suggestions DIV 
{
	padding-bottom : 2px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 2px;
	cursor : pointer;
	font-family : Arial, Verdana;
	font-size : 14px;
}
DIV.suggestions DIV.current 
{
	background-color : var(--colors_Base) ;
	font-family : Arial, Verdana;
	font-size : 14px;
	color : white;
}
UL.Tabs 
{
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	list-style-type : none;
}
UL.Tabs LI.Tab 
{
	float : left;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
}
UL.Tabs LI.Tab A 
{
	display : block;
	text-decoration : none;
}
UL.Tabs LI.Tab SPAN 
{
	display : block;
}
UL.Tabs LI.Tab SPAN.TabBackground 
{
	overflow : hidden;
}
UL.Tabs LI.Tab SPAN.TabText 
{
	white-space : nowrap;
}
DIV.gx-multimedia-upload 
{
	border-bottom-color : var(--colors_ReadOnlyText) ;
	border-left-color : var(--colors_ReadOnlyText) ;
	border-right-color : var(--colors_ReadOnlyText) ;
	border-top-color : var(--colors_ReadOnlyText) ;
	border-style : solid;
	border-width : 1px;
	position : relative;
	height : 72px;
	width : 128px;
	display : block;
	text-align : center;
	line-height : 68px;
}
DIV.gx-multimedia-upload * 
{
	text-align : left;
	line-height : normal;
}
DIV.gx-multimedia-upload DIV.fields-ct 
{
	background-color : white;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	padding-bottom : 30px;
	padding-left : 30px;
	padding-right : 30px;
	padding-top : 30px;
	height : 100%;
	display : none;
	white-space : nowrap;
}
DIV.gx-multimedia-upload A.action 
{
	background-color : grey;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
	position : absolute;
	top : 0px;
	cursor : pointer;
	font-size : 11px;
	color : white;
	opacity : .7;
	-ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	line-height : 15px;
	-ms-transition : opacity .3s ease-in-out;
	-moz-transition : opacity .3s ease-in-out;
	-webkit-transition : opacity .3s ease-in-out;
}
DIV.gx-multimedia-upload A.change-action 
{
	background-image : var(--GX-Image_MultimediaEdit) ;
	background-position : 4px center;
	background-repeat : no-repeat;
	padding-bottom : 6px;
	padding-left : 20px;
	padding-right : 8px;
	padding-top : 6px;
	right : 26px;
}
DIV.gx-multimedia-upload A.clear-action 
{
	background-image : var(--GX-Image_MultimediaClear) ;
	background-position : center center;
	background-repeat : no-repeat;
	padding-bottom : 14px;
	padding-left : 13px;
	padding-right : 12px;
	padding-top : 13px;
	right : 0px;
}
DIV.gx-multimedia-upload A.action:focus 
{
	text-decoration : underline;
	opacity : .9;
	-ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
DIV.gx-multimedia-upload INPUT.field 
{
	border-style : solid;
	float : none;
	margin-top : 23px;
	max-height : none;
	width : 400px;
	max-width : none;
	display : none;
}
DIV.gx-multimedia-upload INPUT.field-selected 
{
	display : inline;
}
DIV.gx-multimedia-upload LABEL.option 
{
	clear : left;
	float : left;
	height : 60px;
	width : 150px;
	display : inline;
	cursor : pointer;
	font-size : 15px;
}
DIV.gx-multimedia-upload LABEL.option INPUT 
{
	float : left;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 8px;
	margin-top : 3px;
	display : inline;
	cursor : pointer;
}
DIV.gx-multimedia-upload INPUT.Button 
{
	clear : both;
	margin-left : auto;
	margin-right : auto;
	margin-top : 25px;
	display : block;
}
DIV.gx-multimedia-upload INPUT.BtnEnter 
{
	clear : both;
	margin-left : auto;
	margin-right : auto;
	display : block;
}
DIV.gx-multimedia-upload IMG 
{
	padding-bottom : 2px;
	padding-top : 2px;
	vertical-align : middle;
	max-width : 124px;
	max-height : 68px;
}
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-unknown 
{
	display : block;
}
DIV.gx-multimedia-upload A.gx-multimedia-unknown SPAN.gx-video-placeholder 
{
	opacity : 1;
}
DIV.gx-multimedia-upload A.gx-multimedia-unknown SPAN.gx-audio-placeholder 
{
	opacity : 1;
}
DIV.gx-multimedia-upload A.gx-multimedia-unknown SPAN 
{
	display : block;
}
DIV.gx-multimedia-upload A.gx-multimedia-unknown IMG 
{
	display : none;
}
DIV.gx-multimedia-upload A.gx-multimedia-unknown SPAN.gx-download-placeholder 
{
	background-image : var(--GX-Image_PlaceHolderVideo) ;
	opacity : 1;
}
DIV.gx-multimedia-upload A.gx-multimedia-download 
{
	display : block;
}
DIV.gx-multimedia-upload A.gx-multimedia-download SPAN.gx-video-placeholder 
{
	opacity : 1;
}
DIV.gx-multimedia-upload A.gx-multimedia-download SPAN.gx-audio-placeholder 
{
	opacity : 1;
}
DIV.gx-multimedia-upload A.gx-multimedia-download SPAN 
{
	display : block;
}
DIV.gx-multimedia-upload A.gx-multimedia-download IMG 
{
	display : none;
}
DIV.gx-multimedia-upload A.gx-multimedia-download SPAN.gx-download-placeholder 
{
	background-image : var(--GX-Image_VideoDownload) ;
	opacity : 1;
}
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 : var(--GX-Image_PlaceHolderImage) ;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-download-placeholder 
{
	background-image : var(--GX-Image_PlaceHolderVideo) ;
	opacity : 1;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-video-placeholder 
{
	background-image : var(--GX-Image_PlaceHolderVideo) ;
	opacity : 1;
}
DIV.gx-multimedia-upload A.gx-multimedia-empty SPAN.gx-audio-placeholder 
{
	background-image : var(--GX-Image_PlaceHolderAudio) ;
	opacity : 1;
}
DIV.gx-multimedia-upload:hover A.action 
{
	display : block;
	opacity : .7;
	-ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
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)";
}
A:not([href]) SPAN.gx-download-placeholder 
{
	opacity : .5;
}
A:not([href]) SPAN.gx-video-placeholder 
{
	opacity : .5;
}
A:not([href]) SPAN.gx-audio-placeholder 
{
	opacity : .5;
}
DIV.gx-mask 
{
	background-color : black;
	left : 0px;
	position : absolute;
	top : 0px;
	z-index : 300;
	height : 100%;
	width : 100%;
	animation : entermask 1s;
	-webkit-animation : entermask 1s;
	-ms-filter : "alpha(opacity=10)";
	filter : alpha(opacity=10);
	opacity : .50;
}
DIV.gx-unmask 
{
	background-color : transparent;
	animation : leavemask .3s;
	-webkit-animation : leavemask .3s;
}
BODY.gx-masked DIV.gx-mask 
{
	bottom : 0px;
	position : fixed;
}
DIV.calendar 
{
	border-bottom : 1px;
	z-index : 500 !important;
}
DIV.calendar .calendar-nav 
{
	font-weight : normal;
}
DIV.calendar .calendarbutton 
{
	background-color : white;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	color : var(--colors_Text) ;
	text-align : center;
}
DIV.calendar .calendarcombo 
{
	background-color : var(--colors_Border) ;
}
DIV.calendar .calendarcombo  .label 
{
	padding-bottom : 2px;
	padding-top : 2px;
	display : block;
	font-size : 12px;
	font-weight : normal;
	color : var(--colors_Text) ;
}
DIV.calendar TABLE 
{
	border-bottom-color : var(--colors_DarkBorder) ;
	border-left-color : var(--colors_DarkBorder) ;
	border-right-color : var(--colors_DarkBorder) ;
	border-top-color : var(--colors_DarkBorder) ;
	border-style : solid;
	border-width : 1px;
	border-spacing : 0;
	padding-top : 3px;
	height : 281px;
	width : 100%;
	max-width : 280px;
	table-layout : fixed;
	box-shadow : 0px 8px 10px 0px black;
}
DIV.calendar TABLE THEAD .calendartitle 
{
	background-color : white;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	color : var(--colors_Text) ;
	text-align : center;
}
DIV.calendar TABLE THEAD .name 
{
	background-color : var(--colors_Background) ;
	overflow : hidden;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	color : var(--colors_Text) ;
	text-align : center;
}
DIV.calendar TABLE THEAD .daynames 
{
	background-color : var(--colors_Background) ;
	border-bottom : none;
	border-top-color : var(--colors_Background) ;
	border-top : 1px;
}
DIV.calendar TABLE THEAD TR:first-child 
{
	background-color : transparent;
}
DIV.calendar TABLE THEAD TR.headrow 
{
	background-color : white;
	width : 280px;
	color : var(--colors_Text) ;
}
DIV.calendar TABLE THEAD TR 
{
	height : 35px;
}
DIV.calendar TABLE TBODY 
{
	background-color : var(--colors_Background) ;
}
DIV.calendar TABLE TBODY .day 
{
	background-color : var(--colors_Background) ;
	background-image : none;
	border-width : 0px;
	height : 24px;
	width : 27px;
	font-size : 14px;
	font-weight : 400;
	text-align : center;
}
DIV.calendar TABLE TBODY .hilite 
{
	border-bottom-color : var(--colors_SecondaryAction) ;
	border-left-color : var(--colors_SecondaryAction) ;
	border-right-color : var(--colors_SecondaryAction) ;
	border-top-color : var(--colors_SecondaryAction) ;
	border-style : solid;
	border-width : 1px;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
}
DIV.calendar TABLE TBODY TD.selected 
{
	background-color : var(--colors_SecondaryAction) ;
	border-top-left-radius : 1px;
	border-top-right-radius : 1px;
	border-bottom-right-radius : 1px;
	border-bottom-left-radius : 1px;
	color : white;
}
DIV.calendar TD.time .hour 
{
	background-color : white;
	border-bottom-color : var(--colors_Border) ;
	border-left-color : var(--colors_Border) ;
	border-right-color : var(--colors_Border) ;
	border-top-color : var(--colors_Border) ;
	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 : var(--colors_Border) ;
	border-left-color : var(--colors_Border) ;
	border-right-color : var(--colors_Border) ;
	border-top-color : var(--colors_Border) ;
	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 : var(--colors_Border) ;
	border-left-color : var(--colors_Border) ;
	border-right-color : var(--colors_Border) ;
	border-top-color : var(--colors_Border) ;
	border-style : solid;
	border-width : 1px;
	padding-bottom : 1px;
	padding-left : 8px;
	padding-right : 8px;
	padding-top : 1px;
}
*.RecentLinkItem:after 
{
	padding-left : 5px;
	content : '—';
}
#gx_ajax_notification 
{
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	position : absolute;
	top : 21px;
	z-index : 999;
	height : 20px;
	width : 100%;
	display : block;
	font-family : var(--fonts_RB_REG) ;
	font-size : 1.3em;
	font-weight : bold;
	text-align : center;
}
.WWTabPage li.active a 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	background-color : white;
	border-bottom : none;
	border-left : solid #EAEAEA 1px;
	border-right : solid #EAEAEA 1px;
	border-top : solid #EAEAEA 1px;
	color : var(--colors_Text) ;
}
.WWTabPage li.active a:hover 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
	text-decoration : underline;
}
.WWTabPage:hover 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
	text-decoration : underline;
}
.WWTabPage:hover li.active a 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	background-color : white;
	border-bottom : none;
	border-left : solid #EAEAEA 1px;
	border-right : solid #EAEAEA 1px;
	border-top : solid #EAEAEA 1px;
	color : var(--colors_Text) ;
}
.ResponsiveSlide .gx-call-target.top 
{
	background-color : white;
	border-style : none;
	border-width : 0px;
	margin-left : auto;
	margin-right : auto;
	overflow : auto;
	padding-left : 15px;
	padding-right : 15px;
}
.ResponsiveSlide .gx-call-target.right 
{
	background-color : white;
	border-style : none;
	border-width : 0px;
	margin-left : auto;
	margin-right : auto;
	overflow : auto;
	padding-left : 15px;
	padding-right : 15px;
}
.ResponsiveSlide .gx-call-target.bottom 
{
	background-color : white;
	border-style : none;
	border-width : 0px;
	margin-left : auto;
	margin-right : auto;
	overflow : auto;
	padding-left : 15px;
	padding-right : 15px;
}
.ResponsiveSlide .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-label.RatingLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.Grid>tfoot .gx_newrow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	content : '';
	line-height : 49px;
}
.Grid+div.gx-grid-loading 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.Grid+.gx-text-gridnodata 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.Grid[data-gx-grid-nodata] 
{
	grid-background-color-style : 0;
	border-style : none;
	border-width : 1px;
	background-color : lightgray;
	min-height : 4em;
	width : 100%;
}
.Grid[data-gx-grid-nodata]>tfoot .gx_newrow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	content : '';
	line-height : 49px;
}
.Grid[data-gx-grid-nodata]+div.gx-grid-loading 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.Grid[data-gx-grid-nodata]+.gx-text-gridnodata 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.WorkWith>tfoot .gx_newrow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	content : '';
	line-height : 49px;
}
.WorkWith+div.gx-grid-loading 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.WorkWith+.gx-text-gridnodata 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.WorkWith[data-gx-grid-nodata] 
{
	grid-background-color-style : 0;
	border-style : none;
	border-width : 1px;
	background-color : lightgray;
	min-height : 4em;
	width : 100%;
}
.WorkWith[data-gx-grid-nodata]>tfoot .gx_newrow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	content : '';
	line-height : 49px;
}
.WorkWith[data-gx-grid-nodata]+div.gx-grid-loading 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.WorkWith[data-gx-grid-nodata]+.gx-text-gridnodata 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.WorkWith>TBODY>TR[data-gxrow] 
{
	font-family : OpenSans-Regular;
	font-size : 12px;
	font-weight : 400;
}
.WorkWith>THEAD>TR 
{
	font-family : Poppins-Regular, OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
}
.BtnTextBlockBack>A 
{
	margin-top : 5px;
	padding-left : 7px;
	background-image : none;
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.BtnTextBlockBackLink>A 
{
	background-position : 6px;
	background-repeat : no-repeat;
	margin-top : 3px;
	padding-left : 30px;
	padding-top : 8px;
	background-image : var(--GX-Image_Back) ;
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.TextBlockHeader>A 
{
	border-style : none;
	border-width : 0px;
	display : block;
	font-family : Arial;
	font-size : 32px;
	font-weight : 400;
	color : white;
	margin-left : 0px;
	text-decoration : none;
}
.RecentLinkItem>A 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_RecentLink) ;
	letter-spacing : 1.8px;
}
.SmallLink>A 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	text-decoration : underline;
	color : var(--colors_Text) ;
	text-align : left;
}
.PagingText>A 
{
	border-style : none;
	border-width : 0px;
	margin-left : -7px;
	font-family : var(--fonts_RB_REG) ;
	font-style : normal;
	font-size : var(--fontSizes_FReg) ;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	letter-spacing : 1.8px;
	text-align : center;
}
.GlobalTitle>A 
{
	border-style : none;
	border-width : 0px;
	margin-left : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : white;
	text-align : left;
}
.BigGlobalTitle>A 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-weight : 400;
	color : white;
	text-align : left;
	margin-left : 0px;
	font-size : 20px;
}
.RoundedImageText>A 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 22px;
	font-weight : 400;
	color : white;
	text-transform : uppercase;
	padding-left : 0px;
	padding-top : 0px;
}
.WWOrderItem>A 
{
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	border-bottom-color : var(--colors_Border) ;
	border-left-color : var(--colors_Border) ;
	border-right-color : var(--colors_Border) ;
	border-top-color : var(--colors_Border) ;
	border-width : 1px;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	border-bottom-right-radius : 5px;
	border-bottom-left-radius : 5px;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	border-style : none;
	color : black;
}
.WWOrderItem>A:hover 
{
	border-bottom : 1px;
	border-left : 1px;
	border-right : 1px;
	border-top : 1px;
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	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;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	border-bottom-color : var(--colors_Base) ;
	border-left-color : var(--colors_Base) ;
	border-right-color : var(--colors_Base) ;
	border-top-color : var(--colors_Base) ;
	color : var(--colors_Base) ;
}
.WWOrderItem:hover 
{
	border-bottom : 1px;
	border-left : 1px;
	border-right : 1px;
	border-top : 1px;
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	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;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	border-bottom-color : var(--colors_Base) ;
	border-left-color : var(--colors_Base) ;
	border-right-color : var(--colors_Base) ;
	border-top-color : var(--colors_Base) ;
	color : var(--colors_Base) ;
}
.WWOrderItem:hover>A 
{
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	border-bottom-color : var(--colors_Border) ;
	border-left-color : var(--colors_Border) ;
	border-right-color : var(--colors_Border) ;
	border-top-color : var(--colors_Border) ;
	border-width : 1px;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	border-bottom-right-radius : 5px;
	border-bottom-left-radius : 5px;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	border-style : none;
	color : black;
}
.HomeBodyText>A 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	font-size : 19px;
	color : var(--colors_Base) ;
}
.SelectedMainMenuItem:hover 
{
	margin-top : 6px;
	padding-top : 0px;
	font-family : Arial;
	background-color : var(--colors_Base) ;
	border-bottom : 4px;
	border-bottom-color : var(--colors_Dominant) ;
	border-left : 0px;
	border-right : 0px;
	border-style : solid;
	border-top : 0px;
	padding-bottom : 22px;
	font-size : 16px;
	font-weight : 400;
	color : white;
}
.SelectedSubMenuItem:hover 
{
	margin-top : 6px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-family : Arial;
	font-weight : 400;
	background-color : white;
	font-size : 14px;
	text-decoration : underline;
	color : var(--colors_Base) ;
}
.MainMenuItem:hover 
{
	margin-top : 6px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-family : Arial;
	background-color : var(--colors_Base) ;
	font-size : 16px;
	font-weight : 400;
	color : var(--colors_Dominant) ;
}
.SubMenuItem:hover 
{
	margin-top : 6px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-family : Arial;
	font-weight : 400;
	background-color : white;
	font-size : 14px;
	text-decoration : underline;
	color : var(--colors_Base) ;
}
.Form .gx-popup.gx-popup-default 
{
	max-width : fit-content;
	border-style : none;
	border-width : 0px;
	background-color : white;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	overflow : hidden;
}
.Form .gx-popup.gx-popup-default div.gx-popup-resize img 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	float : right;
	margin-right : 0px;
	margin-top : 0px;
	width : 7px;
	cursor : se-resize;
}
.Form .gx-popup.gx-popup-default span.gx-popup-close:before 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-repeat : no-repeat;
	float : right;
	margin-right : 10px;
	margin-top : -6px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : 33px;
	color : white;
	cursor : pointer;
	vertical-align : top;
	content : '';
	content : 'x';
	opacity : .6;
}
.Form .gx-popup.gx-popup-default span.gx-popup-close:before:hover 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-repeat : no-repeat;
	float : right;
	margin-right : 10px;
	margin-top : -6px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : 33px;
	color : white;
	cursor : pointer;
	vertical-align : top;
	content : 'x';
	opacity : 1;
}
.Form .gx-popup.gx-popup-default > div.gx-popup-header 
{
	border-style : none;
	border-width : 0px;
	background-color : var(--colors_WarningColor) ;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	min-height : 35px;
	cursor : move;
	font-family : Poppins-SemiBold;
	font-size : 14px;
	color : white;
	line-height : 35px;
	text-align : center;
}
.Form .gx-popup.gx-popup-default > div.gx-popup-content 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	overflow : hidden;
	box-shadow : 0 24px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
}
.Form 
{
	gx-nav-style-top-target-height : 15vh;
	gx-nav-style-right-target-width : 400px;
	gx-nav-style-bottom-target-height : 10vh;
	gx-nav-style-left-target-width : 400px;
	gx-nav-style-top-target-height-collapsed : 10vw;
	gx-nav-style-right-target-width-collapsed : 20vw;
	gx-nav-style-bottom-target-height-collapsed : 10vh;
	gx-nav-style-left-target-width-collapsed : 20vw;
	gx-nav-style-mode : idNavStyleModeStatic;
}
.Form .gx-call-target.top 
{
	background-color : white;
	border-style : none;
	border-width : 0px;
	margin-left : auto;
	margin-right : auto;
	overflow : auto;
	padding-left : 15px;
	padding-right : 15px;
}
.Form .gx-call-target.right 
{
	background-color : white;
	border-style : none;
	border-width : 0px;
	margin-left : auto;
	margin-right : auto;
	overflow : auto;
	padding-left : 15px;
	padding-right : 15px;
}
.Form .gx-call-target.bottom 
{
	background-color : white;
	border-style : none;
	border-width : 0px;
	margin-left : auto;
	margin-right : auto;
	overflow : auto;
	padding-left : 15px;
	padding-right : 15px;
}
.Form .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;
}
.Attribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.gx-label.Attribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.AttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentAttribute[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.VideoAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.VideoAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	display : inline-block;
	background-image : var(--GX-Image_VideoDownload) ;
	border-width : 0px;
	height : 64px;
	width : 64px;
	overflow-wrap : break-word;
}
.gx-label.VideoAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.AudioAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.AudioAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	display : inline-block;
	background-image : var(--GX-Image_AudioDownload) ;
	border-width : 0px;
	height : 64px;
	width : 64px;
	overflow-wrap : break-word;
}
.gx-label.AudioAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.DownloadAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.DownloadAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	display : inline-block;
	background-image : var(--GX-Image_VideoDownload) ;
	border-width : 0px;
	height : 64px;
	width : 64px;
	overflow-wrap : break-word;
}
.gx-label.DownloadAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.IME_ActiveLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.IME_Active[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.IME_Active[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentIME_ActiveLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentIME_Active[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentIME_Active[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.IME_InactiveLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.IME_Inactive[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.IME_Inactive[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentIME_InactiveLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentIME_Inactive[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentIME_Inactive[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.IME_DisabledLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.IME_Disabled[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.IME_Disabled[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentIME_DisabledLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentIME_Disabled[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentIME_Disabled[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.DescriptionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.DescriptionAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
}
.gx-label.DescriptionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentDescriptionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentDescriptionAttribute[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentDescriptionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.DescriptionAttributeRightLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.DescriptionAttributeRight[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.DescriptionAttributeRight[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentDescriptionAttributeRightLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentDescriptionAttributeRight[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentDescriptionAttributeRight[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.TextAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.TextAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.TextAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentTextAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentTextAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentTextAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.TextActionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.TextActionAttribute[data-gx-readonly] 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.TextActionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.TextActionAttribute[data-gx-readonly]>A 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	overflow-wrap : break-word;
}
.TextActionAttribute>A 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	overflow-wrap : break-word;
}
.gx-label.TextActionAttribute>ALabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.TextActionAttribute>A[data-gx-readonly] 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentTextActionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentTextActionAttribute>A 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	overflow-wrap : break-word;
}
.gx-label.BlobContentTextActionAttribute>ALabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentTextActionAttribute>A[data-gx-readonly] 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	border-width : 0px;
	overflow-wrap : break-word;
}
.BlobContentTextActionAttribute[data-gx-readonly] 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentTextActionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentTextActionAttribute[data-gx-readonly]>A 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	overflow-wrap : break-word;
}
.gx-label.AttributeMensajeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.AttributeMensaje[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.AttributeMensaje[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentAttributeMensajeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentAttributeMensaje[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentAttributeMensaje[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.AttributeMensaje1Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.AttributeMensaje1[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	font-size : 18px;
	color : #011668;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.AttributeMensaje1[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentAttributeMensaje1Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentAttributeMensaje1[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	font-size : 18px;
	color : #011668;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentAttributeMensaje1[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.AttNumericGreen[data-gx-readonly] 
{
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
	font-family : OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
	height : 30px;
	width : 100px;
	max-width : 100%;
	text-align : left;
	border-width : 0px;
}
.gx-label.AttNumericGreen[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.gx-label.AttNumericGreenLabel 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.gx-label.BlobContentAttNumericGreenLabel 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.BlobContentAttNumericGreen[data-gx-readonly] 
{
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
	font-family : OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
	height : 30px;
	width : 100px;
	max-width : 100%;
	text-align : left;
	border-width : 0px;
}
.gx-label.BlobContentAttNumericGreen[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.gx-label.AttTituloWWLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.AttTituloWW[data-gx-readonly] 
{
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-bottom : 15px;
	margin-top : 10px;
	display : block;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	font-family : OpenSans-Bold;
	font-size : 18px;
	font-weight : 400;
	width : auto;
	max-width : 100%;
	text-align : left;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.AttTituloWW[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentAttTituloWWLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentAttTituloWW[data-gx-readonly] 
{
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-bottom : 15px;
	margin-top : 10px;
	display : block;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	font-family : OpenSans-Bold;
	font-size : 18px;
	font-weight : 400;
	width : auto;
	max-width : 100%;
	text-align : left;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentAttTituloWW[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.AttLoginLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-weight : 600;
	text-align : left;
	font-family : var(--fonts_RB_REG) ;
	font-size : 14px;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.AttCheck[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.gx-label.AttCheck[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.AttCheckLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-weight : 600;
	text-align : left;
	font-family : var(--fonts_RB_REG) ;
	font-size : 14px;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentReadonlyMedioLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentReadonlyMedio[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.gx-label.BlobContentReadonlyMedio[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ImageAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ImageAttribute[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	overflow-wrap : break-word;
	border-width : 0px;
	width : 50px;
	max-width : 124px;
	max-height : 68px;
}
.gx-label.ImageAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ActionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ActionAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.ActionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentActionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentActionAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentActionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.DeleteAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.DeleteAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.DeleteAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentDeleteAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentDeleteAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentDeleteAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.DisplayAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.DisplayAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.DisplayAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentDisplayAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentDisplayAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentDisplayAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.DisabledActionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.DisabledActionAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.DisabledActionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentDisabledActionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentDisabledActionAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentDisabledActionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.UpdateAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.UpdateAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.UpdateAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentUpdateAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentUpdateAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentUpdateAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.SelectionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.SelectionAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : inherit;
	overflow-wrap : break-word;
}
.gx-label.SelectionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentSelectionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentSelectionAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : inherit;
	overflow-wrap : break-word;
}
.gx-label.BlobContentSelectionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ProfileImageAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ProfileImageAttribute[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	max-height : 120px;
	max-width : 120px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ProfileImageAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentProfileImageAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentProfileImageAttribute[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	max-height : 120px;
	max-width : 120px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentProfileImageAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.SmallProfileImageAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.SmallProfileImageAttribute[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	margin-top : -8px;
	max-height : 60px;
	max-width : 60px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.SmallProfileImageAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentSmallProfileImageAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentSmallProfileImageAttribute[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	margin-top : -8px;
	max-height : 60px;
	max-width : 60px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentSmallProfileImageAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ResponsiveImageAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ResponsiveImageAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	max-height : 100%;
	max-width : 100%;
	overflow-wrap : break-word;
}
.gx-label.ResponsiveImageAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentResponsiveImageAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentResponsiveImageAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	max-height : 100%;
	max-width : 100%;
	overflow-wrap : break-word;
}
.gx-label.BlobContentResponsiveImageAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.AttSubTitleLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.AttSubTitle[data-gx-readonly] 
{
	border-width : 1px;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 20px;
	color : #011668;
	overflow-wrap : break-word;
}
.gx-label.AttSubTitle[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentAttSubTitleLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentAttSubTitle[data-gx-readonly] 
{
	border-width : 1px;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 20px;
	color : #011668;
	overflow-wrap : break-word;
}
.gx-label.BlobContentAttSubTitle[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.CheckboxLabelLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.CheckboxLabel[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
}
.gx-label.CheckboxLabel[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentCheckboxLabelLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentCheckboxLabel[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
}
.gx-label.BlobContentCheckboxLabel[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.CheckBoxLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.LoginAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	width : 240px;
	border-width : 0px;
	color : var(--colors_Text) ;
	overflow-wrap : break-word;
}
.gx-label.LoginAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.gx-label.LoginAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.gx-label.BlobContentLoginAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.BlobContentLoginAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	width : 240px;
	border-width : 0px;
	color : var(--colors_Text) ;
	overflow-wrap : break-word;
}
.gx-label.BlobContentLoginAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.LoginComboAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	width : 240px;
	overflow-wrap : break-word;
	background-position : 95% center;
	background-repeat : no-repeat;
	margin-left : -30px;
	padding-right : 20px;
	background-image : none;
	height : 30px;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.gx-label.LoginComboAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	letter-spacing : 1.7px;
	text-align : left;
}
.gx-label.LoginComboAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	letter-spacing : 1.7px;
	text-align : left;
}
.gx-label.BlobContentLoginComboAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	letter-spacing : 1.7px;
	text-align : left;
}
.BlobContentLoginComboAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	width : 240px;
	overflow-wrap : break-word;
	background-position : 95% center;
	background-repeat : no-repeat;
	margin-left : -30px;
	padding-right : 20px;
	background-image : none;
	height : 30px;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.gx-label.BlobContentLoginComboAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	letter-spacing : 1.7px;
	text-align : left;
}
.gx-label.RegistrationAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.RegistrationAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	width : 270px;
	border-width : 0px;
	color : var(--colors_Text) ;
	overflow-wrap : break-word;
}
.gx-label.RegistrationAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.gx-label.BlobContentRegistrationAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.BlobContentRegistrationAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	width : 270px;
	border-width : 0px;
	color : var(--colors_Text) ;
	overflow-wrap : break-word;
}
.gx-label.BlobContentRegistrationAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.RequiredAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	text-align : left !important;
}
.BlobContentRequiredAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	text-align : left !important;
}
.gx-label.InactiveAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.InactiveAttribute[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	border-style : none;
	color : var(--colors_ReadOnlyText) ;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.InactiveAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentInactiveAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentInactiveAttribute[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	border-style : none;
	color : var(--colors_ReadOnlyText) ;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentInactiveAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.SubtitleAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-right : -35px;
	margin-top : 2px;
	width : 200px;
	border-style : none;
	overflow-wrap : break-word;
}
.gx-label.SubtitleAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-top : 3px;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	max-width : 200px;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.gx-label.SubtitleAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-top : 3px;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	max-width : 200px;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.gx-label.BlobContentSubtitleAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-top : 3px;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	max-width : 200px;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.BlobContentSubtitleAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-right : -35px;
	margin-top : 2px;
	width : 200px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentSubtitleAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-top : 3px;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	max-width : 200px;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.ReadonlySubtitleAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-right : -35px;
	margin-top : 2px;
	width : 200px;
	border-style : none;
	overflow-wrap : break-word;
}
.gx-label.ReadonlySubtitleAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-top : 3px;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	max-width : 200px;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.gx-label.ReadonlySubtitleAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-top : 3px;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	max-width : 200px;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.gx-label.URLAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.URLAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.URLAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentURLAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentURLAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentURLAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.FilterAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.FilterAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	width : 97%;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.gx-label.FilterAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentFilterAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentFilterAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	width : 97%;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.gx-label.BlobContentFilterAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.FilterComboAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	width : 97%;
	background-image : none;
	max-width : 324px;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.gx-label.FilterComboAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	display : block;
	background-color : inherit;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	text-decoration : none;
	color : inherit;
	letter-spacing : 1.8px;
	text-transform : uppercase;
}
.gx-label.FilterComboAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	display : block;
	background-color : inherit;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	text-decoration : none;
	color : inherit;
	letter-spacing : 1.8px;
	text-transform : uppercase;
}
.gx-label.BlobContentFilterComboAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	display : block;
	background-color : inherit;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	text-decoration : none;
	color : inherit;
	letter-spacing : 1.8px;
	text-transform : uppercase;
}
.BlobContentFilterComboAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	width : 97%;
	background-image : none;
	max-width : 324px;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.gx-label.BlobContentFilterComboAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	display : block;
	background-color : inherit;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	text-decoration : none;
	color : inherit;
	letter-spacing : 1.8px;
	text-transform : uppercase;
}
.gx-label.FilterSearchAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.FilterSearchAttribute:focus, textarea.FilterSearchAttribute:focus, select.FilterSearchAttribute:focus, .FilterSearchAttribute>A:focus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
}
.gx-labelinput.FilterSearchAttribute:focusLabel, .gx-label textarea.FilterSearchAttribute:focusLabel, .gx-label select.FilterSearchAttribute:focusLabel, .gx-label .FilterSearchAttribute>A:focusLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.input-group .form-controlinput.FilterSearchAttribute:focus+span.input-group-btn>.btn, .input-group .form-control textarea.FilterSearchAttribute:focus+span.input-group-btn>.btn, .input-group .form-control select.FilterSearchAttribute:focus+span.input-group-btn>.btn, .input-group .form-control .FilterSearchAttribute>A:focus+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
}
input.FilterSearchAttribute:focus[data-gx-readonly],  textarea.FilterSearchAttribute:focus[data-gx-readonly],  select.FilterSearchAttribute:focus[data-gx-readonly],  .FilterSearchAttribute>A:focus[data-gx-readonly] 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
	border-width : 0px;
}
.input-group .form-control.FilterSearchAttribute+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
}
.gx-label.FilterSearchAttributeFocusLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.FilterSearchAttributeFocus:focus, textarea.FilterSearchAttributeFocus:focus, select.FilterSearchAttributeFocus:focus, .FilterSearchAttributeFocus>A:focus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
}
.gx-labelinput.FilterSearchAttributeFocus:focusLabel, .gx-label textarea.FilterSearchAttributeFocus:focusLabel, .gx-label select.FilterSearchAttributeFocus:focusLabel, .gx-label .FilterSearchAttributeFocus>A:focusLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.input-group .form-controlinput.FilterSearchAttributeFocus:focus+span.input-group-btn>.btn, .input-group .form-control textarea.FilterSearchAttributeFocus:focus+span.input-group-btn>.btn, .input-group .form-control select.FilterSearchAttributeFocus:focus+span.input-group-btn>.btn, .input-group .form-control .FilterSearchAttributeFocus>A:focus+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
}
input.FilterSearchAttributeFocus:focus[data-gx-readonly],  textarea.FilterSearchAttributeFocus:focus[data-gx-readonly],  select.FilterSearchAttributeFocus:focus[data-gx-readonly],  .FilterSearchAttributeFocus>A:focus[data-gx-readonly] 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
	border-width : 0px;
}
.input-group .form-control.FilterSearchAttributeFocus+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
}
.FilterSearchAttributeFocus[data-gx-readonly] 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
	border-width : 0px;
}
.gx-label.FilterSearchAttributeFocus[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.FilterSearchAttributeFocus[data-gx-readonly]:focus, textarea.FilterSearchAttributeFocus[data-gx-readonly]:focus, select.FilterSearchAttributeFocus[data-gx-readonly]:focus, .FilterSearchAttributeFocus[data-gx-readonly]>A:focus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
}
.input-group .form-controlinput.FilterSearchAttributeFocus[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control textarea.FilterSearchAttributeFocus[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control select.FilterSearchAttributeFocus[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control .FilterSearchAttributeFocus[data-gx-readonly]>A:focus+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
}
.gx-label.BlobContentFilterSearchAttributeFocusLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.BlobContentFilterSearchAttributeFocus:focus, textarea.BlobContentFilterSearchAttributeFocus:focus, select.BlobContentFilterSearchAttributeFocus:focus, .BlobContentFilterSearchAttributeFocus>A:focus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
}
.gx-labelinput.BlobContentFilterSearchAttributeFocus:focusLabel, .gx-label textarea.BlobContentFilterSearchAttributeFocus:focusLabel, .gx-label select.BlobContentFilterSearchAttributeFocus:focusLabel, .gx-label .BlobContentFilterSearchAttributeFocus>A:focusLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.input-group .form-controlinput.BlobContentFilterSearchAttributeFocus:focus+span.input-group-btn>.btn, .input-group .form-control textarea.BlobContentFilterSearchAttributeFocus:focus+span.input-group-btn>.btn, .input-group .form-control select.BlobContentFilterSearchAttributeFocus:focus+span.input-group-btn>.btn, .input-group .form-control .BlobContentFilterSearchAttributeFocus>A:focus+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
}
input.BlobContentFilterSearchAttributeFocus:focus[data-gx-readonly],  textarea.BlobContentFilterSearchAttributeFocus:focus[data-gx-readonly],  select.BlobContentFilterSearchAttributeFocus:focus[data-gx-readonly],  .BlobContentFilterSearchAttributeFocus>A:focus[data-gx-readonly] 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
	border-width : 0px;
}
.input-group .form-control.BlobContentFilterSearchAttributeFocus+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
}
.BlobContentFilterSearchAttributeFocus[data-gx-readonly] 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
	border-width : 0px;
}
.gx-label.BlobContentFilterSearchAttributeFocus[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.BlobContentFilterSearchAttributeFocus[data-gx-readonly]:focus, textarea.BlobContentFilterSearchAttributeFocus[data-gx-readonly]:focus, select.BlobContentFilterSearchAttributeFocus[data-gx-readonly]:focus, .BlobContentFilterSearchAttributeFocus[data-gx-readonly]>A:focus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
}
.input-group .form-controlinput.BlobContentFilterSearchAttributeFocus[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control textarea.BlobContentFilterSearchAttributeFocus[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control select.BlobContentFilterSearchAttributeFocus[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control .BlobContentFilterSearchAttributeFocus[data-gx-readonly]>A:focus+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
}
.gx-label.DateFilterSearchAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.DateFilterSearchAttribute[data-gx-readonly] 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
	border-width : 0px;
}
.gx-label.DateFilterSearchAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.DateFilterSearchAttribute[data-gx-readonly]:focus, textarea.DateFilterSearchAttribute[data-gx-readonly]:focus, select.DateFilterSearchAttribute[data-gx-readonly]:focus, .DateFilterSearchAttribute[data-gx-readonly]>A:focus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
}
.input-group .form-controlinput.DateFilterSearchAttribute[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control textarea.DateFilterSearchAttribute[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control select.DateFilterSearchAttribute[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control .DateFilterSearchAttribute[data-gx-readonly]>A:focus+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	margin-left : -35px;
	z-index : 2;
}
input.DateFilterSearchAttribute:focus, textarea.DateFilterSearchAttribute:focus, select.DateFilterSearchAttribute:focus, .DateFilterSearchAttribute>A:focus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
}
.gx-labelinput.DateFilterSearchAttribute:focusLabel, .gx-label textarea.DateFilterSearchAttribute:focusLabel, .gx-label select.DateFilterSearchAttribute:focusLabel, .gx-label .DateFilterSearchAttribute>A:focusLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.DateFilterSearchAttribute:focus[data-gx-readonly],  textarea.DateFilterSearchAttribute:focus[data-gx-readonly],  select.DateFilterSearchAttribute:focus[data-gx-readonly],  .DateFilterSearchAttribute>A:focus[data-gx-readonly] 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
	border-width : 0px;
}
.input-group .form-controlinput.DateFilterSearchAttribute:focus[data-gx-readonly]+span.input-group-btn>.btn, .input-group .form-control  textarea.DateFilterSearchAttribute:focus[data-gx-readonly]+span.input-group-btn>.btn, .input-group .form-control  select.DateFilterSearchAttribute:focus[data-gx-readonly]+span.input-group-btn>.btn, .input-group .form-control  .DateFilterSearchAttribute>A:focus[data-gx-readonly]+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	margin-left : -35px;
	z-index : 2;
}
.input-group .form-control.DateFilterSearchAttribute+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	margin-left : -35px;
	z-index : 2;
}
.gx-label.BlobContentDateFilterSearchAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.BlobContentDateFilterSearchAttribute:focus, textarea.BlobContentDateFilterSearchAttribute:focus, select.BlobContentDateFilterSearchAttribute:focus, .BlobContentDateFilterSearchAttribute>A:focus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
}
.gx-labelinput.BlobContentDateFilterSearchAttribute:focusLabel, .gx-label textarea.BlobContentDateFilterSearchAttribute:focusLabel, .gx-label select.BlobContentDateFilterSearchAttribute:focusLabel, .gx-label .BlobContentDateFilterSearchAttribute>A:focusLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.BlobContentDateFilterSearchAttribute:focus[data-gx-readonly],  textarea.BlobContentDateFilterSearchAttribute:focus[data-gx-readonly],  select.BlobContentDateFilterSearchAttribute:focus[data-gx-readonly],  .BlobContentDateFilterSearchAttribute>A:focus[data-gx-readonly] 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
	border-width : 0px;
}
.input-group .form-controlinput.BlobContentDateFilterSearchAttribute:focus[data-gx-readonly]+span.input-group-btn>.btn, .input-group .form-control  textarea.BlobContentDateFilterSearchAttribute:focus[data-gx-readonly]+span.input-group-btn>.btn, .input-group .form-control  select.BlobContentDateFilterSearchAttribute:focus[data-gx-readonly]+span.input-group-btn>.btn, .input-group .form-control  .BlobContentDateFilterSearchAttribute>A:focus[data-gx-readonly]+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	margin-left : -35px;
	z-index : 2;
}
.input-group .form-control.BlobContentDateFilterSearchAttribute+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	margin-left : -35px;
	z-index : 2;
}
.BlobContentDateFilterSearchAttribute[data-gx-readonly] 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
	border-width : 0px;
}
.gx-label.BlobContentDateFilterSearchAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.BlobContentDateFilterSearchAttribute[data-gx-readonly]:focus, textarea.BlobContentDateFilterSearchAttribute[data-gx-readonly]:focus, select.BlobContentDateFilterSearchAttribute[data-gx-readonly]:focus, .BlobContentDateFilterSearchAttribute[data-gx-readonly]>A:focus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
}
.input-group .form-controlinput.BlobContentDateFilterSearchAttribute[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control textarea.BlobContentDateFilterSearchAttribute[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control select.BlobContentDateFilterSearchAttribute[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control .BlobContentDateFilterSearchAttribute[data-gx-readonly]>A:focus+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	margin-left : -35px;
	z-index : 2;
}
.gx-label.FilterPanelLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.FilterPanel[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	border-style : none;
	height : 37px;
	max-width : 100%;
	border-width : 0px;
	color : var(--colors_Text) ;
	-webkit-appearance : none;
	z-index : 10;
	width : calc(100% - 15px);
}
.gx-label.FilterPanel[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentFilterPanelLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentFilterPanel[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	border-style : none;
	height : 37px;
	max-width : 100%;
	border-width : 0px;
	color : var(--colors_Text) ;
	-webkit-appearance : none;
	z-index : 10;
	width : calc(100% - 15px);
}
.gx-label.BlobContentFilterPanel[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ComboAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ComboAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	width : 150px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ComboAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentComboAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentComboAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	width : 150px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentComboAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.AttComboGreen[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-top : 4px;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
	height : 30px;
	border-width : 0px;
	overflow-wrap : break-word;
	width : 100% !important;
}
.gx-label.AttComboGreen[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.gx-label.AttComboGreenLabel 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.gx-label.BlobContentAttComboGreenLabel 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.BlobContentAttComboGreen[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-top : 4px;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
	height : 30px;
	border-width : 0px;
	overflow-wrap : break-word;
	width : 100% !important;
}
.gx-label.BlobContentAttComboGreen[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.AttCheckGreen[data-gx-readonly] 
{
	border-style : solid;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	padding-right : 5px;
	border-bottom-color : #fff;
	border-left-color : #fff;
	border-right-color : #fff;
	border-top-color : #fff;
	font-family : OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
	height : 30px;
	width : 200px;
	border-width : 0px;
}
.gx-label.AttCheckGreen[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.gx-label.AttCheckGreenLabel 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.gx-label.BlobContentAttCheckGreenLabel 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.BlobContentAttCheckGreen[data-gx-readonly] 
{
	border-style : solid;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	padding-right : 5px;
	border-bottom-color : #fff;
	border-left-color : #fff;
	border-right-color : #fff;
	border-top-color : #fff;
	font-family : OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
	height : 30px;
	width : 200px;
	border-width : 0px;
}
.gx-label.BlobContentAttCheckGreen[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.gx-label.AttNombreMasterLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.AttNombreMaster[data-gx-readonly] 
{
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-bottom-color : rgba(255,255,255,0);
	border-left-color : rgba(255,255,255,0);
	border-right-color : rgba(255,255,255,0);
	border-top-color : rgba(255,255,255,0);
	border-style : none;
	font-size : 16px;
	color : #fff;
	font-family : var(--fonts_RB_REG) ;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.AttNombreMaster[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentAttNombreMasterLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentAttNombreMaster[data-gx-readonly] 
{
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-bottom-color : rgba(255,255,255,0);
	border-left-color : rgba(255,255,255,0);
	border-right-color : rgba(255,255,255,0);
	border-top-color : rgba(255,255,255,0);
	border-style : none;
	font-size : 16px;
	color : #fff;
	font-family : var(--fonts_RB_REG) ;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentAttNombreMaster[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.AttributeEncuestaLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.AttributeEncuesta[data-gx-readonly] 
{
	border-style : solid;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	font-family : Poppins-SemiBold, Poppins-Regular, OpenSans-Regular;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.AttributeEncuesta[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentAttributeEncuestaLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentAttributeEncuesta[data-gx-readonly] 
{
	border-style : solid;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	font-family : Poppins-SemiBold, Poppins-Regular, OpenSans-Regular;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobContentAttributeEncuesta[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.AttributeEncuesta1[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	width : 90%;
	max-width : 90%;
	border-width : 0px;
}
.gx-label.AttributeEncuesta1[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.AttributeEncuesta1Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobContentAttributeEncuesta1Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobContentAttributeEncuesta1[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	width : 90%;
	max-width : 90%;
	border-width : 0px;
}
.gx-label.BlobContentAttributeEncuesta1[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BtnCancel:hover 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_ReadOnlyText) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	height : 40px;
	width : 140px;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
}
.BtnCancel:focus 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Border) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	height : 40px;
	width : 140px;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
}
.BtnCancel:focus:hover 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_ReadOnlyText) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	height : 40px;
	width : 140px;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
}
.BtnDelete:hover 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_ReadOnlyText) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	height : 40px;
	width : 140px;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
}
.BtnDelete:focus 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Border) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	height : 40px;
	width : 140px;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
}
.BtnDelete:focus:hover 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_ReadOnlyText) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	height : 40px;
	width : 140px;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
}
.BtnDelete[disabled] 
{
	border-style : outset;
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	background-color : inherit;
	visibility : hidden;
}
.BtnEnter:hover 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : white;
	height : 40px;
	width : 140px;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
}
.BtnEnter:focus 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : white;
	height : 40px;
	width : 140px;
	letter-spacing : 1.8px;
	text-transform : uppercase;
	text-align : center !important;
}
.BtnEnter:focus:hover 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : white;
	height : 40px;
	width : 140px;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
}
.BtnAdd:hover 
{
	ButtonBorderStyle : standard;
	background-position : 6px;
	background-repeat : no-repeat;
	margin-left : 0px;
	margin-top : 1px;
	padding-bottom : 6px;
	padding-left : 27px;
	padding-top : 7px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
	text-decoration : underline;
}
.BtnAdd:hover:focus 
{
	ButtonBorderStyle : standard;
	background-position : 6px;
	background-repeat : no-repeat;
	margin-left : 0px;
	margin-top : 1px;
	padding-bottom : 6px;
	padding-left : 27px;
	padding-top : 7px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.BtnAdd:focus 
{
	ButtonBorderStyle : standard;
	background-position : 6px;
	background-repeat : no-repeat;
	margin-left : 0px;
	margin-top : 1px;
	padding-bottom : 6px;
	padding-left : 27px;
	padding-top : 7px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.BtnAdd:focus:hover 
{
	ButtonBorderStyle : standard;
	background-position : 6px;
	background-repeat : no-repeat;
	margin-left : 0px;
	margin-top : 1px;
	padding-bottom : 6px;
	padding-left : 27px;
	padding-top : 7px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
	text-decoration : underline;
}
.BotonSalir:hover 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #0c2eb5;
	border-left-color : #0c2eb5;
	border-right-color : #0c2eb5;
	border-top-color : #0c2eb5;
	border-style : solid;
	border-width : 1px;
	font-family : Poppins-SemiBold;
	font-size : 16px;
	color : #0c2eb5;
	height : 44px;
	width : 200px;
}
.BotonSalir:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #0c2eb5;
	border-left-color : #0c2eb5;
	border-right-color : #0c2eb5;
	border-top-color : #0c2eb5;
	border-style : solid;
	border-width : 1px;
	font-family : Poppins-SemiBold;
	font-size : 16px;
	color : #0c2eb5;
	height : 44px;
	width : 200px;
}
.BotonSalir:hover:focus:active 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #0c2eb5;
	border-left-color : #0c2eb5;
	border-right-color : #0c2eb5;
	border-top-color : #0c2eb5;
	border-style : solid;
	border-width : 1px;
	font-family : Poppins-SemiBold;
	font-size : 16px;
	color : #0c2eb5;
	height : 44px;
	width : 200px;
}
.BotonSalir:focus 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #0c2eb5;
	border-left-color : #0c2eb5;
	border-right-color : #0c2eb5;
	border-top-color : #0c2eb5;
	border-style : solid;
	border-width : 1px;
	font-family : Poppins-SemiBold;
	font-size : 16px;
	color : #0c2eb5;
	height : 44px;
	width : 200px;
}
.BotonSalir:focus:hover 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #0c2eb5;
	border-left-color : #0c2eb5;
	border-right-color : #0c2eb5;
	border-top-color : #0c2eb5;
	border-style : solid;
	border-width : 1px;
	font-family : Poppins-SemiBold;
	font-size : 16px;
	color : #0c2eb5;
	height : 44px;
	width : 200px;
}
.BotonSalir:focus:hover:active 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #0c2eb5;
	border-left-color : #0c2eb5;
	border-right-color : #0c2eb5;
	border-top-color : #0c2eb5;
	border-style : solid;
	border-width : 1px;
	font-family : Poppins-SemiBold;
	font-size : 16px;
	color : #0c2eb5;
	height : 44px;
	width : 200px;
}
.BotonSalir:active 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #0c2eb5;
	border-left-color : #0c2eb5;
	border-right-color : #0c2eb5;
	border-top-color : #0c2eb5;
	border-style : solid;
	border-width : 1px;
	font-family : Poppins-SemiBold;
	font-size : 16px;
	color : #0c2eb5;
	height : 44px;
	width : 200px;
}
.BotonSalir:active:hover 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #0c2eb5;
	border-left-color : #0c2eb5;
	border-right-color : #0c2eb5;
	border-top-color : #0c2eb5;
	border-style : solid;
	border-width : 1px;
	font-family : Poppins-SemiBold;
	font-size : 16px;
	color : #0c2eb5;
	height : 44px;
	width : 200px;
}
.BotonSalir:active:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #0c2eb5;
	border-left-color : #0c2eb5;
	border-right-color : #0c2eb5;
	border-top-color : #0c2eb5;
	border-style : solid;
	border-width : 1px;
	font-family : Poppins-SemiBold;
	font-size : 16px;
	color : #0c2eb5;
	height : 44px;
	width : 200px;
}
.BotonEnviar:hover 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 14px;
	color : #fff;
	height : 44px;
	width : 260px;
}
.BotonEnviar:hover:focus 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 14px;
	color : #fff;
	height : 44px;
	width : 260px;
}
.BotonEnviar:hover:focus:active 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 14px;
	color : #fff;
	height : 44px;
	width : 260px;
}
.BotonEnviar:focus 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 14px;
	color : #fff;
	height : 44px;
	width : 260px;
}
.BotonEnviar:focus:hover 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 14px;
	color : #fff;
	height : 44px;
	width : 260px;
}
.BotonEnviar:focus:hover:active 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 14px;
	color : #fff;
	height : 44px;
	width : 260px;
}
.BotonEnviar:active 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 14px;
	color : #fff;
	height : 44px;
	width : 260px;
}
.BotonEnviar:active:hover 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 14px;
	color : #fff;
	height : 44px;
	width : 260px;
}
.BotonEnviar:active:hover:focus 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 14px;
	color : #fff;
	height : 44px;
	width : 260px;
}
.ActionButtons:hover 
{
	ButtonBorderStyle : standard;
	margin-left : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
	text-decoration : underline;
}
.ActionButtons:hover:focus 
{
	ButtonBorderStyle : standard;
	margin-left : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.ActionButtons:focus 
{
	ButtonBorderStyle : standard;
	margin-left : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.ActionButtons:focus:hover 
{
	ButtonBorderStyle : standard;
	margin-left : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
	text-decoration : underline;
}
.MainMenuButton:focus 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.MainMenuButton:focus:active 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.MainMenuButton:active 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.MainMenuButton:active:focus 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.BtnGreenSmallFiltro:hover 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro:hover:focus:active 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro:hover:focus:active[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro:focus 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro:focus:hover 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro:focus:hover:active 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro:focus:hover:active[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro:active 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro:active:hover 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro:active:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro:active:hover:focus[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro[disabled]:hover 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro[disabled]:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro[disabled]:hover:focus:active 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallStep:hover 
{
	ButtonBorderStyle : standard;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	background-color : #008775;
	border-bottom-color : #008775;
	border-left-color : #008775;
	border-right-color : #008775;
	border-top-color : #008775;
	color : white;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallStep:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallStep:hover:focus:active 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallStep:hover:focus:active[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallStep:focus 
{
	ButtonBorderStyle : standard;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	background-color : #008775;
	border-bottom-color : #008775;
	border-left-color : #008775;
	border-right-color : #008775;
	border-top-color : #008775;
	color : white;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallStep:focus:hover 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallStep:focus:hover:active 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallStep:focus:hover:active[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallStep:active 
{
	ButtonBorderStyle : standard;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	background-color : #008775;
	border-bottom-color : #008775;
	border-left-color : #008775;
	border-right-color : #008775;
	border-top-color : #008775;
	color : white;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallStep:active:hover 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallStep:active:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallStep:active:hover:focus[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallStep[disabled] 
{
	ButtonBorderStyle : standard;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	background-color : #008775;
	border-bottom-color : #008775;
	border-left-color : #008775;
	border-right-color : #008775;
	border-top-color : #008775;
	color : white;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallStep[disabled]:hover 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallStep[disabled]:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallStep[disabled]:hover:focus:active 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmar:hover 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmar:hover:focus 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmar:hover:focus:active 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmar:hover:focus:active[disabled] 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmar:focus 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmar:focus:hover 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmar:focus:hover:active 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmar:focus:hover:active[disabled] 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmar:active 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmar:active:hover 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmar:active:hover:focus 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmar:active:hover:focus[disabled] 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmar[disabled] 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmar[disabled]:hover 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmar[disabled]:hover:focus 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmar[disabled]:hover:focus:active 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenAdd:hover 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-right : 25px;
	margin-top : 10px;
	height : 35px;
	outline : none !important;
	width : 190px !important;
}
.BtnGreenAdd:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-right : 25px;
	margin-top : 10px;
	height : 35px;
	outline : none !important;
	width : 190px !important;
}
.BtnGreenAdd:hover:focus:active 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-right : 25px;
	margin-top : 10px;
	height : 35px;
	outline : none !important;
	width : 190px !important;
}
.BtnGreenAdd:hover:focus:active[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-right : 25px;
	margin-top : 10px;
	height : 35px;
	outline : none !important;
	width : 190px !important;
}
.BtnGreenAdd:focus 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-right : 25px;
	margin-top : 10px;
	height : 35px;
	outline : none !important;
	width : 190px !important;
}
.BtnGreenAdd:focus:hover 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-right : 25px;
	margin-top : 10px;
	height : 35px;
	outline : none !important;
	width : 190px !important;
}
.BtnGreenAdd:focus:hover:active 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-right : 25px;
	margin-top : 10px;
	height : 35px;
	outline : none !important;
	width : 190px !important;
}
.BtnGreenAdd:focus:hover:active[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-right : 25px;
	margin-top : 10px;
	height : 35px;
	outline : none !important;
	width : 190px !important;
}
.BtnGreenAdd:active 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-right : 25px;
	margin-top : 10px;
	height : 35px;
	outline : none !important;
	width : 190px !important;
}
.BtnGreenAdd:active:hover 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-right : 25px;
	margin-top : 10px;
	height : 35px;
	outline : none !important;
	width : 190px !important;
}
.BtnGreenAdd:active:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-right : 25px;
	margin-top : 10px;
	height : 35px;
	outline : none !important;
	width : 190px !important;
}
.BtnGreenAdd:active:hover:focus[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-right : 25px;
	margin-top : 10px;
	height : 35px;
	outline : none !important;
	width : 190px !important;
}
.BtnGreenAdd[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-right : 25px;
	margin-top : 10px;
	height : 35px;
	outline : none !important;
	width : 190px !important;
}
.BtnGreenAdd[disabled]:hover 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-right : 25px;
	margin-top : 10px;
	height : 35px;
	outline : none !important;
	width : 190px !important;
}
.BtnGreenAdd[disabled]:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-right : 25px;
	margin-top : 10px;
	height : 35px;
	outline : none !important;
	width : 190px !important;
}
.BtnGreenAdd[disabled]:hover:focus:active 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-right : 25px;
	margin-top : 10px;
	height : 35px;
	outline : none !important;
	width : 190px !important;
}
.BtnWhiteSmallNew:hover 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNew:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNew:hover:focus:active 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNew:hover:focus:active[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNew:focus 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNew:focus:hover 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNew:focus:hover:active 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNew:focus:hover:active[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNew:active 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNew:active:hover 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNew:active:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNew:active:hover:focus[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNew[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNew[disabled]:hover 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNew[disabled]:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNew[disabled]:hover:focus:active 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.PopupButtonsClose:hover 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-repeat : no-repeat;
	float : right;
	margin-right : 10px;
	margin-top : -6px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : 33px;
	color : white;
	cursor : pointer;
	vertical-align : top;
	content : 'x';
	opacity : 1;
}
div.WWTab UL.nav-tabs LI A, div.WWTab UL.nav-tabs LI 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
}
div.WWTab UL.nav-tabs LI A li.active a,  div.WWTab UL.nav-tabs LI li.active a 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	background-color : white;
	border-bottom : none;
	border-left : solid #EAEAEA 1px;
	border-right : solid #EAEAEA 1px;
	border-top : solid #EAEAEA 1px;
	color : var(--colors_Text) ;
}
div.WWTab UL.nav-tabs LI A li.active a:hover,   div.WWTab UL.nav-tabs LI li.active a:hover 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
	text-decoration : underline;
}
div.WWTab UL.nav-tabs LI:first-child A 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
}
div.WWTab UL.nav-tabs LI:first-child A li.active a 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	background-color : white;
	border-bottom : none;
	border-left : solid #EAEAEA 1px;
	border-right : solid #EAEAEA 1px;
	border-top : solid #EAEAEA 1px;
	color : var(--colors_Text) ;
}
div.WWTab UL.nav-tabs LI:first-child A li.active a:hover 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
	text-decoration : underline;
}
div.WWTab UL.nav-tabs LI:last-child A 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
}
div.WWTab UL.nav-tabs LI:last-child A li.active a 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	background-color : white;
	border-bottom : none;
	border-left : solid #EAEAEA 1px;
	border-right : solid #EAEAEA 1px;
	border-top : solid #EAEAEA 1px;
	color : var(--colors_Text) ;
}
div.WWTab UL.nav-tabs LI:last-child A li.active a:hover 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
	text-decoration : underline;
}
div.WWTab UL.nav-tabs 
{
	border-style : none;
	border-width : 0px;
	background-color : var(--colors_Background) ;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	height : 50px;
}
.TableButtons>TBODY>TR[data-gxrow] 
{
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Text) ;
}
.FormContainer>TBODY>TR[data-gxrow] 
{
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
}
.ErrorViewer > .gx-error-message 
{
	margin-left : 5px;
	display : list-item;
	list-style-position : inside;
	border-style : none;
	border-width : 0px;
}
.ErrorViewer > .gx-warning-message 
{
	margin-left : 5px;
	display : list-item;
	list-style-position : inside;
	border-style : none;
	border-width : 0px;
}
.FreeStyleGridFooter>.gx_newrow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	content : '';
	line-height : 49px;
}
.FreeStyleGrid+div.gx-grid-loading 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.FreeStyleGrid+.gx-text-gridnodata 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.FreeStyleGrid[data-gx-grid-nodata] 
{
	grid-background-color-style : 0;
	border-style : none;
	border-width : 1px;
	background-color : lightgray;
	min-height : 4em;
	width : 100%;
}
.FreeStyleGrid[data-gx-grid-nodata]>tfoot .gx_newrow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	content : '';
	line-height : 49px;
}
.FreeStyleGrid[data-gx-grid-nodata]+div.gx-grid-loading 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.FreeStyleGrid[data-gx-grid-nodata]+.gx-text-gridnodata 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.TrnSublevelGrid+div.gx-grid-loading 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.TrnSublevelGrid+.gx-text-gridnodata 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.TrnSublevelGrid[data-gx-grid-nodata] 
{
	grid-background-color-style : 0;
	border-style : none;
	border-width : 1px;
	background-color : lightgray;
	min-height : 4em;
	width : 100%;
}
.TrnSublevelGrid[data-gx-grid-nodata]>tfoot .gx_newrow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	content : '';
	line-height : 49px;
}
.TrnSublevelGrid[data-gx-grid-nodata]+div.gx-grid-loading 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.TrnSublevelGrid[data-gx-grid-nodata]+.gx-text-gridnodata 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.TrnSublevelGridFooter>.gx_newrow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	background-color : white;
	line-height : 49px;
}
.gx-navbar.ActionGroup .navbar-nav>li,.open .ActionGroup.gx-dropdown-menu.dropdown-menu>li>a, .gx-navbar.ActionGroup .navbar-nav>li>a,.open .gx-navbar.ActionGroup .navbar-nav>li.dropdown>a, .gx-navbar.ActionGroup .navbar-nav>li.open>a 
{
	background-color : inherit;
	margin-top : 6px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
}
.gx-navbar.ActionGroup .navbar-nav>li>a,.ActionGroup.gx-dropdown-menu.dropdown-menu>li>a 
{
	border-style : none;
	border-width : 0px;
	display : block;
	background-color : inherit;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	text-decoration : none;
	color : inherit;
	letter-spacing : 1.8px;
	text-transform : uppercase;
}
.gx-navbar.ActionGroup .navbar-header>button 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.gx-navbar.ActionGroup .navbar-header>button:focus 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.gx-navbar.ActionGroup .navbar-header>button:focus:active 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.gx-navbar.MainMenu .navbar-nav>li>a,.MainMenu.gx-dropdown-menu.dropdown-menu>li>a 
{
	border-style : none;
	border-width : 0px;
	display : block;
	background-color : inherit;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	text-decoration : none;
	color : inherit;
	letter-spacing : 1.8px;
	text-transform : uppercase;
}
.gx-navbar.MainMenu .navbar-header>button 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.gx-navbar.MainMenu .navbar-header>button:focus 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.gx-navbar.MainMenu .navbar-header>button:focus:active 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.gx-navbar.MainMenu .navbar-nav>li,.open .MainMenu.gx-dropdown-menu.dropdown-menu>li>a, .gx-navbar.MainMenu .navbar-nav>li>a,.open .gx-navbar.MainMenu .navbar-nav>li.dropdown>a, .gx-navbar.MainMenu .navbar-nav>li.open>a 
{
	margin-top : 6px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-family : Arial;
	background-color : var(--colors_Base) ;
	font-size : 16px;
	font-weight : 400;
	color : var(--colors_Dominant) ;
}
.gx-navbar.MainMenu .navbar-nav>li:hover, .open .MainMenu.gx-dropdown-menu.dropdown-menu>li>a:hover,  .gx-navbar.MainMenu .navbar-nav>li>a:hover, .open .gx-navbar.MainMenu .navbar-nav>li.dropdown>a:hover,  .gx-navbar.MainMenu .navbar-nav>li.open>a:hover 
{
	margin-top : 6px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-family : Arial;
	background-color : var(--colors_Base) ;
	font-size : 16px;
	font-weight : 400;
	color : var(--colors_Dominant) ;
}
.gx-navbar.MainMenu .navbar-nav>li.active>a,.open .MainMenu.gx-dropdown-menu.dropdown-menu>li.active>a 
{
	margin-top : 6px;
	padding-top : 0px;
	font-family : Arial;
	background-color : var(--colors_Base) ;
	border-bottom : 4px;
	border-bottom-color : var(--colors_Dominant) ;
	border-left : 0px;
	border-right : 0px;
	border-style : solid;
	border-top : 0px;
	padding-bottom : 22px;
	font-size : 16px;
	font-weight : 400;
	color : white;
}
.gx-navbar.MainMenu .navbar-nav>li.active>a:hover, .open .MainMenu.gx-dropdown-menu.dropdown-menu>li.active>a:hover 
{
	margin-top : 6px;
	padding-top : 0px;
	font-family : Arial;
	background-color : var(--colors_Base) ;
	border-bottom : 4px;
	border-bottom-color : var(--colors_Dominant) ;
	border-left : 0px;
	border-right : 0px;
	border-style : solid;
	border-top : 0px;
	padding-bottom : 22px;
	font-size : 16px;
	font-weight : 400;
	color : white;
}
.gx-navbar.Submenu .navbar-nav>li>a,.Submenu.gx-dropdown-menu.dropdown-menu>li>a 
{
	border-style : none;
	border-width : 0px;
	display : block;
	background-color : inherit;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	text-decoration : none;
	color : inherit;
	letter-spacing : 1.8px;
	text-transform : uppercase;
}
.gx-navbar.Submenu .navbar-header>button 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.gx-navbar.Submenu .navbar-header>button:focus 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.gx-navbar.Submenu .navbar-header>button:focus:active 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.gx-navbar.Submenu .navbar-nav>li,.open .Submenu.gx-dropdown-menu.dropdown-menu>li>a, .gx-navbar.Submenu .navbar-nav>li>a,.open .gx-navbar.Submenu .navbar-nav>li.dropdown>a, .gx-navbar.Submenu .navbar-nav>li.open>a 
{
	background-color : inherit;
	margin-top : 6px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
	font-size : 14px;
}
.gx-navbar.Submenu .navbar-nav>li:hover, .open .Submenu.gx-dropdown-menu.dropdown-menu>li>a:hover,  .gx-navbar.Submenu .navbar-nav>li>a:hover, .open .gx-navbar.Submenu .navbar-nav>li.dropdown>a:hover,  .gx-navbar.Submenu .navbar-nav>li.open>a:hover 
{
	margin-top : 6px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-family : Arial;
	font-weight : 400;
	background-color : white;
	font-size : 14px;
	text-decoration : underline;
	color : var(--colors_Base) ;
}
.gx-navbar.Submenu .navbar-nav>li.active>a,.open .Submenu.gx-dropdown-menu.dropdown-menu>li.active>a 
{
	margin-top : 6px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-family : Arial;
	font-weight : 400;
	background-color : white;
	font-size : 14px;
	text-decoration : underline;
	color : var(--colors_Base) ;
}
.gx-navbar.Submenu .navbar-nav>li.active>a:hover, .open .Submenu.gx-dropdown-menu.dropdown-menu>li.active>a:hover 
{
	margin-top : 6px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-family : Arial;
	font-weight : 400;
	background-color : white;
	font-size : 14px;
	text-decoration : underline;
	color : var(--colors_Base) ;
}
.Popup > div.gx-popup-header 
{
	border-style : none;
	border-width : 0px;
	background-color : var(--colors_WarningColor) ;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	min-height : 35px;
	cursor : move;
	line-height : 35px;
}
.Popup > div.gx-popup-content 
{
	border-style : none;
	border-width : 0px;
	background-color : white;
}
.Popup div.gx-popup-resize img 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	float : right;
	margin-right : 0px;
	margin-top : 0px;
	width : 7px;
	cursor : se-resize;
}
.Popup span.gx-popup-close:before 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-repeat : no-repeat;
	float : right;
	margin-right : 10px;
	margin-top : -6px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : 33px;
	color : white;
	cursor : pointer;
	vertical-align : top;
	content : '';
	content : 'x';
	opacity : .6;
}
.Popup span.gx-popup-close:before:hover 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-repeat : no-repeat;
	float : right;
	margin-right : 10px;
	margin-top : -6px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : 33px;
	color : white;
	cursor : pointer;
	vertical-align : top;
	content : 'x';
	opacity : 1;
}
.PopupCobertura div.gx-popup-resize img 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	float : right;
	margin-right : 0px;
	margin-top : 0px;
	width : 7px;
	cursor : se-resize;
}
.PopupCobertura span.gx-popup-close:before 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-repeat : no-repeat;
	float : right;
	margin-right : 10px;
	margin-top : -6px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : 33px;
	color : white;
	cursor : pointer;
	vertical-align : top;
	content : '';
	content : 'x';
	opacity : .6;
}
.PopupCobertura span.gx-popup-close:before:hover 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-repeat : no-repeat;
	float : right;
	margin-right : 10px;
	margin-top : -6px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : 33px;
	color : white;
	cursor : pointer;
	vertical-align : top;
	content : 'x';
	opacity : 1;
}
.PopupCobertura > div.gx-popup-header 
{
	border-style : none;
	border-width : 0px;
	background-color : var(--colors_WarningColor) ;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	min-height : 35px;
	cursor : move;
	font-family : Poppins-SemiBold;
	font-size : 14px;
	color : white;
	line-height : 35px;
	text-align : center;
}
.PopupCobertura > div.gx-popup-content 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	overflow : hidden;
	box-shadow : 0 24px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
}
.WWTabPageSelected li.active a 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	background-color : white;
	border-bottom : none;
	border-left : solid #EAEAEA 1px;
	border-right : solid #EAEAEA 1px;
	border-top : solid #EAEAEA 1px;
	color : var(--colors_Text) ;
}
.WWTabPageSelected li.active a:hover 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
	text-decoration : underline;
}
.WWTabPageSelected:hover 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
	text-decoration : underline;
}
.WWTabPageSelected:hover li.active a 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	background-color : white;
	border-bottom : none;
	border-left : solid #EAEAEA 1px;
	border-right : solid #EAEAEA 1px;
	border-top : solid #EAEAEA 1px;
	color : var(--colors_Text) ;
}
.WWTabPageHovered li.active a 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	background-color : white;
	border-bottom : none;
	border-left : solid #EAEAEA 1px;
	border-right : solid #EAEAEA 1px;
	border-top : solid #EAEAEA 1px;
	color : var(--colors_Text) ;
}
.WWTabPageHovered li.active a:hover 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
	text-decoration : underline;
}
.WWTabPageHovered:hover 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
	text-decoration : underline;
}
.WWTabPageHovered:hover li.active a 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	background-color : white;
	border-bottom : none;
	border-left : solid #EAEAEA 1px;
	border-right : solid #EAEAEA 1px;
	border-top : solid #EAEAEA 1px;
	color : var(--colors_Text) ;
}
.WWFirstTabPage li.active a 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	background-color : white;
	border-bottom : none;
	border-left : solid #EAEAEA 1px;
	border-right : solid #EAEAEA 1px;
	border-top : solid #EAEAEA 1px;
	color : var(--colors_Text) ;
}
.WWFirstTabPage li.active a:hover 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
	text-decoration : underline;
}
.WWFirstTabPage:hover 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	color : var(--colors_Base) ;
	text-decoration : underline;
}
.WWFirstTabPage:hover li.active a 
{
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	height : 50px;
	font-family : Arial;
	font-weight : 400;
	background-color : white;
	border-bottom : none;
	border-left : solid #EAEAEA 1px;
	border-right : solid #EAEAEA 1px;
	border-top : solid #EAEAEA 1px;
	color : var(--colors_Text) ;
}
.GridNoData>tfoot .gx_newrow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	content : '';
	line-height : 49px;
}
.GridNoData+div.gx-grid-loading 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.GridNoData+.gx-text-gridnodata 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.GridNoData[data-gx-grid-nodata] 
{
	grid-background-color-style : 0;
	border-style : none;
	border-width : 1px;
	background-color : lightgray;
	min-height : 4em;
	width : 100%;
}
.GridNoData[data-gx-grid-nodata]>tfoot .gx_newrow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	content : '';
	line-height : 49px;
}
.GridNoData[data-gx-grid-nodata]+div.gx-grid-loading 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.GridNoData[data-gx-grid-nodata]+.gx-text-gridnodata 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.PromptGrid>tfoot .gx_newrow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	content : '';
	line-height : 49px;
}
.PromptGrid+div.gx-grid-loading 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.PromptGrid+.gx-text-gridnodata 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.PromptGrid[data-gx-grid-nodata] 
{
	grid-background-color-style : 0;
	border-style : none;
	border-width : 1px;
	background-color : lightgray;
	min-height : 4em;
	width : 100%;
}
.PromptGrid[data-gx-grid-nodata]>tfoot .gx_newrow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	content : '';
	line-height : 49px;
}
.PromptGrid[data-gx-grid-nodata]+div.gx-grid-loading 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.PromptGrid[data-gx-grid-nodata]+.gx-text-gridnodata 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.PromptGrid>TBODY>TR[data-gxrow] 
{
	font-family : OpenSans-Regular;
	font-size : 12px;
	font-weight : 400;
}
.PromptGrid>THEAD>TR 
{
	font-family : Poppins-Regular, OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
}
.ViewGrid>tfoot .gx_newrow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	content : '';
	line-height : 49px;
}
.ViewGrid+div.gx-grid-loading 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.ViewGrid+.gx-text-gridnodata 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.ViewGrid[data-gx-grid-nodata] 
{
	grid-background-color-style : 0;
	border-style : none;
	border-width : 1px;
	background-color : lightgray;
	min-height : 4em;
	width : 100%;
}
.ViewGrid[data-gx-grid-nodata]>tfoot .gx_newrow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	content : '';
	line-height : 49px;
}
.ViewGrid[data-gx-grid-nodata]+div.gx-grid-loading 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.ViewGrid[data-gx-grid-nodata]+.gx-text-gridnodata 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.ViewGrid>TBODY>TR[data-gxrow] 
{
	font-family : OpenSans-Regular;
	font-size : 12px;
	font-weight : 400;
}
.ViewGrid>THEAD>TR 
{
	font-family : Poppins-Regular, OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
}
.WorkWith2>tfoot .gx_newrow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	content : '';
	line-height : 49px;
}
.WorkWith2+div.gx-grid-loading 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.WorkWith2+.gx-text-gridnodata 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.WorkWith2[data-gx-grid-nodata] 
{
	grid-background-color-style : 0;
	border-style : none;
	border-width : 1px;
	background-color : lightgray;
	min-height : 4em;
	width : 100%;
}
.WorkWith2[data-gx-grid-nodata]>tfoot .gx_newrow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	content : '';
	line-height : 49px;
}
.WorkWith2[data-gx-grid-nodata]+div.gx-grid-loading 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.WorkWith2[data-gx-grid-nodata]+.gx-text-gridnodata 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.WorkWith2>TBODY>TR[data-gxrow] 
{
	font-family : OpenSans-Regular;
	font-size : 12px;
	font-weight : 400;
}
.WorkWith2>THEAD>TR 
{
	font-family : Poppins-Regular, OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
}
.TextBlockHeaderLinkClass>A 
{
	border-style : none;
	border-width : 0px;
	display : block;
	font-family : Arial;
	font-size : 32px;
	font-weight : 400;
	color : white;
	margin-left : 0px;
	text-decoration : none;
}
.LinkRoundedImageText>A 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 22px;
	font-weight : 400;
	color : white;
	text-transform : uppercase;
	padding-left : 0px;
	padding-top : 0px;
}
.WWLinkOrderItem>A 
{
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	border-bottom-color : var(--colors_Border) ;
	border-left-color : var(--colors_Border) ;
	border-right-color : var(--colors_Border) ;
	border-top-color : var(--colors_Border) ;
	border-width : 1px;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	border-bottom-right-radius : 5px;
	border-bottom-left-radius : 5px;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	border-style : none;
	color : black;
}
.WWLinkOrderItem>A:hover 
{
	border-bottom : 1px;
	border-left : 1px;
	border-right : 1px;
	border-top : 1px;
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	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;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	border-bottom-color : var(--colors_Base) ;
	border-left-color : var(--colors_Base) ;
	border-right-color : var(--colors_Base) ;
	border-top-color : var(--colors_Base) ;
	color : var(--colors_Base) ;
}
.WWLinkOrderItem:hover 
{
	border-bottom : 1px;
	border-left : 1px;
	border-right : 1px;
	border-top : 1px;
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	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;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	border-bottom-color : var(--colors_Base) ;
	border-left-color : var(--colors_Base) ;
	border-right-color : var(--colors_Base) ;
	border-top-color : var(--colors_Base) ;
	color : var(--colors_Base) ;
}
.WWLinkOrderItem:hover>A 
{
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	border-bottom-color : var(--colors_Border) ;
	border-left-color : var(--colors_Border) ;
	border-right-color : var(--colors_Border) ;
	border-top-color : var(--colors_Border) ;
	border-width : 1px;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	border-bottom-right-radius : 5px;
	border-bottom-left-radius : 5px;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	border-style : none;
	color : black;
}
.WWOrderItemHover>A 
{
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	border-bottom-color : var(--colors_Border) ;
	border-left-color : var(--colors_Border) ;
	border-right-color : var(--colors_Border) ;
	border-top-color : var(--colors_Border) ;
	border-width : 1px;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	border-bottom-right-radius : 5px;
	border-bottom-left-radius : 5px;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	border-style : none;
	color : black;
}
.WWOrderItemHover>A:hover 
{
	border-bottom : 1px;
	border-left : 1px;
	border-right : 1px;
	border-top : 1px;
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	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;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	border-bottom-color : var(--colors_Base) ;
	border-left-color : var(--colors_Base) ;
	border-right-color : var(--colors_Base) ;
	border-top-color : var(--colors_Base) ;
	color : var(--colors_Base) ;
}
.WWOrderItemHover:hover 
{
	border-bottom : 1px;
	border-left : 1px;
	border-right : 1px;
	border-top : 1px;
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	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;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	border-bottom-color : var(--colors_Base) ;
	border-left-color : var(--colors_Base) ;
	border-right-color : var(--colors_Base) ;
	border-top-color : var(--colors_Base) ;
	color : var(--colors_Base) ;
}
.WWOrderItemHover:hover>A 
{
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	border-bottom-color : var(--colors_Border) ;
	border-left-color : var(--colors_Border) ;
	border-right-color : var(--colors_Border) ;
	border-top-color : var(--colors_Border) ;
	border-width : 1px;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	border-bottom-right-radius : 5px;
	border-bottom-left-radius : 5px;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	border-style : none;
	color : black;
}
.WWOrderItemSelected>A 
{
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	border-bottom-color : var(--colors_Border) ;
	border-left-color : var(--colors_Border) ;
	border-right-color : var(--colors_Border) ;
	border-top-color : var(--colors_Border) ;
	border-width : 1px;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	border-bottom-right-radius : 5px;
	border-bottom-left-radius : 5px;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	border-style : none;
	color : black;
}
.WWOrderItemSelected>A:hover 
{
	border-bottom : 1px;
	border-left : 1px;
	border-right : 1px;
	border-top : 1px;
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	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;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	border-bottom-color : var(--colors_Base) ;
	border-left-color : var(--colors_Base) ;
	border-right-color : var(--colors_Base) ;
	border-top-color : var(--colors_Base) ;
	color : var(--colors_Base) ;
}
.WWOrderItemSelected:hover 
{
	border-bottom : 1px;
	border-left : 1px;
	border-right : 1px;
	border-top : 1px;
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	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;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	border-bottom-color : var(--colors_Base) ;
	border-left-color : var(--colors_Base) ;
	border-right-color : var(--colors_Base) ;
	border-top-color : var(--colors_Base) ;
	color : var(--colors_Base) ;
}
.WWOrderItemSelected:hover>A 
{
	margin-bottom : 3px;
	margin-top : 3px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	display : inline-block;
	border-bottom-color : var(--colors_Border) ;
	border-left-color : var(--colors_Border) ;
	border-right-color : var(--colors_Border) ;
	border-top-color : var(--colors_Border) ;
	border-width : 1px;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	border-bottom-right-radius : 5px;
	border-bottom-left-radius : 5px;
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	border-style : none;
	color : black;
}
.MainMenuItemHovered:hover 
{
	margin-top : 6px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-family : Arial;
	background-color : var(--colors_Base) ;
	font-size : 16px;
	font-weight : 400;
	color : var(--colors_Dominant) ;
}
.FormLogin .gx-popup.gx-popup-default 
{
	max-width : fit-content;
	border-style : none;
	border-width : 0px;
	background-color : white;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	overflow : hidden;
}
.FormLogin .gx-popup.gx-popup-default div.gx-popup-resize img 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	float : right;
	margin-right : 0px;
	margin-top : 0px;
	width : 7px;
	cursor : se-resize;
}
.FormLogin .gx-popup.gx-popup-default span.gx-popup-close:before 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-repeat : no-repeat;
	float : right;
	margin-right : 10px;
	margin-top : -6px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : 33px;
	color : white;
	cursor : pointer;
	vertical-align : top;
	content : '';
	content : 'x';
	opacity : .6;
}
.FormLogin .gx-popup.gx-popup-default span.gx-popup-close:before:hover 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-repeat : no-repeat;
	float : right;
	margin-right : 10px;
	margin-top : -6px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : 33px;
	color : white;
	cursor : pointer;
	vertical-align : top;
	content : 'x';
	opacity : 1;
}
.FormLogin .gx-popup.gx-popup-default > div.gx-popup-header 
{
	border-style : none;
	border-width : 0px;
	background-color : var(--colors_WarningColor) ;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	min-height : 35px;
	cursor : move;
	font-family : Poppins-SemiBold;
	font-size : 14px;
	color : white;
	line-height : 35px;
	text-align : center;
}
.FormLogin .gx-popup.gx-popup-default > div.gx-popup-content 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	overflow : hidden;
	box-shadow : 0 24px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
}
.FormLogin 
{
	gx-nav-style-top-target-height : 15vh;
	gx-nav-style-right-target-width : 400px;
	gx-nav-style-bottom-target-height : 10vh;
	gx-nav-style-left-target-width : 400px;
	gx-nav-style-top-target-height-collapsed : 10vw;
	gx-nav-style-right-target-width-collapsed : 20vw;
	gx-nav-style-bottom-target-height-collapsed : 10vh;
	gx-nav-style-left-target-width-collapsed : 20vw;
	gx-nav-style-mode : idNavStyleModeStatic;
}
.FormLogin .gx-call-target.top 
{
	background-color : white;
	border-style : none;
	border-width : 0px;
	margin-left : auto;
	margin-right : auto;
	overflow : auto;
	padding-left : 15px;
	padding-right : 15px;
}
.FormLogin .gx-call-target.right 
{
	background-color : white;
	border-style : none;
	border-width : 0px;
	margin-left : auto;
	margin-right : auto;
	overflow : auto;
	padding-left : 15px;
	padding-right : 15px;
}
.FormLogin .gx-call-target.bottom 
{
	background-color : white;
	border-style : none;
	border-width : 0px;
	margin-left : auto;
	margin-right : auto;
	overflow : auto;
	padding-left : 15px;
	padding-right : 15px;
}
.FormLogin .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;
}
.FormCobertura .gx-popup.gx-popup-default 
{
	max-width : fit-content;
	border-style : none;
	border-width : 0px;
	background-color : white;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	overflow : hidden;
}
.FormCobertura .gx-popup.gx-popup-default div.gx-popup-resize img 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	float : right;
	margin-right : 0px;
	margin-top : 0px;
	width : 7px;
	cursor : se-resize;
}
.FormCobertura .gx-popup.gx-popup-default span.gx-popup-close:before 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-repeat : no-repeat;
	float : right;
	margin-right : 10px;
	margin-top : -6px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : 33px;
	color : white;
	cursor : pointer;
	vertical-align : top;
	content : '';
	content : 'x';
	opacity : .6;
}
.FormCobertura .gx-popup.gx-popup-default span.gx-popup-close:before:hover 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-repeat : no-repeat;
	float : right;
	margin-right : 10px;
	margin-top : -6px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : 33px;
	color : white;
	cursor : pointer;
	vertical-align : top;
	content : 'x';
	opacity : 1;
}
.FormCobertura .gx-popup.gx-popup-default > div.gx-popup-header 
{
	border-style : none;
	border-width : 0px;
	background-color : var(--colors_WarningColor) ;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	min-height : 35px;
	cursor : move;
	font-family : Poppins-SemiBold;
	font-size : 14px;
	color : white;
	line-height : 35px;
	text-align : center;
}
.FormCobertura .gx-popup.gx-popup-default > div.gx-popup-content 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	overflow : hidden;
	box-shadow : 0 24px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
}
.FormCobertura 
{
	gx-nav-style-top-target-height : 15vh;
	gx-nav-style-right-target-width : 400px;
	gx-nav-style-bottom-target-height : 10vh;
	gx-nav-style-left-target-width : 400px;
	gx-nav-style-top-target-height-collapsed : 10vw;
	gx-nav-style-right-target-width-collapsed : 20vw;
	gx-nav-style-bottom-target-height-collapsed : 10vh;
	gx-nav-style-left-target-width-collapsed : 20vw;
	gx-nav-style-mode : idNavStyleModeStatic;
}
.FormCobertura .gx-call-target.top 
{
	background-color : white;
	border-style : none;
	border-width : 0px;
	margin-left : auto;
	margin-right : auto;
	overflow : auto;
	padding-left : 15px;
	padding-right : 15px;
}
.FormCobertura .gx-call-target.right 
{
	background-color : white;
	border-style : none;
	border-width : 0px;
	margin-left : auto;
	margin-right : auto;
	overflow : auto;
	padding-left : 15px;
	padding-right : 15px;
}
.FormCobertura .gx-call-target.bottom 
{
	background-color : white;
	border-style : none;
	border-width : 0px;
	margin-left : auto;
	margin-right : auto;
	overflow : auto;
	padding-left : 15px;
	padding-right : 15px;
}
.FormCobertura .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;
}
.FormEncuesta .gx-popup.gx-popup-default 
{
	max-width : fit-content;
	border-style : none;
	border-width : 0px;
	background-color : white;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	overflow : hidden;
}
.FormEncuesta .gx-popup.gx-popup-default div.gx-popup-resize img 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	float : right;
	margin-right : 0px;
	margin-top : 0px;
	width : 7px;
	cursor : se-resize;
}
.FormEncuesta .gx-popup.gx-popup-default span.gx-popup-close:before 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-repeat : no-repeat;
	float : right;
	margin-right : 10px;
	margin-top : -6px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : 33px;
	color : white;
	cursor : pointer;
	vertical-align : top;
	content : '';
	content : 'x';
	opacity : .6;
}
.FormEncuesta .gx-popup.gx-popup-default span.gx-popup-close:before:hover 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-repeat : no-repeat;
	float : right;
	margin-right : 10px;
	margin-top : -6px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : 33px;
	color : white;
	cursor : pointer;
	vertical-align : top;
	content : 'x';
	opacity : 1;
}
.FormEncuesta .gx-popup.gx-popup-default > div.gx-popup-header 
{
	border-style : none;
	border-width : 0px;
	background-color : var(--colors_WarningColor) ;
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	min-height : 35px;
	cursor : move;
	font-family : Poppins-SemiBold;
	font-size : 14px;
	color : white;
	line-height : 35px;
	text-align : center;
}
.FormEncuesta .gx-popup.gx-popup-default > div.gx-popup-content 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	overflow : hidden;
	box-shadow : 0 24px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
}
.FormEncuesta 
{
	gx-nav-style-top-target-height : 15vh;
	gx-nav-style-right-target-width : 400px;
	gx-nav-style-bottom-target-height : 10vh;
	gx-nav-style-left-target-width : 400px;
	gx-nav-style-top-target-height-collapsed : 10vw;
	gx-nav-style-right-target-width-collapsed : 20vw;
	gx-nav-style-bottom-target-height-collapsed : 10vh;
	gx-nav-style-left-target-width-collapsed : 20vw;
	gx-nav-style-mode : idNavStyleModeStatic;
}
.FormEncuesta .gx-call-target.top 
{
	background-color : white;
	border-style : none;
	border-width : 0px;
	margin-left : auto;
	margin-right : auto;
	overflow : auto;
	padding-left : 15px;
	padding-right : 15px;
}
.FormEncuesta .gx-call-target.right 
{
	background-color : white;
	border-style : none;
	border-width : 0px;
	margin-left : auto;
	margin-right : auto;
	overflow : auto;
	padding-left : 15px;
	padding-right : 15px;
}
.FormEncuesta .gx-call-target.bottom 
{
	background-color : white;
	border-style : none;
	border-width : 0px;
	margin-left : auto;
	margin-right : auto;
	overflow : auto;
	padding-left : 15px;
	padding-right : 15px;
}
.FormEncuesta .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-label.ReadonlyBlobContentAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentAttribute[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.AttributeDragging[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.gx-label.AttributeDragging[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.AttributeDraggingLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyVideoAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyVideoAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	display : inline-block;
	background-image : var(--GX-Image_VideoDownload) ;
	border-width : 0px;
	height : 64px;
	width : 64px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyVideoAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyAudioAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyAudioAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	display : inline-block;
	background-image : var(--GX-Image_AudioDownload) ;
	border-width : 0px;
	height : 64px;
	width : 64px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyAudioAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyDownloadAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyDownloadAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	display : inline-block;
	background-image : var(--GX-Image_VideoDownload) ;
	border-width : 0px;
	height : 64px;
	width : 64px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyDownloadAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentIME_ActiveLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentIME_Active[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentIME_Active[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputIME_ActiveLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputIME_Active[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputIME_Active[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyIME_ActiveLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyIME_Active[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyIME_Active[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentIME_InactiveLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentIME_Inactive[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentIME_Inactive[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputIME_InactiveLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputIME_Inactive[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputIME_Inactive[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyIME_InactiveLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyIME_Inactive[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyIME_Inactive[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentIME_DisabledLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentIME_Disabled[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentIME_Disabled[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputIME_DisabledLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputIME_Disabled[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputIME_Disabled[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyIME_DisabledLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyIME_Disabled[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyIME_Disabled[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentDescriptionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentDescriptionAttribute[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentDescriptionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputDescriptionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputDescriptionAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
}
.gx-label.BlobInputDescriptionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentDescriptionAttributeRightLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentDescriptionAttributeRight[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentDescriptionAttributeRight[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputDescriptionAttributeRightLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputDescriptionAttributeRight[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputDescriptionAttributeRight[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyDescriptionAttributeRightLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyDescriptionAttributeRight[data-gx-readonly] 
{
	border-style : solid;
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyDescriptionAttributeRight[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyDescriptionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyDescriptionAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyDescriptionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentTextAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentTextAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentTextAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputTextAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputTextAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputTextAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyTextAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyTextAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyTextAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentTextActionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentTextActionAttribute>A 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentTextActionAttribute>ALabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentTextActionAttribute>A[data-gx-readonly] 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	border-width : 0px;
	overflow-wrap : break-word;
}
.ReadonlyBlobContentTextActionAttribute[data-gx-readonly] 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentTextActionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentTextActionAttribute[data-gx-readonly]>A 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	overflow-wrap : break-word;
}
.gx-label.BlobInputTextActionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputTextActionAttribute[data-gx-readonly] 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputTextActionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputTextActionAttribute[data-gx-readonly]>A 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	overflow-wrap : break-word;
}
.BlobInputTextActionAttribute>A 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	overflow-wrap : break-word;
}
.gx-label.BlobInputTextActionAttribute>ALabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputTextActionAttribute>A[data-gx-readonly] 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyTextActionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyTextActionAttribute[data-gx-readonly] 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyTextActionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyTextActionAttribute[data-gx-readonly]>A 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	overflow-wrap : break-word;
}
.ReadonlyTextActionAttribute>A 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyTextActionAttribute>ALabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyTextActionAttribute>A[data-gx-readonly] 
{
	border-style : solid;
	max-width : 100%;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	overflow : hidden;
	white-space : nowrap;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
	width : 100%;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
	text-overflow : ellipsis;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentAttributeMensajeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentAttributeMensaje[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentAttributeMensaje[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputAttributeMensajeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputAttributeMensaje[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputAttributeMensaje[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyAttributeMensajeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyAttributeMensaje[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyAttributeMensaje[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentAttributeMensaje1Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentAttributeMensaje1[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	font-size : 18px;
	color : #011668;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentAttributeMensaje1[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputAttributeMensaje1Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputAttributeMensaje1[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	font-size : 18px;
	color : #011668;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputAttributeMensaje1[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyAttributeMensaje1Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyAttributeMensaje1[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	font-size : 18px;
	color : #011668;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyAttributeMensaje1[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentAttNumericGreenLabel 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.ReadonlyBlobContentAttNumericGreen[data-gx-readonly] 
{
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
	font-family : OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
	height : 30px;
	width : 100px;
	max-width : 100%;
	text-align : left;
	border-width : 0px;
}
.gx-label.ReadonlyBlobContentAttNumericGreen[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.ReadonlyAttNumericGreen[data-gx-readonly] 
{
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
	font-family : OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
	height : 30px;
	width : 100px;
	max-width : 100%;
	text-align : left;
	border-width : 0px;
}
.gx-label.ReadonlyAttNumericGreen[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.gx-label.ReadonlyAttNumericGreenLabel 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.AttTitulo[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.gx-label.AttTitulo[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.AttTituloLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentAttTituloWWLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentAttTituloWW[data-gx-readonly] 
{
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-bottom : 15px;
	margin-top : 10px;
	display : block;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	font-family : OpenSans-Bold;
	font-size : 18px;
	font-weight : 400;
	width : auto;
	max-width : 100%;
	text-align : left;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentAttTituloWW[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputAttTituloWWLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputAttTituloWW[data-gx-readonly] 
{
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-bottom : 15px;
	margin-top : 10px;
	display : block;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	font-family : OpenSans-Bold;
	font-size : 18px;
	font-weight : 400;
	width : auto;
	max-width : 100%;
	text-align : left;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputAttTituloWW[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyAttTituloWWLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyAttTituloWW[data-gx-readonly] 
{
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-bottom : 15px;
	margin-top : 10px;
	display : block;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	font-family : OpenSans-Bold;
	font-size : 18px;
	font-weight : 400;
	width : auto;
	max-width : 100%;
	text-align : left;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyAttTituloWW[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.gx-label.ReadonlyAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyMedio[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.gx-label.ReadonlyMedio[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyMedioLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentReadonlyMedioLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentReadonlyMedio[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.gx-label.ReadonlyBlobContentReadonlyMedio[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputReadonlyMedio[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.gx-label.BlobInputReadonlyMedio[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputReadonlyMedioLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyReadonlyMedio[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.gx-label.ReadonlyReadonlyMedio[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyReadonlyMedioLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.gx-label.BlobInputAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.AttributeAcceptDrag[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.gx-label.AttributeAcceptDrag[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.AttributeAcceptDragLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.AttributeNoAcceptDrag[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.gx-label.AttributeNoAcceptDrag[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.AttributeNoAcceptDragLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ErrorAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.gx-label.ErrorAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ErrorAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.WarningAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
	word-wrap : break-word;
}
.gx-label.WarningAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.WarningAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyImageAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyImageAttribute[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	overflow-wrap : break-word;
	border-width : 0px;
	width : 50px;
	max-width : 124px;
	max-height : 68px;
}
.gx-label.ReadonlyImageAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentActionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentActionAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentActionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyActionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyActionAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyActionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentDeleteAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentDeleteAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentDeleteAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyDeleteAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyDeleteAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyDeleteAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputDeleteAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputDeleteAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputDeleteAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentDisplayAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentDisplayAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentDisplayAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyDisplayAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyDisplayAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyDisplayAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputDisplayAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputDisplayAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputDisplayAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentDisabledActionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentDisabledActionAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentDisabledActionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyDisabledActionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyDisabledActionAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyDisabledActionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputDisabledActionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputDisabledActionAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputDisabledActionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputActionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputActionAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputActionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentUpdateAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentUpdateAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentUpdateAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyUpdateAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyUpdateAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyUpdateAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputUpdateAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputUpdateAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 30px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputUpdateAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentSelectionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentSelectionAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : inherit;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentSelectionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlySelectionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlySelectionAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : inherit;
	overflow-wrap : break-word;
}
.gx-label.ReadonlySelectionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputSelectionAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputSelectionAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : inherit;
	overflow-wrap : break-word;
}
.gx-label.BlobInputSelectionAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentProfileImageAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentProfileImageAttribute[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	max-height : 120px;
	max-width : 120px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentProfileImageAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputProfileImageAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputProfileImageAttribute[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	max-height : 120px;
	max-width : 120px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputProfileImageAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyProfileImageAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyProfileImageAttribute[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	max-height : 120px;
	max-width : 120px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyProfileImageAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentSmallProfileImageAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentSmallProfileImageAttribute[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	margin-top : -8px;
	max-height : 60px;
	max-width : 60px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentSmallProfileImageAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputSmallProfileImageAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputSmallProfileImageAttribute[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	margin-top : -8px;
	max-height : 60px;
	max-width : 60px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputSmallProfileImageAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlySmallProfileImageAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlySmallProfileImageAttribute[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	border-top-left-radius : 100%;
	border-top-right-radius : 100%;
	border-bottom-right-radius : 100%;
	border-bottom-left-radius : 100%;
	margin-top : -8px;
	max-height : 60px;
	max-width : 60px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlySmallProfileImageAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentResponsiveImageAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentResponsiveImageAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	max-height : 100%;
	max-width : 100%;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentResponsiveImageAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyResponsiveImageAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyResponsiveImageAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	max-height : 100%;
	max-width : 100%;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyResponsiveImageAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputResponsiveImageAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputResponsiveImageAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-left : 5px;
	padding-right : 5px;
	border-style : none;
	height : 40px;
	width : 40px;
	max-height : 100%;
	max-width : 100%;
	overflow-wrap : break-word;
}
.gx-label.BlobInputResponsiveImageAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputAttSubTitleLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputAttSubTitle[data-gx-readonly] 
{
	border-width : 1px;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 20px;
	color : #011668;
	overflow-wrap : break-word;
}
.gx-label.BlobInputAttSubTitle[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentAttSubTitleLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentAttSubTitle[data-gx-readonly] 
{
	border-width : 1px;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 20px;
	color : #011668;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentAttSubTitle[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyAttSubTitleLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyAttSubTitle[data-gx-readonly] 
{
	border-width : 1px;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-style : none;
	font-family : Poppins-SemiBold;
	font-size : 20px;
	color : #011668;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyAttSubTitle[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentCheckboxLabelLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentCheckboxLabel[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentCheckboxLabel[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputCheckboxLabelLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputCheckboxLabel[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
}
.gx-label.BlobInputCheckboxLabel[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyCheckboxLabelLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyCheckboxLabel[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-style : none;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyCheckboxLabel[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentLoginAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.ReadonlyBlobContentLoginAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	width : 240px;
	border-width : 0px;
	color : var(--colors_Text) ;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentLoginAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.BlobInputLoginAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	width : 240px;
	border-width : 0px;
	color : var(--colors_Text) ;
	overflow-wrap : break-word;
}
.gx-label.BlobInputLoginAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.gx-label.BlobInputLoginAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.ReadonlyLoginAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	width : 240px;
	border-width : 0px;
	color : var(--colors_Text) ;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyLoginAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.gx-label.ReadonlyLoginAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.gx-label.ReadonlyBlobContentLoginComboAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	letter-spacing : 1.7px;
	text-align : left;
}
.ReadonlyBlobContentLoginComboAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	width : 240px;
	overflow-wrap : break-word;
	background-position : 95% center;
	background-repeat : no-repeat;
	margin-left : -30px;
	padding-right : 20px;
	background-image : none;
	height : 30px;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.gx-label.ReadonlyBlobContentLoginComboAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	letter-spacing : 1.7px;
	text-align : left;
}
.BlobInputLoginComboAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	width : 240px;
	overflow-wrap : break-word;
	background-position : 95% center;
	background-repeat : no-repeat;
	margin-left : -30px;
	padding-right : 20px;
	background-image : none;
	height : 30px;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.gx-label.BlobInputLoginComboAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	letter-spacing : 1.7px;
	text-align : left;
}
.gx-label.BlobInputLoginComboAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	letter-spacing : 1.7px;
	text-align : left;
}
.ReadonlyLoginComboAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	width : 240px;
	overflow-wrap : break-word;
	background-position : 95% center;
	background-repeat : no-repeat;
	margin-left : -30px;
	padding-right : 20px;
	background-image : none;
	height : 30px;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.gx-label.ReadonlyLoginComboAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	letter-spacing : 1.7px;
	text-align : left;
}
.gx-label.ReadonlyLoginComboAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	letter-spacing : 1.7px;
	text-align : left;
}
.gx-label.ReadonlyBlobContentRegistrationAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.ReadonlyBlobContentRegistrationAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	width : 270px;
	border-width : 0px;
	color : var(--colors_Text) ;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentRegistrationAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.gx-label.BlobInputRegistrationAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.BlobInputRegistrationAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	width : 270px;
	border-width : 0px;
	color : var(--colors_Text) ;
	overflow-wrap : break-word;
}
.gx-label.BlobInputRegistrationAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.gx-label.ReadonlyRegistrationAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.ReadonlyRegistrationAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	margin-top : 16px;
	background-color : white;
	font-size : 12px;
	height : 50px;
	width : 270px;
	border-width : 0px;
	color : var(--colors_Text) ;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyRegistrationAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	margin-bottom : -16px;
	padding-top : 22px;
	color : var(--colors_Text) ;
	color : #2A3143;
	font-weight : 400;
	font-family : Arial;
	font-size : 12px;
	letter-spacing : 1.8px;
}
.ReadonlyBlobContentRequiredAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	text-align : left !important;
}
.BlobInputRequiredAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	text-align : left !important;
}
.ReadonlyRequiredAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	text-align : left !important;
}
.gx-label.ReadonlyBlobContentInactiveAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentInactiveAttribute[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	border-style : none;
	color : var(--colors_ReadOnlyText) ;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentInactiveAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputInactiveAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputInactiveAttribute[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	border-style : none;
	color : var(--colors_ReadOnlyText) ;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputInactiveAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyInactiveAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyInactiveAttribute[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	border-style : none;
	color : var(--colors_ReadOnlyText) ;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyInactiveAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentSubtitleAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-top : 3px;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	max-width : 200px;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.ReadonlyBlobContentSubtitleAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-right : -35px;
	margin-top : 2px;
	width : 200px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentSubtitleAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-top : 3px;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	max-width : 200px;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.BlobInputSubtitleAttribute[data-gx-readonly] 
{
	border-width : 1px;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	margin-right : -35px;
	margin-top : 2px;
	width : 200px;
	border-style : none;
	overflow-wrap : break-word;
}
.gx-label.BlobInputSubtitleAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-top : 3px;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	max-width : 200px;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.gx-label.BlobInputSubtitleAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-top : 3px;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Text) ;
	max-width : 200px;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.gx-label.ReadonlyBlobContentURLAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentURLAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentURLAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputURLAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputURLAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputURLAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyURLAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyURLAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyURLAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentFilterAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentFilterAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	width : 97%;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.gx-label.ReadonlyBlobContentFilterAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputFilterAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputFilterAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	width : 97%;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.gx-label.BlobInputFilterAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyFilterAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyFilterAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	width : 97%;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.gx-label.ReadonlyFilterAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentFilterComboAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	display : block;
	background-color : inherit;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	text-decoration : none;
	color : inherit;
	letter-spacing : 1.8px;
	text-transform : uppercase;
}
.ReadonlyBlobContentFilterComboAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	width : 97%;
	background-image : none;
	max-width : 324px;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.gx-label.ReadonlyBlobContentFilterComboAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	display : block;
	background-color : inherit;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	text-decoration : none;
	color : inherit;
	letter-spacing : 1.8px;
	text-transform : uppercase;
}
.BlobInputFilterComboAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	width : 97%;
	background-image : none;
	max-width : 324px;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.gx-label.BlobInputFilterComboAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	display : block;
	background-color : inherit;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	text-decoration : none;
	color : inherit;
	letter-spacing : 1.8px;
	text-transform : uppercase;
}
.gx-label.BlobInputFilterComboAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	display : block;
	background-color : inherit;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	text-decoration : none;
	color : inherit;
	letter-spacing : 1.8px;
	text-transform : uppercase;
}
.ReadonlyFilterComboAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	height : 40px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	width : 97%;
	background-image : none;
	max-width : 324px;
	border-width : 0px;
	color : var(--colors_Text) ;
}
.gx-label.ReadonlyFilterComboAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	display : block;
	background-color : inherit;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	text-decoration : none;
	color : inherit;
	letter-spacing : 1.8px;
	text-transform : uppercase;
}
.gx-label.ReadonlyFilterComboAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	display : block;
	background-color : inherit;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	text-decoration : none;
	color : inherit;
	letter-spacing : 1.8px;
	text-transform : uppercase;
}
.gx-label.ReadonlyBlobContentFilterSearchAttributeFocusLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.ReadonlyBlobContentFilterSearchAttributeFocus:focus, textarea.ReadonlyBlobContentFilterSearchAttributeFocus:focus, select.ReadonlyBlobContentFilterSearchAttributeFocus:focus, .ReadonlyBlobContentFilterSearchAttributeFocus>A:focus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
}
.gx-labelinput.ReadonlyBlobContentFilterSearchAttributeFocus:focusLabel, .gx-label textarea.ReadonlyBlobContentFilterSearchAttributeFocus:focusLabel, .gx-label select.ReadonlyBlobContentFilterSearchAttributeFocus:focusLabel, .gx-label .ReadonlyBlobContentFilterSearchAttributeFocus>A:focusLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.input-group .form-controlinput.ReadonlyBlobContentFilterSearchAttributeFocus:focus+span.input-group-btn>.btn, .input-group .form-control textarea.ReadonlyBlobContentFilterSearchAttributeFocus:focus+span.input-group-btn>.btn, .input-group .form-control select.ReadonlyBlobContentFilterSearchAttributeFocus:focus+span.input-group-btn>.btn, .input-group .form-control .ReadonlyBlobContentFilterSearchAttributeFocus>A:focus+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
}
input.ReadonlyBlobContentFilterSearchAttributeFocus:focus[data-gx-readonly],  textarea.ReadonlyBlobContentFilterSearchAttributeFocus:focus[data-gx-readonly],  select.ReadonlyBlobContentFilterSearchAttributeFocus:focus[data-gx-readonly],  .ReadonlyBlobContentFilterSearchAttributeFocus>A:focus[data-gx-readonly] 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
	border-width : 0px;
}
.input-group .form-control.ReadonlyBlobContentFilterSearchAttributeFocus+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
}
.ReadonlyBlobContentFilterSearchAttributeFocus[data-gx-readonly] 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
	border-width : 0px;
}
.gx-label.ReadonlyBlobContentFilterSearchAttributeFocus[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.ReadonlyBlobContentFilterSearchAttributeFocus[data-gx-readonly]:focus, textarea.ReadonlyBlobContentFilterSearchAttributeFocus[data-gx-readonly]:focus, select.ReadonlyBlobContentFilterSearchAttributeFocus[data-gx-readonly]:focus, .ReadonlyBlobContentFilterSearchAttributeFocus[data-gx-readonly]>A:focus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
}
.input-group .form-controlinput.ReadonlyBlobContentFilterSearchAttributeFocus[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control textarea.ReadonlyBlobContentFilterSearchAttributeFocus[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control select.ReadonlyBlobContentFilterSearchAttributeFocus[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control .ReadonlyBlobContentFilterSearchAttributeFocus[data-gx-readonly]>A:focus+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
}
.gx-label.ReadonlyFilterSearchAttributeFocusLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.ReadonlyFilterSearchAttributeFocus:focus, textarea.ReadonlyFilterSearchAttributeFocus:focus, select.ReadonlyFilterSearchAttributeFocus:focus, .ReadonlyFilterSearchAttributeFocus>A:focus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
}
.gx-labelinput.ReadonlyFilterSearchAttributeFocus:focusLabel, .gx-label textarea.ReadonlyFilterSearchAttributeFocus:focusLabel, .gx-label select.ReadonlyFilterSearchAttributeFocus:focusLabel, .gx-label .ReadonlyFilterSearchAttributeFocus>A:focusLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.input-group .form-controlinput.ReadonlyFilterSearchAttributeFocus:focus+span.input-group-btn>.btn, .input-group .form-control textarea.ReadonlyFilterSearchAttributeFocus:focus+span.input-group-btn>.btn, .input-group .form-control select.ReadonlyFilterSearchAttributeFocus:focus+span.input-group-btn>.btn, .input-group .form-control .ReadonlyFilterSearchAttributeFocus>A:focus+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
}
input.ReadonlyFilterSearchAttributeFocus:focus[data-gx-readonly],  textarea.ReadonlyFilterSearchAttributeFocus:focus[data-gx-readonly],  select.ReadonlyFilterSearchAttributeFocus:focus[data-gx-readonly],  .ReadonlyFilterSearchAttributeFocus>A:focus[data-gx-readonly] 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
	border-width : 0px;
}
.input-group .form-control.ReadonlyFilterSearchAttributeFocus+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
}
.ReadonlyFilterSearchAttributeFocus[data-gx-readonly] 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
	border-width : 0px;
}
.gx-label.ReadonlyFilterSearchAttributeFocus[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.ReadonlyFilterSearchAttributeFocus[data-gx-readonly]:focus, textarea.ReadonlyFilterSearchAttributeFocus[data-gx-readonly]:focus, select.ReadonlyFilterSearchAttributeFocus[data-gx-readonly]:focus, .ReadonlyFilterSearchAttributeFocus[data-gx-readonly]>A:focus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	padding-right : 0px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	border-bottom : 2px solid #eaeaea;
	box-shadow : 0px 0px 0px 0px none;
}
.input-group .form-controlinput.ReadonlyFilterSearchAttributeFocus[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control textarea.ReadonlyFilterSearchAttributeFocus[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control select.ReadonlyFilterSearchAttributeFocus[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control .ReadonlyFilterSearchAttributeFocus[data-gx-readonly]>A:focus+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
}
.gx-label.ReadonlyBlobContentDateFilterSearchAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.ReadonlyBlobContentDateFilterSearchAttribute:focus, textarea.ReadonlyBlobContentDateFilterSearchAttribute:focus, select.ReadonlyBlobContentDateFilterSearchAttribute:focus, .ReadonlyBlobContentDateFilterSearchAttribute>A:focus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
}
.gx-labelinput.ReadonlyBlobContentDateFilterSearchAttribute:focusLabel, .gx-label textarea.ReadonlyBlobContentDateFilterSearchAttribute:focusLabel, .gx-label select.ReadonlyBlobContentDateFilterSearchAttribute:focusLabel, .gx-label .ReadonlyBlobContentDateFilterSearchAttribute>A:focusLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.ReadonlyBlobContentDateFilterSearchAttribute:focus[data-gx-readonly],  textarea.ReadonlyBlobContentDateFilterSearchAttribute:focus[data-gx-readonly],  select.ReadonlyBlobContentDateFilterSearchAttribute:focus[data-gx-readonly],  .ReadonlyBlobContentDateFilterSearchAttribute>A:focus[data-gx-readonly] 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
	border-width : 0px;
}
.input-group .form-controlinput.ReadonlyBlobContentDateFilterSearchAttribute:focus[data-gx-readonly]+span.input-group-btn>.btn, .input-group .form-control  textarea.ReadonlyBlobContentDateFilterSearchAttribute:focus[data-gx-readonly]+span.input-group-btn>.btn, .input-group .form-control  select.ReadonlyBlobContentDateFilterSearchAttribute:focus[data-gx-readonly]+span.input-group-btn>.btn, .input-group .form-control  .ReadonlyBlobContentDateFilterSearchAttribute>A:focus[data-gx-readonly]+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	margin-left : -35px;
	z-index : 2;
}
.input-group .form-control.ReadonlyBlobContentDateFilterSearchAttribute+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	margin-left : -35px;
	z-index : 2;
}
.ReadonlyBlobContentDateFilterSearchAttribute[data-gx-readonly] 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
	border-width : 0px;
}
.gx-label.ReadonlyBlobContentDateFilterSearchAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.ReadonlyBlobContentDateFilterSearchAttribute[data-gx-readonly]:focus, textarea.ReadonlyBlobContentDateFilterSearchAttribute[data-gx-readonly]:focus, select.ReadonlyBlobContentDateFilterSearchAttribute[data-gx-readonly]:focus, .ReadonlyBlobContentDateFilterSearchAttribute[data-gx-readonly]>A:focus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
}
.input-group .form-controlinput.ReadonlyBlobContentDateFilterSearchAttribute[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control textarea.ReadonlyBlobContentDateFilterSearchAttribute[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control select.ReadonlyBlobContentDateFilterSearchAttribute[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control .ReadonlyBlobContentDateFilterSearchAttribute[data-gx-readonly]>A:focus+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	margin-left : -35px;
	z-index : 2;
}
.gx-label.ReadonlyDateFilterSearchAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyDateFilterSearchAttribute[data-gx-readonly] 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
	border-width : 0px;
}
.gx-label.ReadonlyDateFilterSearchAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.ReadonlyDateFilterSearchAttribute[data-gx-readonly]:focus, textarea.ReadonlyDateFilterSearchAttribute[data-gx-readonly]:focus, select.ReadonlyDateFilterSearchAttribute[data-gx-readonly]:focus, .ReadonlyDateFilterSearchAttribute[data-gx-readonly]>A:focus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
}
.input-group .form-controlinput.ReadonlyDateFilterSearchAttribute[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control textarea.ReadonlyDateFilterSearchAttribute[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control select.ReadonlyDateFilterSearchAttribute[data-gx-readonly]:focus+span.input-group-btn>.btn, .input-group .form-control .ReadonlyDateFilterSearchAttribute[data-gx-readonly]>A:focus+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	margin-left : -35px;
	z-index : 2;
}
input.ReadonlyDateFilterSearchAttribute:focus, textarea.ReadonlyDateFilterSearchAttribute:focus, select.ReadonlyDateFilterSearchAttribute:focus, .ReadonlyDateFilterSearchAttribute>A:focus 
{
	border-style : solid;
	border-width : 1px;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
}
.gx-labelinput.ReadonlyDateFilterSearchAttribute:focusLabel, .gx-label textarea.ReadonlyDateFilterSearchAttribute:focusLabel, .gx-label select.ReadonlyDateFilterSearchAttribute:focusLabel, .gx-label .ReadonlyDateFilterSearchAttribute>A:focusLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
input.ReadonlyDateFilterSearchAttribute:focus[data-gx-readonly],  textarea.ReadonlyDateFilterSearchAttribute:focus[data-gx-readonly],  select.ReadonlyDateFilterSearchAttribute:focus[data-gx-readonly],  .ReadonlyDateFilterSearchAttribute>A:focus[data-gx-readonly] 
{
	border-style : solid;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	font-style : normal;
	background-position : 14px center;
	background-repeat : no-repeat;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	margin-top : 0px;
	padding-left : 40px;
	list-style-image : none;
	background-color : white;
	background-image : var(--GX-Image_ActionDisplay) ;
	max-height : 40px;
	width : 100%;
	max-width : 100%;
	font-family : var(--fonts_RB_REG) ;
	border : 1px solid #515D8C !important;
	box-sizing : border-box;
	border-radius : 4px;
	font-weight : 400;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	padding-right : 55px;
	border-width : 0px;
}
.input-group .form-controlinput.ReadonlyDateFilterSearchAttribute:focus[data-gx-readonly]+span.input-group-btn>.btn, .input-group .form-control  textarea.ReadonlyDateFilterSearchAttribute:focus[data-gx-readonly]+span.input-group-btn>.btn, .input-group .form-control  select.ReadonlyDateFilterSearchAttribute:focus[data-gx-readonly]+span.input-group-btn>.btn, .input-group .form-control  .ReadonlyDateFilterSearchAttribute>A:focus[data-gx-readonly]+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	margin-left : -35px;
	z-index : 2;
}
.input-group .form-control.ReadonlyDateFilterSearchAttribute+span.input-group-btn>.btn 
{
	border-style : none;
	border-width : 0px;
	background-color : transparent;
	margin-left : -35px;
	z-index : 2;
}
.gx-label.ReadonlyBlobContentFilterPanelLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentFilterPanel[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	border-style : none;
	height : 37px;
	max-width : 100%;
	border-width : 0px;
	color : var(--colors_Text) ;
	-webkit-appearance : none;
	z-index : 10;
	width : calc(100% - 15px);
}
.gx-label.ReadonlyBlobContentFilterPanel[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputFilterPanelLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputFilterPanel[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	border-style : none;
	height : 37px;
	max-width : 100%;
	border-width : 0px;
	color : var(--colors_Text) ;
	-webkit-appearance : none;
	z-index : 10;
	width : calc(100% - 15px);
}
.gx-label.BlobInputFilterPanel[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyFilterPanelLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyFilterPanel[data-gx-readonly] 
{
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	margin-top : 30px;
	padding-right : 20px;
	background-color : white;
	background-image : none;
	border-style : none;
	height : 37px;
	max-width : 100%;
	border-width : 0px;
	color : var(--colors_Text) ;
	-webkit-appearance : none;
	z-index : 10;
	width : calc(100% - 15px);
}
.gx-label.ReadonlyFilterPanel[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentComboAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentComboAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	width : 150px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentComboAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputComboAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputComboAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	width : 150px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputComboAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentAttComboGreenLabel 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.ReadonlyBlobContentAttComboGreen[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-top : 4px;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
	height : 30px;
	border-width : 0px;
	overflow-wrap : break-word;
	width : 100% !important;
}
.gx-label.ReadonlyBlobContentAttComboGreen[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.BlobInputAttComboGreen[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-top : 4px;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
	height : 30px;
	border-width : 0px;
	overflow-wrap : break-word;
	width : 100% !important;
}
.gx-label.BlobInputAttComboGreen[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.gx-label.BlobInputAttComboGreenLabel 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.ReadonlyAttComboGreen[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	padding-top : 4px;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	border-bottom-right-radius : 6px;
	border-bottom-left-radius : 6px;
	height : 30px;
	border-width : 0px;
	overflow-wrap : break-word;
	width : 100% !important;
}
.gx-label.ReadonlyAttComboGreen[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.gx-label.ReadonlyAttComboGreenLabel 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.gx-label.ReadonlyComboAttributeLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyComboAttribute[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	width : 150px;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyComboAttribute[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentAttCheckGreenLabel 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.ReadonlyBlobContentAttCheckGreen[data-gx-readonly] 
{
	border-style : solid;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	padding-right : 5px;
	border-bottom-color : #fff;
	border-left-color : #fff;
	border-right-color : #fff;
	border-top-color : #fff;
	font-family : OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
	height : 30px;
	width : 200px;
	border-width : 0px;
}
.gx-label.ReadonlyBlobContentAttCheckGreen[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.ReadonlyAttCheckGreen[data-gx-readonly] 
{
	border-style : solid;
	max-width : 100%;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	line-height : 24px;
	color : #515D8C;
	padding-right : 5px;
	border-bottom-color : #fff;
	border-left-color : #fff;
	border-right-color : #fff;
	border-top-color : #fff;
	font-family : OpenSans-Regular;
	font-size : 14px;
	font-weight : 400;
	height : 30px;
	width : 200px;
	border-width : 0px;
}
.gx-label.ReadonlyAttCheckGreen[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.gx-label.ReadonlyAttCheckGreenLabel 
{
	border-style : none;
	border-width : 0px;
	display : block;
	margin-bottom : 3px;
	padding-top : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : 12px;
	color : #04536b;
	text-align : left;
	color : #04536B;
}
.gx-label.ReadonlyBlobContentAttNombreMasterLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentAttNombreMaster[data-gx-readonly] 
{
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-bottom-color : rgba(255,255,255,0);
	border-left-color : rgba(255,255,255,0);
	border-right-color : rgba(255,255,255,0);
	border-top-color : rgba(255,255,255,0);
	border-style : none;
	font-size : 16px;
	color : #fff;
	font-family : var(--fonts_RB_REG) ;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentAttNombreMaster[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputAttNombreMasterLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputAttNombreMaster[data-gx-readonly] 
{
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-bottom-color : rgba(255,255,255,0);
	border-left-color : rgba(255,255,255,0);
	border-right-color : rgba(255,255,255,0);
	border-top-color : rgba(255,255,255,0);
	border-style : none;
	font-size : 16px;
	color : #fff;
	font-family : var(--fonts_RB_REG) ;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputAttNombreMaster[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyAttNombreMasterLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyAttNombreMaster[data-gx-readonly] 
{
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	line-height : 24px;
	height : 40px;
	border-bottom-color : rgba(255,255,255,0);
	border-left-color : rgba(255,255,255,0);
	border-right-color : rgba(255,255,255,0);
	border-top-color : rgba(255,255,255,0);
	border-style : none;
	font-size : 16px;
	color : #fff;
	font-family : var(--fonts_RB_REG) ;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyAttNombreMaster[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentAttributeEncuestaLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentAttributeEncuesta[data-gx-readonly] 
{
	border-style : solid;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	font-family : Poppins-SemiBold, Poppins-Regular, OpenSans-Regular;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyBlobContentAttributeEncuesta[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.BlobInputAttributeEncuestaLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BlobInputAttributeEncuesta[data-gx-readonly] 
{
	border-style : solid;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	font-family : Poppins-SemiBold, Poppins-Regular, OpenSans-Regular;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.BlobInputAttributeEncuesta[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyAttributeEncuestaLabel 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyAttributeEncuesta[data-gx-readonly] 
{
	border-style : solid;
	font-weight : 400;
	max-width : 100%;
	text-align : left;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	width : 100%;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	font-family : Poppins-SemiBold, Poppins-Regular, OpenSans-Regular;
	border-width : 0px;
	overflow-wrap : break-word;
}
.gx-label.ReadonlyAttributeEncuesta[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyBlobContentAttributeEncuesta1Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyBlobContentAttributeEncuesta1[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	width : 90%;
	max-width : 90%;
	border-width : 0px;
}
.gx-label.ReadonlyBlobContentAttributeEncuesta1[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.ReadonlyAttributeEncuesta1[data-gx-readonly] 
{
	border-style : solid;
	font-family : var(--fonts_RB_REG) ;
	font-weight : 400;
	text-align : left;
	overflow-wrap : break-word;
	background : #FFFFFF;
	border : 1px solid #515D8C;
	box-sizing : border-box;
	border-radius : 4px;
	font-style : normal;
	font-size : 16px;
	line-height : 24px;
	color : #515D8C;
	height : 40px;
	width : 90%;
	max-width : 90%;
	border-width : 0px;
}
.gx-label.ReadonlyAttributeEncuesta1[data-gx-readonly]Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.gx-label.ReadonlyAttributeEncuesta1Label 
{
	border-style : none;
	border-width : 0px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	font-weight : 600;
	text-align : left;
	color : var(--colors_PRI_REFLEX_BLUEC) ;
}
.BottomEnter:hover 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : white;
	height : 40px;
	width : 140px;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
}
.BottomEnter:focus 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : white;
	height : 40px;
	width : 140px;
	letter-spacing : 1.8px;
	text-transform : uppercase;
	text-align : center !important;
}
.BottomEnter:focus:hover 
{
	border-width : 2px;
	ButtonBorderStyle : standard;
	background-color : var(--colors_Base) ;
	border-style : none;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : white;
	height : 40px;
	width : 140px;
	letter-spacing : 1.8px;
	text-align : center;
	text-transform : uppercase;
}
.BtnAddHovered:hover 
{
	ButtonBorderStyle : standard;
	background-position : 6px;
	background-repeat : no-repeat;
	margin-left : 0px;
	margin-top : 1px;
	padding-bottom : 6px;
	padding-left : 27px;
	padding-top : 7px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
	text-decoration : underline;
}
.BtnAddHovered:hover:focus 
{
	ButtonBorderStyle : standard;
	background-position : 6px;
	background-repeat : no-repeat;
	margin-left : 0px;
	margin-top : 1px;
	padding-bottom : 6px;
	padding-left : 27px;
	padding-top : 7px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.BtnAddHovered:focus 
{
	ButtonBorderStyle : standard;
	background-position : 6px;
	background-repeat : no-repeat;
	margin-left : 0px;
	margin-top : 1px;
	padding-bottom : 6px;
	padding-left : 27px;
	padding-top : 7px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.BtnAddHovered:focus:hover 
{
	ButtonBorderStyle : standard;
	background-position : 6px;
	background-repeat : no-repeat;
	margin-left : 0px;
	margin-top : 1px;
	padding-bottom : 6px;
	padding-left : 27px;
	padding-top : 7px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
	text-decoration : underline;
}
.ActionButtonsHovered:hover 
{
	ButtonBorderStyle : standard;
	margin-left : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
	text-decoration : underline;
}
.ActionButtonsHovered:hover:focus 
{
	ButtonBorderStyle : standard;
	margin-left : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.ActionButtonsHovered:focus 
{
	ButtonBorderStyle : standard;
	margin-left : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
}
.ActionButtonsHovered:focus:hover 
{
	ButtonBorderStyle : standard;
	margin-left : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	background-color : inherit;
	background-image : none;
	border-style : none;
	border-width : 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-right-radius : 0px;
	border-bottom-left-radius : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.8px;
	text-align : left;
	text-transform : uppercase;
	text-decoration : underline;
}
.BtnGreenSmallFiltro1:hover 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro1:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro1:hover:focus:active 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro1:hover:focus:active[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro1:focus 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro1:focus:hover 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro1:focus:hover:active 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro1:focus:hover:active[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro1:active 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro1:active:hover 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro1:active:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro1:active:hover:focus[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro1[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro1[disabled]:hover 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro1[disabled]:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallFiltro1[disabled]:hover:focus:active 
{
	ButtonBorderStyle : standard;
	background-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-bottom-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-left-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-right-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-top-color : var(--colors_PRI_REFLEX_BLUEC) ;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FMed) ;
	color : #fff;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom : 10px;
	height : 35px;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmarHover:hover 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmarHover:hover:focus 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmarHover:hover:focus:active 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmarHover:hover:focus:active[disabled] 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmarHover:focus 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmarHover:focus:hover 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmarHover:focus:hover:active 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmarHover:focus:hover:active[disabled] 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmarHover:active 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmarHover:active:hover 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmarHover:active:hover:focus 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmarHover:active:hover:focus[disabled] 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmarHover[disabled] 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmarHover[disabled]:hover 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmarHover[disabled]:hover:focus 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnGreenSmallConfirmarHover[disabled]:hover:focus:active 
{
	ButtonBorderStyle : standard;
	font-size : var(--fontSizes_FMed) ;
	margin-left : 10px;
	border-bottom-color : #63d858;
	border-left-color : #63d858;
	border-right-color : #63d858;
	border-top-color : #63d858;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	height : 35px;
	letter-spacing : 0.22px;
	box-shadow : 0px 2px 4px 0px rgba(0,0,0,0.2);
	background-color : #fff;
	color : #54bc4c;
	outline : none !important;
	width : 150px !important;
}
.BtnWhiteSmallNewMarginTop:hover 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNewMarginTop:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNewMarginTop:hover:focus:active 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNewMarginTop:hover:focus:active[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNewMarginTop:focus 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNewMarginTop:focus:hover 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNewMarginTop:focus:hover:active 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNewMarginTop:focus:hover:active[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNewMarginTop:active 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNewMarginTop:active:hover 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNewMarginTop:active:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNewMarginTop:active:hover:focus[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNewMarginTop[disabled] 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNewMarginTop[disabled]:hover 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNewMarginTop[disabled]:hover:focus 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.BtnWhiteSmallNewMarginTop[disabled]:hover:focus:active 
{
	ButtonBorderStyle : standard;
	background-color : #fff;
	border-bottom-color : #54bc4c;
	border-left-color : #54bc4c;
	border-right-color : #54bc4c;
	border-top-color : #54bc4c;
	border-style : solid;
	border-width : 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-left-radius : 8px;
	font-family : var(--fonts_RB_REG) ;
	color : #54bc4c;
	height : 35px;
	width : 300px;
	letter-spacing : 0.22px;
	outline : none !important;
	width : 150px !important;
	box-shadow : 0px 2px 4px 2px rgba(0,0,0,0.2);
}
.PopupButtonsCloseHovered:hover 
{
	border-style : none;
	border-width : 0px;
	text-align : left;
	background-repeat : no-repeat;
	float : right;
	margin-right : 10px;
	margin-top : -6px;
	background-image : none;
	font-family : var(--fonts_RB_REG) ;
	font-size : 33px;
	color : white;
	cursor : pointer;
	vertical-align : top;
	content : 'x';
	opacity : 1;
}
.TabsFormContainer>TBODY>TR[data-gxrow] 
{
	font-family : Arial;
	font-size : 14px;
	font-weight : 400;
}
.RecentLinksGridFooter>.gx_newrow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	content : '';
	line-height : 49px;
}
.RecentLinksGrid+div.gx-grid-loading 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.RecentLinksGrid+.gx-text-gridnodata 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.RecentLinksGrid[data-gx-grid-nodata] 
{
	grid-background-color-style : 0;
	border-style : none;
	border-width : 1px;
	background-color : lightgray;
	min-height : 4em;
	width : 100%;
}
.RecentLinksGrid[data-gx-grid-nodata]>tfoot .gx_newrow 
{
	border-style : none;
	border-width : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
	letter-spacing : 1.7px;
	content : '';
	content : '';
	line-height : 49px;
}
.RecentLinksGrid[data-gx-grid-nodata]+div.gx-grid-loading 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : transparent;
	font-size : 1.5em;
	color : var(--colors_Base) ;
	min-height : 2em;
	width : 30%;
}
.RecentLinksGrid[data-gx-grid-nodata]+.gx-text-gridnodata 
{
	border-style : none;
	border-width : 0px;
	font-family : OpenSans-Regular;
	margin-left : auto;
	margin-right : auto;
	display : block;
	font-size : 1.5em;
	color : gray;
	text-align : center;
	vertical-align : middle;
}
.gx-navbar.Confirm .navbar-nav>li,.open .Confirm.gx-dropdown-menu.dropdown-menu>li>a, .gx-navbar.Confirm .navbar-nav>li>a,.open .gx-navbar.Confirm .navbar-nav>li.dropdown>a, .gx-navbar.Confirm .navbar-nav>li.open>a 
{
	background-color : inherit;
	margin-top : 6px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
}
.gx-navbar.Confirm .navbar-nav>li>a,.Confirm.gx-dropdown-menu.dropdown-menu>li>a 
{
	border-style : none;
	border-width : 0px;
	display : block;
	background-color : inherit;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	text-decoration : none;
	color : inherit;
	letter-spacing : 1.8px;
	text-transform : uppercase;
}
.gx-navbar.Confirm .navbar-header>button 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.gx-navbar.Confirm .navbar-header>button:focus 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.gx-navbar.Confirm .navbar-header>button:focus:active 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.gx-navbar.WWViewActions .navbar-nav>li,.open .WWViewActions.gx-dropdown-menu.dropdown-menu>li>a, .gx-navbar.WWViewActions .navbar-nav>li>a,.open .gx-navbar.WWViewActions .navbar-nav>li.dropdown>a, .gx-navbar.WWViewActions .navbar-nav>li.open>a 
{
	background-color : inherit;
	margin-top : 6px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : var(--colors_Base) ;
}
.gx-navbar.WWViewActions .navbar-nav>li>a,.WWViewActions.gx-dropdown-menu.dropdown-menu>li>a 
{
	border-style : none;
	border-width : 0px;
	display : block;
	background-color : inherit;
	font-family : var(--fonts_RB_REG) ;
	font-size : var(--fontSizes_FReg) ;
	font-weight : 400;
	text-decoration : none;
	color : inherit;
	letter-spacing : 1.8px;
	text-transform : uppercase;
}
.gx-navbar.WWViewActions .navbar-header>button 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.gx-navbar.WWViewActions .navbar-header>button:focus 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}
.gx-navbar.WWViewActions .navbar-header>button:focus:active 
{
	border-width : 2px;
	font-family : OpenSans-Regular;
	ButtonBorderStyle : standard;
	float : left;
	border-style : none;
}


@media (max-width: 991px) and (min-width: 768px)
{
	.ResponsiveSlide 
	{
		gx-nav-style-mode : idNavStyleModeSlide;
		gx-nav-style-right-target-width : 70vw;
		gx-nav-style-left-target-width : 70vw;
	}
	.Title 
	{
		font-size : 16px;
	}
	.GlobalTitle 
	{
		font-size : 11px;
	}
	.BigGlobalTitle 
	{
		font-size : 17px;
	}
	.SubtitleLabel 
	{
		font-size : 11px;
	}
	.GridNewRowWhite 
	{
		line-height : 49px;
	}
	.Attribute 
	{
		overflow-wrap : break-word;
	}
	.ReadonlyAttribute 
	{
		overflow-wrap : break-word;
		word-wrap : break-word;
	}
	.ErrorAttribute 
	{
		overflow-wrap : break-word;
	}
	.LoginAttribute 
	{
		overflow-wrap : break-word;
	}
	.RequiredAttribute 
	{
		text-align : left !important;
	}
	.SubtitleAttribute 
	{
		font-size : 13px;
		overflow-wrap : break-word;
	}
	.ReadonlySubtitleAttribute 
	{
		font-size : 13px;
		overflow-wrap : break-word;
	}
	.ComboAttribute 
	{
		overflow-wrap : break-word;
	}
	.BtnEnter 
	{
		text-align : center !important;
	}
	.BodyContainer 
	{
		height : calc(100vh - 160px) !important;
	}
	.LoginContainer 
	{
		height : calc(100vh - 160px) !important;
	}
	.AdvancedContainer 
	{
		min-height : calc(100vh - 206px);
		-webkit-transition : left .3s ease;
		-moz-transition : left .3s ease;
		-ms-transition : left .3s ease;
		-o-transition : left .3s ease;
		transition : left .3s ease;
	}
	.FiltersContainer 
	{
		Height : calc(100vh - 160px);
	}
	.ActionsContainer 
	{
		transition : height 0.5s ease;
		z-index : 8;
	}
	.ViewAdvancedContainer 
	{
		-webkit-transition : width .3s ease;
		-moz-transition : width .3s ease;
		-ms-transition : width .3s ease;
		-o-transition : width .3s ease;
		transition : width .3s ease;
	}
	.ErrorViewer 
	{
		z-index : 10;
	}
	.OptionalColumn 
	{
		display : none;
	}
	.WWColumn 
	{
		border-collapse : collapse;
		border-color : #eaeaea;
		border-bottom-style : solid;
		border-bottom-width : 1px;
	}
	.WWOptionalColumn 
	{
		display : none;
	}
	.WWFiltersCell 
	{
		-webkit-transition : left .3s ease;
		-moz-transition : left .3s ease;
		-ms-transition : left .3s ease;
		-o-transition : left .3s ease;
		transition : left .3s ease;
	}
	.WWFiltersCellCollapsed 
	{
		-webkit-transition : left .3s ease;
		-moz-transition : left .3s ease;
		-ms-transition : left .3s ease;
		-o-transition : left .3s ease;
		transition : left .3s ease;
	}
	.WWAdvancedBarCell 
	{
		width : 25%;
		-webkit-transition : left .3s ease;
		-moz-transition : left .3s ease;
		-ms-transition : left .3s ease;
		-o-transition : left .3s ease;
		transition : left .3s ease;
	}
	.PromptAdvancedBarCell 
	{
		width : 25%;
		-webkit-transition : left .3s ease;
		-moz-transition : left .3s ease;
		-ms-transition : left .3s ease;
		-o-transition : left .3s ease;
		transition : left .3s ease;
		height : 100vh;
	}
	.WWGridCell 
	{
		margin-left : 29%;
		width : 68%;
		transition : margin-left .3s, width .2s ease-out;
	}
	.ViewGridCell 
	{
		transition : margin-left .3s, width .2s ease-out;
	}
	.ViewGridCellAdvanced 
	{
		transition : margin-left .3s, width .2s ease-out;
	}
	.WWGridCellExpanded 
	{
		transition : margin-left .3s, width .2s ease-out;
	}
	.FormCellSimple 
	{
		border-bottom-style : none;
	}
	.FormCellAdvanced 
	{
		border-collapse : collapse;
		border-color : #eaeaea;
		border-bottom-style : solid;
		border-bottom-width : 1px;
		border-top-style : solid;
		border-top-width : 1px;
	}
	.MainMenu 
	{
		margin-left : -35px;
		margin-right : -35px;
	}
	.Popup 
	{
		margin-top : 0px;
	}
}


@media (max-width: 767px)
{
	.HR 
	{
		margin-top : 10px;
		margin-bottom : 10px;
	}
	.CellFlex 
	{
		padding-right : 0px;
	}
	.ImgMenu 
	{
		width : 50px !important;
		object-fit : cover;
		object-position : 10px;
		margin-left : -10px;
	}
	.txtWhiteRBREG 
	{
		font-size : 13px;
	}
	.ddsmoothmenu 
	{
		position : absolute;
		left : 0;
		top : 60px;
	}
	.smoothHeader 
	{
		font-size : 14px !important;
	}
	.nav-tabs>li.active>a, .nav-tabs>li>a 
	{
		font-size : 14px;
	}
	.txtBlue2736ExtraLarge 
	{
		text-align : center;
		display : block;
	}
	.TableBtn 
	{
		width : 100%;
		display : table;
	}
	.TableUsr 
	{
		margin-top : -55px;
	}
	.TableBtn>tbody>tr 
	{
		width : 100%;
		display : grid;
	}
	.TableBtn>tbody>tr>td 
	{
		margin-bottom : 5px;
	}
	.txtBlue7545Med 
	{
		text-align : left;
		display : block;
		margin-left : 5px;
		margin-top : 5px;
	}
	.ErrorViewer 
	{
		display : none;
	}
	.ActionGroup 
	{
		margin-top : 0px;
		margin-bottom : 10px;
	}
	.BtnBlue 
	{
		width : 100%;
		padding : 5px;
		font-size : 13px;
	}
	.BtnWhite 
	{
		width : 100% !important;
		padding : 5px;
		font-size : 13px !important;
	}
	.txtBlue7545H2 
	{
		font-size : 20px;
		margin-top : 0px;
		margin-right : 0px;
		display : block;
		width : 170px;
		margin-top : 5px;
		padding : 0px;
	}
	.Table 
	{
		text-align : center !important;
	}
	.ContainerEncabezado 
	{
		height : 100px !important;
	}
	.TableLogin 
	{
		width : 100%;
		height : 100vh;
		border-radius : 0px;
		box-shadow : none;
		overflow-y : auto;
		overflow-x : hidden;
		padding : 0px;
		margin : 0px;
		text-align : center !important;
	}
	.TableBackLogin 
	{
		width : 100%;
		margin : 0 !important;
		padding : 0px !important;
		background-color : white;
	}
	.ImageLogin 
	{
		padding : 0px;
		margin : 0px;
		border-radius : 0px;
		height : 276px;
		object-fit : cover;
		object-position : 0px -90px;
		width : inherit;
	}
	.ResponsiveSlide 
	{
		gx-nav-style-mode : idNavStyleModeSlide;
		gx-nav-style-right-target-width : 70vw;
		gx-nav-style-left-target-width : 70vw;
	}
	.TextBlockHeader 
	{
		margin-left : 0px;
		font-size : 30px;
	}
	.PopupTitle 
	{
		margin-left : 0px;
		font-size : 30px;
		line-height : 35px;
	}
	.RecentsTitle 
	{
		margin-left : 0px;
	}
	.SubTitle 
	{
		height : inherit;
	}
	.LogoutMenuOption 
	{
		display : inline;
	}
	.GridNewRow 
	{
		line-height : 49px;
	}
	.SelectedMainMenuItem 
	{
		border-bottom : 0px;
		padding-bottom : 0px;
	}
	.Form 
	{
		background-color : #FFF !important;
	}
	.Attribute 
	{
		width : 100%;
		max-width : 324px;
		overflow-wrap : break-word;
	}
	.AttributeAcceptDrag 
	{
		overflow-wrap : break-word;
	}
	.AttributeNoAcceptDrag 
	{
		overflow-wrap : break-word;
	}
	.LoginAttribute 
	{
		width : 100%;
		overflow-wrap : break-word;
	}
	.LoginComboAttribute 
	{
		margin-left : 0px;
		width : 200px;
	}
	.RegistrationAttribute 
	{
		width : 100%;
		overflow-wrap : break-word;
	}
	.RequiredAttribute 
	{
		max-width : 324px;
		text-align : left !important;
	}
	.SubtitleAttribute 
	{
		margin-top : 10px;
		font-size : 12px;
		overflow-wrap : break-word;
	}
	.ReadonlySubtitleAttribute 
	{
		margin-top : 10px;
		font-size : 12px;
		overflow-wrap : break-word;
	}
	.BtnEnter 
	{
		text-align : center !important;
	}
	.BtnLogin 
	{
		width : 100%;
		max-width : 300px;
		min-width : 120px;
	}
	.HideFiltersButton 
	{
		font-family : var(--fonts_RB_REG) ;
		background-position : center;
		background-image : var(--GX-Image_icon_filter) !important;
		background-size : 24px;
		font-size : 0px;
		margin-left : -15px;
		height : 29px;
		width : 20px;
		text-align : right;
		margin-left : -15px;
	}
	.ShowFiltersButton 
	{
		font-family : var(--fonts_RB_REG) ;
		background-position : center;
		background-image : var(--GX-Image_icon_filter) !important;
		background-size : 24px;
		font-size : 0px;
		height : 29px;
		width : 20px;
		margin-left : -15px;
	}
	.BtnCancelHovered 
	{
		color : var(--colors_Base) ;
	}
	.BtnGreenSmallConfirmar 
	{
		margin-bottom : 10px;
		outline : none !important;
		width : 150px !important;
	}
	.UnauthorizedImage 
	{
		margin-top : 65px;
	}
	.ViewTable 
	{
		padding-left : 0px;
	}
	.RecentLinksMainTable 
	{
		overflow : hidden;
		max-height : 20px;
		-moz-transition : max-height 0.5s ease-in-out;
		-webkit-transition : max-height 0.5s ease-in-out;
		-ms-transition : max-height 0.5s ease-in-out;
		transition : max-height 0.5s ease-in-out;
	}
	.RecentLinksMainTableExpanded 
	{
		max-height : 500px;
	}
	.TableTopSearch 
	{
		padding-left : 30px;
	}
	.TableButtons 
	{
		width : 100%;
	}
	.SmallTableLogin 
	{
		height : 290px;
		width : 100%;
	}
	.LargeTableLogin 
	{
		height : 1035px;
		width : 100%;
	}
	.WelcomeTable 
	{
		margin-left : -15px;
		margin-top : -20px;
		height : 100vh;
		width : 100vw;
		max-width : 100vw;
	}
	.BodyContainer 
	{
		height : calc(100vh - 160px) !important;
	}
	.LoginContainer 
	{
		margin-top : 20px;
		height : calc(100vh - 160px) !important;
	}
	.HeaderContainer 
	{
		padding-bottom : 5px;
		padding-left : 15px;
		padding-right : 15px;
		padding-top : 5px;
		height : 90px;
		box-shadow : 0 2px 5px 0 rgb 0 0 0 15;
	}
	.RecentLinksContainer 
	{
		padding-bottom : 2px;
		padding-left : 15px;
		padding-right : 15px;
		padding-top : 2px;
		box-shadow : 0 2px 5px 0 rgb 0 0 0 15;
	}
	.AdvancedContainer 
	{
		left : -100%;
		position : absolute;
		width : 230px;
		height : auto;
		min-height : calc(100vh - 160px);
		-webkit-transition : left .3s ease;
		-moz-transition : left .3s ease;
		-ms-transition : left .3s ease;
		-o-transition : left .3s ease;
		transition : left .3s ease;
		z-index : 10;
	}
	.AdvancedContainerVisible 
	{
		left : 0px;
		padding-left : 25px;
		width : 230px;
	}
	.ActionsContainer 
	{
		position : absolute;
		right : 4px;
		background-color : var(--colors_Border) ;
		transition : opacity 0.5s ease;
		z-index : 8;
		opacity : 0;
	}
	.ActionsContainerItem 
	{
		margin-right : 0px;
		margin-top : 0px;
		background-color : white;
		width : auto;
		transition : height 0.5s ease;
		z-index : 8;
	}
	.ActionsContainerVisible 
	{
		position : absolute;
		right : 5px;
		background-color : var(--colors_Border) ;
		border-bottom-color : var(--colors_DarkBorder) ;
		border-left-color : var(--colors_DarkBorder) ;
		border-right-color : var(--colors_DarkBorder) ;
		border-top-color : var(--colors_DarkBorder) ;
		border-style : solid;
		border-width : 1px;
		transition : opacity 0.5s ease;
		z-index : 8;
		opacity : 1;
		box-shadow : 0PX 4px 5px 0px black;
	}
	.ViewAdvancedContainer 
	{
		left : 0px;
		position : absolute;
		width : 230px;
		height : auto;
		-webkit-transition : left .3s ease;
		-moz-transition : left .3s ease;
		-ms-transition : left .3s ease;
		-o-transition : left .3s ease;
		transition : left .3s ease;
		z-index : 10;
	}
	.ViewAdvancedContainerVisible 
	{
		left : -100%;
		padding-left : 25px;
		width : 235px;
	}
	.TBStepCard 
	{
		margin-bottom : 10px;
		margin-left : 0px;
		margin-top : 50px;
		padding-bottom : 5px;
		padding-left : 5px;
		padding-right : 5px;
		padding-top : 5px;
		height : auto;
		box-shadow : 0 2px 4px 0 rgb 208 208 208 50;
	}
	.OptionalColumn 
	{
		display : none;
	}
	.WWColumn 
	{
		border-collapse : collapse;
		border-color : #eaeaea;
		border-bottom-style : solid;
		border-bottom-width : 1px;
	}
	.WWOptionalColumn 
	{
		display : none;
	}
	.WWSecondaryColumn 
	{
		display : none;
	}
	.WWFiltersCell 
	{
		-webkit-transition : left .3s ease;
		-moz-transition : left .3s ease;
		-ms-transition : left .3s ease;
		-o-transition : left .3s ease;
		transition : left .3s ease;
	}
	.WWFiltersCellCollapsed 
	{
		left : -250px;
		-webkit-transition : left .3s ease;
		-moz-transition : left .3s ease;
		-ms-transition : left .3s ease;
		-o-transition : left .3s ease;
		transition : left .3s ease;
	}
	.WWAdvancedBarCell 
	{
		width : 230px;
		-webkit-transition : left .3s ease;
		-moz-transition : left .3s ease;
		-ms-transition : left .3s ease;
		-o-transition : left .3s ease;
		transition : left .3s ease;
	}
	.PromptAdvancedBarCell 
	{
		padding-top : 40px;
		width : 230px;
		-webkit-transition : left .3s ease;
		-moz-transition : left .3s ease;
		-ms-transition : left .3s ease;
		-o-transition : left .3s ease;
		transition : left .3s ease;
		height : 100vh;
	}
	.WWGridCell 
	{
		margin-left : 0px;
		width : 100%;
		transition : margin-left .3s, width .2s ease-out;
	}
	.ViewGridCellAdvanced 
	{
		margin-left : 0px;
		width : 100%;
		transition : margin-left .3s, width .2s ease-out;
	}
	.WWGridCellExpanded 
	{
		margin-left : 0px;
		width : 100%;
		transition : margin-left .3s, width .2s ease-out;
	}
	.FormCell 
	{
		border-collapse : collapse;
		border-color : #eaeaea;
		border-bottom-style : solid;
		border-bottom-width : 1px;
	}
	.FormCellSimple 
	{
		border-bottom-style : none;
	}
	.FormCellAdvanced 
	{
		border-collapse : collapse;
		border-color : #eaeaea;
		border-bottom-style : solid;
		border-bottom-width : 1px;
		border-top-style : solid;
		border-top-width : 1px;
	}
	.TBStepHeight 
	{
		height : auto;
	}
	.Confirm 
	{
		margin-bottom : 10px;
		margin-top : 20px;
		width : 280px;
	}
	.Popup 
	{
		margin-top : 0px;
	}
}


div.gx-content-placeholder>div.gx-ct-body.Form-fx,
div.gxwebcomponent>div.gxwebcomponent-body.Form-fx,
body.Form-fx {
	transition-property: transform, opacity;
	transition-timing-function: cubic-bezier(0,1,1,.69);
	transition-duration:.5s;
	-moz-transition-property: transform, opacity;
	-moz-transition-timing-function: cubic-bezier(0,1,1,.69);
	-moz-transition-duration:.5s;
	-ms-transition-property: transform, opacity;
	-ms-transition-timing-function: cubic-bezier(0,1,1,.69);
	-ms-transition-duration:.5s;
	-o-transition-property: transform, opacity;
	-o-transition-timing-function: cubic-bezier(0,1,1,.69);
	-o-transition-duration:.5s;
	-webkit-transition-property: transform, opacity;
	-webkit-transition-timing-function: cubic-bezier(0,1,1,.69);
	-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.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}
.Form-fx.entering {
	position: absolute;
	opacity: 0.1;
}
.Form-fx.leaving {
	position: absolute;
	opacity: 0.1;
}



@font-face
{
	font-family : OpenSans-Regular;
	src : url("OpenSans-Regular.ttf");
}
@font-face
{
	font-family : OpenSans-Bold;
	src : url("OpenSans-Bold.ttf");
}
@font-face
{
	font-family : OpenSans-Light;
	src : url("OpenSans-Light.ttf");
}
@font-face
{
	font-family : OpenSans-Semibold;
	src : url("OpenSans-Semibold.ttf");
}
@font-face
{
	font-family : Poppins-Regular;
	src : url("Poppins-Regular.ttf");
}
@font-face
{
	font-family : Poppins-Bold;
	src : url("Poppins-Bold.ttf");
}
@font-face
{
	font-family : Poppins-Light;
	src : url("Poppins-Light.ttf");
}
@font-face
{
	font-family : Poppins-Medium;
	src : url("Poppins-Medium.ttf");
}
@font-face
{
	font-family : Poppins-SemiBold;
	src : url("Poppins-SemiBold.ttf");
}
@font-face
{
	font-family : Roboto-Black;
	src : url("Roboto-Black.ttf");
}
@font-face
{
	font-family : Roboto-BlackItalic;
	src : url("Roboto-BlackItalic.ttf");
}
@font-face
{
	font-family : Roboto-Bold;
	src : url("Roboto-Bold.ttf");
}
@font-face
{
	font-family : Roboto-BoldItalic;
	src : url("Roboto-BoldItalic.ttf");
}
@font-face
{
	font-family : Roboto-Italic;
	src : url("Roboto-Italic.ttf");
}
@font-face
{
	font-family : Roboto-Light;
	src : url("Roboto-Light.ttf");
}
@font-face
{
	font-family : Roboto-LightItalic;
	src : url("Roboto-LightItalic.ttf");
}
@font-face
{
	font-family : Roboto-Medium;
	src : url("Roboto-Medium.ttf");
}
@font-face
{
	font-family : Roboto-MediumItalic;
	src : url("Roboto-MediumItalic.ttf");
}
@font-face
{
	font-family : Roboto-Regular;
	src : url("Roboto-Regular.ttf");
}
@font-face
{
	font-family : Roboto-Thin;
	src : url("Roboto-Thin.ttf");
}
@font-face
{
	font-family : Roboto-ThinItalic;
	src : url("Roboto-ThinItalic.ttf");
}