@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Museo900';
	font-style: normal;
	font-weight: normal;
	src: local('Museo900'), url('../fonts/Museo900.woff') format('woff');
}

@font-face {
	font-family: 'Museo500';
	font-style: normal;
	font-weight: normal;
	src: local('Museo500'), url('../fonts/Museo500.woff') format('woff');
}

@font-face {
	font-family: 'Raleway-ExtraBold';
	font-style: normal;
	font-weight: 800;
	src: local('Raleway-ExtraBold'), url('../fonts/Raleway-ExtraBold.ttf')
		format('truetype');
}

@font-face {
	font-family: 'Raleway-Bold';
	font-style: normal;
	font-weight: 700;
	src: local('Raleway-Bold'), url('../fonts/Raleway-Bold.ttf')
		format('truetype');
}

html, body {
	height: 100%;
}

html {
	font-size: 62.5%;
}

body {
	background-color: #ffffff;
	color: #333333;
	/*font-family: Titillium Web,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;*/
	font-family: 'Raleway', sans-serif, HelveticaNeue-Light,
		Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande;
	font-size: 1.8rem;
}

p {
	margin: 10px 0 10px 0;
}

a {
	cursor: pointer !important;
}

a, a:hover {
	color: #520A76;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.textRight {
	text-align: right;
}

.clear {
	clear: both;
}

.marginLeft15 {
	margin-left: 15px;
}

form {
	padding: 0;
	margin: 0;
}

#wrapperHeight {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}

.hidePosition {
	position: absolute;
	left: -9999px;
}

.transition {
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease;
}

h1 a, h1 a:hover {
	font-family: Museo900;
	color: #fff;
	float: left;
	font-weight: bold;
}

.scrollto_top {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	padding: 5px 0 0 2px;
	color: #520A76;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 3rem;
	text-align: center;
	border: 2px solid #520A76;
	z-index: 900;
}

.scrollto_top:hover {
	text-decoration: none;
	color: #fff;
	background: #520A76;
	border: 2px solid #d1e7ff;
}

.scrollto_top a {
	font-size: 0;
}

.show {
	display: block !important;
}

#mainheader {
	background-color: #fff;
}

#mainheader .areaAppartenenza {
	background-color: #B6008D;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 0;
	color: #fff;
}

#mainheader.affix .areaAppartenenza {
	/*height: 4px;
	overflow-x: hidden;
	overflow-y: hidden;*/
	display: none !important;
}

#mainheader.affix .areaAppartenenzaLight {
	display: block !important;
}

#mainheader.affix-bottom {
	background-color: red;
}

#mainheader .apriDivLoghi {
	display: block;
}
/*
#mainheader.affix #sub_nav
{
	position:absolute;
	top:-64px;
}
#mainheader.affix .dropdown-menu {
	position: absolute;
	top: -500px;
}*/
#mainheader.affix .toggle-menu {
	/*display:block;*/
	
}

#mainheader.affix {
	height: auto;
}

.areaAppartenenza a {
	color: #fff;
}

.height150 {
	height: 150px;
}

.areaAppartenenzaLogo {
	width: 100%;
	height: 150px;
	/*text-align: center;*/
	padding-top: 20px;
}

.height150 img {
	height: 80%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#mainheader .areaAppartenenzaLight {
	display: none;
	/*text-align: center;*/
	background-color: #B6008D;
	font-weight: bold;
	height: 60px;
	margin: 0;
	padding: 0 40px 0 40px;
	font-size: 1.8rem;
	line-height: 6rem;
	color: #fff;
}

#mainheader .areaAppartenenzaLight a {
	color: #fff;
}

.areaPreview {
	float: left !important;
	color: #333333;
}

.formCerca {
	padding-top: 10px;
}

.input-cerca {
	height: 50px;
	margin: 0;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #ccc;
}

.input-cerca:focus {
	-webkit-box-shadow: 0px 0px 5px 5px rgba(230, 130, 250, 1);
	-moz-box-shadow: 0px 0px 5px 5px rgba(230, 130, 250, 1);
	box-shadow: 0px 0px 5px 5px rgba(230, 130, 250, 1);
}

.btn-cerca, .btn-cerca:active {
	background-color: #30373d;
	border: none;
	background-image: url(../img/search.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	margin: 0 0 0 -5px;
	border: 1px solid #30373d;
	font-size: 0;
}

.btn-cerca:focus {
	background-color: #30373d;
	border: none;
	outline: none;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(230, 130, 250, 1);
	-moz-box-shadow: 0px 0px 5px 3px rgba(230, 130, 250, 1);
	box-shadow: 0px 0px 5px 3px rgba(230, 130, 250, 1);
}

.btn-cerca:hover {
	background-color: #c53ba9 !important;
	color: #333;
}

.toggle-menu {
	cursor: pointer;
	float: right;
	height: 64px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin: 0px 0px 0px 20px;
	width: 64px;
}

.logo_mobile{
	display: none;
}

#search_form_mb{
	display: none;
}

#search_form_mobile{
	display: none;
}

.burger-bar {
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	color: #ffffff;
	display: block;
}

.toggle-menu .burger-bar {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #ffffff;
	background-image: none;
	background-origin: padding-box;
	background-position-x: 0;
	background-position-y: 0;
	background-repeat: repeat;
	background-size: auto auto;
	margin-left: 4px;
	height: 4px;
	top: 20px;
	position: relative;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.35, 0.085, 0.305, 1.005);
	width: 30px;
	border-radius: 3px;
}

.toggle-menu .top {
	top: 14px;
}

.toggle-menu .bottom {
	top: 26px;
}

.list-group-item {
	border: none;
}

#mainmenu .symbol-toggle {
	margin-top: -1px;
	margin-bottom: 0;
	text-decoration: underline;
	/*border-top:3px solid #B6008D;
	border-bottom:3px solid #B6008D;*/
}

#mainmenu .symbol-toggle::after {
	position: relative;
	bottom: 0px;
	float: right;
	font-family: 'Glyphicons Halflings';
	font-size: 1em;
	color: #ffffff;
	content: "\e260";
}

#mainmenu .symbol-toggle.collapsed {
	text-decoration: none;
	border: 0;
	border-right: 0;
	border-left: 0
}

#mainmenu .symbol-toggle.collapsed::after {
	position: relative;
	bottom: 0px;
	float: right;
	font-family: 'Glyphicons Halflings';
	font-size: 1em;
	color: #ffffff;
	content: "\e259";
}

#mainmenu .symbol-toggle.collapsed::after:hover {
	color: #fff !important;
}

#mainmenu .accordian-toggle.collapsed::after:hover {
	color: #fff !important;
}

#mainmenu .sublinks {
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
	padding-inline-start: 0
}

#mainmenu .sublinks li {
	border: 0;
}

#mainmenu a {
	color: #ffffff;
}

#mainmenu a:hover, #mainmenu .sublinks li:hover, #mainmenu .sublinks li:hover a
	{
	color: #fff !important;
	text-decoration: underline !important;
	background-color: #520A76;
}

#mainmenu a:hover
.symbol-toggle::after, #mainmenu a:hover a.symbol-toggle.collapsed::after
	{
	color: #fff !important;
}

#mainmenu 
a.symbol-toggle:hover::after {
	color: #fff !important;
}

.cbp-spmenu {
	background-color: #520A76;
}

.cbp-spmenu a {
	background-color: #520A76;
	color: #ffffff;
	font-size: 1.6rem;
}

.cbp-spmenu a:hover {
	background-color: #520A76;
	color: #ffffff;
}

.scrolling-nav-wrapper {
	border-bottom-color: #ccc;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100% 100% 100% 100%;
	border-image-source: none;
	border-image-width: 1 1 1 1;
	border-left-color: #ccc;
	border-left-style: solid;
	border-left-width: 0;
	border-right-color: #ccc;
	border-right-style: solid;
	border-right-width: 0;
	border-top-color: #ccc;
	border-top-style: solid;
	border-top-width: 0;
	height: 100%;
	overflow-y: scroll;
}

.menu {
	display: block;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 700;
	margin-top: 30px;
}

section.horizontalMenu {
	height: 30px;
	padding: 0;
	margin: 0;
	color: #520A76;
	background-color: #fff;
}

section.horizontalMenu a {
	font-family: 'Raleway-ExtraBold', serif;
	color: #520A76;
	font-weight: bold;
	letter-spacing: 1px;
}

section.horizontalMenu a:hover {
	color: #B6008D;
}

.sub_nav {
	display: block;
	background-color: #ffffff;
	padding: 0 0 0 0;
	margin: 1px 0px 0px 0px;
	text-align: right;
	/*border-bottom: 10px solid #520A76;*/
}

.sub_nav__logged_in li{
	padding: 6px 25px !important;
}

.sub_nav li {
	display: inline-block;
	/*position: relative;*/
	padding: 6px 25px !important;
	margin: 0;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
}

.nav li a {
	text-transform: uppercase;
	font-weight: bold
}

.nav li li a {
	text-transform: none;
	font-weight: normal;
}

.pageBody {
	padding-top: 318px;
}

.pageBody img {
	width: 100%;
}

a.accordian-toggle:hover::after {
	color: #fff !important;
}

.closeBut {
	text-align: right;
}

.little {
	font-size: 0;
}

.icoClose {
	float: right;
	margin-top: 20px;
	margin-right: 40px;
	font-size: 2rem !important;
}

