/* pt-sans-narrow-regular */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('../bower_components/fonts/pt-sans-narrow/pt-sans-narrow-v11.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Narrow'), local('PTSans-Narrow'),
       url('../bower_components/fonts/pt-sans-narrow/pt-sans-narrow-v11.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../bower_components/fonts/pt-sans-narrow/pt-sans-narrow-v11.woff2') format('woff2'), /* Super Modern Browsers */
       url('../bower_components/fonts/pt-sans-narrow/pt-sans-narrow-v11.woff') format('woff'), /* Modern Browsers */
       url('../bower_components/fonts/pt-sans-narrow/pt-sans-narrow-v11.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../bower_components/fonts/pt-sans-narrow/pt-sans-narrow-v11.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}

* {
  font-family: "PT Sans Narrow";
}

body {
    margin-top: 65px;
    font-family: "PT Sans Narrow";
    font-size: 14px;
    line-height: 1.42857143;
}

div, h1, h2, h3, h4, h5, p {
  font-family: "PT Sans Narrow";
}

td {
  font-size: 14px;
  line-height: 1.42857143;
  transition: all ease-in-out 0.5s;
}

th {
  transition: all ease-in-out 0.5s;
}

.table-sm > tbody > tr > td {
  font-size: 12.5px;
  transition: all ease-in-out 0.5s;
}

.table-sm > thead > tr > th {
  font-size: 13.5px;
  transition: all ease-in-out 0.5s;
}

.list-view {
  padding-right: 1px !important;
}

.float-icon > ul {
  z-index: 2000 !important;
}

.float-icon-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 35px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.fib-nm {
  padding-top: 7px;
}

.fib-sm {
  padding-top: 23px;
}

/* Float Icon */
.float-icon {
  position: fixed;
  z-index: 20;
  margin-top: 15px;
  left: 96.5%;
  height: 50px;
  border-radius: 50%;
  width: 50px;
  text-align: center;
  font-size: 35px;
  /* padding-top: 6px; */

  background: transparent;
  /* border-radius: 16px; */
  box-shadow: 0 4px 30px var(--shadow-color, rgba(0, 0, 0, 0.1));
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border: 1px solid var(--border-strong, rgba(44, 62, 80, 1));

  transition: all ease 1s;;
}

.float-icon-30x {
  font-size: 30px !important;
}

.float-icon:hover {
  background: var(--bg-surface, rgba(255, 255, 255, 0.42));
  /* border-radius: 16px; */
  box-shadow: 0 4px 30px var(--shadow-color, rgba(0, 0, 0, 0.1));
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid var(--border-default, rgba(255, 255, 255, 1));

  transition: all ease 1s;
}

@media only screen and (min-width: 300px) and (max-width: 499px) {
  .float-icon {
    left: 85%;
  }
}

@media only screen and (min-width: 500px) and (max-width: 699px) {
  .float-icon {
    left: 89.5%;
  }
}

@media only screen and (min-width: 700px) and (max-width: 999px) {
  .float-icon {
    left: 92.5%;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .float-icon {
    left: 94.5%;
  }
}
/* ---------- */

/* Text Aligns */
.ta-e {
  text-align: end;
}

.ta-c {
  text-align: center;
}
/* ----------- */

.modal {
  overflow-y: auto;
}

.modal-xl {
  width: auto;
  max-width: calc(100vw - 20px);
}

@media only screen and (min-width: 768px) {
  .modal-xl {
    max-width: 720px;
  }
}

@media only screen and (min-width: 992px) {
  .modal-xl {
    max-width: 960px;
  }
}

@media only screen and (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-xxl {
  max-width: 1440px;

}

.va-middle {
  vertical-align: middle;
}

.bg-box {
  background: rgba(240, 240, 240, .9);
}

.bg-box-glass {
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.7px);
  -webkit-backdrop-filter: blur(9.7px);
}

.plt-progress-bar {
  height: 20px;
  /* background-color: #394673; */
  background-color: #7A797A;
  margin: 0 auto;
}

.plt-progress-bar-lg {
  height: 30px;
  /* background-color: #394673; */
  background-color: #7A797A;
  margin: 0 auto;
}

.plt-tr-pbar:hover td div {
  background-color: #28304F;
  color: #fff;
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 1);
  border-radius: 4px;
  transition: all 0.6s ease;
}

.pointer,
.form-check-label {
  cursor: pointer;
}

.form-check-container {
  padding: 10px;
}

.form-check-container:hover {
  transition: all 1.1s ease;
  /* border: 1px solid; */
  background: #fff;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.095), 0 0 8px rgba(44, 62, 80, 0.8);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.095), 0 0 8px rgba(44, 62, 80, 0.8);
}

.form-check-select-nh {
  margin-top: 10px;
}

.form-check-select {
  height: 77px;
  margin-top: 10px;
}

.input-smm {
  height: 27px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1416px) and (min-width: 1284px) {
  .form-check-select {
    height: 77px;
    margin-top: 25px;
  }
}

@media (max-width: 1283px) and (min-width: 1200px) {
  .form-check-select {
    height: 77px;
    margin-top: 35px;
  }
}

.table-xl > thead > tr > th,
.table-xl > tbody > tr > td {
  white-space: nowrap;
}

.table-default {
  margin-top: 25px;
}

.table-icon {
  margin-right: 3px;
  font-size: 20px;
}

.table-icon-btn {
  margin-top: 3px;
}

.plt-stack-sm {
  font-size: 0.67em;
}

.fa-stack i span {
  vertical-align: middle;
}

.thb-1x {
  margin-top: 1px;
}

.table-head-button:disabled {
  color: #DADFEB;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.table-head-button {
  padding: 10px 5px 10px 5px;;
  margin: 10px 20px 15px 0px;
  cursor: pointer;
  font-size: 17px;
  display: inline;
  background: none;
  border-left: none;
  border-right: none;
  border-top: 2px solid;
  border-bottom: 2px solid;
  /* border: 2px solid; */
  transition: color 1.1s, transform 0.15s ease, box-shadow 0.15s ease;
  position: relative;
  overflow: hidden;
  z-index: 99;
  box-shadow: none;
}

.table-head-button-sm-bdr {
  padding: 6px 5px 6px 5px;
  margin: 10px 10px 7px 0px;
  cursor: pointer;
  font-size: 15px;
  display: inline;
  background: none;
  border-left: none;
  border-right: none;
  border-top: 2px solid;
  border-bottom: 2px solid;
  /* border: 2px solid; */
  transition: color 1.1s;
  position: relative;
  overflow: hidden;
}

.table-head-button.th-addon {
  padding: 0px 10px;
  margin: 0px;
  border: none;
}

.thb-hover-success:hover {
  color: #18bc9c;
  transition: 1.1s;
}

.thb-hover-danger:hover {
  color: #e74c3c;
  transition: 1.1s;
}

.table-head-button-sm-bdr::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: #E9F4F9;
  /* background: #FDFDFD; */
  z-index: -1;
  transition: 1.1s;
  bottom: 0;
  border-radius: 0% 0% 0 0;
  border-right: 1px solid;
  border-left: 1px solid;
  /* border: none; */
}


.table-head-button::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  /* background: #E9F4F9; */
  background: #fff;
  /* background: #FDFDFD; */
  z-index: -1;
  transition: 1.1s;
  bottom: 0;
  border-radius: 0% 0% 0 0;
  border-right: 1px solid;
  border-left: 1px solid;
  /* border: none; */
}

.table-head-button-active::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: #E9F4F9;
  z-index: -1;
  transition: 1.1s;
  bottom: 0;
  border-radius: 0% 0% 0 0;
}

.table-head-button-active {
  padding: 10px 5px 10px 5px;;
  margin: 10px 20px 15px 0px;
  cursor: pointer;
  font-size: 17px;
  display: inline;
  background: none;
  border-top: 2px solid;
  border-bottom: 2px solid;
  /* border: 2px solid; */
  transition: 1.1s;
  position: relative;
  overflow: hidden;

  content: '';
  background: #E9F4F9;
  /* color: #0DA85D; */
  /* color: #18bc9c; */
  color: #2c3e50;
  /* background: #FDFDFD; */
  transition: 1.1s;
  bottom: 0;
  border-radius: 0% 0% 0 0;
  border-right: 1px solid;
  border-left: 1px solid;
}

.table-head-button:hover::before,
.table-head-button-sm-bdr:hover::before,
.table-head-button-active:hover::before,
.data-container:hover::before {
  height: 180%;
}

.th-btn {
  display: inline-block;
}

.table-body-input {
  /* -moz-appearance: none; */
  /* -webkit-appearance: none; */
  /* appearance: none; */
  background: none;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid;
  transition: 1.1;
  /* text-align-last: center; */
  /* text-align: center; */
}

.table-body-input-full {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transition: 1.1;
  /* text-align-last: center; */
  /* text-align: center; */
}

.table-body-input-white {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid;
  color: white;
  transition: 1.1;
  /* text-align-last: center; */
  /* text-align: center; */
}

.table-body-input-white:focus {
  /* background: #fff; */
  transition: 2.1;
  -webkit-box-shadow: inset 0 2px 2px rgba(245,245,245,.085), 0 0 8px rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 2px 2px rgba(245,245,245,.085), 0 0 8px rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid;
  color: white;
}

select.input-sm {
  height: 35px;
  line-height: 10px;;
}

.doc-link {
  color: #18bc9c;
  transition: all 2s;
}

.doc-link:hover {
  color: #2c3e50;
  transition: all 1s;
}

