embed, object {
	max-width: 100%;
}

@media (max-width: 950px) {
	embed {
		display: none;
	}
	
	object {
		display: inline-block;
	}
}

@media (min-width: 950px) {
	embed {
		display: inline-block;
	}
	
	object {
		display: none;
	}
}

@media screen and (max-width: 550px) {
	.nav-pills .nav-link {
		font-size: calc(1.8vw);
		padding: .3rem .7rem;
	}
}

.col-3, .col-9 {
	padding-right: 10px;
    padding-left: 10px;
}

table {
	margin-bottom: 0 !important;
}

table img {
	max-width: 50px;
	max-height: 50px;
}

table td, table th {
	vertical-align: middle !important;
	border-bottom: 1px solid #dee2e6;
}

/* #risultati table th, #risultati table td { */
/* 	padding: 0 10px; */
/* } */

table tr.coalizione {
	background-color: rgba(214, 231, 232, 0.3);
	font-weight: bold;
	text-transform: uppercase;
}

table tbody tr.sezioni {
	font-size: 11px;
}

table tbody tr.sezioni td:first-of-type {
	padding: 1px 12px;
}

.box {
	box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.16), 2px 2px 7px 2px rgba(0,0,0,0.12);	
}

.box .header {
	position: relative;
	border-bottom: 1px solid #eaeaea;
/* 	height: 45px; */
	min-height: 45px;
    background-color: #3b75af;
    color: #fff;    
}

.box .header h4 {
	display: inline-block;
	padding-left: 15px;
	margin: 10px 0;
}

.box > div.sottotitolo {
	margin: 10px !important;
}

.box > div.sottotitolo > div#testoSottotitolo {
	font-size: 14px;
}

.box > div.sottotitolo > div#testoSottotitolo > span {
	display: block;
}

.box > div.sottotitolo > div:not(#testoSottotitolo) {
	text-align: center;
	font-size: 10px;
}

.box > div.sottotitolo > div > div {
	margin: 7px;
}

.box > div.sottotitolo > div > div#sezioni > span, .box > div.sottotitolo > div > div#aggiornamento > span, .box > div.sottotitolo > div > div#votanti > span, .box > div.sottotitolo > div > div#elettori > span, .box > div.sottotitolo > div > div#fonte > span,  .box > div.sottotitolo > div > div#votiValidi > span {
	font-weight: bold;
}

/* #risultati > div:not(.header), #voti > div:not(.header) { */
/* 	overflow-x: auto; */
/* } */

#voti, #confronti, #documenti, #monitor-hr, #affluenza, #eletti, #stime, #riepilogoPreferenze, #preferenze, #altriStati, #preferenzeLista, #cartografia {
	margin: auto;
	width: 90%;
}

.list-group .list-group-item.disabled {
	font-weight: bold !important;
	background-color: #3b75af !important;
}

.filtriArea button, .filtriAggregato button{
	background-color: #e1e8e8 !important;
    color: black !important;
}

.filtriArea button.active, .filtriAggregato button.active{
	font-weight: bold;
    border: 2px solid;
    box-shadow: none !important;
}

@media (max-width: 600px) {
/* 	.box > div.sottotitolo > div#testoSottotitolo { */
/* 		display: none; */
/* 	} */
	
	.box > div.sottotitolo > div {
		margin: auto;
	}
	
	#voti, #confronti, #documenti, #monitor-hr, #affluenza, #eletti, #stime {
		width: 95%;
	}
}


/*** empty ***/

div.risultatiEmpty {
	padding: 20px;
}

div.listaEmpty .oi, div.risultatiEmpty .oi {
	margin: 30px;
    font-size: 20px;

}

div.listaEmpty span, div.risultatiEmpty span {
    vertical-align: middle;
}

div.risultatiEmpty {
	border-top: 1px solid #e1e8e8;
}

#titlePdf{
	display:none;
}