#transcript-content-container .top-area {
	/*background: #ccc;*/
	align-items: center;
}
#transcript-content-container .top-area .dropdown,
#transcript-content-container .top-area .sort {
	align-items: center;
	font-size: 1.2em;
	cursor: pointer;
}
#transcript-content-container .dropdown {
	padding: 8px 17px;
	border-radius: 2em;
	background: #eee;
	min-width: 30%;
}
#transcript-content-container .dropdown .icon {
	width: 1em;
	height: 1em;
	background: url(../images/icons/arrow-drop-up-red.svg) no-repeat center;
	background-size: 1em;
	transition: transform 0.2s ease-in-out;
	transform: rotate(180deg);
}
#transcript-content-container .dropdown.open .icon {
	transform: rotate(0deg);
	background-image: url(../images/icons/arrow-drop-up-black.svg);
}


#transcript-content-container .top-area .sort .sort-icon1,
#transcript-content-container .top-area .sort .sort-icon2 {
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#transcript-content-container .top-area .sort {
	text-align:right;
	justify-content: center;
}
#transcript-content-container .top-area .sort .sort-icon1 {
	background-image: url(../images/icons/sort.svg);
}
#transcript-content-container .top-area .sort.active .sort-icon1 {
	filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(204deg) brightness(103%) contrast(101%);
}
#transcript-content-container .top-area .sort .sort-icon2 {
	background-image: url(../images/icons/arrow_down.svg);
	width: 16px;
	display: none;
}
#transcript-content-container .top-area .sort.reversed .sort-icon2 {
	background-image: url(../images/icons/arrow_up.svg);
}

#transcript-content-container .spacer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}

#transcript-content-container .blocks > * {
	flex-basis: 100%;
	border: 1px solid #00000002;
	margin-top: 2em;
}
#transcript-content-container .blocks {
	flex-wrap: wrap;
}
.mobile #transcript-content-container .blocks > * {
	flex-basis: 100%;
}

#transcript-content-container .blocks .line,
#transcript-content-container .blocks .cme-progress-line {
	/*background: #eee;*/
	padding: 0.5em 0;
	margin: 0.25em 20px;
}

#transcript-content-container .blocks .cme-progress-line {
	display: flex;
	align-items: center;
	text-decoration: none;
}

#transcript-content-container .blocks .cme-progress-line .bar {
	flex: 1;
	cursor: pointer;
	text-decoration: none;
	color: var(--link-color);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#transcript-content-container .blocks .cme-progress-line .bar .progress-bar {
	/*flex-basis: 80%;*/
	flex: 50% 0 0;
	margin-left: 8px;
}

.mobile #transcript-content-container .blocks .cme-progress-line .button.resume {
	display: none;
}


#transcript-content-container .transcript-title {
	white-space: nowrap;
	margin-right: 32px;
}

#transcript-content-container .filter {
	border: 1px solid var(--gray-color);
	border-radius: 1em;
	padding: 0.5em 1em;
	display: grid;
	gap : 1em;
	grid-template-columns: 1fr 56px;
}

#transcript-content-container .filter-parameters {
	display: flex;
	column-gap: 1em;
	row-gap: 0.5em;
	flex-wrap: wrap;
}

#transcript-content-container .filter-parameters > div {
	white-space: nowrap;
}

#transcript-content-container .filter-button {
	display: flex;
	align-items: center;
}

#transcript-content-container .filter input[type='button'] {
	margin-left: 0.5em;
}

#transcript-content-container .filter input.hasDatepicker {
	margin-left: 0.6em;
	border: 0;
	border-bottom: 1px dotted #000;
	color: black;
	letter-spacing: 2px;
	width: 114px;
	background-image: url(../images/icons/calendar.svg);
	background-position: calc(100% - 2px) 50%;
	background-size: 13px 13px;
	background-repeat: no-repeat;
	font-family: monospace;
}

#transcript-content-container .filter input.hasDatepicker::placeholder {
	color: #d0d3d4;
	letter-spacing: 1px;
}