.tb-ul {
  border: 0px solid;
  transition: all 0.7s linear;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(44, 62, 80, 0.6);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(44, 62, 80, 0.6);
  background-color: transparent;
}

.tb-ul:hover {
  border: 1px solid;
  transition: all 1.1s linear;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 10px rgba(44, 62, 80, 0.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 10px rgba(44, 62, 80, 0.6);
  background-color: var(--bg-surface, #fff);
}

.tb-ul-static {
  border: 1px solid;
  transition: all 0.7s linear;
  -webkit-box-shadow: inset 0 4px 4px rgba(0,0,0,.075), 0 0 10px rgba(44, 62, 80, 0.6);
  box-shadow: inset 0 4px 4px rgba(0,0,0,.075), 0 0 10px rgba(44, 62, 80, 0.6);
  background-color: var(--bg-surface, #fff);
}

.tb-ul-static:hover {
  border: 2px solid;
  transition: all 1.1s linear;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 10px rgba(44, 62, 80, 0.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 10px rgba(44, 62, 80, 0.6);
  background-color: var(--bg-surface, #fff);
}

.tb-panel {
  transition: background-color 0.7s linear;
  background-color: transparent;
}

.tb-panel:hover {
  border: 1px solid;
  transition: all 1.1s linear;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 10px rgba(44, 62, 80, 0.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 10px rgba(44, 62, 80, 0.6);
  background-color: var(--bg-surface, #fff);
}

.link-input-btn {
  background: none;
  border: none;
  padding-top: 5px;;
}

.link-input-btn:hover {
  color: #fff;
}

.table-body-input-btn {
  background: none;
  font-size: 22px;
  border-bottom: 1px solid;
}

.table-body-input-btn-sm {
  background: none;
  font-size: 12px;
  border-bottom: 1px solid;
}

.table-body-input-btn:hover,
.table-body-input-btn-sm:hover {
  color: #18bc9c;
}

.table-body-input-btn:focus,
.table-body-input-btn-sm:focus {
  transition: color 0.2s ease-in-out;
  color: #3498db;
}

.table-body-input:hover {
  border: 1px solid;
  transition: 2.1;
}

.table-body-input:focus {
  border: 2px solid;
  background: #fff;
  transition: 2.1;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6);
}

.table-body-input[readonly] {
  background-color: rgba(255, 255, 255, 0.5);
}

.terminal-output {
  min-height: 200px;
  white-space: pre-wrap;
  overflow: auto;
  margin: 0;
  padding: 12px;
  background-color: #1e1e1e;
  color: #d4d4d4;
  border: 1px solid #333;
  border-radius: 0;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  line-height: 1.4;
}

/* select.table-body-input {
  background-image: linear-gradient(45deg, transparent 50%, #2c3e50 50%), linear-gradient(135deg, #2c3e50 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
} */

/* select.table-body-input:focus {
  background-image: linear-gradient(45deg, #18bc9c 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #18bc9c 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: 2c3e50;
  outline: 0;
} */

td > .table-body-input-group {
  margin-top: -1px;
}

.table-body-input-group {
  border-bottom: 1px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.table-body-input-group > .input-group-btn > .table-body-input-btn,
.table-body-input-group > .table-body-input {
  border-bottom: none;
}

.table-body-input-group > .table-body-input:focus {
  border-bottom: 1px solid;
}

/* select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
} */

.deleted {
  background-color: #FFFFCB;
}

.font-red {
  color: red;
}

.document-list {
  max-height: 400px;
  overflow: auto;
}

/* Chat -------------------------------------------------- */
.chat-panel {
  background-color: rgba(255, 255, 255, 0.7);
  max-height: 450px;
  overflow: auto;
  /* margin-left: 12px; */
  padding-bottom: 15px;
  padding-top: 10px;
}

.chat-left {
  text-align: left;
}

.chat-left-color {
  background-color: #E9F4F9;
  max-width: 350px;
  float: left;
  padding: 10px;
}

.chat-right {
  text-align: right;
}

.chat-right-color {
  background-color: #EAEFF5;
  max-width: 350px;
  float: right;
  padding: 10px;
}

.chat-label-left {
  position: relative;
  top: -20px;
  left: -20px;
  font-size: 12px;
  padding: 0px;
}

.chat-label-right {
  position: relative;
  top: -20px;
  left: -20px;
  font-size: 12px;
  padding: 0px;
}
/* -------------------------------------------------- Chat */

/* ------------------------------------------------------- */
.kardex-title {
  line-height: 25px;
}

/* ------------------------------------------------------- */
.collapse-row {
  display: none;
  position: inherit;
}

.selected-row {
  border-left: 5px solid #2c3e50;
  border-bottom: 2px solid #2c3e50;
  border-radius: 10px;
}

.custom-strip-row {
  background-color: var(--bg-surface-alt, #f9f9f9);
}
/* ------------------------------------------------------- */
.hero {
  /* width: 100%; */
  /* height: 100%; */
  /* min-width: 100%; */
  min-height: 100%;
  position: relative;
}

.hero::before {
  background-image: url("/img/logo_padn_símbolo.png");
  /* background-image: url("/img/poly_terminais_04.JPG"); */
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  /* opacity: 0.008; */
  opacity: 0.020;
}

.hero-plt {
  /* width: 100%; */
  height: 100%;
  /* min-width: 100%; */
  min-height: 100%;
  position: relative;
}

.hero-plt::before {
  /* background-image: url("/img/polyterminais_background.png"); */
  background-image: url("/img/logo_padn_símbolo.png");
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 25;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.1;
}

/* ------------- */

.bg-plt-secondary {
  background-color: var(--bg-elevated, #dadfeb);
}

.bg-plt-secondary-b {
  background-color: transparent;
  border-bottom: 2px solid var(--border-strong, #2C3E50);
}

.bg-plt-tr {
  background-color: transparent;
}

.btn-nav {
  margin-top: 7px;
  margin-left: 5px;
}

.btn-nav-left {
  margin-top: 7px;
  margin-left: 5px;
  margin-right: 5px;
}

.btn-square {
  border-radius: 0px;
}

.btn-plt-primary:hover {
  color: #ffffff;
  background-color: #1a242f;
  border-color: #161f29;
}

.btn-plt-primary:focus,
.btn-plt-primary.focus {
  color: #ffffff;
  background-color: #1a242f;
  border-color: #000000;
}

.btn-plt-primary:active,
.btn-plt-primary.active,
.open > .dropdown-toggle.btn-plt-primary {
  color: #ffffff;
  background-color: #1a242f;
  border-color: #161f29;
}

.btn-input-adj {
  font-size: 21px;
}

.plt-addon {
  background: var(--primary-color, #2C3E50);
  color: var(--text-on-brand, white);
}

.card-container{
  perspective: 900px;
  margin-right: 20px;
}

.card{
  position: relative;
  width: 200px;
  height: 100px;
  transition: all 0.6s ease;
  transform-style: preserve-3d;
}

.front {
  background: var(--bg-muted, #c2c7d1);
}

.back {
  background: var(--bg-muted, #c2c7d1);
}

.front,.back{
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  width: 200px;
  height: 100px;
  border-radius: 0px;
  box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
  backface-visibility: hidden;
}

.front{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.back{
  display: flex;
  /*align-items: center;*/
  /*justify-content: center;*/
  font-size: 18px;
}

.card-container:hover .card{
  transform: rotateY(180deg);
}

.back{
  transform: rotateY(180deg);
}

/* ------------------------------------------------------- */
.plt-field-top-30 {
  margin-top: 30px;
}

.plt-field-top-20 {
  margin-top: 20px;
}

.plt-field-top-10 {
  margin-top: 10px;
}

.plt-field-right {
  margin-right: 5px;
}

.plt-field-left {
  margin-left: 5px;
}

.plt-field-left-10 {
  margin-left: 10px;
}

.plt-field-bottom {
  margin-bottom: 20px;
}

.plt-well-left {
  margin-left: 1px;
}

.plt-well {
  border: 1px solid #dadfeb;
}

.plt-menu-border {
  border: 1px solid;
}

.plt-well-sub-title {
  margin-top: 4px;
  padding-top: 4px;
  margin-bottom: 15px;
}

/* ------------------------------------------------------- */

.card-container-img{
  perspective: 900px;
  /*
  margin-right: 20px;
  */
}

.card-img{
  position: relative;
  width: 100%;
  padding-top: 15px;
  margin-bottom: 325px;
  height: 15%;
  transition: all 0.6s ease;
  transform-style: preserve-3d;
}

.front-img,.back-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*
  height: 75%;
  */
  border-radius: 5px;
  /*
  color: white;
  box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
  */
  backface-visibility: hidden;
}

.front-img{
  display: flex;
  align-items: center;
  justify-content: center;
  /*font-size: 30px;*/
}

.back-img{
  display: flex;
  align-items: center;
  justify-content: center;
  /*font-size: 18px;*/
}

/*
.card-container-img:hover .card-img{
  transform: rotateY(180deg);
}
*/

.back-img{
  transform: rotateY(180deg);
}

/* ------------------------------------------------------- */

.modal-backdrop {
    background: #000;
}

.blur{
    -webkit-filter: blur(7px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}

.modal-text {
  color: white;
}

.modal-ipt-close-button {
  margin-top: 10px;
  font-size: 40px;
  cursor: pointer;
}

.modal-close-button {
  margin-top: 5px;
  font-size: 40px;
  cursor: pointer;
}

/* ------------------------------------------------------- */

.img-rel {
  background-image: url("/img/logo_polyterminais.png");
}

/* Bootstrap Override */
.nav-pills > li > a {
  border-radius: 0px;
}

.alert {
  border-radius: 0px;
}

/* ------------------------------------------------------- */

/* .center-td span {
  display: table-cell;
  text-align:center;
  vertical-align: middle;
} */

.center-td {
  text-align: center !important;
  vertical-align: middle !important;
}

/* ------------------------------------------------------- */

a.mouseover-thumbnail-holder {
  position: relative;
  display: block;
  float:left;
  /*margin-right: 10px;*/
}

.large-thumbnail-style,
.x-large-thumbnail-style,
.medium-rt-thumbnail-style {
  display: block;
  border: 10px solid #fff;
  box-shadow: 0px 0px 5px #aaa;
}

.x-large-thumbnail-style {
  background-color: white;
}

.large-thumbnail-style-ce-help {
  display: block;
  border: 10px solid #fff;
  box-shadow: 0px 0px 5px #aaa;
}

a.mouseover-thumbnail-holder .medium-rt-thumbnail-style {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 1;
  margin-left: 10px;
  opacity: 0;
  width: 380px;
  height: 240px;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}

a.mouseover-thumbnail-holder .large-thumbnail-style {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 1;
  margin-left: 10px;
  opacity: 0;
  width: 250px;
  height: 250px;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}

a.mouseover-thumbnail-holder .x-large-thumbnail-style {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 1;
  margin-left: 10px;
  opacity: 0;
  width: auto;
  height: auto;
  max-width: 800px;
  max-height: 600px;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}

a.mouseover-thumbnail-holder .large-thumbnail-style-ce-help {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 1;
  margin-left: 10px;
  opacity: 0;
  width: 1000px;
  height: 237px;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}

a.mouseover-thumbnail-holder:hover .medium-rt-thumbnail-style {
  top:125%;
  left:-135%;
  z-index:1;
  opacity:1;
}

a.mouseover-thumbnail-holder:hover .large-thumbnail-style {
  top:0;
  left:105%;
  z-index:1;
  opacity:1;
}

a.mouseover-thumbnail-holder:hover .x-large-thumbnail-style {
  top:0;
  left:105%;
  z-index:1;
  opacity:1;
}

a.mouseover-thumbnail-holder:hover .large-thumbnail-style-ce-help {
  top:0;
  left:105%;
  z-index:1;
  opacity:1;
}

#canvas-main.canvas-hide-sidemenu {
  margin-left: 0px;
}

/* Fontawesome Duotone Custom Theme */
.plt-fa-theme {
  --fa-secondary-color: #95a5a6;
}

.plt-fa-theme-inverse {
  --fa-secondary-color: #2c3e50;
  --fa-primary-color: #95a5a6;
}

.cntr-active {
  background: #E8F4F9;
}

.data-container {
  background-color: var(--bg-surface-alt);
  border-bottom: 3px solid var(--border-default);
  margin-bottom: 8px;
  padding: 10px;
  transition: all ease 1.1s;
}

.data-container:hover {
  background-color: var(--bg-elevated);
  transition: all ease 1.1s;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px var(--shadow-color);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px var(--shadow-color);
}

/* ------------------------------------------------------- */

/* Customização TOS */
.menu-tos {
  margin-top: 7px;
}

.valign-middle {
  vertical-align: middle !important;
}

/* ------------------------------------------------------- */

/* Container Avarias */


.container-avaria {
    background: url(/img/containers-marcacoes.png) center center;
    width: 560px;
    height: 400px;
    background-size: 420px;
    background-repeat: no-repeat;
}

.container-avaria-avaliacao-geral {
  position: absolute;
  top: 0px;
  left: 0px;
}

.container-avaria-avaliacao-teto {
  position: absolute;
  top: 22px;
  left: 226px;
}

.container-avaria-avaliacao-portas {
  position: absolute;
  top: 114px;
  left: 80px;;
}

.container-avaria-avaliacao-lateral-direita {
  position: absolute;
  top: 125px;
  left: 228px;
}

.container-avaria-avaliacao-especiais-reefer {
  position: absolute;
  top: 253px;
  left: 55px;
}

.container-avaria-avaliacao-lateral-esquerda {
  position: absolute;
  top: 221px;
  left: 260px;
}

.container-avaria-avaliacao-frontal {
  position: absolute;
  top: 217px;
  left: 451px;
}

.container-avaria-avaliacao-piso-base {
  position: absolute;
  top: 314px;
  left: 328px;
}

.container-avaria-avaliacao-outros-avarias {
  position: absolute;
  top: 346px;
  left: 0;
}
.modal { overflow: auto !important; }

.single-title {
    color: #fff;
    font-size: 22px;
    line-height: 44px;
    padding: 0px;
    margin: 0px;
    float: left;
    margin-right: 23px;
    margin-left: 23px;
}

.btn-success-inverted {
  color: #18bc9c;
  background-color: #fff;
}

.btn-success-inverted:hover {
  color: #18bc9c;
  background-color: #fff;
}

.btn-danger-inverted {
  color: #e74c3c;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-danger-inverted:hover {
  color: #e74c3c;
  background-color: #ffffff;
  border-color: #ffffff;
}


/* Animations - Angular */

.animate-class {
  transition: all ease-in-out 1.5s;
}

.animate-view.ng-leave {
  opacity: 0;
  transition: all linear 0.5s;
  -webkit-transition: 0.5s;
}

.animate-view.ng-enter {
  opacity: 1;
  transition: all linear 0.5s;
  -webkit-transition: 0.5s;
}

.animate-show-hide-sp.ng-hide,
.animate-show-hide.ng-hide {
  opacity: 0;
}

.animate-show-hide-sp.ng-hide-add,
.animate-show-hide-sp.ng-hide-remove,
.animate-show-hide.ng-hide-remove {
  transition: all linear 0.5s;
  -webkit-transition: 0.5s;
}

.animate-show-hide-v2.ng-hide {
  transition: opacity ease-out 0.3s, width ease-out 0.6s, height ease-out 1.1s;
  opacity: 0;
  width: 0;
  height: 0;
}

/* .animate-show-hide-v2.ng-hide-add, */
.animate-show-hide-v2.ng-hide-remove {
  transition: opacity ease-out 0.5s, width ease-out 1s, height ease-out 1.5s;
  -webkit-transition: 1.5s;
}

.tr-animate-repeat-ft.ng-move,
.tr-animate-repeat-ft.ng-enter,
.tr-animate-repeat-ft.ng-leave {
  transition:all linear 0.5s;
}

.tr-animate-repeat.ng-enter {
  transition:all linear 0.8s;
}

.tr-animate-repeat-ft.ng-leave.ng-leave-active,
.tr-animate-repeat-ft.ng-move,
.tr-animate-repeat-ft.ng-enter {
  opacity:0;
  /* max-height:0; */
  /* font-size: 0%; */
}

.tr-animate-repeat.ng-enter {
  opacity:0;
}

.tr-animate-repeat-ft.ng-leave,
.tr-animate-repeat-ft.ng-move.ng-move-active,
.tr-animate-repeat-ft.ng-enter.ng-enter-active {
  opacity:1;
  max-height:30px;
  font-size: 100%;
}

.tr-animate-repeat.ng-enter.ng-enter-active {
  opacity:1;
}

.animate-class.selected-add,
.animate-class.selected-remove {
  /* Here we specify the transition property and
   * initial state of the animation, which is hidden
   * state having 0 opacity
   */
  opacity: 0;
  transition: opacity 3s;
}
.animate-class.selected-add-active,
.animate-class.selected-remove-active {
  /* Here we specify the final state of the animation,
   * which is visible having 1 opacity
   */
  opacity: 1;
}

/* Teste */

#filedrag {
  display:       none;
	font-weight:   bold;
	text-align:    center;
	padding:       1em 0;
	margin:        1em 0;
	color:         #555;
	border:        2px dashed #555;
	border-radius: 0px;
	cursor:        default;
}

#filedrag:hover {
	/* color: #f00; */
	/* border-color: #f00; */
	color:        #2C3E50;
	border-color: #2C3E50;
	border-style: solid;
	box-shadow:   inset 0 3px 4px #888;
}

/* webcam */

.flash{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#fff;
  z-index: 999999;
}

#canvas{
  background-color: transparent;
  position: absolute;
  width: auto;
  height: 100vh;
  z-index: 9999;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/* Custom Elements */
.tbl-tfoot-trbd {
  background-color: transparent;
  border-top: 2px solid #2C3E50;
}

.dropdown-container {
  position: relative;
}

.last-page-icon {
  font-size: 20px;
}

.pager li > a {
  transition: background-color 0.2s ease-in-out;
  background-color: #2C3E50 !important;
}

.pager li > a:hover {
  transition: background-color 0.2s ease-in-out;
  background-color: #D9D9D9 !important;
  color: #2C3E50;
}

@media screen and (max-width: 990px) {
  .hide-990 {
    display: none;
    transition: display .25s ease-in-out;
  }

  .next-page-icon-990 {
    font-size: 20px;
  }
}

@media screen and (min-width: 991px) {
  .show-990 {
    display: none;
    transition: display .25s ease-in-out;
  }
}

@media screen and (max-width: 1500px) {
  .hide-1500 {
    display: none;
    transition: display .25s ease-in-out;
  }
}

@media screen and (min-width: 1501px) {
  .show-1500 {
    display: none;
    transition: display .25s ease-in-out;
  }
}

/* Table Markers */
.table-striped > tbody > tr:nth-of-type( odd ).tr-invalida {
  /* background-color: #FFD0CD; */
  background-color: #FFD7D4;
}

.table-striped > tbody > tr:nth-of-type( even ).tr-invalida {
  background-color: #FEE8E3;
}

.table-striped > tbody > tr:nth-of-type( odd ).tr-marcada {
  background-color: var(--mark-color-odd);
  color: var(--mark-text-color);
}

.table-striped > tbody > tr:nth-of-type( even ).tr-marcada {
  background-color: var(--mark-color-even);
  color: var(--mark-text-color);
}

.table-striped > tbody > tr:nth-of-type( odd ).tr-invalida:hover {
  background-color: #D2FFFF;
}

.table-striped > tbody > tr:nth-of-type( even ).tr-invalida:hover {
  background-color: #D2F0FF;
}

.table-striped > tbody > tr:nth-of-type( odd ).tr-marcada:hover {
  background-color: var(--mark-hover-odd);
}

.table-striped > tbody > tr:nth-of-type( even ).tr-marcada:hover {
  background-color: var(--mark-hover-even);
}

/* Custom Table Responsiveness */
.table-responsive-custom {
  min-height: 0.01%;
}

.td-max-width-custom {
  max-width: 500px !important;
}

@media screen and (max-width: 1024px) {
  .table-responsive-custom {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    border: 1px solid var(--table-border, #DADFEB);
  }

  .td-max-width-custom {
    max-width: 1000px !important;
  }
}

/* Table Responsive Limited Height */
.table-responsive-custom-lh,
.table-responsive-custom-400x {
  min-height: 0.01%;
}

@media screen and (max-height: 1080px) {
  .table-responsive-custom-400x {
    max-height: 400px;
  }

  .table-responsive-custom-lh {
    max-height: 720px;
  }
}

@media screen and (max-height: 1080px) and (min-height: 920px) {
  .table-responsive-custom-lh {
    max-height: 720px;
  }
}

@media screen and (max-height: 919px) and (min-height: 825px) {
  .table-responsive-custom-lh {
    max-height: 620px;
  }
}

@media screen and (max-height: 824px) and (min-height: 625px) {
  .table-responsive-custom-lh {
    max-height: 420px;
  }
}

@media screen and (max-height: 624px) and (min-height: 525px) {
  .table-responsive-custom-lh {
    max-height: 320px;
  }
}

@media screen and (max-height: 524px) and (min-height: 425px) {
  .table-responsive-custom-lh {
    max-height: 220px;
  }
}

@media screen and (max-width: 1950px) {
  .table-responsive-custom-lh,
  .table-responsive-custom-400x {
    width: 100%;
    margin-bottom: 15.75px;
    overflow: auto;
    border: 1px solid var(--table-border, #DADFEB);
  }

  .tb-ul-static {
    border: 1px solid;
    transition: all 0.7s linear;
    -webkit-box-shadow: inset 0 4px 4px rgba(0,0,0,.075), 0 0 10px rgba(44, 62, 80, 0.6);
    box-shadow: inset 0 4px 4px rgba(0,0,0,.075), 0 0 10px rgba(44, 62, 80, 0.6);
    background-color: #fff;
  }
}

@media screen and (min-width: 1951px) {
  .table-responsive-custom-400x {
    width: 100%;
    height: 100%;
    overflow: auto;
    border: 1px solid var(--table-border, #DADFEB);
    max-height: 1200px;
  }
}

.table-fixed-head table thead tr th {
  z-index: 1;
  background-color: var(--bg-page, #fff);
  position: sticky;
  top: 0;
  transition: all 2.5 linear;
  color: var(--text-primary, inherit);
}

.table-fixed-head-shrink thead th {
  background-color: var(--bg-surface-alt, #EDEDED);
  color: var(--text-primary, inherit);
}

.line-header {
  margin: 0px;
  height: 1px;
  border-color: #1d2757;
  background-color: #1d2757;
}

/* Custom Scrollbar */
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb, #2C3E50) var(--scrollbar-track, transparent);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb, #2C3E50);
  border-radius: 20px;
  border: 1px solid transparent;
}

.td-icon {
  width: 25px;
  padding-right: 0;
  padding-left: 0;
}

.li-ldd-icon {
  text-align: center;
  vertical-align: middle;
  font-size: 25px;
}

.ul-max-200 {
  max-height: 200px;
  overflow: auto
}

.ul-max-350 {
  max-height: 350px;
  overflow: auto
}

.ul-max-hw-350 {
  max-height: 350px;
  max-width: 350px;
  overflow: auto
}

.ul-max-525 {
  max-height: 525px;
  overflow: auto
}

.ul-max-700 {
  max-height: 700px;
  overflow: auto
}

@media screen and (max-height: 950px) {

  .ul-max-dynamic {
    max-height: 700px;
    overflow: auto
  }

}

@media screen and (min-height: 950px) {

  .ul-max-dynamic {
    max-height: 700px;
    overflow: auto
  }

}

@media screen and (min-height: 750px) and (max-height: 949px) {

  .ul-max-dynamic {
    max-height: 525px;
    overflow: auto
  }

}

@media screen and (max-height: 749px) {

  .ul-max-dynamic {
    max-height: 350px;
    overflow: auto
  }

}

.tb-box-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border-left: none;
  border-top: none;
  border-right: none;
  transition: 1.1;
  border-bottom: 1px solid;
}

.tb-box-input:hover {
  transition: all 2.5 linear;
  -webkit-box-shadow: inset 0 2px 2px rgba(240,240,240,.075), 0 0 8px rgba(44, 62, 80, 0.6);
  box-shadow: inset 0 2px 2px rgba(240,240,240,.075), 0 0 8px rgba(44, 62, 80, 0.6);
  padding: 8px 10px;
}

.tb-box-input:focus {
  transition: all 3.5 linear;
  -webkit-box-shadow: inset 0 2px 2px rgba(240,240,240,.2), 0 0 8px rgba(44, 62, 80, 1);
  box-shadow: inset 0 2px 2px rgba(240,240,240,.2), 0 0 8px rgba(44, 62, 80, 1);
  padding: 8px 10px;
}

.fa-1p5x {
  font-size: 1.5em;
}

.fa-lgc {
  font-size: 1.25em;
}

/*  */

/* Hover Effects */
.hover-info,
.hover-info-link,
.hover-danger,
.hover-warning,
.hover-success {
  transition: color 1.0s ease-in-out;
}

.hover-info:hover {
  transition: color 0.2s ease-in-out;
  color: #3498db;
}

.hover-info-link:hover {
  transition: color 0.2s ease-in-out;
  text-decoration: underline;
  color: #3498db;
}

.hover-danger:hover {
  transition: color 0.2s ease-in-out;
  color: #e74c3c;
}

.hover-warning:hover {
  transition: color 0.2s ease-in-out;
  color: #f39c12;
}

.hover-success:hover {
  transition: color 0.2s ease-in-out;
  color: #18bc9c;
}

ul.dropdown-menu li:hover a i {
  transition: color 0.2s ease-in-out;
  color: #fff !important;
}

ul.dropdown-menu > li {
  padding-top: 2px;
  padding-bottom: 2px;
}
/* ---------------- */
.m-botton-10{
  margin-bottom: 10px;
}
.wd-animate {
  transition: all 2.5s ease-in-out;
}
.wd-10 {
  width: 10%;
}
.wd-20 {
  width: 20%;
}
.wd-30 {
  width: 30%;
}

.wd-80 {
  width: 80%;
}

.wd-95{
  width: 95%;
}

.wd-100 {
  width: 100%;
}


/* Fontawesome Custom */
.fa-fh {
  height: 8px;
}


.card-gate-img {
  width: 100%;
  height: 100%;
  /* border: 1px red solid; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-gate-img-wrap {
  position: relative;
  display: block;
  width: 100%;
}

.card-gate-img-wrap.gate-ocr-img-busy .ajusta-img {
  filter: blur(4px);
  pointer-events: none;
  user-select: none;
}

.card-gate-img-wrap .gate-ocr-img-overlay {
  display: none;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.35);
  z-index: 2;
}

.card-gate-img-wrap.gate-ocr-img-busy .gate-ocr-img-overlay {
  display: flex;
}

.card-gate-img-wrap .gate-ocr-img-overlay .fa-spinner {
  font-size: 28px;
  color: #2980b9;
}

.ajusta-img{
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: 110px;
}
.div-tabela-fixa{
  overflow-y: scroll;
  white-space: nowrap;
  max-height: 110px;
}
.toast-close{
  float:right
}
.toast-close:hover{
  cursor: pointer
}

/* Toast — card com acento do tema */
.toastify.toast-poly {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  min-width: 280px;
  max-width: 380px;
  border-radius: 8px;
  background: #fff !important;
  background-image: none !important;
  color: #333;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14), 0 4px 10px rgba(0, 0, 0, 0.08);
  border-left: 4px solid;
  font-family: var(--font-family, "Ubuntu", sans-serif);
  font-size: 13.5px;
  line-height: 1.45;
}

.toastify.toast-poly.toast-poly-success {
  border-left-color: var(--success-color);
}
.toastify.toast-poly.toast-poly-danger {
  border-left-color: var(--danger-color);
}
.toastify.toast-poly.toast-poly-warning {
  border-left-color: var(--warning-color);
}

.toast-poly__inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.toast-poly__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 18px;
  flex-shrink: 0;
}

.toastify.toast-poly-success .toast-poly__icon {
  color: var(--success-color);
  background: color-mix(in srgb, var(--success-color) 18%, transparent);
}
.toastify.toast-poly-danger .toast-poly__icon {
  color: var(--danger-color);
  background: color-mix(in srgb, var(--danger-color) 18%, transparent);
}
.toastify.toast-poly-warning .toast-poly__icon {
  color: var(--warning-color);
  background: color-mix(in srgb, var(--warning-color) 18%, transparent);
}

.toast-poly__text {
  flex: 1;
  color: #2c3e50;
  font-weight: 500;
  padding-top: 6px;
  word-break: break-word;
}

.toastify.toast-poly .toast-close {
  float: none;
  align-self: flex-start;
  opacity: 0.45;
  color: #666;
  font-size: 15px;
  line-height: 1;
  padding: 2px 0 0 6px;
  margin-left: auto;
  flex-shrink: 0;
}

.toastify.toast-poly .toast-close:hover {
  opacity: 0.85;
  color: #333;
}

/* compatibilidade com toasts antigos (bg-*) */
.toastify-avatar{
  color: var(--warning-color);
}
.toastify.bg-success,
.toastify.bg-danger,
.toastify.bg-warning {
  background-image: none !important;
  color: #fff;
}
.toastify.bg-success {
  background-color: var(--success-color) !important;
}
.toastify.bg-danger {
  background-color: var(--danger-color) !important;
}
.toastify.bg-warning {
  background-color: var(--warning-color) !important;
}
.border-top-black{
  border-top: 1px solid rgb(163, 162, 162);
  margin-top:5px
}

.txt-22 {
  font-size: 22px;
}

.signature-pad {
  border:rgb(0, 0, 0) solid 1px;
  background-color: rgba(255, 255, 255, 0);
}

.botao-cam{
  background: rgb(0, 0, 0);
  color:white;
  border:1px black solid;
  border-radius: 500px;

}


#munu-superior{
  margin-left: 80px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  color: var(--text-primary, #2C3E50);
  background-color: var(--bg-surface-alt, #f9f9f9);
  min-width: 400px;
  max-height: 500px;
  z-index: 1;
  padding-top: 5px;
  overflow-y:auto;
  scrollbar-width: 0;
  border: var(--border-strong, #2C3E50) solid 1px;
  padding-bottom: 5;

}
.dropdown-content h5{
  color: var(--text-primary, #2C3E50);
  display: inline;
  font-weight: 700;
}
.dropdown-content li{
  color: var(--text-primary, #2C3E50);
  font-weight: 700;
}

.float-right{
  margin-left: 50px;
}

.dropdown-content ul{
  padding: 0;
  margin:0
}

.dropdown-content ul li{
  list-style-type: none;
  font-size: 16;
  margin-left: 10px;
  margin-bottom: 10px;
}
.dropdown-content hr{
  margin-bottom: 10px;
}


.dropdown-content ul li:hover{
  color: #18bc9c;
  text-decoration: none;
  cursor:pointer
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover{
  border-left:solid 1px #18bc9c;
  border-right:solid 1px #18bc9c;
}


.dropdown-content  h5{
  margin-left: 10px;
}

.tabela-mod-gerencial{
  overflow-x:auto;
}

.contador-tab-gerencial-baixo{
  display: none;
  text-align: center;
}

.selecionado-mod-gerencial{
  color: #18bc9c;
  background-color: transparent;
}
.link-selecionado-gerencial{
  color: #18bc9c;
  text-decoration: none;
  cursor: pointer;
}

.border-success{
  border: #18bc9c solid 3px;
}

@media only screen and (max-width: 770px) {
  #munu-superior{
    display: none;
  }

}

@media (max-width: 833px) {

  #contador-tab-gerencial-meio{
    display: none;
  }

  #btn-exp-right{
    display: none;
  }

  #btn-exp-left{
    display: none;
  }
  .contador-tab-gerencial-baixo{
    display: block;
  }
}

@media only screen and (max-width: 1333px) and (min-width: 770px) {
  #munu-superior li{
    margin: 0px;
  }
  #munu-superior{
    margin: 0px;
  }
  .float-right{
    margin-left: 0px;
  }
  #nome-user{
    display: none;
  }

}

.container-mod-gerencial{
  padding: 0px 20px;

}


@media only screen and (max-height: 499px) and (min-height: 300px) {
  .dropdown-content {
    max-height: 300px;
  }


}

@media only screen and (max-height: 299px) and (min-height: 150px) {
  .dropdown-content {
    max-height: 150px;
  }

}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.text-white{
  color:white
}

.input-pesquisa-gerencial{
  background: transparent;
  color: white;
  /* border: none; */
}

.img-fixed-bottom-right {
  float:right;
  width: 11%;
}

.img-fixed-bottom-right-process {
  float:right;
  width: 90%;
}

.dropdown-menu > li > a:hover > .menu-input-hover:hover,
.menu-input-hover:hover {
  color: #fff;
}
.dropdown-menu > li > a:hover > .menu-input-hover:focus,
.menu-input-hover:focus {
  color: #000;
}

.input-group-btn-new{
  display: flex;
  align-items: center;
}
.input-group-btn-new input{
  flex: 1;
  width: 85% !important;

}
.group-btn-new{
  flex: none;
  height: 46px !important;
  width: 15% !important;
  margin:0 !important;
  border: 2px solid !important;
}

/* mobile */
@media only screen and (max-width: 768px) {
  .single-title{
    display: none;
  }

}


.active-list-li{
  text-decoration: none;
  color: #ffffff;
  background-color: #2c3e50;
}




.tags-input-container {
  display: flex;
  flex-wrap: wrap;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid;
  transition: 1.1;
}

.tags-input-container:hover {
  border: 1px solid #2C3E50;
  transition: all 2.5 linear;
}

.tags-input-container .tag {
  background-color: #2C3E50;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
  margin: 2px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}

.tags-input-container .tag:hover {
  background-color: #18bc9c;
}

.tags-input-container .tag span {
  margin-right: 5px;
}

.tags-input-container .tags-input {
  border: none;
  outline: none;
  padding: 5px;
  flex-grow: 1;
  height: 30px;
  line-height: 10px;;
}




/* CSS do componete de comunicado ---------------- */

.comunicado-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  transition: all 0.3s ease;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.comunicado-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.comunicado-card-header {
  padding: 15px;
  border-bottom: 1px solid #eee;
  background-color: #f9f9f9;
  border-radius: 6px 6px 0 0;
}
.comunicado-card-body {
  padding: 15px;
  flex-grow: 1;
}
.comunicado-card-footer {
  padding: 10px 15px;
  border-top: 1px solid #eee;
  background-color: #f9f9f9;
  border-radius: 0 0 6px 6px;
}
.comunicado-card-title {
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comunicado-card-text {
  color: #666;
  font-size: 13px;
  margin-bottom: 10px;
  height: 60px;
  overflow: hidden;
}
.release-badge {
  font-size: 11px;
  padding: 3px 8px;
}
.comunicado-card-date {
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
}
.comunicado-card-icon {
  float: right;
  font-size: 24px;
  color: #ddd;
}
.tipo-c {
  border-left: 4px solid #F39C12;
}

.tipo-r {
  border-left: 4px solid #E74C3C;
}
.equal-height {
  display: flex;
  flex-wrap: wrap;
}
.equal-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.detalhe-info {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 4px;
  margin: 15px 0;
}
.detalhe-info p {
  margin-bottom: 5px;
}
.detalhe-mensagem {
  margin: 15px 0;
  line-height: 1.6;
}

/* CSS do componete de comunicado ---------------- */
.entidade-multiselect {
  position: relative;
}

.modal-body .panel {
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  border: 1px solid #e3e3e3;
}

.modal-body .mb-10 {
  margin-bottom: 10px;
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-group-item {
  padding: 10px 15px;
  margin-bottom: 5px;
  border-radius: 4px;
}

.list-group-item i.fa-user {
  margin-right: 8px;
}
/* TOS  ---------------- */
.cards-tos {
  max-height: 613px;
  overflow-y: auto;
  padding: 10px;
  width: 100%;
}

.cards-tos .card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: box-shadow .15s ease, transform .15s ease, border-color .15s ease;
}

.cards-tos .card:hover {
  border-color: #b3c6ff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.cards-tos .card-body {
  display: flex;
  width: 100%;
  align-items: center;
}

.cards-tos .content {
  flex-grow: 1;
  text-align: left;
}

.cards-tos .btn-editar {
  white-space: nowrap;
  padding: 6px 12px;
  background-color: #2C3E50;
  border: 1px #2C3E50 solid;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 15px;
}

.cards-tos .btn-editar:hover {
  background-color: transparent;
  color: #2C3E50;
}

.cards-tos .msg-sem-registro,
.msg-carregando {
  text-align: center;
  color: #666;
  padding: 20px;
  width: 100%;
  font-style: italic;
}
/* TOS  ---------------- */

.modal-fullscreen {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.responsive-text {
  display: none; /* Esconde o texto por padrão (mobile) */
}

@media (min-width: 476px) {
  .responsive-text {
    display: inline; /* Mostra o texto a partir de 576px (sm) */
  }

}

@media (max-width: 777.98px) {
  .cards-tos .card {
    height: 145px;
  }

}.cursor-pointer{
  cursor: pointer;
}

.chat-container {
  display: flex;
  flex-direction: column;
  height: 420px;
  padding: 0 20px 20px 20px;
  background-color: #f5f7fa;
  border-radius: 8px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: #2C3E50;
}

.chat-messages {
  flex-grow: 1;
  overflow-y: auto;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  outline: none;
}

.chat-empty {
  margin: auto;
  color: #999999;
  font-style: italic;
  font-size: 15px;
}

.chat-message {
  max-width: 70%;
  padding: 10px 16px;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(44, 62, 80, 0.2);
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  user-select: text;
}

.chat-message-self {
  align-self: flex-end;
  background-color: #2C3E50;
  color: white;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.chat-message-other {
  align-self: flex-start;
  background-color: white;
  color: #2C3E50;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.chat-message-info {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.7;
  margin-bottom: 6px;
}

.chat-message-user {
  color: inherit;
  margin-right: 5px;
}

.chat-message-date {
  font-style: normal;
}

.chat-message-text {
  white-space: pre-wrap;
  line-height: 1.5;
}

.chat-input-container {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.chat-input {
  flex-grow: 1;
  border-radius: 24px;
  border: 1px solid #ccc;
  padding: 10px 16px;
  font-size: 14px;
  resize: vertical;
  min-height: 42px;
  max-height: 90px;
  font-family: inherit;
  color: #2C3E50;
}

.chat-input:focus {
  outline: none;
  border-color: #2C3E50;
  box-shadow: 0 0 5px #2C3E50;
}

.chat-send-btn {
  background-color: #2C3E50;
  border: none;
  color: white;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease;
}

.chat-send-btn:disabled {
  background-color: #8899aa;
  cursor: not-allowed;
}

.chat-send-btn:hover:not(:disabled) {
  background-color: #1f2a38;
}

.chat-send-btn i {
  font-size: 18px;
}

.timeline {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin: 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #dee2e6;
}

.timeline li {
  position: relative;
}

.timeline-badge {
  position: absolute;
  left: -15px;
  top: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

/* *** */
.btn-group-inline {
  display: flex;
  align-items: center;
  gap: 10px; /* espaço entre os botões */
}

.round-btn {
  height: 50px;
  border-radius: 25%;
  width: 50px;
  text-align: center;
  font-size: 30px;
  border: 1px solid rgba(44, 62, 80, 1);
  background: rgba(44, 62, 80, 0);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  transition:
    background 1s ease,
    border-color 1s ease,
    backdrop-filter 1s ease,
    transform 0.15s ease,
    box-shadow 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.round-btn-md {
  height: 40px !important;
  width: 40px !important;
  font-size: 20px !important;
}

.round-btn:hover {
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 1);
  transition:
    background 1s ease,
    border-color 1s ease,
    backdrop-filter 1s ease,
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

/* Elevação / pressão — compartilhado (DRY) */
.table-head-button,
.round-btn,
.float-icon-btn {
  transform: translateY(0);
}

.table-head-button:not(:disabled):hover,
.table-head-button-active:not(:disabled):hover,
.round-btn:not(.disabled):hover,
.float-icon-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.table-head-button:not(:disabled):active,
.table-head-button-active:not(:disabled):active,
.round-btn:not(.disabled):active,
.float-icon-btn:active {
  transform: translateY(1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.round-btn-icon {
  display: inline-block;
  border-radius: 35px;
  cursor: pointer;
  padding-top: 0;
}

.hx-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hx-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hx-title {
  margin-left: 8px;
  font-weight: 500;
}

/* MODAL DUIMP */

#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__dialog {
  width: 92vw;
  max-width: 520px;
  margin: 4vh auto;
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__content {
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18), 0 0 0 1px rgba(15, 23, 42, 0.06);
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__header {
  text-align: center;
  padding: 28px 28px 20px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-accent-color) 100%);
  color: #fff;
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__badge {
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 8px 20px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__eyebrow {
  margin: 6px 0 0;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.85;
  font-weight: 600;
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__title {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__body {
  text-align: center;
  padding: 32px 32px 36px;
  background: #fff;
  border-top: 3px solid transparent;
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__message {
  margin: 0 auto 8px;
  max-width: 420px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--primary-color);
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__hint {
  margin: 20px 0 0;
  font-size: 14px;
  color: var(--primary-accent-color);
  opacity: 0.88;
  line-height: 1.4;
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__loader {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 28px auto 0;
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--primary-color);
  border-right-color: var(--info-color);
  animation: modalConsultaDuimpOrbit 1.1s linear infinite;
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__orbit--delayed {
  inset: 10px;
  border-top-color: var(--info-color);
  border-right-color: var(--primary-accent-color);
  animation-duration: 1.6s;
  animation-direction: reverse;
}

@keyframes modalConsultaDuimpOrbit {
  to { transform: rotate(360deg); }
}

#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__header--erro {
  background: var(--danger-color);
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__header--sucesso {
  background: var(--success-color);
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__eyebrow--erro {
  color: #fff;
  opacity: 0.95;
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__eyebrow--sucesso {
  color: #fff;
  opacity: 0.92;
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__body--erro {
  background: #fff;
  border-top-color: var(--danger-color);
  padding-bottom: 20px;
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__body--sucesso {
  background: #fff;
  border-top-color: var(--success-color);
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__message--erro {
  color: var(--danger-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  white-space: pre-line;
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__message--sucesso {
  color: var(--success-color);
  font-weight: 600;
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__hint--erro {
  color: var(--danger-color);
  opacity: 0.9;
  margin-top: 16px;
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__hint--sucesso {
  color: var(--primary-color);
  opacity: 0.85;
  margin-top: 16px;
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__footer {
  text-align: center;
  padding: 0 24px 28px;
  background: #fff;
}
#modalConsultaDuimp.modal-consulta-duimp .modal-consulta-duimp__btn-fechar {
  min-width: 200px;
  border-radius: 10px;
}

/* DUIMP */

/* Status pill (#cad, #cad-detail, #cre — Assinaturas / Consolidar Reexportação) */
#cad .cad-status-pill,
#cad-detail .cad-status-pill,
#cre .cad-status-pill {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
  border: 1px solid transparent;
}

#cad .cad-status-pill-pendente,
#cad-detail .cad-status-pill-pendente,
#cre .cad-status-pill-pendente {
  background-color: rgba(245, 158, 11, 0.16);
  color: #b45309;
  border-color: rgba(180, 83, 9, 0.45);
}

#cad .cad-status-pill-assinado,
#cad-detail .cad-status-pill-assinado,
#cre .cad-status-pill-assinado,
#cre .cad-status-pill-ativo {
  background-color: rgba(34, 197, 94, 0.16);
  color: #15803d;
  border-color: rgba(21, 128, 61, 0.45);
}

#cad .cad-status-pill-rejeitado,
#cad-detail .cad-status-pill-rejeitado,
#cre .cad-status-pill-rejeitado {
  background-color: rgba(239, 68, 68, 0.12);
  color: #b91c1c;
  border-color: rgba(185, 28, 28, 0.4);
}

#cad .cad-status-pill-desconhecido,
#cad-detail .cad-status-pill-desconhecido,
#cre .cad-status-pill-desconhecido,
#cre .cad-status-pill-retroagido {
  background-color: rgba(107, 114, 128, 0.12);
  color: #4b5563;
  border-color: rgba(75, 85, 99, 0.4);
}

/* Assinaturas Digitais - seções expansíveis (#cad-detail) */
#cad-detail .cad-secoes {
  margin-top: 22px;
  padding-top: 6px;
}

#cad-detail .cad-secao {
  margin-bottom: 22px;
}

#cad-detail .cad-secao-ultima {
  margin-bottom: 28px;
}

#cad-detail .cad-secao h3 {
  margin: 0;
  padding: 8px 0;
  line-height: 1.45;
}

#cad-detail .cad-secao-contador {
  font-size: 14px;
}

#cad-detail .cad-secao-panel {
  padding: 16px 18px 10px;
}

#cad-detail .cad-secao-panel > .row:last-child > [class*="col-"]:last-child,
#cad-detail .cad-secao-panel > .row > [class*="col-"].mb-20:last-child {
  margin-bottom: 8px !important;
}

#cad-detail h4 {
  margin-top: 10px;
  margin-bottom: 4px;
}

/* Assinaturas Digitais - skeleton logs (#cad-detail) */
@keyframes cad-skeleton-shimmer {
  0% {
    background-position: -220px 0;
  }
  100% {
    background-position: calc(220px + 100%) 0;
  }
}

#cad-detail .cad-skeleton {
  display: block;
  height: 13px;
  border-radius: 4px;
  background-color: var(--skeleton-base);
  background-image: linear-gradient(
    90deg,
    var(--skeleton-base) 0%,
    var(--skeleton-highlight) 45%,
    var(--skeleton-base) 90%
  );
  background-size: 220px 100%;
  background-repeat: no-repeat;
  animation: cad-skeleton-shimmer 1.3s ease-in-out infinite;
}

#cad-detail .cad-skeleton-text {
  max-width: 100%;
}

#cad-detail .cad-skeleton-text-xs {
  width: 48%;
}

#cad-detail .cad-skeleton-text-sm {
  width: 62%;
}

#cad-detail .cad-skeleton-text-md {
  width: 76%;
}

#cad-detail .cad-skeleton-text-lg {
  width: 92%;
}

#cad-detail .cad-logs-skeleton tbody td {
  padding-top: 14px;
  padding-bottom: 14px;
  vertical-align: middle;
}

#cad-detail .cad-logs-skeleton tbody tr {
  pointer-events: none;
}

/* TFA - skeleton listagem modal processos (somente tbody) */
@keyframes tfa-processos-skeleton-shimmer {
  0% {
    background-position: -220px 0;
  }
  100% {
    background-position: calc(220px + 100%) 0;
  }
}

#modalProcessoSelecao .tfa-processos-skeleton-bar {
  display: inline-block;
  height: 16px;
  border-radius: 4px;
  vertical-align: middle;
  background-color: var(--skeleton-base);
  background-image: linear-gradient(
    90deg,
    var(--skeleton-base) 0%,
    var(--skeleton-highlight) 45%,
    var(--skeleton-base) 90%
  );
  background-size: 220px 100%;
  background-repeat: no-repeat;
  animation: tfa-processos-skeleton-shimmer 1.3s ease-in-out infinite;
}

#modalProcessoSelecao .tfa-processos-skeleton-bar-sm {
  width: 55%;
}

#modalProcessoSelecao .tfa-processos-skeleton-bar-md {
  width: 72%;
}

#modalProcessoSelecao .tfa-processos-skeleton-bar-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

#modalProcessoSelecao .tfa-processos-skeleton-rows tr {
  pointer-events: none;
}

#modalProcessoSelecao .modal-body {
  min-height: 520px;
  padding-bottom: 15px;
}

/* Tabela relatório API - skeleton paginação */
@keyframes plt-skeleton-shimmer {
  0% {
    background-position: -220px 0;
  }
  100% {
    background-position: calc(220px + 100%) 0;
  }
}

.tabela-relatorio-api .plt-skeleton {
  display: block;
  height: 13px;
  border-radius: 4px;
  background-color: var(--skeleton-base);
  background-image: linear-gradient(
    90deg,
    var(--skeleton-base) 0%,
    var(--skeleton-highlight) 45%,
    var(--skeleton-base) 90%
  );
  background-size: 220px 100%;
  background-repeat: no-repeat;
  animation: plt-skeleton-shimmer 1.3s ease-in-out infinite;
}

.tabela-relatorio-api .plt-skeleton-text {
  max-width: 100%;
}

.tabela-relatorio-api .plt-skeleton-text-xs {
  width: 48%;
}

.tabela-relatorio-api .plt-skeleton-text-sm {
  width: 62%;
}

.tabela-relatorio-api .plt-skeleton-text-md {
  width: 76%;
}

.tabela-relatorio-api .plt-skeleton-text-lg {
  width: 92%;
}

.tabela-relatorio-api .tabela-relatorio-api-skeleton tbody td {
  padding-top: 14px;
  padding-bottom: 14px;
  vertical-align: middle;
}

.tabela-relatorio-api .tabela-relatorio-api-skeleton tbody tr {
  pointer-events: none;
}

.tabela-relatorio-api .tabela-mod-gerencial {
  min-height: 280px;
}

.tabela-relatorio-api .ng-animate,
.tabela-relatorio-api.ng-animate {
  transition: none !important;
  animation: none !important;
}

/* Assinaturas Digitais - modais (#cad-detail) */
#cad-detail .cad-dado-linha {
  font-size: 16px;
  line-height: 1.6;
}

#cad-detail .cad-modal-assinatura {
  padding: 2px 0;
}

#cad-detail .cad-alerta-remover-signatario-documento {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid #f0ad4e;
  border-left-width: 4px;
  border-radius: 4px;
  background: #fff8e6;
  color: #8a6d3b;
  font-size: 15px;
  line-height: 1.5;
}

#cad-detail .cad-modal-remover-signatario .cad-alerta-remover-signatario-documento strong {
  color: #7a4f00;
}

#cad-detail .cad-modal-intro {
  margin-bottom: 16px;
}

#cad-detail .cad-modal-form {
  margin-left: 0;
  margin-right: 0;
}

#cad-detail .cad-modal-field {
  margin-bottom: 12px;
}

