﻿/* Font Spotify
@font-face {
  font-family: Circular Std Bold;
  src: url('circular.otf');
}

html {
	font-family: Circular Std Bold;
}

@font-face {
  font-family: digital;

  src: url('digital-7.mono.ttf');
}
*/

.timer {
  font-size: 64px;
  font-weight: 400;
  color: var(--primary);
  position: relative;
}

.timer-modal {
  position: relative;
  overflow: auto;
}

.more,
.less {
  user-select: none;
}
.switch_piu_meno_in_collapsible {
  width: inherit !important;
  font-size: 2rem !important;
}
#lista-pezzi .collection-item {
  position: relative;
  background-color: transparent;
  padding: 5px 15px 5px 0px;
  border-bottom: 1px solid #e0e0e0;
}

#lista-pezzi .collection-item .title {
  padding-bottom: 7px;
}

#lista-pezzi .collection-item .secondary-content {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -15px;
}

.notransform {
  transform: none !important;
}

#div-pezzi .btn i {
  margin-left: -14px;
  font-weight: 500;
}

#lista_art_collaudi .collection-item,
#elenco_collaudi .collection-item {
  height: 100%;
  border-bottom: none;
  position: relative;
  width: 100%;
  padding: 10px 0px !important;
  display: inline-block;
  border-bottom: 1px solid #e0e0e0;
}

#lista_art_collaudi,
#elenco_collaudi {
  overflow: visible;
}

#gestione_collaudi .card h4 {
  margin-top: 0;
}

.collection .collection-item:last-child {
  border-bottom: none !important;
}

.responsive-iframe_cont {
  left: 50% !important;
  transform: translate(-50%, 0%) !important;
  position: absolute;
  height: 85%;
  width: 95%;
}

.responsive-iframe {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  position: absolute;
  width: 100%;
  height: 100%;
}

.info_riepilogo {
  margin-left: -1rem;
  margin-top: -2.5rem;
}

.badge.timbrata {
  color: white;
  border-radius: 2px;
  font-weight: 500;
  float: left;
  margin: 0;
}

.entry {
  color: #76ff03;
  font-size: 17px;
  vertical-align: text-top;
}

.exit {
  color: #f44336;
  font-size: 17px;
  vertical-align: text-top;
  transform: rotate(180deg);
}

.red.accent-4 .exit,
.red.accent-4 .entry,
.red.accent-4 .cancella {
  color: #ffffff !important;
}

.pointer {
  cursor: pointer !important;
}

#lista_ore {
  color: #505050;
  font-size: 13px;
}

#lista_ore td,
#lista_ore th {
  padding: 10px 5px;
}

.spaziorow {
  margin-bottom: 15px !important;
}

/* .nascondi {
	display: none !important;
} */

.nomargin {
  margin: 0px !important;
}

.nopadding {
  padding: 0px !important;
}

.sidenav.fixed {
  transform: none;
}

.mrg_top_15 {
  margin-top: 15px !important;
}

.mrg_bot_15 {
  margin-bottom: 15px !important;
}

.tronco {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 25ch;
}

#listaoredipPage .select-wrapper input.select-dropdown {
  margin: 0 0 20px 0;
}

#modale_timbratura .picker__clear {
  display: none;
}

.clock .timer {
  font-size: 120px;
  font-family: "Abel", sans-serif;
}

.clock {
  margin-bottom: 50px;
  width: 425px;
}

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity;
}

/* .tabs .tab {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
} */

@media only screen and (min-width: 1200px) {
  /* .tabs{
	width:50% !important;
	max-width:1000px;
} */
}

.bc_blu {
  background: #35647e;
}
.bianco {
  color: white;
}

.btn-floating.halfway-fab {
  position: absolute;
  right: 0;
  bottom: -17px;
}
.btn-floating.btn-large.halfway-fab {
  bottom: -25px;
  right: 10px;
}
.bord_left_verde {
  border-left: 5px solid #00e676;
}
.bord_left_rosso {
  border-left: 5px solid #f44336;
}
.bord_left_giallo {
  border-left: 5px solid #ffeb3b;
}
.main {
  transition: 1s;
  min-height: 98vh;
}
.icone_menu {
  margin: 0 10px 0 0 !important;
  vertical-align: middle;
  font-size: 20px;
}

