@charset "utf-8";

/*DOA*//*
tbody th {
	background: background-color: #2c85fe !important;
}*/

/*DOA - */
@media only screen and (max-width: 769px) {
	table.tabellaricercaarchiviolegislativo {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
}




table.tabellaricercaarchiviolegislativo {
	width:100% !important;
	background-color: white;
}

table.tabellaricercaarchiviolegislativo th, td{
   border:1px solid #A9A9A9;
   /*padding: 5px;*/
   height: 10px;
}

table.tabellaricercaarchiviolegislativo th{
	background-color: #00488D !important;
	color: white;
	font-size: 12px;
	white-space: nowrap !important;
}	

table.tabellaarchiviolegislativo {
	width:100% ;
}


table.tabellaarchiviolegislativo th, td{
   border:1px solid #A9A9A9;
   padding: 5px;
   min-height: 45px;
}

table.tabellaarchiviolegislativo th{
	vertical-align: middle;
	background-color: #00488D !important;
	color: white;
	font-size: 12px;
	white-space: nowrap !important;
}	
	
.nowrap{
	white-space: nowrap;
}
.combo{
	font-size: 12px;
	 height: 45px;
	width:90%;
}
.testi{
	font-size: 12px;
	 height: 45px;
}

.linkarchivio{
	color:#084E91 !important;
	font-size: 12px !important;
}

.bottoni{
	border-radius:5px;
	border:1px solid #084E91;
	cursor:pointer;
	color:#ffffff !important;
	font-size:12px !important;
	font-weight:bold;
	padding:9px 15px !important;
	text-decoration:none;
	background-color:#084E91 !important;
}
.inputtitolo{
	 width: 700px;
}
.textareatesto{
	height:325px;	
	width:100%;	
}



/*DOA - PAGINAZIONE*/
/*Pagina selezionata:*/
.paginazione span:first-child {
	background: #00488D;
    padding: 10px;
    color: white;
}
.paginazione a {
	padding: 10px;
    border: 1px solid #00488D;
	color: #00488D;
}