/*****************************************/
/* Informações na tela principal a Direta*/
/*****************************************/
.PrincipalDireita {
    position:relative;
    float: right;
	padding: 0px 18px 0px 0px;
}
  
.PrincipalDireitaEntidade {
} 
  
.PrincipalDireitaEntidadeImagem {
  width:60px;
  height:60px;
  float: right;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 1px;
} 
  
.PrincipalDireitaEntidadeTitulo {
  float:right;
  white-space: nowrap;
  font-family: 'segoeWp', arial, sans-serif;
  font-size: 25px;
  background: rgb(31, 71,113,0.5);
  color:#FFFFFF;
  border-radius: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  outline: none;
  font-weight: bold;
}  
  
.PrincipalDireitaRSS {
    position:relative;
    padding-left: 0px;
    float:right;
  }  

.PrincipalDireitaRSS > .HTMLRSSBody {
  position:relative !important;
  left: 0px !important;
  top: 0px !important;
  background: rgb(255, 255,255,0.8);
  border: #E6E6E6 1px solid;
  } 


/*********************************************/
/* Informacoes do Conteudo da Tela principal */
/*********************************************/
  .PrincipalContainer {
	top: 40%;
	margin-top: -234px;
	position: absolute;
	left:120px;
	max-height: 465px;
	height: 464px;
	/*display: flex;*/
	z-index: 2;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
  }
  
  .PrincipalContainerSistema {
	position: relative;
	min-width: 690px;
	max-width: 690px;
	width: auto;
	/*height: 464px;*/
  }
  
  .PrincipalContainerSistema > .HTMLTabArea {
	width: 60%;
  }  

 

/*****************************************/
/*                SKIN METRO             */
/*****************************************/

/* -- Importando Nova Fonte --*/
@font-face {
  font-family: segoeWp;
  src: url('font/SegoeWP.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: segoeWpBlack;
  src: url('font/SegoeWP-Black.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: segoeWpBold;
  src: url('font/SegoeWP-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: segoeWpSemibold;
  src: url('font/SegoeWP-Semibold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: segoeWpSemilight;
  src: url('font/SegoeWP-Semilight.ttf');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'segoeWp', arial, sans-serif;
  font-size: 11px;
  background: #e6e6e6 !important;
}

/*Ajustes nova janela vertical*/
.WFRIframeForm {
  background-color: #e6e6e6 !important;
}

.WFRIframeForm .StatusBar {
  min-width: 100%;
  background-color: #F3F3F3;
}

.WFRIframeForm .StatusBar .Title {
  color: #C3C3C3 !important;
}

.WFRIframeForm-Active .StatusBar .Title {
  color: #676767 !important;
}

#lay {
  display: table;
  background-color: #e6e6e6;
  left: 0px !important;
}

.component {
  background: #e0dfe3;
}

.buttonComponent {
  background: #e0dfe3;
}

.navigation {
  background: #F2F2EE;
}

a {
  text-decoration: none;
  color: #000000;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #000000;
}

a.cont {
  text-decoration: none;
  color: #000000;
}

a.cont:hover {
  text-decoration: none;
  color: #000000;
}

img[src=""] {}
 

td {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

input {
  outline: none;
}

.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 #D3D1D1;
  border-left: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  padding-left: 8px;
}

.editMark {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #ff0000;
  border-left: 1px solid #ff0000;
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  background: #E6F2FF;
}

.button {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #D3D1D1;
  border-left: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  outline: none;
}

.duallist {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #D3D1D1;
  border-left: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
}

.duallistMark {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #ff0000;
  border-left: 1px solid #ff0000;
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  background: #E6F2FF;
}

.lookup {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #D3D1D1;
  border-left: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  padding-left: 8px;
}

.lookupMark {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #ff0000;
  border-left: 1px solid #ff0000;
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  background: #E6F2FF;
}

.editLogon {
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.calendar>tbody>tr>td>table {
  font-size: 12px;
  background: #cccccc;
  width: 101%;
  color: #000000;
}

.calendarHeader {
  color: #000000;
  background: #f2f2f2;
}

.calendarLine1 {
  color: #000000;
  background: #ffffff;
}

.calendarLine2 {
  color: #000000;
  background: #ffffff;
}

.lookupSearch {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #D3D1D1;
  border-left: 1px solid #D3D1D1;
  border-top: 0px solid #FFFFFF;
  border-bottom: 1px solid #D3D1D1;
}

.lookupSearchInput {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 0px solid #D3D1D1;
  border-left: 0px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  background: #E5E5E5;
}

.tabButton {
  background: #F6F6F4;
}

.tabBack {
  background: #ffffff;
  border-top: 1px solid #D3D1D1;
}

.clickText {
  text-decoration: none;
  color: #000000;
}

.clickText:hover {
  text-decoration: none;
  color: #000000;
}

.clickText.cont {
  text-decoration: none;
  color: #000000;
}

.clickText.cont:hover {
  text-decoration: none;
  color: #000000;
}

.cur {
  cursor: pointer;
}

.cur input[type="checkbox"] {
  margin-left: -2px;
}

.cur td {
  text-indent: 12px;
  height: 15px;
}

.grid {
  margin: 1px;
}

.gridMark {
  border: 1px solid #76A7D2;
  background: #E6F2FF;
  margin: 0px;
  border-radius: 2px;
}

.gridDiv {
  border: 1px solid #a6a7b0;
  border-radius: 2px;
  outline: none;
}

.gridDiv:hover {
  border-color: #777777;
}

.exitProgressBar {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #D3D1D1;
  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;
}

textarea {
  overflow: auto;
}

/*****************************************/
/* HTMLButton: Componente BotÃ£o          */
/*****************************************/
.HTMLButton button {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: #374148;
  background: white;
  border: solid 2px #4d88b3;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  outline: none;

  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.2s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;	
}

.HTMLButton button:enabled:hover {
  background-color: #4D88B3;
  color: #fff;
  border: 2px solid #CADAE6;
}

.HTMLButton button:enabled:active {
  background: #E2E2E2;
  color: #2C72A7;
}

.HTMLButton button:disabled {
  cursor: default;
  background: fefefc;
  color: #AAC1D2 !important;
  border: 2px solid #CADAE6;
  outline: none;
}

.HTMLButton button[readonly=readonly] {
  cursor: default;
}

.HTMLButton button,
.HTMLButton span {
  font-family: arial, sans-serif;
  font-size: 11px;
}

.HTMLButton span {
  vertical-align: middle;
}

.HTMLButton img {
  vertical-align: middle;
   float:left;
   margin-left: 3px;
}
.HTMLButton button:enabled:hover img {
	filter: invert(100%);
  -webkit-filter: invert(100%);
}
	  
.HTMLButton {
  overflow: hidden;
}

/*****************************************/
/* Div que bloqueia acesso ao formulario */
/*****************************************/
.formViewDiv {
  /* background: #FFFF00; */
  filter: alpha(opacity=1);
  opacity: 0;
  position: absolute; /*relative*/
  z-index: 99998;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-filter: alpha(opacity=1);
}

/*****************************************/
/* HTMLTabArea: Area do Form/Componentes */
/*****************************************/
.HTMLTabArea {
  min-height: calc(100% - 27px) !important;
  border-left: 0px solid #919B9C;
  border-bottom: 0px solid #919B9C;
  top: 0px !important;
  /*
  z-index: 1;
  position: absolute;
  background: #e6e6e6;
  */
  margin-top: 8px;
  left: -0px;
  z-index: -1;
  position: relative;

  width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.HTMLNavigationForm+.HTMLTabContainer>.HTMLTabArea {
  left: 0px !important;
  /*width: calc(100% - 37px) !important;*/
  top: 0px !important;
}

.HTMLNavigationForm[style='display: none;']+.HTMLTabContainer>.HTMLTabArea {
  left: 5 !important;
  width: 100% !important;
}

.HTMLNavigationForm[style='display: none;']+.HTMLTabContainer>.HTMLTabController {
  left: 0 !important;
}

div.HTMLTabController[style='height: 0px;']+div.HTMLTabArea {
  top: 1px !important;
}

/*****************************************/
/* HTMLTab: BotÃ£o das Abas (formulÃ¡rio)  */
/*****************************************/
.HTMLTab {
  background: #e6e6e6;
  cursor: pointer;
  display: inline;
  border-top: solid 0px #CFDBE4;
  border-bottom: solid 2px #CFDBE4;								
  float: left;
  height: 19px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 16px;
  font-family: 'segoeWp', arial, sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #grey;
  margin: 0px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.HTMLTab-Selected {
  position: relative;
  background: #e6e6e6;
  border-top: solid 0px #4D88B3;	
  border-bottom: solid 2px #4D88B3;
  float: left;
  height: 19px;
  display: inline;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 16px;
  font-family: 'segoeWp', arial, sans-serif;
  font-weight: bold;
  /*font-size: 12px;*/
  color: #4D88B3;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.HTMLTab-Selected div {
  float: left;
}

.HTMLTab:hover {
  /*color: black;*/
  color: #4D88B3;
  font-weight: bold;
  border-bottom: solid 2px #B3CADB;
  border-top: solid 0px #B3CADB;							
}

.HTMLTab div {
  float: left;
}

.HTMLTab span,
.HTMLTab img {
  vertical-align: middle;
}

.HTMLTab-Selected:before {  
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #4d88b3 transparent transparent transparent;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
 } 
 
.HTMLTab-Selected div {
  float: left;
}	   

/*****************************************/
/* HTMLTabController: Área das Abas      */
/*****************************************/
.HTMLTabController {
  top: 0px;
  left: 0px !important;
  width: 100%;
  z-index: 2;
  position: relative;
  width: calc(100% - 65px);
}
.HTMLNavigationForm+.HTMLTabContainer .HTMLTabController {
    width: calc(100% - 37px)!important;
}

.HTMLTabController>table {
  height: 26px;
}

/*****************************************/
/* HTMLTabContainer: Container da Aba    */
/*****************************************/
.HTMLTabContainer {
  width: 100%;
  height: 100%;
  /*top: 43px !important;*/
  position: relative;
  z-index: 1;
  display: table-cell;
}

/*****************************************/
/* HTMLGroupBox: Componente Moldura      */
/*****************************************/
.HTMLGroupBox-Top {
  border-top: 1px solid #BFB8BF;
  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 #BFB8BF;
  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 #BFB8BF;
  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 #BFB8BF;
  border-top: 0px solid !important;
  border-left: 0px solid !important;
  border-right: 0px solid !important;
  border-radius: 0px !important;
}

.HTMLGroupBox {
  box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px #C3C9D0;
  width: 100%;
}

.HTMLGroupBox-Box-Inset {
  border: inset 1px #D8D8D8;
  border-top-color: #FFFFFF;
  border-radius: 6px;
}

.HTMLGroupBox-Box-Outset {
  border: 1px outset #BFB8BF;
  border-radius: 4px;
}

.HTMLGroupBox-None {
  border-style: none;
}

/******************************************************/
/* Tratamento Telas de Login do portal de Nota Fiscal */
/******************************************************/

#MolduraLoginPortal {
  -webkit-box-shadow: 0 0 20px 0 #4d88b3, 0 5px 5px 0 rgba(0, 0, 0, 0.24);
   -moz-box-shadow: 0 0 20px 0 #4d88b3, 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 20px 0 #4d88b3, 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  position: relative;  
  transition-duration: 0.5s; 
  border:none;
  
}

#BotaoLoginPortal span{
   padding-top: 8px;
    -webkit-transition-duration: 0.5s; 
    -moz-transition-duration: 0.5s; 
  
  
}
#BotaoLoginPortal img {
  -webkit-transition-duration: 0.5s; 
   -moz-transition-duration: 0.5s; 
}

#BotaoLoginPortal:hover img{
 -webkit-transition-duration: 0.5s;
   -moz-transition-duration: 0.5s; 
  margin-left: 70px;
 
  
  
}
#BotaoLoginPortal:hover span{
    -webkit-transition-duration: 0.5s; 
   -moz-transition-duration: 0.5s; 
    margin-left: -120px;
    
}	
			 
/*****************************************/
/* HTMLRadioGroup: Componente OpÃ§Ãµes     */
/*****************************************/
.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;
}

