﻿/* 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: #f57c00;
	position:relative;
}

.modifica_timer {
	font-size: 50px;
    font-weight: 200;
    color: #f57c00;
}

.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%;
}

.modal_iframe {
	height:80% !important;
	max-height: 80% !important;
}

.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;
}

.side-nav.fixed {
    transform:none;
}

.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;
}
}

.side-nav {
    margin: 0;
    top: initial;
    width: 240px;
    height: 100%;
    height: calc(100% - 64px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    z-index: 999;
    overflow-y: auto;
    will-change: left;
    -webkit-box-shadow: 1px 0px 2px 0px rgba(122,120,122,1);
	-moz-box-shadow: 1px 0px 2px 0px rgba(122,120,122,1);
	box-shadow: 1px 0px 2px 0px rgba(122,120,122,1);
}

.side-nav.fixed a {
    display: block;
    padding: 0 15px;
    color: inherit;
}

.side-nav li {
	line-height: 64px;
    width: 100%;
    padding: 0 15px;
}

.bc_blu {
    background: #35647E;
}
.bianco {
    color: white;
}
.side-nav li:hover,
.side-nav li.active {
    background-color: rgba(0, 0, 0, 0.10) !important;
}
main {
    padding-left: 240px;
    padding-top: 89px;
    padding-bottom: 109px;
}
.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;
}

.side-nav li>a {
	height: 64px;
	line-height:64px;
}

.side-nav li>a>i, .side-nav li>a>[class^="mdi-"], .side-nav li>a li>a>[class*="mdi-"], .side-nav 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;
}
body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.scroll_y {
    overflow-y: auto;
    overflow-x: hidden;
}
.no_scroll::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #ccc;
}
.scroll_davide::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    background-color: #F5F5F5;
}
.scroll_davide::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #ccc;
}
.scroll_davide::-webkit-scrollbar-thumb {
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    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, .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;
}

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;
}

.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 .6s ease;
    -o-transition: width .6s ease;
    transition: width .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){
	.side-nav.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 #f57c00;
    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: #f57c00;
}

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: #f57c00;
}

.input-field .prefix.active {
	color: #f57c00;
}

.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;
}

@media only screen and (max-width: 600px) {

nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 64px;
    line-height: 64px;
}

.collapsible.popout>li {
	margin:0;
}

.collapsible.popout>li .collapsible-header {
	padding: 1rem 0.5rem;
}

}

.waves-effect.waves-teal .waves-ripple
{
    background-color: rgba(0, 0, 0, 0.2) !important;
}

header {
	position: fixed;
	width:100%;
	z-index:999;
}

.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;
}

.side-nav li>a:hover {
	background-color: transparent;
}

.side-nav li>a>i, .side-nav li>a>[class^="mdi-"], .side-nav li>a li>a>[class*="mdi-"], .side-nav 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: 30px !important;
    text-align: center;
    margin: 0 15px !important;
}

.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: 1.0rem !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;
}

.collapsible p {
	margin:0;
	line-height:3rem;
}

.title {
	font-weight:bold;
}

.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: #f57c00;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #f57c00;
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 2px solid #f57c00;
}

[type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after {
    border: 2px solid #f57c00;
}

[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 #f57c00;
    border-bottom: 2px solid #f57c00;
}

.picker__date-display {
    background-color: #f57c00 !important;
}

.picker__weekday-display {
    background-color: #f57c00 !important;
}

.picker__close, .picker__today {
    color: #f57c00 !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: #f57c00;
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background-color: #f57c00 !important;
}

.clockpicker-display {
    color: #ffc07c !important;
}

.picker__footer .clockpicker-button {
    margin: auto;
    margin-top: 15px;
    color: #f57c00;
}

.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: #f57c00 !important;
}

.clockpicker-canvas line {
    stroke: #f57c00 !important;
}

.clockpicker-canvas-bg {
    fill: rgba(245, 124, 0, 0.4) !important;
}

.clockpicker-canvas-bearing {
	fill: #f57c00 !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:#f57c00;
}

.secondary-content {
    color: #f57c00;
    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, .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, .3);
    background-color: #ccc;
}

i.disabled {
    color: #9F9F9F;
}

.ui-state-highlight {
    color: #f57c00;
}

.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;
}

.toast {
	background-color: #e65100;
}

.toggle_scomparsa .caret {
	color:white !important;
}

.icona_user {
	width: 65px;
    height: 65px;
    line-height: 61px;
    font-size: 35px;
    text-align: center;
    color: #f57c00;
    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);
}

@media only screen and (min-width: 1025px) {

#toast-container {
    left: 10%;
    top: inherit;
    right: inherit;
    bottom: 7%;
    max-width: 90%;
}
}

@media only screen and (max-width: 1024px) {

#toast-container {
    min-width: 100%;
    bottom: 0%;
    left: initial;
    top: initial;
    right: initial;
    max-width: initial;
}

.toast {
    width: 100%;
    border-radius: 0;
}
}


.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 #f57c00;
    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: #f57c00;
}

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 #f57c00 !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: #f57c00;
}
.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: #f57c00;
}

.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: 1010;
	max-width: 500px !important;
	max-height: 400px;
	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, .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 #f57c00;
  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%;
}