.icoOpen {
	float: right;
	font-size: 2rem !important;
	margin-top: 15px;
	margin-right: 40px;
}

.skiplink {
	background-color: #30373d;
	color: #ffffff;
	display: block;
	left: 0;
	padding: 10px;
	position: fixed;
	text-align: left;
	text-decoration: underline;
	top: -10000px;
	width: 100%;
	z-index: -1;
}

.skiplink a {
	color: #ffffff;
}

.skiplink .key {
	color: #ffffff;
	float: left;
	height: 30px;
	margin: 0 10px 12px 0;
	text-align: right;
	width: 150px;
}

.skiplink .key img {
	height: 100%;
	width: auto;
}

.skiplink .key p {
	margin: 12px 0 0 0;
}

.skiplink ul li::before, .skiplink ul li::after {
	content: " ";
	display: table;
}

.skiplink ul li::after {
	clear: both;
}

.skiplink ul li {
	
}

.skiplink.focused {
	top: 0;
	z-index: 99999;
}

#skip-link {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

#skip-link a, #skip-link a:visited {
	background-color: #666;
	color: #fff;
	display: block;
	padding-top: 2px 0 3px 0;
	text-align: center;
	width: 100%;
}

.element_invisible {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: fixed !important;
	top: -10000px;
	z-index: -1;
}

.element_invisible.element_focusable:active, .element_invisible.element_focusable:focus
	{
	clip: auto;
	height: auto;
	overflow-x: visible;
	overflow-y: visible;
	position: fixed !important;
	top: 0;
	z-index: 99999;
}

.strillo {
	background-color: #520A76;
	min-height: 440px;
	padding-top: 60px;
	color: #ffffff;
	margin-bottom: 30px;
	margin-top: -8px;
}

.strillo h2 {
	font-size: 4.8rem;
	color: #ffffff;
}

.strillo p {
	color: #ffffff;
	font-family: Raleway;
	font-size: 1.8rem;
	font-weight: 500;
	margin: 22px 0 22px 0;
	line-height: 3rem;
}

.strillo a {
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
}

.strillo img {
	width: auto;
}

#footer, #push {
	min-height: 150px;
	clear: both;
}

.footer {
	float: left;
	margin: 0;
	width: 100%;
	background-color: #520A76;
	color: #fff;
	padding: 0 0 1em 0;
}

.footer h3 {
	color: #fff;
	padding: 0;
	margin: 0;
}

.footer h3 a {
	float: left;
	color: #fff;
	padding: 0;
	margin: 0.5em 0 0.5em 0.6em;
}

.footer h3 a:hover {
	color: #fff;
}

.footer ul {
	margin-right: 3em;
}

.footer ul, .footer ul li {
	padding: 0;
	list-style-type: none;
}

.footer ul li a {
	float: left;
	clear: left;
	margin: 0.5em;
	color: #ffffff;
	border-bottom: 1px solid #fff;
	padding: 4px 0 4px 0;
	width: max-content;
	width: -moz-max-content;
}

.footer ul li a:hover {
	text-decoration: none;
}

.logoFooter {
	padding-left: 15%;
}

.openData {
	background-color: #B6008D;
	min-height: 60px;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	line-height: 4rem;
	margin-bottom: -60px;
}

.openData img {
	border: none;
	width: auto;
}

.footerTop {
	padding-top: 42px;
	background-color: #520A76;
	min-height: 200px;
	font-size: 1.8rem;
	font-weight: 500;
}

.footerBottom {
	padding-top: 48px;
	background-color: #1E1E1E;
	color: #C5C5C5;
	min-height: 124px;
	font-size: 1.4rem;
	font-weight: bold;
	padding-left: 40px;
}

.footerBottom ul {
	list-style-type: none;
	padding: 0;
}

.footerBottom ul li a {
	color: #C5C5C5;
	float: left;
	list-style-type: none;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #C5C5C5;
	margin: 4px 10px 4px 10px;
}

.footerBottom ul li a:hover {
	text-decoration: none;
}

.logo_footerWrapper {
	float: right;
	width: 345px;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease;
}

.logo_footerWrapper img {
	width: 100%;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease;
	width: 100%;
}

.logo_footer {
	display: block;
	height: auto;
	left: 0;
	position: relative;
	top: 5px;
}

.boxFooter {
	border: 2px solid #4a003b;;
	background-color: #f2f2f2;
	color: #7d0064;
	padding: 10px;
	font-weight: bold;
	letter-spacing: 1;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.5);
}

.boxFooter p {
	margin: 5px !important;
}

.boxFooter a {
	color: #1b6d70;
	font-weight: bold;
}

.logo_container {
	
}

.logo_wrapper {
	display: block;
	width: 350px;
	height: auto;
	float: left;
	margin-right: 20px;
	/*margin-left: 20px;*/
	margin-top: 2px;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease;
	z-index: 100;
}

.logo_wrapper img {
	display: block;
	margin: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease;
	width: 100%;
}

.logo_text {
	float: left;
}

h2 {
	font-family: Museo900;
	margin: 10px 0 30px 0;
	font-weight: bold;
	font-size: 3.6rem;
	color: #520A76;
}

h2 a {
	color: #7d0064;
}

h2 a span.fa {
	background: #7d0064;
	display: inline-block;
	text-align: center;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 2px 0 15px;
	border-radius: 50% 50% 50% 0;
	color: #fff;
	font-size: 28px;
}

h2 a span.fa:hover {
	background: #004080;
	color: #d1e7ff;
	text-decoration: none;
}

h3, h3 a, h3 a:hover {
	color: #520A76;
	font-weight: bold;
	font-size: 2.6rem;
}

.iconCerca {
	display: none;
}

/* effetto transition */
.transitionLabel:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #520A76;
}

.transitionLabel:hover, .transitionLabel:active {
	background: none;
	color: #fff;
}

.transitionLabel:hover:after, .transitionLabel:active:after {
	width: 100%;
}

input[type="radio"] {
	opacity: 0;
}

.sel {
	background-color: #520A76 !important;
	color: #fff !important;
	cursor: default;
}

.checkImg {
	background-image: url(../img/PO_icona_check.png);
	background-position: 0 40%;
	background-repeat: no-repeat;
	float: left;
	margin-left: -60px;
	width: 30px;
	height: 50px;
}

.boxOfferta {
	padding: 0px 10px 10px 10px;
	min-height: 180px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.37);
	-moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.37);
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.37);
}

.formOfferta {
	
}

.formOfferta fieldset {
	margin: 0 0 15px 0;
}

.formOfferta legend {
	float: left;
	color: #5a6772;
	font-size: 1.8rem;
	font-weight: 700;
	padding-top: 10px;
}

.formOfferta label {
	color: #520A76;
	font-size: 1.8rem;
	line-height: 2rem;
	padding: 30px 0 10px 0;
	width: 90%;
}

.formOfferta input {
	height: 40px;
	margin: 0;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #ccc;
}

.formOfferta input[type="text"], .formOfferta select {
	/*width: 300px;*/
	width: 100%;
	height: 60px;
	border: 4px solid #520A76;
	font-size: 1.8rem;
	padding: 5px;
	font-weight: bold;
	color: #333;
}

.formOfferta select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url("../img/frecciaSelect.png") no-repeat center right;
	cursor: pointer;
}

.formOfferta select::-ms-expand {
	display: none;
}

.formOfferta>.btn-default {
	transition-duration: 0.3s;
	background-color: #520A76;
	color: #fff;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.4rem;
	border-radius: 0;
}

.formOfferta>.btn-default:hover {
	transition-duration: 0.3s;
	font-size: 1.5rem;
	padding-top: 7px;
}

.formOfferta>.btn-arrow {
	/*width: 240px;*/
	width: 100%;
	height: 60px;
	margin-top: 65px;
	padding-right: 25px;
	background-image: url(../img/whiteArrow.png);
	background-position: 80%;
	color: #fff;
	font-size: 1.4rem;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #fff;
	background-image: url(../img/whiteArrow.png);
}

.icoInfo {
	background-image: url(../img/PO_icona_info_generiche.png);
	text-align: center;
	float: right;
	margin-top: -5px;
	height: 30px;
	width: 30px;
	cursor: pointer;
}

.icoInfo:hover {
	background-color: #dcc9e5;
	border-radius: 20px;
}

.icoInfoPrimaVersione {
	float: left;
	border-radius: 20px;
	height: 20px;
	width: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	border: 1px solid #520A76;
	background-color: #520A76;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 1;
	cursor: pointer;
	margin: 10px 0 0 10px;
}

.icoInfoPrimaVersione:hover {
	background-color: #c7eff0;
	border: 1px solid #999;
	text-decoration: none;
	color: #155557;
}

.tooltip>.tooltip-inner {
	background-color: #5e1b82;
	text-align: left;
	padding: 10px;
	font-size: 1.1em;
}

.tooltip.left>.tooltip-arrow {
	border-left: 5px solid #5e1b82;
}

.formOffertaCompleta {
	width: 100%;
}

.formOffertaCompleta fieldset {
	border-bottom: 1px solid #CCC;
	padding: 30px 0 10px 0;
	min-height: 125px;
}

.formOffertaCompleta input[type="text"], .formOffertaCompleta select {
	width: 330px;
	height: 60px;
	border: 2px solid #520A76;
	font-size: 1.8rem;
	padding: 5px;
}