.sidenav li > a {
  height: 64px;
  line-height: 64px;
}

.sidenav li > a > i,
.sidenav li > a > [class^="mdi-"],
.sidenav li > a li > a > [class*="mdi-"],
.sidenav li > a > i.material-icons {
  float: none;
  width: inherit;
}

.link_menu .icone_menu {
  width: inherit !important;
  height: 64px;
  line-height: 64px;
}

.card .card-image {
  box-shadow: none;
}
.icona_navside img {
  width: 45px;
  height: 100%;
}
.testo_sidenav {
  font-size: 18px;
  font-weight: 600;
}
.container_card {
  height: 50vh;
  padding: 10px 0;
}

.scroll_y {
  overflow-y: auto;
  overflow-x: hidden;
}
.no_scroll::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #ccc;
}
html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  background-color: #f5f5f5;
}
html::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ccc;
}
html::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}
.btn-float {
  width: 56px !important;
  height: 56px !important;
  line-height: 55px !important;
  font-size: 1.6rem !important;
}
.btn-float i {
  line-height: 55.5px !important;
  font-size: 1.5rem !important;
}
.titolo-grafico {
  color: #999 !important;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 18px !important;
}
table {
  color: #999;
  font-size: 13px;
}
.icona-menu {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  font-size: 30px;
  position: relative;
  float: left;
  width: 79px;
  text-align: center;
}
.icona-menu:hover {
  cursor: pointer;
}
.rotazione {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
}
.no-nuova-riga {
  white-space: nowrap;
  overflow-x: hidden;
}
.toggle-macchinari {
  white-space: initial;
}
.testo-menu {
  margin-left: 20px;
}
#nav-mobile {
  transition: 0.5s;
}
.menu-collassato {
  width: 79px;
}

@media (max-width: 1200px) {
  .menu-collassato {
    width: 0px;
  }
}

