/*****************************************/
/*                SKIN OFFICE            */
/*****************************************/

/************************************************************/
/*Para personalizar o CSS do Webrun, recomendamos a criação */
/*de um arquivo chamado custom.css dentro desta pasta.      */
/*                                                          */
/* OBSERVAÇÃO: Adicionar !important ao final do atributo.   */
/* Exemplo: background: red!important;                      */
/************************************************************/

@import url("custom.css");

body {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #6e6e6e;
  background: #fff
}

.HTMLComboBox input:disabled {
  background: #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}

.HTMLLookup input:disabled {
  background: #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}

.component {
  background: #e0dfe3
}

.buttonComponent {
  background: #e0dfe3
}

.navigation {
  background: #F2F2EE
}

a {
  text-decoration: none;
  color: #000
}

a:focus {
  outline-style: dotted;
  outline-width: 1px
}

a:hover {
  text-decoration: none;
  color: #000
}

a.cont {
  text-decoration: none;
  color: #000
}

a.cont:hover {
  text-decoration: none;
  color: #000
}

img[src=""] {
  border: 1px solid #EFEFEF
}

td {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #000
}

.b {
  font-size: 11px;
  font-weight: bold
}

.u {
  font-weight: bold;
  text-decoration: underline
}

.des {
  color: #FE5400
}

.label {
  font-family: arial, sans-serif;
  font-size: 11px
}

.edit {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999
}

.editMark {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #06C;
  border-left: 1px solid #06C;
  border-top: 1px solid #06C;
  border-bottom: 1px solid #06C;
  background: #E6F2FF
}

.button {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  outline: none
}

.duallist {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999
}

.duallistMark {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #06C;
  border-left: 1px solid #06C;
  border-top: 1px solid #06C;
  border-bottom: 1px solid #06C;
  background: #fff;
  outline: none
}

.lookup {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999
}

.lookupMark {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #06C;
  border-left: 1px solid #06C;
  border-top: 1px solid #06C;
  border-bottom: 1px solid #06C;
  background: #fff
}

.editLogon {
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000
}

.calendar>tbody>tr>td>table {
  font-size: 12px;
  background: #9eb4c1;
  width: 101%;
  color: #000
}

.calendarHeader {
  background: #FFF;
  color: #0A246A
}

.calendarLine1 {
  background: #FFF
}

.calendarLine2 {
  background: #FFF
}

.lookupSearch {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 0px solid #FFF;
  border-bottom: 1px solid #999
}

.lookupSearchInput {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 0px solid #999;
  border-left: 0px solid #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #E5E5E5
}

.tabButton {
  background: #F6F6F4
}

.tabBack {
  background: #F6F6F4
}

.clickText {
  text-decoration: none;
  color: #000
}

.clickText:hover {
  text-decoration: none;
  color: #000
}

.clickText.cont {
  text-decoration: none;
  color: #000
}

.clickText.cont:hover {
  text-decoration: none;
  color: #000
}

.cur {
  cursor: pointer
}

.grid {
  margin: 1px
}

.gridMark {
  border: 1px solid #06C;
  background: #fff;
  margin: 0px
}

.gridDiv {
  border: 1px solid #77B0F7
}

.exitProgressBar {
  background: #FFF;
  width: 100%;
  height: 100%;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #999;
  display: none;
  cursor: pointer
}

.divProgressBar {
  z-index: 99999999;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block
}

.searchInteger {
  text-align: right
}

.searchDouble {
  text-align: right
}

.searchTime {
  text-align: left
}

.searchDate {
  text-align: left
}

.searchBoolean {
  text-align: left
}

.searchString {
  text-align: left
}

input,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none
}

textarea {
  overflow: auto
}

.HTMLButton button {
  border: 1px solid #a6a7b0;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  outline: none;
  font-size: 11px;
  color: #000;
  background: #ececec
}

.HTMLButton button:hover {
  border: 1px solid #77B0F7;
  filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#dadbe9', endColorstr='#ffffff');
  color: #000;
  background: -webkit-linear-gradient(left, #eaf3fc, #dcecfc);
  background: -o-linear-gradient(left, #eaf3fc, #dcecfc);
  background: -moz-linear-gradient(left, #eaf3fc, #dcecfc);
  background: linear-gradient(to left, #eaf3fc, #dcecfc);
  border-left: 1px solid #7eb4ea;
  border-right: 1px solid #7eb4ea;
  border-top: 1px solid #7eb4ea;
  border-bottom: 1px solid #7eb4ea
}

.HTMLButton button:focus {
  border: 1px solid #a6a7b0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  cursor: pointer;
  filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#dadbe9');
  padding: 0;
  vertical-align: middle;
  outline: none;
  font-size: 11px;
  color: #000;
  background: #ececec;
  border-left: 1px solid acacac;
  border-right: 1px solid acacac;
  border-top: 1px solid acacac;
  border-bottom: 1px solid acacac;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px
}

.HTMLButton button:disabled {
  cursor: default;
  background: #DADADF
}

.HTMLButton button[readonly=readonly] {
  cursor: default
}

.HTMLButton span {
  vertical-align: middle
}

.HTMLButton img {
  vertical-align: middle
}

.HTMLButton {
  overflow: hidden
}

.formViewDiv {
  background: #FFF;
  filter: alpha(opacity=1);
  opacity: 0;
  position: absolute;
  z-index: 99998;
  top: 80px;
  left: 0px;
  width: 100%;
  height: 100%
}

.HTMLTabArea {
  border-right: 0px solid #919B9C;
  border-left: 0px solid #919B9C;
  border-top: 1px solid #919B9C;
  border-bottom: 0px solid #919B9C;
  background: #fff;
  height: 100%;
  left: 0px;
  z-index: 1;
  display: none;
  position: absolute;
  width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

.HTMLTab {
  background: #fff;
  cursor: pointer;
  display: inline;
  float: left;
  height: 17px;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px
}

.HTMLTab:hover {
  border-top: 2px solid #2B579A
}

.HTMLTab div {
  float: left
}

.HTMLTab span,
.HTMLTab img {
  vertical-align: middle
}

.HTMLTab-Selected {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background: #2B579A;
  color: #fff;
  float: left;
  height: 18px;
  border-top: 2px solid #2B579A;
  border-left: 1px solid #2B579A;
  border-right: 1px solid #2B579A;
  display: inline;
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.HTMLTab-Selected div {
  float: left
}

.HTMLTabController {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  position: absolute
}

.HTMLTabContainer {
  width: 100%;
  position: absolute;
  z-index: 1
}

.HTMLGroupBox-Top {
  border-top: 1px solid #77B0F7;
  border-left: 0px solid !important;
  border-right: 0px solid !important;
  border-bottom: 0px solid !important;
  border-radius: 0px !important
}

.HTMLGroupBox-Left {
  border-left: 1px solid #77B0F7;
  border-top: 0px solid !important;
  border-right: 0px solid !important;
  border-bottom: 0px solid !important;
  border-radius: 0px !important
}

.HTMLGroupBox-Right {
  border-right: 1px solid #77B0F7;
  border-top: 0px solid !important;
  border-left: 0px solid !important;
  border-bottom: 0px solid !important;
  border-radius: 0px !important
}

.HTMLGroupBox-Bottom {
  border-bottom: 1px solid #77B0F7;
  border-top: 0px solid !important;
  border-left: 0px solid !important;
  border-right: 0px solid !important;
  border-radius: 0px !important
}

.HTMLGroupBox {
  border: 1px solid #77B0F7;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%
}

.HTMLGroupBox-Box-Inset {
  border: 1px inset #77B0F7;
  border-radius: 4px
}

.HTMLGroupBox-Box-Outset {
  border: 1px outset #77B0F7;
  border-radius: 4px
}

.HTMLGroupBox-None {
  border-style: none
}

.HTMLRadioGroup .HTMLLabel>div>div {
  background: white
}

.HTMLRadioGroup #HTMLRadioGroupOptions {
  height: 100%;
  display: table;
  width: 100%
}

.HTMLRadioGroup #HTMLRadioGroupOptionsRow {
  display: table-row
}

.HTMLRadioGroup #HTMLRadioGroupOption {
  margin: 2px 2px;
  display: table-cell;
  vertical-align: middle
}

.HTMLRadioGroup #HTMLRadioGroupOption input:enabled {
  cursor: pointer
}

.HTMLRadioGroup #HTMLRadioGroupOption input:disabled {
  cursor: default
}

.HTMLRadioGroup #HTMLRadioGroupOption label {
  font-family: arial, sans-serif;
  font-size: 11px;
  cursor: pointer
}

.HTMLLabel {
  display: table !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.HTMLLabel>div {
  display: table-cell
}

.HTMLLabel>div>div {
  cursor: default;
  background: transparent
}

.HTMLEdit input:not([type='checkbox']) {
  font-family: arial, sans-serif;
  font-size: 16px;
  background: #FFF;
  border-right: 1px solid #77B0F7;
  border-left: 1px solid #77B0F7;
  border-top: 1px solid #77B0F7;
  border-bottom: 1px solid #77B0F7;
  outline: none;
  height: 100% !important;
  width: 100% !important;
}

.HTMLEdit input:focus {
  border-color: #09F
}

.HTMLEdit input:disabled {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #CCC;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}

.HTMLEdit input[readonly=readonly] {
  background: #FFFFE1 !important
}

.HTMLEdit font {
  cursor: default;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.HTMLEditCalendar {
  position: absolute;
  width: 240px;
  height: 150px;
  z-index: 999999;
  box-shadow: 10px 10px 15px -2px #888
}

.HTMLEditCalendar>iframe {
  border: 1px solid #9eb4c1;
  width: 100%;
  height: 100%
}

.HTMLEditCalendarLock {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999998;
  opacity: 0.1
}

.HTMLNavigationForm {
  width: 100%;
  height: 28px;
  padding-top: 5px;
  position: absolute;
  top: 0px;
  text-align: center;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

.HTMLNavigationForm img {
  width: 34px;
  height: 34px
}

.HTMLNavigationForm .HTMLNavigationFormButton,
.HTMLNavigationButton {
  display: inline-block;
  position: relative;
  padding-left: 2px
}

.HTMLNavigationFormBar {
  width: 100%;
  height: 62px;
  background-position: center;
  background-repeat: no-repeat
}

.HTMLNavigationFormButton-pt_BR img {
  background: url('HTMLNavigationForm/navIcons.gif')
}

.HTMLNavigationFormButton-en_US img {
  background: url('HTMLNavigationForm/en_US/navIcons.gif')
}

.HTMLNavigationFormButton-es_ES img {
  background: url('HTMLNavigationForm/es_ES/navIcons.gif')
}

.HTMLNavigationFormButton-fr_FR img {
  background: url('HTMLNavigationForm/fr_FR/navIcons.gif')
}

.HTMLNavigationFormButton-Include img {
  background-position: 0px
}

.HTMLNavigationFormButton-Include-Des img {
  background-position: -34px
}

.HTMLNavigationFormButton-Include-Over img {
  background-position: -68px
}

.HTMLNavigationFormButton-Edit img {
  background-position: -102px
}

.HTMLNavigationFormButton-Edit-Des img {
  background-position: -136px
}

.HTMLNavigationFormButton-Edit-Over img {
  background-position: -170px
}

.HTMLNavigationFormButton-First img {
  background-position: -204px
}

.HTMLNavigationFormButton-First-Des img {
  background-position: -238px
}

.HTMLNavigationFormButton-First-Over img {
  background-position: -272px
}

.HTMLNavigationFormButton-Previous img {
  background-position: -306px
}

.HTMLNavigationFormButton-Previous-Des img {
  background-position: -340px
}

.HTMLNavigationFormButton-Previous-Over img {
  background-position: -374px
}

.HTMLNavigationFormButton-Next img {
  background-position: -408px
}

.HTMLNavigationFormButton-Next-Des img {
  background-position: -442px
}

.HTMLNavigationFormButton-Next-Over img {
  background-position: -476px
}

.HTMLNavigationFormButton-Last img {
  background-position: -510px
}

.HTMLNavigationFormButton-Last-Des img {
  background-position: -544px
}

.HTMLNavigationFormButton-Last-Over img {
  background-position: -578px
}

.HTMLNavigationFormButton-Delete img {
  background-position: -612px
}

.HTMLNavigationFormButton-Delete-Des img {
  background-position: -646px
}

.HTMLNavigationFormButton-Delete-Over img {
  background-position: -680px
}

.HTMLNavigationFormButton-Refresh img {
  background-position: -714px
}

.HTMLNavigationFormButton-Refresh-Des img {
  background-position: -748px
}

.HTMLNavigationFormButton-Refresh-Over img {
  background-position: -782px
}

.HTMLNavigationFormButton-Print img {
  background-position: -816px
}

.HTMLNavigationFormButton-Print-Des img {
  background-position: -850px
}

.HTMLNavigationFormButton-Print-Over img {
  background-position: -888px
}

.HTMLNavigationFormButton-Log img {
  background-position: -924px
}

.HTMLNavigationFormButton-Log-Des img {
  background-position: -958px
}

.HTMLNavigationFormButton-Log-Over img {
  background-position: -992px
}

.HTMLNavigationFormButton-DefaultValues img {
  background-position: -1026px
}

.HTMLNavigationFormButton-DefaultValues-Des img {
  background-position: -1060px
}

.HTMLNavigationFormButton-DefaultValues-Over img {
  background-position: -1094px
}

.HTMLNavigationFormButton-Help img {
  background-position: -1128px
}

.HTMLNavigationFormButton-Help-Des img {
  background-position: -1162px
}

.HTMLNavigationFormButton-Help-Over img {
  background-position: -1196px
}

.HTMLNavigationFormButton-Exit img {
  background-position: -1230px
}

.HTMLNavigationFormButton-Exit-Des img {
  background-position: -1264px
}

.HTMLNavigationFormButton-Exit-Over img {
  background-position: -1298px
}

.HTMLNavigationFormButton-EditSave img {
  background-position: -1332px;
  width: 80px
}

.HTMLNavigationFormButton-EditSave-Des img {
  background-position: -1412px;
  width: 80px
}

.HTMLNavigationFormButton-EditSave-Over img {
  background-position: -1496px;
  width: 80px
}

.HTMLNavigationFormButton-EditCancel img {
  background-position: -1826px;
  width: 80px
}

.HTMLNavigationFormButton-EditCancel-Des img {
  background-position: -1910;
  width: 80px
}

.HTMLNavigationFormButton-EditCancel-Over img {
  background-position: -1990px;
  width: 80px
}

.HTMLNavigationFormButton-IncludeSaveMore img {
  background-position: -1580px;
  width: 80px
}

.HTMLNavigationFormButton-IncludeSaveMore-Des img {
  background-position: -1664px;
  width: 80px
}

.HTMLNavigationFormButton-IncludeSaveMore-Over img {
  background-position: -1744px;
  width: 80px
}

.HTMLNavigationFormButton-IncludeSave img {
  background-position: -1334px;
  width: 80px
}

.HTMLNavigationFormButton-IncludeSave-Des img {
  background-position: -1418px;
  width: 80px
}

.HTMLNavigationFormButton-IncludeSave-Over img {
  background-position: -1498px;
  width: 80px
}

.HTMLNavigationFormButton-IncludeCancel img {
  background-position: -1826px;
  width: 80px
}

.HTMLNavigationFormButton-IncludeCancel-Des img {
  background-position: -1910px;
  width: 80px
}

.HTMLNavigationFormButton-IncludeCancel-Over img {
  background-position: -1990px;
  width: 80px
}

.HTMLNavigationGrid {}

.HTMLNavigationGridButton img {
  background-repeat: no-repeat;
  width: 16px;
  height: 16px
}

.HTMLNavigationGridButton-pt_BR img {
  background: url('HTMLNavigationGrid/navGridIcons.gif')
}

.HTMLNavigationGridButton-en_US img {
  background: url('HTMLNavigationGrid/en_US/navGridIcons.gif')
}

.HTMLNavigationGridButton-es_ES img {
  background: url('HTMLNavigationGrid/es_ES/navGridIcons.gif')
}

.HTMLNavigationGridButton-fr_FR img {
  background: url('HTMLNavigationGrid/fr_FR/navGridIcons.gif')
}

.HTMLNavigationGridButton-Include img {
  background-position: 0px
}

.HTMLNavigationGridButton-Include-Des img {
  background-position: -16px
}

.HTMLNavigationGridButton-Edit img {
  background-position: -32px
}

.HTMLNavigationGridButton-Edit-Des img {
  background-position: -48px
}

.HTMLNavigationGridButton-Delete img {
  background-position: -64px
}

.HTMLNavigationGridButton-Delete-Des img {
  background-position: -80px
}

.HTMLNavigationGridButton-Refresh img {
  background-position: -96px
}

.HTMLNavigationGridButton-Refresh-Des img {
  background-position: -112px
}

.HTMLNavigationGridButton-EditSave img,
.HTMLNavigationGridButton-IncludeSave img {
  background-position: -128px
}

.HTMLNavigationGridButton-EditSave-Des img,
.HTMLNavigationGridButton-IncludeSave-Des img {
  background-position: -144px
}

.HTMLNavigationGridButton-EditCancel img,
.HTMLNavigationGridButton-IncludeCancel img {
  background-position: -160px
}

.HTMLNavigationGridButton-EditCancel-Des img,
.HTMLNavigationGridButton-IncludeCancel-Des img {
  background-position: -176px
}

.HTMLPagingButton img {
  background: url('HTMLPaging/paging.gif');
  background-repeat: no-repeat;
  width: 8px;
  height: 7px
}

.HTMLPagingButton-First img {
  background-position: 0px
}

.HTMLPagingButton-First-Des img {
  background-position: -8px
}

.HTMLPagingButton-Previous img {
  background-position: -16px;
  width: 4px
}

.HTMLPagingButton-Previous-Des img {
  background-position: -20px;
  width: 4px
}

.HTMLPagingButton-Next img {
  background-position: -24px;
  width: 4px
}

.HTMLPagingButton-Next-Des img {
  background-position: -28px;
  width: 4px
}

.HTMLPagingButton-Last img {
  background-position: -32px
}

.HTMLPagingButton-Last-Des img {
  background-position: -40px
}

.HTMLMemo textarea {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #77B0F7;
  border-left: 1px solid #77B0F7;
  border-top: 1px solid #77B0F7;
  border-bottom: 1px solid #77B0F7;
  outline: none;
  padding-left: 8px;
  padding-right: 8px;
  width: 100% !important;
  height: 100% !important
}

.HTMLMemo textarea[readonly=readonly] {
  background: #FFFFE1
}

.HTMLMemo textarea:focus {
  border: 1px solid #77B0F7
}

.HTMLMemo textarea:disabled {
  cursor: default;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #ccc
}

.HTMLMemo font {
  cursor: default;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.HTMLDualList {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #77B0F7;
  border-left: 1px solid #77B0F7;
  border-top: 1px solid #77B0F7;
  border-bottom: 1px solid #77B0F7;
  outline: none
}

.HTMLDualList select {
  height: 100%;
  width: 100%;
  outline: none
}

.HTMLDualList #dlTop {
  height: 7%;
  width: 100%
}

.HTMLDualList #dlMiddle {
  height: 86%;
  width: 100%
}

.HTMLDualList #dlBottom {
  height: 7%;
  width: 100%
}

.HTMLDualList #dlLeftSeparator,
#dlRightSeparator {
  float: left;
  height: 100%;
  width: 5%
}

.HTMLDualList #dlMiddleSeparator {
  float: left;
  height: 100%;
  text-align: center;
  width: 6%
}

.HTMLDualList #dlMiddleSeparator div:first-child {
  height: 34%
}

