/* Default CSS for Matukio 5 by compojoom.com */
.col-sm-0 {
	width: 0px;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	min-height: 1px;
}

.compojoom-bootstrap .mat_event_img, .compojoom-bootstrap .mat_image_scale {
	-webkit-transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	transition: all 0.4s ease-in 0s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.compojoom-bootstrap .mat_event_img:hover, .compojoom-bootstrap .mat_image_scale:hover {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	-webkit-transform: scale(1.501);
	-moz-transform: scale(1.501);
	transform: scale(1.501);
}

.mat_event_img {
	width: 100%;
}

.compojoom-bootstrap .mat_cancelled_event, .compojoom-bootstrap .mat_cancelled_event:hover {
	background: url('../images/stripe-cancelled.png') repeat;
}

.compojoom-bootstrap .list-group-item:last-child {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.compojoom-bootstrap .list-group-item-grey {
	background-color: #eeeeee;
}

.compojoom-bootstrap .mat_event_organizer, .mat_event_fees, .mat_info_cancelled {
	padding-left: 10px;
}

.mat_event_date, .mat_event_location, .mat_event_category, .mat_event_organizer, .mat_event_fees, .mat_info_cancelled {
	color: #666;
	padding-right: 8px;
}

#mat_social {
	margin: 10px 0 15px 0;
}

#submenu_informations .row, #submenu_organizer .row, #submenu_files .row {
	padding: 6px 0;
}

.mat_image_center {
	margin: 0 auto;
	display: block;
}

.compojoom-bootstrap .modal {
	width: 600px;
}

.compojoom-bootstrap .mat_customfields .dl-horizontal dt {
	width: auto;
	text-align: left;
	padding-right: 5px;
}

.compojoom-bootstrap .mat_customfields .dl-horizontal dd {
	margin-left: 0;
}

.mat-social {
	margin: 10px 0 15px
}

.mat-social div {
	float: left;
}

.compojoom-bootstrap .twitter-btn {
	margin-right: 20px;
}

.compojoom-bootstrap .row-striped {
	padding-top: 5px;
}

.mat_event_completed {
	background: rgba(255, 60, 59, 0.06);
}

.mat_event_overbooked {
	background: rgba(255, 60, 59, 0.06);
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 600px;
	margin: 20px auto;
}

.fc-widget-header table thead {
	background: #428bca;
	color: #fff;
}
.fc th.fc-day-header {
	padding: 8px 0;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
	border-color: #333;
}

.fc-day-grid-event .fc-content {
	white-space: normal;
}

.mat_event-heading .glyphicon {
	margin-right: 7px;
}

.mat-eventimage-grey-effect {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.mat-eventimage-grey-effect:hover {
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.mat_event_date {
	color: #888;
}

.mat_event_single {
	margin-bottom: 15px
}

.bookings-legend {
	margin: 30px 0;
}

.bookings-toolbar {
	 margin: 30px 0;
}

#cforms-step-heading {
	margin-bottom: 30px;
}
