* {
  	box-sizing: border-box;
  	font-family: 'LatoWeb',Arial,Helvetica,sans-serif;
    font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	letter-spacing:0.7px;
  	color: #3b303d;
}
i{color:#3b303d} 
a{text-decoration:none}
body {
  	background-color: #3b303d;
  	margin:0;height:100vh; 

  	background:url('/assets/img/background.webp');

  	background-size:cover;background-position:center center;background-repeat:no-repeat;
}
.login, .edituserform {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);z-index:2
}
.login h1  {
  	text-align: center;
  	color: #3b303d;
  	font-size: 42px;
  	padding: 20px 0 20px 0;
  	margin-top:0;
  	border-bottom: 1px solid #e0dae1
;
  	font-family: 'Cormorant',Times,serif;
	letter-spacing:10px;    font-weight: normal;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #e0dae1
;
  	border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #e0dae1
;
  	margin-bottom: 20px;
  	padding: 0 15px;
  	border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.login form input[type="submit"]{
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #e0dae1
;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;
  	color: #3b303d;    letter-spacing: 1.2px;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover, input[type="submit"] input[type="submit"]:hover {
	background-color: #3b303d;color:#fff;
  	transition: background-color 0.2s;
}
.navtop {
	background-color: #3b303d;
	height: 70px;padding:0 35px;
	width: 100%;
	border: 0;
}


.navtop  h1 {

	font-size: 38px;
	padding: 16px 0 0;
	margin: 0 0 10px;
	color: #fff;
	font-weight: normal;
  	font-family: 'Cormorant',Times,serif;
	letter-spacing:10px;
}

body.loggedin {
	background:none;background-color: #f0edf1;
}
.wrap{display:flex; }
.content {
	width: 83%;
	margin: 0 auto;
	padding: 25px 35px;
}
.content .header{position:relative;box-shadow: none;
    padding: 0;
    background: transparent;}
.sidebar {
	width: 17%;
	margin: 0 auto;
	background:#3b303d;
	min-height:100vh;	height:100%;
	padding:0;
}
.sidebar p, .sidebar ul, .sidebar a, .sidebar span{color:#fff}
.sidebar i{color:#fff}
.sidebar li{padding:8px 0;}
.sidebar a{display:block; padding:0 35px;font-size:18px;letter-spacing:1px}
.sidebar li:hover{background:rgba(255,255,255,0.3)}
.sidebar ul{padding:0 0 15px;list-style:none}
.sidenav{
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    height:90%;overflow-y:scroll
}
.sidenav::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.content h2 {
	margin: 0;
	padding: 0 0 20px;
	font-size: 22px;
	color: #3b303d;font-weight: bold;font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;letter-spacing:1.2px
}
.content h2 > span{font-weight:normal; font-family: 'LatoWeb',Arial,Helvetica,sans-serif;}

.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	padding: 20px;
	background-color: #fff;
}

.content > div.table{padding:20px 0 20px;}

.content table{width:100%; border-spacing:0;  border-collapse: collapse;}
.content table td,.content table th{text-align:left}
.content table td{padding:10px 25px;background:#f0edf1}.content table th{padding:0 25px 15px;font-weight: bold;font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;letter-spacing:1.2px }
.content table tr:nth-child(odd) td {
    background: #fff;
}
.hiddenform{display:inline;cursor:pointer;}
.hiddenform button{   background: none;
    border: none;
    padding: 0 0 0 5px; cursor:pointer;
}

.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}
.errormsg{
	background-color: #f0adad;
    padding: 15px;
    margin: 0 20px 20px;border-radius:3px
}
.successmsg{
	background-color: #dff0d8;
    padding: 15px;
    margin: 0 20px 20px;border-radius:3px
}

.login .errormsg, .login .successmsg {margin-bottom:0}

.accname{text-transform:capitalize}


.register {
  	width: 800px;
}
.register form {
  	display: flex;
  	flex-wrap: wrap;
  	padding: 10px;
}

.register form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
 	height: 50px;
  	background-color: #e0dae1
;
  	color: #3b303d;
}
.register form select,.edituserform select,.edituserform input,.register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  	width: 360px;
  	height: 50px;
  	border: 1px solid #e0dae1
;
  	margin-bottom: 20px;
  	padding: 0 15px;
  	background:#fff;border-radius:3px;
  	margin-right:20px
}