img {
  border: none !important;
}

.HTMLRadioGroup #HTMLRadioGroupOption input:enabled {
  cursor: pointer;
  outline: none;
}

.HTMLRadioGroup #HTMLRadioGroupOption input:disabled {
  cursor: default;
}

.HTMLRadioGroup #HTMLRadioGroupOption label {
  position: relative;
  top: -3px;
  left: 2px;
  font-family: 'segoeWp'arial, sans-serif;
  font-size: 12px;
  cursor: pointer;
}

/*****************************************/
/* HTMLLabel: Componente Text            */
/*****************************************/
.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: #e6e6e6;
  clear:both;
  float:left;
}

/*****************************************/
/* HTMLEdit: Componente Edit             */
/*****************************************/
.HTMLEdit input {
  font-family: 'segoeWp', arial, sans-serif;
  font-size: 12px;
  background: #fff;
  border: solid 1px #969696;
  border-radius: 5px;
  padding-left: 2px;
  padding-right: 2px;
  outline: none;
}

.HTMLEdit input:focus {
  border-color: #76A7D2;
  background-color: #fff;
  outline: none;
}

.HTMLEdit input:hover {
  border-color: #777777;
}

.HTMLEdit input:focus:hover {
  border-color: #76A7D2;
  background-color: #fff;
  outline: none;
}

.HTMLEdit input:disabled {
  background: rgba(77, 136, 179, 0.52);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.HTMLEdit input[readonly=readonly] {
  background: #AAC1D2;
}

.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 #888888;
}

.HTMLEditCalendar>iframe {
  border: 1px solid #cccccc;
  width: 100%;
  height: 100%;
}

.HTMLEditCalendarLock {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999998;
  opacity: 0.1;
}

#calendarDiv {
  background: #fff;
}

/*****************************************/
/* HTMLNavigationForm: Barra de NavegaÃ§Ã£o*/
/*****************************************/
.HTMLNavigationFormButton,
.HTMLNavigationButton {
  display: inline-block;
}

.HTMLNavigationForm {
  width: 100%;
  height: 42px;
  position: fixed;
  top: 0;
  text-align: center;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #4D88B3;
  display: inline-table;
  float: left;
  z-index: 999;
}

.HTMLNavigationForm img {
  width: 37px;
  height: 33px;
}

.HTMLNavigationForm .HTMLNavigationFormButton,
.HTMLNavigationButton {
  display: inline-block;
  position: relative;
  padding-left: 0;
  padding-top: 4px;				  
}

/*Barra de Fundo da NavegaÃ§Ã£o*/
.HTMLNavigationFormBar {
  width: 100%;
  height: 0;
  background: #FFFFFF;
}

.HTMLNavigationFormButton-pt_BR img {
  background: url('HTMLNavigationForm/navIcons.png');
}

.HTMLNavigationFormButton-en_US img {
  background: url('HTMLNavigationForm/en_US/navIcons.png');
}

.HTMLNavigationFormButton-es_ES img {
  background: url('HTMLNavigationForm/es_ES/navIcons.png');
}

.HTMLNavigationFormButton-fr_FR img {
  background: url('HTMLNavigationForm/fr_FR/navIcons.png');
}

/*BotÃµes da Barra de Navegacao*/
.HTMLNavigationFormButton-Include img {
  background-position: 4px;
}

.HTMLNavigationFormButton-Include-Des img {
  background-position: -24px;
}

.HTMLNavigationFormButton-Include-Over img {
  background-position: 4px;
  background-color: #76A7D2;
}

.HTMLNavigationFormButton-Edit img {
  background-position: -82px;
}

.HTMLNavigationFormButton-Edit-Des img {
  background-position: -110px;
}

.HTMLNavigationFormButton-Edit-Over img {
  background-position: -82px;
  background-color: #76A7D2;
}

.HTMLNavigationFormButton-First img {
  background-position: -166px;
}

.HTMLNavigationFormButton-First-Des img {
  background-position: -195px;
}

.HTMLNavigationFormButton-First-Over img {
  background-position: -168px;
  background-color: #76A7D2;
}

.HTMLNavigationFormButton-Previous img {
  background-position: -252px;
}

.HTMLNavigationFormButton-Previous-Des img {
  background-position: -281px;
}

.HTMLNavigationFormButton-Previous-Over img {
  background-position: -252px;
  background-color: #76A7D2;
}

.HTMLNavigationFormButton-Next img {
  background-position: -334px;
}

.HTMLNavigationFormButton-Next-Des img {
  background-position: -361px;
}

.HTMLNavigationFormButton-Next-Over img {
  background-position: -334px;
  background-color: #76A7D2;
}

.HTMLNavigationFormButton-Last img {
  background-position: -414px;
}

.HTMLNavigationFormButton-Last-Des img {
  background-position: -442px;
}

.HTMLNavigationFormButton-Last-Over img {
  background-position: -414px;
  background-color: #76A7D2;
}

.HTMLNavigationFormButton-Delete img {
  background-position: -500px;
}

.HTMLNavigationFormButton-Delete-Des img {
  background-position: -529px;
}

.HTMLNavigationFormButton-Delete-Over img {
  background-position: -500px;
  background-color: #76A7D2;
}

.HTMLNavigationFormButton-Refresh img {
  background-position: -586px;
}

.HTMLNavigationFormButton-Refresh-Des img {
  background-position: -613px;
}

.HTMLNavigationFormButton-Refresh-Over img {
  background-position: -586px;
  background-color: #76A7D2;
}

.HTMLNavigationFormButton-Print img {
  background-position: -669.5px;
}

.HTMLNavigationFormButton-Print-Des img {
  background-position: -696.5px;
}

.HTMLNavigationFormButton-Print-Over img {
  background-position: -669px;
  background-color: #76A7D2;
}

.HTMLNavigationFormButton-Log img {
  background-position: -753px;
}

.HTMLNavigationFormButton-Log-Des img {
  background-position: -784px;
}

.HTMLNavigationFormButton-Log-Over img {
  background-position: -753px;
  background-color: #76A7D2;
}

.HTMLNavigationFormButton-DefaultValues img {
  background-position: -838px;
}

.HTMLNavigationFormButton-DefaultValues-Des img {
  background-position: -864px;
}

.HTMLNavigationFormButton-DefaultValues-Over img {
  background-position: -838px;
  background-color: #76A7D2;
}

.HTMLNavigationFormButton-Help,
.HTMLNavigationFormButton-Help-Over,
.HTMLNavigationFormButton-Help-Des {
  position: absolute !important;
  bottom: 32px;
  left: 0;
}

.HTMLNavigationFormButton-Help img {
  background-position: -920px;
}

.HTMLNavigationFormButton-Help-Des img {
  background-position: -949px;
}

.HTMLNavigationFormButton-Help-Over img {
  background-position: -920px;
  background-color: #76A7D2;
}

.HTMLNavigationFormButton-Exit,
.HTMLNavigationFormButton-Exit-Over,
.HTMLNavigationFormButton-Exit-Des {
  /*position: absolute !important;*/
  background-position: -753px;
  left: 0;
}

.HTMLNavigationFormButton-Exit img {
  background-position: -1006px;
}

.HTMLNavigationFormButton-Exit-Des img {
  background-position: -1034px;
}

.HTMLNavigationFormButton-Exit-Over img {
  background-position: -1006px;
  background-color: #76A7D2;
}

.HTMLNavigationFormButton-EditSave img {
  background-position: -1092px;
  width: 37px;
}

.HTMLNavigationFormButton-EditSave-Des img {
  background-position: -1172px;
  width: 37px;
}

.HTMLNavigationFormButton-EditSave-Over img {
  background-position: -1092px;
  background-color: #76A7D2;
  width: 37px;
}

.HTMLNavigationFormButton-EditCancel img {
  background-position: -1572px;
  width: 37px;
}

.HTMLNavigationFormButton-EditCancel-Des img {
  background-position: -1652px;
  width: 37px;
}

.HTMLNavigationFormButton-EditCancel-Over img {
  background-position: -1572px;
  background-color: #6D7584;
  width: 37px;
}

.HTMLNavigationFormButton-IncludeSaveMore img {
  background-position: -1332px;
  width: 37px;
}

.HTMLNavigationFormButton-IncludeSaveMore-Des img {
  background-position: -1412px;
  width: 37px;
}

.HTMLNavigationFormButton-IncludeSaveMore-Over img {
  background-position: -1332px;
  background-color: #76A7D2;
  width: 37px;
}

.HTMLNavigationFormButton-IncludeSave img {
  background-position: -1092px;
  width: 37px;
}

.HTMLNavigationFormButton-IncludeSave-Des img {
  background-position: -1172px;
  width: 37px;
}

.HTMLNavigationFormButton-IncludeSave-Over img {
  background-position: -1092px;
  background-color: #76A7D2;
  width: 37px;
}

.HTMLNavigationFormButton-IncludeCancel img {
  background-position: -1572px;
  width: 37px;
}

.HTMLNavigationFormButton-IncludeCancel-Des img {
  background-position: -1652px;
  width: 37px;
}

.HTMLNavigationFormButton-IncludeCancel-Over img {
  background-position: -1572px;
  background-color: #6D7584;
  width: 37px;
}

/*****************************************/
/* HTMLNavigationGridButton: BotÃµes Grade*/
/*****************************************/
.HTMLNavigationGrid>.HTMLNavigationGridButton {
  margin-top: 1px;
}

.HTMLNavigationGrid .HTMLButton button {
  background: transparent;
  border-bottom: solid 2px #fff;
  color: #020202 !important;
}

.HTMLNavigationGrid .HTMLButton button:enabled:hover {
  background: transparent;
  border-bottom: solid 2px #1B82DA;
}

.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;
}

/*****************************************/
/* HTMLPaging: PaginaÃ§Ã£o da Grade        */
/*****************************************/
.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: Componente Texto Longo      */
/*****************************************/
.HTMLMemo textarea {
  font-family: 'SegoeWp', arial, sans-serif;
  font-size: 12px;
  /*background: transparent;*/
  border-radius: 2px;
  outline: none;
  padding-left: 8px;
  padding-right: 8px;
}

.HTMLMemo textarea[readonly=readonly] {
  background: #white;
}

.HTMLMemo textarea:hover {
  border-color: #777777;
}

.HTMLMemo textarea:focus {
  border: 1px solid #76A7D2;
  background: #fff;
}

.HTMLMemo font {
  cursor: default;
  font-family: arial, sans-serif;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.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 #ebebe4;
  border-right: 1px solid #ebebe4;
  border-top: 1px solid #ebebe4;
  border-bottom: 1px solid #ebebe4;
  background: #ebebe4;
}

.HTMLMemo textarea:disabled:hover {
  border: 1px solid #FF0000;
}

/*****************************************/
/* HTMLDualList: Componente Lista Dupla  */
/*****************************************/
.HTMLDualList {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #D3D1D1;
  border-left: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  outline: none;
  background: #ffffff;
}

.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: Componente Lista DinÃ¢mica */
/*****************************************/
.HTMLLookup input:not([type='checkbox']) {
  font-family: 'segoeWp', arial, sans-serif;
  font-size: 12px;
  /*background: transparent;*/
  border: solid 1px #969696;
  border-radius: 1px;
  padding-left: 3px;
  padding-right: 3px;
  outline: none;
  width: 100%;
  height: 100%;
}

.HTMLLookup input:hover {
  border-color: #4d88b3;
}

.HTMLLookup input:focus {
					
  border-color: #4d88b3;
  background-color: #fff;
  outline: none;
						 
						
}

.HTMLLookup-ReadOnly input {
  background: #AAC1D2; /*rgba(77, 136, 179, 0.52);*/
}

