* {
  	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: #112c53;
}
i{color:#112c53} 
a{text-decoration:none}
body {
  	background-color: #435165;
  	margin:0;height:100vh; 
  	background:url('/assets/img/background.jpg');
  	background-size:cover;background-position:center bottom;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:3
}
.login h1  {
  	text-align: center;
  	color: #112c53;
  	font-size: 30px;
  	padding: 20px 0 20px 0;
  	margin-top:0;
  	border-bottom: 1px solid #dee0e4;
  	font-family: 'Playfair Display',Times,serif;
	letter-spacing:3px;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: #dee0e4;
  	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 #dee0e4;
  	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: #dee0e4;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;
  	color: #112c53;    letter-spacing: 1.2px;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover, input[type="submit"] input[type="submit"]:hover {
	background-color: #112c53;color:#fff;
  	transition: background-color 0.2s;
}
.navtop {
	background-color: #112c53;
	height: 100px;padding:0 35px;
	width: 100%;
	border: 0;
}


.navtop  h1 {

	font-size: 30px;
	padding: 16px 0 0;
	margin: 0 0 5px;
	color: #fff;
	font-weight: normal;
	font-family: 'Playfair Display',Times,serif;
	letter-spacing:4px;font-weight:normal
}

.navtop .subtitle{font-size:17px;font-style:italic}
.navtop .subtitle i{font-size:15px;width:30px;text-align:center}
.navtop .subtitle.changer{cursor:pointer}

body.loggedin {
	background:none;background-color: #f3f4f7;
}
.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:#112c53;
	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 0 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:88%;overflow-y:scroll
}
.sidenav::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.content h2 {
	margin: 0;
	padding: 0 0 20px;
	font-size: 22px;
	color: #112c53;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, .bigform.content form > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	padding: 20px;
	background-color: #fff;
}

.content > div.table, .bigform.content form > 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:#f3f4f7}.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,.content.bigform form > 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: #dee0e4;
  	color: #112c53;
}
.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 #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
  	background:#fff;border-radius:3px;
  	margin-right:20px
}

.bigform form select,.bigform input, .bigform form input[type="text"]{
  	width: 100%;
  	height: 40px;
  	border: 1px solid #dee0e4;
  	padding: 3px 10px;
  	background:#fff;border-radius:3px;
  	margin-right:20px
}
.register select:invalid, .edituserform select:invalid, .bigform select:invalid{color:grey} 


