.login-form-page {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  height: 3.125rem;
  padding: 0.75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}

/* Botão "olhinho" para mostrar/ocultar a senha no login. */
.form-label-group-password > input {
  padding-right: 2.75rem;
}

.btn-toggle-password {
  position: absolute;
  top: 0;
  right: 0;
  height: 3.125rem;
  width: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #868e96;
  cursor: pointer;
  z-index: 3;
}

.btn-toggle-password:hover,
.btn-toggle-password.is-visible {
  color: #495057;
}


.loading-datatable {
  height: 30px;
}

.loading-datatable > div {
  position: fixed;
  left: 50%;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }

  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }

  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

body {
  background-color: #f8f8fb;
}

body main {
  min-height: 90vh;
}

/*
#headerLogo img, #headerLogo.expand img {
  height: 50px;
  transition: height 0.5s;
}

@media (min-width: 768px) {
  #headerLogo {
    width: 200px;
  }
  #headerLogo.expand img {
    height: 100px;
  }
}

#headerLogo {
  min-width: 200px;
  width: calc(100% - 30px);
  margin-left: 15px;
}*/

#headerLogo img {
  height: 32px;
  transition: height 0.5s;
}

#headerLogo {
  min-width: 125px;
  width: calc(100% - 30px);
  margin-left: 15px;
  height: 64px;
}

.header-menu-col-logo {
  min-width: 135px;
}

@media (min-width: 768px) {
  #headerLogo {
    height: 70px;
  }

  #headerLogo img {
    height: 50px;
    transition: height 0.5s;
  }
}

.header-menu-btn {
  /*height: 54px;
  width: 170px;*/
  line-height: 1;
  height: 45px;
  width: 160px;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  font-size: 15px;
  text-decoration: none;
  transition: font-size 0.5s;
  color: #8492a6;
}

.header-menu-btn.active {
  background-color: #004680;
  color: #fff;
}

.header-menu-btn i {
  font-size: 1.5em;
}

.header-menu-btn.float-right {
  height: 50px;
  width: 50px;
}

.header-menu-btn:hover {
  text-decoration: none;

  font-size: 15.5px;
}

.header-menu-btn:not(.active):hover {
  background-color: rgb(0, 70, 128, 0.1);
  color: #004680;
}

.header-menu-btn-item {
  font-size: 16px;
  color: #8492a6;
  transition: font-size 0.5s;
  width: 120px;
  height: 113px;
}

.header-menu-btn-item.active {
  background-color: #004680;
  color: #fff;
}

.header-menu-btn-item:hover {
  color: #004680;
  font-size: 16.5px;
  text-decoration: none;
}

.header-menu-btn-item.active:hover {
  color: #fff;
}

.header-menu-btn-item.active {
  background-color: #004680;
}

@media (max-width: 768px) {
  .header-menu-col-logo {
    height: 70px;
  }

  #headerMenu {
    padding-top: 15px;
  }

  #headerMenu .header-menu-btn {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
  }
}

.header-submenu {
  min-height: 45px;
}

.header-submenu .header-menu-btn {
  height: 35px;
  width: 140px;
  font-size: 13px;
  margin-top: 4.5px;
  margin-bottom: 4.5px;
  color: #004680;
}

.header-submenu .header-menu-btn.active {
  color: #fff;
}

@media (min-width: 768px) {
  .header-submenu {
    padding-left: 150px;
  }
}

.bg-qamais-blue {
  background-color: #004680;
}

.footer {
  border-top: 1px solid #dee2e6;
}

#boxRecebimentosCheckeds {
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 70, 128, 0.9);
}

.hide {
  display: none !important;
}

td div.col-tools {
  display: none;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}

td div.tools {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  background: #fff;
  margin: auto;
  width: 300px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 70, 128, 0.9) 57%);
}

tr.hover-tools:hover {
  box-shadow: 0 0 0.7rem rgba(0, 70, 128, 0.5) !important;
}

tr.hover-tools:hover td div.col-tools {
  display: initial;
}

tr.hover-tools:hover td div.tools {
  display: initial;
}

span.money-text {
  font-size: 50%;
  vertical-align: middle;
}

span.card-label-title {
  position: absolute;
  top: -12px;
  padding: 0 5px;
  background: linear-gradient(
    0deg,
    #fff calc(50% + 2px),
    transparent calc(50% - 2px)
  );
}

.datepicker-range {
  cursor: pointer;
}

.form-control.datepicker-range {
  min-height: calc(1.5em + 0.75rem + 2px);
  height: auto;
}

.divider-content {
  border-top: 1px solid #ddd;
  margin: 20px 14px;
  width: 100%;
  position: relative;
}

.divider-content .divider-title {
  position: absolute;
  top: -14px;
  background-color: #fff;
  padding: 0 7px;
  margin-left: 20px;
}

.select2-container {
  width: 100% !important;
}

#previewVendas_paginate {
  padding-top: 15px;
}

#previewCompras td {
  white-space: nowrap;
}

.modal-xxl {
  width: 95%;
  max-width: 95%;
}

.highcharts-credits {
  display: none;
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}

.show-plano2,
.hide-plano2 {
  padding: 0.2rem 0.4rem;
  font-size: 0.575rem;
}

.dataTables_filter {
  display: flex;
}

.dataTables_filter label,
.dataTables_paginate ul li:first-child {
  margin-left: auto;
}

.dataTables_empty {
  text-align: center;
}

.card-img-producao .show-hover {
  display: none;
}

.card-img-producao:hover .show-hover {
  display: block;
}

.div-producao-read .show-hover {
  display: none;
}

.div-producao-read:hover .show-hover {
  display: block;
}

/***** NESTABLE PLUGIN *****/

.dd {
  position: relative;
  list-style: none;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-list .dd-list {
  padding-left: 30px;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

.dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
  content: "-";
}

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    ),
    -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff
          75%, #fff);
  background-image: -moz-linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    ),
    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff
          75%, #fff);
  background-image: linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    ),
    linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    );
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

/***** END NESTABLE PLUGIN *****/

/***** CHECKLISTS *****/

.resposta-checklist {
  background: #ddd;
  min-width: 80px;
  min-height: 40px;
  border-radius: 7px;
  margin: 10px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
}

.resposta-checklist.selected {
  color: #fff;
  background: #ff5722;
  border: 2px solid #ff5722;
}

