/* CSS Document */
/* SELETTORI PRINCIPALI */

* {
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	border-width: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	word-wrap: break-word;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;	
	margin: 0px;
	padding: 0px;
	width: 100%;
	word-wrap: break-word;
}

img {
    max-width: 100%;
}

strong {
	font-weight: 600;	
}

form {
	margin: 0px;
	padding: 0px;
}

input[type=text], 
input[type=number], 
input[type=time], 
input[type=password], 
textarea,
select  {
	border-radius: 3px;
	padding: 5px;
	color: #333333;
	background-color: #fff;
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;

	border: solid 1px #ccc;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type="time"] {
    min-width: 80px !important;
    font-family: 'Open Sans', sans-serif;
}
 
input[type=submit],
input[type=button]  { 
	text-transform: uppercase; 
}

textarea {
	
	font-family: 'Open Sans', sans-serif;
}

label {
	display: block;
	margin-bottom: 5px;
}

.formField {
	margin-bottom: 10px;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	display: inline !important;
}

input[type=text]:focus,
input[type=number]:focus, 
input[type=time]:focus, 
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);   
}

input[type=submit]:disabled,
input[type=button]:disabled  {  
	opacity: .5;
	filter: alpha(opacity=5);
	-moz-opacity: .5; 
}

.disabled  {  
	opacity: .5;
	filter: alpha(opacity=5);
	-moz-opacity: .5; 
	cursor: initial !important;
}


::-webkit-input-placeholder { /* Edge */
	opacity: 0.3;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	opacity: 0.3;
}

::placeholder {
  	opacity: 0.3;
}


.placeholder {
	color: #ddd;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;	
	text-decoration: none;
}

a img:hover {	
	text-decoration: none;
}

h1, p  {
	margin: 0px;
	padding: 0px;
	font-size: inherit;
	font-weight: inherit;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.ottimizzatoper {
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-top: 50px;
	clear: both;
}

.avvisoIEBox  {
    width: 400px;
    padding-top: 10px;
    margin: auto;
    
}

.avvisoIE {
  margin-top: 20px;
  margin-left: 0;
  padding: 15px;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px  1px 3px rgba(255,0,0,.13), 
              0px -1px 3px rgba(255,0,0,.13),
               0px -1px 3px rgba(255,0,0,.13),
              0px  1px 3px rgba(255,0,0,.13);
  font-size: 13px;
  color: red;
}


/* SELETTORI STRUTTURA */
#testa {
	font-family: 'Oswald', sans-serif;
	background-color: #fff;
	height: 60px;
	width: 100%;
	font-size: 30px;
   	position: fixed;
   	top: 0px;
   	left: 0px;
	/*z-index: 2;*/
	box-sizing: border-box;
	padding: 5px;
	color: #B70300;
	
	z-index: 100;
	border-bottom: solid 3px #b70300;
}

#testa a {
	display: block;
	height: 100%;
	width: 100%;
}

#testa a h1 {
	display: block;
	color: #b70300;
	text-decoration: none;
	height: 100%;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

#testa a:hover {
	text-decoration: none;
}

#index #testa {
	display: none;
}

#setup {
	text-align: center;
	color: #b70300;
   	position: absolute;
   	right: 10px;
	bottom: 7px;	
   	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-align: right;
        
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flexbox;            /* NEW, Spec - Opera 12.1, Firefox 20+ */	
  	
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

@supports (flex-wrap: wrap) { /* hide from the incomplete Flexbox implementation in Firefox */
    #setup {
      display: flex;
    }
}

#setup .material-icons-outlined {
    font-size: 20px;
}

#setup #setup-logout {
	margin-left: 10px;	
}

#setup a {
	color: #b70300;	
	text-decoration: none;
    display: inline;
}

#utenteAutenticato-nome {
	text-align: center;
	color: #b70300;
   	position: fixed;
   	top: 10px;
   	right: 10px;	
   	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

#orologio {
    color: #b70300;
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	display: inline;
	margin-right: 20px;
}

#piede {
	padding: 20px;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	background-color: #EFEFEF;
	min-height: 50px;
	color: #17242F;
	
	display: none;
}

#piede a {
	color: #17242F;
}

#pagina-corpo {
	margin-top: 60px;
	
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flexbox;            /* NEW, Spec - Opera 12.1, Firefox 20+ */	
  
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;	
	
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrapp: row nowrap;
	-ms-flex-wrap: row nowrap;
	flex-wrap: nowrap;
}

@supports (flex-wrap: wrap) { /* hide from the incomplete Flexbox implementation in Firefox */
    #pagina-corpo {
      display: flex;
    }
}

#pagina-titolo {
	padding: 5px;
	color: #4C759C;/*#0073C0;*/
	font-weight: 600;
	text-transform: uppercase;
	
}

.secondotitolo{
	padding-bottom: 5px;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	
}

#pagina-sottotitolo {
	color: #000;
	font-weight: normal;
	font-size: 14px;	
}

#pagina-sottotitolo span {
	margin-right: 10px;	
}

#pagina-testo {
    padding: 5px;
    position: relative;
}

#pagina-menu-mobile {
    display: none;
    visibility: hidden;
}

#pagina-menu {
	width: 180px;
	z-index: 3;
}

#pagina-menu > ul {
    position: fixed;
	width: 190px;
	background-color: #F2F2F2;
	z-index: 3;	
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
	scrollbar-width: none;
}

.menu-pulsante:first-child {
	padding-top: 15px;	
}

.menu-pulsante {
	border-bottom: solid 1px #dae3e9;
	font-size: 14px;
	color: #333;
    min-height: 30px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.menu-pulsante.attivo {
    background-color: #444;
    color: #f2f2f2;
}

.menu-pulsante.attivo a {
    color: #f2f2f2;
}

.menu-pulsante.attivo a:hover {
	color: #ccc;
}

.menu-pulsante.attivo .attivo {
	color: #ccc;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.material-icons-outlined {
  font-size: 26px;
  text-transform: none !important;
}*/

.menu-pulsante a {
	color: #333;
}

.menu-pulsante a:hover {
	text-decoration: none;
	color: #002A5A;
}

.menu-pulsante .pulsante {
  	margin-left: 32px;
   	margin-top: -27px;
    display: block;
}

.menu-pulsante .attivo {
	color: #002A5A;
}

.menu-sottopulsante {
	font-size: 12px;
  	margin-left: 33px;
	padding-top: 10px;
}


.menu-sottopulsante2 {
    font-size: 11px;
    margin-left: 45px;
    padding-top: 5px;
}

.menu-sottopulsante:last-of-type {
	padding-bottom: 10px;
}

.menu-sottopulsante .pulsante {
    margin-left: 0px;
    margin-top: -19px;
}

.menu-sottopulsante .icona.material-icons-outlined {
    font-size: 15px;
    margin-left: -20px;
}

.menu-pulsante .menu-aprichiudi {
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
}

.menu-pulsante:first-child .menu-aprichiudi {
    top: 15px;
}

#pagina-cerca {
	background-color: #eee;
	border-radius: 4px;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	
}