.HTMLDualList #dlMiddleSeparator div[id*="bt"] {
  padding-bottom: 3px
}

.HTMLDualList div[id*="WFRComponentLEFT"] {
  float: left;
  height: 90%;
  width: 42%
}

.HTMLDualList div[id*="WFRComponentRIGHT"] {
  float: left;
  height: 90%;
  width: 42%
}

.HTMLDualList #celDescPrincipal,
#celDescSelecionados {}

.HTMLLookup input:not([type='checkbox']) {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #77B0F7;
  border-left: 1px solid #77B0F7;
  border-top: 1px solid #77B0F7;
  border-bottom: 1px solid #77B0F7;
  border-radius: 0px;
  outline: none;
  width: 100%;
  height: 100%
}

.HTMLLookup input:focus {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #06C;
  border-left: 1px solid #06C;
  border-top: 1px solid #06C;
  border-bottom: 1px solid #06C;
  background: #E6F2FF;
  outline: none
}

.HTMLLookup-ReadOnly input {
  background: #FFFFE1
}

.HTMLLookup-ReadOnly input:focus {
  background: #FFFFE1
}

.HTMLLookup-ReadOnly input:hover {
  background: #FFFFE1
}

.HTMLLookupDetails {}

.HTMLLookupDetails #lookupHeader div {
  float: left;
  height: 18px
}

.HTMLLookupDetails #lookupHeader img {
  cursor: pointer;
  margin: 0
}

.HTMLLookupDetails #lookupSearchQuery {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 0px solid #999;
  border-left: 0px solid #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #E5E5E5;
  height: 18px;
  outline: none
}

.HTMLLookupDetails #lookupQueryNavigation {
  height: 13px;
  background: #77B0F7
}

.HTMLLookupDetails #lookupQueryContent {
  background: #CCC
}

.HTMLLookupDetails #lookupInput {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 0px solid #FFF;
  border-bottom: 1px solid #999
}

.HTMLLookupTypeSearch {
  right: 9px;
  position: absolute;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 12% !important;
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s cubic-bezier(0, 0, 0.06, 1.22);
  animation: ripple-animation 1.5s;
  overflow: hidden;
  border-radius: 45%;
  z-index: 5
}

@keyframes ripple-animation {
  from {
    transform: scale(0.5);
    opacity: 0.7
  }

  to {
    transform: scale(1.2);
    opacity: 0;
    background-color: gray
  }
}

div[id*="WFRLookupSubForm"] {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  z-index: 99999
}

.HTMLLookupMobile {
  border: 1px solid #a6a7b0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#dadbe9');
  padding: 0;
  vertical-align: middle;
  outline: none;
  font-size: 11px;
  color: #ececec;
  background: #ececec;
  border-left: 1px solid acacac;
  border-right: 1px solid acacac;
  border-top: 1px solid acacac;
  border-bottom: 1px solid acacac;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  position: absolute;
  z-index: 100;
  height: 100%;
  width: 20px;
  top: 0
}

.grid .HTMLLookupMobile {
  position: absolute;
  float: right;
  z-index: 1000000000;
  height: 100%;
  width: 20px;
}

.HTMLButton button {
  height: 100%
}

.HTMLComboBox select {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #77B0F7;
  border-left: 1px solid #77B0F7;
  border-top: 1px solid #77B0F7;
  border-bottom: 1px solid #77B0F7;
  width: 100% !important;
  height: 100% !important
}

.HTMLComboBox select:focus {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #06C;
  border-left: 1px solid #06C;
  border-top: 1px solid #06C;
  border-bottom: 1px solid #06C;
  background: #E6F2FF;
  outline: none;
  width: 100% !important;
  height: 100% !important
}

.HTMLComboBox select:disabled {
  background: #ebebe4
}

.HTMLLookup-ReadOnly select {
  background: #FFFFE1
}

.HTMLComboBox .HTMLComboBoxPlaceholder {
  position: absolute;
  pointer-events: none;
  color: #757575;
  padding-left: 7px;
  padding-top: 2px;
  width: calc(100% - 17px);
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis
}

.HTMLCheckBox #chkLabel {
  margin-top: 3px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none
}

.HTMLCheckBox #chkLabel-disabled {
  cursor: default;
  color: #999
}

.HTMLCheckBox input {
  cursor: pointer
}

.HTMLCheckBox input:disabled {
  cursor: default
}

.HTMLImage #HTMLImageLock {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  outline: none
}

.HTMLImage #HTMLImageNoImage {
  background: #FFF;
  display: table;
  height: 100%;
  width: 100%;
  outline: none
}

.HTMLImage #HTMLImageNoImageRow {
  display: table-row;
  text-align: center
}

.HTMLImage img {
  position: absolute;
  left: 0px;
  top: 0px
}

.HTMLImage #HTMLImageNoImageCell {
  display: table-cell;
  vertical-align: middle
}

.HTMLImage #HTMLImageWebCam {
  cursor: pointer;
  display: none !important
}

.HTMLImage #HTMLImageWebCam img {
  height: 24px;
  width: 25px
}

.HTMLImage #HTMLImageZoom {
  cursor: pointer;
  display: none !important
}

.HTMLImage #HTMLImageZoom img {
  height: 24px;
  width: 25px
}

.HTMLImage #HTMLImageSelf {
  width: 100%;
  height: 100%
}

.HTMLImageZoom {
  position: absolute;
  z-index: 1000000;
  background: #FFF;
  border: 1px solid black;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.75)
}

.HTMLDetailPanel {
  border: 1px solid #77B0F7 !important;
  box-sizing: border-box
}

div[id*="HTMLInteraction"] {
  display: block;
  background: #fff;
  width: 382px;
  position: absolute;
  top: 0px;
  left: 0px;
  outline: none;
  box-shadow: 1px 1px 10px #000
}

div[id*="HTMLInteraction"] #intTitle {
  background: #1793D1;
  height: 26px;
  width: 100%;
  outline: none;
  border-bottom: 1px solid #137BD4
}

div[id*="HTMLInteraction"] #intTitleIcon {
  height: 100%;
  width: 30px;
  float: left;
  text-align: center
}

