@charset "UTF-8";

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
hr,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

/**
* LOADING - INICIO
*/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sg-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.7;
  background-color: #a4a4a4;
  z-index: 999999999;
  text-align: center;
}

.sg-loading .sg-loader {
  position: absolute;
  z-index: 50;
  border: 16px solid #ffffff;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  top: 40%;
}

/*FIM DO LOADING*/

.desabilitaEventos {
  pointer-events: none;
  cursor: default;
}
#loadingBar {
  position: fixed;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 999;
   text-align: center;
}

#loading-content {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	z-index: 999;
	font-size: 10pt;
	color:#3300cc;
}

.sg-banner img {
  width: 100%;
}

.sg-title {
  background: #4d8de0;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  color: #ffffff;
  font-size: 13px;
  padding: 15px 10px;
  text-align: center;
  font-weight: bold;
}

/**
* TRATAMENTO DA BARRA DE FEERAMENTAS E DOS BOTÕES ADD
*/
.sg-barra-ferramentas {
  width: 100%;
  background: #f2f2f2;
  margin-top: 1px;
  padding: 15px 17px;
}

.sg-barra-ferramentas table {
  table-layout: fixed;
  padding: 3px;
  margin-bottom: 1em;
  text-align: center;
}

.sg-barra-ferramentas td {
  width: 45px;
  cursor: pointer;
}

.sg-barra-ferramentas td + td {
  border-left: 1px solid #c6c6c6;
}

.sg-barra-ferramentas img {
  width: 30px;
  height: 30px;
  cursor: pointer;
  /* float: left; */
}

/*FIM TRATAMENTO DA BARRA DE FEERAMENTAS E DOS BOTÕES ADD*/

/*GRID*/
.sg-grid {
  font-family: "Open Sans Condensed", sans-serif;
  overflow-y: auto;
  height: 100%;
  text-align: center;
}

.sg-grid table {
  border-spacing: 0;
  width: 100%;
  font-size: 10px;
}
.sg-grid td + td {
  border-left: 1px solid #ffffff;
}
.sg-grid td,
th {
  border-bottom: 1px solid #c6c6c6;
  padding: 10px 20px;
  text-transform: uppercase;
}
.sg-grid th {
  border: none;
  padding-top: 15px;
  font-size: 11px;
  background: #a4a4a4;
  color: #ffffff;
  white-space: nowrap;
}

.sg-grid table tbody tr {
  text-align: center;
  height: 45px;
}

.sg-grid tr:nth-child(even) {
  background-color: #edf5ff;
}
.sg-grid tr:hover {
  background: #e8e8e8 !important;
  /* height: 25px !important; */
}

.sg-grid-pesquisa {
  text-align: left;
  padding: 5px 0px 5px;
}

/*TRATAMENTO DO LAYOUT FORMULARIO*/
.sg-container-form {
  font-family: "Open Sans Condensed", arial, sans;
  padding: 20px 5px;
  /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22); */
  margin: 1px auto;
  background: #ffffff;
  /* width: 100%; */
  display: flex;
  flex-wrap: nowrap; /* Permite que as divs "quebrem" para a linha seguinte quando necessário */
  gap: 10px; /* Espaço entre os itens */
  justify-content: center; /* Distribui os itens igualmente */
}
/* 
#div-form-filtro {
  display: flex; 
  justify-content: center; 
  flex-wrap: nowrap;
}

#div-form-filtro > form {
  width: 100%;
} 
*/

.container-currency {
  display: flex;
  align-items: center;
}

.currency {
  margin-right: 10px;
}

.amount {
  width: 120px!important;
}

.label-right {
  width:20%; 
  text-align:right;
}

.sg-container-break {
  clear: both;
  width: 100%;
  height: 0;
}

.sg-container-dinamico {
  float: left;
  margin: 10px;
  max-width: 20%;
  /* flex-grow: 1;
  flex-shrink: 0; */
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}


.sg-container-dinamico.xs, .sg-group-form.xs {
  max-width: 145px;
}

.sg-container-dinamico.button-filtrar {
  max-width: fit-content;
}

.sg-container-dinamico2 {
  margin: 0;
  max-width: 50%;
  display: table-cell; /* inline-flex */
}