.erro-preencher {
  border: 4px solid #dc3545;
}

.resposta-checklist {
  position: relative;
  margin-bottom: 30px;
}

.resposta-checklist .resposta-checklist-nota {
  position: absolute;
  bottom: -19px;
  color: #000;
  font-size: 12px;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 3px 10px;
  line-height: 1;
  border-radius: 0 0 5px 5px;
}

.resposta-checklist.selected .resposta-checklist-nota {
  bottom: -21px;
}

.ajustar-print-checklist-expandir {
  max-width: 100% !important;
  width: 100%;
  flex: unset !important;
}

/***** FIM CHECKLISTS *****/

/***** OVERLAY QAMAIS *****/

.overlay-qamais {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(32, 64, 101, 0.8);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-qamais.no-background {
  background: transparent;
}

.overlay-qamais .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
}

.overlay-qamais.overlay-2x .circle {
  width: 200px;
  height: 200px;
}

.overlay-qamais .circle .loader {
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 8px solid #162534;
  border-top: 8px solid #09f;
  border-bottom: 8px solid #09f;
  border-radius: 50%;
  animation: rotate 2s linear infinite;
}

.overlay-qamais-toast {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(32, 64, 101, 0.8);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-qamais-toast.no-background {
  background: transparent;
}

.overlay-qamais-toast .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
}

.overlay-qamais-toast .circle .loader {
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 5px solid #162534;
  border-top: 5px solid #09f;
  border-bottom: 5px solid #09f;
  border-radius: 50%;
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

/***** FIM OVERLAY QAMAIS *****/

/**** LOADER QA+ ****/

.loader {
  position: fixed;
  z-index: 1090;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  transition: width 0s 1.4s ease;
}

.loader .loader__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.loader .loader__icon svg {
  transform-origin: 0 0;
}

/* .loader .loader__tile {
  position: absolute;
  left: 0;
  width: 0;
  height: 20%;
  background-color: #003d73;
  transition: width .7s ease;
}
.loader .loader__tile:nth-child(0) {
  top: calc(-1 * 20%);
  transition-delay: -0.2s;
}
.loader .loader__tile:nth-child(1) {
  top: calc(0 * 20%);
  transition-delay: 0s;
}
.loader .loader__tile:nth-child(2) {
  top: calc(1 * 20%);
  transition-delay: 0.2s;
}
.loader .loader__tile:nth-child(3) {
  top: calc(2 * 20%);
  transition-delay: 0.4s;
}
.loader .loader__tile:nth-child(4) {
  top: calc(3 * 20%);
  transition-delay: 0.6s;
}
.loader .loader__tile:nth-child(5) {
  top: calc(4 * 20%);
  transition-delay: 0.8s;
}
.loader--active {
  width: 100%;
  transition-delay: 0s;
}
.loader--active .loader__icon {
  opacity: 1;
  transition: opacity .5s 1.4s ease;
}
.loader--active .loader__tile {
  width: 100%;
}
.loader--active .loader__tile:nth-child(0) {
  transition-delay: -0.2s;
}
.loader--active .loader__tile:nth-child(1) {
  transition-delay: 0s;
}
.loader--active .loader__tile:nth-child(2) {
  transition-delay: 0.2s;
}
.loader--active .loader__tile:nth-child(3) {
  transition-delay: 0.4s;
}
.loader--active .loader__tile:nth-child(4) {
  transition-delay: 0.6s;
}
.loader--active .loader__tile:nth-child(5) {
  transition-delay: 0.8s;
}
 */
/**** FIM LOADER QA+ ****/

/**** CONTENT LOADER ****/

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 16px;
  border-radius: 3px;
  position: relative;
}

/**** FIM CONTENT LOADER ****/

/*
 * Plugin: RESPONSIVE CALENDAR
 * ---------------
 */

.responsive-calendar .controls {
  text-align: center;
}

.responsive-calendar .controls a {
  cursor: pointer;
}

.responsive-calendar .controls h5 {
  display: inline;
}

.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0;
}

.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 13px;
  width: 14.285714285714286%;
  text-align: center;
  border: 1px solid #eef0f3;
  vertical-align: top;
}

.responsive-calendar .day a {
  color: #2c3e50;
  display: block;
  cursor: pointer;
  padding: 8px 4px 6px;
  min-height: 58px;
  text-decoration: none;
  position: relative;
  border-radius: 4px;
  transition: background-color 0.12s ease;
}

.responsive-calendar .day a:hover {
  background-color: #f3f6fa;
  text-decoration: none;
}

.responsive-calendar .day.header {
  border: none;
  border-bottom: 1px solid #d6d9de;
  margin-bottom: 8px;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.responsive-calendar .day .day-num {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.1;
  color: inherit;
}

.responsive-calendar .day .day-value {
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-top: 4px;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 2px;
}

.responsive-calendar .day.has-event a {
  background-color: #f5faf6;
}

.responsive-calendar .day.has-event a:hover {
  background-color: #e8f3ec;
}

.responsive-calendar .day.has-event a::before {
  content: '';
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 2px;
  height: 2px;
  background: #28a745;
  border-radius: 2px;
  opacity: 0.55;
}

.responsive-calendar .day.today a {
  background-color: #2a5788;
  color: #ffffff;
  border-bottom: 3px solid #0d3d7a !important;
}

.responsive-calendar .day.today a:hover {
  background-color: #204065;
  border-bottom-color: #0d3d7a !important;
}

.responsive-calendar .day.today .day-value,
.responsive-calendar .day.today .day-value.text-success,
.responsive-calendar .day.today .day-value.text-warning,
.responsive-calendar .day.today .day-value.text-danger,
.responsive-calendar .day.today .day-value.text-info,
.responsive-calendar .day.today .day-value.text-secondary {
  color: #d6f0dc !important;
}

.responsive-calendar .day.today.has-event a::before {
  background: #ffffff;
  opacity: 0.85;
}

.responsive-calendar .day-click a {
  background-color: #eaf6ee;
  color: #1d4e2c;
  border: 3px solid #1e7e34;
  box-shadow: inset 0 0 0 1px #b6e0c2;
}

.responsive-calendar .day-click a:hover {
  background-color: #dff0e5;
  border-color: #155724;
}

/* Quando hoje está selecionado: mantém a borda inferior azul para identificar o "hoje" */
.responsive-calendar .day.today.day-click a,
.responsive-calendar .day.today.day-click a:hover {
  border-bottom-color: #0d3d7a !important;
}

.responsive-calendar .day-click .day-num {
  color: #1d4e2c;
  font-weight: 700;
}

.responsive-calendar .day-click .day-value {
  color: #1d4e2c !important;
}

.responsive-calendar .day-click.has-event a::before {
  background: #1e7e34;
  opacity: 0.9;
}

.responsive-calendar .day.not-current a {
  color: #c5cad1;
}

.responsive-calendar .day.not-current .day-value {
  color: #d8dce1 !important;
}

.responsive-calendar .day.not-current.has-event a::before {
  background: #d8dce1;
}

.responsive-calendar .day .notify {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff3636;
  position: absolute;
  top: 5px;
  left: 5px;
  box-shadow: 0 0 0 2px #fff;
}

.responsive-calendar .controls i {
  font-size: 25px;
}

/***** END RESPONSIVE CALENDAR *****/

/***** LIVRO CAIXA - SALDO ROWS *****/
#tableLivroCaixa tr.livrocaixa-saldo-inicial td {
  background-color: #eef2f7;
  color: #495057;
  border-top: 2px solid #d6dde6;
  border-bottom: 1px solid #d6dde6;
  white-space: nowrap;
}

