html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #000000;
}
#videoContainer.video-private {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: grey;
	color: white;
}

#searchBarSectionMini label {
	display: flex;
}

#searchBarSectionMini label input {
	flex: 1;
}
#searchBarSection label {
	display: flex;
	width: 90%;
}

#searchBarSection label input {
	flex: 1;
}


#searchBarSectionMini label {
	color: #ffffff !important;
}

.toc-contents-section {
	visibility: hidden;
}

#previewResumeButton {
	color: white;
	background-color: #383838;
	width: 100%;
}

#previewPlayButton {
	color: white;
	background-color: #383838;
	width: 100%;
}

.playResumeIcon{
	display: inline-flex;
	align-self:left;
	position: relative;
}

#previewResumePlayContent {
	background-color: #424242;
	background: #424242;
	flex-shrink: 0;
}

#previewResumePlayHeader {
	color: white;
	margin-bottom: 0px;
	background: none;
	padding: 10px;
	padding-left: 15px;
	border-bottom: none;
	display: flex;
	flex-direction: column;
}

.media-private{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: grey;
	color: white;
	height: 100%;
	width: 100%;
}
.media-thumbnail{
	background-position:center center;
	background-repeat: no-repeat;
	background-size:100%;
	height:100%;
	width:100%;
	cursor:pointer;
}
.media-thumbnail:hover{
	opacity:0.8;
}
.direct-link-overflow{
	overflow-x:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.download-link-width{
	width: 90px !important;
}
.media-link{
	height: 100%;
    width: 100%;
	justify-content: center;
}

.media-link .media-img {
	max-width: 100%;
	object-fit: contain;
}

.speed-option-wrapper{
	position: relative;
}

.player-icon-class {
	width: 38px;
	height: 100%;
    vertical-align: middle;
    position: relative;
    outline: none;
}

#previewResumePlayWrapper {
	transition: opacity 0.25s;
}

#previewImage {
	transition: opacity 0.4s;
	padding-top: 0px;
    height: 100%;
    object-fit: contain;
    margin-top: 0px;
    opacity: 1;
    width: 100% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative !important;
}

.video-with-overlay .overlay {
	background-color: transparent;
	transform: translateY(0%) !important;
	-webkit-transform: translateY(0%) !important;
	pointer-events: none;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}


.video-with-overlay:hover .overlay {
	opacity: 0.9;
}

.video-with-overlay .overlay img {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	height: 50%;
	width: 50%;
}

.hide-in-fullscreen {
	display: none !important; /* Hide regardless of inline styling (ex. display: flex) */
}

#bodyOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width : 100%;
	height: 100%;
	z-index: 2147483647;		/* This ensures the overlay is visible in fullscreen */
	background: transparent;
	background-color: transparent;
	opacity: 0.9;
}

#previewBodyOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: auto;
	background: transparent;
	background-color: black;
	opacity: 0.9;
}

.bodyOverlayIcon {
	position: absolute;
	font-size: 23vw;
	width: auto;
	height: auto;
	color: white;
	background-color: black;
	cursor: pointer;
}

#header {
	position: absolute;
	top: 0; 
	width: 100%;
	height: 8%;
	z-index: 10;
	display: none;
}

#header.embedded {
	height: 6%;
}

.instLogo {
	float: right;
	max-height: 100%;
	background-repeat: no-repeat;
	max-width: 18%;
  	max-height: 100%;
}

.instInfo {
	display: inline-block;
	float: left;
	font-family: Segoe UI,Helvetica,sans-serif;
	margin-left: 2%;
	
	width: 80%;
	
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	max-height: 100%;
}

.instInfo.embedded {
	font-size: 2.2vw;
}

#container{
	width: 100%;
	height: 100% !important; /* jw-flag-aspect-mode uses "height: auto !important", we need to override it. */
	background-color: black;		/* keep this value for the background-color as the one in #videoContainer,
										so that the color is consistent */
	}

#videoContainer {
	width: 100%;
	height: 100% !important;
	background-color: black;		/* keep this value for the background-color as the one in #container,
										so that the color is consistent */
	position: relative;
	/*margin-left: 2.5%;
	margin-top: 2%;*/
}
.minVideos {
	position: relative;
	height: 85%;
	width: 24%;
	float: left;
	/* margin-top:5px; */
}
.maxVideos {
	position: relative;
	height: 100%;
	width: 75%;
	float: left;
	/* margin-top: 5px; */
}
.midVideos{
	height: 100%;
}
.maxStream {
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 0 5px black;
}

/* Picture-in-Picture classes */
.minVideos.pip {
	position: absolute;
	height: initial;
	margin: 0;
	float: initial;
	z-index: 99;
	cursor: move;
	
	height: auto !important; /* Needed to maintain aspect-ratio when using contraints below */
	min-width: 15%;
	max-width: 30%;
}

.pip .minStream {
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	margin: 0;

	border: none;
}

.maxVideos.pip {
	position: relative;
	width: 100%;
	margin: 0;
	float: initial;
}

.maxStream:-webkit-full-screen{
	object-fit: contain;
}
.maxStream:fullscreen{
	object-fit: contain;
}
.maxStream:-moz-full-screen{
	object-fit: contain;
}
.maxStream:-ms-fullscreen{
	object-fit: contain;
}
.fullscreen-video-wrapper{
	height: 100%;
	width: 100%;
	background-color: black;
	position: relative;
}
.maxStream.in-fullscreen{
	height: 100% !important;
	width: 100% !important;
}
.minStream {
	margin-bottom: 10px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid black;
	box-shadow: 0 0 5px black;
	height: auto;
	max-height: 30%;
	max-width: 100%;
}

.midStream{
	border: 2px solid black;
	box-shadow: 0 0 5px black;
}

.threeStreams .midStream {
	max-width: 44%; /* 50% - 3% - 3% */
}
.midStream.non-min-max {
	width: 100%;
    margin: 0% 0% 0 0%;
}

.midStream.non-min-max.twoStream {
	height: 100%;
}

.midVideos.twoStreams{
	display: -webkit-flex; 
	display: -moz-flex;
	-moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.midVideos.threeStreams {
	overflow: auto /* Avoid collapsing top video's margin-top */
}

.midVideos.threeStreams .midStream {
	max-height: 45%;
}

.midVideos.threeStreams .non-min-max:nth-child(1) {
	margin-left: auto;
	margin-right: auto;
}

.midVideos.threeStreams .non-min-max:nth-child(2) {
	float: left;
	margin-left: 3%;
	margin-top: 1%;
}

.midVideos.threeStreams .non-min-max:nth-child(3) {
	float: right;
	margin-right: 3%;
	margin-top: 1%;
}

@media screen and (max-width: 600px) {
	.midVideos.twoStreams .midStream.non-min-max {
		width: 100%;
		height: 50%;
		max-width: 100%;
		max-height: 45%;
		margin: 3% 0 0 0;
	}
	
	.midVideos.threeStreams .midStream.non-min-max {
		width: 100%;
		height: 32%;
		max-width: 100%;
		max-height: 32%;
		margin: 1% 0 0 0;
	}

	.midVideos.twoStreams, .midVideos.threeStreams {
		display: -webkit-flex; 
		display: -moz-flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.midVideos video {
		max-height: 100% !important;
	}
}

video.minStream,video.maxStream {
	margin: auto;
}

video.twoStream, video.threeStream {
	opacity: 0;
}

.minVideos .minStream video {
	max-height: 100%;
}

.android .minVideos .minStream video, 
.iOS .minVideos .minStream video,
.minVideos.pip .minStream video {
	max-height: initial;
}

.minVideos .minStream {
	height: 30%;
}

.minStream.twoStreamsMinMax {
	height: 50%;
	max-height: 50%;
}


.minVideos.twoStreamsMinMax{
	width: 35%;
}

.maxVideos.twoStreamsMinMax{
	width: 65%;
}

.midVideos.showThumbnail{
	height: 75%;
}
.mid-stream-row{
	width: 100%;
	height: 50%;
	display: block;
}
.maxStream.showThumbnail {
	margin: auto;
}
.minStream.showThumbnail {
	width: auto;
	margin: auto;
	max-width: 100%;
}

video {
	width: 100%;
	height: auto;
}

.overflow-stream{
	display: none !important;
}
.surplus-button{
	position : relative;
	margin-left : auto;
	margin-right : auto;
	color: white;
}
.surplus-button:hover{
	cursor:pointer;
}
.thumbnailContainer{
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 11%;
	background-repeat: no-repeat;
	clear: both;
	border: 2px solid black;
	box-shadow: 0 0 5px black;
}

.thumbnailRow {
	display: flex;
	position: absolute;
	height: 100%;
}

.thumbnailRow img {
	height: 100%;
	width: auto;
	border: 3px solid transparent;
}

.thumbnailRow img:hover{
	cursor: pointer;
}
.thumbnail-container{
	display: inline-block;
	height: 98%;
	width: auto;
	border: 1px solid #ababab;
    border-radius: 4px;
	margin-right: 10px;
}
.thumbnail-time{
	position: absolute;
	bottom: 4px; /* thumbnail container: border 1px, thumbnail image: border 3px */
	border: 1px solid black;
	background: black;
	color: white;
	text-align: center;
	opacity: 0.85;
	padding: 0 0.2em;
	font-size: 14px;
}

@media screen and (min-width: 320px) {
	.thumbnail-time {
		font-size: calc(10px + (20 - 14) * ((100vw - 300px) / (2000 - 300)));
	}
}

.maxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 100;
	font-size: 15vw;
}

.minOverlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 100;
	font-size: 6vw;
}

.videoSubWrapper{
	min-height: 1.5em;
	font-size: 1.5vw;
    height: 1.5em;
	display: flex;
	align-items: center;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	height: auto;
	width: max-content;
	max-width: 75%;
}

@media screen and (max-width: 800px) {
	.videoSubWrapper {
		max-width: 90%;
	}
}

.videosubbar, #captionSettingsDialog .preview-wrapper {
	font-size: 15px;
}

/*
* Taken from https://css-tricks.com/snippets/css/fluid-typography/
* [minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))
*/
@media screen and (min-width: 400px) and (min-height: 400px) {	
	.videosubbar, #captionSettingsDialog .preview-wrapper {
		font-size: calc(15px + (34 - 15) * ((100vw - 400px) / (2000 - 400)));
	}
}

/*@media screen and (min-width: 2000px) {
	.videosubbar, #captionSettingsDialog .preview-wrapper {
		font-size: 26px;
	}
}*/

.slidecontainer {
    width: 195px;
    display: inline-block;
    position: relative;
}

.slider {
    -webkit-appearance: none;
    width: 60%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin: 5px 0px
}

.slider:focus::-webkit-slider-thumb {
	border: 2px solid rgba(11, 111, 133, 1);
}

.slider:focus::-moz-range-thumb {
	border: 2px solid rgba(11, 111, 133, 1);
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

#enhancedAudioDescriptionVideoOverlay {
	position: absolute;
	height: auto;
	min-height: 62px;
	width: max-content;
	min-width: 220px;
	max-width: min(90vw, 420px);
	right: 30px;
	display: flex;
	flex-direction: column;
	background-color: #232323;
	border: 1px solid #303030;
	box-shadow: 0px 0px 20px 4px #00000040;
	gap: 5px;
	padding: 4px;
	box-sizing: border-box;
	border-radius: 10px !important;
	z-index: 1;
}

#enhancedAudioDescriptionVideoOverlay .audioDescriptionOverlayTitleContainer {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #131313;
	gap: 6px;
	padding: 4px 8px;
	border-radius: 6px !important;
}