.formOffertaCompleta .glyphicon {
	background-color: #6d328c;
	/*border: 2px solid #6d328c;*/
	padding: 5px;
	border-radius: 5px;
	color: #ffffff;
	min-width: 24px;
	min-height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 0.8em;
	float: left;
	margin-right: 10px;
}

.formOffertaCompleta fieldset.subfieldset {
	border-bottom: 2px solid #6d328c;
	padding: 5px 0 20px 0;
}

.formOffertaCompleta fieldset.subfieldset {
	min-height: 50px;
}

.subfieldset legend a {
	padding: 5px 0 0 10px;
	color: #6d328c;
}

.formOffertaCompleta legend {
	border: none;
	float: left;
}

.formOffertaCompleta  label {
	padding-top: 10px;
	margin-right: 10px;
	color: #2e0445;
}

.formOffertaCompleta  .labelRadio {
	min-width: 170px;
	margin: 5px 30px 5px 0;
	padding-left: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.formOffertaCompleta .btn-default {
	transition-duration: 0.3s;
	background-color: #B6008D;
	color: #fff;
	border: 1px solid #7d0064;;
	height: 40px;
	margin-top: 20px;
	font-size: 1.6rem;
	border-radius: 0;
}

.formOffertaCompleta .btn-default:hover {
	/*transition-duration: 0.3s;
	font-size: 1.7rem;*/
}

.formOffertaCompleta .btn-default.gray {
	background-color: #CCC;
	color: #333;
	border: 1px solid #999;
	font-size: 1.6rem;
	border-radius: 0;
	font-weight: bold;
}

.formOffertaCompleta .btn-default.gray:hover {
	background-color: #CCC;
	color: #333;
	border: 1px solid #999;
	padding-top: 10px;
}

.formOffertaCompleta .checkImg {
	background-image: url(../img/PO_icona_check.png);
	background-position: 0 40%;
	background-repeat: no-repeat;
	float: left;
	margin-top: 45px;
	margin-left: -130px;
	width: 30px;
	height: 30px;
}

.formOffertaCompleta select {
	margin-right: 20px;
	border-radius: 0;
	height: 50px !important;
}

.formOffertaCompleta #capComune, .formOffertaCompleta input[type="text"]
	{
	margin-right: 20px;
	border-radius: 0;
	height: 50px !important;
}

.formOffertaCompleta input.medium {
	min-width: inherit;
	width: 100px;
	margin-right: 10px;
}

.formOffertaCompleta input.small {
	min-width: inherit;
	width: 80px;
	margin-right: 10px;
	text-align: right;
}

.formRaffinaWrapper {
	/*border-left: 5px solid #520a76;
	border-right: 1px solid #ccc;*/
}

.formRaffina {
	/*background-color: #dbdada;*/
	background-color: #fff;
	padding: 5px;
}

.formRaffina fieldset {
	margin: 0 0 15px 0;
}

.formRaffina legend {
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 4px solid #520a76;
	color: #520a76;
	line-height: 0.9em;
	padding: 5px 5px 5px 0;
	text-transform: uppercase;
}

.formRaffina label, .formRaffina input {
	font-size: 0.8em;
	display: block;
	font-weight: bold;
}

.formRaffina label{
	color: #520A76;
	margin-left: 5px;
}

.multiselect-container label{
	color: #fff;
}

.formRaffina select {
	width: 150px;
}

.formRaffina input, .formRaffina select {
	font-size: 0.8em;
	margin-bottom: 15px;
	border-radius: 0px;
}

.formRaffina input[type="checkbox"] {
	margin-right: 10px;
}

.formRaffina p {
	margin: 10px 0 0 0;
	display: block;
	width: 100%;
	float: left;
	clear: left;
}

.formRaffina .glyphicon {
	background-color: #b0008e;
	border: 2px solid #ffffff;
	border-radius: 5px;
	color: #ffffff;
	min-width: 24px;
	min-height: 20px;
	line-height: 20px;
	text-align: center;
	float: right;
	font-size: 0.8em;
}

.formRaffina .btn-medium {
	transition-duration: 0.3s;
	background-color: #B6008D;
	color: #fff;
	border: 1px solid #7d0064;
	height: 40px;
	margin: 20px auto 20px auto;
	width: 200px;
}

.formRaffina .btn-medium:hover {
	background-color: #B6008D;
	color: #fff;
	border: 1px solid #7d0064;
	height: 40px;
	padding-top: 5px;
}

.btn-default.gray {
	background-color: #CCC;
	color: #333;
	border: 1px solid #999;
	font-size: 1.6rem;
	border-radius: 0;
}

.btn-default.gray:hover {
	background-color: #CCC;
	color: #333;
	border: 1px solid #999;
}

.btn-medium {
	width: 240px;
	background-color: #B6008D;
	color: #fff;
	border: 1px solid #7d0064;
	height: 40px;
	margin: 20px auto 20px auto;
	font-size: 1.6 .rem;
}

.dropdown-menu {
	border: none;
	background-color: #7E34A3;
	border-radius: 0;
	margin-top: 15px;
	position: absolute;
	width: 100%;
	min-height: 230px;
	font-size: 0.9em;
	max-height: 500px;
	overflow: auto;
}

.dropdown-menu ul {
	float: right;
}

.dropdown-menu li {
	display: block;
	padding: 10px 0px 10px 0;
	text-transform: none;
}

.dropdown-menu li, .dropdown-menu li a {
	color: #ffffff;
	width: 100% !important;
	font-family: 'Raleway-Bold', serif;
}

.dropdown-menu li a:hover {
	/*background-color:#dcc9e5;*/
	background-color: #ddd;
	color: #970078;
}

.menu_scopri {
	margin-right: 600px;
}

.menu_trasparenza {
	margin-right: 270px;
}

.menu_scopri_logged_in {
	margin-right: 600px;
}

.menu_trasparenza_logged_in {
	margin-right: 270px;
}

.arrowDown {
	margin-right: 10px;
}

.arrowDown::after {
	position: relative;
	bottom: 0px;
	/*float:right;*/
	font-family: 'Glyphicons Halflings';
	font-size: 0.8em;
	color: #520A76;
	content: "\e259";
}

/*.icoWrapper{
	float:left;
	margin-right:20px;
	border-radius:30px;
	height:60px;
	width:60px;
	padding-top:5px;
	color:#fff;
	font-weight:bold;
	font-size:1em;
	line-height:1em;
	border:2px solid #fff;
	background-color:#B6008D;
	text-align:center;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.6);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.icoWrapper img{
	border:none;
	width:auto;
}

.icoWrapperMd{
	height:40px;
	width:40px;
	padding:0;
	margin-top:10px;
}

.icoWrapperMd{
	height:40px;
	width:40px;
	padding:0;
	margin-top:10px;
}
*/
.icoWrapper {
	float: left;
	margin-right: 20px;
	border-radius: 30px;
	height: 60px;
	width: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	border: 2px solid #b0008e;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.icoWrapper img {
	border: none;
	width: 70%;
	height: 70%;
	margin-top: 8px;
}

.icoWrapperMd {
	height: 40px;
	width: 40px;
	margin-top: 10px;
}

.icoWrapperMd img {
	margin-top: 6px;
}

.generalBox {
	padding: 5px 10px 30px 10px;
	margin: 50px 0 20px 0;
	min-height: 400px;
	background-color: #eeeeee;
	-webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.37);
	-moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.37);
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.37);
	-webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.37);
}

.generalBox h2 {
	line-height: 50px;
	font-size: 3.6rem;
	padding: 0;
}

.generalBox h3>a {
	display: block;
	clear: left;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: bold;
	color: #7d0064;
	margin: 0;
}

.generalBox a {
	font-weight: bold;
}

.generalBoxFooter {
	border-top: 2px solid #7d0064;
	background-color: #520a76;
	color: #fff;
	text-align: right;
	padding: 10px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(221, 221, 221, 1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(221, 221, 221, 1);
	box-shadow: 0px 5px 5px 0px rgba(221, 221, 221, 1);
}

.generalBoxFooter a {
	color: #fff;
	font-weight: bold;
}

.generalBoxHome {
	padding: 5px 10px 30px 0px;
	margin: 10px 0 20px 0;
	min-height: 600px !important;
	background-color: none !important;
	-webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0);
}

.generalBoxHome a img {
	width: auto !important;
	margin-left: 10px;
}

.placetBox {
	float: left;
	margin: 80px 0 0 0;
	background-color: #B6008D;
	color: #ffffff;
}

.imgPosition {
	float: right;
	padding: 0;
}

.imgPositionLeft {
    float: left;
    padding: 0;
}

.placetBox h2 {
	color: #ffffff;
	margin: 30px 40px 30px 30px !Important;
}

.placetBox p {
	margin: 20px 10px 0px 30px;
}

.placetBox a {
	font-weight: bold;
	color: #520A76;
	border: 4px solid #520A76;
	background-color: #ffffff;
	padding: 20px;
	float: left;
	margin: 60px 0 20px 44px;
}

.placetBox a img {
	width: auto !important;
	margin-left: 10px;
}

.openDataBox {
	min-height: auto;
	float: left;
	width: 100%;
}

.openData a, .openData a:hover, .openData a:focus {
	color: #ffffff !Important;
}

.openDataBox ul {
	margin-top: 1em;
	margin-right: 3em;
	width: 100%;
}

.openDataBox ul, .openDataBox ul li {
	padding: 0;
	float: left;
	font-weight: bold;
	list-style-type: none;
}

