/*****************************************/
/*              SKIN OYO                 */
/*****************************************/
* {
   border-radius: 4px;
}

td {
   border-radius: 0px;
}

/* Scrollbar styles */
::-webkit-scrollbar {
   width: 12px;
   height: 12px;
}

::-webkit-scrollbar-track {
   background: #f5f5f5;
   border-radius: 10px;
}

::-webkit-scrollbar-thumb {
   border-radius: 10px;
   background: #ccc;  
}

::-webkit-scrollbar-thumb:hover {
   background: #999;  
}

body {
  font-family: "Roboto", arial, sans-serif;
  font-size: 11px;
  color: #6e6e6e;
  background: #E5E6E6;
}

.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: "Roboto", 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: "Roboto", arial, sans-serif;
  font-size: 11px;
}

.edit {
  font-family: "Roboto", arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #D3D1D1;
  border-left: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  padding-left: 8px;
}

.editMark {
  font-family: "Roboto", arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #ff0000;
  border-left: 1px solid #ff0000;
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  background: #E6F2FF;
}

.button {
  font-family: "Roboto", arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #D3D1D1;
  border-left: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  outline: none;
}

.duallist {
  font-family: "Roboto", arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #D3D1D1;
  border-left: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
}

.duallistMark {
  font-family: "Roboto", arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #ff0000;
  border-left: 1px solid #ff0000;
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  background: #E6F2FF;
}

.lookup {
  font-family: "Roboto", arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #D3D1D1;
  border-left: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  padding-left: 8px;
}

.lookupMark {
  font-family: "Roboto", arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #ff0000;
  border-left: 1px solid #ff0000;
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  background: #E6F2FF;
}

.checkbox {
}

.checkboxMark {
}

.editLogon {
  font-family: "Roboto", arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.calendar>tbody>tr>td>table {
  font-size: 12px;
  background: #cccccc;
  width: 101%;
  color: #000000;
}

.calendarHeader {
  color: #000000;
  background: #f2f2f2;
}

.calendarLine1 {
  color: #000000;
  background: #ffffff;
}

.calendarLine2 {
  color: #000000;
  background: #ffffff;
}

.lookupSearch {
  font-family: "Roboto", arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #D3D1D1;
  border-left: 1px solid #D3D1D1;
  border-top: 0px solid #FFFFFF;
  border-bottom: 1px solid #D3D1D1;
}

.lookupSearchInput {
  font-family: "Roboto", arial, sans-serif;
  font-size: 11px;
  border-right: 0px solid #D3D1D1;
  border-left: 0px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  background: #E5E5E5;
}

.tabButton {
  background: #F6F6F4;
}

.tabBack {
  background: #ffffff;
  border-top: 1px solid #D3D1D1;
}

.clickText {
  text-decoration: none;
  color: #000000;
}
.clickText:hover {
  text-decoration: none;
  color: #000000;
}
.clickText.cont {
  text-decoration: none;
  color: #000000;
}
.clickText.cont:hover {
  text-decoration: none;
  color: #000000;
}

.cur {
  cursor: pointer;
}

.grid {
  margin: 1px;
}

.gridMark {
  border: 1px solid #22ac9b;
  background: transparent;
  margin: 0px;
  border-radius: 2px;
  width: 100% !important;
  height: 100% !important;
}

.gridDiv {
  border: 1px solid transparent;
  border-radius: 2px;
  width: 100% !important;
  height: 100% !important;
}

.gridDiv:hover {
  border: 1px solid #22ac9b;
}
.exitProgressBar {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #D3D1D1;
  display: none;
  cursor: pointer;
}

.divProgressBar {
  z-index: 99999999;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.searchInteger {
  text-align: right;
}

.searchDouble {
  text-align: right;
}

.searchTime {
  text-align: left;
}

.searchDate {
  text-align: left;
}

.searchBoolean {
  text-align: left;
}

.searchString {
  text-align: left;
}

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

textarea {
  overflow: auto;
}

/*****************************************/
/* HTMLButton: Componente Botão          */
/*****************************************/
.HTMLButton button {
  border: 0px solid #22ac9b;
  border-radius: 2px;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #22ac9b;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  outline: none;
  border-radius: 999px;
}

.HTMLButton button:enabled:hover {
  background-color: #077871;
  border: 0px solid #077871;
  color: #ffffff;
  outline: none;
}

.HTMLButton button:focus {
  background-color: #077871;
  border: 0px solid #077871;
  color: #ffffff;
  outline: none;
}

.HTMLButton button:disabled {
  cursor: default;
  background-color: #F0F0F0;
  color: #ACAEAD;
  border: 0px solid transparent;
  outline: none;
  box-shadow: none;
  border-radius: 2px;
}

.HTMLButton button[readonly=readonly] {
  cursor: default;
}

.HTMLButton button,.HTMLButton span {
  font-family: "Roboto", arial, sans-serif;
  font-size: 12px;
}

.HTMLButton span {
  /*vertical-align: middle;*/
}

.HTMLButton img {
  vertical-align: middle;
}

.HTMLButton {
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  border-radius: 999px;
}

.HTMLButton enabled:hover {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.38);
}

.HTMLButton:focus {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.38);
}

.HTMLButton:disabled {
  box-shadow: 0px;
}

/*****************************************/
/* 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;
  background: #fefefc;
  height: 100%;
  left: 0px;
  z-index: 1;
  display: none;
  position: absolute;
  width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/*****************************************/
/* HTMLTab: Botão das Abas (Formulário)  */
/*****************************************/
.HTMLTab {
  background: #ffffff;
  border-top: 1px solid #91a7b4;
  border-left: 1px solid #91a7b4;
  border-right: 1px solid #91a7b4;
  cursor: pointer;
  display: inline;
  float: left;
  height: 17px;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.HTMLTab:hover {
  border-top: 2px solid #ff0000;
}

.HTMLTab div {
  float: left;
}

.HTMLTab span,.HTMLTab img {
  vertical-align: middle;
}

.HTMLTab-Selected {
  background: #fefefc;
  float: left;
  height: 18px;
  border-top: 2px solid #ff0000;
  border-left: 1px solid #91a7b4;
  border-right: 1px solid #91a7b4;
  display: inline;
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.HTMLTab-Selected div {
  float: left;
}

/*****************************************/
/* HTMLTabController: Á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: 0px solid #BFB8BF;
  box-sizing: border-box;
  /*border-radius: 4px;*/
}

.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;
  /*border-radius: 4px;*/
}


/*****************************************/
/* HTMLRadioGroup: Componente Opções     */
/*****************************************/
.HTMLRadioGroup .HTMLLabel>div>div {
  background: white;
}

