/* 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;
}

.table-sm > tbody > tr > td {
  font-size: 12.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;
}

.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: rgba(44, 62, 80, 0);
  /* border-radius: 16px; */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border: 1px solid rgba(44, 62, 80, 1);

  transition: all ease 1s;;
}

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

.float-icon:hover {
  background: rgba(255, 255, 255, 0.42);
  /* border-radius: 16px; */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid 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: 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;
}

.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;
  position: relative;
  overflow: hidden;
  z-index: 99;
}

.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:hover,
.table-head-button-active:hover {
  color: #198FBE;
  /* color: #2C3E50; */
  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: #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: #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: #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: #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: #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);
}

/* 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: #c2c7d166; */
  background-color: #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: #68EDE6;*/
  /* background-color: #c2c7d1; */
  background-color: #dadfeb;
}

.bg-plt-secondary-b {
  background-color: transparent;
  border-bottom: 2px solid #2C3E50;
  /* border-top: 1px solid #2C3E50; */
  /* border-bottom: 2px solid #344396; */
  /* border-bottom: 2px solid #263480; */
}

.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: #2C3E50;
  color: 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: #c2c7d1;
  /*background: #353638;*/
  /*background: #2C3E50;*/
}

.back {
  background: #c2c7d1;
  /*background: #353638;*/
  /*background: #68EDE6;*/
  /*background: #2C3E50;*/
}

.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: #b4b4b4;
} */

.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: #FBFCFD;
  border-bottom: 3px solid #a5a3a3;
  margin-bottom: 8px;
  padding: 10px;
  transition: all ease 1.1s;
}

.data-container:hover {
  background-color: #EEEEEE;
  transition: all ease 1.1s;
  -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);
}

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

/* 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: #E0FFF0; */
  /* background-color: #cacc00; */
  background-color: #DDE000;
}

.table-striped > tbody > tr:nth-of-type( even ).tr-marcada {
  /* background-color: #DAF7DB; */
  /* background-color: #E3CE0B; */
  background-color: #F7E10C;
}

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

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

/* 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 #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 #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 #DADFEB;
    max-height: 1200px;
  }
}

.table-fixed-head table thead tr th {
  z-index: 1;
  background-color: transparent;
  position: sticky;
  top: 0;
  transition: all 2.5 linear;
}

.table-fixed-head table thead tr th {
  background-color: white;
}

.table-fixed-head-shrink thead th {
  background-color: #EDEDED;
}

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

/* Custom Scrollbar */
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #2C3E50 transparent;
}

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

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

*::-webkit-scrollbar-thumb {
  background-color: #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;
}
.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
}
.toastify-avatar{
  color:"#f39c12"
}
.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:#2C3E50;
  /* background-color: #2C3E50; */
  background-color: #f9f9f9;
  min-width: 400px;
  max-height: 500px;
  z-index: 1;
  padding-top: 5px;
  overflow-y:auto;
  scrollbar-width: 0;
  border: #2C3E50 solid 1px;
  padding-bottom: 5;

}
.dropdown-content h5{
  color:#2C3E50;
  display: inline;
  font-weight: 700;
}
.dropdown-content li{
  color:#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 #ccc;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
  align-items: center;
  width: 100%;
}

.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;
  }

  .cards-tos .btn-editar{
    
  }
}.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%;
}