.openDataBox ul li a {
	float: left;
	margin: 0.5em 2em 0.5em 0em;
	background-color: #B6008D;
	color: #fff;
	padding: 4px 10px 4px 10px;
	border: 1px solid #7d0064;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.openDataBox ul li a:hover {
	color: #B6008D;
	background-color: #fff;
	border: 1px solid #7d0064;
}

.textRight {
	text-align: right;
	display: block;
	padding-bottom: 20px;
}

.greenBox {
	margin-top: 20px;
	position: relative;
	background-color: 1b6d70;
	color: #fff;
	width: 100%;
	height: 200px;
	overflow: hidden;
	text-align: center;
}

.greenBox h2 {
	color: #fff;
}

.greenBox .icoWrapper {
	float: none;
	display: block;
	margin: 40px auto 40px auto;
}

.toggle {
	width: 100%;
	height: 200px;
	position: absolute;
	left: -850;
	top: 0;
	transition: all 0.2s linear;
	border: 1px solid #1b6d70;
	border-radius: 7px;
	cursor: pointer;
}

.toggle p, .toggle a {
	padding: 5px;
	text-align: right;
	color: #fff;
	font-weight: bold;
	background-color: rgba(51, 51, 51, 0.5);
}

.toggle a {
	border-radius: 3px;
	display: block;
}

.greenBox:hover .toggle {
	transition: all 0.25s linear;
	left: 0;
}

.mercato {
	background-color: #34d1d8;
	background-image: url(../img/imgMercatoLibero.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.placet {
	background-color: #34d1d8;
	background-image: url(../img/imgOffertePlacet.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.servizi {
	background-color: #34d1d8;
	background-image: url(../img/imgServiziTutela.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.wrapper {
	margin: auto;
	width: 90%;
	max-width: 1100px;
}

.wrapperHeader {
	margin: auto;
	width: 100%;
	max-width: 1100px;
}

.borderHeader {
	border-bottom: 5px solid #520A76 !important;
	background: #fff;
}

.wrapperBox {
	min-height: 400px;
}

.wrapper100 {
	width: 100%;
}

.fasciaWrapper {
	width: 33%;
	float: left;
}

.path {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 15px;
	font-size: 0.8em;
	text-transform: uppercase;
}

.path a {
	font-weight: bold;
}

.tab-content>.active {
	border: 1px solid #999;
	padding-bottom: 20px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
	float: left;
}

.nav-tabs.nav-tabs>li.active>a, .nav-tabs.nav-tabs>li.active>a:hover,
	.nav-tabs.nav-tabs>li.active>a:focus {
	color: #fff;
	background: #520a76;
}

.nav-tabs.nav>li>a, .nav-tabs.nav>li>a:focus {
	border: 1px solid #919191;
	font-weight: bold;
	background: #fff;
}

.nav-tabs.nav>li>a:hover, .nav-tabs.nav>li>a:focus {
	color: #fff;
	background: #520a76;
}

.sidebar ul {
	border-top: 1px solid #d8d8d8;
	clear: both;
	display: block;
	list-style-image: none;
	list-style: none;
	margin: 0 0 50px 20px;
	padding: 0;
}

.sidebar ul li {
	border-bottom: 1px solid #d8d8d8;
	padding: 0;
	font-size: 1.1em;
}

.sidebar ul li a {
	color: #7d0064;
	display: block;
	padding: 18px 0 18px 10px;
	position: relative;
	z-index: 0;
}

.sidebar ul li a:hover, .sidebar ul li a.active {
	background: #7d0064;
	color: #fff;
}

.sidebar ul li h4 {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	color: #5a6772;
}

#step {
	float: left;
	padding: 0;
	margin: 20px 0 20px 0;
	overflow: hidden;
	counter-reset: step;
}

#step ul {
	padding: 0;
	margin: 0;
}

#step li {
	list-style-type: none;
	color: #666;
	font-weight: bold;
	float: left;
	position: relative;
	text-align: center;
	padding: 0 30px 0 0;
	width: 33.33%;
}

#step li:before {
	content: counter(step);
	counter-increment: step;
	width: 30px;
	line-height: 30px;
	display: block;
	font-size: 0.8em;
	color: #333;
	background: #ccc;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#step li:after {
	content: '';
	width: 100%;
	height: 5px;
	background: #ccc;
	position: absolute;
	left: -50%;
	top: 13px;
	z-index: -1; /*put it behind the numbers*/
}

#step li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}

#step li.active:before, #stepOK li.active:after {
	background: #B6008D;
	color: white;
}

#step li a, #step li a:focus, #step li a:hover {
	color: 7d0064;
}

#step li.disabled, #step li.disabled a, #step li.disabled a:focus, #step li.disabled a:hover
	{
	cursor: not-allowed;
	text-decoration: none;
	color: #666;
}

#step li.active {
	color: #7d0064;
}

.disabledEvent {
	pointer-events: none;
}

