@import url("forms.css");
@import url("breadcrumb.css");
@import url("sidebar.css");
@import url('font_base.css');


/*colori*/
.rosa { color:#bf1e2e}
.verde { color:#dcb40d;}
.red {
	color:red;
	}

/*link*/
a, a:visited {color:#dcb40d;}
a.btn { color:#fff}
a:hover, a:focus {border-color:#dcb40d;}
	
/*tabelle*/
table.table.table-striped tr:hover {background-color:#FCC;}
th {color:#dcb40d;}
@media screen and (max-width:768px){
table.table.table-striped td { padding:10px 4px}
}

/*titoli*/
.fc-toolbar h2 { margin: 0;font-size: 20px; color:#bf1e2e;}
h2 {font-family: 'Audiowide', san-serif; color:#dcb40d; font-weight:bold; text-transform:uppercase}
h2 span.icon {
    padding: 0px;
    margin-right: 10px;
    background-color: #bf1e2e;
    color: #fff;    
	width: 2rem;
    height: 2rem;
    border-radius: 2rem;
    line-height: 2rem;
    font-size: 2rem;
    padding: 7px 10px;
    text-align: center;
	}

h3 { text-align:center; font-size:15px; color:#dcb40d;}
h2 span.icon {
    padding: 0px;
    margin-right: 10px;
    background-color: #bf1e2e;
    color: #fff;    
	width: 2rem;
    height: 2rem;
    border-radius: 2rem;
    line-height: 2rem;
    font-size: 2rem;
    padding: 7px 10px;
    text-align: center;
	}



/*classi*/
.marginauto { margin:0 auto!important;}
.nopadding { padding:0}
.big { font-size:16px;}
.red { color:#F00;}
.green { color:#6C0}
.bggrey { background-color:#ededed;}
.center { text-align:center!important;}
.riga { border-bottom:1px solid #ccc;}
.bordo { border:1px solid #dcb40d;}
.notepiccole {
    font-weight: normal;
    text-align: center;
    font-size: 10px;
}

body {
	background-color:#fff;
	font-family: 'Lato', sans-serif;
	font-size:13px;
	line-height:1.4;
	margin:0; 
	padding:0;}
	





.contentbox {
	padding-top:25px;}
	 


.jumbotron {
    padding: 20px;
}


.row {
	margin:10px 0;
	padding-top:10px;
	padding-bottom:10px;

	}
.chiusura {
	margin:20px auto;
	text-align:center;
	display:block
	}
.chiusura input {
	margin:0 auto;
	text-align:center;
	}
	

	
	
/*infouser*/
#infouser {
	background-color:#111;
	color:#fff;}
#infouser p {
    color: #fff;
    text-align: right;
    width: 80%;
    padding: 10px 20px;
    margin: 0 auto;
	text-align:right
}

	