/*Formattazione icone funzioni operatori*/
.imgOp{
	display: inline;
	float:right;
	padding: 0px 5px 0px 5px;
	cursor:pointer;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../font_awensome/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../font_awensome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../font_awensome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../font_awensome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../font_awensome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../font_awensome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

/******/

.well{
    overflow-wrap: break-word;
	min-height: 20px;
 	padding: 10px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

/* .count_tag{ */
/*     padding: 0px 7px 0px 7px!important; */
/*     vertical-align: middle; */
/*     border-radius: 8px; */
/* 	text-align: center; */
/* } */

/*
.well_info{
    overflow-wrap: break-word;
	min-height: 20px;
 	padding: 19px;
 	padding-left: 44px;
	margin-bottom: 20px;
	background-color: #c7d6fdb0;

	-webkit-box-shadow: 0px 5px 8px 1px rgba(0,0,0,.1);
	box-shadow: 0px 5px 8px 1px rgba(0,0,0,.1)
}*/

.well_info{
    overflow-wrap: break-word;
	min-height: 20px;
 	padding-left: 44px;
	margin-bottom: 20px;
	background-color: rgba(184,219,237,0.69);
	border-bottom: 1px solid #a6a6a6;
	border-top: 1px solid #a6a6a6;
	padding: 10px 10px 5px 44px!important;
	border-radius: 5px!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)!important;
}

.well_info p{
	display: inline-block;
}

.well_info:before {
    content: "\f05a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin-left: -32px;
    margin-top: -7px;
    margin-right: 5px;
    color: #6559b7;
    font-size: 28px;
	position: relative;
	display: inline-block;
}

.well_info:before{
	margin-top: -4px!important;
	float: left!important;
	color:rgba(13,141,155,1)!important;
	
	/*color:#444!important;*/
}

.well_info:before{
	font-size: 20px;
}

.adaptiveWell{
    overflow-wrap: break-word;
 	padding: 5px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.swatch {
	vertical-align: middle;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    background: #000;
    margin-right: 10px;
}

.tombola {
	display: inline-block!important;
    /*border: 1px solid ;*/
    width: 30px;
    height: 30px;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    display: -webkit-flex;
    display: flex;
    text-align:center;
    vertical-align: center;
    align-items: center;
    justify-content: space-around;
    flex-direction:column;
    font-weight: 400;
    margin:1px 2px;
}
.tombola>p{
	position:relative;
	top:25%;
}

/*modal*/
.modalDialog {
	position: fixed;
	/*font-family: Arial, Helvetica, sans-serif;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	display:none;
}
.modalDialog:target {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	pointer-events: auto;
}
.modalDialog > div {
	width: 80%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #ddd;
	/*
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);*/
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #a02216; }

/*end modal*/

.noclick {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999; /* or maybe higher */
    background-color: transparent;
}

.noclick_loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   
    z-index: 9999; /* or maybe higher */
    background-color: rgba(0, 0, 0, 0.3);
}

/*DISPLAY PROPERTIES*/

.hidden{
	display:none;
}
.hidden_impo{
	display:none!important;
}
.invisible {
  	visibility: hidden;
}
.block{
	display:block;	
}
.fa{
	display:inline;
}
.inline{
	display:inline;
}
.inlineBlock{
	display: inline-block!important;
}
.inline-impo{
	display: inline !important;
}
.show {
	display: block !important;
}

.pointer{
	cursor:pointer;
}
.not-allowed{
	cursor: not-allowed;
}
.not_allowed_input{
	cursor: not-allowed;
	background: #eee!important;
	border-bottom: 1px solid #00a2b4!important;
	box-shadow:  none!important;
	/*pointer-events: none;*/
}
.resize-none{
	resize: none;
}

.hover:hover{
	background-color: rgba(0, 0, 0, 0.12)!important;
}
.hover-enhance:hover{
	color:#343536;
}

.selected{
	background-color: rgba(0, 0, 0, 0.12);
}
.hover_text:hover {
    color: rgba(0, 0, 0, 0.50)!important;
}

/*END DISPLAY PROPERTIES*/

/*COLOURS*/

.DataGreen{
	background:#e4ffd5 !important;	
}

.DataRed{
	background:#ffc5c8 !important;	
}
.DataInfo{
	background:#c7d6fdb0 !important;	
}
.gray{
	color:#666;
}
.lightGrey{
	color:#d3d3d3;
}

.mouse-grey {
	color: #444 !important;
}
.white{
	color:white;
}
.green{
	color:rgb(62, 211, 86);	
}
.greenDark{
	color:rgb(48, 156, 65);
}
.orange{
	color:orange;
}
.red{
	color:red;
}
.lowRed{
	color: rgb(216, 132, 134);
}
.hover-enhance:hover > .lowRed{
	color:red;
}
.lowYellow{
	color:rgb(255, 208, 83);
}
.hover-enhance:hover > .lowYellow, .hover-enhance:hover > * > .lowYellow{
	color:yellow;
}
.lowGreen{
	color:rgb(194, 213, 160);
}
.hover-enhance:hover > .lowGreen, .hover-enhance:hover > * > .lowGreen{
	color:green;
}
.blue{
	color:blue;
}
.lightblue{
	color:#0000ff9e;
}
.fataturchina{
	color:#d2e9f5;
}
.black{
	color:black;
}

.veryLowOpaque{
	background-color: rgba(0, 0, 0, 0.05)!important;
}

.redBoxxapps{
	color:#a02216;
}
.backgroundRed{
	background-color:red;
}
.backgroundGreen{
	background-color:#13b913;
}
.backgroundBoxxapps{
	background-color:#a02216;
}
.backgroundBoxxappsImp{
	background-color:#a02216!important;
}
.backgroundFataturchina{
	background-color:#d2e9f5;
}
.backgroundGrey{
	background-color:#999;
}
.backgroundGreyImp{
	background-color:#999!important;
}
.backgroundWhite{
	background-color:#fff;
}
.backgroundCarteggio{
	background-color:#ffffe0;
}
.backgroundGreyLight{
	background-color: #e5e5e5;
}
.backgroundTableGray{
	background-color:#f6f6f6!important;
}

.accordion_link:hover{
	color: black;
	cursor:pointer;
}
.backgroundError{
	background-color:#ffc5c8!important;
}
.backgroundErrorRed{
	/*background-color:rgb(216, 132, 134)!important;*/
	background-color:#e67e7ea8!important;
}
.backgroundWarning{
	/*background-color:yellow!important;*/
	/*background-color:#ffffc8!important;*/
	background-color:#fffbc89e!important;
}


.backgroundInactive{
	background-color:#bbb!important;
}

.highlights_class{
	border: solid 2px #4169e1!important;
}
/*END COLOURS*/

/*TEXT & FONT*/
.break-allword{
	word-break: break-word;
}
.fontInheritImportant{
	font-size: inherit!important;
}
.text-left {
	text-align:left;
}
.text-left-imp {
	text-align:left  !important;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align: justify;
}
.text-center-imp {
	text-align:center!important;
}
.text-right {
	text-align:right;
}
.text-v-top {
	vertical-align:top;
}
.capitalize{
	text-transform: capitalize!important;
}
.upper{
    text-transform: uppercase;
}
.lower{
    text-transform: lowercase;
}
.lower_imp{
    text-transform: lowercase!important;
}
.text-transf-none{
	text-transform:none !important;	
}
.text-bold{
	font-weight:bold;
}
.text-italic {
    font-style: italic;
}
.font-inherit{
	font-size:inherit!important;
}

.fa-0-7{
 	font-size: 0.7em;
}
.fa-1-3{
 	font-size: 1.3em;
}
.fa-1-5{
 	font-size: 1.5em;
}
.font70perc{
 	font-size: 70%!important;
}
.fa-stack-1-3 {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 1.3em;
    line-height: 2em;
    vertical-align: middle;
}

/*END TEXT & FONT*/

/*BORDERS*/

.boreder-solid, .border-solid{
	border: 1px solid #ececec;
}
.border-solid-bottom{
	border-bottom: 1px solid #ececec;
}
.border-solid-top{
	border-top: 1px solid #ececec;
}
.border-solid-left{
	border-left: 1px solid #ececec;
}
.border-solid-right{
	border-right: 1px solid #ececec;
}
.border-solid-ccc-top{
	border-top: 1px solid #ccc;
}
.borderWhiteLR{
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}
.borderTopBlack{
	border-top: 2px solid black;
}
.borderTopGrey{
	border-top: 2px solid #aaa;
}
.borderTopLightGrey{
	border-top: 2px solid #ececec;
}
.borderSlimTopGrey{
	border-top: 1px solid #aaa;
}
.borderRadius3{
	border-radius: 3px;
}
.borderRadius8{
	border-radius: 8px;
}
.borderRadius15{
	border-radius: 15px;
}
.noBorderTable, .noBorderTable  td{
	border-bottom:0px;
}
.noBorder {
	border:none!important;
	border-width:0px;
	border-radius:0px!important;
}
.borderBx{
	border-color:#a02216;
}
.hover_border:hover{
	border-color:#a02216;
}

/* .hover_border:hover > .hover_border:hover{ */
/* 	border-color:#a02216; */
/* } */



/* .div1:hover { */
/* 	border-color:red; */
/* } */
/* .div2:hover{ */
/* 	border-color:red; */
/* } */

/*
#table_storico  > div > div.div1:hover :not(#table_storico > div > div > div.div2:hover){
	border-color: blue;
}

#table_storico > div > div > div.div2:hover{
	border-color: red;
}
*/
/*END BORDERS*/

/*VERTICAL ALIGN*/
.verticalInitial{
	vertical-align: initial;
}
.baseline{
	vertical-align: baseline;
}
.middle{
	vertical-align: middle;
}
.verticalSub{
	vertical-align: sub;
}
.text-v-bottom, .bottomline, .bottom {
	vertical-align: bottom;
}

/*END VERTICAL ALIGN*/

/*HEIGHT*/
.min_height200{
	min-height: 200px;
}
.height200{
	height: 200px;
}
.height250{
	height: 250px;
}
.height300{
	height: 300px;
}
.min_height300{
	min-height: 300px;
}
.height400{
	height: 400px;
}
.height450{
	height: 450px;
}
.height500{
	height: 500px;
}
.height100p{
	height: 100%;
}
.height100HF{
	height: calc(100vh - 255px);
}
/*END HEIGHT*/

/*WIDTH*/
.dataWidth{
    min-width: 120px!important;
}

.stileFunz{
	width: 10%;
	text-align:center!important;
}
.widthFunzPiccolo{
	width:10%!important;
}
.width14{
	width:14%!important;
}
.width15, .widthFunzGrande{
	width:15%!important;
}
.width10_20{
	width:10%;
}
.width20{
	width:20%!important;
}
.width25px{
	width:25px!important;
}
.width30{
	width:30%!important;
}
.width50px{
	width:initial!important;
}
.width55pximp{
	width:55px!important;
}
.width60imp{
	width:60%!important;
}
.width70pximp{
	width:70px!important;
}
.width90important{
	width:90%!important;
}
.width90pximp{
	width:90px!important;
}
.width100, .homeground, .width100px{
	width:100%;
}
.width100important{
	width:100%!important;
}
.width100px{
	width:100px;
}
.width120px{
	width:120px!important;
}
.width130px{
	width:130px!important;
}
.width140px{
	min-width:140px!important;
	width:140px!important;
}
.width150px{
	min-width:150px!important;
}
.width200px{
	width:200px!important;
}
/*WIDTH*/
.widthAuto{
	width:auto!important;
}
.width1 {
	width:1%;
}
.width2 {
	width:2%;
}
.width3 {
	width:3%;
}
.width4 {
	width:4%;
}
.width5 {
	width:5%;
}
.width6 {
	width:6%;
}
.width7 {
	width:7%;
}
.width8 {
	width:8%;
}
.width9 {
	width:9%;
}
.width10 {
	width:10%;
}
.width11 {
	width:11%;
}
.width12 {
	width:12%;
}
.width13 {
	width:13%;
}
.width14 {
	width:14%;
}
.width15 {
	width:15%;
}
.width16 {
	width:16%;
}
.width17 {
	width:17%;
}
.width18 {
	width:18%;
}
.width19 {
	width:19%;
}
.width20 {
	width:20%;
}
.width20p {
	width:20px;
}
.width21 {
	width:21%;
}
.width22 {
	width:22%;
}
.width23 {
	width:23%;
}
.width24 {
	width:24%;
}
.width25 {
	width:25%;
}
.width26 {
	width:26%;
}
.width27 {
	width:27%;
}
.width28 {
	width:28%;
}
.width29 {
	width:29%;
}
.width30 {
	width:30%;
}
.width31 {
	width:31%;
}
.width32 {
	width:32%;
}
.width33 {
	width:33%;
}
.width34 {
	width:34%;
}
.width35 {
	width:35%;
}
.width36 {
	width:36%;
}
.width37 {
	width:37%;
}
.width38 {
	width:38%;
}
.width39 {
	width:39%;
}
.width40 {
	width:40%;
}
.width41 {
	width:41%;
}
.width42 {
	width:42%;
}
.width43 {
	width:43%;
}
.width44 {
	width:44%;
}
.width45 {
	width:45%;
}
.width46 {
	width:46%;
}
.width47 {
	width:47%;
}
.width48 {
	width:48%!important;
}
.width49 {
	width:49%;
}
.width50 {
	width:50%!important;
}
.width51 {
	width:51%;
}
.width52 {
	width:52%;
}
.width53 {
	width:53%;
}
.width54 {
	width:54%;
}
.width55 {
	width:55%;
}
.width56 {
	width:56%;
}
.width57 {
	width:57%;
}
.width58 {
	width:58%;
}
.width59 {
	width:59%;
}
.width60 {
	width:60%;
}
.width61 {
	width:61%;
}
.width62 {
	width:62%;
}
.width63 {
	width:63%;
}
.width64 {
	width:64%;
}
.width65 {
	width:65%;
}
.width66 {
	width:66%;
}
.width67 {
	width:67%;
}
.width68 {
	width:68%;
}
.width69 {
	width:69%;
}
.width70 {
	width:70%;
}
.width71 {
	width:71%;
}
.width72 {
	width:72%;
}
.width73 {
	width:73%;
}
.width74 {
	width:74%;
}
.width75 {
	width:75%;
}
.width76 {
	width:76%;
}
.width77 {
	width:77%;
}
.width78 {
	width:78%;
}
.width79 {
	width:79%;
}
.width80 {
	width:80%;
}
.width81 {
	width:81%;
}
.width82 {
	width:82%;
}
.width83 {
	width:83%;
}
.width84 {
	width:84%;
}
.width85 {
	width:85%;
}
.width86 {
	width:86%;
}
.width87 {
	width:87%;
}
.width88 {
	width:88%;
}
.width89 {
	width:89%;
}
.width90 {
	width:90%;
}
.width91 {
	width:91%;
}
.width92 {
	width:92%;
}
.width93 {
	width:93%;
}
.width94 {
	width:94%;
}
.width95 {
	width:95%;
}
.width96 {
	width:96%;
}
.width97 {
	width:97%;
}
.width98 {
	width:98%;
}
.width99 {
	width:99%;
}
.width100 {
	width:100%;
}

/*END WIDTH*/

/*FLOAT*/

.floatInitial{
	float:initial!important;
}
.floatright{
	float:right;
}
.floatLeft{
	float:left;
}

/*END FLOAT*/

/*PADDING*/

.noPadding{
	padding:0px!important;
}
.padding2{
	padding: 2px;
}
.padding5{
	padding: 5px;
}
.padding5imp{
	padding: 5px!important;
}
.padding10{
	padding: 10px;
}
.noPaddingTopImportant{
	padding-top:0px!important;
}
.paddingTop5{
	padding-top:5px;
}
.paddingTop5Imp{
	padding-top:5px !important;
}
.paddingTop10{
	padding-top:10px;
}
.paddingTop30{
	padding-top:30px;
}
.paddingTop40{
	padding-top:40nt;
}
.noPaddingRight{
	padding-right:0px!important;
}
.paddingRight5{
	padding-right:5px;
}
.paddingRight10{
	padding-right:10px;
}
.paddingRight20{
	padding-right:20px;
}
.noPaddingBottomImportant{
	padding-bottom: 0px!important;
}
.paddingBottom3{
	padding-bottom: 3px;
}
.paddingBottom5{
	padding-bottom: 5px;
}
.paddingBottom10{
	padding-bottom: 10px;
}
.paddingBottom90{
    padding-bottom: 90px;
}
.paddingBottom90impo{
    padding-bottom: 90px!important;
}
.noPaddingLeft{
	padding-left:0px!important;
}
.paddingLeft5{
	padding-left:5px;
}
.paddingLeft10{
	padding-left:10px;
}
.paddingLeft20{
	padding-left: 20px;
}

.padding5RL{
    padding: 0px 5px 0px 5px!important;
}
.padding7RL{
    padding: 0px 7px 0px 7px!important;
}


/*END PADDING*/

/*MARGIN*/

.center60perc{
	margin-left:20%;
	margin-right:20%;
}
.center80perc{
	margin-left:10%;
	margin-right:10%;
}
.autoMargin{
	margin:Auto;
}
.noMargin{
	margin:0px!important;
}
.Margin1perc{
	margin:1%!important;
}
.Margin2{
	margin:2px!important;
}
.Margin10{
	margin:10px!important;
}
.Margin20{
	margin:20px!important;
}

.noMarginTop{
	margin-top: 0px!important;
}

.marginTop-5{
	margin-top:-5px;
}
.marginTop1{
	margin-top:1px;
}
.marginTop2{
	margin-top:2px;
}
.marginTop5{
	margin-top:5px;
}
.marginTop5impo{
	margin-top:5px!important;
}
.marginTop10{
	margin-top:10px!important;
}
.marginTop20{
	margin-top:20px;
}
.marginTop25{
	margin-top:25px;
}
.marginTop30{
	margin-top:30px;
}
.marginTop35{
	margin-top:35px;
}
.marginTop35perc{
	margin-top: 35%;
}
.marginTop40{
	margin-top:40px;
}
.marginTop45{
	margin-top:45px;
}
.marginTop45impo{
	margin-top:45px !important;
}
.marginTop45perc{
	margin-top:45%;
}
.marginTop50{
	margin-top:50px;
}
.marginTop50impo{
	margin-top:50px !important;
}
.marginTop60{
	margin-top:60px;
}
.marginTop65{
	margin-top:65px;
}
.marginTop70{
	margin-top:70px;
}
.marginTop80{
	margin-top:80px;
}
.marginTop90{
	margin-top:90px;
}
.marginTop100{
	margin-top:100px;
}

.noMarginRight{
	margin-right: 0px!important;
}
.marginRight5{
	margin-right:5px!important;
}
.marginRight1perc{
	margin-right:1%!important;
}
.marginRight2perc{
	margin-right:2%!important;
}
.marginRight5perc{
	margin-right:5%!important;
}

.marginRight10perc{
	margin-right:10%!important;
}
.marginRight10{
	margin-right:10px!important;
}
.marginRight15{
	margin-right:15px!important;
}

.marginRight45{
	margin-right:45px!important;
}

.noMarginBottom{
	margin-bottom:0px;
}
.noMarginBottomImp{
	margin-bottom:0px!important;
}
.marginBottom5{
	margin-bottom:5px;
}
.marginBottom5imp{
	margin-bottom:5px!important;
}
.marginBottom10{
	margin-bottom:10px;
}
.marginBottom20{
	margin-bottom:20px;
}
.marginBottom25{
	margin-bottom:25px;
}
.marginBottom30{
	margin-bottom:30px;
}
.marginBottom40{
	margin-bottom:40px;
}
.marginBottom50{
	margin-bottom:50px;
}
.marginBottom80{
	margin-bottom:80px;
}
.marginBottom100{
	margin-bottom:100px;
}


.noMarginLeft{
	margin-left: 0px!important;
}
.marginLeft1perc{
	margin-left:1%!important;
}
.marginLeft2perc{
	margin-left:2%!important;
}
.marginLeft4perc{
	margin-left:4%!important;
}
.marginLeft5perc{
	margin-left:5%!important;
}
.marginLeft5{
	margin-left:5px!important;
}
.marginLeft10{
	margin-left:10px!important;
}
.marginLeft10perc{
	margin-left:10%!important;
}
.marginLeft15{
	margin-left:15px!important;
}
.marginLeft20{
	margin-left:20px!important;
}
.marginLeft30{
	margin-left:30px!important;
}
.marginLeft30perc{
	margin-left:30%!important;
}
.marginLeft35{
	margin-left:35px!important;
}
.marginLeft40{
	margin-left:40px!important;
}
.marginLeft50{
	margin-left:50px!important;
}

.marginLeft50perc{
	margin-left:50%!important;
}
/*END MARGIN*/

/*INLINE TABLE*/

.inlineTableNoMargin{
	display:inline-table;
}
.inlineTable{
	display:inline-table;
	margin: 10px;
}
.inlineTable5{
	display:inline-table;
	width:5%;
}
.inlineTable10{
	display:inline-table;
	width:10%;
}
.inlineTable15{
	display:inline-table;
	width:15%;
}
.inlineTable20{
	display:inline-table;
	width:20%;
}
.inlineTable25{
	display:inline-table;
	width:25%;
}
.inlineTable30{
	display:inline-table;
	width:30%;
}
.inlineTable35{
	display:inline-table;
	width:30%;
}
.inlineTable40{
	display:inline-table;
	width:40%;
}
.inlineTable45{
	display:inline-table;
	width:45%;
}
.inlineTable50{
	display:inline-table;
	width:50%;
}
.inlineTable60{
	display:inline-table;
	width:60%;
}
.inlineTable65{
	display:inline-table;
	width:65%;
}
.inlineTable70{
	display:inline-table;
	width:70%;
}
.inlineTable75{
	display:inline-table;
	width:75%;
}
.inlineTable80{
	display:inline-table;
	width:80%;
}
.inlineTable90{
	display:inline-table;
	width:90%;
}
.inlineTable95{
	display:inline-table;
	width:95%;
}
.inlineTable100{
	display:inline-table;
	width:100%;
}

/*END INLINE TABLE*/

/*SCROLL*/
.noScroll{
	overflow:hidden!important;
}
.scroll100{
	max-height: 100px;
	overflow-y: scroll;
}
.scroll150{
	max-height: 150px;
	overflow-y: scroll;
}
.scroll200{
	max-height: 200px;
	overflow-y: scroll;
}
.scroll300{
	max-height: 300px;
	overflow-y: scroll;
}
.scroll400{
	max-height: 400px;
	overflow-y: scroll;
	margin-bottom:15px;
}
.scroll450{
	max-height: 450px;
	overflow-y: scroll;
	margin-bottom:15px;
}
.scroll500{
	max-height: 500px;
	overflow-y: scroll;
	margin-bottom:15px;
}
.scroll600{
	max-height: 600px;
	overflow-y: scroll;
	margin-bottom:15px;
}
.scroll700{
	max-height: 700px;
	overflow-y: scroll;
	margin-bottom:15px;
}
.scroll800{
	max-height: 800px;
	overflow-y: scroll;
	margin-bottom:15px;
}
.scroll-x{
	overflow-x: scroll;
}
.scroll-y{
	overflow-y: auto;
}
div.scrollorizontal {
	clear: both;
	/*border: 1px solid #dbe5f1;*/
	overflow: auto;
}

/*END SCROLL*/

@media screen and (max-width: 1025px) {
	.center60perc, .center80perc{
		margin-left:0%;
		margin-right:0%;
	}
}

/*NEW COLUMN*/
.col4-4{
	display:inline-table;
	width:98%;
	margin:0 1%;
}

.content .col4-4 {
	margin-top:10px;
	margin-bottom:10px;
}

@media screen and (max-width: 1000px) {
	.col4-4{
		display:inline-table;
		width:99%;
		margin:0 3px;
	}
}
@media screen and (max-width: 1800px) {
	.width10_20{
		width:20%;
	}
}
.stringa_bassa{
	padding:12px 1% 15px;
	margin-bottom:55px;
	position:fixed;
	bottom:0;
	left:50%;
	margin-left:-46%;
}
.clear {
	clear:both;
}

.displayNone{
	display:none;	
}


#dial_screen_content h2 {
    margin-top:30px;
    margin-bottom:10px;
    border-bottom: 1px solid #ececec;
}
#dial_screen_content .paragraph {
    text-align: justify;
    margin-left:25px;
/*     display:none; */
}

