.tiempo-consulta{
  padding:1px 5px;
  border-radius:5px;
  border:1px solid rgb(255, 255, 255);
  background:rgb(21, 158, 255);
  font-size:10px;
  font-weight:bold;
  margin-right:5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content-img-scan{
  display:none;  
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999998;
  background: rgba(45, 45, 45, 0.5);
  backdrop-filter: blur(3px);
  display: flex;
  justify-self: center;
  justify-content: center;
  align-items: center;
}
.img-scan{
  position: relative;
  display: flex;
  align-self: center;
  justify-self: center;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 8px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 8px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 8px 3px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 8%;
}

.img-scan > img{
  height: 100%;
  width: 100%;
}

.progress {
  height: 25px;
  width: 100%;
  border: 1px solid #428bca;
  border-radius: 5px;
  background-color: #e6f3fa;
  margin-top: 5px;
  margin-bottom: 5px;
}

.progress-bar {
  height: 100%;
  background: #428bca;
  display: flex;
  align-items: center;
  transition: width 0.25s;
  border-radius: 5px;
}

.progress-bar-text {
  margin-left: 10px;
  font-weight: bold;
  color: #cce7f5;
}
.element-active {
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  height: 20px;
  width: 20px;
  background-image: -webkit-linear-gradient(#d9ffe4, #02d1a3);
  background-image: -moz-linear-gradient(#d9ffe4, #02d1a3);
  background-image: -o-linear-gradient(#d9ffe4, #02d1a3);
  background-image: -ms-linear-gradient(#d9ffe4, #02d1a3);
  background-image: linear-gradient(#d9ffe4, #02d1a3);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  display: flex;
}
.element-inactive {
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  height: 20px;
  width: 20px;
  background-image: -webkit-linear-gradient(#ffd9d9, #d10202);
  background-image: -moz-linear-gradient(#ffd9d9, #d10202);
  background-image: -o-linear-gradient(#ffd9d9, #d10202);
  background-image: -ms-linear-gradient(#ffd9d9, #d10202);
  background-image: linear-gradient(#ffd9d9, #d10202);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  display: flex;
}
.element-undido {
  border-radius: 15px;
  border: 1px solid #e6e6e6;
  height: 20px;
  width: 20px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  display: flex;
}
.content-status-turno {
  padding: 5px;
  height: 30px;
  border-radius: 3px;
}

.status-turno {
  border: 1px solid #8a8a8a;
  border-radius: 3px;
  display: flex;
  justify-self: center;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.status-turno-disabled {
  background: #dadada;
  opacity: 0.3;
  height: 100%;
}

.status-turno-gris {
  background: #cbcbcb;
  opacity: 0.5;
  height: 100%;
}

.status-turno-verde {
  background: #97e5bc;
  height: 100%;
}

.float-image {
  position: absolute;
  right: 20px;
  bottom: 25px;
  cursor: pointer;
  height: 110px;
  width: 100px;
  /*
  display: flex;
  justify-self: center;
  justify-content: center;
  align-items: center;
  */
}

.float-image > img {
  height: 100%;
}

.float-image > span {
  position: absolute;
  top: -7px;
  left: -7px;
  display: none;
}
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
.div-check-viaje {
  float: left;
  padding: 5px 15px;
  height: 53px;
}

.div-check-viaje > label,
.div-check-viaje > span {
  float: left;
  width: 100%;
  height: 100%;
  padding: 5px 5px 5px 45px;
  border: 1px solid #afafaf;
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
}
.div-check-viaje > label > input {
  cursor: pointer;
}

.movimientos-pallet {
  padding: 5px 10px;
  border: 1px solid #000000;
  border-radius: 5px;
  margin-bottom: 4px;
}
.movimiento-deposito {
  border: 1pa solid #000000;
  border-radius: 3px;
  padding: 2px 10px;
  background-color: #72c5e4;
  font-weight: bold;
}
.movimiento-agregado {
  border: 1pa solid #000000;
  border-radius: 3px;
  padding: 2px 10px;
  background-color: #8cda93;
  font-weight: bold;
}

.movimiento-eliminado {
  border: 1pa solid #000000;
  border-radius: 3px;
  padding: 2px 10px;
  background-color: #da8c8c;
  font-weight: bold;
}

.destino {
  color: #000000;
  padding: 2px;
  margin: 1px;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px -2px 3px rgba(0, 0, 0, 0.2),
    -2px 0px 3px rgba(0, 0, 0, 0.2), 2px 0px 3px rgba(0, 0, 0, 0.2) !important;
  float: left;
}

.destino:nth-child(1n + 0) {
  background: #a10606;
}

.destino:nth-child(1) {
  background: #f3d9a6;
}
.destino:nth-child(2) {
  background: #f0c36b;
}
.destino:nth-child(3) {
  background: #ebb15d;
}
.destino:nth-child(4) {
  background: #e29b48;
}
.destino:nth-child(5) {
  background: #d88039;
}
.destino:nth-child(6) {
  background: #cc6629;
}
.destino:nth-child(7) {
  background: #b95423;
}
.destino:nth-child(8) {
  background: #a04a20;
}
.destino:nth-child(9) {
  background: #9d2819;
}

.td-destino {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/*--------- ESTILO PERSONALIZADO TIPPY ------------------------*/

/*----------------- CUERPO -------------*/
.tippy-box[data-theme~="personalizado"] {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  backdrop-filter: blur(3px);
}
/*----------------- FLECHA -------------*/
.tippy-box[data-theme~="personalizado"][data-placement^="top"]
  > .tippy-arrow::before {
  border-top-color: #ffffff;
}
.tippy-box[data-theme~="personalizado"][data-placement^="bottom"]
  > .tippy-arrow::before {
  border-bottom-color: #ffffff;
}
.tippy-box[data-theme~="personalizado"][data-placement^="left"]
  > .tippy-arrow::before {
  border-left-color: #ffffff;
}
.tippy-box[data-theme~="personalizado"][data-placement^="right"]
  > .tippy-arrow::before {
  border-right-color: #ffffff;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

body::-webkit-scrollbar {
  -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
  width: 13px;
}

body::-webkit-scrollbar-button:increment,
body::-webkit-scrollbar-button {
  display: none;
}

body::-webkit-scrollbar:horizontal {
  height: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 1px solid #f1f2f3;
}

body::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

section::-webkit-scrollbar {
  -webkit-appearance: none;
}

section::-webkit-scrollbar:vertical {
  width: 13px;
}

section::-webkit-scrollbar-button:increment,
section::-webkit-scrollbar-button {
  display: none;
}

section::-webkit-scrollbar:horizontal {
  height: 10px;
}

section::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 1px solid #f1f2f3;
}

section::-webkit-scrollbar-track {
  border-radius: 10px;
}
textarea::-webkit-scrollbar {
  -webkit-appearance: none;
}

textarea::-webkit-scrollbar:vertical {
  width: 13px;
}

textarea::-webkit-scrollbar-button:increment,
textarea::-webkit-scrollbar-button {
  display: none;
}

textarea::-webkit-scrollbar:horizontal {
  height: 10px;
}

textarea::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 1px solid #f1f2f3;
}

textarea::-webkit-scrollbar-track {
  border-radius: 10px;
}

.scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

.scroll::-webkit-scrollbar:vertical {
  width: 13px;
}

.scroll::-webkit-scrollbar-button:increment,
.scroll::-webkit-scrollbar-button {
  display: none;
}

.scroll::-webkit-scrollbar:horizontal {
  height: 10px;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 1px solid #f1f2f3;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
}

input:not(.btn):not(.lowcase):not(.mail) {
  text-transform: uppercase;
}
input ~ .eye-password {
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 20px;
  background: #ffffff;
  cursor: pointer;
}
input.is-valid ~ .eye-password {
  color: #19804e;
}
input.is-invalid ~ .eye-password {
  color: #b42a2a;
}

input[type="date"]::-webkit-inner-spin-button,
::-webkit-calendar-picker-indicator {
  cursor: pointer;
}
/*-----
::-webkit-datetime-edit { padding: 1em; }
::-webkit-datetime-edit-fields-wrapper { background: silver; }
::-webkit-datetime-edit-text { color: red; padding: 0 0.3em; }
::-webkit-datetime-edit-month-field { color: blue; }
::-webkit-datetime-edit-day-field { color: green; }
::-webkit-datetime-edit-year-field { color: purple; }
::-webkit-inner-spin-button { color: purple; }
::-webkit-calendar-picker-indicator { background: orange; }
--------*/

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@keyframes shadowAnimateUnblockDark {
  from {
    box-shadow: 0 2px 3px 0 rgba(255, 255, 255, 0.3) inset,
      0 0 50px 5px rgba(255, 255, 192, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.5),
      0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  }
  to {
    box-shadow: 0 2px 3px 0 rgba(255, 255, 255, 0.3) inset,
      0 0 50px 1px rgba(255, 255, 192, 0.5), 0 2px 5px 0 rgba(0, 0, 0, 0.5),
      0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  }
}
@-webkit-keyframes shadowAnimateUnblockDark {
  from {
    box-shadow: 0 2px 3px 0 rgba(255, 255, 255, 0.3) inset,
      0 0 50px 5px rgba(255, 255, 192, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.5),
      0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  }
  to {
    box-shadow: 0 2px 3px 0 rgba(255, 255, 255, 0.3) inset,
      0 0 50px 1px rgba(255, 255, 192, 0.5), 0 2px 5px 0 rgba(0, 0, 0, 0.5),
      0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  }
}
@keyframes shadowAnimateUnblockWhite {
  from {
    box-shadow: 0 2px 3px 0 rgba(255, 255, 255, 0.3) inset,
      0 0 50px 5px rgba(0, 0, 255, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.5),
      0 1px 5px 0 rgba(0, 0, 0, 0.1) inset;
  }
  to {
    box-shadow: 0 2px 3px 0 rgba(255, 255, 255, 0.3) inset,
      0 0 50px 1px rgba(0, 0, 255, 0.7), 0 2px 5px 0 rgba(0, 0, 0, 0.5),
      0 1px 5px 0 rgba(0, 0, 0, 0.1) inset;
  }
}
@-webkit-keyframes shadowAnimateUnblockWhite {
  from {
    box-shadow: 0 2px 3px 0 rgba(255, 255, 255, 0.3) inset,
      0 0 50px 5px rgba(0, 0, 255, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.5),
      0 5px 5px 0 rgba(0, 0, 0, 0.1) inset;
  }
  to {
    box-shadow: 0 2px 3px 0 rgba(255, 255, 255, 0.3) inset,
      0 0 50px 1px rgba(0, 0, 255, 0.7), 0 2px 5px 0 rgba(0, 0, 0, 0.5),
      0 5px 5px 0 rgba(0, 0, 0, 0.1) inset;
  }
}

@keyframes shadowAnimateBlock {
  from {
    box-shadow: 0 0 30px 3px rgba(255, 80, 80, 0.1) inset,
      0 2px 3px 0 rgba(0, 0, 0, 0.3) inset;
  }
  to {
    box-shadow: 0 0 30px 1px rgba(255, 80, 80, 0.3) inset,
      0 2px 3px 0 rgba(0, 0, 0, 0.3) inset;
  }
}
@-webkit-keyframes shadowAnimateBlock {
  from {
    box-shadow: 0 0 30px 3px rgba(255, 80, 80, 0.1) inset,
      0 2px 3px 0 rgba(0, 0, 0, 0.3) inset;
  }
  to {
    box-shadow: 0 0 30px 1px rgba(255, 80, 80, 0.3) inset,
      0 2px 3px 0 rgba(0, 0, 0, 0.3) inset;
  }
}

@keyframes slideLeftIn {
  from {
    margin-left: -250px;
    transform: scale(0.75);
  }

  to {
    margin-left: 0px;
    transform: scale(1);
  }
}
@keyframes slideLeftOut {
  from {
    margin-left: 0px;
    transform: scale(1);
  }

  to {
    margin-left: -250px;
    transform: scale(0.75);
  }
}

@keyframes slideRightIn {
  from {
    margin-right: -700px;
    margin-left: 700px;
    transform: scale(0.5);
  }

  to {
    margin-right: 0px;
    margin-left: 0px;
    transform: scale(1);
  }
}
@keyframes slideRightOut {
  from {
    margin-right: 0px;
    margin-left: 0px;
    transform: scale(1);
  }

  to {
    margin-right: -700px;
    margin-left: 700px;
    transform: scale(0.5);
  }
}
@keyframes slideTopIn {
  from {
    top: -100px;
    transform: scale(0.5);
  }

  to {
    top: 90px;
    transform: scale(1);
  }
}
@keyframes slideTopOut {
  from {
    top: 90px;
    transform: scale(1);
  }

  to {
    top: -100px;
    transform: scale(0.5);
  }
}

label {
  width: 100%;
}
input[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
}

.delete-registro:not(.btn),
.icono-delete:not(.btn),
.delete-data-admin,
.delete-movimiento,
.icono-incidencia {
  padding: 7px;
  background-color: #e72a2a;
  color: #ffffff;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  filter: grayscale(50%);
}
.delete-registro:not(.btn):hover,
.icono-delete:not(.btn):hover,
.delete-data-admin:hover,
.delete-movimiento:hover,
.icono-incidencia:hover {
  background-color: #e72a2a;
  text-shadow: none !important;
  filter: grayscale(0%);
}
.delete-registro:not(.btn):active,
.icono-delete:not(.btn):active,
.delete-data-admin:active,
.delete-movimiento:active,
.icono-incidencia:active {
  text-shadow: none !important;
  border: 1px solid rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) inset;
  filter: grayscale(80%);
}

.restablecer-registro:not(.btn),
.icono-restablecer:not(.btn) {
  padding: 7px;
  background-color: #00a05b;
  color: #ffffff;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  filter: grayscale(50%);
}
.restablecer-registro:not(.btn):hover,
.icono-restablecer:not(.btn):hover {
  background-color: #00a05b;
  text-shadow: none !important;
  filter: grayscale(0%);
}
.restablecer-registro:not(.btn):active,
.icono-restablecer:not(.btn):active {
  text-shadow: none !important;
  border: 1px solid rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) inset;
  filter: grayscale(80%);
}

.context-menu {
  display: none;
  position: absolute;
  border: 1px solid black;
  border-radius: 3px;
  width: 200px;
  background: white;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
}

.context-menu ul {
  list-style: none;
  padding: 2px;
}

.context-menu ul div {
  margin-bottom: 3px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
}
.context-menu ul li:not(.mail) {
  padding: 5px 2px;
  margin-bottom: 3px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
}
.context-menu ul li:not(.btn).red {
  background-color: red;
}
.context-menu ul li:not(.btn).orange {
  background-color: orange;
}

.context-menu ul li:not(.btn):hover {
  cursor: pointer;
  background-color: #939393;
}
.context-menu ul li.btn {
  width: 100%;
}

.btn-label {
  padding: 3px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.btn-label label {
  display: flex;
  justify-self: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn-label:hover {
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
}
.select2-container .select2-results__option.option-hide {
  display: none;

}
.select2-dropdown{  
  text-transform: uppercase !important;
  font-family:Bahnschrift !important;
}

.fa-times {
  font-weight: bold;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  cursor: pointer;
}
.fa-times:hover {
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px -1px 2px rgba(0, 0, 0, 0.5),
    -1px 0px 2px rgba(0, 0, 0, 0.5), 1px 0px 2px rgba(0, 0, 0, 0.5);
}
.section-block {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999998;
  background: rgba(45, 45, 45, 0.5);
  backdrop-filter: blur(3px);
  display: flex;
  justify-self: center;
  justify-content: center;
  align-items: center;
}
.section-dialog {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999998;
  background: rgba(45, 45, 45, 0.5);
  backdrop-filter: blur(3px);
  display: flex;
  justify-self: center;
  justify-content: center;
  align-items: center;
  font-family:Bahnschrift !important;
}
.section-dialog .content-dialog-full {
  position: fixed;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  animation-duration: 0.5s;
  animation-name: slideRightIn;  
}
.section-dialog .content-dialog-mediano {
  position: relative;
  width: 500px;
  max-height: 90%;
  overflow: auto;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.7);
  padding: 15px 15px 15px 30px;
  animation-duration: 0.5s;
  animation-name: slideRightIn;
}
.section-dialog .tittle-dialog {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  max-width: 98%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase !important;
  font-family:Bahnschrift !important;
}
.section-dialog .body-dialog {
  height: 90%;
  overflow: auto;
}
.section-dialog .footer-dialog {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 3px;
  max-height: 5%;
  /*border:1px solid #B74343;*/
}

@media print {
  .barra-superior {
    display: none !important;
  }
  footer {
    display: none !important;
  }
  .section-dialog .content-dialog > span {
    display: none !important;
  }
  .section-dialog {
    position: absolute !important;
    height: auto !important;
    overflow: visible !important;
  }
  .section-dialog .content-dialog {
    position: absolute !important;
    height: auto !important;
    overflow: visible !important;
  }
  .section-dialog .body-dialog {
    height: auto !important;
    overflow: visible !important;
  }
  .section-dialog .section-scroll {
    height: auto !important;
    overflow: visible !important;
  }
  .section-dialog .show-print {
    display: block;
  }
  .section-dialog .hide-print {
    display: none;
  }
}

.info-grid {
  display: grid;
  grid-column-gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  grid-template-rows: 255px 1fr;
  justify-content: center;
}

.content-columna {
  width: 100%;
  height: 245px;
  padding: 5px;
  display: flex;
  justify-self: center;
  justify-content: center;
  align-items: center;
}
.perspectiva {
  transform: perspective(600px) rotateY(-40deg);
}
.info-columna {
  position: relative;
  padding: 5px 20px 15px 20px;
  width: 250px;
  height: 98%;
  overflow: auto;
  font-size: 12px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3),
    inset 0px -15px 85px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3),
    inset 0px -15px 85px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3),
    inset 0px -15px 85px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #dbdbdb;
}

.info-columna > div {
  z-index: 0;
}
.info-columna .remove-item-info {
  cursor: pointer;
}
.info-columna h5,
.info-columna h6 {
  position: sticky;
  top: 0;
  z-index: 1;
  backdrop-filter: blur(8px);
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 3px;
  font-size: 12px;
}

.transition {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.info-animate {
  transform: perspective(300px) rotateY(-20deg) scale(0.8);
}
.info-animate-big {
  transform: scale(1.1);
}
.remove-items-info {
  transform: scale(0.1);
}

.sort-item {
  cursor: pointer;
}

.info-columna .content-observaciones {
  max-width: 100%;
  max-height: 150px;
  margin-top: 10px;
  border: 1px solid #6f6f6f;
  padding: 5px;
  border-radius: 5px;
  overflow: auto;
}

.fa-whatsapp:not(.default) {
  color: green;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.fa-whatsapp:not(.default):hover {
  font-weight: bold;
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5),
    0px -1px 2px rgba(255, 255, 255, 255.5),
    -1px 0px 2px rgba(255, 255, 255, 255.5),
    1px 0px 2px rgba(255, 255, 255, 255.5);
}
.fa-whatsapp:not(.default):active {
  color: gray;
  text-shadow: none;
}
.fa-whatsapp-square {
  color: green;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.fa-whatsapp-square:hover {
  font-weight: bold;
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5),
    0px -1px 2px rgba(255, 255, 255, 255.5),
    -1px 0px 2px rgba(255, 255, 255, 255.5),
    1px 0px 2px rgba(255, 255, 255, 255.5);
}
.fa-whatsapp-square:active {
  color: gray;
  text-shadow: none;
}
.content-checkbox-center {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.content-checkbox-center.check-relieve {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3) inset;
}

.content-checkbox-center label,
.content-checkbox-center input {
  cursor: pointer;
}
.content-checkbox-left {
  display: flex;
  margin-bottom: 3px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 3px 20px 3px 20px;
  cursor: pointer;
}
.content-checkbox-left label,
.content-checkbox-left input {
  cursor: pointer;
}

.buttons-action-top {
  position: fixed;
  top: 5px;
  left: 10px;
  right: 10px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.buttons-action-top button {
  margin: 5px;
}

.section-sub-tabla {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  animation-duration: 0.5s;
  animation-name: slideRightIn;
  backdrop-filter: blur(8px);
  display: none;
  overflow: auto;
}
.section-sub-tabla .close-section-sub-tabla {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}
.tr-active {
  background-color: rgba(15, 85, 220, 0.5);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.tr-active .tr-hover,
.tr-active .btn,
.tr-active div,
.tr-active span,
.tr-active i {
  opacity: 0.5;
}
.action-section-rampas {
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #acacac;
  cursor: pointer;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5),
    inset 0px -15px 85px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5),
    inset 0px -15px 85px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5),
    inset 0px -15px 85px 0px rgba(0, 0, 0, 0.5);
  transition: 1s;
  backdrop-filter: blur(8px);
}

.show-section-rampas {
  position: absolute;
  top: 90px;
  font-size: 8px;
  padding: 0 5px 0 5px;
  display: none;
}
.close-section-rampas {
  position: absolute;
  bottom: -20px;
  font-size: 8px;
  padding: 0 5px 0 5px;
  left: 5px;
  display: block;
}
.show-section-rampas > span,
.close-section-rampas > span {
  font-size: 16px;
}

.close-edit-rampas {
  position: absolute;
  padding: 3px 5px 3px 5px;
  bottom: -26px;
  left: 32px;
}
.show-edit-rampas {
  position: absolute;
  padding: 3px 5px 3px 5px;
  top: 90px;
  display: none;
}
.show-select-deposito {
  position: absolute;
  width: 150px;
  top: 90px;
  opacity: 1;
  font-size: 10px;
  display: none;
}
.close-select-deposito {
  position: absolute;
  bottom: -25px;
  left: 32px;
  font-size: 10px;
  display: none;
}
.grid-rampas {
  position: absolute;
  left: 20%;
  right: 20%;
  width: 60%;
  top: 91px;
  padding-top: 1px;
  z-index: 998;
  display: flex;
  align-self: center;
  justify-self: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-family:Bahnschrift !important;
}

.grid-semana {
  width: 100%;
  display: grid;
  grid-column-gap: 2px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  grid-template-rows: 25px 2fr;
  justify-content: center;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  padding: 20px;
  font-family:Bahnschrift !important;
}
.grid-semana > div {
  display: flex;
  align-self: center;
  justify-self: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  height: 35px;
  width: 35px;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}

.grid-semana > .div-enable {
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  cursor: pointer;
  background-color: #e6e6e6;
  border: 1px solid #a5a5a5;
}
.grid-semana > .div-disable {
  opacity: 0.3;
  background-color: #e6e6e6;
  border: 1px solid #a5a5a5;
  cursor: pointer;
}

.grid-semana > .div-selected {
  background-color: #0096ff;
  border: 1px solid #0061b3;
  color: #ffffff;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  cursor: pointer;
}

.grid-horas {
  width: 100%;
  display: grid;
  grid-column-gap: 2px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  grid-template-rows: 25px 2fr;
  justify-content: center;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  padding: 20px;
}
.grid-horas > div {
  display: flex;
  align-self: center;
  justify-self: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  height: 25px;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}

.grid-horas > .div-enable {
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  cursor: pointer;
  background-color: #e6e6e6;
  border: 1px solid #a5a5a5;
}
.grid-horas > .div-disable {
  opacity: 0.3;
  background-color: #e6e6e6;
  border: 1px solid #a5a5a5;
}

.grid-horas > .div-selected {
  background-color: #0096ff;
  border: 1px solid #0061b3;
  color: #ffffff;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  cursor: pointer;
}

.menu-deposito {
  width: 100%;
  display: grid;
  grid-column-gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(36px, 1fr));
  grid-template-rows: 36px 1fr;
  justify-content: center;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.menu-deposito > div {
  display: flex;
  align-self: center;
  justify-self: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  width: 35px;
  height: 35px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8),
    0px -1px 1px rgba(255, 255, 255, 0.8), -1px 0px 1px rgba(255, 255, 255, 0.8),
    1px 0px 1px rgba(255, 255, 255, 0.8);
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  animation-duration: 0.8s;
}

.menu-deposito > .libre {
  background-color: rgba(60, 160, 50, 0.7);
}
.menu-deposito > .bloqueada {
  background-color: rgba(255, 150, 0, 0.7);
}
.menu-deposito > .ocupada {
  background-color: rgba(190, 60, 60, 0.7);
}
.menu-deposito > .cancelada {
  background-color: rgba(170, 170, 170, 0.7);
  color: #868686;
  cursor: no-drop;
  text-shadow: none;
}
.menu-deposito > .en-espera-libre {
  background-color: rgba(200, 200, 200, 0.5);
}
.menu-deposito > .en-espera-bloqueada {
  background-color: rgba(200, 200, 200, 0.5);
}
.menu-deposito > .updated {
  filter: grayscale(100%);
}

@keyframes BocasToBig {
  from {
    filter: grayscale(0%);
  }
  to {
    filter: grayscale(100%);
  }
}

/*---------------- RAMPAS PARA TABLET --------------*/
@media all and (max-width: 900px) {
  .grid-rampas {
    display: none;
  }
}

.grid-container section {
  margin: 10px;
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-template-rows: 100px 1fr;
  padding: 50px 40px 50px 40px;
  justify-content: center;
}
.grid-container > section > div {
  align-self: center;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.grid-container > section > .app-unblock-dark > div:hover,
.grid-container > section > .app-unblock-dark > a:hover {
  animation: shadowAnimateUnblockDark 0.9s infinite;
  animation-direction: alternate;
  -webkit-animation: shadowAnimateUnblockDark 0.9s ease-out infinite;
  -webkit-animation-direction: alternate;
}
.grid-container > section > .app-unblock-white > div:hover,
.grid-container > section > .app-unblock-white > a:hover {
  animation: shadowAnimateUnblockWhite 0.9s infinite;
  animation-direction: alternate;
  -webkit-animation: shadowAnimateUnblockWhite 0.9s ease-out infinite;
  -webkit-animation-direction: alternate;
}

.grid-container > section > .app-block > div:hover {
  animation: shadowAnimateBlock 0.9s infinite;
  animation-direction: alternate;
  -webkit-animation: shadowAnimateBlock 0.9s ease-out infinite;
  -webkit-animation-direction: alternate;
}
.grid-container > section > .app-unblock > div,
.grid-container > section > .app-unblock > a {
  text-align: center;
  border-radius: 8px;
  margin-left: 2px;
  padding: 10px 10px 0px 10px;
  width: 100px;
  height: 100px;
  font-size: 48px;
  color: #747474;
  cursor: pointer;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 30, 100, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 30, 100, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 2px 5px 0 rgba(0, 30, 100, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  backdrop-filter: blur(6px);
}

.grid-container > section > .app-unblock > div > img,
.grid-container > section > .app-unblock > a > img {
  opacity: 0.8;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.grid-container > section > .app-unblock > div:hover img,
.grid-container > section > .app-unblock > a:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.grid-container > section > .app-unblock > div:active > img,
.grid-container > section > .app-unblock > a:active > img {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  filter: grayscale(80%);
}
.grid-container > section > .app-unblock > div:active,
.grid-container > section > .app-unblock > a:active {
  box-shadow: none;
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.6) inset;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.6) inset;
  animation: none;
}

.grid-container > section > .app-unblock .primary-icon,
.grid-container > section > .app-unblock .primary-icon {
  position: absolute;
  bottom: -30px;
  right: -30px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 50px;
  color: #7c7c7c;
}

.grid-container > section > .app-unblock > div .secondary-icon,
.grid-container > section > .app-unblock > a .secondary-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 35px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8),
    0px -1px 1px rgba(255, 255, 255, 0.8), -1px 0px 1px rgba(255, 255, 255, 0.8),
    1px 0px 1px rgba(255, 255, 255, 0.8);
  color: #7f7f7f;
}

.grid-container > section > .app-unblock .app-icon,
.grid-container > section > .app-unblock .app-icon {
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 45px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8),
    0px -1px 1px rgba(255, 255, 255, 0.8), -1px 0px 1px rgba(255, 255, 255, 0.8),
    1px 0px 1px rgba(255, 255, 255, 0.8);
  color: #7c7c7c;
}
.grid-container > section > .app-unblock > div:hover > span,
.grid-container > section > .app-unblock > a:hover > span {
  color: #7c7c7c;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8),
    0px -1px 1px rgba(0, 0, 0, 0.8), -1px 0px 1px rgba(0, 0, 0, 0.8),
    1px 0px 1px rgba(0, 0, 0, 0.8);
}
.grid-container > section > .app-unblock > div:hover > span > span,
.grid-container > section > .app-unblock > a:hover > span > span {
  color: #007adf;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8),
    0px -1px 1px rgba(0, 0, 0, 0.8), -1px 0px 1px rgba(0, 0, 0, 0.8),
    1px 0px 1px rgba(0, 0, 0, 0.8);
}

.grid-container > section > .app-unblock > div:active > span,
.grid-container > section > .app-unblock > a:active > span {
  color: #7c7c7c;
}

.grid-container > section > .app-block > div {
  text-align: center;
  border-radius: 8px;
  border: 1px solid #b0b0b0;
  margin-left: 2px;
  padding: 10px 10px 0px 10px;
  width: 100px;
  height: 100px;
  font-size: 48px;
  color: #a2a2a2;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1),
    0px -1px 1px rgba(255, 255, 255, 0.1),
    -1px 0px 1px rgba(255, 255, 255, 0.1),
    1px 0px 1px rgba(255, 255, 255, 0.1);
  cursor: pointer;
  background-color: rgba(150, 150, 150, 0.7);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3) inset;
  cursor: not-allowed;
}

.grid-container > section > div img {
  width: 100%;
}

.grid-container > section > .app-block > div img {
  filter: grayscale(100%);
  opacity: 0.5;
}

.grid-container .info {
  z-index: 1100;
  position: absolute;
  padding: 5px 10px 5px 10px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #000000;
  font-weight: bold;
  border-radius: 5px;
  margin-left: 0px;
  font-family: Bahnschrift;
  margin-top: 145px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  display: none;
  backdrop-filter: blur(8px);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

.section-body-left section {
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
}
.section-body-left > section > div {
  display: flex;
  justify-content: center;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.section-body-left > section > .app-unblock-dark > div:hover {
  -moz-box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0.5);
}
.section-body-left > section > .app-unblock-white > div:hover {
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

.section-body-left > section > .app-unblock > div:hover + span {
  display: block;
}
.iconos-container > section > div {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-body-left > section > .app-unblock > div {
  text-align: center;
  border-radius: 8px;
  margin-left: 2px;
  padding: 10px 10px 0px 10px;
  width: 70px;
  height: 70px;
  font-size: 48px;
  color: #747474;
  cursor: pointer;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5),
    0 2px 3px 0 rgba(255, 255, 255, 0.3) inset;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  backdrop-filter: blur(6px);
}

.section-body-left > section > .app-unblock > div > img {
  opacity: 0.8;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  margin-top: -30px;
}
.section-body-left > section > .app-unblock > div > span, .section-body-left > section > .app-unblock > div .primary-icon {
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8),
    0px -1px 1px rgba(255, 255, 255, 0.8), -1px 0px 1px rgba(255, 255, 255, 0.8),
    1px 0px 1px rgba(255, 255, 255, 0.8);
  vertical-align: middle;
  padding-top: 10px;
  opacity: 0.8;
  font-size: 40px;
  color: #7c7c7c;
}
.section-body-left > section > .app-unblock > div > span > span, .section-body-left > section > .app-unblock > div .secondary-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 25px;
  color: #7c7c7c;
}
.section-body-left > section > .app-unblock > div:hover img {
  opacity: 1;
}
.section-body-left > section > .app-unblock > div:hover span {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), 0px -1px 1px rgba(0, 0, 0, 0.4),
    1px 0px 1px rgba(0, 0, 0, 0.4), -1px 0px 1px rgba(0, 0, 0, 0.4);
  color: #7c7c7c;
  opacity: 1;
}

.section-body-left > section > .app-unblock-dark > div:hover {
  animation: shadowAnimateUnblockDark 0.9s infinite;
  animation-direction: alternate;
  -webkit-animation: shadowAnimateUnblockDark 0.9s ease-out infinite;
  -webkit-animation-direction: alternate;
}
.section-body-left > section > .app-unblock-white > div:hover {
  animation: shadowAnimateUnblockWhite 0.9s infinite;
  animation-direction: alternate;
  -webkit-animation: shadowAnimateUnblockWhite 0.9s ease-out infinite;
  -webkit-animation-direction: alternate;
}

.section-body-left > section > .app-unblock > div:active {
  box-shadow: none;
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.6) inset;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.6) inset;
  animation: none;
}
.section-body-left > section > .app-unblock > div:active > img,
.section-body-left > section > .app-unblock > div:active > span {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  filter: grayscale(80%);
}
.section-body-left > section > .app-unblock-active > div {
  box-shadow: none;
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.6) inset;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.6) inset;
  animation: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.3);
}
.section-body-left > section > .app-unblock-active > div > span {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.8),
    0px -1px 2px rgba(255, 255, 255, 0.8), -1px 0px 2px rgba(255, 255, 255, 0.8),
    1px 0px 2px rgba(255, 255, 255, 0.8);
  color: #5d5d5d;
}
.section-body-left > section > .app-unblock-active > div:hover {
  box-shadow: none;
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.6) inset;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.6) inset;
  animation: none;
  color: #ffffff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), 0px -1px 1px rgba(0, 0, 0, 0.4),
    1px 0px 1px rgba(0, 0, 0, 0.4), -1px 0px 1px rgba(0, 0, 0, 0.4);
}

