/*****************************************/
/*               SKIN MAC                 */
/*****************************************/
/************************************************************/
/*Para personalizar o CSS do Webrun, recomendamos a criação */
/*de um arquivo chamado custom.css dentro desta pasta.      */
/*                                                          */
/* OBSERVAÇÃO: Adicionar !important ao final do atributo.   */
/* Exemplo: background: red!important;                      */
/************************************************************/

@import url("custom.css");


/* ALTERADO PARA AJUSTAR A COR PADRÃO DAS LETRAS DOS FORMULÁRIOS E DA PESQUISA PARA UM TOM MAIS ESCURO - POR VICTOR FIRMO EM 16/03/2020 */
body {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #454545;
  background: #E9E7EA;
}

.HTMLLookup-ReadOnly input {
  background: #FFFFE1;
}

.HTMLLookup input:disabled {
  background: #cccccc;
}

.HTMLTab {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #f2f2f2;
}

.component {
  background: #e0dfe3;
}

.buttonComponent {
  background: #e0dfe3;
}

.navigation {
  background: #F2F2EE;
}

a {
  text-decoration: none;
  color: #000000;
}

a:focus {
  outline-style: dotted;
  outline-width: 1px;
}

a:hover {
  text-decoration: none;
  color: #000000;
}

a.cont {
  text-decoration: none;
  color: #000000;
}

a.cont:hover {
  text-decoration: none;
  color: #000000;
}

img[src=""] {
  border: 1px solid #EFEFEF;
}

td {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

.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 #999999;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding-left: 8px;
}

.editMark {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #0066CC;
  border-left: 1px solid #0066CC;
  border-top: 1px solid #0066CC;
  border-bottom: 1px solid #0066CC;
  background: #E6F2FF;
}

.button {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  outline: none;
}

.duallist {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.duallistMark {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #0066CC;
  border-left: 1px solid #0066CC;
  border-top: 1px solid #0066CC;
  border-bottom: 1px solid #0066CC;
  background: #E6F2FF;
}

.lookup {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding-left: 8px;
}

.lookupMark {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #0066CC;
  border-left: 1px solid #0066CC;
  border-top: 1px solid #0066CC;
  border-bottom: 1px solid #0066CC;
  background: #E6F2FF;
}

.checkbox {

}

.checkboxMark {

}

.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: -webkit-linear-gradient(bottom, #F2F2F2, #AAAAAA);
  background: -o-linear-gradient(bottom, #F2F2F2, #AAAAAA);
  background: -moz-linear-gradient(bottom, #F2F2F2, #AAAAAA);
  background: linear-gradient(to bottom, #F2F2F2, #AAAAAA);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
  startColorstr='#aaaaaa', endColorstr='#F2F2F2');
  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 #999999;
  border-left: 1px solid #999999;
  border-top: 0px solid #FFFFFF;
  border-bottom: 1px solid #999999;
}

.lookupSearchInput {
  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: #E5E5E5;
}

.tabButton {
  background: #F6F6F4;
}

.tabBack {
  background: #FFFFFF;
}

.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;
}

.grid {
  margin: 1px;
}

.gridMark {
  border: 1px solid #cccccc;
  background: #E6F2FF;
  margin: 0px;
}

.gridDiv {
  border: 1px solid #a6a7b0;
}

.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 #999999;
  display: none;
  cursor: pointer;
}

.divProgressBar {
  z-index: 99999999;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.searchInteger {
  text-align: right;
}

.searchDouble {
  text-align: right;
}

.searchTime {
  text-align: left;
}

.searchDate {
  text-align: left;
}

.searchBoolean {
  text-align: left;
}

.searchString {
  text-align: left;
}

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
}

textarea {
  overflow: auto;
}

/*****************************************/
/* HTMLButton: Componente Botão          */
/*****************************************/
.HTMLButton button {
  border: 1px solid #a6a7b0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-border-radius: 8px;
  cursor: pointer;
  color: #000000;
  padding: 0;
  vertical-align: middle;
  outline: none;
  background: -webkit-linear-gradient(bottom, #F2F2F2, #AAAAAA);
  background: -o-linear-gradient(bottom, #F2F2F2, #AAAAAA);
  background: -moz-linear-gradient(bottom, #F2F2F2, #AAAAAA);
  background: linear-gradient(to bottom, #F2F2F2, #AAAAAA);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
  startColorstr='#aaaaaa', endColorstr='#F2F2F2');
}

.HTMLButton button:enabled:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#dadbe9),
  to(#ffffff));
  background: -webkit-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -moz-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -ms-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -o-linear-gradient(top, #aaaaaa, #F2F2F2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
  startColorstr='#aaaaaa', endColorstr='#F2F2F2');
  color: #000000;
  outline: none;
}

.HTMLButton button:focus {
  cursor: default;
  background: -webkit-gradient(linear, left top, left bottom, from(#dadbe9),
  to(#ffffff));
  background: -webkit-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -moz-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -ms-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -o-linear-gradient(top, #aaaaaa, #F2F2F2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
  startColorstr='#aaaaaa', endColorstr='#F2F2F2');
}

.HTMLButton button:disabled {
  cursor: default;
  background: #DADADF;
}

.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;
}

.HTMLButton {
  overflow: hidden;
}

/*****************************************/
/* Div que bloqueia acesso ao formulário */
/*****************************************/
.formViewDiv {
  background: #FFFFFF;
  filter: alpha(opacity = 1);
  opacity: 0;
  position: absolute;
  z-index: 99998;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/*****************************************/
/* HTMLTabArea: Área do Form/Componentes */
/*****************************************/
.HTMLTabArea {
  border-right: 0px solid #919B9C;
  border-left: 0px solid #919B9C;
  border-top: 1px solid #919B9C;
  border-bottom: 0px solid #919B9C;
  box-shadow: 0px 0px 0px 0px 30px #cfc8c8;
  background: #E9E7EA;
  height: 100%;
  height: 100%;
  width: 100%;
  left: 0px;
  z-index: 1;
  display: none;
  position: absolute;
  width: 100%;
  margin-top: 14px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/*****************************************/
/* HTMLTab: Botão das Abas (Formulário)  */
/*****************************************/
.HTMLTab {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2),
  to(#aaaaaa));
  background: -webkit-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -moz-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -ms-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -o-linear-gradient(top, #F2F2F2, #aaaaaa);
  border-top: 1px solid #91a7b4;
  border-left: 1px solid #91a7b4;
  border-right: 1px solid #91a7b4;
  cursor: pointer;
  display: inline;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
  startColorstr='#ffffff', endColorstr='#dadbe9');
  float: left;
  height: 17px;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-top: 16px;
}

.HTMLTab:hover {
  border-top: 2px solid;
}

.HTMLTab div {
  float: left;
}

.HTMLTab span, .HTMLTab img {
  vertical-align: middle;
}

.HTMLTab-Selected {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  float: left;
  height: 18px;
  border-bottom: 1px solid #cccccc;
  display: inline;
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 16px;
  background: #b1dbf3;
  background: -moz-linear-gradient(top, #b1dbf3 1%, #69b0e4 36%, #78bff3 63%, #d4fbff
  98%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #b1dbf3),
  color-stop(36%, #69b0e4), color-stop(63%, #78bff3),
  color-stop(98%, #d4fbff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b1dbf3 1%, #69b0e4 36%, #78bff3 63%,
  #d4fbff 98%);
  background: -ms-linear-gradient(top, #b1dbf3 1%, #69b0e4 36%, #78bff3 63%, #d4fbff
  98%);
  background: linear-gradient(to bottom, #b1dbf3 1%, #69b0e4 36%, #78bff3 63%, #d4fbff
  98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1dbf3',
  endColorstr='#d4fbff', GradientType=0);
  font-family: arial;
  font-size: 11px;
  color: #000000;
}

.HTMLTab-Selected div {
  float: left;
}

/*****************************************/
/* HTMLTabController: Área das Abas      */
/*****************************************/
.HTMLTabController {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  position: absolute;
}

/*****************************************/
/* HTMLTabContainer: Container da Aba    */
/*****************************************/
.HTMLTabContainer {
  width: 100%;
  position: absolute;
  z-index: 1;
}

/*****************************************/
/* 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 {
  border: 1px solid #BFB8BF;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}

.HTMLGroupBox-Box-Inset {
  border: 1px inset #BFB8BF;
  border-radius: 4px;
}

.HTMLGroupBox-Box-Outset {
  border: 1px outset #BFB8BF;
  border-radius: 4px;
}

.HTMLGroupBox-None {
  border-style: none;
}

/*****************************************/
/* HTMLRadioGroup: Componente Opções     */
/*****************************************/
.HTMLRadioGroup .HTMLLabel>div>div {
  background: #E9E7EA;
}

.HTMLRadioGroup #HTMLRadioGroupOptions {
  height: 100%;
  display: table;
  width: 100%;
}

.HTMLRadioGroup #HTMLRadioGroupOptionsRow {
  display: table-row;
}

.HTMLRadioGroup #HTMLRadioGroupOption {
  margin: 2px 2px;
  display: table-cell;
  vertical-align: middle;
}

.HTMLRadioGroup #HTMLRadioGroupOption input:enabled {
  cursor: pointer;
}

.HTMLRadioGroup #HTMLRadioGroupOption input:disabled {
  cursor: default;
}

.HTMLRadioGroup #HTMLRadioGroupOption label {
  font-family: arial, sans-serif;
  font-size: 11px;
  cursor: pointer;
}

/*****************************************/
/* HTMLLabel: 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: transparent;
}

/*****************************************/
/* HTMLEdit: Componente Edit             */
/*****************************************/
.HTMLEdit input:not([type='checkbox']){
  font-family: arial, sans-serif;
  font-size: 11px;
  background: #FFFFFF;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding-left: 10px;
  outline: none;
  height: 100%!important;
  width: 100%!important;
}

.HTMLEdit input:focus {
  border-color: #0099FF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  outline: none;
}

.HTMLEdit input:hover {
  border: 1px solid #0066ff;
}

.HTMLEdit input:disabled {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #CCCCCC;
}

.HTMLEdit input[readonly=readonly] {
  background: #ffffe1;
}

.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;
}

/*****************************************/
/* HTMLNavigationForm: Barra de Navegação*/
/*****************************************/
.HTMLNavigationFormButton {
  display: inline-block;
}

.HTMLNavigationForm {
  width: 100%;
  height: 28px;
  padding-top: 5px;
  position: absolute;
  top: 0px;
  text-align: center;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.HTMLNavigationForm img {
  width: 34px;
  height: 34px;
}

.HTMLNavigationForm .HTMLNavigationFormButton, .HTMLNavigationButton {
  display: inline-block;
  position: relative;
}

/*Barra de Fundo da Navegaï¿½ï¿½o*/
.HTMLNavigationFormBar {
  width: 100%;
  height: 62px;
  background: url(HTMLNavigationFormBar/nav_degrade.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.HTMLNavigationFormButton-pt_BR img {
  background: url('HTMLNavigationForm/navIcons.gif');
}

.HTMLNavigationFormButton-en_US img {
  background: url('HTMLNavigationForm/en_US/navIcons.gif');
}

.HTMLNavigationFormButton-es_ES img {
  background: url('HTMLNavigationForm/es_ES/navIcons.gif');
}

.HTMLNavigationFormButton-fr_FR img {
  background: url('HTMLNavigationForm/fr_FR/navIcons.gif');
}

/*Botões da Barra de Navegação*/
.HTMLNavigationFormButton-Include img {
  background-position: 0px;
}

.HTMLNavigationFormButton-Include-Des img {
  background-position: -34px;
}

.HTMLNavigationFormButton-Include-Over img {
  background-position: -68px;
}

.HTMLNavigationFormButton-Edit img {
  background-position: -102px;
}

.HTMLNavigationFormButton-Edit-Des img {
  background-position: -136px;
}

.HTMLNavigationFormButton-Edit-Over img {
  background-position: -170px;
}

.HTMLNavigationFormButton-First img {
  background-position: -204px;
}

.HTMLNavigationFormButton-First-Des img {
  background-position: -238px;
}

.HTMLNavigationFormButton-First-Over img {
  background-position: -272px;
}

.HTMLNavigationFormButton-Previous img {
  background-position: -306px;
}

.HTMLNavigationFormButton-Previous-Des img {
  background-position: -340px;
}

.HTMLNavigationFormButton-Previous-Over img {
  background-position: -374px;
}

.HTMLNavigationFormButton-Next img {
  background-position: -408px;
}

.HTMLNavigationFormButton-Next-Des img {
  background-position: -442px;
}

.HTMLNavigationFormButton-Next-Over img {
  background-position: -476px;
}

.HTMLNavigationFormButton-Last img {
  background-position: -510px;
}

.HTMLNavigationFormButton-Last-Des img {
  background-position: -544px;
}

.HTMLNavigationFormButton-Last-Over img {
  background-position: -578px;
}

.HTMLNavigationFormButton-Delete img {
  background-position: -612px;
}

.HTMLNavigationFormButton-Delete-Des img {
  background-position: -646px;
}

.HTMLNavigationFormButton-Delete-Over img {
  background-position: -680px;
}

.HTMLNavigationFormButton-Refresh img {
  background-position: -714px;
}

.HTMLNavigationFormButton-Refresh-Des img {
  background-position: -748px;
}

.HTMLNavigationFormButton-Refresh-Over img {
  background-position: -782px;
}

.HTMLNavigationFormButton-Print img {
  background-position: -816px;
}

.HTMLNavigationFormButton-Print-Des img {
  background-position: -850px;
}

.HTMLNavigationFormButton-Print-Over img {
  background-position: -884px;
}

.HTMLNavigationFormButton-Log img {
  background-position: -918px;
}

.HTMLNavigationFormButton-Log-Des img {
  background-position: -952px;
}

.HTMLNavigationFormButton-Log-Over img {
  background-position: -986px;
}

.HTMLNavigationFormButton-DefaultValues img {
  background-position: -1020px;
}

.HTMLNavigationFormButton-DefaultValues-Des img {
  background-position: -1054px;
}

.HTMLNavigationFormButton-DefaultValues-Over img {
  background-position: -1088px;
}

.HTMLNavigationFormButton-Help img {
  background-position: -1122px;
}

.HTMLNavigationFormButton-Help-Des img {
  background-position: -1156px;
}

.HTMLNavigationFormButton-Help-Over img {
  background-position: -1190px;
}

.HTMLNavigationFormButton-Exit img {
  background-position: -1224px;
}

.HTMLNavigationFormButton-Exit-Des img {
  background-position: -1258px;
}

.HTMLNavigationFormButton-Exit-Over img {
  background-position: -1292px;
}

.HTMLNavigationFormButton-EditSave img {
  background-position: -1326px;
  width: 80px;
}

.HTMLNavigationFormButton-EditSave-Des img {
  background-position: -1408px;
  width: 80px;
}

.HTMLNavigationFormButton-EditSave-Over img {
  background-position: -1488px;
  width: 80px;
}

.HTMLNavigationFormButton-EditCancel img {
  background-position: -1806px;
  width: 80px;
}

.HTMLNavigationFormButton-EditCancel-Des img {
  background-position: -1886px;
  width: 80px;
}

.HTMLNavigationFormButton-EditCancel-Over img {
  background-position: -1966px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeSaveMore img {
  background-position: -1568px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeSaveMore-Des img {
  background-position: -1646px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeSaveMore-Over img {
  background-position: -1726px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeSave img {
  background-position: -1326px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeSave-Des img {
  background-position: -1408px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeSave-Over img {
  background-position: -1488px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeCancel img {
  background-position: -1806px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeCancel-Des img {
  background-position: -1886px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeCancel-Over img {
  background-position: -1966px;
  width: 80px;
}

/*****************************************/
/* HTMLNavigationGridButton: Botões Grade*/
/*****************************************/
.HTMLNavigationGrid {

}

.HTMLNavigationGridButton img {
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.HTMLNavigationGridButton-pt_BR img {
  background: url('HTMLNavigationGrid/navGridIcons.gif');
}

.HTMLNavigationGridButton-en_US img {
  background: url('HTMLNavigationGrid/en_US/navGridIcons.gif');
}

.HTMLNavigationGridButton-es_ES img {
  background: url('HTMLNavigationGrid/es_ES/navGridIcons.gif');
}

.HTMLNavigationGridButton-fr_FR img {
  background: url('HTMLNavigationGrid/fr_FR/navGridIcons.gif');
}

.HTMLNavigationGridButton-Include img {
  background-position: 0px;
}

.HTMLNavigationGridButton-Include-Des img {
  background-position: -16px;
}

.HTMLNavigationGridButton-Edit img {
  background-position: -32px;
}

.HTMLNavigationGridButton-Edit-Des img {
  background-position: -48px;
}

.HTMLNavigationGridButton-Delete img {
  background-position: -64px;
}

.HTMLNavigationGridButton-Delete-Des img {
  background-position: -80px;
}

.HTMLNavigationGridButton-Refresh img {
  background-position: -96px;
}

.HTMLNavigationGridButton-Refresh-Des img {
  background-position: -112px;
}

.HTMLNavigationGridButton-EditSave img,
.HTMLNavigationGridButton-IncludeSave img {
  background-position: -128px;
}

.HTMLNavigationGridButton-EditSave-Des img,
.HTMLNavigationGridButton-IncludeSave-Des img {
  background-position: -144px;
}

.HTMLNavigationGridButton-EditCancel img,
.HTMLNavigationGridButton-IncludeCancel img {
  background-position: -160px;
}

.HTMLNavigationGridButton-EditCancel-Des img,
.HTMLNavigationGridButton-IncludeCancel-Des img {
  background-position: -176px;
}

/*****************************************/
/* 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: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-radius: 10px;
  padding-left: 10px;
  outline: none;
  width: 100%!important;
  height: 100%!important;
}

.HTMLMemo textarea[readonly=readonly] {
  background: #ffffe1;
}

.HTMLMemo textarea:disabled {
  cursor: default;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #cccccc;
}

.HTMLMemo textarea:focus {
  border: 1px solid #0099FF;
}

.HTMLMemo textarea:hover {
  border: 1px solid #0066ff;
}

.HTMLMemo font {
  cursor: default;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

/*****************************************/
/* HTMLDualList: Componente Lista Dupla  */
/*****************************************/
.HTMLDualList {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  outline: none;
}

.HTMLDualList select {
  height: 100%;
  width: 100%;
  outline: none;
}

.HTMLDualList #dlTop {
  height: 7%;
  width: 100%;
}

.HTMLDualList #dlMiddle {
  height: 86%;
  width: 100%;
}

.HTMLDualList #dlBottom {
  height: 7%;
  width: 100%;
}

.HTMLDualList #dlLeftSeparator, #dlRightSeparator {
  float: left;
  height: 100%;
  width: 5%;
}

.HTMLDualList #dlMiddleSeparator {
  float: left;
  height: 100%;
  text-align: center;
  width: 6%;
}

.HTMLDualList #dlMiddleSeparator div:first-child {
  height: 34%;
}

.HTMLDualList #dlMiddleSeparator div[id*="bt"] {
  padding-bottom: 3px;
}

.HTMLDualList div[id*="WFRComponentLEFT"] {
  float: left;
  height: 90%;
  width: 42%;
}

.HTMLDualList div[id*="WFRComponentRIGHT"] {
  float: left;
  height: 90%;
  width: 42%;
}

.HTMLDualList #celDescPrincipal, #celDescSelecionados {

}

/*****************************************/
/* HTMLLookup: Componente Lista Dinâmica */
/*****************************************/
.HTMLLookup input:not([type='checkbox']){
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.HTMLLookup input:focus {
  border-right: 1px solid #0066ff;
  border-left: 1px solid #0066ff;
  border-top: 1px solid #0066ff;
  border-bottom: 1px solid #0066ff;
}

.HTMLLookup input:hover {
  border: 1px solid #0066ff;
}

.HTMLLookupDetails {}

.HTMLLookupDetails #lookupHeader div {
  float: left;
  height: 18px;
}

.HTMLLookupDetails #lookupHeader img {
  cursor: pointer;
  margin: 0;
}

.HTMLLookupDetails #lookupSearchQuery {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 0px solid #999999;
  border-left: 0px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background: #E5E5E5;
  height: 18px;
  outline: none;
}

.HTMLLookupDetails #lookupQueryNavigation {
  background: #999999;
  height: 13px;
}

.HTMLLookupDetails #lookupQueryContent {
  background: #CCCCCC;
}

.HTMLLookupDetails #lookupInput {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-top: 0px solid #FFFFFF;
  border-bottom: 1px solid #999999;
}

.HTMLLookupTypeSearch {
  right: 9px;  
  position: absolute; 
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 12%!important;
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s cubic-bezier(0, 0, 0.06, 1.22);
  animation: ripple-animation 1.5s;
  overflow: hidden;
  border-radius: 45%;
  z-index: 5;
}

@keyframes ripple-animation {
    from {
      transform: scale(0.5);
      opacity: 0.7;
    }
    to {
      transform: scale(1.2);
      opacity: 0;
      background-color: gray;
    }
}

div[id*="WFRLookupSubForm"] {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  z-index: 99999;
}

.HTMLLookupMobile {
  border: 1px solid #a6a7b0;
  border-radius: 8px;
  cursor: pointer;
  color: #F2F2F2;
  padding: 0;
  vertical-align: middle;
  background: #F2F2F2;
  position: absolute;
  z-index: 100;
  height: 100%;
  top: 0;
  width: 20px;
  outline: none;
}

.grid .HTMLLookupMobile {
  position: absolute;
  float: right;
  z-index: 1000000000;
  height: 100%;
  width: 20px;
  left: calc(100% - 20px) !important;
}

.HTMLButton button {
  height: 100%;
}

/*****************************************/
/* HtmlComboBox: Componente Lista        */
/*****************************************/
.HTMLComboBox select {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-radius: 12px;
  outline: none;
  width: 100%!important;
  height: 100%!important;
}

.HTMLComboBox select:focus {
  font-family: arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #00A2C6;
  border-left: 1px solid #00A2C6;
  border-top: 1px solid #00A2C6;
  border-bottom: 1px solid #00A2C6;
  background: #ffffff;
  outline: none;
}

.HTMLComboBox select:hover {
  border-right: 1px solid #0066ff;
  border-left: 1px solid #0066ff;
  border-top: 1px solid #0066ff;
  border-bottom: 1px solid #0066ff;
}

.HTMLComboBox-ReadOnly select {
  background: #FFFFE1;
}

.HTMLComboBox select:disabled {
  background: #cccccc;
}

.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 {
  margin-top: 3px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.HTMLCheckBox #chkLabel-disabled {
  cursor: default;
  color: #999999;
}

.HTMLCheckBox input:enabled {
  cursor: pointer;
}

.HTMLCheckBox input:disabled {
  cursor: default;
}

/*****************************************/
/* HTMLImage: Componente Imagem          */
/*****************************************/
.HTMLImage #HTMLImageLock {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  outline: none;
}

.HTMLImage #HTMLImageNoImage {
  background: #FFFFFF;
  display: table;
  height: 100%;
  width: 100%;
  outline: none;
}

.HTMLImage #HTMLImageNoImageRow {
  display: table-row;
  text-align: center;
}

.HTMLImage img {
  position: absolute;
  left: 0px;
  top: 0px;
}

.HTMLImage #HTMLImageNoImageCell {
  display: table-cell;
  vertical-align: middle;
}