div[id*="HTMLInteraction"] #intTitleIcon img {
  vertical-align: middle
}

div[id*="HTMLInteraction"] #intTitleMessage {
  cursor: default;
  display: table;
  float: left;
  height: 100%;
  width: 332px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

div[id*="HTMLInteraction"] #intTitleMessage span {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  padding-left: 10px
}

div[id*="HTMLInteraction"] #intTitleClose {
  float: left;
  position: absolute;
  right: 0%;
  width: 20px;
  text-align: center;
  top: 5px
}

div[id*="HTMLInteraction"] #intTitleClose button {
  cursor: pointer;
  float: right;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.5;
  border: none;
  background: transparent
}

.intOnlyMessage {
  height: 40px !important
}

div[id*="HTMLInteraction"] #intMessage {
  cursor: default;
  height: 80px;
  width: 100%;
  text-align: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left
}

div[id*="HTMLInteraction"] #intIcon {
  float: left;
  top: 31%;
  width: 13%
}

div[id*="HTMLInteraction"] #intIconTable {
  display: table;
  height: 80px;
  margin-left: 4px
}

div[id*="HTMLInteraction"] #intIconCell {
  display: table-cell;
  margin: 3px;
  vertical-align: middle
}

.intOnlyText {
  width: 100% !important;
  height: 40px !important
}

div[id*="HTMLInteraction"] #intText {
  display: table;
  height: 80px;
  width: 332px;
  word-break: break-word
}

div[id*="HTMLInteraction"] #intText #intTextCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  overflow-y: auto
}

div[id*="HTMLInteraction"] #intText #intTextCenter {
  padding: 0px 5px;
  margin-left: 5px;
  text-align: center;
  width: 310px;
  overflow-y: auto;
  word-break: break-all
}

div[id*="HTMLInteraction"] #intText #intTextAux {
  max-height: 80px;
  word-break: break-word
}

div[id*="HTMLInteraction"] #intText span {
  font-size: 10px;
  color: #333
}

div[id*="HTMLInteraction"] #intUserOptions {
  background: rgb(239, 235, 231);
  padding-left: 15px
}

div[id*="HTMLInteraction"] #intUser {
  background: rgb(239, 235, 231)
}

div[id*="HTMLInteraction"] #intUserRadio {
  float: left;
  width: 100%
}

div[id*="HTMLInteraction"] #intUserRadio input {
  float: left
}

div[id*="HTMLInteraction"] #intUserRadio label {
  font-size: 10px;
  color: #333;
  padding-left: 5px;
  text-decoration: none
}

div[id*="HTMLInteraction"] #intBtnCancel {
  left: 0%;
  bottom: 0%;
  height: 32px;
  width: 50%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position: 100% bottom;
  float: left;
  border-top: 1px solid #137BD4
}

div[id*="HTMLInteraction"] #intBtnDetails {
  left: 0%;
  bottom: 0%;
  height: 32px;
  width: 50%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position: 100% bottom;
  float: left;
  border-top: 1px solid #137BD4
}

div[id*="HTMLInteraction"] #intBtnOk {
  right: 0%;
  bottom: 0%;
  height: 32px;
  width: 50%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  float: right;
  border-top: 1px solid #137BD4
}

div[id*="HTMLInteraction"] #intBase {
  left: 0%;
  bottom: 0%;
  height: 32px;
  width: 100%;
  position: absolute;
  border-top: 1px solid #137BD4
}

div[id*="HTMLInteraction"] #intBtnCancel button {
  position: absolute;
  bottom: 3%;
  height: 26px;
  min-width: 60px;
  border: none;
  border-radius: 1px;
  cursor: pointer;
  color: #FFF;
  background: #137bd4;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  left: 6px;
  outline: none
}

div[id*="HTMLInteraction"] #intBtnCancel button:hover {
  background: #30A0FF;
  -moz-border-radius: 8px;
  cursor: pointer;
  color: #FFF
}

div[id*="HTMLInteraction"] #intBtnDetails button {
  cursor: pointer;
  bottom: 2%;
  cursor: pointer;
  position: absolute;
  height: 26px;
  min-width: 60px;
  border: none;
  border-radius: 1px;
  cursor: pointer;
  color: #FFF;
  background: #137bd4;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  left: 6px;
  outline: none
}

div[id*="HTMLInteraction"] #intBtnDetails button:hover {
  background: #30A0FF;
  -moz-border-radius: 8px;
  cursor: pointer;
  color: #FFF
}

div[id*="HTMLInteraction"] #intBtnOk button {
  position: absolute;
  bottom: 2%;
  right: 0%;
  height: 26px;
  min-width: 60px;
  border: none;
  border-radius: 1px;
  cursor: pointer;
  color: #FFF;
  background: #137bd4;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  right: 6px;
  outline: none
}

div[id*="HTMLInteraction"] #intBtnOk button:hover {
  background: #30A0FF;
  -moz-border-radius: 8px;
  cursor: pointer;
  color: #FFF
}

div[id*="HTMLInteraction"] #intBtnCancel img,
#intBtnDetails img,
#intBtnOk img {
  vertical-align: middle
}

div[id*="HTMLInteraction"] #intBtnCancel a,
#intBtnDetails a,
#intBtnOk a {
  color: #FFF;
  font-size: 10px;
  text-decoration: none
}

div[id*="HTMLInteractionBack"] {
  background: #3F3E3E;
  filter: alpha(opacity=30);
  opacity: 0.3;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0
}

div[id*="HTMLProgressBar"] {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px
}

div[id*="HTMLProgressBarBack"] {
  background: #FFF;
  filter: alpha(opacity=30);
  opacity: 0.3;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0
}

.HTMLTreeviewSelectedItem {
  background: #77B0F7
}

.HTMLTreeview {
  color: #BFB8BF
}

.HTMLTreeview>span {
  color: #747474
}

.HTMLAlert {
  width: 58px;
  height: 53px;
  right: 0px;
  top: 0px;
  text-align: center;
  position: absolute
}

.HTMLPage {
  border: 0;
  width: 100%;
  top: 0px;
  left: 0px;
  display: block;
  position: absolute
}

.WFRQueryForm {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #FFF;
  font-size: 12px;
  overflow: hidden;
  overflow-y: auto;
}

iframe[name="WFRQueryResults"] {
  width: 100% !important
}

.WFRQueryForm #HeaderSearchParams {
  width: 100%;
  background-repeat: repeat-x;
  float: left
}

.WFRQueryForm #HeaderSearchParamsTitle {
  text-align: center;
  font-size: 12px
}

.WFRQueryForm #BodySearchFilterTitle {
  width: 115px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.WFRQueryForm #BodySearch {
  float: left;
  width: 98%;
  background: #FFF
}

.WFRQueryForm #HeaderResults {
  width: 100%;
  background-repeat: repeat-x;
  float: left
}

.WFRQueryForm #HeaderResultsTitle {
  text-align: center
}

.WFRQueryForm #BodySearchFilter {
  float: left;
  padding-left: 2px
}

.WFRQueryForm #BodySearchFilterCombo select {
  background: transparent;
  border: 0px;
  width: 100%;
  padding: 4px;
  font-size: 11px;
  line-height: 1;
  height: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none
}

.WFRQueryForm #BodySearchFilterCombo {
  position: relative;
  overflow: hidden;
  border-right: 1px solid #77B0F7;
  border-left: 1px solid #77B0F7;
  border-top: 1px solid #77B0F7;
  border-bottom: 1px solid #77B0F7
}

.WFRQueryForm #BodySearchOptions {
  float: right
}

#WFRQueryResults {
  width: 100%
}

.WFRQueryForm #HeaderOptions {
  margin-left: 4px;
  border: 2px solid;
  float: left;
  width: 65px
}

.WFRQueryForm #HeaderOptionsRow {
  height: 30px
}

.WFRQueryForm #HeaderOptionsRow div {
  float: left;
  margin: 5px
}

.WFRQueryForm #HeaderOptionsRow img {
  cursor: pointer
}

.WFRQueryForm #HeaderBasicQueryButton {
  text-align: right
}

#divQueryRow {
  width: 100%;
  float: left
}

#divQueryRadio {
  float: left
}

#divQueryLabel {
  float: left
}

#divQuerySelect {
  float: left
}

#divQueryInput div {
  float: left
}

#divQueryInput input {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999
}

#WFRReportMessageWait {
  position: absolute;
  display: table;
  z-index: 1000000;
  text-align: center;
  background: #FFFFC7;
  border: 1px solid #EFEFEF
}

#WFRReportMessageWait div {
  display: table-cell;
  vertical-align: middle
}

#WFRNavigation {
  height: 26px;
  position: absolute;
  right: 2px;
  top: 0px;
  z-index: 2
}

#WFRNavigation>div {
  float: left
}

#WFRNavigation button {
  border: 1px solid #a6a7b0;
  border-radius: 8px;
  cursor: pointer;
  color: #747474;
  background: #fefefc;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
  padding: 0;
  height: 15px;
  width: 40px
}

#WFRNavigation button:hover {
  cursor: pointer;
  border: 1px solid #f00;
  color: #747474;
  outline: none
}

#WFRNavigation button:disabled {
  cursor: default;
  background: #fefefc;
  color: #DFDFDF;
  border: 1px solid #DFDFDF;
  outline: none
}

.HTMLMenuContainer ul,
li {
  list-style: none;
  margin: 0;
  padding: 0
}

.HTMLMenuVertical {
  display: inline-block;
  width: 100%;
}

.HTMLMenuHorizontal .HTMLMenu {
  list-style: none;
  float: left;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  background: #F7F7F7;
  width: 100%;
  border-bottom: 2px solid #D6D6D6
}

.HTMLMenuVertical .HTMLMenu {
  list-style: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  background: #F7F7F7;
  border-right: 2px solid #D6D6D6
}

.HTMLMenuHorizontal .HTMLMenu li {
  position: relative;
  float: left;
  display: block;
  min-width: 90px
}

.HTMLMenuVertical .HTMLMenu li {
  position: relative;
  display: block
}

.HTMLMenuVertical .HTMLMenu li:not(:last-child) {
  border-bottom: 1px solid #E4E4E4
}

.HTMLMenuHorizontal .HTMLMenu li:not(:last-child) {
  border-right: 1px solid #E4E4E4
}

.HTMLMenu li a {
  display: block;
  text-decoration: none;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 7px;
  padding-bottom: 7px
}

.HTMLMenu>li:not(.HTMLMenuFirstLevelDisabled)>a:hover {
  background: #d5e1f2
}

.HTMLMenuVertical .HTMLMenu>li:not(.HTMLMenuFirstLevelDisabled):hover>.HTMLItem {
  display: block
}

.HTMLMenuVertical .HTMLMenu>li>.HTMLItem li:not(:first-child) {
  border-top: 0px
}

.HTMLItem {
  position: absolute;
  left: 100%;
  display: none;
  top: -1px;
  min-width: 200px
}

.HTMLItem li:not(.HTMLMenuRemainingLevelsDisabled):hover>.HTMLItem {
  display: block
}

.HTMLItem li {
  white-space: nowrap
}

.HTMLMenuHorizontal .HTMLMenu>li>.HTMLItem {
  position: absolute;
  left: 0px;
  display: none;
  top: 43px
}

.HTMLMenuHorizontal .HTMLMenu>li:not(.HTMLMenuFirstLevelDisabled):hover>.HTMLItem {
  display: block
}

.HTMLMenuHorizontal .HTMLMenu>li>.HTMLItem li {
  display: block;
  width: 100%;
  white-space: nowrap;
  border: 1px solid #ccc
}

.HTMLMenuVertical .HTMLMenu>li>.HTMLItem li {
  border: 1px solid #ccc
}

.HTMLMenuHorizontal .HTMLMenu>li>.HTMLItem li:not(:first-child) {
  border-top: 0px
}

.HTMLMenuHorizontal>ul>li:not(.HTMLMenuFirstLevelDisabled):hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 30%;
  bottom: 0;
  margin-left: -10px
}

.HTMLMenuVertical>ul>li:not(.HTMLMenuFirstLevelDisabled):hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 0
}

.HTMLMenuHorizontal .HTMLFirstLevel>a {
  text-align: center;
  line-height: 30px
}

.HTMLMenuVertical .HTMLFirstLevel>a {
  text-align: left;
  line-height: 30px
}

.HTMLRemainingLevels {
  background: #f2f2f2
}

.HTMLRemainingLevels>a {
  min-height: 15px;
  color: #216178;
  text-align: left
}

.HTMLRemainingLevels:not(.HTMLMenuRemainingLevelsDisabled):hover {
  background: #d5e1f2
}

.HTMLMenuFirstLevelDisabled {
  background-color: #C0C0C0
}

.HTMLMenuHorizontal .HTMLMenuFirstLevelDisabled a {
  cursor: default;
  pointer-events: none;
  text-align: center;
  line-height: 30px
}