.audioDescriptionOverlayTitleContainer  .audioDescriptionOverlayTitle {
	font-weight: 500 !important;
	color: #9D9D9D;
	font-size: 12px;
	line-height: 1.2;
	white-space: normal;
	overflow-wrap: anywhere;
}

#enhancedAudioDescriptionVideoOverlay #eadPlayPauseBtn {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0px;
	border-radius: 4px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.audioDescriptionOverlayControls {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}
#playbar-enhanced-audio-icon{
	height: 32px;
	width: 32px;
}
#playbar-enhanced-audio-icon:hover,
#playbar-enhancedAudio-menuitem:focus #playbar-enhanced-audio-icon,
#playbar-enhancedAudio-menuitem:focus-visible #playbar-enhanced-audio-icon {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 8px !important;
}
.controls-divider{
    width: 1px;
    height: 16px;
    background-color: #313131;
}

#eadPauseIcon, #eadPlayIcon {
    background-color: transparent;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 6px !important;
    min-width: 94px;
    width: auto;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 6px !important;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    white-space: normal;
}

#enhancedAudioDescriptionVideoOverlay #eadPlayPauseBtn:hover,
#enhancedAudioDescriptionVideoOverlay #eadPlayPauseBtn:focus,
#enhancedAudioDescriptionVideoOverlay #eadPlayPauseBtn:focus-visible {
	color: #FFFFFF;
	background-color: #3A3A3A;
}

#enhancedAudioDescriptionVideoOverlay #eadPlayPauseBtn:focus {
	background-color: #3A3A3A;
}

#enhancedAudioDescriptionVideoOverlay #eadPlayPauseBtn:focus-visible,
#enhancedAudioDescriptionVideoOverlay #skipAudioBtn:focus-visible  {
	outline: 2px solid #0B6F85;
	outline-offset: 2px;
}

#enhancedAudioDescriptionVideoOverlay #skipAudioBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	gap: 5px;
	padding: 0 8px;
	border-radius: 6px !important;
	cursor: pointer;
	color: #FFFFFF;
	min-width: 94px;
	width: auto;
	text-align: center;
	white-space: normal;
}

#enhancedAudioDescriptionVideoOverlay #skipAudioBtn:hover,
#enhancedAudioDescriptionVideoOverlay #skipAudioBtn:focus{
	color: #FFFFFF;
	background-color: #3A3A3A;
}


#captionSettingsDialog{
    overflow: hidden!important;
}

#captionSettingsDialog .modal-dialog {
    margin: auto !important;
}

#captionSettingsDialogBody {
	overflow-x: hidden;
}

#PlaceholderSubs {
	visibility: hidden;
	display: block !important;
	position: absolute;
}

#notSupported {
	text-align: center;
	font-size : 30px;
}
.hover-option{
	z-index: 1;
}
video {
	display: inline-block;
	margin: 0;
	padding: 0;
	object-fit: contain;
}
#tnPreview {
	position: absolute;
	top: -100px;
	height: 100px;
	width: 150px;
	background-repeat: no-repeat;
	visibility: hidden;
	border: 2px white solid;
}
.tnPreviewContainerClass{
	width: 100%;
    height: 150px;
    position: absolute;
    background: url("/Dashboard/icons/ChaptersGradiant.svg") center center no-repeat;
    background-size: cover;
    bottom: 65px;
    pointer-events: none;
}
.tnPreviewChaptersForSegments{
	position: absolute !important;
	top: 10px !important;
    height: 100px !important;
    width: 150px !important;
	background-repeat: no-repeat !important;
	border: 3px white solid  !important;
	border-radius: 10px !important;
}
.tnPreviewChapters{
	position: absolute !important;
	top: -33px !important;
    height: 100px !important;
    width: 150px !important;
	background-repeat: no-repeat !important;
	border: 3px white solid  !important;
	border-radius: 10px !important;
}
#tnPreviewFormatting{
	display: none;
	bottom: -6px;
	width: 0;
	height: 0;
	left: 70px;
	border-top: 5px solid white;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
}
.tnPreviewDurationNonChaptersSegment{
	font-family: Roboto Mono, monospace;
    position: absolute  !important;
    color: white  !important;
    bottom: -35px !important;
    left: 52px !important;
    padding-top: 2px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    letter-spacing: 0px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    background: unset !important;
    text-shadow: 0px 0px 5px #000000CC  !important;
}
.tnPreviewDurationChapters{
	font-family: Roboto Mono, monospace;
    position: absolute  !important;
    color: white  !important;
    bottom: -80px !important;
    left: 50px !important;
    padding-top: 2px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    letter-spacing: 0px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    background: unset !important;
    text-shadow: 0px 0px 5px #000000CC  !important;
}
#tnPreviewDuration{
	font-family: Roboto Mono, monospace;
	position: absolute;
	background: black;
	color: white;
	bottom: 0;
	left: 52px;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
#tnPreviewChaptersTitleDefault{
	height: 0px;
}
.tnPreviewChaptersTitle{
    position: absolute;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0px;
    line-height: 1.5;
    color: white;
    bottom: -55px;
    left: -17px;
    padding-top: 2px;
    padding-right: 5px;
    padding-left: 5px;
    width: 180px;
    text-align: center;
    max-width: 180px;
    white-space: normal;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 45px;
    max-height: 80px;
    text-shadow: 0px 0px 5px #000000CC;
    
}
#tnPlayPercentage{
	position: absolute;
	background: black;
	color: white;
	top:0;
	right:0;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
#tnComments {
	opacity: 0.7;
	position: absolute;
	bottom: 77px;
	width: 200px;
	visibility: hidden;
}

@media screen and (max-width: 600px),(max-height: 300px) {
	#tnPreview {
		display: none !important;
	}
}

.playbar-wrapper {
	width: 100%;
	float: left;
	position: absolute;
	height: 65px;
	bottom: 0;
	z-index: 1000;	/* this ensures that the playbar is visible when fullscreened */
    overflow: visible !important;   /* resolves issues with jquery versions adding overflow:hidden on .show https://bugs.jquery.com/ticket/12854 */
	background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
}

@media screen and (max-width: 600px) {
	.playbar-wrapper {
		width: 100%;
		position: absolute;
		bottom: 0;
		/* z-index: 2147483647; */	/* this ensures that the playbar is visible when fullscreened */
	}
}
@media screen and (max-width: 800px) {
	.analytics-wave-form-included {
		display:block !important;
	}
}

#commentOuterContainer {
	position: absolute;
	bottom: 0;
	right: 5px;
}

#commentContainer {
	width: 275px;
	background:#00000000;
	
	overflow-x: hidden;
	overflow-y: auto;
	display: flex;
	align-items: flex-end;
	pointer-events: none;
}
#commentContainer::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: transparent;
}

#commentContainer::-webkit-scrollbar
{
	width: 6px;
	background-color: transparent;
}

#commentContainer::-webkit-scrollbar-thumb
{
	background-color: #C3C3C3;
	border-radius: 6px !important;
}

#commentList {
	flex: 1;
	max-width: 275px;
	margin-top: auto;
}

.reply-option{
    color: rgb(9, 87, 164) !important;
}

.comment-option:hover{
	text-decoration: underline;
}

.comment-entry {
	position: relative;
	max-height: 75px;
	border-radius: 5px !important;
	background-color: white;
	margin: 2px 0;
	/*cursor: pointer;*/
	border: 2px solid transparent;
	pointer-events: auto;
	overflow: hidden;
}

.comment-avatar {
	width: 30px;
	height: 30px;
	border-radius: 15px !important;
	margin: 7px;
	margin-bottom: auto;
}

.comment-user {
	font-size: 12px;
	font-weight: bold;
}

.comment-contents {
	width: calc(100% - 30px);
	display: flex;
	flex-direction: column;
	padding: 7px 15px 7px 0;
}

.comment-text {
	font-size: 12px;
	word-wrap: break-word;
	
	overflow: hidden;
	position: relative;
	line-height: 1.2em;
	max-height: 3.6em;
	margin-right: -1em;
	padding-right: 1em;
}
/* .comment-text:before {
	content: '...';
	position: absolute;
	right: 4px;
	bottom: 0;
}
.comment-text:after {
	content: '';
	position: absolute;
	right: 0px;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: white;
} */

.comment-entry.comment-selected {
	max-height: none;
	height: fit-content;
}
.comment-entry.comment-selected .comment-text {
	max-height: none;
}
.comment-entry.comment-selected .comment-text:before {
	content: '';
}

.tn-comment {
	border: 1px solid rgb(52,52,52);
	border-right: none;
	border-left: none;
	padding: 4px;
	background: black;
	overflow: hidden;
}
.tn-comment .comment-user, .tn-comment .comment-text {
	color: white;
	font-size: 11px;
	width: 100%;
}
.tn-comment .comment-contents {
	width: 150px;
	padding: 7px 0;
}
.tn-comment .comment-text {
	max-height: 2.4em;
}
.tn-comment .comment-text:after {
	background: black;
}

.player {
	background: transparent;
	box-sizing: border-box;
	border-radius: 0;
	-moz-box-sizing: border-box;
	position: relative;
	z-index: 10;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	margin:auto;
	height: 100%;
	padding: 2px 0 8px 0;
}
@media screen and (max-width: 800px) {
	.player {
	}
}

.player.embedded {
	height: 5%;
}

.player-playbar, .player-mainbar {
	display: inline-block;
}
@media screen and (max-width: 800px) {
	.player-playbar, .player-mainbar {
		border-radius: 0 !important;
		margin: 0;
	}
}

.player-playbar {
	width: 46px;
}
 
.player-mainbar {
	display: flex;
	flex: 1;
	align-items: center;
	margin: 0 2% !important;
}

.player-playbar .play-pause {
	/*font-size: 3rem;
	line-height: 175%;*/
	width: 100%;
	text-shadow: 0 0 0 #fff;
	color: rgba(255,255,255,0.8);
	padding: 0;
	text-align: center;
	font-variant: small-caps;
	
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 800px) {
	.player-playbar .play-pause  {
		border-radius: 6px !important;
	}
}

.play-pause-icon {
	height: 25px;
	width: 25px;
	display: block;
	overflow: hidden;
	position: relative;
}

.play-pause-icon.disabledForAudioDescription {
	opacity: 0.5;
}

.play-pause-icon .play-pause-icon-left, .play-pause-icon .play-pause-icon-right {
	background-color: white;
	height: 100%;
	width: 6.25px;
}
.play-pause-icon .play-pause-icon-left {
	float: left;
	margin-left: 4px;
}
.play-pause-icon .play-pause-icon-right {
	float: right;
	margin-right: 4px;
}

.play-pause-icon .play-pause-icon-triangle1, .play-pause-icon .play-pause-icon-triangle2 {
	position: absolute;
	top: -100%;
	right: 0;
	background-color: transparent;
	width: 0;
	height: 0;
	border-right: 25px solid #c0392b;
	border-top: 12.5px solid transparent;
	border-bottom: 12.5px solid transparent;
}

.sidebar-icons {
    stroke: #ffffff;
    fill: none;
    height: 1em;
    width: 1em;
    margin-right: 5%;
    margin-bottom: -1.5%;
    width: 20px;
    height: 20px;
}

.sidebar-icons:hover {
    stroke: #ffffff;
    fill: none;
}

.play-pause.embedded {
	font-size: 2vw;
}
.play-pause .svg-player-icon {
	width: 25px;
	height: 25px
}

.player .time {
	display: flex;
	color: #616161;
	font-variant: small-caps;
    font-size: 13px;
	vertical-align: middle;
 	text-align: center;
 	white-space: nowrap;
}