.HTMLRadioGroup #HTMLRadioGroupOptions {
  height: 100%;
  display: table;
  width: 100%;
}

.HTMLRadioGroup #HTMLRadioGroupOptionsRow {
  display: table-row;
}
.HTMLRadioGroup #HTMLRadioGroupOption {
  margin: 2px 2px;
  display: table-cell;
  vertical-align: middle;
}

.HTMLRadioGroup #HTMLRadioGroupOption input:enabled {
  cursor: pointer;
}

.HTMLRadioGroup #HTMLRadioGroupOption input:disabled {
  cursor: default;
}

.HTMLRadioGroup #HTMLRadioGroupOption label {
  font-family: "Roboto", 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;
  border-radius: 4px 4px 0px 0px;
}

.HTMLLabel>div {
  display: table-cell;
}

.HTMLLabel>div>div {
  cursor: default;
  background: white;
}

/*****************************************/
/* HTMLEdit: Componente Edit             */
/*****************************************/
.HTMLEdit input {
  font-family: "Roboto", arial, sans-serif;
  font-size: 12px;
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(12, 12, 12, 0.12);
  border-radius: 2px;
  padding: 0px;
  outline: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  color: #0c0c0c;
}

.HTMLEdit input:focus {
  border-bottom: 2px solid #22ac9b;
  box-shadow: none;
  outline: none;
}

.HTMLEdit input:hover {
  border-bottom: 2px solid #22ac9b;
}
.HTMLEdit input:disabled {
  cursor: not-allowed;
  background-color: transparent;
  border-bottom: 1px dashed rgba(12, 12, 12, 0.2);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #B0B5C4;
}

.HTMLEdit input[readonly=readonly] {
  background: #FFFFE1;
}

.HTMLEdit font {
  cursor: default;
  font-family: "Roboto", arial, sans-serif;
  font-size: 12px;
  color: #6F7775;
  -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: none;
}

.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, .HTMLNavigationButton {
  display: inline-block;
}

.HTMLNavigationForm {
  width: 100%;
  height: 28px;
  padding-top: 10px;
  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: 28px;
  height: 28px;
}

.HTMLNavigationForm .HTMLNavigationFormButton, .HTMLNavigationButton {
  display: inline-block;
  position: relative;
  padding-left: 7px;
}

/*Barra de Fundo da Navegação*/
.HTMLNavigationFormBar {
  width: 100%;
  height: 62px;
  background: #FFFFFF;
}

.HTMLNavigationFormButton-pt_BR img {
  background: url('HTMLNavigationForm/navIcons.gif');
}

.HTMLNavigationFormButton-pt_PT img {
  background: url('HTMLNavigationForm/pt_PT/navIcons.gif');
}

.HTMLNavigationFormButton-en_US img {
  background: url('HTMLNavigationForm/en_US/navIcons.gif');
}