.HTMLMenuVertical .HTMLMenuFirstLevelDisabled a {
  cursor: default;
  pointer-events: none;
  line-height: 30px
}

.HTMLMenuRemainingLevelsDisabled {
  background-color: #C0C0C0
}

.HTMLMenuRemainingLevelsDisabled a {
  cursor: default;
  pointer-events: none
}

.HTMLHorizontalArrowRight>a:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  background-image: url("menu_arrow_r.png")
}

.HTMLHorizontalArrowDown>a:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 5px;
  top: 75%;
  margin-top: -5px;
  background-image: url("menu_arrow_d.png")
}

.HTMLVerticalFirstLevelArrow>a:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  background-image: url("menu_arrow_r.png")
}

.HTMLVerticalRemainingLevelsArrow>a:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  background-image: url("menu_arrow_r.png")
}

.DocumentSearchItens {
  top: 0;
  left: 0;
  position: relative;
  min-height: 40px;
  background-color: rgba(10, 13, 16, 0.85);
  z-index: 100000
}

.DocumentSearchItens>input {
  position: relative;
  top: 0;
  width: 100%;
  min-height: 40px;
  background: transparent;
  border: none;
  color: rgb(20, 20, 20);
  line-height: 16px;
  text-align: left;
  text-indent: 15px;
  font-size: 13px;
  background-color: #fff;
  outline: none
}

.resultSearchList {
  width: 100%;
  overflow: auto
}

.resultSearchList #result-item-selected {
  background: url("arrow_item_menu.png") no-repeat center right 0px rgba(103, 106, 109, 0.8);
  padding-right: 30px;
  z-index: 10000
}

.DocumentSearchItens>ul {
  position: relative;
  width: 100% !important;
  left: 0;
  font-size: 10pt;
  line-height: 30px;
  text-indent: 5px;
  padding: 0;
  margin: 0;
  height: auto !important
}

.DocumentSearchItens>.HTMLImage {
  left: 235px !important;
  border: none;
  top: 7px !important;
  box-shadow: none
}

.DocumentSearchItens>ul>li {
  padding: 0
}

.DocumentSearchItens>ul>li:hover {
  background-color: rgba(250, 250, 250, 0.1)
}

.DocumentSearchItens>ul>li>a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  display: block;
  text-decoration: none;
  line-height: 17px;
  padding-left: 8px;
  padding-right: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 11.5px
}

.DocumentSearchItens .close-result {
  font-size: 20px;
  position: absolute;
  right: 0px;
  background-color: #EAEAEA;
  background: url("search-menu-close.png") no-repeat center center #EFEFEF;
  background-size: 15px;
  cursor: pointer;
  padding: 4px 12px 9px 13px;
  border: none;
  height: 40px;
  width: 35px;
  outline: none;
  opacity: 0.8
}

.DocumentSearchItens .close-result:hover {
  opacity: 1
}

.DocumentSearchItens .close-result:active {
  background-color: #D4D4D4
}

.result-way {
  display: none;
  position: absolute;
  right: 0px;
  margin-top: 0px;
  padding: 7px 12px 5px 4px;
  line-height: 1;
  white-space: pre;
  color: black;
  cursor: default;
  background-color: #ecf0f1;
  font-size: 10px;
  opacity: 0.9
}

.resultSearchList li:hover .result-way,
.resultSearchList li#result-item-selected .result-way {
  display: block
}

.resultSearchList li span {
  color: silver
}

.resultSearchList li b {
  font-weight: 100
}