#transcript-content-container #transcriptTotalCredits {
	margin-left: 0.7em;
}

#transcript-content-container .blocks .line:not(:last-of-type) {
	border-bottom: 2px solid #ccc;
}

#transcript-content-container .expandable .header {
	display: flex;
	gap: 0.5em;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	padding: 5px 12px;
	background-color: #fff;
}
#transcript-content-container .expandable .header-wrapper .icon {
	width: 1.2em;
	height: 1.2em;
	background: url(../images/icons/arrow-drop-up-black.svg) no-repeat left center;
	background-size: 1.2em;
	transition: transform 0.2s ease-in-out;
}
#transcript-content-container .expandable .header-wrapper.open .icon {
	transform: rotate(180deg);
	background-image: url(../images/icons/arrow-drop-up-red.svg);
}
#transcript-content-container .expandable .content {
	background-color: #eee;
	padding-top: 1em;
	padding-bottom: 0.25em;
}

#transcript-content-container .expandable .header .sub-header {
	flex-basis: 100%;
	margin-top: 1em;
}

#transcript-content-container .blocks > .expandable > .header-wrapper {
	background: linear-gradient(0deg, rgba(238,238,238,1) 49%, rgba(238,238,238,0) 51%);
}
#transcript-content-container .blocks > .expandable > .header-wrapper .header {
	box-shadow: 0 0 20px -8px #000000CC;
	border-radius: 20px;
	padding: 12px 27px;
	position: relative; /* fix shadow overlapping */
}

#transcript-content-container .blocks > .expandable > .header-wrapper .header-caption {
	font-size: 1.5em;
	font-weight: 600;
}

#transcript-content-container .blocks .progressBar {
	width: 100%;
	border-radius: 15px;
	background: #ddd;
}
#transcript-content-container .blocks .progressBar > div {
	background: var(--jbjs-color);
	text-align: right;
	border-radius: 15px;
	color: #fff;
	font-size: 0.85em;
	padding-right: 0.5em;
	width: 0;

	-moz-transition: width 1.5s;
	-webkit-transition: width 1.5s;
	-o-transition: width 1.5s;
	transition: width 1.5s;
}

#transcript-container .empty {
	text-align:center;
	margin-top: 2em;
}

#transcript-container {
	height: 100%;
}

#transcript-container .tabs-header-item {
	text-transform: uppercase;
}

#transcript-content-container {
	height: 100%;
	overflow-y: auto;
}

.desktop #transcript-content-container div.table {
	width: 100%;
	display: grid;
	grid-template-columns: minmax(20em, 1fr) 0.1fr repeat(6, 0.25fr);
}
.desktop #transcript-content-container div.table > *:nth-of-type(-n + 8) {
	color: #999;
	padding: 0.3em 0.5em 0.3em 0.1em;
	position:sticky;
	top: 0;
	background: #fff;
	z-index: 1;
}
.desktop #transcript-content-container div.table > *.sortable:nth-of-type(-n + 8) {
	cursor:pointer;
	white-space: nowrap;
}
.desktop #transcript-content-container div.table > *.sortable:nth-of-type(-n + 8)::after {
	content: '';
	display:inline;
	padding-right: 1em;
	background: url('../images/icons/arrow_down.svg') center no-repeat;
	background-size:contain;
	opacity: 0;

}
.desktop #transcript-content-container div.table > *.sortable:nth-of-type(-n + 8):hover::after {
	opacity: 0.5;

}
.desktop #transcript-content-container div.table > *.sortable:nth-of-type(-n + 8)[sorted]::after {
	opacity: 1;
}
.desktop #transcript-content-container div.table > *.sortable:nth-of-type(-n + 8)[sorted='0']::after {
	transform: rotate(180deg);
	background-image: url('../images/icons/arrow_up.svg');
}
.desktop #transcript-content-container div.table > *.sortable:nth-of-type(-n + 8):hover {
	color: #686767;
	/*background: #eee;*/
}
.desktop #transcript-content-container div.table > *:nth-of-type(-n + 8):hover {
	color: #aaa;
	/*background: #eee;*/
}
.desktop #transcript-content-container div.table > *:nth-of-type(n + 9) {
	padding: 0.5em 0.1em;
	font-size: 1.1em;
}