.section-body-left > section > .app-block > div {
  text-align: center;
  border-radius: 8px;
  border: 1px solid #b0b0b0;
  margin-left: 2px;
  padding: 10px 10px 0px 10px;
  width: 100px;
  height: 100px;
  font-size: 48px;
  color: #747474;
  cursor: pointer;
  background-image: -webkit-linear-gradient(#c6c6c6, #c6c6c6);
  background-image: -moz-linear-gradient(#c6c6c6, #c6c6c6);
  background-image: -o-linear-gradient(#c6c6c6, #c6c6c6);
  background-image: -ms-linear-gradient(#c6c6c6, #c6c6c6);
  background-image: linear-gradient(#c6c6c6, #c6c6c6);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.section-body-left > section > div > div > img {
  width: 100%;
}

.section-body-left > section > .app-block > div > img {
  filter: grayscale(100%);
  opacity: 0.5;
}

.section-body-left .info {
  z-index: 1100;
  position: absolute;
  padding: 5px 10px 5px 10px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  border-radius: 5px;
  margin-left: 0px;
  font-family: Bahnschrift;
  margin-top: 73px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  display: none;
  backdrop-filter: blur(8px);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

/* ----------------- ESTILO DE IMAGENES DE ALERT STYLE ------------------ */
.div-img-tipo-unidad {
  position: relative;
  width: 100px;
  height: 180px;
  border: 1px solid #000000;
  transition: 1s;
  cursor: pointer;
  margin: 5px;
  border-radius: 5px;
}

.div-img-tipo-unidad img {
  height: 100%;
}

.div-img-tipo-unidad-active {
  -webkit-box-shadow: 0 0 5px 3px rgba(200, 50, 50, 0.9);
  -moz-box-shadow: 0 0 5px 3px rgba(200, 50, 50, 0.9);
  box-shadow: 0 0 5px 3px rgba(200, 50, 50, 0.9);
}

/* ----------------- ESTILO DE IMAGENES DE ALERT STYLE ------------------ */
.div-style {
  position: relative;
  width: 100px;
  height: 70px;
  overflow: hidden;
  border: 1px solid #000000;
  transition: 1s;
  cursor: pointer;
  margin: 5px;
  border-radius: 5px;
}

.div-style img {
  position: absolute;
  left: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.div-style-active {
  -webkit-box-shadow: 0 0 5px 3px rgba(200, 50, 50, 0.9);
  -moz-box-shadow: 0 0 5px 3px rgba(200, 50, 50, 0.9);
  box-shadow: 0 0 5px 3px rgba(200, 50, 50, 0.9);
}
.fa-check-circle {
  position: absolute;
  left: 1px;
  top: 1px;
  color: #ff0000;
  text-shadow: 1px 0 0 rgba(255, 255, 255, 0.3),
    -1px 0 0 rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3),
    0 -1px 0 rgba(255, 255, 255, 0.3), 1px 1px rgba(255, 255, 255, 0.3),
    -1px -1px 0 rgba(255, 255, 255, 0.3), 1px -1px 0 rgba(255, 255, 255, 0.3),
    -1px 1px 0 rgba(255, 255, 255, 0.3);
}

/* ------------------------------------ COLOR DE ICONOS POR INTERFACE --------------------------- */

.fas:not(.default),
.fab:not(.default),
.far:not(.default) {
  transition: 0.3s;
}

.section-barra-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 998;
  font-family:Bahnschrift !important;
}

.barra-superior {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 0 10px 0 0;
  border: 1px solid #acacac;
  border-left: none;
  border-right: none;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5),
    inset 0px -15px 85px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5),
    inset 0px -15px 85px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5),
    inset 0px -15px 85px 0px rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: 1s;
  backdrop-filter: blur(8px);
  font-family:Bahnschrift !important;
  text-transform: uppercase !important;
}
.barra-superior ul {
  list-style-type: none;
}
.barra-logo img {
  height: 40px;
  animation-duration: 0.8s;
  animation-name: Show;
}
.barra-logo a:hover {
  text-decoration: none;
}
.barra-menu li {
  font-size: 16px;
  padding: 20px 3px 10px 3px;
  white-space: nowrap;
}
.barra-logo nav a,
.barra-toggle nav a {
  font-size: 20px;
}
.barra-toggle a i {
  font-size: 30px;
  color: #565656;
  animation-duration: 0.8s;
  animation-name: Show;
}

/* -------------------------------------------------Mobile menu-------------------------------------- */
.barra-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.barra-toggle {
  order: 1;
}
.barra-item.barra-button {
  order: 2;
}

.barra-item a {
  width: 40%;
}
.barra-item label {
  width: 40%;
}
.barra-item {
  width: 100%;
  text-align: center;
  order: 3;
  animation-duration: 0.8s;
  animation-name: Show;
  display: none;
}
.barra-item.barra-active {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}
.barra-item .limited-size {
  width: 40%;
}
.barra-item .limited-size .select2-container {
  font-size: 14px;
}

/* ----------------------------------------------- Media Query Tablet menu ----------------------------- */
@media all and (min-width: 600px) {
  .barra-menu {
    justify-content: center;
  }
  .barra-logo {
    flex: 1;
  }
  .barra-toggle {
    flex: 1;
    text-align: right;
  }
  .barra-item.barra-button {
    width: auto;
    order: 1;
    display: block;
    padding: 20px 3px 10px 3px;
  }
  .barra-item.barra-button a {
    width: auto;
  }

  .barra-item label {
    width: 230px;
  }
  .barra-item label select {
    width: 230px;
  }
  .barra-toggle {
    order: 2;
  }
  .barra-button.barra-secondary {
    border: 0;
  }
  .barra-button a {
    padding: 7.5px 15px;
  }
  .barra-item .limited-size {
    width: 105px;
  }
  .barra-item .limited-size select {
    width: 100%;
    font-size: 14px;
  }
}

/* ---------------------------------------------- Media Query Desktop menu ---------------------------------------- */
@media all and (min-width: 900px) {
  .barra-item {
    display: block;
    width: auto;
    padding: 20px 3px 10px 3px;
    margin-right: 1px;
    margin-left: 1px;
  }
  .barra-toggle {
    display: none;
  }
  .barra-logo {
    order: 0;
  }
  .barra-item {
    order: 1;
  }
  .barra-button {
    order: 2;
  }
  .barra-menu li {
    padding: 15px 3px 10px 3px;
  }
  .barra-item a {
    width: auto;
  }

  .barra-item label {
    width: 200px;
  }
  .barra-item label select {
    width: 200px;
  }

  .barra-item .limited-size {
    width: 105px;
  }
  .barra-item .limited-size select {
    width: 100%;
    font-size: 14px;
  }
}

.section-dialog .tittle-dialog span.placeholder {
  font-size: 14px;
}
.section-dialog .tittle-dialog .input:focus ~ .placeholder {
  top: -9px;
  left: 15px;
  font-size: 11px;
  color: #2d2d2d;
  background-color: #fff;
  padding: 0 10px 0 10px;
}

.section-dialog .tittle-dialog .input-focus ~ .placeholder {
  top: -9px;
  left: 15px;
  font-size: 11px;
  color: #2d2d2d;
  background-color: #fff;
  padding: 0 10px 0 10px;
}

/*---------------------------------------------- Barra Lateral -----------------------------------*/

.section-sidenav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.1);
}

