/*==============================================
    GENERAL  STYLES
=============================================*/
* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, verdana, sans-serif;
	background: #F9F9F9;
}

h1, h2, h3, h4 {
	color: #202020;
	padding: 5px 10px;
}

.clear {
	clear: both;
}

#wrapper {
	background: #F3F3F3;
	margin: auto;
	box-shadow: 0px 0px 16px #8E8E8E;
}

@media ( min-width : 100px) {
	#wrapper {
		width: 100%;
	}
}

@media ( min-width : 800px) {
	#wrapper {
		width: 95%;
		max-width: 1200px !important;
		display: table;
	}
}

/* HEADER */
.header-top {
	width: 100%;
	background: #63818F;
	min-height: 80px;
}

.header-sub {
	width: 100%;
	background: #E2E3E3;
}

@media ( min-width : 100px) {
	p {
		font-size: 12px;
		line-height: 15px;
	}
	.img-marche {
		display: none;
	}
	.header-sub h4 {
		margin: 0;
		padding: 5px 10px;
		color: #000;
	}
	.header-top img {
	/*	width: 20%;
		min-width: 200px !important;*/
		max-width: 320px !important;
		max-height: 200px !important;
		padding: 10px 0 10px 0px;
	}
	.header-info {
		padding: 5px 10px;
		color: #fff;
		font-size: 10px;
		line-height: 13px;
	}
}

@media ( min-width : 500px) {
	.header-sub h4 {
		margin: 0;
		padding: 5px 20px;
		color: black;
	}
	.header-top img {
	/*	width: 20%;
		min-width: 200px !important;*/
		max-width: 320px !important;
		max-height: 200px !important;
		padding: 10px 0 10px 20px;
	}
	.header-info {
		padding: 5px 20px;
		color: #fff;
		font-size: 12px;
		line-height: 15px;
	}
}

@media ( min-width : 768px) {
	p {
		font-size: 16px;
		line-height: 25px;
		padding-top: 20px;
	}
	.img-marche {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
	}
}

.img-marche  img {
	width: 20%;
	min-width: 140px !important;
	max-width: 180px !important;
	padding: 10px 0 10px 20px;
}

/* END HEADER */
.title-content {
	width: 100%;
	background: #383838;
	padding: 0.8% 1.8%;
	color: #fff;
	font-size: 16px;
}

.title-content th {
	border: 0 !important;
}

.sub-info {
	font-size: 12px;
	font-weight: normal;
}

.sub-title-list {
	background: #F3F3F3;
	color: #202020;
}

.subtitle-listacomuni {
	list-style: none;
	padding-bottom: 0;
	margin-bottom: 0;
	display: inline-block;
}

.subtitle-listacomuni li {
	display: inline-block;
	*display: inline;
	padding-right: 5px;
}

.title-lis-content {
	width: 100%;
	background: #3c535d;
	padding: 10px 20px;
	color: #fff;
	font-size: 14px;
}

.numsezioni {
	float: right;
	font-size: 12px;
	text-align: right;
}

#page-wrapper {
	padding: 2%;
	/* min-height: 600px; */
	background: #F3F3F3;
}

#page-inner {
	width: 100%;
	margin: 10px 6px 10px 0px;
	background-color: #fff !important;
	padding: 10px 0 10px 10px;
	min-height: 400px;
}

.text-center {
	text-align: center;
}

.navbar-cls-top .navbar-brand {
	color: #fff;
	background: #3c535d;
	width: 260px;
	text-align: center;
	height: 60px;
	font-size: 30px;
	font-weight: 700;
}

.active-menu {
	background-color: #3c535d !important;
}

.arrow {
	float: right;
}

.fa.arrow:before {
	content: "\f104";
}

.active>a>.fa.arrow:before {
	content: "\f107";
}

.sidebar-collapse, .sidebar-collapse .nav {
	background: none;
}

.sidebar-collapse .nav {
	padding: 0;
}