@media screen and (max-width: 800px) {
	.player .time {
		font-weight: bold;
		color: #616161;
		font-variant: small-caps;
		font-size: 0.8em;
		
	 	text-align: left !important;
	}
}

.time.embedded {
	font-size: 1.5vw;
	margin-top: 0.4%;
}

.player .progress {
	width: 100%;
	height: 7.5px !important;
	background: #676767;
	float: left;
	cursor: pointer;
	padding: 0;
	position: relative;
	font-variant: normal;
	margin: auto 0;
	border-radius: 5px !important;
	overflow: visible;
}

.progress {
	height: 100%;
	width: 100%;
	background: #ccccff;
	cursor: pointer;
	padding: 0;
	position: relative;
	font-variant: normal;
}

.player .progress-time-wrapper {
	display: inline-flex;
	height: 100%;
	outline: none;
	/* border-right: 1px solid #3a3a3a; */
	margin: 0 2%;
	flex: 7;
	gap: 5px;
	position: relative;
	cursor: pointer;
	padding-top: 5px;
	justify-content: center;
	align-items: center;
	/* padding: 8px 0px 8px 0px; */
}

.player .progress-bar {
	background: rgb(61,180,223);
	border-radius: 5px !important;
	height: 100%;
	position: relative;
	width: 0;
	transition: none;
}

.progress-bar {
	background: #7f7fff;
	border-radius: 5px !important;
	height: 100%;
	position: relative;
	width: 0;
	transition: none;
}

.place-holder-image{
	margin-left: auto;
	margin-right: auto;
	display: block;
	pointer-events:none;
}
.iOS .place-holder-image {
    margin-right: auto;
    display: block;
    pointer-events: none;
    margin-left: -69px;
    height: auto;
}

.player .button-holder {
	width: 0px;
	height: 120%;
	position: relative;
	left: 100%;
}

.timestamp-holder{
	background-color: #BAA7EC;
	width: 1px;
	height: 120%;
	position: relative;
	left: 100%;
}

.hotspot-holder{
	background-color: #0D8CA8;
    width: 3px;
    height: 170%;
    position: relative;
    left: 100%;
    top: -3px;
}
.timestamp-button, .hotspot-button {
	background-color: #B993FF;
	width: 12px;
	height: 12px;
	border-radius: 6px !important;
	margin-left: -7px;
	position: absolute;
	z-index: 5;
	cursor: pointer;
}

.player .progress-button {
	background: #FFF;
	border-radius: 30px !important;
	width: 15px;
	height: 15px;
	position: absolute;
	z-index: 100;
	text-decoration: overline;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.timestamp-holder .progress-button, .hotspot-holder .progress-button {
	width: 1px;
	left: 0;
	border-radius: 0 !important;
}

/* #videoWaveForm{
position: absolute;
bottom: 17px;
left: -45px;
} */

.progress-timestamp,.hotspot-timestamp {
	height : 100%;
	position : absolute;
}

/*.player .play, .player .pause-button .volume {
	-webkit-transition: all 0.2s ease-out;
}*/

.player .play .pause-button, .player .pause .play-button {
	display: none;
}

.player .volume {
	width: 42px;
	min-width: 42px;
	position: relative;
	display: flex;
	padding-left: 6px;
}
@media screen and (min-width: 800px) {
	.player .volume  {
		border-radius: 6px 0 0 6px !important;
	}
}

#volumeHolderOfVideo {
	pointer-events: none;
}

.player .volume-holder {
	height: 100%;
	width: 0;
	display: inline-flex;
	border-radius: 5px 5px 0 0;
}

.player .volume-bar-area {
	width: 80px;
	height: 100%;
	padding: 15.5px 0;
	margin: auto;
	cursor: pointer;
	opacity: 0;
}

.player .volume-bar-holder {
	background: #676767;
	width: 100%;
	/* margin: 15px auto; */
	height: 5px;
	border-radius: 5px !important;;
	position: relative;
	cursor: pointer;
}

.player .volume-button {
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	border-radius: 30px !important;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 78.5px;
}

.player .volume-button-holder {
	position: relative;
	left: -7.5px;
	top: -5px;	
}

.player .volume-bar {
	background: #dadada;
	border-radius: 5px !important;
	width: 100%;
	height: 100%;
	position: absolute;
}

.player .volume-icon {
	display: inline-block;
	outline: none;
	width: 34px !important;		/* Need this because of wrapper */
	height: 100%;
}

.player .fullscreen {
	font-size: 1.7vw;
	display: inline-block;
	float: right;
	text-shadow: 0 0 0 #fff;
	color: rgba(255,255,255,0.8);
	padding: 0;
	text-align: center;
	cursor: pointer;
	font-variant: small-caps;
}

.fullscreen.embedded {
	font-size: 2vw;
}

.player .external {
	font-size: 1.7vw;
	float: right;
	display: none;
	text-shadow: 0 0 0 #fff;
	color: rgba(255,255,255,0.8);
	padding: 0;
	text-align: center;
	cursor: pointer;
	font-variant: small-caps;
}

.external.embedded {
	display: inline-block;
	font-size: 2vw;
}

.player .subtitle {
	/*text-shadow: 0 0 0 #fff;*/
	cursor: pointer;
}
.subtitle.embedded {
	font-size: 2vw;
}

.player .menuitem {
	height : 36px;
	display : flex;
	align-items: center;
	width : 100%;
	cursor:pointer;
	padding: 14px 12px;
	padding-right: 2px;
	border-radius:5px !important;
}

.player .menuitem:focus {
	outline: none;
}

.playspeed-menu-holder .menuitem {
	justify-content: center;
}

.playspeed-menu-holder .glyphicon {
	right: 15px;
}

.quality-menu-holder .glyphicon {
	padding-left: 12px;
	padding-right: 14px;
	margin-right: 5px;
}

.sub-menu-holder .caption-checkmark {
	margin-left: auto;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 12px;
}

.sub-menu-holder .caption-checkmark:not(.glyphicon-ok) {
	visibility: hidden;
}

.sub-menu-holder .caption-language-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 4px 10px;
	height: 29px;
	width: 100%;
}

.sub-menu-holder .caption-language-item:hover,
.sub-menu-holder .caption-language-item:focus {
	background-color: rgba(109, 109, 109, 0.5) !important;
}

.sub-menu-holder .caption-language-item .menuitem-textselection {
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
	margin: 0;
	flex-grow: 0;
	text-align: left;
}

.caption-divider {
	width: 100%;
	height: 0px;
	border-top: 1px solid #3C3C3C;
	border-bottom: none;
	border-left: none;
	border-right: none;
	flex: none;
	align-self: stretch;
	margin: 0;
}

@media screen and (max-width: 800px),(max-height: 400px) {
	.player .menuitem {
		height : 24px;
		display : flex;
		align-items: center;
		width : 100%;
		cursor:pointer;
		padding: 4px 10px;
		padding-right: 2px;
		/* border-radius:5px !important; */
	}
}

.player .menuitem-label {
	font-size: 13px;
	font-weight: bold;
	word-break: break-all;
}

.player .menuitem-content {
	font-size: 13px;
	margin-left: auto;
}

@media screen and (max-width: 800px),(max-height: 400px) {
	.player .menuitem-content {
		height : 24px;
		text-align: center;
		vertical-align: middle;
	}
}


.player .menuitem-textselection{
	font-size: 13px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.player .settings {
	width: 42px;
	font-size: 1.7vw;
	display: inline-block;
	text-shadow: 0 0 0 #fff;
	color: rgba(255,255,255);
	text-align: center;
	cursor: pointer;
	font-variant: small-caps;
	padding-right: 4px;
}
@media screen and (min-width: 800px) {
	.player .settings {
		border-radius: 0 6px 6px 0 !important;
	}
}
.player .thumbnail-icon {
	font-size: 1.7vw;
	display: inline-block;
	text-shadow: 0 0 0 #fff;
	color: rgba(255,255,255,0.8);
	text-align: center;
	cursor: pointer;
	font-variant: small-caps;
}

.caption-not-visible{
	display: none;
}

#enhancedAudioDescriptionButton {
	width: 33px;
}

.thumbnail-icon.embedded {
	font-size: 2vw;
}

.speed.embedded {
	font-size: 2vw;
}

.player .speed-holder {
	width: 100%;
	left: 0;
	border-radius: 5px 5px 0 0;
	opacity: 0;
}

.player .caption-holder {
	width: 100%;
	left: 0;
	border-radius: 5px 5px 0 0;
	opacity: 0;
}

.player .quality {
	position: relative;
	color: #616161;
	font-weight: bold;
	display: inline-block;
	float: left;
	font-variant: small-caps;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.player .quality-icon{
	width: 100%;			/* Need this because of wrapper */
}

.player .settings-icon{
	width: 100%;			
}

.player .flash-fallback {
	/*font-size: 3rem;
	line-height: 175%;*/
	font-size: 2.2vw;
	display: inline-block;
	float: left;
	text-shadow: 0 0 0 #fff;
	color: rgba(255,255,255,0.8);
	padding: 0;
	text-align: center;
	cursor: pointer;
	font-variant: small-caps;
}

.player .table-of-contents-button {
	/*font-size: 3rem;
	line-height: 175%;*/
	font-size: 2.2vw;
	display: inline-block;
	text-shadow: 0 0 0 #fff;
	color: rgba(255,255,255,0.8);
	text-align: center;
	cursor: pointer;
	font-variant: small-caps;
}

.player .resize-video {
	/*font-size: 3rem;
	line-height: 175%;*/
	font-size: 2.2vw;
	display: inline-block;
	float: right;
	text-shadow: 0 0 0 #fff;
	color: rgba(255,255,255,0.8);
	padding: 0;
	cursor: pointer;
	font-variant: small-caps;
	text-align: center;
}

.player .quality-holder {
	width: 100%;
	/* background: #a3a3a3; */
	border-radius: 5px 5px 0 0;
	opacity: 0;
	font-size: 1vw;
	background: rgba(0,0,0,0.8);
}

.player .settings-holder-wrapper {
	position: absolute; 
	height: auto !important;
	max-height: calc(100vh - 70px) !important;
	width: 290px; 
	right: 10px;
	bottom: 48px; 
	display: none;
	color: white;
	z-index: inherit;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	border-radius:5px !important;
	background: rgb(34, 34, 34);
	box-shadow: 1px 1px 5px 0px #3f3e3e;
}
@media screen and (max-width: 800px),(max-height: 400px) {
	.player .settings-holder-wrapper {
		position: absolute; 
		height: auto !important;
		max-height: calc(100vh - 70px) !important;
		width: 270px; 
		right: 5px; 
		bottom: 100%; 
		display: none;
		color: white;
		/* border-radius:5px !important; */
	}
}

.player .playspeed-menu-holder {
	display : none;
	background: rgba(0,0,0,0.8);
}
.player .quality-menu-holder{
	display : none;
	height : 55px;
	background: rgba(0,0,0,0.8);
}

.player .audioTrack-menu-holder{
	display : none;
	height : 55px;
	background: rgba(0,0,0,0.8);
}

.player .sub-menu-holder{
	 display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 5px 0px;
	gap: 2px;
	background: #000000;
	border: 1px solid #414141;
	border-radius: 10px !important;
	display: none;
}


.player .settings-holder{
	width: 100%;
	height: auto !important;
	max-height: inherit;
	border-radius: 5px 5px 0 0;
	display:none;
	font-size: 1vw;
	border-radius:5px !important;
	color: inherit;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.transparentButtonAccessible {
	background-color: transparent;
	padding: 1px;
	border-width: 0px;
}

.transparentButtonAccessibleBlock {
	background-color: transparent;
	padding: 11px;
	border-radius: 5px !important;
	border-width: 0px;
	display: block;
}

.transparentButtonAccessibleBlock:focus-visible {
	outline: 2px solid #0B6F85 !important;
    outline-offset: 2px !important;
    border-radius: 4px !important;
}

#previewPlay:focus-visible{
	outline: 10px solid white;
}

.transparentButtonAccessibleBlock:hover {
	background-color: lightgrey !important;
	outline: none !important;
}

.transparentButtonAccessibleLeft {
	background-color: transparent;
	padding: 1px;
	border-width: 0px;
	text-align: left
}

@media screen and (max-width: 800px),(max-height: 400px) {
	
	.player .settings-holder{
		width: 100%;
		height: auto;
		border-radius: 5px 5px 0 0;
		display:none;
		font-size: 1vw;
		border-radius:5px !important;
		color: inherit;
	}	
	
}
table {
	width: 100%;
}
td:hover {
	background-color: #2a2a2a !important;
}
.selected {
}
tr > td:last-child {
	border: none;
}

video::-webkit-media-controls {
	display: none !important;
}
.player::-moz-full-screen {
	z-index: 2147483647 !important;
} 

.speed-text {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	left: 40%;
	font-size: 2vw;
}

.svg-player-icon {
	width: 24px;
	height: 24px;
	stroke: none;
    fill: #616161;
    -webkit-transition: fill 200ms;
    transition: fill 200ms;
    position:absolute;
    top:50%;
    bottom:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
}

.svg-setting-icon {
	width: 24px;
	height: 24px;
	stroke: none;
    fill: white;
     -webkit-transition: fill 200ms;
    transition: fill 200ms;
}
/*.svg-setting-icon>g {
	transform: translate(0, -6px);
}*/
.svg-setting-icon:hover {
    stroke: none;
    fill: white;
}

#audioDescriptionButton {
	width: 33px;
}