/* The side navigation menu */
.sidenav {
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 250px;
  border-radius: 5px 5px 5px 5px;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding: 15px 20px 10px 20px; /* Place content 60px from the top */
  border: 1px solid #b4b4b4;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5),
    inset 0px -40px 150px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5),
    inset 0px -40px 150px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5),
    inset 0px -40px 150px 0px rgba(0, 0, 0, 0.5);
  transition: 1s; /* 0.5 second transition effect to slide in the sidenav */
  animation-duration: 0.4s;
  animation-name: slideLeftIn;
  backdrop-filter: blur(8px);
  font-family:Bahnschrift !important;
  text-transform: uppercase !important;
}

/* The navigation menu links */
.sidenav a {
  opacity: 1;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  animation-duration: 0.8s;
  animation-name: Show;
  position: relative;
}
.sidenav a:last-child {
  margin-bottom: 50px;
}
.sidenav label {
  margin-bottom: 10px;
  animation-duration: 0.8s;
  animation-name: Show;
}
.sidenav i,
.sidenav span {
  float: right;
  margin-top: 4px;
}
.sidenav a i,
.sidenav a span {
  float: right;
  margin-top: 4px;  
}

.sidenav .primary-icon{  
  position: absolute;
  right:-15px;
  bottom:-12px;
  font-size: 20px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5), 0px -1px 1px rgba(255, 255, 255, 0.5),
    -1px 0px 1px rgba(255, 255, 255, 0.5), 1px 0px 1px rgba(255, 255, 255, 0.5);
}
.sidenav .secondary-icon{
  position: absolute;
  right:20px;
  bottom:12px;
  font-size: 14px;
  color:rgb(255, 255, 255);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5), 0px -1px 1px rgba(0, 0, 0, 0.5),
    -1px 0px 1px rgba(0, 0, 0, 0.5), 1px 0px 1px rgba(0, 0, 0, 0.5);
}


