/***ADMIN_END***/

/* TABELA LISTA */

body {
  /* -webkit-overflow-scrolling: touch; */
}

.paginacao td {
  font-size: 13px;
}
.paginacao td span.ativo {
  font-weight: bold;
  font-size: 16px;
}
.paginacao td a:link,
.paginacao td a:active,
.paginacao td a:visited {
  text-decoration: none;
}
.paginacao td a:hover {
  text-decoration: underline;
}

/* TABELA EDITA */

.TabelaEdita {
  margin-bottom: 10px;
  border-collapse: collapse;
}
.TabelaEdita th {
  font-size: 13px;
  font-weight: normal;
  padding: 5px 10px 5px 5px;
  color: #555;
  font-weight: bold;
}
.TabelaEdita td {
  padding: 5px;
  color: #666;
}

.TabelaEdita th a:link,
.TabelaEdita th a:active,
.TabelaEdita th a:visited {
  color: #4d5c78;
  text-decoration: none;
}
.TabelaEdita th a:hover {
  color: #8a98b2;
}

.TabelaEdita td a:link,
.TabelaEdita td a:active,
.TabelaEdita td a:visited {
  color: #808080;
  text-decoration: underline;
}
.TabelaEdita td a:hover {
  color: #000;
}

/* erros */

.Error {
  border: solid 1px red;
  font-weight: bold;
  font-size: 11px;
  color: red;
  padding-left: 5px;
}
.Success {
  border: solid 1px #66cc66;
  font-weight: bold;
  font-size: 11px;
  color: #66cc66;
  padding-left: 5px;
}

.IframeCampos {
  border: solid 1px #999;
  width: 400px;
  height: 400px;
  margin-top: 20px;
}
#MenuHeader {
  padding: 3px;
  background-color: #b9c9fe;
  margin-bottom: 1px;
  font-weight: bold;
  display: none;
}

.clear {
  clear: both;
  height: 0px;
}

.nowrap {
  white-space: nowrap;
}
.nowrap th {
  white-space: nowrap;
}
.nowrap td {
  white-space: nowrap;
}

.item {
  display: inline;
}
.item label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  padding: 8px 0 2px 0;
}

.item .cdin {
  padding-right: 15px;
  float: left;
  padding-right: 15px;
}
.item .cdin .input input,
.item .cdin .input select,
.item .cdin .input textarea {
}

.item .c1 {
  padding-right: 15px;
  float: left;
  padding-right: 15px;
}
.item .c1 .input input,
.item .c1 .input select,
.item .c1 .input textarea {
}

.item .c100 {
  width: 100%;
  float: left;
  padding-right: 15px;
}
.item .c100 .input input,
.item .c100 .input select,
.item .c100 .input textarea {
  width: 100% !important;
}

.item .c75 {
  width: 75%;
  float: left;
  padding-right: 15px;
}
.item .c75 .input input,
.item .c75 .input select,
.item .c75 .input textarea {
  width: 100% !important;
}

.item .c50 {
  width: 50%;
  float: left;
  padding-right: 15px;
}
.item .c50 .input input,
.item .c50 .input select,
.item .c50 .input textarea {
  width: 100% !important;
}

.item .c33 {
  width: 33%;
  float: left;
  padding-right: 15px;
}
.item .c33 .input input,
.item .c33 .input select,
.item .c33 .input textarea {
  width: 100% !important;
}

.item .c25 {
  width: 25%;
  float: left;
  padding-right: 15px;
}
.item .c25 .input input,
.item .c25 .input select,
.item .c25 .input textarea {
  width: 100% !important;
}

.item .c20 {
  width: 20%;
  float: left;
  padding-right: 15px;
}
.item .c20 .input input,
.item .c20 .input select,
.item .c20 .input textarea {
  width: 100% !important;
}

@media only screen and (max-width: 600px) {
  .item .cdin,
  .item .c1,
  .item .c100,
  .item .c75,
  .item .c50,
  .item .c33,
  .item .c25,
  .item .c20 {
    width: 100%;
    float: none;
  }
}

.geradortplespecifico {
  display: none;
}

.secao {
  clear: both;
  padding-top: 10px;
}
.aba div.secao:first-child {
  padding-top: 0px !important;
}
.secao > h3 {
  color: #7cafd3;
  border-left: 1em solid #7cafd3;
  border-bottom: 2px solid #7cafd3;
  padding: 3px 9px;
  background: #fefefe;
  font-size: 13px;
  background: url("images/bg-h3.gif") repeat-x bottom left;
}
.secao div > .line-separator:first-child {
  display: none;
}
.aba {
}

.wrapper-view {
}
.wrapper-view h3 {
  padding-bottom: 10px;
}