.HTMLLookup-ReadOnly input:focus {
  background: #AAC1D2; /*rgba(77, 136, 179, 0.52);*/
}

.HTMLLookup-ReadOnly input:hover {
  background: #AAC1D2; /*rgba(77, 136, 179, 0.52);*/
}

.HTMLLookupDetails {
  box-shadow: 3px 5px 10px #747171;
  border-radius: 8px;
  width: auto!important;
  display: block!important;
}

.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 #999999;
  border-left: 0px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background: #fefefd;
  height: 18px;
  outline: none;
}

.HTMLLookupDetails #lookupQueryNavigation {
  background: #fefefc;
  height: 14px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
 
.HTMLLookupDetails #lookupInput {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 0px solid #D3D1D1;
  border-left: 0px solid #D3D1D1;
  border-top: 0px solid #FFFFFF;
  border-bottom: 1px solid #D3D1D1;
  background: #FEFEFC;
}

.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;
}

.HTMLLookup button {
  width: 17px !important;
  background: transparent !important;
  height: 100%;
  border: 0px;		 
}

.HTMLLookup button img {
  margin-left: 1px;
}

.HTMLLookup .HTMLButton {
  left: calc(100% - 17px) !important;
  height: 100% !important;
  top: 0px !important;
}

.HTMLLookup .HTMLButton button {
  height: 100% !important;
}

/*****************************************/
/* HTMLComboBox: Componente Lista        */
/*****************************************/
.HTMLComboBox select {
  font-family: arial, sans-serif;
  width: 100%;
  height: 100%;
  font-size: 11px;
  border: solid 1px #969696;
  background: #fff;
  border-radius: 2px;
  padding-left: 3px;
  padding-right: 3px;
  outline: none;
					   
							 
}

.HTMLComboBox select:hover {
  border-color: #4d88b3;
}

.HTMLComboBox select:focus {
  border-color: #AAC1D2;
  background: #FFF;
  outline: none;
}

.HTMLComboBox select:disabled:hover {
  background: #AAC1D2; /*#ebebe4;*/
}

.HTMLComboBox select:disabled {
  background: #AAC1D2; /*#ebebe4;*/
}

.HTMLComboBox-ReadOnly select {
  background: #AAC1D2; /*rgba(77, 136, 179, 0.52);*/
}

.HTMLComboBox-ReadOnly select:focus {
  background: #AAC1D2; /*rgba(77, 136, 179, 0.52);*/
}

.HTMLComboBox-ReadOnly select:hover {
  background: #AAC1D2; /*rgba(77, 136, 179, 0.52);*/
}

.HTMLComboBox .HTMLComboBoxPlaceholder {
  position: absolute;
  pointer-events: none;
  color: #757575;
  padding-left: 7px;
  padding-top: 2px;
  width: calc(100% - 17px);
  overflow: hidden;
  font-size: 12px;
}

/*****************************************/
/* HTMLCheckBox: Componente Check        */
/*****************************************/
.HTMLCheckBox #chkLabel {
  position: relative;
  top: 0px;
  left: 20px;
  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 {
  opacity: 0.95;
}

.HTMLCheckBox:hover {
  opacity: 1;
}

.HTMLCheckBox #chkLabel-disabled {
  color: #D3D1D1;
  position: relative;
  top: 0px;
  left: 16px;
  margin-top: 3px;
  cursor: pointer;
}

.HTMLCheckBox input:enabled {
  cursor: pointer;
  display: none;
}

.HTMLCheckBox input:disabled {
  cursor: default;
  display: none;
}

input[type=checkbox]:not(old) {
  position: relative;
  top: 0px;
  line-height: 1.5em;
}

input[type=checkbox]:not(old)+label::before {
  content: '';
  width: 15px;
  height: 14px;
  background-color: #95c8f4;
  position: absolute;
  display: block;
  top: 0px;
  left: -16px;
}

input[type=checkbox]:not(old)+#chkLabel-disabled::before {
  background-color: #bbbbbb !important;
}

input[type=checkbox]:not(old):hover+label::before {
  background-color: #5F5F5F;
}

input[type=checkbox]:not(old):checked+label::before {
  background-color: #0089ff;
  background-image: url(HTMLCheckBox/checked.png);
  background-size: 9.5px;
  background-repeat: no-repeat;
  background-position: 3px 3px;
}

input[type=checkbox]:not(old):checked+#chkLabel-disabled::before {
  background-image: url(HTMLCheckBox/checked.png);
  background-size: 9.5px;
  background-repeat: no-repeat;
  background-position: 2.4px 4.5px;
}


input[type=checkbox]:not(old):checked:hover+label::before {
  background-color: #005096;
}

input[type=checkbox]:not(old):focus+label::before {
  border: 1px solid #2786D7;
  box-sizing: border-box;
}

input[type=checkbox]:not(old)+label::after {
  content: '';
  width: 11px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  display: block;
  top: 2px;
  left: -14px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

input[type=checkbox]:not(old):checked+label::after {
  content: '';
  width: 11px;
  height: 10px;
  border-radius: 9%;
  background-color: #fff;
  position: absolute;
  display: block;
  top: 2px;
  left: -14px;
  opacity: 0;
}

.grid input[type=checkbox] {
  display: none;
}

.grid .HTMLCheckBox #chkLabel {
  padding-left: 8px;
  left: 16px;
  top: 4px;
}

/*****************************************/
/* HTMLImage: Componente Imagem          */
/*****************************************/
.HTMLImage #HTMLImageLock {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  outline: none;
}

.HTMLImage #HTMLImageNoImage {
  background: #FFFFFF;
  display: table;
  height: 100%;
  width: calc(100% - 3px);
  outline: none;
  cursor: pointer;
  border: dashed 2px #C5C5C5;
}

.HTMLImage #HTMLImageNoImageRow {
  display: table-row;
  text-align: center;
  border: dashed 1px #969696;
}

.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;
}

						   
 
.HTMLImageZoom {
  position: absolute;
  z-index: 1000000;
  background: #FFF;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.75);
}

/*****************************************/
/* HTMLDetailPanel: Componente Sub-Form  */
/*****************************************/
.HTMLDetailPanel {
  border: 1px solid #BFB8BF;
  box-sizing: border-box;
}

/*****************************************/
/* HTMLInteraction: Mensagem de InteraÃ§Ã£o*/
/*****************************************/
div[id*="HTMLInteraction"] {
  display: block;
  background: #fff;
  width: 400px;
  position: absolute;
  top: 0px;
  left: 0px;
  outline: none;
  border-radius: 10px;
  box-shadow: 1px 1px 10px #000;
}

div[id*="HTMLInteraction"] #intTitle {
  background: #ffffff;
  height: 26px;
  width: 100%;
  outline: none;
  border-bottom: 1px solid #137BD4;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

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-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  padding-left: 10px;
}

div[id*="HTMLInteraction"] #intTitleClose {
  cursor: pointer;				 
  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;
}

div[id*="HTMLInteraction"] #intIconCell {
  display: table-cell;
  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-family: Verdana, Arial, Helvetica, san-serif;
  font-size: 10px;
  color: #333333;
}

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-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
  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 #76A7D2;
}

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 #76A7D2;
}

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 #76A7D2;
}

div[id*="HTMLInteraction"] #intBase {
  left: 0%;
  bottom: 0%;
  height: 32px;
  width: 100%;
  position: absolute;
  border-top: 1px solid #76A7D2;
}

div[id*="HTMLInteraction"] #intBaseText {
  cursor:pointer;
  padding: 5px;
}
div[id*="HTMLInteraction"] #intBaseText::before {
  content: "Enviar Email para o NAC";
}
div[id*="HTMLInteraction"] #intBaseText:hover {
  color: #30A0FF;
}

div[id*="HTMLInteraction"] #intBtnCancel button {
  position: absolute;
  bottom: 3%;
  height: 26px;
  min-width: 60px;
  border: none;
  border-radius: 1px;
  cursor: pointer;
  color: #FFFFFF;
  background: #76A7D2;
  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: #747474;
}

div[id*="HTMLInteraction"] #intBtnDetails button {
  color: #FFFFFF;
  border: none;
  background: #76A7D2;
  padding: 0;
  vertical-align: middle;
  outline: none;
  bottom: 3%;
  cursor: pointer;
  position: absolute;
  height: 26px;
  min-width: 60px;
  left: 7px;
}

div[id*="HTMLInteraction"] #intBtnDetails button:hover {
  background: #30A0FF;
  -moz-border-radius: 8px;
  cursor: pointer;
  color: #FFFFFF;
}

div[id*="HTMLInteraction"] #intBtnOk button {
  position: absolute;
  bottom: 3%;
  right: 0%;
  height: 26px;
  min-width: 60px;
  border: none;
  border-radius: 1px;
  cursor: pointer;
  color: #FFFFFF;
  background: #76A7D2;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  right: 7px;
  outline: none;
}

div[id*="HTMLInteraction"] #intBtnOk button:hover {
  background: #30A0FF;
  -moz-border-radius: 8px;
  cursor: pointer;
  color: #747474;
}

div[id*="HTMLInteraction"] #intBtnCancel img,
#intBtnDetails img,
#intBtnOk img {
  vertical-align: middle;
}

div[id*="HTMLInteraction"] #intBtnCancel a,
#intBtnDetails a,
#intBtnOk a {
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

div[id*="HTMLInteractionBack"] {
  background: #FFFFFF;
  filter: alpha(opacity=30);
  opacity: 0.3;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
}

/*****************************************/
/* HTMLProgressBar: Barra de Progresso   */
/*****************************************/
div[id*="HTMLProgressBar"] {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

div[id*="HTMLProgressBarBack"] {
  background: #FFFFFF;
  filter: alpha(opacity=30);
  opacity: 0.3;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
}

/*****************************************/
/* HTMLTreeview: Componente Arvore        */
/*****************************************/
.HTMLTreeviewSelectedItem {
  background: rgba(77, 136, 179, 0.52);
}

.HTMLTreeview {
  color: #BFB8BF;
}

.HTMLTreeview>span {
  color: #747474;
}

/*****************************************/
/* HTMLAlert: Indicadores do Modo do Form*/
/*****************************************/
.HTMLAlert {
  width: 107px;
  height: 29px;
  top: 9px;
  right: 0px;
  text-align: center;
  color: #747474;
  position: absolute;
  z-index:9999999;
  -webkit-filter: brightness(1%) contrast(1%); 
  filter: brightness(1000%) contrast(100%); 
}
.HTMLAlert:hover {
  -webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.5s ease-in-out;
	transition:  0.5s ease-in-out;   
	right: -15px;
}

.HTMLAlert img {
  top: 0px;
  position: relative;
  display: inline;
}

.HTMLAlert span {
  top: 0px;
  position: relative;
  display: inline;
}

/**********************************************/
/* HTMLPage: Componente usado na aba localizar*/
/**********************************************/
.HTMLPage {
  border: 0;
  width: 100%;
  top: 0px;
  left: 0px;
  display: block;
  position: absolute;
}

/***********************************************/
/* WFRQueryForm: Aba Localizar: Basico/Avanasado*/
/***********************************************/
.WFRQueryForm {
  position: absolute;
  top: 0px;
  left: 3px;
  right: 5px;
  width: 100%;
  height: 100%;
  background: #e6e6e6;
  font-family: calibri;
  font-size: 12px;
  overflow: hidden;
  overflow-y: auto;
}

.WFRQueryForm #HeaderSearchParams {
  width: 100%;
  background-repeat: repeat-x;
  float: left;
}

.WFRQueryForm #BodySearchFilterTitle {
  width: 115px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.WFRQueryForm #HeaderSearchParamsTitle {
  height: 0px !important;	
  text-align: center;
  font-family: calibri;
  font-size: 12px;
  background: #e6e6e6;
  font-weight: bold				   
}

.WFRQueryForm #BodySearch {
  float: left;
  width: 98%;
  background: #e6e6e6;
}

