* {
  	box-sizing: border-box;
  	font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 14px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	letter-spacing: 0.7px;
  	color: #252525;
}
i { color: #252525; } 
a { text-decoration: none; }
body {
  	background-color: #f1f1f1;  
  	margin: 0; 
  	height: 100vh; 
}
.login, .edituserform {
  	width: 400px;
  	background-color: #ffffff;
  	border: 1px solid #e4e4e4;
  	border-bottom: 0;
  	box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
  	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}
.edituserform { border: 0; }
.login { background-color: rgba(255, 255, 255, 1); }
.login h1 {
  	text-align: center;
  	color: #252525;
  	font-size: 35px;
  	padding: 30px 0 0;
  	margin-top: 0;
  	font-family: 'Inter', Arial, Helvetica, sans-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: #e4e4e4;color:#252525;
  
}.login form label i{color:#252525;}  .login h1{color:#252525;}
.login form input[type="password"], .login form input[type="text"], .login form select  {
  	width: 310px;
  	height: 50px;background:#fff;
  	border: 1px solid #ccc;
  	margin-bottom: 20px;color:#252525;
  	padding: 0 15px;
  	
}
.login form input[type="submit"], .login #loginfirststep{
  	width: 100%;
  	padding: 15px;text-align:center;
 	margin-top: 20px;
  	background-color: #252525;    
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	font-family: 'Inter',Arial,Helvetica,sans-serif;
  	color: #fff;    letter-spacing: 1.2px;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover, .login #loginfirststep:hover, input[type="submit"]:hover {
	background-color: #252525cc;color:#fff;
  	transition: background-color 0.2s;
}
.navtop {
	background-color: #252525;
	height: 100px;padding:0 20px;
	width: 100%;
	border: 0;
}


.navtop  h1 {

	font-size: 30px;
	padding: 16px 0 0;
	margin: 0 0 5px;
	color: #fff;
	font-weight: normal;
	 font-family: 'Inter',Arial,Helvetica,sans-serif;
	letter-spacing:4px;font-weight:normal
}
.navtop  h1 a {font-size: 30px;padding:0}
body.loggedin {
	background:none;background-color: #f1f1f1;
}
.wrap{display:flex; }
.content {
	width: 100%;
	margin: 0 auto;
	padding: 25px 35px;   
}

.sidebaroctologo{    width: 50px;
    text-align: center;
    top: 50%;left:unset;
    position: relative;
    transform: translate(-0%, -50%);}
    
   .sidebar.closed .sidebaroctologo {
   
    transform: translate(-50%, -50%);
    left: 50%;
}

.content.open{width:100%}
.content .header{position:relative;box-shadow: none;
    padding: 0;
    background: transparent;}
.sidebar {
	max-width: 250px;min-width: 250px;
	margin: 0 auto;
	background:#252525;
	min-height:100vh;	height:100%;position:relative;z-index:2;
	padding:0;
}
.sidebar p, .sidebar ul, .sidebar a, .sidebar span{color:#fff}
.sidebar i{color:#fff}
.sidebar li{padding:10px 0;border-left:5px solid #252525}
.sidebar a{display:block; padding:0 25px;font-size:18px;letter-spacing:1px;margin-left:-5px}
 .sidebar a span.label{font-size:18px;letter-spacing:1px;display:inline-block}

.sidebar li:hover{background:#3e3e3e;border-left:5px solid  #028b9c}

.sidebar ul{padding:0 0 15px;list-style:none;margin:0}
.sidenav{
    -ms-overflow-style: none;  
    scrollbar-width: none;  
    height:70.5%;   
    overflow-y: scroll;

}
.sidenav::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.sidenav.hasmega{
    padding-right: 270px!important;
    margin-right: -270px!important;
  

}


.switch .outersel{width: 100%;
    height: 50px;
    border-top:2px solid rgba(255,255,255,0.5); border-bottom:2px solid rgba(255,255,255,0.5);margin-bottom:25px;background:rgba(255,255,255,0.2);
    margin-bottom: 20px;
    color: #fff;    display: inline-block;
	position:relative;
    padding: 13px 15px;
  margin:0;
    }
    
    .switch i.label{
    display: inline-block;
    vertical-align:text-bottom;
    color: #fff!important;
    
}

.toppart{border-bottom:2px solid rgba(255,255,255,0.5);margin-bottom:20px;background:rgba(255,255,255,0.2);padding:20px 0}

.switch i.drop{
    display: inline-block;
    position:absolute;right:0px;font-size:16px;top:16px;
    vertical-align:text-bottom;
    color: #fff!important;
    
}

/* Dropdown Button */
.dropbtn {

  padding: 16px;
  font-size: 18px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;width:100%;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;  border-bottom:2px solid rgba(255,255,255,0.5);
  position: absolute;
  background-color: #252525;
 width:100%;
  z-index: 1;box-shadow:0 6px 7px 0px rgba(0, 0, 0, 0.25)
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #fff;font-size:16px;
 background:rgba(255,255,255,0.2);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #252525;color:#fff}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover  .outersel{border-bottom:0}



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

.content > p, .content > div, .multidivform > div{
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	padding: 20px;
	background-color: #fff;
}
.content > div.multidivwrapper,.content > form div.multidivwrapper{    background: 0;
    box-shadow: none;
   display:flex;gap:20px;
    padding: 0;
   
}
.multidivwrapper div.orderbox  {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	padding: 20px 0;
	background-color: #fff;
}
.content > div.table{padding:20px 0 20px;}

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

.content table{width:100%; border-spacing:0;  border-collapse: collapse;    table-layout: fixed;}
.content table td,.content table th{text-align:left}
.content table td{padding:10px 20px;background:#f7f7f7; word-wrap: break-word;}.content table th{padding:0 20px 15px;font-weight: bold;font-family: 'Inter',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: 0;
	margin: 0 0 10px 0;
}

.orderbox > div p {
	padding: 0;
	margin: 0 0 10px 0;
}
.errormsg, .errormsg-toast{
	background-color: #cc232033;
    padding: 15px;
    margin: 0 20px 20px;border-radius:0px;
        border: 1px solid #cc2320;
    color: #cc2320;
    font-weight: bold;
}
.successmsg, .successmsg-toast{
	 border: 1px solid #35a047;
    background: #35a04733;
    padding: 15px;
    margin: 0 20px 20px;border-radius:0px;
    color:#257834;font-weight:bold

}
.content > div.successmsg{
	 border: 1px solid #35a047;
    background: #35a04733;
    padding: 15px;
    margin: 0 0 20px; border-radius:0px;
    box-shadow:none;color:#257834;font-weight:bold

}

.errormsg-toast, .successmsg-toast{
    margin: 0 ;
}

.content > div.errormsg{
	 margin: 0 0 20px;background-color: #cc232033;
    padding: 15px;
 border-radius:0px;
        border: 1px solid #cc2320;
    color: #cc2320;
    font-weight: bold;box-shadow:none;
}

.login .errormsg, .login .successmsg {

    width: 310px;
    margin: 40px auto 0px;
}

.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: #e4e4e4;
  	color: #252525;
}
.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 #e4e4e4;
  	margin-bottom: 20px;
  	padding: 0 10px;
  	background:#fff;border-radius:0px;
  	margin-right:20px
}
.register select:invalid, .edituserform select:invalid, select:invalid{color:#aaa} 

.register form input[type="submit"], .edituserform button {
  	width: 740px;
  	padding: 15px;
  	background-color: #e4e4e4;
 	border: 0;
  	cursor: pointer;
  	font-weight: normal;
  	transition: background-color 0.2s;border-radius:0px
}
.register form input[type="submit"]:hover, a.button-int:hover, .edituserform button:hover {
	background-color: #252525;color:#fff;
  	transition: background-color 0.2s;
}
.logout{margin-top:40px;}.logout i, .sidebar i{    width: 35px;font-size: 20px;
}
.sub-li i{width:13px;font-size:10px;vertical-align:2px}
p.hello{margin-top:0;padding:15px 25px;margin-bottom:25px;background:#3e3e3e} p.hello, p.hello span{font-size:20px;font-weight: 600;font-family: 'Inter',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: #e4e4e4;border-radius: 0px;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.6);
    z-index: 3;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;display:none}
    

 
.overlay-drawer {
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;

    /* Smooth transition */
    transition: opacity 0.4s ease-in-out, visibility 0s linear 0.4s;

    /* Initially hidden */
    opacity: 0;
    visibility: hidden;
}

.overlay-drawer.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease-in-out, visibility 0s linear 0s; /* Instantly visible when added */
}
    
    .sideoverlay{background: rgba(0,0,0,0.6);
    z-index: 3;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;display:none}
    
    
    .whiteoverlay{background: rgba(255,255,255,0.8);
    z-index: 3;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;display:none}
    
    .edituserform p{    font-size: 18px;padding: 0 0 10px!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: 'Inter',Arial,Helvetica,sans-serif!important;}
.edituserform .close i,.edituserform span.close  i, .deathalert .close  i, .edituserform .closehist  i{font-size:20px}

i.red,span.red,span.red a{color:#cc2320} i.green,span.green{color:#35a047}
i.blue,span.blue,span.blue a{color:#028b9c}


span.caps{text-transform:capitalize} td.separator{border-right:2px solid #252525}
.allcaps{text-transform:uppercase}
.iconfilter i{font-size:25px;text-align:center;vertical-align:bottom;text-align:center} .iconfilter label:hover i{color:#028b9c} 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 #e4e4e4;
    border-radius: 0px;
    height: 30px;
    padding: 2px 10px;background:#fff;cursor: pointer;
}



.pagination input{padding:5px;text-align:center;font-size:14px}
.pagination input{width:30px}.pager select{width:60px;font-size:14px}
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, input[type="datetime-local"]::-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 40px}
.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,.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: #e4e4e4;
    border: 0;
    cursor: pointer;
    font-weight: normal;
    transition: background-color 0.2s;
    border-radius: 0px;
    position:absolute;
    margin:0;top:15px;right:15px
    
    }
    
    
    .ricercatasto.estratto i{font-size:22px}
    .ricercatasto.estratto {    padding: 17px 15px;
    top: 20px;
    right: 20px;
    width: 57px!important;
    height: 57px!important;}
    
    .stats .table{position:relative}

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

.datefilter.nohover:hover i{color:#252525;}

.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:#028b9c}
input:focus, select:focus, textarea:focus {
    outline: 0;
}
.iconfilter input:checked + label i {
  color: #028b9c;
}
li.sub-li{padding:8px 25px}
.count-percent, .count-percent span, .count-percent i{
    font-size: 22px;
}
.download i, .download ,  .download a, .download label {
    font-size: 20px;
}
.count-percent i, .download i{width:30px;display:inline-block;text-align: left;}
.count-percent i{width:33px}
.count-percent {padding-left:35px} .download{float:right; cursor:pointer} .download:hover, .download:hover i, .download:hover a, .download:hover label{color:#028b9c}

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

tr.csvhead th{padding:0}
td.checkboxtd.icontd input {
    display: none;
}

.csvcheck + label i.fa-square-check,.csvcheck + label i.fa-square{font-size:20px}
.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:15px;} .pagination li {display:inline-block;text-align:center;width: 25px;cursor:pointer;font-size:14px} .pagination li.disabled, .pagination li.disabled i{color:#ccc; cursor:not-allowed;} 
.pager{ display: inline-block;width: 41%;text-align: right;align-content: center;}
.pageinfo{ width: 59%; display: inline-block;font-size:14px;align-content: center;}
.pageinfo span{font-size:14px;}
.pagerhead{    padding: 0;
    margin: 10px 0 10px 0;
    border: 0;display:flex}
.gestsep{padding:0 10px; font-size:22px}
.download .gestsep{padding:0 10px; font-size:20px}

.sidebar li.selected{background:#f7f7f7}.sidebar li.selected a{color:#252525; font-weight:bold; font-family: 'Inter',Arial,Helvetica,sans-serif;} .sidebar li.selected a i{color:#252525; font-weight:bold;} 
.pager{ display: inline-block;width: 41%;text-align: right;align-content: center;}
h3{font-weight:bold; font-family: 'Inter',Arial,Helvetica,sans-serif;font-size:18px;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:250px;min-height: 100vh;
    height: 100%;
    background: #252525;}
    
    
    .sidebar.closed,.sidebar.closed .sidebarinner{width:80px;max-width:80px;min-width:80px}
    
    
.ordertd i{font-size:18px}
.caricoscarico input[type="submit"] {width: 55%;
    padding: 12px;font-weight: bold;color:#fff;
    font-family: 'Inter',Arial,Helvetica,sans-serif;
    font-size: 22px;
    border: 0;
    cursor: pointer;
    font-weight: normal;
    transition: background-color 0.2s;
    border-radius: 0px;
    }
    
    .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: #cc2320;
}
span.yellow {
    color: #EAAA00;
}
.aggiornadb h3{padding:10px 10px 15px}
    .caricoscarico input[type="submit"]:hover{background-color: #252525;
    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 #e4e4e4;
    border-radius: 0px;
    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: 'Inter',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{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: 'Inter',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: 'Inter',Arial,Helvetica,sans-serif;}
    
    .content   .distinta table tr.bold td {
    background: #f7f7f7;
}
   .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: 5px;} .prezziforn label span{color:grey}
   
   .fornitori a{width: 100%;
    display: inline-block;
    padding: 20px;
    border-radius: 0px;
    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:#cc2320} .fornitori a:hover{background:#252525} .scarico.fornitori a span{font-size:30px}
    
  .fornitori a:hover span{color:#fff;font-weight:bold;font-family:'Inter',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: 5;}
    
        .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: -5px!important;
    display: block;
}


.textfilter .dateinterval{
   
    margin-top: -3px;
  
}
.textfilter label{font-weight: bold;
  	font-family: 'Inter',Arial,Helvetica,sans-serif;letter-spacing:1.2px;cursor:pointer}
.textfilter label:hover{color:#028b9c}
b{	font-weight: bold;
  	font-family: 'Inter',Arial,Helvetica,sans-serif;}
.adddeath{cursor:pointer} .adddeath:hover i{color:#028b9c}
.edituser:hover, .deleteusr:hover, .adddeath:hover, .editpsw:hover{color:#028b9c}
.edituserform p{text-align:left; }
.edituserform.historymod{width:700px;padding:25px 0;max-height:735px;overflow-y:scroll}


.edituserform.historymod::-webkit-scrollbar {
  display: none;
}

/* 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 #e4e4e4;
    margin-bottom: 25px;} .edituserform.historymod span{font-size:16px}
    .edituserform.historymod span.closehist {
    font-size: 20px;
}



.edituserform.historymod .selectize-dropdown [data-selectable] .highlight{font-size:14px!important}

.confhistory{display:none}
.confhistory.historymod{padding:45px 0 0} .confhistory.historymod .inner{padding:0 25px 5px; 
    border-bottom: 1px solid #e4e4e4;
    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:'Inter',Arial,Helvetica,sans-serif;}
span.red.backorder:before {
    display: block;
    content: attr(title);
    height: 0;
    overflow: hidden;
    visibility: hidden;
   font-weight:bold;font-family:'Inter',Arial,Helvetica,sans-serif;;
}
span.eliminaqr{cursor:pointer}span.eliminaqr:hover{color:#028b9c}

.caricainput, .scaricainput{
    margin: 0 20px;
    border-radius: 0px;
    padding: 10px;}
    
    .caricainput{background: #35a047;} .scaricainput{background: #cc2320;}
    .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.2);cursor:pointer;top:calc(100% - 75px)} 
  
  .sidebar .stages.closed .stagesinner{display:none}
  
    .sidebar .stages.opened{  position: absolute;bottom: 0;margin: 0;width:100%;background: #252525;top:0} 
.sidebar #clicker{cursor:pointer;    padding: 25px 35px;
   }

  
   .sidebar .stages.opened .stagesinner{display:block;color:white;overflow:scroll;height:92.1%; -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */}
   
  .sidebar .stages.opened .stagesinner::-webkit-scrollbar {
  display: none;
}
  
  .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:'Inter',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: #252525;
    height: 100%;min-height:calc(100vh - 141px);
    padding: 0;
    vertical-align: top;}


 .bankname {padding:20px 35px}
.bankname:nth-child(odd){background:rgba(255,255,255,0.1)}

.sidebar .stages span.balancenamn{
        margin: 5px 0;
   
    font-weight: bold;
    font-family: 'Inter',Arial,Helvetica,sans-serif;
    display: inline-block;
    padding-left: 20px;
    width: 100%;}
    
    .sidebar .stages span.balanceiban{font-size:15px;display:inline-block}
      .sidebar .stages .bankinfo span.balanceiban{margin-top:15px}
     .sidebar .stages .bankinfo span.balanceiban:first-of-type{margin:0}
  span.namename {
    font-size: 24px!important;}  

.bankname .bankinfo{margin-bottom:0}

 .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: #252525;
    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: #cc2320;
    text-align: left;
}
.pezzimaglia .inner p {
    text-align: center;
    font-size: 25px;
  	font-weight: bold;
  	font-family: 'Inter',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:#cc2320}
    .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: 'Inter',Arial,Helvetica,sans-serif;
    font-size: 19px;
    letter-spacing: 1.2px;}
    
    textarea#comment {
    width: 740px;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 0px;
    margin-right: 20px;
}

   textarea#customtext {
    width: 100%;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 0px;
    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: 'Inter',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:#cc2320}
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: 0px;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: 'Inter',Arial,Helvetica,sans-serif}
.confezione .content .errormsg{background:#cc2320;color:#fff;font-size:25px;color:#fff;font-weight: bold;
    font-family: 'Inter',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: #cc2320;
    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: 'Inter',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: 'Inter',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 #e4e4e4;
  border-radius: 0px;
}
.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: 0px;
    margin-left: 10px;
  
}

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

.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 #e4e4e4;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: 740px;padding:10px;border-color:#e4e4e4;border-radius:0px;margin-bottom:20px;margin-top:0;
    vertical-align: top;}

a.confezione, .confezione .title{background:#35a047}

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

.customadminform{border-top:1px solid #e4e4e4;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 #e4e4e4;
  	margin-bottom: 20px;
  	padding: 14px 15px;
  	background:#fff;border-radius:0px;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: #252525;
    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 #252525;border-right:0}

.paybutton{border-radius:0px;color:white;background:#252525;    font-family: 'Inter',Arial,Helvetica,sans-serif;
    letter-spacing: 1.2px;padding: 5px 15px;
}
.paybutton i{color:#fff}
.paybutton:hover, .paybutton:hover i{color:#fff!important;background:#028b9c; }

td.red  .scade ,.newscad.red{color:#cc2320!important;font-family: 'Inter',Arial,Helvetica,sans-serif!important;}
td.bold .scade ,.newscad.bold{font-family: 'Inter',Arial,Helvetica,sans-serif!important;text-decoration:underline!important;text-underline-offset:3px}

.daterangepicker .ranges li{font-size:13px!important;padding:6px 10px!important}
.daterangepicker .ranges li.active{background-color:#028b9c15!important;color:#252525!important}
.daterangepicker td.active, .daterangepicker td.active:hover{background-color:#028b9c20!important;color:#252525!important}
.newscad{color:#252525!important;font-family: 'Inter',Arial,Helvetica,sans-serif!important;text-decoration:none!important}



.daterangepicker .ranges li:hover {
    background-color: #028b9c20!important;border-radius:0!important
}
.daterangepicker td.in-range{background-color: #028b9c15!important;}
.daterangepicker td.start-date,.daterangepicker td.end-date{border-radius:0!important;background-color:#028b9c20!important}


.daterangepicker td.active, .daterangepicker td.active:hover{border-radius:0!important;background-color:#028b9c20 !important}

.daterangepicker .ranges ul {
    width: 100%!important;
}

.disabled.pay td, .disabled.pay td select{    background: #fff!important;color:#ccc}
.disabled.pay td .prebutton{display:none}

.enabled.pay td{    background: #f7f7f7!important;color:#252525}
.enabled.pay select{    color:#252525}



input[type=date]:invalid::-webkit-datetime-edit , input[type=datetime-local]:invalid::-webkit-datetime-edit {
    color: #aaa;
}


.enabled.pay td .prebutton{display:inline-block}
.pay td, .pay select{font-size:20px} .pay td{vertical-align:top} .pay td.middle{vertical-align:middle} .pay select{height:37px!important}
.pay td, .pay th{padding:25px 10px!important}
.pay td:first-child, .pay th:first-child{padding-left:25px!important}
.pay .prebutton{font-size:22px;color:#fff;background:#252525;border-radius:0px;padding:5px 10px; font-family: 'Inter',Arial,Helvetica,sans-serif;cursor:pointer}
.pay .prebutton:hover{color: #fff!important;
    background: #028b9c;}
    
    .whystand:hover i{color:#252525}
      .whystand i{cursor:pointer}

span.totpagateli{left:65px;position:relative;display:none}
span.totpagateli.showing{display:inline-block;width:100%}
span.totpagateli.showing.first{display:inline;left:6px}

.greyselect{color:#aaa!important}

.impouter{display:inline-block;width:250px}

.sidebar .stagesinner a{padding:0;cursor:pointer}

.mfaqrcode{padding: 5px 5px 2px;border: 1px solid #e4e4e4;border-radius: 0px;display: inline-block;width:23%}

.mfaexplanation{display: inline-block;vertical-align:top;width:74%;margin-left:15px;}

.mfaexplanation ul{list-style:numbers;margin:0;list-style: inside;padding:0;margin-bottom:25px;line-height:22px;
    list-style-type: numbers;}
    
    .edituserform input, .edituserform select {
    height: 40px!important;
}

span.prodtitle {
    width: 24%;  font-weight: bold;     font-family: 'Inter',Arial,Helvetica,sans-serif;
display: inline-block;
    padding: 0;
}

span.prodval {
    width: 75%;
    display: inline-block;
}


.dropdown:hover  .outersel{border-bottom:0}
input::placeholder,textarea::placeholder{color:#aaa} .register select:invalid, .edituserform select:invalid, .bigform select:invalid{color:#aaa} 

.selectize-input>input[placeholder]{position:relative!important}
.filter-selectize .selectize-input>input[placeholder]{font-size:14px!important}

.filter-selectize.pager-selectize.selectize-control{width:70px!important;text-align:left!important;display:inline-block!important}
.filter-selectize.selectize-control,.filter-selectize .selectize-input{height:30px!important;}

.selectize-control.plugin-clear_button.single .clear {
    right: 1px !important;
    background: #fff;
    opacity: 1;
    top: 7px;
    height: 15px;
    font-weight: normal;
    color: #252525 !important;
    width: 16px;
    font-size: 17px;
    text-align: center;
}
input.redvalidate::-webkit-input-placeholder {
    color:#cc2320!important}
li.separator
{
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 20px;
}


.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:#028b9c}

    .content > div.inner-side-form{box-shadow:none;background:none;padding:0}


.inner-side-form .register form  select, .inner-side-form .register form input[type="text"]{width:100%;}


.inner-side-form textarea{    width: 100%;padding: 10px;
    height: 250px;    font-size: 14px;
    line-height: 22px;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    resize: none;}
    
    
   th .filter-selectize .selectize-input .item{

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    }

    .inner-side-form input[type="checkbox"]{width:19px;height:19px;vertical-align: 1px;margin:0;margin-right:8px}


.inner-side-form h4 
{
   font-size:19px;letter-spacing:1.2px;margin:0 0 25px;
   
   font-family: 'Inter',Arial,Helvetica,sans-serif;font-weight:bold;    line-height: 14px;
}

.content table.products-table  td{
    padding-top:13px;
    padding-bottom:13px;
}

.content table.products-table  td{
    line-height: 20px
}

.advanced table.products-table th {
    padding: 0 10px 15px;
}

.advanced table.products-table  td{
    padding:10px 10px;
}

.advanced table.products-table  td:last-of-type,.advanced table.products-table  th:last-of-type{
    padding-right:15px;
}

.inner-side-form .inner-form-button input[type="submit"], .smallsubmit a {
    width: 100%;
    padding: 15px;
    background-color: #252525;
    border: 0;text-transform:uppercase;color:#fff;
    cursor: pointer;font-family: 'Inter',Arial,Helvetica,sans-serif;
    font-weight: bold;
letter-spacing:1.2px;    transition: background-color 0.2s;
    border-radius: 0px;
    }
    
       .inner-side-form .inner-form-button input[type="submit"]:hover{background-color:#2525259a;}
    
   .inner-side-form  .register form{padding:0}
   div.table.inner-form-content{padding:30px!important;width:1100px;margin:0 auto}
   
   .content.project div.table.inner-form-content{margin-bottom:20px;margin-top:0;position:relative}


.content.project div.table.inner-form-content:last-of-type{margin-bottom:0}



.table.inner-form-content.measuretable table tr td:first-of-type{padding-left:30px}
.table.inner-form-content.measuretable table tr td:last-of-type{padding-right:30px}

.content.project div.table {
    margin-top: 20px;
    padding: 0;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
  position:relative;
    background-color: #fff;
    vertical-align: top;
}



.inner-form-content.closed:hover .inner-opener,.inner-form-content.opened:hover,.inner-form-content.closed:hover .inner-opener i,.inner-form-content.opened:hover .inner-opener i{color:#028b9c}


.inner-side-form h4.inner-opener{margin:0;padding:30px}

.inner-side-form .closed h4.inner-opener{text-align:right;    margin-right: 35px; color:#2525259a;    
}


.inner-form-content h4.inner-opener::after{    content: "\f303";
    font-family: "Font Awesome 7 Sharp";
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 20px;}
    
    .inner-form-content.opened h4.inner-opener::after{    content: "";
}
div.table.inner-form-content.closed, div.table.inner-form-content.opened {
    cursor: pointer;
    padding: 0!important;
}

.inner-inner-content {
    display: none;
    padding: 0 30px 10px;
}
.inner-form-content.opened .inner-inner-content {
    display: block;
}



.smallsubmit a {
    width: 100%;
    padding: 15px;
    background-color: #252525;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-family: 'Inter',Arial,Helvetica,sans-serif;
    font-weight: bold;
    letter-spacing: 1.2px;
    transition: background-color 0.2s;
    border-radius: 0px;    display: block;
    text-align: center;    margin-bottom: 35px;

}

.smallsubmit a:hover {
    background-color:#2525259a;
}



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

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


.filter-selectize .selectize-input .item{font-size:14px!important;    line-height: 15px!important;}
.selectize-input input{font-family: 'Inter',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:#252525!important;}
    
   .selectize-control.multi .selectize-input [data-value]{font-family: 'Inter',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 #e4e4e4!important;
    color:#252525!important;background-color:#f7f7f7!important;border-radius:0px!important}
    
    .selectize-dropdown [data-selectable].active{background-image:none!important;background-color:#f7f7f7!important;  color:#252525!important
 }
    .selectize-dropdown [data-selectable] .highlight{background:none!important;font-family: 'Inter',Arial,Helvetica,sans-serif!important; }
    
    .selectize-control.multi .selectize-input>div.active{ color: #fff!important; border-color:#252525!important;background: #252525!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 #e4e4e4!important;border-radius:0!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:#252525!important;margin-top:-5px}

.selectize-dropdown .selected{background:#fff!important;color:#252525!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"!important;font-family:"Font Awesome 7 Sharp"!important;top:6px!important;right:13px!important;margin:0!important;border:0!important;color:#252525!important}
.filter-selectize.selectize-control.single .selectize-input:after{right:15px!important}


.registerouter.custom.anagrafica .selectize-control.single .selectize-input:after{content:"\f107";font-family:"Font Awesome 7 Sharp";top:16px;right:14px;margin:0;border:0;color:#252525!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;
}
.selectize-dropdown .option {
    padding: 10px 8px!important;
}
.filter-selectize .selectize-dropdown .option {
    font-size: 14px!important;    padding: 7px 11px !important;
}

.inner-summary {
    padding: 0 30px 30px;display:none;  
    
       
    

}
.inner-summary.opened{
     display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 20px;margin-top: -47px;
}

.teloprodval {
    color:#2525259a;
    display: block;

        margin: 0px 0 5px;
    font-size: 15px;
}

.inner-summary span.prodval {
    width: 100%;
    display: inline-block;
    font-size: 17px;line-height: 24px;
}
.prog-rowadder, .prog-editer {
    text-transform: uppercase;
    cursor: pointer;    margin-bottom: 20px;
    display: block;

}
.prog-editer span.icon, .prog-rowadder span.icon {
    background: #DEE404;
    width: 24px;
    margin-right: 10px;
    border-radius: 0px;
    height: 24px;
    padding: 2px 4px;
    display: inline-block;
    text-align: center;
}
 .custom .register form td input[type="text"]{margin:0}
 
  
  .registerouter.custom.anagrafica td  .selectize-control.single{margin:0}
  
    .inner-inner-content.itemtablesection{padding:0 0 }
     .inner-inner-content.itemtablesection .top{padding:0 30px 10px}
 .inner-inner-content.itemtablesection .prog-rowadder{padding: 0 30px 30px;margin:0}
 
 
 .ricercatasto.deletemis {
    position: unset;
    padding: 5px;
    text-align: center;
    padding: 5px 7px;
    display: inline-block;
    border-radius: 50px;
}
#itemtable,#scontotable,#personaliztable,#boxtable,#cartonitable,#stimatable,#servaggtable{
    margin: -10px 0 0px;
}

.grider .successmsg ,.grider .errormsg {
    margin: 0 0 20px 0px;
}

tr.annullato td, tr.annullato td a {
    color: #999;
    font-style: italic;
}

li.separator:hover,li.nolink:hover {
    background: none;
}

.bankinfo .ricercatasto i{    font-size: 22px;
    color: #fff;
    width: unset;
    display: inline-block;
    vertical-align: -7px;}
    
    
    .bankinfo .ricercatasto{  background:none;
        padding: 0;
    height: 50px;
    width: 50px!important;
    text-align: center;}
    
    .bankinfo .currency{display: inline-block;
    width: 20%}
    
    
    .bankname .bankinfo {
    margin-bottom: 0;
    border-left: 1px solid rgba(255,255,255,0.7);
}
    
    span.amount {
    text-align: right;
    display: inline-block;
    width: 77%;
}
    
    span#conv-popup-click {
   
    text-align: right;
    float:right;
    
    }
   
.balancesums{
     display: grid;
    grid-template-columns: repeat(5,1fr);
    column-gap: 20px;    padding: 20px;
}
.smallersums{    background: #add8e69a;
    border-radius: 10px;
    padding: 10px;
}

.smallersums .currency{color: revert;
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #2525259a;
    width: 80%;
    margin: 0 auto;}
.smallersums .value{    color: revert;
    display: block;
    font-size: 25px;
    text-align: center;
    padding: 20px 0 15px;}


.largesum{    padding: 50px;
    font-size: 35px;font-family:'Inter',Arial,Helvetica,sans-serif;
    text-align: center;
    background-color: #d1ffbd9a;
    font-weight: bold;}

.largesum span{    color:#252525;
    font-size: 35px;font-family:'Inter',Arial,Helvetica,sans-serif;
    text-align: center;
    font-weight: bold;}



.scadins{ padding: 0!important;
    box-shadow: none!important;
}
.scadins .successmsg, .scadins .errormsg{    margin: 0 0 20px;} 


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


.bigform input[type="date"]{position:relative;opacity:1;width:unset!important}




.registerouter.custom.anagrafica .selectize-control.single.ins-valuta{width:10%!important}


#data-section input[type="date"],#data-singola-section input[type="date"],#data-ricorrente-section  input[type="date"]{    opacity: 1;position:relative;height: 50px;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
    padding: 0 15px;
    background: #fff;
    border-radius: 0px;
    width: 100%!important;}
    
    
  
#data-section input[type="date"]:invalid ,#data-singola-section input[type="date"]:invalid ,#data-ricorrente-section input[type="date"]:invalid {
    color: #aaa;
}

.inserimento-tooltip i{font-size:22px;color:#fff}
.inserimento-tooltip{position:absolute;top:0px;right:10px}

.inserimento-tooltip .tooltip-inner{display:none}.inserimento-tooltip:hover .tooltip-inner{display:block;
    display: block;color:#fff;
    position: absolute;
    z-index: 100;
    background: #252525;text-align:left;
    padding: 10px;
    border-radius: 0px;
  top: 0;
    width: 250px; max-width:max-content;
    left: 35px;
    font-size: 15px;
}
.enabled.pay select:invalid{color:#aaa}



#whystandby,#whycestina{margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    border:1px solid #e4e4e4;
    border-radius: 0px;
    resize: none;}
    
    
tr.selected td{    background: #DEE404!important;
}

#remind-form p b,#sposta-form p b,#standby-form p b,#reset-form p b{display:inline-block; width:28%}

.paytitle{background:#252525!important}

.tablelink{display:block}
.tablelink:hover, .tablelink:hover span{color:#028b9c}


.navtop .subtitle{font-size:17px;font-style:italic}

.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: #252525;
  color: white;
}

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

.navtop .subtitle a{padding:0;font-size:17px;font-weight: bold;
  	font-family: 'Inter',Arial,Helvetica,sans-serif;}
  	
  	td.sk, td.vendita, td.acquisto, th.sk, th.vendita, th.acquisto {
    border-left: 2px solid #252525;
    border-right: 2px solid #252525;
}

.content table td.sk,.content table td.acquisto,.content table td.vendita,.content table td.utile {
    padding: 10px 25px;
    background: #2525251f;
}

.content table td.vendita,.content table td.utile {
    padding: 10px 25px;
    background: #ABCDEF5f;
}


.target-dett{position:relative;cursor:help}
.target-dett .tooltip{display:none}.target-dett:hover .tooltip{display:block;
    display: block;color:#fff;
    position: absolute;
    z-index: 100;
    background: #252525;text-align:left;
    padding: 10px;
    border-radius: 0px;
    top: -8px;
    width: max-content;
    left: 110px;
}

.target-dett.utile:hover .tooltip{display:block;
    display: block;color:#fff;
    position: absolute;
    z-index: 100;
    background: #f07d7d;text-align:left;
    padding: 10px;
    border-radius: 0px;
    top: -8px;
    width: max-content;
    left: 162px;
}

.target-dett.coloritaglie .tooltip {
    color: #252525;
    position: absolute;
    z-index: 100;
    background: #fff;
    text-align: left;
    padding: 10px 10px 7px;
    border-radius: 0px;
    top: 25px;
    width: max-content;
    left: 50%;
    transform: translate(-50%, 0%);
    border: 1px solid #252525;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    line-height: 20px;
    text-align: center;    
}

.target-dett.coloritaglie.solocolori .tooltip, .target-dett.coloritaglie.testi .tooltip{
  text-align: left;
}

.target-dett.coloritaglie.testi .tooltip-arrow{
    left: 10px;
}

.target-dett.coloritaglie.testi .tooltip{
    left: 0px;transform: translate(0%, 0%);
}

.target-dett.coloritaglie.testi .tooltip .lang-code{
    font-size: inherit;
    display: inline-block;
    width: 20px;
    
}

.coloritaglie .count-number{
    position: relative;font-size:inherit;line-height:inherit;
}

span.color-code{
    display: block;font-size: 12px;
    line-height: 20px;
}

span.colorshow{

    width: 13px;
    height: 13px;
    background: #000;
    display: inline-block;
    margin-right: 3px;
    vertical-align: -1px;

}


.target-dett.coloritaglie:hover .tooltip::after {
   display: none;
}

.tooltip-arrow {
    position: absolute;
    top: -8px;
    left: 50%;
    width: 16px;
    height: 8px;
    overflow: hidden;
    transform: translate(-50%, 0%);
}

.tooltip-arrow::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: white;
    border-left: 1px solid #252525;
    border-top: 1px solid #252525;
    transform: rotate(45deg);
    transform-origin: center;
    position: absolute;
    top: 5px;
    left: 0;
    box-sizing: border-box;
}

.target-dett:hover .tooltip::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    margin-left: -16px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #252525 transparent transparent;
}


.target-dett.utile:hover .tooltip::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    margin-left: -16px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #f07d7d transparent transparent;
}

.bold {font-weight:bold; font-family: 'Inter',Arial,Helvetica,sans-serif;}

.hide{display:none}
span.right {
    color: #fff;
    float: right;
    text-align: right;
    margin-left: 5px;
    }
    
    
    .count-percent.target-dett{
    
   padding-left: 15px; 
    
    }


    
    .count-percent.target-dett .tooltip{
    
left: 60px;font-size: 17px;    
    }
    
     .count-percent.target-dett .tooltip:after{
    
     top: 15px;
    
    }
    
 .count-percent.target-dett .tooltip ul{   
    color: #fff;
    font-size: 17px;
    padding: 0;
    margin: 0;
}
 .count-percent.target-dett .tooltip li{   
    color: #fff;
    font-size: 16px;
    list-style: inside;
    padding: 0;
    margin: 4px;
    }
    
  .count-percent.target-dett .tooltip li span {
position: relative;
    left: -10px;
    color: #fff;
    font-size: 16px;
}
.disabled .smallsubmit a {
    background: #2525259a;
    cursor: not-allowed;
}

 .daterangepicker.ltr.show-calendar.openscenter {
    margin-top: 35px;
}
#collapser{position:absolute;bottom:0;cursor:pointer;font-size:15px;width:100%;padding:22px 0 18px;background:#3e3e3e}
#collapser a{cursor:pointer;font-size:15px}
#collapser i{font-size:18px;vertical-align:bottom}

#collapser:hover {
    background:#5e5e5e;
}
#collapser a{padding:0 30px}
#collapser.expand a.colicon{display:none}
#collapser.collapse a.expicon{display:none}
#collapser.expand a.expicon{display:block}
#collapser.collapse a.colicon{display:block}

.sidebar.closed .label{display:none}

.sidebar.closed a i{width:unset}
.sidebar.closed a {text-align:center}

ul.mega-kid {background:#028b9c;display:none;padding:0;list-style:none;}
.mega-kid a{color:#fff;padding:11px 15px;font-size:15px;display:block;margin-left:-5px}
.mega-kid li{padding:0;border-left:5px solid #028b9c}
.sidebar.closed .hello{display:none}
.mega-mom{position:relative;border-left:5px solid #252525}
.mega-mom a{margin-left:-5px}
.mega-kid li:hover{border-color:#028b9c;background:#028b9c}
.mega-kid a:hover{background:#ffffff22;}

.sidebar .mega-mom:hover >ul.mega-kid {display:block;position:absolute;top:0;left:245px;width:max-content}
.sidebar.closed .mega-mom:hover >ul.mega-kid {display:block;position:absolute;top:0;left:75px;width:max-content}
.mega-mom:hover >ul.mega-kid::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    margin-left: -16px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #028b9c transparent transparent;
}


.mega-kid {
    margin-top: 0px; 
    pointer-events: auto;
}




.sidebar:not(.closed) .mega-mom.activemenu {
    background: #252525;
    border-color: #028b9c; padding-bottom: 0;margin-bottom: 20px;
}

.sidebar.closed .mega-mom.activemenu {
    background: #252525;
    border-color: #028b9c; 
}

.mega-mom{cursor:pointer}

.sidebar:not(.closed) .mega-mom.activemenu:hover  >ul.mega-kid::after {content:unset}

.mega-kid li, .mega-kid a {text-align:left!important}

.content table td input[type="checkbox"],.content table th input[type="checkbox"]{width:15px;height:15px;margin:0;vertical-align:middle}


.sidebar:not(.closed) .activemenu ul.mega-kid, .sidebar:not(.closed) .sidebar .mega-mom.activemenu:hover >ul.mega-kid{
    display: block;position:relative!important;
    background: #252525!important;
    border-color: #252525!important;
    left:unset;top:unset;width:100%
}
.sidebar:not(.closed) .activemenu .mega-kid li {
    border-color: #252525;
}
.sidebar:not(.closed) .activemenu.mega-mom .mega-kid a {
    font-size: 14px;
    padding: 8px  23px;
}
.activemenu a.activelink{font-weight:bold}
.sidebar:not(.closed) .activemenu .mega-kid li:hover, .sidebar:not(.closed) .activemenu .mega-kid a:hover{background:#3e3e3e;border-color:#3e3e3e}
.sidebar li.activemenu:hover{background:#2e2e2e}


input[type="checkbox"] {
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 0px; 
    display: inline-block;
    cursor: pointer;
    position: relative;padding:0!important;
    transition: all 0.2s ease-in-out;
}

input[type="checkbox"]:hover {
    border-color: #252525;padding:0!important;
}

input[type="checkbox"]:checked {
    background-color: #fff; 
    border-color: #252525;padding:0!important
}

input[type="checkbox"]:checked::after {
    content: "\f00c"; font-family:"Font Awesome 7 Sharp";
    font-size: 12px;
    color: #252525;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;padding:0!important
}

input[type="checkbox"]:focus{border-color:#252525!important}

input[type="checkbox"]:disabled {
    background-color: #ddd;padding:0!important;
    border-color: #bbb;
    cursor: not-allowed;
}

input[type="checkbox"]:disabled:checked {
    background-color: #ddd;padding:0!important;
    border-color: #bbb;
}

input[type="checkbox"]:disabled:checked::after {
color:#bbb
}

.sidebar li.mega-mom{margin:10px 0}

.activetoplink{display:none}
.sidebar:not(.closed) .activemenu .notactivelink{display:none}
.sidebar:not(.closed) .activemenu .activetoplink{display:block;margin-top:-10px;padding:10px 0}
.activetoplink:hover{background:#3e3e3e}


.content table th input{font-size:14px;}
.monthpicker span{font-size:14px;}

.content > div.pagerhead{background:unset;box-shadow:unset;padding:0}
.content table th input:focus, .content table td input:focus, .content table th select:focus,.content table th input:hover, .content table td input:hover, .content table th select:hover, .content table td textarea:hover{border-color:#028b9c77}
.order-row, .product-row, .product-faq-row{cursor:pointer}
.product-row.disabled{cursor:not-allowed}
.order-row:hover td, .product-row:hover td, .product-faq-row:hover td {
    background: #028b9c20 !important;  
}
.selectize-dropdown, .selectize-input, .selectize-input input{color:#252525!important}

.daterangepicker{border-radius:0!important;
box-shadow:0 1px 3px rgba(0, 0, 0, .1);border-color:#e4e4e4}
.daterangepicker .drp-buttons{border-color:#e4e4e4}
.daterangepicker .drp-buttons .btn{    background: #eee;font-weight:600!important;
    border: 1px solid #e4e4e4;
    cursor: pointer;}
.daterangepicker td.available:hover, .daterangepicker th.available:hover{border-radius:0!important}
.filter-daterange.daterangepicker.opensright{margin-left: -6px!important;}

.daterangepicker select.monthselect,.daterangepicker select.yearselect{border-color: #e4e4e4 !important;
    font-weight: normal;}
    
/*
.daterangepicker.show-calendar .ranges{margin:0!important;border-right:1px solid #e4e4e4}
.filter-daterange.daterangepicker.show-ranges.ltr .drp-calendar.left{border:0!important}
*/

.content table td.checkboxcol{padding:10px 5px 10px 15px}
.content table th.checkboxcol{padding:0 5px 15px 15px}

.advanced table td,.advanced table th,.advanced table th input{font-size:13px}

.advanced .filter-selectize .selectize-dropdown .option, .advanced .filter-selectize .selectize-input>input[placeholder],.advanced  .filter-selectize .selectize-input .item{font-size:13px!important}
.advanced #collapser{display:none}
.advanced table th{padding:0 15px 15px}
.advanced table td{padding:10px 15px}




.content.header.sticky {
    width: calc(100vw - 250px);
    position: fixed;
    left: 250px;
    padding: 15px 35px 15px;
    top: 0;
    z-index: 2;
    background: #f7f7f7cc;
    border-bottom: 2px solid #e4e4e4;
    margin: 0;
    display:grid; grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
}

.content.open.header.sticky {
    width: calc(100vw - 80px);
    position: fixed;
    left: 80px;
     padding: 15px 35px 15px;
    top: 0;
    z-index: 2;
    background: #f7f7f7cc;
    border-bottom: 2px solid #e4e4e4;
    margin: 0;height: 78px
   
}

span.orderdatetime{
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
}

.content.header.sticky span.orderdatetime{
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;grid-column:1 / span 1;grid-row:2 / span 1
}




h2.sticky-h2{padding:0!important;grid-column:1 / span 1;grid-row:1 / span 1}

.content.header.sticky > div.downloadwrapper {grid-column:2 / span 1;text-align:right;grid-row:1 / span 2;align-content:space-evenly;background:0;padding:0;box-shadow:none}
.content.header.sticky .download i{text-align:left;}

span.orderstatus {
    background: #cfe1e4;
    padding: 5px 10px;
    font-size: 13px;
    vertical-align: 3px;
   
    border-radius: 50px;
    font-weight: 500 !important;
}

span.orderstatus:first-of-type {margin-left:10px}

span.paymentstatus{background:#d8cde5}

.orderbox{position:relative;}

.orderbox span.editor {
    position: absolute;
    top: 20px;cursor:pointer;
    right: 20px;
}

.orderbox span.editor:hover i{color: #028b9c;}

.orderbox span.editor i {font-size:18px}


.clientname{padding: 0;margin:0; display:inline-block;margin-bottom:30px}

.shipping-address{margin-bottom:25px;    }

.orderbox >div:not(.side-form){padding:0 20px}

.shipping-address p, .billing-address p,.additional-details p{
    line-height: 22px;
    font-size: 14px;position:relative
}


.orderbox h3{font-size:15px;padding: 0 20px;font-weight:600;text-transform:uppercase}
.orderbox h4{font-size:13px;padding: 0 0 10px;font-weight:600;margin:0;}
.orderbox h5{font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    color: #666;
    padding-bottom: 7px;
    margin: 0;}

.side-form {
    background: #f7f7f7;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    height: 100vh;
overflow:scroll;

}

.side-form.closed {
width:0%;
}

.side-form.opened {
display:block;   width:1150px;

     right: 0;
box-shadow: 0 0 10px -5px rgb(0 0 0 / 20%), 0 0 24px 2px rgb(0 0 0 / 14%), 0 0 30px 5px rgb(0 0 0 / 12%);
}

.side-form.closed .inner-side-form{display:none}
.side-form.opened .inner-side-form{display:block}


.side-form-header h4{font-size:18px;letter-spacing:1px ;margin:0;padding:0;text-transform:none;white-space: nowrap;width:inherit} 
 .side-form-header .left-part{font-size:18px;letter-spacing:1px ;}
div.table.inner-form-content{padding:20px!important;width:540px;margin:0 auto}
div.table.inner-form-content.single{width:650px}

.side-form .side-form-header{width:inherit;border-bottom:2px solid #e4e4e4;padding:27px 22px;position:fixed; background: #f7f7f7cc;display:none;z-index:6;height: 78px;overflow:hidden
}
.side-form.opened .side-form-header{display:flex;}

.inner-side-form .register form  select, .inner-side-form .register form input[type="text"]{width:100%;}


.edituserform .close.closepopup{top:20px;right:20px}
    
  .orderbox .closer i {
    font-size: 20px;
    margin-right: 15px;
    vertical-align: -1px;
    cursor: pointer;
}

.side-form div.table  {
   
    padding: 0;position:relative;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    grid-column: 2 / span 9;
    background-color: #fff;
    vertical-align: top;
}
.inner-side-form .register {
    margin: 0 auto;
}

.inner-side-form {
    padding: 100px 22px 22px;
}

.inner-side-form form span.form-titles {
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
}



.inner-side-form form label.form-titles {
    display: inline-block;
    font-size: 12px;background:none;
       margin-bottom: 6px;
    vertical-align: 2px;width:unset;height:unset;margin-right:10px
}

.side-form h4{padding-bottom: 25px !important; }
.side-form .register label{width: unset;
    height: unset;
    display: inline-block;
    background: none;
    font-size: 14px;
    vertical-align: 5px;}
    
    
    
   .customerhasaccount:hover{color:#028b9c} 
   
   .side-form input{border: 1px solid #e4e4e4;
    border-radius: 0px;}
    
    .flex-2{display:flex;gap:20px}
    .flex-2 > div{flex:1 1 0;box-sizing:border-box;min-width:0}
    
      .inner-side-form .register form input[type="text"],.inner-side-form .register form select{height:35px;font-size:13px;padding:0 10px 0}

    .inner-side-form.registerouter.custom.anagrafica .selectize-control.single .selectize-input,
     .inner-side-form.registerouter.custom.anagrafica .selectize-control.single .selectize-input input{height:35px!important;font-size:13px!important;padding:0 10px 0!important}
.inner-side-form.registerouter.custom.anagrafica .selectize-input>*{font-size:13px;line-height:35px!important}
.inner-side-form.registerouter.custom.anagrafica .selectize-dropdown .option{font-size:13px;}

.inner-side-form.registerouter.custom.anagrafica .filter-selectize.selectize-control{height:unset!important}


  .inner-side-form.registerouter.custom.anagrafica  .selectize-control.single .selectize-input:after{
    top: 9px !important;
    right: 16px !important;}

.autocomplete-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
    background: #fff;
    margin:-1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	border: 1px solid #e4e4e4 !important;
    border-radius: 0 !important;
}

.autocomplete-container{position:relative;margin-bottom:20px}

.autocomplete-suggestions .suggestion-item {
    opacity: 1;
    cursor: pointer;font-size: 14px !important;
    padding: 7px 11px !important;
}

.autocomplete-suggestions .suggestion-item:hover {background-color:#f7f7f7}

#copy_shipping_to_billing{   top:18px;right:20px;position:absolute;
    font-size: 12px;cursor: pointer; color:#666}
    #copy_shipping_to_billing i{color:#666}
    
    #copy_shipping_to_billing:hover, #copy_shipping_to_billing:hover i{  color:#028b9c}

.order-additional-info{font-size:12px!important;color:#666}

.inner-side-form .inner-form-button input[type="submit"], .smallsubmit a{width: 100%;
    padding: 15px;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1.2px;
    transition: background-color 0.2s;
    }

.inner-side-form .register {
    width: 1100px;
} 
.inner-form-button {
    width: 1100px;
  
}

.inner-side-form .register form{gap:20px}
.inner-side-form .register form input[type="text"],.inner-side-form .register form select{margin-bottom:20px}
.inner-side-form .register form input[type="number"]{height:35px!important}
.side-form-header .left-part{ width: 600px; display: inline-block;}
.side-form-header .download{    
       font-weight: normal;
    float: none;
    text-align: right;
    display: inline-block;
    width: 500px;
    margin-left: auto;
    
    }
    .side-form-header .download i{text-align:left}
    
.side-form-header .download label,.side-form-header .download label i {font-size: 19px;}    

.multidivwrapper div.orderbox.orderitems{padding:20px 0}

.orderbox h3{padding:0 20px;margin-bottom:25px}

span.oldprice{color:#999;text-decoration:line-through;   display: inline-block;
    margin-right: 5px;    font-size: 14px !important;}


tr.smallhead th {
    font-size: 11px;
    text-transform: uppercase;font-weight:normal;
    color: #666;    padding-bottom: 5px;
}

th.rightalign, td.rightalign{text-align:right!important}

.product-img img{vertical-align:middle;max-width:50px}

.orderbox.orderitems table td{font-size:14px}

.product-sku{color:#666;font-size:11px!important;display:block;}
.product-color{font-size:12px!important;display:block;margin-bottom:4px}
.product-title{font-size:13px!important;display:block;font-weight:500;margin-bottom:4px}

.innerbutton{cursor: pointer;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    background: #fff;
    padding: 10px;line-height: 20px;
    border: 1px solid #e4e4e4;    
}

.innerbutton:hover {
    background: #028b9c33;
    border-color: #028b9c44;
}
.innerbutton i{font-size:15px;vertical-align:-1px;margin-right:3px}

div.table.inner-form-content.orderitems{padding:20px 0!important;width:1100px}

.orderbox > div.button-bar{padding:20px 20px 0}


input[type="number"] {
  -webkit-user-select: none; 
  -moz-user-select: none;    
  -ms-user-select: none;    
  user-select: none; caret-color: transparent;
  padding-right:0!important; width:70px!important
}
/* Remove the default styling completely */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
 height:35px;width:10px;
}
input[type="number"]::selection {
  background: transparent;
}
input[type="number"]::-moz-selection {
  background: transparent;
}

.overlay-popup.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.1s ease-in-out, visibility 0s linear 0s;
}

.overlay-popup {
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    transition: opacity 0.1s ease-in-out, visibility 0s linear 0.1s;
    opacity: 0;
    visibility: hidden;
}


.edituserform.popup {
    opacity: 0;display:block;padding:20px 0!important;
    visibility: hidden;
    transition: opacity 0.1s ease-in-out, visibility 0s linear 0.1s;width:1000px
}

.edituserform.popup.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.1s ease-in-out, visibility 0s linear 0s;overflow: visible;
}

.edituserform.popup .popuptitle {
    padding: 0 20px 20px;

}

.edituserform.popup .popuptitle p {font-size:16px;font-weight:bold;line-height: 21px;    margin: 0;
    padding: 0 !important;}


.multidivwrapper .col-large{width:70%}

.multidivwrapper .col-small{width:30%}

.orderbox{margin-top:20px}

.multidivwrapper > .col-large > .orderbox:first-of-type,.multidivwrapper > .col-small > .orderbox:first-of-type {margin-top:0px}


.content table.totalstable td {
    background: #fff;
    font-size: 13px;
}
.content table.totalstable tr:last-of-type td{padding-bottom:0}
.content table.totalstable tr:first-of-type td{padding-top:0}

tr.separator{border-top:1px solid #e4e4e4}

div.shipping-address p, div.billing-address p{margin-bottom:0}

.orderbox.orderitems.orderhistory table td{font-size:13px; line-height: 20px;}

td .innerbutton{ font-size:13px}

p.orderinfo-popup{font-size: 15px;
    padding: 0 20px 10px !important;
    margin: 0px 0 10px;
    line-height: 25px;}
    
.edituserform   p.smallpopup-form-title{  padding: 0 20px 10px !important;  margin: 0 0 10px!important;font-weight:bold!important}
    
    
    .reason-textarea {
    width: 410px;
    padding: 15px;
    height: 100px;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    margin: 0 20px 20px;
    resize: none;
}

.edituserform div.button-bar{padding:0 20px 0;display:flex;flex-wrap:wrap;gap:10px;justify-content:left}
.edituserform div.button-bar a{margin:0}


.edituserform.popup button{width:410px}


.edituserform.popup .innerbutton:last-of-type{margin-right:0}

.iconlink, .iconlink i{font-size:16px;cursor:pointer}
.iconlink:hover i{color:#028b9c}

.flex-2-uneven{display:flex;gap:20px}


.edituserform.popup .orderinfo-popup-group{padding:0 20px 20px!important}

.edituserform.popup .orderinfo-popup-group:last-of-type{padding-bottom:0!important}


.content.project div.table h3.opensec::after {
    content: "\f106";
    font-family: "Font Awesome 7 Sharp";
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
}
.content.project div.table h3.opensec{
    padding: 20px;
    cursor: pointer;

    position: relative;
}

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

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

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

.octoloader div.inner{

    width: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);


}

.octoloader.trollface .inner{
    width:250px;
}

.octoloader .inner img{
    animation: pulse 1.5s infinite ease-in-out;
}

.octoloader.deathalert{
z-index:1600;width: 100vw;height: 100vh;

}


  @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 1;
            }
            50% {
                transform: scale(1.1);
                opacity: 0.8;
            }
            100% {
                transform: scale(1);
                opacity: 1;
            }
        }


.smallform .errormsg, .smallform .successmsg{width:800px}

.settings h4{    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;padding:10px 20px;background:#f7f7f7}


.settings input,.settings select{      height: 35px;
    font-size: 13px;margin-bottom:20px;width:100%;
    padding: 0 10px 0;background:#fff;
border: 1px solid #e4e4e4;border-radius:0;display:block}

.settings span.form-titles{
display: block;
    font-size: 12px;
    margin-bottom: 6px;
    }


.settings form{width:1000px}
.settings .errormsg, .settings .successmsg{width:1000px}

.settings .inner-section{padding:20px 20px 1px}


.smallform h2{width:800px} .settings h2{width:1000px}
.has-toggle{position:relative} .has-toggle .toggle-eye{position:absolute;right:30px;top:31px;text-align:center;width:30px;background:#fff;height:24px;cursor:pointer;}
.toggle-copy{position:absolute;right:5px;top:31px;text-align:center;width:30px;background:#fff;height:24px;cursor:pointer;}
#payment .shipping-address:last-of-type, #refund-details .shipping-address:last-of-type{margin:0}

    .edituserform.popup select {
        width: 410px;margin-bottom:20px
    }

    .edituserform.popup .filter-selectize .selectize-input {
        width: 410px;margin-bottom:0px;height:40px!important;
    }



    .edituserform.popup .filter-selectize.selectize-control {
        width: 410px !important;
        margin: 0 auto 10px;
        height: 40px !important;
    }

    .edituserform.popup .filter-selectize.selectize-control:last-of-type {
        margin-bottom: 20px;
    }

    .edituserform.popup  .filter-selectize .selectize-input .item {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .edituserform.metadataform .filter-selectize.selectize-control:last-of-type{margin-bottom:10px}
    .edituserform.metadataform button{margin-top:20px}
    

    .edituserform.popup .selectize-control.single .selectize-input:after {
        top: 12px !important;
    }

.edituserform.popup input {
    width: 410px;margin-bottom:10px
}

.edituserform.popup input:last-of-type {
    width: 410px;margin-bottom:20px
}
.toolbar {
    display: flex;
    background: none;
    padding: 0!important;
    background: 0!important;
    padding: 0;box-shadow: none!important;
  }
  
  .toolbar a {
    display: inline-block;
    padding: 10px 30px;
    color: #000;
    text-decoration: none;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: all 0.2s ease;
    text-transform: uppercase;font-size:12px;cursor:pointer;
    text-align: center;
    font-weight: 600;
    color: #999;
  }

  .toolbar a span{font-weight: 600;font-size: 12px;
    color: #999;}

    .toolbar a.active span{font-weight: 600;
        color: #252525;}
 
  
  .toolbar a.active  {
    border-top-color: #028b9c;  background: #fff;font-weight:600; color: #252525;
    box-shadow: 
      0 -3px 4px -3px rgba(0, 0, 0, 0.1),   /* top */
     -3px 0 4px -3px rgba(0, 0, 0, 0.1),   /* left */
      3px 0 4px -3px rgba(0, 0, 0, 0.1);   /* right */
  }
  
  .toolbar a:not(.active):hover {
      background: #028b9c20;
  }
  
  .tab-content {
      display: none;
      padding: 20px 0!important;
  }
  .tabwrapper{position: relative;}
  
  .tab-content.active {
      display: block;
  }

  .textstable td, .textstable th{border-right:2px solid #e4e4e4}
  .textstable td:last-of-type, .textstable th:last-of-type{border-right:none}


  .textstable textarea, .textstable div.form-control{
    padding: 7px;
    width:100%;background:#fff;
    border: 1px solid #e4e4e4;
    border-radius: 0px;line-height:25px;
    resize: none;cursor:pointer;
}
.textstable div.form-control.disabled{display:none}
.textstable div.form-control:hover{
    border-color: #028b9c77;
}
.textstable textarea:focus, .textstable div.form-control:focus, .textstable div.form-control:focus-visible{outline:none;border:1px solid #028b9c;border-radius:0}

.content table.textstable td input{ padding: 2px 7px;}

.char-counter {
    display: block;
    font-size: 11px;
    margin-top: -3px;
    text-align: right;
    color: #666;
}
.char-counter.disabled {
    display: none;
}
.emptyval {
    color: #ccc;
    font-style: italic;
}

.info-text {
    background: #028b9c20;
    PADDING: 10PX 10PX;
    WIDTH: MAX-CONTENT;
    MARGIN: 0 20px 20px;
    font-size: 12px;
}

.info-text.disabled {
    display: none;
}
.tribute-container li.highlight {
    background: #f7f7f7!important;
}

.tribute-container li {
    padding: 7px 11px !important;
    cursor: pointer!important;
    color: #252525!important;
    font-size: 13px!important;
}

.tribute-container ul {
    margin: 0;
    margin-top: 2px;
    padding: 0;
    list-style: none;
    background: #fff!important;
    border: 1px solid #e4e4e4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)!important;
}

span.token {
    background: #f7f7f7;
    padding: 2px;
    border: #e4e4e4 1px solid;

}

.token {
    color: #028b9c;font-family: monospace;
    font-weight: 500;font-size:13px;
}
.token-preview {
    margin-top: 5px;
    font-size: 0.875em;
    color: #555;
}

.token-preview.valnoedit {
    margin-top: 0;
    font-size: 13px;
    color: #252525;
}

.token-preview span.token {
    font-size: 0.875em;
}
.token-preview.valnoedit span.token {
    font-size: 13px;
}

.token-preview.disabled {
   display: none;
}


.textstable th {
    font-weight: 600!important;
    font-size: 13px;

}

.texttitle {
    font-weight: 600!important;
    font-size: 13px;

}

.textstable td:first-of-type {
    padding-left: 20px!important;
}

.textstable td:last-of-type {
    padding-right: 20px!important;
}

.textstable .filter-selectize.selectize-control.multi{height: max-content!important;}
.textstable .filter-selectize.multi .selectize-input{height: max-content!important;padding:10px!important}
.textstable .filter-selectize.multi .selectize-input input{    font-size: 13px !important;
    margin: 7px 0px !important;
    height: 21px !important;}

    .textstable   .selectize-control.multi .selectize-input>div{margin:0 5px 5px 0!important}

    .colorstable td{padding:0 15px!important}

    .content > div p.measuretabletitle{   font-weight: 600;

        text-transform: uppercase;
        font-size: 13px;
        display: inline-block;margin-bottom:0}

        .measuretabletitle span{
            font-size: 12px;
            text-transform: none;
            font-weight: normal;}


            .advanced table .valnoedit{font-size:13px;line-height:21px}

            .product.advanced table td{line-height: 21px}
            .measuretable.disabled{display:none}

           .product .adder{position: absolute;
    top: 0px;
    cursor: pointer;
    right: 20px;}
    .product .adder i {
        font-size: 18px;
    }

    
    .product .adder.disabled{display:none}


    .product .closer i {
        font-size: 20px;
        margin-right: 15px;
        vertical-align: -1px;
        cursor: pointer;
    }


   .product .checkbox-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .product .checkbox-item {
        flex: 0 0 calc(50% - 20px); /* 3 columns with gap compensation */
        box-sizing: border-box;
    }

    .product .bigcolumns .checkbox-item {
        flex: 0 0 100%; /* 3 columns with gap compensation */
        box-sizing: border-box;
    }


    .product .smallcolumns .checkbox-item {
        flex: 0 0 calc(20% - 20px); /* 2 columns with gap compensation */
    }

    .product .checkbox-item span {
        vertical-align: 5px;    font-size: 13px;
    }

    .product .side-form h4 {
        font-size: 13px;
        padding: 0 0 10px;
        font-weight: 600;
        margin: 0;
    }

    #global-toast {
        position: fixed;
        top: 19px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999;
        display: none;
        background: #fff;
        pointer-events: none;
    }
    
    #global-toast .inner {
        padding: 10px 20px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        pointer-events: all;
    }
    
    #global-toast .successmsg {
       margin: 0;padding:10px 20px;
    }
    
    #global-toast .errormsg {
        margin: 0;padding:10px 20px;
    }


    .inner-pager {
       margin-top:-15px;
       padding: 0 15px
    }
    
    .inner-pager .pageinfo, .inner-pager .pageinfo span {
        font-size: 12px;
       
    }
    
    
.preview-link, .pdpview-link {
    cursor: pointer;
}
    .preview-link:hover {
        color: #028b9c;
    }

    .pdpview-link:hover {
        color: #028b9c;
    }
    
    .selectize-dropdown .optgroup-header {
        font-weight: 700;
        font-size: .85em;
        padding: 7px 11px!important;
        text-transform: uppercase;
    }

    .selectize-dropdown-content{max-height: 130px!important;}
    .textstable .filter-selectize.selectize-control.multi.plugin-optgroup_columns .selectize-input{width:30%!important}

    .textstable .filter-selectize.selectize-control.multi.plugin-optgroup_columns .selectize-dropdown{width:100%!important;height:500px!important;overflow:scroll!important}
    .textstable .filter-selectize.selectize-control.multi.plugin-optgroup_columns .selectize-dropdown-content{height:max-content!important;max-height:max-content!important;align-items:stretch!important}
    .textstable .filter-selectize.selectize-control.multi.plugin-optgroup_columns .optgroup{border-left:1px solid #e4e4e4!important;border-right:0!important}
    .textstable .filter-selectize.selectize-control.multi.plugin-optgroup_columns .optgroup:first-of-type{border-left:0!important;border-right:0!important}

    span.orderstatus.table-status {
        vertical-align: 0;
        padding:3px 8px;
        margin: 0;
        border:1px solid #fff
    }

    tr.product-row:hover td span.orderstatus.table-status{border-color:#028b9c22!important}

    .colorstable td img{
        vertical-align: middle;
        margin: 10px 0
    }

    .iconfilter.err:hover label i{color:#cc2320} 

    .iconfilter.err input:checked + label i{color:#cc2320} 

    
    .clr-picker,.clr-pill .clr-gradient,.clr-polaroid .clr-gradient{border-radius: 0!important;}
.clr-field{    width: 200px!important;}
    input.clr-color:focus{outline: none!important;box-shadow: none!important;}
    input.clr-color{border-color: #e4e4e4!important;}

.ordermonthpicker{position:relative}
   .monthpicker span.orderdateview{    font-size: 12px;
        display: inline-block;
        vertical-align: baseline;
        line-height: 16px;    position: absolute;
    top:0;left:45px}

        .monthpicker span.orderdateview span.titles{font-size:12px; display: inline-block;
            vertical-align: baseline;text-align:right;width:25px}

            .monthpicker span.orderdateview span.dates{font-size:12px; display: inline-block;
                vertical-align: baseline;    text-align: right;
                width: 65px;
            }