input:focus, label:focus-within {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.form-control:focus{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.boxRisultato.tutela {
	border: 2px solid #7d0064;
	float: left;
	width: 100%;
	padding: 10px;
	margin-top: 20px;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.boxRisultato {
	border: 2px solid #7d0064;
	float: left;
	width: 100%;
	padding: 10px;
	margin-top: 20px;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.boxRisultato_shadow {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
}

.tutela {
	/*border: 5px solid #520a76 !important;
	background-color: #ddd;*/
	float: left;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(82, 10, 118, 0.9) !important;
    -moz-box-shadow: 0px 0px 10px 3px rgba(82, 10, 118, 0.9) !important;
    box-shadow: 0px 0px 10px 3px rgba(82, 10, 118, 0.9) !important;
    background-image: url(../img/bgMaggiorTutela01.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100px;
}

.boxConfronto {
	float: left;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(82, 10, 118, 0.9) !important;
    -moz-box-shadow: 0px 0px 10px 3px rgba(82, 10, 118, 0.9) !important;
     box-shadow: 0px 0px 10px 10px rgb(109 4 161 / 90%) !important;
}

.boxConfronto {
    padding: 0px !important;
}

.boxConfronto .row{
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.headerBoxConfronto{
	float: left;
    width: 100%;
	height: 40px;
	background-color: #520a76;
	margin-bottom: 10px;
}

.headerBoxConfrontoTitle{
	color: #fff;
	margin-left: 30px;
    margin-top: 7px;
    float: left;
    font-weight: bold;
}

.lineaVert {
	float: left;
	padding-left: 30px;
	padding-bottom: 50px;
	border-left: 2px solid #ccc;
}

.boxElement {
	float: left;
	/*margin: 0 15px 0 0;*/
	line-height: 1.3em;
}

.seleziona {
	margin-top: 4px;
	margin-left: -50px;
}

.rank {
	border-right: 2px solid #7d0064;
	padding-right: 10px;
	font-size: 1.3em;
	font-weight: bold;
}

.venditore {
	font-weight: bold;
	color: #7d0064;
}

.venditore img {
	width: auto;
	margin-top: 5px;
	max-width: 200px;
}

.nomeOfferta {
	width: 33%;
	font-weight: bold;
	/*font-size: 1.3em;*/
}

.tipoOfferta {
	width: 33%;
}

.prezzoOfferta {
	float: right;
}

.prezzoOffertaValore {
	min-width: 120px;
	float: right;
	margin-top: 5px;
	text-align: center;
	background-color: #b0008e;
	font-weight: bold;
	color: #fff;
	padding: 4px 8px 4px 8px;
	border: 3px solid #b0008e;
	border-radius: 20px;
	/*-webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);*/
}

.middle>* {
	vertical-align: middle;
	height: 100%;
}

.xsmall {
	font-size: 75%;
}

.boxDettaglio {
	border: 2px solid #7d0064;
	float: left;
	width: 100%;
	min-height: 50px;
	padding: 10px;
	margin-top: 20px;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.boxDettaglio2 {
	float: left;
	width: 100%;
	min-height: 50px;
	margin-top: 10px;
}

.boxDettaglio table th {
	color: #fff;
	padding: 5px;
	font-size: 0.9em;
	font-weight: bold;
}

.boxDettaglio table td {
	font-size: 0.9em;
	padding: 0 5px 0 5px;
}

.boxDettaglio table tr.header {
	background-color: #B6008D;
	color: #fff;
}

.boxDettaglio table tr.somma, .boxDettaglio table tr.somma th {
	background-color: #520a76;
	color: #fff;
}

.boxDettaglio table td.valore {
	text-align: right;
	overflow-wrap: break-word;
}

.riepilogoFiltri {
	border: 2px solid #7d0064;
	float: left;
	width: 100%;
	min-height: 50px;
	padding: 10px;
	margin-top: 20px;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.riepilogoFiltri h3 {
	color: #520A76;
	font-size: 0.9em;
	margin: 0 0 10px 0;
}

.riepilogoFiltri div {
	float: left;
	padding: 5px;
	font-size: 0.8em;
	margin-right: 10px;
}

.riepilogoFiltri a {
	float: right;
	padding: 7px;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #520a76;
	color: #fff;
}

.panelSearch {
	display: none;
	position: fixed;
	width: 100%;
	background-color: #B6008D;
	padding: 5px;
}

hr {
	border: 1px solid #7d0064;
}

.smallText {
	font-size: 0.8em;
}

.funkyradio div {
	clear: both;
	overflow: hidden;
	width: 100%;
}

.funkyradio label {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #666;
}

.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty
	{
	display: none;
}

.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty 
	 ~ label {
	position: relative;
	padding-left: 60px;
	margin-bottom: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty 
	 ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 1.8em;
	background: #dcc9e5;
	border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not (:checked ) ~ label,
	.funkyradio input[type="checkbox"]:hover:not (:checked ) ~ label {
	color: #333;
}

.funkyradio input[type="checkbox"] ~ label:before {
	padding: 5px 10px 5px 10px;
	font-size: 1.5em;
}

.funkyradio input[type="radio"]:hover:not (:checked ) ~ label:before,
	.funkyradio input[type="checkbox"]:hover:not (:checked ) ~ label:before
	{
	/* content: '\2714';*/
	background-position: center;
	background-image: url(../img/PO_icona_check.png);
	background-repeat: no-repeat;
	color: #333;
}

.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked 
	 ~ label {
	color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked 
	 ~ label:before {
	background-position: center;
	background-image: url(../img/PO_icona_whitecheck.png);
	background-repeat: no-repeat;
	/*content: '\2714';*/
	color: #333;
	background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus 
	 ~ label:before {
	box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
	.funkyradio-default input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #520A76;
}

.selectButton {
	background-color: #fff !important;
	border: 1px solid #ccc;
	height: 25px;
	text-align: left;
	background: url("../img/PO_icona_check.png") no-repeat center right;
	float: left;
	font-size: 0.9em;
	line-height: 1em;
}

.dropdown-menuVenditore {
	margin: 5px 0 0 0 !important;
}

.input-group-addon {
	padding: 5px;
	border: 0;
	background-color: #fff;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group
	{
	margin: 0;
}

.multiselect-clear-filter {
	z-index: 3 !Important;
	float: left;
	padding: 5px;
	border: 0;
	background-color: #fff;
	margin-left: -60px !Important;
	font-weight: bold !Important;
}

.dropdown-menuVenditore>.active>a, .dropdown-menuVenditore>.active>a:hover,
	.dropdown-menuVenditore>.active>a:focus {
	background-color: #B6008D;
}

.dropdown-menuVenditore {
	width: 100%;
}

.dropdown-menuVenditore li {
	padding: 0;
}

.multiselect-search {
	padding: 0 14px 0 3px;
	margin: 0 0 0 20px;
	width: 85% !important;
}

.input-group-addon {
	margin: 0;
	padding: 0;
	cursor: pointer;
}

@media screen and (min-width: 140px) and (max-width: 720px) {
	
	.risparmio_offerta{
		margin-top: 60px !important;
	}
	
	.header_spid_btn{
		display: block !important;
	}
	
	.button-spid {
		width: 100%;
	}
	
	.italia-it-button-text {
		padding: 10px 55px 15px 20px !important;
	}
	.purpose_container {
	    width: 100% !important;
	}

	#modal-video-tutorial .modal-dialog{
		width: 100% !important;
	}
	
	#modal-customer-satisfaction .modal-dialog{
		width: 100% !important;
	}
	#modal-customer-satisfaction-thanks .modal-dialog{
		width: 100% !important;
	}
	.rispario_mt p{
		margin-top: 0px !important;
	}
	.linkDettaglio {
		margin-top: 0px !important;
	}
	.areaPreview {
		float: none !important;
		color: #ffffff !important;
	}
	.cbp-spmenu-vertical {
		width: 100%;
	}
	.cbp-spmenu-right {
		right: -100%;
	}
	.areaAppartenenza {
		display: none !important;
	}
	.areaAppartenenzaLight {
		text-align: left !important;
		display: block !important;
		height: 30px !important;
		padding: 0 !important;
		line-height: 3rem !important;
		display: block !important;
	}
	.areaAppartenenzaLight a {
		font-size: 1.2rem;
	}
	#apriLoghi {
		display: none;
	}
	
	.logo_mobile {
		display: block;
	}
	
	
	#search_form_mb{
		display: block;
	}

	#search_form_mobile{
		display: block;
	}


	.strillo h2 {
		font-size: 3rem;
	}
	.strillo p {
		font-size: 1.4rem;
	}
	.logo_wrapper {
		/*width: 100%;*/
		margin-right: 10px;
		display: none;
	}
	.logo_text {
		width: 50%;
		float: left;
		padding-left: 10px;
	}
	.navbar h1 {
		font-size: 0.8em;
		line-height: 1.5em;
		padding: 0;
		margin: 0;
	}
	.areaAppartenenza {
		font-size: 1.4rem;
	}
	h2 {
		font-size: 2.2rem;
	}
	.hiddenXs {
		display: none;
	}
	.toggle-menu {
		margin-top: 0;
		margin-left: 20px;
		margin-right: 10px;
		heigh: 40px;
		width: 40px;
	}
	.toggle-menu .burger-bar {
		height: 2px;
	}
	.headerBg {
		background-color: #fff;
		height: 65px;
		color: #ffffff;
	}

	.menu {
		font-size: 1rem;
		padding-left: 3px;
	}
	.footerBottom {
		padding-left: 10px;
	}
	.footerBottom ul {
		margin-left: -10px;
	}
	.footer h3 a {
		float: left;
		padding: 0;
	}
	.logoFooter {
		display: none;
	}
	.logo_footerWrapper {
		width: 270px;
		float: left;
	}
	.input-cerca {
		height: 40px;
		margin: 0;
	}
	.btn-cerca {
		height: 40px;
		width: 40px;
	}
	.formOfferta input[type="text"], .formOfferta select {
		width: 100%;
	}
	.formOfferta label {
		font-size: 1.4rem;
	}
	.formOfferta>.btn-arrow {
		margin-top: 35px;
		width: 100%;
	}
	.labelRadio {
		min-width: 100% !important;
	}
	.formOffertaCompleta  .labelRadio {
		min-width: 240px;
	}
	.nav-tabs.nav>li>a, .nav-tabs.nav>li>a:focus {
		width: 135px;
		padding-top: 0;
		padding-bottom: 0;
		min-height: 48px;
	}
	.fasciaWrapper {
		width: 100% !important;
		float: none !important;
	}
	.path {
		margin-top: 20px !important;
	}
	#step li {
		font-size: 1.1rem !important;
		padding: 0 10px 0 0 !important;
	}
	.boxDettaglio table th {
		padding: 2px !important;
		font-size: 0.8em !important;
	}
	.boxDettaglio table td {
		font-size: 0.8em !important;
		padding: 0 2px 0 2px !important;
	}
	.riepilogoFiltri a {
		margin-top: 0 !important;
	}
	.defaultCerca {
		display: none !important;
	}
	.panelSearch {
		display: block !important;
	}
	.iconCerca {
		display: block !important;
	}
	.pageBody {
		padding-top: 250px !important;
	}
	.footerBottom ul li a {
		clear: left;
		margin-bottom: 2rem;
	}
	.imgPosition {
		float: left;
	}
	.placetBox {
		padding-bottom: 30px;
	}
	.placetBox h2 {
		margin-left: 10px !important;
	}
	.placetBox p {
		margin-left: 10px;
	}
	.placetBox a {
		font-size: 1.4rem;
		margin: 20px 0 20px 20px !important;
		padding: 10px !important;
	}
	.generalBoxHome {
		min-height: 400px !important;
		background-color: none !important;
		-webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0);
		-moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0);
		box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0);
	}
	.textRight {
		padding-bottom: 0;
	}
	.icoInfo {
		margin-top: -45px !important;
		margin-right: -20px !important;
	}
	.textRightXs {
		padding-bottom: 0;
		text-align: right;
	}
	
	.linkDettaglio{
		margin-top: 0 !important;
	}
}

@media screen and (min-width: 421px) and (max-width: 719px) {
	.areaPreview {
		float: none !important;
		color: #ffffff !important;
	}
	.areaAppartenenza {
		display: none !important;
	}
	.areaAppartenenzaLight {
		display: block !important;
		height: 30px !important;
		padding: 0 !important;
		line-height: 3rem !important;
	}
	.areaAppartenenzaLight a {
		font-size: 1.2rem;
	}
	#apriLoghi {
		display: none;
	}
	.headerBg {
		background-color: #fff;
		height: 65px;
		color: #ffffff;
	}
	.col-xxs-12 {
		width: 100%
	}
	.defaultCerca {
		display: none !important;
	}
	.panelSearch {
		display: block !important;
	}
	.iconCerca {
		display: block !important;
	}
	.logo_text {
		width: 50%;
		float: left;
	}
	
	.logo_mobile {
		display: block;
	}
	
	#search_form_mb{
		display: block;
	}
	
	#search_form_mobile{
		display: block;
	}
	
	.generalBoxHome {
		min-height: 400px !important;
		background-color: none !important;
		-webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0);
		-moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0);
		box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0);
	}
	.icoInfo {
		margin-top: -45px !important;
		margin-right: -20px !important;
	}
	
	.linkDettaglio{
		margin-top: 0 !important;
	}
}

