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%;
	margin: 0 auto;
}

.cf:after, .cf:before {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.head {
	text-align: center;
	margin-top: 20px;
	padding: 0 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;
	font-size: 30px;
	line-height: 40px;
}

h1, h2 {
	margin: 0 0 20px 0;
}

.f-right {
	float: right;
	cursor: pointer;
	color: #444;
	text-decoration: none;
}

.body {
	padding: 0 20px;
}

.nopad {
	padding: 0 !important;
}

.nopadtop {
	padding-top: 0 !important;
}

.disclaimer {
	border: 1px solid #ccc;
	color: #cc0000;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
	padding: 10px;
	max-width: 1200px;
	margin: 0 auto 20px auto;
}

.sinistra {
	float: left;
	width: 60%
}

.bg-green {
	padding: 40px;
	background-color: #008800;
	height: calc(100vh - 106px);
	text-align: center;
	color: #fff;
	position: relative;
}

.bg-red {
	padding: 40px;
	background-color: #cc0000;
	height: calc(100vh - 106px);
	text-align: center;
	color: #fff;
	position: relative;
}

.bg-grey {
	padding: 40px;
	background-color: #efefef;
	height: calc(100vh - 106px);
	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;
	margin-bottom: 20px;
}

.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;
}

.noborder {
	border: 0;
}

.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%;
}

.icone {
	padding-top: 20px;
}

.icona {
	text-align: center;
	width: calc(100% / 3);
	float: left;
}

.icona .fa-solid {
	font-size: 50px;
	margin-bottom: 5px;
}

.titolino {
	font-size: 25px;
	line-height: 35px;
}

.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(50% - 10px);
	margin-right: 20px;
	float: left;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 10px
}

.box:nth-child(2n+0) {
	margin-right: 0;
}

h2 {
	min-height: 44px;
}

.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;
	border-radius: 10px;
	background: #ccc;
	transition: all 0.5s ease-in-out;
}

.btn:hover,
.btn:active,
.btn:focus
{
	background: #fff;
}

.btn.blue {
	background: #0078D4;
	color: #fff;
	border-color: #0078D4;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
}

.btn.blue:hover,
.btn.blue:active,
.btn.blue:focus
{
	background: #fff;
	color: #0078D4;
}

.foot {
	padding: 0 20px;
}

.table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	border-radius: 10px;
}

.table tbody {
	border-radius: 10px;
}

.table tr:first-child td:first-child,
.table tr:first-child th:first-child
{
	border-top-left-radius: 10px;
}

.table tr:first-child td:last-child,
.table tr:first-child th:last-child
{
	border-top-right-radius: 10px;
}

.table tr:last-child td:first-child,
.table tr:last-child th:first-child
{
	border-bottom-left-radius: 10px;
}

.table tr:last-child td:last-child,
.table tr:last-child th:last-child
{
	border-bottom-right-radius: 10px;
}

.table th,
.table td
{
	padding: 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	/*border: 1px solid #ccc;*/
}

.table tr th:last-child,
.table tr td:last-child {
	border-right: 1px solid #ccc;
}

.table tr:last-child th,
.table tr:last-child td {
	border-bottom: 1px solid #ccc;
}

.table tr:not(:first-child):nth-child(even) {
	background-color: #f2f2f2;
}

.upload {
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 20px;
}

.form-group {
	margin-bottom: 20px;
}

.dropzone .dz-preview {
	display: block !important;
	margin: 0 0 20px 0 !important;
}

.dropzone .dz-preview .dz-image {
	width: 100% !important;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
	background: transparent !important;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
	border: none !important;
	background: transparent !important;
}

.dropzone .dz-preview .dz-progress {
	opacity: 0 !important;
}

.progress-container {
	width: 100%;
	height: 25px;
	background: #ddd;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
	display: none;
}

.progress-bar {
	height: 100%;
	width: 0;
	background: #4caf50;
	text-align: center;
	color: white;
	line-height: 25px;
	font-weight: bold;
	transition: width 0.3s ease-in-out;
}

/* Disabilita il pulsante */
.btn:disabled {
	cursor: not-allowed;
	background: #ccc;
}

.dropzone {
	border: none !important;
	padding: 0 !important;
	min-height: 1px !important;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
	margin: 0 0 20px 0 !important;
	border: 1px solid #ccc !important;
	padding: 20px !important;
}

.dropzone .dz-message .dz-button {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

@media all and (max-width: 768px) {
	.box {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
}