.sidenav a:hover .primary-icon {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5), 0px -1px 1px rgba(0, 0, 0, 0.5),
    -1px 0px 1px rgba(0, 0, 0, 0.5), 1px 0px 1px rgba(0, 0, 0, 0.5);
}
.sidenav a:hover .secondary-icon {
  color: rgb(151, 151, 151);
}
.sidenav span.placeholder {
  margin-top: -2px;
}
.sidenav span.placeholder > span.fa-search {
  margin-left: 3px;
  margin-right: 3px;
}

.sidenav div {
  margin-bottom: 10px;
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5) inset;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  text-align: center;
  background-color: #bbaa90;
  animation-duration: 0.8s;
  animation-name: Show;
  cursor: pointer;
  padding: 10px 5px 10px 5px;
  font-size: 14px;
  font-weight: bold;
  color: #4e4e4e;
  position: relative;
}
.sidenav input {
  opacity: 1;
  padding: 3px 10px 3px 10px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  font-size: 36px;
  color: #444444;
  float: right;
}

.btn i {
  float: right;
  margin-top: 4px;
}
.btn-shadow {
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  cursor: pointer !important;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px -2px 3px rgba(0, 0, 0, 0.1),
    -2px 0px 3px rgba(0, 0, 0, 0.1), 2px 0px 3px rgba(0, 0, 0, 0.1) !important;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

a svg {
  transition: all 0.5s ease;

  &:hover {
    transform: rotate(180deg);
  }
}

#ico {
  display: none;
}