#volume-icon-max, #volume-icon-mid, #volume-icon-min, #volume-icon-mute {
	transform: translate(25%, -50%);
	-webkit-transform: translate(25%, -50%);
}

@media all and (-ms-high-contrast:none)
{
	*::-ms-backdrop, .svg-player-icon { transform:translate(30%, -50%); } /* IE11 */
}

.svg-player-icon:hover {
    stroke: none;
    fill: #949494;
    cursor: pointer;
}

.time-wrapper{
	margin: 0 6px;
	flex: 1;
	display: block !important;
}

#previewImage{
	height: 100%;
	width: 100%;
	position: absolute;
}

#previewPlay, #loginPlayBtn{
	border-radius: 50% !important;
	height:15%;				
	width: 10%;
	opacity: 0.7;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: opacity 0.25s;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgb(43, 27, 30, 1);
}

#autoSSOThumbImage {
	background-color: black;
	position: absolute;
	z-index: 1001;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#loginPlayBtn {
	width: 90px;
	height: 90px;
	z-index: 10;
}

#videoContainerWrapper #loginPlayBtn {
	background-color: rgb(43, 27, 30, 1);
	opacity: 0.7;
}

#videoContainerWrapper:hover #loginPlayBtn {
	background-color: rgb(22, 70, 160);
	opacity: 1;
}

#videoContainerWrapper #loginPlayBtn:hover, #videoContainerWrapper #loginPlayBtn:focus {
	box-shadow: 0 0 0 5px rgb(243,162,177);
	opacity: 1;
}

#previewResumePlay{
	position: relative;
	flex: 1;
	display: flex;
	border-radius: 50% !important;
	justify-content: center;
	opacity: 1;
}

#previewResumeModalBody{
	display: flex;
	flex-wrap: no-wrap;
	justify-content: left;
	flex-flow: column;
	flex-direction: column;
	flex-basis: 20%;
	width: 50%;
}

#previewResumePlayBody{
	flex-direction: column;
	padding-top: 5px;
	color: white;
	min-height: 88px;
}

#previewResumePlayTitle{
	text-align: left;
	width: unset;
	color: rgb(78,186,225);
}

#previewResumePlayOverlay{
	display: flex;
	justify-content: center;
	width:100%;
	height: 100%;
	position: relative;
	z-index: 20;
	opacity: 0.5;
	background: black;
}

@media screen and (max-width: 680px) {
	#previewResumePlayTitle{
		display: none;
	}
	
	#previewResumePlayHeader{
		display: none;
	}
}

.previewResumeModalButton{
	cursor: pointer;
	flex-direction: column;
	margin-top: 5px;
	max-width: none !important;
}

#previewPlayButtonText{
	margin-left: 0.25em;
}

#previewResumeButtonText{
	margin-left: 0.25em;
}

#playButtonIcon{
	height: 0.9em;
	width: 0.9em;	
	fill: white;
}

#replayButtonIcon{
	height: 1em;
	width: 1em;
}

.previewResumePlayButtonWrapper{
	display: inline-flex;
	flex-direction: row;
	flex-basis: 0;
	flex-grow: 1;
	width: 100%;
}

#previewResumeButton:hover {
	color: white;
	background-color: #303030;
}

#previewPlayButton:hover {
	color: white;
	background-color: #303030;
}

#previewPlay:hover, #loginPlayBtn:hover{
	cursor: pointer;
}

#seekIconPreview{
	height: 100%;
	width: 100%;
	text-align: center;
}

#previewLoading{
	font-size: 12vh;
	display: inline-block;
	line-height: 125%;
}

.svg-preview-icon{
	stroke: none !important;
	width: 40%;
	height: 40%;
	position: absolute;
	top: 50%;
	left: 52.5%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #ffffff;
}

.speed {
   	line-height: 28px;
   	height: 28px;
 	text-align: center !important;
	vertical-align: bottom !important;
}

td {
	width: 100%;
	display: table;
	border-bottom: 1px solid white;
	background-color: #a3a3a3;
}	
.speed-holder {
	line-height: 12px;
}

.speed-holder {
 	line-height: 12px;
}

#miniTOCContents .toc-text-box {
	color: white;
}
.toc-text-box:hover, #miniTOCContents .toc-text-box:hover{
	cursor: pointer;
	background-color: rgba(206, 219, 239, 1);
	color: #333;
}
#miniTOCContents .toc-text-box:hover .time-box {
	border-color: #333;
}

.toc-text-box-highlight {
	background-color: rgba(206, 219, 239, 0.1);
}

.toc-notes-wrapper:hover{
	background-color: rgba(206, 219, 239, 1);
}

.DocumentsViewerCloserClass{
	position: absolute;
	right: 45%;
	top: 10%;
	width : 2%;
	height : 45px;
	background-color:grey;
}

.DocumentsViewerCloserSpan{
	position: absolute;
	right: -20%;
	top: 13%;
	position: absolute;
	
}

.LinkedDocumentsViewer {
	position: absolute;
	right: 0;
	top: 0;
	width: 45%;
	/*max-width: 400px;*/
	height: 100%;
	background-color: whitesmoke;
}

.table-of-contents{
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
	height: 100%;
	background-color: black;
	border-left: 2px solid #FFF;
	z-index: 1001;
}

.table-of-contents:hover{
  	zoom: 1;
  	filter: alpha(opacity=50);
  	opacity: 1;
	-webkit-transition: opacity 0.25s ease-in-out;
  	-moz-transition: opacity 0.25s ease-in-out;
  	-ms-transition: opacity 0.25s ease-in-out;
  	-o-transition: opacity 0.25s ease-in-out;
  	transition: opacity 0.25s ease-in-out;
}

.mini-sidebar{
	height: 40%;
}

#brandLogoWrapper {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 10%;
}

.mini-sidebar img {
	max-width: 75%;
	height: auto;
}

#miniTOCContents{
	overflow-y: scroll;
}

.edit-note-input{
	margin-bottom: 5px;
	width: 80%;
}

#captionsContents {
	max-height: 270px;
}
#notesContents, #tocContents, #captionsContents, #ocrContents, #commentsContents{
	overflow-y: scroll;
}

#notesContents, #tocContents, #captionsContents, #ocrContents, .LinkedDocumentContent {
	transition: 0.15s;
}
/* 
	50px = side bar header height
	40px = search bar height
	55px = footer height
*/
#fullTOC{
	height: calc(100% - 50px - 40px - 55px);
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collaspe: collaspe;
	font-size: medium;
}

#miniTOC{
	display: inline-block;
	height: 100%;
	background-color: rgb(40, 40, 40);
}

#noteInputContainer {
	width: 100%;
	padding: 0 6px;
	display: flex;
}

#noteInput{
	width: 85%;
}

#commentBoxAndCheckContainer {
	flex-grow: 1;
}

#commentBoxAndCheckContainer button {
	width: 15%;
}

.toc-text-box{
	width: 100%;
	font-size: 12px;
	display: flex;
	color: rgb(106, 106, 106);
}

.contents-label{
	white-space:nowrap;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 2px
}

.time-box{
	border: 1px solid #d4d4d4;
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 3px !important;
    margin-right: 4px;
    margin-left: 2px;
    margin-top: 8px;
    height: fit-content;
    color: white;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .time-box {
        height: 100%;
   }
}
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop .time-box {
		height: 16.5px;
	}
}

.toc-entry, .ocr-entry, .caption-entry, .notes-entry, .comment-label, .comment-label-entry{
	word-wrap: break-word;
	word-break: break-word;
	overflow: hidden;
	flex: 1;
	margin: 2px 1px;
	text-align: justify;
    text-justify: inter-word;
    	color: black;
}

.comment-label p {
	margin: 0;
}

.comment-avatar-entry {
	margin-right: 5px;
	width: 35px;
	height: 35px;
	border-radius: 10px !important;
}

.miniTOC-entry{
	flex: 1;
	word-break: break-word;
	margin-top: 10px;
}

.toc-notes-wrapper{
	display: flex;
}

.tocHeader{
	background: linear-gradient(90.07deg, #031434 12.79%, #2A4E83 42.74%);
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    margin: 0;
    padding: 11px;
    padding-right: 0;
    cursor: pointer;
    border: 1px solid white;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    position: relative;
}

h2.modal-title-text {
	font-size: 1.6em;
}

#searchBarSection label {
	font-weight:bold;
	margin: auto;
}

#noteInputContainer label {
	padding-top:4px;
	font-weight:bold;
	padding-right:3px;
}

div#fullTOC h2 {
	background: var(--primary-light-color,#3DB4E1);
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    margin: 0;
    padding: 11px;
    padding-right: 0;
    cursor: pointer;
    border: 0px solid white;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    position: relative;	
   	display: inline-grid;
   	padding: 0px; 
}

.tocHeader:hover {
	background-color: var(--primary-color,#36A0C7);
}

button.tocHeader {
	text-align:left;
}

.tocHeader svg {
	height: 20px;
	width: 20px;
}

.tocHeader svg.sidebarOpen {
	height: 10px;
	width: 10px;
	margin-bottom: -1px;
}
.sidebarDocumentAfterSearch {
	font-size: 12px;
}

.tocHeaderClickArea {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.delete-note-button:hover{
	cursor: pointer;
}

.edit-note-button:hover{
	cursor: pointer;
}

.delete-note-button{
	margin-left: 2px;
	margin-right: 1px;
	float: right;
	font-size: 14px;
	align-self: center;
}

.edit-note-button{
	margin-left: 2px;
	margin-right: 1px;
	float: right;
	font-size: 14px;
	align-self: center;
}

.input-button{
	border: none;
    background: transparent;
    padding: 1px 4px;
    width: 10%;
}

#searchBarSection{
	display: flex;
	position: relative;
	bottom: 15px;
	align-self: stretch;
}
@media (max-width: 768px) {
	#miniContentsHeader .search-contents-label {
		display: none;
	}
}