.main-collassato {
  padding-left: 0px;
}
.dropdown-menu {
  display: none;
}
.trasp {
  visibility: hidden;
}
.titolo-menu {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.select-menu {
  margin-left: 15px;
}

/*
COMMENTATO DA PAOLO IL 11/12/2020 PERCHE' VA IN CONFLITTO CON LA SELECT DI
MATERIALIZE QUANDO LA PRIMA VOCE E' DISABLED
*/
/* ul.dropdown-content.select-dropdown li:first-child.disabled{
	display:none;
} */

/* do not group these rules */

*::-webkit-input-placeholder {
  color: white;
}
*:-moz-placeholder {
  /* FF 4-18 */

  color: white;
}
*::-moz-placeholder {
  /* FF 19+ */

  color: white;
}
*:-ms-input-placeholder {
  /* IE 10+ */

  color: white;
}
/* CARICAMENTO DAVIDE 03/05/17 */

.wrap {
  z-index: 998;
  position: fixed;
  top: 0;
  opacity: 0.9;
  height: 100vh;
  width: 100vw;
  background: white;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

.wrapper {
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.logo_caric {
  /* background-image: url("../../mes_svil/grafici/img/logo.png"); */
  background-size: cover;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 998;
  margin: 0 0 0 -25px;
  /* height: 75px;
    width: 270px; */
}
.caric {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 501;
  margin: -3px 0 0 74px;
  width: 60px;
  height: 50px;
}
.menu-blockquote {
  padding: 0 10px !important;
  border-left: 5px solid #fff;
}
.spento {
  pointer-events: none;
  cursor: not-allowed;
}

canvas {
  display: block;
  margin: 0 auto;
}
.perc66 {
  width: 62% !important;
  margin-right: 3% !important;
}

.perc50 {
  width: 45% !important;
  margin-right: 3% !important;
}

.perc33 {
  width: 29% !important;
  margin-right: 3% !important;
}

.progress {
  height: 3px;
  overflow: inherit;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin: 0px;
  cursor: pointer;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 1px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.warning-color {
  background-color: #f0ad4e;
}

.danger-color {
  background-color: #d9534f;
}

.progress-bar-danger {
  background-color: #5cb85c;
}

.progress-bar-success {
  background-color: #a5d6a7;
}

.progress-bar-warning {
  background-color: #1b5e20;
}

@media only screen and (max-width: 992px) {
  .sidenav.fixed {
    left: 0;
  }
}
.one,
.two,
.three {
  position: absolute;
  margin-top: -6.5px;
  z-index: 105;
  height: 17px;
  width: 7px;
  border-radius: 20px;
}

.toggle-macchinari ul {
  overflow-y: auto;
  overflow-x: hidden;
}

.autocomplete {
  padding-left: 15px;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="url"]:focus:not([readonly]),
input[type="time"]:focus:not([readonly]),
input[type="date"]:focus:not([readonly]),
input[type="datetime-local"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="search"]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid var(--primary);
  box-shadow: none;
}

input:not([type]):focus:not([readonly]) + label,
input[type="text"]:focus:not([readonly]) + label,
input[type="password"]:focus:not([readonly]) + label,
input[type="email"]:focus:not([readonly]) + label,
input[type="url"]:focus:not([readonly]) + label,
input[type="time"]:focus:not([readonly]) + label,
input[type="date"]:focus:not([readonly]) + label,
input[type="datetime-local"]:focus:not([readonly]) + label,
input[type="tel"]:focus:not([readonly]) + label,
input[type="number"]:focus:not([readonly]) + label,
input[type="search"]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: var(--primary);
}

input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea.materialize-textarea {
  border-bottom: 1px solid #e0e0e0;
}

.c_arancione {
  color: var(--primary);
}

.input-field .prefix.active {
  color: var(--primary);
}

/* .tabs {
    width: calc(100% - 79px) !important;
    max-width: calc(100% - 79px) !important;
    height: 64px;
    float: right;
    background-color: transparent;
}

.tabs .tab a {
	color: white;
	line-height: 64px;
    height: 64px;
}

.tabs .tab {
	color: white;
	line-height: 64px;
    height: 64px;
}


.tabs .indicator {
	background-color:white;
	height:3px;
} */

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 40px;
  right: 30px;
}

.collection .collection-item.avatar {
  padding-left: 20px;
}

.collection {
  border: none;
}

input.select-dropdown {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.sidenav li > a:hover {
  background-color: transparent;
}

.sidenav li > a > i,
.sidenav li > a > [class^="mdi-"],
.sidenav li > a li > a > [class*="mdi-"],
.sidenav li > a > i.material-icons {
  color: white;
}

.btn.disabled,
.disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-flat:disabled,
.btn[disabled],
[disabled].btn-large,
.btn-floating[disabled],
.btn-large[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #dfdfdf !important;
  box-shadow: none;
  color: #9f9f9f !important;
  cursor: default;
}

/*   INPUT NUMBER COME TEXT (DAVIDE) 	 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
.fintotext {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"],
.fintotext {
  -moz-appearance: textfield;
}

.input_pezzi {
  width: 70px !important;
  text-align: center;
  margin: 0 15px !important;
  font-size: 18px !important;
  font-weight: bold;
}

.btn-xs {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
}

.btn-procedi {
  padding: 0 1.5rem;
  border-radius: 5px;
}

.btn-xs i {
  font-size: 1rem !important;
  line-height: 25px !important;
}

.btn-large i {
  font-size: 2rem;
}

.select-wrapper input.select-dropdown {
  margin: 0px;
  border-bottom: 1px solid #e0e0e0;
}

.no_margin {
  margin: 0px;
}

.static {
  position: static;
}

.indietro {
  bottom: 15px;
  position: absolute;
}

.collapsible p {
  margin: 0;
  line-height: 3rem;
}

/* Rimossa da paolo il 09/02/2023 perché ritenuta inutile */
/* .collapsible-body i {
    width: 2rem;
    font-size: 1.6rem;
    line-height: 3rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem;
} */
#modal-firma {
  width: 40vw;
}

@media screen and (max-width: 767px) {
  #modal-firma {
    width: 98vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #modal-firma {
    width: 75vw;
  }
}

.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-flat {
  float: none;
  margin: 0 10px;
}

.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 16px;
  color: var(--primary);
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: var(--primary);
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid var(--primary);
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid var(--primary);
}