footer {
  z-index: 1;
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #383838;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-family: Bahnschrift;
  border: 1px solid #b4b4b4;
  border-left: none;
  border-right: none;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5),
    inset 0px 3px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5),
    inset 0px 3px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5),
    inset 0px 3px 20px 0px rgba(0, 0, 0, 0.5);
  transition: 1s;
  backdrop-filter: blur(8px);
}
.clock {
  position: absolute;
  width: 88px;
  text-align: left;
  right: 15px;
  font-family: "bahnschrift";
}
.clock span {
  position: absolute;
  text-align: left;
  right: 15px;
  padding-top: 4px;
  font-family: "bahnschrift";
}
.footer-usuario {
  position: absolute;
  left: 15px;
  font-family: "bahnschrift";
  font-size: 12px;
}
/* ------------------------------Basic styling---------------------------- */
@keyframes Show {
  from {
    transform: scale(0.01);
  }

  to {
    transform: scale(1);
  }
}
@keyframes Hide {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(0.01);
  }
}
.slide {
  animation-duration: 0.8s;
  animation-name: Show;
}
.slide-off {
  animation-duration: 0.8s;
  animation-name: Hide;
}

.section-body-modal {
  position: absolute;
  padding: 20px 10px 20px 10px;
  overflow: auto;
  top: 70px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3) inset;
}
.section-info-pagina {
  position: absolute;
  top: 90px;
  left: 20px;
  color: #ffffff;
  font-weight: bold;
}
.section-body {
  position: absolute;
  padding: 20px 10px 20px 10px;
  overflow: auto;
  top: 100px;
  right: 10px;
  left: 10px;
  bottom: 40px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5) inset;
  font-family:Bahnschrift !important;
}
.section-body-left {
  position: absolute;
  padding: 20px 10px 20px 10px;
  overflow: auto;
  top: 100px;
  right: 71%;
  left: 10px;
  bottom: 40px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5) inset;
  font-family:Bahnschrift !important;
}
.section-body-right {
  position: absolute;
  padding: 20px 10px 20px 10px;
  overflow: auto;
  top: 100px;
  right: 10px;
  left: 30%;
  bottom: 40px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5) inset;
  font-family:Bahnschrift !important;
}

