/**
 * Launch
 * =========================================== */
.launch-list {
	margin: 0px -1px -15px;
	padding-top: 10px;
	background-color: #f3f4f5;
}
.launch-item {
	border: 1px solid #e3e4e8;
	font-size: 13px;
	background-color: #fff;
	position: relative;
	border-radius: 2px;
}
.launch-item + .launch-item {
	margin-top: 10px;
}
.launch-item-header {
	border-bottom: 1px solid #f1f1f1;
	border-radius: 2px;
	padding: 5px 15px;
	position: relative;
}
.launch-item-name {
	font-size: 13px;
	color: #0073aa;
	font-weight: bold;
}
.launch-item-name:hover {
	text-decoration: none;
	color: #00b9eb;
}
.launch-item-weeks {
	float: right;
	margin-right: 30px;
	margin-top: -2px;
	display: block;
	color: #82878c;
	padding: 2px 5px;
	border-radius: 2px;
}
.launch-item-weeks > span {
	color: #f56e28;
	font-weight: bold;
}
.launch-item-actions {
	display: block;
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -11px;
}
.launch-msg-item-actions {
	top: 9px;
}
.launch-item-actions-btn {
	display: block;
	width: 42px;
	height: 22px;
	font-size: 20px;
	text-align: center;
	line-height: 22px;
	color: #0073aa;
	cursor: pointer;
}
.launch-item-actions-btn:hover {
	background-color: #e3e4e8;
}
.launch-item-actions-menu {
	display: none;
	left: auto;
	right: -20px;
}
.launch-item-actions-menu .disabled {
	background-color: #f1f1f1;
	color: #cecbcb;
	pointer-events: none;
}
.launch-item-actions .dropdown-menu {
	border: 1px solid #ccc;
	font-size: 13px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
}
.launch-item-actions .dropdown-menu > li > a {
	padding: 5px 15px;
}
.launch-item-actions .dropdown-menu > li > a:hover {
	background-color: #e3e4e8;
}
.launch-item-actions .dropdown-menu .divider {
	margin: 3px 15px;
	background-color: #585b5f;
}
.launch-item-actions .dropdown-menu:before {
	margin: 0 -6px;
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	bottom: 100%;
	right: 40px;
	border-width: 6px;
	border-bottom-color: #ccc;
}
.launch-item-actions .dropdown-menu:after {
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	bottom: 100%;
	right: 40px;
	border-width: 5px;
	margin: 0 -5px;
	border-bottom-color: #fff;
}
.launch-item-groups {
	padding: 5px 15px;
}
.launch-item-group {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding: 2px 0;
	color: #6d7175;
}
.launch-item-group + .launch-item-group {
	border-top: 1px solid #f1f1f1;
}
.launch-item-dates {
	margin-top: 2px;
	background-color: #f1f1f1;
	padding: 7px 15px;
}
.launch-item-dates-label {
	display: block;
	color: #32373c;
	margin-bottom: 3px;
}
.launch-item-date {
	display: block;
	color: #6d7175;
}
.launch-item-date {
	display: block;
	color: #6d7175;
}
.launch-item-date > span {
	font-size: 11px;
	margin-left: 5px;
	color: #a3a8ad;
}

/* Single Launch */
.content-single-launch {
	font-size: 13px;
}
.launch-weeks {
}
.launch-week-item {
	margin-bottom: 0;
	border-radius: 3px;
	border: 1px solid #e3e4e8;
	background-color: #fff;
}
.launch-week-item + .launch-week-item {
	margin-top: 15px;
}
.launch-week-heading {
	color: #333;
	background-color: #f5f5f5;
	font-size: 13px;
	padding: 7px 10px;
	position: relative;
}
.launch-week-heading:hover {
	cursor: pointer;
	background-color: #fff;
	box-shadow: 0 0 2px 0 #0073aa;
}
.launch-week-heading .launch-week-label {
	font-size: 12px;
	color: #537994;
	display: block;
	padding: 3px 5px;
}
.launch-week-heading .launch-week-title {
	font-weight: bold;
	color: #0073aa;
	display: block;
	padding: 2px 5px;
	border-radius: 2px;
}
.launch-week-body {
	font-size: 13px;
	border-top: 1px solid #e3e4e8;
}
.launch-week-body .launch-panel-list {
	margin: 10px;
}
.launch-weeks-footer {
	text-align: center;
	padding: 15px 15px 5px;
}
.launch-week-list-empty,
.launch-weeks-empty,
.launch-date-empty {
	display: block;
	text-align: center;
	cursor: default;
	border: 1px dashed #b4b9be;
	padding: 9px 0;
	line-height: 20px;
	color: #82878c;
	font-size: 13px;
}
/* Launch Date */
.launch-dates-list {
	counter-reset: msgcount;
}
.launch-date-item {
	border: 1px solid #e3e4e8;
	font-size: 13px;
	background-color: #f5f5f5;
	position: relative;
	border-radius: 2px;
	position: relative;
	counter-increment: msgcount;
	display: flex;
	padding: 10px 5px;
}
.launch-date-item + .launch-date-item {
	margin-top: 15px;
}
.launch-date-group {
	width: 33.3333333%;
	padding: 0 5px;
}
.launch-date-label {
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}
.launch-dates-footer {
	text-align: center;
	padding: 15px 15px 5px;
}
.launch-date-item .launch-item-actions {
	top: 15px;
}
.launch-item-actions .dropdown-menu > li > .disabled {
	background-color: #f1f1f1;
	color: #cecbcb;
	pointer-events: none;
}