.column-50 {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.column-33 {
  width: 30%;
  float: left;
}
.column-25 {
  width: 22%;
  float: left;
}

.ac_input {
  background: url("images/ac-input.gif") no-repeat center right;
}

input.dif {
  background: url("images/ac-input.gif") no-repeat center right;
  cursor: pointer;
}

.BotaoAcao {
  margin-top: 5px;
  padding: 5px;
}

a:link,
a:active,
a:visited,
a:hover .links_fluxo {
  outline: none !important;
  text-decoration: none;
}

.ui-tooltip,
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
}
.ui-tooltip-fluid {
  display: block;
  visibility: hidden;
  position: static !important;
  float: left !important;
}
.ui-tooltip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  border: 1px solid #000001;
  text-align: left;
  word-wrap: break-word;
  overflow: hidden;
}
.ui-tooltip-titlebar {
  position: relative;
  min-height: 14px;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border: 1px solid #000001;
  border-width: 1px 1px 0;
  font-weight: bold;
}
.ui-tooltip-titlebar + .ui-tooltip-content {
  border-top-width: 0 !important;
} /*!Default close button class */
.ui-tooltip-titlebar .ui-state-default {
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
}
* html .ui-tooltip-titlebar .ui-state-default {
  top: 16px;
}
.ui-tooltip-titlebar .ui-icon,
.ui-tooltip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
}
.ui-tooltip-icon,
.ui-tooltip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ui-tooltip-icon .ui-icon {
  width: 18px;
  height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
} /*!Default tooltip style */
.ui-tooltip-default .ui-tooltip-titlebar,
.ui-tooltip-default .ui-tooltip-content {
  border-color: #f1d031;
  background-color: #ffffa3;
  color: #555;
}
.ui-tooltip-default .ui-tooltip-titlebar {
  background-color: #ffef93;
}
.ui-tooltip-default .ui-tooltip-icon {
  border-color: #ccc;
  background: #f1f1f1;
  color: #777;
}
.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover {
  border-color: #aaa;
  color: #111;
} /*!Light tooltip style */
.ui-tooltip-light .ui-tooltip-titlebar,
.ui-tooltip-light .ui-tooltip-content {
  border-color: #e2e2e2;
  color: #454545;
}
.ui-tooltip-light .ui-tooltip-content {
  background-color: white;
}
.ui-tooltip-light .ui-tooltip-titlebar {
  background-color: #f1f1f1;
}

.BoxConfirmacao,
.atualizador-caixa {
  z-index: 88888;
}

#caixadecampos {
  z-index: 999;
}

.ui-datepicker td > a.ui-state-active {
  color: #000 !important;
}

/* Botões padrões */

.icone {
  margin: 0px !important;
}
.btn-padrao {
  padding: 2px 3px 0px 3px;
  width: 26px;
}
.btn-xs {
  padding: 1px 3px !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 24px !important;
}

/*******************************************************/
/***FILTRO LAYOUT**/

.FormFiltro table tr {
  border-top: solid 1px #eee;
}
.FormFiltro table tr:first-child {
  border-top: none !important;
}
.FormFiltro table tr td {
  padding-bottom: 10px;
}
.FormFiltro table {
  width: 100%;
}

.FormFiltro table tr th,
.FormFiltro table tr td {
  word-wrap: break-word;
  display: block;
  margin-top: 2px;
  float: left;
  width: calc(100% - 10px);
  font-size: 13px;
}
.FormFiltro table tr th {
  width: 100%;
  font-size: 13px;
}

.FormFiltro table tr td:last-child {
  width: 10px;
}

.FormFiltro .linha-filtrar td {
  width: 100% !important;
  float: initial !important;
  text-align: center;
}

/*******************************************************/
/***FILTRO LAYOUT**/

.table_tabelado_th {
  font-size: small;
  text-transform: uppercase;
}
.table-responsive {
  border: none !important;
}

@media only screen and (max-width: 600px) {
  .table_tabelado_th a {
    color: #000;
  }

  .table-responsive td {
    font-size: 12px;
  }

  .table_tabelado_th {
    white-space: nowrap;
    font-size: 11px;
  }
  .atualizador-link {
    display: none;
  }
}

.line-separator {
  clear: both;
}

.ui-state-hover .tooltip.top.in,
.ui-state-active .tooltip.top.in {
  opacity: 1 !important;
}

label.comerro {
  color: #ff1000;
}

label.comerro + .input > select,
label.comerro + .input > textarea,
label.comerro + .input > input,
label.comerro + .input div > select,
label.comerro + table tr {
  border: 1px solid #ff1000;
}

.dropdown.dropdown-custom {
  min-width: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border: 1px solid #eee;
  border-radius: 6px;
}