.section-scroll {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  overflow: auto;
  font-family:Bahnschrift !important;
}
.section-maestros {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 20px;
  bottom: 0;
  overflow: auto;
  font-family:Bahnschrift !important;
}
@media all and (max-width: 900px) {
  .section-maestros {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
  }
}
.scroll-off {
  overflow: hidden;
}

.text-field {
  position: relative;
  margin: 10px 2.5px 10px 2.5px;
}
.text-field.margin-default {
  margin: 0;
}

.placeholder {
  color: #999;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 6px;
  transition: 0.3s;
  border-radius: 3px;
}

.input:focus ~ .placeholder {
  top: -9px;
  left: 15px;
  font-size: 11px;
  color: #2d2d2d;
  background-color: #fff;
  padding: 0 10px 0 10px;
}

.input-focus ~ .placeholder {
  top: -9px;
  left: 15px;
  font-size: 11px;
  color: #2d2d2d;
  background-color: #fff;
  padding: 0 10px 0 10px;
}
.select-pl {
  text-align: left;
}
.select-pl-focus {
  text-align: left;
}
.placeholder-select-pl {
  color: #999;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 6px;
  transition: 0.3s;
  border-radius: 3px;
}

.select-pl:focus ~ .placeholder-select-pl {
  top: -10px;
  left: 15px;
  font-size: 11px;
  color: #2d2d2d;
  background-color: #fff;
  padding: 0 10px 0 10px;
}

.select-pl-focus ~ .placeholder-select-pl {
  top: -10px;
  left: 15px;
  font-size: 11px;
  color: #2d2d2d;
  background-color: #fff;
  padding: 0 10px 0 10px;
}

.info-recepcion-columna {
  width: auto;
  float: left;
  padding: 10px 20px 10px 20px;
}

.cabecera-recepcion {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3) inset;
}
.cabecera-recepcion .titulo-cabecera {
  font-weight: bold;
}

.content-info-pallet,
.content-info-recepcion,
.content-info-viaje {
  float: left;
  padding: 10px;
}
.content-info-pallet .info-pallet,
.content-info-recepcion .info-recepcion,
.content-info-viaje .info-viaje {
  padding: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
  margin-bottom: 8px;
}

/*--------- ESTILOS TICKETS ---------------*/
.content-info-ticket {
  float: left;
  overflow: visible;
  height: auto;
}

.content-info-ticket-detalle {
  height: auto;
  padding: 5px;
}

.content-info-ticket-mensajes {
  padding: 21px;
  position: relative;
}

.content-info-ticket-mensajes .mensaje-ver-mas,
.content-info-ticket-mensajes .mensaje-ver-menos {
  float: left;
  cursor: pointer;
  color: #004f92;
  font-weight: bold;
}
.mensaje-ver-mas:hover,
.mensaje-ver-menos:hover {
  color: #920000;
}