.sidebar-collapse .nav>li>a {
	color: #fff;
	background: #202020;
	text-shadow: none;
	padding: 15px 10px;
}

.sidebar-collapse>.nav>li {
	border-bottom: 1px solid rgba(107, 108, 109, 0.5);
}

.sidebar-collapse .nav>li>a:hover, .sidebar-collapse .nav>li>a:focus {
	background: #58595B;
	outline: 0;
}

@media ( min-width :768px) {
	#page-wrapper {
		float: right;
		position: relative;
		right: 0;
		width: 80%;
		/* margin: 0 auto; */
		padding: 0 0 3% 1%;
	}
	.navbar-side {
		z-index: 1;
		position: absolute;
		width: 19%;
		max-width: 240px !important;
	}
	.navbar {
		border-radius: 0px;
	}
}

.navbar-side {
	border: none;
	background-color: #202020;
}

.navbar-cls-top {
	background: #3c535d;
	border-bottom: none;
}

.navbar-cls-top .navbar-brand:hover {
	background: #3c535d;
	color: #fff;
}

.navbar-default {
	border: 0px solid black;
}

.navbar-header {
	background: #3c535d;
	position: absolute;
	right: 0;
	top: 10px;
}

.navbar-header:hover, .navbar-header .navbar-header:focus {
	background: #E2E3E3;
}

.navbar-default .navbar-toggle {
	border: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}

.nav>li>a>i {
	margin-right: 10px;
}

/* SPAN RESPONSIVE */
.span-1 {
	width: 10% !important;
}

.span-1-5 {
	width: 15% !important;
}

.span-2 {
	width: 20% !important;
}

.span-3 {
	width: 30% !important;
}

.span-4 {
	width: 40% !important;
}

.span-5 {
	width: 50% !important;
}

.span-6 {
	width: 60% !important;
}

.span-7 {
	width: 70% !important;
}

.span-8 {
	width: 80% !important;
}

.span-9 {
	width: 90% !important;
}

.span-10 {
	width: 100% !important;
}

.padd-rg-1 {
	padding-right: 10px !important;
}

.padd-rg-2 {
	padding-right: 20px !important;
}

.padd-rg-3 {
	padding-right: 30px !important;
}

.padd-rg-4 {
	padding-right: 40px !important;
}

/* TABLE AND ICON LISTE */
@media ( min-width :100px) {
	.select-single {
		width: 100%;
		float: left;
	}
	.sub-select-single {
		width: 50%;
		float: left;
	}
	.sub-select-single label {
		position: relative;
		width: 12%;
		float: left;
		vertical-align: middle;
		top: 6px;
	}
	.sub-select-single select, .sub-select-inline input {
		width: 95%;
		float: left;
	}
	.select-inline {
		width: 100%;
		float: left;
	}
	.sub-select-inline {
		width: 50%;
		float: left;
	}
	.sub-select-inline label {
		position: relative;
		width: 12%;
		float: left;
		vertical-align: middle;
		top: 6px;
	}
	.sub-select-inline select, .sub-select-inline input {
		width: 95%;
		float: left;
	}
}

@media ( min-width :700px) {
	.select-single {
		width: 100%;
		float: left;
	}
	.sub-select-single {
		width: 50%;
		float: left;
	}
	.sub-select-single label {
		position: relative;
		width: 35%;
		float: left;
		vertical-align: middle;
		top: 6px;
	}
	.sub-select-single select, .sub-select-inline input {
		width: 51%;
		float: left;
	}
	.select-inline {
		width: 100%;
		float: left;
	}
	.sub-select-inline {
		width: 50%;
		float: left;
	}
	.sub-select-inline label {
		position: relative;
		width: 35%;
		float: left;
		vertical-align: middle;
		top: 6px;
	}
	.sub-select-inline select, .sub-select-inline input {
		width: 51%;
		float: left;
	}
}

.disabled {
	display: none;
}

.active {
	display: block;
}

.disabled-visibility {
	visibility: hidden;
}

.active-visibility {
	visibility: visible;
}