[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.btn {
  padding: 0 1rem;
}

[type="checkbox"]:checked + label:before {
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
}

.picker__date-display {
  background-color: var(--primary) !important;
}

.picker__weekday-display {
  background-color: var(--primary) !important;
}

.picker__close,
.picker__today {
  color: var(--primary) !important;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: rgba(255, 152, 0, 0.33);
}

.picker__day.picker__day--today {
  color: var(--primary);
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background-color: var(--primary) !important;
}

.clockpicker-display {
  color: #ffc07c !important;
}

.picker__footer .clockpicker-button {
  margin: auto;
  margin-top: 15px;
  color: var(--primary);
}

.clockpicker-tick:hover {
  background-color: rgba(255, 152, 0, 0.33) !important;
}

.clockpicker-canvas-bg-trans {
  fill: rgba(245, 124, 0, 0.52) !important;
}

.clockpicker-canvas-fg.active {
  fill: var(--primary) !important;
}

.clockpicker-canvas line {
  stroke: var(--primary) !important;
}

.clockpicker-canvas-bg {
  fill: rgba(245, 124, 0, 0.4) !important;
}

.clockpicker-canvas-bearing {
  fill: var(--primary) !important;
}

#sortable > div {
  float: left;
}
.demo {
  cursor: pointer;
}
#modal-pdf {
  max-height: 100%;
  top: 0 !important;
  width: 100vw;
  height: 100vh;
}
#btn-modal-pdf {
  z-index: 1100;
  position: absolute;
  left: 0.4vw;
  top: 0.4vh;
  font-size: 34px;
  text-transform: lowercase;
}

.spinner-layer {
  border-color: var(--primary);
}

.secondary-content {
  color: var(--primary);
  margin-right: 15px;
}

.prefisso {
  font-weight: 500;
}

.modal .modal-footer {
  height: 44px;
  margin-bottom: 15px;
  text-align: center;
}

[class*="close-"] {
  color: #777;
  font: 14px/100% arial, sans-serif;
  position: absolute;
  right: 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
}

.close-thik:after {
  content: "✖"; /* UTF-8 symbol */
}

.dropdown-content {
  max-height: 250px;
}

.dropdown-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  background-color: #f5f5f5;
}
.dropdown-content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ccc;
}
.dropdown-content::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}

.modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  background-color: #f5f5f5;
}
.modal-content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ccc;
}
.modal-content::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}

i.disabled {
  color: #9f9f9f;
}

.ui-state-highlight {
  color: var(--primary);
}

.autocomplete-content.dropdown-content li > span {
  color: black !important;
}

.modal.modal-fixed-footer .modal-footer {
  border-top: none;
}

.mod_timer {
  margin-left: 15px;
  margin-top: 35px;
  font-size: 30px;
  position: absolute;
}

.picker__holder {
  overflow: visible;
}

#mod_tempo {
  overflow: visible;
}

.conf-modal h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 10px;
  display: inline-block;
}

.conf-modal p {
  color: #737373;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 24px;
}

.title-text {
  display: inline-block;
  height: 35px;
  line-height: 52px;
  margin-left: 72px;
  margin-top: 22px;
}

.title-icon {
  width: 27px;
  height: 27px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 30px;
  margin-top: 32px;
  position: absolute;
}

.less {
  position: absolute;
  margin-left: 13px;
  font-size: 30px;
  margin-top: 57px;
  transform: rotate(90deg);
}

.more {
  position: absolute;
  margin-left: 14px;
  font-size: 30px;
  margin-top: -13px;
  transform: rotate(270deg);
}

#icona-menu {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.footer_fixed {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  color: white;
  box-shadow: 0px -2px 1px 0 rgba(0, 0, 0, 0.14),
    0px -1px 1px 0 rgba(0, 0, 0, 0.12), -1px 0px 1px -2px rgba(0, 0, 0, 0.2);
}

.timer_footer {
  font-size: 30px;
  font-weight: 200;
  line-height: 84px;
}

.titolo_nav {
  width: calc(100% - 79px);
  text-align: center;
  font-size: 25px;
  text-transform: capitalize;
}

.disabled {
  pointer-events: none;
  color: #9f9f9f !important;
}
.text-disabled {
  pointer-events: none;
  color: #9f9f9f !important;
}

.toggle_scomparsa {
  display: none;
}

.select-wrapper input.select-dropdown:disabled {
  border-bottom: 1px solid #e0e0e0;
}

.puntatore {
  cursor: pointer;
}

.toggle_scomparsa .caret {
  color: white !important;
}