@media screen and (min-width: 480px) and (max-width: 720px) {
	.areaPreview {
		float: none !important;
		color: #ffffff !important;
	}
	.areaAppartenenza {
		display: none !important;
	}
	.areaAppartenenzaLight {
		display: block !important;
		height: 30px !important;
		padding: 0 !important;
		line-height: 3rem !important;
	}
	.areaAppartenenzaLight a {
		font-size: 1.2rem;
	}
	#apriLoghi {
		display: none;
	}
	.headerBg {
		background-color: #fff;
		height: 65px;
		color: #ffffff;
	}
	
	.logo_mobile {
		display: block;
	}
	
	#search_form_mb{
		display: block;
	}
	
	#search_form_mobile{
		display: block;
	}
	
	
	.defaultCerca {
		display: none !important;
	}
	.panelSearch {
		display: block !important;
	}
	.logo_wrapper img {
		/*width: 70%;*/
		padding-top: 7px;
		float: left;
	}
	.logo_footerWrapper {
		width: 245px;
	}
	.logo_footer {
		width: 80%;
	}
	.footer h3 a {
		padding: 0;
		font-size: 0.8em;
		float: left;
		margin-top: -5px;
	}
	.navbar h1 {
		float: left;
		font-size: 1.2em;
		line-height: 1.3em;
		padding-top: 5px;
		/*margin-left: 30px;*/
		margin-left: 20px;
	}
	.areaAppartenenza {
		font-size: 0.66em;
	}
	.hiddenXs {
		display: none;
	}
	.formOffertaCompleta  .labelRadio {
		min-width: 240px !important;
	}
	.path {
		margin-top: 20 !important;
	}
	.defaultCerca {
		display: none !important;
	}
	.panelSearch {
		display: block !important;
	}

	.generalBoxHome {
		min-height: 400px !important;
		background-color: none !important;
		-webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0);
		-moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0);
		box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0);
	}
}

@media screen and (min-width: 600px) and (max-width: 810px) {
	
	.header_spid_btn{
		display: block !important;
	}
	
	.spid_btn_form {

	}

	.header_spid_btn{
	display: none;
	}
	
	.logo_wrapper{
		display: none;
	}
	
	.areaPreview {
		float: none !important;
		color: #ffffff !important;
	}
	.areaAppartenenza {
		display: none !important;
	}
	.areaAppartenenzaLight {
		display: block !important;
		height: 30px !important;
		padding: 0 !important;
		line-height: 3rem !important;
	}
	.areaAppartenenzaLight a {
		font-size: 1.2rem;
	}
	#apriLoghi {
		display: none;
	}
	.headerBg {
		background-color: #fff;
		height: 65px;
		color: #ffffff;
	}
	
	.logo_mobile {
		display: block !important;
	}
	
	#search_form_mb{
		display: block;
	}
	
	#search_form_mobile{
		display: block;
	}
	
	
	.navbar h1 {
		font-size: 1.5em;
		line-height: 1.8em;
		margin-top: 5px;
		/*margin-left:30px;*/
	}
	.logo_footerWrapper {
		width: 245px;
	}
	.footer h3 a {
		font-size: 0.8em;
		float: left;
		margin-top: 5px;
	}
	.sub_nav li {
		padding: 6px 18px;
	}
	.hiddenXs {
		display: none;
	}
	.defaultCerca {
		display: none !important;
	}
	.panelSearch {
		display: block !important;
	}
	.iconCerca {
		display: block !important;
	}

	.pageBody {
		padding-top: 250px !important;
	}
	.generalBoxHome {
		min-height: 400px !important;
		background-color: none !important;
		-webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0);
		-moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0);
		box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0);
	}
	
	.linkDettaglio{
		margin-top: 0 !important;
	}
		.logoFooter {
		display: none;
	}
}

@media screen and (min-width: 800px) and (max-width: 1024px) {
	
	#mainheader .areaAppartenenzaLight {
		padding: 0 !important;
	}
	.logo_wrapper {
		margin-left: 20px;
	}
	.icoClose {
		margin-right: 10px;
	}
	.icoOpen {
		margin-right: 10px;
	}
	.linkDettaglio{
		margin-top: 0 !important;
	}
	.logoFooter {
		display: none;
	}
}

@media screen and (min-width: 811px) and (max-width: 960px) {
	.areaPreview {
		float: none !important;
	}
	.navbar h1 {
		font-size: 1.8em;
		line-height: 2em;
		margin-top: 5px;
	}
	.sub_nav li {
		padding: 6px 18px;
	}
	.menu_scopri {
		margin-right: 550px !important;
	}
	.menu_trasparenza {
		margin-right: 240px !important;
	}
	
	.menu_scopri_logged_in {
		margin-right: 550px !important;
	}
	.menu_trasparenza_logged_in {
		margin-right: 240px !important;
	}
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
	.formOfferta input[type="text"], .formOfferta select {
		width: 240px !important;
	}
}

@media screen and (min-width: 961px) and (max-width: 1280px) {
	.navbar h1 {
		font-size: 2em;
		line-height: 2em;
		margin-top: 5px;
		/*margin-left:30px;*/
	}
	.footer h3 a {
		float: left;
		margin-top: 10px;
	}
	.generalBoxHome {
		background-color: none !important;
		-webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0);
		-moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0);
		box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0);
	}
	
}

@media screen and (min-width: 1090px) and (max-width: 1280px) {
	.placetBox h2 {
		margin: 40px 40px 30px 20px !Important;
	}
	.placetBox p {
		margin: 20px 0 30px 20px;
	}
	.placetBox a {
		font-weight: bold;
		color: #520A76;
		border: 4px solid #520A76;
		background-color: #ffffff;
		padding: 20px;
		float: left;
		clear: left;
		margin: 20px 0 20px 34px;
	}
}

@media screen and (min-width: 990px) and (max-width: 1089px) {
	.placetBox h2 {
		margin: 20px 40px 20px 20px !Important;
	}
	.placetBox p {
		margin: 20px 0 10px 20px;
	}
	.placetBox a {
		font-weight: bold;
		color: #520A76;
		border: 4px solid #520A76;
		background-color: #ffffff;
		padding: 20px;
		float: left;
		clear: left;
		margin: 10px 0 20px 34px;
	}
}

@media screen and (max-width: 1150px) {
	.checkImg {
		background-image: none;
		margin-left: 0;
		width: 0px !important;
		height: 0px !important;;
		margin: 0;
		padding: 0;
	}
}

@media screen and (max-width: 350px) {
	
	.logo_wrapper {
		width: 96%;
	}
	.pageBody {
		padding-top: 250px !important;
	}
}

.labelRadio {
	float: left;
	min-width: 250px;
	width: auto !important;
	text-align: center;
	/*border: 1px solid #6d328c;*/
	border: 2px solid #520A76;
	font-family: inherit;
	font-size: inherit;
	color: #2e0445;
	/*background: #dcc9e5;*/
	background: #ffffff;
	cursor: pointer;
	padding-left: 13px;
	display: inline-block;
	margin: 5px 70px 5px 0;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 1;
	text-align: center;
}

.labelRadio:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.labelRadio:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.bgGray {
	float: left;
	padding-top: 40px;
	background-color: #EEEEEE;
	width: 100%;
	margin-top: 80px;
}

.bgGray h2 {
	margin-left: 17px;
}
/*
.ico_cerca{
	width: 50px;
}

#search span {
	display: block;
	float: left;
}
#search {
	overflow: hidden;
	float: left;
}
#btn_go  {
	display: block;
	float: left;
	width: 50px;
	}*/
	
.form-control:focus{
	border-color: #B6008D;
}

#btn_search{
	cursor: pointer;
	background-image:  url('../img/PO_icona cerca.svg');
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	border-width: 2px 2px 2px 0px;
	border-style: solid;
	border-color: #520A76;
	background-color: transparent;
}

#btn_search_close{
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-width: 2px 2px 2px 0px;
	border-style: solid;
	border-color: #fff;
	background-color: transparent;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	margin-bottom:1px;
}

#btn_lens{
	cursor: pointer;
	background-image:  url('../img/PO_icona cerca.svg');
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	border-width: 2px 2px 2px 0px;
	border-style: solid;
	border-color: #fff;
	background-color: transparent;
}

#btn_search_close:focus{
	outline: none;
}
#btn_lens:focus{
	outline: none;
}
#btn_search:focus{
	outline: none;
}

#text_search:focus{
	outline: none;
}

#text_search{
    float: left;
    margin: 0px;
    height: 40px;
 	border-width: 2px 0px 2px 2px;
	border-style: solid;
	padding-left: 5px;
	font-size: 0.9em;
	border-color:#520A76;
}

#text_search_mb{
    float: left;
    margin: 0px;
    height: 40px;
 	border-width: 2px 0px 2px 2px;
	border-style: solid;
	padding-left: 5px;
	font-size: 0.9em;
	border-color:#520A76;
}

#btn_search_mb{
	width: 40px;
	cursor: pointer;
	background-image:  url('../img/PO_icona cerca.svg');
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	border-width: 2px 2px 2px 0px;
	border-style: solid;
	border-color: #520A76;
	background-color: #fff;
}

#search_form_mb{
	float: right;	
}

#search_form_mb .glyphicon-search{
	color: #520A76;
}

#search_form_mb .glyphicon-remove{
	color: #520A76;
}

.burger-bar{
	background-color: #520A76 !important;
}

#btn_lens_mb{
	margin-top: 15px;
}

#btn_search_close_mb{
	margin-top: 15px;
}

#search_form_mobile{
	width: 100%;
	background-color: #520A76;
	padding-top: 10px;
}

#text_search_mb{
	margin-left: 5%;
	width: 80%;
	float: left;
    height: 40px;
 	border-width: 2px 0px 2px 2px;
	border-style: solid;
	padding-left: 5px;
	font-size: 0.9em;
}

.logo_mobile{
	width: 150px;
	float: left;
}

.logo_mobile img{
	width: 150px;
	margin-top: 10px;
}

