﻿:root{
  scrollbar-color: #6699ff #ffffff !important;
  scrollbar-width: thin !important;
}
.switch_radio {
	display: inline-flex;
	/*margin-bottom: 36px;*/
	overflow: hidden;
}
.switch_radio input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
.switch_radio label {
	background-color: #e4e4e4;
	color: #000000;
	font-size: 14px;
   font-style: normal;
   font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}
.switch_radio label:hover {
	cursor: pointer;
}
.switch_radio input:checked + label {
	background-color: #990000;
	color: #ffffff;
   font-size: 14px;
   font-style: normal;
   font-weight: bold;
   box-shadow: none;
}
.switch_radio label:first-of-type {
	border-radius: 10px 0 0 10px;
}
.switch_radio label:last-of-type {
	border-radius: 0 10px 10px 0;
}
.bottone {
   font-family: Arial;
   font-size: 16px !important;
   font-weight: bold;
   position: relative;
   overflow: hidden;
   float:left;
}
.img_bottone {
   top:  7px;
   left:10px;
   position: absolute;   
}
.testo_bottone {
   top: 13px;
   left:70px;
   position: absolute;
   width: 120px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: 38px;
}

.contenitore_login { margin: auto; height: 97.70vh;width: 100%; display: flex; justify-content: center; flex-direction: column; align-items: center; }
.container_login { display: flex;justify-content: center;align-items: center;align-content: center;flex-wrap: wrap;margin: auto; }
.box_login { justify-content: center;align-items: center; }
.container_home { display: flex;justify-content: center;align-items: center;align-content: center;flex-wrap: wrap;width:96%;height: 100%;margin: auto; }
.box_home { height: 180px;max-width:130px;width:100%;margin: 10px;justify-content: center;align-items: center; }
.box_home .cont { margin-bottom: 15px; position: relative; width: 100%; }
.box_home .cont_img { width: 100%; }
.box_home .cont_img img { border: 2px solid #990000;-moz-border-radius: 8px;border-radius: 8px;-moz-box-shadow: 8px 8px 8px #999;-webkit-box-shadow: 8px 8px 8px #999;box-shadow: 8px 8px 8px #999;height: inherit;width: 100%; }
.container_home_left { display: flex;justify-content: left;align-items: left;align-content: left;flex-wrap: wrap;width:96%;height: 100%;margin: auto; }
.box_home_left { height: 180px;max-width:130px;width:100%;margin: 10px;justify-content: left;align-items: left; }
.box_home_left .cont { margin-bottom: 15px; position: relative; width: 100%; }
.box_home_left .cont_img { width: 100%; }
.box_home_left .cont_img img { border: 2px solid #990000;-moz-border-radius: 8px;border-radius: 8px;-moz-box-shadow: 8px 8px 8px #999;-webkit-box-shadow: 8px 8px 8px #999;box-shadow: 8px 8px 8px #999;height: inherit;width: 100%; }
.box_olio { height: 100px;width: 250px;background-color: #ffffff;border: 1px solid #aaa;font-size: 18px; }
.fuori_uso_chk input[type="checkbox"] {
    appearance: none;
    background-color: #339900;
    border: 1px solid #d3d3d3;
    border-radius: 26px;
    cursor: pointer;
    height: 20px;
    position: relative;
    transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
    width: 36px;
    vertical-align: top;
    -webkit-appearance: none;
}
.fuori_uso_chk input[type="checkbox"]:after {
    background-color: #d2d2d2;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
    content:'';
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    right: 16px;
    top: 0;
    transition: border .25s .15s, left .25s .1s, right .15s .175s;
}
.fuori_uso_chk input[type="checkbox"]:checked {
    border-color: #cc0000;
    box-shadow: inset 0 0 0 13px #cc0000;
    padding-left: 18px;
    transition: border .25s, box-shadow .25s, padding .25s .15s;
}
.fuori_uso_chk input[type="checkbox"]:checked:after {
    border-color: #cc0000;
    left: 16px;
    right: 0;
    transition: border .25s, left .15s .25s, right .25s .175s;
}
.authchk input[type="checkbox"] {
    appearance: none;
    background-color: #CC0000;
    border: 1px solid #d3d3d3;
    border-radius: 26px;
    cursor: pointer;
    height: 20px;
    position: relative;
    transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
    width: 36px;
    /*vertical-align: top;*/
    -webkit-appearance: none;
}
.authchk input[type="checkbox"]:after {
    background-color: #d2d2d2;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
    content:'';
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    right: 16px;
    top: 0;
    transition: border .25s .15s, left .25s .1s, right .15s .175s;
}
.authchk input[type="checkbox"]:checked {
    border-color: #339900;
    box-shadow: inset 0 0 0 13px #339900;
    padding-left: 18px;
    transition: border .25s, box-shadow .25s, padding .25s .15s;
}
.authchk input[type="checkbox"]:checked:after {
    border-color: #339900;
    left: 16px;
    right: 0;
    transition: border .25s, left .15s .25s, right .25s .175s;
}
.minichk input[type="checkbox"] {
    appearance: none;
    background-color: #CC0000;
    border: 1px solid #CC0000;
    border-radius: 1.354vw;
    cursor: pointer;
    height: 1.042vw;
    position: relative;
    transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
    width: 1.875vw;
    vertical-align: top;
    -webkit-appearance: none;
}
.minichk input[type="checkbox"]:after {
    background-color: #d2d2d2;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    content:'';
    display: block;
    height: 0.781vw;
    left: 0;
    position: absolute;
    right: 0.833vw;
    top: 0;
    transition: border .25s .15s, left .25s .1s, right .15s .175s;
}
.minichk input[type="checkbox"]:checked {
    border-color: #339900;
    box-shadow: inset 0 0 0 13px #339900;
    padding-left: 0.938vw;
    transition: border .25s, box-shadow .25s, padding .25s .15s;
}
.minichk input[type="checkbox"]:checked:after {
    left: 0.833vw;;
    right: 0;
    transition: border .25s, left .15s .25s, right .25s .175s;
}
.authradio input[type="radio"] {
    appearance: none;
    background-color: #CC0000;
    border: 1px solid #d3d3d3;
    border-radius: 26px;
    cursor: pointer;
    height: 20px;
    position: relative;
    transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
    width: 36px;
    vertical-align: top;
    -webkit-appearance: none;
}
.authradio input[type="radio"]:after {
    background-color: #d2d2d2;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
    content:'';
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    right: 16px;
    top: 0;
    transition: border .25s .15s, left .25s .1s, right .15s .175s;
}
.authradio input[type="radio"]:checked {
    border-color: #339900;
    box-shadow: inset 0 0 0 13px #339900;
    padding-left: 18px;
    transition: border .25s, box-shadow .25s, padding .25s .15s;
}
.authradio input[type="radio"]:checked:after {
    border-color: #339900;
    left: 16px;
    right: 0;
    transition: border .25s, left .15s .25s, right .25s .175s;
}
.miniradio input[type="radio"] {
    appearance: none;
    background-color: #CC0000;
    border: 1px solid #CC0000;
    border-radius: 1.354vw;
    cursor: pointer;
    height: 1.042vw;
    position: relative;
    transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
    width: 1.875vw;
    vertical-align: top;
    -webkit-appearance: none;
}
.miniradio input[type="radio"]:after {
    background-color: #d2d2d2;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    content:'';
    display: block;
    height: 0.781vw;
    left: 0;
    position: absolute;
    right: 0.833vw;
    top: 0;
    transition: border .25s .15s, left .25s .1s, right .15s .175s;
}
.miniradio input[type="radio"]:checked {
    border-color: #339900;
    box-shadow: inset 0 0 0 13px #339900;
    padding-left: 0.938vw;
    transition: border .25s, box-shadow .25s, padding .25s .15s;
}
.miniradio input[type="radio"]:checked:after {
    /*border-color: #339900;*/
    left: 0.833vw;
    right: 0;
    transition: border .25s, left .15s .25s, right .25s .175s;
}
.labelminiradio {
  display: inline-block;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  line-height:1.354vw;
  /*position:relative;*/
  margin-right: 5px;
  margin-left: 5px;
  color: #000000;
  /*top: 2px;*/
}​
.testolabel {
  display: inline-block;
  width: 140px;
  line-height: 26px;
  font-size: 0.938vw;
  font-style: normal;
  font-weight: bold;
  text-align: right;
}​
.simil_input {
   font-size: 0.677vw;
   line-height: 1.042vw;
   font-style: normal;
   letter-spacing: -0.50px;
   font-weight: bold;
   display:inline-block;
   background: #F9FAFB;
   background: -webkit-linear-gradient(top, #CCD6E0 0, #EFF2F5 40%, #F2F5F7 50%, #F2F5F7 100%) no-repeat;
   background: -moz-linear-gradient(top, #CCD6E0 0, #EFF2F5 40%, #F2F5F7 50%, #F2F5F7 100%) no-repeat;
   background: -o-linear-gradient(top, #CCD6E0 0, #EFF2F5 40%, #F2F5F7 50%, #F2F5F7 100%) no-repeat;
   background: -ms-linear-gradient(top, #CCD6E0 0, #EFF2F5 40%, #F2F5F7 50%, #F2F5F7 100%) no-repeat;
   -svg-background: linear-gradient(top, #CCD6E0 0, #EFF2F5 40%, #F2F5F7 50%, #F2F5F7 100%) no-repeat;
   background: linear-gradient(to bottom, #CCD6E0 0, #EFF2F5 40%, #F2F5F7 50%, #F2F5F7 100%) no-repeat;
   border:1px solid #B9C2CB;
   margin: 2px 5px;
   padding: 6px 4px;
}
.testo_report { font-family: Arial, "Georgia", Helvetica, serif; font-size: 14px; font-style: normal; font-weight: bold; }
.testo_12 {
  font-size: 0.625vw;
  line-height: 1.042vw;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.50px;
  margin: 0 !important;
}
.testo_12_bold {
  font-size: 0.625vw;
  line-height: 1.042vw;
  color: #990000;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.50px;
  margin: 0 !important;
}
.testo_13 {
  font-family: "Georgia", Helvetica, Arial, serif;
  font-size: 0.677vw;
  line-height: 1.042vw;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.50px;
}
.testo_14 {
  font-family: "Georgia", Helvetica, Arial, serif;
  font-size: 0.729vw;
  line-height: 0.938vw;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.50px;
}
.testo_14_trasporti {
  font-size: 0.729vw;
  line-height: 0.729vw;
  font-style: normal;
  font-weight: 400;
  padding:0 5px;
}
.testo_14_bold {
  font-family: "Georgia", Helvetica, Arial, serif;
  font-size: 0.729vw;
  color: #990000;
  font-style: normal;
  font-weight: bold;
}

.testo_16 {
  font-family: "Georgia", Helvetica, Arial, serif;
  font-size: 0.833vw;
  line-height: 1.042vw;
  /*font-size: 16px;*/
  /*line-height: 1.042vw;*/
  font-style: normal;
  font-weight: 400;
}
.testo_18 {
   font-size: 0.938vw;
   line-height: 1.250vw;
   font-style: normal;
   font-weight: bold;
   letter-spacing: 0.07px;
   margin: 0 !important;
}
div.scroll_verticale {
   width: 95%;
   margin-top: 5px;
   height: 95px;
   overflow-wrap: break-word;
   overflow-y: auto;
   overflow-x: hidden;
   scrollbar-color: #6699ff #ffffff;
   scrollbar-width: thin;
}
div.scroll_verticale_note {
   width: 95%;
   margin-top: 5px;
   height: 7.292vw;
   overflow-wrap: break-word;
   overflow-y: auto;
   overflow-x: hidden;
   scrollbar-color: #6699ff #ffffff;
   scrollbar-width: thin;
}
.scroll_contenuto {
   overflow-x: hidden;
   overflow-y: scroll;
   scrollbar-color: #6699ff #ffffff;
   scrollbar-width: thin;
}
::-webkit-scrollbar {
   overflow: hidden;
   width: 6px;
   background: transparent;
   border-top-right-radius: 3px;
   border-bottom-right-radius: 3px;
   -webkit-border-top-right-radius: 3px;
   -webkit-border-bottom-right-radius: 3px;
   -moz-border-radius-topright:     3px;
   -moz-border-radius-bottomright:  3px;
}
::-webkit-scrollbar:horizontal {
   height: 1px;
}

::-webkit-scrollbar-button {
 	top: 6px;
	left: 6px;
	width: 6px;
	height: 6px;
   background: #990000;
}

::-webkit-scrollbar-piece {
   background: #cccccc;
}

::-webkit-scrollbar-piece:start {
   background: #cccccc;
}

::-webkit-scrollbar-thumb {
   background: #6699ff;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
}

::-webkit-scrollbar-corner {
   background: #000000;
}
.bordo_interno td {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   border: 1px solid #990000;
   padding:3px !important;
}
#calback {
	background: #FFF url('../immagini/calWaiting.gif') no-repeat 50% 100px;
	/*margin: 0 auto;*/
	width: 40%;
}
#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	background: #990000;
	width: 100%;
   box-shadow: 0 4px 24px rgb(215, 220, 255);
   -moz-box-shadow: 0 4px 24px rgb(215, 220, 255);
   -webkit-box-shadow: 0 4px 24px rgb(215, 220, 255);
	font-family: 'Georgia', "Trebuchet MS", Arial, Veranda, sans-serif;
	font-size: 0.938vw; /*  18px */
	border: 1px solid #990000;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 0.938vw !important; /*  18px */
	background-color: #990000;
	font-family: 'Georgia', "Trebuchet MS", Arial, Veranda, sans-serif;
	font-weight: bold;
}

.calhead img {
	border: none;
}

.dayhead {
	height: 1.302vw; /*25px*/
	background: #6666FF;
}

.dayhead td {
	text-align: center;
	color: #fff;
	text-align: center !important;
	border: 1px solid #990000;
	line-height: 1.302vw; /*25px*/
	font-weight: bold;
	font-size: 0.833vw; /*16px*/
}

.dayrow {
	background: #FFF;
	/*height: 10px;*/
}

.dayrow td {
	width: 10%;
	color: #000;
	border: 1px solid #000;
	font-size: 0.885vw !important;
	font-weight: bold !important;
}

.day {
	float: right;
	margin-right:0.521vw; /*10px;*/
}

.dayover {
	background: #ccc;
}

.dayout {
	background: #eee;
}
/*  bottone_bianco */

/* Reset buttons border. It's important for input and button tags.
 * border-collapse should be separate for shadow in IE.
 */
.bottone_bianco
{
   border-collapse: separate;
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
   background: #FFFFFF;
   background: -webkit-linear-gradient(top, #A6A6A6 0, #FFFFFF 100%) no-repeat;
   background: -moz-linear-gradient(top, #A6A6A6 0, #FFFFFF 100%) no-repeat;
   background: -o-linear-gradient(top, #A6A6A6 0, #FFFFFF 100%) no-repeat;
   background: -ms-linear-gradient(top, #A6A6A6 0, #FFFFFF 100%) no-repeat;
   -svg-background: linear-gradient(top, #A6A6A6 0, #FFFFFF 100%) no-repeat;
   background: linear-gradient(to bottom, #A6A6A6 0, #FFFFFF 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   border:2px solid #9CAFC4;
   padding:0 15px;
   margin:0 auto;
   height:26px;
}

a.bottone_bianco,
a.bottone_bianco:link,
a:link.bottone_bianco:link,
body a.bottone_bianco:link,
a.bottone_bianco:visited,
body a.bottone_bianco:visited,
input.bottone_bianco,
button.bottone_bianco
{
   text-decoration: none;
   font-size: 16px;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   position:relative;
   display: inline-block;
   vertical-align: middle;
   white-space: nowrap;
   text-align: center;
   color: #000000;
   margin: 0 5px 0 0 !important;
   overflow: visible;
   cursor: pointer;
   text-indent: 0;
   line-height: 26px;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}

.bottone_bianco img
{
   margin: 0;
   vertical-align: middle;
}

.firefox2 .bottone_bianco
{
   display: block;
   float: left;
}
input.bottone_bianco
{
   float: none !important;
   -webkit-appearance: none;
}
.bottone_bianco.active, .bottone_bianco.active:hover
{
   background: #9CAFC4;
   background: -webkit-linear-gradient(top, #6986A5 0, #CCD6E0 100%) no-repeat;
   background: -moz-linear-gradient(top, #6986A5 0, #CCD6E0 100%) no-repeat;
   background: -o-linear-gradient(top, #6986A5 0, #CCD6E0 100%) no-repeat;
   background: -ms-linear-gradient(top, #6986A5 0, #CCD6E0 100%) no-repeat;
   -svg-background: linear-gradient(top, #6986A5 0, #CCD6E0 100%) no-repeat;
   background: linear-gradient(to bottom, #6986A5 0, #CCD6E0 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   border:2px solid #8A99A8;
   padding:0 15px;
   margin:0 auto;
}
.bottone_bianco.active, .bottone_bianco.active:hover {
   color: #000000 !important;
}
.bottone_bianco.hover, .bottone_bianco:hover
{
   background: #B9C2CB;
   background: -webkit-linear-gradient(top, #8A99A8 0, #E8EBEE 100%) no-repeat;
   background: -moz-linear-gradient(top, #8A99A8 0, #E8EBEE 100%) no-repeat;
   background: -o-linear-gradient(top, #8A99A8 0, #E8EBEE 100%) no-repeat;
   background: -ms-linear-gradient(top, #8A99A8 0, #E8EBEE 100%) no-repeat;
   -svg-background: linear-gradient(top, #8A99A8 0, #E8EBEE 100%) no-repeat;
   background: linear-gradient(to bottom, #8A99A8 0, #E8EBEE 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   border:2px solid #A1ADBA;
   padding:0 15px;
   margin:0 auto;
}
.bottone_bianco.hover, .bottone_bianco:hover {
   color: #000000 !important;
}
/*  bottone_giallo */

/* Reset buttons border. It's important for input and button tags.
 * border-collapse should be separate for shadow in IE.
 */
.bottone_giallo
{
   border-collapse: separate;
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
   background: #F0FB18;
   background: -webkit-linear-gradient(top, #BAC403 0, #EFFB04 37%, #F5FD63 100%) no-repeat;
   background: -moz-linear-gradient(top, #BAC403 0, #EFFB04 37%, #F5FD63 100%) no-repeat;
   background: -o-linear-gradient(top, #BAC403 0, #EFFB04 37%, #F5FD63 100%) no-repeat;
   background: -ms-linear-gradient(top, #BAC403 0, #EFFB04 37%, #F5FD63 100%) no-repeat;
   -svg-background: linear-gradient(top, #BAC403 0, #EFFB04 37%, #F5FD63 100%) no-repeat;
   background: linear-gradient(to bottom, #BAC403 0, #EFFB04 37%, #F5FD63 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   border:2px solid #9CAFC4;
   padding:0 15px;
   margin:0 auto;
   height:26px;
}

a.bottone_giallo,
a.bottone_giallo:link,
a:link.bottone_giallo:link,
body a.bottone_giallo:link,
a.bottone_giallo:visited,
body a.bottone_giallo:visited,
input.bottone_giallo,
button.bottone_giallo
{
   text-decoration: none;
   font-size: 16px;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   position:relative;
   display: inline-block;
   vertical-align: middle;
   white-space: nowrap;
   text-align: center;
   color: #000000;
   margin: 0 5px 0 0 !important;
   overflow: visible;
   cursor: pointer;
   text-indent: 0;
   line-height: 26px;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}
.bottone_giallo img
{
   margin: 0;
   vertical-align: middle;
}
.firefox2 .bottone_giallo
{
   display: block;
   float: left;
}
input.bottone_giallo
{
   float: none !important;
   -webkit-appearance: none;
}

.bottone_giallo.active, .bottone_giallo.active:hover
{
   background: #EDED12;
   background: -webkit-linear-gradient(top, #A6A60C 0, #EDED12 50%, #F3F359 100%) no-repeat;
   background: -moz-linear-gradient(top, #A6A60C 0, #EDED12 50%, #F3F359 100%) no-repeat;
   background: -o-linear-gradient(top, #A6A60C 0, #EDED12 50%, #F3F359 100%) no-repeat;
   background: -ms-linear-gradient(top, #A6A60C 0, #EDED12 50%, #F3F359 100%) no-repeat;
   -svg-background: linear-gradient(top, #A6A60C 0, #EDED12 50%, #F3F359 100%) no-repeat;
   background: linear-gradient(to bottom, #A6A60C 0, #EDED12 50%, #F3F359 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   border:2px solid #8A99A8;
   padding:0 15px;
   margin:0 auto;
}
.bottone_giallo.active, .bottone_giallo.active:hover {
   color: #000000 !important;
}
.bottone_giallo.hover, .bottone_giallo:hover
{
   background: #FDFD86;
   background: -webkit-linear-gradient(top, #FCFC36 0, #FEFED7 100%) no-repeat;
   background: -moz-linear-gradient(top, #FCFC36 0, #FEFED7 100%) no-repeat;
   background: -o-linear-gradient(top, #FCFC36 0, #FEFED7 100%) no-repeat;
   background: -ms-linear-gradient(top, #FCFC36 0, #FEFED7 100%) no-repeat;
   -svg-background: linear-gradient(top, #FCFC36 0, #FEFED7 100%) no-repeat;
   background: linear-gradient(to bottom, #FCFC36 0, #FEFED7 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   border:2px solid #A1ADBA;
   padding:0 15px;
   margin:0 auto;
}
.bottone_giallo.hover, .bottone_giallo:hover {
   color: #000000 !important;
}
/*  bottone_arancione */

/* Reset buttons border. It's important for input and button tags.
 * border-collapse should be separate for shadow in IE.
 */
.bottone_arancione
{
   border-collapse: separate;
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
   background: #FC905A;
   background: -webkit-linear-gradient(top, #FA5A0A 0, #FDC2A5 100%) no-repeat;
   background: -moz-linear-gradient(top, #FA5A0A 0, #FDC2A5 100%) no-repeat;
   background: -o-linear-gradient(top, #FA5A0A 0, #FDC2A5 100%) no-repeat;
   background: -ms-linear-gradient(top, #FA5A0A 0, #FDC2A5 100%) no-repeat;
   -svg-background: linear-gradient(top, #FA5A0A 0, #FDC2A5 100%) no-repeat;
   background: linear-gradient(to bottom, #FA5A0A 0, #FDC2A5 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   border:2px solid #9CAFC4;
   padding:0 15px;
   margin:0 auto;
   height:26px;
}
a.bottone_arancione,
a.bottone_arancione:link,
a:link.bottone_arancione:link,
body a.bottone_arancione:link,
a.bottone_arancione:visited,
body a.bottone_arancione:visited,
input.bottone_arancione,
button.bottone_arancione
{
   text-decoration: none;
   font-size: 16px;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   position:relative;
   display: inline-block;
   vertical-align: middle;
   white-space: nowrap;
   text-align: center;
   color: #000000;
   margin: 0 5px 0 0 !important;
   overflow: visible;
   cursor: pointer;
   text-indent: 0;
   line-height: 26px;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}
.bottone_arancione img
{
   margin: 0;
   vertical-align: middle;
}
.firefox2 .bottone_arancione
{
   display: block;
   float: left;
}
input.bottone_arancione
{
   float: none !important;
   -webkit-appearance: none;
}
.bottone_arancione.active, .bottone_arancione.active:hover
{
   background: #F55505;
   background: -webkit-linear-gradient(top, #AA3B03 0, #FA5705 53%, #FB864B 100%) no-repeat;
   background: -moz-linear-gradient(top, #AA3B03 0, #FA5705 53%, #FB864B 100%) no-repeat;
   background: -o-linear-gradient(top, #AA3B03 0, #FA5705 53%, #FB864B 100%) no-repeat;
   background: -ms-linear-gradient(top, #AA3B03 0, #FA5705 53%, #FB864B 100%) no-repeat;
   -svg-background: linear-gradient(top, #AA3B03 0, #FA5705 53%, #FB864B 100%) no-repeat;
   background: linear-gradient(to bottom, #AA3B03 0, #FA5705 53%, #FB864B 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   border:2px solid #8A99A8;
   padding:0 15px;
   margin:0 auto;
}
.bottone_arancione.active, .bottone_arancione.active:hover {
   color: #000000 !important;
}
.bottone_arancione.hover, .bottone_arancione:hover
{
   background: #FDB28C;
   background: -webkit-linear-gradient(top, #FB7C3C 0, #FEE7DC 100%) no-repeat;
   background: -moz-linear-gradient(top, #FB7C3C 0, #FEE7DC 100%) no-repeat;
   background: -o-linear-gradient(top, #FB7C3C 0, #FEE7DC 100%) no-repeat;
   background: -ms-linear-gradient(top, #FB7C3C 0, #FEE7DC 100%) no-repeat;
   -svg-background: linear-gradient(top, #FB7C3C 0, #FEE7DC 100%) no-repeat;
   background: linear-gradient(to bottom, #FB7C3C 0, #FEE7DC 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   border:2px solid #A1ADBA;
   padding:0 15px;
   margin:0 auto;
}
.bottone_arancione.hover, .bottone_arancione:hover {
   color: #000000 !important;
}
/*  bottone_rosso */

/* Reset buttons border. It's important for input and button tags.
 * border-collapse should be separate for shadow in IE.
 */
.bottone_rosso
{
   border: 0;
   border-collapse: separate;
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
   background: #CC242F;
   background: -webkit-linear-gradient(top, #8B1820 0, #D92632 60%, #E25A63 100%) no-repeat;
   background: -moz-linear-gradient(top, #8B1820 0, #D92632 60%, #E25A63 100%) no-repeat;
   background: -o-linear-gradient(top, #8B1820 0, #D92632 60%, #E25A63 100%) no-repeat;
   background: -ms-linear-gradient(top, #8B1820 0, #D92632 60%, #E25A63 100%) no-repeat;
   -svg-background: linear-gradient(top, #8B1820 0, #D92632 60%, #E25A63 100%) no-repeat;
   background: linear-gradient(to bottom, #8B1820 0, #D92632 60%, #E25A63 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   border-width: 0;
   padding:0 15px;
   margin:0 auto;
   height:30px;
}
a.bottone_rosso,
a.bottone_rosso:link,
a:link.bottone_rosso:link,
body a.bottone_rosso:link,
a.bottone_rosso:visited,
body a.bottone_rosso:visited,
input.bottone_rosso,
button.bottone_rosso
{
   text-decoration: none;
   font-size: 16px;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   position:relative;
   display: inline-block;
   vertical-align: middle;
   white-space: nowrap;
   text-align: center;
   color: #FFFFFF;
   margin: 0 5px 0 0 !important;
   overflow: visible;
   cursor: pointer;
   text-indent: 0;
   line-height: 30px;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}
.bottone_rosso img
{
   margin: 0;
   vertical-align: middle;
}
.firefox2 .bottone_rosso
{
   display: block;
   float: left;
}
input.bottone_rosso
{
   float: none !important;
   -webkit-appearance: none;
}
.bottone_rosso.active, .bottone_rosso.active:hover
{
   background: #DD424E;
   background: -webkit-linear-gradient(top, #B21F2C 0, #D82735 30%, #E9818A 100%) no-repeat;
   background: -moz-linear-gradient(top, #B21F2C 0, #D82735 30%, #E9818A 100%) no-repeat;
   background: -o-linear-gradient(top, #B21F2C 0, #D82735 30%, #E9818A 100%) no-repeat;
   background: -ms-linear-gradient(top, #B21F2C 0, #D82735 30%, #E9818A 100%) no-repeat;
   -svg-background: linear-gradient(top, #B21F2C 0, #D82735 30%, #E9818A 100%) no-repeat;
   background: linear-gradient(to bottom, #B21F2C 0, #D82735 30%, #E9818A 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   border-width: 0;
   padding:0 15px;
   margin:0 auto;
}
.bottone_rosso.active, .bottone_rosso.active:hover {
   color: #FFFFFF !important;
}
.bottone_rosso.hover, .bottone_rosso:hover
{
   background: #DD424E;
   background: -webkit-linear-gradient(top, #B21F2C 0, #D82735 30%, #E9818A 100%) no-repeat;
   background: -moz-linear-gradient(top, #B21F2C 0, #D82735 30%, #E9818A 100%) no-repeat;
   background: -o-linear-gradient(top, #B21F2C 0, #D82735 30%, #E9818A 100%) no-repeat;
   background: -ms-linear-gradient(top, #B21F2C 0, #D82735 30%, #E9818A 100%) no-repeat;
   -svg-background: linear-gradient(top, #B21F2C 0, #D82735 30%, #E9818A 100%) no-repeat;
   background: linear-gradient(to bottom, #B21F2C 0, #D82735 30%, #E9818A 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   border-width: 0;
   padding:0 15px;
   margin:0 auto;
}
.bottone_rosso.hover, .bottone_rosso:hover {
   color: #FFFFFF !important;
}
/*
.bottone_input {
   padding:5px 20px !important;
   color:#ffffff !important;
   font-size: 16px !important;
   font-family: Arial !important;
   line-height: 30px !important;
}
*/
fieldset {
   background: #5C6ACB;
   background: -moz-radial-gradient(center, ellipse cover,  #5C6ACB 20%, #2D398E 80%);
   background: -webkit-radial-gradient(center, ellipse cover,  #5C6ACB 20%,#2D398E 80%);
   background: radial-gradient(ellipse at center,  #5C6ACB 20%,#2D398E 80%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5C6ACB', endColorstr='#2D398E',GradientType=1 );
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   margin:0 auto;
   border: solid 3px #990000;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -moz-box-shadow: 5px 5px 5px #999;
   -webkit-box-shadow: 5px 5px 5px #999;
   box-shadow: 5px 5px 5px #999;
}
.contenitore_affianca {
   position: relative;
   width: 96%;
   margin: 0 auto;
/*   margin-right: 2%;
   margin-left: 2%;
*/}
.affianca_1 {
   float:left;
   width: 17%;
   padding: 10px;
}
.affianca_2 {
   float:left;
   width: 47%;
   padding: 0 10px;
}
.affianca_sotto_2 {
   float:left;
   width: 43%;
   padding: 0;
}
.affianca_3 {
   float:left;
   width: 31%;
   padding: 0 10px;
}
.affianca_4 {
   float:left;
   width: 22%;
   padding: 0 10px;
}
.affianca_5 {
   float:left;
   width: 19%;
   padding: 0 5px;
}
.disponi {
   float:left;
   padding: 10px;
}
span.label_icone {
   font-weight:bold;
   font-size:14px;
}
.affianca_x6 {
   float:left;
   width: 11%;
   padding: 0 5px;
}
.affianca_x6 .cont {
    clear: left;
    float: left;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.affianca_x6 .cont_img {
    clear: left;
    float: left;
    width: 100%;
}
.affianca_x8 {
   float:left;
   width: 8%;
   padding: 0 5px;
}
.affianca_x8 .cont {
    clear: left;
    float: left;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.affianca_x8 .cont_img {
    clear: left;
    float: left;
    width: 100%;
}

.affianca_x8 .cont_img img {
    border: 2px solid #990000;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 8px 8px 8px #999;
    -webkit-box-shadow: 8px 8px 8px #999;
    box-shadow: 8px 8px 8px #999;
    clear: left;
    float: left;
    height: inherit;
    width: 100%;
}

.affianca_x6 .cont_img img {
    border: 2px solid #990000;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 8px 8px 8px #999;
    -webkit-box-shadow: 8px 8px 8px #999;
    box-shadow: 8px 8px 8px #999;
    clear: left;
    float: left;
    height: inherit;
    width: 100%;
}
.affianca_6 {
   float:left;
   width: 14%;
   padding: 0 10px;
}

.affianca_6 .cont {
    clear: left;
    float: left;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.affianca_6 .cont_img {
    clear: left;
    float: left;
    width: 100%;
}

.affianca_6 .cont_img img {
    box-shadow: 0 5px 6px 0 rgba(50, 50, 50, 0.65);
    /* border: 1px solid #2D398E; */
    clear: left;
    float: left;
    height: inherit;
    width: 100%;
}
.affianca_8 {
   float:left;
   width: 12%;
   padding: 0;
   border: 1px solid #2D398E;
}

.pulsante_invia {
    padding: 5px 25px !important;
    color: #ffffff !important;
    background-color: #CD2430 !important;
    text-decoration:none;
}
.pulsante_invia:hover {
    padding: 5px 25px !important;
    color: #c1c1c1 !important;
    background-color: #CD2430 !important;
    text-decoration:none;
}
.flex {
   max-width: 100%;
}
/*
text-shadow: -2px 0 #47382F, 0 2px #47382F, 2px 0 #47382F, 0 -2px #47382F;
text-shadow: 2px 2px 4px black;
Il primo parametro indica lo spostamento sull’asse x rispetto all’oggetto, il secondo si riferisce allo spostamento sull’asse y; il terzo parametro indica la sfocatura (blur) e l’ultimo parametro il colore.
*/
.img_spazio_menu {
   width: 50px;
   height: 10px;
}
.note_box_bianco {
   position: relative;
   border-radius: 10px;
   -webkit-border-radius:10px;
   -moz-border-radius:10px;
   border-width: 0;
   box-shadow: 0 4px 24px rgb(215, 220, 255);
   -moz-box-shadow: 0 4px 24px rgb(215, 220, 255);
   -webkit-box-shadow: 0 4px 24px rgb(215, 220, 255);
   padding: 5px 5px;
   margin-bottom: 15px;
}
span.neretto {
   font-weight:bold;
   font-size:13px;
   line-height: 25px;
   vertical-align: top;
}
span.largo {
   width: 115px;
   display:inline-block;
   font-weight:bold;
   font-size:13px;
   line-height: 25px;
   vertical-align: top;
}
span.largo_note {
   color:#990000;
   float:left;
   font-size: 0.729vw;
   width: 100px;
   display:inline-block;
   font-weight:bold;
   line-height: 17px;
   vertical-align: top;
}
span.largo_note_testo {
   float:left;
   font-size: 0.729vw;
   margin-right:30px;
   display:inline-block;
   font-weight:bold;
   line-height: 17px;
   vertical-align: top;
}
span.piccolo {
   width: 45px;
   display:inline-block;
   font-weight:bold;
   font-size:13px;
   line-height: 25px;
   vertical-align: top;
}
span.medio {
   width: 90px;
   display:inline-block;
   font-weight:bold;
   font-size:12px;
   line-height: 25px;
   vertical-align: top;
}
span.largo_cont {
   width: 160px;
   display:inline-block;
   font-weight:bold;
   font-size:13px;
   line-height: 25px;
   vertical-align: top;
}
span.largo_160 {
   width: 150px;
   display:inline-block;
   font-weight:bold;
   font-size:12px;
   line-height: 25px;
   vertical-align: top;
}
span.largo_200 {
   width: 180px;
   display:inline-block;
   font-weight:bold;
   font-size:13px;
   line-height: 25px;
   vertical-align: top;
}
span.largo_250 {
   width: 250px;
   display:inline-block;
   font-weight:bold;
   font-size:12px;
   line-height: 26px;
   vertical-align: top;
}
span.largo_perc_25 {
   width: 25%;
   display:inline-block;
   font-weight:bold;
   font-size:13px;
   line-height: 25px;
   vertical-align: top;
}
span.largo_perc_35 {
   width: 35%;
   display:inline-block;
   font-weight:bold;
   font-size:13px;
   line-height: 25px;
   vertical-align: top;
}
span.largo_perc_40 {
   width: 40%;
   display:inline-block;
   font-weight:bold;
   font-size:11px;
   line-height: 26px;
   vertical-align: top;
}
span.largo_perc_50 {
   width: 50%;
   display:inline-block;
   font-weight:bold;
   font-size:12px;
   line-height: 26px;
   vertical-align: top;
}
.barra_sopra {
   background-color: #2d398e;
   border-bottom:2px solid #990000;
   color: #ffffff;
   font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif;
   font-weight: bold;
   height: 1.146vw;
   padding-top: 10px;
   width: 100%;
   font-size: 0.833vw;
   position: relative;
   top: -21px;
}
.barra_sopra_inner {
   height: 15px;
   margin: 0 auto;
   text-align:center;
   width: 52%;
   float:left;
}
.barra_sopra_benvenuto {
   height: 15px;
   margin: 0 auto;
   text-align:center;
   width: 45%;
   float:left;
}
.dinamiche select {
   background: #F9FAFB;
   background: -webkit-linear-gradient(top, #CCD6E0 0, #EFF2F5 40%, #F2F5F7 50%, #F2F5F7 100%) no-repeat;
   background: -moz-linear-gradient(top, #CCD6E0 0, #EFF2F5 40%, #F2F5F7 50%, #F2F5F7 100%) no-repeat;
   background: -o-linear-gradient(top, #CCD6E0 0, #EFF2F5 40%, #F2F5F7 50%, #F2F5F7 100%) no-repeat;
   background: -ms-linear-gradient(top, #CCD6E0 0, #EFF2F5 40%, #F2F5F7 50%, #F2F5F7 100%) no-repeat;
   -svg-background: linear-gradient(top, #CCD6E0 0, #EFF2F5 40%, #F2F5F7 50%, #F2F5F7 100%) no-repeat;
   background: linear-gradient(to bottom, #CCD6E0 0, #EFF2F5 40%, #F2F5F7 50%, #F2F5F7 100%) no-repeat;
   border:1px solid #B9C2CB;
   margin:0 auto;
   padding: 6px 0;
   color: #000000 !important;
   font-size: 14px;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   text-shadow: none;
}
span.validate_request{position:relative;border:solid 1px #8D9CAA;background-color:#ECEEF1;font-size:10px;font-weight:bold;color:#790212;padding:5px 15px 5px 15px;margin-left:5px;margin-right:5px;text-decoration:blink;}
span.validate_email{position:relative;border:solid 1px #8D9CAA;background-color:#ECEEF1;font-size:10px;font-weight:bold;color:#006600;padding:2px 10px 2px 10px;margin-left:15px;text-decoration:blink;}
span.obbligatorio{font-size:16px;font-weight:bold;color:#990000;/* padding:2px 10px 2px 10px;*/margin-left:5px;}
a.link_top {font-weight:bold;color:#ffffff !important;padding:2px 10px;text-decoration:none;position: relative;}
a.link_top:hover {font-weight:bold;color:#c1c1c1 !important;padding:2px 10px;text-decoration:none;}
.titolo_articolo {
   font-family: font-family: Arial, Helvetica, Georgia, Verdana;
   font-size: 16px;
   font-style: bold;
   font-weight: bolder;
   color: #000000;
   text-align:center !important;
   border: 1px solid #990000;
   padding:10px;
   background: #c1c1c1 !important;
}
.titolo {
   font-family: font-family: Arial, Helvetica, Georgia, Verdana;
   font-size: 16px;
   font-style: bold;
   font-weight: bolder;
   color: #000000;
   padding:10px;
}
hr {
	 width:100%;
	 color:#2d398e;
	 border:2px solid #2d398e;
}
.hrclass {
	 width:100%;
	 color:#990000;
	 margin:3px 0px;
	 padding:0;
	 border:1px solid #990000;
}
hr.note {
	 width:92%;
	 color:#ccc;
	 margin:0 5px;
	 padding:0;
	 border:1px solid #ccc;
}
.TitoloRicerca {
   font-family: Helvetica, Georgia, Arial, "Times New Roman", Times, serif;
   font-size: 18px;
   font-style: normal;
   font-weight: bold;
   color: #990000;
   padding-top: 5px;
}
.Titololetto {
   font-family: Helvetica, Georgia, Arial, "Times New Roman", Times, serif;
   font-size: 16px;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
   color: #990000;
   text-align: center;
}
/*
input:read-only {
   background: #fff !important;
   color: #990000 !important;
   font-weight: bold !important;
   border: none !important;
}
input:-moz-read-only {
   background: #fff !important;
   color: #990000 !important;
   font-weight: bold !important;
   border: none !important;
}
*/
span.radio_graf > input[type='radio'] {
   position: absolute;
   clip: rect(1px, 1px, 1px, 1px);
}
span.radio_graf > input[type='radio'] + label {
   margin: 0;
   padding: 4px 0 4px 25px;
   cursor: pointer;
   background: url('immagini/radiobutton_off.png') left center no-repeat;
}
span.radio_graf > input[type='radio']:checked + label {
   background-image: url('immagini/radiobutton.png');
}
span.radio_graf > input[type='checkbox'] {
   position: absolute;
   clip: rect(1px, 1px, 1px, 1px);
}
span.radio_graf > input[type='checkbox'] + label {
   margin: 0;
   padding: 4px 0 4px 25px;
   cursor: pointer;
   background: url('immagini/radiobutton_off.png') left center no-repeat;
}
span.radio_graf > input[type='checkbox']:checked + label {
   background-image: url('immagini/radiobutton.png');
}
.checkbox_graf > input[type='checkbox'] {
   position: absolute;
   clip: rect(1px, 1px, 1px, 1px);
}
.checkbox_graf > input[type='checkbox'] + label {
   margin: 0;
   padding: 4px 0 4px 25px;
   cursor: pointer;
   background: url('immagini/radiobutton_off.png') left center no-repeat;
}
.checkbox_graf > input[type='checkbox']:checked + label {
   background-image: url('immagini/radiobutton.png');
}
.contenitore_trasporti {
   position: relative;
   width: 98%;
   margin-right: 2%;
   margin-left: 2%;
}
.raggruppa {
   display:block;
   float:left;
}
.allinea_destra {
   display:block;
   float:right;
   margin-right: 5%;
}
.allinea_sinistra {
   display:block;
   float:left;
   margin-left: 5%;
}
.trasporti {
   padding:10px;margin:0px;
   border: 1px solid #990000;
   -webkit-box-sizing: border-box; /* Safari/Chrome,  WebKit */
   -moz-box-sizing: border-box;    /* Firefox, Gecko */
   box-sizing: border-box;         /* Opera/IE 8+ */
   float:left;
   width:96%;
}
.trasporti_2 {
   float:left;
   width: 48%;
   padding:10px;
   margin:0px;
   border: 1px solid #990000;
   -webkit-box-sizing: border-box; /* Safari/Chrome,  WebKit */
   -moz-box-sizing: border-box;    /* Firefox, Gecko */
   box-sizing: border-box;         /* Opera/IE 8+ */
}
.trasporti_3 {
   float:left;
   width: 32%;
   padding:10px;
   margin:0px;
   border: 1px solid #990000;
   -webkit-box-sizing: border-box; /* Safari/Chrome,  WebKit */
   -moz-box-sizing: border-box;    /* Firefox, Gecko */
   box-sizing: border-box;         /* Opera/IE 8+ */
}
.trasporti_65 {
   float:left;
   width: 65%;
   padding:10px;
   margin:0px;
   border: 1px solid #990000;
   -webkit-box-sizing: border-box; /* Safari/Chrome,  WebKit */
   -moz-box-sizing: border-box;    /* Firefox, Gecko */
   box-sizing: border-box;         /* Opera/IE 8+ */
}
.trasporti_35 {
   float:left;
   width: 35%;
   padding:10px;
   margin:0px;
   border: 1px solid #990000;
   -webkit-box-sizing: border-box; /* Safari/Chrome,  WebKit */
   -moz-box-sizing: border-box;    /* Firefox, Gecko */
   box-sizing: border-box;         /* Opera/IE 8+ */
}
.affianca {
   float:left;
}
.affianca_orario {
   float:left;
   width:5.5%;
   font-size: 10px;
   font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.affianca_orario_contenuto {
   float:left;
   width:5.5%;
   height: 100px;
   line-height: 100px;
   font-size: 12px;
   font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.affianca_calendario {
   float:left;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-border-bottom-colors: #2d398e;
   -moz-border-left-colors: #2d398e;
   -moz-border-right-colors: #2d398e;
   -moz-border-top-colors: #2d398e;
   border-color: #2d398e;
   border-image: none;
   border-style: solid;
   border-width: 1px;
   /*padding:10px 0;*/
   width:13.5%;
   font-size: 12px;
   font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif;
}
.bordato {
   font-size: 0.625vw;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-border-bottom-colors: #2d398e;
   -moz-border-left-colors: #2d398e;
   -moz-border-right-colors: #2d398e;
   -moz-border-top-colors: #2d398e;
   border-color: #2d398e;
   border-image: none;
   border-style: solid;
   border-width: 1px;
}
.affianca_calendario_contenuto {
   float:left;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-border-bottom-colors: #2d398e;
   -moz-border-left-colors: #2d398e;
   -moz-border-right-colors: #2d398e;
   -moz-border-top-colors: #2d398e;
   border-color: #2d398e;
   border-image: none;
   border-style: solid;
   border-width: 1px;
   padding: 2px 6px !important;
   width:13.5%;
   height: 100px;
   overflow-y: auto;
   font-size: 0.625vw;
   font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif;
   overflow-wrap: break-word;
   scrollbar-color: #990000 transparent !important;
   scrollbar-width: thin !important;
}
.tooltip{
    /* border: 1px solid black; */
    padding: 0px;
    margin-bottom: 0px;
}
.tooltip div{
    width:100%;
}
.tooltip div:hover{
    cursor: pointer;
}
.affianca_calendario a, .affianca_calendario a:link {
   color: #355fbb;
   font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif;
   font-size: 12px;
   text-decoration: none;
}
.giorno_ora {
   font-size:14px !important;
   text-align:center;
   /*font-weight: bold !important;*/
}
.btn-olio {
  color: #fff;
  background-color: #ffffff;
  border-color: #2e6da4;
}
.btn-olio:focus,
.btn-olio.focus {
  color: #fff;
  background-color: #c1c1c1;
  border-color: #122b40;
}
.btn-olio:hover {
  color: #fff;
  background-color: #c1c1c1;
  border-color: #204d74;
}
.btn-olio:active,
.btn-olio.active,
.open > .dropdown-toggle.btn-olio {
  color: #fff;
  background-color: #c1c1c1;
  border-color: #204d74;
}
.btn-olio:active:hover,
.btn-olio.active:hover,
.open > .dropdown-toggle.btn-olio:hover,
.btn-olio:active:focus,
.btn-olio.active:focus,
.open > .dropdown-toggle.btn-olio:focus,
.btn-olio:active.focus,
.btn-olio.active.focus,
.btn-lg, .btn-group-lg > .olio {
   position: relative;
   top: -5px;
   border:none;
   background-color: #ffffff;
   border-radius: 20px !important;
   padding: 10px !important;
}
.cale_dropdown {
   padding: 10px;
   width: 280px;
   font-size: 16px;
   line-height:26px !important;
}
.da_confermare  {
   background: #E0545F;
   font-weight: bold !important;
}
.scaduta  {
   background: #66CCFF;
   font-weight: bold !important;
}
.non_scaduta  {
   background: #E0E0E0;
   font-weight: bold !important;
}
.titolo_non_scaduta {
   background: #ffcc00;
   font-weight: bold !important;
}
.attivo {
   background: #ffffff;
   font-weight: bold !important;
}
.non_attivo {
   background: #ffffff;
   font-weight: bold !important;
}
.day_input {
   background: none !important;
   border: none !important;
   color: #cd2430 !important;
   font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif !important;
   font-size: 1.042vw !important; /* 20px */
   margin: 0 10px 0 0 !important;
	text-shadow: 3px 3px 5px #666 !important;
}
.input_readonly {
   background: none !important;
   border: none !important;
   color: #990000 !important;
   display: inline;
   font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif !important;
   font-size: 16px !important;
   font-weight: bold !important;
   margin: -3px 10px 0 0 !important;
}
.span_input {
    background: none !important;
    border: none !important;
    color: #990000 !important;
    font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif !important;
    font-size: 16px !important;
    margin: 0 14px 0 0 !important;
    line-height: 24px;
}
.span_grigio {
    background: none !important;
    border: none !important;
    color: #666666 !important;
    font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif !important;
    font-size: 16px !important;
    margin: 0 14px 0 0 !important;
    line-height: 24px;
}
.note_text {
   color: #990000 !important;
   font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif !important;
   font-size: 14px !important;
   font-weight: bold;
   text-align: center;
}
::placeholder {
   color: #990000;
   opacity: 1; /* Firefox */
   text-align: center;
   font-weight: bold;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #990000;
   text-align: center;
   font-weight: bold;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #990000;
   text-align: center;
   font-weight: bold;
}
.input_centro { text-align:center; }
.box {
 display: flex;
 display: -webkit-flex;
  flex-flow: row nowrap;
 -webkit-flex-flow: row nowrap;
 align-items: stretch;
 -webkit-align-items: stretch;
 justify-content: space-between;
 -webkit-justify-content: space-between;
 width: 100%;
}

.box-contenitore {
 display: flex;
 display: -webkit-flex;
 flex-direction: column;
 -webkit-flex-direction: column;
 /* width: 50%; */
 padding: 0;
}
.box-contenuto {
 display: flex;
 display: -webkit-flex;
 flex-direction: column;
 -webkit-flex-direction: column;
 flex: 1;
 -webkit-flex: 1;
 padding: 0 5px;
 border:1px solid #9CAFC4;
}
img.ombra {
   background-color: #ffffff;
   border: solid 2px #2d398e;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -moz-box-shadow: 5px 5px 5px #ccc;
   -webkit-box-shadow: 5px 5px 5px #ccc;
   box-shadow: 5px 5px 5px #ccc;
}
div.ombra {
   background-color: #ffffff;
   border: solid 2px #c1c1c1;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -moz-box-shadow: 5px 5px 5px #ccc;
   -webkit-box-shadow: 5px 5px 5px #ccc;
   box-shadow: 5px 5px 5px #ccc;
}
div.ombra_calendario {
   -moz-border-radius: 5px;
   border-radius: 5px;
   -moz-box-shadow: 5px 5px 5px #ccc;
   -webkit-box-shadow: 5px 5px 5px #ccc;
   box-shadow: 5px 5px 5px #ccc;
}
.art-content .art-postcontent-0 .layout-item-0 { margin-top: 7px;margin-bottom: 10px;  }
.art-content .art-postcontent-0 .layout-item-1 { border-spacing: 10px 0px; border-collapse: separate;  }
.art-content .art-postcontent-0 .layout-item-2 { margin: 10px;  }
.art-content .art-postcontent-0 .layout-item-3 { padding-right: 10px;padding-left: 10px;  }
.art-content .art-postcontent-0 .layout-item-4 { padding-right: 10px;padding-left: 10px;  }
.art-content .art-postcontent-0 .layout-item-7 { margin: 10px;  }
.art-content .art-postcontent-0 .layout-item-8 { border-collapse: separate;  }
.art-content .art-postcontent-0 .layout-item-9 { padding: 10px;margin: 10px;  }
.ie7 .art-post .art-layout-cell {border:none !important; padding:0 !important; }
.ie6 .art-post .art-layout-cell {border:none !important; padding:0 !important; }
@media screen and (max-width:1280px) {
   span.label_icone {
      font-weight:bold;
      font-size:12px;
   }
}
@media screen and (max-width:1024px) {
   .contenitore_login { height: 80vh; }
   span.label_icone {
      font-weight:bold;.contenitore_login { margin: auto; height: 97.70vh;width: 100%; display: flex; justify-content: center; flex-direction: column; align-items: center; }

      font-size:10px;
   }
   .trasporti_2 {
      float:none;
      width: 96%;
      padding:10px;
      margin:0px;
      border: 1px solid #990000;
      -webkit-box-sizing: border-box; /* Safari/Chrome,  WebKit */
      -moz-box-sizing: border-box;    /* Firefox, Gecko */
      box-sizing: border-box;         /* Opera/IE 8+ */
   }
   .trasporti_3 {
      float:none;
      width: 96%;
      padding:10px;
      margin:0px;
      border: 1px solid #990000;
      -webkit-box-sizing: border-box; /* Safari/Chrome,  WebKit */
      -moz-box-sizing: border-box;    /* Firefox, Gecko */
      box-sizing: border-box;         /* Opera/IE 8+ */
   }
   .img_spazio_menu {
      width: 1px;
      height: 1px;
   }
   .barra_sopra_inner {
      float:none;
      width: 100%;
   }
   .barra_sopra_benvenuto {
      display: none;
      float:none;
      width: 1px;
   }
   .barra_sopra {
      height: 40px;
   }
   .cale_indirizzo {
      line-height: 8px !important;
      font-size:8px !important;
   }
   .cale_dropdown {
      padding: 5px;
      width:280px;
      font-size:16px;
      line-height:26px !important;
   }
   .giorno_ora {
      font-size:14px !important;
   }
}
@media screen and (max-width:640px) {
   .affianca_1 {
      float:none;
      width: 86%;
   }
   .affianca_2 {
      float:none;
      width: 86%;
   }
   .affianca_sotto_2 {
      float:none;
      width: 86%;
   }
   .affianca_3 {
      float:none;
      width: 86%;
   }
   .affianca_4 {
      float:none;
      width: 86%;
   }
   .affianca_6 {
      float:none;
      width: 86%;
   }
   .affianca_x6 {
      float:none;
      width: 86%;
   }
   .affianca_x8 {
      float:none;
      width: 86%;
   }
   .giorno_ora {
      font-size:9px !important;
   }
}