.desktop #transcript-content-container div.table > *:nth-of-type(16n),
.desktop #transcript-content-container div.table > *:nth-of-type(16n + 9),
.desktop #transcript-content-container div.table > *:nth-of-type(16n + 10),
.desktop #transcript-content-container div.table > *:nth-of-type(16n + 11),
.desktop #transcript-content-container div.table > *:nth-of-type(16n + 12),
.desktop #transcript-content-container div.table > *:nth-of-type(16n + 13),
.desktop #transcript-content-container div.table > *:nth-of-type(16n + 14),
.desktop #transcript-content-container div.table > *:nth-of-type(16n + 15)
{
	background-color: #EEEEEE;
}
.desktop #transcript-content-container div.table > *:nth-of-type(16n + 1) {
	/*background: #0f0;*/
}

.desktop #transcript-content-container div.table .sub-row.download,
.desktop #transcript-content-container div.table .sub-row {
	background-color: #FAFAFA;
	background-color: #f7f7f7;
}
.desktop #transcript-content-container div.table .row-start {
	padding-left: 1em;
}
.desktop #transcript-content-container div.table .sub-row.row-start {
	padding-left: 2em;
	color: #777;
}

#transcript-content-container div.table .download {
	padding: 0;
	display: flex;
	align-items: start;
}
#transcript-content-container div.table .download img {
	cursor: pointer;
}
#transcript-content-container div.table .download img:not(:last-of-type) {
	margin-right: 8px;
}

#transcript-content-container div.table img {
	width: 24px;
}
.mobile #transcript-content-container div.table img {
	width: 22px;
}

#transcript-content-container div.table .status-completed {
	display: inline-flex;
	align-items: center;
}
#transcript-content-container div.table .status-completed::before {
	content: '';
	background: url('../images/icons/check_green.png') no-repeat center;
	background-size: contain;
	width: 2em;
	height: 1.25em;
}

#transcript-content-container .button img {
	width: 1.6em;
}

.desktop #transcript-content-container div.table .expandable {
	cursor: pointer;
}

#transcript-content-container div.table .status-red {
	color: var(--jbjs-color);
	font-weight: bold;
}
#transcript-content-container div.table .status-green {
	color: #4caf50;
	font-weight: bold;
}

.desktop #transcript-content-container div.table :not(.expandable) + .expandable {
	/*background: #0f0;*/
	padding-left: 2em;
	position: relative;
	overflow: hidden;
}


.desktop #transcript-content-container div.table :not(.expandable) + .expandable::before {
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	top: calc(50% - 0.6em);
	left: 0.5em;
	background: url(../images/icons/arrow-drop-up-red.svg) no-repeat left center;
	background-size: 1.2em;
	transition: transform 0.2s ease-in-out;
	transform: rotate(180deg);
}
.desktop #transcript-content-container div.table :not(.expandable) + .expandable.open::before {
	transform: rotate(0deg);
	background-image: url(../images/icons/arrow-drop-up-black.svg);
}


.mobile #transcript-content-container div.table {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.mobile #transcript-content-container div.table > * {
	padding: 0.8em 0.1em;
}

.mobile #transcript-content-container div.table .row-start {
	grid-column: 1 / 3;
}

.mobile #transcript-content-container div.table .sub-row {
	background-color: #f7f7f7;
	display: flex;
	align-items: center;
	padding: 0.5em 0.1em;
}