#ksButton{
	display: flex;
	justify-content: space-evenly;
	margin-top: auto;
	margin-bottom: 8px;
	padding-top: 5px;
	text-align: center;
	min-width: 150px;
	width: 100%;
	padding: 0 5%;
	overflow-y: scroll;
}

#ksButton > button {
	margin: 5px;
}

@media screen and (max-width: 920px),(max-height: 400px) {
	#ksButton{
		font-size: 12px;
		min-width: 112px;
		width: 100%;
		padding: 0 2%;
		display: flex;
		flex-direction: column;
		justify-content: normal;
	}
}

@media screen and (max-width: 600px),(max-height: 400px) {
	#searchBarSection {
		padding: 2px 4px;
	}
	
	#fullTOC {
		height: calc(100% - 34px);
	}
	
	.tocHeader {
		padding: 6px;
		font-size: 13px;
	}
	
	.sidebar-icons {
		margin-right: 3%;
	}
	
	#searchBar, .toc-text-box, .LinkedDocumentContent, #noteInput, .no-items-found-message {
		font-size: 12px;
	}
	
	.toc-entry, .ocr-entry, .caption-entry, .notes-entry{
		margin: 4px 4px;
	}
	
	.time-box {
		font-size: 9px;
	}
	
	_::-webkit-full-page-media, _:future, :root #ksButton { /* Safari 7.1+ */
		width: 100%;
	}
}

@media all and (-ms-high-contrast:none) { /* IE */
	#ksButton{
		position: absolute;
		bottom: 0;
	}
	@media screen and (max-width: 600px) {
		#ksButton{
			width: 100%;
		}
	}
	
}
@supports (-ms-ime-align:auto) { /* Edge */
	#ksButton{
		position: absolute;
		bottom: 0;
	}
	@media screen and (max-width: 600px) {
		#ksButton{
			width: 100%;
		}
	}
}

_::-webkit-full-page-media, _:future, :root #ksButton { /* Safari 7.1+ */
	position: absolute;
	bottom: 8px; 
}

#pdf-download .modal-header, #pdf-download .modal-footer {
	margin: 0;
}

.overlay{
	width: 0;
	height: 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, 0.3);
    overflow-x: hidden;
    z-index: 100;
    overflow-y: hidden;
}

.link-button-row {
	margin-bottom: 5px;
}
.link-button-row>button {
	width: 90px;
	margin: 0 2px;
}

.downloadOverlay{
	position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, 0.3);
    overflow-x: hidden;
    z-index: 100;
    overflow-y: hidden;
}

#courseName{
    font-size: 2vh;
    line-height: 1;
    margin-top: 1%;
    color: #333333;
    font-weight: bold;
}
#videoTitle{
    font-size: 4vh;
    line-height: 2;
    margin: 0;
    color: #333333;
    font-weight: 900 !important;
}
#titleText{
	color: white;
}

#titleText.ellipsesOnOverflow{
	display: block;
}

#titleText-gradient{
	color: white;
}

.modal-body {
	max-height: 50vh;
	overflow: auto;
}
@media screen and (max-width: 800px),(max-height: 400px) {
	.modal-dialog {
		margin-bottom: 15px;
		width: auto;
		padding: 10px;
	}
	.modal-body {
		max-height: 47vh;
	}
}

.overlay-window-download{
	height: 75%;
	width: 68%;
	margin-left: auto;
	margin-right: auto;
	top: 45%;
	bottom: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	background-color: white;
	overflow-y: auto;
}

.overlay-window{
	height: 75%;
	max-height: 560px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	bottom: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	background-color: white;
	overflow-y: auto;
	padding-bottom: 2%;
	padding-top: 1%;
}

#ksTableWrapper{
	overflow-y: auto;
	margin-left: 5%;
}

#ksTable{
	width: 98%;
}

#keyboardShortcuts{
	font-size: 2em;
	text-align: center;
	background-color: white !important;
}

#keyboardShortcuts:hover{
	background-color: white !important;
}

#ksCloseButton{
	margin-top: 2%;
	margin-right: 2%;
}

.transparentButtonAccessible {
	background-color: transparent;
	padding: 1px;
	border-width: 0px;
}

.overlay-close-button{
	float: right;
}

.overlay-close-button:hover{
	cursor: pointer;
}

.ks-content{
	font-size: 1em;
	padding-left: 3%;
	border-bottom: none;
	width: 80%;
	display: table-cell;
	border: 1px solid #cccccc !important;
	background-color: white !important;
}

.ks-content:hover{
	background-color: white !important;
}

#subclipWindow{
	padding: 2%
}

#subclipSubheading0,#subclipSubheading1, #subclipSubheading2, #subclipSubheading3, #subclipSubheading4{
	color: #666666;
	font-size: 1.2em;
	margin-top: 1%;
}


.subclipBtn {
	padding: 3px 7px;
	margin-top: 1%;
}

#LinkInput {
	resize: none;
	border: 1px solid #aaaaaa;
	margin-top: 2%;
	width: 100%;
	cursor: text;
}

#confusionVisibility {
	margin-left: 6px;
	width: auto;
}
#confusionInput{
	resize: none;
	border: 1px solid #aaaaaa;
	height: 34px;
	max-height:15vh;
	width: 100%;
	margin-right: 6px;
	line-height: 28px;
}
#confusionHeader{
	font-size: 2em;
}
#confusionWindow{
	padding: 2%
}

#downloadBody, #downloadBody>div, #downloadBody>div>div {
	display: flex;
	flex-direction: column;
	flex: 1;
}

#downloadBody {
	max-height: 70vh;
}

@media screen and (max-width: 800px),(max-height: 400px) {
	#downloadBody {
		max-height: 54vh;
	} 
}

#downloadBody .container {
	margin-bottom: 0 !important;
}
#rowContent {
	/* max-height: 49vh; */
}
@media screen and (max-width: 640px),(max-height: 400px) {
	#rowContent {
		max-height: 47vh;
	}
}
@media screen and (min-width: 980px),(min-height: 540px) {
	#rowContent {
		max-height: unset;
		overflow: auto;
	}
}
#downloadWindow{
	padding: 2%;
	display: flex;
	flex-direction: column;
}
#confusionSubheading{
	color: #777777;
	font-size: 1.2em;
	padding-top: 2%;
}

@media screen and (max-width: 640px),(max-height: 400px) {
	.modal-header, .modal-body, .modal-footer {
		padding: 10px;
	}
}

@media screen and (max-width: 600px),(max-height: 400px) {
	.modal-header {
		margin-bottom: 5px;
	}
	.modal-header, .modal-body, .modal-footer {
		padding: 5px;
	}
	.modal-footer {
		margin-top: 5px;
	}
	
	.modal-body {
		max-height: 55vh;
		overflow: auto;
	}
	
	.modal-header h4, .modal-header h3, .modal-header .modal-title-text {
		font-size: 16px;
		margin: 5px 0;
	}
	
	.link-button-row button, .modal-footer button {
		font-size: 13px;
		padding: 3px 6px;
	}
	#subclipSubheading0,#subclipSubheading1, #subclipSubheading2, #subclipSubheading3, #subclipSubheading4,
		#subclipStartTime, #subclipEndTime, .subclipBtn {
		margin-top: 2px;
	}
	#subclipSubheading0, #subclipSubheading1, #subclipSubheading2, #subclipSubheading3, #subclipSubheading4 {
		font-size: 12px;
	}
	#LinkInput {
		font-size: 12px;
		margin-top: 5px;
	}
	
	#rowContent {
		max-height: 50vh;
		overflow: auto;
	}
	.overlay-window-download {
		width: 78%;
	}
	#downloadCloseButton {
		top: -36px !important;
	}
	#downloadBody, #downloadBody label, #downloadBody button {
		font-size: 12px;
	}
	#downloadBody #rowContent>div>div div {
		margin: 5px !important;
	}
	
	#downloadDialogue{
		height: 100%;
		width: 100%;
		display: flex;
	}
	
	#downloadHeader{
		margin-top: 0px;
	}
	
	.overlay-window {
		height: 70%;
	}
	#keyboardShortcuts {
		font-size: 16px;
	}
	
	.upgraded-modal-header {
		padding-top: 10px;
	}
	.upgraded-modal-body br {
		display: none;
	}
	.modal-body h5 {
		font-size: 12px;
		margin: 5px 0;
	}
	.media-modal-times-icon {
		float: right
	}
}

.overlay-button{
	padding: 10px 20px;
	border-radius : 5px !important;
	color: white !important;
	font-weight: bold;
	background-color: #00af50;
	float: left;
	margin-top: 2%;
}
.overlay-button:hover{
	cursor:pointer;
}

#searchBar{
	background: #F7F7F7 url(/Dashboard/style/svgicons/media-player/sidebarv2/search-icon.svg) no-repeat 95% 6px;
	width: 100%;
	padding-left: 15px;
	box-sizing: border-box;
	border-radius: 8px;
	height: 40px;
	border-width: 3px;
}

#searchBar:focus {
	border-color: #0277AD;
}

.text-input{
	border-radius: 5px;
	background: #f1f1f1;
	box-shadow: none;
}

.text-input:hover{
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08) !important;
}

#searchBarSectionMini{
	width: 50%;
	margin-left: 0%;
	margin-right: auto;
	padding-left: 0%;
	padding-right: 0%;
	color: #0e0e0e;
}

#searchBarMini{
	width: 100%;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding-bottom: 0px;
}

.no-items-found-message{
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	height: fit-content;
	height: -moz-fit-content;
	width: calc(100% - 20px);
	margin: 15px auto 0 auto;
	color: black;
}

.no-content-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#noContentDocuments {
}

#noContentNotes, #noContentComments {
}

#noContentSlides, #noContentCaptions, #noContentIndexes {
}
/* solution to hide iOS play button, source: http://stackoverflow.com/questions/8911247/hide-iphone-html5-video-play-button */
/* This used to work for parent element of button divs */

/* But it is not enough now, below dont hide play button parent div */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}


.LinkedDocumentContent{
	overflow-y: scroll;
}

.sk-circle {
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 2147483648;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-height: 430px) {
	.no-footer-overflow .no-content-found {
		display: none;
	}
}

@media screen and (max-height: 430px) {
	#tocContent .no-content-found, #noContentCaptions .no-content-found {
		display: none;
	}
}