.register form select.tipoupload{    width: 29%;    vertical-align: bottom;

    margin-right: 0;}

.register select:invalid, .edituserform select:invalid{color:grey} 

.register form input[type="submit"], .edituserform button {
  	width: 740px;
  	padding: 15px;
  	background-color: #e0dae1
;
 	border: 0;
  	cursor: pointer;
  	font-weight: normal;
  	transition: background-color 0.2s;border-radius:3px
}
.register form input[type="submit"]:hover, a.button-int:hover, .edituserform button:hover {
	background-color: #3b303d;color:#fff;
  	transition: background-color 0.2s;
}
.logout{margin-top:40px;}.logout i, .sidebar i{    width: 27px;font-size: 17px;text-align:left}
.sub-li i{width:13px;font-size:10px;vertical-align:2px}
p.hello{margin-top:13px;padding:15px 35px;background:rgba(255,255,255,0.3)} p.hello, p.hello span{font-size:20px;font-weight: bold;font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;letter-spacing:1.2px }
a.button-int{position:absolute;right:0;top: -7px;background: #e0dae1
;border-radius: 3px;padding: 10px 20px;font-weight: normal;}
a.edituser{cursor:pointer;padding-right:5px}
a.editpsw{cursor:pointer;padding:0 5px}
a.deleteusr{cursor:pointer;padding-left:5px} 
.edituserform{display:none;padding:25px;box-sizing:content-box;position:fixed} .edituserform input, .edituserform select, .edituserform button{margin:0 auto 15px;width:400px;display:table;}
 .edituserform button{margin:0 auto}
.overlay{background: rgba(0,0,0,0.5);
    z-index: 1;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;display:none}
    .edituserform p{    font-size: 18px;padding: 0 0 5px!important;}
