/* Stili personalizzati */
/* ESU Padova */

body {
	width: 100%;
	font-size: 16px;
	font-family:Titillium Web,Arial,Sans-serif;
}
p {
	color: #1575A5;
}
a {
	color: #1575A5;
}
a:hover {
	color: #1575A5; 
}
.table tbody tr.info > td {
	background-color: #DDDDDD;  
}
.table tbody tr.info:hover a {
	color: #1575A5; 
}
.table-hover tbody tr.info:hover > td {
	background-color: #3399CC;  
	color: #FFFFFF;
}
.table tbody tr.info:hover a {
	color: #FFFFFF; 
}
.table tbody tr.success > td {
	background-color: #DFF0D8;
}
.table-hover tbody tr.success:hover > td {
	background-color: #336666;
	color: #FFFFFF;
}
.btn {
	background-color: #F6F6F6;
	border-radius: 5px;
	border-style: solid;
	border-width: thin;
	border-color: #DDDDDD;	
}
.btn-inverse {
	background-color: #1575A5;
	border-radius: 5px;
	border-style: solid;
	border-width: thin;
	border-color: #1575A5;	
	color: #FFFFFF;	
}
.jumbotron {
    width: 100%;
	background-color: #FFFFFF; 
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0px;
	border-style: solid;
	border-width: thin;
	border-color: #FFFFFF;
}
.container {
	width: 100%;
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px;
	color: #1575A5; 
}
.pagination > li.active > a {
  background: #337AB7;
  border-color: #337AB7; 
}
#header-top {
    background-color: #F6F6F6;
    padding: 0px;
	border-radius: 0px;
	border-style: solid;
	border-width: thin;
	border-color: #F6F6F6;
	color: #FFFFFF;
}
#header-center {
    background-color: #FFFFFF;
    padding: 10px;
}
#header-bottom {
	background-color: #1575A5; 
	padding: 0px;
	border-radius: 0px;
	border-style: solid;
	border-width: thin;
	border-color: #1575A5;
	color: #FFFFFF;
}
#sidebar {		    
	background-color: #F6F6F6;
	padding: 0px;
	border-radius: 5px;
	border-style: solid;
	border-width: thin;
	border-color: #DDDDDD;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
	background-color: #1575A5;
	color: #FFFFFF; 
}
#footer {
	background-color: #F6F6F6;
	padding: 2px;
	border-radius: 0px;
	border-style: solid;
	border-width: thin;
	border-color: #F6F6F6;
	color: #1575A5;
}