#pagina-contenuti {
/*	position: relative;*/

	padding: 15px;
	
		
	-webkit-box-flex: 1 0 0px;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1 0 0px;         /* OLD - Firefox 19- */
	/*width: 20%;*/               		/* For old syntax, otherwise collapses. */
	-webkit-flex: 1 0 0px;          /* Chrome */
	-ms-flex: 1 0 0px;              /* IE 10 */
	flex: 1 0 0px;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	box-sizing: border-box;
	
	/*margin-left: 170px;*/
}

#configurazioni\ email.scheda #pagina-testo {
    max-width: 1200px;
	width: 100%;
    margin: auto;
}

#errore #pagina-menu, #index #pagina-menu {
	display: none;
	visibility: hidden;
}

#index #moduloLogin::before {
  background-image: url('/img/logo-toscana-sistemi.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  width: 320px;
  height: 80px;
  display: block;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 20px;
}


#index form {
	width: 400px;
 	margin: auto;
 	position: relative;
    box-shadow: 0px 1px 3px rgba(0,0,0,.13), 
 0px -1px 3px rgba(0,0,0,.13),
 0px -1px 3px rgba(0,0,0,.13),
 0px 1px 3px rgba(0,0,0,.13);
	background-color: #f7f7f7;
	box-sizing: border-box;
	padding: 40px;
}
  
.windows_cerca input[type=submit],
.windows_cerca input[type=button],
.windows_cerca input[type=text],
.windows_cerca input[type=number],
.windows_cerca input[type=time] {
	font-size: 14px;	
	height: 32px;
}
  
#pagina-cerca input[type=submit],
#pagina-cerca input[type=button],
#pagina-cerca input[type=text],  
#pagina-cerca input[type=number],
#pagina-cerca input[type=time], 
#pagina-cerca textarea,
#pagina-cerca select {
	font-size: 12px;	
	height: 32px;
}
  
#pagina-piede {
	margin: 10px 0;
} 
    
#index input[type=text], 
#index input[type=password] {	
    width: 100%;
}

#index form .field {
	margin-bottom: 20px;
}

#index form input[type=submit] {
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    height: 34px;
    color: #fff;
    border: solid 1px #b70300;
    background-color: #b70300;
    font-size: 12px;
    font-weight: 600;
}

#index form input[type=submit]:hover {
    background-color: #B61017
}

#home {
}

#home-nome {
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
}

#home .avvisihomepc {
	display: -webkit-box;      
  	display: -moz-box;        
  	display: -ms-flexbox;      
  	display: -webkit-flex;     
  	display: flexbox;            	
  
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
  
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;	
	
	-webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
	align-items: flex-start;
}

@supports (flex-wrap: wrap) { 
    #home .avvisihomepc {
      display: flex;
    }
}

#home .avvisihome .box-contenuto {
    font-size: 11px;
    padding: 0px;
}

#home .avvisihome > article {
	width: 49%;
	margin-top: 0px;
	margin-bottom: 20px;
}

#home .avvisihome > table {
	width: 49%;
	margin-bottom: 20px;
}

#home .avvisihome > article table {
	border: 0px;
}

#home .avvisihome > article table tr:first-child td {
	border-top: 0px;
}

#home .avvisihome > article table tr td:last-child {
	border-right: 0px;
}

#home .avvisihome > article .box-piede {
	border-top: solid 1px #ddd;
}
#home .avvisihome > article .box-piede .material-icons-outlined {
    font-size: 18px;
    vertical-align: bottom;
}


#home .avvisihome .box-contenuto > .txt-dicascalia {
	padding: 10px;
}


#home .avvisihome .box.boxhomepadding .box-contenuto {
	padding: 10px;
}

.menumobile {
	display:none;
	visibility: hidden;
}

#formlogin {
	width: 400px;
	margin: auto;
}

#formlogin a {
	text-decoration: none;
	color: #427fed;
}

#formlogin a:hover {
	text-decoration: underline;
}
#registrazione {
	float: left;
	margin-top: 10px;
}

#recuperapassword {
	float: right;
	margin-top: 10px;
}

#pagina-titolo.flexcontainer > div {
    width: 50%;
}

/* SELETTORI GENERICI */

.field-errore {
  border: solid 1px #DD4B39 !important;
  
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(221, 75, 57, .6) !important;
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(221, 75, 57, .6) !important;
}

.label-errore {
	color: rgb(221, 75, 57);	
}

.txt-9 {
	font-size: 9px;
}

.txt-10 {
	font-size: 10px;
}

.txt-11 {
	font-size: 11px;
}

.txt-12 {
	font-size: 12px;
}

.txt-14 {
	font-size: 14px;
}

.txt-16 {
	font-size: 16px;
}

.txt-18 {
	font-size: 18px;
}

.txt-24 {
	font-size: 24px;
}

.txt-26 {
	font-size: 26px;
}

.txt-30 {
	font-size: 30px;
}

.txt-didascalia {
	font-size: 10px !important;
	color: #666 !important;	
	font-weight: normal;
}

.txt-verde {
	color: #34A853;	
}

.txt-rosso {
	color: #d50000;	
}

.txt-grigio {
	color: #666;	
}

.txt-blu {
	color: #0000FF !important;		
}

.txt-nero {
	color: #000 !important;		
}


.txt-errore {
	color: #DD4B39;	
}

.txt-avviso {
	color: #F65314;	
}

.txt-upper  { 
	text-transform: uppercase; 
}

.txt-lower  { 
	text-transform: lowercase; 
}

.txt-bold  { 
	font-weight: 600;
}

.txt-nobold  { 
	font-weight: normal;
}

.txt-conferma  { 
	color: #34A853;
}

.txt-ellipsis {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.txt-solonoi {
	color: purple !important;
}

.txt-pointer {
	cursor: pointer;
}

.txt-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);    
}


.txt-produttvitaEvolutaPositiva {
	color: #1565C0 !important;		
}

.txt-produttvitaEvolutaNegativa {
	color: #EF6C00 !important;		
}


/* TABELLA */
table {
	border: 1px solid #dddddd;
	border-right: none;
	font-size: 12px;
	box-sizing: border-box;
}

table#TabellaLista {
	border-radius: 4px;
	width: 100%;
	font-size: 13px;
	box-sizing: border-box;	
	width: 100%;
}