.allinea .menu_scopri{
	margin-right:620px;	
}


.allinea .menu_trasparenza{
	margin-right:300px;
}

.table-conf-fasce th{
	text-align: center;
}

.table-conf-fasce td{
	text-align: center;
}

.carousel-inner{
	padding: 10px 60px !important;
}
.carousel-control{
	width: 5% !important;
	background-color: rgb(255, 255, 255) !important;
}

.carousel-control .glyphicon-chevron-left{
	color: #520A76 !important;
}

.carousel-control .glyphicon-chevron-right{
	color: #520A76 !important;
}

.carousel-control.left{
	background-image: none !important;
}

.carousel-control.right{
	background-image: none !important;
}

.carousel-indicators li{
	background-color: #520A76 !important;
	border-color: #520A76 !important;
}

.carousel-indicators{
	bottom: 0 !important;
}

.carousel-inner{
	min-height: 350px !important;
}

.faq_container{
	padding: 0;
}

.faq_list h2{
	margin-top: 15px !important;	
}

.faq_container p{
	margin-right: 0;
	margin-left: 0;
	font-size: 0.9em;
	padding-right: 30px;
}

.faq_container h3{
	padding-right: 30px;
}

.faq_container hr{
	height: 15px;
	margin-right: 30px;
	background-color: #EEEEEE;
	border-color: #EEEEEE;
	
}
.faq_container h3 a{
	font-size: 0.7em;
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 12px;
    height: 12px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
}

.codice_offerta{
	color: #520A76;
    font-size: 13px;
    margin: 0;
    font-weight: normal;
}

.rispario_mt{
    color: #b0008e;
	font-size: 0.5em !important;
	margin-top:30px;
}
.rispario_mt #risparmio_amount{
    font-size: 21px;
    font-weight: bold;
}

.rispario_mt #risparmio_label{
    font-size: 17px;
}

.rispario_mt p{
	margin-top: -40px;
	padding-left: 10px;
}

.rispario_mt_no_padding{
	margin-top: 0px !important;
}


.risparmio_offerta{
    color: #b0008e;
    margin-top:30px;
}
.risparmio_offerta #risparmio_amount{
    font-size: 21px;
    font-weight: bold;
}

.risparmio_offerta #risparmio_label{
    font-size: 17px;
}

.risparmio_offerta p{
	margin-top: -40px;
}

.risparmio_offerta p{
	background-color: #520a76;
	color: #fff;
	padding-left: 10px;
	border-radius: 2px;
	margin-left: 10px;
}

.expander:focus{
	outline: none;
}

#fieldsetFiltriExtra{
	padding-left: 10px;
	padding-right: 10px;
}

#filtriExtraExpander{
	font-weight: bold;
}

#filtriExtraExpander:focus{
	color: #520A76 !important;
}

.multiselect-criteri{
	width: 80% !important;
	border: 2px solid #520A76 !important;
    height: 50px !important;
    background-size: 30px !important;
}

.fieldsetContainerMultiselect .btn-group{
	width: 80% !important;
}

.fieldsetContainerMultiselect .multiselect-container{
	width: 80% !important;
}

.fieldsetContainerMultiselect .checkbox{
	width: 100% !important;
}

.fieldsetContainerMultiselect li{
	float: left;
	width: 100% !important;
}

.fieldsetContainerMultiselect li a{
	width: 100% !important;
}

.fieldsetContainerMultiselect li a label input{
	margin-top: -10px !important;
}


.mt_enable_container{
	float: right;
	margin-top: 15px;
}

.mt_enable_container .btn-primary{
	background-color: #520a76;
}

.label_risparmio_mt{
	margin-right: 15px;
	font-size: 0.9em;
}

.videoTutorialBtn{
    font-weight: bold;
    color: #520A76;
    border: 4px solid #520A76;
    background-color: #ffffff;
    padding: 20px;
    float: none !important;
    clear: left;
    margin: 20px 0 20px 44px;
}

@media screen and (min-width: 1000px) {
	#modal-video-tutorial .modal-dialog{
		width: 50% !important;
	}
	#modal-customer-satisfaction .modal-dialog{
		width: 50% !important;
	}
	#modal-customer-satisfaction-thanks .modal-dialog{
		width: 50% !important;
	}
}

#link_questionario {
  background-color: #B6008D !important;
  color: white;
  font-size: 1em;
  padding: 10px 20px !important;
  margin: 10px 0 20px !important;
  text-transform: uppercase;
  font-weight:700 !important;
  border: 0 !important;
}
#link_questionario:hover{
  cursor:pointer;
  background:#520a76;
}

#video_image{
	cursor: pointer;
}

#msg_no_mt{
    font-size: 0.7em;
    line-height: 38px;
    float: right;
    background-color: #d1ecf1;
    padding: 0px 5px;
}


strong{
	font-style: normal !important;
}

.title-domanda-grafici{
	margin-bottom: 25px;
	padding: 5px 10px;
	border: solid 2px #B6008D;
}

.grafico_container{
	border: solid 1px #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

.grafici_container{
	margin-bottom: 20px;
}


@media screen and (max-width: 833px) {
		#domanda-8{
			
		}
  }

@media screen and (max-width: 520px) {
		#domanda-8{
		
		}
  }
  
  
/*CONFRONTO OFFERTA*/
.formOfferta input.large[type="text"] {
	/*min-width:400px;*/
}

.codiceOfferta{
	border-top:4px solid !important;
	border-bottom:4px solid !important;
	border-color: #520A76 !important;
	/*min-width: 370px !important;*/
	margin-right: 0px !important;
	font-size: 0.8em !important;
}

.btn-default.pink{
	background-color:#b2008a;
	color:#fff;
	border:1px solid #520A76;
	border-radius:0;
	font-size:1.1em;
	line-height:1.1em;
	margin-top:5px;
}


.btn-default.pink:hover{
	background-color:#b2008a;
	color::#fff!important;
	border:1px solid #7d0064;
	font-size:1.1em;
}


@media screen and (min-width: 768px){
	.modal-dialog {
	    width: 850px;
	    margin: 30px auto;
	}
}

.formRicercaGuidata legend{
	float:left;
	color:#5a6772;
	font-size:0.9em;
	font-weight:bold;
	border-bottom:0;
	padding-top: 10px;
}
.formRicercaGuidata  .labelRadio{
	min-width: 120px !important;
    font-size: 0.7em;
    height: 35px;
    padding: 2px 0 0 10px !important;
	margin-right: 15px;
}	

.formRicercaGuidata input {
	height:30px;
	margin:0;
	padding: 10px;
	font-weight:bold;
	vertical-align: middle;  
	border:2px solid #520A76;
}

.formRicercaGuidata .btn-default.gray{
	background-color:#CCC;
	color:#333;
	border:1px solid #999;
	font-size:0.9em;
	line-height:0.8em;
	margin-top:8px;
}

.formRicercaGuidata input[type="text"] {
	height: 35px;
    width: 275px;
}

.show {
	opacity: 1!important;
}

.formRicercaGuidata select {
	height: 35px;
    width: 275px;
    border: 2px solid #520A76;
    font-size: 0.9em;
}
.formRicercaGuidata input.large[type="text"] {
	min-width:400px;
}

.formRicercaGuidata > .btn-default{
	transition-duration: 0.3s;
	background-color:#B6008D;
	color:#fff;
	border:1px solid #7d0064;;
	height:40px;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	font-size:1.1em;
	line-height:1.1em;
}

.formRicercaGuidata > .btn-default:hover{
	transition-duration: 0.3s;
	font-size:1.5em;
	padding-top:5px;
}

.modal-header .close {
   	/*margin-top: -25px;*/
    /*padding: 0 10px 3px 10px;*/
    /*line-height: 1em;*/
    /*border: 2px solid #b2008a;*/
    font-size: 30px;
}

.modal-title {
    margin: 0;
	font-size:1em;
	font-weight:700;
    color: #b2008a;
}

.ricercaGuidata table th{
	color:#520a76;
	background-color: #E0E0E0;
	padding:5px;
	font-size:0.85em;
	font-weight:bold;
}

.ricercaGuidata table td{
	font-size: 0.85em;
	padding:5px 5px 0 5px !important;
}

.ricercaGuidata table tr.header{
	background-color:#ddd;
}

.icoCodiceOffertaValid{
	height: 30px !important;
	width: 30px !important;
	float: right !important;
	margin-top: 10px !important;
}

.icoCodiceOffertaNotValid{
	height: 40px !important;
	width: 40px !important;
	float: right !important;
	margin-top: 5px !important;
}

.loadingCheckCodiceOfferta{
	height: 40px !important;
	width: 40px !important;
	float: right !important;
	margin-top: 5px !important;
}
.formRicercaGuidata .checkImg{
	margin-top: 25px;
	margin-left: -85px
}

.formRicercaGuidata #nomeOfferta{
	font-size: 0.8em;
	font-weight: normal;
}

.btn-ricerca-guidata{
	float: left;
}

.ricercaGuidataTable {
	font-size: 0.9em;
}
.ricercaGuidata{
	max-height: 500px;
    overflow-y: scroll;
}

.alert-warning{
	/*margin-left: 15px !important;
	margin-right: 15px !important;*/
}

.fieldsetContainerRicercaGuidata{
	background-color: rgba(82, 10, 118, 0.1);
}

.resultContainerNoSII .linkDettaglio {
	margin-top: -50px !important;
}

