﻿.list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-left: 0 !important;
	margin-bottom: 0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(41, 43, 44, 0.125);
	border-width: 0 0 1px;
}

	.list-group-item .related-trade-concern {
		height: 20px;
		width: 261px;
		padding: 0;
		overflow: hidden;
		position: relative;
		display: inline-block;
		margin: 0;
		text-align: center;
		text-decoration: none;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

.place-holder {
	color: #b7b7b7 !important;
	font-size: 11px;
	font-style: italic;
}

	.place-holder > div.detail-help > p > p {
		line-height: 1.3rem !important;
	}

span.related {
	font-size: 150%;
	position: relative;
	top: 15px;
	right: 10px;
}


/*TIMELINE CSS*/

#timeline-header {
	font-size: 26px;
}

.timeline {
	list-style: none;
	padding: 20px 0 0px;
	position: relative;
	margin-bottom: 0px !important;
}

	.timeline:before {
		background-color: #eee;
		bottom: 0;
		content: ' ';
		left: -13px;
		margin-left: -1.5px;
		margin-bottom: -10px;
		margin-top: 10px;
		position: absolute;
		top: 0;
		width: 3px;
	}

	.timeline > li {
		margin-bottom: 10px;
		position: relative;
	}

		.timeline > li:before,
		.timeline > li:after {
			content: ' ';
			display: table;
		}

		.timeline > li:after {
			clear: both;
		}

		.timeline > li > .timeline-panel {
			border-radius: 2px;
			margin-left: 5px;
			padding: 20px;
			position: relative;
		}

			.timeline > li > .timeline-panel > .timeline-badge {
				background-color: #999;
				border-radius: 50%;
				color: #fff;
				font-size: 1.4em;
				height: 40px;
				left: -13px;
				line-height: 40px;
				margin-left: -25px;
				position: absolute;
				text-align: center;
				top: 16px;
				width: 40px;
				z-index: 100;
			}

			.timeline > li > .timeline-panel .timeline-heading .timeline-panel-controls {
				position: absolute;
				right: 8px;
				top: 5px;
			}

				.timeline > li > .timeline-panel .timeline-heading .timeline-panel-controls .timestamp {
					display: inline-block;
				}

	.timeline.notification {
		float: right;
	}

		.timeline.notification:before {
			left: 175px;
		}

		.timeline.notification .timeline-badge {
			background-color: #999;
			border-radius: 50%;
			color: #fff;
			font-size: 1.4em;
			height: 40px;
			left: 175px;
			line-height: 40px;
			margin-left: -25px;
			float: right;
			text-align: center;
			top: 15px;
			width: 40px;
			z-index: 100;
		}

		.timeline.notification .timeline-panel {
			border-radius: 2px;
			border: 1px solid #d4d4d4;
			margin-right: 65px;
			padding: 10px;
			position: relative;
		}

.timeline-notification > .timeline {
	padding: 0px !important;
	margin-bottom: 5px !important;
}

	.timeline-notification > .timeline:before {
		left: 618px !important;
		margin: 0px;
		top: -7px;
		margin: 0px 0px -3px 0px;
	}

	.timeline-notification > .timeline > li {
		margin-bottom: 0;
	}

		.timeline-notification > .timeline > li > .timeline-panel {
			float: right;
			margin: 0 40px;
			padding: 10px;
			text-align: right;
			border: 1px solid #d4d4d4;
		}

			.timeline-notification > .timeline > li > .timeline-panel > .timeline-heading > a {
				color: #0092cd !important;
			}

		.timeline-notification > .timeline > li::marker {
			content: ""
		}

		.timeline-notification > .timeline > li > .timeline-badge {
			background-color: #999;
			border-radius: 50%;
			color: #fff;
			font-size: 1.4em;
			height: 40px;
			line-height: 40px;
			margin-left: -25px;
			float: right;
			text-align: center;
			width: 40px;
			z-index: 100;
			left: 992px !important;
			top: 0px;
		}

.timeline > li > .timeline-badge > .icon, .timeline-item > .timeline-panel > .timeline-badge > .icon {
	width: 42px !important
}