.HTMLNavigationFormButton-en_GB img {
  background: url('HTMLNavigationForm/en_GB/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: -28px;
}

.HTMLNavigationFormButton-Include-Over img {
  background-position: -56px;
}

.HTMLNavigationFormButton-Edit img {
  background-position: -84px;
}

.HTMLNavigationFormButton-Edit-Des img {
  background-position: -112px;
}

.HTMLNavigationFormButton-Edit-Over img {
  background-position: -140px;
}

.HTMLNavigationFormButton-First img {
  background-position: -168px;
}

.HTMLNavigationFormButton-First-Des img {
  background-position: -196px;
}

.HTMLNavigationFormButton-First-Over img {
  background-position: -224px;
}

.HTMLNavigationFormButton-Previous img {
  background-position: -252px;
}

.HTMLNavigationFormButton-Previous-Des img {
  background-position: -280px;
}

.HTMLNavigationFormButton-Previous-Over img {
  background-position: -308px;
}

.HTMLNavigationFormButton-Next img {
  background-position: -336px;
}

.HTMLNavigationFormButton-Next-Des img {
  background-position: -364px;
}

.HTMLNavigationFormButton-Next-Over img {
  background-position: -392px;
}

.HTMLNavigationFormButton-Last img {
  background-position: -420px;
}

.HTMLNavigationFormButton-Last-Des img {
  background-position: -448px;
}

.HTMLNavigationFormButton-Last-Over img {
  background-position: -476px;
}

.HTMLNavigationFormButton-Delete img {
  background-position: -504px;
}

.HTMLNavigationFormButton-Delete-Des img {
  background-position: -532px;
}

.HTMLNavigationFormButton-Delete-Over img {
  background-position: -560px;
}

.HTMLNavigationFormButton-Refresh img {
  background-position: -588px;
}

.HTMLNavigationFormButton-Refresh-Des img {
  background-position: -616px;
}

.HTMLNavigationFormButton-Refresh-Over img {
  background-position: -644px;
}

.HTMLNavigationFormButton-Print img {
  background-position: -672px;
}

.HTMLNavigationFormButton-Print-Des img {
  background-position: -700px;
}

.HTMLNavigationFormButton-Print-Over img {
  background-position: -728px;
}

.HTMLNavigationFormButton-Log img {
  background-position: -756px;
}

.HTMLNavigationFormButton-Log-Des img {
  background-position: -784px;
}

.HTMLNavigationFormButton-Log-Over img {
  background-position: -812px;
}

.HTMLNavigationFormButton-DefaultValues img {
  background-position: -840px;
}

.HTMLNavigationFormButton-DefaultValues-Des img {
  background-position: -868px;
}

.HTMLNavigationFormButton-DefaultValues-Over img {
  background-position: -896px;
}

.HTMLNavigationFormButton-Help img {
  background-position: -924px;
}

.HTMLNavigationFormButton-Help-Des img {
  background-position: -952px;
}

.HTMLNavigationFormButton-Help-Over img {
  background-position: -980px;
}

.HTMLNavigationFormButton-Exit img {
  background-position: -1008px;
}

.HTMLNavigationFormButton-Exit-Des img {
  background-position: -1036px;
}

.HTMLNavigationFormButton-Exit-Over img {
  background-position: -1064px;
}

.HTMLNavigationFormButton-EditSave img {
  background-position: -1092px;
  width: 80px;
}

.HTMLNavigationFormButton-EditSave-Des img {
  background-position: -1172px;
  width: 80px;
}

.HTMLNavigationFormButton-EditSave-Over img {
  background-position: -1252px;
  width: 80px;
}

.HTMLNavigationFormButton-EditCancel img {
  background-position: -1572px;
  width: 80px;
}

.HTMLNavigationFormButton-EditCancel-Des img {
  background-position: -1652px;
  width: 80px;
}

.HTMLNavigationFormButton-EditCancel-Over img {
  background-position: -1732px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeSaveMore img {
  background-position: -1332px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeSaveMore-Des img {
  background-position: -1412px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeSaveMore-Over img {
  background-position: -1492px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeSave img {
  background-position: -1092px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeSave-Des img {
  background-position: -1172px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeSave-Over img {
  background-position: -1252px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeCancel img {
  background-position: -1572px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeCancel-Des img {
  background-position: -1652px;
  width: 80px;
}

.HTMLNavigationFormButton-IncludeCancel-Over img {
  background-position: -1732px;
  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-pt_PT img {
  background: url('HTMLNavigationGrid/pt_PT/navGridIcons.gif');
}

.HTMLNavigationGridButton-en_US img {
  background: url('HTMLNavigationGrid/en_US/navGridIcons.gif');
}

.HTMLNavigationGridButton-en_GB img {
  background: url('HTMLNavigationGrid/en_GB/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: "Roboto", arial, sans-serif;
  font-size: 12px;
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(12, 12, 12, 0.12);
  border-radius: 2px;
  outline: none;
  padding: 0px;
  /*padding-right: 8px;*/
}

.HTMLMemo textarea[readonly=readonly] {
  background: #FFFFE1;
}

.HTMLMemo textarea:focus {
  border-bottom: 2px solid #22ac9b;
  box-shadow: none;
  outline: none;
}

.HTMLMemo textarea:disabled {
  cursor: not-allowed;
  background-color: transparent;
  border-bottom: 1px dashed rgba(12, 12, 12, 0.2);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #B0B5C4;
}

.HTMLMemo textarea:hover {
  border-bottom: 2px solid #22ac9b;
}

.HTMLMemo font {
  cursor: default;
  font-family: "Roboto", arial, sans-serif;
  font-size: 12px;
  /*color: #313534;*/
  color: #6F7775;
  -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: "Roboto", arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #D3D1D1;
  border-left: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  outline: none;
  background: #ffffff;
}

.HTMLDualList select {
  height: 100%;
  width: 100%;
  outline: none;
}

.HTMLDualList #dlTop {
  height: 7%;
  width: 100%;
}

.HTMLDualList #dlMiddle {
  height: 86%;
  width: 100%;
}

.HTMLDualList #dlBottom {
  height: 7%;
  width: 100%;
}

.HTMLDualList #dlLeftSeparator,#dlRightSeparator {
  float: left;
  height: 100%;
  width: 5%;
}

.HTMLDualList #dlMiddleSeparator {
  float: left;
  height: 100%;
  text-align: center;
  width: 6%;
}

.HTMLDualList #dlMiddleSeparator div:first-child {
  height: 34%;
}

.HTMLDualList #dlMiddleSeparator div[id*="bt"] {
  padding-bottom: 3px;
}

.HTMLDualList div[id*="WFRComponentLEFT"] {
  float: left;
  height: 90%;
  width: 42%;
}

.HTMLDualList div[id*="WFRComponentRIGHT"] {
  float: left;
  height: 90%;
  width: 42%;
}

.HTMLDualList #celDescPrincipal,#celDescSelecionados {
}

/*****************************************/
/* HTMLLookup: Componente Lista Dinâmica */
/*****************************************/
.HTMLLookup > div > .HTMLButton > button {
    background-color: transparent;
}

.HTMLLookup > div > .HTMLButton > button:hover {
    background-color: transparent;
}

.HTMLLookup > div > .HTMLButton {
    box-shadow: 0px 0px 0px 0px #FFFFFF;
}

.HTMLLookup input {
  font-family: "Roboto", arial, sans-serif;
  font-size: 12px;
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(12, 12, 12, 0.12);
  border-radius: 2px;
  padding: 0px;
  outline: none;
  padding-right: 20px;
}

.HTMLLookup font {
  cursor: default;
  font-family: "Roboto", arial, sans-serif;
  font-size: 12px;
  color: #6F7775;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.HTMLLookup input:focus {
  border-bottom: 2px solid #22ac9b;
  box-shadow: none;
  outline: none;
}

.HTMLLookup input:hover {
  border-bottom: 2px solid #22ac9b;
  box-shadow: none;
  outline: none;
}

.HTMLLookup-ReadOnly input {
  background: #FFFFE1;
}

.HTMLLookup-ReadOnly input:focus {
  background: #FFFFE1;
}

.HTMLLookup-ReadOnly input:hover {
  background: #FFFFE1;
}

.HTMLLookupDetails {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #FFFFFF;
}

.HTMLLookupDetails #lookupHeader {
  height: 20px;
  margin: 5px;
  border: 1px solid #CCCCCC;
  border-radius: 7px;
}

.HTMLLookupDetails #lookupHeader div {
  float: left;
  height: 20px;
}

.HTMLLookupDetails #lookupHeader img {
  cursor: pointer;
  margin: 1px;
  height: 15px;
  width: auto;
  vertical-align: middle;
}

.HTMLLookupDetails #lookupSearchQuery {
  font-family: "Roboto", arial, sans-serif;
  font-size: 9pt;
  background: #FFFFFF;
  height: 20px;
  outline: none;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

.HTMLLookupDetails #lookupQueryNavigation {
  background: #F9F9F9;
  height: 14px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.HTMLLookupDetails #lookupQueryContent {
  background: #CCCCCC;
}

.HTMLLookupDetails #lookupInput {
  font-family: "Roboto", arial, sans-serif;
  font-size: 12px;
  background: #FFFFFF;
  border: 0px;
  outline: none;
  min-height: 95px;
}

.HTMLLookupDetails #lookupInput > option {
  background-color: #FFFFFF;
  border-bottom: 1px solid #EDEDED;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.HTMLLookupDetails #lookupInput > option:hover {
  background-color: #E9FBFA;
}


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: #fefefc;
  background: #fefefc;
  padding: 0;
  vertical-align: middle;
  outline: none;
  position: relative;
  z-index: 100;
  height: calc(100% - 16px);
  width: 20px;
  outline: none;
}

.grid  .HTMLLookupMobile{
  position: absolute;
  float: right;
  z-index: 1000000000;
  height: 100%;
  width: 20px;
  left: calc(100% - 20px)!important;
}

/*****************************************/
/* HtmlComboBox: Componente Lista        */
/*****************************************/
.HTMLComboBox > div > .HTMLButton > button {
    background-color: transparent;
}

.HTMLComboBox > div > .HTMLButton > button:hover {
    background-color: transparent;
}

.HTMLComboBox > div > .HTMLButton {
    box-shadow: 0px 0px 0px 0px #FFFFFF;
}

.HTMLComboBox input {
  font-family: "Roboto", arial, sans-serif;
  font-size: 112x;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(12, 12, 12, 0.12);
  border-radius: 2px;
  padding: 0px;
  outline: none;
  padding-right: 20px;
}