.content-info-ticket-mensajes .compress {
  height: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.content-info-ticket-detalle .content-items {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  backdrop-filter: blur(5px);
}

.content-items .detalle-ver-mas,
.content-items .detalle-ver-menos {
  cursor: pointer;
}

.info-ticket-detalle .div-button {
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-ticket-detalle button {
  min-width: 250px;
  max-width: 100%;
}
@media all and (min-width: 992px) {
  .content-info-ticket {
    max-height: 100%;
    overflow: auto;
  }
  .content-info-ticket-detalle {
    height: 100%;
  }
  .info-ticket-detalle button {
    width: 100%;
  }
}

.info-ticket {
  padding: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.8);
}

.info-ticket-detalle {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 10px;
  background: none;
  box-shadow: none;
}
.info-ticket .mensaje-ticket {
  padding: 10px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word; /* Sólo WebKit -NO DOCUMENTADO */
  -ms-hyphens: auto; /* Guiones para separar en sílabas */
  -moz-hyphens: auto; /*  depende de lang en <html>      */
  -webkit-hyphens: auto;
  hyphens: auto;
}
.info-ticket .fecha-mensaje-ticket {
  padding: 1px 5px 1px 5px;
  background: rgba(255, 255, 255, 0.5);
  float: right;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  font-size: 12px;
  text-align: right;
}

.info-ticket-mensaje {
  margin-bottom: 10px;
}
.info-ticket-mensaje-azul {
  border: 1px solid #18569c;
  margin-right: 5%;
}
.info-ticket-mensaje-azul > .mensaje-ticket-from,
.info-ticket-mensaje-azul .fecha-mensaje-ticket {
  color: #18569c;
  font-weight: bold;
}
.info-ticket-mensaje-verde {
  border: 1px solid #008b41;
  margin-left: 5%;
}
.info-ticket-mensaje-verde > .mensaje-ticket-from,
.info-ticket-mensaje-verde .fecha-mensaje-ticket {
  color: #008b41;
  font-weight: bold;
}

.info-ticket-mensaje-rojo {
  border: 1px solid #8b0000;
}
.info-ticket-mensaje-rojo > .mensaje-ticket-from,
.info-ticket-mensaje-rojo .fecha-mensaje-ticket {
  color: #8b0000;
  font-weight: bold;
}

.procesando-ticket {
  opacity: 0.5;
}
.div-ticket {
  font-family: Bahnschrift;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  padding: 10px 30px 7px 30px;
  margin: 10px 20px 10px 20px;
  border-radius: 5px;
  border: 1px solid #676767;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.div-ticket-no-visto {
  padding-left: 50px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.7) 75%,
    rgba(208, 208, 208, 0.7) 90%,
    rgba(111, 111, 111, 0.7) 100%
  );
}
.div-ticket-nuevo {
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  border-radius: 3px;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 27px;
  width: 17px;
  text-align: center;
  font-weight: bold;
  background-image: -webkit-linear-gradient(#353535, #787878);
  background-image: -moz-linear-gradient(#353535, #787878);
  background-image: -o-linear-gradient(#353535, #787878);
  background-image: -ms-linear-gradient(#353535, #787878);
  background-image: linear-gradient(#353535, #787878);
  color: #ffffff;
  font-size: 12px;
}
.div-ticket-nuevo > span {
  writing-mode: vertical-rl;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.div-ticket-vinculado {
  width: 150px;
  height: 20px;
  margin-top:-7px;
  margin-bottom: 3px;
  border-radius: 3px;
  border:1px solid rgb(111, 111, 111);
  background-image: -webkit-linear-gradient(#c48a03, #d0b167);
  background-image: -moz-linear-gradient(#c48a03, #d0b167);
  background-image: -o-linear-gradient(#c48a03, #d0b167);
  background-image: -ms-linear-gradient(#c48a03, #d0b167);
  background-image: linear-gradient(#c48a03, #d0b167);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}
.div-ticket-vinculado span{
  margin-right: 5px;
}

.div-prioridad {
  border-radius: 3px;
  border: 1px solid #000000;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  width: 20px;
}

.div-container-upload {
  padding: 5px;
}
.div-container-upload .upload {
  cursor: pointer;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #afafaf;
  background-image: -webkit-linear-gradient(#a2ddff, #00a2ff);
  background-image: -moz-linear-gradient(#a2ddff, #00a2ff);
  background-image: -o-linear-gradient(#a2ddff, #00a2ff);
  background-image: -ms-linear-gradient(#a2ddff, #00a2ff);
  background-image: linear-gradient(#a2ddff, #00a2ff);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.info-file {
  float: left;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #afafaf;
  background-image: -webkit-linear-gradient(#ffffff, #b2b2b2);
  background-image: -moz-linear-gradient(#ffffff, #b2b2b2);
  background-image: -o-linear-gradient(#ffffff, #b2b2b2);
  background-image: -ms-linear-gradient(#ffffff, #b2b2b2);
  background-image: linear-gradient(#ffffff, #b2b2b2);
  margin: 3px;
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.info-file .fa-times {
  margin-left: 5px;
}
.div-notificacion-confirmacion {
  border-radius: 15px;
  border: 1px solid #737373;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -10px;
  right: -10px;
  height: 20px;
  width: 20px;
  background-image: -webkit-linear-gradient(#ffeebc, #ffa800);
  background-image: -moz-linear-gradient(#ffeebc, #ffa800);
  background-image: -o-linear-gradient(#ffeebc, #ffa800);
  background-image: -ms-linear-gradient(#ffeebc, #ffa800);
  background-image: linear-gradient(#ffeebc, #ffa800);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  display: none;
}
.div-notificacion {
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 3px;
  right: 3px;
  height: 25px;
  width: 25px;
  background-image: -webkit-linear-gradient(#a8eacd, #01895e);
  background-image: -moz-linear-gradient(#a8eacd, #01895e);
  background-image: -o-linear-gradient(#a8eacd, #01895e);
  background-image: -ms-linear-gradient(#a8eacd, #01895e);
  background-image: linear-gradient(#a8eacd, #01895e);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
}

.div-notificacion-dpto {
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -7px;
  right: -7px;
  height: 20px;
  width: 20px;
  background-image: -webkit-linear-gradient(#fff6e6, #ff9f59);
  background-image: -moz-linear-gradient(#fff6e6, #ff9f59);
  background-image: -o-linear-gradient(#fff6e6, #ff9f59);
  background-image: -ms-linear-gradient(#fff6e6, #ff9f59);
  background-image: linear-gradient(#fff6e6, #ff9f59);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

.detalle-prioridad {
  float: left;
  margin-left: 5px;
  width: 150px;
  height: 16px;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  border-radius: 3px;
  cursor: pointer;
}
.detalle-prioridad-off {
  float: left;
  margin-left: 5px;
  width: 150px;
  height: 16px;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  border-radius: 3px;
  cursor: pointer;
}

.prioridad-ticket-alta {
  background-image: -webkit-linear-gradient(#e50000, #810000);
  background-image: -moz-linear-gradient(#e50000, #810000);
  background-image: -o-linear-gradient(#e50000, #810000);
  background-image: -ms-linear-gradient(#e50000, #810000);
  background-image: linear-gradient(#e50000, #810000);
}
.prioridad-ticket-media {
  background-image: -webkit-linear-gradient(#ff9c00, #723703);
  background-image: -moz-linear-gradient(#ff9c00, #723703);
  background-image: -o-linear-gradient(#ff9c00, #723703);
  background-image: -ms-linear-gradient(#ff9c00, #723703);
  background-image: linear-gradient(#ff9c00, #723703);
}
.prioridad-ticket-baja {
  background-image: -webkit-linear-gradient(#09b37d, #006042);
  background-image: -moz-linear-gradient(#09b37d, #006042);
  background-image: -o-linear-gradient(#09b37d, #006042);
  background-image: -ms-linear-gradient(#09b37d, #006042);
  background-image: linear-gradient(#09b37d, #006042);
}
.prioridad-ticket-personalizada {
  background-image: -webkit-linear-gradient(#a7ebff, #007fc1);
  background-image: -moz-linear-gradient(#a7ebff, #007fc1);
  background-image: -o-linear-gradient(#a7ebff, #007fc1);
  background-image: -ms-linear-gradient(#a7ebff, #007fc1);
  background-image: linear-gradient(#a7ebff, #007fc1);
}

.ticket-activo-tittle {
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 8px 8px 0 0;
  background-image: -webkit-linear-gradient(#ececec, #949494);
  background-image: -moz-linear-gradient(#ececec, #949494);
  background-image: -o-linear-gradient(#ececec, #949494);
  background-image: -ms-linear-gradient(#ececec, #949494);
  background-image: linear-gradient(#ececec, #949494);
  position: relative;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ticket-activo-tittle .span-info {
  padding-left: 5px;
  padding-right: 5px;
  background-image: -webkit-linear-gradient(#ffffff, #cecece);
  background-image: -moz-linear-gradient(#ffffff, #cecece);
  background-image: -o-linear-gradient(#ffffff, #cecece);
  background-image: -ms-linear-gradient(#ffffff, #cecece);
  background-image: linear-gradient(#ffffff, #cecece);
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
}
.ticket-activo-tittle .content-from {
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ticket-activo-body {
  padding: 5px;
  border: 1px solid #949494;
  border-radius: 0 0 8px 8px;
  background: #ffffff;
  position: relative;
  margin-top: 4px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ticket-activo-body .ticket-asunto {
  font-weight: bold;
  padding-left: 5px;
}

.ticket-activo-footer {
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ticket-activo-footer .content-footer {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  background-image: -webkit-linear-gradient(#ffffff, #cecece);
  background-image: -moz-linear-gradient(#ffffff, #cecece);
  background-image: -o-linear-gradient(#ffffff, #cecece);
  background-image: -ms-linear-gradient(#ffffff, #cecece);
  background-image: linear-gradient(#ffffff, #cecece);
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  font-size: 12px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  float: left;
  margin-top: 3px;
}

.div-pallet:not(.div-pallet-dark){
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  padding: 10px;
  margin: 10px 20px 10px 20px;
  border-radius: 5px;
  border: 1px solid #939393;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.div-pallet-claro {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  padding: 10px;
  margin: 10px 20px 10px 20px;
  border-radius: 5px;
  border: 1px solid #939393;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.div-pallet-dark {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  padding: 10px;
  margin: 10px 20px 10px 20px;
  border-radius: 5px;
  border: 1px solid #939393;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.pallet-deposito {
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(#f7e6bd, #f0b950);
  background-image: -moz-linear-gradient(#f7e6bd, #f0b950);
  background-image: -o-linear-gradient(#f7e6bd, #f0b950);
  background-image: -ms-linear-gradient(#f7e6bd, #f0b950);
  background-image: linear-gradient(#f7e6bd, #f0b950);
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  font-size: 12px;
}
.pallet-deposito-dark {
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(#f7debd, #ff8f3f);
  background-image: -moz-linear-gradient(#f7debd, #ff8f3f);
  background-image: -o-linear-gradient(#f7debd, #ff8f3f);
  background-image: -ms-linear-gradient(#f7debd, #ff8f3f);
  background-image: linear-gradient(#f7debd, #ff8f3f);
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  font-size: 12px;
}

.span-nro-pallet,
.span-kilos,
.span-temperatura {
  padding-left: 5px;
  padding-right: 5px;
  background-image: -webkit-linear-gradient(#ffffff, #cecece);
  background-image: -moz-linear-gradient(#ffffff, #cecece);
  background-image: -o-linear-gradient(#ffffff, #cecece);
  background-image: -ms-linear-gradient(#ffffff, #cecece);
  background-image: linear-gradient(#ffffff, #cecece);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #b7b7b7;
  border-radius: 3px;
}
.span-fecha-pallet {
  padding: 2px 5px;
  margin-right: 5px;
  background-image: -webkit-linear-gradient(#ffffff, #cecece);
  background-image: -moz-linear-gradient(#ffffff, #cecece);
  background-image: -o-linear-gradient(#ffffff, #cecece);
  background-image: -ms-linear-gradient(#ffffff, #cecece);
  background-image: linear-gradient(#ffffff, #cecece);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #b7b7b7;
  border-radius: 3px;
}
.pallet-deposito-content {
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  margin-left: 20px;
  margin-right: 20px;
  background-image: -webkit-linear-gradient(#ffffff, #cecece);
  background-image: -moz-linear-gradient(#ffffff, #cecece);
  background-image: -o-linear-gradient(#ffffff, #cecece);
  background-image: -ms-linear-gradient(#ffffff, #cecece);
  background-image: linear-gradient(#ffffff, #cecece);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  margin-top: 5px;
  overflow: hidden;
  font-size: 12px;
}
.pallet-deposito-content span {
  padding-left: 5px;
  padding-right: 5px;
}

.icono-info-pallet {
  padding: 3px;
  background: #0082fc;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  cursor: pointer;
}

.div-recepcion {
  padding: 5px;
  border: 1px solid #288fca;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(#ffffff, #949494);
  background-image: -moz-linear-gradient(#ffffff, #949494);
  background-image: -o-linear-gradient(#ffffff, #949494);
  background-image: -ms-linear-gradient(#ffffff, #949494);
  background-image: linear-gradient(#ffffff, #949494);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  border: 1px solid #dfdfdf;
  position: relative;
  overflow: hidden;
  font-size: 12px;
}

.div-vacio {
  padding: 5px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(#ffffff, #949494);
  background-image: -moz-linear-gradient(#ffffff, #949494);
  background-image: -o-linear-gradient(#ffffff, #949494);
  background-image: -ms-linear-gradient(#ffffff, #949494);
  background-image: linear-gradient(#ffffff, #949494);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.div-recepcion input[type="checkbox"],
.div-pallet input[type="checkbox"] {
  cursor: pointer;
}

.div-recepcion .span-area,
.div-recepcion .span-proveedor,
.div-recepcion .span-nro-recepcion {
  padding-left: 5px;
  padding-right: 5px;
  background-image: -webkit-linear-gradient(#ffffff, #cecece);
  background-image: -moz-linear-gradient(#ffffff, #cecece);
  background-image: -o-linear-gradient(#ffffff, #cecece);
  background-image: -ms-linear-gradient(#ffffff, #cecece);
  background-image: linear-gradient(#ffffff, #cecece);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
}
.boton-tr-cancelado {
  position: relative;
  padding: 3px 5px 3px 5px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px -2px 3px rgba(0, 0, 0, 0.2),
    -2px 0px 3px rgba(0, 0, 0, 0.2), 2px 0px 3px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
  opacity: 0.3;
}
.boton-tr-naranja {
  position: relative;
  padding: 3px 5px 3px 5px;
  background: #ffd34d;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px -2px 3px rgba(0, 0, 0, 0.2),
    -2px 0px 3px rgba(0, 0, 0, 0.2), 2px 0px 3px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.boton-tr-naranja-oscuro {
  position: relative;
  padding: 3px 5px 3px 5px;
  background: #ee8e2e;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px -2px 3px rgba(0, 0, 0, 0.2),
    -2px 0px 3px rgba(0, 0, 0, 0.2), 2px 0px 3px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}

.boton-tr-gris {
  position: relative;
  padding: 3px 5px 3px 5px;
  background: #dddddd;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px -2px 3px rgba(0, 0, 0, 0.2),
    -2px 0px 3px rgba(0, 0, 0, 0.2), 2px 0px 3px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.boton-tr-gris-oscuro {
  position: relative;
  padding: 3px 5px 3px 5px;
  background: #a7a7a7;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px -2px 3px rgba(0, 0, 0, 0.2),
    -2px 0px 3px rgba(0, 0, 0, 0.2), 2px 0px 3px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.boton-tr-azul {
  position: relative;
  padding: 3px 5px 3px 5px;
  background: #8dc5ff;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px -2px 3px rgba(0, 0, 0, 0.2),
    -2px 0px 3px rgba(0, 0, 0, 0.2), 2px 0px 3px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.boton-tr-azul-oscuro {
  position: relative;
  padding: 3px 5px 3px 5px;
  background: #289eff;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px -2px 3px rgba(0, 0, 0, 0.2),
    -2px 0px 3px rgba(0, 0, 0, 0.2), 2px 0px 3px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.boton-tr-verde {
  position: relative;
  padding: 3px 5px 3px 5px;
  background: #a5ffba;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px -2px 3px rgba(0, 0, 0, 0.2),
    -2px 0px 3px rgba(0, 0, 0, 0.2), 2px 0px 3px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.boton-tr-verde-oscuro {
  position: relative;
  padding: 3px 5px 3px 5px;
  background: #158f3d;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px -2px 3px rgba(0, 0, 0, 0.2),
    -2px 0px 3px rgba(0, 0, 0, 0.2), 2px 0px 3px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
  color: #ffffff;
}
.boton-tr-rojo {
  position: relative;
  padding: 3px 5px 3px 5px;
  background: #ff9a9a;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px -2px 3px rgba(0, 0, 0, 0.2),
    -2px 0px 3px rgba(0, 0, 0, 0.2), 2px 0px 3px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.boton-tr-rojo-oscuro {
  position: relative;
  padding: 3px 5px 3px 5px;
  background: #ff5656;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px -2px 3px rgba(0, 0, 0, 0.2),
    -2px 0px 3px rgba(0, 0, 0, 0.2), 2px 0px 3px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}

.boton-tr-on-off {
  position: relative;
  padding: 3px 5px 3px 5px;
  background-color: #007fed;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px -2px 3px rgba(0, 0, 0, 0.2),
    -2px 0px 3px rgba(0, 0, 0, 0.2), 2px 0px 3px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;

  animation: AnimateColorButton 5s infinite;
  animation-direction: alternate;
  -webkit-animation: AnimateColorButton 5s ease-out infinite;
  -webkit-animation-direction: alternate;
}
@keyframes AnimateColorButton {
  from {
    background-color: #007fed;
    border: 2px solid rgba(255, 255, 255, 0.7);
  }
  to {
    background-color: #d3d3d3;
    border: 1px solid rgba(0, 0, 0, 0.4);
  }
}

.on-off {
  animation: GrayColorAlternate 2s infinite;
  animation-direction: alternate;
  -webkit-animation: GrayColorAlternate 2s ease-out infinite;
  -webkit-animation-direction: alternate;
}

.tr-on-off > td > div:not(.boton-tr-on-off),
.tr-on-off > td > span {
  animation: GrayColorAlternate 2s infinite;
  animation-direction: alternate;
  -webkit-animation: GrayColorAlternate 2s ease-out infinite;
  -webkit-animation-direction: alternate;
}

.tr-on-off > td:not(.tr-active) {
  animation: GrayColorAlternateDos 2s infinite;
  animation-direction: alternate;
  -webkit-animation: GrayColorAlternateDos 2s ease-out infinite;
  -webkit-animation-direction: alternate;
}

@keyframes GrayColorAlternate {
  from {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1);
  }
  to {
    opacity: 0.8;
    filter: grayscale(80%);
    transform: scale(0.8);
  }
}
@keyframes GrayColorAlternateDos {
  from {
    filter: grayscale(0%);
    /*
    text-shadow: 0px 1px 2px rgba(0,0,0,0), 0px -1px 2px rgba(0,0,0,0), -1px 0px 2px rgba(0,0,0,0), 1px 0px 2px rgba(0,0,0,0);
    */
  }
  to {
    background: rgba(255, 220, 130, 0.3);
    filter: grayscale(30%);
    /*
    text-shadow: 0px 1px 2px rgba(0,0,0,0.15), 0px -1px 2px rgba(0,0,0,0.15), -1px 0px 2px rgba(0,0,0,0.15), 1px 0px 2px rgba(0,0,0,0.15);
    */
  }
}

.div-textarea {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #5c5c5c;
  padding: 10px;
  overflow-y: auto;
  cursor: text;
}


/*------- CSS SNOW --------------------*/

#snow{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;  
  overflow: hidden !important;
  z-index: -1;
}

.snowflake {
  position: absolute;
  width: 10px;
  height: 10px;
  background: linear-gradient(white, white); /* Workaround for Chromium's selective color inversion */
  border-radius: 50%;
  filter: drop-shadow(0 0 10px white);
}

.container { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; }

@keyframes srolling {
  0%{transform: translateX(100%)}
  100%{transform: translateX(-200%)}
}

.tooltips-icon{
  display: none;
  position:absolute;
  left:-10px;
  right:-10px;
  bottom:-10px;
  font-size:16px;
  color:rgb(255, 255, 255);
  border:1px solid rgb(255, 255, 255);
  background:rgb(0, 0, 0);
  border-radius:4px;
  padding:5px;
  white-space: nowrap;
  overflow: hidden;
  
}

.tooltips-text{
  display:inline-block;
  list-style:none;
  animation: srolling 8s linear infinite;
  transform: translate(0);
}

.section-maqueta{
  font-family:Bahnschrift !important;
}

.jconfirm{
  font-family:Bahnschrift !important;
}
.jconfirm-title{
  text-transform: uppercase !important;
  font-family:Bahnschrift !important;
}
.section-modal-recorrido{
  font-family:Bahnschrift !important;
}
.section-block-modal-areas{
  font-family:Bahnschrift !important;
}
.btn{
  font-family:Bahnschrift !important;
  text-transform: uppercase !important;
}