html, body {
	font-family: 'Open Sans', sans-serif;
	color:#444; font-size:14px;
	background-color: #fff;
	line-height: 22px;
	padding: 0;
	margin: 0;
}

* {
	box-sizing: border-box;
}

.container {
	width: 100%;
	/*max-width: 1200px;*/
	margin: 0px auto;
}

.cf:after, .cf:before {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.head {
	text-align: center;
	margin-top: 20px;
	padding: 0px 20px;
}

.logo-width {
	float: left;
	width: 60%;
	text-align: center;
}

.logo img, .logo-width img {
	max-width: 100%;
	width: auto;
	margin-bottom: 20px;
}

.clock {
	float: right;
	width: 40%;
	text-align: center;
}

h1, h2 {
	margin: 0px 0px 20px 0px;
}

h2 .title-card {
	min-height: 66px;
	color: #003F8A;
	margin: 0;
}

.f-right {
	float: right;
	cursor: pointer;
	color: #444;
	text-decoration: none;
}

.body {
	padding: 0px 20px;
}

.nopad {
	padding: 0;
}

.disclaimer {
	border: 1px solid #ccc;
	color: #cc0000;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
	padding: 10px;
	max-width: 1200px;
	margin: 0px auto 20px auto;
}

.sinistra {
	float: left;
	width: 60%
}

.bg-green {
	padding: 40px;
	background-color: #008800;
	height: calc(100vh - 106.5px);
	text-align: center;
	color: #fff;
	position: relative;
}

.bg-red {
	padding: 40px;
	background-color: #cc0000;
	height: calc(100vh - 106.5px);
	text-align: center;
	color: #fff;
	position: relative;
}

.bg-grey {
	padding: 40px;
	background-color: #efefef;
	height: calc(100vh - 106.5px);
	text-align: center;
	position: relative;
}

.absolution {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 80px);
}

.big-title {
	font-size: 80px;
	line-height: 90px;
	text-transform: uppercase;
}

.occupation {
	font-size: 40px;
	line-height: 50px;
}

.object {
	font-size: 40px;
	line-height: 50px;
}

.evento {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.time, .subject, .organizer {
	font-size: 25px;
	line-height: 35px;
}

.time {
	text-align: left;
}

.subject {
	text-align: left;
	float: left;
	overflow: hidden;
	width: 50%;
	font-weight: 700;
	word-wrap: normal;
}

.organizer {
	text-align: right;
	float: left;
	overflow: hidden;
	width: 50%;
}

.destra {
	float: right;
	width: 40%;
}

.data_table {
    width: 100%;
}

.label {
    width: 25%;
    vertical-align: middle;
}

.input {
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    border: 1px solid #ccc;
    color: #444;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    background-color: #f9f9f9;
    transition: all .2s ease;
}

.table_spacing {
    padding: 10px 0;
}

.btn-cnt {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.box {
	width: calc(25% - 15px);
	margin-right: 20px;
	float: left;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.box:nth-child(4n+0) {
	margin-right: 0;
}

.box.last {
	margin-right: 0;
}

h2 {
	min-height: 66px;
}

.link-box {
	text-align: center;
}

.btn {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 10px;
	min-width: 100px;
	text-decoration: none;
	color: #444;
	font-family: 'Open Sans',sans-serif;
	cursor: pointer;
}

.btn-style-two{
	display: inline-block;
	border: 1px solid #003F8A;
	padding: 10px;
	min-width: 100px;
	text-decoration: none;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	border-radius: 5px;
	transition: .4s ease;
}

.foot {
	padding: 0px 20px;
}

@media all and (max-width: 768px) {
	.body {
		margin: 0;
		padding: 0px 20px;;
	}
	
	.box {
		width: 100%;
		float: none;
		margin: 0px 0px 20px 0px;
	}
}

.centered{
	text-align: center;
}


/*=====================================================================================================================
SEZIONE INSERIMENTO NOVITA SOCI
=====================================================================================================================/*
/*----------------------------------------------------------------
Grassetto
----------------------------------------------------------------*/
.grassetto{
	font-weight:600;
}

/*----------------------------------------------------------------
Gestione Classe Row
----------------------------------------------------------------*/
.row{
	box-sizing: border-box;
	border-right: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	padding: 10px;
	text-align: left;
}

/*----------------------------------------------------------------
Formattazione campi form
----------------------------------------------------------------*/
/*Caricamento file*/
.file-upload-label {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.file-upload-label .fa-upload {
	font-size: 20px;
	margin-right: 8px;
}

input[type="file"] {
	display: none;
}

/* Larghezza e altezza label tipo text, url e date*/
input[type="text"], input[type="url"], input[type="date"] {
	width: 90%;
	padding: 5px;
	box-sizing: border-box;
}


.width-100{
	width: 100%;
}

/*---------------------------------------------------------------
Bottone stile Uno
---------------------------------------------------------------*/
.btn-style-one{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:15px;
	font-weight:600;
	background: #003f8a;
	display:inline-block;
	padding:12px 40px 12px;
	border:2px solid #e7e7e7;
	border-radius:50px;
	text-transform:uppercase;
}

.btn-style-one:hover{
	/*opacity:0.70;*/
	color:#003f8a;
	border-color:#003f8a;
	background-color:#ffffff;
}


/* Stile per la tabella */
.data_table_visualizzazione {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
}

.data_table_visualizzazione th, .data_table_visualizzazione td {
	border: 1px solid #000;
	padding: 10px;
}

.data_table_visualizzazione th {
	background-color: #f4f4f4;
	font-weight: bold;
}

.data_table_visualizzazione td {
	background-color: #fff;
}

.no-visible {
	color: #ff0000;
	font-weight: bold;
}
