﻿@import url(https://cdn.jsdelivr.net/npm/quill@2/dist/quill.snow.css);
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
.flex,
.flex-center,
.gmodelo-modal2-cabecalho,
.gmodelo-modal2-rodape,
.gmodelo-modal2-rodape,
.gmodelo-multiselect,
.gmodelo-multiselect-option,
.gmodelo-fluxostatus,
.gmodelo-caracteristicaspanel,
#link_logo .menu-container,
.menu-navegacao-conteudo,
.menu-navegacao-busca,
.popover-menu-ancora {
  display: flex;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
/* Fim Flex */
/* Background */
.background-repeat-none {
  background-repeat: no-repeat;
}
/* Fim Background */
/* Resets */
.reset-hyperlink {
  color: inherit;
  text-decoration: none;
}
.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Fim Resets */
.text-center {
  text-align: center;
}
.no-padding {
  padding: 0;
}
.absolute-center {
  transform: translate(-50%, -50%);
}
.absolute-vertical-center,
.absolute-center,
.gmodelo-mensagem-texto,
.gmodelo-mensagem-texto-erro,
.gmodelo-mensagem-texto-alerta,
.gmodelo-mensagem-texto-sucesso,
.gmodelo-modal,
#modal:not(.gmodelo-modal) {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.absolute-horizontal-center,
.absolute-center,
.gmodelo-mensagem-texto,
.gmodelo-mensagem-texto-erro,
.gmodelo-mensagem-texto-alerta,
.gmodelo-mensagem-texto-sucesso,
.gmodelo-modal,
#modal:not(.gmodelo-modal) {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
}
body {
  margin: 0;
}
select.gmodelo-input {
  padding-left: 0;
  padding-right: 0;
  border: 1px solid gray;
}
.gmodelo-consultarapida {
  position: fixed;
  max-width: 900px;
  width: calc(100% - 16px);
  height: calc(100% - 8px);
  max-height: 85%;
  background-color: white;
  box-shadow: 0px 5px 25px 0px #323232;
}
.botaoseta {
  position: absolute;
  color: white;
  top: 36px;
  font-size: 5px;
  transform: translateX(-50%);
}
.gmodelo-border {
  border: 1px solid #15EC14;
}
.gmodelo-conteudo {
  padding: 16px 22px;
  margin: 0;
  background-color: #fff;
  position: relative;
  width: 100%;
  overflow: auto;
  font-family: 'Segoe UI', 'Open Sans';
}
.gmodelo-campo {
  width: 100%;
}
.gmodelo-checkbox {
  margin-top: 28px;
  height: 28px;
  width: auto;
  font-size: small;
  font-size: 12px;
}
.gmodelo-checkbox-label {
  font-weight: bold;
  font-size: 12px;
  color: #333 !important;
  cursor: pointer;
}
.gmodelo-input {
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid gray;
  font-family: 'Segoe UI', 'Open Sans';
  font-size: 12px;
  border-radius: 2px;
  border-color: #d0d0d0 !important;
  width: 100%;
}
.gmodelo-input:read-only,
.gmodelo-input[readonly] {
  background-color: transparent;
}
.gmodelo-input:disabled {
  background-color: #f5f5f5;
  color: black;
}
.gmodelo-input-anchor {
  color: #333;
}
.gmodelo-input-anchor .gmodelo-input-label {
  cursor: pointer;
}
.gmodelo-input-label {
  margin-bottom: 2px;
  margin-top: 3px;
  margin-left: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.gmodelo-bloqueio {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  text-align: center;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  outline: none;
}
.gmodelo-bloqueio.show {
  opacity: 1;
}
.gmodelo-botao-controle {
  height: 100% !important;
  background-image: none !important;
  width: 48px;
  position: relative;
  padding: 0 4px;
  background-color: #2B3E51 !important;
}
.gmodelo-botao-controle:hover .botaomenu {
  background-color: #15EC14;
  color: #2B3E51;
}
.gmodelo-botao-controle-seta {
  border-top: 5px solid white;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  width: 0;
  height: 0;
  bottom: 3px;
  display: none;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
}
.gmodelo-botao-controle:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  width: 18px;
}
.gmodelo-botao-controle:first-child:before {
  background-image: url('/App_Themes/GModelo/imgs/novobranco.png') !important;
  background-repeat: no-repeat !important;
}
.gmodelo-botao-controle:first-child:hover:before {
  background-image: url('/App_Themes/GModelo/imgs/novocinza.png') !important;
}
.gmodelo-botao-controle:nth-child(2):before {
  background-image: url('/App_Themes/GModelo/imgs/excluirbranco.png') !important;
  background-repeat: no-repeat !important;
}
.gmodelo-botao-controle:nth-child(2):hover:before {
  background-image: url('/App_Themes/GModelo/imgs/excluircinza.png') !important;
}
.gmodelo-botao-controle:nth-child(3):before {
  background-image: url('/App_Themes/GModelo/imgs/salvarbranco.png') !important;
  background-repeat: no-repeat !important;
}
.gmodelo-botao-controle:nth-child(3):hover:before {
  background-image: url('/App_Themes/GModelo/imgs/salvarcinza.png') !important;
}
.gmodelo-botao-controle:nth-child(4):before {
  background-image: url('/App_Themes/GModelo/imgs/buscarbranco.png') !important;
  background-repeat: no-repeat !important;
}
.gmodelo-botao-controle:nth-child(4):hover:before {
  background-image: url('/App_Themes/GModelo/imgs/buscarcinza.png') !important;
}
.gmodelo-botao-controle:nth-child(5):before {
  background-image: url('/App_Themes/GModelo/imgs/desfazerbranco.png') !important;
  background-repeat: no-repeat !important;
}
.gmodelo-botao-controle:nth-child(5):hover:before {
  background-image: url('/App_Themes/GModelo/imgs/desfazercinza.png') !important;
}
.gmodelo-botao-controle:nth-child(6):before {
  background-image: url('/App_Themes/GModelo/imgs/primeirobranco.png') !important;
  background-repeat: no-repeat !important;
}
.gmodelo-botao-controle:nth-child(6):hover:before {
  background-image: url('/App_Themes/GModelo/imgs/primeirocinza.png') !important;
}
.gmodelo-botao-controle:nth-child(7):before {
  background-image: url('/App_Themes/GModelo/imgs/anteriorbranco.png') !important;
  background-repeat: no-repeat !important;
}
.gmodelo-botao-controle:nth-child(7):hover:before {
  background-image: url('/App_Themes/GModelo/imgs/anteriorcinza.png') !important;
}
.gmodelo-botao-controle:nth-child(8):before {
  background-image: url('/App_Themes/GModelo/imgs/proximobranco.png') !important;
  background-repeat: no-repeat !important;
}
.gmodelo-botao-controle:nth-child(8):hover:before {
  background-image: url('/App_Themes/GModelo/imgs/proximocinza.png') !important;
}
.gmodelo-botao-controle:nth-child(9):before {
  background-image: url('/App_Themes/GModelo/imgs/ultimobranco.png') !important;
  background-repeat: no-repeat !important;
}
.gmodelo-botao-controle:nth-child(9):hover:before {
  background-image: url('/App_Themes/GModelo/imgs/ultimocinza.png') !important;
}
.gmodelo-botao-controle:nth-child(10):before {
  background-image: url('/App_Themes/GModelo/imgs/imprimirbranco.png') !important;
  background-repeat: no-repeat !important;
}
.gmodelo-botao-controle:nth-child(10):hover:before {
  background-image: url('/App_Themes/GModelo/imgs/imprimircinza.png') !important;
}
.gmodelo-botao-controle:nth-child(11):before {
  background-image: url('/App_Themes/GModelo/imgs/funcoesbranco.png') !important;
  background-repeat: no-repeat !important;
}
.gmodelo-botao-controle:nth-child(11):hover:before {
  background-image: url('/App_Themes/GModelo/imgs/funcoescinza.png') !important;
}
.gmodelo-botao-controle:hover {
  background-color: #15EC14 !important;
}
.gmodelo-botao-legenda {
  color: white;
  display: block;
  padding-top: 18px;
  font-size: 11px;
}
.gmodelo-mensagem {
  width: 100%;
  height: 0;
  background-color: red;
  position: absolute;
  color: white;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}
.gmodelo-mensagem-texto {
  padding-left: 24px;
  transform: translate(-50%, -50%);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 18px;
}
.gmodelo-mensagem-texto-erro {
  padding-left: 24px;
  transform: translate(-50%, -50%);
  background-image: url('/App_Themes/GModelo/imgs/falha.png');
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #c74a46;
}
.gmodelo-mensagem-texto-alerta {
  padding-left: 24px;
  transform: translate(-50%, -50%);
  background-image: url('/App_Themes/GModelo/imgs/alerta.png');
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #e9c857;
}
.gmodelo-mensagem-texto-sucesso {
  padding-left: 24px;
  transform: translate(-50%, -50%);
  background-image: url('/App_Themes/GModelo/imgs/sucesso.png');
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #5fbb49;
}
.gmodelo-table {
  position: relative;
}
.gmodelo-table-title {
  width: 100%;
  height: 19px;
  display: none;
  cursor: default;
}
.gmodelo-table-title-text {
  height: 100%;
  font-size: 13px;
  color: white;
  padding-left: 5px;
  padding-right: 8px;
  float: left;
  background-color: #15EC14;
}
.gmodelo-table-header-wrapper {
  background-color: #15EC14;
  color: #212112 !important;
}
.gmodelo-table-header-wrapper .gmodelo-table-header-cell {
  position: sticky;
  top: 0px;
  background-color: #15EC14;
  padding-right: 5px;
  border-left: solid 0.1px white;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  cursor: default;
  overflow: hidden;
  padding-left: 5px;
  min-width: 30px;
  font-weight: bold;
  text-align: left;
  border-top: solid 0.1px #607D8B;
  border-bottom: solid 0.1px #607D8B;
}
.gmodelo-table-header-wrapper .gmodelo-table-header-cell:last-child {
  border-right: solid 0.1px #607D8B;
}
.gmodelo-table-rows {
  width: 100%;
  height: calc(100% - 20px);
  overflow-y: auto;
  background-color: #ffffff;
}
.gmodelo-table-rows-table {
  min-width: 100%;
}
.gmodelo-table-row {
  height: 25px;
  cursor: default;
  font-size: 14px;
  outline: none;
}
.gmodelo-table-row:first-child td {
  border-top: none;
}
.gmodelo-table-row td {
  border-left: solid 0.1px #607D8B;
  border-bottom: solid 0.1px #607D8B;
}
.gmodelo-table-row td:last-child {
  border-right: solid 0.1px #607D8B;
}
.gmodelo-table-row:hover {
  background-color: #DDD;
  box-shadow: initial;
}
.gmodelo-table-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none;
}
.gmodelo-table-cell:not(.gmodelo-table-cell-editing):focus,
.gmodelo-table-cell:not(.gmodelo-table-cell-editing).focus {
  background-color: #8af68a;
}
.gmodelo-table-cell-checkbox {
  min-width: 20px;
  padding: 0;
}
.gmodelo-table-cell-textbox {
  padding-left: 1px;
  padding-right: 1px;
}
.gmodelo-table-cell-default {
  padding-left: 5px;
  padding-right: 5px;
  min-width: 30px;
}
.gmodelo-table-cell-editing {
  padding: 0 !important;
}
.gmodelo-table-cell-editing-input {
  width: 100%;
  border: 0;
  padding: 0 5px;
  text-align: inherit;
  outline: none;
  font-size: inherit;
}
.gmodelo-table-footer {
  width: 100%;
  height: 28px;
}
.gmodelo-table-counter {
  padding-right: 5px;
  height: 28px;
  line-height: 28px;
  float: right;
  font-size: 12px;
}
.gmodelo-table-button {
  height: 20px;
  width: 23px;
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
  float: left;
  height: 28px !important;
  min-width: 28px !important;
}
.gmodelo-table-button-add {
  background-image: url('/App_Themes/GModelo/imgs/adicionarcinza.png');
}
.gmodelo-table-button-add:hover {
  background-image: url('/App_Themes/GModelo/imgs/adicionarbranco.png');
}
.gmodelo-table-button-remove {
  background-image: url('/App_Themes/GModelo/imgs/removercinza.png');
}
.gmodelo-table-button-remove:hover {
  background-image: url('/App_Themes/GModelo/imgs/removerbranco.png');
}
.gmodelo-table-button-edit {
  background-image: url('/App_Themes/GModelo/imgs/editarcinza.png');
}
.gmodelo-table-button-edit:hover {
  background-image: url('/App_Themes/GModelo/imgs/editarbranco.png');
}
.gmodelo-table-button-multiply {
  background-image: url('/App_Themes/GModelo/imgs/duplicarcinza.png');
}
.gmodelo-table-button-multiply:hover {
  background-image: url('/App_Themes/GModelo/imgs/duplicarbranco.png');
}
.gmodelo-table-button-imprimir {
  background-image: url('/App_Themes/GModelo/imgs/imprimircinza.png');
}
.gmodelo-table-button-imprimir:hover {
  background-image: url('/App_Themes/GModelo/imgs/imprimirbranco.png');
}
.gmodelo-table-button-moveup {
  background-image: url('/App_Themes/GModelo/imgs/cimacinza.png');
  margin-left: 6px;
}
.gmodelo-table-button-moveup:hover {
  background-image: url('/App_Themes/GModelo/imgs/cimabranco.png');
}
.gmodelo-table-button-movedown {
  background-image: url('/App_Themes/GModelo/imgs/baixocinza.png');
}
.gmodelo-table-button-movedown:hover {
  background-image: url('/App_Themes/GModelo/imgs/baixobranco.png');
}
.gmodelo-ornament {
  float: left;
  border-right: 7px solid transparent;
  height: 0px;
  width: 0px;
}
.gmodelo-ornament-top {
  border-bottom: 19px solid #34383b;
}
.gmodelo-ornament-bottom {
  border-top: 19px solid #34383b;
}
.gmodelo-datepicker {
  position: relative;
}
.gmodelo-datepicker-input {
  width: 100%;
  height: 100%;
  float: left;
}
.gmodelo-datepicker-picker {
  width: 189.5px;
  height: 166px;
  padding: 2px;
  font-size: 11px;
  text-align: center;
  background-color: #e6e6e7;
  position: absolute;
  z-index: 9999;
}
.gmodelo-datepicker-picker table {
  border-spacing: 0;
  width: 100%;
  height: 100%;
}
.gmodelo-datepicker-picker table td {
  cursor: default;
  width: 24.5px;
  max-width: 24.5px;
  min-width: 24.5px;
}
.gmodelo-datepicker-picker table td.day {
  cursor: pointer;
}
.gmodelo-datepicker-picker table td.day.select {
  background-color: #44f043;
  color: white;
}
.gmodelo-datepicker-picker table td.day:hover {
  background-color: #15EC14;
  color: white;
}
.gmodelo-datepicker-picker table td.day.othermonth {
  color: #c8c8c9;
}
.gmodelo-datepicker-picker table td.month {
  cursor: pointer;
  width: 44.37px;
  max-width: 44.37px;
  min-width: 44.37px;
}
.gmodelo-datepicker-picker table td.month:hover {
  background-color: #2B3E51;
}
.gmodelo-datepicker-picker .header {
  width: 100%;
  height: 22px;
}
.gmodelo-datepicker-body {
  width: 185.5px;
  height: 140px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.gmodelo-datepicker-button {
  width: 20px;
  height: 22px !important;
  float: left;
}
.gmodelo-datepicker-button:hover {
  background-color: #2B3E51 !important;
}
.gmodelo-datepicker-button-back .arrow,
.gmodelo-datepicker-button-next .arrow {
  display: block;
  margin: 0 auto;
}
.gmodelo-datepicker-button-back .arrow {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid white;
  width: 0;
  height: 0;
}
.gmodelo-datepicker-button-next .arrow {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid white;
  width: 0;
  height: 0;
}
.gmodelo-datepicker-titulo {
  cursor: pointer;
  float: left;
  width: 145.5px;
  line-height: 22px;
  height: 22px;
  font-size: 13px;
  color: white;
  background-color: #15EC14;
}
.gmodelo-datepicker-calendar {
  width: 185.5px;
  height: 140px;
  position: absolute;
  left: 0;
}
.gmodelo-datepicker-calendar.anim {
  transition: left linear 0.3s;
}
.gmodelo-datetimepicker .gmodelo-datepicker {
  width: 60%;
}
.gmodelo-datetimepicker .gmodelo-datepicker-input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.gmodelo-datetimepicker .gmodelo-time {
  width: 40%;
  float: left;
}
.gmodelo-datetimepicker .gmodelo-time-input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.gmodelo-modal {
  transform: translate(-50%, -50%);
  max-height: 100%;
  opacity: 0;
  position: fixed;
  box-shadow: 0px 5px 25px 0px #323232;
}
.gmodelo-modal.anim {
  transition-duration: 0.2s;
  transition-property: top, opacity;
  transition-timing-function: linear;
}
.gmodelo-modal.anim:not(.show) {
  top: 0;
}
.gmodelo-modal.show {
  opacity: 1;
}
.gmodelo-modal2 {
  width: 65%;
  background-color: #ffffff;
  color: #333;
  font-family: 'Segoe UI', 'Open Sans';
}
.gmodelo-modal2-cabecalho,
.gmodelo-modal2-rodape {
  width: 100%;
  height: 40px;
  padding: 4px 6px;
}
.gmodelo-modal2-cabecalho {
  justify-content: center;
  align-items: center;
}
.gmodelo-modal2-conteudo {
  border: 1px solid #607D8B;
  padding: 6px;
  float: left;
  width: calc(100% - 12px);
  margin-left: 6px;
}
.gmodelo-modal2-rodape {
  text-align: right;
  align-items: center;
  justify-content: flex-end;
}
.gmodelo-modal2-botao {
  padding: 2px 16px !important;
  background-color: #15EC14 !important;
  color: white;
}
.gmodelo-modal2-botao:not(:last-child) {
  margin-right: 6px;
}
.gmodelo-modal2-botao:hover {
  background-color: #2B3E51 !important;
}
.gmodelo-multiselect {
  position: relative;
  align-items: center;
}
.gmodelo-multiselect:before {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 6px;
}
.gmodelo-multiselect:not(.gmodelo-multiselect-aberto) .gmodelo-multiselect-options {
  display: none;
}
.gmodelo-multiselect-aberto {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.gmodelo-multiselect-text {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 16px;
  padding-left: 1px;
}
.gmodelo-multiselect-options {
  width: calc(100% + (1px * 2));
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: none;
  margin-left: -1px;
  z-index: 1;
  outline: none;
  overflow-y: auto;
}
.gmodelo-multiselect-option {
  align-items: center;
  padding: 4px 3px;
}
.gmodelo-multiselect-option:hover,
.gmodelo-multiselect-option:focus {
  background-color: #a2f7a2;
  color: #000;
  cursor: pointer;
}
.gmodelo-multiselect-option input {
  margin-top: 0;
  margin-bottom: 0;
  pointer-events: none;
}
.gmodelo-fluxostatus {
  height: 26px;
  align-items: center;
}
.gmodelo-fluxostatus-status {
  width: 100%;
  text-align: center;
  font-size: 14px;
  overflow: auto;
  max-height: 100%;
}
.gmodelo-fluxostatus .gmodelo-button {
  height: 100%;
  width: 100%;
  max-width: 15px;
  background-color: white;
  border-radius: 1px;
}
.gmodelo-fluxostatus .gmodelo-button:hover {
  background-color: transparent;
}
.gmodelo-fluxostatus .gmodelo-button:disabled {
  opacity: 0.4;
  cursor: default;
}
.gmodelo-fluxostatus .gmodelo-button:disabled:hover {
  background-color: transparent;
}
.gmodelo-fluxostatus .gmodelo-button .arrow {
  margin: 0 auto;
  display: block;
}
.gmodelo-fluxostatus-voltar .arrow {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #2B3E51;
  width: 0;
  height: 0;
}
.gmodelo-fluxostatus-avancar .arrow {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #2B3E51;
  width: 0;
  height: 0;
}
.gmodelo-caracteristicaspanel {
  align-items: center;
}
.linha {
  width: 100%;
  float: left;
  font-family: 'Segoe UI', 'Open Sans';
  clear: both;
}
.linha:not(:last-child) {
  margin-bottom: 0px;
}
.grupo {
  float: left;
}
.grupo [class*="gcampo"]:not(:last-child) {
  margin-right: 12px;
}
[class*="gcampo"] {
  font-family: 'Segoe UI', 'Open Sans';
  width: 200px;
  float: left;
  height: auto !important;
}
[class*="gcampo"][type="checkbox"] {
  width: auto;
}
[class*="gcampo"][type="hidden"] {
  width: 0px;
}
.gcampo- {
  /*&data {
        width: 100%;
    }*/
}
.gcampo-menor {
  width: 100px;
}
.gcampo-medio {
  width: 300px;
}
.gcampo-maior {
  width: 400px;
}
.gcampo-textarea {
  width: 100%;
}
.gcampo-textarea textarea {
  resize: vertical;
  min-height: 60px;
}
.gcampo-consulta {
  width: 250px;
}
.gcampo-imagem {
  width: 150px;
  height: 170px !important;
  margin: 5px 30px 0 0;
}
.gcampo-radio,
.gcampo-check {
  margin-top: 28px;
  height: 28px;
  width: auto;
  font-size: small;
  font-size: 12px;
}
.gcampo-editorhtml {
  width: 100%;
}
.gcampo-fluxostatus {
  border: solid 2px transparent;
}
.gcampo-fluxostatus .gmodelo-campoborda {
  border-radius: 2px;
  height: auto !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #d0d0d0;
}
.padding {
  padding: 10px;
}
.Triangulo_Esquerdo {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #474747 transparent transparent;
}
.Triangulo_Direito {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #474747;
}
.divTreeExt {
  width: 20%;
  height: 100%;
  float: left;
}
.divTree {
  width: 100%;
  height: calc(100% - 23px);
  overflow-y: auto;
  padding-left: 10px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Segoe UI', 'Open Sans';
  font-size: 12.5px;
}
.treeTitle {
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
  font-size: 13.5px;
}
.divNode {
  width: 100%;
  height: 23px;
  line-height: 23px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.divNode .seta {
  float: left;
  margin-top: 4px;
  margin-left: 3px;
  border-left: solid 5px black;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  height: 0;
  width: 0;
  cursor: pointer;
}
.divNode .seta.open {
  margin-left: 0;
  margin-top: 7px;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
  border-top: 5px solid black;
  border-bottom: 5px solid transparent;
}
.divNode.n1 {
  padding-left: 0;
}
.divNode.n2 {
  padding-left: 15px;
}
.divNode.n3 {
  padding-left: 30px;
}
.gmodelo-noselect:not(label):not(.conteudo) {
  background-color: #2B3E51 !important;
}
.gmodelo-noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gmodelo-textselect {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.gmodelo-font {
  font-family: 'Segoe UI', 'Open Sans';
}
input[type="text"] {
  height: 28px !important;
}
.gmodelo-campoborda,
input[type="text"],
.gmodelo-texte,
.gmodelo-tablebutton,
.gmodelo-input:not(textarea) {
  height: 28px !important;
  min-width: 28px !important;
}
.gmodelo-tablebutton + .gmodelo-input.gmodelo-borderbox {
  width: calc(100% - 72px) !important;
}
.gmodelo-input-wrapper-updown {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.gmodelo-input-updown {
  display: flex;
  flex: 1;
  margin: 0;
  cursor: pointer;
  border: none;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  line-height: 1;
  padding: 0;
  transition: background-color 0.2s;
}
.gmodelo-tablebutton {
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
  height: 20px;
  width: 23px;
  float: left;
}
.gmodelo-tablebutton.add {
  background-color: #15EC14;
  background-image: url('/App_Themes/GModelo/imgs/adicionarcinza.png');
}
.gmodelo-tablebutton.add:hover {
  background-color: #2B3E51;
  background-image: url('/App_Themes/GModelo/imgs/adicionarbranco.png');
}
.gmodelo-tablebutton.remove {
  background-color: #15EC14;
  background-image: url('/App_Themes/GModelo/imgs/removercinza.png');
}
.gmodelo-tablebutton.remove:hover {
  background-color: #2B3E51;
  background-image: url('/App_Themes/GModelo/imgs/removerbranco.png');
}
.gmodelo-tablebutton.download {
  background-color: #15EC14;
  background-image: url('/App_Themes/GModelo/imgs/baixarcinza.png');
}
.gmodelo-tablebutton.download:hover {
  background-color: #2B3E51;
  background-image: url('/App_Themes/GModelo/imgs/baixarbranco.png');
}
.gmodelo-tablebutton.edit {
  background-color: #15EC14;
  background-image: url('/App_Themes/GModelo/imgs/editarcinza.png');
}
.gmodelo-tablebutton.edit:hover {
  background-color: #2B3E51;
  background-image: url('/App_Themes/GModelo/imgs/editarbranco.png');
}
.gmodelo-tablebutton.multiply {
  background-color: #15EC14;
  background-image: url('/App_Themes/GModelo/imgs/duplicarcinza.png');
}
.gmodelo-tablebutton.multiply:hover {
  background-color: #2B3E51;
  background-image: url('/App_Themes/GModelo/imgs/duplicarbranco.png');
}
.gmodelo-tablebutton.imprimir {
  background-color: #15EC14;
  background-image: url('/App_Themes/GModelo/imgs/imprimircinza.png');
}
.gmodelo-tablebutton.imprimir:hover {
  background-color: #2B3E51;
  background-image: url('/App_Themes/GModelo/imgs/imprimirbranco.png');
}
.gmodelo-tablebutton.selecionar {
  background-color: #15EC14;
}
.gmodelo-tablebutton.selecionar:hover {
  background-color: #2B3E51;
}
.gmodelo-button {
  background-color: #15EC14;
  color: #2B3E51;
  height: 30px;
  border: none;
  font-family: 'Segoe UI', 'Open Sans';
  cursor: pointer;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gmodelo-button:hover {
  background-color: #2B3E51;
  color: white;
}
.gmodelo-button:disabled {
  opacity: 0.4;
  cursor: default;
}
.gmodelo-button:disabled:hover {
  background-color: transparent;
}
.gmodelo-campoborda {
  height: auto !important;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px transparent;
}
.gmodelo-campoborda.invalido {
  border: solid 2px red;
}
.gmodelo-texte .gmodelo-button {
  width: 22px;
  height: 22px;
  margin: 0 1px;
  background-image: url('/App_Themes/GModelo/imgs/lupacinza.png');
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.gmodelo-texte .gmodelo-button:hover {
  background-image: url('/App_Themes/GModelo/imgs/lupabranco.png');
}
.gmodelo-texte .gmodelo-button-limpar {
  cursor: pointer;
  top: -27px;
  float: right;
  width: 10px;
  height: 10px;
  /* padding: 6px; */
  position: relative;
  background-image: url(/App_Themes/GModelo/imgs/excluircinza.png);
  background-size: 8px;
  background-color: transparent;
}
.gmodelo-texte .gmodelo-button-limpar:hover {
  background-image: url(/App_Themes/GModelo/imgs/excluircinza.png);
}
label {
  font-weight: bold;
  color: #333 !important;
}
* {
  box-sizing: border-box;
}
button div {
  display: none;
}
.gmodelo-tabhead {
  background-color: #15EC14 !important;
  border: none !important;
  color: #2B3E51;
  height: 21px;
  line-height: 21px;
  margin-top: 4px;
  font-family: 'Segoe UI', 'Open Sans';
  font-size: 13px;
  float: left;
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
  border-top: solid 1px #607D8B;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gmodelo-tabhead.active {
  font-weight: bold;
  color: white;
  background-color: #2B3E51 !important;
  height: 26px;
  margin-top: 0;
  border-right: 1px solid #15EC14 !important;
  border-left: 1px solid #15EC14 !important;
  border-top: 2px solid #15EC14 !important;
}
.gmodelo-tabhead.litem {
  border-left: 1px solid #15EC14;
}
.gmodelo-tabhead.ritem {
  border-right: 1px solid #15EC14;
}
.gmodelo-tabhead:hover {
  background-color: #2B3E51 !important;
  color: white !important;
}
.spinning-loader {
  top: calc(50% - 65px);
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 8px solid #15EC14;
  border-left-color: #2B3E51;
  border-radius: 50%;
  background: transparent;
  animation-name: rotate-s-loader;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-timing-function: linear;
  position: relative;
}
.spinning-loader-cr {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border: 5px solid #15EC14;
  border-left-color: #2B3E51;
  border-radius: 50%;
  background: transparent;
  animation-name: rotate-s-loader;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-timing-function: linear;
  position: relative;
}
@keyframes rotate-s-loader {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.gmodelo-borderbox:not(.gmodelo-input,.spinning-loader-cr) {
  border-color: #607D8B !important;
}
.gmodelo-borderbox {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.gm-tela-titulo {
  display: block;
  margin-bottom: 10px;
  border-left: 3px solid #2B3E51;
  padding-left: 10px;
  font-size: large;
  font-weight: bold;
}
.gmodelo-alert {
  opacity: 0;
  min-width: 200px;
  max-width: 600px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  left: 20%;
  top: 7%;
  position: fixed;
  background-color: white;
  box-shadow: 0px 5px 25px 0px #323232;
  font-family: 'Segoe UI', 'Open Sans';
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.gmodelo-alert.show {
  opacity: 1;
  overflow: auto !important;
  top: 50% !important;
  transform: translateY(-50%);
}
.gmodelo-alert .gmodelo-button {
  margin: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
  min-width: 100px;
}
.gmodelo-alert .gmodelo-button:hover {
  background-color: #2B3E51;
}
.gmodelo-alert .texto {
  margin-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
}
.Tabela {
  width: 100%;
  height: calc(100% - 10px);
  margin-top: 10px;
}
.gmodelo-tablemodal {
  width: 90%;
  height: 90%;
  background-color: white;
  font-family: 'Segoe UI', 'Open Sans';
  border-radius: 12px;
  padding: 15px;
}
.gmodelo-tablemodal .conteudo {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: calc(100% - 6px);
  height: calc(100% - 81px);
  overflow-y: auto;
}
.gmodelo-tablemodal .gmodelo-button {
  background-color: #15EC14;
}
.gmodelo-tablemodal .gmodelo-button:hover {
  background-color: #2B3E51;
}
.gmodelo-tablemodal .tituloDiv {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #1f2937;
  font-weight: 700;
}
.gmodelo-tablemodal > .gmodelo-button {
  background-color: #15EC14;
  border: 1px solid #d1d515;
  border-radius: 8px;
  width: 110px !important;
  height: 40px !important;
  line-height: 0px !important;
  padding: 8px 24px;
  font-size: 14px;
}
.gmodelo-tablemodal > .gmodelo-button:hover {
  background-color: #2B3E51;
}
.gmodelo-tablemodal > .gmodelo-button-cancelar {
  background-color: white;
}
.gmodelo-treenode {
  width: 100%;
  box-sizing: border-box;
}
.gmodelo-treenode .labelbox {
  width: 100%;
  height: 23px;
  line-height: 23px;
  box-sizing: border-box;
  overflow: hidden;
}
.gmodelo-treenode .nodesbox {
  width: 100%;
  box-sizing: border-box;
}
.gmodelo-treenode .seta {
  float: left;
  margin-top: 6px;
  margin-left: 3px;
  border-left: solid 5px black;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  height: 0;
  width: 0;
  cursor: pointer;
}
.gmodelo-treenode .seta.open {
  margin-left: 0;
  margin-top: 9px;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
  border-top: 5px solid black;
  border-bottom: 5px solid transparent;
}
.gmodelo-login .gmodelo-button {
  background-color: #15EC14;
}
.gmodelo-login .gmodelo-button:hover {
  background-color: #2B3E51;
}
.gmodelo-default .gmodelo-button {
  background-color: #15EC14;
}
.gmodelo-default .gmodelo-button:hover {
  background-color: #2B3E51;
}
.gmodelo-hidescroll::-webkit-scrollbar {
  display: none;
}
.hide {
  display: none;
}
_:-moz-tree-row(hover),
.gmodelo-table .gmodelo-tablebutton {
  margin-top: 20px;
}
.gmodelo-listafiles {
  width: 100%;
  overflow-y: auto;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border-left: 0.01em solid #15EC14;
  border-right: 0.01em solid #15EC14;
  border-top: 0.01em solid #15EC14;
  border-bottom: 0.01em solid #15EC14;
}
.gmodelo-listafiles-titulo {
  height: 19px;
  font-size: 13px;
  color: white;
  padding-left: 5px;
  padding-right: 8px;
  float: left;
  background-color: #2B3E51;
}
.gmodelo-listafiles-enfeite {
  float: left;
  border-bottom: 19px solid #34383B;
  border-right: 7px solid transparent;
  height: 0px;
  width: 0px;
}
.gmodelo-listafiles .title {
  width: 100%;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-family: 'Segoe UI', 'Open Sans';
  padding-left: 3px;
  padding-right: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  outline: none;
}
.gmodelo-listafiles .file {
  width: 90px;
  height: 95px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid white;
}
.gmodelo-listafiles .file .checkbox {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.gmodelo-listafiles .file .checkbox:checked {
  display: block;
}
.gmodelo-listafiles .file:hover > .checkbox {
  display: block;
}
.gmodelo-listafiles .thumb {
  width: 100%;
  height: calc(100% - 18px);
  float: left;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 58px;
}
.gmodelo-listafiles .thumb.image {
  background-size: contain;
  background-position: center;
  width: calc(100% - 4px);
  margin-bottom: 0;
}
.gmodelo-listafiles .edittext {
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 11px;
  font-family: 'Segoe UI', 'Open Sans';
  padding-left: 3px;
  padding-right: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gmodelo-listafilesunico {
  width: 100%;
  overflow-y: auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background-color: white;
  height: calc(100% - 51px) !important;
  border-left: 0.01em solid #15EC14;
  border-right: 0.01em solid #15EC14;
  border-top: 0.01em solid #15EC14;
  border-bottom: 0.01em solid #15EC14;
}
.gmodelo-listafilesunico .file {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
.gmodelo-listafilesunico .file .checkbox {
  display: none;
}
.gmodelo-listafilesunico .thumb {
  width: 100%;
  height: calc(100% - 18px);
  float: left;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.gmodelo-listafilesunico .thumb.image {
  background-size: contain;
  background-position: center;
  width: calc(100% - 4px);
  margin-bottom: 0;
}
.gmodelo-listafilesunico .title {
  width: 100%;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-family: 'Segoe UI', 'Open Sans';
  padding-left: 3px;
  padding-right: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  outline: none;
  position: absolute;
  bottom: 0;
}
.gmodelo-listafilesunico .edittext {
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 11px;
  font-family: 'Segoe UI', 'Open Sans';
  padding-left: 3px;
  padding-right: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#link_logo {
  width: 220px !important;
  height: 100%;
  float: left;
  display: inline-block;
  position: relative;
  display: flex;
}
#link_logo .menu-container {
  width: 48px;
  justify-content: center;
  align-items: center;
  background-color: #15EC14;
}
#link_logo .menu-icone {
  font-family: 'Segoe UI', 'Open Sans';
  font-size: 9px;
  color: white !important;
  margin-left: -2px;
}
#link_logo .menu-hamburguer {
  width: 20px;
  height: 10px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: inline-block;
}
#link_logo .menu-hamburguer:before {
  content: '';
  position: absolute;
  top: -40%;
  left: -25%;
  right: -25%;
  bottom: -40%;
}
#link_logo .menu-hamburguer.open span:nth-child(1) {
  transform: translateY(-2px) translateX(3px) rotate(45deg);
}
#link_logo .menu-hamburguer.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
#link_logo .menu-hamburguer.open span:nth-child(3) {
  transform: translateY(2px) translateX(3px) rotate(-45deg);
}
#link_logo .menu-hamburguer span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  transform-origin: left center;
  background-color: #4D4D4D;
}
#link_logo .menu-hamburguer span:not(:last-child) {
  margin-bottom: 3px;
}
#link_logo .link_home_wrapper {
  width: 100%;
  padding: 6px;
}
#link_logo .link_home_wrapper:hover {
  background-color: #263647;
}
#link_logo .link_home_wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.menu-strip {
  position: absolute;
  border: 1px solid #607D8B;
  border-top: 0;
  border-bottom: 0;
  box-shadow: 0px 3px 15px 0px rgba(50, 50, 50, 0.5);
  overflow-y: auto;
  overflow-x: hidden;
}
.menu-strip-lista {
  padding: 0;
  margin: 0;
  min-width: 100px;
  list-style-type: none;
  font-size: 12px;
}
.menu-strip-lista-item {
  height: 30px;
  background-color: #FFFFFF;
  line-height: 30px;
  cursor: pointer;
  border-bottom: 1px #607D8B solid;
  padding: 0 7px;
}
.menu-strip-lista-item:hover {
  background-color: #15EC14;
  color: #4D4D4D;
}
.menu-strip-lista-item.context {
  border-bottom: none;
}
.menu-backdrop {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 10000;
}
.menu-backdrop.open {
  pointer-events: all;
}
.menu-navegacao-conteudo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2B3E51;
  height: 100%;
  color: #4D4D4D;
  font-family: 'Segoe UI', 'Open Sans';
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateX(-110%);
  transition: 0.5s ease-in-out;
  font-size: 13px;
  overflow: auto;
  min-width: 200px;
  flex-direction: column;
}
.menu-navegacao-conteudo.open {
  transform: translateX(0);
}
.menu-navegacao-conteudo .menu-categoria {
  font-weight: bold;
}
.menu-navegacao-conteudo .menu-categoria.open .menu-categoria-texto {
  background-color: #0DBD1F;
}
.menu-navegacao-conteudo .menu-categoria.open .menu-categoria-texto:after {
  transform: translateY(-34%) rotate(-45deg);
}
.menu-navegacao-conteudo .menu-categoria.open .menu-nodes {
  max-height: 2000px;
}
.menu-navegacao-conteudo .menu-categoria .menu-categoria-texto {
  background-color: #15EC14;
  display: block;
  padding: 8px 8px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  transition: all ease 0;
  border-bottom: 1px #333 solid;
}
.menu-navegacao-conteudo .menu-categoria .menu-categoria-texto:hover {
  background-color: #10be0f;
}
.menu-navegacao-conteudo .menu-categoria .menu-categoria-texto:after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 3px 3px 0 0;
  height: 6px;
  width: 6px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transition: 0.2s ease-in-out;
  right: 8px;
  transform: translateY(-74%) rotate(135deg);
}
.menu-navegacao-conteudo .menu-categoria .menu-nodes {
  font-weight: normal;
  list-style: none;
  padding-left: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.menu-navegacao-conteudo .menu-node {
  background-color: #c7c7c7;
  border-bottom: 2px solid #b3b3b3;
  padding-top: 3px;
  padding-bottom: 3px;
  transition: all ease 0;
}
.menu-navegacao-conteudo .menu-node a {
  color: inherit;
  text-decoration: none;
  padding: 4px 16px;
  display: block;
}
.menu-navegacao-conteudo .menu-node a:before {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 6px;
  width: 6px;
  margin-right: 10px;
  margin-left: -10px;
  transition: 0.2s ease-in-out;
  transform: rotate(45deg);
}
.menu-navegacao-conteudo .menu-node:hover {
  background-color: #a6a6a6;
}
.menu-navegacao-conteudo .menu-node:active {
  background-color: #999999;
}
.menu-navegacao-conteudo .menu-nodes-extra {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.menu-navegacao-conteudo .menu-nodes-extra .menu-node {
  border-bottom: 1px solid rgba(77, 77, 77, 0.2);
  padding: 0;
}
.menu-navegacao-conteudo .menu-nodes-extra .menu-node a {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  color: #4D4D4D;
  text-decoration: none;
}
.menu-navegacao-conteudo .menu-nodes-extra .menu-node a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.menu-navegacao-conteudo .menu-nodes-extra .menu-node i {
  font-size: 14px;
  width: 18px;
  text-align: center;
}
.menu-navegacao-busca {
  padding: 4px;
  align-items: center;
}
.menu-navegacao-busca-icone {
  color: white;
  padding: 0 6px;
  position: absolute;
}
.menu-navegacao-busca-input {
  border: 0;
  display: block;
  height: 32px;
  padding: 2px 8px 2px 24px;
  background-color: #080b0e;
  color: white;
  width: 100%;
  border-radius: 2px;
}
.menu-navegacao-busca-input::-webkit-input-placeholder {
  color: white;
}
.menu-navegacao-busca-input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.menu-navegacao-busca-input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.menu-navegacao-busca-input:-ms-input-placeholder {
  color: white !important;
}
.menu-navegacao-busca-input::-ms-input-placeholder {
  color: white;
}
.menu-navegacao-busca-input::placeholder {
  color: white;
}
.menu-navegacao-listas {
  height: 100%;
  overflow: auto;
}
.menu-navegacao-lista {
  margin: 0;
  padding: 0;
}
.menu-navegacao-cabecalho {
  padding: 5px;
  background-color: #2B3E51;
  text-align: center;
}
.menu-navegacao-cabecalho-logo {
  max-width: 120px;
}
.menu-navegacao-rodape {
  padding: 5px;
  background-color: #2B3E51;
  text-align: center;
}
.menu-navegacao-rodape-logo {
  max-width: 80px;
}
.botao-popover-config {
  float: right;
  height: 100%;
  width: 40px;
  background-color: #2B3E51;
  border: none;
  cursor: pointer;
  color: white;
  padding: 4px 12px;
  font-size: 1.5em;
  background-image: url('/App_Themes/GModelo/imgs/configbranco.png') !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: 11px 11px !important;
}
.botao-popover-config:hover {
  background-image: url('/App_Themes/GModelo/imgs/configucinza.png') !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: 11px 11px !important;
  background-color: #15EC14;
}
.botao-popover-sair {
  float: right;
  height: 100%;
  width: 40px;
  background-color: #2B3E51;
  border: none;
  cursor: pointer;
  color: white;
  padding: 4px 12px;
  font-size: 1.5em;
  background-image: url('/App_Themes/GModelo/imgs/sairbranco.png') !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: 14px 11px !important;
}
.botao-popover-sair:hover {
  background-image: url('/App_Themes/GModelo/imgs/saircinza.png') !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: 14px 11px !important;
  background-color: #15EC14;
}
.popover-menu {
  position: absolute;
  right: 0px;
  top: 45px;
  width: 280px;
  background-color: #E6E6E6;
  font-family: 'Segoe UI', 'Open Sans';
  font-size: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #4D4D4D;
  opacity: 0;
  pointer-events: none;
  transition: ease opacity 150ms;
  z-index: 10000;
}
.popover-menu.open {
  opacity: 1;
  pointer-events: all;
}
.popover-menu-cabecalho {
  display: flex;
  padding: 8px 0;
}
.popover-menu-cabecalho-icone {
  padding-right: 16px / 2;
  padding-left: 60px;
  margin-top: 3px;
  color: #6d6e71;
  background-image: url('/App_Themes/GModelo/imgs/meusdados.png') !important;
  background-repeat: no-repeat !important;
  background-size: 45px !important;
  background-position: 8px 0px !important;
}
.popover-menu-cabecalho-container {
  padding-left: 16px / 2;
  padding-right: 8px;
  width: 100%;
}
.popover-menu-cabecalho-titulo,
.popover-menu-cabecalho-subtitulo {
  margin: 0px;
}
.popover-menu-cabecalho-subtitulo {
  font-weight: normal;
  margin-bottom: 5px;
}
.popover-menu-opcoes {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 8px 0;
  border-top: solid 1px #607D8B;
}
.popover-menu-ancora {
  font-family: 'Segoe UI', 'Open Sans';
  padding: 6px 8px;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
  align-items: center;
}
.popover-menu-ancora:before {
  color: #6d6e71;
  font-family: FontAwesome;
  margin-right: 8px;
  font-size: 24px;
  width: 32px;
}
.popover-menu-ancora:hover {
  cursor: pointer;
  background-color: #e4e4e4;
}
.popover-menu-ancora.desabilitada {
  color: #b3b3b3;
}
.popover-menu-ancora.desabilitada:before {
  color: #d4d5d6;
}
.popover-menu-ancora.desabilitada:hover {
  cursor: default;
}
.popover-menu-texto {
  padding: 8px 8px;
  font-size: 12px;
  display: block;
}
.popover-ajuda {
  width: 300px;
  right: 83px;
}
.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  font-family: 'Segoe UI', 'Open Sans';
  font-size: small;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.btn-group button {
  background-color: #FFF;
  /* background */
  border: 1px solid #BDBDBD;
  /* border */
  color: #757575;
  /* text */
  padding: 10px 24px;
  /* Some padding */
  cursor: pointer;
  /* Pointer/hand icon */
  float: left;
  /* Float the buttons side by side */
}
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}
.btn-group button:not(:last-child) {
  border-right: none;
  /* Prevent double borders */
}
.btn-group button:hover {
  background-color: #757575;
  color: white;
  /* White text */
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float: right;
}
.is-mobile .gmodelo-consultarapida {
  max-height: 100%;
  z-index: 9999;
}
.is-mobile .gmodelo-consultarapida.gmodelo-consultarapida-mobile {
  padding: 0;
  background: transparent;
  max-width: none;
  width: 100%;
  height: 100%;
}
.is-mobile .gmodelo-cr-mobile-shell {
  width: 100%;
  height: 100%;
  background: #e5e7eb;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
}
.is-mobile .gmodelo-cr-mobile-surface {
  width: 100%;
  max-width: 420px;
  height: 100%;
  background: #f7f8fa;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.is-mobile .gmodelo-cr-mobile-grip {
  display: flex;
  justify-content: center;
  padding: 12px 0 4px;
}
.is-mobile .gmodelo-cr-mobile-grip div {
  width: 56px;
  height: 4px;
  border-radius: 999px;
  background: #d1d5db;
}
.is-mobile .gmodelo-cr-mobile-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
}
.is-mobile .gmodelo-cr-mobile-header h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  flex: 1;
  text-align: center;
}
.is-mobile .gmodelo-cr-mobile-close {
  position: relative;
  border: none;
  background: transparent;
  font-size: 40px;
  font-weight: 300;
  color: #6b7280;
  cursor: pointer;
  padding: 4px;
  border-radius: 999px;
  line-height: 1;
  margin-left: auto;
}
.is-mobile .gmodelo-cr-mobile-close:focus {
  outline: 2px solid rgba(43, 62, 81, 0.35);
  outline-offset: 2px;
}
.is-mobile .gmodelo-cr-mobile-close:active {
  color: #111827;
}
.is-mobile .gmodelo-cr-mobile-search {
  position: relative;
  padding: 16px 22px 8px 16px;
}
.is-mobile .gmodelo-cr-mobile-search input {
  width: 100%;
  padding: 12px 16px 12px 44px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background-color: #f3f4f6;
  font-size: 16px;
  height: 40px !important;
  color: #111827;
  line-height: 1.4;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  background-image: url('/App_Themes/GModelo/imgs/buscarcinza.png');
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 10px center;
}
.is-mobile .gmodelo-cr-mobile-search input:hover {
  border-color: #c5cad3;
  background-color: #fff;
}
.is-mobile .gmodelo-cr-mobile-search input:focus {
  border-color: transparent;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(43, 62, 81, 0.35);
}
.is-mobile .gmodelo-cr-mobile-search input::placeholder {
  color: #9ca3af;
}
.is-mobile .gmodelo-cr-mobile-main {
  flex: 1;
  overflow-y: auto;
  padding: 10px 16px 16px;
}
.is-mobile .gmodelo-cr-mobile-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 12px;
}
.is-mobile .gmodelo-cr-mobile-card {
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 15px 25px -12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.is-mobile .gmodelo-cr-mobile-card:active {
  transform: scale(0.995);
  box-shadow: 0 12px 20px -14px rgba(0, 0, 0, 0.35);
}
.is-mobile .gmodelo-cr-mobile-card-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.is-mobile .gmodelo-cr-mobile-card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.is-mobile .gmodelo-cr-mobile-field-label {
  margin: 0;
  font-size: 12px;
  color: #6b7280;
}
.is-mobile .gmodelo-cr-mobile-card-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  white-space: normal;
  word-break: break-word;
}
.is-mobile .gmodelo-cr-mobile-field-value {
  margin: 0;
  font-size: 14px;
  color: #111827;
}
.is-mobile .gmodelo-cr-mobile-card-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}
.is-mobile .gmodelo-cr-mobile-card-badge {
  font-size: 12px;
  color: #6b7280;
}
.is-mobile .gmodelo-cr-mobile-card-action {
  border: none;
  background: transparent;
  color: #9ca3af;
  font-size: 20px;
  cursor: pointer;
  padding: 12px;
  line-height: 1;
  border-radius: 999px;
  background-image: url('/App_Themes/GModelo/imgs/setacinza.png') !important;
  background-repeat: no-repeat;
}
.is-mobile .gmodelo-cr-mobile-card-action:focus {
  outline: 2px solid rgba(43, 62, 81, 0.35);
  outline-offset: 2px;
}
.is-mobile .gmodelo-cr-mobile-loadmore {
  margin: 12px auto 0;
  border: none;
  background: #2b3e51;
  color: #fff;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
}
.is-mobile .gmodelo-cr-mobile-loadmore:disabled {
  opacity: 0.6;
  cursor: default;
}
.is-mobile .gmodelo-cr-mobile-loader {
  display: none;
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  padding: 8px 0;
}
.is-mobile .gmodelo-cr-mobile-loader.show {
  display: block;
}
.is-mobile .gmodelo-cr-mobile-main::-webkit-scrollbar {
  width: 6px;
}
.is-mobile .gmodelo-cr-mobile-main::-webkit-scrollbar-thumb {
  background: #c5cad3;
  border-radius: 999px;
}
.is-mobile .gmodelo {
  min-height: 100vh;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
.is-mobile div[is="gautica-gmodelo"] {
  width: 100%;
  min-height: 100vh;
  display: block;
}
.is-mobile .gmodelo-cabecalho {
  background-color: #2c3e50;
  color: #ffffff;
  border: none;
  height: auto;
  padding: 8px 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.is-mobile .gmodelo-cabecalho .gmodelo-mobile-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
}
.is-mobile .gmodelo-mobile-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.is-mobile #link_logo {
  display: flex;
  align-items: center;
  gap: 12px;
  width: auto !important;
}
.is-mobile #link_logo .link_home_wrapper {
  display: inline-flex;
  align-items: center;
}
.is-mobile #link_logo img {
  height: 24px;
  width: auto;
}
.is-mobile #link_logo .menu-container {
  background-color: transparent;
}
.is-mobile #link_logo .menu-container span {
  background-color: white;
}
.is-mobile .gmodelo-mobile-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
.is-mobile .gmodelo-mobile-action-button {
  position: relative;
  background-color: transparent;
  border: none;
  color: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.is-mobile .gmodelo-mobile-action-button:active {
  transform: scale(0.95);
}
.is-mobile .gmodelo-mobile-action-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 2px;
}
.is-mobile .gmodelo-mobile-action-button .material-icons-outlined {
  font-size: 24px;
}
.is-mobile .gmodelo-mobile-action-button[data-has-options='true'] .gmodelo-mobile-arrow {
  opacity: 1;
  font-size: 15px;
}
.is-mobile .gmodelo-mobile-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 1000;
}
.is-mobile .gmodelo-mobile-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}
.is-mobile .gmodelo-mobile-bottom-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: transform 0.25s ease;
  z-index: 1110;
  background: #ffffff;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  padding: 16px;
  font-family: Roboto, sans-serif;
}
.is-mobile .gmodelo-mobile-bottom-sheet.open {
  transform: translateY(0);
}
.is-mobile .gmodelo-mobile-bottom-sheet .gmodelo-mobile-bottom-sheet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.is-mobile .gmodelo-mobile-bottom-sheet .gmodelo-mobile-bottom-sheet-title {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
}
.is-mobile .gmodelo-mobile-bottom-sheet .gmodelo-mobile-bottom-sheet-close {
  border: none;
  background: transparent;
  color: #2c3e50;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-mobile .gmodelo-mobile-bottom-sheet .gmodelo-mobile-bottom-sheet-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.is-mobile .gmodelo-mobile-bottom-sheet .gmodelo-mobile-bottom-sheet-list li + li {
  border-top: 1px solid #e4e4e4;
}
.is-mobile .gmodelo-mobile-bottom-sheet .gmodelo-mobile-bottom-sheet-item {
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  padding: 12px 4px;
  font-size: 15px;
  color: #2c3e50;
  border-radius: 8px;
}
.is-mobile .gmodelo-mobile-bottom-sheet .gmodelo-mobile-bottom-sheet-item:active {
  background-color: #f0f0f0;
}
.is-mobile .gmodelo-mobile-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background-color: #05c715;
  color: #ffffff;
  border: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1100;
}
.is-mobile .gmodelo-mobile-fab .material-icons-outlined {
  font-size: 32px;
}
.is-mobile .gmodelo-mobile-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body {
  margin: 0;
}
body.gmodelo-login {
  height: 100vh;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
#modal {
  font-size: 14px;
  width: 90%;
  max-width: 24rem;
  box-shadow: 0 35px 80px -30px rgba(15, 23, 42, 0.6);
  flex-shrink: 1;
  max-height: 100vh;
  padding: 32px 28px;
  background: rgba(248, 250, 252, 0.92);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-sizing: border-box;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow-y: auto;
  color: #0f172a;
  height: auto;
}
#modal:not(.gmodelo-modal) {
  transform: translate(-50%, -50%) !important;
}
@supports not (backdrop-filter: blur(1px)) {
  #fundo {
    background: rgba(255, 255, 255, 0.92);
  }
}
#logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  margin-bottom: 24px;
}
.logo-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 25px 45px -25px rgba(20, 235, 20, 0.6);
}
.login-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
}
.login-subtitle {
  font-size: 0.95rem;
  color: #475467;
}
.login-divider {
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(71, 84, 103, 0.5);
  margin: 1rem 0 0;
}
.campo {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}
.campo label {
  width: 100%;
  color: #0f172a;
  font-family: 'Segoe UI', 'Open Sans';
  font-size: 0.9rem;
  font-weight: 600 !important;
}
.campo .label {
  width: 100%;
  color: #0f172a;
  font-family: 'Segoe UI', 'Open Sans';
  font-weight: normal !important;
}
.campo .input {
  width: 100%;
  height: 40px !important;
  margin-top: 3px;
  box-sizing: border-box;
  padding-left: 10px;
  font-family: 'Segoe UI', 'Open Sans' !important;
}
.campo-acoes {
  margin-top: 8px;
}
.botao {
  background: linear-gradient(135deg, #14eb14, #12d312);
  border: none;
  cursor: pointer;
  width: 100%;
  padding: 14px 18px;
  color: #ffffff;
  font-family: 'Segoe UI', 'Open Sans';
  font-size: 1rem;
  font-weight: 700;
  border-radius: 6px;
  box-shadow: 0 20px 35px -18px rgba(20, 235, 20, 0.6);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02em;
}
.botao:hover {
  box-shadow: 0 25px 40px -18px rgba(20, 235, 20, 0.7);
  transform: translateY(-1px) scale(1.01);
  background: linear-gradient(135deg, #2ced2c, #12d312);
}
.botao:active {
  transform: translateY(0) scale(0.99);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.botao:focus-visible {
  outline: 3px solid rgba(20, 235, 20, 0.45);
  outline-offset: 3px;
}
#codigo,
#usuario,
.inputcampo {
  width: 100%;
  height: 46px !important;
  margin-top: 3px;
  padding: 0 14px;
  font-family: 'Segoe UI', 'Open Sans' !important;
  border-radius: 6px;
  border: none;
  background-color: rgba(255, 255, 255, 0.88);
  color: #0f172a;
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
#codigo::placeholder,
#usuario::placeholder,
.inputcampo::placeholder {
  color: rgba(71, 84, 103, 0.65);
}
#codigo:focus,
#usuario:focus,
.inputcampo:focus {
  outline: none;
  border-color: #14eb14;
  box-shadow: 0 0 0 3px rgba(20, 235, 20, 0.25);
  background-color: #fff;
}
#mensagem {
  display: none;
  width: 100%;
  text-align: center;
  color: #ef4444;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 12px;
  border: 1px solid rgba(239, 68, 68, 0.45);
  padding: 10px 14px;
  background: rgba(239, 68, 68, 0.1);
  min-height: 32px;
  margin-top: 4px;
}
#lembrarLogin {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #1b1917;
}
#cadastre_se {
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  width: 100%;
  margin-top: 5px;
  text-align: center;
  color: #1b1917;
}