.dataTables_filter {
  display: none !important;
}

.tabela-scroll {
  max-height: calc(100vh - 400px);
  overflow-y: auto; 
  overflow-x: auto; 
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background: #fff;
  padding: 0; 
}

.tabela-scroll thead th {
  position: sticky;
  top: -5px;
  background: #f8f9fa; 
  z-index: 2; 
  box-shadow: 0 2px 2px rgba(0,0,0,0.05); 
}

.pesquisa {
  width: 50%;
}

@media print {

  .no-print,
  .no-print * {
    display: none !important;
  }
}

.table-btn {
  line-height: 0.5 !important;
  margin: -10px;
  /* padding: unset; */
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  line-height: 0;
}

.icon-table {
  font-size: 25px;
  vertical-align: middle;
  color: #0088cc;
}

td.table_highlight {
  background-color: #d9f2ff6e !important;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #d9f2ff6e !important;
}

table.dataTable.hover tbody td:hover,
table.dataTable.display tbody td:hover {
  color: #0088cc;
  font-weight: bold;
  background-color: #d9f2ff !important;
}

.total-distrib {
  text-align: center;
  font-size: 17px;
  line-height: 9px;
}

.dtrg-group {
  border-bottom-color: #0088cc;
  border-bottom-width: thick !important;
}

@media (max-width: 575px) {

  .buttons-excel,
  .card-header {
    display: none !important;
  }

  .dataTables_length label {
    text-align: center;
  }

  .content-body {
    padding: unset !important;
  }

  .page-header {
    margin: 0 0px 5px;
  }
}

.seletor_edicao {
  /* width: 100%; */
  max-width: 800px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  /* border-color: #0088cc;
  border-width: thick;
  border-style: double; */
  margin: auto;
}

.seletor_edicao .bootstrap-select {
  margin-left: 5px !important;
}

.lista-terminais {
  width: 100%;
  height: auto;

  margin-bottom: 10px;
}

.btn-terminal {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 16px;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-terminal-local {
  font-size: 9px;
  font-weight: normal;
  text-transform: uppercase;
  overflow: hidden;
  width: 100%;
  max-width: 10px;
}

.table-ven {
  background-color: #379392 !important;
  font-weight: bold;
}

.table-dev {
  background-color: #9055a2 !important;
  font-weight: bold;
}

.btn-xlg {
  padding: 30px;
  font-size: 22px;
  line-height: normal;
  border-radius: 8px;
}

* {
  font-size: calc(12px + 0.1vw) !important;
}

.header.header-nav-menu .header-nav-main nav>ul>li.dropdown .dropdown-menu {
  min-width: 300px;
}

#sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 60%;
}

#sortable li {
  margin: 0 3px 3px 3px;
  padding: 0.4em;
  padding-left: 1.5em;
  font-size: 1.4em;
  height: 40px;
  font-weight: bold;
  box-shadow: 3px 3px 15px #000;
}

#sortable li span {
  position: absolute;
  margin-left: -1.3em;
}

label {
  font-size: 16px !important;
  font-weight: bold !important;
}

.bootstrap-select .dropdown-toggle {
  border-color: #0088cc;
}

.limpa_distrib {
  position: fixed;
  left: 0px;
  margin: 25px;
  top: 50%;
  z-index: 99;
}

*:disabled {
  filter: grayscale(25%);
  opacity: 0.5 !important;
}

.btn-painel {
  margin: 10px;
  transition: all 0.2s ease-in-out;
  text-overflow: ellipsis;
}

.btn-painel:hover {
  transform: scale(1.2);
}

.btn-painel i {
  font-size: 2em !important;
}

.page-header h2 {
  font-weight: bold !important;
}

.ui-pnotify-title {
  font-weight: bold !important;
}

#sortable li {
  margin: 0 3px 3px 3px;
  padding: 0.4em;
  padding-left: 1.5em;
  height: auto;
  font-weight: bold;
  cursor: grab;
  background-color: #282352;
  border-radius: 100px;
  color: #fff !important;
  width: 50%;
  align-self: center;
  text-overflow: ellipsis;
}

#sortable {
  width: 100%;
}

#sortable p {
  color: #fff !important;
  font-size: 0.7vw !important;
  margin-bottom: 0px;
}

#sortable .migra {
  background-color: var(--blue);
}

.brightness-box {
  width: 200px;
  height: 30px;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brightness-box i {
  margin: 0 10px;
}

#range {
  width: 100%;
  -webkit-appearance: none;
  background: #0a85ff;
  height: 3px;
  outline: none;
}

/* #qnt {
  width: 100%;
  -webkit-appearance: none;
  background: #0a85ff;
  height: 3px;
  outline: none;
} */

#range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  background: #333;
  border-radius: 50%;
  cursor: pointer;
}

#doomEditForm input {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.5vw !important;
  border-radius: 300px;
}