.HTMLImage #HTMLImageWebCam {
  cursor: pointer;
  display: none!important;
}

.HTMLImage #HTMLImageWebCam img {
  height: 24px;
  width: 25px;
}

.HTMLImage #HTMLImageZoom {
  cursor: pointer;
  display: none!important;
}

.HTMLImage #HTMLImageZoom img {
  height: 24px;
  width: 25px;
}

.HTMLImage #HTMLImageSelf {
  width: 100%;
  height: 100%;
}

.HTMLImageZoom {
  position: absolute;
  z-index: 1000000;
  background: #FFF;
  border: 1px solid black;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.75);
}

/*****************************************/
/* HTMLDetailPanel: Componente Sub-Form  */
/*****************************************/
.HTMLDetailPanel {
  border: 1px solid #BFB8BF !important;
  box-sizing: border-box;
}

/*****************************************/
/*****************************************/
div[id*="HTMLInteraction"] {
  border-radius: 5px;
  opacity: 0.9;
  display: block;
  background: #e4e4e4;
  box-shadow: 4px 4px 12px #000000;
  width: 382px;
  position: absolute;
  border: 1px solid #94A6B5;
  outline: none;
}

div[id*="HTMLInteraction"] #intTitle {
  height: 26px;
  width: 100%;
  outline: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-9 */
  border-bottom: 1px solid #B9B9B9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

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: 10px;
  color: #333333;
  font-weight: bold;
  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 {
  background: #f3c5bd;
  background: -moz-linear-gradient(-45deg, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%);
  background: -webkit-linear-gradient(-45deg, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%);
  background: linear-gradient(135deg, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=1 );
  border: none;
  border-radius: 27px;
  width: 17px;
  color: transparent;
  outline: none;
  cursor: pointer;
}

.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;
  outline: none;
}

div[id*="HTMLInteraction"] #intUserOptions {
  background: #efebe7;
  padding-left: 15px;
}

div[id*="HTMLInteraction"] #intUser {
  background: #efebe7;
}

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;
  background: #DADADA;
  border-top: 1px solid #A8B2B7;
}