#cad-detail .cad-modal-field:last-child {
  margin-bottom: 0;
}

#cad-detail .cad-modal-field label {
  margin-bottom: 4px;
}

#cad-detail .cad-modal-estado {
  padding: 28px 12px;
  text-align: center;
}

#cad-detail .cad-modal-estado-icone {
  display: block;
  margin: 0 auto 12px;
}

#cad-detail .cad-modal-estado-erro {
  padding: 20px 12px;
}

#cad-detail .cad-modal-link-box {
  padding: 12px 14px;
  margin-top: 4px;
}

#cad-detail .cad-modal-link-box label {
  margin-bottom: 6px;
}

#cad-detail .cad-modal-destinatarios-list {
  max-height: 380px;
  overflow-y: auto;
  margin-bottom: 12px;
  padding-right: 2px;
}

#cad-detail .cad-modal-destinatario {
  padding: 12px 14px;
  margin-bottom: 10px;
}

#cad-detail .cad-modal-destinatario:last-child {
  margin-bottom: 0;
}

#cad-detail .cad-modal-destinatario-cabecalho {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dadfeb;
}

#cad-detail .cad-modal-acoes-secundarias {
  padding-top: 4px;
}

#modalDetalheSignatario .modal-dialog {
  width: 720px;
  max-width: calc(100% - 24px);
  margin: 30px auto;
}