td,
th {
  vertical-align: middle !important;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #e5e5e5;
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: #cdcccc;
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: #ededed;
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
  background-color: #afbdd8;
}

.c-link {
  cursor: -webkit-grab;
  cursor: grab;
}

.mascara_looker {
  position: fixed;
  width: 172px;
  height: 60px;
  background: #f6f8fa;
  z-index: 99999;
  top: 60px;
  right: 15px;
  border-radius: 0px 0px 0px 82px;
}

@media screen and (max-width: 767px) {
  .userbox {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 0px;
    width: 0%;
    display: none;
  }

  /* .mascara_looker {
    top: 174px;
  } */
}

@media (max-height: 600px) {
  .tabela-scroll {
  max-height: calc(100vh - 150px);
  overflow-y: auto; 
  overflow-x: auto; 
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background: #fff;
  padding: 0; 
  }
}

/* @media screen and (max-width: 574px) {
  .mascara_looker {
    top: 137px;
  }
} */

.table>thead {
  vertical-align: middle !important;
}

.btn {
  box-shadow: 2px 1px 5px 1px #00000082 !important;
}

.btn:active {
  box-shadow: none !important;
}

.nav-link,
dropdown-toggle {
  color: #444;
  font-size: 12px;
}

table td {
  font-family: "Ubuntu Mono", monospace !important;
  font-weight: 500;
}

.link-info {
  color: #0dcaf0;
  cursor: pointer;
}

.tooltip-inner {
  text-align: left;
}

/* .modal-dialog{
  overflow-y: initial !important
}
.modal-body{
  max-height: 80vh;
  min-height: 10vh;
  overflow-y: auto;
} */

.d-none {
  display: inline-block !important;
}

div.dataTables_processing {
  top: 50px !important;
  z-index: 99999999 !important;
}

.btn-tn {
  padding: 0.1rem 0.5rem 0.1rem 0.5rem !important;
  margin: 4px !important;
}

/* .inner-wrapper {
  position: absolute;
  height: 100%;
}

section .content-body {
  padding: 10px;
  height: 100%;
}

.row-body {
  height: 100%;
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.row-body .col {
  position: absolute;
  height: 100%;
  width: 100%;
}

.card-central {
  background: transparent;
  box-shadow: none;
  border: none;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border-radius: 0.25rem;
}

.table-responsive {
  height: 100%;
  overflow: hidden;
}

.table-responsive #dataTable_wrapper {
  height: 100%;
}

.table-responsive .table {
  height: 100%;
  position: absolute;
}

.table-responsive tbody {
  position: absolute;
  overflow: scroll;
  height: 60%;
}



.dataTables_info{
  position: absolute;
  bottom: 5px;
}

.dataTables_paginate{
  display: flex !important;
  justify-content: center !important;
  position: absolute;
  bottom: 50px;
  width:100%;
} */

.dataTables_length {
  display: inline-flex;
  margin-left: 10px;
}

input,
button,
select,
optgroup,
textarea {
  border-radius: 100px !important;
}

.form-check-input {
  position: unset !important;
}

.modal-title {
  line-height: 2.5;
}




#label-dark {
  position: relative;
  display: block;
  width: 70px;
  height: 35px;
  background: rgb(251, 248, 248);
  border-radius: 200px;
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.4), inset 0 -3px 20px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all .3s ease-in-out;
  margin-top: 5px;
}

#label-dark::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 2px;
  left: 2px;
  background: linear-gradient(180deg, #ffcc96, #d8865d);
  border-radius: 180px;
  box-shadow: -3px -3px 10px #00000040, 3px 3px 20px #00000040;
  transition: all .3s ease-in-out;
  z-index: 5;
}

.input-dark {
  width: 0;
  height: 0;
  visibility: hidden;
}

.input-dark:checked+#label-dark {
  background: #242424;
}

.input-dark:checked+#label-dark::after {
  left: 66px;
  transform: translateX(-100%);
  background: linear-gradient(180deg, #777, #3a3a3a);
}

#label-dark:active::after {
  width: 25px;
}



input:checked+#label-dark+.background {
  background: #242424;
}

#label-dark i {
  position: absolute;
  width: 15px;
  top: 5px;
  z-index: 5;
  font-size: 1.5em !important;
}

#label-dark .sun {
  left: 3px;
  position: absolute;
  color: #fff;
  transition: all .3s ease-in-out;
}

#label-dark .moon {
  left: 40px;
  color: #3a3a3a ;
  transition: all .3s ease-in-out;
}

input:checked+#label-dark .sun {
  color: #d8865d;
}

input:checked+#label-dark .moon {
  color: #fff;
}

.filter-option-inner-inner {
  text-align: center !important;
}

div.dataTables_wrapper div.dataTables_processing {
  color: #000 !important;
}