div[id*="HTMLInteraction"] #intBtnDetails {
  left: 0%;
  bottom: 0%;
  height: 28px;
  width: 50%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position: 100% bottom;
  float: left;
  background: #DADADA;
  border-top: 1px solid #A0B3B8;
}

div[id*="HTMLInteraction"] #intBtnOk {
  right: 0%;
  bottom: 0%;
  height: 28px;
  width: 50%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  float: right;
  background: #DADADA;
  border-top: 1px solid #A8B2B7;
}

div[id*="HTMLInteraction"] #intBase {
  left: 0%;
  bottom: 0%;
  height: 32px;
  width: 100%;
  position: absolute;
  background: #DADADA;
  border-top: 1px solid #A8B2B7;
}

div[id*="HTMLInteraction"] #intBtnCancel button {
  background: #dadbe9;
  background: -webkit-gradient(linear, left top, left bottom, from(#CDB5A0),
  to(#dadbe9));
  background: -webkit-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -moz-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -ms-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -o-linear-gradient(top, #F2F2F2, #aaaaaa);
  border: 1px solid #a6a7b0;
  border-radius: 8px;
  bottom: 1%;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
  startColorstr='#ffffff', endColorstr='#dadbe9');
  position: absolute;
  height: 26px;
  min-width: 60px;
}

div[id*="HTMLInteraction"] #intBtnCancel button:enabled:hover {
  background: #dadbe9;
  background: -webkit-gradient(linear, left top, left bottom, from(#dadbe9),
  to(#ffffff));
  background: -webkit-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -moz-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -ms-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -o-linear-gradient(top, #aaaaaa, #F2F2F2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
  startColorstr='#dadbe9', endColorstr='#ffffff');
  color: #000000;
  outline: none;
}

div[id*="HTMLInteraction"] #intBtnDetails button {
  background: #dadbe9;
  background: -webkit-gradient(linear, left top, left bottom, from(#CDB5A0),
  to(#dadbe9));
  background: -webkit-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -moz-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -ms-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -o-linear-gradient(top, #F2F2F2, #aaaaaa);
  border: 1px solid #a6a7b0;
  border-radius: 8px;
  bottom: 1%;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
  startColorstr='#ffffff', endColorstr='#dadbe9');
  position: absolute;
  height: 26px;
  min-width: 60px;
  outline: none;
}

div[id*="HTMLInteraction"] #intBtnDetails button:enabled:hover {
  background: #dadbe9;
  background: -webkit-gradient(linear, left top, left bottom, from(#dadbe9),
  to(#ffffff));
  background: -webkit-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -moz-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -ms-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -o-linear-gradient(top, #aaaaaa, #F2F2F2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
  startColorstr='#dadbe9', endColorstr='#ffffff');
  color: #000000;
}

div[id*="HTMLInteraction"] #intBtnOk button {
  background: #dadbe9;
  background: -webkit-gradient(linear, left top, left bottom, from(#CDB5A0),
  to(#dadbe9));
  background: -webkit-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -moz-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -ms-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -o-linear-gradient(top, #F2F2F2, #aaaaaa);
  border: 1px solid #a6a7b0;
  border-radius: 8px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
  startColorstr='#ffffff', endColorstr='#dadbe9');
  position: absolute;
  bottom: 1%;
  right: 0%;
  height: 26px;
  min-width: 60px;
  outline: none;
}

div[id*="HTMLInteraction"] #intBtnOk button:enabled:hover {
  background: #dadbe9;
  background: -webkit-gradient(linear, left top, left bottom, from(#dadbe9),
  to(#ffffff));
  background: -webkit-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -moz-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -ms-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -o-linear-gradient(top, #aaaaaa, #F2F2F2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
  startColorstr='#dadbe9', endColorstr='#ffffff');
  color: #000000;
  outline: none;
}

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;
  outline: 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: #ffffb4;
}

.HTMLTreeview {
  color: #BFB8BF;
}

.HTMLTreeview > span {
  color: #747474;
}

/*****************************************/
/* HTMLAlert: Indicadores do Modo do Form*/
/*****************************************/
.HTMLAlert {
  width: 58px;
  height: 53px;
  top: 0px;
  right: 0px;
  text-align: center;
  position: absolute;
}

/**********************************************/
/* HTMLPage: Componente usado na aba localizar*/
/**********************************************/
.HTMLPage {
  border: 0;
  width: 100%;
  top: 0px;
  left: 0px;
  display: block;
  position: absolute;
}

/***********************************************/
/* WFRQueryForm: Aba Localizar: Básico/Avançado*/
/***********************************************/
.WFRQueryForm {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: calibri;
  font-size: 12px;
  background: #E9E7EA;
}

iframe[name="WFRQueryResults"] {
  width: 100%!important;
}

.WFRQueryForm #HeaderSearchParams {
  width: 100%;
  background-repeat: repeat-x;
  float: left;
}

.WFRQueryForm #HeaderSearchParamsTitle {
  text-align: center;
  font-family: calibri;
  font-size: 12px;
}

.WFRQueryForm #BodySearchFilterTitle {
  width: 115px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.WFRQueryForm #BodySearch {
  float: left;
  width: 98%;
  background: #E9E7EA;
}

.WFRQueryForm #HeaderResults {
  width: 100%;
  background-repeat: repeat-x;
  float: left;
}

.WFRQueryForm #HeaderResultsTitle {
  text-align: center;
}

.WFRQueryForm #BodySearchFilter {
  float: left;
  padding-left: 2px;
}

.WFRQueryForm #BodySearchFilterCombo select {
  background: transparent;
  border: 0px;
  width: 100%;
  padding: 4px;
  font-size: 11px;
  line-height: 1;
  height: 21px;
  outline: none;
}

.WFRQueryForm #BodySearchFilterCombo {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.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 #999999;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

/********************************************************************/
/* 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: #ffffff;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
  padding: 0;
  height: 15px;
  width: 40px;
}

#WFRNavigation button:enabled:hover {
  cursor: pointer;
  border: 1px solid #ff0000;
  color: #747474;
  outline: none;
}

#WFRNavigation button:disabled {
  cursor: default;
  background: #ffffff;
  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;
}

/* 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:*/
  border-radius: 5px;
  border-radius: 5px;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #cfcfcf 61%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(61%,#cfcfcf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#cfcfcf 61%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#cfcfcf 61%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#cfcfcf 61%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%,#cfcfcf 61%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 );
  /* IE6-9 */
  width: 100%;
}

/* 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: */
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #cfcfcf 61%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(61%,#cfcfcf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#cfcfcf 61%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#cfcfcf 61%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#cfcfcf 61%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%,#cfcfcf 61%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 );
  /* IE6-9 */

}

/* 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 orientação do menu vertical */
.HTMLMenuVertical .HTMLMenu li {
  position: relative;
  display: block;
  min-width: 90px;
}

/* Borda inferior interna do menu Vertical */
.HTMLMenuVertical .HTMLMenu li:not(:last-child) {
  border-bottom: 1px solid;
}

/* Borda lateral interna do menu Horizontal */
.HTMLMenuHorizontal .HTMLMenu li:not(:last-child) {
}

/* 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;
  font-weight: bold;
}

.HTMLMenu li a:hover {
  color: white;
  font-weight: bold;
}

/* Definindo o efeito do mouse over dos links (OPCIONAL) */
.HTMLMenu > li:not(.HTMLMenuFirstLevelDisabled) > a:hover {
  background: #5e86f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5e86f8 0%, #2561f5 75%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e86f8), color-stop(75%,#2561f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5e86f8 0%,#2561f5 75%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5e86f8 0%,#2561f5 75%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5e86f8 0%,#2561f5 75%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5e86f8 0%,#2561f5 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e86f8', endColorstr='#2561f5',GradientType=0 );
  /* IE6-9 */
}

/*****************************************/
/* HTMLMenu: Item Horizontal             */
/*****************************************/

/* Exibição do primeiro item no menu vertical */
.HTMLMenuVertical .HTMLMenu > li:not(.HTMLMenuFirstLevelDisabled):hover > .HTMLItem {
  display: block;
}

/* 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 {
  position: absolute;
  left: 100%;
  display: none;
  /* Itens opcionais/customizáveis: */
  top: -1px;
  min-width: 200px;
}

/* Exibição do item horizontal */
.HTMLItem li:not(.HTMLMenuRemainingLevelsDisabled):hover > .HTMLItem {
  display: block;
}

/* 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;
  /* Itens opcionais/customizáveis: */
  border: 0px solid;
}

.HTMLMenuVertical .HTMLMenu > li > .HTMLItem li {
  border: 0px solid;
}

/* 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;
  margin-left: -10px;
}

.HTMLMenuVertical > ul > li:not(.HTMLMenuFirstLevelDisabled):hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 0;
}

.HTMLMenuHorizontal .HTMLFirstLevel > a {
  text-align: center;
  line-height: 30px;
}

.HTMLMenuVertical .HTMLFirstLevel > a {
  text-align: left;
  line-height: 30px;
}

.HTMLRemainingLevels {
  background: #f2f2f2;
}
.HTMLRemainingLevels > a {
  min-height: 15px;
  text-align: left;
}

.HTMLRemainingLevels > a:hover {
  color: white;
}

.HTMLRemainingLevels :not(.HTMLMenuRemainingLevelsDisabled):hover {
  background: #5e86f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5e86f8 0%, #2561f5 75%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e86f8), color-stop(75%,#2561f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5e86f8 0%,#2561f5 75%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5e86f8 0%,#2561f5 75%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5e86f8 0%,#2561f5 75%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5e86f8 0%,#2561f5 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e86f8', endColorstr='#2561f5',GradientType=0 );
  /* IE6-9 */
}

/* 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: 30px;
  background: #A3A3A3;
  color: #FFF;
  font-weight: normal;
  box-shadow: inset 0px 0px 3px 3px #c3c3c3;
  -webkit-box-shadow: inset 0px 0px 3px 3px #c3c3c3;
  -moz-box-shadow: inset 0px 0px 3px 3px #c3c3c3;
}

.HTMLMenuVertical .HTMLMenuFirstLevelDisabled a {
  cursor: default;
  pointer-events: none;
  line-height: 30px;
  background: #A3A3A3;
  color: #FFF;
  font-weight: normal;
  box-shadow: inset 0px 0px 3px 3px #c3c3c3;
  -webkit-box-shadow: inset 0px 0px 3px 3px #c3c3c3;
  -moz-box-shadow: inset 0px 0px 3px 3px #c3c3c3;
}

/* 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;
  color: #fff;
}

.HTMLHorizontalArrowRight > a:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  background-image: url("menu_arrow_r.png");
}

.HTMLHorizontalArrowDown > a:after {
}

.HTMLVerticalFirstLevelArrow > a:after {
}

.HTMLVerticalRemainingLevelsArrow > a:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  background-image: url("menu_arrow_r.png");
}

/*******************************************/
/*            PESQUISA DO MENU             */
/*******************************************/
.DocumentSearchItens {
  top: 0;
  left: 0;
  position: relative;
  min-height: 40px;
  background-color: rgba(10, 13, 16, 0.85);
  z-index: 100000;
}

.DocumentSearchItens > input {
  position: relative;
  top: 0;
  width: 100%;
  min-height: 40px;
  background: transparent;
  border: none;
  color: rgb(20, 20, 20);
  line-height: 16px;
  text-align: left;
  text-indent: 15px;
  font-size: 13px;
  font-family: 'segoeWp', Arial, Sans-Serif;
  background-color: #fff;
  outline: none;
}

.resultSearchList {
  width: 100%;
  overflow: auto;
}

.resultSearchList #result-item-selected {
  background: url("arrow_item_menu.png") no-repeat center right 0px rgba(103, 106, 109, 0.8);
  padding-right: 30px;
  z-index: 10000;
}

.DocumentSearchItens > ul {
  position: relative;
  width: 100% !important;
  left: 0;
  font-size: 10pt;
  line-height: 30px;
  text-indent: 5px;
  padding: 0;
  margin: 0;
}

.DocumentSearchItens > .HTMLImage {
  left: 235px !important;
  border: none;
  top: 7px !important;
  box-shadow: none;
}

.DocumentSearchItens > ul > li {
  padding: 0;
}
.DocumentSearchItens > ul > li:hover {
  background-color: rgba(250, 250, 250, 0.1);
}

.DocumentSearchItens > ul > li > a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  display: block;
  text-decoration: none;
  line-height: 17px;
  padding-left: 8px;
  padding-right: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 11.5px;
}

.DocumentSearchItens .close-result {
  font-size: 20px;
  position: absolute;
  right: 0px;
  background-color: #EAEAEA;
  background: url("search-menu-close.png") no-repeat center center #EFEFEF;
  background-size: 15px;
  cursor: pointer;
  padding: 4px 12px 9px 13px;
  border: none;
  height: 40px;
  width: 35px;
  outline: none;
  opacity: 0.8;
}

