/**
 * @author: Procurios
 * @about:  mmt-mdp-schedule.css
 *          Additional layout settings for the "schedule"-page of the meeting detail page
 */

/**
 * Schedule layout
 */

/** Table that acts as menu */
.mmt-mdp-section-schedule table {
	margin-bottom: 2em;
}

.mmt-mdp-schedule-separator td {
	padding-top: 1em;
	font-weight: bold;
}

.mmt-mdp-schedule .mmt-mdp-schedule-time {
	width: 100px;
	padding-right: 20px;
	font-size: .85em;
	color: #919192;
}

/** Speakers shouldn't be primary info */
.mmt-mdp-section-schedule td span {
	display: block;
	font-size: .9em;
	color: #999;
}

/** Don't underline schedule items */
.mmt-mdp-section-schedule td a {
	text-decoration: none;
}

/** List with schedule items */
.mmt-mdp-schedule-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mmt-meeting-detail-page .mmt-mdp-time-multiple {
	border-bottom-color: #fff;
}

.mmt-mdp-schedule-items li {
	margin-bottom: 1em;
	border-bottom: 1px solid #f0f3f6;
}

.mmt-mdp-item-title p,
.mmt-mdp-item-title h4 {
	margin: 0;
}

.mmt-mdp-item-date {
	font-size: .9em;
	color: #919192;
}

.mmt-mdp-item-title h4 {
	font-size: 1.25em;
}

.mmt-mdp-schedule-items h5 {
	margin-bottom: 3px;
}

.mmt-mdp-schedule-items li li {
	margin: 0;
	border: 0;
}

/** Title part of activity */
.mmt-mdp-item-title {
	margin-bottom: 1em;
}

/** Activity with linked documents */
.mmt-activity-has-documents a {
	padding-left: 18px;
	background: transparent url(../../../img/snippets/icon-document.png) no-repeat 1px 0;
}