.HTMLComboBox font {
  cursor: default;
  font-family: "Roboto", arial, sans-serif;
  font-size: 12px;
  color: #6F7775;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.HTMLComboBox input:hover {
  border-bottom: 2px solid #22ac9b;
  box-shadow: none;
  outline: none;
}

.HTMLComboBox input:focus {
  border-bottom: 2px solid #22ac9b;
  box-shadow: none;
  outline: none;
}

.HTMLComboBox input:disabled:hover {
  background: #ebebe4;
}

.HTMLComboBoxDetails {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #FFFFFF;
}

.HTMLComboBox-ReadOnly input {
  background: #FFFFE1;
}

.HTMLComboBox-ReadOnly input :focus {
  background: #FFFFE1;
}

.HTMLComboBox-ReadOnly input:hover {
  background: #FFFFE1;
}

.HTMLComboBoxDetails #lookupHeader {
  height: 20px;
  margin: 5px;
  border: 1px solid #CCCCCC;
  border-radius: 7px;
}

.HTMLComboBoxDetails #lookupHeader div {
  float: left;
  height: 20px;
}

.HTMLComboBoxDetails #lookupHeader img {
  cursor: pointer;
  margin: 1px;
  height: 15px;
  width: auto;
  vertical-align: middle;
}

.HTMLComboBoxDetails #lookupSearchQuery {
  font-family: "Roboto", arial, sans-serif;
  font-size: 9pt;
  background: #FFFFFF;
  height: 20px;
  outline: none;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

.HTMLComboBoxDetails #lookupQueryNavigation {
  background: #F9F9F9;
  height: 14px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.HTMLComboBoxDetails #lookupQueryContent {
  background: #CCCCCC;
}

.HTMLComboBoxDetails #lookupInput {
  font-family: "Roboto", arial, sans-serif;
  font-size: 12px;
  background: #FFFFFF;
  border: 0px;
  outline: none;
  min-height: 95px;
}

.HTMLComboBoxDetails #lookupInput > option {
  background-color: #FFFFFF;
  border-bottom: 1px solid #EDEDED;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.HTMLComboBoxDetails #lookupInput > option:hover {
  background-color: #E9FBFA;
}

/*****************************************/
/* 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: #D3D1D1;
}

.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;
  border: 1px solid #EFEFEF;
  cursor: pointer;
}

.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;
}

.HTMLImage #HTMLImageWebCam img {
  height: 24px;
  width: 25px;
}

.HTMLImage #HTMLImageZoom {
  cursor: pointer;
}

.HTMLImage #HTMLImageZoom img {
  height: 24px;
  width: 25px;
}

.HTMLImage #HTMLImageSelf {
}

.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;
  box-sizing: border-box;
}

/*****************************************/
/* HTMLInteraction: Mensagem de Interação*/
/*****************************************/
div[id*="HTMLInteraction"] {
  left: calc(50% - 200px) !important;
  height: 258px;
  width: 400px;
  position: absolute;
  top: calc(50% - 140px) !important;
  -webkit-box-shadow: 0px 0px 5px #FFFFFF;
  -moz-box-shadow: 0px 0px 5px #FFFFFF;
  box-shadow: 0px 0px 5px #FFFFFF;
  display: block;
  background: #FFFFFF;
  border: 0px solid #FFFFFF;
  outline: none;
  border-radius: 4px;
}

div[id*="HTMLInteraction"] #intTitle {
  opacity: 1.0;
  background: #ffffff;
  height: 26px;
  width: 100%;
  outline: none;
  background-image: none !important;
  border-radius: 4px;
}

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;
  display: none;
}

div[id*="HTMLInteraction"] #intTitleMessage span {
  display: table-cell;
  vertical-align: middle;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  padding-left: 10px;
}

div[id*="HTMLInteraction"] #intTitleClose {
  cursor: pointer;
  float: left;
  position: absolute;
  right: 3px;
  width: 20px;
  text-align: center;
  top: 3px;
}

.intOnlyMessage {
  height: 40px !important;
}

div[id*="HTMLInteraction"] #intMessage {
  cursor: default;
  height: 220px;
  width: 370px;
  text-align: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-right: 15px;
  margin-left: 15px;
}

div[id*="HTMLInteraction"] #intIcon {
  top: 27px;
  width: 100%;
  height: 80px;
}

div[id*="HTMLInteraction"] #intIconTable {
  display: table;
  height: 80px;
  width: 100%;
}

div[id*="HTMLInteraction"] #intIconCell {
  display: table-cell;
  vertical-align: middle;
}

.intOnlyText {
  width: 100% !important;
  height: 40px !important;
}

div[id*="HTMLInteraction"] #intText {
  display: table;
  height: 100px;
  width: 100%;
  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 {
  text-align: center;
  width: 100%;
  overflow-y: auto;
  word-break: break-all;
}

div[id*="HTMLInteraction"] #intText #intTextAux {
  max-height: 140px;
  overflow-wrap: normal;
  word-break: normal;
  text-align: center;
}

div[id*="HTMLInteraction"] #intText span {
  font-family: "Roboto", Verdana, Arial, Helvetica, san-serif;
  font-size: 11pt;
  color: #6E6E6E;
}

div[id*="HTMLInteraction"] #intUserOptions {
  background: rgb(239,235,231);
  padding-left: 15px;
}

div[id*="HTMLInteraction"] #intUser {
  background: rgb(239,235,231);
}

div[id*="HTMLInteraction"] #intUserRadio {
  float: left;
  width: 100%;
}

div[id*="HTMLInteraction"] #intUserRadio input {
  float: left;
}

div[id*="HTMLInteraction"] #intUserRadio label {
  font-family: "Roboto", 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: 28px;
  width: 50%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position: 100% bottom;
  float: left;
}

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;
  display: none;
}

div[id*="HTMLInteraction"] #intBtnOk {
  right: 0%;
  bottom: 0%;
  height: 28px;
  width: 50%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  float: right;
  display: none;
}

div[id*="HTMLInteraction"] #intBase {
  left: 0%;
  bottom: 0%;
  height: 12px;
  width: 50%;
  position: absolute;
  border-radius: 4px;
}

div[id*="HTMLInteraction"] #intBtnCancel button {
  border: 1px solid #a6a7b0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #747474;
  background: rgb(254,254,252);
  bottom: 1%;
  cursor: pointer;
  position: absolute;
  height: 26px;
  min-width: 60px;
}

div[id*="HTMLInteraction"] #intBtnCancel button:hover {
  border: 1px solid red;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #747474;
  background: rgb(254,254,252);
}

div[id*="HTMLInteraction"] #intBtnDetails button {
  border: 1px solid #a6a7b0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #747474;
  background: rgb(254,254,252);
  bottom: 1%;
  cursor: pointer;
  position: absolute;
  height: 26px;
  min-width: 60px;
}