.WFRQueryForm #HeaderResults {
  width: 100%;
  background-repeat: repeat-x;
  float: left;
}

.WFRQueryForm #HeaderResultsTitle {
  text-align: center;
  background: #e6e6e6;
  font-weight: bold;
  font-size: 14px;		 
}

.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;
  outline: none;
}

.WFRQueryForm #BodySearchFilterCombo {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border-right: 1px solid #D3D1D1;
  border-left: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
}

.WFRQueryForm #BodySearchOptions {
  float: right;
}

#WFRQueryResults {
  width: 100%;
}

/*Consulta AvanÃ§ada*/
.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 {
  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 #D3D1D1;
  border-left: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
}

/********************************************************************/
/* WFRReportMessageWait: Mensagem de espera da geraÃ§Ã£o de RelatÃ³rios*/
/********************************************************************/
#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: PaginaÃ§Ã£o da Aba Localizar*/
/********************************************/
#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 #ff0000;
  color: #747474;
  outline: none;
}

#WFRNavigation button:disabled {
  cursor: default;
  background: #fefefc;
  color: #DFDFDF;
  border: 1px solid #DFDFDF;
  outline: none;
}

/*****************************************/
/* HTMLMenu: Componente Menu             */
/*****************************************/
/* Definindo o espaÃ§amento da estrutura de lista (OPCIONAL, mas influencia no posicionamento dos elementos) */
.HTMLMenuContainer ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Limitando a largura do menu Vertical */
.HTMLMenuVertical {
  display: inline-block;
  font-family: Arial, Sans-Serif;
  font-size: 8pt;
  /*background: rgba(10, 13, 16, 0.85);*/
}

/* Horizontal: Definindo o estilo da lista, a borda cinza e a orientaÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½o de flutuaÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½o (OPCIONAL, mas influencia no posicionamento dos elementos) */
.HTMLMenuHorizontal .HTMLMenu {
  list-style: none;
  float: left;
  /* Itens opcionais/customizÃ¡veis:*/
  font-family: Arial, Sans-Serif;
  font-size: 8pt;
  /*background: rgba(10, 13, 16, 0.85);*/
  width: 100%;
  border-bottom: solid 2px silver;
}

.HTMLRemainingLevels>.HTMLItem li {
  /*background-color: rgba(255, 255, 255, 0.05) !important;*/
}

.HTMLRemainingLevels .HTMLMenu>li {
  background-color: red;
}

/* Vertical: Definindo o estilo da lista, a borda cinza e a orientaÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½o de flutuaÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½o (OPCIONAL, mas influencia no posicionamento dos elementos) */
.HTMLMenuVertical .HTMLMenu {
  list-style: none;
  /* Itens opcionais/customizÃ¡veis: */
  font-family: segoeWp, Arial, Sans-Serif;
  font-size: 10pt;
}

.HTMLMenuVertical .HTMLMenu li a {
  color: #fff;
  padding-left: 5px;
}

/* Horizontal: Definindo a borda interna e a posiÃ§Ã£o superior do menu de level 1 */
.HTMLMenuHorizontal .HTMLMenu li {
  position: relative;
  float: left;
  display: block;
  min-width: 90px;
}

/* Vertical: Definindo a orientacao do menu vertical */
.HTMLMenuVertical .HTMLMenu li {
  position: relative;
  display: block;
  /*min-width: 100%;*/
}

/* Borda inferior interna do menu Vertical */
.HTMLMenuVertical .HTMLMenu li:not(:last-child) {
  border-bottom: none;
}

/* Borda lateral interna do menu Horizontal */
.HTMLMenuHorizontal .HTMLMenu li:not(:last-child) {
  border-right: 1px solid rgb(31, 71, 113);
}

/* Personalizando os links com o espaÃ§amento top e right */
.HTMLMenu li a {
  display: block;
  text-decoration: none;
  /* Itens opcionais/customizÃ¡veis: */
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* Definindo o efeito do mouse over dos links (OPCIONAL) */
.HTMLMenu>li:not(.HTMLMenuFirstLevelDisabled)>a:hover,
.HTMLRemainingLevels>a:hover {
  background-color: rgba(77, 136, 179, 0.4);
								   
						   
							
						
}

/*****************************************/
/* HTMLMenu: Item Horizontal             */
/*****************************************/
/* Conserto da dupla borda entre os elementos (menu vertical) */
.HTMLMenuVertical .HTMLMenu>li>.HTMLItem li:not(:first-child) {
  border-top: 0px;
}

/* Definindo o item horizontal */
.HTMLItem {
  left: 100%;
								   
  top: 0px;
  min-width: 200px;
  overflow: hidden;
  max-height: 0;
  display: block !important;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: max-height 0.3s ease-in-out, transform 0.2s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out, transform 0.2s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out, transform 0.2s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out, transform 0.2s ease-in-out;
  transition: max-height 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.item-show {
  max-height: 4000px;
  transition: max-height 2s;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

/* ConfiguraÃ§Ã£o do item horizontal */
.HTMLItem li {
  display: block;
  white-space: nowrap;
}

/*****************************************/
/* HTMLMenu: Item Vertical               */
/*****************************************/
/* Definindo o estilo do item vertical */
.HTMLMenuHorizontal .HTMLMenu>li>.HTMLItem {
  position: absolute;
  left: 0px;
  display: none;
  /* Itens opcionais/customizÃ¡veis: */
  top: 43px;
}

/* ExibiÃ§Ã£o de item vertical */
.HTMLMenuHorizontal .HTMLMenu>li:not(.HTMLMenuFirstLevelDisabled):hover>.HTMLItem {
  display: block;
}

/* ConfiguraÃ§Ã£o do item vertical */
.HTMLMenuHorizontal .HTMLMenu>li>.HTMLItem li {
  display: block;
  width: 100%;
  white-space: nowrap;
  background-color: rgba(31, 71, 113, 0.85);
}

.HTMLMenuVertical .HTMLMenu>li>.HTMLItem li {
  border: 1px solid rgba(255, 255, 255, 0);
  padding-left: 5px;
}

/* Conserto da dupla borda entre os elementos */
.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: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0px solid #DB000B;
  margin-left: -10px;
}

.HTMLMenuHorizontal .HTMLFirstLevel>a {
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 11px;
}

.HTMLMenuVertical .HTMLFirstLevel>a {
  text-align: left;
  line-height: 17px;
}

.HTMLRemainingLevels {
  background: rgba(255, 255, 255, 0.05);
}

.HTMLRemainingLevels>a {
  min-height: 17px;
  color: #FFFFFF;
  text-align: left;
  font-family: segoeWp, Arial, Sans-Serif;
  border-left: solid 3px rgba(103, 157, 214, 0.68);												   
}

.HTMLRemainingLevels span {
  white-space: initial;
}

/* CSS para links desabilitados */
.HTMLMenuFirstLevelDisabled {
  background-color: #C0C0C0;
}

/* Desabilitando evento e ponteiro (AtenÃ§Ã£o o Focus via TABULAÃ‡ÃƒO ainda se mantÃ©m) */
.HTMLMenuHorizontal .HTMLMenuFirstLevelDisabled a {
  cursor: default;
  pointer-events: none;
  text-align: center;
  line-height: 17px;
}

.HTMLMenuVertical .HTMLMenuFirstLevelDisabled a {
  cursor: default;
  pointer-events: none;
  line-height: 17px;
}

/* CSS para links desabilitados */
.HTMLMenuRemainingLevelsDisabled {
  background-color: #C0C0C0;
}

/* Desabilitando evento e ponteiro (AtenÃ§Ã£o o Focus via TABULAÃ‡ÃƒO ainda se mantÃ©m) */
.HTMLMenuRemainingLevelsDisabled a {
  cursor: default;
  pointer-events: none;
}

.HTMLHorizontalArrowRight>a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 5px;
  width: 30px;
  height: 30px;
  background-image: url("arrow_item_menu.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.HTMLVerticalFirstLevelArrow>a::after,
.HTMLVerticalRemainingLevelsArrow>a::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 5px;
  width: 30px;
  height: 30px;
  background-image: url("arrow_item_menu.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.LevelArrowDown>a {
  background-color: #679DD6;
}

.LevelArrowDown>a:hover {
  background-color: #72A8E0 !important;
}

.LevelArrowDown>a::after {
  content: '';
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*******************************************/
/*            PESQUISA DO MENU             */
/*******************************************/
.DocumentSearchItens {
  top: 0;
  left: 0;
  width: 233px;
  position: relative;
  min-height: 40px;
  background-color: rgba(255, 255, 255);
}

.DocumentSearchItens>input {
  position: relative;
  top: 0;
  width: 100%;
  min-height: 40px;
  background: transparent;
  border: none;
  /*color: #333333;*/
  line-height: 16px;
  text-align: left;
  text-indent: 15px;
  font-size: 13px;
  font-family: 'segoeWp', Arial, Sans-Serif;
  background-color: #fff;
  outline: none;
}


.resultSearchList {
  width: 100%;
  color: #FFFFFF;  
}

.resultSearchList #result-item-selected {
  background: url("arrow_item_menu.png") no-repeat center right 0px rgba(31, 71, 113, 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;
}

.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: rgb(31, 71, 113);
  cursor: default;
  background-color: #ecf0f1;
  font-size: 10px;
  font-family: arial;
  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;
}

@media screen and (max-width: 479px) {
  .DocumentSearchItens {
    width: 100% !important;
    height: 50px !important;
  }



  .DocumentSearchItens>ul>li>a {
    font-size: 16px;
    line-height: 25px;
    text-indent: 5px;
  }

  .DocumentSearchItens .close-result {
    height: 50px;
    width: 55px;
  }

  .DocumentSearchItens>ul {
    font-size: 15pt;
    line-height: 50px;
    text-indent: 15px;
  }

  /* Start Customer */
  .WFRQueryForm {
    font-family: 'segoeWp', arial, sans-serif;
  }

  .label-alert {
    position: relative !important;
    display: block !important;
    left: 2% !important;
    width: 98% !important;
  }

  .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;
  }

  .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;
  }

  .HTMLNavigationFormButton-Help,
  .HTMLNavigationFormButton-Help-Over,
  .HTMLNavigationFormButton-Help-Des,
  .HTMLNavigationFormButton-Exit {
    /*position: relative !important;*/
    margin-top: 32px;
  }

  div#container-box {
    top: 0 !important;
    margin-top: 65px !important;
  }

  div .HTMLContainer-Box {
    position: relative !important;
    width: 100% !important;
    margin-bottom: 30px;
    left: 0 !important;
    flex-direction: row;
    justify-content: center;
    display: grid !important;
  }

  div .HTMLContainer-Box .HTMLImage {
    width: 100px !important;
    height: 100px !important;
    display: block !important;
    padding-bottom: 0 !important;
  }



  /*  SuavizaÃ§Ã£o Scroll */
  iframe {
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
  }

  /*Consulta AvanÃ§ada*/
  .WFRQueryForm #HeaderOptions {
    margin-left: 4px;
    border: 0;
    float: none;
    width: 100%;
    display: flex;
    margin: 10px 0;
  }

  .WFRQueryForm #HeaderBasicQueryButton {
    text-align: center;
  }

  div#divQuery {
    height: auto !important;
  }

  #divQuery>div {
    min-width: 100% !important;
  }

  #divQuerySelect {
    float: none !important;
    width: 95%;
  }

  #divQuerySelect select {
    height: 37px;
    width: 100%;
    margin-bottom: 10px;
  }

  #divQueryInput input {
    width: 95% !important;
    height: 37px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    float: right;
  }

  /*********************************/
  /*        AJUSTAR SCROLL         */
  /*********************************/
  .StatusBar+.FormIframe>iframe {
    height: calc(100% - 28px) !important;
  }

 
  .HTMLTabContainer[style*="top: 42px"] {
    height: calc(100% - 65px) !important;
  }

  .HTMLTabContainer[style*="top: 42px"] .HTMLTabArea {
    height: calc(100% - 20px) !important;
  }

}

