/* Change the color of various "bars". */
.vjs-matrix .vjs-volume-level,
.vjs-matrix .vjs-play-progress,
.vjs-matrix .vjs-slider-bar {
  background: #00adee;
}

/* Modal dialog for pharma video */
/* For some reason in chrome the automatic gradient bg disappears when focus is brought to the video- removing the gradient here and re-applying below */
.video-js .vjs-modal-dialog {
	background: none !important; 
}

.vjs-init-modal .vjs-modal-dialog-content {
	font-family: 'Gotham Rounded SSm 4r', 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fcfcfa;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	font-size: 1.2em;
}

.vjs-init-modal .vjs-modal-dialog-content a {
	color: #fcfcfa;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fcfcfa;
}