.icona_user {
  width: 65px;
  height: 65px;
  line-height: 61px;
  font-size: 35px;
  text-align: center;
  color: var(--primary);
  background: #ffffff;
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 65px;
  display: block;
  margin-left: auto !important;
  margin-top: 15px;
  margin-right: auto !important;
  margin-bottom: 15px !important;
  transition: 0.5s;
}

.scala {
  transform: scale(0.7);
}

.fixed-action-btn {
  bottom: 60px;
  right: 15px;
}

.prima_riga {
  margin: 0 0 10px 0;
}

.prima_riga .icone_mod_timbrate {
  margin: 0 0 15px 0;
}

.seconda_riga {
  margin: 0;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid var(--primary);
  box-shadow: none;
}

input:not([type]):focus:not([readonly]) + label,
input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime-local"]:not(.browser-default):focus:not([readonly])
  + label,
input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: var(--primary);
}

input:not([type]),
input[type="text"]:not(.browser-default),
input[type="password"]:not(.browser-default),
input[type="email"]:not(.browser-default),
input[type="url"]:not(.browser-default),
input[type="time"]:not(.browser-default),
input[type="date"]:not(.browser-default),
input[type="datetime"]:not(.browser-default),
input[type="datetime-local"]:not(.browser-default),
input[type="tel"]:not(.browser-default),
input[type="number"]:not(.browser-default),
input[type="search"]:not(.browser-default),
textarea.materialize-textarea {
  border-bottom: 1px solid #e0e0e0;
}

.btn_selezionato {
  background-color: rgba(246, 186, 125, 0.82) !important;
}

@media only screen and (max-width: 767px) {
  .modal {
    width: 90%;
  }
}

input[type="time"]::-webkit-clear-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button {
  display: none;
}

input {
  cursor: pointer;
}

.picker__input {
  cursor: pointer;
}

.nuovo-giorno {
  border-top: 1px solid var(--primary) !important;
}

.fixed-action-btn.horizontal ul li {
  margin: 10px 12px 0 0;
}

.collection.with-header .collection-item {
  padding-left: 20px;
}

.collection .collection-item {
  padding: 10px 0px 10px 15px;
}

@media only screen and (max-width: 400px) {
  .contatti_clienti {
    font-size: 11px;
  }

  .contatti_clienti_icona {
    font-size: 18px;
  }
}

.backdrop {
  background: var(--primary);
}
.marcatempo {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.btn_marcatempo {
  height: 75px;
  line-height: 75px;
  font-size: 2rem;
}

#data_marcatempo {
  font-size: 24.5px;
  font-weight: 400;
  color: var(--primary);
}

.fixed-action-btn {
  z-index: 997;
}

.header_riepilogo_storico.active {
  border-bottom: 0px;
}

li.ui-menu-item {
  clear: both;
  color: black;
  cursor: pointer;
  min-height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: left;
  text-transform: none;
  font-size: 16px;
  overflow: hidden;
  padding: 0 15px;
}

.ui-menu-item:hover {
  background-color: rgba(0, 0, 0, 0.06) !important;
  cursor: pointer;
}
.ui-menu {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.34), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 1900;
  max-width: 500px !important;
  max-height: 400px;
  margin-top: 0;
  overflow-y: auto;
}
.ui-menu-item-wrapper {
  margin-left: 0px;
}
.ui-menu-item-wrapper {
  padding: 0 !important;
}
.ui-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  background-color: #f5f5f5;
}
.ui-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ccc;
}
.ui-menu::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}
.ui-helper-hidden-accessible {
  display: none;
}
span.badge_stato_timer {
  display: none;
}
span.badge_stato_timer.attivo {
  display: block;
}
span.badge_stato_timer:after {
  content: "TIMER" !important;
}

.timer_collection .timer_item {
  border-bottom: 1px solid var(--primary);
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

.timer_collection .timer_item:last-of-type {
  border-bottom: none;
}

.timer_collection .timer_item .secondary-content {
  position: absolute !important;
  top: 50% !important;
  right: 0;
  transform: translate(0%, -50%) !important;
}

.riepilogo .container {
  width: 100%;
}

.flex_cards {
  min-height: 100%;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-around;
}

.flex_cards .modulo {
  width: 40px;
  border: 2px solid var(--primary_dark);
  margin: 5px 2px;
  cursor: pointer;
}

.flex_cards .modulo .scritta {
  margin: 0px;
  text-align: center;
  font-weight: bold;
  color: var(--primary_dark);
  font-size: 24px;
}

.flex_cards .modulo.selezionato,
.flex_cards .modulo.selezionato .scritta {
  background: var(--primary_dark);
  color: white !important;
}

#gestione_interventi .input-field .textarea {
  height: 90px;
  overflow-y: auto;
  max-height: 90px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
  margin-bottom: 15px;
}