#tableLivroCaixa tr.livrocaixa-saldo-dia td {
  background-color: #f4f7fb;
  color: #2c3e50;
  border-top: 1px solid #d6dde6;
  border-bottom: 1px solid #d6dde6;
  white-space: nowrap;
}

#tableLivroCaixa tr.livrocaixa-saldo-inicial,
#tableLivroCaixa tr.livrocaixa-saldo-dia {
  cursor: default;
}

#tableLivroCaixa tr.livrocaixa-saldo-inicial:hover td,
#tableLivroCaixa tr.livrocaixa-saldo-dia:hover td {
  background-color: #e8eef6;
}

/* Toolbar de colunas no canto superior esquerdo */
#tableLivroCaixa .livrocaixa-colvis-btn {
  line-height: 1;
  color: #6c757d;
}
#tableLivroCaixa .livrocaixa-colvis-btn:hover,
#tableLivroCaixa .livrocaixa-colvis-btn:focus {
  color: #2a5788;
  box-shadow: none;
}
.livrocaixa-colvis-menu {
  min-width: 200px;
}
.livrocaixa-colvis-menu label {
  cursor: pointer;
  user-select: none;
  font-weight: normal;
  font-size: 13px;
  margin: 0;
  padding: 4px 6px;
  border-radius: 3px;
}
.livrocaixa-colvis-menu label:hover {
  background-color: #f3f6fa;
}
.livrocaixa-colvis-menu input[type="checkbox"] {
  flex: 0 0 auto;
}

/* Botão de ordenação no header Lançamento */
.livrocaixa-sort-btn {
  cursor: pointer;
  display: inline-block;
}
.livrocaixa-sort-btn,
.livrocaixa-sort-btn:hover,
.livrocaixa-sort-btn:focus {
  text-decoration: none;
}
.livrocaixa-sort-btn:hover {
  color: #2a5788 !important;
}
.livrocaixa-sort-icon {
  font-size: 0.85em;
  opacity: 0.7;
}
.livrocaixa-sort-btn:hover .livrocaixa-sort-icon {
  opacity: 1;
}

/* Visibilidade de colunas — só afeta linhas de movimento (tr[data-controle]);
   linhas separadoras de saldo (colspan + valor + vazio) são tratadas à parte.
   Layout: 1=checkbox, 2=Faturamento, 3=Lançamento, 4=Plano1, 5=Plano2, 6=Credor,
   7=Vencimento, 8=Descrição, 9=Conta Financeira, 10=Valor, 11=Saldo, 12=Documento
   Saldo separator row: td:nth-child(1)=checkbox-periodo, td:nth-child(2)=label colspan,
   td:nth-child(3)=saldo, td:nth-child(4)=doc */
#tableLivroCaixa.col-hide-2 thead th:nth-child(2),
#tableLivroCaixa.col-hide-2 tbody tr[data-controle] td:nth-child(2) { display: none; }

#tableLivroCaixa.col-hide-3 thead th:nth-child(3),
#tableLivroCaixa.col-hide-3 tbody tr[data-controle] td:nth-child(3) { display: none; }

#tableLivroCaixa.col-hide-4 thead th:nth-child(4),
#tableLivroCaixa.col-hide-4 tbody tr[data-controle] td:nth-child(4) { display: none; }

#tableLivroCaixa.col-hide-5 thead th:nth-child(5),
#tableLivroCaixa.col-hide-5 tbody tr[data-controle] td:nth-child(5) { display: none; }

#tableLivroCaixa.col-hide-6 thead th:nth-child(6),
#tableLivroCaixa.col-hide-6 tbody tr[data-controle] td:nth-child(6) { display: none; }

#tableLivroCaixa.col-hide-7 thead th:nth-child(7),
#tableLivroCaixa.col-hide-7 tbody tr[data-controle] td:nth-child(7) { display: none; }

#tableLivroCaixa.col-hide-8 thead th:nth-child(8),
#tableLivroCaixa.col-hide-8 tbody tr[data-controle] td:nth-child(8) { display: none; }

#tableLivroCaixa.col-hide-9 thead th:nth-child(9),
#tableLivroCaixa.col-hide-9 tbody tr[data-controle] td:nth-child(9) { display: none; }

#tableLivroCaixa.col-hide-10 thead th:nth-child(10),
#tableLivroCaixa.col-hide-10 tbody tr[data-controle] td:nth-child(10) { display: none; }

#tableLivroCaixa.col-hide-11 thead th:nth-child(11),
#tableLivroCaixa.col-hide-11 tbody tr[data-controle] td:nth-child(11),
#tableLivroCaixa.col-hide-11 tbody tr.livrocaixa-saldo-inicial > td:nth-child(3),
#tableLivroCaixa.col-hide-11 tbody tr.livrocaixa-saldo-dia > td:nth-child(3),
#tableLivroCaixa.col-hide-11 tbody tr.livrocaixa-saldo-mes > td:nth-child(3) { display: none; }