#modalDetalheSignatario .modal-body {
  padding: 12px 15px 14px;
  max-height: calc(100vh - 180px);
  overflow-y: auto;
}

#cad-detail .cad-modal-signatario-detalhe .cad-dado-linha-sm {
  font-size: 13px;
}

#cad-detail .cad-modal-signatario-resumo {
  padding: 12px 14px;
  margin-bottom: 14px;
}

#cad-detail .cad-modal-signatario-resumo-titulo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
  font-size: 16px;
}

#cad-detail .cad-modal-signatario-status {
  font-size: 13px;
  white-space: nowrap;
}

#cad-detail .cad-modal-signatario-bloco {
  padding: 10px 0 12px;
  border-top: 1px solid #dadfeb;
}

#cad-detail .cad-modal-signatario-bloco:first-of-type {
  border-top: 0;
}

#cad-detail .cad-modal-signatario-bloco-titulo {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
}

#cad-detail .cad-modal-campo-detalhe {
  margin-bottom: 10px;
}

#cad-detail .cad-modal-campo-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #7a8699;
  margin-bottom: 2px;
}

#cad-detail .cad-modal-campo-valor {
  display: block;
  font-size: 13.5px;
  line-height: 1.45;
  word-break: break-word;
}

#cad-detail .cad-modal-link-curto {
  display: inline-block;
  font-size: 13px;
  word-break: break-all;
}