select:disabled {
	color: #ccc;
}

@media ( min-width :100px) {
	.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td,
		.table>tbody>tr>td, .table>tfoot>tr>td {
		padding: 1.8%;
		line-height: 1.42857143;
		vertical-align: middle;
	}
	.title-lis-content {
		font-size: 11px;
	}
	.sub-info {
		font-size: 11px;
	}
	.stick img {
		display: block;
		width: 30px;
		height: 30px;
	}
	.stick {
		padding: 0.5% 1% ! important;
		width: 10%;
	}
}

@media ( min-width :800px) {
	.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td,
		.table>tbody>tr>td, .table>tfoot>tr>td {
		padding: 0.8% 1.8%;
		line-height: 1.42857143;
		vertical-align: middle;
	}
	.sub-info {
		font-size: 12px;
		font-weight: normal;
	}
	.title-lis-content {
		font-size: 14px;
	}
	.stick img {
		display: block;
		width: 90%;
		height: auto;
	}
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.progress {
	height: 20px;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: #58595B;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.sr-percent {
	position: relative;
	height: 0px;
	right: 0;
	left: 0;
	padding: 0;
	float: right;
	border: 0;
	color: #fff;
}

.table > tbody > tr.line-process {
	padding: 0px;
	border-bottom: 8px solid #f3f3f3;
}

.reset {
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.candidato-eletto {
	background: #e2e3e3 !important;
}

.bg-voti {
	background: #e2e3e3;
}

@media ( min-width :100px) {
	.perc-web {
		display: none;
	}
	.perc-mobile {
		display: block;
	}
}

@media ( min-width :800px) {
	.perc-web {
		display: block;
	}
	.perc-mobile {
		display: none;
	}
}

.text-bold {
	font-weight: bold;
}

.cont-list-comuni {
	float: left;
}

.list-comuni {
	float: left;
	width: 220px !important;
}

.list-letter {
	float: left;
}

.footer-elezioni {
	position: relative;
	background: #58595B;
	font-size: 12px;
	color: #fff;
	width: 100%;
	padding: 5px 20px;
}

.panel-title a {
	color: #3c535d;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: inherit;
}

@media ( min-width :100px) {
	td .panel-title {
		font-size: 10px;
	}
}

@media ( min-width :370px) {
	td .panel-title {
		font-size: 12px;
	}
}

@media ( min-width :768px) {
	td .panel-title {
		font-size: 14px;
	}
}

.header-navigazione a{
	color:#3c535d;
}

.footer-elezioni a {
    color: #cacaca;
}

.footer-elezioni a:hover,.footer-elezioni a:focus {
	color: #FFFFFF;
}

.grey {
	color: #999;
}

#social-big {
	display: none
}

#social-mini {
	display: none
}

@media ( min-width :768px) {
	#social-big {
		display: block;
		padding-top: 20px;
		background-color: #F3F3F3;
		text-align: center;
	}
}

@media ( max-width :768px) {
	#social-mini {
		display: block;
		padding-bottom: 20px;
		text-align: center;
	}
}

.table td>span>a {
	color: #000 !important;
	outline-style: none !important;
	outline: 0 !important;
}

.padd-lf-1 {
	padding-left: 10px !important;
}

.padd-lf-2 {
	padding-left: 20px !important;
}

.padd-lf-3 {
	padding-left: 30px !important;
}

.padd-lf-4 {
	padding-left: 40px !important;
}


/* button */
.btn-primary,
.btn-primary:focus,
.btn-primary:focus.btn-primary:active {
	background-color: #008E54;
	border-color: #3C535D;
}

/* progress bar*/
.progress-bar-success {
    background-color: #008E54;
}


/* CONFRONTO */

.table-confronto>tbody>tr:nth-child(even)
 {
	background: #3c535d;
	color:white;
	font-weight:bold;
}

.table-confronto>tbody>tr>td>table>tbody>tr, tr.tr-voti{
	border-bottom: 4px solid #e2e3e3;
}