/********************************************/
/* Slider: Componente Slider                */
/********************************************/
.SliderBar {
  background: #C0C0C0;
  border-radius: 4px;
  margin-top: 2px;
}

.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: #A7B5C1;
  border-radius: 2px;
  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: #508ABB;
  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;
}

/***************************************************/
/* HTMLImageGallery: Componente Galeria de Imagens */
/***************************************************/
.HTMLImageGalleryMain {
  border-left: 1px solid #D3D1D1;
  border-right: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.HTMLImageGalleryMain:hover {
  border-left: 1px solid #FF0000;
  border-right: 1px solid #FF0000;
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
}

.HTMLImageGalleryThumbnail {
  border-left: 1px solid #D3D1D1;
  border-right: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  opacity: 0.5;
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}

.HTMLImageGalleryThumbnail:hover {
  border-left: 1px solid #FF0000;
  border-right: 1px solid #FF0000;
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  opacity: 1;
}

.HTMLImageGalleryThumbnail img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.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: 10010;
  background: #000000;
  opacity: 0.5;
  position: absolute;
}

.HTMLImageGalleryExpandedImage {
  z-index: 10011;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 5px 35px #000000;
}

/***************************************************/
/* HTMLCalendar: Componente CALENDÃRIO *************/
/***************************************************/
.HTMLCalendarMain {
  min-width: 250px;
  min-height: 180px;
  background-color: #ecf0f1;
  color: #ffffff;
  -webkit-box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.HTMLCalendarHeader {
  position: relative;
  width: 100%;
  height: 16%;
  text-align: center;
  min-width: 250px;
  max-height: 38px;
  min-height: 30px;
  background-color: rgb(56, 124, 187);
}

.HTMLCalendarPreviousYear {
  position: relative;
  display: inline-block;
  background: url('HTMLCalendar/calendar_previous_year.png');
  height: 28px;
  width: 28px;
  margin-top: 1%;
  margin-right: 4px;
  background-size: 75%;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.HTMLCalendarSpan {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  font-family: verdana;
  top: 10px;
}

.HTMLCalendarPreviousYear:hover {
  background: url('HTMLCalendar/calendar_previous_year_over.png');
  background-repeat: no-repeat;
  background-size: 75%;
  opacity: 1.0;
}

.HTMLCalendarPrevious {
  position: relative;
  display: inline-block;
  background: url('HTMLCalendar/calendar_previous.png');
  height: 28px;
  width: 15%;
  max-width: 30px;
  min-width: 30px;
  margin-top: 1%;
  margin-right: 4px;
  background-size: 75%;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.HTMLCalendarPrevious:hover {
  background: url('HTMLCalendar/calendar_previous_over.png');
  background-repeat: no-repeat;
  background-size: 75%;
  opacity: 1.0;
}

@font-face {
  src: url(HTMLCalendar/4365_cent_g.ttf);
}

.HTMLCalendarInformation {
  font-family: 'segoeWp', arial, sans-serif;
  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.png');
  height: 28px;
  width: 15%;
  max-width: 30px;
  min-width: 30px;
  margin-top: 1%;
  margin-right: 4px;
  background-size: 75%;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.HTMLCalendarNext:hover {
  background: url('HTMLCalendar/calendar_next_over.png');
  background-repeat: no-repeat;
  background-size: 75%;
  opacity: 1.0;
}

.HTMLCalendarNextYear {
  position: relative;
  display: inline-block;
  background: url('HTMLCalendar/calendar_next_year.png');
  height: 28px;
  width: 15%;
  max-width: 30px;
  min-width: 10px;
  margin-top: 1%;
  margin-right: -5px;
  background-size: 75%;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.HTMLCalendarNextYear:hover {
  background: url('HTMLCalendar/calendar_next_year_over.png');
  background-repeat: no-repeat;
  background-size: 75%;
  opacity: 1.0;
}

.HTMLCalendarDaysOfTheWeek {
  position: relative;
  width: 100%;
  height: 11.4%;
  text-align: center;
  background: #4C5769;
}

.HTMLCalendarCellDayOfTheWeek {
  position: relative;
  width: 13%;
  height: 100%;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  color: #ffffff;
  top: 10%;
  font-family: 'segoeWp', arial, sans-serif;
  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%;
  color: rgb(76, 87, 105);
  margin-right: 0.4%;
  font-family: verdana;
  font-size: larger;
  cursor: pointer;
}

.HTMLCalendarCellDayOfTheMonth:hover {
  background: #D7D7D7;
}

.HTMLCalendarOfToday {
  position: relative;
  width: 13%;
  height: 79% !important;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  font-family: verdana;
  font-size: larger;
  cursor: pointer;
  font-weight: bold;
  background: rgb(165, 172, 183);
}

.HTMLCalendarCellHoliday {
  position: relative;
  width: 13%;
  height: 100%;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  font-family: 'segoeWp', arial, sans-serif;
  color: rgb(168, 174, 185);
  font-size: larger;
  cursor: pointer;
}

.HTMLCalendarCellHoliday:hover {
  background: #387CBB;
  color: #fff;
}

.HTMLCalendarCellActivity {
  position: relative;
  width: 13%;
  height: 100%;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  font-family: verdana;
  color: green;
  font-size: larger;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}

.HTMLCalendarCellActivity:hover {
  background: #FFFAFA;
}

.navController {
  position: relative;
  z-index: 99999999999999999999999;
  width: 26px;
  top: 90px;
  overflow: hidden;
  background: #87CEFA;
  opacity: 0.3;
  float: right;
  height: 560px;
  transition: all 0.5s;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

/*****************************/
/* HTMLChat: Componente Chat */
/*****************************/
.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: Reprodutor de MultimÃ­dia          */
/*************************************************/
.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;
}

/*************************************************/
/*                 RSS: Leitor RSS               */
/************************************************/
.HTMLRSSBody {
  position: absolute;
  background: #FFF;
  border: #E6E6E6 1px solid;
  border-radius: 3px;
  min-height: 100px;
  z-index: 100000;
  padding: 4px;
}

.HTMLRSSSlider {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.HTMLRSSTitle {
  color: #000;
  position: relative;
  font-weight: bold;
  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 #E6E6E6 solid;
}

.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;
  width: 100%;
  height: auto;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #000;
}

.HTMLRSSItemTitle span {
  display: table;
  margin-top: auto;
}

.HTMLRSSDescription {
  position: relative;
  width: 100%;
  height: auto;
  color: gray;
  font-size: 16px;
  float: left;
}

.HTMLRSSDescription>* {
  float: left;
  vertical-align: 30%
}

.HTMLRSSDescription img {
  border-radius: 3px;
  margin-right: 10px;
  max-width: 75px;
}

.HTMLRSSDescription br {
  display: none;
}

.HTMLRSSSeparator {
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #E6E6E6;
  float: left;
}

/***************************************************/
/* Tabela: Novo Componente Tabela (Feito em Maker) */
/***************************************************/
.HTMLTable {
  border: 1px solid rgb(171, 171, 171);
  background-color: #e6e6e6;
}

.HTMLTableAllModes {
  z-index: 100000;
}

.HTMLTableDragDrop {
  border-bottom: 1px solid rgb(171, 171, 171);
  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 {
  border-color: #77c5df;
}

.HTMLTableHeaderRow,
.HTMLTableEdge {
  height: 22px;
  white-space: nowrap;
  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 #c9b6b6;
  width: calc(100% + 0px);
  padding: 0px 0px 0px 0px !important;
  z-index: 1;
  height: 22px;
}

.HTMLTableEdge {
  width: 13px;
}

.HTMLTableHeaderCell,
.HTMLTableEdge {
  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: #E3E3E3;
  color: #3173AF;
}

.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: #62CDF1;
}

.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: #ffffff;
}

.HTMLTableBodyRow>div {
  background-color: #F7F7F7;
}

.HTMLTableBodyRowOdd>div {
  background-color: #ffffff;
}

.HTMLTableBodyRow:hover div {
  background-color: #E4E4E4 !important;
}

.HTMLTableBodyRow:hover {
  background-color: #E4E4E4 !important;
}

.HTMLTableBodyRowSelected {
  background-color: #FFFFB4 !important;
}

.HTMLTableBodyRowSelected>div {
  background-color: #FFFFB4 !important;
}

.HTMLTableBodyCell {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 1px;
  cursor: default;
  height: 100%;
  border-right: 1px solid #ABABAB;
}

.HTMLTableBodyCell span {
  padding-right: 2px;
}

.HTMLTableBodyCell img {
  cursor: pointer;
			 
				
}

.HTMLTableContainerPagination {
  background: #FFFFFF;
  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: 1;
}

.HTMLTablePrevious:not(.HTMLTablePreviousDisabled):hover,
.HTMLTableNext:not(.HTMLTableNextDisabled):hover,
.HTMLTableFirst:not(.HTMLTableFirstDisabled):hover,
.HTMLTableLast:not(.HTMLTableLastDisabled):hover {
  opacity: 0.6;
}

.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;
					
}

.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 #ABABAB !important;
  background: #DADADA;
}

.HTMLTableRowGroupsChilds {
  border-bottom: 1px solid #ABABAB !important;
  background: #f2f2f2;
}

.HTMLTableDragDrop {
  height: 21px !important;
  border-bottom: 1px solid #ABABAB !important;
  ;
}

.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;
}

.HTMLTableRowGroups {
  border-bottom: 1px solid #BFBFBF !important;
  background: #DEDEDE;
}

.HTMLTableRowGroupsChilds {
  border-bottom: 1px solid #CACACA !important;
  background: #ECECEC;
}

.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 !important;
}

.HTMLTableSumaryGeneral {
  background: #BFBFBF;
}

.HTMLTableIntermediary {
  overflow-y: hidden !important;
  height: 100%;
}

.HTMLTableBodyCell .HTMLLookup-ReadOnly input {
  background: transparent;
  border: 0px solid;
  box-shadow: 0px 0px 0px #000;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
  padding-AAC1D2: 2px;
  color: #4d88b3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

						  
					 
								   
 

										  
		  
				 
					 
			  
			   
				 
 

																	   
																	   
			 
 

																	   
				   
 

																	  
					
 

																							  
								 
 

/*************************************************/
/* HTMLScrollBar: Barra de Rolagem               */
/*************************************************/
.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);
  box-shadow: 0px 0px 6px #FFF;
}

.HTMLScrollThumbX {
  height: 14px;
  min-width: 20px;
  display: none !important;
}

.HTMLScrollBarX {
  display: none;
}

.HTMLScrollThumbY {
  width: 14px;
  min-height: 20px;
}

/*************************************************/
/*                COMPONENTE ABA                 */
/************************************************/
.HTMLTabComponent,
.HTMLTabComponentClose,
.HTMLTabComponentUndock {
  background-color: #70899E;
  height: 21px;
  max-width: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF;
}

.HTMLTabComponent {
  border-top-left-radius: 0px;
  text-align: left;
  text-indent: 6px;
}

.HTMLTabComponentClose {
  border-top-right-radius: 0px;
  vertical-align: middle;
  font-size: 12px;
  text-align: right;
  padding-right: 10px;
}

.fecharAba>span {
  color: #fff !important;
}

.fecharAbaDesabilitada>span {
  color: #FFFFFF !important;
}

.separarAba img {
  width: 14px;
  height: auto;
  top: 7px;
  position: absolute;
}

.HTMLTabComponentSelected {
  border-top: 0px solid #FF0000;
  border-left: 1px solid #91A7B4;
}

.HTMLTabComponentCloseSelected {
  border-top-right-radius: 0px;
  vertical-align: middle;
  font-size: 12px;
  text-align: right;
  padding-right: 10px;
  border-right: 1px solid #FFF;
}

.HTMLTabComponent {
  border-top: 0px solid #91A7B4;
  border-left: 1px solid #91A7B4;
}