#modalLinkSignatario .modal-dialog {
  width: 560px;
  max-width: calc(100% - 24px);
  margin: 30px auto;
}

#modalLinkSignatario .modal-header {
  padding: 10px 15px;
  border-bottom: 1px solid #dadfeb;
}

#modalLinkSignatario .modal-header h1.modal-title {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}

#modalLinkSignatario .modal-header .pull-left {
  display: none;
}

#modalLinkSignatario .modal-header .pull-right {
  margin-top: 2px;
}

#modalLinkSignatario .modal-body {
  padding: 12px 15px 14px;
}

#modalLinkSignatario .cad-modal-link-compact label {
  margin-bottom: 4px;
}

#modalLinkSignatario .cad-modal-link-compact .input-group {
  width: 100%;
  display: table;
}

#modalLinkSignatario .cad-modal-link-compact .input-group .form-control {
  width: 100%;
  height: 30px;
}

#modalLinkSignatario .cad-modal-link-compact .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

#modalLinkSignatario .cad-modal-link-compact .input-group-btn .table-head-button {
  padding: 5px 12px;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  height: 30px;
  box-sizing: border-box;
  display: block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #cad-detail .cad-modal-destinatarios-list {
    max-height: none;
  }

  #modalLinkSignatario .modal-dialog {
    width: auto;
    margin: 10px;
  }
}

