/**
 * @author: Procurios
 * @about:  mmt-meeting-detail-page.css
 *          Layout and structure of the meeting detail page
 */

/**
 * Generic settings, resets, defaults
 */

/** Reset lists */
.mmt-mdp-nav ul,
.mmt-mdp-section-attendees ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/** Contain floats / clearfix */
.mmt-clearfix:before, .mmt-clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.mmt-clearfix:after {
	clear: both;
}

.mmt-clearfix {
	zoom: 1;
}

/** Columns */
.mmt-mdp-inner {
	padding-top: 1.6em;
}

/** Tables */
.mmt-meeting-detail-page table {
	width: 100%;
	border-collapse: collapse;
}

.mmt-meeting-detail-page caption {
	padding: 2px 0;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.mmt-meeting-detail-page th,
.mmt-meeting-detail-page td {
	text-align: left;
}

.mmt-meeting-detail-page td {
	padding: 5px 0;
	vertical-align: top;
	border-bottom: 1px solid #f0f3f6;
}

.mmt-meeting-detail-page tr.mmt-mdp-last td {
	border-bottom: 0;
}

/** Reset "last" elements */
.mmt-mdp-last {
	margin: 0;
	padding: 0;
	border: 0;
}

/**
 * .mmt-mdp-back
 * Contains back button (if present)
 */

.mmt-mdp-back {
	width: 100%;
	margin-top: -37px; /** to have the title align as normal */
	padding: 5px 0;
}

.mmt-mdp-back a {
	padding: 5px 0 5px 23px;
	text-decoration: none;
	background: transparent url(../../../img/snippets/icon-arrow-left.png) no-repeat 0 50%;
}

/**
 * .mmt-mdp-header
 * Header of the page. Contains a summary of the meeting and it's cover image
 */

.mmt-mdp-header {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.mmt-mdp-cover-image {
	width: 100%;
	display: block;
}

.mod-meeting2 h1 {
	position: absolute;
	left: -999em;
}

.mmt-mdp-summary h2 {
	margin-bottom: .75em;
	font-size: 2em;
}

/** Meetings meta data */
.mmt-mdp-summary p {
	margin: 0;
}

.mmt-mdp-summary p {
	font-size: 1em;
}

.mmt-mdp-meta-data span {
	display: block;
	float: left;
	margin: 3px 15px 3px 0;
	padding-left: 20px;
	line-height: 24px;
	background: transparent url(../../../img/snippets/icon-calendar.png) no-repeat 0 3px;
}

.mmt-mdp-meta-data .mmt-mdp-location {
	padding-left: 15px;
	background-image: url(../../../img/snippets/icon-location.png);
}

.mmt-mdp-meta-data .mmt-mdp-labels {
	background-image: url(../../../img/snippets/icon-labels.png);
}

/** Cover photo enabled */
.mmt-mdp-has-cover .mmt-mdp-summary {
	position: absolute;
	left: 30px;
	bottom: 20px;
	width: 85%; /** Random number which probably fits in container. If we dont care about IE6, use right: 30px; */
	color: #fff;
}

.mmt-mdp-has-cover .mmt-mdp-summary h2 {
	text-shadow: 0 1px 0 #222;
	color: #fff;
}

.mmt-mdp-has-cover .mmt-mdp-summary a {
	color: #fff;
}

.mmt-mdp-has-cover .mmt-mdp-meta-data span {
	text-shadow: 0 1px 0 #222;
	opacity: .9;
	filter: alpha(opacity=90);
}

.mmt-mdp-has-cover .mmt-mdp-meta-data span {
	background-image: url(../../../img/snippets/icon-calendar-white.png);
}

.mmt-mdp-has-cover .mmt-mdp-meta-data .mmt-mdp-location {
	background-image: url(../../../img/snippets/icon-location-white.png);
}

.mmt-mdp-has-cover .mmt-mdp-meta-data .mmt-mdp-labels {
	background-image: url(../../../img/snippets/icon-labels-white.png);
}

/**
 * .mmt-mdp-nav
 * Detail page navigation
 */

.mmt-mdp-nav {
	margin-top: 10px;
	background-color: #f0f3f6;
}

.mmt-mdp-has-cover .mmt-mdp-nav {
	margin-top: 0;
	border-top: 0;
	background-color: transparent;
}

.mmt-mdp-nav li {
	float: left;
}

.mmt-mdp-nav a {
	display: block;
	margin: 0 13px;
	padding: 5px 0 3px;
	border-bottom: 2px solid transparent;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.mmt-mdp-nav a:hover {
	color: #1a75b0;
	border-color: #1a75b0;
}

.mmt-mdp-active a,
.mmt-mdp-active a:hover {
	color: #1a75b0;
}

/**
 * .mmt-mdp-sidebar
 * Layout of content inside sidebar (same sidebar on every page, hence in generic file)
 */

.mmt-mdp-sidebar .mmt-mdp-section {
	margin-bottom: 1.6em;
	padding: 15px;
	background-color: #edf0f2;
}

/** Ticket prices */
.mmt-mdp-ticket-price {
	width: 100px;
}

/** Subscribe button */
.mmt-mdp-cta {
	display: inline-block;
	position: relative;
	margin-bottom: .3em;
	padding: 6px 18px;
	line-height: 1.5em;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background: #1a75b0;
	color: #fff;
	border: 0;
	border-radius: 5px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.mmt-mdp-cta:hover {
	background: #193c58;
	color: #fff;
}

.mmt-mdp-cta-secondary {
	background-color: #ddd;
	border-color: #ccc;
	color: #444;
}

.mmt-mdp-cta-secondary:hover {
	background-color: #ccc;
	border-color: #bbb;
	color: #000;
}

/** Block: List of tickets */
.mmt-mdp-sidebar .mmt-mdp-section-tickets th {
	font-weight: bold;
}

.mmt-mdp-sidebar .mmt-has-help {
	margin-bottom: 1em;
}

.mmt-mdp-sidebar .mmt-mdp-section-tickets p:last-child {
	margin: 0;
}

/** Block: Register */
.mmt-mdp-registration-status {
	padding-top: 1em;
	border-top: 1px dotted #ccc;
}

.mmt-mdp-registration-status-cta {
	margin: 0;
}

/** Block: List of attendees */
.mmt-mdp-section-attendees-list li {
	padding: 5px 0;
	border-top: 1px solid #ccc;
}

.mmt-mdp-section-attendees-list .mmt-mdp-first {
	padding-top: 0;
	border-top: 0;
}

.mmt-mdp-section-attendees-list span,
.mmt-mdp-section-attendees-list a {
	display: block;
}

.mmt-mdp-attendee-fn {
	font-size: 1.1em;
	font-weight: bold;
}

.mmt-mdp-section-attendees-list p {
	margin-bottom: 0;
	text-align: right;
}