.DocumentSearchItens .close-result:hover {
  opacity: 1;
}
.DocumentSearchItens .close-result:active {
  background-color: #D4D4D4;
}

.result-way {
  display: none;
  position: absolute;
  right: 0px;
  margin-top: 0px;
  padding: 7px 12px 5px 4px;
  line-height: 1;
  white-space: pre;
  color: black;
  cursor: default;
  background-color: #ecf0f1;
  font-size: 10px;
  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;
}

/********************************************/
/* Slider: Componente Slider                */
/********************************************/

.HTMLSlider {
  position: absolute;
  z-index: 100000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.HTMLSliderDisable {
  position: absolute;
  z-index: 100001;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}

.HTMLSliderSeletor {
  position: absolute;
  z-index: 4;
  height: 14px;
  width: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.HTMLSliderSeletor > span {
  position: absolute;
  bottom: -14px;
  width: 134px;
  left: -60px;
  cursor: default;
  text-align: center;
}
.HTMLSliderSeletor > img {
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.HTMLSliderSeletor>img:hover {
  cursor: -webkit-grab;
  cursor: -moz-grab;

}

.HTMLSliderSeletor >img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.HTMLSliderSeletor >img:focus {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.HTMLSliderBar {
  position: absolute;
  z-index: 4;
  background: #C0C0C0;
  box-shadow: inset 0px 0px 3px;
  border-radius: 4px;
  margin-top: 2px;
  height: 9px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.HTMLSliderBarSecundary {
  position: absolute;
  z-index: 4;
  background: -moz-linear-gradient(top, #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aebcbf), color-stop(50%,#6e7774), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
  background: linear-gradient(to bottom, #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
  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-radius: 0px;
  background: #FFFFFF;
}

.HTMLImageGalleryThumbnail {
  border-left: 1px solid #D3D1D1;
  border-right: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  border-radius: 0px;
  transition: 0.5s all;
  position: relative!important;
  float: left;
  left: 0px!important;
  top: 0px!important;
  margin: 3px;
}

.HTMLImageGalleryThumbnail:hover {
  border: 1px solid #FF0000;
  opacity: 1;
  box-shadow: 2px 2px 5px #ccc;
}

.HTMLImageGalleryThumbnail img {
  width: 100%;
  height: 100%;
}

.HTMLImageGalleryRemove {
  background: transparent;
  width: 16px;
  height: 16px;
  top: 2px;
  right: 2px;
  position: absolute;
  background-image: url("HTMLImageGallery/remove_item_galery_disabled.png");
  cursor: pointer;
  transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
}

.HTMLImageGalleryRemove:hover {
  background-image: url("HTMLImageGallery/remove_item_galery.png");
}

.HTMLImageGalleryExpandedBackground {
  width: 100%;
  height: 100%;
  z-index: 100100;
  background: #000000;
  opacity: 0.5;
  position: absolute;
}

.HTMLImageGalleryExpandedImage {
  z-index: 100110;
  box-shadow: 0px 0px 11px #000000;
}

/***************************************************/
/* HTMLCalendar: Componente Calendário *************/
/***************************************************/
.HTMLCalendarMain {
  background: #ffffff;
  background: -moz-linear-gradient(-45deg, #ffffff 0%, #e5e5e5 77%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff),
  color-stop(77%, #e5e5e5), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(-45deg, #ffffff 0%, #e5e5e5 77%, #e5e5e5 100%);
  background: -o-linear-gradient(-45deg, #ffffff 0%, #e5e5e5 77%, #e5e5e5 100%);
  background: -ms-linear-gradient(-45deg, #ffffff 0%, #e5e5e5 77%, #e5e5e5 100%);
  background: linear-gradient(135deg, #ffffff 0%, #e5e5e5 77%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
  endColorstr='#e5e5e5', GradientType=1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-width: 250px;
  min-height: 225px;
  color: #000;
  box-shadow: 0px 0px 5px #000;
  -webkit-box-shadow: 0px 0px 5px #000;
  -moz-box-shadow: 0px 0px 5px #000;
  -ms-box-shadow: 0px 0px 5px #000;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.HTMLCalendarHeader {
  position: relative;
  width: 100%;
  height: 20%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
  min-width: 250px;
  max-height: 38px;
  min-height: 30px;
}

.HTMLCalendarPreviousYear {
  position: relative;
  display: inline-block;
  background: url('HTMLCalendar/calendar_previous_year.gif');
  height: 28px;
  width: 28px;
  margin-top: 1%;
  margin-right: 4px;
  background-size: 75%;
  background-repeat: no-repeat;
}

.HTMLCalendarSpan {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  font-family: verdana;
  top: 10px;
}

.HTMLCalendarPreviousYear:hover {
  background: url('HTMLCalendar/calendar_previous_year_over.gif');
  background-repeat: no-repeat;
  background-size: 75%;
}

.HTMLCalendarPrevious {
  position: relative;
  display: inline-block;
  background: url('HTMLCalendar/calendar_previous.gif');
  height: 28px;
  width: 15%;
  max-width: 30px;
  min-width: 30px;
  margin-top: 1%;
  margin-right: 4px;
  background-size: 75%;
  background-repeat: no-repeat;
}

.HTMLCalendarPrevious:hover {
  background: url('HTMLCalendar/calendar_previous_over.gif');
  background-repeat: no-repeat;
  background-size: 75%;
}

.HTMLCalendarInformation {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  font-family: verdana;
  top: -10px;
  width: 110px;
  left: -4px;
  font-weight: bold;
  font-size: 10px;
}

.HTMLCalendarNext {
  position: relative;
  display: inline-block;
  background: url('HTMLCalendar/calendar_next.gif');
  height: 28px;
  width: 15%;
  max-width: 30px;
  min-width: 30px;
  margin-top: 1%;
  margin-right: 4px;
  background-size: 75%;
  background-repeat: no-repeat;
}

.HTMLCalendarNext:hover {
  background: url('HTMLCalendar/calendar_next_over.gif');
  background-repeat: no-repeat;
  background-size: 75%;
}

.HTMLCalendarNextYear {
  position: relative;
  display: inline-block;
  background: url('HTMLCalendar/calendar_next_year.gif');
  height: 28px;
  width: 15%;
  max-width: 30px;
  min-width: 10px;
  margin-top: 1%;
  margin-right: -5px;
  background-size: 75%;
  background-repeat: no-repeat;
}

.HTMLCalendarNextYear:hover {
  background: url('HTMLCalendar/calendar_next_year_over.gif');
  background-repeat: no-repeat;
  background-size: 75%;
}

.HTMLCalendarDaysOfTheWeek {
  position: relative;
  width: 100%;
  height: 11.4%;
  text-align: center;
  background: #c3c3c3;
  color: #fff;
  box-shadow: inset 0px 0px 6px #000;
}

.HTMLCalendarCellDayOfTheWeek {
  position: relative;
  width: 13%;
  height: 100%;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  color: #000;
  top: 10%;
  font-family: verdana;
  font-size: 100%;
}

.HTMLCalendarDaysOfTheMonth {
  position: relative;
  width: 100%;
  height: 11.4%;
  top: 3%;
  text-align: center;
}

.HTMLCalendarCellDayOfTheMonth {
  position: relative;
  width: 13%;
  height: 100%;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  font-family: verdana;
  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;
}

.HTMLCalendarCellDayOfTheMonth:hover {
  background: #ccc;
}

.HTMLCalendarOfToday {
  position: relative;
  width: 13%;
  height: 70% !important;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  font-family: verdana;
  font-size: larger;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  cursor: pointer;
  font-weight: bold;
  background: white;
  box-shadow: inset 0px 4px 5px #ccc;
}

.HTMLCalendarCellHoliday {
  position: relative;
  width: 13%;
  height: 100%;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  font-family: verdana;
  color: red;
  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;
}

.HTMLCalendarCellHoliday:hover {
  background: #ccc;
}

.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;
  font-weight: bold;
}

.HTMLCalendarCellActivity:hover {
  background: #FFFAFA;
}

/*****************************/
/* 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 Mí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-radius: 3px;
  min-height: 100px;
  z-index: 100000;
  padding: 4px;
  background-color: rgba(90, 210, 253, 0.8);
}

.HTMLRSSSlider {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.HTMLRSSTitle {
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  font-weight: bold;
  text-align: center;
  width: 94%;
  height: auto;
  min-height: 30px;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  z-index: 1;
  left: 3%;
  padding-top: 2%;
  TEXT-TRANSFORM: uppercase;
  margin-bottom: 2px;
  border-bottom: 1px #1F629C solid;
  background-image:
  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAYCAYAAAD3Va0xAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAATNJREFUOI3d1LtKA2EQhuGHiBHRwlq8ADVWegMWEgTBUrwTsdNGLDQQDGgraulliN6DeG48gcQmiU0s3IXZdQ3R0oGB5ftn3p3Dv8u/twru8YFnnGMPyyj/BrSG7g/+ik2M9VvRXQ9YF09Y7beyMsaxgC3cFAD3MdAvMLUSVnCbg53+BQYjOM7BDooCp5O3dnCFIywWxO3kYN9mtq54wBeYzMWeyC4gs80pXP8Ae8d8iB2V3fBGUYtDmMUuWjlYrGw1nL1gsAiWWnrb04SzcFaS3eRSL1AKa4eEajjbDno9baeBZuJ12e+rFhIOg17NV9vwfcD1kDAX9MugT8huT7MA9BYShoPeDvpQ0DulwslkrYWH5Pkp6J2gP0rayFdUy8FmfF3aSi+9nMDeEq/55c/sn9snXMuG27V7nhIAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
}

.HTMLRSSItem {
  position: relative;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
  width: 94%;
  margin-top: 10px;
  margin-left: 3%;
}

.HTMLRSSItemTitle {
  position: relative;
  font-size: 14px;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}

.HTMLRSSItemTitle span {
  display: table;
  margin-top: auto;
}

.HTMLRSSDescription {
  position: relative;
  width: 100%;
  font-size: 12px;
  height: auto;
  color: rgba(255, 255, 255, 0.9);
  float: left;
  margin-bottom: 10px;
}

.HTMLRSSDescription * {
  float: left;
  vertical-align: 30%
}

.HTMLRSSDescription img {
  margin-right: 10px;
  max-width: 75px;
  border: 3px solid #FFF;
}

.HTMLRSSDescription br {
  display: none;
}

.HTMLRSSSeparator {
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #1F629C;
  float: left;
}

/***************************************************/
/* Tabela: Novo Componente Tabela (Feito em Maker) */
/***************************************************/

.HTMLTable {
  border-bottom: 1px solid #c9b6b6;
  border-top: 1px solid #c9b6b6;
  border-left: 1px solid #ababab;
  border-right: 1px solid #ababab;
  background-color: white;
}

.HTMLTableAllModes {
  z-index: 100000;
}

.HTMLTableDragDrop {  
  border-bottom: 1px solid #c9b6b6;
  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 #0066ff;
}

.HTMLTable .HTMLEdit input:hover {

}

.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: -webkit-gradient(linear, left top, left bottom, from(#CDB5A0),
  to(#DADBE9));
  background: -webkit-linear-gradient(top, #F2F2F2, #AAA);
  background: -moz-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -ms-linear-gradient(top, #F2F2F2, #aaaaaa);
}

.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: -webkit-gradient(linear, left top, left bottom, from(#CDB5A0),
  to(#DADBE9));
  background: -webkit-linear-gradient(top, #F2F2F2, #AAA);
  background: -moz-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -ms-linear-gradient(top, #F2F2F2, #aaaaaa);
}

.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: #DADBE9;
  background: -webkit-gradient(linear, left top, left bottom, from(#DADBE9),
  to(#FFF));
  background: -webkit-linear-gradient(top, #AAA, #F2F2F2);
  background: -moz-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -ms-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -o-linear-gradient(top, #aaaaaa, #F2F2F2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
  startColorstr='#dadbe9', endColorstr='#ffffff');
}

.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: #FFF;
}

.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 > div {
  background-color: #CCC!important;
}

.HTMLTableBodyRowSelected > div:hover {
  background-color: #CCC;
}

.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;
  width:100%;
  height:100%;
}

.HTMLTableContainerPagination {
  background: #D9D9D9;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -21px;
}

.HTMLTablePrevious, .HTMLTableNext, .HTMLTableFirst,.HTMLTableLast {
  position: absolute;
  width: 32px;
  height: 16px;
  background-size: 256px 16px;
  background-repeat: no-repeat;
  top: 2px;
  cursor: pointer;
  -webkit-transition: 0.2s opacity ease-in;
  -moz-transition: 0.2s opacity ease-in;
  -ms-transition: 0.2s opacity ease-in;
  -o-transition: 0.2s opacity ease-in;
  transition: 0.2s opacity ease-in;
  opacity: 0.6;
}

.HTMLTablePrevious:not(.HTMLTablePreviousDisabled):hover, .HTMLTableNext:not(.HTMLTableNextDisabled):hover, .HTMLTableFirst:not(.HTMLTableFirstDisabled):hover,.HTMLTableLast:not(.HTMLTableLastDisabled):hover {
  opacity: 1;
}

.HTMLTablePreviousDisabled, .HTMLTableNextDisabled,.HTMLTableFirstDisabled,.HTMLTableLastDisabled {
  cursor: default;
  pointer-events: none;
}

.HTMLTablePrevious {
  background-position: -64px;
  right: 70px;
  background-image: url("HTMLTable/nav_pagination.png");
}

.HTMLTablePreviousDisabled {
  background-position: -96px;
  background-image: url("HTMLTable/nav_pagination.png");
}

.HTMLTableNext {
  background-position: -128px;
  right: 35px;
  background-image: url("HTMLTable/nav_pagination.png");
}

.HTMLTableNextDisabled {
  background-position: -160px;
  background-image: url("HTMLTable/nav_pagination.png");
}

.HTMLTableFirst {
  background-position: 0px;
  right: 105px;
  background-image: url("HTMLTable/nav_pagination.png");
}

.HTMLTableFirstDisabled {
  background-position: -32px;
  background-image: url("HTMLTable/nav_pagination.png");
}
.HTMLTableLast {
  background-position: -192px;
  right: 0;
  background-image: url("HTMLTable/nav_pagination.png");
}

.HTMLTableLastDisabled {
  background-position: -224px;
  background-image: url("HTMLTable/nav_pagination.png");
}

.HTMLTableInputPagination {
  font-weight: bold;
  height: 16px;
  top: 2px;
  position: relative;
  float: left;
  margin-left: 5px;
  font-size: 11px;
}

.HTMLTableSpanPagination {
  line-height: 20px;
  position: relative;
  float: left;
  margin-left: 4px;
  color: #808080;
}


.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 #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;
  right: 2px;
  width: 10px;
  position: relative;
  float: right;
  cursor: pointer;
}

.HTMLTableSumaryGeneral {
  background: #BFBFBF;
}

.HTMLTableIntermediary {  
  overflow-y: hidden!important;
  height: 100%;  
}

.HTMLTableBodyCell .HTMLLookup-ReadOnly input{
  background: transparent!important;
  border: 0px solid;
  box-shadow: 0px 0px 0px #000;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
  padding-right: 2px;
  color: #6E6E6E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.HTMLTableBodyCell .HTMLLookup input{
  background: transparent!important;
  border: 0px solid;
  box-shadow: 0px 0px 0px #000;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
  padding-right: 2px;
  color: #6E6E6E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*************************************************/
/* HTMLScrollBar: Barra de Rolagem               */
/*************************************************/

.HTMLScrollBar {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;  
}

.HTMLScrollBar:hover, .HTMLScrollBar:active {
  background-color: rgba(211,211,211,0.3);
}

.HTMLScrollThumbX, .HTMLScrollThumbY {
  position: relative;
  background-color: rgb(193, 193, 193);
}

.HTMLScrollThumbX {
  height: 14px;
  min-width: 20px;
  display: none!important;
}

.HTMLScrollBarX {
  display: none;
}

.HTMLScrollThumbY {
  width: 14px;
  min-height: 20px;
}

/*************************************************/
/*                COMPONENTE ABA                 */
/************************************************/
.HTMLTabComponent, .HTMLTabComponentClose {
  background-color: #FFFFFF;
  color: #000000;
  max-width: 10px;
  min-width: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.HTMLTabComponent {
  border-top-left-radius: 0px;
}

.HTMLTabComponentClose {
  border-top-right-radius: 0px;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
}

.fecharAba>span {
  color: #000 !important;
}

.fecharAbaDesabilitada>span {
  color: #00A2C6 !important;
}

.separarAba img {
  width: 14px;
  height: auto;
  top: 3px;
  margin-left: -3px;
  position: absolute;
}

.HTMLTabComponentSelected {
  background: #B1DBF3;
  background: -moz-linear-gradient(top, #b1dbf3 1%, #69b0e4 36%, #78bff3 63%, #d4fbff
  98%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #B1DBF3),
  color-stop(36%, #69B0E4), color-stop(63%, #78BFF3),
  color-stop(98%, #D4FBFF));
  background: -webkit-linear-gradient(top, #B1DBF3 1%, #69B0E4 36%, #78BFF3 63%,
  #D4FBFF 98%);
  background: -ms-linear-gradient(top, #b1dbf3 1%, #69b0e4 36%, #78bff3 63%, #d4fbff
  98%);
  background: linear-gradient(to bottom, #B1DBF3 1%, #69B0E4 36%, #78BFF3 63%, #D4FBFF
  98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1dbf3',
  endColorstr='#d4fbff', GradientType=0);
  border-top: 1px solid #91A7B4;
  border-left: 1px solid #91A7B4;
}

.HTMLTabComponentUndockSelected {
  background: #B1DBF3;
  background: -moz-linear-gradient(top, #b1dbf3 1%, #69b0e4 36%, #78bff3 63%, #d4fbff
  98%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #B1DBF3),
  color-stop(36%, #69B0E4), color-stop(63%, #78BFF3),
  color-stop(98%, #D4FBFF));
  background: -webkit-linear-gradient(top, #B1DBF3 1%, #69B0E4 36%, #78BFF3 63%,
  #D4FBFF 98%);
  background: -ms-linear-gradient(top, #b1dbf3 1%, #69b0e4 36%, #78bff3 63%, #d4fbff
  98%);
  background: linear-gradient(to bottom, #B1DBF3 1%, #69B0E4 36%, #78BFF3 63%, #D4FBFF
  98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1dbf3',
  endColorstr='#d4fbff', GradientType=0);
  border-top: 1px solid #91A7B4;
}

.HTMLTabComponentCloseSelected {
  background: -moz-linear-gradient(top, #b1dbf3 1%, #69b0e4 36%, #78bff3 63%, #d4fbff
  98%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #B1DBF3),
  color-stop(36%, #69B0E4), color-stop(63%, #78BFF3),
  color-stop(98%, #D4FBFF));
  background: -webkit-linear-gradient(top, #B1DBF3 1%, #69B0E4 36%, #78BFF3 63%,
  #D4FBFF 98%);
  background: -ms-linear-gradient(top, #b1dbf3 1%, #69b0e4 36%, #78bff3 63%, #d4fbff
  98%);
  background: linear-gradient(to bottom, #B1DBF3 1%, #69B0E4 36%, #78BFF3 63%, #D4FBFF
  98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1dbf3',
  endColorstr='#d4fbff', GradientType=0);
  border-top: 1px solid #91A7B4;
  border-right: 1px solid #91A7B4;
}

.HTMLTabComponent {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2),
  to(#AAA));
  background: -webkit-linear-gradient(top, #F2F2F2, #AAA);
  background: -moz-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -ms-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -o-linear-gradient(top, #F2F2F2, #aaaaaa);
  border-top: 1px solid #91A7B4;
  border-left: 1px solid #91A7B4;
}

.HTMLTabComponentClose {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2),
  to(#AAA));
  background: -webkit-linear-gradient(top, #F2F2F2, #AAA);
  background: -moz-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -ms-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -o-linear-gradient(top, #F2F2F2, #aaaaaa);
  border-top: 1px solid #91A7B4;
  border-right: 1px solid #91A7B4;
}

.HTMLTabComponentUndock {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2),
  to(#AAA));
  background: -webkit-linear-gradient(top, #F2F2F2, #AAA);
  background: -moz-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -ms-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -o-linear-gradient(top, #F2F2F2, #aaaaaa);
  border-top: 1px solid #91A7B4;
}

.HTMLTabComponentSelected, .HTMLTabComponentCloseSelected {
  color: #000000;
  max-width: 10px;
  min-width: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.HTMLTabComponent>a {
  color: #000 !important;
}

.HTMLTabComponentSelected>a {
  color: #000 !important;
}

.HTMLTabComponentSelected {
  border-top-left-radius: 0px;
}

.HTMLTabComponentCloseSelected {
  border-top-right-radius: 0px;
  vertical-align: middle !important;
  font-size: 12px;
  text-align: center;
}

.HTMLTabComponentRow table {
  border-bottom: 4px solid #3173AD;
  width: 100% !important;
}

.HTMLTabComponentGroupBox {
  top: 50px !important;
}

/********************************************/
/* WFRReport: 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%, #cfcfcf 61%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF),
  color-stop(61%, #CFCFCF));
  background: -webkit-linear-gradient(top, #FFF 0%, #CFCFCF 61%);
  background: -o-linear-gradient(top, #ffffff 0%, #cfcfcf 61%);
  background: -ms-linear-gradient(top, #ffffff 0%, #cfcfcf 61%);
  background: linear-gradient(to bottom, #FFF 0%, #CFCFCF 61%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
  endColorstr='#cfcfcf', GradientType=0);
}

#WFRReportHeaderActions div, #WFRReportHeaderActions span {
  cursor: pointer;
  padding: 2px;
}

/* Style da cor de fundo da baorda da janela de filtro do relatório*/
#WFRReportHeaderOptions {

}

#WFRReportHeaderActionsPreview, #WFRReportHeaderActionsDesign,
#WFRReportHeaderActionsOrder, #WFRReportHeaderActionsReload,
#WFRReportHeaderOptionsPlugin, #WFRReportHeaderOptionsReportGenerator,
#WFRReportHeaderOptionsReportFormat {
  float: left;
}

#WFRReportHeaderActions img, #WFRReportHeaderOptionsPlugin img {
  vertical-align: middle;
}

#WFRReportHeaderOptionsPlugin {
  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: 11px;
  color: #5F5F5F;
}

/* Style referente as fontes dos textos da janela de filtro do relatório*/
.WFRUserSelectReport {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
}

#WFRReportHeaderOptionsReport {
  float: right;
}

#WFRReportHeaderOptionsReport span {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  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-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: -moz-linear-gradient(top, #ffffff 0%, #cfcfcf 61%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF),
  color-stop(61%, #CFCFCF));
  background: -webkit-linear-gradient(top, #FFF 0%, #CFCFCF 61%);
  background: -o-linear-gradient(top, #ffffff 0%, #cfcfcf 61%);
  background: -ms-linear-gradient(top, #ffffff 0%, #cfcfcf 61%);
  background: linear-gradient(to bottom, #FFF 0%, #CFCFCF 61%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
  endColorstr='#cfcfcf', GradientType=0);
}

/* Style dos textos da janela de Ordenação do Relatório*/
.WFRUserSelectReportOrder {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #494949;
  ;
}

.WFRReportButtonOrderOk, .WFRReportButtonOrderClose {
  width: 70px;
  height: 20px;
  border: 1px solid #A6A7B0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-border-radius: 8px;
  cursor: pointer;
  color: #000;
  padding: 0;
  vertical-align: middle;
  outline: none;
  background: -webkit-linear-gradient(bottom, #F2F2F2, #AAA);
  background: -o-linear-gradient(bottom, #F2F2F2, #AAAAAA);
  background: -moz-linear-gradient(bottom, #F2F2F2, #AAAAAA);
  background: linear-gradient(to bottom, #F2F2F2, #AAA);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
  startColorstr='#aaaaaa', endColorstr='#F2F2F2');
}

.WFRReportButtonOrderOk:hover, .WFRReportButtonOrderClose:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#DADBE9),
  to(#FFF));
  background: -webkit-linear-gradient(top, #AAA, #F2F2F2);
  background: -moz-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -ms-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -o-linear-gradient(top, #aaaaaa, #F2F2F2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
  startColorstr='#aaaaaa', endColorstr='#F2F2F2');
  color: #000;
  outline: none;
}

/********************************************/
/* AccessManager: Janela Modo Gerente*/
/********************************************/
#AccessManagerBackground {
  background: #FFF;
  background: -moz-linear-gradient(top, #ffffff 0%, #cfcfcf 61%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF),
  color-stop(61%, #CFCFCF));
  background: -webkit-linear-gradient(top, #FFF 0%, #CFCFCF 61%);
  background: -o-linear-gradient(top, #ffffff 0%, #cfcfcf 61%);
  background: -ms-linear-gradient(top, #ffffff 0%, #cfcfcf 61%);
  background: linear-gradient(to bottom, #FFF 0%, #CFCFCF 61%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
  endColorstr='#cfcfcf', GradientType=0);
}

#AccessManagerBackgroungTitleBar {
  background: #A2A6A5;
  box-shadow: inset 0px 3px 9px -3px #000;
}

#AccessManagerFontTitleAccessPermissions {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  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: 12px;
  color: #ccc;
}

#AccessManagerFontMenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}

#AccessManagerFontUpdateGroups {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #898989;
  font-weight: bold;
}

#AccessManagerAccessPermissionsBackground {
  background: #ffffff;
}

/********************************************/
/*                MENU: Atalhos             */
/********************************************/
.HTMLMenuShortCut {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1000;
}

.HTMLMenuShortCut>img {
  position: absolute;
  width: 40px;
  height: 40px;
}

.HTMLMenuShortCut>span {
  position: absolute;
  top: 40px;
  text-align: center;
  width: 80px;
  left: -50%;
  overflow-wrap: break-word;
}


/********************************************/
/*              ORGANOGRAMA                */
/********************************************/

/*CLASSES API*/

.google-visualization-orgchart-lineleft {
  border-left: 1px solid #717171;
}

.google-visualization-orgchart-linebottom {
  border-bottom: 1px solid #717171;
}

.google-visualization-orgchart-lineright {
  border-right: 1px solid #717171;
}

.GoogleChartOrg {
  text-align: center;
  vertical-align: middle;
  font-family: arial,helvetica;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #AFAFAF;
  color: #3E4244;
  min-width: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#D0D0D0));
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#D0D0D0));
  background: -moz-linear-gradient(top, #F2F2F2, #D0D0D0);
  background: -ms-linear-gradient(top, #F2F2F2, #D0D0D0);
  background: -o-linear-gradient(top, #F2F2F2, #D0D0D0);
}

.GoogleChartOrg:hover {
  background: #E9E9E9;
}

.GoogleChartOrgSelected {
  border: 1px solid #717171;
  min-width: 40px;
  overflow: hidden;
  position: relative;
  background: #b1dbf3;
  background: -moz-linear-gradient(top, #b1dbf3 1%, #69b0e4 36%, #78bff3 63%, #d4fbff 98%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #b1dbf3), color-stop(36%, #69b0e4), color-stop(63%, #78bff3), color-stop(98%, #d4fbff));
  background: -webkit-linear-gradient(top, #b1dbf3 1%, #69b0e4 36%, #78bff3 63%, #d4fbff 98%);
  background: -ms-linear-gradient(top, #b1dbf3 1%, #69b0e4 36%, #78bff3 63%, #d4fbff 98%);
  background: linear-gradient(to bottom, #b1dbf3 1%, #69b0e4 36%, #78bff3 63%, #d4fbff 98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1dbf3', endColorstr='#d4fbff', GradientType=0);
}

.GoogleChartOrgSelected:hover {
  border-color: #464646;
  background: #b1dbf3;
  background: -moz-linear-gradient(top, #b1dbf3 1%, #69b0e4 36%, #78bff3 63%, #d4fbff 98%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #b1dbf3), color-stop(36%, #69b0e4), color-stop(63%, #78bff3), color-stop(98%, #d4fbff));
  background: -webkit-linear-gradient(top, #b1dbf3 1%, #69b0e4 36%, #78bff3 63%, #d4fbff 98%);
  background: -ms-linear-gradient(top, #b1dbf3 1%, #69b0e4 36%, #78bff3 63%, #d4fbff 98%);
  background: linear-gradient(to bottom, #b1dbf3 1%, #69b0e4 36%, #78bff3 63%, #d4fbff 98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1dbf3', endColorstr='#d4fbff', GradientType=0);
}

/********************************************/
/*              Localizar                   */
/********************************************/
.CustomTabSearch > div {
  position: relative;
  width: calc(100% - 95px);
  height: 45px;
  overflow-x: hidden;
  overflow-y: auto;
}

#busca_acao {
  width: 95px;
  transition: 1s all;
}

#div_busca_rodape {
  bottom: 7px!important;
  width: 100%;
  overflow: hidden;
}

.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: 2px 7px 0px 1px;
  font-weight: bold;
}

#div_busca_avancada_container {
  float: left!important;
  width: 100%;
}


#busca_acao_avancada {
  float: right!important;
  width: 95px!important;
}

.CustomTabSearch > tr {
  text-align: center;
  cursor: pointer;
}

#div_busca_avancada {
  position: absolute;
  height: calc(100% - 24px);
  display: table;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.619608);
  font-size: 15px;
  width: 100%;
}

#div_busca_avancada > 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;
}

/********************************************/
/*                  UPLOAD                   */
/********************************************/

.HTMLBodyUpload {
  background: #fff;
}

.HTMLButtonUpload {
  border: 1px solid #a6a7b0;
  border-radius: 20px;
  cursor: pointer;
  color: #000000;
  padding: 0;
  vertical-align: middle;
  outline: none;
  background: -webkit-linear-gradient(bottom, #F2F2F2, #AAAAAA);
  background: -o-linear-gradient(bottom, #F2F2F2, #AAAAAA);
  background: -moz-linear-gradient(bottom, #F2F2F2, #AAAAAA);
  background: linear-gradient(to bottom, #F2F2F2, #AAAAAA);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aaaaaa', endColorstr='#F2F2F2');
  width: 100px;
  height: 35px;
}

.HTMLButtonUpload:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#dadbe9),to(#ffffff));
  background: -webkit-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -moz-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -ms-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -o-linear-gradient(top, #aaaaaa, #F2F2F2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#aaaaaa', endColorstr='#F2F2F2');
  outline: none;
}

.HTMLButtonUpload:hover a {
  color: #000!important;
}

.HTMLButtonUpload .botao {
  color: #000000!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: linear-gradient(to bottom, #ffffff 0%,#cfcfcf 61%);
  width: 100%;
  height: 100%;  
}
/*Configurações Gerais*/

.HTMLAccordion section h2 a{
  padding:8px 10px;
  display:block; 
  font-size:100%; 
  font-weight:normal;
  font-family:Arial, Sans-Serif;
  color: black; 
  text-decoration:none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*Apresentação do Slide fechado*/
.HTMLAccordion section{
  float: left; 
  cursor: pointer; 
  overflow: hidden;
  background: #cfcfcf;
  margin:1.9px;
  border-radius: 5px; 
}

.HTMLAccordion section:hover {
  background: linear-gradient(to bottom, #5e86f8 0%,#2561f5 75%);
  transition: background 0.4s;
}

.HTMLAccordion section:hover > h2 > a {
  color:white;
}

.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; 
  background: linear-gradient(to bottom, #cfcfcf 0%, #ffffff 61%);
}
/**/
.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;
  background: linear-gradient(to bottom, #ffffff 0%, #cfcfcf 61%);
}
/**/
.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 #2561f5;
}

.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: black!important;
  font-family: calibri;
}

.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 #2561f5;
}

.HTMLAccordionVerticalOpen:after{ 
  left:-9999px!important;
}

.HTMLAccordionVerticalOpen p {
  visibility:visible!important;
}
.HTMLAccordionVerticalOpen div {
  visibility:visible!important; 
  color:black!important;
}

.HTMLAccordionVerticalOpen h2 a{
  color: black!important;
  font-family: calibri;
}


/***********************************/
/****** Classe HTMLMessage  ********/ 
/**********************************/

.HTMLMessage {
  left: calc(50% - 150px);
  position: absolute;
  top: 30%;
  z-index: 999998;
  background: #e9e7ea;
  min-height: 85px;
  width: 300px;
  border: 2px solid #b7b7b7;
  border-radius: 3px;
  box-shadow: 0px 0px 30px 11px #b7b7b7;
  transition: top 0.2s;
  animation: showHTMLMessage 0.2s;
}

@media screen and (max-height: 300px){
  .HTMLMessage{
    top: 0px;
    transform: scale(.8);
  }
}

/* Remoção dos outlines */

.HTMLMessage * {
	outline: none;
}

/**
* 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 {
  font-size: 11px;
  margin: 0px;
  position: absolute;
  top: 0px;
  color: #000;
  margin-bottom: 10px;
  background-color: #000;
  border-bottom: 1px solid #969696;
  width: calc(100% - 8px);
  height: 15px;
  padding-top: 3px;
  padding-left: 8px;
  background: #b7b7b7;
  background: -webkit-linear-gradient(to bottom, #afafaf , #c5c5c5);
  background: -o-linear-gradient(to bottom, #afafaf , #c5c5c5);
  background: -moz-linear-gradient(to bottom, #afafaf , #c5c5c5);
  background: linear-gradient(to bottom, #afafaf , #c5c5c5);
}

/**
* Classe HTMLMessageMessage (mensagem)
**/

.HTMLMessageMessage {
  display: block;
  text-align: left;
  font-size: 12px;
  font-family: sans-serif;
  margin-top: 25px;
  margin-left: .5em;
  margin-right: .5em;
  margin-bottom: 15px;
  position: relative;
}

.HTMLMessageContainerButtons {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 5px;
  min-height: 2.5em;
  color: white;
  overflow: hidden;
  text-align: center;
  font-size: small;
  font-family:arial, sans-serif;
}

.HTMLMessageConfirm {
  position: relative;
  display: block;
  height: 20px;
  width: 85px;
  /*top: 38px;*/
  background: -webkit-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -o-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -moz-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: linear-gradient(top, #F2F2F2, #aaaaaa);
  border-radius: 5px;
  border: 1px solid #a6a7b0;
  color: #000000;
  font-weight: bold;
  font-size: 11px;
  font-family: inherit;
  display: none;
  /*float: left;*/
  margin: 0 auto;
  /*box-shadow: 1px 1px 1px 1px;*/
  transition: background-color 0.2s;
}

.HTMLMessageConfirm:hover {
  background: #F2F2F2;
  background: -webkit-gradient(linear, left top, left bottom, from(#dadbe9),
  to(#ffffff));
  background: -webkit-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -moz-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -ms-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -o-linear-gradient(top, #aaaaaa, #F2F2F2);
  color: #000;
  outline: none;
  cursor: pointer;
}

.HTMLMessageConfirmError {
  position: relative;
  display: block;
  height: 20px;
  width: 85px;
  /*top: 38px;*/
  background: -webkit-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -o-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -moz-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: linear-gradient(top, #F2F2F2, #aaaaaa);
  border-radius: 5px;
  border: 1px solid #a6a7b0;
  color: #000000;
  font-weight: bold;
  font-size: 11px;
  font-family: inherit;
  display: none;
  /*float: left;*/
  margin: 0 auto;
  /*box-shadow: 1px 1px 1px 1px;*/
  transition: background-color 0.2s;
}

.HTMLMessageConfirmError:hover {
  background: #F2F2F2;
  background: -webkit-gradient(linear, left top, left bottom, from(#dadbe9),
  to(#ffffff));
  background: -webkit-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -moz-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -ms-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -o-linear-gradient(top, #aaaaaa, #F2F2F2);
  color: #000;
  outline: none;
  cursor: pointer;
}


.HTMLMessageCancel {
  position: relative;
  display: block;
  height: 20px;
  width: 85px;
  background: -webkit-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -o-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: -moz-linear-gradient(top, #F2F2F2, #aaaaaa);
  background: linear-gradient(top, #F2F2F2, #aaaaaa);
  border-radius: 5px;
  border: 1px solid #a6a7b0;
  color: #000000;
  font-weight: bold;
  font-size: 11px;
  font-family: inherit;
  display: none;
  transition: background-color 0.2s;
  margin: 0px 10px auto auto;
}

.HTMLMessageCancel:hover {
  background: #F2F2F2;
  background: -webkit-gradient(linear, left top, left bottom, from(#dadbe9),
  to(#ffffff));
  background: -webkit-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -moz-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -ms-linear-gradient(top, #aaaaaa, #F2F2F2);
  background: -o-linear-gradient(top, #aaaaaa, #F2F2F2);
  color: #000;
  cursor: pointer;
}

.HTMLMessageInputText {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #cccccc;
  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: 1px solid #0099FF;
}

.HTMLMessageInputText:hover {
  border: 1px solid #0066ff;
}


.HTMLMessageWarning {
  width: 40px;
  height: 40px;
  border: 4px solid gray;    
  border-radius: 50%;
  border-color: #F8BB86;
  position: relative;
  box-sizing: content-box;
  float: left;    
  margin: 30px 20px 8px 16px;
}

.HTMLMessageWarningBody {
  position: absolute;  
  height: 16px;
  left: 50%;
  top: 6px;
  -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: 5px;
  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: #c52c10;
  border-radius: 40px;
  border-radius: 50%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: content-box;
  margin: 25px 15px 1px;
  float: left;
  
}

.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: #c52c10;
  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;
  right: 15px;
  float: right;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.HTMLMessageDetails *{
  background-color: #9c9c9c;
}

.HTMLMessagePlusX {
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: calc(50% - 6px);
  position: absolute;
  height: 2px;
  width: 12px;
  display: block;
  top: calc(50% - 6px);
  transition: transform 0.2s ease-in;
  transition-delay: 0.1s;
}

.HTMLMessagePlusXClick {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: calc(50% - 6px);
  position: absolute;
  height: 2px;
  width: 12px;
  display: block;
  top: calc(50% - 6px);
  transition: transform 0.3s ease-in;
  transition-delay: 0.1s;
}

.HTMLMessagePlusY {
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 2px;
  width: 12px;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  display: block;
  position: absolute;
  transition: transform 0.3s;
  transition-delay: 0.1s;
}

.HTMLMessagePlusYClick {
  cursor: pointer;
  height: 2px;
  width: 12px;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  display: block;
  position: absolute;
  transition: transform 0.4s ease-out;
  transition-delay: 0.1s;
}


@keyframes showHTMLMessage{
  0%{
  transform: scale(0.7);
  opacity: 0.5;
  }
  50%{
  transform: scale(1.2);
  opacity: 0.7;
  }
  70%{
  transform: scale(1.1);
  opacity: 0.9;
  }
  100%{
  transform: scale(1);
  opacity: 1;
  }
}

.HTMLMessageTextDetails {
  padding: 10px;
}



.HTMLMessageLeftEscape {
  position: relative;
  animation-name: HTMLMessageEscapeToLeft;
  animation-duration: 0.2s;
}

@-webkit-keyframes HTMLMessageEscapeToLeft{
  0%{opacity: 1;}
  25%{opacity: 0.7; left: -70px; transform: scale(.9)}
  50%{opacity: 0.5; left: -140px; transform: scale(.7)}
  75%{opacity: 0.3; left: -210px; transform: scale(.6)}
  80%{opacity: 0.2; left: -280px;  transform: scale(.4)}
  100%{opacity: 0.1; left: -360px; transform: scale(.2)}
}

@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)}
}

/* Inicio */

/*******************************************************/
/* HTMLListagem: Componente Listagem                   */
/*******************************************************/
.HTMLListagem .HTMLImage{
  cursor: pointer;
  max-width: 30px;
}

.HTMLListagemFields {
   overflow: auto;
   height: calc(100% - 90px);
   width: 100%!important;
}

.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 .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;
}

.HTMLListagemFields > div .HTMLLabel > div > div {
    background: rgba(255, 255, 255, 0)!important;
}

.HTMLListagemNome {
    width: 50% !important;
  height: 20px !important;
}

.HTMLListagemVersao {
        width: calc(50% - 5px) !important;
    left: 50% !important;
    margin-left: 5px;
    height: 20px !important;
}

.HTMLListagemSeparador > div:nth-child(1){
        margin-top: 2px;
}

.HTMLListagemFieldsEven {
    background: white!important;
}

.HTMLListagemHeader > div > div {
    margin-top: 3px;
}

.HTMLListagemHeader > div {
    margin-top: 0px!important;
}

.HTMLListagemMostrar {
    width: 38px !important;
}

.HTMLListagemAgrupar {
    width: 48px !important;
}

.HTMLListagemSomar {
    width: 38px !important;
}

.HTMLListagemTamanho {
    width: 50px!important;
}

.HTMLListagemMascara {
  max-width: 85px!important;
}

.HTMLListagemTipoOrdem {
  max-width: 106px!important;
}

.HTMLListagemOrdem {
  max-width: 50px!important;
}

.HTMLListagemOperador {
  max-width: 104px!important;
}

.HTMLListagemFiltro_Inicial > div {
    left: calc(100% - 23px)!important;
}

.HTMLListagemFiltro_Inicial input {
    text-align: left !important;
}

.HTMLListagemFiltro_Final > div {
    left: calc(100% - 23px)!important;
}

.HTMLListagemFiltro_Final input {
    text-align: left !important;
}

@font-face {
  font-family: 'makerlistagem';
  src: url('fonts//makerlistagem.eot?80657051');
  src: url('fonts//makerlistagem.eot?80657051#iefix') format('embedded-opentype'),
       url('fonts//makerlistagem.woff2?80657051') format('woff2'),
       url('fonts//makerlistagem.woff?80657051') format('woff'),
       url('fonts//makerlistagem.ttf?80657051') format('truetype'),
       url('fonts//makerlistagem.svg?80657051#makerlistagem') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "makerlistagem";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  font-variant: normal;
  text-transform: none;
 
  line-height: 1em;
 
  margin-left: .2em;
 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
}

.icon-picture:before { content: '\e800'; } 
.icon-mail:before { content: '\e801'; } 
.icon-trash-empty:before { content: '\e802'; } 
.icon-trash:before { content: '\e803'; } 
.icon-cancel-circled-outline:before { content: '\e804'; } 
.icon-cancel-circled:before { content: '\e805'; } 
.icon-floppy:before { content: '\e806'; } 
.icon-floppy-1:before { content: '\e807'; } 
.icon-cancel:before { content: '\e808'; } 
.icon-cancel-circled2:before { content: '\e809'; } 
.icon-plus:before { content: '\e80a'; } 
.icon-left-open-big:before { content: '\e80b'; } 
.icon-right-open-big:before { content: '\e80c'; } 
.icon-up-open-big:before { content: '\e80d'; } 
.icon-down-open-big:before { content: '\e80e'; } 
.icon-ccw:before { content: '\e80f'; } 
.icon-arrows-ccw:before { content: '\e810'; } 
.icon-arrow-combo:before { content: '\e811'; } 
.icon-search:before { content: '\e812'; } 
.icon-home:before { content: '\e813'; } 
.icon-cancel-1:before { content: '\e814'; } 
.icon-cancel-circled2-1:before { content: '\e815'; } 
.icon-ok:before { content: '\e816'; } 
.icon-ok-1:before { content: '\e817'; } 
.icon-ok-circled2:before { content: '\e818'; } 
.icon-ok-2:before { content: '\e819'; } 
.icon-ok-3:before { content: '\e81a'; } 
.icon-attach:before { content: '\e81b'; } 
.icon-export:before { content: '\e81c'; } 
.icon-code:before { content: '\e81d'; } 
.icon-attention:before { content: '\e81e'; } 
.icon-bell:before { content: '\e81f'; } 
.icon-resize-small:before { content: '\e820'; } 
.icon-resize-full:before { content: '\e821'; } 
.icon-down:before { content: '\e822'; } 
.icon-left:before { content: '\e823'; } 
.icon-right:before { content: '\e824'; } 
.icon-up:before { content: '\e825'; } 
.icon-user:before { content: '\e826'; } 
.icon-play:before { content: '\e827'; } 
.icon-camera:before { content: '\e828'; } 
.icon-zoom-in:before { content: '\e829'; } 
.icon-zoom-out:before { content: '\e82a'; } 
.icon-location:before { content: '\e82b'; } 
.icon-lock:before { content: '\e82c'; } 
.icon-lock-open:before { content: '\e82d'; } 
.icon-block:before { content: '\e82e'; } 
.icon-clock:before { content: '\e82f'; } 
.icon-export-1:before { content: '\e830'; } 
.icon-cog:before { content: '\e831'; } 
.icon-layers:before { content: '\e832'; } 
.icon-trash-1:before { content: '\e833'; } 
.icon-menu:before { content: '\f0c9'; } 
.icon-sitemap:before { content: '\f0e8'; } 
.icon-doc-text:before { content: '\f0f6'; } 
.icon-database:before { content: '\f1c0'; } 
.icon-file-pdf:before { content: '\f1c1'; } 
.icon-file-word:before { content: '\f1c2'; } 
.icon-file-excel:before { content: '\f1c3'; } 
.icon-file-csv:before { content: '\f1c4'; } 
.icon-file-odt:before { content: '\f1c5'; } 
.icon-file-ods:before { content: '\f1c6'; } 
.icon-file-xml:before { content: '\f1c7'; } 
.icon-file-code:before { content: '\f1c9'; } 
.icon-sliders:before { content: '\f1de'; } 

.icon-formatos {
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding-left: 1px;
    padding-right: 1px;
    opacity: 0.9;
}

.icon-formatos:hover {
    opacity: 1;
    cursor: pointer;
}

.HtmlMsgListagem {
    height: 40px;
    width: 334px;
    background: rgb(231, 231, 229);
    top: calc(50% - 20px);
    position: absolute;
    margin-left: calc(50% - 167px);
    z-index: 99;
    border-radius: 20px;
    display: none;
}

.HtmlMsgListagem > span{
    width: 97%;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    left: 11.5%;
    font-size: 14px;
    font-weight: bold;
    color: #7d7d7c;
}

.HTMLListagemUsuario {
    width: 20%!important;
    left: 80%!important;
    text-align: -webkit-right;
    text-align: right;
}

.ui-load:after {
    position: absolute;
    content: '';
    top: calc(50% - 6px);
    left: 11px;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.8em;
    height: 1.8em;
    -webkit-animation: spin .6s linear;
    animation: spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #6e7075 transparent transparent;
    border-style: solid;
    border-width: .2em;
    box-shadow: 0 0 0 1px transparent;
}

.ui-load:before {
    position: absolute;
    content: '';
    top: calc(50% - 6px);
    left: 11px;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.8em;
    height: 1.8em;
    border-radius: 500rem;
    border: 0.2em solid rgba(0, 0, 0, 0.1);
}

/* Animations */
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*******************************************************/
/* HTMLListagem: Componente Mala Direta                */
/*******************************************************/

.MalaDireta {    
    height: 100%;
    width: 30px;
    background: white;
    z-index: 10;
    display: block;
    position: absolute;
    -webkit-transition: width 1s;
    transition: width 1s;
    float: right;
    right: 0px;
}

.ExibicaoMalaDireta {
   height: 100%;
   width: 30px;
   position: absolute;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    }
    40% {
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
    }
    60% {
    -moz-transform: translateX(-2px);
    transform: translateX(-2px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    }
    60% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    40% {
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    }
    60% {
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    }
}

.arrow {
    position: absolute;
    left: 0px;
    top: calc(50% - 55px);
    margin-left: -5px;
    margin-top: 0px;
    width: 40px;
    height: 55px;
    cursor: pointer;
    z-index: 999998;
    transition: all 0.5s ease-in-out, opacity 0.3s;
}

.arrow div {
    position: absolute;
    width: 40px;
    height: 52px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAwCAYAAACfbhNRAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAA9ElEQVR42uzYMQ7DIAwFUNvq1qZLpNz/eq2UpVFmujBVVYvhf8MAEwIJPQVsHDSlJL2byQBtIoZCXL4NPvcdsfZLRJbcP0XkJiKyrWsZAtA+Q+6axzRqO5J3zgIBIQcz9Y6O1DtEPYCDgfB+gTsa4QUoejtggFoEFFCDgAO8CArAg6ABShFUQAmCDviHCAH8QoQBUHeHti7QijhGKHSXXEtSEBoJMdBeN0EMeOiqIQY+/VUQI4ShG2KkfOCCeEOUAqnJE3BIbbKCQloyJgzSmra9kMcIt+jG/BftXk/QKqtQCOOlRr1zrNc79eB0PitPxIiI9wDoOSxpNjDwdQAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-size: 40px;
}

.ContextMenu {
    position: relative;
    z-index: 99999;
    box-shadow: #a2a2a2 3px 4px 10px;
    display: block;
    overflow: overlay;
    background: white;
    top: 10px;
    width: 250px !important;
    display : none;
}

#HTML {
    display: inline-flex !important;
}

.ContextMenu {
    position: absolute;
    z-index: 99999;
    box-shadow: #a2a2a2 3px 4px 10px;
    display: block;
    background: white;
    top: 22px;
    width: 200px !important;
    display: none;
}

.ContextMenu > menu > menuitem {
    width: 88%;
    height: 18px;
    font-size: 11px;
    display: block;
    padding: 6px 11px 0px 12px;
    border-bottom: solid 1px rgba(103, 103, 103, 0.1);
    cursor: pointer;
}

.ContextMenu > menu > menuitem:hover {
    background: #eaeaea;
}

#contextmenu {
    max-height: 500px;
}


/********************************************/
/*             REPORT DESIGN                */
/********************************************/

.layReportDesign .HTMLTabArea{
  background: linear-gradient(135deg, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
}

.ReportDesign-Topo{
  left:0px!important;
  background: linear-gradient(to bottom, #45484d 0%,#000000 100%);
}

.ReportDesign-Base{
  left:0px!important;
  background: linear-gradient(to bottom, #45484d 0%,#000000 100%);
}

#ReportDesign-Formato>div:first-child{
  left:-56px!important;
  color:#fff;
}

#ReportDesign-Texto>div>div{
  color:#fff;
}


#ReportDesign-PDF>div>div{
  background:#38A19D!important;
  color:#fff;
  border-radius:4px;
}



/********************************************/
/*             REPORT DESIGN                */
/********************************************/
.layReportDesign .HTMLTabArea{
  background-image: url('ReportDesignImages/BackgroundReport.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ReportDesign-Topo{
  left:0px!important;
  background-color: #111316;
}

.ReportDesign-Base{
  left:0px!important;
  opacity: 0.450;
  background: #141619; /* Old browsers */
}

#ReportDesign-Formato>div:first-child{
  left:-56px!important;
  color:#fff;
}

#ReportDesign-Texto>div>div{
  color:#fff;
}

#ReportDesign-PDF>div>div{
  background:#38A19D!important;
  color:#fff;
  border-radius:4px;
}

.ReportDesignHTMLGroupBox-Top{
  border-top: 1px solid rgb(190, 190, 190);
} 

.ReportDesignButton button{
  background: #38BDB9;
  border-bottom: 3px solid #2DA9A6;
  color: #FFFFFF;
  border-top:none;
  border-left:none;
  border-right:none;
  cursor: pointer;
}

.ReportDesignButton button:hover {
  background: #2DA9A6;
}





/*    ----  REPORT DESIGN - Visualizar - Categoria  ----    */

.layReportCategory .HTMLTabArea{
  background-image: url('ReportDesignImages/BackgroundReport.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.layReportCategory .RDExportMainClass{
  position: absolute; 
  left: 8px;
  top: 155px;
  height: 375px;
  width: 561px;
  overflow-x: hidden;
}

.layReportCategory .RDExportEvenRow{
position: relative;
height: 30px;
width: 540px;
font-size: 12px;
background: #F5F5F5;
transition: all 0.5s;
display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;     

}

.layReportCategory .RDExportOddRow{
position: relative;
height: 30px;
width: 540px;
font-size: 12px;
background: #fff;
transition: all 0.5s;
display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex; 
}

.layReportCategory .RDExportCellName{
  position: relative; 
  height: 100%;
  width: 80%;
  border-right: 1px solid #EAEAE1;
  padding-left: 4px;
}

.layReportCategory .RDExportCellView{
  position: relative; 
  height: 100%;
  width: 20%;
  text-align: center;
}

.layReportCategory .HTMLLabel>div>div {
  color: #ffffff !important;
}

.layReportCategory .RDExportCellView > img {
  padding-right:10px;
}

.layReportCategory .HTMLGroupBox {
  border: none;
}

.layReportCategory .HTMLEdit input {
  border: none;
}

.layReportCategory .HTMLEdit input:focus {
  box-shadow: none !important;
}

.layReportCategory .HTMLLookup input {
  border: none;
}

.layReportCategory .RDExportMainClass {
  width: 540px !important;
  left: 16px !important;
  top: 170px!important;
}

.layReportCategory .RDExportCellNameCheck{
  position: absolute; 
  left: 51px;
  height: 100%;
  width: 100%;
  padding-left: 4px;
}

.layReportCategory .RDExportCellCheck{
  position: absolute; 
  left: 0px;
  height: 100%;
  width: 50px;
  text-align: center;
  border-right: 1px solid #EAEAE1;
}

.layReportCategory .RDExportCellCheck > input{
  cursor: pointer;
}

/*    ----  REPORT DESIGN - Jasper - Lista de Buscas  ----    */

.RDExportMainClass{
  position: absolute;
  left: 16px;
  top: 80px;
  height: 335px;
  width: 465px;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom: 1px solid rgb(190, 190, 190);
}

.RDExportEvenRow{
  position: relative;
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  width: 465px;
  background: #FAFAFA;
  cursor: pointer;
  letter-spacing: 0.6px;
  border-left:solid 3px rgb(244, 244, 244);
}

.RDExportEvenRow:hover {
  background-color: rgb(239, 239, 239); 
  border-left-color: rgb(105, 224, 193);
}

.RDExportOddRow{
  position: relative;
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  width: 465px;
  background: #F4F4F4;
  cursor: pointer;
  letter-spacing: 0.6px;
  border-top: solid 1px rgb(228, 228, 228);
  border-bottom: solid 1px rgb(231, 231, 231);
  border-left:solid 3px rgb(244, 244, 244);
}

.RDExportOddRow:hover {
 background-color: rgb(239, 239, 239); 
 border-left-color: rgb(105, 224, 193); 
}

.RDExportCellName{
  position: absolute; 
  left: 0px;
  height: 100%;
  width: 100%;
  padding-left: 4px;
}

.RDExportCellRemove{
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
  background-image: -moz-linear-gradient( 0deg, rgb(238,238,238) 0%, rgb(251,251,251) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(238,238,238) 0%, rgb(251,251,251) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(238,238,238) 0%, rgb(251,251,251) 100%);
  background-image: linear-gradient( 0deg, rgb(238,238,238) 0%, rgb(251,251,251) 100%);
  border-left: 1px solid rgb(221, 221, 221);
} 

.RDExportCellRemove:hover {
  box-shadow: inset 0px 0px 9px 1px rgb(240, 231, 231);
}

.RDExportCellRemove:hover > image {
  -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
  -ms-transform: rotate(360deg); /* IE 9 */
  transform: rotate(360deg);
  background-image: url('ReportDesignImages/removeListTrash.png');

}

.RDExportCellRemove > image{  
  background-image: url('ReportDesignImages/removeList.png');
  /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAANkE3LLaAgAAAYFpQ0NQSUNDIFByb2ZpbGUAAHiclZHPKwRhGMc/70hK7MX4kVJzEHtY2rhQUnYPiMPalN29zc6MtTVm32Zeiz/AXbnJwY9ykpzkuH/AOimlpPwHSrlI4/DSXki+9dTn+fbU8wuMhi2lbwCbgQrz8xmrUCxZHQ8YGABgO5Gcy+WW+VVv9wiAuzFbSv/3uh/VFRaKJRAmYFY0JwGzrHkGMLeVVCBygOls2C4IF0iFq/ksiH0gUdF8DCTKmq+ARN2pKBANIB241QDECzDlepEDRhJQjgwVGEfAcKFYsvRoaglmh6Ct2fJKEVycQ/9Iy0sOQO8a3Ey2vNcVBCD6mtH65AQAoisD7U9x/DoCHQfwsR/H76dx/HEGbY/QCJytsP51FyFu4a9c76Zz/QPQfX9mvT8AaThZgLVOWNqDw2cYvYSea8h1w+o0otn8Dn0rAAaztl8th7byXCs/n7GyNb8WRtJ2vH+9/W8pb0cBZGtyN6xWNpQ1J6XvpazFwBlPWRPp9DSfkRtxAxNUmUoAAAAJcEhZcwAACxMAAAsTAQCanBgAAAQ6SURBVDiNjZJbbBRVGMd/M7M7u7OXznbptrTdtLSQ9IK0QkttjCUCacOThEgEQ8AEjSGS+KQJ8RZNfPOCRDRBbAgkhhhtawBj1kj7Aq0FtHZhG7Gm4IKUluzOXrq7s7cZH5YSqHj5v5yTc778vvP9zx/uU9rvfzVbW/sm/0Nx8OYaG4+lFeWxhxZkurpeMI8cSZj9/Qup7u59/waLgprbs+eEOTBgFg8cuKL5fGsX70SAQmvrXtuOHQdpaHDj9zuVbds+1Net2/8w2K/gdu3cecja17cbpxNxw4bV6q5dx7OyvGYRKI3Ozj4tzMy40DSYn0doaFDk7dvfS3V2PgCNQFnj1q2fWDdvfg5JgkgENI3E9PSaoUKhF8ACCEOaht7fz8ZMBkt3NySTCFVVitLb+76ez4v2ycmPJ8Hp2rLlsLWnZzeGAbEYGAbxU6cYDAQYu9tUAoyV0BQpFDZkp6aEBqsVqaoKUikEt9tiqajY+Fo0Kvja2nbLPT17kGXQddB1IgMDDI6McBnu/AGfTsOMBHANppZDeaZYXFucnhZW2O2IFRWQSoGiWCSfb5NUV/foPVg2SyIQ4PT584QgMQVvfQeDgCEB5CB1BUZXwLK8YawtzswINYClvLwEkGUwzdI+kyF29izfX7hACLQgvB6Ao0B+ceR7yZmE0UZQ88ViuxQOS3UVFeBwQDYL+TyYJrlgkB/Gx5mC+GV44wx8BhS4z8MH4vgzjPRC4xNNTW1l9fUgCKXXGQYUi2CzUUinCz/GYu8eg4OAcT9AWJqzrMvVIrS2HreuWrUeq7UEBBDF0mqaEImQC4UG5VRqn3D79p1/BKa93sdtsvy56PO1UF4OLhc4HCTn5pBkGYfLBfE4JJOg6xSy2WFN1/dV3rw5/TdgxuPZKCvKMdHprMdmA7sdysqI53JMTkwg22y0dXTgkGXIZEqe6jpGJvNTPJ3e6712LQggmiCmVfUZ2W4/KTqd9bhc4PFATQ2a3c5voRCz6XT0lqYtXA2FSLrdUFsLXi94PIiq2qG63V9lVq7cZIIgPSXLzTVO50nJ5VqO01kas7qamMXCjXPnuKFp4S/glTkYq1lY6DZjMcXR2opNVUsfBQiCsMwoFLoupdNfS/XFYnu1KO4t93qtgtsNfj9RQWB2eJjpaPTKCXh5CIYuwUUF/qxJJjvE2VnV2tSE3euFfB5D1wldvy4MxGJfSuuhujKXe1YyTZuzuZmEonAnEOCqpv1yFF46DSN3bTYnICjCTN3CQpccDnstLS0IkkR4bIzr8/NaEI5KcxBfAZWebHad1e8XE+PjTEQiwx/A/hG4sDRWQbgahcn6dHq1+9atWt00CYdC+kU4fAa+Xaxb9pHFcuj3zs7EN2VlgQ5oXgpaqieh84yqjk61t8fehncA19Kayj67/cVVsrz6v2CLesRq7eyz258H1MWzvwA+565RDjbZOAAAAABJRU5ErkJggg==');*/
  position: absolute;
  width: 40px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2;
  transition: 0.2s;
}

.RDExportInformationRow{
  position: relative; 
  height: 20px;
  width: 465px;
  background: #FFF;
  text-align: center;
}

.RDExportInformationRow{
  position: relative; 
  height: 20px;
  width: 465px;
  background: #FFF;
  text-align: center;
}

.ReportSelectFilter .HTMLTabArea {
  background-image: url('ReportDesignImages/BackgroundList.png') !important;
  background-size:100% 100%;
}

.ReportSelectButton button{
  background: #38BDB9;
  border-bottom: 3px solid #2DA9A6;
  color: #FFFFFF;
  border-top:none;
  border-left:none;
  border-right:none;
  cursor: pointer;
}

.ReportSelectButton button:hover {
  background: #2DA9A6;
}

/*    ----  REPORT DESIGN - Exportação  ----    */

.RDExportLay .RDExportMainClass{
  left: 8px;
  top: 115px;
  height: 405px;
  width: 561px;
  overflow-y: auto;
  overflow-x: hidden;
}

.RDExportLay .RDExportEvenRow{
  width: 561px;
}

.RDExportLay .RDExportOddRow{ 
  width: 561px;
}

.RDExportCellCheck{
  position: absolute; 
  left: 0px;
  height: 100%;
  width: 50px;
  text-align: center;
  border-right: 1px solid #EAEAE1;
}

.RDExportCellCheck > input{
  cursor: pointer;
}

.RDExportLay .RDExportCellName{
  left: 51px;
}

/*    ----  REPORT DESIGN - Importação  ----    */
.HTMLLabel>div>div {
    cursor: default;
	background: rgba(255, 255, 255, 0);
}

/*    --------------------------------------   */
#salvarBusca:hover{
  filter: invert(50%);
  transition-duration: 0.2s;
  transform: rotate(14deg);
  -webkit-filter: invert(50%);
  -webkit-transition-duration: 0.2s;
  -webkit-transform: rotate(14deg); 
    
} 
#recuperarBusca:hover{
  filter: invert(50%);
  transition-duration: 0.2s;
  transform: rotate(14deg);
  -webkit-filter: invert(50%);
  -webkit-transition-duration: 0.2s;
  -webkit-transform: rotate(14deg); 
    
} 
#imBtnLimpaFiltos:hover{
  filter: invert(50%);
  transition-duration: 0.2s;
  transform: rotate(14deg);
  -webkit-filter: invert(50%);
  -webkit-transition-duration: 0.2s;
  -webkit-transform: rotate(14deg); 
    
}
#ibtn:hover{
  filter: invert(50%);
  transition-duration: 0.2s;
  transform: rotate(14deg);
  -webkit-filter: invert(50%);
  -webkit-transition-duration: 0.2s;
  -webkit-transform: rotate(14deg); 
    
}