@import url(https://api.tomtom.com/maps-sdk-for-web/cdn/6.x/6.25.1/maps/maps.css);
@import url(https://api.tomtom.com/maps-sdk-for-web/cdn/6.x/6.25.1/maps/maps.css);

.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: black;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}


.nuxt__build_indicator[data-v-71e9e103] {
  box-sizing: border-box;
  position: fixed;
  font-family: monospace;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  width: 88px;
  z-index: 2147483647;
  font-size: 16px;
  line-height: 1.2rem;
}
.v-enter-active[data-v-71e9e103], .v-leave-active[data-v-71e9e103] {
  transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.3s;
}
.v-leave-to[data-v-71e9e103] {
  opacity: 0;
  transform: translateY(20px);
}
svg[data-v-71e9e103] {
  display: inline-block;
  vertical-align: baseline;
  width: 1.1em;
  height: 0.825em;
  position: relative;
  top: 1px;
}

html,
body {
  overflow-y: auto;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

::-webkit-scrollbar-track {
  background-color: #fafafa;
}

::-webkit-scrollbar-thumb {
  background-color: #c8cdd4;
  border-radius: 20px;
  border: 4px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #8ea0a3;
}

::-webkit-scrollbar-corner {
  background-color: #fafafa;
}

.v-ripple__container {
  display: none !important;
}

.hideDeleteGroupButton .v-row-group__header button:nth-child(2) {
  display: none;
}

.v-btn,
.v-btn > * {
  line-height: 1;
}

.v-navigation-drawer {
  will-change: initial !important;
}

table th {
  white-space: nowrap;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.cursor-loading {
  cursor: wait !important;
}

.cursor-loading-force:after {
  content: "";
  position: fixed;
  z-index: 9999999999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiBub25lOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgd2lkdGg9IjI4cHgiIGhlaWdodD0iMjhweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMGMwYzBjIiBzdHJva2Utd2lkdGg9IjkiIHI9IjM1IiBzdHJva2UtZGFzaGFycmF5PSIxNjQuOTMzNjE0MzEzNDY0MTUgNTYuOTc3ODcxNDM3ODIxMzgiPgogIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIwLjM5MjE1Njg2Mjc0NTA5ODFzIiB2YWx1ZXM9IjAgNTAgNTA7MzYwIDUwIDUwIiBrZXlUaW1lcz0iMDsxIj48L2FuaW1hdGVUcmFuc2Zvcm0+CjwvY2lyY2xlPgo8L3N2Zz4=");
  background-position: right 14px top 14px;
  background-repeat: no-repeat;
  cursor: wait !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.cursor-loading-force * {
  cursor: wait !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.datatable-full-size {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
}

.datatable-full-size .v-data-table__wrapper {
  flex: 1 1 auto !important;
  height: 100%;
}

.datatable-full-size .v-data-table__wrapper th {
  padding: 0 10px !important;
  white-space: nowrap !important;
}

.datatable-full-size .v-data-table__wrapper td {
  padding: 0 10px !important;
  white-space: normal !important;
  white-space: initial !important;
}

.datatable-full-size .v-data-footer {
  margin: 0 !important;
  overflow: hidden !important;
  flex-shrink: 0;
}

.datatable {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

.datatable .v-data-table__wrapper {
  flex: 1 1 auto !important;
}

.datatable .v-data-table__wrapper td,
.datatable .v-data-table__wrapper th {
  padding: 0 10px !important;
  white-space: nowrap !important;
}

.datatable .v-data-footer {
  margin: 0 !important;
  overflow: hidden !important;
  flex-shrink: 0;
}

.dialog-transition-enter, .dialog-transition-leave-to {
  transform: scale(0.92) !important;
  opacity: 0 !important;
}

.dialog-transition-enter-to, .dialog-transition-leave {
  opacity: 1 !important;
}

.v-input__icon--append .v-icon {
  padding: 8px !important;
  font-size: 18px !important;
}

.he-tree .tree-node {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 5px;
  cursor: move;
}

.he-tree .tree-placeholder-node {
  background: #ddf2f9;
  border: 1px dashed #00d9ff;
  border-radius: 5px;
  height: 28px;
}

.he-tree .dragging .tree-node-back:hover {
  background-color: inherit;
}

.he-tree--hidden {
  display: none;
}

.he-tree--rtl {
  direction: rtl;
}

.v-messages__message {
  font-size: 14px !important;
}

.mainView {
  height: calc(100vh - 48px);
}

.mainViewEliminati {
  height: calc(100vh - 78px);
}

.v-main {
  padding-top: 0 !important;
}

.vsg_area {
  overflow: auto;
}

.v-data-footer {
  height: -moz-fit-content;
  height: fit-content;
}

.v-data-footer__select {
  height: 40px;
}

.row-pointer > .v-data-table__wrapper > table > tbody > tr:hover {
  cursor: pointer;
}

.v-data-table > .v-data-table__wrapper .v-data-table__mobile-table-row {
  margin: 10px;
  border: 1px solid #bfbfbf;
  display: block;
}

.v-data-table > .v-data-table__wrapper .v-data-table__mobile-row__head {
  border-bottom: 1px solid #bfbfbf;
}

.hoverCard {
  border: 2px solid transparent;
}

.hoverCard:hover {
  background-color: #bfbfbf;
  border: 2px solid #69AF07;
}

.removeHover tbody tr:hover {
  background-color: #bfbfbf !important;
}

.removeHover tbody tr:hover .tableProdotti {
  background-color: #bfbfbf !important;
}

.removeHoverTd tbody tr:hover {
  background-color: transparent !important;
}

.bl-1 {
  border-left: 1px solid #bfbfbf;
}

.br-1 {
  border-right: 1px solid #bfbfbf;
}

.bb-1 {
  border-bottom: 1px solid #bfbfbf;
}

.bt-1 {
  border-top: 1px solid #bfbfbf;
}

.w-100 {
  width: 100%;
}

.borderBottomNotLast tr:not(:last-child) td {
  border-bottom: 1px solid #bfbfbf !important;
}

.boxShadowFooter {
  box-shadow: 0px 0px 5px 0px;
}

.selectedCard {
  border: 2px solid #69AF07 !important;
  background-color: #bfbfbf !important;
}

.pointer {
  cursor: pointer;
}

.sortable-ghost {
  background: #bfbfbf !important;
}

.handle {
  cursor: move;
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
}

.close {
  float: right;
  padding-top: 8px;
  padding-bottom: 8px;
  color: red;
}

.text {
  margin: 20px;
}

.transitionColResize {
  transition: height 1s, max-height 1s, width 1s, max-width 1s, flex-basis 1s;
}

.transitionColResize.closedCard .hoverCard {
  animation-duration: 1s forwards !important;
  animation: lineInsertedBack 1s forwards !important;
  transition: all 1s !important;
}

.transitionColResize.openedCard .myCards {
  animation-duration: 1s forwards;
  animation: lineInserted 1s forwards;
  transition: height 1s;
}

.imnotselected {
  /*animation-duration: 1s forwards !important;
  animation: widthAnimation 1s forwards !important;
  transition: flex 1s !important;*/
  /*animation-duration: 1s forwards !important;
  animation: widthAnimation 1s forwards !important;
  transform-origin: center;
  transition: transform 1s !important;
  */
}

@keyframes lineInserted {
  0% {
    height: 218px;
  }
  100% {
    height: calc(100vh - 100px);
  }
}

@keyframes lineInsertedBack {
  0% {
    height: calc(100vh - 100px);
  }
  100% {
    height: 218px;
  }
}

@keyframes widthAnimation {
  0% {
    flex: 0 0 0;
  }
  100% {
    flex: 0 0 25%;
  }
}

/*@keyframes widthAnimation {
  0% {
    width: 0px !important;
    transform: scaleX(0) scaleY(0);
  }
  100% {
    width: 0px !important;
    transform: scaleX(1) scaleY(1);
  }
}*/

.v-enter-active,
.v-leave-active {
  transition-delay: 1s;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.myopacityout {
  animation: myopacityout 1s forwards;
  transition: opacity 1s;
}

.myopacityin {
  animation: myopacityin 1s forwards;
  transition: opacity 1s;
}

@keyframes myopacityout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    height: 0;
    width: 0;
  }
}

@keyframes myopacityin {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    height: auto;
    width: auto;
  }
}

.borderNone {
  border-radius: 0;
}

.borderNone tr:not(:first-child) td {
  border-bottom: 1px solid #bfbfbf !important;
}

.prodottoMancante {
  background-color: rgba(255,82,82,0.6902);
  border-radius: 5px;
}

.centerScreen {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.centerScreenMobile {
  position: fixed;
  top: 50%;
  left: 5%;
  width: 90%;
  transform: translate(0, -50%);
  border-radius: 10px;
}

.smallText td {
  font-size: medium;
}

.travel-map {
  height: 400px;
}

.mancante {
  color: rgba(255,82,82,0.6902);
}

.giacenzaAggiunta {
  background-color: rgba(105, 175, 7, 0.3);
}

.giacenzaRimossa {
  background-color: rgba(255, 82, 82, 0.3);
}

.spedizioneElaborata {
  background-color: rgba(105, 175, 7, 0.3);
}

.spedizioneConclusa {
  background-color: rgba(7, 85, 175, 0.3);
}

.spedizioneAnnullata {
  background-color: rgba(255, 82, 82, 0.3);
}

.spedizioneParziale {
  background-color: rgba(255, 238, 82, 0.3);
}

.maxWidthMobile {
  max-width: 50%;
}

.maxWidth {
  max-width: 10%;
}

.imgMobile {
  border: 2px solid grey;
  border-radius: 10px;
  max-width: 200px;
  cursor: help;
  max-height: 300px;
}

.imgPc {
  border: 2px solid grey;
  border-radius: 10px;
  max-width: 400px;
  cursor: help;
  max-height: 500px;
}

.v-sheet.v-toolbar:not(.v-sheet--outlined) {
  box-shadow: none !important;
  box-shadow: initial !important;
}

.nuxt-logo {
  height: 180px;
}


.mapboxgl-popup-content {
  background-color: white;
  border: 1px solid lightgrey;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 5px;
  padding: 10px;
  font-family: Arial, sans-serif;
}
.mapboxgl-popup-close-button {
  display: none !important;
}
.marker {
  height: 20px;
  width: 20px;
}
.marker-content {
  border-radius: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  position: absolute;
  top: 50%;
  height: 20px;
  width: 20px;
  border: 3px solid white;
}
.mapboxgl-ctrl-bottom-right {
  display: none !important;
}


.mapboxgl-popup-content {
  background-color: white;
  border: 1px solid lightgrey;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 5px;
  padding: 10px;
  font-family: Arial, sans-serif;
}
.mapboxgl-popup-close-button {
  display: none !important;
}
.marker {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 3px solid white;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.mapboxgl-ctrl-bottom-right {
  display: none !important;
}


.vuetify-logo {
  height: 180px;
  width: 180px;
  transform: rotateY(560deg);
  animation: turn 3.5s ease-out forwards 1s;
}
@keyframes turn {
100% {
    transform: rotateY(0deg);
}
}


.google-map[data-v-914116dc] {
  width: 100%;
  min-height: 100%;
}

