


@media all{

	
	
	.pulsnero{
		background-color: #000;
		color: #fff;
		transition: 0.2s ease all;
	}
	.pulsnero:hover{
		background-color: #256BBD;
		color: #fff;
	}
	.pulsazzurro{
		background-color: #ABD8F8;
		color: #000;
		transition: 0.2s ease all;
	}
	.pulsazzurro:hover{
		background-color: #000;
		color: #fff;
	}
	.pulsblu{
		background-color: #256BBD;
		color: #fff;
		transition: 0.2s ease all;
	}
	.pulsblu:hover{
		background-color: #000;
		color: #fff;
	}
	.pulsgrigio{
		background-color: #e8e8e8;
		color: #000;
		transition: 0.2s ease all;
	}
	.pulsgrigio:hover{
		background-color: #000;
		color: #fff;
	}
	.pulsverde{
		background-color: #25bd70;
		color: #fff;
		transition: 0.2s ease all;
	}
	.pulsverde:hover{
		background-color: #256BBD;
		color: #fff;
	}
	.pulsarancio{
		background-color: #ff762d;
		color: #fff;
		transition: 0.2s ease all;
	}
	.pulsarancio:hover{
		background-color: #000;
		color: #fff;
	}
	.pulsrosso{
		background-color: #f00;
		color: #fff;
		transition: 0.2s ease all;
	}
	.pulsrosso:hover{
		background-color: #000;
		color: #fff;
	}

	
	
	
	/* RESET INPUT */
	input[type=text],
	input[type=password],
	input[type=email],
	input[type=tel],
	input[type=file],
	input[type=date],
	textarea,
	button,
	select{
		padding: 15px 20px;
		margin: 0;
		/*font-family: Arial, Helvetica, sans-serif;*/
		font-family: "Raleway", sans-serif;
		font-size: 14px;
		line-height: 1.4em;
		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,
	textarea:hover,
	button:hover,
	select:hover{
		border: 1px solid #777;
	}
    .input-wrap {
        position: relative;
        width: 100%;
        padding: 0;
		margin: 0 0 10px 0;
    }
	
	/* LABEL ETICHETTA */
    .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 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 #256BBD;
    }
	.input-wrap input[type=date]:not([value='']){
        border: 1px solid #256BBD;
    }
	.input-wrap input[type=password]:not([value='']){
        border: 1px solid #256BBD;
    }	
	.input-wrap textarea:not([data-x='']){
        border: 1px solid #256BBD;
    }
	.input-wrap select:not([data-x='']){
        border: 1px solid #256BBD;
    }
	.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 #;
    }
	.text.inputtextconpuls{
		width: calc(100% - 157px);
		/*width: 405px;*/
	}
	
	/* SELECT */
    .input-wrap .select {
        width: 100%;
		/*width: 560px;*/
		border-radius: 3px;
    }
    .input-wrap .select:focus {
        border: 1px solid #256BBD;
    }
	
	/* 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 #256BBD;
    }
	
	
	
	
    /* 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: #256BBD;
    }
    /* When the checkbox is checked, add a blue background */
    .checkbox input:checked ~ .checkmark {
      background-color: #256BBD;
    }
    /* 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%;
		/*ax-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;
	}


	
	/* Spaziatura div contenitoer delle lavoraizoni da aggiungere */
	.worklist{ /* usato nella pagina di registraizone come div che contiene le lavoraizoni da aggiungere */
		margin: 20px 0 30px 0;
		padding: 0 10px;
		border-radius: 3px;
	}
	.singleworklist{
		padding: 10px 0;
	}
	
	
	
	
	
	
	
}