.mobile #transcript-content-container div.table .sub-row:nth-of-type(18n + 4),
.mobile #transcript-content-container div.table .sub-row:nth-of-type(18n + 5),
.mobile #transcript-content-container div.table .sub-row:nth-of-type(18n + 6),
.mobile #transcript-content-container div.table .sub-row:nth-of-type(18n + 7),
.mobile #transcript-content-container div.table .sub-row:nth-of-type(18n + 8),
.mobile #transcript-content-container div.table .sub-row:nth-of-type(18n + 9),
.mobile #transcript-content-container div.table .sub-row:nth-of-type(18n + 10),
.mobile #transcript-content-container div.table .sub-row:nth-of-type(18n + 11),
.mobile #transcript-content-container div.table .sub-row:nth-of-type(18n + 12) {
	/*background-color: #eee;*/
}

.mobile #transcript-content-container div.table .th {
	color: #999;
}

.mobile #transcript-content-container div.table .void {display:none;}

.mobile #transcript-content-container div.table .th-start {
	padding-left: 0.5em;
}
.mobile #transcript-content-container div.table .th-end {
	padding-right: 0.5em;
}
.mobile #transcript-content-container div.table .th-start.th-end {
	grid-column: 1 / -1;
}

.mobile #transcript-content-container div.table .row-end {
	position: relative;
	overflow: hidden;

}
.mobile #transcript-content-container div.table .expandable.row-end::before {
	content: "";
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	top: calc(50% - 0.75em);
	right: 0.75em;
	background: url(../images/icons/arrow-drop-up-black.svg) no-repeat left center;
	background-size: 1.5em;
	transition: transform 0.2s ease-in-out;
}
.mobile #transcript-content-container div.table .open + * + .expandable.row-end::before {
	transform: rotate(180deg);
	background-image: url(../images/icons/arrow-drop-up-red.svg);
}


.mobile #transcript-content-container .table .shade-top,
.mobile #transcript-content-container .table .shade-bottom {
	padding: 0.5em 0;
	position: relative;
}
.mobile #transcript-content-container .table .shade-top:before {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	height: 5px;
	width: 100%;
	content: '';
	display:block;
	background: rgb(180,180,180);
	background: linear-gradient(0deg, rgba(180,180,180,0) 0%, rgba(180,180,180,1) 100%);
}

.mobile #transcript-content-container .table .shade-bottom:after {
	position: absolute;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	display:block;
	background: rgb(221,221,221);
	background: linear-gradient(0deg, rgba(221,221,221,1) 0%, rgba(221,221,221,0) 100%);
}

#transcript-content-container .button {
	color: #fff;
	background: var(--jbjs-color);
	display: flex;
	align-items: center;
	gap: 1.5em;
	padding: 0.4em 1em 0.4em 1.5em;
	margin: 0 2em;
}

@media (max-width: 420px) {
	.mobile #transcript-content-container .button {
		gap: 1em;
		margin: 0.4em 1em;
	}
}


#transcript-content-container h2 {
	margin: 0;
}

#pdf-popup .footer {
	gap: 1em 0;
}
#pdf-popup .footer :nth-of-type(3) {
	flex-basis: 70%;
}

#pdf-popup .body p {
	margin: 0;
	text-align: center;
}

#pdf-popup .body img {
	max-height: min(50vh, 30em);
	margin: 0 auto;
	display:block;
}

#pdf-popup.mobile .body img {
	max-width: 100%;
}

#transcript-content-container .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2em;
	padding: 0.75em;
}

@media (max-width:1100px) {
	#transcript-content-container .grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 1em;
	}
}

#transcript-content-container .tile-wrapper {
	min-height: 210px;
}

#transcript-content-container .tile {
	width: 100%;
	height: 100%;
	border-radius: 0.5em;
	text-decoration: none;
	box-shadow: 2px 2px 0.5em 4px #00000055;
	display: flex;
	gap: 0.5em;
	align-items: center;
}

#transcript-content-container .tile > .image {
	flex: 1;
	position: relative;
	background-position: center;
	background-size: cover;
	height: 100%;
	border-radius: 0.5em;
	box-shadow: 2px 0px 0.5em 3px #00000055;
}