div[id*="HTMLInteraction"] #intBtnDetails button:hover {
  border: 1px solid red;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #747474;
  background: rgb(254,254,252);
}

div[id*="HTMLInteraction"] #intBtnOk button {
  border: 1px solid #a6a7b0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #747474;
  background: rgb(254,254,252);
  cursor: pointer;
  position: absolute;
  bottom: 1%;
  right: 0%;
  height: 26px;
  min-width: 60px;
}

div[id*="HTMLInteraction"] #intBtnOk button:hover {
  border: 1px solid red;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #747474;
}

div[id*="HTMLInteraction"] #intBtnCancel img, #intBtnDetails img, #intBtnOk img {
  vertical-align: middle;
}

div[id*="HTMLInteraction"] #intBtnCancel a, #intBtnDetails a, #intBtnOk a {
  color: #333333;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

div[id*="HTMLInteractionBack"] {
  background-color: rgba(0,0,0,0.2) !important;
  height: 100% !important;
  width: 100% !important;
  border: 0 !important;
  top: 0px !important;
  left: 0px !important;
  border-radius: 0px !important;
}

/*****************************************/
/* 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: 45px;
  height: 53px;
  top: 7px;
  right: 7px;
  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%;
  background: #FFFFFF;
  font-family: "Roboto", calibri;
  font-size: 12px;
}

iframe[name="WFRQueryResults"] { 
  width: 100%!important;
}

.WFRQueryForm #HeaderSearchParams {
  width: 100%;
  background-repeat: repeat-x;
  float: left;
}

.WFRQueryForm #BodySearchFilterTitle {
  width: 115px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.WFRQueryForm #HeaderSearchParamsTitle {
  text-align: center;
  font-family: "Roboto", calibri;
  font-size: 12px;
}

.WFRQueryForm #BodySearch {
  float: left;
  width: 98%;
  background: #FFFFFF;
}

.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: 136px;
  padding: 4px;
  font-size: 11px;
  line-height: 1;
  height: 21px;
  outline: none;
}

.WFRQueryForm #BodySearchFilterCombo {
  position: relative;
  width: 108px;
  height: 18px;
  overflow: hidden;
  background: url(WFRTabSearch/button_select.png) no-repeat right #ffffff;
  border-radius: 8px;
  border-right: 1px solid #D3D1D1;
  border-left: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
}

.WFRQueryForm #BodySearchOptions {
  float: right;
}

#WFRQueryResults {
  width: 100%;
}

/*Consulta Avançada*/
.WFRQueryForm #HeaderOptions {
  margin-left: 4px;
  border: 2px solid;
  float: left;
  width: 65px;
}

.WFRQueryForm #HeaderOptionsRow {
  height: 30px;
}

.WFRQueryForm #HeaderOptionsRow div {
  float: left;
  margin: 5px;
}

.WFRQueryForm #HeaderOptionsRow {
  cursor: pointer;
}

.WFRQueryForm #HeaderBasicQueryButton {
  text-align: right;
}

#divQueryRow {
  width: 100%;
  float: left;
}

#divQueryRadio {
  float: left;
}

#divQueryLabel {
  float: left;
}

#divQuerySelect {
  float: left;
}

#divQueryInput div {
  float: left;
}

#divQueryInput input {
  font-family: "Roboto", arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #D3D1D1;
  border-left: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
}

/********************************************************************/
/* WFRReportMessageWait: Mensagem de espera da geração de relatórios*/
/********************************************************************/
#WFRReportMessageWait {
  position: absolute;
  display: table;
  z-index: 1000000;
  text-align: center;
  background: #FFFFC7;
  border: 1px solid #EFEFEF;
}

#WFRReportMessageWait div {
  display: table-cell;
  vertical-align: middle;
}

/********************************************/
/* WFRNavigation: Paginação da Aba Localizar*/
/********************************************/
#WFRNavigation {
  height: 26px;
  position: absolute;
  right: 2px;
  top: 0px;
  z-index: 2;
}

#WFRNavigation > div {
  float: left;
}

#WFRNavigation button {
  border: 1px solid #a6a7b0;
  border-radius: 8px;
  cursor: pointer;
  color: #747474;
  background: #fefefc;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
  padding: 0;
  height: 15px;
  width: 40px;
}

#WFRNavigation button:hover {
  cursor: pointer;
  border: 1px solid #ff0000;
  color: #747474;
  outline: none;
}

#WFRNavigation button:disabled {
  cursor: default;
  background: #fefefc;
  color: #DFDFDF;
  border: 1px solid #DFDFDF;
  outline: none;
}

/*****************************************/
/* HTMLMenu: Componente Menu             */
/*****************************************/

/* Definindo o espaçamento da estrutura de lista (OPCIONAL, mas influencia no posicionamento dos elementos) */
.HTMLMenuContainer ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Limitando a largura do menu Vertical */
.HTMLMenuVertical {
  display: inline-block;
}

/* 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-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-size: 11px;
  background: #F7F7F7;
  width: 100%;
  border-bottom: 2px solid #DB000B;
}

/* 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: 5px;
  border-bottom-left-radius: 5px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-size: 11px;
  background: #F7F7F7;
  border-right: 2px solid #DB000B;
}

/* 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 #E4E4E4;
}

/* Borda lateral interna do menu Horizontal */
.HTMLMenuHorizontal .HTMLMenu li:not(:last-child) {
  border-right: 1px solid #E4E4E4;
}

/* Personalizando os links com o espaçamento top e right */
.HTMLMenu li a {
  display: block;
  text-decoration: none;
  /* Itens opcionais/customizáveis: */
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* Definindo o efeito do mouse over dos links (OPCIONAL) */
.HTMLMenu > li:not(.HTMLMenuFirstLevelDisabled) > a:hover {
  -moz-box-shadow: 0 10px 10px 0 #CCC;
  -webkit-box-shadow: 0 3px 10px 0 #CCC;
  text-shadow: 0px 0px 5px #FFF;

}

/*****************************************/
/* 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: 1px solid #8B0000;
}

.HTMLMenuVertical .HTMLMenu > li > .HTMLItem li {
  border: 1px solid #8B0000;
}

/* Conserto da dupla borda entre os elementos */
.HTMLMenuHorizontal .HTMLMenu > li > .HTMLItem li:not(:first-child) {
  border-top: 0px;
}

.HTMLMenuHorizontal > ul > li:not(.HTMLMenuFirstLevelDisabled):hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #DB000B;
  margin-left: -10px;
}

.HTMLMenuVertical > ul > li:not(.HTMLMenuFirstLevelDisabled):hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #DB000B;
  border-bottom: 5px solid transparent;
  margin-top: -5px;
}