#tableLivroCaixa.col-hide-12 thead th:nth-child(12),
#tableLivroCaixa.col-hide-12 tbody tr[data-controle] td:nth-child(12),
#tableLivroCaixa.col-hide-12 tbody tr.livrocaixa-saldo-inicial > td:nth-child(4),
#tableLivroCaixa.col-hide-12 tbody tr.livrocaixa-saldo-dia > td:nth-child(4),
#tableLivroCaixa.col-hide-12 tbody tr.livrocaixa-saldo-mes > td:nth-child(4) { display: none; }

#tableLivroCaixa tr.livrocaixa-saldo-mes td {
  background-color: #e6edf6;
  color: #1b3a5c;
  border-top: 2px solid #c6d4e6;
  border-bottom: 2px solid #c6d4e6;
  white-space: nowrap;
  font-weight: bold;
}

#tableLivroCaixa thead th {
  vertical-align: middle;
}
#tableLivroCaixa thead th .livrocaixa-sort-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
#tableLivroCaixa thead th .livrocaixa-sel-cell {
  display: inline-block;
  padding-left: 1.5rem;
}

.livrocaixa-table-footer {
  background-color: #fafbfd;
  border-top: 1px solid #e6e9ef;
  min-height: 44px;
  font-size: 14px;
}
.livrocaixa-month-pill {
  white-space: nowrap;
}

.livrocaixa-toolbar {
  border-bottom: 1px solid #e6e9ef;
  background-color: #fafbfd;
  min-height: 48px;
}
.livrocaixa-toolbar .livrocaixa-bulk-actions {
  flex: 0 0 auto;
}
.livrocaixa-toolbar .livrocaixa-export-actions {
  flex: 0 0 auto;
}
.livrocaixa-colunas-list label {
  cursor: pointer;
  user-select: none;
  font-weight: normal;
  padding: 6px 10px;
  border-radius: 3px;
}
.livrocaixa-colunas-list label:hover {
  background-color: #f3f6fa;
}
/***** END LIVRO CAIXA - SALDO ROWS *****/

/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-container--flat.select2-container--focus,
.select2-container--evt-comissoes.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-container--flat:focus,
.select2-container--evt-comissoes:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-container--flat:active,
.select2-container--evt-comissoes:active,
.select2-selection:active {
  outline: none;
}

.select2-container--default .select2-selection--single,
.select2-container--evt-comissoes .select2-selection--single,
.select2-selection .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--evt-comissoes .select2-selection--single {
  border-radius: 0;
}

.select2-container--flat .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  padding-top: 0.55rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ddd;
  background-clip: padding-box;
  border: 0;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--flat.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--flat.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--evt-comissoes.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--evt-comissoes.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--flat.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--flat.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--evt-comissoes.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--evt-comissoes.select2-container--open.select2-container--above
  .select2-selection--multiple {
  color: #495057;
  background-color: #fff;
  border-color: #006bc4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 70, 128, 0.25);
}

.select2-container--flat.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--flat.select2-container--open.select2-container--below
  .select2-selection--multiple {
  background-color: #ddd;
}

.select2-container--default.select2-container--open,
.select2-container--flat.select2-container--open,
.select2-container--evt-comissoes.select2-container--open {
  border-color: #004680;
}

.select2-container--evt-comissoes.select2-container--open {
  width: auto !important;
}

.select2-container--evt-comissoes.select2-container--open.select2-container--below,
.select2-container--evt-comissoes.select2-container--open.select2-container--above {
  width: 100% !important;
}

.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--flat .select2-results__option--highlighted[aria-selected],
.select2-container--evt-comissoes
  .select2-results__option--highlighted[aria-selected] {
  background-color: #004680;
  color: white;
}

.select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -2px;
}

.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.select2-container--flat .select2-selection--single .select2-selection__arrow,
.select2-container--evt-comissoes
  .select2-selection--single
  .select2-selection__arrow {
  height: 28px;
  right: 3px;
  top: 3px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-container--flat .select2-selection--single .select2-selection__arrow b,
.select2-container--evt-comissoes
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: 0;
}

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de;
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  color: #495057;
  background-color: #fff;
  border-color: #006bc4;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(0, 70, 128, 0.25);
}

.select2-container--default .select2-results__option[aria-disabled="true"],
.select2-container--flat .select2-results__option[aria-disabled="true"],
.select2-container--evt-comissoes
  .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--flat .select2-results__option[aria-selected="true"],
.select2-container--evt-comissoes
  .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default
  .select2-results__option[aria-selected="true"]:hover,
.select2-container--flat .select2-results__option[aria-selected="true"],
.select2-container--flat .select2-results__option[aria-selected="true"]:hover,
.select2-container--evt-comissoes
  .select2-results__option[aria-selected="true"],
.select2-container--evt-comissoes
  .select2-results__option[aria-selected="true"]:hover {
  color: #444;
}

.select2-container--default .select2-selection--multiple,
.select2-container--flat .select2-selection--multiple,
.select2-container--evt-comissoes .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0.25rem;
}

.select2-container--default .select2-selection--multiple:focus,
.select2-container--flat .select2-selection--multiple:focus,
.select2-container--evt-comissoes .select2-selection--multiple:focus {
  border-color: #004680;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--flat.select2-container--focus .select2-selection--multiple,
.select2-container--evt-comissoes.select2-container--focus
  .select2-selection--multiple {
  border-color: #d2d6de;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--flat
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--evt-comissoes
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #004680;
  border-color: #004680;
  padding: 1px 10px;
  color: #fff;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove,
.select2-container--flat
  .select2-selection--multiple
  .select2-selection__choice__remove,
.select2-container--evt-comissoes
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover,
.select2-container--flat
  .select2-selection--multiple
  .select2-selection__choice__remove:hover,
.select2-container--evt-comissoes
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}

.select2-container--flat .select2-selection--single .select2-selection__arrow,
.select2-container--evt-comissoes
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  width: 20px;
}

