body {
	position: relative;
}

label {
	cursor: pointer;
}

.intro p,
.intro ul li {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 15px;
}
.intro ul {
	padding: 20px 0 0 20px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #D4D6D8;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
}

.select2-results__option--selectable {
	font-size: 14px;
	line-height: 16px;
}

input[type=radio][name="indicatore"] {
    appearance: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    bottom: 0;
    z-index: 1;
    background: transparent;
    margin: 0;
}

input[type=radio][name="indicatore"]:checked{
	display: none;
}

/*input[type=radio] {
	float: right;
	appearance: none;
	background-color: #fff;
	width: 15px;
	height: 15px;
	border: 2px solid #ccc;
	border-radius: 2px;
	display: inline-grid;
	cursor: pointer;
}

input[type=radio]::before {
	content: "";
	width: 10px;
	height: 10px;
	transform: scale(0);
	transform-origin: bottom left;
	background-color: #fff;
	clip-path: polygon(13% 50%, 34% 66%, 81% 2%, 100% 18%, 39% 100%, 0 71%);
}

input[type=radio]:checked::before {
	transform: scale(1);
}

input[type=radio]:checked {
	background-color: #bc4288;
	border: 2px solid #bc4288;
}*/

.row,
.row td {
	position: relative;
	padding: 0 0 10px 0;
}

.entry-content .row table,
.entry-content .row tr td {
	border: none;
	padding: 0;
	padding-right: 20px;
}
.entry-content .row tr td:last-child {
	padding-right: 0;
}

.row.separator hr {
	background: red;
	border: none;
	border-top: 1px solid #000;
	margin: 15px 0;
}

body.page-id-68 #formMappaViewer {
	text-align: center;
}


@media (max-width: 767px) {
    #formMappaViewer table,
    #formMappaViewer tbody,
    #formMappaViewer tr,
    #formMappaViewer td {
        display: block;
    	padding-right: 0;
        width: 100%;
    }
    #formMappaViewer table td {
        padding-top: 20px;
    }
    .tooltip .tooltiptext {
    	max-width: 240px;
    }
    input[type=radio][name="indicatore"] {
    	padding-right: 0;
        right: 0;
    	height: 45px;
    }
    #rcp26, #rcp45, #rcp85 {
    	width: 100%!important;
    }
	.fonte img {
		float: none;
		padding-left: 0;
	}
}

#formMappaViewer .select2 {
	max-width: 100%;
}

#formMappaViewer h6 {
	text-transform: none;
	color: #BC4288;
}

body.page-id-68 #outputMappaViewer header {
	border-bottom: 1px solid #129cb2;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#outputMappaViewer h2,
#outputMappaViewer h3,
#outputMappaViewer h4,
#outputMappaViewer h5,
#outputMappaViewer .fonte,
#outputMappaViewer footer ul li {
	font-family: "Roboto Condensed";
	text-transform: none;
}

#outputMappaViewer h2 {
	font-size: 22px;
}

#outputMappaViewer h3,
#outputMappaViewer h4 {
	font-size: 18px;
	font-weight: normal;
}

#outputMappaViewer h5 {
	font-size: 18px;
}

.fonte {
	padding: 20px 0;
	border-top: 1px solid #129cb2;
	margin-top: 40px;
}

.fonte img {
	float: right;
	width: 200px;
	padding: 0 0 20px 20px;
}

#outputMappaViewer footer ul li {
	font-size: 14px;
	line-height: 1.4em;
}

#outputMappaViewer .et_pb_button_0 {
	background: white;
	border-color: #129CB2;
	border-radius: 10px;
	letter-spacing: 1px;
	color: #129CB2;
	border-width: 1px;
	font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	padding: .5em 1em;
	line-height: 30px!important;
}

#outputMappaViewer .et_pb_button_0:hover {
	padding: .5em 2em .5em .7em;
}

#outputMappaViewer .et_pb_button_0:hover:after {
	color: #129CB2;
	line-height: inherit;
	font-size: inherit !important;
	margin-left: -1em;
	left: auto;
	font-family: ETmodules !important;
	font-weight: 400 !important;
	left: auto;
	margin-left: .3em;
	opacity: 1; 
}

#mappaMsg {
	font-weight: bold;
}

#mappaNote sup {
	font-size: 80%;
}

#risultato,
/*body:not(.page-id-68) #outputMappaViewer h2,*/
/*body:not(.page-id-68) #outputMappaViewer h3,*/
/*body:not(.page-id-68) #outputMappaViewer h4,*/
#outputMappaViewer h5,
/*body:not(.page-id-68) #outputMappaViewer footer p,*/
/*body:not(.page-id-68) #outputMappaViewer footer ul,*/
/*.et_pb_code_inner header + img + .flourish-embed.flourish-map .flourish-credit,*/
/*.et_pb_code_inner header + img + .flourish-embed.flourish-map + .flourish-embed.flourish-map .flourish-credit*/
#rcp26 .flourish-credit,
#rcp45 .flourish-credit {
	display: none;
}

#rcp26,
#rcp45,
#rcp85 {
	width: calc(100% / 3);
	display: block;
	vertical-align: top;
	float: left;
}

#flourishMapLegenda {
	display: block;
	margin: 20px auto;
}