body {background-color: #f4f6f9;}

/*.card {
	margin: 10px 0!important;
	float: left;
	border-radius: 10px!important;
}

.cardbodydate {
	float: left;
}

.cardbodyleft {
	width: 35%;
	min-height: 126px;
	float: left;
	background: url("../images/draganddrop.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.cardbodyright {
	width: 35%;
	float: left;
}

.eventlink {
	background: #c2151c;
	color: #fff;
	font-weight: bold;
	border-radius: 0 0 10px 10px;
}

.card a {
	text-decoration: none!important;
	color: #fff!important;
}*/

.eventlink {
	background-color: green;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	max-width: 300px;
    /*margin: 0 auto;*/
}

.eventlink.notfree {
	background-color: darkred;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

.eventlink a {
	color: #fff;
	text-decoration: none;
}

.eventlink a:hover {
	color: #999;
}

.eventhome {
	border: 1px solid #666;
	border-radius: 10px;
	margin-bottom: 30px;
	display: inline-table;
}

.event-date {
	display: table-cell;
	background: #c2151c;
	color: #fff;
	border-radius: 10px 0 0 10px;
	margin: auto 0;
	padding: 10px;
	width: 250px;
	vertical-align: middle;
}

@media (max-width: 1023px) {
	.event-date {
		display:table-header-group;
	}
}

.event-info {
	padding: 10px;
	position: relative;
}

.eventblock {
	width: 50%;
	float: left;
	display: inline-block;
	margin-bottom: 10px;
}

@media (max-width:1024px) {
	.eventblock {
		width: 100%;
	}
}

/*.eventblock.first {
	border-right: 5px solid #666;
}*/

@media (min-width:1024px) {
	.eventblock:not(.first) {
		padding-left: 20px;
		border-left: 1px solid #666;
	}
}

.divday {
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	line-height: 90px;
}

.divmonth {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
}

.divyear {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}

.divhour {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}

.divvagas {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
}

/*.col-6 {
	width: 46%!important;
	margin-right: 2%;
}*/

.hidden {
	display: none!important;
}


.close {
	border: 1px solid #999;
    border-radius: 3px;
}

input, select {
	margin: 10px 0!important;
}

.green {
	color: green;
	font-weight: bold;
}

.red {
	color: darkred;
	font-weight: bold;
}

.obsp {
	font-weight: bold;
	font-style: italic;
}

.tablebold {
	font-weight: 600;
}

.subform {
	font-size: 14px;
    font-style: italic;
    color: #666;
    margin-top: -10px;
    padding-bottom: 10px;
}

/*DEBUG*/
/*div {border: 1px solid #ff0000!important;}*/