@import url(https://fonts.cdnfonts.com/css/facon);

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

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

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

::-webkit-scrollbar {
  width: 0px !important;
  background-color: transparent !important;
}

.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;
  bottom: 0;
  top: 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;
}

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

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

.v-application--is-ltr .v-data-table__mobile-row__header {
  padding: 0px !important;
}

.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:not(:last-child) {
  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;
}

.mainViewDesktop {
  height: 100vh;
}

.mainViewMobile {
  height: calc(100vh - 50px);
}

.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__mobile-row:not(:last-child) {
  border-bottom: 1px dashed grey;
}

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

.v-data-table > .v-data-table__wrapper .v-data-table__mobile-row__cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.datatable-mobile-dashboard > .v-data-table__wrapper .v-data-table__mobile-table-row {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ff8600;
  border-radius: 10px;
  display: block;
  max-width: 300px;
}

.datatable-mobile-dashboard > .v-data-table__wrapper {
  max-height: calc(100vh - 475px) !important;
}

.hoverCard {
  border: 2px solid transparent;
}

.hoverCard:hover {
  background-color: #4caf50;
  border: 2px solid #ff8600;
}

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

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

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

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

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

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

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

.bl-2 {
  border-left: 2px solid #4caf50;
}

.br-2 {
  border-right: 2px solid #4caf50;
}

.bb-2 {
  border-bottom: 2px solid #4caf50;
}

.bt-2 {
  border-top: 2px solid #4caf50;
}

.bl-3 {
  border-left: 3px solid #4caf50;
}

.br-3 {
  border-right: 3px solid #4caf50;
}

.bb-3 {
  border-bottom: 3px solid #4caf50;
}

.bt-3 {
  border-top: 3px solid #4caf50;
}

.w-100 {
  width: 100%;
}

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

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

.selectedCard {
  border: 2px solid #ff8600 !important;
  background-color: #4caf50 !important;
}

.pointer {
  cursor: pointer;
}

.sortable-ghost {
  background: #4caf50 !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;
}

@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 #4caf50 !important;
}

.centerScreen {
  position: absolute;
  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;
}

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

.maxHeightWrapper .v-data-table__wrapper {
  max-height: calc(50vh - 70px) !important;
}

.maxHeightWrapperMobile .v-data-table__wrapper {
  max-height: calc(100vh - 310px) !important;
}

.maxHeightTableDashboard td {
  color: black;
}

.maxHeightTableDashboard .v-data-table__wrapper {
  max-height: 395px !important;
  border-radius: 10px;
  overflow-y: auto;
}

.hideArrow input::-webkit-outer-spin-button,
.hideArrow input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.dataFooterMargin .v-data-footer {
  margin-right: 0px !important;
}

.v-tabs-slider {
  background-color: currentColor;
  height: 100%;
  width: 80%;
  margin-left: 10%;
}

.apexcharts-series path:hover {
  cursor: pointer;
}