.HTMLMenuHorizontal .HTMLFirstLevel > a {
  text-align: center;
  line-height: 30px;
}

.HTMLMenuVertical .HTMLFirstLevel > a {
  text-align: left;
  line-height: 30px;
}

.HTMLRemainingLevels {
  background: #DB000B;
}
.HTMLRemainingLevels > a {
  min-height: 15px;
  color: #FFFFFF;
  text-align: left;
}

.HTMLRemainingLevels :not(.HTMLMenuRemainingLevelsDisabled):hover {
  background: #A80008;
}

/* 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;
}

.HTMLMenuVertical .HTMLMenuFirstLevelDisabled a {
  cursor: default;
  pointer-events: none;
  line-height: 30px;
}


/* CSS para links desabilitados */
.HTMLMenuRemainingLevelsDisabled {
  background-color: #C0C0C0;
}

/* Desabilitando evento e ponteiro (Atenção o Focus via TABULAÇÃO ainda se mantém) */
.HTMLMenuRemainingLevelsDisabled a {
  cursor: default;
  pointer-events: none;
}

.HTMLHorizontalArrowRight > a:after {
  content: '';
  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");
}

/********************************************/
/* 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;
  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: #C0C4CC;
  border-bottom: #F00 2px solid;  
  border-radius: 4px;
  margin-top: 2px;
  height: 9px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/***************************************************/