.edituserform .close, .deathalert .close, .edituserform .closehist{cursor:pointer;position:absolute;right:25px;top:25px;font-size:20px;font-weight: bold;font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;}
i.red,span.red,span.red a{color:#e32925} i.green,span.green{color:#35a047}
span.caps{text-transform:capitalize} td.separator{border-right:2px solid #3b303d}
.iconfilter i{font-size:25px;text-align:center;vertical-align:bottom;text-align:center} .iconfilter label:hover i{color:#e32925} th.iconfilter {text-align:center!important} .iconfilter label{display:block;cursor:pointer} .iconfilter input{display:none}
.content td.icontd{text-align:center} span.allcaps{text-transform:uppercase}
.content table th input, .content table td input, .content table th select, .pagination input, .pager select,.content table td select {
    width: 100%;
    border: 1px solid #e0dae1
;
    border-radius: 3px;
    height: 30px;
    padding: 2px 10px;background:#fff
}
.pagination input, .pager select{padding:5px;text-align:center}
.pagination input{width:30px}.pager select{width:60px}
input[type="date"], input[type="month"]  {
opacity:0;width:70px!important;height:100%;
  padding: 10px;cursor:pointer;overflow:hidden;position:absolute
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;  
    position: absolute;
  top: -150%;
  left: -150%;
  width: 300%;
  height: 300%;
  cursor: pointer;
}

input[type="month"]::-webkit-calendar-picker-indicator {
     color: transparent;
  background: none;
  z-index: 1;  
    position: absolute;
  top: -150%;
  left: -150%;
  width: 300%;
  height: 300%;
  cursor: pointer;
}



.datefilter i, .monthpicker i{font-size:25px;vertical-align:3px}.datefilter:hover i, .monthpicker:hover i{color:#e32925;}

.datefilter.nohover:hover i{color:#3b303d;}

.datefilter{text-align:center!important} .datefilter span, .monthpicker span{font-weight:normal}
.monthpicker span{font-weight:normal;vertical-align:4px;padding-left:5px}

input[type="date"]:hover:before {color:#e32925}
input:focus, select:focus, textarea:focus {
    outline: 0;
}
.iconfilter input:checked + label i {
  color: #e32925;
}
li.sub-li{padding:8px 25px}
.count-percent, .count-percent span, .count-percent i, .download i, .download ,  .download a, .download label {
    font-size: 22px;
}
.count-percent i, .download i{width:30px;font-size: 21px;text-align:left}
.count-percent {padding-left:35px} .download{float:right; cursor:pointer} .download:hover, .download:hover i, .download:hover a, .download:hover label{color:#e32925}

h3 .count-percent{font-weight:normal;font-size:19px} h3 .count-percent i{font-size:19px;width:26px}

tr.csvhead th{padding:0}
td.checkboxtd.icontd input {
    display: none;
}
.csvcheck + label i.fa-square-check, #checkall + label i.fa-square-check {
   display:none
}
.csvcheck:checked + label i.fa-square,#checkall:checked + label i.fa-square {
   display:none
}
.csvcheck:checked + label i.fa-square-check,  #checkall:checked + label i.fa-square-check  {
   display:block
}
.pagination{list-style:none;display:inline-block;margin:0;padding:0;vertical-align:bottom;margin-right:25px} .pagination li {display:inline-block;text-align:center;width: 25px;cursor:pointer} .pagination li.disabled, .pagination li.disabled i{color:#e0dae1
; cursor:not-allowed;} 
.pager{ display: inline-block;width: 40%;text-align: right;}
.pageinfo{ width: 59%; display: inline-block;}
.pagerhead{padding: 0 25px 25px;}
.gestsep{padding:0 10px; font-size:22px}
.sidebar li.selected{background:#f0edf1}.sidebar li.selected a{color:#3b303d; font-weight:bold; font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;} .sidebar li.selected a i{color:#3b303d; font-weight:bold;} 
.pager{ display: inline-block;width: 40%;text-align: right;}
h3{font-weight:bold; font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;font-size:19px;letter-spacing:1.2px;padding:10px 25px 30px;margin:0} .download.smaller, .download.smaller a, .download.smaller i{font-size:19px}
.download.smaller i{width:20px}
.sidebarinner{position:fixed;width:17%;min-height: 100vh;
    height: 100%;
    background: #3b303d;}
.ordertd i{font-size:18px}
.caricoscarico input[type="submit"] {width: 55%;
    padding: 12px;font-weight: bold;color:#fff;
    font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;
    font-size: 22px;
    border: 0;
    cursor: pointer;
    font-weight: normal;
    transition: background-color 0.2s;
    border-radius: 3px;
    }
    
    .caricoscarico.carico input[type="submit"]{    background-color: #35a047;
}
  .caricoscarico.scarico input[type="submit"]{    background-color: #e32925;
}
    .caricoscarico input[type="submit"]:hover{background-color: #3b303d;
    color: #fff;
    transition: background-color 0.2s;}
    .carbut{text-align:right;padding:20px 25px 0 65px}
    
    .qrcodeinput input[type="text"]{width: 100%;
    border: 1px solid #e0dae1
;
    border-radius: 3px;
    height: 40px;
    padding: 2px 10px;
    background: #fff;}
    .distinta #table{margin-top:40px}
    .distinta #totals,.distinta #stato{padding-left:25px;display:inline-block;vertical-align:-3px} .distinta #totals span{font-size:25px;font-weight:normal}
    .distinta #stato span{color:#35a047;font-weight:bold; font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;font-size:25px;}
     .distinta #totals i{font-size:22px;padding-right:5px}
    .qrcodeinput{display:inline-block;width:50%} .distinta h3{display:inline-block;padding-bottom:0}
    
    
    
     .distinta #confirm{display:inline-block;float:right;text-align:right;margin-top:7px;position:relative;width:30%} .distinta #confirm span{font-size:25px;font-weight:bold;color:#35a047;font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;}
     .distinta #confirm i{font-size:22px;padding-right:5px;color:#35a047}
    
    
    
    .caricainput h3{color:#fff}
    
    
    .bold td{font-weight:bold; font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;}
    
    .content   .distinta table tr.bold td {
    background: #f0edf1;
}


 .off td{color:#999}
    

   .content  .distinta table tr td{background: #fff;}.download label{cursor:pointer}
   
   .caricoscarico td select.cas{width:20%} .caricoscarico td input.cas{width:79%}
   
   .prezziforn{position:relative} .prezziforn label{position:absolute;    right: 10px; top: 5px;} .prezziforn label span{color:grey}
   
   .fornitori a{width: 100%;
    display: inline-block;
    padding: 20px;
    border-radius: 3px;
    margin: 10px 0px;
    text-align: center;}
    .edituserform span{font-size:18px}
     .fornitori a:first-of-type{margin-top:0}.fornitori a:last-of-type{margin-bottom:0}
    
    .carico.fornitori a{background:#35a047}  .carico.fornitori a span{font-size:30px} .scarico.fornitori a{background:#e32925} .fornitori a:hover{background:#3b303d} .scarico.fornitori a span{font-size:30px}
    
  .fornitori a:hover span{color:#fff;font-weight:bold;font-family:'LatoWebMedium',Arial,Helvetica,sans-serif;}
    
    
    .deathalert{   display:none; box-sizing: content-box;
    position: fixed;
    width: 430px;
    background-color: #fff;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 30%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;}
    
        .deathalert.octo{  
    width: 430px;
    background-color: #f3f3f3;
  
    height: 323px;
    overflow: hidden;}
    
      .deathalert.reaper{  
    width: 430px;
    background-color: #f68b1d;
  
    height: 430px;
    overflow: hidden;}
    
    
       .deathalert.bamba{  
    width: 450px;
    background-color: #13040d;
  
    overflow: hidden;}
    
   
    
      .deathalert.ghosts{  
    width: 430px;
    background-color: #4e66be;
  
    height: 430px;
    overflow: hidden;}
    
    
    
    .deathalert.banjo{  
    width: 430px;
    
  
    height: 324px;
    overflow: hidden;}
    
    
    .deathalert img{width:100%}
     .deathalert.octo img,  .deathalert.reaper img{margin-top:-15px}
     .deathalert.ghosts img{margin-top:-35px}
    
    span.morte {
    font-size: 26px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.deathalert.banjo span.morte{ color: #fff;
    left: 25px;
    transform: none;
    bottom: 25px;}
.deathalert.banjo span.close{ color: #fff;}

.deathalert.ghosts span.close, .deathalert.ghosts span.morte{ color: #ead4c0;bottom: 5px;}

.deathalert.bamba span.close, .deathalert.bamba span.morte{ color: #f68900;bottom: 0px;}

.totforn {
    padding: 0 25px 10px;
}
.totforn i {
    font-size: 19px;
    width: 26px;
    margin-left: 6px;
}
.totforn div {
  display:inline-block;
    font-size: 19px;
}
.totforn .sep{font-size: 19px;margin:0 10px}

.dateinterval{
    visibility: hidden;
    height: 0!important;
    padding: 0!important;
    margin-top: -7px;
    display: block;
}
b{	font-weight: bold;
  	font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;}
.adddeath{cursor:pointer} .adddeath:hover i{color:#e32925}
.edituser:hover, .deleteusr:hover, .adddeath:hover, .editpsw:hover{color:#e32925}
.edituserform p{text-align:left;    line-height: 30px;}
.edituserform.historymod{width:700px;padding:25px 0} .edituserform.historymod .inner{padding:0 25px 5px; 
    border-bottom: 1px solid #e0dae1
;
    margin-bottom: 25px;} .edituserform.historymod span{font-size:16px}
    .edituserform.historymod span.closehist {
    font-size: 20px;
}
span.backorder{cursor:pointer} span.backorder:hover{font-weight:bold;font-family:'LatoWebMedium',Arial,Helvetica,sans-serif;}
span.red.backorder:before {
    display: block;
    content: attr(title);
    height: 0;
    overflow: hidden;
    visibility: hidden;
   font-weight:bold;font-family:'LatoWebMedium',Arial,Helvetica,sans-serif;;
}
span.eliminaqr{cursor:pointer}span.eliminaqr:hover{color:#e32925}

.caricainput, .scaricainput{
    margin: 0 20px;
    border-radius: 3px;
    padding: 10px;}
    
    .caricainput{background: #35a047;} .scaricainput{background: #e32925;}
    .download.upload:hover,   .download.upload:hover i,   .download.upload:hover a,   .download.upload:hover label {
    color: #35a047;
}
.scaricainput h3, .scaricainput .monthpicker i, .scaricainput #date-view{color:#fff}
  .caricainput .qrcodeinput input[type="text"],  .scaricainput .qrcodeinput input[type="text"]{border:0;}
  
  .sidebar .stages.closed{   position: absolute;bottom: 0;margin: 0;width:100%;background: rgba(255,255,255,0.3);padding:25px 35px;cursor:pointer;top:calc(100% - 75px)} 
  
  .sidebar .stages.closed .stagesinner{display:none}
  
    .sidebar .stages.opened{  position: absolute;bottom: 0;margin: 0;width:100%;background: #3b303d;padding:25px 35px;cursor:pointer;top:0} 


  
   .sidebar .stages.opened .stagesinner{display:block;color:white;}
  
  .sidebar .stages.opened .stagesinner .list{padding:15px;background: rgba(255,255,255,0.3);margin:25px 0}
  
  .sidebar .stages.opened .stagesinner .list p:first-of-type{margin-top:0}
   .sidebar .stages.opened .stagesinner .list p:last-of-type{margin-bottom:0}

.sidebar .stages.opened .stagesinner .list p.titolo{font-weight:bold;font-family:'LatoWebMedium',Arial,Helvetica,sans-serif;;}
  .sidebar .stages span{font-size:19px;}  

.sidebar .stages i{font-size:22px;width:35px}  
  body.loggedin.componenti{background-color:#fff}
  .right.taglia i {
    color: white;
    font-size: 100px;
}
.componenti img{width:100%;}
.componenti .foto{display:inline-block; width:24%;position:relative;margin-right:1%;background: #3b303d;
    height: 100%;min-height:calc(100vh - 141px);
    padding: 0;
    vertical-align: top;
}


 .componenti .foto .qty{    position: absolute;
    background: rgba(255,255,255,0.6);
    font-size: 150px;top:10%;
    width: 100%;
    text-align: center;}
.componenti .top{    background: #3b303d;
    padding: 10px;width:100%;display:block}
    .pezzimaglia .inner{width:19%;display:inline-block} .pezzimaglia {    width: 73%;
    display: inline-block;
    margin-left: 1%;}
    .componenti div.left, .componenti div.middle, .componenti div.right{  color:#fff;font-size:100px;width:33%;display:inline-block;}    .componenti div.middle{text-align:center} .componenti div.right{text-align:right}
    
     
.cat {
  width: 100%;
  max-width: 20em;
  overflow: hidden;
}
.cat::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.cat:active > * {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.cat__body, .cat__tail, .cat__head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: rotating 2.79s cubic-bezier(0.1, 0.1, 0.12, 0.6) infinite;
          animation: rotating 2.79s cubic-bezier(0.1, 0.1, 0.12, 0.6) infinite;
}
.cat__body::before, .cat__tail::before, .cat__head::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-size: 200%;
  background-repeat: no-repeat;
  background-image: url("../img/cat-loader.png");
}

.cat__head::before {
  top: 0;
  right: 0;
  background-position: 100% 0%;
  transform-origin: 0% 100%;
  transform: rotate(90deg);
}

.cat__tail {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.cat__tail::before {
  left: 0;
  bottom: 0;
  background-position: 0% 100%;
  transform-origin: 100% 0%;
  transform: rotate(-30deg);
}

.cat__body {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.cat__body:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.cat__body::before {
  right: 0;
  bottom: 0;
  background-position: 100% 100%;
  transform-origin: 0% 0%;
}

@-webkit-keyframes rotating {
  from {
    transform: rotate(720deg);
  }
  to {
    transform: none;
  }
}

@keyframes rotating {
  from {
    transform: rotate(720deg);
  }
  to {
    transform: none;
  }
}
.box {
  display: none;position:absolute;z-index:100; 
  top: 50%;    width: 250px;
    left: 50%;background-color:transparent!important; box-shadow:none!important;
    transform: translate(-50%, -50%);
 
}

.overlay.white{background:rgba(255,255,255,0.5)}
.skufilterlink:hover{text-decoration:underline}

.edituserform input.deathorder{margin: 0px 0 20px;
    display: inline-block;
    height: 40px;}
    
  .edituserform  span.inputerror {
    font-size: 14px;
    margin-top: -10px;
    display: block;
    margin-bottom: 20px;
    color: #e32925;
    text-align: left;
}
.pezzimaglia .inner p {
    text-align: center;
    font-size: 25px;
  	font-weight: bold;
  	font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;
    margin: 20px 0 0px;
}
.content.misure{width:77%;display:inline-block; padding:0 }
.content.misure table td, .content.misure table td b,.content.misure table th{font-size:40px; padding:20px}

.stiro .foto{width:22%;margin:0}
.content.misure table td.selected, .content.misure table td.selected b,.content.misure table th.selected{background:yellow}

 .death {
       text-align:center;
      
        width: 100%;position:absolute;bottom:30px
    }
    .death-inner i{font-size:150px;color:#e32925}
    .death-inner {
       
        animation-duration: 2s;
        animation-iteration-count: infinite;
      
      
        margin: 0 auto 0 auto;
        transform-origin: bottom;
       
    }
    .bounce-7 {
        animation-name: bounce-7;
        animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    }
    @keyframes bounce-7 {
        0%   { transform: scale(1,1)      translateY(0); }
        10%  { transform: scale(1.1,.9)   translateY(0); }
        30%  { transform: scale(.9,1.1)   translateY(-100px); }
        50%  { transform: scale(1.05,.95) translateY(0); }
        57%  { transform: scale(1,1)      translateY(-7px); }
        64%  { transform: scale(1,1)      translateY(0); }
        100% { transform: scale(1,1)      translateY(0); }
    }

.qrcodeinput.distdate{width:30%;margin-left:20px} .qrcodeinput.distdate label{vertical-align:-5px;padding-right:5px}
.qrcodeinput.distdate span{
font-weight: bold;
    font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;
    font-size: 19px;
    letter-spacing: 1.2px;}
    
    textarea#comment {
    width: 740px;
    border: 1px solid #e0dae1
;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 3px;
    margin-right: 20px;
}
.edituserform p.piantocomm,.edituserform div.piantocomm{padding:0 25px!important; font-size:16px}
.edituserform div.piantocomm p{font-size:16px}
.confezione .content{width:100%;padding:35px}

.confezione.active,.confezione.not-active{display:inline-block;width:48.5%;box-sizing:content-box;vertical-align:top;background:transparent;box-shadow:none;padding:0}
.confezione.active{margin-right:23px}

.fornitori.confezione a{padding:30px 20px}
.fornitori a span{font-size:35px;color:#fff;font-weight: bold;
    font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;}

a.rimaglio,.rimaglio .title{background:#782a90}
a.zip_elastico,.zip_elastico .title{background:#313d97}
a.bottoni,.bottoni .title{background:#07a7e0}
a.standby,.standby .title{background:#fed00d}

a.fallato,.fallato .title{background:#e32925}
a.taglia_sbagliata,.taglia_sbagliata .title{background:#ff9f00}

.confezione-inner{
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
margin-bottom:23px;padding:20px;box-sizing:content-box;
    background-color: #fff;
}


.confezione .title{    border-radius: 3px;position:relative;
    box-shadow: none;
    color: #fff;
    margin-bottom: 20px;}
    .confezione .title h2{    text-align: center;font-size:45px;text-transform:uppercase;color:#fff;padding:0}
    .confezione .title a {    position: absolute;
    top: 18px;}
    .confezione .title a i{font-size:60px;color:#fff}
    
    #confirm button{padding:50px;background:transparent;border:0;position: absolute;
    top: -50px;
    right: -25px;}

.confezione .content .successmsg, .confezione .content .errormsg{margin:0 0 20px;    box-shadow: none;}
.confezione .content .successmsg{background:#35a047;color:#fff;font-size:25px;color:#fff;font-weight: bold;
    font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif}
.confezione .content .errormsg{background:#e32925;color:#fff;font-size:25px;color:#fff;font-weight: bold;
    font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif}
    
    span.minus i,  span.plus i{font-size:20px} span.minus, span.plus{text-align:center;padding:10px;vertical-align:middle} 
    
    .cat.deathalert{background:rgba(0,0,0,0.4);box-shadow:none;   z-index:100; width: 450px;max-width:unset;overflow:unset;
    height: 234px;}   .cat.deathalert:before{content:unset}
    
    .cronerror  {
    	background-color: #e32925;
    padding: 15px;
    position: sticky;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    
    }
    
    .cronerror div.crontitle{font-size:25px;color:#fff;font-weight: bold;
    font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;display:inline-block; width:12%;vertical-align:top}
    
    .cronerror div.cronissues{display:inline-block; width:70%}
    
 .cronerror div.cronissues   p{color:#fff;margin:2px 0 12px}  .cronerror div.cronissues   p:last-of-type{color:#fff;margin:8px 0 0}
 
 .cronerror a{color:#fff;font-weight: bold;
    font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;border-bottom:1px solid #fff;margin-left:10px}

.edituserform.historymod.facphoto{width:400px;padding:0;height:508px;overflow:hidden} .edituserform.historymod.facphoto img{width:101%}
.edituserform .prezziforn span {
    font-size: 16px;
}

.multi-selectbox{
  position:relative;
  overflow-y:scroll;
  margin: 15px auto;
  height:100px;
  width:100%;
  border: 1px solid #e0dae1
;
  border-radius: 3px;
}
.selectbox-scrollable{

  height:100%!important;
  border:0!important;
}
input[type="file"] {
    display: none;
}
.register form label.custom-file-upload {
	width: 70%;
  	border: 1px solid #e0dae1
;
  	margin-bottom: 20px;
  	padding: 14px 15px;
  	background:#fff;border-radius:3px;display:inline-block;
    cursor: pointer;
}

.custom-file-upload i{font-size:17px;width:25px}

.register .successmsg,.register .errormsg, .registerouter .successmsg,.registerouter .errormsg {margin: 0 10px 10px}
.content table.sidebyside{width:49%; margin-top: 40px;  vertical-align:top;display: inline-block;}

   .caricoscarico.ddt td span.cas{padding-right:10px} .caricoscarico.ddt td input.cas{width:40%;margin-right:10px} .caricoscarico.ddt td span.saldato{width:40%} .caricoscarico.ddt td span.saldato i{margin-right:5px}
   
   
 span.saldato  .csvcheck:checked + label i.fa-square-check {
    display: inline-block;
}
   
span.yellow {
    color: #EAAA00;
}