.HTMLTabComponentClose {
  border-top: 0px solid #91A7B4;
  border-right: 1px solid #fff;
}

.HTMLTabComponentUndock {
  border-top: 0px solid #91A7B4;
}

.HTMLTabComponentUndockSelected {
  border-top: 0px solid #91A7B4;
}

.HTMLTabComponentSelected,
.HTMLTabComponentCloseSelected,
.HTMLTabComponentUndockSelected {
  background-color: #307CBB;
  max-width: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF;
}

.HTMLTabComponent>a {
  color: #fff !important;
  font-size: 12px;
  line-height: 12px;
}

.HTMLTabComponentSelected>a {
  color: #fff !important;
  font-size: 12px;
  line-height: 12px;
}

.HTMLTabComponentSelected {
  border-top-left-radius: 0px;
  text-align: left;
  text-indent: 6px;
}

.HTMLTabComponentCloseSelected {
  border-top-right-radius: 0px;
  vertical-align: middle !important;
  font-size: 12px;
  text-align: right;
  padding-right: 10px;
  border-right: 1px solid #FFF;
}

.HTMLTabComponentRow {
  width: 100%;
  cursor: pointer;
  height: 23px;
}

.HTMLTabComponentGroupBox {
  top: 50px !important;
}

#Aba>div:nth-child(2) {
  top: 30px !important;
}

/********************************************/
/* WFRReport: Janela de Filtros do RelatÃ³rio*/
/********************************************/
#WFRReport iframe {
  height: 386px;
}

/* Style da cor de fundo da janela de filtro do RelatÃ³rio*/
#WFRReportHeaderActions,
#WFRReportHeaderOptions {
  float: left;
  width: 100%;
  background: #FFF;
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(50%, #F3F3F3), color-stop(51%, #EDEDED), color-stop(100%, #FFF));
  background: -webkit-linear-gradient(top, #FFF 0%, #F3F3F3 50%, #EDEDED 51%, #FFF 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: linear-gradient(to bottom, #FFF 0%, #F3F3F3 50%, #EDEDED 51%, #FFF 100%);
  padding-bottom: 4px;
}

#WFRReportHeaderActions div,
#WFRReportHeaderActions span {
  cursor: pointer;
  padding: 4px;
}

/* Style da cor de fundo da borda da janela de filtro do RelatÃ³rio*/
#WFRReportHeaderOptions {
  border-bottom: 1px solid #F5F5F5;
}

#WFRReportHeaderActionsPreview,
#WFRReportHeaderActionsDesign,
#WFRReportHeaderActionsOrder,
#WFRReportHeaderActionsReload,
#WFRReportHeaderOptionsPlugin,
#WFRReportHeaderOptionsReportGenerator,
#WFRReportHeaderOptionsReportFormat {
  float: left;
}

#WFRReportHeaderActions img,
#WFRReportHeaderOptionsPlugin img {
  vertical-align: middle;
}

#WFRReportHeaderOptionsPlugin {
  padding-top: 2px;
  padding-left: 6px;
}

/* Style referente a fonte para o texto de download do plugin do adobe*/
#WFRReportHeaderOptionsPlugin span {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #747474;
}

/* Style referente as fontes dos textos da janela de filtro do RelatÃ³rio*/
.WFRUserSelectReport {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #747474;
}

#WFRReportHeaderOptionsReport {
  float: right;
}

#WFRReportHeaderOptionsReport span {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  cursor: default;
}

/* Style referente a linha que envolve as OpÃ§Ãµes de gerador e formato*/
#WFRReportHeaderOptionsReportGenerator {
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  padding-left: 6px;
  padding-top: 2px;
  border-top-left-radius: 8px;
  padding-left: 6px;
  width: 130px;
}

/* Style referente a linha que envolve as OpÃ§Ãµes de gerador e formato*/
#WFRReportHeaderOptionsReportFormat {
  border-top: 1px solid #ffffff;
}

#WFRReportHeaderOptionsReportGenerator div {
  float: left;
}

/***************************************************/
/* WFRReportOrder: Janela de OrdenaÃ§Ã£o do RelatÃ³rio*/
/***************************************************/
/* Style da cor de fundo da janela de OrdenaÃ§Ã£o do RelatÃ³rio */
#WFRReportBackgroundOrder {
  float: left;
  width: 100%;
  background: #FFF;
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(50%, #F3F3F3), color-stop(51%, #EDEDED), color-stop(100%, #FFF));
  background: -webkit-linear-gradient(top, #FFF 0%, #F3F3F3 50%, #EDEDED 51%, #FFF 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: linear-gradient(to bottom, #FFF 0%, #F3F3F3 50%, #EDEDED 51%, #FFF 100%);
}

/* Style dos textos da janela de OrdenaÃ§Ã£o do RelatÃ³rio */
.WFRUserSelectReportOrder {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #747474;
}

/*Estilo dos BotÃµes*/
.WFRReportButtonOrderOk,
.WFRReportButtonOrderClose {
  width: 70px;
  height: 20px;
  border: 1px solid #A6A7B0;
  border-radius: 8px;
  cursor: pointer;
  color: #747474;
  background: #FEFEFC;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  outline: none;
}

.WFRReportButtonOrderOk:hover,
.WFRReportButtonOrderClose:hover {
  background: #FFF;
  border: 1px solid #F00;
  color: #747474;
}

/********************************************/
/* AccessManager: Janela Modo Gerente*/
/********************************************/
#AccessManagerBackground {
  background: #FFF;
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(50%, #F3F3F3), color-stop(51%, #EDEDED), color-stop(100%, #FFF));
  background: -webkit-linear-gradient(top, #FFF 0%, #F3F3F3 50%, #EDEDED 51%, #FFF 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: linear-gradient(to bottom, #FFF 0%, #F3F3F3 50%, #EDEDED 51%, #FFF 100%);
}

#AccessManagerBackgroungTitleBar {
  background: #727272;
}

#AccessManagerFontTitleAccessPermissions {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #727272;
  font-weight: bold;
}

#AccessManagerFontTitleOptionBar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
}

#AccessManagerFontText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #727272;
}

#AccessManagerFontMenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ccc;
  font-weight: bold;
}

#AccessManagerFontUpdateGroups {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #89948C;
  font-weight: bold;
}

#AccessManagerAccessPermissionsBackground {
  background: #ffffff;
}

/********************************************/
/*              ORGANOGRAMA               */
/********************************************/
/*CLASSES API*/
.google-visualization-orgchart-lineleft {
  border-left: 1px solid #387cbb;
}

.google-visualization-orgchart-linebottom {
  border-bottom: 1px solid #387cbb;
}

.google-visualization-orgchart-lineright {
  border-right: 1px solid #387cbb;
}

.GoogleChartOrg {
  text-align: center;
  vertical-align: middle;
  font-family: arial, helvetica;
  cursor: pointer;
  background: #F8F8F8;
  border: 2px solid #C5C5C5;
  color: #222225;
  min-width: 40px;
}

.GoogleChartOrg:hover {
  border-color: #B3B3B3;
}

.GoogleChartOrgSelected {
  border: 2px solid #3990E0;
  background: #3990E0;
  color: #fff;
  min-width: 40px;
  overflow: hidden;
  position: relative;
}

.GoogleChartOrgSelected:before {
  content: '';
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  opacity: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-animation: selectedorgan 0.3s ease-in-out;
  -moz-animation: selectedorgan 0.3s ease-in-out;
  -ms-animation: selectedorgan 0.3s ease-in-out;
  -o-animation: selectedorgan 0.3s ease-in-out;
  animation: selectedorgan 0.3s ease-in-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.GoogleChartOrgSelected:hover {
  background: #3990E0;
  border-color: #3990E0;
}

/* -- AnimaÃ§Ã£o dos itens selecionados -- */
@-webkit-keyframes selectedorgan {
  0% {
    height: 0;
    opacity: 1;
  }

  100% {
    height: 100%;
    opacity: 0;
  }
}

@-moz-keyframes selectedorgan {
  0% {
    height: 0;
    opacity: 1;
  }

  100% {
    height: 100%;
    opacity: 0;
  }
}

@-o-keyframes selectedorgan {
  0% {
    height: 0;
    opacity: 1;
  }

  100% {
    height: 100%;
    opacity: 0;
  }
}

@keyframes selectedorgan {
  0% {
    height: 0;
    opacity: 1;
  }

  100% {
    height: 100%;
    opacity: 0;
  }
}

/********************************************/
/*                MENU: Atalhos             */
/********************************************/
.HTMLMenuShortCut {
  height: 110px;
  width: 110px;
  list-style: outside;
  float: left;
  margin: 0 8px 8px 0;
  cursor: pointer;
  display: inline;
					   
  white-space: nowrap;
  padding: 0px;
  background-color: rgba(56, 69, 82, 0.6);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: floatIcon 0.5s ease-in-out;
  -moz-animation: floatIcon 0.5s ease-in-out;
  -ms-animation: floatIcon 0.5s ease-in-out;
  -o-animation: floatIcon 0.5s ease-in-out;
  animation: floatIcon 0.5s ease-in-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.HTMLMenuShortCut:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1.5px rgb(255, 255, 255);
  -moz-box-shadow: inset 0px 0px 0px 1.5px rgb(255, 255, 255);
  -ms-box-shadow: inset 0px 0px 0px 1.5px rgb(255, 255, 255);
  -o-box-shadow: inset 0px 0px 0px 1.5px rgb(255, 255, 255);
  box-shadow: inset 0px 0px 0px 1.5px rgb(255, 255, 255);
}

.HTMLMenuShortCut:active {
  webkit-transform: scale(0.96, 0.96) !important;
  -moz-transform: scale(0.96, 0.96) !important;
  -ms-transform: scale(0.96, 0.96) !important;
  -o-transform: scale(0.96, 0.96) !important;
  transform: scale(0.96, 0.96) !important;
}

.HTMLMenuShortCut>img {
  width: 40px;
  height: 40px;
  margin-top: -76px;
  margin-left: 35px;
  display: block;
}

.HTMLMenuShortCut>span {
  margin-left: 3px;
  margin-top: 93px;
  text-align: left;
  width: 103px;
  overflow-wrap: break-word;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* -- AnimaÃ§Ã£o dos Ã­cones -- */
@-webkit-keyframes floatIcon {
  0% {
    margin-left: -500px;
    opacity: 0;
  }

  100% {
    margin-left: initial;
    opacity: initial;
  }
}

@-moz-keyframes floatIcon {
  0% {
    margin-left: -500px;
    opacity: 0;
  }

  100% {
    margin-left: initial;
    opacity: initial;
  }
}

@-o-keyframes floatIcon {
  0% {
    margin-left: -500px;
    opacity: 0;
  }

  100% {
    margin-left: initial;
    opacity: initial;
  }
}

@keyframes floatIcon {
  0% {
    margin-left: -500px;
    opacity: 0;
  }

  100% {
    margin-left: initial;
    opacity: initial;
  }
}

/********************************************/
/*               TELA DE LOGIN              */
/********************************************/
#login,
#login-hide {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/* Estilo do texto de descriÃ§Ã£o */
.description-text .HTMLLabel:nth-child(1),
.description-text .HTMLLabel:nth-child(2),
.description-text .HTMLLabel:nth-child(3) {
  width: 80% !important;
}

.description-text .HTMLLabel:nth-child(1) {
  top: 57px !important;
}

.description-text .HTMLLabel:nth-child(2) {
  top: 94px !important;
}

.description-text .HTMLLabel:nth-child(3) {
  top: 134px !important;
}

.description-text .HTMLLabel:nth-child(3) div {
  margin-left: 41%;
}

.description-text .HTMLLabel div div {
  font-family: 'segoeWp', arial, sans-serif !important;
}

.login-area .HTMLLabel>div>div {
  display: block;
  background: transparent !important;
  font-family: 'segoeWP', arial, sans-serif !important;
  color: #e3e3e3 !important;
}

.login-area .HTMLEdit {
  width: calc(100% - 80px) !important;
}

.login-area .HTMLEdit input {
  width: 100% !important;
  background: #D9E6F1;
  border: none;
  color: #161d30;
  font-size: 17px;
  line-height: 20px;
  height: 37px !important;
  border-radius: 5px;
  text-indent: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.login-area .HTMLEdit input:hover {
  background: #F0F7FD;
}

.login-area .HTMLEdit input:focus {
  background: #d8e2eb;
}

/* Estilo de texto selecionado no Input */
.login-area .HTMLEdit input::-webkit-selection {
  background-color: #1a2542;
  color: #fff;
}

.login-area .HTMLEdit input::-moz-selection {
  background-color: #1a2542;
  color: #fff;
}

.login-area .HTMLEdit input::selection {
  background-color: #1a2542;
  color: #fff;
}



/*   Estilo de BotÃ£o do form de login   */
.login-area #BttLogar {
  width: calc(100% - 80px) !important;
  left: 40px !important;
}

.login-area .HTMLButton {
  height: 37px !important;
}

.login-area .HTMLButton button {
  background: transparent;
  border: solid 2px #fff;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 11px;
  color: white;
  height: 37px !important;
  letter-spacing: 0.5px;
  position: absolute;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.login-area .HTMLButton button:hover {
  background: #78bff3;
}

.login-area .HTMLButton button:focus {
  background: #78bff3;
}

.login-area .HTMLEdit input::-webkit-input-placeholder {
  color: #546c80;
}

.login-area .HTMLEdit input:-moz-placeholder {
  color: #546c80;
}

.login-area .HTMLEdit input::-moz-placeholder {
  color: #546c80;
}

.login-area .HTMLEdit input:-ms-input-placeholder {
  color: #546c80;
}

/********************************************/
/*                MENU Metro                 */
/********************************************/
.HTMLIcon-menu img {
  padding: 15px 12px;
  cursor: pointer;
}

.HTMLIcon-menu img:hover {
  background-color: rgb(39, 39, 39);
}

#menu-metro,
#menu-metro-visible {
  width: 233px;
  /*width: 80%;*/
  position: fixed;
  height: 100%;
  padding-right: 1px;
  z-index: 800;
  left: 0;
  background-color: rgba(39, 77, 114, 1);
  -webkit-transition: left 0.3s, background-color 0.1s 0s;
  -moz-transition: left 0.3s, background-color 0.1s 0s;
  -ms-transition: left 0.3s, background-color 0.1s 0s;
  -o-transition: left 0.3s, background-color 0.1s 0s;
  transition: left 0.3s, background-color 0.1s 0s;
}

#menu-metro:hover {
  left: 0 !important;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#menu-metro {
  left: -233px;
}



#menu-metro:hover #menuprincipal {
  opacity: 1;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  -transform: scale(1.0);
}