.sg-container-dinamico2 label {
  float: left;
  position: relative;
  top: 10px;
}

.sg-container-dinamico2 .sg-group-form input {
  width: 80%;
}

.borda {
  border: 1px solid #ff33cc
}

.borda2 {
  border: 1px solid #ff6666
}

.clear {
  clear: both;
}

.sg-container-dinamico.sm {
  max-width: 210px;
}

.sg-container-dinamico.md {
  max-width: 250px;
}

.sg-container-dinamico.lg {
  max-width: 400px;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0!important;
  border-color: #000!important;
}
.select2-container .select2-selection--multiple {
  min-height: 26px!important;
  max-height: 26px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 10px!important;
}

.select2-container .select2-search--inline .select2-search__field {
  font-family: Arial, Helvetica, sans-serif!important;
  font-size: 8pt!important;
  font-weight: bold!important;
  color: #000!important;
}

.select2-search__field::placeholder {
  color: #000!important;
}

.dataTables_length label {
  display: flex;
  align-items: center;
  gap: 5px; 
  padding: 3px 10px 10px 10px;
}
.dataTables_length select {
  margin: 0 10px;
  width: auto;
  position: relative;
  top: -3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 3px!important;
}

em.campo_obrigatorio {
  color: #FF0000; 
  display: inline-block; 
  font-size: 12px;
}

.sg-container-form h3 {
  background: #585858;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: 100;
  padding: 15px;
  margin: -30px -30px 30px -30px;
}

.sg-container-form h3 > img {
  width: 15px;
  height: 15px;
  text-align: right;
}

.sg-primary h3 {
  background: #cce5ff;
  color: #004085;
}

/*CAMPOS FORMULARIO*/
form label {
  /* font-size: 12px;
  text-align: justify;
  padding: 0px 5px 0px;
  text-transform: uppercase; */
}

.sg-group-form {
  padding: 5px 5px 5px 0;
}

.lb-form {
  font-size: 10px;
  font-weight: bold;
  padding: 0px 0px 5px;
}

input[type="text"],
input[type="password"] {
  /* width: 100%; */
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #000;
}

input[type="date"] {
  /* width: 100%; */
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #000;
  max-width: 180px;
}

input[type="time"] {
  /* width: 100%; */
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #000;
  max-width: 120px;
}

input[type="search"] {
  /* width: 100%; */
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #000;
  max-width: 150px;
}

input[type="number"] {
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #000;
}

input[type="email"] {
  /* width: 100%; */
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #000;
}

select {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #000;
}

textarea {
  /* width: 100%; */
  height: 100px;
  color: #3c3c3c;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 22px;
  background-color: #fbfbfb;
  padding: 8px 8px 8px 40px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 5px;
}

textArea {
  background-image: url("/images/icone-lapis.png");
  background-size: 15px 15px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

/*CAMPOS CHECKBOX E CAMPO RADIO*/
input[type="radio"],
input[type="checkbox"] {
  /*display: none;*/ /* Esconde os inputs */
}

label {
  display: inline-block;
  /* font-weight: bold; */
}

input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
  border: 1px solid #5d5c5c;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  margin: 0 0.8em 0 0;
  padding: 0;
  vertical-align: top;
  width: 20px;
  height: 16px;
  border-radius: 4px;
}

input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before {
  background: #01df01;
  color: #fff;
  content: "\2713";
  text-align: center;
}

input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

/*BOTOES*/
.div-sg-btn-center {
  text-align: center;
  padding: 5px;
}

.div-sg-btn-right {
  text-align: right;
  padding: 5px;
}

.div-sg-btn-left {
  text-align: left;
  padding: 5px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 12px;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 15px!important;
  margin-bottom: 15px!important;
  min-width: 100px;
  background-color: #000066;
}

.confirmar {
  -moz-box-shadow: inset 0px 1px 0px 0px #45d6d6;
  -webkit-box-shadow: inset 0px 1px 0px 0px #45d6d6;
  box-shadow: inset 0px 1px 0px 0px #45d6d6;
  border: 1px solid #27a0a0;
  background-color: #2cbbbb;
}