caption {
	display: none;
	text-transform: uppercase; 
	position: relative;
}

.caption-visible caption {
	display: table-caption;
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    background-color: #EEEEEE;
    color: #333;
    text-align: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    border-bottom: 0px;
}

table#TabellaLista tr {
	height: 43px;
}

th {
	border-right: 1px solid #dddddd;
	box-sizing: border-box;
	padding: 3px;
	font-size: 12px;
	background-color: #f7f7f7;
	font-weight: 600;
	
}

table#TabellaLista th {
	height: 43px;
}

td {
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	padding: 3px;
	
}

table:not(.noHover) tr:hover > td {
    background-color: #f7f7f7;
}

table.sottoTable {
    margin-top: 40px;
    border: 0;
}

table.sottoTable td {
    border-right: 0;
}

table.sottoTable caption {
    border: 0;
    background-color: transparent;
    padding: 0;
}


.analisiTable {
    width: 200px;
    border: 0;
}
.analisiTable table {
    width: 100%;
}

.analisiTable table {
    border: 0;
}
.analisiTable td {
    border: 0;
    position: relative;
    overflow: visible;
}

.analisiProdAtleta {
	display: inline-block; 
	width: 320px; 
	padding: 15px; 
	vertical-align: top;
}

.analisiProdAtleta table,
.analisiProdSigoloAtleta table {
	width: 100%;
	border-top: 0;
}

.analisiProdSigoloAtleta .tableFondamentali {
	width: auto;
	display: inline-table;
	margin: 20px 20px 0 0;
	text-align: left;
}

.analisiRotazione {
	display: inline-block; 
	width: 300px; 
	padding: 15px; 
	vertical-align: top;
}

.analisiDistribuzione {
	display: inline-block; 
	width: 340px; 
	padding: 15px; 
	vertical-align: top;
}

.analisiRotazione table,
.analisiDistribuzione table {
	width: 100%;
	border-top: 0;
}


tr#totali > td {
    font-weight: 600;
    background-color: #f7f7f7;
}

.caption-visible tr:first-child th {
	border-top: 0px;
}

.analisiTable caption {
    display: table-caption;
    text-align: center;
    font-weight: 600;
}

table.caption-visible {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

td img {
	max-width: 100%;
}

td.td-txtellipsis > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.tableCodici {
	font-size: 12px; 	
	border: solid 1px #ababab;
	border-radius: 0;
}

table.thCodici,
table.tdCodici {
    border: 0;
}

.thCodici th {
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	font-size: 11px;
}


.tableCodici tr,
.thCodici tr,
.tdCodici tr {
	height: 25px;
}
.tdCodici td {
	vertical-align: top;
	height: 25px;
}
.thCodici tr > th:first-child {
	border-left: solid 1px #dddddd;
}
.tdCodici tr > td:first-child {
	border-left: solid 1px #dddddd;
}

#formIns0 .tdCodici td {
	border-bottom: solid 1px #dddddd;
}

.tableCodici caption {
	background-color:#ababab;
	text-align: left;
	height: 18px;
	font-weight: bold;
	padding: 2px 0px 2px 2px;
	font-size: 16px;
	color:#FFFFFF;
}


.tableCodici input[type="text"] {
    width: 100%;
    font-size: 11px;
    padding: 2px;
    border: solid 1px #ccc;
    background-color: #efefef;
}

.tableCodici input[type="submit"] {
    font-size: 11px;
    padding: 2px;
}
.tableCodici input[type="submit"] {
    font-size: 11px;
    padding: 2px;
    background-color: #4CAF50;
    border: solid 1px #43A047;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.tableTotali.totali {
    border: 0;
    border-right-width: ;
    border-bottom: solid 1px #ddd;
}



.table {
	display: table; /* dice al div di comportarsi come una tabella */
	border-collapse: separate; /* questo serve se si vogliono separare le celle della tabella */
	border-spacing: 2px; /* questo serve se si vogliono separare le celle della tabella per dire di quanto si vogliono separare */
	width: 100%; /* per far si che la tabella si adatti alla larghezza del contenitore*/
	box-sizing: border-box;
}

.row {
	display: table-row; /* dice al div di comportarsi come una riga di tabella */
}

.head {
	background-color: #EEEEEE;
	font-weight: 600;
}

.cell {
	display: table-cell; /* dice al div di comportarsi come una cella di tabella */
	padding: 3px; /* per dare alla cella uno spazio tra i bordi ed il testo */
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;	
}

.cell input:not([type="checkbox"]):not([type="radio"]), .cell select {
	width: 100%;
}

.cell input[type="checkbox"] {
	width: auto;
}

.table.divisoretabella {
	border-top: solid 1px #dddddd;
}

.table.sottotable {
	border-spacing: 0px;
}

.table.sottotable .row .cell:first-child{
	padding-left: 0;
}
.table.sottotable .row .cell:last-child{
	padding-right: 0;
}

.table.sottotable .row:first-child .cell {
	padding-top: 0;
}

.table.sottotable .row:last-child .cell {
	padding-bottom: 0;
}


.table.sottotable .row .cell:not(:nth-child(1)) {
	padding-left: 6px;
}




.no-border  {
	border: 0px !important;
	
}
.no-border td  {
	border: 0px !important;
	
}

.totali {
    font-size: 20px;
    font-weight: 600;
}



.box.persone .templateboxtabella  {
	width: 400px;
	border: solid 1px #dddddd;
	margin: 5px;  
	padding: 5px;
	box-sizing: border-box;
}

.templateboxtabella footer {
	text-align: right;
	width: 100%;
	margin-top: 10px;
}

.box.destinazioni .templateboxtabella  {
	border: solid 1px #dddddd;
	margin: 5px;  
	width: 500px;
	padding: 5px;
	box-sizing: border-box;
  
}

.templateboxtabella .table .cell.head {
	background-color: transparent;
	font-weight: normal;
	font-size: 12px;
	width: 150px;
	text-align: right;
}

.templateboxtabella .table .cell {
	background-color: #eee;
	font-weight: 600;
	width: 250px;
	height: 26px;
}

.templateboxtabella .table .row:nth-child(1) .cell:nth-child(2) {
    font-size: 18px;
}

/* PAGINAZIONE */
.paginazione-sopra {
	text-align: right;
	color: #666;
}

.paginazione-tutto {
	text-align: right;
}

.paginazione-sotto {
	text-align: center;
	position: relative;
}

#next {
	border-radius: 3px;
	background-color: #eee;
	width: 150px;
	height: 30px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	font-size: 14px;
	box-sizing: border-box;
	margin: auto;
	margin-top: 10px;
	padding-top: 5px;
}