#menuprincipalPrincipal {
  width: 100%;
}

#menuprincipal {
  position: relative !important;
  width: 100% !important;
  height: calc(100% - 40px) !important;
  overflow-y: auto;
  overflow-x: hidden;
}

#user-name-metro {
  display: block !important;
  overflow: hidden;
  float: right;
  position: absolute !important;
  left: 40px !important;
  width: 190px !important;
}

/* -- CSS Barra de rolagem -- */
#menuprincipal::-webkit-scrollbar {
  width: 8px;
}

#menuprincipal::-webkit-scrollbar-button {
  display: none;
}

#menuprincipal::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0.05);
}

#menuprincipal::-webkit-scrollbar-thumb {
  background-color: rgba(80, 80, 80, 0);
  border-radius: 1px;
}

#menuprincipal:hover::-webkit-scrollbar-thumb {
  background-color: rgba(110, 110, 110, 1);
}

/********************************************/
/*                SEARCH ITEM               */
/********************************************/
.DocumentSearchItens>input {
  top: 0;
  height: 100% !important;
  border: none;
  /*color: rgb(195, 195, 195);*/
  /*width: 100%;*/
  width: calc(100% - 50px) !important;
  background: transparent;
  font-family: segoeWP;
  /*font-size: 18px;*/
  /*line-height: 16px;*/
  line-height: 1.5;
  /*min-height: 50px;*/
  margin-left: 0px;
  /*margin-left: 55px !important;*/
  text-align: left;
  outline: none;
}
  
.resultSearchList {
  background: rgb(57, 110, 163);
  width: 100% !important;
						  
}

.DocumentSearchItens>div {
  position: relative;
  /* width: 100% !important; */
  top: 6px !important;
  left: 0;
  color: rgb(208, 212, 213);
  border-top: solid 1px rgb(210, 210, 210);
  font-size: 11pt;
  line-height: 30px;
  text-indent: 5px;
  -webkit-box-shadow: 3px 3px 0.2px 0px rgba(123, 123, 123, 0.11);
  -moz-box-shadow: 3px 3px 0.2px 0px rgba(123, 123, 123, 0.11);
  -o-box-shadow: 3px 3px 0.2px 0px rgba(123, 123, 123, 0.11);
  box-shadow: 3px 3px 0.2px 0px rgba(123, 123, 123, 0.11);
}

.DocumentSearchItens>.HTMLImage {
  left: 235px !important;
  border: none;
  top: 7px !important;
  box-shadow: none;
}

.DocumentSearchItens>div>li {
  border-bottom: solid 1px silver;
  padding: 0;
  background-color: white;
}

.DocumentSearchItens>div>li:last-child {
  border-bottom: solid 3px rgb(234, 234, 234);
}

.DocumentSearchItens>div>li:hover {
  background-color: rgb(249, 249, 249);
  -webkit-box-shadow: inset 0px 0px 1px 1px;
  -moz-box-shadow: inset 0px 0px 1px 1px;
  -o-box-shadow: inset 0px 0px 1px 1px;
  box-shadow: inset 0px 0px 1px 1px;
}

.DocumentSearchItens>div>li>a {
  text-decoration: none;
  color: rgb(62, 107, 144);
  display: block;
  text-decoration: none;
  line-height: 2.8em;
  padding-right: 5em;
}

/********************************************/
/*                Metro Boxer               */
/********************************************/

.box {
  list-style: outside;
  float: left;
  margin: 0 8px 8px 0;
  cursor: pointer;
  display: inline;
  white-space: nowrap;
  padding: 0px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.box:hover {
  -webkit-box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255);
  -moz-box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255);
  -ms-box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255);
  -o-box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255);
  box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255);
}

.box img {
  width: 100%;
  height: 100%;
}

.box:active {
  -webkit-transform: scale(0.96, 0.96) !important;
  -moz-transform: scale(0.96, 0.96) !important;
  -ms-transform: scale(0.96, 0.96) !important;
  -o-transform: scale(0.96, 0.96) !important;
  transform: scale(0.96, 0.96) !important;
}

.box-nano {
  height: 51px;
  min-width: 51px;
}

.box-small {
  height: 110px;
  min-width: 110px;
}

.box-medium {
  height: 110px;
  min-width: 228px;
}

.box-big {
  height: 228px;
  width: 228px;
}

#box-icons {
  position: relative;
  top: 0 !important;
  height: 464px !important;
  margin-right: 165px;
  overflow: hidden;
}

/********************************************/
/*              CALENDARIO METRO            */
/********************************************/
#calendar-inboxer time {
  color: #fff;
  position: relative;
  left: 8px;
  top: 8px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1px;
}

#calendar-inboxer span {
  right: 15px;
  top: -4px;
  color: #fff;
  text-align: right;
  float: right;
  position: relative;
  font-size: 50px;
}

/********************************************/
/*          RESPONSIVIDADE ESPECIFICA       */
/********************************************/
/* Arrows(Setas) para movimento das telas ajustadas */
/* - Ocultando setas para telas maiores: */
#UpDescript,
#upLoginArrow {
  display: none !important;
}

button#WFRComponentButton {
  position: fixed;
  background-repeat: no-repeat;
  background-size: 31px;
  background-position: 7px 5px;
}

@media screen and (min-width: 420px) {
  .HTMLNavigationForm {
    left: 0 !important;
  }
}

@media screen and (max-width: 420px) {
  .HTMLTabArea {
    top: 42px !important;
  }

  .HTMLTab {
    margin-top: -7px;
  }

  .HTMLNavigationForm {
    box-shadow: none !important;
    border-radius: 2px !important;
  }

  /* formulÃ¡rio */
  input[type=checkbox]:not(old)+label::before {
    width: 34px;
    height: 18px;
  }

  input[type=checkbox]:not(old)+label::after {
    width: 15px;
    height: 15px;
    top: 1.6px;
    left: -29px;
  }

  input[type=checkbox]:not(old):checked+label::after {
    width: 15px;
    height: 15px;
    left: -13.2px;
    top: 1.6px;
  }

  .HTMLCheckBox #chkLabel {
    margin-left: 0px;
    padding-left: 0px;
  }

  input[type=checkbox]:not(old):checked+label::before {
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: 3px 5px;
  }

  .HTMLRadioGroup #HTMLRadioGroupOption label {
    top: 3px;
    font-size: 14px;
  }

  .HTMLCheckBox input:enabled {
    display: none !important;
  }

  .HTMLCheckBox input:disabled {
    display: none !important;
  }

  .formViewDiv {
    top: 39px !important;
    width: calc(100% - 55px) !important;
    height: 100% !important;

  }

  .WFRIframeForm {
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    padding-right: 0 !important;
  }

  .WFRIframeForm .StatusBar {
    min-width: 100%;
  }

  iframe {
    width: 100% !important;
  }

  .WFRIframeForm .FormIframe {
    margin-top: 8px;
  }

  .WFRIframeForm .Options {
    top: 4px;
  }

  .WFRIframeForm .Title {
    top: 4px;
			   
  }

  .WFRIframeForm .Title span {
    font-size: 20px;
  }

  .HTMLNavigationForm {
    left: 0px !important;
    border-radius: 0 !important;
    top: 0px !important;
    height: 100% !important;
    min-height: 475px;
  }

  .HTMLComboBoxDetails {
    left: 53px !important;
    width: calc(100% - 73px) !important;
  }

  .OptionMinimize {
    display: none;
  }

  .HTMLNavigationForm+.HTMLTabContainer>.HTMLTabArea {
    left: 53px !important;
    width: calc(100% - 60px) !important;
  }

  .HTMLNavigationForm+.HTMLTabContainer>.HTMLTabController {
    left: 50px !important;
    /*min-height: 35px;*/
  }
  
  .HTMLNavigationForm[style='display: none;']+.HTMLTabContainer>.HTMLTabController {
    left: 0 !important;
  }
}

#minimizedFloatingDivs {
  bottom: 17px;
}

@media screen and (max-width: 1023px) {
  .login-area .HTMLButton button {
    width: 100% !important;
  }

  .container-descript {
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .container-login {
    left: 0 !important;
    width: 100% !important;
    border: none !important;
    height: 100% !important;
  }

  .description-text {
    top: 170px !important;
    margin-left: 15%;
    margin-right: 15%;
  }

  .description-text .HTMLLabel:nth-child(1),
  .description-text .HTMLLabel:nth-child(2),
  .description-text .HTMLLabel:nth-child(3) {
    left: 40px !important;
    width: 51.5% !important;
    margin-left: 0;
  }

  .description-text .HTMLLabel:nth-child(1) {
    top: 70px !important;
  }

  .description-text .HTMLLabel:nth-child(2) {
    top: 108px !important;
  }

  .description-text .HTMLLabel:nth-child(3) {
    top: 145px !important;
  }

  .description-text .HTMLLabel>div>div {
    text-align: left !important;
    margin-left: 0;
    width: 100%;
  }

  .description-text .HTMLLabel:nth-child(3) div {
    margin-left: 0;
  }

  /* Arrows(setas) de controle das telas > 1023px */
  #UpDescript,
  #upLoginArrow {
    display: block !important;
    left: calc(15% + 40px) !important;
  }

  #login-hide {
    position: fixed;
    left: 100% !important;
    top: 0;
    width: 42%;
    height: 100%;
    background-color: #161d30;
    border-left: 15px solid #121829;
  }
}