.timeline-badge.primary {
	background-color: #2e6da4 !important;
}

.timeline-badge.success {
	background-color: #3f903f !important;
}

.timeline-badge.warning {
	background-color: #f0ad4e !important;
}

.timeline-badge.danger {
	background-color: #d9534f !important;
}

.timeline-badge.info {
	background-color: #5bc0de !important;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
	font-weight: 500;
}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}

	.timeline-body > p + p {
		margin-top: 5px;
	}


@media (min-width: 576px) {
	.timeline-notification > .timeline:before {
		left: 569px !important;
	}
}

@media (min-width: 1024px) {
	.timeline-notification > .timeline:before {
		left: 490px !important;
	}
}

@media (min-width: 1200px) {
	.timeline-notification > .timeline:before {
		left: 618px !important;
	}

	.timeline-notification.first > .timeline:before {
		left: 647px !important
	}
}


.copy {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #aaa;
	font-size: 11px;
}

	.copy > * {
		color: #444;
	}

.highlight-text {
	/* ReSharper disable once InvalidValue */
	background-color: rgb(36 194 128 / 36%) !important;
}

.country-accordion.isSubject.warning {
	background-color: #24c28080 !important;
}

.country-accordion.warning {
	background-color: #24c28080 !important;
}

.btn:focus,
.btn:active {
	outline: none !important;
	box-shadow: none;
}


.timeline-title {
	margin-bottom: 0 !important;
}

.meeting-summary-document-symbol {
	font-size: 12px;
	margin-bottom: 0.5rem !important;
}

li.timeline-item::marker {
	content: ""
}


.member-link {
	padding-top: 8px;
	padding-right: 5px;
	/* display: none; */
}

.header-accordion {
	background-color: rgba(0, 0, 0, 0);
}

.flag-accordion {
	display: inline-block;
	width: 50px;
	height: 40px;
	background-position-x: -7px;
	border: solid 1px rgba(100, 100, 100, 100);
	/* box-shadow: 0 1px 2px rgba(100, 100, 100, 100); */
	/* border-radius: 50%; */
}

.card-accordion {
	border-bottom: 0 !important;
	margin: 0px !important;
}

.country-accordion {
	border-radius: 2px;
	border: 1px solid #d4d4d4;
	overflow: auto;
	position: initial;
	outline: none;
	display: flex !important;
	padding: 6px;
}

	.country-accordion h3 {
		color: #0092cd;
		margin: 10px 5px 10px 5px;
		font-size: 15px;
	}

.title-accordion-before {
	border-bottom: 14px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0px solid #ccc;
	border-top: 15px solid transparent;
	display: inline-block;
	position: absolute;
	left: 620px;
	right: auto;
	top: 12px;
}

.title-accordion-after {
	border-bottom: 14px solid transparent;
	border-left: 15px solid #fff;
	border-right: 0px solid #fff;
	border-top: 15px solid transparent;
	display: inline-block;
	position: absolute;
	left: 618px;
	right: auto;
	top: 11px;
}

.country-accordion-summary {
	border-radius: 2px;
	border-right-color: rgb(212, 212, 212);
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: rgb(212, 212, 212);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(212, 212, 212);
	border-left-style: solid;
	border-left-width: 1px;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	margin-top: -10px;
	padding: 20px;
	position: initial;
	overflow: auto;
	border-top: 0;
}

p.subject {
	color: #e6511e !important;
}

p.raising {
	color: #0092cd !important;
}

p.supporting {
	color: #24c280 !important;
}

	h3.supporting > > > .highlight {
		color: #000000 !important;
	}

h3.subject-supporting {
	color: #000000 !important;
}

h3.others {
	color: #000000 !important;
}

.b-tooltip.related-tooltip .tooltip-content {
	top: 45px;
	left: 0;
}

.content-reported-progress {
	padding: 0.75rem 1.25rem;
	border: 1px solid rgba(41, 43, 44, 0.125);
	border-width: 0 0 1px;
}