@media screen and (min-width: 800px) {
	td {
		width: 100%;
		display: table;
		height: 15px;
		border-bottom: 1px solid white;
	}
	
	.speed-holder {
   		line-height: 18px;
	}
	.speed {
	   	line-height: 30px;
	   	height: 30px;
   	   	width: 45px;
	 	text-align: center !important;
		vertical-align: bottom !important;
	}

	.time {
		font-size: 1.2em;
	   	
	}
	
	/*.player-icon-class {
	    font-size: 22px !important;
	    line-height: 30px !important;
	    width: 30px !important;
	    height: 30px !important;
	}*/
	
	.player {
		width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	td {
		width: 100%;
		display: table;
		height: 15px;
		border-bottom: 1px solid white;
	}
	
	.speed-holder {
   		line-height: 18px;
	}
	.speed {
	   	line-height: 38px;
	   	height: 38px;
   	   	width: 63px;
	 	text-align: center !important;
		vertical-align: bottom !important;
	}

	.time {
	    font-size: 1.3em !important;
	   	
	}
	
	/*.player-icon-class {
	    font-size: 24px !important;
	    line-height: 38px !important;
	    width: 38px !important;
	    height: 38px !important;
	}*/
	
	.player {
		width: 100%;
	}
}

body {
font-family: 'Roboto', sans-serif;
}


@media screen and (min-width: 1600px) {
	
	td {
		width: 100%;
		display: table;
		height: 15px;
		border-bottom: 1px solid white;
	}
	
	.speed-holder {
   		line-height: 18px;
	}
	.speed {
	   	line-height: 38px;
	   	height: 38px;
   	   	width: 63px;
	 	text-align: center !important;
		vertical-align: bottom !important;
	}

	.time {
	    font-size: 1.3em !important;
	   	
	}
	
	/*.player-icon-class {
	    font-size: 28px !important;
	    line-height: 38px !important;
	    width: 38px !important;
	    height: 38px !important;
	}*/
	
	.player {
		width: 100%;
	}
	
}

.captionConfig {
	align-items: center;
	padding: 4px 10px;
	width: 100%;
	height: 28px;
	cursor: pointer;
	white-space: nowrap;
}

.captionConfig .captionConfigText {
	font-size: 14px;
	background: transparent;
	border: none; 
	text-align: left;
	width: 100%;
}

.captionConfig:hover, .captionConfig:focus {
	background-color: rgba(239, 233, 233, 0.7) !important;
}

/* Menu item hover states */
/* Used for the Setting Gear submenu items*/
.menuitem {
	background-color: rgb(34, 34, 34);
}

.settings-holder .menuitem {
	color: inherit;
}

.menuitem, .menuitem:before, .menuitem:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }

.menuitem:hover,
.menuitem:focus {
	background-color: rgba(109, 109, 109) !important;
}


@media screen and (max-width: 800px),(max-height: 420px) {
	#thumbnail-menuitem {
		display: none;
	}
	
	#li-thumbnail-menuitem {
		display: none !important;
	}	
}
@media screen and (max-width: 420px),(max-height: 205px) {
	.table-of-contents-button {
		display: none !important;
	}
	
	#getlink-menuitem, #download-menuitem, #confusion-menuitem {
		display: none;
	}
	
	#li-getlink-menuitem, #li-download-menuitem, #li-confusion-menuitem {
		display: none !important;
	}
	
	#commentContainer {
		display: none;
	}
}

.dc_commentSectionOptions {
    display: flex;
    justify-content: space-between;
}

.dc_commentSectionOptionContainer {
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.dc_commentSectionOptionContainer.option-send{
	flex: 1 1 25%;
	margin-right: 20px;
}
.dc_commentSectionOptionContainer.option-predef-resp{
	flex: 1 1 50%;
	overflow: hidden;
}
.dc_commentSectionOptionContainer.option-predef-resp .lc_responseText{

}
.dc_commentSectionOptionContainer.option-predef-resp #si_templateResponses{
	width: 50%;
}
.lc_responseText {
    white-space: nowrap;
    margin-right: 10px;
}

.player-icon-class>div:not(.play-pause-icon){
	height:100%;
}

#enterFullscreenButton {
	padding-top: 0px !important;
	overflow: visible;
}

#exitFullscreenButton {
	padding-top: 0px !important;
	overflow: visible;
}
/*optimization css to avoid jquery .css*/
.floatRight {
	float: right;
}

.switchStreamButtonOverlay{
	position: relative;
	height: auto;/*was auto*/
}

.midStreamFlex{
	display:flex;
	width: 49%;
}

#di_insertCommmentContainer{
	z-index: 1;
}

.streamSwitchButton {
	right: 1%;
	top: 1%;
	margin: 5px 5px 0 0;
	position: absolute;
	z-index: 1000;
	height: 24px;
	width: 24px;
	cursor: pointer;
	background: rgba(0,0,0,0.5);
}

#transparentPlayPauseOverlay {
	pointer-events: none;
}

#playOverlay {
	border-radius: 50%;
    background: black;
    opacity: 0.4;
    width: 100px;
    height: 100px;
    float: left;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10000;
    transform: translate(-50%, -50%);
}

#pauseOverlay {
	border-radius: 50%;
    background: black;
    opacity: 0.4;
    width: 100px;
    height: 100px;
    float: left;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10000;
    transform: translate(-50%, -50%);
}

#di_insertCommmentContainer .dc_commentControlContainer {
    display: flex;
    justify-content: space-around;
}
#di_insertCommmentContainer .rounded-border{
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}
#di_insertCommmentContainer .dc_commentInputContainer .tc_commentInput:focus {
    border: 0.5px solid #0000ff8f;
}

#di_insertCommmentContainer .dc_commentInputContainer .tc_commentInput {
    width: 100%;
    resize: none;
    border: 0.5px solid #000000;
    outline: none;
    padding: 0;
    font-family: sans-serif;
    padding: 5px;
    /*overflow: hidden;*/
}
#di_insertCommmentContainer .dc_commentControlContainer {
    display: flex;
    justify-content: space-around;
}
#di_insertCommmentContainer .dc_commentContainer {
    padding: 10px;
    background: white;
    border: 1px solid black;
}
#di_insertCommmentContainer .dc_commentContainer.with-triangle-bottom:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 88px;
    border: 13px solid black;
    border-color: transparent transparent white white;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    pointer-events: none; /* disable consuming events for overlapping*/
    display: none;
}
#di_insertCommmentContainer .dc_commentDataStatistics {
    display: flex;
    justify-content: space-around;
	margin-top: 5px;
	margin-bottom: 5px;
}
#di_insertCommmentContainer .comment-data-entry {
    width: 10ch;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#di_insertCommmentContainer .dc_commentTimestamp.comment-data-entry {
    width: 15ch;
}
#di_insertCommmentContainer {
    position: absolute;
    bottom: 100%;
    left: 50%;
}

#di_insertCommmentContainer * {
    cursor: initial;
}

#di_insertCommmentContainer .dc_commentControl.center-vertically {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#di_insertCommmentContainer .dc_commentControl,
#di_insertCommmentContainer .dc_commentControl .fa {
    cursor: pointer;
    position: relative;
}
#di_insertCommmentContainer .bc_postCommentButton .fa {
	margin-right: 5px;
}
#di_insertCommmentContainer .bc_postCommentButton.btn.defaultcolor {
	cursor: pointer;
}
#di_insertCommmentContainer .dc_commentControl:not(.send-comment) .fa {
	font-size: 18px;
}
#di_insertCommmentContainer .dc_commentControl.predefined-response{
    position: relative; /* aligning the responses container */
}
#di_insertCommmentContainer .responsesContainer {
    position: absolute;
    bottom: 100%;
    background: white;
    padding: 5px;
    border-radius: 10px !important;
    border: 1px solid black;
}

#di_insertCommmentContainer .response {
    padding: 1px;
	display: flex;
    align-items: center;
    gap: 6px;
}
#di_insertCommmentContainer .response:hover {
    color: #332ff1;
    cursor: pointer;
}

.sc_targetAudienceButton:focus-visible{
    outline: 2px solid #0B6F85 !important;
    outline-offset: 2px !important;
    border-radius: 4px !important;
}

#di_insertCommmentContainer .dc_commentVisibilityContainer {
    margin-bottom: 5px;
}
#di_insertCommmentContainer .dc_commentVisibilityContainer {
    width: 30ch;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#di_insertCommmentContainer .response {
    width: 20ch;
    overflow-x: auto;
    white-space: nowrap;
}
#di_insertCommmentContainer .dc_commentContainerTitle {
    background: url(/Dashboard/icons/bottom-border.png) no-repeat;
    background-size: 100% 5px;
    background-position: bottom;
    margin-bottom: 10px;
    font-weight: bold !important;
    text-align: center;
    color: #444444;
    padding-bottom: 15px;
	position: relative;
}

.sc_commentTitle {
    margin: 0;
    font-size: inherit;
    font-weight: inherit !important;
}

#di_insertCommmentContainer .dc_commentContainer.with-triangle-bottom.rounded-border {
	width: 220px;
}
#di_insertCommmentContainer .dc_commentControl.close-comment{
	position: absolute;
	top: 0;
	right: 0
}

#autoQuality{
	font-size : x-small;
}

#mediaFileContainerWrapper{
	display: flex;
	width: 100%;
	height: 100%;
	background: black;
}

.tab-header {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #B8B8B8;
	width: 100%;
	background: white;
	justify-content: space-between;
}

.tab-header svg {
	fill: none !important;
}

.tab-icon {
	width: 100%;
	height: auto;
	padding-bottom: 5px;
	padding-left: 7px;
}

#tabHeader .tab-icon{
	padding-left: 0px;
}

.tab-icon-container {
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.tab-icon-container svg:hover {
	fill: none !important;
}

#tableOfContents {
	container-type: inline-size;
}

.note-row-type.index-item-container .nested-note-thumb-container {
	position: relative;
}

@container (max-width: 350px) {
	.tab-icon-container label {
		display: none;
	}

	.tab-icon-container svg {
		margin-bottom: 10px;
	}

	#tableOfContents .sidebar-content {
		height: calc(100% - 112px - 40px);
	}

	.note-row-type.index-item-container .nested-note-thumb-container {
		position: initial;

	}

	.note-row-type.index-item-container .nested-note-thumb-container .index-thumbnail {
		display: none;
	}

	.note-row-type.index-item-container .nested-note-thumb-container .play-icon {
		display: none;
	}

	#tableOfContents .note-row-type.index-item-container .nested-note-thumb-container .timestamp-container {
		padding: 4px 11px 4px 11px;
    	background: #042735;
		position: initial;
		transform: initial;
	}

	@media screen and (max-height: 450px) {
		/*
		* Sidebar header: 75
		* Tabs: 55
		*/
		#tableOfContents .sidebar-content {
			height: calc(100% - 79px - 40px);
		}
	}
}

.tab-icon-container label{
	font-weight: 500;
	color: black;
	cursor: pointer;
}

.tab-icon-container:hover {
	background: #CECECE;
}

.tab-icon-container.selected-tab {
	background: #0B6F85;
}

.tab-icon-container.selected-tab path{
	fill: none !important;
    stroke: white !important;
}

.tab-icon-container.selected-tab label{
	color: white;
}

.tab-icon-container svg:hover path{
	fill: none !important;
}

.selected-tab .tab-icon {
	padding-bottom: 1px;
}

/* 
  Heights: 
	sidebar header : 112px
	tab selector : 55px
*/
.sidebar-content {
	width: 100%;
	height: calc(100% - 112px - 55px);
	background-color: #EAEAEA;
}

.content {
	display: none;
	height: 100%;
	width: 100%;
}

/* footer height = 45px */
.content.no-footer-overflow {
	height: calc(100% - 45px);
}

.content.selected-content {
	display: grid;
	grid-template-rows: 1fr min-content;
	overflow-y: auto;
	background-color: #EAEAEA;
	overflow-x: hidden;
}

#searchContent.content.selected-content {
	display: flex;
	flex-direction: column;
}

.float-bottom {
	margin-top: auto;
}

.entry-container {
	margin-top: 5px;
	cursor: pointer;
}

.entry-container:hover {
	background-color:rgba(206, 219, 239, 1)
}

.search-header {
	height: 30px;
	background-color: darkgray;
}

.search-icon-header {
	margin-top: 5px;
	margin-left: 5px;
}

.section {
	display: flex;
	flex-direction: column !important;
}

#noResultsContent {
	margin: auto;
}