.HTMLSlider {
  position: absolute;
  z-index: 100000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.HTMLSliderDisable {
  position: absolute;
  z-index: 100001;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none
}

.HTMLSliderSeletor {
  position: absolute;
  z-index: 4;
  height: 14px;
  width: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.HTMLSliderSeletor>span {
  position: absolute;
  bottom: -14px;
  width: 134px;
  left: -60px;
  cursor: default;
  text-align: center
}

.HTMLSliderSeletor>img {
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.HTMLSliderSeletor>img:hover {
  cursor: -webkit-grab;
  cursor: -moz-grab
}

.HTMLSliderSeletor>img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing
}

.HTMLSliderSeletor>img:focus {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing
}

.HTMLSliderBar {
  position: absolute;
  z-index: 4;
  background: #C0C0C0;
  border-radius: 4px;
  margin-top: 2px;
  height: 9px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.HTMLSliderBarSecundary {
  position: absolute;
  z-index: 4;
  background: #2B579A;
  border-radius: 4px;
  margin-top: 2px;
  height: 9px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.HTMLImageGalleryMain {
  border-left: 1px solid #D3D1D1;
  border-right: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  border-radius: 0px;
  background: #FFF
}

.HTMLImageGalleryThumbnail {
  border-left: 1px solid #D3D1D1;
  border-right: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  border-radius: 0px;
  transition: 0.5s all;
  position: relative !important;
  float: left;
  left: 0px !important;
  top: 0px !important;
  margin: 3px
}

.HTMLImageGalleryThumbnail:hover {
  border: 1px solid #F00;
  opacity: 1;
  box-shadow: 2px 2px 5px #ccc
}

.HTMLImageGalleryThumbnail img {
  width: 100%;
  height: 100%
}

.HTMLImageGalleryRemove {
  background: transparent;
  width: 16px;
  height: 16px;
  top: 2px;
  right: 2px;
  position: absolute;
  background-image: url("HTMLImageGallery/remove_item_galery_disabled.png");
  cursor: pointer;
  transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out
}

.HTMLImageGalleryRemove:hover {
  background-image: url("HTMLImageGallery/remove_item_galery.png")
}

.HTMLImageGalleryExpandedBackground {
  width: 100%;
  height: 100%;
  z-index: 100100;
  background: #000;
  opacity: 0.5;
  position: absolute
}

.HTMLImageGalleryExpandedImage {
  z-index: 100110;
  box-shadow: 0px 0px 11px #000
}

.HTMLCalendarMain {
  border-left: 1px solid #2B579A;
  border-right: 1px solid #2B579A;
  border-top: 1px solid #2B579A;
  border-bottom: 1px solid #2B579A;
  min-width: 250px;
  min-height: 225px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

.HTMLCalendarHeader {
  position: relative;
  width: 100%;
  height: 20%;
  background: #2B579A;
  text-align: center;
  min-width: 250px;
  max-height: 38px;
  min-height: 30px;
  color: #fff
}

.HTMLCalendarPreviousYear {
  position: relative;
  display: inline-block;
  background: url('HTMLCalendar/calendar_previous_year.gif');
  height: 28px;
  width: 28px;
  margin-top: 1%;
  margin-right: 4px;
  background-size: 75%;
  background-repeat: no-repeat
}

.HTMLCalendarSpan {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  top: 10px
}

.HTMLCalendarPreviousYear:hover {
  background: url('HTMLCalendar/calendar_previous_year_over.gif');
  background-repeat: no-repeat;
  background-size: 75%
}

.HTMLCalendarPrevious {
  position: relative;
  display: inline-block;
  background: url('HTMLCalendar/calendar_previous.gif');
  height: 28px;
  width: 15%;
  max-width: 30px;
  min-width: 30px;
  margin-top: 1%;
  margin-right: 4px;
  background-size: 75%;
  background-repeat: no-repeat
}

.HTMLCalendarPrevious:hover {
  background: url('HTMLCalendar/calendar_previous_over.gif');
  background-repeat: no-repeat;
  background-size: 75%
}

.HTMLCalendarInformation {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  top: -10px;
  width: 110px;
  left: -4px
}

.HTMLCalendarNext {
  position: relative;
  display: inline-block;
  background: url('HTMLCalendar/calendar_next.gif');
  height: 28px;
  width: 15%;
  max-width: 30px;
  min-width: 30px;
  margin-top: 1%;
  margin-right: 4px;
  background-size: 75%;
  background-repeat: no-repeat
}

.HTMLCalendarNext:hover {
  background: url('HTMLCalendar/calendar_next_over.gif');
  background-repeat: no-repeat;
  background-size: 75%
}

.HTMLCalendarNextYear {
  position: relative;
  display: inline-block;
  background: url('HTMLCalendar/calendar_next_year.gif');
  height: 28px;
  width: 15%;
  max-width: 30px;
  min-width: 10px;
  margin-top: 1%;
  margin-right: -5px;
  background-size: 75%;
  background-repeat: no-repeat
}

.HTMLCalendarNextYear:hover {
  background: url('HTMLCalendar/calendar_next_year_over.gif');
  background-repeat: no-repeat;
  background-size: 75%
}

.HTMLCalendarDaysOfTheWeek {
  position: relative;
  width: 100%;
  height: 11.4%;
  text-align: center;
  background: #BEDBFF;
  color: #fff
}

.HTMLCalendarCellDayOfTheWeek {
  position: relative;
  width: 13%;
  height: 100%;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  color: #000;
  top: 10%;
  font-size: 100%
}

.HTMLCalendarDaysOfTheMonth {
  position: relative;
  width: 100%;
  height: 11.4%;
  top: 3%;
  text-align: center
}

.HTMLCalendarCellDayOfTheMonth {
  position: relative;
  width: 13%;
  height: 100%;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  font-size: larger;
  cursor: pointer
}

.HTMLCalendarCellDayOfTheMonth:hover {
  background: #BDDAFF
}

.HTMLCalendarOfToday {
  position: relative;
  width: 13%;
  height: 70% !important;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  font-size: larger;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  cursor: pointer;
  font-weight: bold;
  background: white;
  box-shadow: inset 0px 4px 5px #ccc
}

.HTMLCalendarCellHoliday {
  position: relative;
  width: 13%;
  height: 100%;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  color: red;
  font-size: larger;
  cursor: pointer
}

.HTMLCalendarCellHoliday:hover {
  background: #BDDAFF
}

.HTMLCalendarCellActivity {
  position: relative;
  width: 13%;
  height: 100%;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  color: green;
  font-size: larger;
  cursor: pointer
}

.HTMLCalendarCellActivity:hover {
  background: #BDDAFF
}

.HTMLChat,
.HTMLChatError {
  position: absolute;
  border: 1px solid rgb(226, 226, 226);
  overflow: hidden;
  background-color: white;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.HTMLChatSlider {
  transition: all 0.7s;
  z-index: 999999
}

.HTMLChatSlider:hover {
  bottom: 0px !important
}

.HTMLChatHeader {
  height: 20px;
  border-bottom: 1px solid rgb(226, 226, 226);
  position: relative;
  font-size: 14px;
  padding-top: 3px;
  padding-left: 15px
}

.HTMLChatHeaderSlider {
  height: 25px;
  background: #404040;
  color: white
}

.HTMLChatSearch {
  position: relative;
  border-bottom: 1px solid rgb(241, 241, 241)
}

.HTMLChatSearch input {
  border-radius: 0px !important;
  position: relative;
  height: 20px;
  width: 100%;
  background: #CBCBCB;
  border: 1px solid #ABBFFF
}

.HTMLChatSearch input:hover {
  border: 0px solid
}

.HTMLChatSearch input:focus {
  border: 0px solid
}

.HTMLChatSendAll {
  position: relative;
  height: 19px;
  border-bottom: 1px solid rgb(241, 241, 241);
  text-align: center;
  font-weight: bold;
  cursor: pointer
}

.HTMLChatSendAll span {
  position: relative;
  vertical-align: middle
}

.HTMLChatSendAll:hover {
  background-color: #87CEFA
}

.HTMLChatScroll {
  width: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden
}

.HTMLChatUsersList {
  position: relative;
  width: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.HTMLChatUsersListRow {
  width: inherit;
  white-space: nowrap;
  position: relative;
  cursor: pointer
}

.HTMLChatUsersListCellUser {
  width: inherit;
  border-bottom: 1px solid rgb(241, 241, 241);
  display: inline-block;
  left: -25px;
  height: 19px
}

.HTMLChatUsersListRow:hover {
  background-color: #e4f7ff
}

.HTMLChatUsersListCellStatus {
  margin: 0px 5px;
  float: left;
  border-radius: 50%;
  top: 2px;
  height: 15px;
  width: 15px
}

.HTMLChatUsersListCellUser span {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: calc(100% - 25px);
  padding-left: 25px;
  top: 3px
}

.HTMLChatUsersListCellStatus,
.HTMLChatUsersListCellUser {
  position: relative;
  vertical-align: middle
}

.HTMLChatUserOffline {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2
}

.HTMLChatUserOnline {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1
}

.HTMLChatUserOffline>.HTMLChatUsersListCellStatus {
  background-color: #c3c3c3
}

.HTMLChatUserOnline>.HTMLChatUsersListCellStatus {
  background-color: lawngreen
}

.HTMLChatTalk .HTMLMemo {
  width: 100% !important;
  border-radius: 0
}

.HTMLChatTalk textarea {
  resize: none;
  height: 100% !important;
  width: 100% !important
}

.HTMLChatTalk textarea,
.HTMLChatTalk textarea:hover,
.HTMLChatTalk textarea:focus {
  border: 0
}

.HTMLChatTalk .HTMLMemo:nth-child(1) {
  background-color: #E5E5E5
}

.HTMLChatTalk .HTMLMemo:nth-child(1) textarea {
  background-color: transparent !important;
  border-radius: 0;
  padding: 13px;
  font-size: 16px
}

.HTMLChatTalk .HTMLMemo:nth-child(2) textarea {
  border-radius: 0;
  padding: 4px;
  overflow: hidden;
  font-size: 18px;
  border: 0px solid #fff;
  border-bottom: 1px solid #404040
}

.HTMLPlayer {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8)
}

.HTMLPlayerSliding {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  z-index: 2147483647;
  padding-top: 30px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4zjOaXUAAAAhlJREFUWEftlzlLA1EUhRNc4hLFxEILkQj+BUs7/4CFYGOhtWBhoZaCYIKoWIqFhTYWdjZilcYqnQEJhEgwSEgCCVlnsvq9+CIjWWCcGRtz4PC2O/edefe+y4ytjz46oVgsOsrlsqvRaLjNpKqqrlwuN0Tf1mIbCoWCo1QqnVYABqaClyrjf59udwHYuK3YvAUhgqa7ACanodXoC9AngOwN1Wo1L11drFarJ/l8/pGwK4y10CcAXMhl3SDr58npW+mnBd0CzuVyE4FAwB4KhcYymcwka4NyuiM4OWe9Xvd9ufmGMQHRaHQiHo+vUi92KVrLrA/LpTaw5oQiJFoYE5BKpTwc7RUxfic/nuhv0i5g13YazI3AQ+FEA2MC0un0IhvecbQKVInxm6IoNwhZw3YG2qWp8GeHu1AL8wSIRdo6sVbI9ldq/VYymRyVpk1gsiPsNLBEgMopRBKJxHYkEhmXpk1gYp0ANq7AFOMHEnKDcPwIgQBjcwVwxB4KzDWbfXATnhHgI/5L2HVKwgG4J5xoYExAOByejMVi64g4yGazK6zPwo71gPkxeAS1MCbA7/fbg8Ggk5OYIgw9CxHPmlIHfl2KOaU5cuOSmlGSvgT0CeDhF970mK4u8oyXm3FPgmYYa6FPgAXoC+gu4A8+SlWa7gIoKA6y9swKEWJzfPf+LBfg6ogfE/EzIcJhGrkRbgT0/jH5Z7DZPgEGiNBQxJe7wQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat
}

.HTMLPlayerSliding:hover {
  bottom: -4px !important
}

.HTMLVideoPlayer,
.HTMLAudioPlayer {
  background-color: #000;
  z-index: 1
}

.HTMLVideoPlayer {
  margin-top: 3px;
  margin-left: 3px;
  margin-right: 3px
}

.HTMLAudioPlayer {
  height: 30px
}

.HTMLRSSBody {
  position: absolute;
  background: #FFF;
  border-radius: 3px;
  min-height: 100px;
  z-index: 100000;
  padding: 4px;
  background-color: #E2EAF6;
  border: 2px solid rgb(242, 242, 242)
}

.HTMLRSSSlider {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1
}

.HTMLRSSTitle {
  color: #000080;
  position: relative;
  font-weight: bold;
  text-align: center;
  width: 94%;
  height: auto;
  min-height: 30px;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  z-index: 1;
  left: 3%;
  padding-top: 2%;
  TEXT-TRANSFORM: uppercase;
  margin-bottom: 2px;
  border-bottom: 1px rgba(135, 8, 1, 0.7) solid;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAYCAYAAAD3Va0xAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAATNJREFUOI3d1LtKA2EQhuGHiBHRwlq8ADVWegMWEgTBUrwTsdNGLDQQDGgraulliN6DeG48gcQmiU0s3IXZdQ3R0oGB5ftn3p3Dv8u/twru8YFnnGMPyyj/BrSG7g/+ik2M9VvRXQ9YF09Y7beyMsaxgC3cFAD3MdAvMLUSVnCbg53+BQYjOM7BDooCp5O3dnCFIywWxO3kYN9mtq54wBeYzMWeyC4gs80pXP8Ae8d8iB2V3fBGUYtDmMUuWjlYrGw1nL1gsAiWWnrb04SzcFaS3eRSL1AKa4eEajjbDno9baeBZuJ12e+rFhIOg17NV9vwfcD1kDAX9MugT8huT7MA9BYShoPeDvpQ0DulwslkrYWH5Pkp6J2gP0rayFdUy8FmfF3aSi+9nMDeEq/55c/sn9snXMuG27V7nhIAAAAASUVORK5CYII=);
  background-repeat: no-repeat
}

.HTMLRSSItem {
  position: relative;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
  width: 94%;
  margin-top: 10px;
  margin-left: 3%
}

.HTMLRSSItemTitle {
  position: relative;
  font-size: 14px;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  font-weight: bold;
  color: #000080
}

.HTMLRSSItemTitle span {
  display: table;
  margin-top: auto
}

.HTMLRSSDescription {
  position: relative;
  width: 100%;
  font-size: 12px;
  height: auto;
  color: #216178;
  float: left;
  margin-bottom: 10px
}

.HTMLRSSDescription * {
  float: left;
  vertical-align: 30%
}

.HTMLRSSDescription img {
  margin-right: 10px;
  max-width: 75px;
  border-radius: 3px
}

.HTMLRSSDescription br {
  display: none
}

.HTMLRSSSeparator {
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: rgba(135, 8, 1, 0.7);
  float: left
}

.HTMLTable {
  border-top: 1px solid #77B0F7;
  border-bottom: 1px solid #77B0F7;
  border-left: 1px solid #77B0F7;
  border-right: 1px solid #77B0F7;
  background-color: white
}

.HTMLTableAllModes {
  z-index: 100000
}

.HTMLTableDragDrop {
  border-bottom: 1px solid #77B0F7;
  box-sizing: border-box
}

.HTMLTable .HTMLEdit,
.HTMLTableSearchEdge {
  height: 22px
}

.HTMLTable .HTMLEdit {
  border-right: 2px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  display: inline-block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  height: 100%
}

.HTMLTableSearchEdge {
  overflow: hidden;
  display: inline-block !important;
  text-overflow: ellipsis;
  cursor: default;
  height: 100%;
  width: 13px;
  display: none !important
}

.HTMLTable .HTMLEdit input {
  width: 100% !important;
  border-radius: 0;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  text-indent: 8px
}

.HTMLTable .HTMLEdit input:focus {
  border: 1px solid #62cdf1
}

.HTMLTable .HTMLEdit input:hover {}

.HTMLTableHeaderRow,
.HTMLTableEdge {
  height: 22px;
  white-space: nowrap;
  border-top: 1px solid #77B0F7;
  border-bottom: 1px solid #77B0F7;
  border-bottom: 1px solid #c9b6b6;
  width: calc(100% + 0px);
  padding: 0px 0px 0px 0px !important;
  z-index: 1;
  background: #fff
}

.HTMLTableHeaderSearch {
  white-space: nowrap;
  border-bottom: 1px solid #77B0F7;
  width: calc(100% + 0px);
  padding: 0px 0px 0px 0px !important;
  z-index: 1;
  height: 22px
}

.HTMLTableEdge {
  width: 13px;
  border-bottom: 1px solid #77B0F7 !important
}

.HTMLTableHeaderCell,
.HTMLTableEdge {
  color: #2B579A;
  background: #FFF
}

.HTMLTableHeaderCell {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  height: 100%
}

.HTMLTableHeaderCell:last-child {
  overflow: hidden;
  float: none
}

.HTMLTableHeaderCell:hover,
.HTMLTableEdge:hover {
  background: #09F;
  color: #fff
}

.HTMLTableHeaderCell span {
  cursor: default;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
  top: 7px
}

.HTMLTableHeaderCell[draggable=true],
.HTMLTableHeaderCell[draggable=true]>span {
  cursor: -webkit-grab;
  cursor: -moz-grab
}

.HTMLTableHeaderCellSeparator {
  display: inline-block;
  text-overflow: ellipsis;
  height: 100%;
  cursor: e-resize;
  background: #ccc
}

.HTMLTableHeaderCellSeparator:hover,
.HTMLTableHeaderCellSeparator:active {
  background-color: #09F
}

.HTMLTableBody {
  width: 100%
}

.HTMLTableBody2 {
  outline: none;
  overflow-y: hidden;
  overflow-x: hidden !important;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  width: calc(100% + 0px);
  padding: 0px 0px 0px 0px !important;
  z-index: 1
}

.HTMLTableBodyRow {
  white-space: nowrap;
  width: 100%
}

.HTMLTableBodyRowAuto {
  white-space: normal !important
}

.HTMLTableBodyRow {
  background-color: #F7F7F7
}

.HTMLTableBodyRowOdd {
  background-color: #fff
}

.HTMLTableBodyRow>div {
  background-color: #F7F7F7
}

.HTMLTableBodyRowOdd>div {
  background-color: #fff
}

.HTMLTableBodyRow:hover div {
  background-color: #E4E4E4 !important;
  color: #0072FF
}

.HTMLTableBodyRow:hover {
  background-color: #E4E4E4
}

.HTMLTableBodyRowSelected>div {
  background-color: #9EB4C1 !important;
  color: #fff
}

.HTMLTableBodyRowSelected>div:hover {
  background-color: #9EB4C1
}

.HTMLTableBodyCell {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 1px;
  cursor: default;
  height: 100%;
  border-right: 1px solid #ccc
}

.HTMLTableBodyCell span {
  padding-right: 2px
}

.HTMLTableBodyCell img {
  cursor: pointer;
  width: 100%;
  height: 100%
}

.HTMLTableContainerPagination {
  background: #FFF;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -21px
}

.HTMLTablePrevious,
.HTMLTableNext,
.HTMLTableFirst,
.HTMLTableLast {
  position: absolute;
  width: 32px;
  height: 16px;
  background-size: 256px 16px;
  background-repeat: no-repeat;
  top: 2px;
  cursor: pointer;
  -webkit-transition: 0.2s opacity ease-in;
  -moz-transition: 0.2s opacity ease-in;
  -ms-transition: 0.2s opacity ease-in;
  -o-transition: 0.2s opacity ease-in;
  transition: 0.2s opacity ease-in;
  opacity: 0.6
}

.HTMLTablePrevious:not(.HTMLTablePreviousDisabled):hover,
.HTMLTableNext:not(.HTMLTableNextDisabled):hover,
.HTMLTableFirst:not(.HTMLTableFirstDisabled):hover,
.HTMLTableLast:not(.HTMLTableLastDisabled):hover {
  opacity: 1
}

.HTMLTablePreviousDisabled,
.HTMLTableNextDisabled,
.HTMLTableFirstDisabled,
.HTMLTableLastDisabled {
  cursor: default;
  pointer-events: none
}

.HTMLTablePrevious {
  background-position: -64px;
  right: 70px;
  background-image: url("HTMLTable/nav_pagination.png")
}

.HTMLTablePreviousDisabled {
  background-position: -96px;
  background-image: url("HTMLTable/nav_pagination.png")
}

.HTMLTableNext {
  background-position: -128px;
  right: 35px;
  background-image: url("HTMLTable/nav_pagination.png")
}

.HTMLTableNextDisabled {
  background-position: -160px;
  background-image: url("HTMLTable/nav_pagination.png")
}

.HTMLTableFirst {
  background-position: 0px;
  right: 105px;
  background-image: url("HTMLTable/nav_pagination.png")
}

.HTMLTableFirstDisabled {
  background-position: -32px;
  background-image: url("HTMLTable/nav_pagination.png")
}

.HTMLTableLast {
  background-position: -192px;
  right: 0;
  background-image: url("HTMLTable/nav_pagination.png")
}

.HTMLTableLastDisabled {
  background-position: -224px;
  background-image: url("HTMLTable/nav_pagination.png")
}

.HTMLTableInputPagination {
  font-weight: bold;
  height: 16px;
  top: 2px;
  position: relative;
  float: left;
  margin-left: 5px;
  font-size: 11px;
  color: #2766A0
}

.HTMLTableSpanPagination {
  line-height: 20px;
  position: relative;
  float: left;
  margin-left: 4px;
  color: #2766A0
}

.HTMLTableContextMenu {
  position: absolute;
  z-index: 2147483647;
  background-color: #f5f5f5;
  font-size: 1.2em;
  white-space: nowrap;
  line-height: 30px;
  width: 200px;
  text-indent: 10px;
  box-shadow: 1px 1.732px 9px 0px rgba(64, 64, 64, 0.5);
  border-radius: 4px
}

.HTMLTableContextMenu>div {
  cursor: pointer;
  border-bottom: 1px solid #e7e7e7;
  color: #434343;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  border-top: 1px solid #e7e7e7
}

.HTMLTableContextMenu>div:hover {
  background-color: lightblue;
  color: #171717;
  border-bottom-color: lightblue;
  border-top-color: lightblue
}

.HTMLTableOrderArrow {
  position: absolute;
  width: 7px;
  left: calc(50% - 3.5px);
  top: 1px;
  display: none
}

.HTMLTableOrderArrowInverted {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.HTMLTableOrderArrowSort {
  display: block
}

.HTMLTableRowGroups {
  border-bottom: 1px solid #ACD1FF !important;
  background: #D8E9FF
}

.HTMLTableRowGroupsChilds {
  border-bottom: 1px solid #CACACA !important;
  background: #E6F0FD
}

.HTMLTableHeaderCellGroup {
  float: left;
  height: 100%;
  outline: none;
  border-right: 1px solid #ababab;
  min-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px
}

.HTMLTableHeaderCellGroup>span {
  top: 3px;
  position: relative;
  margin-left: 5px;
  margin-right: 5px
}

.HTMLTableHeaderCellGroup>img {
  top: 5px;
  right: 2px;
  width: 10px;
  position: relative;
  float: right;
  cursor: pointer
}

.HTMLTableSumaryGeneral {
  background: #D8E9FF
}

.HTMLTableIntermediary {
  overflow-y: hidden !important;
  height: 100%
}

.HTMLTableBodyCell .HTMLLookup-ReadOnly input {
  background: transparent !important;
  border: 0px solid;
  box-shadow: 0px 0px 0px #000;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
  padding-right: 2px;
  color: #6E6E6E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.HTMLScrollBar {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: default;
  background-color: rgba(211, 211, 211, 0.3);
  -webkit-transition: 0.5s background-color ease;
  -moz-transition: 0.5s background-color ease;
  -ms-transition: 0.5s background-color ease;
  -o-transition: 0.5s background-color ease;
  transition: 0.5s background-color ease
}

.HTMLScrollBar:hover,
.HTMLScrollBar:active {
  background-color: rgba(211, 211, 211, 0.3)
}

.HTMLScrollThumbX,
.HTMLScrollThumbY {
  position: relative;
  background-color: rgb(193, 193, 193)
}

.HTMLScrollThumbX {
  height: 14px;
  min-width: 20px
}

.HTMLScrollThumbY {
  width: 14px;
  min-height: 20px
}

.HTMLTabComponent,
.HTMLTabComponentClose,
.HTMLTabComponentUndock {
  background-color: #FFF;
  border-bottom: 1px solid #2B579A;
  border-top: 1px solid #2B579A;
  max-width: 10px;
  min-width: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.HTMLTabComponent {
  border-top-left-radius: 0px;
  color: #000;
  border-left: 1px solid #2B579A
}

.HTMLTabComponentClose {
  border-top-right-radius: 0px;
  vertical-align: middle;
  font-size: 12px;
  text-align: center
}

.fecharAba>span {
  color: #FFF !important
}

.fecharAbaDesabilitada>span {
  color: #2B579A !important
}

.separarAba img {
  width: 14px;
  height: auto;
  top: 3px;
  margin-left: -3px;
  position: absolute
}

.HTMLTabComponentSelected {
  background: #2B579A;
  border-top: 1px solid #2B579A;
  border-left: 1px solid #2B579A;
  border-right: 1px solid #2B579A;
  border-bottom: 1px solid #2B579A;
  color: #FFF
}

.HTMLTabComponentCloseSelected {
  background: #2B579A;
  border-top: 1px solid #2B579A;
  border-left: 1px solid #2B579A;
  border-right: 1px solid #2B579A;
  border-bottom: 1px solid #2B579A;
  color: #FFF
}

.HTMLTabComponentUndockSelected {
  background: #2B579A;
  border-top: 1px solid #2B579A;
  border-left: 1px solid #2B579A;
  border-right: 1px solid #2B579A;
  border-bottom: 1px solid #2B579A;
  color: #FFF
}

.HTMLTabComponent {
  background: #FFF
}

.HTMLTabComponentClose {
  background: #FFF;
  border-right: 1px solid #000
}

.HTMLTabComponentSelected,
.HTMLTabComponentCloseSelected {
  color: #000;
  max-width: 10px;
  min-width: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.HTMLTabComponent>a {
  color: #000 !important
}

.HTMLTabComponentSelected>a {
  color: #FFF !important
}

.HTMLTabComponentSelected {
  border-top-left-radius: 0px
}

.HTMLTabComponentCloseSelected {
  border-top-right-radius: 0px;
  vertical-align: middle !important;
  font-size: 12px;
  text-align: center
}

.HTMLTabComponentRow table {
  border-bottom: 4px solid #3173AD;
  width: 100% !important
}

.HTMLTabComponentGroupBox {
  top: 50px !important
}

#WFRReport iframe {
  height: 386px
}

#WFRReportHeaderActions,
#WFRReportHeaderOptions {
  float: left;
  left: 20px;
  width: 100%;
  background: #5F8BCD;
  border-bottom: 1px solid #FFF
}

#WFRReportHeaderActions div,
#WFRReportHeaderActions span {
  cursor: pointer;
  padding: 5px
}

#WFRReportHeaderOptions {
  border-bottom: 1px solid #548ac9
}

#WFRReportHeaderActionsPreview,
#WFRReportHeaderActionsDesign,
#WFRReportHeaderActionsOrder,
#WFRReportHeaderActionsReload,
#WFRReportHeaderOptionsPlugin,
#WFRReportHeaderOptionsReportGenerator,
#WFRReportHeaderOptionsReportFormat {
  float: left
}

#WFRReportHeaderActions img,
#WFRReportHeaderOptionsPlugin img {
  vertical-align: middle
}

#WFRReportHeaderOptionsPlugin {
  padding-top: 2px;
  padding-left: 6px
}

#WFRReportHeaderOptionsPlugin span {
  font-size: 10px;
  color: #fff
}