.required_field_msg{
    font-style: italic;
    margin-bottom: 25px;
    font-size: 0.8em;
    margin-left: 15px;
}

.ricercaGuidataLoaderContainer{
	text-align: center;
}
.ricercaGuidataLoaderContainer img{
	width: 10%;
}

#riepilogoFiltriWrapper {
	display: none;
}

.box-la-tua-ricerca{
	padding: 10px 10px 10px 10px;
	border: 2px solid #7d0064;
	float: left;
	color: #520A76;
}

.box-la-tua-ricerca legend{
	margin-bottom: 0px;
	border: 0px;
}

.box-la-tua-ricerca .form-control{
	border-radius: 0px;
}

.box-la-tua-ricerca .label_edit_search{
	font-size: 0.8em;
}

.box-la-tua-ricerca .form-group{
	float: left;
	font-size: 0.75em;
	padding: 0 5px;
}

.box-la-tua-ricerca #tariffa{
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 5px;
}

.box-la-tua-ricerca #tua_ricerca{
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 5px;
}

.box-la-tua-ricerca-common{
	float: left;
	width: 100%;	
	margin-top: 5px;
}

.box-la-tua-ricerca-ee{
	float: left;
	width: 100%;	
}

.form-group-tutela{
	/*width: 30% !important;*/
}

.option_filter_choice:focus{
	outline: none !important;
}

.filtri-avanzati-separator{
	margin: 0px 0px 5px 0px !important;
	border: 1px solid #ccc;
}

.btn-small {
    height: 35px;
    margin: 10px auto 10px auto;
    width: 150px;
    background-color: #520a76;
    border-radius: 0px;
}

.btn-small:focus {
	outline: none;
	background-color: #520a76;
	color: #fff;
}

.btn-small:active {
	outline: none;
	background-color: #520a76;
	color: #fff;
}

.btn-small:hover {
	outline: none;
	background-color: #520a76;
	color: #fff;
}

.scegliTipologiaUsoGasCasa ul{
	min-height: 110px !important;
}

.scegliTipologiaUsoGasAltriUsi ul{
	min-height: 80px !important;
}

.header_spid_btn{
	text-align: right;
	padding: 0 20px;
}

.header_spid_btn form{
	margin-top: 5px;
}

.purpose_container{
    font-size: 0.7em;
    float: right;
    width: 190px;
    text-align: left;
}

.box_homepage .purpose_container{
	margin-right: 160px;
}

.italia-it-button-text {
	font-size: 20px;
	padding: 15px 55px 15px 20px;	
}

.welcome_box{
	padding-top: 20px;
	text-align: right;
	padding-right: 0;
	color: #333;
	font-size: 0.9em;
	height: 100px;
}

.welcome_box #user_logged{
	font-weight: bold;
}

.box_form_forniture{
    border: 1px solid #999;
	margin-bottom: 20px;
	padding: 20px 20px; 
}


.box_select_forniture{
	padding: 0;	
	margin-bottom: 15px;
}

.box_select_forniture .glyphicon-star{
	float: right;
    margin-top: -25px;
    color: #520A76;
    font-size: 20px;
    margin-right: 10px;
    background: none;
}

.link_btn_preferiti .glyphicon-star{
    font-size: 20px;
}

.box_select_forniture .dropdown button{
	-webkit-appearance: none;
    cursor: pointer;
/*    background: url(../img/frecciaSelect.png) no-repeat center right;*/
	background-color: #fff;
    width: 100%;
    min-height: 58px;
    border: 1px solid #520A76;
    font-size: 0.8em;
    padding: 5px 20px;
    color: #333;    
    text-align: left;
}

.box_select_forniture .dropdown img{
	width: 20px;
	margin-right: 10px;
}

.box_select_forniture .arrowDown{
	float: right;
	font-size: 2em;
	margin-right: 0;
	margin-top: 10px;
}


.box_select_forniture .dropdown-menu{
	margin-top: 0;
	background-color: #fff;
	border-top: 0;
	min-height: 0px;
	z-index: 1000;
	padding-bottom: 0px;
	max-height: 500px;
    overflow: auto;
}

.box_select_forniture .dropdown-menu img{
	width: 20px;
	margin-right: 10px;
	margin-left: -20px;
}

.box_select_forniture .dropdown-menu .select_pod{
	padding-left: 10px;
}

.dropdown-toggle .select_pod{
	padding-left: 30px;
	font-weight: bold;
}

.box_select_forniture .dropdown-menu a{
	color: #333;
	font-weight: normal !important;
	width: 100% !important;
	font-size: 0.9em;
	line-height: 2;
}

.box_select_forniture .dropdown-menu p{
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 0;
	min-height: 40px;
	padding-top: 5px;
}

.box_select_forniture .dropdown-menu a:hover{
	color: #000;
}

.box_select_forniture .dropdown-menu li{
	width: 100% !important;
	padding: 0;
	font-size: 0.8em;
}

.box_select_forniture .dropdown-menu li:hover{
	background-color: #eee;
}

.loadingGetMisure{
	height: 40px !important; 
	width: 40px !important; 
}

#modalLoadingMisure{
	/*top: 50% !important;*/	
}

.loadingGetMisureHeader{
	padding: 30px 0px 0px 0px !important;
	border: 0px !important;
}

.modal-loading{
	width: 100px;
}

.modal-loading img{
	height: 80px !important;
	width: 80px !important;
	margin: 20px;
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
	.rispario_mt{
		margin-top: 40px !important;
	}
}

/*DETTAGLIO FORNITURA*/
.target_forniture{
	padding: 15px 0;	
}

.target_forniture{
	margin-bottom: 30px;
}
.target_forniture .glyphicon-info-sign{
	float: right;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
} 

.box_dettaglio_fornitura{
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
	width: 100%;
}

.box_dettaglio_fornitura h3{
	font-family: Museo900;
	background-color: #520A76;
	padding: 5px 10px;
	margin: 0;
	font-size: 1.2em;
	color: #fff;
}
.border_gray_medieum{
	/*border: 4px solid #a7d500;*/
	    -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.37);
    float: left;
    width: 100%;
}
.box_label_fornitura{
	padding: 20px 80px;
	font-size: 0.8em;
}
.box_label_fornitura label{
	font-weight: bold;
}

.box_label_fornitura p{
	line-height: 1;
	margin: 0;
	/*text-transform: capitalize;*/
}
.glyphicon-info-sign{
	font-size: 30px;
	color: #520A76;
	float: left;
	margin-right: 15px;
	margin-top: 7px;
}

.modal .btn-primary{
	background-color: #520A76 !important;
    border-radius: 0 !important;
}

.modal ul > li.active{
	color: #fff !important;
    background-color: #520A76 !important;
}
.modal ul > li.active > a{
	color: #fff !important;
    background-color: #520A76 !important;
}

.modal ul > li > a{
    border-radius: 0 !important;
    text-transform: none !important;; 
}

#modal_conf_fasce, #modal_conf_fasce_default > table{
	font-size: 0.8em !important;
}

.box_info_forniture_spid{
	background-color: #B6008D;
	color: #fff;
	padding: 30px;
	font-size: 0.8em;
}

.glyphicon-star-empty{
 	background: none !important;
 	font-size: 25px !important;
}

.box_preferiti{
	line-height: 80px;
    padding-top: 5px;	
    padding-left: 30px;
}

.link_btn_preferiti {
	font-size: 0.9em;
	text-decoration: none;
}
.link_btn_preferiti:hover {
	text-decoration: none !important;
}

.link_show_all{
	width: 100%;
	background-color: #eee;
	text-align: center;
	font-size: 0.9em;
	line-height: 40px;
	cursor: pointer;
}

.li_hidden{
	display: none !important;
}
.li_show{
	display: block !important;
}

.popover {
   width: 400px !important;
   max-width: 400px !important;
}

.li_reserved{
	background-color: #520A76;
}
.li_reserved a{
	color: #fff !important;
}

.search-li{

}

.infoSpidImg{
	width: auto !important;
	margin-top: -10px;
}

.alert-warning-container {
	margin-top: 15px !important;
    float: left !important;
    width: 10% !important;
    height: 100px !important;
    margin-left: 20px !important;
}

/*DETTAGLIO FORNITURA*/

.form_codice_offerta .form_codice_offerta_field{
    margin: 20px auto 20px auto;
    height: 40px !important;
    width: 90%;
    border: 2px solid #520A76;
    font-size: 1.8rem;
    padding: 5px;
}

.form_codice_offerta .btn{
    width: 100%;
    height: 40px;
    border-radius: 0;
}

.form_codice_offerta .btn:HOVER{
	background-color: #B6008D;
	color: #fff;
}

.form_codice_offerta legend{
 	border: 0;
 	margin: 20px auto 20px auto;
}

#form_export_dettaglio_in_corso{
	margin-top: 20px !important;
}

.show-print{
	display: none;
}

.container_ricerca_dettaglio_offerta  .fieldsetContainerRicercaGuidata{
	border: 1px solid #520A76;	
}

.legend_commodity_dual{
	background-color: #520A76 !important;
} 

.label_commodity_dual{
	background-color: #520A76 !important;
	float: left;
	width: 100%;
	color: #fff;
	padding: 0px 10px;
	margin-bottom: 0px;
	margin-top: 20px;
}

.codice_overflow_break{
	overflow-wrap: anywhere;
}

.list-group-item:last-child {
    margin-bottom: -1px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}