#transcript-content-container .tile .image_image_quiz {
	background-image: url('../images/images_quiz.jpg');
}
#transcript-content-container .tile .image_ccl {
	background-image: url('../images/login_popup/ccl.jpg');
}
#transcript-content-container .tile .image_summaries {
	background-image: url('../images/clinical_summaries2.jpg');
}
#transcript-content-container .tile .image_pub_based_exam {
	background-image: url('../images/login_popup/subscriptions.jpg');
}

#transcript-content-container .tile .label {
	text-align: center;
	color: white;
	padding: 6px 0px;
	background: rgba(0,0,0,0.5);
	text-transform: uppercase;
	/* border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em; */
	font-size: 1.8em;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 0.5em 0.6em;
	text-wrap: nowrap;
	white-space: nowrap;
	min-width: 160px;
}

#transcript-content-container .tile .tags {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	gap: 0.5em;
	position: absolute;
	left: 1em;
	top: 1em;
}

#transcript-content-container .tile .tags > * {
	border-radius: 0.5em;
	padding: 0.3em 0.7em;
	background: #000;
	color: #ddd;
}
#transcript-content-container .tile .tags .subscribed,
#transcript-content-container .tile .tags .subscribe_to_access,
#transcript-content-container .tile .tags .register_log_in {
	display: flex;
	align-items: stretch;
	gap: 0.2em;
}
#transcript-content-container .tile .tags .subscribed .icon,
#transcript-content-container .tile .tags .subscribe_to_access .icon {
	width: 1.2em;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#transcript-content-container .tile .tags .free {
	background-color: #61B082;
	color: #FFF;
}
#transcript-content-container .tile .tags .subscribed {
	background-color: #FFF;
	border: 1px solid #61B082;
	color: #61B082;
}
#transcript-content-container .tile .tags .subscribed .icon {
	background-image: url('../images/icons/check.svg');
}
#transcript-content-container .tile .tags .subscribe_to_access,
#transcript-content-container .tile .tags .register_log_in {
	background-color: var(--jbjs-color);
}
#transcript-content-container .tile .tags .subscribe_to_access .icon {
	background-image: url('../images/icons/lock.svg');
}

#transcript-content-container .tile > .description {
	color: black;
	font-size: 1.1em;
	flex: 1;
}

#transcript-content-container .tile > .description > div {
	padding: 1em;
}

#transcript-content-container .tile > .description div + div {
	margin-top: 0.8em;
}

#transcript-content-container .tile > .description .credits {
	color: var(--jbjs-color);
	font-weight: 600;
}

@media (max-width:550px) {
	#transcript-content-container .tile {
		display: block;
	}

	#transcript-content-container .tile > .image {
		height: unset;
		min-height: 200px;
		box-shadow: 0px 2px 0.5em 3px #00000055;
	}

	#transcript-content-container .tile > .description > div {
		padding: 1.5em;
	}
}

#email-pdf-popup.mobile .modal-content {
	width: unset;
	max-width: 98%;
}

.transcript-login-message {
	display: flex;
	justify-content: center;
	font-size: 1.5em;
	font-style: italic;
}

.desktop .transcript-login-message {
	align-items: center;
	width: 100%;
	height: 100%;
}

.mobile .transcript-login-message {
	padding: 2em 0.5em 0 0.5em;
	text-align: center;
}


#transcript-content-container .cme-activities-header {
	font-size: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin-bottom: 0.25em;
}

#transcript-content-container .cme-activities-footer {
	margin: 0.5em 2em 0em 2em;
	padding-bottom: 0.5em;
	text-align: center;
}

.mobile #transcript-content-container .cme-activities-footer {
	margin: 0.5em 1em 0em 1em;
}

.progress-tab-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 0.5em;
}

.progress-tab-content .progress-content {
	flex: 1;
	overflow: auto;
}

#transcript-content-container .progress-tab-content .progress-content.blocks.spacer {
	display: block;
}

#transcript-content-container .progress-tab-content .blocks > :first-child {
	margin-top: 1.5em;
}