.select2-container--flat .select2-selection--single .select2-selection__arrow b,
.select2-container--evt-comissoes
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--flat.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-container--evt-comissoes.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--flat .select2-results > .select2-results__options,
.select2-container--evt-comissoes .select2-results > .select2-results__options {
  max-height: 300px;
  overflow-y: auto;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single,
.select2-container--flat.select2-container--disabled .select2-selection--single,
.select2-container--evt-comissoes.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* DADOS HISTORICOS */

.loading-div-historico {
  height: 500px;
}

.loading-historico {
  position: absolute;
  display: flex !important;
  right: 50%;
  bottom: 50%;
}

.sticky-table td:first-child,
.sticky-table th:first-child {
  position: sticky;
  left: 0;
  background-color: inherit;
}

.sticky-table .ano-historico {
  position: sticky;
  background-color: inherit;
}

/* FIM DADOS HISTORICOS */

/***** PENDENCIAS *****/

.card-pend label.badge {
  margin: 0;
  position: absolute;
  color: #fff;
  top: -7px;
  left: -1px;
  width: 45%;
  font-size: 13px;
  border-radius: 0.25rem 0;
}

.card-pend .fato-pend a {
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 0.5);
  font-size: 35px;
  opacity: 0;
  transition: opacity 0.68s;
  text-decoration: none;
  color: #004680;
}

.card-pend .fato-pend {
  height: 56px;
  overflow: hidden;
}

.card-pend .fato-pend:hover a {
  opacity: 100%;
}

.pendencia-tb-row:hover {
  cursor: pointer;
}

.card-pend {
  border-top: 7px solid #dedede;
}

.card-pend label.badge {
  background-color: #dedede;
}

.user-avatar-img-list {
  width: 35px;
  height: 35px;
  background-color: #004680;
  z-index: 10;
}

.user-name-list {
  /* background-color: #eee; */
  font-size: 17px;
  padding: 3px 7px 3px 15px;
  border-radius: 0 5px 5px 0;
  margin: 0 0 0 -7px;
}

.card-pend .user-pend .user-avatar-img {
  width: 35px;
  height: 35px;
  background-color: #004680;
  z-index: 10;
}

.card-pend .user-pend h5.user-name {
  background-color: #eee;
  font-size: 17px;
  padding: 3px 7px 3px 15px;
  border-radius: 0 5px 5px 0;
  margin: 0 0 0 -7px;
}

.user-box-avatar {
  background-color: #eee;
  width: 71px;
  position: relative;
  margin: 17px 10px;
}

.user-box-avatar-lg {
  background-color: #eee;
  width: 120px;
  position: relative;
  margin: 16px 0;
  margin-top: 25px;
}

.user-box-avatar .user-avatar-img {
  width: 35px;
  height: 35px;
  position: absolute;
  top: -17px;
  background-color: #00468045;
}

.user-box-avatar-lg .user-avatar-img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  background-color: #00468045;
}

.user-box-avatar h5.user-name {
  margin: 20px auto 10px;
  font-size: 13px;
}

.user-box-avatar-lg h5.user-name {
  margin: 30px auto 15px;
  font-size: 17px;
}

.user-box-avatar .user-btn-act {
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 80%;
  margin-bottom: 7px;
  line-height: 1;
  display: none;
}

.user-box-avatar:hover .user-btn-act {
  display: block;
}

.user-box-avatar-lg .user-btn-act {
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 80%;
  margin-bottom: 11px;
  display: none;
}

.user-box-avatar-lg:hover .user-btn-act {
  display: block;
}

.user-box-avatar.user-add,
.user-box-avatar-lg.user-add {
  cursor: pointer;
}

.user-box-avatar.user-add .user-avatar-img,
.user-box-avatar-lg.user-add .user-avatar-img {
  background-color: #17a2b845;
}

.pendencia-movimentos {
  height: 350px;
  overflow-y: auto;
}

.pendencia-comentario-user-avatar {
  padding-right: 0;
}

.pendencia-comentario-user-avatar .user-avatar-img {
  width: 35px;
  height: 35px;
  background-color: #00468045;
}

.pendencia-comentario p.user-name {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.pendencia-comentario {
  flex-basis: 0;
  flex-grow: 1;
  padding-left: 0.25rem;
}

.pendencia-comentario .content {
  padding: 7px 16px;
  background-color: #eee;
  border-radius: 8px 8px 8px 0;
  color: #6c757d;
  position: relative;
  width: fit-content;
}

.pendencia-comentario .content:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-left-color: #eee;
  border-top-color: #eee;
  left: 0;
  bottom: -8px;
}

.pendencia-comentario .content .time {
  font-size: 12px;
  color: #6c757d;
  text-align: right;
  margin-top: 7px;
}

.pendencia-comentario-opcao:hover .opcao-comentario {
  opacity: 1;
  visibility: visible;
  display: block !important;
}

.opcao-comentario {
  opacity: 0;
  visibility: hidden;
  color: #6c757d;
}

.opcao-comentario:not(.barra-divisoria):hover {
  color: black;
  text-decoration: underline;
  cursor: pointer;
}

.barra-divisoria {
  cursor: default;
}

.pendencia-historico {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 12px;
}

.pendencia-historico:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #eee;
  top: 10px;
}

.pendencia-historico .text {
  background-color: #eee;
  position: relative;
  font-size: 13px;
  z-index: 1;
  padding: 6px 12px;
  border-radius: 5px;
}

.pendencia-conclusao {
  position: relative;
  margin-bottom: 24px;
  margin-top: 12px;
}

.pendencia-conclusao .content {
  background-color: #28a745;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  border-radius: 5px;
}

.pendencia-conclusao .content .time {
  font-size: 12px;
  text-align: right;
  margin-top: 7px;
}

.pendencia-reopen {
  position: relative;
  margin-bottom: 24px;
  margin-top: 12px;
}

.pendencia-reopen .content {
  background-color: #007bff;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  border-radius: 5px;
}

.pendencia-reopen .content .time {
  font-size: 12px;
  text-align: right;
  margin-top: 7px;
}

.pendencia-comentario-right .pendencia-comentario-user-avatar {
  padding-left: 0;
  padding-right: 15px;
  order: 3;
}

.pendencia-comentario-right .pendencia-comentario-user-avatar {
  padding-left: 0;
  padding-right: 15px;
  order: 3;
}

.pendencia-comentario-right .pendencia-comentario {
  padding-right: 0.25rem;
  padding-left: 0;
}

.pendencia-comentario-right .pendencia-comentario .content {
  margin-left: auto;
  border-radius: 8px 8px 0 8px;
  background-color: #004680;
  color: #fff;
}