.register form input[type="submit"], .edituserform button {
  	width: 740px;
  	padding: 15px;
  	background-color: #dee0e4;
 	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: #112c53;color:#fff;
  	transition: background-color 0.2s;
}
.logout{margin-top:40px;}.logout i, .sidebar i{    width: 27px;font-size: 17px;}
.sub-li i{width:13px;font-size:10px;vertical-align:2px}
p.hello{margin-top:0;padding:15px 35px;border-top:1px solid rgba(255,255,255,0.5); border-bottom:1px solid rgba(255,255,255,0.5);margin-bottom:25px;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 }
p.hello i{font-size:30px;vertical-align:-3px;margin-left:5px}
a.button-int{position:absolute;right:0;top: -7px;background: #dee0e4;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: 2;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;display:none}
    .edituserform p{    font-size: 18px;padding: 0 0 5px!important;}
.edituserform .close,.edituserform span.close, .deathalert .close, .edituserform .closehist{cursor:pointer;position:absolute;right:25px;top:25px;font-size:20px!important;font-weight: bold!important;font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif!important;}
i.red,span.red,span.red a{color:#e32925} i.green,span.green{color:#35a047} i.orange,span.orange{color:#f98128}
span.caps{text-transform:capitalize} td.separator{border-right:2px solid #112c53}
.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, .stats-ricerca select {
    width: 100%;
    border: 1px solid #dee0e4;
    border-radius: 3px;
    height: 30px;
    padding: 2px 10px;background:#fff
}
span.bold{font-family:font-weight: bold;
  	font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;}
.edituserform input, .edituserform select{height:40px!important} 

.pagination input{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;
}

.stats-ricerca{padding:0 25px 13px}
.content.stats table{margin-top:20px}
.stats-ricerca .datefilter,.stats-ricerca .ricercaselect{ width:20%;
    display: inline-block;text-align:left!important;    vertical-align: middle;margin-right:20px}
 .stats-ricerca   span#date-view-macchine,.stats-ricerca   span#date-view,.stats-ricerca   span#date-view-stordash,.stats-ricerca   span#date-view-op,.stats-ricerca   span#date-view-filato,.stats-ricerca   span#date-view-comp,.stats-ricerca   span#date-view-sb,.stats-ricerca   span#date-view-fal,.stats-ricerca   span#date-view-fal-ins, .stats-ricerca   span#date-view-rit,.stats-ricerca   span#date-view-late,.stats-ricerca   span#date-view-late-rep,.stats-ricerca   span#date-view-ave {
    vertical-align: 5px;

    margin-left: 10px;
}

.ricercatasto{width:unset!important;
    padding: 15px;
    background-color: #dee0e4;
    border: 0;
    cursor: pointer;
    font-weight: normal;
    transition: background-color 0.2s;
    border-radius: 3px;
    position:absolute;
    margin:0;top:15px;right:15px
    
    }
    
    .stats .table{position:relative}

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

.datefilter.nohover:hover i{color:#112c53;}

.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}
.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:#dee0e4; 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:#f3f4f7}.sidebar li.selected a{color:#112c53; font-weight:bold; font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;} .sidebar li.selected a i{color:#112c53; 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: #112c53;}
.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"],  .caricoscarico .carico input[type="submit"]{    background-color: #35a047;
}
  .caricoscarico.scarico input[type="submit"], .caricoscarico .scarico input[type="submit"]{    background-color: #e32925;
}
span.yellow {
    color: #EAAA00;
}
.aggiornadb h3{padding:10px 10px 15px}
    .caricoscarico input[type="submit"]:hover{background-color: #112c53;
    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 #dee0e4;
    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: #f3f4f7;
}
   .content  .distinta table tr td{background: #fff;}.download label{cursor:pointer}
   
   .caricoscarico td select.cas,.caricoscarico td span.cas{width:20%} .caricoscarico td input.cas{width:79%}
   
   .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;
}
   
   
   
   .prezziforn{position:relative} .prezziforn label{position:absolute;    right: 10px; top: 10px;} .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:#112c53} .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: 3;}
    
        .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;max-height:735px;overflow-y:scroll}