.testiGraficoBianchi tspan,
.testiGraficoBianchi span {
  color: white;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.v-input--is-focused .theme-dark .v-label {
  color: #fff !important;
}

.v-input--is-focused .theme-dark .v-input__control {
  color: #fff !important;
  caret-color: #fff !important;
}

.v-input--selection-controls {
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 1px !important;
  margin-left: 40%;
}

.containedImage {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.simpleFocusEffect {
  opacity: 0.3;
}

.simpleFocusEffect:hover {
  transition: opacity 0.4s;
  opacity: 1;
}

.graphicBlock {
  transition: all 0.8s;
}

.fade-enter-active {
  transition: opacity 0.8s;
  transition-delay: 0.8s;
}

.fade-leave-active {
  transition: opacity 0.8s;
}

.fade-enter {
  opacity: 0;
}

.fade-leave-to {
  opacity: 0;
}

.forceMeMargin {
  margin-left: -50vw !important;
  width: 100vw !important;
}

.forceMeWidth {
  width: 100vw !important;
}

.smallInputSpace .v-input__slot {
  padding: 0 0px 0 8px !important;
}

.actionButton {
  min-width: 150px !important;
}

.m-auto {
  margin: auto;
}
.graphicNavigationDrawer {
  border-radius: 0px;
  border: 0px solid transparent;
}
.v-application--wrap {
  background-color: #ffffff;
}
.graphicCard {
  border-radius: 0px !important;
  border: 0px solid transparent !important;
}
.graphicCard .datatable-full-size {
  border-radius: 0px !important;
  border: 0px solid transparent !important;
}
.graphicCard .datatable-full-size header {
  border-radius: 0px 0px 0 0 !important;
  border: 0px solid transparent !important;
}
@media screen and (max-width: 960px) {
  .graphicCard {
    height: calc(100vh - 50px);
    overflow-y: hidden;
  }
}
.filters {
  display: inline-flex;
}
.filters .v-input:not(.v-input--is-focused) {
  border-radius: 25px;
  border: 2px white solid;
}
.filters .v-input--is-focused {
  border-radius: 25px;
}
.filtersDark {
  display: inline-flex;
}
.filtersDark .v-input:not(.v-input--is-focused) {
  border-radius: 25px;
  border: 2px white solid;
}
.filtersDark .v-input--is-focused {
  border-radius: 25px;
  border: 2px white solid;
}
.filtersDark .theme--dark.v-icon {
  color: #ffffff !important;
}
.filtersDark .theme--dark.v-label {
  color: rgba(255, 255, 255, 0.7) !important;
}
.no-alpha .v-color-picker__controls .v-color-picker__preview .v-color-picker__sliders {
  margin-top: 20px;
}
.no-alpha .v-color-picker__controls .v-color-picker__preview .v-color-picker__sliders .v-color-picker__alpha {
  display: none;
}
.no-alpha .v-color-picker__controls .v-color-picker__edit .v-color-picker__input:last-child {
  display: none;
}
.upperCaseInput {
  text-transform: uppercase;
}
.upperCaseInput .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded) > .v-input__control > .v-input__slot,
.upperCaseInput .v-text-field.v-text-field--enclosed .v-text-field__details {
  height: 50px !important;
}
.upperCaseInput .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded) > .v-input__control > .v-text-field__slot input {
  text-align: center;
  padding: 0px !important;
}
.customPinInput {
  border-radius: 0px !important;
  height: 50px;
}
.borderLeft .v-input__control {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.borderRight .v-input__control {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.maxHeightWrapperAllineamento {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.maxHeightWrapperAllineamento .v-data-table__wrapper {
  max-height: calc(100vh - 360px) !important;
  overflow-y: auto;
}
.grid-container {
  display: inline-grid;
  grid-template-columns: auto;
  width: 100%;
}
.prevent-select {
  -webkit-user-select: none;
  /* Safari */
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
  /* Standard syntax */
}
.fc-header-toolbar {
  padding: 10px;
  padding-bottom: 0px !important;
}
.fc-icon {
  margin-bottom: 5px;
}
.customCalendarHeader .fc-toolbar-chunk {
  text-align: center;
}
.customCalendarHeader .fc-button-group {
  margin-left: 0px !important;
  margin-top: 5px;
}
.v-data-table > .v-data-table__wrapper .v-data-table__mobile-row__header {
  padding: 0px !important;
}
.customInputLabelSize .v-input__control label {
  font-size: 14px !important;
}
.customInputLabelSize .v-input__control input {
  font-size: 14px !important;
}
.customInputLabelSize .v-input__control textarea {
  font-size: 14px !important;
}
.customInputLabelSize .v-select__selections {
  font-size: 14px !important;
}
.customInputLabelSize .v-select__selections .v-select__selection {
  white-space: normal !important;
  white-space: initial !important;
}
