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

/*@font-face {
  src: local('CoreSans'),
    url(~assets/Core-Sans-M-SC-37-Cn-Light.ttf) format('truetype');
  font-family: 'CoreSans';
}*/

::-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: unset !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 td,
.datatable-full-size .v-data-table__wrapper th {
  padding: 0 10px !important;
  white-space: nowrap !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: -webkit-fit-content;
  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 #f5b32b;
  display: block;
}

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

.hoverCard {
  border: 2px solid transparent;
}

.hoverCard:hover {
  background-color: #f5b32b;
  border: 2px solid #01aefd;
}

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

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

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

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

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

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

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

.w-100 {
  width: 100%;
}

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

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

.selectedCard {
  border: 2px solid #01aefd !important;
  background-color: #f5b32b !important;
}

.pointer {
  cursor: pointer;
}

.sortable-ghost {
  background: #f5b32b !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 {
  -webkit-animation-duration: 1s forwards !important;
          animation-duration: 1s forwards !important;
  -webkit-animation: lineInsertedBack 1s forwards !important;
          animation: lineInsertedBack 1s forwards !important;
  transition: all 1s !important;
}

.transitionColResize.openedCard .myCards {
  -webkit-animation-duration: 1s forwards;
          animation-duration: 1s forwards;
  -webkit-animation: lineInserted 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;
  */
}

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

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

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

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

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

@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 {
  -webkit-animation: myopacityout 1s forwards;
          animation: myopacityout 1s forwards;
  transition: opacity 1s;
}

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

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

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

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

@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 #f5b32b !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);
}

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

.toolbar {
  border-bottom: 1px solid #bbb !important;
}

.cardBiglietti {
  border: 2px solid #bdbdbd !important;
  min-height: 135px;
}

.cardBiglietti :not(.noHover):hover {
  filter: brightness(85%);
  transition: filter 0.2s;
}

.NOarrow input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.NOarrow input {
  text-align: center;
  font-size: 25px;
}

.impCard {
  border: 1px solid #000000;
}

/*@media print {
  //per la stampa del biglietto

  * {
    visibility: hidden;
    height: 0px !important;
    width: 0px !important;
    margin: 0;
    padding: 0;
  }

  #containerDettagliBiglietti,
  #containerDettagliBiglietti *,
  #containerDettagliBiglietti > * {
    visibility: visible !important;
    height: auto !important;
    width: auto !important;
  }
}*/

.floatingDiv {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.p-relative {
  position: relative;
}

#containerDettagliBiglietti {
  margin-top: 50px !important;
  margin-left: 300px !important;
  background-color: white;
}

.myBorderChip {
  border-width: 2px !important;
}

.disabledHover {
  cursor: no-drop !important;
}

.nuxt-logo {
  height: 180px;
}


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