.ui-resizable-handle.ui-resizable-se {
	background-image: url(/Dashboard/style/svgicons/bottom-right-corner-new.svg) !important;
	background-position: 0px 0px !important;
	width: 22px;
	height: 22px;
	right: -6px;
	bottom: -5px;
}

.ui-resizable-handle.ui-resizable-sw {
	background-image: url(/Dashboard/style/svgicons/bottom-left-corner-new.svg) !important;
	background-position: 0px 0px !important;
	width: 22px;
	height: 22px;
}

.ui-resizable-handle.ui-resizable-ne {
	background-image: url(/Dashboard/style/svgicons/top-right-corner-new.svg) !important;
	background-position: 0px 0px !important;
	width: 22px;
	height: 22px;
}

.ui-resizable-handle.ui-resizable-nw {
	background-image: url(/Dashboard/style/svgicons/top-left-corner-new.svg) !important;
	background-position: 0px 0px !important;
	width: 22px;
	height: 22px;
}

.hide {
	display: none !important;
}

.changeViewButtonsContainer {
	display: flex;
	flex-direction: row-reverse;
}

.singleView {
	width: 100% !important;
}

.changeViewContainer {
	position: absolute;
	right: 1px;
	top: 60px;
	display: flex;
	flex-direction: column;
	z-index: 1000;
}

#switchStreams {
	float: right;
}

.switchStreamsButton {
	cursor: pointer;
	margin-left: auto;
	text-align: center;
}

#pipBtn {
	margin-top: 5px !important;
	transform: scale(1.06);
}

#singleViewBtn {
	transform: scaleY(1.25);
	margin-top: 5px !important;
}

#presenterViewBtn {
	margin-top: 5px !important;
	transform: scaleY(1.5);
}

#galleryViewBtn {
	margin-top: 5px !important; 
}


svg:not(.circle-spinner):not(.insights-video-waveform):not(.svg-player-icon):not(.svg-preview-icon):hover {
	fill: var(--primary-light-color,#02b0ff) !important;	
}

svg:not(.circle-spinner):hover rect {
	fill: var(--primary-light-color,#02b0ff) !important;
}

svg:not(.circle-spinner):not(.svg-preview-icon):not(.svg-player-icon):hover path {
	fill: var(--primary-light-color,#02b0ff) !important;	
}

.changeViewContainer svg {
	fill: #fff6f6;
	stroke: #fff6f6; 
}

.changeViewContainer rect {
	fill: #fff6f6;
	stroke: #fff6f6;
}

svg:hover rect {
	fill: var(--primary-light-color,#02b0ff);
}

#previewOverlay {
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1001;
}

.changeViewButton {
	text-align: center;
	margin-right: 15px;
	position: relative;
	cursor: pointer;
	background-color: rgba(0,0,0,0.5);
	border-radius: 2.4px !important;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.changeViewButton svg {
	display: block;
	margin: auto;
	margin-top: 3px !important;
}

.changeViewButtonsContainer {
	margin-top: 10px;
}

#sidebarMainHeader {
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, rgba(4,34,50,1) 0%, rgba(1,43,55,1) 51%, rgba(0,47,58,1) 100%);
	flex-direction: column;
}

.sidebar-collapse-icon {
	width: 32px;
	height: 32px;	
	background-image: url(/Dashboard/style/svgicons/media-player/sidebarv2/new-collapse-icon.svg) !important;
	cursor: pointer;
	z-index: 1000;
	align-self: end;
	position: relative;
	right: 18px;
	margin-top: 1.5em;
}

.sidebar-collapse-icon:hover{
    background-color: #2D6674 !important;
}

.sidebar-collapse-icon:focus{
    background-color: #2D6674 !important;
    outline: 2px solid #FFFFFF !important;
}

.sidebar-title {
	color: white;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.2px;
	margin: auto auto 5px auto;
	position: relative;
	bottom: 25px;
}

@media screen and (max-height: 450px){
	.sidebar-title {
    	display: none;
	}
	#TOCCloseBtn{
		bottom: 17px;
	}
}

#sidebarFooter {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	z-index: 1000;
	position: absolute;
	bottom: 0;
	background: inherit;
	background-color: #EAEAEA;

	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.5em;
}

.adjust-flex-direction{
	flex-direction: row !important;
}

#shortcutButton {
	background : url(/Dashboard/style/svgicons/media-player/sidebarv2/shortcut-icons.svg) no-repeat;
	width: 34px;
	height: 33px;
	border: 0px solid white;
	box-sizing: border-box; 
	border-radius: 2.47681px !important;
	cursor: pointer;
}

#shortcutButton:hover {
}

.toc-icon {
	background : url(/Dashboard/style/svgicons/media-player/sidebar/index-icon.svg) no-repeat center;
}

.ocr-icon {
	background : url(/Dashboard/style/svgicons/media-player/sidebar/slides-icon.svg) no-repeat center;
}

.caption-icon {
	background : url(/Dashboard/style/svgicons/media-player/sidebar/captions-icon.svg) no-repeat center;
}

.note-icon {
	background : url(/Dashboard/style/svgicons/media-player/sidebar/notes-icon.svg) no-repeat center;
}

.comment-icon {
	background : url(/Dashboard/style/svgicons/media-player/sidebar/comments-icon.svg) no-repeat center;
}

.document-icon {
	background : url(/Dashboard/style/svgicons/media-player/sidebar/resource-icon.svg) no-repeat center;
}

.toc-icon-small {
	background : url(/Dashboard/style/svgicons/media-player/sidebar/index-icon-small.svg) no-repeat;
}

.ocr-icon-small {
	background : url(/Dashboard/style/svgicons/media-player/sidebar/slides-icon-small.svg) no-repeat;
}

.caption-icon-small {
	background : url(/Dashboard/style/svgicons/media-player/sidebar/captions-icon-small.svg) no-repeat;
}

.note-icon-small {
	background : url(/Dashboard/style/svgicons/media-player/sidebar/notes-icon-small.svg) no-repeat;
}

.comment-icon-small {
	background : url(/Dashboard/style/svgicons/media-player/sidebar/comments-icon-small.svg) no-repeat;
}

.document-icon-small {
	background : url(/Dashboard/style/svgicons/media-player/sidebar/resource-icon-small.svg) no-repeat;
}

#sidebarContent .tab-content-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0em;
	z-index: 1001;
}

#sidebarContent .tab-content-header-text {
	font-size: 14px;
	line-height: 14px;
}

#commentsContainer.container-with-input-box{
	max-width: none;
}

/* comment/note input box height = 60px */
.container-with-input-box {
	width: 100%;
	background-color: transparent;
	overflow-y: auto;
	border-radius: 2px !important;
}

.input-area {
	min-height: 60px;
	width: 100%;
	background: #FFFFFF;
	border: 1.5px solid #0277AD;
	box-sizing: border-box;
	border-radius: 5px !important;
	resize: none;
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
	scrollbar-width: none;  /* Firefox */
	padding: 5px 45px 5px 5px;
	word-break: break-all;
	font-size: 14px;
}

.input-area::-webkit-scrollbar { 
	display: none;  /* Safari and Chrome */
}

#commentArea, #noteArea {
	position: relative;
	width: 90%;
	margin-left: 5%;
	display: flex;
	align-items: center;
}

.submit-input-button {
	max-width: 33px;
    min-width: 33px;
	width: 15%;
	height: auto;
	position: absolute;
	right: 40px;
	cursor: pointer;
	border: none;
}

.toc-comments {
	min-width: 100%;
	max-width: fit-content;
	padding: 10px 10px 15px 10px;
	display: flex;
	flex-direction: column !important;
	position: relative;
	cursor: pointer;
	color: white;
}

.toc-comments .comment-label-entry{
	color: black;
}

.comment-user-info-container {
	display: flex;
    align-items: center;
}

.comment-user-entry {
	font-size: 16px;
	margin-bottom: 0 !important;
	color: black;
	overflow-wrap: anywhere;
}

.comment-label {
	font-size: 13;
}

#resourcesContainer {
	height: 70%;
}

#downloadAllResourcesButton {
	float: right;
	margin-right: 10px;
}

.document-item-container {
	display: flex;
	background: transparent;
	padding: 10px;
	margin-bottom: 10px;
	align-items: center;
}

.file-type-icon {
	max-width: 40px;
	max-height: 40px;
	height: auto;
	min-width: 12px;
	width: 16%;
}

.file-pdf {
	background : url(/Dashboard/style/svgicons/media-player/sidebar/file-pdf-solid.svg) no-repeat;
}

.file-alt {
	background : url(/Dashboard/style/svgicons/media-player/sidebar/file-alt-solid.svg) no-repeat;
}

.file-powerpoint {
	background : url(/Dashboard/style/svgicons/media-player/sidebar/file-powerpoint-solid.svg) no-repeat;
}

.file-excel {
	background : url(/Dashboard/style/svgicons/media-player/sidebar/file-excel-solid.svg) no-repeat;
}

.download-button {
	max-width: 30px;
	min-width: 20px;
	width: 10%;
	height: auto;
	cursor: pointer;
	border: none;
}

.document-title {
	margin: 0 5px 0 5px;
	width: 95%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: 700;
	color: black;
}


.content-container::-webkit-scrollbar {
	display: block;
	width: 10px;
	height: 20px;
}

.content-container::-webkit-scrollbar-thumb {
	background-color: #C1C1C1;
}


.content-container::-webkit-scrollbar-track-piece:end {
	margin-bottom: 55px; 
}

.index-row-type.index-item-container{
	width: 100%;
	display: flex;
	padding: 6px 5px;
	height: 100px;
	margin-bottom: 6px;
    margin-top: 6px;
	cursor: pointer;
	flex-direction: row-reverse;
	color: white;
	
}

.index-row-type.index-item-container:hover{	
	background: #CECECE;
	
}

.caption-row-type.index-item-container{
	color: white;
    display: flex;
    padding: 6px 5px;    
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
    flex-direction: row-reverse;
}

#tableOfContents .timestamp-container, #tableOfContents .comment-timestamp-container {
	border-radius: 4px !important;
	padding: 4px 11px;
	background: #042735;
}

#tableOfContents .timestamp {
	font-family: Roboto Mono;
}

.caption-row-type.index-item-container .index-item-text{
	width: 45%;
    font-size: 13.5;
    padding-left: 0.5em;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    border: none;
	height: 60px;
    /* min-height: 3em; */
    cursor: pointer !important;
    flex: 1;
    color: #042735;
}

.caption-row-type.index-item-container .right-column{
	display: flex;
	justify-content: center;
    align-items: center;
}

.caption-row-type.index-item-container .right-column .play-icon{
	display: none;
}

.note-row-type.index-item-container{
	width: 100%;
	display: flex;
	padding: 8px 7px;
	height: 100px;
	margin-bottom: 10px;
	cursor: pointer;
	color: white;
}

.note-row-type.index-item-container .index-thumbnail{
	width: auto !important;
}

.index-item-container:hover {
	background: #CECECE;
}

.toc-comments:hover {
	background: #CECECE;
}

.document-item-container:hover{
	background: #CECECE;
}

.index-row-type.index-item-container .index-item-text{
	width: 100%;
	font-size: 13.5px;
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
	scrollbar-width: none;  /* Firefox */
	overflow-y: scroll;
	border: none;
	cursor: pointer !important;
	flex: 1;
	padding: 0;
	margin: 5px 0px 0px 0px !important;
	color: black;
	word-break: break-word;
}