.cancelar {
  -moz-box-shadow: inset 0px 1px 0px 0px #fa5858;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fa5858;
  box-shadow: inset 0px 1px 0px 0px #fa5858;
  border: 1px solid #f5a9a9;
  background-color: #fe2e2e;
}

.confirmar:hover {
  background: linear-gradient(to bottom, #34caca 5%, #30c9c9 100%);
}

.cancelar:hover {
  background: linear-gradient(to bottom, #fa5858 5%, #fa5858 100%);
}

.sg-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: central;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sg-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.sg-btn:hover,
.sg-btn:focus {
  text-decoration: none;
}

.sg-btn-info {
  color: #fff;
  background-color: #00bfff;
  border-color: #17a2b8;
}
.sg-btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.sg-btn-success {
  color: #fff;
  background-color: #0b6138;
  border-color: #1e7e34;
}
.sg-btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.sg-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.sg-btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/**
* TRATAMENTO DE ICONES DA PAGINA
*/

.icone {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.btn-acao {
  cursor: pointer;
}

.btn-acao-success {
  color: #28a745;
}
.btn-acao-success:hover {
  color: #218838;
}

.btn-acao-danger {
  color: #dc3545;
}
.btn-acao-danger:hover {
  color: #c82333;
}
.cor-success {
  color: #28a745!important;
}
.cor-danger, .box_relatorio tbody tr td sub {
  color: #FF0000!important;
}
.cor-warning {
  color: #e0a800!important;
}
.box_relatorio tbody tr td sub {
  font-size: 0.8rem;
}

.btn-cancelar {
  background-color: #dc3545!important;
}

.btn-cancelar:hover, .btn-cancelar:active {
  background-color: #c82333!important;
}

.btn-salvar:hover, .btn-salvar:active {
  background-color: #264361!important;
}

.btn-acao-warning {
  color: #d39e00;
}
.btn-acao-warning:hover {
  color: #e0a800;
}
.btn-acao-disabled {
  color: #A8ABAF;
}

.fa-rotate-135 {
  transform: rotate(135deg);
}

/**
 * ÍCONE "X" TYPE SEARCH
 */
.searchTable::-webkit-search-cancel-button {
  display: none !important;
}

/*LIST*/
.sg-list-group {
  width: 100%;
}

.sg-list-group-item.active {
  z-index: 2;
  font-size: 12px;
  text-transform: uppercase;
  /*    background-color: #4d8de0;
        border-color: #4d8de0;*/
  background-color: #0489b1;
  border-color: #0489b1;
  color: #fff;
}

.sg-list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top-color: rgba(0, 0, 0, 0.125);
  border-right-color: rgba(0, 0, 0, 0.125);
  border-bottom-color: rgba(0, 0, 0, 0.125);
  border-left-color: rgba(0, 0, 0, 0.125);
}

.sg-title-principal {
  font-size: 2rem;
  margin-top: 50px;
  text-align: center;
}

/*PAINEL*/
.sg-group:before,
.sg-group:after {
  content: "";
  display: table;
}
.sg-group:after {
  clear: both;
  align-items: flex-start;
}

.sg-group img {
  width: 100%;
}

.sg-painel-left {
  position: relative;
  border-width: 2px;
  left: 0px;
  background-color: #ffffff;
  width: 48%;
  float: left;
  /*border: 1px solid black;*/
}

.sg-painel-right {
  position: relative;
  border-width: 0px;
  background-color: #ffffff;
  margin: 0 auto;
  width: 48%;
  float: right;
  /*border: 1px solid red;*/
}

.sg-title-principal-body {
  display: flex;
}

.sg-title-principal-body .sg-descricao-logo {
  display: flex;
  width: 50%;
  text-align: center;
  align-items: center;
  font-size: 1.8rem;
  padding: 0px 0px 0px 10%;
}
.sg-title-logo {
  width: 50%;
  padding: 0px 0px 0px 0px;
  text-align-last: center;
}

.sg-title-logo img {
  width: 100%;
  max-width: 555px;
}

@media only screen and (max-width: 959px) {
  .sg-title-principal-body text {
    font-size: 2rem;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .sg-title-principal-body text {
    font-size: 1.8rem;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .sg-title-principal-body text {
    font-size: 1.5rem;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sg-title-principal-body text {
    font-size: 1rem;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .sg-title-principal-body text {
    font-size: 0.8rem;
  }
}

.sg-container-dinamico {
  float: left;
  width: 100%;
}

@media (min-width: 601px) {
  .sg-container-dinamico {
    width: 49.9%;
  }
}

.sg-card-simples {
  display: flex;
  padding: 5px;
  border: 1px solid #000000;
  margin: 10px 15px 20px;
  cursor: pointer;
}

a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

.sg-card-simples .sg-img {
  width: 10%;
  text-align: center;
  padding: 15px;
}

.sg-card-simples .sg-texto {
  width: 90%;
  display: flex;
  align-items: center;
}

.sg-card-simples:hover {
  background: linear-gradient(to bottom, #34caca 5%, #30c9c9 100%);
}

.sg-card-linha {
  background: #fafafa;
  border: 1px solid #d8d8d8;
  padding: 15px;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-top: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.sg-card-linha div {
  padding: 1px;
}

.div-subalternativa {
  display: none;
}

@media all and (max-width: 768px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .jconfirm-box {
    width: 80% !important;
  }
}

hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #a9a9a9, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  width: 100%;
  text-align: left; /* Para o IE */
  margin: 0 auto 0 0; /* Para navegadores standard */
}

/**
 * tooltip
 */
.sg-informativo-img {
  width: 20px;
  height: 20px;
}

/*== start of code for tooltips ==*/
.tool {
  cursor: help;
  position: relative;
  text-align: justify;
}

/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
  right: 100%;
  opacity: 0;
  position: absolute;
  z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 1100;
}

/*== pointer tip ==*/
.tool::before {
  border-style: solid;
  border-width: 1em 0.75em 0 0.75em;
  border-color: #3e474f transparent transparent transparent;
  bottom: 100%;
  content: "";
  margin-left: -0.5em;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26),
    opacity 0.65s 0.5s;
  transform: scale(0.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
}

/*== speech bubble ==*/
.tool::after {
  background: #3e474f;
  border-radius: 0.25em;
  bottom: 180%;
  color: #fff;
  content: attr(data-tip);
  margin-left: -8.75em;
  padding: 1em;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
  transform: scale(0.6) translateY(50%);
}

.tool-padrao::after {
  width: 50rem;
}

.tool:hover::after,
.tool:focus::after {
  /**transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);*/
}

@media (max-width: 760px) {
  .tool::after {
    font-size: 0.75em;
    margin-left: -5em;
    width: 20em;
  }
}

canvas {
  max-width: 800px;
}

.sg-grid-data-table {
  font-family: "Open Sans Condensed", sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.9em;
}

.sg-grid-data-table td,
#customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

.sg-grid-data-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.sg-grid-data-table tbody tr:hover {
  background-color: #ddd;
}

.sg-grid-data-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #a4a4a4;
  color: white;
}

#divGeral {
  font-size: 12px;
}

#tabelaConsulta_wrapper select {
  width: 47%;
}

.pt-15 { padding-top:15px; }
img.desabilitada {
  opacity: 0.5; /* Torna a imagem semi-transparente */
  /*pointer-events: none; /* Impede interações com a imagem */
  filter: grayscale(100%) blur(1px); /* Aplica um filtro de escala de cinza e desfoque */
}

.TabbedPanelsTabGroup {
  display: flex;
  justify-content: center;
}

.btn {
  color: #ffffff;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 12px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 100px;
  background-color: #002145;
  border-radius: 0;
  font-weight: bold;
  border:none!important;
}
.btn:hover {
  color: #ffffff;
  background-color: #264361;
}
input:focus-visible, textarea:focus-visible, select:focus-visible {
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.dataTable tbody tr td div > b {
  font-size: 18px;
  position: relative;
  top: 1px;
  padding: 0 6px;
}
.tit-permissao-menu {
    background-color: #4d8de0;
    color: #fff;
    font-weight: bold;
}
.tit-permissao-colunas {
    background-color: #ededed;
}
.tit-permissao-submenu {
  background-color: #C2DAE6;
}
.itens_menu td {
  border-color: #000066!important;
}
.modal-com-scroll {
  max-height: 400px; 
  overflow-y: auto;
}