.WFRUserSelectReport {
  font-size: 10px;
  color: #fff
}

#WFRReportHeaderOptionsReport {
  float: right;
  height: 19px
}

#WFRReportHeaderOptionsReport span {
  font-size: 10px;
  cursor: default
}

#WFRReportHeaderOptionsReportGenerator {
  padding-left: 6px;
  padding-top: 2px;
  width: 130px;
  color: #fff
}

#WFRReportHeaderOptionsReportFormat {
  border-top: 0px solid #FFF
}

#WFRReportHeaderOptionsReportGenerator div {
  float: left
}

#WFRReportBackgroundOrder {
  float: left;
  width: 100%;
  background: #fff
}

.WFRUserSelectReportOrder {
  font-size: 10px;
  color: #0046C5
}

.WFRReportButtonOrderOk,
.WFRReportButtonOrderClose {
  width: 70px;
  height: 20px;
  border: 1px solid #A6A7B0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  cursor: pointer;
  filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#dadbe9');
  padding: 0;
  vertical-align: middle;
  outline: none;
  font-size: 11px;
  color: #000;
  background: #ECECEC
}

.WFRReportButtonOrderOk:hover,
.WFRReportButtonOrderClose:hover {
  border: 1px solid #77B0F7;
  filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#dadbe9', endColorstr='#ffffff');
  color: #000;
  background: -webkit-linear-gradient(left, #EAF3FC, #DCECFC);
  background: -o-linear-gradient(left, #eaf3fc, #dcecfc);
  background: -moz-linear-gradient(left, #eaf3fc, #dcecfc);
  background: linear-gradient(to left, #EAF3FC, #DCECFC);
  border-left: 1px solid #7EB4EA;
  border-right: 1px solid #7EB4EA;
  border-top: 1px solid #7EB4EA;
  border-bottom: 1px solid #7EB4EA
}

#AccessManagerBackground {
  background: #fff
}

#AccessManagerBackgroungTitleBar {
  background: #2B579A;
}

#AccessManagerFontTitleAccessPermissions {
  font-size: 12px;
  color: #000;
  font-weight: bold
}

#AccessManagerFontTitleOptionBar {
  font-size: 10px;
  color: #fff;
  font-weight: bold
}

#AccessManagerFontText {
  font-size: 10px;
  color: #2B579A
}

#AccessManagerFontMenu {
  font-size: 10px;
  color: #000;
  font-weight: bold
}

#AccessManagerFontUpdateGroups {
  font-size: 12px;
  color: #2B579A;
  font-weight: bold
}

#AccessManagerAccessPermissionsBackground {
  background: #fff
}

.HTMLMenuShortCut {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1000
}

.HTMLMenuShortCut>img {
  position: absolute;
  width: 40px;
  height: 40px
}

.HTMLMenuShortCut>span {
  position: absolute;
  top: 40px;
  text-align: center;
  width: 80px;
  left: -50%;
  overflow-wrap: break-word
}

.google-visualization-orgchart-lineleft {
  border-left: 1px solid #2B579A
}

.google-visualization-orgchart-linebottom {
  border-bottom: 1px solid #2B579A
}

.google-visualization-orgchart-lineright {
  border-right: 1px solid #2B579A
}

.GoogleChartOrg {
  text-align: center;
  vertical-align: middle;
  font-family: arial, helvetica;
  cursor: pointer;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #ADAEAF;
  color: #3E4244;
  min-width: 40px
}

.GoogleChartOrg:hover {
  background: #F0F4F9
}

.GoogleChartOrgSelected {
  border: 1px solid #2B579A;
  background: #2B579A;
  color: #FFF;
  min-width: 40px;
  overflow: hidden;
  position: relative
}

.GoogleChartOrgSelected:hover {
  background: #3B6AB1
}

.CustomTabSearch>div {
  position: relative;
  width: calc(100% - 72px);
  height: 45px;
  overflow-x: hidden;
  overflow-y: auto
}

#busca_acao {
  width: 72px;
  transition: 1s all
}

#div_busca_rodape {
  bottom: 3px !important;
  width: 100%;
  overflow: hidden
}

#div_busca_avancada_container {
  width: 100%
}

.CustomTabSearch img {
  float: right;
  margin: 2px;
  z-index: 3;
  cursor: pointer
}

.CustomTabSearch #calendarDiv img {
  float: left;
  margin: 0px
}

.CustomTabSearch>div>span {
  text-align: left;
  float: right;
  margin: 7px;
  font-weight: bold
}

.CustomTabSearch>tr {
  text-align: center;
  cursor: pointer
}

#div_busca_avancada {
  position: absolute;
  height: calc(100% - 24px);
  display: table;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.619608);
  font-size: 15px;
  width: 100%
}

#div_busca_avancada {
  position: absolute;
  height: calc(100% - 24px);
  display: table;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.619608);
  font-size: 15px;
  width: 100%
}

#div_busca_avancada>div {
  width: 200px;
  background: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  max-width: 200px;
  top: 75px;
  cursor: pointer;
  padding-top: 10px;
  word-break: break-all;
  max-height: 200px;
  overflow: auto
}

#div_busca_avancada>div>div:hover:not(:last-child) {
  background: #78bff3;
  color: #fff;
  position: relative
}

#div_busca_avancada>div>div:not(:last-child) {
  border-bottom: 1px solid #ccc
}

.HTMLBodyUpload {
  background: #fff
}

.HTMLButtonUpload {
  border: 1px solid #a6a7b0;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  outline: none;
  font-size: 11px;
  color: #000;
  background: #ececec;
  width: 100px;
  height: 35px
}