.dropdown.dropdown-custom .dropdown-toggle {
  min-width: 100%;
  padding: 9px 16px !important;
}

.dropdown.dropdown-custom .dropdown-toggle:active,
.dropdown.dropdown-custom .dropdown-toggle:focus,
.dropdown.dropdown-custom .dropdown-toggle:focus-visible {
  outline: none;
  box-shadow: none;
}

.dropdown.dropdown-custom.dropleft.show .dropdown-menu.show {
  display: flex;
  flex-direction: column-reverse;
}

.dropdown.dropdown-custom.dropleft.show
  .dropdown-menu.show
  .dropdown-item:nth-child(4) {
  border-top: 1px solid #ddd;
}

/* .dropdown.dropdown-custom.show .dropdown-menu.show {
  max-height: 100px;
  overflow-y: auto;
} */
.table-responsive {
  min-height: calc(100vh - 175px);
}

#thead tr {
  border-bottom: 1px solid #ccc;
}

.filtro-custom tbody {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}

.filtro-custom .cmp {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #f7f7f7;
  padding: 8px;
  border: none;
  width: 100%;
  border-radius: 16px;
}

@media (min-width: 764px) {
  .filtro-custom .cmp {
    width: calc(50% - 6px);
  }
}

@media (min-width: 960px) {
  .filtro-custom .cmp {
    width: calc(33% - 6px);
  }
}

@media (min-width: 1400px) {
  .filtro-custom .cmp {
    width: calc(25% - 6px);
  }
}

.filtro-custom .cmp th {
  display: block;
  width: 100%;
}

.filtro-custom select.form-control.form-control-sm,
.filtro-custom input[type="text"].form-control.form-control-sm {
  border-radius: 8px;
  border: none;
  box-shadow: 0 3px 5px #ededed;
}

.filtro-custom .cmp td {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  overflow-x: auto;
}

.filtro-custom .cmp td::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
.filtro-custom .cmp td::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #d6d6d6;
  border-radius: 999px;
}

/* Handle */
.filtro-custom .cmp td::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 999px;
  transition: linear 0.3s ease-in-out;
}

/* Handle on hover */
.filtro-custom .cmp td::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

.FormFiltro table tr td {
  padding-bottom: 0;
}

.filtro-custom .cmp td .ui-datepicker-trigger {
  margin: 0;
  background: #fff;
  padding: 8.5px 8px;
  border-radius: 0 8px 8px 0 !important;
  cursor: pointer;
  border-left: none;
  box-shadow: 0 3px 5px #ededed;
}

.filtro-custom .cmp td .hasDatepicker {
  border-radius: 8px 0 0 8px !important;
  padding-left: 6px;
  padding-right: 0px;
  min-width: 30px;
  min-height: 33.7578px;
  width: 100%;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  border-right: none;
}

.filtro-custom .cmp .borracha-apagar {
  all: unset;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  right: 8px;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
  margin-left: 4px;
  color: var(--danger);
}

.linha-filtrar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* .linha-filtrar .adicionar-filtro {
  width: 100%;
} */

.FormFiltro {
  display: flex;
  flex-direction: column-reverse;
  background: #fff;
  margin-bottom: 20px;
  padding: 12px;
  border-radius: 28px;
  box-shadow: 0 3px 6px #ccc;
}

.filtrogerente {
  /* width: 100% !important; */
  border-radius: 999px;
}

.form-control.form-control-custom-view {
  height: auto;
  background: #f5f5f5;
  cursor: no-drop;
}

.filtrogerente.custom-mobile {
  height: calc(1.5em + 0.56rem + 2px);
  padding: 0.28rem 0.8rem;
  font-size: 0.95rem;
  line-height: 1.5;
  border-radius: 8px;
  border: none;
  background: #f5f5f5;
  box-shadow: 0 3px 5px #ededed;
}

.FormFiltro tr.cmp.form-custom-mobile {
  position: relative;
}

.FormFiltro tr.cmp.form-custom-mobile input,
.FormFiltro tr.cmp.form-custom-mobile select {
  height: calc(1.5em + 0.56rem + 2px);
  padding: 0.28rem 0.8rem;
  font-size: 0.95rem;
  line-height: 1.5;
  border-radius: 8px;
  border: none;
  background: #f5f5f5;
  box-shadow: 0 3px 5px #ededed;
}

.FormFiltro tr.cmp.form-custom-mobile input.hasDatepicker {
  width: 30%;
}

.bootbox .modal-header {
  display: block;
  flex-direction: column-reverse;
}

table th.has-order::after {
  content: "";
  border: solid black;
  border-width: 0 3px 3px 0;
  display: none;
  margin: 3px 6px;
  padding: 3px;
}