#next:hover {
	box-shadow: 0px 0px 5px 2px #ccc;
}
/* FINE PAGINAZIONE */

.pulsante-cerca {
	background-color: #4C8CF8;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}
.pulsante-reset {
	background-color: #90A4AE;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}

/* SCHEDA */
.scheda-etichetta {
	font-size: 12px;
}

.scheda-campo {
	font-weight: 600;
	font-size: 14px;
	min-height: 26px;
	background-color: #eee;
	padding: 3px;
	width: 100%;
	box-sizing: border-box;
}

.scheda-campo .material-icons-outlined {
	font-size: 32px;
}
 
.scheda-campo.grande {
	font-size: 24px;
}

/* BOX */
.box {
	border: 1px solid #dddddd;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
	position: relative;
}

.box.box-nudo {
    border: 0;
    text-align: center;
}

.box.box-nomargin {
    margin-top: 0px;
}

.box-titolo {
	border-bottom: 1px solid #dddddd;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;	
	padding: 10px;
	background-color: #EEEEEE;
	color: #333;
	text-align: left;
	position: relative;
}

.box-titolo-totali {
    position: absolute;
    top: 10px;
    right: 10px;
}

.box-sottotitolo {
	font-size: 11px;
	font-weight: normal;
}

.box-contenuto {
	padding: 10px;
	word-break: break-word;
}

.flexcontainer {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flexbox;            /* NEW, Spec - Opera 12.1, Firefox 20+ */	
  
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.flexcontainer2 {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flexbox;            /* NEW, Spec - Opera 12.1, Firefox 20+ */	
  
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;	
  
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
  	justify-content: space-around;
}

.flexcontainer3 {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flexbox;            /* NEW, Spec - Opera 12.1, Firefox 20+ */	
  
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;	
  
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
  	justify-content: space-between;
}

.flexcontainer-stretch {	
	-webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
	align-items: stretch;
}

@supports (flex-wrap: wrap) { /* hide from the incomplete Flexbox implementation in Firefox */
    .flexcontainer {
      display: flex;
    }
    
    .flexcontainer2 {
      display: flex;
    }
    
    .flexcontainer3 {
      display: flex;
    }
}

.box-contenuto.flexcontainer {
  	
	padding: 0px;
}

.box-piede {
	/*border-top: 1px solid #dddddd;*/
	text-align: right;	
	padding: 10px;
	/*background-color: #EEEEEE;*/
	text-transform: uppercase;
	
	/*bottom: 0;
	position: absolute;*/
	width: 100%;
	box-sizing: border-box;
}

.TabellaListaProdottiTipo2 td.comeTh {
    background-color: #FFF286;
    border-right: 1px solid #dddddd;
	box-sizing: border-box;
	padding: 3px;
	font-size: 11px;
	height: 43px;
	font-weight: 600;
	text-align: center;
	position: relative;
}

.TabellaListaProdottiTipo2 #intestazioneLista th {
    display: none;
}

.TabellaListaProdottiTipo2 td.comeTh img[id^='eliminagruppo'] {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 13px;
}

.ui-datepicker-calendar *, .ui-datepicker-title *, .ui-datepicker-buttonpane *,
.ui-timepicker-calendar *, .ui-timepicker-calendar *, .ui-timepicker-calendar * {
    font-size: 12px !important;
    padding: initial;
    margin: initial;
    height: auto;
}

.ui-timepicker *, .ui-timepicker-title *, .ui-timepicker-buttonpane * {
    font-size: 12px !important;
    padding: initial;
    margin: initial;
    height: auto;
    border: none;
}

.windows_sfondo
	{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .5;
	filter: alpha(opacity=5);
	-moz-opacity: .5;
	z-index: 1000;
}

.windows {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 0px;
	z-index: 1001; 
	width: 600px;
	border: solid 1px #666;
	border-radius: 10px 10px 10px 10px;	
	background-color: #fff;	
	box-sizing: border-box;
}

.windows_titolo {
	border-bottom: solid 1px #ccc;
	color: #002A5A;
	font-size: 14px;
	margin: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.windows_chiudi {
    position: absolute;
    top: 2px;
    right: 2px;
    font-family: 'Material Icons Outlined';
    cursor: pointer;
    font-size: 24px;
    text-transform: lowercase;
}

.windows_cerca {
	padding: 0 10px;
}

.windows_cerca input[type="text"] {    
	width: 500px;
    margin-right: 5px;
}

.windows_contenuto {
	padding: 10px;
	text-align: left;
	overflow: hidden;
	overflow-y: auto;
	height: calc(90vh - 80px);
	max-height: calc(650px - 80px);
}

#windowcdfscegli .windows_contenuto {
	max-height: 470px;
}

div[id^='windowaggiungi'] label, 
div[id^='windowmodifica'] label {
	margin-top: 15px;
	font-size: 12px;
	font-weight: 600;
	display: block;
}

div[id^='windowaggiungi'] #checkClient, 
div[id^='windowmodifica'] #checkClient {
	margin-top: 15px;
}

.windows form > label:first-child {
    margin-top: 0px;
}

div[id^='windowaggiungi'] input, div[id^='windowaggiungi'] select,
div[id^='windowmodifica'] input, div[id^='windowmodifica'] select {
	/*font-size: 12px;
	padding: 2px;*/
}

div[id^='windowaggiungi'] select option:nth-child(1),
div[id^='windowmodifica'] select option:nth-child(1) {
	color: #666;	
}

span[id^='elimina'] {
	cursor: pointer;
	color: #00f;
}

span[id^='elimina']:hover {
	text-decoration: underline;
}

#windows_confirm_delete, #windows_confirm_deleteFile
	{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 0px;
	z-index: 1002; 
	
	width: 400px;
	height: 200px;
	background-color: #CECECE;
	padding: 20px;
	border: solid 1px #666;
	color: #666;
	font-size: 16px;
	text-align: center;
	box-shadow: 10px 10px 5px #888;
    
    
	display: none;
	}

#windows_confirm_delete_button {
    left: 130px;
	position:absolute;
    bottom:20;
	}
	
#windows_confirm_delete_button .button_confirm_delete {
	background-color: #6EABCA;
    color: white;	
	font-size: 16px;
	width: 50px;
    margin: 10px;
    padding: 10px;
	cursor: pointer;
    float:left;
    text-decoration: none;

    border-left:1px solid #fff;
    border-top:1px solid #fff; 
    border-bottom:1px solid #716f64; 
    border-right:1px solid #716f64; 

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	}

#windows_confirm_delete_button a {
    color: white;	
    text-decoration: none;
	display: block;
	width: 50px;
	}

#windows_confirm_label,
#windows_confirm_delete_label {
    height: 105px;
    width: 100%;
    overflow: hidden;
}