#gestione_interventi .input-field input {
  color: black !important;
}

@media only screen and (max-width: 600px) {
  #gestione_interventi .input-field {
    margin-top: 0rem;
  }

  #gestione_interventi .input-field input {
    margin-bottom: 15px;
    line-height: 2rem;
    height: 2rem;
    color: black !important;
  }

  .ui-menu {
    max-width: 220px !important;
    max-height: 300px !important;
  }

  .collapsible.popout > li {
    margin: 0;
  }

  .info_riepilogo {
    margin-left: -1.5rem;
    margin-top: -2.5rem;
  }
}

.modal.modal-fixed-footer {
  height: 80%;
}

.warning_check,
.close_interv {
  display: none;
}

.collection-item.intervento_chiamata {
  padding: 15px 15px 15px 15px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.collection-item.intervento_chiamata .material-icons {
  vertical-align: middle;
}

.btn-floating [type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  top: 9px;
  left: 11px;
  border: 2px solid #fff;
}

.btn-floating [type="checkbox"]:checked + label:before {
  border-style: 1px;
  border-width: 0px 2px 2px 0px;
  border-style: solid;
  border-color: #fff;
}

.btn-floating [type="checkbox"]:checked + label:before {
  top: 4px;
  left: 6px;
}

.btn_collection {
  position: absolute !important;
  top: 50% !important;
  right: 0;
  transform: translate(-50%, -50%) !important;
  margin: 0 20px;
}

.btn_collection_1 {
  position: absolute !important;
  top: 56% !important;
  transform: translate(-50%, -50%) !important;
  left: 95%;
}

.btn_collection.left {
  left: 0;
  width: 25px;
}

.input-field .switch label {
  pointer-events: initial !important;
}

.switch label input[type="checkbox"]:checked + .lever {
  background-color: var(--primary) !important;
}

.switch label input[type="checkbox"]:checked + .lever:after {
  background-color: var(--primary_dark);
}

.timer_aperto {
  width: calc(100% + 22px);
  font-size: 25px;
  line-height: 35px;
  margin: 15px 0px 0px -11px;
  padding: 0px;
  font-weight: 500;
}

.timer_aperto:empty {
  margin: 0;
}

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.42) !important;
}

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.42) !important;
  border-color: #949494 !important;
}

#lista_art_collaudi:disabled .collection-item,
#elenco_collaudi:disabled .collection-item {
  border-bottom: 1px solid #949494;
}

@media screen and (max-width: 600px) {
  .appendi_pulsanti {
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (min-width: 601px) {
  .appendi_pulsanti {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
  }
  .card_intervento_chiamata {
    display: flex;
  }
}

.card_intervento_chiamata p {
  word-break: break-all;
}

@media screen and (min-width: 1600px) {
  .appendi_pulsanti {
    width: 5% !important;
  }
  .appendi_qua {
    width: 95% !important;
  }
}

.timerwski {
  font-size: 64px;
  font-weight: 400;
  color: var(--primary_dark);
  position: relative;
}

.character-counter {
  margin-top: -13px;
  font-weight: bold;
  font-size: 10px !important;
}
li.user-details {
  cursor: pointer;
}

/*Commentato perche va in collisione con materialize 1.2*/
/* .btn-floating [type="checkbox"]+span:before, [type="checkbox"]:not(.filled-in)+span:after {
    top: 9px;
    left: 11px;
    border: 2px solid #fff;
} */

.btn-floating [type="checkbox"]:checked + span:before {
  top: 4px;
  left: 6px;
}

.btn-floating [type="checkbox"]:checked + span:before {
  border-style: 1px;
  border-width: 0px 2px 2px 0px;
  border-style: solid;
  border-color: #fff;
}

.btn-floating [type="checkbox"] + span:before,
.btn-floating [type="checkbox"]:not(.filled-in) + span:after {
  top: 9px;
  left: 11px;
  border: 2px solid #fff;
}

td.select_causale .select-wrapper svg.caret {
  margin: auto !important;
}