.pendencia-comentario-right .pendencia-comentario .content:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-top-color: #004680;
  border-right-color: #004680;
  left: auto;
  right: 0;
}

.pendencia-comentario-right .pendencia-comentario .content .time {
  color: #ddd;
}

.pendencia-comentario-right .pendencia-comentario p.user-name {
  text-align: right;
}

.btn-grid-list-view:hover {
  background-color: #ddd;
}

.btn-grid-list-view.active {
  background-color: #666;
  color: white;
}

.absolute {
  position: absolute;
}

#btnContainer {
  display: block;
  width: fit-content;
  z-index: 200;
}

/***** FIM PENDENCIAS *****/

/***** REUNIAO *****/
.anexos-reuniao > button {
  margin-top: -2.5rem;
  width: 100%;
}

.anexos-reuniao > button:focus {
  box-shadow: none !important;
}

.anexos-reuniao > button:hover {
  background-color: rgb(0, 70, 128, 0.1);
  color: #004680;
}

#collapseReuniaoAnexo:not(.to-pdf) {
  position: absolute;
  top: 150px;
  width: 400px;
  z-index: 1;
  border-radius: 10px !important;
  box-shadow: 0px 5px 10px #888888;
}

#collapseReuniaoAnexo ul {
  list-style-type: none;
  background-color: #e6e6e67a;
  padding: 10px;
  padding-right: 15px;
  padding-left: 30px;
  border-radius: 10px !important;
  margin-bottom: unset;
}

#collapseReuniaoAnexo li:not(:last-child) {
  margin-bottom: 15px;
}

#collapseReuniaoAnexo a[data-type="video"]::before {
  content: "🎥";
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: -1.3em;
  width: 1.3em;
}

#collapseReuniaoAnexo a[data-type="application"]::before {
  content: "📄";
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: -1.3em;
  width: 1.3em;
}

#collapseReuniaoAnexo a[data-type="image"]::before {
  content: "📷";
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: -1.3em;
  width: 1.3em;
}

#anexarReunioes:disabled {
  pointer-events: none !important;
}

.remove-anexo-reunioes {
  position: absolute;
  right: 10px;
}
.remove-anexo-reunioes:hover {
  cursor: pointer;
  color: red;
  font-size: 1.2em;
}
/***** FIM REUNIAO *****/

/***** GERADOR PDF REUNIOES *****/

.ajustar-print > div:last-child {
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
}

.ajustar-print > div:first-child,
.ajustar-print > div:nth-child(2) {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 15px;
}

.ajustar-print > div:last-child > div {
  max-width: 49%;
  flex: 0 0 49%;
  margin-inline: 5px;
}

.wrap-print > div,
.wrap-print > div:first-child > div {
  flex: 0 0 100%;
  max-width: 100%;
  flex-direction: row !important;
  display: flex;
}

.wrap-print > div:first-child > div > a {
  flex: 0 0 50%;
  max-width: 50%;
}

.print-textarea > textarea {
  display: none !important;
}

.print-textarea > div {
  display: block !important;
  height: auto;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  background-color: #e9ecef;
  padding: 0.375rem 0.75rem;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  min-height: 150px;
}

/***** FIM GERADOR PDF REUNIOES *****/

/***** QUADRO DE AVISOS ******/

.novo-aviso {
  right: 10px;
  top: 0;
  font-size: 0.6rem;
}

.aviso-dash {
  height: 75px;
  border-bottom: 1px solid #dee2e6;
}

.aviso-dash:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
  cursor: pointer;
}

.aviso-dash span {
  font-size: 18px;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.aviso-dash-header {
  height: 50px;
  border-top: 1px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
}

.aviso-dash-header .novo-aviso{
  top: 12px;
}

.aviso-dash-collapse {
  position: absolute;
  bottom: 0;
}

#quadro_avisos .card{
  border-top-left-radius: unset!important;
  border-top-right-radius: unset!important;
}

.aviso-editar{
  position: absolute;
  right: 0;
}

.avisos-loading{
  font-size: 24px;
  margin-top: 15rem;
}
/***** FIM QUADRO DE AVISO *****/

/***** RESUMO DIARIO MODAL *****/

.resumodiario-checkbox {
  position: absolute;
  right: -20px;
  top: 12px;
  transform: scale(1.3);
  z-index: 9999;
}

/***** FIM RESUMO DIARIO MODAL *****/

/***** MENU DEV CLOUD *****/
.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 20px;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 20px;
  }
}

.cloud-console {
  background-color: #1e1e1e;
  color: #e8e8e8;
  border-radius: 6px;
  border: 1px solid #444;
  padding: 0;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.cloud-console-header {
  background-color: #2a2a2a;
  padding: 8px 12px;
  border-bottom: 1px solid #444;
  font-size: 0.85rem;
}

.cloud-console-meta {
  font-size: 0.8rem;
  color: #b0b0b0 !important;
}

.cloud-console #api_console_clear {
  color: #ddd;
  border-color: #666;
}

.cloud-console #api_console_clear:hover {
  background-color: #444;
  color: #fff;
}

.cloud-console-body {
  background-color: #1e1e1e;
  color: #e8e8e8;
  margin: 0;
  padding: 12px;
  max-height: 320px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.85rem;
  line-height: 1.4;
}

.cloud-console-success {
  border-color: #28a745;
}

.cloud-console-success .cloud-console-header {
  background-color: #1f3a23;
  border-bottom-color: #28a745;
}

.cloud-console-error {
  border-color: #dc3545;
}

.cloud-console-error .cloud-console-header {
  background-color: #3a1f23;
  border-bottom-color: #dc3545;
}

.cloud-console-loading .cloud-console-header {
  background-color: #1f2a3a;
  border-bottom-color: #007bff;
}

.cloud-feedback-body {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 8px 10px;
  max-height: 240px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.8rem;
}

.cloud-logs-table {
  font-size: 0.85rem;
}

.cloud-logs-table th {
  white-space: nowrap;
}

.cloud-logs-table td code {
  font-size: 0.8rem;
  color: #555;
  background: #f4f4f4;
  padding: 1px 5px;
  border-radius: 3px;
}

.cloud-logs-table tbody td {
  vertical-align: middle;
}

/***** FIM MENU DEV CLOUD *****/

/***** CHECKLIST GALERIA *****/

.galeria-anexo-imagem {
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  background-position: center;
  transition: 0.3s all;
}

