.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;

  border-top: 20px solid #d41367;
/*    border-radius: 2px;*/
}

.mask {
	width: 100%;
	height: 10px;
	border-radius: 5px;
	background-color: #d7d7d7;
    margin-top: 30px;
    overflow: hidden;
}

.cifra {
	padding:10px;
    width: 150px;
    position: absolute;
	font-family: Ubuntu;
	font-size: 22px;
	text-align: center;
    border: solid 3px;
    border-radius: 10px;
    margin-top:-30px;
    background-image: url('../../images/arrows.png');
    background-position: center center;
	background-color:#fff;
    cursor: pointer;
}

#slide_importo { left: 13%;  }
#slide_rata { left: 17%;  }

.text-light {font-weight:300;}
.text-bold {font-weight:500;}
.text-medium {font-weight:400;}


.homebox {font-size: 16px !important;
line-height: 26px !important;}

#messaggi p {margin-bottom:0;}

#messaggi {margin-bottom:40px;}


.form-group {margin-bottom: 5px;}


.form-control {display: block;
width: 100%;
height: 51px;
padding: 6px 12px;
font-size: 18px;
line-height: 1.42857143;
color: #777 !important;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 10px;
 -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
 box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s



}

.form-control-date {display: block;
	height: 51px;
	padding: 6px 12px;
	font-size: 18px;
	line-height: 1.42857143;
	color: #777 !important;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 10px;
	 -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	 box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
	
	
	
	}


select {
  margin: 0px;
  border: 1px solid #111;
  background: transparent;
  width: 100%;
  padding: 6px 12px;
  font-size: 18px;
  border: 1px solid #ccc;
  height: 51px;
    border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../images/ad.png) 96% / 15% no-repeat #fff;
    color: #777;

  background-size:
    12px 7px;

    margin-bottom:15px;



}



/* CAUTION: IE hackery ahead */
select::-ms-expand {
    display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    }
}



textarea {
    overflow-y: scroll;
    height: 71px;
    resize: none; /* Remove this if you want the user to resize the textarea */
    background: #F2F2F2;
    font-size: 14px;
    color:#777777;
    width: 100%;
    line-height: 15px;
    border: 0;
}
/* -- Gy ---*/
.box-info{
    padding: 15px;
    font-size: 14px;
    line-height: 1.1em;
    color: #777777;
    background: #f2f2f2;
    font-family: 'Ubuntu'!important;
    min-height: 406px;
}

.informativa p {font-size:12px; line-height: 14px; margin-bottom: 0;}

.tags {display: inline-block;
		margin: 5px 5px 5px 0;
		padding: 7px 15px 5px;
/*		border: 2px solid #22272c;*/
		color: #d41367;
		font-weight: 400;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
        border-radius: 22px;
	border: solid 2px #d41367;}


 /***********************************************************************************
 *	+ STATISTICS
 ***********************************************************************************/

	.statistics-container {
		margin-bottom: 50px;
	}

	.statistics-container canvas {
		margin-bottom: 10px;
	}

	.legend {
		color: #04142b;
		font-weight: 500;
		list-style: none;
        font-size: 13px;
        line-height: 16px;
	}

	.legend li {
		display: inline-block;
		margin-right: 30px;
	}

	.legend li:last-child {
		margin-right: 0;
	}

	.legend li:before {
		position: relative;
		top: -3px;
		display: inline-block;
		width: 12px;
		height: 12px;
		margin-right: 15px;
		vertical-align: sub;
		content: "";
	}

	.legend li:nth-child(1):before {
		background-color: #d41367;
	}

	.legend li:nth-child(2):before {
		background-color: #c8bba2;
	}

	.legend li:nth-child(3):before {
		background-color: #04142a;
	}

	#area-chart + .legend li:nth-child(1):before {
		background-color: #387eba;
	}

	#bar-chart-1 + .legend li:nth-child(1):before,
	#bar-chart-2 + .legend li:nth-child(1):before {
		background-color: #364b6a;
	}

	#line-chart + .legend li:nth-child(1):before {
		background-color: #364b6a;
	}


.active {color: #d41367 !important;}
li.active a {color: #d41367 !important;}


#mobile-menu li a:focus {

		color: #fff !important;
	}


#mobile-menu li a:hover {

		color: #fff !important;
	}


	#mobile-menu > li > a:hover {
		color: #fff!important;
	}

	#mobile-menu > li > a:focus {
		color: #fff!important;
	}

@media screen and (max-width:768px)

{#mobile-menu li.active {color:#fff !important;}

#mobile-menu li a.active {color:#fff !important;}
}

.button_2 {font-size:15px; color:#fff; background: #d41367; padding:10px; border-radius: 10px; line-height:18px; text-align: center; max-width: 200px; margin:auto; font-weight: 500;}


.offset:before {
	display: block;
 	content: " ";
  	height: 118px;      /* Give height of your fixed element */
        margin-top: -118px; /* Give negative margin of your fixed element */
        visibility: hidden;
}

ul, ol {list-style-position: outside;
padding-left: 20px;}


.non_selezionato {border-radius:10px; border:3px solid #ccc; text-align:center; padding-top:10px; padding-bottom:10px; font-weight: 500; color:#fff; background: #ccc; margin-bottom: 20px;}
.selezionato { border-radius:10px; border:3px solid #d41367; text-align:center; padding-top:10px; padding-bottom:10px; font-weight: 500; color:#d41367; margin-bottom: 20px;  }


.magenta-button

{
    padding: 20px 30px 20px;
border-color: #d41367;
color: #fff;
background: #d41367;
border-radius: 10px;
font-weight: 400;
text-transform: uppercase;
box-shadow: none;
outline: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
font-size: 25px;
max-width:250px;
text-align:center;
border-color: #d41367;
color: #fff;
background: #d41367;
border-radius: 10px;}

#show_on_mobile {display:none;}

@media screen and (max-width:990px){

	#hide_on_mobile {display:none;}
	#show_on_mobile {display:block;}

}

.widget-contact ul{
	padding-left: 0;
}

/*CSS AB*/
.footer-bottom .container {width:100%;}