table th.has-order.arrow-up::after {
  display: inline-block;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin: -1px 6px;
}

table th.has-order.arrow-down::after {
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.filtro_mix_text {
  width: 100%;
}

.autocomplete-suggestions {
  width: fit-content !important;
}

.card-box.p-1 {
  margin-bottom: 0rem;
  max-height: calc(100vh - 230px);
  overflow: hidden;
}

.card-box.p-1 .dataTables_wrapper {
  max-height: calc(100vh - 290px);
  overflow-y: auto;
}

.card-box.p-1 .dataTables_wrapper table thead {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}

.page-title {
  display: flex;
  /*justify-content: space-between !important;*/
  align-items: center !important;
  width: 100% !important;
}

.btn-action-more {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  width: 30px;
  height: 20px;
  border-radius: 6px !important;
  border: 1px solid #eee;
  cursor: pointer;
  padding: 0 7px;
  margin: 2px 0;
  transform: rotate(90deg);
  font-family: "fontAwesome", sans-serif;
}

.btn-action-more:focus-visible,
.btn-action-more:focus-within,
.btn-action-more:hover,
.btn-action-more:active,
.btn-action-more:focus {
  outline: none;
}

.btn-action-more > option {
  background-color: #ffff;
  appearance: none;
  font-size: 13px;
}

/*
.btn-action-more:before {
  content: "▼";
  position: absolute;
  left: 0;
  top: 4px;
  color: #0b8043;
}

.btn-action-more.select-arrow-active:after {
  position: absolute;
  left: 6px;
  top: 8px;
  border-color: transparent transparent #000 transparent;
  top: 20px;
}

.btn-action-more:focus {
  outline: none;
}

.btn-action-more.select-arrow-active:after {
  border-color: transparent transparent #00ffff transparent;
  top: 7px;
}
*/

.input .input-pass {
  position: relative;
}
.input .input-pass button {
  font-family: FontAwesome;
  font-style: normal;
  position: absolute;
  right: 8px;
  top: 8px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.left-side-menu {
  z-index: 2;
}

#main-tpl-table tr {
  min-height: 30px;
  max-height: 30px;
  overflow: hidden;
}

#main-tpl-table tr td {
  white-space: nowrap;
}

.bull .bolinha.pendente {
  background-color: #ffafb5;
}
.bull .bolinha.concluido {
  background-color: #1abc9c;
}
.bull .bolinha.concluido_pendente {
  background-color: #e67e22;
}
.status_checklist div {
  display: inline-block;
  vertical-align: top;
}
.status_checklist .bull .bolinha {
  min-width: 12px;
  width: 12px;
  max-width: 12px;
  min-height: 12px;
  height: 12px;
  max-height: 12px;
  border-radius: 6px !important;
  margin: 3px 0px 4px 4px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0);
}

.label_checklist {
  padding: 3px 10px;
  border-radius: 30px;
  background: #f2f2f2;
  text-align: left;
  width: fit-content;
  cursor: pointer;
}
.label_checklist small {
  margin-left: 5px;
}

/*padroniza os labels dos campos*/
.filtro-custom th,
.wrapper-view .item label strong,
.card-box .item label b {
  text-transform: capitalize;
}

.alerta_geral_validacao_meta::first-letter {
  text-transform: uppercase !important;
}
.lv2,
.lv3,
.lv4,
.FixedFiltroBtn,
.FormFiltroFixed {
  float: left;
}
.lv3,
.lv4 {
  padding: 0 0.3125rem;
  height: 2.125rem;
  line-height: 2.125rem;
}
.FixedFiltroBox {
  float: right;
}
.dropdown.notification-list {
  margin-right: 16px;
}

.btn.btn-sm.btn-secondary.wave-effect.btn-rounded.dropdown-toggle {
  border-radius: 999px;
}

.btn-group.dropdown-btn-group.pull-right {
  display: none !important;
}
@media (min-width: 720px) {
  .btn.btn-sm.btn-secondary.wave-effect.btn-rounded.dropdown-toggle {
    border-radius: 0 999px 999px 0;
  }
}


#version-name{
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 11px;
  padding: 2px 5px;
  background-color: #fff;
  border-radius: 20px;
  font-weight: bold;
  box-shadow: 3px 2px 6px -6px #000;
  z-index: 2;
  pointer-events: none;
}

.ac_results li.ac_odd{
  background: #fafafa !important;
}
.ac_results li{
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 14px !important;
}

.ac_results li.ac_over{
  color: #000 !important;
      background-color: #f1f1f1 !important
}
.ac_results{
  border: solid 1px #ccc !important;
}
.pointer{
   cursor: pointer;
}