/* HTMLImageGallery: Componente Galeria de Imagens */
/***************************************************/
.HTMLImageGalleryMain {
  border-left: 1px solid #D3D1D1;
  border-right: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.HTMLImageGalleryMain:hover {
  border-left: 1px solid #FF0000;
  border-right: 1px solid #FF0000;
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
}

.HTMLImageGalleryThumbnail {
  border-left: 1px solid #D3D1D1;
  border-right: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  opacity: 0.5;
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}

.HTMLImageGalleryThumbnail:hover {
  border-left: 1px solid #FF0000;
  border-right: 1px solid #FF0000;
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  opacity: 1;
}

.HTMLImageGalleryThumbnail img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.HTMLImageGalleryRemove {
  background: transparent;
  width: 16px;
  height: 16px;
  top: 2px;
  right: 2px;
  position: absolute;
  background-image: url("remove_item_gallery_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("remove_item_gallery.png");
}

.HTMLImageGalleryExpandedBackground {
  width: 100%;
  height: 100%;
  z-index: 10010;
  background: #000000;
  opacity: 0.5;
  position: absolute;
}

.HTMLImageGalleryExpandedImage {
  z-index: 10011;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 5px 35px #000000;
}

/***************************************************/
/* HTMLCalendar: Componente Calendário *************/
/***************************************************/
.HTMLCalendarMain {
  border-left: 1px solid #D3D1D1;
  border-right: 1px solid #D3D1D1;
  border-top: 1px solid #D3D1D1;
  border-bottom: 1px solid #D3D1D1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-width: 250px;
  min-height: 225px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.HTMLCalendarHeader {
  position: relative;
  width: 100%;
  height: 20%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #D3D1D1;
  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: "Roboto", 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: "Roboto", verdana;
  top: -10px;
  width: 110px;
  left: -4px;
}

.HTMLCalendarNext {
  position: relative;
  display: inline-block;
  background: url('HTMLCalendar/calendar_next.gif');
  height: 28px;
  width: 15%;
  max-width: 30px;
  min-width: 30px;
  margin-top: 1%;
  margin-right: 4px;
  background-size: 75%;
  background-repeat: no-repeat;
}

.HTMLCalendarNext:hover {
  background: url('HTMLCalendar/calendar_next_over.gif');
  background-repeat: no-repeat;
  background-size: 75%;
}

.HTMLCalendarNextYear {
  position: relative;
  display: inline-block;
  background: url('HTMLCalendar/calendar_next_year.gif');
  height: 28px;
  width: 15%;
  max-width: 30px;
  min-width: 10px;
  margin-top: 1%;
  margin-right: -5px;
  background-size: 75%;
  background-repeat: no-repeat;
}

.HTMLCalendarNextYear:hover {
  background: url('HTMLCalendar/calendar_next_year_over.gif');
  background-repeat: no-repeat;
  background-size: 75%;
}

.HTMLCalendarDaysOfTheWeek {
  position: relative;
  width: 100%;
  height: 11.4%;
  text-align: center;
  background: #E6E6E6;
}

.HTMLCalendarCellDayOfTheWeek {
  position: relative;
  width: 13%;
  height: 100%;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  color: #000;
  top: 10%;
  font-family: "Roboto", 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: "Roboto", 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: #FFFAFA;
}

.HTMLCalendarOfToday {
  position: relative;
  width: 13%;
  height: 70%!important;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  font-family: "Roboto", 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: "Roboto", 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: #FFFAFA;
}

.HTMLCalendarCellActivity {
  position: relative;
  width: 13%;
  height: 100%;
  display: inline-block;
  margin-left: 0.4%;
  margin-right: 0.4%;
  font-family: "Roboto", verdana;
  color: green;
  font-size: larger;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}

.HTMLCalendarCellActivity:hover {
  background: #FFFAFA;
}

.navController {
  position: relative;
  z-index: 99999999999999999999999;
  width: 26px;
  top: 90px;
  overflow: hidden;
  background: #87CEFA;
  opacity: 0.3;
  float: right;
  height: 560px;
  transition: all 0.5s;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

/*****************************/
/* HTMLChat: Componente Chat */
/*****************************/

.HTMLChat, .HTMLChatError {
  position: absolute;
  border: 1px solid rgb(226, 226, 226);
  overflow: hidden;
  background-color: white;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.HTMLChatSlider {
  transition: all 0.7s;
  z-index: 999999;
}

.HTMLChatSlider:hover {
  bottom: 0px !important;
}

.HTMLChatHeader {
  height: 20px;
  border-bottom: 1px solid rgb(226, 226, 226);
  position: relative;
  font-size: 14px;
  padding-top: 3px;
  padding-left: 15px;
}

.HTMLChatHeaderSlider {
  height: 25px;
  background: #404040;
  color: white;
}

.HTMLChatSearch {
  position: relative;
  border-bottom: 1px solid rgb(241,241,241);
}

.HTMLChatSearch input {
  border-radius: 0px !important;
  position: relative;
  height: 20px;
  width: 100%;
  background: #CBCBCB;
  border: 1px solid #ABBFFF;
}

.HTMLChatSearch input:hover {
  border: 0px solid;
}

.HTMLChatSearch input:focus {
  border: 0px solid;
}

.HTMLChatSendAll {
  position: relative;
  height: 19px;
  border-bottom: 1px solid rgb(241,241,241);
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.HTMLChatSendAll span {
  position: relative;
  vertical-align: middle;
}

.HTMLChatSendAll:hover {
  background-color: #87CEFA;
}

.HTMLChatScroll {
  width: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}

.HTMLChatUsersList {
  position: relative;
  width: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.HTMLChatUsersListRow {
  width: inherit;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}

.HTMLChatUsersListCellUser {
  width: inherit;
  border-bottom: 1px solid rgb(241, 241, 241);
  display: inline-block;
  left: -25px;
  height: 19px;
}

.HTMLChatUsersListRow:hover {
  background-color: #e4f7ff;
}

.HTMLChatUsersListCellStatus {
  margin: 0px 5px;
  float: left;
  border-radius: 50%;
  top: 2px;
  height: 15px;
  width: 15px;
}

.HTMLChatUsersListCellUser span {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: calc(100% - 25px);
  padding-left: 25px;
  top: 3px;
}

.HTMLChatUsersListCellStatus, .HTMLChatUsersListCellUser {
  position: relative;
  vertical-align: middle;
}

.HTMLChatUserOffline {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.HTMLChatUserOnline {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.HTMLChatUserOffline > .HTMLChatUsersListCellStatus {
  background-color: #c3c3c3;
}

.HTMLChatUserOnline > .HTMLChatUsersListCellStatus {
  background-color: lawngreen;
}

.HTMLChatTalk .HTMLMemo {
  width: 100%!important;
  border-radius: 0;
}

.HTMLChatTalk textarea {
  resize: none;
  height: 100%!important;
  width: 100%!important;
}

.HTMLChatTalk textarea, .HTMLChatTalk textarea:hover, .HTMLChatTalk textarea:focus {
  border: 0;
}

.HTMLChatTalk .HTMLMemo:nth-child(1) {
  background-color: #E5E5E5;
}

.HTMLChatTalk .HTMLMemo:nth-child(1) textarea {
  background-color: transparent!important;
  border-radius: 0;
  padding: 13px;
  font-size: 16px;
}

.HTMLChatTalk .HTMLMemo:nth-child(2) textarea {
  border-radius: 0;
  padding: 4px;
  overflow: hidden;
  font-size: 18px;
  border: 0px solid #fff;
  border-bottom: 1px solid #404040;
}

/*************************************************/
/* HTMLPlayer: Reprodutor de 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: #E6E6E6 1px solid;
  border-radius: 3px;
  min-height: 100px;
  z-index: 100000;
  padding: 4px;
}

.HTMLRSSSlider {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.HTMLRSSTitle {
  color: #000;
  position: relative;
  font-weight: bold;
  width: 94%;
  height: auto;
  min-height: 30px;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  z-index: 1;
  left: 3%;
  padding-top: 2%;
  TEXT-TRANSFORM: uppercase;
  margin-bottom: 2px;
  border-bottom: 1px #E6E6E6 solid;
}

.HTMLRSSItem {
  position: relative;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
  width: 94%;
  margin-top: 10px;
  margin-left: 3%;
}

.HTMLRSSItemTitle {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #000;
}
.HTMLRSSItemTitle span {
  display: table;
  margin-top: auto;
}

.HTMLRSSDescription {
  position: relative;
  width: 100%;
  height: auto;
  color: gray;
  font-size: 16px;
  float: left;
}

.HTMLRSSDescription > * {
  float: left;
  vertical-align: 30%
}
.HTMLRSSDescription img {
  border-radius: 3px;
  margin-right: 10px;
  max-width: 75px;
}

.HTMLRSSDescription br {
  display: none;
}

.HTMLRSSSeparator {
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #E6E6E6;
  float: left;
}

/***************************************************/
/* Tabela: Novo Componente Tabela (Feito em Maker) */
/***************************************************/

.HTMLTable {
  border-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;
}

.HTMLTable .HTMLEdit, .HTMLTableSearchEdge {
  height: 22px;
}

.HTMLTable .HTMLEdit {
  float: left;
  border-right: 2px solid #D3D1D1;
}

.HTMLTableSearchEdge {
  overflow: hidden;
}

.HTMLTable .HTMLEdit input {
  width: 100% !important;
  border-radius: 0;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  text-indent: 8px;
  border: 0px;
}

.HTMLTable .HTMLEdit input:focus {
  border-color: #62cdf1;
  border: 1px solid red;
  ;
}

.HTMLTable .HTMLEdit input:hover {
  //border-color: #77c5df;
}

.HTMLTableHeaderRow, .HTMLTableEdge {
  height: 22px;
  width: 100%;
  white-space: nowrap;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #c9b6b6;
}

.HTMLTableEdge {
  width: 13px;
}

.HTMLTableHeaderCell, .HTMLTableEdge {
  background: linear-gradient(#FFF 0%, #F3F3F3 50%, #EDEDED 51%, #FFF 100%);
}

.HTMLTableHeaderCell {
  float: left;
  height: 100%;
  outline: none;
}

.HTMLTableHeaderCell:last-child {
  overflow: hidden;
  float: none;
}

.HTMLTableHeaderCell:hover, .HTMLTableEdge:hover {
  background: #fff;
}

.HTMLTableHeaderCell span {
  cursor: default;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
  top: 7px;
}

.HTMLTableHeaderCellSeparator {
  float: left;
  position: relative;
  cursor: ew-resize;
  height: 100%;
  background-color: #ababab;
}

.HTMLTableHeaderCellSeparator:hover, .HTMLTableHeaderCellSeparator:active {
  background-color: red;
}

.HTMLTableBody {
  white-space: nowrap;
  width: 100%;
}

.HTMLTableBody2 {
  outline: none;
}

.HTMLTableBodyRow {
  background-color: white;
  position: relative;
  width: 100%;
  height: 18px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #f0f0f0;
}

.HTMLTableBodyRowOdd {
  //background-color: #F7F7F7;
}

.HTMLTableBodyRow:hover {
  background-color: #E4E4E4;
}

.HTMLTableBodyRowSelected {
  background-color: #FFFFB4 ;
}

.HTMLTableBodyRowSelected:hover {
  background-color: #FFFFB4 ;
}

.HTMLTableBodyCell {
  display: inline-block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  margin-left: 2px;
}

.HTMLTableBodyCell span {
  padding-right: 2px;
}

.HTMLTablePrevious, .HTMLTableNext {
  bottom: -35px;
  position: absolute;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: center;
  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 {
  opacity: 1;
}

.HTMLTablePreviousDisabled, .HTMLTableNextDisabled {
  cursor: default;
}

.HTMLTablePrevious {
  right: 35px;
  background-image: url("HTMLTable/previous.png");
}

.HTMLTablePreviousDisabled {
  background-image: url("HTMLTable/previous_disabled.png");
}

.HTMLTableNext {
  right: 0;
  background-image: url("HTMLTable/next.png");
}

.HTMLTableNextDisabled {
  background-image: url("HTMLTable/next_disabled.png");
}

.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;
}

/*************************************************/
/* HTMLScrollBar: Barra de Rolagem               */
/*************************************************/

.HTMLScrollBar {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: default;
  background-color: rgba(211,211,211,0.3);
  -webkit-transition: 0.5s background-color ease;
  -moz-transition: 0.5s background-color ease;
  -ms-transition: 0.5s background-color ease;
  -o-transition: 0.5s background-color ease;
  transition: 0.5s background-color ease;
}

.HTMLScrollBar:hover , .HTMLScrollBar:active {
  background-color: rgba(211,211,211,0.6);
}

.HTMLScrollThumbX, .HTMLScrollThumbY {
  position: relative;
  background-color: #808080;
}

.HTMLScrollThumbX {
  height: 14px;
  min-width: 20px;
}

.HTMLScrollThumbY {
  width: 14px;
  min-height: 20px;
}

/*************************************************/
/*                COMPONENTE ABA                 */
/************************************************/

.HTMLTabComponent, .HTMLTabComponentClose, .HTMLTabComponentUndock {
  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: #000!important;
}

.separarAba img {
  width: 14px;
  height: auto;
  top: 3px;
  margin-left: -3px;
  position: absolute;
}

.HTMLTabComponentSelected {
  border-top: 3px solid #FF0000;
  border-left: 1px solid #91A7B4;
}

.HTMLTabComponentUndockSelected {
  border-top: 3px solid #FF0000;
}

.HTMLTabComponentUndock {
  border-top: 1px solid #91A7B4;
}

.HTMLTabComponentCloseSelected {
  border-top: 3px solid #FF0000;
  border-right: 1px solid #91A7B4;
}

.HTMLTabComponent {
  border-top: 1px solid #91A7B4;
  border-left: 1px solid #91A7B4;
}

.HTMLTabComponentClose {
  border-top: 1px solid #91A7B4;
  border-right: 1px solid #91A7B4;
}

.HTMLTabComponentSelected,.HTMLTabComponentCloseSelected,.HTMLTabComponentUndockSelected {
  background-color: #FFFFFF;
  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%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(50%,#F3F3F3), color-stop(51%,#EDEDED), color-stop(100%,#FFF));
  background: -webkit-linear-gradient(top, #FFF 0%,#F3F3F3 50%,#EDEDED 51%,#FFF 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
  background: linear-gradient(to bottom, #FFF 0%,#F3F3F3 50%,#EDEDED 51%,#FFF 100%);
  padding-bottom: 4px;
}

#WFRReportHeaderActions div, #WFRReportHeaderActions span {
  cursor: pointer;
  padding: 4px;
}

/* Style da cor de fundo da baorda da janela de filtro do relatório*/
#WFRReportHeaderOptions {
  border-bottom: 1px solid #F5F5F5;
}

#WFRReportHeaderActionsPreview, #WFRReportHeaderActionsDesign, #WFRReportHeaderActionsOrder,
#WFRReportHeaderActionsReload, #WFRReportHeaderOptionsPlugin, #WFRReportHeaderOptionsReportGenerator,
#WFRReportHeaderOptionsReportFormat {
  float: left;
}

#WFRReportHeaderActions img, #WFRReportHeaderOptionsPlugin img {
  vertical-align: middle;
}

#WFRReportHeaderOptionsPlugin {
  padding-top: 2px;
  padding-left: 6px;
}

/* Style referente a fonte para o texto de download do plugin do adobe*/
#WFRReportHeaderOptionsPlugin span {
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #747474;
}

/* Style referente as fontes dos textos da janela de filtro do relatório*/
.WFRUserSelectReport {
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #747474;
}

#WFRReportHeaderOptionsReport {
  float: right;
}

#WFRReportHeaderOptionsReport span {
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  cursor: default;
}

/* Style referente a linha que envolve as opções de gerador e formato*/
#WFRReportHeaderOptionsReportGenerator {
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  padding-left: 6px;
  padding-top: 2px;
  border-top-left-radius: 8px;
  padding-left: 6px;
  width: 130px;
}

/* Style referente a linha que envolve as opções de gerador e formato*/
#WFRReportHeaderOptionsReportFormat {
  border-top: 1px solid #ffffff;
}

#WFRReportHeaderOptionsReportGenerator div {
  float: left;
}

/********************************************/
/* WFRReportOrder: Janela de Ordenação do Relatório*/
/********************************************/

/* Style da cor de fundo da janela de Ordenação do Relatório*/
#WFRReportBackgroundOrder {
  float: left;
  width: 100%;
  background: #FFF;
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(50%,#F3F3F3), color-stop(51%,#EDEDED), color-stop(100%,#FFF));
  background: -webkit-linear-gradient(top, #FFF 0%,#F3F3F3 50%,#EDEDED 51%,#FFF 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
  background: linear-gradient(to bottom, #FFF 0%,#F3F3F3 50%,#EDEDED 51%,#FFF 100%);
}


/* Style dos textos da janela de Ordenação do Relatório*/
.WFRUserSelectReportOrder {
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #747474;
}

/*Estilo dos botões*/
.WFRReportButtonOrderOk,.WFRReportButtonOrderClose {
  width: 70px;
  height: 20px;
  border: 1px solid #A6A7B0;
  border-radius: 8px;
  cursor: pointer;
  color: #747474;
  background: #FEFEFC;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  outline: none;
}

.WFRReportButtonOrderOk:hover,.WFRReportButtonOrderClose:hover {
  background: #FFF;
  border: 1px solid #F00;
  color: #747474;
}

/********************************************/
/* AccessManager: Janela Modo Gerente*/
/********************************************/

#AccessManagerBackground {
  background: #FFF;
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(50%,#F3F3F3), color-stop(51%,#EDEDED), color-stop(100%,#FFF));
  background: -webkit-linear-gradient(top, #FFF 0%,#F3F3F3 50%,#EDEDED 51%,#FFF 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
  background: linear-gradient(to bottom, #FFF 0%,#F3F3F3 50%,#EDEDED 51%,#FFF 100%);
}

#AccessManagerBackgroungTitleBar {
  background: #727272;
}

#AccessManagerFontTitleAccessPermissions {
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #727272;
  font-weight: bold;
}

#AccessManagerFontTitleOptionBar {
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
}

#AccessManagerFontText {
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #727272;
}

#AccessManagerFontMenu {
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ccc;
  font-weight: bold;
}

#AccessManagerFontUpdateGroups {
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #89948C;
  ;
  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;
}