.edituserform.historymod::-webkit-scrollbar {
  display: none;
}
.register select:invalid, .edituserform select:invalid, .bigform select:invalid{color:#aaa} 
input::placeholder,textarea::placeholder{color:#aaa}
/* Hide scrollbar for IE, Edge and Firefox */
.edituserform.historymod {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

 .edituserform.historymod .inner{padding:0 25px 5px; 
    border-bottom: 1px solid #dee0e4;
    margin-bottom: 25px;} .edituserform.historymod span{font-size:16px}
    .edituserform.historymod span.closehist {
    font-size: 20px;
}

.confhistory{display:none}
.confhistory.historymod{padding:45px 0 0} .confhistory.historymod .inner{padding:0 25px 5px; 
    border-bottom: 1px solid #dee0e4;
    margin-bottom: 25px;} .confhistory.historymod span{font-size:16px}
.content  .confhistory p{text-align:left;   padding:0; line-height: 30px;}


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: #112c53;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: #112c53;
    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: #112c53;
    padding: 10px;width:100%;display:block}
    .pezzimaglia .inner{width:18%;display:inline-block;vertical-align: top;} .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 #dee0e4;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 3px;
    margin-right: 20px;
}

   textarea#customtext {
    width: 100%;
    border: 1px solid #dee0e4;
    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;vertical-align:top;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.confezione, .confezione .title,a.pacchetti, .pacchetti .title{background:#35a047}


a.rimaglio,.rimaglio .title{background:#782a90}
a.zip_elastico,.zip_elastico .title{background:#313d97}
a.bottoni,.bottoni .title,a.lavaggio,.lavaggio .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;vertical-align:top
}


.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: 279px;}   .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 #dee0e4;
  border-radius: 3px;
}
.selectbox-scrollable{

  height:100%!important;
  border:0!important;
}
.register .successmsg,.register .errormsg,.registerouter .successmsg,.registerouter .errormsg {margin: 0 10px 10px}


.resichoose  .successmsg,.resichoose .errormsg {margin: 0 0px 20px}



input[type="date"].recheckadd{overflow: unset;
    position: relative;
    opacity: 1;
    width: 310px!important;
  border:0;
    margin-bottom: 20px;
  display:inline-block;
    background: transparent;
    border-radius: 3px;
    margin-left: 10px;
  
}

.recheckdatediv{width:360px;  border: 1px solid #dee0e4;height:50px;border-radius:3px}

.register form .recheckdatediv label{background:none;font-size:25px;width:30px;display:inline-block;padding-left: 15px;
    vertical-align: -2px;}

.register form .recheckdatediv label i{font-size:25px;width:30px;}



input[type="date"].recheckadd::-webkit-calendar-picker-indicator {
  color: black;
  background: none;
  z-index: 1;  
    position: absolute;
  top: 0;
  left: -50px;
  width: 100%;
   width: 100%;
  cursor: pointer;
}

.clientspecs,.prodspecs,.customspecs{width:740px;border-bottom:1px solid #dee0e4;margin-bottom:20px;padding-bottom:5px}
.agentspecs{width:740px;margin-top:5px}

.custom .register h3{padding:0 0 15px}

.custom .register form select, .custom .register form input[type="text"]{margin-right:10px;width:362px;display:inline-block}

.custom .register form #sku,.custom .register form #agent{width:100%}

.custom .checkboxdiv{    width: 250px;margin-top:5px;
    display: inline-block;}
  .custom .checkboxdiv label{  display: inline-block;
    width: 90%;height:25px;
    background: none;}

.custom  .register form .clientspecs select:last-of-type,.custom  .register form .customspecs select:last-of-type,.custom  .register form .prodspecs select:last-of-type{margin-right:0}


.custom textarea#specs{    width: 484px;padding:10px;border-color:#dee0e4;border-radius:3px;margin-bottom:20px;margin-top:5px;
    vertical-align: top;}



a.cercaepc, .cercaepc .title{background:#fff;color:#112c53;border:3px solid #112c53} a.cercaepc span{color:#112c53}
.confezione.cercaepc .title h2, .confezione.cercaepc .title a i{color:#112c53}

.customadminform{border-top:1px solid #dee0e4;margin-top:25px;    padding: 25px 25px 0!important;
    font-size: 16px;
}.customadminform button{width:100%!important}

.customadminform #valuta{display:inline-block;width:10%}
.customadminform #costo{
    display: inline-block;
    width: 89%;
    margin-left: 1px;
}
input[type="file"] {
    display: none;
}
.register form label.custom-file-upload {
	width: 70%;
  	border: 1px solid #dee0e4;
  	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}

select.tipoupload{    margin-right: 0!important;
    width: 29%!important;}
    select.tipodownload{    margin-right: 0!important;
    width:100%!important;}
    
    .compaltraroba{
     position: fixed;
    bottom: 0;
    background: #112c53;
    font-size: 25px;
    width: 100%;
    padding: 0 20px;
    color: white;}
    
    .statsexp{font-weight:normal;margin-top:10px;display:inline-block;font-style:italic;}
.stats td.separator{border-left:2px solid #112c53;border-right:0}

.ricercatasto.row{bottom:15px;top:unset;right:unset;left:15px}

.ricercatasto.deletemis{    position: unset;
    padding: 5px;
    text-align: center;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 50px;}
.ricercatasto.deletemis i{font-size:11px;    vertical-align: 2px;
}

.schedemis form input[type="submit"]{
  	width: 30%; position:absolute;right:15px;bottom:15px;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #dee0e4;
  	border: 0;
  	cursor: pointer;
border-radius:3px;
  	color: #112c53;    letter-spacing: 1.2px;
  	transition: background-color 0.2s;
}
.schedemis form input[type="submit"]:hover{
	background-color: #112c53;color:#fff;
  	transition: background-color 0.2s;
}


.indirizzosped, .addnewspedtext{    display: inline-block;
    vertical-align: text-top;
    padding: 0 10px 10px!important;}
    
   .indirizzosped{line-height:27px} 
    
    .editindirizzosped, #addnewsped i,.delindirizzosped{display: inline-block; cursor:pointer;
    width: 25px;}
    
    .editindirizzosped,.delindirizzosped{padding:5px 0 10px}
    
#addnewsped{cursor:pointer}#addnewsped:hover,.editindirizzosped:hover, .editindirizzosped:hover i, #addnewsped:hover i , #addnewsped:hover span,.delindirizzosped:hover, .delindirizzosped:hover i,{color:#e32925}

.prodgeneral{display:grid;padding:0 20px;column-gap:25px;grid-auto-rows:auto;
    grid-template-rows: minmax(1px, auto) 1fr;
    grid-template-columns: repeat(7,1fr)}
    
    .prodgeneral.new{display:grid;padding:0 20px;column-gap:25px;grid-auto-rows:auto;
    grid-template-rows: minmax(1px, auto) 1fr;
    grid-template-columns: repeat(2,1fr)}
    
.prodgeneral .foto{    grid-row: 1 / span 2} .prodgeneral .foto img{width:100%}

.prodgeneral .colfull{    grid-column: 1/ span 1;grid-row:1/ span 1;height:min-content}
.prodgeneral .colfull.bottom{    grid-column: 1/ span 1;grid-row:3/ span 1;height:min-content}

.prodgeneral .col1{    grid-column: 1/ span 3;grid-row:2/ span 1}
.prodgeneral .col2{    grid-column: 4/ span 3;grid-row:2/ span 1 }

.prodgeneral.new .col1{    grid-column: 1/ span 1;grid-row:2/ span 1}
.prodgeneral.new .col2{    grid-column: 2/ span 1;grid-row:2/ span 1 }


.bigform span.prodtitle{    font-weight: bold;padding-bottom:10px;
    letter-spacing: 1px;
    font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;
    display: inline-block;}

.prodgeneral span.prodtitle{width:24%;padding:0}
.prodgeneral span.prodval{width:75%;display:inline-block}

 .content.bigform form .prodgeneral p{padding:5px 0 0}

.bigform input:disabled,.bigform select:disabled{opacity:0.9; cursor:not-allowed;margin-right:0;display:none}

.editprod.ricercatasto,.noeditprod.ricercatasto{width:49px!important; text-align:center}

.bigform .ricercatasto{top:20px;right:20px}

.ricercatasto.noabs {
    position: unset;
    text-align: center;
    padding: 16px 30px;height:49px;display:inline-block;
    margin-left: 15px;    text-transform: uppercase;
    letter-spacing: 1.2px;
}



.ricercatasto.noabs.tab {
 
    padding: 16px 0;height:49px;display:inline-block;
   text-transform: uppercase; width:150px!important;
    letter-spacing: 1.2px;
}


.ricercatasto.noabs:first-of-type {margin-left:0}

.tabswitch{padding:5px 20px 0}
.contentinner{display:none; padding:0 20px 0}
.contentinner.active{display:block}

.tab{opacity:0.6}
 .tab.active{opacity:1;
background-color: #112c53;
    color: #fff;
    font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;
font-weight:bold;
    transition: background-color 0.2s;
}
.tab:hover{opacity:1}

.tess-top{display:grid;column-gap:20px;grid-auto-rows:auto;margin:20px 0 0px;
    grid-template-rows:auto;
    grid-template-columns: repeat(2,1fr);grid-row-gap:20px;
    }
    
    .telaio-block{padding-top:20px;border: 2px solid #dee0e4;grid-row:1 / span 2;height:min-content;grid-column:1 / span 1 }
    
    .tess-top span.prodtitle{    font-weight: bold; padding-bottom:10px;
    letter-spacing: 1px;
    font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;
}
    
    .tess-middle{grid-row:1 / span 2; grid-column:2 / span 1;grid-row:1 / span 5;height:min-content}
.tess-middle .files{margin-top:20px}

.tess-middle .ricercatasto.noabs,.conf-bottom .ricercatasto.noabs,.lavaggio .ricercatasto.noabs,  .rim-two .ricercatasto.noabs, .rim-four .ricercatasto.noabs{margin:0 20px 20px;display:inline-block}

.rim-five .ricercatasto.noabs,.notes-block .ricercatasto.noabs{margin-right:25px}

.misure.innercontent .ricercatasto.noabs{margin:0 20px 20px;display:inline-block}
.misure.innercontent .ricercatasto.noabs.disabled{display:none}
#addprot-prod-mis,#addprot-prod-mis-dis {padding:16px 30px}

.misure.innercontent .ricercatasto{top:20px;right:20px}

.misure.innercontent.files{padding-top:20px}

.guidafilo{border: 2px solid #dee0e4;padding:20px 0 0;height:min-content}
.fittezza{margin-bottom:0px;border: 2px solid #dee0e4;padding:20px 0 0;height:min-content;grid-row:3 / span 1;grid-column:1 / span 1 }
.rapportomaglia{margin-bottom:0px;border: 2px solid #dee0e4;padding:20px 0 0;height:min-content;grid-row:4/ span 1;grid-column:1 / span 1 }


.tagliacamp{border: 2px solid #dee0e4;padding:20px 0 0; grid-row: 5 / span 1;    grid-column:1 / span 1;height: min-content;}
.files{border: 2px solid #dee0e4;padding:20px 0 0;}
.ricercatasto.noabs.disabled, .ricercatasto.disabled{opacity:0.6; cursor:not-allowed;display:none}

.conf-top{display:grid;column-gap:20px;grid-auto-rows:auto;margin:20px 0 0px;grid-row-gap:20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(3,1fr);
  }
  
  .brand-block{border: 2px solid #dee0e4;padding:20px 0 0;height:min-content}
  
  
.conf-middle{display:grid;column-gap:20px;grid-auto-rows:auto; grid-template-rows: auto;
    grid-template-columns: repeat(3,1fr);grid-row-gap:20px;margin-top:20px}
   
   
    .conf-bottom{margin-top:20px}
    
   .label-block,.tags-inner{border: 2px solid #dee0e4;padding:20px 0 0;height:min-content}
  .tags-block{grid-row:1 / span 4; grid-column:3 / span 1}   
     .brand-block{grid-row:1 / span 1; grid-column:1 / span 1}   

 .label-block{grid-row:1 / span 1; grid-column:2 / span 1}
.prodtitle.hasnotes{display:block; width:100%}
.prodval.short{display:inline-block; width:20%}
.prodval.notes{display:inline-block; width:79%}

.notes-block{height:min-content;margin-top:20px}
.acc-block{height:min-content;grid-row:2 /span 2;grid-column:1 / span 2;padding:20px 0 0}

.acc-block .ricercatasto.noabs{margin-left:20px;margin-bottom:20px}

.label-block p:nth-child(even),.tags-block p:nth-child(even){background:#f3f4f7}

.lavaggio.grid{display:grid;column-gap:20px;grid-auto-rows:auto;margin:20px 0 0px;
    grid-template-rows: auto;grid-row-gap:20px;
    grid-template-columns: repeat(3,1fr);}
.lavaggio .inner{border: 2px solid #dee0e4;padding:20px 0 0;grid-column:1 / span 2}
.lavaggio .prodtitle{margin-bottom:10px;padding-left:20px}


.bigform textarea{
	
	width: 100%;
    border: 1px solid #dee0e4;
    padding: 5px 15px;
    background: #fff;
    border-radius: 3px;
    resize:none;
	
}

.rim-top{display:grid;column-gap:20px;grid-auto-rows:auto;margin:20px 0 0px;
    grid-template-rows: auto;grid-row-gap:20px;
    grid-template-columns: repeat(3,1fr);}

.rim-one{border: 2px solid #dee0e4;grid-column:1 / span 1;grid-row:1 / span 3;
    padding: 20px 0 0; height:min-content}
    
    .rim-two.files{border: 2px solid #dee0e4;grid-row:1 / span 1;
    padding: 20px 0 0; height:min-content;grid-column:2 / span 2}
    
     .rim-three{border: 2px solid #dee0e4;
    padding: 20px 0 0; height:min-content}
    
     .rim-five.files{border: 2px solid #dee0e4;grid-row:2 / span 1;
    padding: 20px; height:min-content;grid-column:2 / span 1}
     .rim-six.files{border: 2px solid #dee0e4;grid-row:2 / span 1;
    padding: 20px; height:min-content;grid-column:3 / span 1}
    
     
 .notes-block.files{padding:20px;height:min-content;}
    
    
    .lavnewtop{display:grid;column-gap:3%;grid-auto-rows:auto;
    grid-template-rows: minmax(1px, auto) 1fr;
    grid-template-columns: repeat(
    3,1fr);
    }

.selectize-control.multi .selectize-input{box-shadow:none!important;
}

.selectize-input{
  	width: 100%!important;
  	height: 40px!important; font-family: 'LatoWeb',Arial,Helvetica,sans-serif!important;
  	border: 1px solid #dee0e4!important;font-weight:normal!important;
  	padding: 7px 10px!important;
  	background:#fff!important;border-radius:3px!important;
  	margin-right:20px!important
}

.selectize-input input{font-family: 'LatoWeb',Arial,Helvetica,sans-serif!important;    font-size: 16px!important;font-weight:normal!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
    letter-spacing: 0.7px!important;
    color: #112c53!important;}
    
   .selectize-control.multi .selectize-input [data-value]{font-family: 'LatoWeb',Arial,Helvetica,sans-serif!important;    font-size: 16px!important; font-weight:normal!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;background-image:none!important;box-shadow:none!important;
    letter-spacing: 0.7px!important;border: 1px solid #dee0e4!important;
    color: #112c53!important;background-color:#f3f4f7!important;border-radius:3px!important}
    
    .selectize-dropdown [data-selectable].active{background-image:none!important;background-color:#f3f4f7!important;  color: #112c53!important
 }
    .selectize-dropdown [data-selectable] .highlight{background:none!important;font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif!important; }
    
    .selectize-control.multi .selectize-input>div.active{ color: #fff!important; border-color:#112c53!important;background: #112c53!important;box-shadow:none!important;}
    
    .selectize-control.multi .selectize-input [data-value]{text-shadow:none!important}
    .selectize-control.multi .selectize-input>div.active span, .selectize-control.multi .selectize-input>div.active a{color: #fff!important;}
    
    .selectize-input>*{vertical-align:top!important}
    input[type="time"]::-webkit-calendar-picker-indicator { background: none; display:none; }
    .selectize-input>input, .selectize-input input{top:-8px}
    
    .selectize-control.multi .selectize-input [data-value] a{padding-left:5px}
    
    th .selectize-input{height:30px!important}
    .selectize-dropdown [data-selectable].option {
    opacity: 1;
    cursor: pointer;
    font-weight: normal!important;
}
.selectize-dropdown{border: 1px solid #dee0e4!important;}
th .selectize-control.multi .selectize-input [data-value], th .selectize-control.multi .selectize-input>div.active{border-color:#fff!important;background: #fff!important;  color: #112c53!important;margin-top:-5px}

.selectize-dropdown .selected{background:#fff!important;color: #112c53!important;}

.selectize-control.single .selectize-input{box-shadow:none!important}

th .selectize-control.single .selectize-input span.name{margin-top:-1px!important;display:block}

.selectize-control.single .selectize-input:after{content:"\f107";font-family:"fontawesome";top:6px;right:13px;margin:0;border:0;color: #112c53!important}


.registerouter.custom.anagrafica .selectize-control.single .selectize-input:after{content:"\f107";font-family:"fontawesome";top:16px;right:14px;margin:0;border:0;color: #112c53!important}
.registerouter.custom.anagrafica .selectize-input{width:100%!important;height:50px!important;padding:7px 15px!important}
.registerouter.custom.anagrafica .selectize-control.single{width:100%!important;display:inline-block;margin-right:10px!important;vertical-align:top;    margin-bottom: 20px;}
.selectize-control.single .selectize-input.dropdown-active:after{margin:unset}

.registerouter.custom.anagrafica .selectize-control.single .selectize-input, .registerouter.custom.anagrafica .selectize-control.single .selectize-input input{height:50px!important}

.registerouter.custom.anagrafica .selectize-input>*{    line-height: 36px!important;}

.selectize-control .selectize-input.disabled{opacity:0.9;background-color:#fff!important;cursor:not-allowed!important}
.selectize-control.multi .selectize-input.disabled [data-value],.selectize-input.disabled, .selectize-input.disabled *{cursor:not-allowed!important}

select{-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background-color: #fff!important;
    background-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' fill='%23112c53'%3E%3Cpath d='M169.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 274.7 54.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E")!important;
    background-repeat: no-repeat!important;
    background-clip: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
	background-repeat: no-repeat!important;
	background-size: 9px!important;text-indent:10px;padding:2px 0px!important;
background-position: calc(100% - 4px) calc(50% + 1px)!important;
}
.register form select{text-indent:15px;}
.schedatop {padding: 10px 20px 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dee0e4;}
    
    #rimnotes,#confnotes{padding:15px}
    
    textarea:disabled{opacity:0.9;background-color:#fff!important;cursor:not-allowed!important}
    
    #rimfoto img{width: 15%;
    margin-top: 15px;
    display: inline-block;
    margin-right: 15px;}

 #rimfoto img:last-of-type{margin-right:0}
 
 .lavoraz-table {grid-column:1 / span 2;height: min-content;
    border: 2px solid #dee0e4; grid-row: 2 / span 5;
    padding: 20px 0 0;
}
.listino-grid{margin:20px 0 0px;grid-row-gap:20px;

display: grid;
    column-gap: 20px;
    grid-auto-rows: auto;
    grid-template-rows:auto;
    grid-template-columns: repeat(3,1fr);

}

 .listino-table.costi {margin-bottom:20px;
    border: 2px solid #dee0e4; 
    padding: 20px 0 0;height:min-content;
}

 .listino-table.filato {
    border: 2px solid #dee0e4;margin-top:20px;
    padding: 20px 0 0;
    height: min-content;
   
}

.listino-table-outer{

 grid-column: 3 / span 1;

grid-row: 1 / span 7;

}


 .listino-table.prezzi {
    border: 2px solid #dee0e4; 
    padding: 20px 0 0;height:min-content;
}

.lavoraz-generali {grid-column:1 / span 1;    margin: 0;grid-row:1 / span 1;
    border: 2px solid #dee0e4;height:min-content;padding:20px 0 0;
}


.lavoraz-rimaglio {grid-column:2 / span 1;    margin: 0;grid-row:1 / span 1;
    border: 2px solid #dee0e4;height:min-content;padding:20px 0 0;
}

.lavoraz-top{margin:20px 0 0px;grid-row-gap:20px;

display: grid;
    column-gap: 20px;
    grid-auto-rows: auto;
    grid-template-rows: auto;
    grid-template-columns: repeat(3,1fr);

}
.bigform  table  td select, .bigform  table  td input{height:40px
}
.extra_rim_sel .selectize-input {
    height: 195px!important; display:none
}
.filato_sel .selectize-input {
    height: 100px!important; display:none
}



.rightalign{text-align:right!important}

.misuretab input {
  position: absolute;
  visibility: hidden;
  display: none;
}

.misuretab label {
  color:rgba(44, 1, 33, 0.6);
  display: inline-block;
  cursor: pointer;
  padding: 7px 20px;width: 180px;text-align:center
}

.misuretab input[type=radio]:checked + label{
  color: #112c53;border-color: rgba(222, 224, 228, 0.6);
  background: rgba(222, 224, 228, 0.6);font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif!important;
}

.misuretab label + input[type=radio] + label {
 
}
.misuretab {
  border: solid 2px rgba(222, 224, 228, 0.6);
  display: inline-block;
  margin: 20px 0;
  border-radius: 20px;
  overflow: hidden;
}

#misurecampione td.selected,#misurecampione th.selected,#sviluppotaglie td.selected,#sviluppotaglie th.selected{background:yellow!important}

   #misurecampione th.selected{ padding-top: 15px;}
   
   th.camp, td.camp {
    border-left: 2px solid 
    }
    
    #misurecampione{
    
   grid-row-gap:20px;

display: grid;
    column-gap: 20px;
    grid-auto-rows: auto;
    grid-template-rows: minmax(1px, auto) 1fr;
    grid-template-columns: repeat(2,1fr);}

.valnoedit.hide{display:none!important}
.misure.innercontent input[type=checkbox]{width:20px;margin:0}

.content.bigform table td{padding:11px 20px}
 .content.bigform table th{padding:0 20px 15px}
 
 .bigform textarea:disabled{display:none}
.firstcol{display:none}

.firstcol.show{display:revert}

#sviluppotable th, #sviluppotable td{border-left:2px solid #dee0e4;text-align:center}

#sviluppotable .firstcol,#sviluppotable .firstcol th, #sviluppotable .secondcol{border:0}
 #sviluppotable .secondcol{text-align:left}


#showpicprod{cursor:pointer} #showpicprod:hover i{color:#e32925}

tr#weightrow {
    border-top: 5px solid #dee0e4;}
  
  .header.sticky{  
  
    width: 83%;
    position: fixed;
    left: 17%;
    padding: 20px 35px 0px;
    top: 0;
    z-index: 2;
    background: rgba(243, 244, 247, 0.9);
    border-bottom: 2px solid #dee0e4;
    margin: 0;
}

.selectize-input>input[placeholder]{position:relative!important}

.lavoraz-table input[type=checkbox]{width:20px!important}

.content.project div.table h3{padding: 20px;cursor:pointer;color: #112c537a;
}
.content.project div.table.active h3{color: #112c53;
}
.content.project div.table{margin-top:30px;position:relative;padding:0}
.content.project div.table:first-of-type{margin-top:0px}

.content.project div.table .inner-content{display:none;padding: 5px 20px 20px}

.content.project div.table.active .inner-content{display:block}

.content.project div.table h3::after{content:"\f106";font-family:"fontawesome";position:absolute;top:20px;right:20px;font-size:20px;}

.content.project div.table.active h3::after{content:"\f107";}


.content.project div.table h3:hover, .content.project div.table h3:hover i{ color:#e32925}


.flip-card {
  background-color: transparent;
  width: 100%;
  height:30px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;cursor:pointer;
  width: 100%;
  height: 100%;
  text-align: left;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #112c53;
  color: white;
}

.flip-card-back {
  background-color: #112c53;
  color: white;
  transform: rotateY(180deg);
}

.navtop .subtitle a{padding:0;font-size:17px;font-weight: bold;
  	font-family: 'LatoWebMedium',Arial,Helvetica,sans-serif;}

.daterangepicker.single .drp-calendar.right,.daterangepicker.single .drp-calendar.left{width:100%!important}
.daterangepicker .drp-selected{display:none!important}

.daterangepicker.single .calendar-table td, .daterangepicker.single .calendar-table th{font-size:13px!important}