.galeria-anexo-imagem:hover {
  cursor: pointer;
  transform: scale(1.2);
  transition: 0.3s all;
}

.galeria-anexo-imagem-parent,
.galeria-anexo-adicionar-parent,
.galeria-anexo-extra-parent {
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 15px;
}

.change-backdrop .modal-backdrop {
  opacity: 0.8;
}

.loading-galeria {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgb(2, 2, 2, 0.7);
  z-index: 2000;
}

.loading-galeria-body {
  overflow: hidden !important;
}

.galeria-anexo-imagem:hover > div,
.galeria-anexo-extra:hover > div:first-child {
  background-color: rgb(255, 255, 255, 0.6);
  display: flex !important;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.anexo-expand:hover {
  color: #fff !important;
  background-color: rgb(0, 0, 0, 0.7);
  transition: 0.3s;
}

.play-div {
  width: fit-content;
  padding: 5px 15px 5px 20px;
  border: 2px solid #fff;
  border-radius: 5px;
}

.anexo-remove:hover {
  color: #fff;
  background-color: rgb(0, 0, 0, 0.7);
  transition: 0.3s;
}

.b-right {
  border-right: solid 1px black;
}

.b-left {
  border-left: solid 1px black;
}

.galeria-anexo-adicionar-new:hover {
  cursor: pointer;
  font-size: 2em;
  transition: 0.3s all;
}

.galeria-anexo-extra:hover {
  cursor: pointer;
}

.galeria-anexo-adicionar,
.galeria-anexo-extra {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  transition: 0.3s all;
  font-size: 1.5em;
  height: 300px;
  background-color: #dddddd;
}

@media (min-width: 1500px) {
  .bootstrap-special {
    max-width: 1300px !important;
  }
}

@media (min-width: 1800px) {
  .bootstrap-special {
    max-width: 1500px !important;
  }
}

/***** FIM CHECKLIST GALERIA *****/

/***** AVALIACOES - AVD *****/

.aviso-avd-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}

.aviso-avd-text {
  z-index: 1035;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.aviso-avd-btn {
  z-index: 1038;
}

/***** FIM AVALIACOES - AVD *****/

/***** COMPARATIVO DE PREÇOS *****/

input.is-invalid + .invalid-message {
  display: inline !important;
}
/***** FIM COMPARATIVO DE PREÇOS *****/

/***** NOTIFICACOES - HEADER MENU *****/

.notify-row {
  cursor: pointer;
}

.notify-row.unread {
  background-color: #eeeeee;
}

.notify-row span.unread-dot {
  width: 7px;
  height: 7px;
  top: -1px;
  right: 14px;
}

.notify-row:hover {
  background-color: #e0e0e0;
}

.notify-row .notify-action-buttons {
  display: none;
}

.notify-row:hover .notify-action-buttons {
  display: flex;
}

/***** FIM NOTIFICACOES - HEADER MENU *****/

/***** DEMONSTRATIVOS — quadro resumo (#tableResumo): scroll horizontal +1ª coluna fixa *****/
#tableResumo_wrapper.table-resumo-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-width: 100%;
  position: relative;
  isolation: isolate;
}

/* Cantos do cabeçalho: evita rowspan + sticky (bug de pintura no Chrome) mantendo o rótulo “centralizado” entre2 linhas */
.table .th-quadro-resumo-b {
  position: relative;
}

.table .quadro-resumo-label {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
  white-space: nowrap;
  max-width: 100%;
  padding: 0 0.25rem;
  pointer-events: none;
}

#tableResumo thead th:first-child,
#tableResumo tbody td:first-child,
#tableResumo tbody th:first-child,
#tableResumo tfoot td:first-child,
#tableResumo tfoot th:first-child {
  position: sticky;
  left: 0;
  z-index: 30;
  box-shadow: 2px 0 6px -3px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
}

#tableResumo thead th:first-child {
  z-index: 40;
}

/* fundo do sticky deve acompanhar a “cor da linha” */
#tableResumo thead th:first-child,
#tableResumo tbody td:first-child,
#tableResumo tbody th:first-child,
#tableResumo tfoot td:first-child,
#tableResumo tfoot th:first-child {
  background-color: #fff;
}

#tableResumo.table-striped > tbody > tr:nth-of-type(odd) > td:first-child,
#tableResumo.table-striped > tbody > tr:nth-of-type(odd) > th:first-child {
  background-color: rgba(0, 0, 0, 0.05);
}

#tableResumo.table-striped > tbody > tr:nth-of-type(even) > td:first-child,
#tableResumo.table-striped > tbody > tr:nth-of-type(even) > th:first-child {
  background-color: #fff;
}

/* hover (quando a tabela usar .table-hover) */
#tableResumo.table-hover > tbody > tr:hover > td:first-child,
#tableResumo.table-hover > tbody > tr:hover > th:first-child {
  background-color: rgba(0, 0, 0, 0.075);
}

/* linhas com bg-* (Bootstrap) */
#tableResumo tbody tr.bg-success > td:first-child,
#tableResumo tbody tr.bg-success > th:first-child { background-color: #28a745 !important; }
#tableResumo tbody tr.bg-secondary > td:first-child,
#tableResumo tbody tr.bg-secondary > th:first-child { background-color: #6c757d !important; }
#tableResumo tbody tr.bg-info > td:first-child,
#tableResumo tbody tr.bg-info > th:first-child { background-color: #17a2b8 !important; }
#tableResumo tbody tr.bg-warning > td:first-child,
#tableResumo tbody tr.bg-warning > th:first-child { background-color: #ffc107 !important; }
#tableResumo tbody tr.bg-danger > td:first-child,
#tableResumo tbody tr.bg-danger > th:first-child { background-color: #dc3545 !important; }
#tableResumo tbody tr.bg-primary > td:first-child,
#tableResumo tbody tr.bg-primary > th:first-child { background-color: #007bff !important; }
#tableResumo tbody tr.bg-dark > td:first-child,
#tableResumo tbody tr.bg-dark > th:first-child { background-color: #343a40 !important; }
#tableResumo tbody tr.bg-light > td:first-child,
#tableResumo tbody tr.bg-light > th:first-child { background-color: #f8f9fa !important; }
#tableResumo tbody tr.bg-white > td:first-child,
#tableResumo tbody tr.bg-white > th:first-child { background-color: #fff !important; }