/* Overlay de loading reutilizável nos modais (modalPadrao / modalConfirmacao) */
.modal-component-body {
  position: relative;
}

.modal-component-body-content {
  transition: opacity 0.15s ease;
}

.modal-component-loading-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.82);
  text-align: center;
  padding: 20px;
}

.modal-component-loading-blur {
  opacity: 0.45;
  pointer-events: none;
  user-select: none;
}

.modal-component-disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: not-allowed !important;
}

/* Assinaturas Digitais - ícone e modal de ajuda */
.cad-ajuda-icone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #94a3b8;
  font-size: 15px;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  opacity: 0.72;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.cad-ajuda-icone:hover,
.cad-ajuda-icone:focus {
  color: var(--info-color, #3b82f6);
  opacity: 1;
  outline: none;
}

.cad-ajuda-conteudo {
  padding-top: 2px;
}

.cad-ajuda-modal .modal-body {
  max-height: calc(100vh - 180px);
  overflow-y: auto;
}

.cad-ajuda-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cad-ajuda-item {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cad-ajuda-item.is-open {
  border-color: rgba(59, 130, 246, 0.35);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.cad-ajuda-item-header {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  background: #f8fafc;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease;
}

.cad-ajuda-item.is-open .cad-ajuda-item-header {
  background: #f1f5f9;
}

.cad-ajuda-item-header:hover,
.cad-ajuda-item-header:focus {
  background: #eef2f7;
  outline: none;
}

.cad-ajuda-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  font-size: 14px;
  flex-shrink: 0;
}

.cad-ajuda-item-icon-info { background: rgba(59, 130, 246, 0.12); color: #2563eb; }
.cad-ajuda-item-icon-permissao { background: rgba(34, 197, 94, 0.12); color: #15803d; }
.cad-ajuda-item-icon-lista { background: rgba(14, 165, 233, 0.12); color: #0369a1; }
.cad-ajuda-item-icon-status { background: rgba(245, 158, 11, 0.14); color: #b45309; }
.cad-ajuda-item-icon-detalhe { background: rgba(99, 102, 241, 0.12); color: #4f46e5; }
.cad-ajuda-item-icon-acoes { background: rgba(236, 72, 153, 0.12); color: #db2777; }
.cad-ajuda-item-icon-regras { background: rgba(239, 68, 68, 0.12); color: #dc2626; }

.cad-ajuda-item-titulo {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}

.cad-ajuda-item-chevron {
  font-size: 12px;
  color: #94a3b8;
}

.cad-ajuda-item-body {
  padding: 14px 14px 14px 54px;
}

.cad-ajuda-item-texto {
  margin: 0 0 10px;
  line-height: 1.5;
  color: #475569;
}

.cad-ajuda-lista {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cad-ajuda-lista li {
  margin-bottom: 8px;
  line-height: 1.45;
  color: #475569;
}

.cad-ajuda-lista-regras li {
  position: relative;
  padding-left: 14px;
}

.cad-ajuda-lista-regras li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #ef4444;
  font-weight: bold;
}

.cad-ajuda-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.cad-ajuda-status-card {
  padding: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fafbfc;
}

.cad-ajuda-status-card p {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #64748b;
}

.cad-ajuda-acoes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cad-ajuda-acao-card {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fafbfc;
}

.cad-ajuda-acao-card > i {
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.cad-ajuda-acao-card strong {
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
  color: #334155;
}

.cad-ajuda-acao-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #64748b;
}

.cad-ajuda-conteudo .cad-ajuda-destaque {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  padding: 10px 12px;
  margin: 0;
  border-left: 3px solid var(--warning-color, #f59e0b);
  background: rgba(245, 158, 11, 0.08);
  font-size: 13px;
  line-height: 1.45;
  border-radius: 0 6px 6px 0;
}

.pgl636-filtro-regra {
  margin: 0;
  padding: 0 0 0 10px;
  border-left: 2px solid #d1d5db;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .cad-ajuda-item-body {
    padding-left: 14px;
  }

  .cad-ajuda-status-grid,
  .cad-ajuda-acoes-grid {
    grid-template-columns: 1fr;
  }
}

.upload-label {
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  touch-action: manipulation;
  white-space: nowrap;
  line-height: 1.42857143;
  border-radius: 0px;
  user-select: none;
  padding: 10px 5px 10px 5px;
  margin: 10px 20px 15px 0px;
  cursor: pointer;
  font-size: 17px;
  background: none;
  border-left: none;
  border-right: none;
  border-top: 2px solid;
  border-bottom: 2px solid;
  transition: color 1.1s;
  position: relative;
  overflow: hidden;
}

.upload-label::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: #E9F4F9;
  z-index: -1;
  transition: 1.1s;
  bottom: 0;
  border-radius: 0% 0% 0 0;
  border-right: 1px solid;
  border-left: 1px solid;
}

.upload-label:hover::before {
  transition: 1.1s;
  height: 180%;
}

.upload-label.drag-active {
  border-top-color: #0070c0;
  border-bottom-color: #0070c0;
}

.upload-label.drag-active::before {
  transition: 0.25s;
  height: 180%;
}

.upload-label-xml-files {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  white-space: normal;
}

.upload-label-xml-files > span {
  margin-left: 0 !important;
}

.card-produto-tl {
  margin-bottom: 8px;
  border: 1px solid var(--primary-rgba);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.card-produto-tl:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px var(--primary-rgba);
}

.btn-carrinho-flutuante {
  position: relative;
}

.btn-carrinho-flutuante .badge {
  position: absolute;
  top: -7px;
  right: -8px;
  background: var(--primary-color);
  color: #fff;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  font-size: 11px;
  border-radius: 10px;
}

/* Drawer Menu - Filtros de Relatórios */
.etl-filter-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  z-index: 1040;
}

.etl-filter-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.etl-filter-drawer {
  position: fixed;
  top: var(--navbar-height, 56px);
  right: 0;
  width: 85%;
  max-width: 360px;
  height: calc(100vh - var(--navbar-height, 56px));
  background: var(--modal-bg, rgba(255, 255, 255, 0.92));
  color: var(--text-primary, #2c3e50);
  backdrop-filter: blur(14px) saturate(180%);
  box-shadow: -8px 0 30px var(--shadow-color, rgba(0, 0, 0, 0.25));
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.4, 0, .2, 1);
  z-index: 1050;
  padding: 20px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.etl-filter-drawer.is-open {
  transform: translateX(0);
}

.etl-filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.etl-filter-menu {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.etl-filter-item {
  display: block;
  padding: 14px 12px;
  border-radius: 12px;
  cursor: default;
}

.etl-filter-item:hover {
  background: transparent;
}

/* Modal PDF - Extrato Terminal de Líquidos */
#modalPdfExtratoTl .modal-body {
  height: 75vh;
  padding: 0;
}

#iframe_pdf_extrato_tl {
  border: 0;
  min-height: 75vh;
}
/* ----------------------------------- */

/* Cards - Totalizadores Terminal de Liquidos */
.etl-totalizadores {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 15px 0 25px 0;
}

.etl-totalizador-card {
  flex: 1 1 280px;
  background: var(--bg-surface, #ffffff);
  color: var(--text-primary, #2c3e50);
  border: 1px solid var(--border-subtle, #e5e7eb);
  border-left: 4px solid var(--primary-color, #2c3e50);
  box-shadow: 0 1px 3px var(--shadow-color, rgba(0, 0, 0, 0.12));
  border-radius: 2px;
  padding: 15px;
}

.etl-totalizador-unidade {
  font-size: 12px;
  color: var(--text-secondary, #4a5568);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: bold;
}

.etl-totalizador-valores {
  display: flex;
  gap: 20px;
}

.etl-totalizador-bloco {
  flex: 1;
}

.etl-totalizador-label {
  font-size: 11px;
  color: var(--text-muted, #6b7280);
  margin-bottom: 4px;
}

.etl-totalizador-valor {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-color, #2c3e50);
}

.etl-totalizador-valor.embarcado {
  color: var(--success-color, #00D100);
}

/* Cards - Ocupação Controle de Tanques */
.ct-ocupacao-cards {
  margin: 30px 0 15px 0;
}

.ct-ocupacao-cards-titulo {
  margin: 0 0 20px 0;
  font-size: 18px;
  color: var(--primary-color, #2c3e50);
}

.ct-ocupacao-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.ct-ocupacao-card {
  background: var(--bg-surface, #ffffff);
  color: var(--text-primary, #2c3e50);
  border: 1px solid var(--border-subtle, #e5e7eb);
  border-left: 4px solid var(--primary-color, #2c3e50);
  box-shadow: 0 1px 3px var(--shadow-color, rgba(0, 0, 0, 0.12));
  border-radius: 2px;
  padding: 15px;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.ct-ocupacao-card-header {
  margin-bottom: 10px;
}

.ct-ocupacao-card-tanque {
  font-size: 14px;
  font-weight: bold;
  color: var(--primary-color, #2c3e50);
}

.ct-ocupacao-card-produto {
  font-size: 12px;
  color: var(--text-secondary, #4a5568);
  margin-top: 4px;
}

.ct-ocupacao-card-chart {
  height: 220px;
  min-height: 220px;
}

.ct-ocupacao-card-legenda {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  color: var(--text-muted, #6b7280);
  margin-top: 8px;
}

@media (max-width: 1199px) {
  .ct-ocupacao-cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .ct-ocupacao-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ct-ocupacao-cards {
    margin-top: 20px;
  }

  .ct-ocupacao-cards-titulo {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .ct-ocupacao-cards-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ct-ocupacao-card {
    padding: 12px;
  }

  .ct-ocupacao-card-tanque {
    font-size: 13px;
  }

  .ct-ocupacao-card-produto,
  .ct-ocupacao-card-legenda {
    font-size: 11px;
  }

  .ct-ocupacao-card-chart {
    height: 200px;
    min-height: 200px;
  }
}
/* ----------------------------------- */

/* Central de Comandos — modal schedule cron */
#modalScheduleComando .cc-cron-mode-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#modalScheduleComando .cc-cron-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  background: transparent;
  padding: 0;
  flex-shrink: 0;
  cursor: pointer;
}

#modalScheduleComando .cc-cron-toggle-track {
  position: relative;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  transition: background 0.2s ease;
}

#modalScheduleComando .cc-cron-toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

#modalScheduleComando .cc-cron-toggle.is-on .cc-cron-toggle-track {
  background: var(--primary-color);
}

#modalScheduleComando .cc-cron-toggle.is-on .cc-cron-toggle-thumb {
  transform: translateX(18px);
}

#modalScheduleComando .cc-cron-toggle-label {
  font-size: 11px;
  font-weight: 700;
  min-width: 58px;
  text-align: left;
  color: rgba(0, 0, 0, 0.45);
}

#modalScheduleComando .cc-cron-toggle.is-on .cc-cron-toggle-label {
  color: var(--primary-color);
}

#modalScheduleComando .cc-cron-presets .table-head-button {
  margin: 0 10px 10px 0;
  padding: 8px 10px;
  font-size: 14px;
  display: inline-block;
}