@media screen and (max-width: 479px) {
  .HTMLRemainingLevels {
    background: rgba(255, 255, 255, 0.1);
  }

  .login-area {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .description-text {
    margin-left: 0;
    margin-right: 0;
  }

  /* Arrows(setas) de controle das telas > 479px */
  #UpDescript,
  #upLoginArrow {
    left: 40px !important;
  }

  .description-text .HTMLLabel:nth-child(1),
  .description-text .HTMLLabel:nth-child(2),
  .description-text .HTMLLabel:nth-child(3) {
    width: 87% !important;
  }

  .description-text .HTMLLabel:nth-child(1)>div>div {
    font-size: 29px !important;
  }

  /* formulario principal */
  #menu-metro {
    left: -80% !important;
  }


 

  .DocumentSearchItens {
    width: 100% !important;
    height: 50px !important;
  }

  .HTMLIcon-menu img {
    width: 30px !important;
    height: 20px !important;
  }


  #menuprincipal {
    height: calc(100% - 50px) !important;
    top: 50px !important;
    overflow: auto;
  }

  .HTMLMenuVertical .HTMLMenu {
    font-size: 12pt !important;
  }

  .HTMLMenuVertical .HTMLFirstLevel>a {
    line-height: 25px;
  }

  #container-box {
    left: 12px !important;
    display: initial !important;
  }

  .HTMLIcon-menu img {
    width: 30px !important;
    height: 20px !important;
    background-color: #191F35;
  }

  #boxes {
    position: relative;
    min-width: 100% !important;
    max-width: 100% !important;
    width: auto;
    height: 464px;
  }

  .box {
    margin: 0 4px 3px 0 !important;
    overflow: hidden;
  }

  .box-small {
    min-width: 31.5% !important;
    max-width: 31.5% !important;
    float: left !important;
  }

  .box-medium {
    width: 64% !important;
    max-width: 64% !important;
    min-width: 64% !important;
  }

  #presentationText {
    width: 100% !important;
    height: 81px;
    top: 5px !important;
    display: block;
    overflow: auto;
    white-space: normal;
    font-family: segoeWp;
    padding: 5px !important;
    box-sizing: border-box !important;
  }

  .box img {
    width: 100% !important;
    height: 100% !important;
  }

  #calendar-inboxer img {
    width: auto !important;
    height: auto !important;
  }


  /* Adjust TABS */
  .WFRIframeForm .StatusBar {
    height: 37px;
  }



  .HTMLTab-Selected {
    padding: 10px 7px;
  }					 


  /* Navegacao GRID */
  .HTMLNavigationGrid {
    display: flex !important;
  }
}

/* Ajuste para Tablet */

@media (min-width: 480px) and (max-width: 780px) {

  #container-box {
    left: 0% !important;
    width: 95% !important;
    right: 0;
    margin: 0 auto !important;
    top: 10% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: unset !important;

  }

  #boxes {
    left: 0 !important;
    height: auto !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .box {
    list-style: outside;
    float: left;
    margin: 0 4px 4px 0;
  }

  .box-medium {
    width: 266px;
    min-width: 266px;
    height: 128px;
  }

  .box-medium img,
  .box-small img {
    width: 100% !important;
    height: 100% !important;
  }

  .box-small {
    width: 128px;
    min-width: 128px;
    height: 128px;
  }

  #presentationText {
    width: 100% !important;
  }
}

/* Ajustes com a altura*/
@media screen and (max-width: 1023px) and (max-height: 350px) {

  #UpDescript,
  #upLoginArrow {
    left: 13% !important;
  }
}

@media screen and (max-width: 479px) and (max-height: 350px) {

  #UpDescript,
  #upLoginArrow {
    left: 2% !important;
  }
}

/********************************************/
/*              Localizar                   */
/********************************************/
.CustomTabSearch>div {
  position: relative;
  width: calc(100% - 120px);
  height: 45px;
  overflow-x: hidden;
  overflow-y: auto;
}

#busca_acao {
  width: 120px;
  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%;
  animation-name: gradient;
  animation-duration: 2s;
  left: 0px;
}

#div_busca_avancada_container div {
  animation-name: effect;
  animation-duration: 2s;
}

#busca_acao {
  width: 120px;
  transition: 1s all;
}

.busca_button {
  width: 100px;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  margin: 0 auto;
}

.busca_button img {
  margin-bottom: 10px;
}

#searchtab_corpo_2 {
  animation-name: effect2;
  animation-duration: 2s;
}

#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;
}

.HTMLNavigationForm[style="display: none;"]+.HTMLTabContainer {
  min-height: 100%;
  display: block;
  position: absolute;
  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>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%;
  animation-name: gradient;
  animation-duration: 2s;
  left: 0px;
}

#div_busca_avancada_container div {
  animation-name: effect;
  animation-duration: 2s;
}

#busca_acao {
  width: 120px;
  transition: 1s all;
}

.busca_button {
  width: 100px;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  margin: 0 auto;
}

.busca_button img {
  margin-bottom: 10px;
}

#searchtab_corpo_2 {
  animation-name: effect2;
  animation-duration: 2s;
}

#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;
}

.HTMLNavigationForm[style="display: none;"]+.HTMLTabContainer {
  min-height: 100%;
  display: block;
  /* position: absolute; */
}

#AccessManagerBackground input {
  position: relative;
}

/********************************************/
/*                  UPLOAD                   */
/********************************************/
.HTMLButtonUpload {
  border: none;
  border-radius: 1px;
  cursor: pointer;
  color: #FFFFFF;
  background: #137bd4;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  outline: none;
  width: 100px;
  height: 35px;
}

.HTMLButtonUpload:hover {
  background: #1B82DA;
}

.HTMLButtonUpload:hover a {
  color: #fff !important;
}

.HTMLButtonUpload .botao {
  color: #fff !important;
  font-size: 12px;
}

/*******************************************************/
/* HTMLGroupBoxCheck: Componente Moldura no CheckList  */
/*******************************************************/
.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;
}

.HTMLGroupBoxCheckWarning {
  background-color: #f0ad4e;
  text-decoration: line-through;
  color: #885000;
}

.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;
}

/*********************************************/
/***               ACCORDION               ***/
/*********************************************/
.HTMLAccordion {
  overflow: hidden;
  margin: -1px;
  color: #474747;
  padding: 5px;
  background: rgba(10, 13, 16, 0.85);
  width: 100%;
  height: 100%;
}

/*ConfiguraÃ§Ãµes Gerais*/

.HTMLAccordion section h2 a {
  padding: 8px 10px;
  display: block;
  font-size: 100%;
  font-weight: normal;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: segoeWp, Arial, sans-serif;
}

/*ApresentaÃ§Ã£o do Slide fechado*/
.HTMLAccordion section {
  float: left;
  cursor: pointer;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  margin: 1.9px;
}

.HTMLAccordion section:hover {
  background: rgba(255, 255, 255, 0.35);
}

.HTMLAccordion section p {
  visibility: hidden;
}

.HTMLAccordion section div {
  visibility: hidden;
}

.HTMLAccordion section:after {
  position: relative;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}

/*ConfiguraÃ§Ã£o para o horizontal*/
.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;
}

/**/
.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;
}

/*ConfiguraÃ§Ã£o para o vertical*/
.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;
}

/**/
.HTMLAccordionVertical section h2 {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 0px;
}

/**/
.HTMLAccordionVertical section:after {
  top: -60px;
  left: 810px;
}

/*Abrir Horizontalmente*/
.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: #256881 !important;
  font-family: segoeWp, Arial, sans-serif;
}

.HTMLAccordionHorizontalOpen p {
  visibility: visible !important;
}

.HTMLAccordionHorizontalOpen div {
  visibility: visible !important;
  color: black !important;
}

/*Abrir Verticalmente*/
.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: #256881 !important;
  font-family: segoeWp, Arial, sans-serif;
}


/***********************************/
/****** Classe HTMLMessage  ********/
/**********************************/

.HTMLMessage {
  left: calc(50% - 200px);
  position: absolute;
  top: 30%;
  border-radius: 10px;
  z-index: 999998;
  background: rgb(255, 255, 255);
  min-height: 70px;
  width: 400px;
  border: 1px solid #6d6d6d;
  box-shadow: 1px 1px 40px -5px;
  transition: top 0.2s;
  animation: showHTMLMessage 0.2s;
}

/*******************************************/
/*    AJUSTE DOS INPUTS DENTRO DA GRADE    */
/*******************************************/

.grid .normal,
.grid .normalFocused,
.grid .normalDisabled {
  width: 100% !important;
}

.listGrid input:not([type='checkbox']),
.listGrid select {
  height: inherit !important;
  border-radius: 0 !important;
  width: 100%;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.listGrid .HTMLButton button {
  border-radius: 0 !important;
  background-color: #0877c2;
  right: 0 !important;
}

.listGrid .HTMLButton button:hover {
  background: #1088d8;
}

.listGrid .HTMLButton button img {
  filter: invert(200%);
  -webkit-filter: invert(200%);
}

.grid .textItemLite,
.grid .textItemLiteRTL,
.grid .textItemLiteFocused,
.grid .textItemLiteFocusedRTL,
.grid .textItemLiteDisabled {
  visibility: hidden !important;
}


@media screen and (max-height: 300px) {
  .HTMLMessage {
    top: 0px;
    transform: scale(.95);
  }
}

/**
* Classe HTMLMessageOverlay (overlay)
**/
.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;
}

/**
* Classe HTMLMessageTitle (tÃ­tulo principal)
**/

.HTMLMessageTitle {
  text-align: left;
  font-size: x-large;
  margin: 0px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  top: 7px;
}

/**
* Classe HTMLMessageMessage (mensagem)
**/

.HTMLMessageMessage {
  display: block;
  font-size: 12px;
  text-align: justify;
  font-family: sans-serif;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
}

.HTMLMessageContainerButtons {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 5px;
  min-height: 50px;
  /*color: white;*/
  overflow: hidden;
  text-align: center;
  font-size: small;
  font-family: sans-serif, arial;
}

.HTMLMessageContainerButtons #intBaseText {
	text-align: left;
	font-size: 11px;
	cursor:pointer;
	padding: 5px;
	margin-bottom: 2px;
	width: 500px !important;
}
.HTMLMessageContainerButtons  #intBaseText::before {
	content: "Enviar Email para o NAC";
}
.HTMLMessageContainerButtons  #intBaseText:hover {
	color: #30A0FF;
}

.HTMLMessageConfirm {
  position: relative;
  height: 24px;
  width: 85px;
  background-color: rgb(19, 123, 212);
  border: none;
  color: #fff;
  font-size: 11px;
  font-family: inherit;
  margin: 0 auto;
}

.HTMLMessageConfirm:hover {
  cursor: pointer;
}

.HTMLMessageConfirmError {
  position: relative;
  height: 24px;
  width: 85px;
  background-color: rgb(19, 123, 212);
  border: none;
  color: #fff;
  font-size: 11px;
  font-family: inherit;
  margin: 0 auto;
}

.HTMLMessageConfirmError:hover {
  cursor: pointer;
}


.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: 12px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  box-sizing: content-box;
  float: left;
}

.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: 16px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  float: left;
  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;
  /* Safari */
  transition-delay: 0.1s;
  top: 80%;
}


.HTMLMessageDetails {
  position: relative;
  top: -6px;
  align-items: center;
  float: right;
  right: 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;
  /*-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.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)
  }
}

@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: Componente Listagem                   */
/*******************************************************/
.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-family: 'Open Sans', sans-serif, arial;
  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-family: 'Open Sans', sans-serif, arial;
  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-family: 'Open Sans', sans-serif, arial;
  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-family: 'Open Sans', sans-serif, arial;
  font-size: 12px;
  font-weight: 500;
  color: #555B61;
  text-indent: 5px;
}