/* quando o bg-* está na própria célula */
#tableResumo tbody td.bg-success:first-child,
#tableResumo tbody th.bg-success:first-child { background-color: #28a745 !important; }
#tableResumo tbody td.bg-secondary:first-child,
#tableResumo tbody th.bg-secondary:first-child { background-color: #6c757d !important; }
#tableResumo tbody td.bg-info:first-child,
#tableResumo tbody th.bg-info:first-child { background-color: #17a2b8 !important; }
#tableResumo tbody td.bg-warning:first-child,
#tableResumo tbody th.bg-warning:first-child { background-color: #ffc107 !important; }
#tableResumo tbody td.bg-danger:first-child,
#tableResumo tbody th.bg-danger:first-child { background-color: #dc3545 !important; }
#tableResumo tbody td.bg-primary:first-child,
#tableResumo tbody th.bg-primary:first-child { background-color: #007bff !important; }
#tableResumo tbody td.bg-dark:first-child,
#tableResumo tbody th.bg-dark:first-child { background-color: #343a40 !important; }
#tableResumo tbody td.bg-light:first-child,
#tableResumo tbody th.bg-light:first-child { background-color: #f8f9fa !important; }
#tableResumo tbody td.bg-white:first-child,
#tableResumo tbody th.bg-white:first-child { background-color: #fff !important; }

/* cor custom usada nos demonstrativos */
#tableResumo tbody tr > td.bg-bright-blue:first-child,
#tableResumo tbody tr > th.bg-bright-blue:first-child,
#tableResumo tbody tr.bg-bright-blue > td:first-child,
#tableResumo tbody tr.bg-bright-blue > th:first-child { background-color: #007bff !important; }
/***** FIM quadro resumo *****/

/***** DataTables FixedColumns (DTFC) — coluna esquerda sem transparência *****/
/* O FixedColumns cria uma tabela clonada à esquerda; sem fundo opaco o conteúdo “vaza” no scroll.
   Regras abaixo deixam o clone com fundo igual ao da linha/célula. */
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned td,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned th {
  background-color: #fff;
  background-clip: padding-box;
}

/* striped (DataTables normalmente aplica .odd/.even) */
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.odd > td,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.odd > th {
  background-color: rgba(0, 0, 0, 0.05);
}
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.even > td,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.even > th {
  background-color: #fff;
}

/* hover (quando existir) */
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr:hover > td,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* linhas/células com bg-* (Bootstrap) — comuns na tabela de custos */
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.bg-success > td,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.bg-success > th { background-color: #28a745 !important; }
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.bg-secondary > td,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.bg-secondary > th { background-color: #6c757d !important; }
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.bg-info > td,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.bg-info > th { background-color: #17a2b8 !important; }
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.bg-warning > td,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.bg-warning > th { background-color: #ffc107 !important; }
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.bg-danger > td,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.bg-danger > th { background-color: #dc3545 !important; }
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.bg-primary > td,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.bg-primary > th { background-color: #007bff !important; }
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.bg-dark > td,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.bg-dark > th { background-color: #343a40 !important; }
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.bg-light > td,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.bg-light > th { background-color: #f8f9fa !important; }

.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody td.bg-success,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody th.bg-success { background-color: #28a745 !important; }
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody td.bg-secondary,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody th.bg-secondary { background-color: #6c757d !important; }
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody td.bg-info,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody th.bg-info { background-color: #17a2b8 !important; }
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody td.bg-warning,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody th.bg-warning { background-color: #ffc107 !important; }
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody td.bg-danger,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody th.bg-danger { background-color: #dc3545 !important; }
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody td.bg-primary,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody th.bg-primary { background-color: #007bff !important; }
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody td.bg-dark,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody th.bg-dark { background-color: #343a40 !important; }
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody td.bg-light,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody th.bg-light { background-color: #f8f9fa !important; }
/***** FIM DTFC *****/

/***** Demonstrativos — linhas internas (plano2 / faturamento2) no custos com scroll + coluna fixa *****/
/* Linhas expandidas não tinham fundo opaco na 1ª coluna; no scroll horizontal o conteúdo “vaza” por baixo */
#tableCustos tbody tr.plano2-collapse > td,
#tableCustos tbody tr.plano2-collapse > th,
#tableCustos tbody tr.faturamento2-collapse > td,
#tableCustos tbody tr.faturamento2-collapse > th,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.plano2-collapse > td,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.plano2-collapse > th,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.faturamento2-collapse > td,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.faturamento2-collapse > th {
  background-color: #f8f9fa;
}

/* 1ª coluna (rótulo do plano2 / detalhe faturamento): sticky + z-index acima do corpo rolável */
#tableCustos tbody tr.plano2-collapse > td:first-child,
#tableCustos tbody tr.plano2-collapse > th:first-child,
#tableCustos tbody tr.faturamento2-collapse > td:first-child,
#tableCustos tbody tr.faturamento2-collapse > th:first-child,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.plano2-collapse > td:first-child,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.plano2-collapse > th:first-child,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.faturamento2-collapse > td:first-child,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned tbody tr.faturamento2-collapse > th:first-child {
  position: sticky;
  left: 0;
  z-index: 25;
  box-shadow: 2px 0 6px -3px rgba(0, 0, 0, 0.12);
  background-color: #f8f9fa;
  background-clip: padding-box;
}

#tableCustos.table-hover tbody tr.plano2-collapse:hover > td:first-child,
#tableCustos.table-hover tbody tr.plano2-collapse:hover > th:first-child,
#tableCustos.table-hover tbody tr.faturamento2-collapse:hover > td:first-child,
#tableCustos.table-hover tbody tr.faturamento2-collapse:hover > th:first-child,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned.table-hover tbody tr.plano2-collapse:hover > td:first-child,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned.table-hover tbody tr.plano2-collapse:hover > th:first-child,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned.table-hover tbody tr.faturamento2-collapse:hover > td:first-child,
.dataTables_wrapper .DTFC_LeftWrapper .DTFC_Cloned.table-hover tbody tr.faturamento2-collapse:hover > th:first-child {
  background-color: rgba(0, 0, 0, 0.075);
}
/***** FIM plano2 / faturamento2 custos *****/
