/* *********
RESET CSS
********* */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline; HO DOVUTO TOGLIERLO PER ALLINEARE MIDDLE LE IMMAGINI NELLE TABELLE*/ 
    background: transparent;
}
body {
    line-height: 0em;
}
hr {
  height:1px;
  background-color: #eee;
  width:100%;
  border: none;
}
ol, ul{
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}



/* FINE DEL RESET */




@media all{
	#clear_left{clear:left;}
	#clear_right{clear:right;}
	#clear_both{clear:both;}
	.clear_left{clear:left;}
	.clear_right{clear:right;}
    .clear_both{clear:both;}
    html {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
    }
    body {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        line-height: 1em;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        color: #090;
        background: #fff;
        overflow-x: hidden;
        font-weight: 400;
    }
    /*img {
        border: 0;
        max-width: 100%;
        max-height: 100%;
    }*/
    h1 {
        font-size: 30px;
        font-weight: 700;
        margin: 0 0 15px 0;
    }
    h2 {
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 15px 0;
		line-height: 1.3em;
    }
	
	
	
	.colornero{color:#000;}
	.colornero a, .colornero a:link{ color:#000; text-decoration:none;}
	.colornero a:hover, .colornero a:focus, .colornero a:active{
        -webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease; 
		transition: all 0.3s ease;
        color: #0198df;
    }

	.colorrosso{color:#f00;}
	.colorrosso a, .colorrosso a:link{ color:#f00; text-decoration:none;}
	.colorrosso a:hover, .colorrosso a:focus, .colorrosso a:active{
        -webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease; 
		transition: all 0.3s ease;
        color: #000;
    }
	
	.colorazzurro{color:#00adee;}
	.colorazzurro a, .colorazzurro a:link{ color:#00adee; text-decoration:none;}
	.colorazzurro a:hover, .colorazzurro a:focus, .colorazzurro a:active{
        -webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease; 
		transition: all 0.3s ease;
        color: #000;
    }
    
	.colorancione{color:#ebaa14;}
	.colorancione a, .colorancione a:link{ color:#ebaa14; text-decoration:none;}
	.colorancione a:hover, .colorancione a:focus, .colorancione a:active{
        -webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease; 
		transition: all 0.3s ease;
        color: #000;
    }
	
	
	
	
	
	
	/* RESET INPUT */
	input[type=text],
	input[type=password],
	input[type=email],
	input[type=tel],
	input[type=file],
	input[type=date],
	date,
	textarea,
	button,
	select{
		padding: 15px 20px;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		border: 1px solid #bbb;
		color:#000000;
		background-color: #fff;
		transition: 0.2s ease all;
		-webkit-appearance: none; /* serve per far sparire i bordi tondi dal MAC */
	}
	select{
		background-image: url(/res/img/select.png);
		background-repeat: no-repeat;
		background-position:  99% 20px;
	}
	input[type=text]:hover,
	input[type=password]:hover,
	input[type=email]:hover,
	input[type=tel]:hover,
	input[type=file]:hover,
	input[type=date]:hover,
	date,
	textarea:hover,
	button:hover,
	select:hover{
		border: 1px solid #777;
	}
    .input-wrap {
        position: relative;
        width: 100%;
        padding: 0;
		margin: 0 0 10px 0;
    }
	
	/* LABEL ETIUCHETTA */
    .input-wrap .floating-label {
        position: absolute;
		top: 6px;
        left: 10px;
        padding: 12px 12px;
        pointer-events: none;
        opacity: 1;
		line-height: 1em;
        transition: 0.2s ease all;
        background: #fff;
		color: #777;
    }
	.input-wrap input:focus ~ .floating-label,
    .input-wrap input:not([value='']) ~ .floating-label,
	.input-wrap date:focus ~ .floating-label,
    .input-wrap date:not([value='']) ~ .floating-label,
    .input-wrap select:focus ~ .floating-label,
    .input-wrap select:not([data-x='']) ~ .floating-label,
    .input-wrap textarea:focus ~ .floating-label,
    .input-wrap textarea:not([data-x='']) ~ .floating-label {	
        top: -6px;
        left: 15px;
        font-size: 12px;
        padding: 0px 6px;
        opacity: 1;
    }
	.floating-label.labelforzata{ /* mi serve per via delle igniezioni di dati con il java */
        top: -6px;
        left: 15px;
        font-size: 12px;
        padding: 0px 6px;
        opacity: 1;
	}	
	.floating-label.errordefcss{
		color: #f00;
	}
	
	/* DEFINIZIONE DEL CONTORNO DI CAMPI DEL FORM */
	.input-wrap input[type=text]:not([value='']){
        border: 1px solid #00adee;
    }
	.input-wrap input[type=date]:not([value='']){
        border: 1px solid #00adee;
    }
	.input-wrap input[type=password]:not([value='']){
        border: 1px solid #00adee;
    }	
	.input-wrap textarea:not([data-x='']){
        border: 1px solid #00adee;
    }
	.input-wrap select:not([data-x='']){
        border: 1px solid #00adee;
    }
	/*.input-wrap .inputtextconpuls {
        width: calc(100% - 152px);
	}*/
	
	/* ?????????? */
    .input-wrap .link {
        color: #1264fc;
        text-decoration: none;
        font-weight:600;
    }
    .input-wrap .button {
        padding: 12px 20px;
        color: #fff;
        width: 100%;
        border-radius: 3px;
        border: 1px solid #C1C1C1;
        margin: 1px;
    }
    .input-wrap .default {
        background: #448AFC;
    }
    .input-wrap .default:hover {
        background: #1264fc;
        cursor: pointer;
    }
	
	/* CLASSE TEXT GENERALE */
    .input-wrap .text {
        /*width: calc(100% - 42px);*/
		width: 519px;
        border-radius: 3px;
    }
    .input-wrap .text:focus {
        border: 1px solid #00adee;
    }
	.text.inputtextconpuls{ /* usato ad esempio nella pagina di impostazioni account per non andare a capo con il pulsante */
		/*width: calc(100% - 157px); /*dato dal paggind + lo spazio del pulsante + lo spazio tra input e pulsante, mediamente 110px*/
		width: 405px;
	}
	
	/* SELECT */
    .input-wrap .select {
        /*width: 100%;*/
		width: 560px;
		border-radius: 3px;
    }
    .input-wrap .select:focus {
        border: 1px solid #00adee;
    }
	.select.selectconpuls{ /* usato ad esempio nella pagina di impostazioni account per non andare a capo con il pulsante */
		/*width: calc(100% - 157px); /*dato dal paggind + lo spazio del pulsante + lo spazio tra input e pulsante, mediamente 110px*/
		width: 447px;
	}
	
	/* TEXT AREA */
    .input-wrap .textarea {
		height: 80px;
		/*width: calc(100% - 42px);*/
		width: 519px;
		border-radius: 3px;
		/*background-color: #00f;*/
    }
    .input-wrap .textarea:focus {
        border: 1px solid #00adee;
    }
	
	
	
	
    /* RADIO */
    /* The container */
    .radio {
      display: block;
      position: relative;
      padding: 5px 10px 0px 35px;
      margin-bottom: 12px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    /* Hide the browser's default radio button */
    .radio input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
    }
    /* Create a custom radio button */
    .radio .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #ccc;
      border-radius: 50%;
    }
    /* On mouse-over, add a grey background color */
    .radio:hover input ~ .checkmark {
      background-color: #2196F3;
    }
    /* When the radio button is checked, add a blue background */
    .radio input:checked ~ .checkmark {
      background-color: #2196F3;
    }
    /* Show the indicator (dot/circle) when checked */
    .radio input:checked ~ .checkmark:after {
      display: block;
    }
    /* Style the indicator (dot/circle) */
    .radio .checkmark:after {
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }
	
    /* CHECKBOX */
    .checkbox {
      display: block;
      position: relative;
      padding: 5px 10px 10px 35px;
      margin-bottom: 15px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    /* Hide the browser's default checkbox */
    .checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }
    /* Create a custom checkbox */
    .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #ccc;
      border-radius: 3px;
    }
    /* On mouse-over, add a grey background color */
    .checkbox:hover input ~ .checkmark {
      background-color: #00adee;
    }
    /* When the checkbox is checked, add a blue background */
    .checkbox input:checked ~ .checkmark {
      background-color: #00adee;
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }
    /* Show the checkmark when checked */
    .checkbox input:checked ~ .checkmark:after {
      display: block;
    }
    /* Style the checkmark/indicator */
    .checkbox .checkmark:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
	/* fine checkbox */
	
	/* PULSANTI */
	.pulsinvio{
		font-size: 14px;
		padding: 16px 20px;
		font-weight: normal;
		border: 0;
		/*width: 100%;
		max-width: 560px;*/
		width: 560px;
		margin: 0 0 10px 0;
		cursor: pointer;
		text-align: center;
		border-radius: 3px;
	}
	.pulsmodifica{
		font-size: 14px;
		padding: 16px 20px;
		font-weight: normal;
		border: 0;
		width: 100%;/*
		max-width: 110px;*/
		width: 110px;
		margin: 0 0 0 0;
		cursor: pointer;
		text-align: center;
		border-radius: 3px;
	}
	.pulsnero{
		background-color: #000;
		color: #fff;
		transition: 0.2s ease all;
	}
	.pulsnero:hover{
		background-color: #00adee;
		color: #fff;
	}
	.pulsazzurro{
		background-color: #00adee;
		color: #fff;
		transition: 0.2s ease all;
	}
	.pulsazzurro:hover{
		background-color: #000;
		color: #fff;
	}
	.pulsgrigio{
		background-color: #e8e8e8;
		color: #000;
		transition: 0.2s ease all;
	}
	.pulsgrigio:hover{
		background-color: #000;
		color: #fff;
	}
	.pulsarancione{
		background-color: #ff9831;
		color: #000;
		transition: 0.2s ease all;
	}
	.pulsarancione:hover{
		background-color: #000;
		color: #fff;
	}
	.pulsrosso{
		background-color: #d70000;
		color: #fff;
		transition: 0.2s ease all;
	}
	.pulsrosso:hover{
		background-color: #000;
		color: #fff;
	}
	.pulsverde{
		background-color: #00e800;
		color: #000;
		transition: 0.2s ease all;
	}
	.pulsverde:hover{
		background-color: #000;
		color: #fff;
	}
	

	
	
	/* LISTA */
    .lista{
        /*display: block;*/
		/*width: 100%;
		max-width: 520px;*/
		width: 520px;
        padding: 14px 20px;
		margin: 0 0 10px 0;
        border-radius: 3px;
        border: 0;
        font-size: 14px;
        text-decoration: none;
        cursor: pointer;
    }
    .lista:hover{opacity: 0.8;}
	/* FINE LISTA */
	
	
	
	/* AREE DI TESTO (ad esempio per tiket */
    .divtextarea {
		height: auto;
		width: 519px;
		padding: 20px;
		margin: 10px 0;
		border-radius: 3px;
		/*background-color: #00f;*/
    }

	
	
	
	
  
    /* CONTENITORE DATI */
    .contenitoredati {
        position: absolute;
        width: auto;
        top: 15px;
        left: 160px;
        padding: 0 0 40px 0;
        line-height: 1.5em;
        color: #000;
		/*background-color: #369;*/
    }
    /* FINE CONTENITORE DATI */
    
    /* MENU */
    .menu {
        top: 0;
        left: 0;
        position: fixed;
        width: 130px;
        background-color: #efefef;
        border-right: solid 5px #00b0f0;
        height: 100%;
        list-style: none;
    }
    .link li {
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        background-color: #e8e8e8;
        border-bottom: solid 1px #fff;
    }
    .link li a {
        color: #000;
        padding: 20px 0 20px 20px;
        display: block;
        white-space: nowrap;
        float: none;
        text-decoration: none;
    }
    .link li a:hover {
        color: #fff;
        background-color: #00b0f0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    /* FINE MENU */
    
	
	
	
	
	table{
		width: 100%;
		border-collapse: collapse;
		margin: 0 0 10px 0; /* mi serve per spazioare la tabella dei pulsanti sotto alla tabella */
	}
	td{ /* RESET, usato ad esempio nelle tabelle dei pulsanti */
		/*padding: 0px;
		line-height: 1;*/
		padding: 15px 10px;
		vertical-align: middle;
		position: relative; /* mi serve per l'immagine */
		line-height: 1.3em;
	}
	
	
	
	/* RETTANGOLI CLICCABILI DELLE LAVORAIZONI */
	.lavorazioni{
		float: left;
		padding: 10px 15px;
		margin: 10px;
		border: solid 1px #78a9e4;
		color: #777;
		font-size: 13px;
		cursor: pointer;
	}
	.lavorazioniselected{
		color: #000;
		border: solid 1px #000;
		background-color: #bbefb4;
		font-weight: bold;
	}
	/* FINE RETTANGOLI CLICCABILI DELLE LAVORAIZONI */
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}