.HTMLButtonUpload:hover {
  border: 1px solid #77B0F7;
  filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#dadbe9', endColorstr='#ffffff');
  color: #000;
  background: -webkit-linear-gradient(left, #eaf3fc, #dcecfc);
  background: -o-linear-gradient(left, #eaf3fc, #dcecfc);
  background: -moz-linear-gradient(left, #eaf3fc, #dcecfc);
  background: linear-gradient(to left, #eaf3fc, #dcecfc);
  border-left: 1px solid #7eb4ea;
  border-right: 1px solid #7eb4ea;
  border-top: 1px solid #7eb4ea;
  border-bottom: 1px solid #7eb4ea
}

.HTMLButtonUpload:hover a {
  color: #000 !important
}

.HTMLButtonUpload .botao {
  color: #000 !important;
  font-size: 12px
}

.HTMLGroupBoxCheckDefault {
  border-radius: 0px;
  text-align: center;
  text-indent: -18%;
  line-height: 41px;
  font-size: 17px;
  cursor: default
}

.HTMLGroupBoxCheckTrue {
  background-color: #C2E2C1;
  text-decoration: line-through;
  color: #047700
}

.HTMLGroupBoxCheckFalse {
  background-color: #FF9B97;
  color: #864343;
  border: none
}

.HTMLSystemCheckLabelInfo>div>div {
  font-size: 12px !important;
  color: #fff !important
}

.HTMLSystemCheckLabelInfo>div>div:hover {
  font-size: 13px !important
}

.HTMLSystemCheckLabelInfo a {
  color: #fff !important
}

.HTMLSystemCheckOk {
  color: #047700
}

.HTMLSystemCheckFail {
  color: #f00
}

.charts-tooltip {
  display: none !important
}

.HTMLAccordion {
  overflow: hidden;
  margin: -1px;
  color: #474747;
  padding: 5px;
  background: #F7F7F7;
  width: 100%;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px
}

.HTMLAccordion section h2 a {
  padding: 8px 10px;
  display: block;
  font-size: 100%;
  font-weight: normal;
  color: #216178;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.HTMLAccordion section {
  float: left;
  cursor: pointer;
  overflow: hidden;
  background: #f2f2f2;
  margin: 1.9px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px
}

.HTMLAccordion section:hover {
  background: #d5e1f2
}

.HTMLAccordion section p {
  visibility: hidden
}

.HTMLAccordion section div {
  visibility: hidden
}

.HTMLAccordion section:after {
  position: relative;
  font-size: 24px;
  color: #000;
  font-weight: bold
}

.HTMLAccordionHorizontal section {
  -moz-transition: width 0.2s ease-out;
  -webkit-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  -ms-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  border-top: 2px solid #d5e1f2
}

.HTMLAccordionHorizontal section:after {
  top: 140px;
  left: 15px
}

.HTMLAccordionHorizontal section h2 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 240px;
  position: relative;
  left: -100px;
  top: 85px
}

.HTMLAccordionVertical section {
  width: 99%;
  height: 36px;
  -webkit-transition: height 0.2s ease-out;
  -moz-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  -ms-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
  border-left: 2px solid #d5e1f2
}

.HTMLAccordionVertical section h2 {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 0px
}

.HTMLAccordionVertical section:after {
  top: -60px;
  left: 810px
}

.HTMLAccordionHorizontalOpen {
  -moz-transition: width 0.2s ease-out;
  -webkit-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  -ms-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  background: #FFF !important;
  padding: 0px !important;
  background: #FFF !important;
  opacity: 1.0 !important;
  border-top: 2px solid #256881
}

.HTMLAccordionHorizontalOpen h2 {
  width: 100% !important;
  top: 0px !important;
  left: 0px !important;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  margin: 0px
}

.HTMLAccordionHorizontalOpen h2 a {
  color: #216178 !important
}

.HTMLAccordionHorizontalOpen p {
  visibility: visible !important
}

.HTMLAccordionHorizontalOpen div {
  visibility: visible !important;
  color: black !important
}

.HTMLAccordionVerticalOpen {
  width: 99% !important;
  background: #FFF !important;
  opacity: 1.0 !important;
  border-top: 2px solid #256881
}

.HTMLAccordionVerticalOpen:after {
  left: -9999px !important
}

.HTMLAccordionVerticalOpen p {
  visibility: visible !important
}

.HTMLAccordionVerticalOpen div {
  visibility: visible !important;
  color: black !important
}

.HTMLAccordionVerticalOpen h2 a {
  color: #216178 !important
}

.HTMLMessage {
  left: calc(50% - 150px);
  position: absolute;
  top: 30%;
  z-index: 999998;
  background: rgb(255, 255, 255);
  min-height: 20px;
  width: 300px;
  border-radius: 5px;
  border: none;
  box-shadow: 1px 1px 40px -5px;
  transition: top 0.2s;
  animation: showHTMLMessage 0.2s
}

/*******************************************/
/*    AJUSTE DOS INPUTS DENTRO DA GRADE    */
/*******************************************/
.listGrid {
  box-sizing: content-box;
}

.listGrid input:not([type='checkbox']),
.listGrid select {
  border-radius: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.listGrid .HTMLButton button {
  border-radius: 0 !important;
  background-color: #216178;
  right: 0 !important;
  border: none !important;
}

.listGrid .HTMLButton button:hover {
  background: #174d61;
}

.listGrid .HTMLButton button img {
  filter: invert(200%);
  -webkit-filter: invert(200%);
}

.textItemLite,
.textItemLiteRTL,
.textItemLiteFocused,
.textItemLiteFocusedRTL,
.textItemLiteDisabled { 
  height: 100% !important;
  font-size: 0.8rem !important;   
}

.textItemLiteOver,
.textItemLiteFocused {
  -webkit-box-shadow: 0 0 5px 0 #216178;
  box-shadow: 0 0 5px 0 #216178;
  border-color: #216178;
  height: 100% !important;
  font-size: 0.8rem !important;
}

.textItemLiteFocusedOver {
  -webkit-box-shadow: 0 0 5px 0 #216178, inset 0 0 5px 0 #216178;
  box-shadow: 0 0 5px 0 #216178, inset 0 0 5px 0 #216178;
  border-color: #216178;
  height: 100% !important;
}

/* Deleta componente original da grade  na transição*/
.grid .textItemLite,
.grid .textItemLiteRTL,
.grid .textItemLiteFocused,
.grid .textItemLiteFocusedRTL,
.grid .textItemLiteDisabled,
.grid .textItemLiteOver,
.grid .textItemLiteFocusedOver {
  width: 100% !important;
  height: 100% !important;
  visibility: visible !important;
  font-size: 0.8rem !important;
  padding-bottom: 5px;
}

.grid .selectItemLiteText, 
.grid .selectItemLiteTextRTL, 
.grid .selectItemLiteTextFocused, 
.grid .selectItemLiteTextFocusedRTL, 
.grid .selectItemLiteTextDisabled,
.grid .selectItemLiteTextDisabledRTL, 
.grid .selectItemLiteTextError, 
.grid .selectItemLiteTextErrorRTL, 
.grid .selectItemLiteTextPending, 
.grid .selectItemLiteTextPendingRTL, 
.grid .selectItemLiteTextPendingFocused, 
.grid .selectItemLiteTextPendingFocusedRTL, 
.grid .selectItemLiteTextPendingDisabled, 
.grid .selectItemLiteTextPendingDisabledRTL, 
.grid .selectItemLiteTextPendingError, 
.grid .selectItemLiteTextPendingErrorRTL, 
.grid .selectItemLiteTextHint, 
.grid .selectItemLiteTextHintRTL,  
.grid .selectItemLiteTextDisabledHint, 
.grid .selectItemLiteTextDisabledHintRTL {
   box-sizing: content-box;
   font-size: 0.8rem !important;
 }
 
 .gridFilterModal {
  background: rgba(0, 0, 0, 0.4117647058823529);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.7s;
  position: absolute;
  top: 0;
  z-index: 9999;
}

.gridFilterModalContent {
  height: auto;
  background-color: white;
  overflow: auto;  
  min-height: 70px;
}

.gridFilterContainer {
  width: 90%;
  height: auto;
  min-height: 150px;  
}

.gridFilterStatusBar {
  height: 30px;
  color: white;
  background-color: #216178;
}

.gridFilterSpan {
  font-family: roboto;
  font-size: 0.9rem;
  position: relative;
  top: 7px;
  padding: 3px;
}


.gridFilterClose {
  width: 30px;
  height: 30px;
  background-color: transparent;
  position: relative;
  float: right;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid;
}

.gridFilterClose > span {
  width: inherit;
  height: inherit;
  position: relative;
  top: 8px;
}

.gridFilterClose:hover {
  opacity: 0.7;
}

.gridContentFilterActions {
  height: 35px;
  background-color: #ffffff;
  float: unset;
  border-top: 1px solid #d8d6d6;
}

.gridActionFilter {
  position: relative;
  float: right;
  margin-right: 2px; 
}

.gridActionsFilter {
  width: 70%;
  position: relative;
  float: left;
}



@media screen and (max-height: 300px) {
  .HTMLMessage {
    top: 0px;
    transform: scale(.95)
  }
}

.HTMLMessageOverlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 100;
  transition: display 0.2s
}

.HTMLMessageTitle {
  text-align: center;
  font-size: x-large;
  margin: 0px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  top: 7px
}

.HTMLMessageMessage {
  display: block;
  font-size: 12px;
  text-align: center;
  font-family: sans-serif;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative
}

.HTMLMessageContainerButtons {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 5px;
  min-height: 3em;
  color: white;
  overflow: hidden;
  text-align: center;
  font-size: small;
  font-family: sans-serif, arial
}

.HTMLMessageConfirm {
  position: relative;
  height: 24px;
  width: 85px;
  background-color: #ececec;
  border: 1px solid #a6a7b0;
  color: #000;
  font-size: 11px;
  font-family: inherit;
  margin: 0 auto
}

.HTMLMessageConfirm:hover {
  cursor: pointer;
  border: 1px solid #77B0F7;
  background: -webkit-linear-gradient(left, #eaf3fc, #dcecfc);
  background: -o-linear-gradient(left, #eaf3fc, #dcecfc);
  background: -moz-linear-gradient(left, #eaf3fc, #dcecfc);
  background: linear-gradient(to left, #eaf3fc, #dcecfc)
}

.HTMLMessageConfirmError {
  position: relative;
  height: 24px;
  width: 85px;
  background-color: #ececec;
  border: 1px solid #a6a7b0;
  color: #000;
  font-size: 11px;
  font-family: inherit;
  margin: 0 auto
}

.HTMLMessageConfirmError:hover {
  cursor: pointer;
  border: 1px solid #77B0F7;
  background: -webkit-linear-gradient(left, #eaf3fc, #dcecfc);
  background: -o-linear-gradient(left, #eaf3fc, #dcecfc);
  background: -moz-linear-gradient(left, #eaf3fc, #dcecfc);
  background: linear-gradient(to left, #eaf3fc, #dcecfc)
}

.HTMLMessageCancel {
  position: relative;
  display: block;
  height: 24px;
  width: 85px;
  background-color: rgb(154, 149, 149);
  border: none;
  color: #fff9f9;
  font-size: small;
  font-family: inherit;
  display: none;
  cursor: pointer;
  margin: 0px 10px auto auto
}

.HTMLMessageCancel:hover {
  cursor: pointer
}

.HTMLMessageInputText {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #969696;
  height: 25px;
  margin-top: 10px;
  font-size: 13px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.HTMLMessageInputText:focus {
  border-color: #137bd4
}

.HTMLMessageWarning {
  width: 40px;
  height: 40px;
  border: 4px solid gray;
  border-radius: 50%;
  border-color: #F8BB86;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: content-box
}

.HTMLMessageWarningBody {
  position: absolute;
  height: 17px;
  left: 50%;
  top: 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  border-color: #F8BB86;
  border: 2px solid
}

.HTMLMessageWarningDot {
  position: absolute;
  height: 1px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 6px;
  border-color: #F8BB86;
  border: 3px solid
}

.HTMLMessageAnimate {
  -webkit-animation: HTMLMessageAnimate 0.75s infinite alternate;
  animation: HTMLMessageAnimate 0.75s infinite alternate
}

@-webkit-keyframes HTMLMessageAnimate {
  0% {
    border-color: #F8D486
  }

  100% {
    border-color: #F8BB86
  }
}

@keyframes HTMLMessageAnimate {
  0% {
    border-color: #F8D486
  }

  100% {
    border-color: #F8BB86
  }
}

.HTMLMessageError {
  width: 34px;
  height: 34px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-color: #F27474;
  border-radius: 40px;
  border-radius: 50%;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  position: relative;
  box-sizing: content-box
}

.HTMLMessageErrorMain {
  position: relative;
  display: block
}

.HTMLMessageErrorRight {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px
}

.HTMLMessageErrorLeft {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 6px
}

.HTMLMessageErrorLine {
  position: absolute;
  height: 4px;
  width: 23px;
  background-color: #F27474;
  display: block;
  top: 15px;
  border-radius: 14px
}

.HTMLMessageBoxDetails {
  word-break: break-all;
  position: static;
  border: none;
  max-height: 0px;
  padding: 0;
  overflow: hidden;
  display: block;
  transition: max-height 0.4s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  top: 80%
}

.HTMLMessageDetails {
  position: relative;
  top: 4px;
  align-items: center;
  left: 15px;
  width: 14px;
  height: 14px;
  cursor: pointer
}

.HTMLMessageDetails * {
  background-color: #9c9c9c
}

.HTMLMessagePlusX {
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: calc(50% - 6px);
  position: absolute;
  height: 2px;
  width: 12px;
  display: block;
  top: calc(50% - 6px);
  transition: transform 0.2s ease-in;
  transition-delay: 0.1s
}

.HTMLMessagePlusXClick {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: calc(50% - 6px);
  position: absolute;
  height: 2px;
  width: 12px;
  display: block;
  top: calc(50% - 6px);
  transition: transform 0.3s ease-in;
  transition-delay: 0.1s
}

.HTMLMessagePlusY {
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 2px;
  width: 12px;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  display: block;
  position: absolute;
  transition: transform 0.3s;
  transition-delay: 0.1s
}

.HTMLMessagePlusYClick {
  cursor: pointer;
  height: 2px;
  width: 12px;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  display: block;
  position: absolute;
  transition: transform 0.4s ease-out;
  transition-delay: 0.1s
}

@keyframes showHTMLMessage {
  0% {
    transform: scale(0.7);
    opacity: 0.5
  }

  50% {
    transform: scale(1.2);
    opacity: 0.7
  }

  70% {
    transform: scale(1.1);
    opacity: 0.9
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

.HTMLMessageTextDetails {
  padding: 10px
}

.HTMLMessageLeftEscape {
  position: relative;
  animation-name: HTMLMessageEscapeToLeft;
  animation-duration: 0.2s
}

@-webkit-keyframes HTMLMessageEscapeToLeft {
  0% {
    opacity: 1
  }

  25% {
    opacity: 0.7;
    left: -70px;
    transform: scale(.9)
  }

  50% {
    opacity: 0.5;
    left: -140px;
    transform: scale(.7)
  }

  75% {
    opacity: 0.3;
    left: -210px;
    transform: scale(.6)
  }

  80% {
    opacity: 0.2;
    left: -280px;
    transform: scale(.4)
  }

  100% {
    opacity: 0.1;
    left: -360px;
    transform: scale(.2);
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
  }
}

@keyframes HTMLMessageEscapeToLeft {
  0% {
    opacity: 1
  }

  25% {
    opacity: 0.7;
    left: -70px;
    transform: scale(.9)
  }

  50% {
    opacity: 0.5;
    left: -140px;
    transform: scale(.7)
  }

  75% {
    opacity: 0.3;
    left: -210px;
    transform: scale(.6)
  }

  80% {
    opacity: 0.2;
    left: -280px;
    transform: scale(.4)
  }

  100% {
    opacity: 0.1;
    left: -360px;
    transform: scale(.2)
  }
}

.HTMLMessageRightEscape {
  position: relative;
  animation-name: HTMLMessageEscapeToRight;
  animation-duration: 0.2s
}

@-webkit-keyframes HTMLMessageEscapeToRight {
  0% {
    opacity: 1
  }

  25% {
    opacity: 0.7;
    right: -70px;
    transform: scale(.9)
  }

  50% {
    opacity: 0.5;
    right: -140px;
    transform: scale(.7)
  }

  75% {
    opacity: 0.3;
    right: -210px;
    transform: scale(.6)
  }

  80% {
    opacity: 0.2;
    right: -280px;
    transform: scale(.4)
  }

  100% {
    opacity: 0.1;
    right: -360px;
    transform: scale(.3)
  }
}

@keyframes HTMLMessageEscapeToRight {
  0% {
    opacity: 1
  }

  25% {
    opacity: 0.7;
    right: -70px;
    transform: scale(.9)
  }

  50% {
    opacity: 0.5;
    right: -140px;
    transform: scale(.7)
  }

  75% {
    opacity: 0.3;
    right: -210px;
    transform: scale(.6)
  }

  80% {
    opacity: 0.2;
    right: -280px;
    transform: scale(.4)
  }

  100% {
    opacity: 0.1;
    right: -360px;
    transform: scale(.3)
  }
}

.HTMLListagem .HTMLImage {
  cursor: pointer;
  max-width: 30px
}

.HTMLListagemFields {
  overflow: auto;
  height: calc(100% - 75px)
}

.HTMLListagemFields>div {
  width: 100%;
  height: 20px;
  display: inline-flex;
  position: relative;
  background: #e9ecec;
  overflow: hidden
}

.HTMLListagemFields>div .HTMLCheckBox {
  display: inline-flex !important;
  position: relative !important;
  overflow: hidden !important;
  font-size: 12px;
  font-weight: 500;
  color: #555B61;
  text-indent: 5px
}

.HTMLListagemFields>div .HTMLCheckBox>input {
  margin-left: calc(50% - 7.5px)
}

.HTMLListagemFields>div .HTMLLabel {
  display: inline-flex !important;
  position: relative !important;
  overflow: hidden !important;
  font-size: 10px;
  font-weight: 500;
  color: #555B61;
  text-indent: 5px;
  margin-top: 4px
}

.HTMLListagemFields>div .HTMLLabel>div>div {
  background: rgba(255, 255, 255, 0)
}

.HTMLListagemFields>div .HTMLComboBox {
  display: inline-flex !important;
  position: relative !important;
  overflow: hidden !important;
  font-size: 12px;
  font-weight: 500;
  color: #555B61;
  text-indent: 5px
}

.HTMLListagemFields>div .HTMLEdit {
  display: inline-flex !important;
  position: relative !important;
  overflow: hidden !important;
  font-size: 12px;
  font-weight: 500;
  color: #555B61;
  text-indent: 5px
}

#ContainerMenu {
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto
}

@media (min-width: 768px) {
  #botaoMenu {
    display: none !important
  }

  #Dock {
    overflow: hidden;
    overflow-x: auto;
  }

  #Dock::-webkit-scrollbar {
    visibiliy: visible;
    display: block;
    width: 10px;
    height: 5px;
  }

  #Dock::-webkit-scrollbar-track {
    background: #ffffff;
  }

  #Dock::-webkit-scrollbar-thumb {
    background: #d6d6d6;
  }
}

@media (max-width: 560px) {
  body {
    overflow: hidden !important
  }

  .WFRIframeForm {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    border-radius: 0;
    border: none !important
  }

  .FormIframe iframe {
    width: 100% !important;
    height: 100% !important
  }

  .HTMLTabContainer {
    height: 100%
  }

  .HTMLNavigationForm {
    background: white;
    height: calc(100% - 60px)!important;
    overflow: hidden;
    overflow-y: scroll;
  }

  .DocumentSearchItens {
    background-color: rgb(33, 97, 120)
  }

  #Menu {
    box-sizing: border-box;
    max-width: 70% !important;
    position: fixed !important
  }

  #Menu.HTMLMenuVertical {
    width: 70% !important
  }

  #Menu.HTMLMenu {
    left: -70% !important
  }

  #MenuPrincipal {
    width: 100% !important
  }

  #Menu .HTMLItem {
    left: 0px !important;
    top: 100%
  }

  .DocumentSearchItens {
    width: 100% !important
  }

  .HTMLMenuVertical .HTMLMenu ul {
    width: 100% !important
  }

  .HTMLMenuVertical .HTMLMenu li {
    min-width: 100% !important
  }

  .HTMLMenuVertical .HTMLMenu li a:focus {
    outline-style: none;
    outline-width: 0
  }

  .HTMLMenuVertical ul li ul {
    position: relative !important
  }

  .HTMLMenuHorizontal>ul>li:is(.LevelArrowDown):active:target ul {
    display: none !important
  }

  .HTMLMenuVertical>ul>li:not(.HTMLMenuFirstLevelDisabled):hover:after {
    display: none
  }

  .HTMLVerticalRemainingLevelsArrow>a:after,
  .HTMLFirstLevel.HTMLVerticalFirstLevelArrow>a:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 5px;
    top: 25px;
    background-image: url(menu_arrow_d.png)
  }

  .HTMLVerticalRemainingLevelsArrow:hover>a:after,
  .HTMLFirstLevel.HTMLVerticalFirstLevelArrow:hover>a:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 5px;
    top: 25px;
    background-image: url(menu_arrow_d.png)
  }

  .HTMLMenuHorizontal {
    left: 0 !important;
    top: 0 !important;
    background: #333;
    color: #CCC
  }

  #Menu.HTMLMenuHorizontal {
    width: 70% !important;
    background-color: rgba(10, 13, 16, 0.85)
  }

  #MenuPrincipal {
    width: 100% !important
  }

  #Menu .HTMLItem {
    left: 0px !important;
    top: 100%;
    min-width: 100% !important
  }

  .HTMLMenuHorizontal .HTMLMenu ul {
    width: 100% !important
  }

  .HTMLMenuHorizontal .HTMLMenu li {
    width: 100%
  }

  .HTMLMenuHorizontal .HTMLMenu li>a {
    text-align: left
  }

  .HTMLMenuHorizontal .HTMLMenu>li>.HTMLItem {
    position: relative !important
  }

  #MenuPrincipal {
    width: 70%
  }

  #Menu {
    width: 70% !important;
    height: calc(100% - 200px) !important;
    max-height: (100% - 300px) !important;
    left: -70% !important;
    margin: 0 auto;
    top: 40px !important;
    z-index: 1 !important;
    overflow: hidden;
    overflow-y: auto !important
  }

  #botaoFechar,
  #botaoMenu {
    height: 50px !important;
    width: 50px !important;
    position: fixed !important;
    bottom: 20px !important;
    right: 10px !important;
    top: unset !important;
    left: unset !important;
    background-color: #21627a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 1px 3px 7px #7b7b7b;
    text-align: center;
    z-index: 1 !important
  }

  #botaoFechar img,
  #botaoMenu img {
    position: relative !important;
    -ms-filter: invert(100%);
    -webkit-filter: fi;
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);
    width: 30px !important;
    height: 30px !important;
    left: unset !important;
    top: calc(50% - 15px) !important
  }

  #Menu.is-open {
    right: 2% !important;
    left: unset !important;
    top: 100px !important;
    width: 70% !important;
    overflow-y: auto;
    transition: all 0.5s;
    transition: right .3s linear;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s
  }

  #Menu.is-close {
    left: unset !important;
    transition: right .3s linear;
    top: 100px !important;
    width: 70% !important;
    right: -70% !important;
    -webkit-transition: right .3s linear;
    -moz-transition: right .3s linear;
    -ms-transition: right .3s linear;
    -o-transition: right .3s linear
  }

  #Menu.is-open #MenuPrincipal,
  #Menu.is-close #MenuPrincipal {
    width: 100% !important;
    max-width: unset;
  }

  #botaoFechar {
    display: none
  }

  .DocumentSearchItens>input {
    position: relative;
    top: 0;
    width: 100%;
    min-height: 40px;
    color: rgb(138, 140, 142);
    line-height: 16px;
    text-align: left;
    text-indent: 40px;
    font-size: 16px;
    border: solid 1px #ddd;
    outline: none;
    margin-bottom: 10px;
    border-radius: 2px;
    background: url('search-menu-magnify.png') no-repeat left 10px center #fff;
    background-repeat: no-repeat;
    background-size: 18px;
    transition: 0.2s
  }

  .DocumentSearchItens>input:focus {
    text-indent: 15px;
    background-position: -28px;
    border-color: #A9ACAF;
    box-shadow: 2px 2px 3px 1px #D2D2D2
  }

  .WFRQueryForm #BodySearchFilter {
    width: 100% !important;
    height: 110px !important;
    margin-top: 15px
  }

  .WFRQueryForm #BodySearchFilter input {
    width: 100% !important;
    height: 37px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
  }

  #BodySearchFilterUserInput {
    margin-top: 10px
  }

  .WFRQueryForm #BodySearchFilterCombo select {
    height: 37px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 16px
  }

  .WFRQueryForm #BodySearchFilterCombo {
    height: 37px
  }

  .WFRQueryForm #BodySearchFilterTitle {
    margin-bottom: 7px;
    font-size: 14px;
    width: 100%;
    text-transform: capitalize
  }

  .WFRQueryForm #BodySearchOptions {
    float: left;
    display: flex;
    padding: 20px 5px
  }

  .WFRQueryForm #BodySearchOptions>div {
    margin: 0 5px 0 5px
  }

  .WFRQueryForm #HeaderOptions {
    margin-left: 4px;
    float: left;
    width: 100%;
    display: flex;
    border: none
  }

  .WFRQueryForm #HeaderOptionsRow {
    height: 30px
  }

  .WFRQueryForm #HeaderOptionsRow div {
    float: left;
    margin: 5px
  }

  .WFRQueryForm #HeaderOptionsRow {
    cursor: pointer
  }

  .WFRQueryForm #HeaderBasicQueryButton {
    text-align: right
  }

  #divQueryRow {
    width: 100%;
    float: left
  }

  #divQuery {
    height: auto !important;
    overflow: unset !important
  }

  .WFRQueryForm #BodySearch {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box
  }

  #divQuerySelect,
  #divQueryInput {
    width: 100%;
    margin-bottom: 5px;
    left: 2%
  }

  .HTMLMenuVertical .HTMLMenu #divQuerySelect .lookup,
  #divQueryInput input,
  #divQuerySelect select {
    width: 100% !important;
    height: 37px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 16px !important
  }

  #divQueryInput div {
    float: none
  }

  .WFRQueryForm #HeaderBasicQueryButton {
    text-align: center
  }

  .StatusBar+.FormIframe>iframe {
    height: calc(100% - 28px) !important
  }

  .HTMLTabContainer[style*="top: 42px"] {
    height: calc(100% - 90px) !important
  }

  .HTMLTabContainer[style*="top: 42px"] .HTMLTabArea {
    height: calc(100% - 5px) !important
  }
}

@media (max-width: 420px) {
  .HTMLTabArea {
    overflow: hidden;
    overflow-y: scroll;
    height: 100% !important
  }
}