#windows_confirm
	{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 0px;
	z-index: 1002;
	
	width: 400px;
	min-height: 200px;
	background-color: #eee;
	padding: 20px;
	/*padding-top: 40px;*/
	border: solid 1px #ccc;
	color: #666;
	font-size: 16px;
	text-align: center;
	box-shadow: 10px 10px 5px #888;
    
    
	display: none;
	}
.windows_confirm_chiudi {
    position: absolute;
    top: 2px;
    right: 2px;
    font-family: 'Material Icons Outlined';
    cursor: pointer;
    font-size: 24px;
}  
#windows_confirm_button {
    left: 130px;
	position:absolute;
    bottom:20px;
	}

#windows_confirm_button2 {
    left: 50%;
	position:absolute;
    bottom:20px;
    transform: translateX(-50%);
	}

#windows_confirm_label .button_confirm_close { 
	cursor: pointer;    
    text-decoration: none;   
}
	
#windows_confirm_button .button_confirm ,
#windows_confirm_button2 .button_confirm {
	background-color: #6EABCA;
    color: white;	
	font-size: 16px;
	min-width: 50px;
    margin: 10px;
    padding: 10px;
	cursor: pointer;
    float:left;
    text-decoration: none;

    border-left:1px solid #fff;
    border-top:1px solid #fff; 
    border-bottom:1px solid #716f64; 
    border-right:1px solid #716f64; 

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	}
	
#windows_confirm_button a {
    color: white;	
    text-decoration: none;
	display: block;
	width: 50px;
	}
	
	

#windows_confirmpws {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 0px;
	z-index: 1002;
	
	width: 400px;
	min-height: 200px;
	background-color: #eee;
	padding: 20px;
	/*padding-top: 40px;*/
	border: solid 1px #ccc;
	color: #666;
	font-size: 16px;
	text-align: center;
	box-shadow: 10px 10px 5px #888;
    
    
	display: none;
}
.windows_confirmpws_chiudi {
    position: absolute;
    top: 2px;
    right: 2px;
    font-family: 'Material Icons Outlined';
    cursor: pointer;
    font-size: 24px;
}  
#windows_confirmpws .field {
    margin-bottom: 20px;
}

#windows_confirmpws input[type="submit"] {
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    height: 34px;
    color: #fff;
    border: solid 1px #b70300;
    background-color: #b70300;
    font-size: 12px;
    font-weight: 600;
}

#windows_errore
	{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -100px;
	padding: 0px;
	z-index: 1002; 
	
	width: 400px;
	height: 200px;
	background-color: #eee;
	padding: 20px;
	padding-top: 40px;
	border: solid 1px #ccc;
	color: #DD4B39;
	font-size: 16px;
	text-align: center;
	box-shadow: 10px 10px 5px #888;
    
    
	display: none;
	}

#windows_errore_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
	color: #666;
}



#windows_avviso
	{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -100px;
	padding: 0px;
	z-index: 1002; 
	
	width: 400px;
	height: 200px;
	background-color: #eee;
	padding: 20px;
	padding-top: 40px;
	border: solid 1px #ccc;
	color: #666;
	font-size: 16px;
	text-align: center;
	box-shadow: 10px 10px 5px #888;
    
    
	display: none;
	}

#windows_avviso_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/* FLOAT */
.float-left {
	float: left;
	margin-right: 20px;
}

.float-left:last-child {
	margin-right: 0px;
}

.float-right {
	float: right;
	margin-left: 20px;
}

.float-right:last-child {
	margin-left: 0px;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}
/**/


/* ALIGN */
.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}
/**/
	
.no-link {
	color: inherit;	
}	
	
.link {
	color: #0000FF;	
	cursor: pointer;
}	

.link:hover {
	text-decoration: underline;	
}

.visibilita-solo-tablet-mobile {
	display:none;
	visibility: hidden;
}

.visibilita-solo-mobile {
	display:none;
	visibility: hidden;
}

.no-visibile {
	display:none;
	visibility: hidden;
}

a[class^="pul-"],
div[class^="pul-"] {
	text-transform: uppercase;
}