.index-item-text {
	width: 45%;
	font-size: 13.5;
	padding: 0.2em;
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
	scrollbar-width: none;  /* Firefox */
	overflow-y: scroll;
	border: none;
	cursor: pointer !important;
	margin-left: 15px;
	flex: 1;
	resize: none;
}

.index-item-text:focus {
	border: none !important;
}

.index-item-text::-webkit-scrollbar { 
	display: none;  /* Safari and Chrome */
}

.comment-timestamp-container {
	display: flex;
	cursor: pointer;
	margin-left: 10px;
}

.comment-timestamp-container .play-icon{
	display: none;
}

.index-row-type.index-item-container .right-column .timestamp-container {
	display: flex;
	float: right;
	cursor: pointer;
	flex-direction: row-reverse;

	background: #042735;
	color: white;
	padding: 4px 11px;
}

.index-row-type.index-item-container .right-column .timestamp-container .play-icon{
	margin: auto !important;
	color: black;
	display: none;
}

#tableOfContents .nested-note-thumb-container .timestamp-container {
	display: flex;
	cursor: pointer;
	flex-direction: column-reverse;
    position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: black;
	padding: 2px 5px;
}

.nested-note-thumb-container .timestamp-container .play-icon {
	visibility: hidden;
}

.index-thumbnail {
	height: auto;
	max-height: 100%;
	width: 40%;
	max-width: 150px;
	box-sizing: border-box;
	filter: drop-shadow(0px 3.67483px 14.6993px rgba(0, 0, 0, 0.1));
	object-fit: contain;
	border-radius: 10px !important;
}

.play-icon {
	background: url(/Dashboard/style/svgicons/media-player/sidebarv2/play-icon.svg) no-repeat;
	width: 17px;
	height: 24px;
	margin: 0px 0px 5px 10px;
	cursor: pointer;
}

.note-row-type.index-item-container .right-column{
	position: relative;
	margin-left: 3px;
	display: flex;
	justify-content: center;
	align-items: start;
}

.index-row-type.index-item-container .right-column{
	position: relative;
	display: flex;
	align-items: center;
}

.edit-note-button {
	width: 21px;
	height: 21px;
	border: none;
}

.edit-note-container {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
}

.content-container {
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	margin-left: 5px;;
	padding-bottom: 45px;
}

.clickable {
	cursor: pointer;
}

.reply-comment-button {
	float: right;
	margin-left: 10px;
	cursor: pointer;
}

.search-show-replies-button{
	position: absolute;
	bottom: 5;
	left: 10;
	white-space: nowrap;
	font-size: 11px;
	color: rgb(9, 87, 164);
	cursor: pointer;
}

.search-show-replies-button:hover{
	text-decoration: underline;
}

.index-row-type.index-item-container .index-item-text.single-indent {
	padding-left: 15px;
}

.index-row-type.index-item-container .index-item-text.double-indent {
	padding-left: 30px;
}

.edit-mode {
}

.index-source-container {
	width: 10%;
	position: relative;
}

.source-icon {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0;
}

.download-notes-button {
	border: none;
	width: 40px;
	height: 40px;
	max-width: 40px;
	min-width: 20px;
	cursor: pointer;
    margin-left: 6px;
}

.search-element {
	margin-bottom: 10px;
	border: none !important;
}

.no-content-found {
	margin-left: auto;
	margin-right: auto;
}

.no-search-results-found {
	background: url(/Dashboard/style/svgicons/media-player/sidebar/No-results-found-icon.svg) no-repeat;
	width: 70px;
	height: 70px;
	margin: 25px auto 0 auto;
}

.no-background {
	background-color : transparent !important;
}

#downloadAllFooter {
	position: absolute;
	top: 0;
	right: 10;
}

@media screen and (max-height: 350px) {
	.no-content-found {
		display: none;
	}
}

.small.index-item-text {
	font-size: 13px !important;
}
.small.comment-user-entry {
	font-size: 13px !important;
}
.small.play-icon {
	display: none !important;
}

.small.lakshmi-button {
	font-size: 12px;
	min-width: 55px;
}

@media screen and (max-height: 350px) {
	.no-content-found {
		display: none;
	}
}
.email-input {
	width: 90%;
	margin: auto;
	height: 30px;
}

.document-list {
	width: 100%;
}

.document-list::after {
	content: "";
	height: 45px;
	display: block;
}

#captions tbody tr td{
	display:table-cell;
	border: none;
	background-color: white;
	font-size: 14px;
	width: max-content;
	padding-bottom:15px
}

#captions tbody tr td:hover {
	background-color: white !important;
}

.download-email-input {
	margin-left: 10px;
	border-style: ridge;
	outline: none;
}

.download-email-input:valid {
	border-color: var(--btn-save-color);
	box-shadow: 0 0 10px var(--btn-save-color);
}

.download-email-input:invalid,.download-email-input.invalid {
	border-color: var(--btn-warn-color);
	box-shadow: 0 0 7px var(--btn-warn-color);
}

.action-button-div{
	background: url(/Dashboard/style/svgicons/media-player/sidebarv2/action-menu-button.svg) no-repeat;
	background-position: center;
	height: 30px;
	width: 30px;
}

.action-menu-div{
   background: white;
   width: fit-content;
   height: fit-content;
   position: relative;
   top: 28px;
   right: 50px;
   padding: 2px;
   border-radius: 7px !important;
}

.action-menu-div .reply-comment-button {
	float: none !important;
	margin-left: inherit !important;
	cursor: inherit !important;
	color: black !important;
	width: 60px;
    border: transparent;
    border-radius: 3px !important;
}

.action-menu-div .edit-note-button{
	float: none !important;
	margin-left: inherit !important;
	cursor: inherit !important;
	color: black !important;
	width: 70px;
    border: transparent;
    border-radius: 3px !important;
    background-color: white;
}

.action-menu-div .edit-note-button:hover {
	background: #e9e6e6 !important;
}

.action-menu-div .reply-comment-button:hover {
	background: #e9e6e6 !important;
}

.index-item-container textarea {
	background-color: transparent !important;
	color: black;
}

.index-item-container textarea[readonly] {
	border: none;
	outline: none;
}

.index-item-container textarea.edit-mode {
	background-color: #FFFFFF !important;
	border: 1px solid #6F6F6F !important;
	border-radius: 4px !important;
	outline:none;
	padding:5px;
	cursor: text !important;
}

/* Keeping this code for future use */
/* .approve-edit-button{
	position: relative;
	right: 40px;
	top: 30px;
	background: white url(/Dashboard/style/svgicons/media-player/sidebarv2/approve-edit-button.svg) no-repeat;
	height: 22px;
	width: 22px;
	border-radius: 3px !important;
	padding: 10px;
	background-position: center;
	border-color: #0B6F85;
	margin-bottom: 10px;
} */

#noteArea{
	display: flex;
	align-items: center;
}

#noteButton{
	right: 46px;
}

#noteButton.no-download-btn {
	right: 3px;
}

#commentButton{
	right: 3px;
}

.playbar-wrapper .player {
	flex-direction: column;
}

.break-line-delimiter{
	width: 100%;
	border-bottom: 1px solid #909090;
}

.index-content-container{
	display: flex;
    flex-direction: column-reverse;
    width: 80%;
    overflow: auto;
}
.player-mainbar svg:hover{
	fill: white !important;
}

.player-mainbar svg:hover path{
	fill: white !important;
}

#captionsButton{
	height: 29px;
	width: 29px;
	fill: none !important;
}

#captionsButton:hover{
	fill: none !important;
}

#captionsButton:hover path{
	fill: none !important;
}

.playbar-wrapper svg:hover{
	fill: white !important;
}

.playbar-wrapper svg:hover path{
	fill: white !important;
}

.playbar-wrapper #external-icon > svg#externalPlayerButton:hover{
	stroke: none;
}

.etime-holder{
	display: inline-block;
	width:40px;
	min-width: fit-content;
	/* font-family: Roboto Mono, monospace; */
	font-family: Chivo Mono, monospace;
	font-weight: 700;
}

.time-forwardslash-delimiter{
	display: inline-block;
	font-family: Roboto Mono, monospace;
	padding: 0 0.2em;
}

.ttime-holder{
	display: inline-block;
	width:40px;	
	min-width: fit-content;
	/* font-family: Roboto Mono, monospace; */
	font-family: Chivo Mono, monospace;
	font-weight: 700;
}

#settingsHdIcon{
    font-size: 9px;
    height: fit-content;
    position: absolute;
    top: 5px;
    left: 20px;
    background: #BF0033;
    padding: 1px;
    z-index: 1;
}

#playButton:not(.not-visible){
	display: inline !important;
}

#pauseButton:not(.not-visible){
	display: inline !important;
}

#ksOverlay{
	z-index: 1001;
}

#downloadHeader{
	font-size: 24px;
}
.hidden-important{
	display: none !important;
}
.disabledOverlayButtons{
	cursor: not-allowed;
    opacity: 0.5; /* Optional: Makes it look more disabled */
    pointer-events: none; /* Optional: Prevents clicking */
}

.audio-dubbing-menu{
	width: 290px !important;
}

#aiPanel{
	display: flex;
	flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-color: white;
    border-left: 2px solid #FFF;
    z-index: 1001;
}

#aiPanelMainContents{
	height: calc(100% - 72px);
	display: flex;
    flex-direction: column;
    justify-content: center;
}

#ai-assistant-icon{
	cursor: pointer;
}

#ai-assistant-icon .svg-setting-icon{
	fill: white !important;
}
#video-analytics-icon{
	cursor: pointer;
}

#linkOverlay #clipBtn:focus-visible,#linkOverlay #clipBtn:focus, #linkOverlay #segmentBtn:focus-visible,#linkOverlay #segmentBtn:focus{
	border-color: #42296E !important;
    background: #1D1B2014 !important;
    border-right: 1px solid #0B6F85 !important;
    border-left: 1px solid #0B6F85 !important;
    border-top: 1px solid #0B6F85 !important;
}
.video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  background-color: black;
}

.progress-wrapper {
  position: relative;
  width: 100%;
  height: 7.5px;
  background-color: #444;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 5px;
  overflow: hidden;
}

.progress-container {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: #777;
  border-radius: 5px;
  overflow: hidden;
}

.progress-segment {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #ccc; /* default unplayed */
    border-radius: 4px !important;
    height: 6px; /* adjust thickness */
}

.segment-marker {
    width: 6px;
    height: 6px;
    background-color: #9c27b0;
    border-radius: 50%;
    top: -4px; /* align with progress bar */
}

.progress-segment:first-child {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.progress-segment:last-child {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.segment-fill,
.preview-fill {
    border-radius: inherit !important;
}

.progress-segment.hover {
  height: 10px !important;
  margin-top: -2px;
}

.vertical-align {
	margin: 0 6px;
    flex: 1;
    max-width: 100%;
    min-width: 0;
}

.chapterTitle{
	display: flex;
    gap: 10px;
    max-width: 100%;
    min-width: -webkit-fill-available;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    flex: 1 1 auto;
}

#playBarChapterTitle{
	width: auto;
    white-space: nowrap;
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    flex: 1 1 auto;
}

.chaptersNameSpan{
	color: #FFFFFF;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div#playbar-enhancedAudio-menuitem{
	display: flex;
    justify-content: center;
    align-items: center;
}

/* Legacy JS can set table/table-cell and fixed 50px heights inline; force a scrollable block menu when visible. */
.player .settings-holder-wrapper[style*="display: table"],
.player .settings-holder-wrapper[style*="display: table-cell"] {
	display: block !important;
}

.player .settings-holder-wrapper::-webkit-scrollbar-thumb{
	border: 3px solid transparent !important;
}