#dial_screen_content ul {
    list-style: inside;
    margin-left:10px;
}

#dial_screen_content img {
    max-width:90%;
}

#dial_screen_content input[type=button] {
	height:25px;
	padding:5px 15px;
	border:0;
	background:#a02216;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 90%;
	font-weight: 400;
	cursor: default;
}

#dial_screen_content .imgOpTable {
    cursor: default;
    text-decoration: none!important;
}

#dial_screen_content strong.openNextPar {
    text-decoration: underline;
}
      
#dial_screen_content .openNextPar {
    cursor: pointer;
}
 
#dial_screen_content .openNextPar:hover {
    color: #ccc;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}


/* ============= BOTTOM DIV ============= */

.bottom-slider-container{
	display:flex;
	flex-direction:column;
	margin-left: -46%;
	left: 50%;
	width: 92%;
	max-height:250px;
	position:fixed;
	z-index:10;
	bottom:50px;
	overflow:hidden;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;/*
    -webkit-box-shadow:0 -5px 5px rgba(0,0,0,0.1);
    -moz-box-shadow:0 -5px 5px rgba(0,0,0,0.1);
    box-shadow:0 -5px 5px rgba(0,0,0,0.1);*/
    
    border-bottom: 0.5px solid #b1b1b1;
}
.bottom-slider-content{
	background-color:#fbfbfb;
	display:none;
	padding:10px;
}
.bottom-slider-header{
	cursor:pointer;
	
    border-bottom: 0.5px solid #b1b1b1;
	background-color:#efefef;
	width: 100%;
	min-height:40px;
/* 	border-bottom: 1px solid #fff; */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display:flex;
}
.bottom-slider-header:hover i{
	color:#a02216;
}
.bottom-slider-header:hover {
	
	background-color: #e8e8e8;
}

.fixedHeader-floating{
/* z-index:11!important; */
z-index:1;
}
/* ============= BOTTOM DIV ============= */



.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}
input.cmn-toggle-round + label {
  padding: 2px;
  width: 30px;
  height: 12px;
  background-color: #dddddd;
  border-radius: 15px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 15px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 15px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 16px;
}