.pul-salva {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px !important;
  background-image: linear-gradient(to bottom, #43a047 5%, #19B550 100%);
  border-radius: 5px;
  padding: 6px 15px 6px 15px !important;
  opacity: 1;
  cursor: pointer;
  text-transform: uppercase;
}

.pul-salva:hover {
  color: #FFFFFF;
  opacity: 0.95;
  text-decoration: none;
}

.pul-salva:active {
  color: #FFFFFF;
  background-image: linear-gradient(to bottom, #19B550 5%, #43a047 100%);
  opacity: 1;
}

.pul-modifica {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px !important;
  background-color: #d14836;
  background-image: linear-gradient(to bottom, #F9A825 5%, #FBC02D 100%);
  border-radius: 5px;
  padding: 6px 15px 6px 15px !important;
  opacity: 1;
  cursor: pointer;
  text-transform: uppercase;
}

.pul-modifica:hover {
  color: #FFFFFF;
  opacity: 0.95;
  text-decoration: none;
}

.pul-modifica:active {
  color: #FFFFFF;
  background-image: linear-gradient(to bottom, #FBC02D 5%, #F9A825 100%);
  opacity: 1;
}

.pul-rifiuta { 
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px !important;
  background-color: #d14836;
  background-image: linear-gradient(to bottom,#dd4b39,#d14836);
  border-radius: 5px;
  padding: 6px 15px 6px 15px !important;
  opacity: 1;
  cursor: pointer;
  text-transform: uppercase;
}

.pul-rifiuta:hover {
  color: #FFFFFF;
  opacity: 0.95;
  text-decoration: none;
}

.pul-rifiuta:active {
  color: #FFFFFF;
  background-image: linear-gradient(to bottom,#dd4b39,#d14836);
  opacity: 1;
}

.pul-annulla { 
	display: inline-block;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	line-height: 1.1;
	font-weight: normal;
	font-family: sans-serif;
	color: #FFFFFF;
	font-size: 12px !important;
	background-color: #d14836;
	background-image: linear-gradient(to bottom,#dd4b39,#d14836);
	border-radius: 5px;
	padding: 6px 15px 6px 15px !important;
	opacity: 1;
	cursor: pointer;
	text-transform: uppercase;
}

.pul-annulla a {
	color: #FFFFFF;
}

.pul-annulla:hover {
	color: #FFFFFF;
	opacity: 0.95;
	text-decoration: none;
}

.pul-annulla:active {
	color: #FFFFFF;
	background-image: linear-gradient(to bottom,#dd4b39,#d14836);
	opacity: 1;
}

.pul-elimina { 
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px !important;
  background-color: #d14836;
  background-image: linear-gradient(to bottom, #dd4b39 5%, #d14836 100%);
  border-radius: 5px;
  padding: 6px 15px 6px 15px !important;
  opacity: 1;
  cursor: pointer;
  text-transform: uppercase;
}

.pul-elimina:hover {
  color: #FFFFFF;
  opacity: 0.95;
  text-decoration: none;
}

.pul-elimina:active {
  color: #FFFFFF;
  background-image: linear-gradient(to bottom,#dd4b39,#d14836);
  opacity: 1;
}

.pul-info {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px !important;
  background-color: #d14836;
  background-image: linear-gradient(to bottom, #4D90FE 5%, #4787ED 100%);
  border-radius: 5px;
  padding: 6px 15px 6px 15px !important;
  opacity: 1;
  cursor: pointer;
  text-transform: uppercase;
}

.pul-info:hover {
  color: #FFFFFF;
  opacity: 0.95;
  text-decoration: none;
}

.pul-info:active {
  color: #FFFFFF;
  background-image: linear-gradient(to bottom, #4787ED 5%, #4D90FE 100%);
  opacity: 1;
}

.pul-aggiungi {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  background-image: linear-gradient(to bottom, #4D90FE 5%, #4787ED 100%);
  border-radius: 5px;
  padding: 6px 15px 6px 15px;
  opacity: 1;
  cursor: pointer;
  text-decoration: none;
}

.pul-aggiungi:hover {
  color: #FFFFFF;
  opacity: 0.95;
  text-decoration: none;
}

.pul-aggiungi:active {
  color: #FFFFFF;
  background-image: linear-gradient(to bottom, #4787ED 5%, #4D90FE 100%);
  opacity: 1;
}

.pul-aggiungi-articolo {
    margin: auto;
    display: block;
    width: 250px;
    margin-top: 10px;
    font-size: 20px;
}

.pul-aggiungi-assistenza {
    margin: auto;
    display: block;
    width: 100%;
    margin-top: 0;
    font-size: 24px;
    padding: 15px;
    max-width: 100%;
    border: 0;
}

.pul-pdf {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px !important;
  background-color: #d14836;
  background-image: linear-gradient(to bottom,#dd4b39,#d14836);
  border-radius: 5px;
  padding: 6px 15px 6px 15px !important;
  opacity: 1;
  cursor: pointer;
  text-transform: uppercase;
}

.pul-pdf:hover {
  color: #FFFFFF;
  opacity: 0.95;
  text-decoration: none;
}

.pul-pdf:active {
  color: #FFFFFF;
  background-image: linear-gradient(to bottom,#dd4b39,#d14836);
  opacity: 1;
}


.operazionemodificare {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    font-weight: normal;
    border: solid 1px orange;
    font-size: 22px;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    background-color: orange;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.operazioneeliminare {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    font-weight: normal;
    border: solid 1px #DD4B39;
    font-size: 22px;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    background-color: #DD4B39;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}


.pul-generico {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #444;
  font-size: 12px;
  background-image: linear-gradient(to bottom, #f5f5f5 5%, #f1f1f1 100%);
  border-radius: 5px;
  padding: 6px 15px 6px 15px;
  opacity: 1;
  cursor: pointer;
  border-color: rgba(0,0,0,0.1);
  text-decoration: none;
}

.pul-generico:hover {
  color: #444;
  opacity: 0.95;
  text-decoration: none;
}

.pul-generico:active {
  color: #444;
  background-image: linear-gradient(to bottom, #f1f1f1 5%, #f5f5f5 100%);
  opacity: 1;
}


.pul-mostratutto {
    display: inline-block;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
    line-height: 1.1;
    font-weight: normal;
    font-family: sans-serif;
    font-size: 12px;
    border-radius: 5px;
    padding: 6px 15px 6px 15px;
    margin-top: 5px;
    opacity: 1;
    cursor: pointer;
    border-color: #795548;
    text-decoration: none;
    background-color: #8D6E63;
    color: #fff;
}

.pul-mostratutto:hover {
  color: #fff;
  opacity: 0.95;
  text-decoration: none;
}

.pul-mostratutto:active {
  color: #fff;
  opacity: 1;
}
.pul-piccolo {
  padding: 5px;
}




.td-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.view-p7m { 
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 9px !important;
  font-family: sans-serif;
  background-color: #FFA000;
  border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  /*padding-top: 7px;*/
  line-height: 27px;
  height: 28px;
  width: 28px;
  box-sizing: border-box;
  font-weight: 600;
}

.view-p7m:hover {
  color: #FFFFFF;
  opacity: 0.95;
  text-decoration: none;
}

.view-p7m:active {
  color: #FFFFFF;
  background: #E6950D;
  opacity: 1;
}

.view-xml { 
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 9px !important;
  font-family: sans-serif;
  background-color: #F4511E;
  border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  /*padding-top: 7px;*/
  line-height: 27px;
  height: 28px;
  width: 28px;
  box-sizing: border-box;
  font-weight: 600;
}

.view-xml:hover {
  color: #FFFFFF;
  opacity: 0.95;
  text-decoration: none;
}

.view-xml:active {
  color: #FFFFFF;
  background: #E64A19;
  opacity: 1;
}

.view-fe { 
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  color: #FFFFFF;
  font-family: sans-serif;
  font-size: 9px !important;
  background-color: #757575;
  border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  /*padding-top: 7px;*/
  line-height: 27px;
  height: 28px;
  width: 28px;
  box-sizing: border-box;
  font-weight: 600;
}

.view-fe:hover {
  color: #FFFFFF;
  opacity: 0.95;
  text-decoration: none;
}

.view-fe:active {
  color: #FFFFFF;
  background: #616161;
  opacity: 1;
}

.view-fatt { 
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 14px !important;
  background-color: #0288D1;
  border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  /*padding-top: 5px;*/
  line-height: 27px;
  height: 28px;
  width: 28px;
  box-sizing: border-box;
}

.view-fatt:hover {
  color: #FFFFFF;
  opacity: 0.95;
  text-decoration: none;
}

.view-fatt:active {
  color: #FFFFFF;
  background: #0277BD;
  opacity: 1;
}





img[id^='elimina'] {
	cursor: pointer;
}

img[id^='modifica'] {
	cursor: pointer;
}

img[id^='file'] {
	cursor: pointer;
}

img[id^='chiudi'] {
	cursor: pointer;
}


.documenti-inclusi,
.varianticolori {
	margin-top: 15px;
	border-top: 0;
}

.documenti-inclusi caption {
	display: table-caption;
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    background-color: #EEEEEE;
    color: #333;
    text-align: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    border-bottom: 0;
}

.immagine-lista {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 70px;
}
	
.scheda-struttura1 {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flexbox;            /* NEW, Spec - Opera 12.1, Firefox 20+ */	
  
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

@supports (flex-wrap: wrap) { /* hide from the incomplete Flexbox implementation in Firefox */
    .scheda-struttura1 {
      display: flex;
    }
}

.immagine-scheda {
	/*-webkit-flex-grow: 1;
	flex-grow: 1;
	
	-webkit-flex-basis: 25%;
	flex-basis: 25%;*/
    -webkit-flex-basis: 33%; /* Safari 6.1+ */
    flex-basis: 33%;
}

.descrizione-scheda {
/*	-webkit-flex-grow: 2;
	flex-grow: 2;
	    */
    -webkit-flex-basis: calc(100% - 33%); /* Safari 6.1+ */
    flex-basis: calc(100% - 33%);
	
	padding-left: 20px;
	box-sizing: border-box;
}

.hide-calendar .ui-datepicker-calendar, .hide-calendar .ui-datepicker-prev, .hide-calendar .ui-datepicker-next
	{
	display:none!important;
	visibility:hidden!important
	}


.galleria-immagini {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flexbox;            /* NEW, Spec - Opera 12.1, Firefox 20+ */	
  
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	margin-top: 2px;
}

@supports (flex-wrap: wrap) { /* hide from the incomplete Flexbox implementation in Firefox */
    .galleria-immagini {
      display: flex;
    }
}

.immagine-galleria {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 70px;
	margin: 2px;
}

.immagine-galleria:first-child {
	margin-left: 0px;	
}

.immagine-galleria:last-child {
	margin-right: 0px;	
}

.allegatilista {
	margin-top: 10px;	
}

.allegatilista .fileallegato {
     padding: 5px; 
}

.allegatilista .fileallegatotitolo {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flexbox;            /* NEW, Spec - Opera 12.1, Firefox 20+ */	
  
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

@supports (flex-wrap: wrap) { /* hide from the incomplete Flexbox implementation in Firefox */
    .allegatilista .fileallegatotitolo {
      display: flex;
    }
}

.allegatilista .fileallegato:first-child  {
    margin-top: 10px;
}

.allegatilista .fileallegatotitolo > div:first-child {
     width: 16px;
     margin-right: 4px;
}

.allegatilista .fileallegatotitolo > div:nth-child(2) {
     margin-right: 4px;
}

.allegatilista .fileallegatodescrizione {
     font-size: small;
     margin-left: 20px;
}


.contenitorevideo iframe {
	max-width: 100%;
}


.liste-tipolista span, .pulsantino {
    margin: 1px;
    background-color: #eee;
    border-radius: 3px;
    border: solid 1px #ccc;
    color: #333;
	cursor: pointer;
}

.liste-tipolista span.selezionato, .pulsantino.selezionato {
    background-color: #ccc;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75) inset;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75) inset;
}

.liste-tipolista span:hover, .pulsantino:hover {	
    /*background-color: rgba(238,238,238,0.7);*/
    background: #f8f8f8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
	border: 1px solid #c6c6c6;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	color: #222;
	transition: all 0s;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-transition: all 0s;
	-o-transition: all 0s;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-transition: all 0s;
	
	}

.liste-tipolista span.selezionato:hover, .pulsantino.selezionato:hover {	
    background-color: rgba(204,204,204,0.7);
    background-image: none;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75) inset;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75) inset;
}

.selezionadeseleziona {
	font-size: 30px;
	cursor: pointer;
}

.selezionadeseleziona:hover {
	color: #666;
}
	
.DivOperazioniFoto {
	background-color: rgba(0,0,0,0.7); 
	width: 100%;
	box-sizing: border-box;
	padding: 1px;	   
	text-align: right;
    position: absolute;
}
	
.DivOperazioniFoto span {
	padding-left: 2px;
}	

.DivOperazioniFoto span:nth-child(1) {
	padding-left: 0px;
}

#analisi.lista .flexcontainer article {
	width: 335px;
	margin-right: 10px;
}

#analisi.lista .flexcontainer article .box-contenuto a {
	display: block;
	width: 100%;
	min-height: 175px;
}

#analisi.lista .flexcontainer article:last-child {
	margin-right: 0px;
}
 
#analisi.lista .box-contenuto {
    position: relative;
}

.iconamodulostatistica  {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 80px !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    border: solid 1px #333;
    border-radius: 5px;
    color: #333;
}


.variabili {
    border: solid 1px #B0BEC5;
    /*height: 100%;*/
}

.variabilititolo {
    background-color: #B0BEC5;
    text-transform: uppercase;
    padding: 5px;
}

.variabilicontenuto {
    padding: 5px;
    /*height: 100%;*/
}

.variabilicontenutogruppi {
    height: 673px;
    overflow: hidden;
    overflow-y: auto;
}

.variabilicontenutogruppo {
    margin-top: 10px;
}

.variabilicontenutogruppotitolo {
    text-transform: uppercase;
    color: #546E7A;
    font-weight: 600;
    -moz-border-image: -moz-linear-gradient(left, #546E7A 0%, #ffffff 100%);
	-webkit-border-image: -webkit-linear-gradient(left, #546E7A 0%, #ffffff 100%);
	border-image: linear-gradient(left right, #546E7A 0%, #ffffff 100%);
	border-image-slice: 1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.variabile {
    padding: 2px;
    cursor: pointer;
    padding-left: 10px;
}

.variabile:hover {
    background-color: #ECEFF1;
    color: #37474F;
}

.link-torna-lista {
	margin-left: 32px;
	margin-top: -23px;
	display: block;
}

.lista-icona-documenti {
	height: 24px;
}

.lista-icona-documenti a {
    padding-top: 4px;
    display: block;
}

.nascosto {
	display: none !important;
}


#griglia {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	box-sizing: border-box;
	margin: 0 auto;
	justify-content: center;
}

.griglia-oggetto {
    /*position: relative;*/
    height: 300px;
	width: 250px; /*248 senza i bordi*/
	overflow-y: hidden;
	margin: 0 10px 20px 10px;
	cursor: pointer;
	border: 1px solid #dddddd;
}

.griglia-oggetto:hover {
	background-color: #f9f9f9;
}

.griglia-oggetto-immagine {
    height: 248px;
	width: 100%;
	overflow-y: hidden;
}

.griglia-oggetto-immagine a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.griglia-oggetto-immagine .immagine-lista {
    height: 100%;
    background-size: contain;
}

.griglia-oggetto-titolo {
    padding: 5px 5px 0 5px;
    width: 100%;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.griglia-oggetto-sottotitolo {
    padding: 5px;
    height: 24px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    color: #666;
    font-weight: normal;
} 

.operazioni-fondo-pagina {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.operazioni-fondo-pagina div[class*='pul-'],
.operazioni-fondo-pagina span[class*='pul-'],
.operazioni-fondo-pagina a[class*='pul-'],
.operazioni-fondo-pagina input[class*='pul-'] {
	font-size: 16px !important;
	padding: 10px 20px 10px 20px !important;
	line-height: normal;
}

#immagine-ingrandimento-bgn {
   	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*height: 100%;
	width: 100%;*/
	margin: 0;
	padding: 0;
	z-index: 101;
    background: rgba(0, 0, 0 ,0.5);
    display: none;
}

#immagine-ingrandimento {
    position: fixed;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
   /* width: 50vw;
	height: 95vh;*/
    padding: 0px;
    z-index: 2001;
    background-color: #FFF;
    display: none;
	border-radius: 4px;
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

#immagine-ingrandimento div {
    position: replative;
	margin: 10px;
    padding: 10px;
	/*height: calc(100% - 20px);
	width: calc(100% - 20px);	
	background-repeat: no-repeat;	
	background-position: center;
	background-size: contain;*/
	background-color: #efefef;
	line-height: 0;
}


#immagine-ingrandimento div img {
    max-width: calc(90vw - 20px);
    max-height: calc(90vh - 20px);
}

#immagine-ingrandimento-close {
	position: absolute;
	top: -13px;
	right: -13px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #222;
	border: solid 3px #fff;
	font-family: 'Material Icons Outlined';
	-webkit-box-shadow: -2px 2px 2px 0px rgba(34,34,34,0.5);
	-moz-box-shadow: -2px 2px 2px 0px rgba(34,34,34,0.5);
	box-shadow: -2px 2px 2px 0px rgba(34,34,34,0.5);
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	text-align: center;
	z-index: 20002;
}

#infodevice {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 11px;
    padding: 3px;
    background-color: #ccc;
    border-top-left-radius: 5px;
    border: solid 1px #666;
    border-bottom: 0;
    border-right: 0;
    
    display: none;
}
	
.tooltipText {
	
	z-index: 200;
	display: block;
	width: auto;
	min-width: 400px;
	padding: 5px;
	background: #fbe983;
	border: 1px solid #FFAD46;
	font-size: 11px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: absolute;	
	box-shadow: 5px 5px 2px #666;
	text-align: left;
    
    display: none;
    font-weight:normal;	
}





.op-elimina { 
	display: inline-block;
  	background-color: #d60000;
  	opacity: 1;
  	color: #FFFFFF;
  	font-size: 16px;
  	cursor: pointer;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}

.op-elimina:hover {
  color: #FFFFFF;
  opacity: 0.95;
  text-decoration: none;
}

.op-elimina:active {
  color: #FFFFFF;
  background: #ed3636;
  opacity: 1;
}


.listaelimina {
    background-color: #D50000;
    color: #ffffff;
    border-radius: 3px;
    font-size: 17px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;    
    padding: 2px;
    display: block;
    line-height: 17px;
}

.sbiadito {
	cursor: initial;
	opacity: 0.4;
}

.sbiadito:hover {
	opacity: 0.4;
}



.formato_cf {
	text-transform: uppercase;
}

.formato_prezzo {
    width: 100px !important;
    text-align: right;
    padding-right: 20px !important;
}

.formato_prezzo + i {
    pointer-events: none;
	font-style: normal;
	margin-left: -15px;
}

.formato_data {
    width: 100px !important;
    text-align: center;
}




.icone-gestione-selezionatutti {
    font-family: "Material icons";
    background-color: #00BCD4;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 1px;
    text-decoration: none;
}


.icone-gestione-deselezionatutti {
    font-family: "Material icons";
    background-color: #FF5722;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 1px;
    text-decoration: none;
}


.icone-gestione-inserisci {
    font-family: "Material icons";
    background-color: #2196F3;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 1px;
    text-decoration: none;
}

.icone-gestione-scheda {
    font-family: "Material icons";
    background-color: #546E7A;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 1px;
    text-decoration: none;
}

.icone-gestione-modifica {
    font-family: "Material icons";
    background-color: #FB8C00;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 1px;
    text-decoration: none;
}

.icone-gestione-elimina {
    font-family: "Material icons";
    background-color: #F44336;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 1px;
    text-decoration: none;
}

.icone-gestione-reset {
    font-family: "Material icons";
    background-color: #90A4AE;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 1px;
    text-decoration: none;
}

.icone-gestione-selezionatutti:not(.disabled):hover,
.icone-gestione-deselezionatutti:not(.disabled):hover,
.icone-gestione-inserisci:not(.disabled):hover,
.icone-gestione-scheda:not(.disabled):hover,
.icone-gestione-modifica:not(.disabled):hover,
.icone-gestione-elimina:not(.disabled):hover,
.icone-gestione-reset:not(.disabled):hover {
    text-decoration: none;
    opacity: 0.9;	
} 


.pagina-titolo-icona {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
}

.modificadescrizionearticolo {
    position: absolute;
    right: 5px;
    top: 12px;
    cursor: pointer;
}


.contenuto-overflow-up {
    width: 100%;
    height: 0px;
    display: block;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
}
.pul-overflow-up {
    display: none;
    background-color: #dddddd;
    text-align: center;
    width: 100px;
    margin: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
}



.pul-display-up {
    position: absolute;
    right: -20px;
    top: 0;
    cursor: pointer;
}

.pul-display-none {
    display: none;
}

/* Checkmark style starts */
@-moz-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 20px;
  }
}
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 20px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 20px;
  }
}

@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 32px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 32px;
  }
}
@-moz-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 32px;
  }
}


#avvisoSenzaRegistrazione {
    margin: auto;
    width: 400px;
    padding: 10px;
    margin-top: 10px;
    font-size: 11px;
    border: 1px solid #CECECE;
    border-radius: 2px;
}

.box-titolo .pul-inserisci-piccolo, #TabellaLista .pul-inserisci-piccolo {
    font-size: 20px;
    display: inline-block;
    line-height: normal;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    color: #304ffe;
    text-decoration: none;
    text-transform: lowercase;
}
.box-titolo .pul-inserisci-piccolo {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
#TabellaLista .pul-inserisci-piccolo {
    top: 10px !important;
    right: 10px !important;
}

.articolo-testa > div {
	width: 49%;
}

.varianticolorioperazioni {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.datitecnici {
  display: flex;
  text-align: center;
  justify-content: space-between;
  font-size: 12px;
}
.datitecnici div {
  width: 11%;
}
.datitecnici div strong {
  width: 11%;
  font-size: 14px;
}
