﻿body { 
	margin: 0;     
	background-color: #000;
}


/* playback speed slider */
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 12;
    width: 15px;
    height: 6px;
    cursor: default;
}
.ui-slider-horizontal 
{
    height: .2px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -8px;
}
.ui-slider-vertical {
    top: 10px;
    left: 13px;
    width: 2px;
    border: 3px solid #333;
    padding-right: 3px;
}
.ui-slider-vertical .ui-slider-handle {
    margin-left: -1px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.ui-button-text-only {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#settingsButton div {
    cursor: default;
}

/* row/col settings */
.row, .col { overflow: hidden; position: absolute; }
.row { left: 0; right: 0; }
.col { top: 0; bottom: 0; }
.scroll-x { overflow-x: auto; }
.scroll-y { overflow-y: auto; }

            
.playerNavigation {
    background-color: #111;
    color: #fff;
    font-family: veranda, arial;
    font-size: 12px;
    font-weight: bold;
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
    
}
.left.col {
	width:250px;
    left: 0px;
}

.right.col {
	left: 250px;
	right: 0px;
}

.right.col .middle.row {
	top: 52px;
	bottom: 35px;
}

.navPane 
{
    width: 0;
}
.navText {
    font-family: Arial;
    font-weight: bold;                
    white-space: nowrap;
    clear: both;
    cursor: pointer;
    color: #ccc;
}
.navText:hover {
    background-color: gray;
}
.moduleName {
    height: 16px;
    font-size: 13px;
}
.clipName {
    padding-left: 20px;
}
.playerNavigation .watched {
    color: #bbb;
}
.playerNavigation .selected {
    background-color: #555;
}
.playerNavigation img {
    visibility: hidden;
    margin-right: 3px;
}
.playerNavigation .watched img {
    visibility: visible;
    float: left;
    display: block;
    margin-right: 3px;
    margin-top: 2px;
}

.playerVideo {
    height: 100%;
    width: 100%;
    outline: none;
}
.playerVideoTitle {
    font-size: 13px;
    z-index: 13;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    font-family: Veranda, Arial;
    text-align: center;
    overflow: hidden;
    background-color: black;
}
.logoContainer {
    background-color: #000;
}

.videoControls 
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 15;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: white;
    height: 35px;
    background-color: #222;
    padding-bottom: 3px;
}
.playerPane {
    font-size: 10px;
}
.leftPlayerControlItem 
{
    margin-top: 12px;
    margin-right: 25px;
    float: left;
}

.rightPlayerControlItem 
{
    margin-top: 12px;
    margin-left: 25px;
    float: right;
    position: relative;
    z-index: 12;
}

.clipDurationPlayerControlItem {
    min-width: 65px;
    text-align: center;
}
.volumeControlItem {
    width: 20px;
}
.volumeControlPopupContainer {
    left: -10px;
}
.settingsPopupContainer 
{
    padding: 10px;
    width: 470px;
    z-index: 14;
    right: -10px;
    bottom: 35px;
    background-color: #333;
    position: absolute;
    color: #ddd;
}
.keyboardShortcutLegend {
    position: absolute; 
    bottom:15px; 
    right:10px; 
    cursor:pointer;
    width: 150px;
}
.keyboardShortcut {
    float:left; 
    width:15px;
    padding-left: 1px;
}
.keyboardShortcutWide
{
    width: 16px;
    padding-left: 0;
}
.keyboardShortcutText {
    padding-left:6px;
}
.keyboardShortcutTextNarrow {
    padding-left:5px;
}
.playerControlPopupContainer {
    height: 120px;
    width: 40px;
    margin-top: -120px;
    background: #111;
    position: relative;
    
}
#videoQualityControl {
    width: 103px;
}
.videoQualityPopupContainer 
{
    padding: 2px;
    margin-top: -74px;
    height: 70px;
    width: 90px;
    text-align: left;
}
.videoScalingPopupContainer 
{
    margin-top: -54px;
    height: 50px;
    width: 80px;
    text-align: left;
    padding: 2px;
}

#maximizationImage {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.playPauseControl 
{
    margin-left: 10px;
}
.gradientGrey {
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #444, black);

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#black), to(#444));
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #444, black);
  
  /* IE 10 */
  background: -ms-linear-gradient(top, #444, black);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #444, black);
}

.gradientLightGrey {
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #444, #222);

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#222));
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #444, #222);
  
  /* IE 10 */
  background: -ms-linear-gradient(top, #444, #222);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #444, #222);

  /* IE 6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );

}

.controlsWithSelectorsText {
    padding-top: 3px;
    padding-left: 5px;
}

.videoControlsText {
    padding-top: 3px;
    padding-left: 5px;
}

.bufferedProgress {
    height:10px;
    background-color: #666;
    position: relative;
}
.watchedProgress {
    height:10px;
    background-color: #E76E34;
    position: relative;
    top: -10px;
    width: 0%;
}
.videoPositionProgressBar {
    position: absolute;
    bottom: 25px;
    width: 100%;
    height:10px;
    background-color: #333;
    margin-bottom: 6px;
}

.playerControlItem {
    height: 20px; 
    cursor: pointer;
}
.bufferingMessage 
{
    position: absolute;
    top: -22px;
    z-index: 12;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: white;
    background-color: black;
    opacity: .7;
    width: 70px;
}
.ui-icon-gripsmall-diagonal-se {
    background-image: url(../../img/sh/resize-handle-small-v1.png);
    background-position: 0 0;
    
}
.transcript
{
    margin: auto;
    z-index: 11;
    background-color: black;
    opacity: .9;
    height: 70px;
    position: absolute;
    border: 1px solid #999;
    overflow: hidden;
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 41px;
}
.transcriptText {
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    color: white;
    position: absolute;
    text-align: center;
    padding-left: 50px;
    left: 0px;
    right: 0px;
}
.googleTranslate {
    background-color: white;
    text-align: center;
    border-top:  2px solid #333;
    border-left:  2px solid #333;
    border-right:  2px solid #333;
    padding-top: 6px;
}
.languageSelector {
    z-index: 1;
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #333;
    color: white;
    padding: 3px;
    font-size: 16px;
    font-weight: 600;
    font-family: "arial black", arial;
    cursor: pointer;
    width: 37px;
    opacity: .5;
    background-image: url(../../img/sh/down-arrow-white-v1.gif);
    background-position: 31px 13px;
    background-repeat: no-repeat;
}
.languageSelector:hover {
    opacity: 1;
}
.languageOptions {
    background-color: #333;
    color: white;
    position: absolute;
    bottom: 108px;
    left: 49px;
    width: 400px;
    display: none;
    z-index: 13;
    cursor: pointer;
    font-family: arial;
}
.languageOption {
    color: white;
    float: left;
    padding: 5px;
    cursor: pointer;
}
.languageOption:hover {
    background-color: #999;
}
.courseProgressBarPane {
    width:100%;
}
.courseProgressBarModule {
    position: relative;
    background-color: #666; 
    height: 7px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.courseProgressBarModuleContainer {
    float:left;
    overflow: visible;
    position: relative;
}
.moduleProgressIndicator {
    background-color: #666;
    position: relative;
    height: 7px;
}
.progressBarClipList {
    position: relative;
    z-index: 12;
    background-color: #333;
    font-size: 12px;
    color: white;
    margin-right: 10px;
    overflow: hidden;
    padding:5px;
    display: none;
}
.progressBarClipList div {
    padding: 3px;
    
}
.progressBarClipListLeftNav {
    position:relative; 
    top: 55px;
    z-index: 12;
    cursor: pointer;
    float: left;
}
.progressBarClipListRightNav {
    position:relative;
    top: -65px;
    z-index: 12;
    cursor: pointer;
    float: right;
}
.courseModuleTab 
{
    position: relative;
    padding-top: 5px;
    padding-bottom: 2px;
    z-index: 14;
    border-top: 1px solid black;
}

.moduleContent {
    position: relative;
    top: -1px;
    width: 100%;
    background-color: #333;
    z-index: 13;
    float: left;
}

.clipListOuterContainer {
    height: 123px;
    display: none;
    border: 1px solid #999;
    opacity: .95;
    z-Index: 13; 
    overflow: hidden;
}

.clipListContainer 
{
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    right: 0;
    height: 123px;
    background-color: #333;
    z-index: 12;
    clear: none;
    margin-left: 30px;
    margin-right: 30px;
}

.clipListCarousel {
    position: relative; 
    left:0
}

.clipListItem {
    position: relative;
    float: left;
    border: 1px solid #999;
    width: 150px;
    height: 80px;
    cursor: pointer;
    color: white;
    font-family: Arial;
    font-size: 14px;
    margin: 3px;
    z-index: 12;
    padding: 5px;
}
.clipListItem.watched
{
    background-image: url(../../img/sh/checkbox-v2.png);
    background-repeat: no-repeat;
    background-position: 5px 71px;
}
.clipListItem.currentClip
{
    background-color: #777;
    border: 1px solid #E76E34;
}

.clipListItemDescription {
    height: 65px;
    word-wrap: break-word;
}

.clipListItemDuration {
    position:relative; 
    bottom:3px; 
    right: 3px; 
    text-align: right;
}

.moduleNotAuthorizedContainer {
    display: none;
    font-size: 16px;
    font-family: Arial;
    color: white;
    height: 100px;
    padding: 10px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    
}

.moduleTitle {
    font-size: 16px;
    font-family: Arial;
    color: white;
    width: 100%;
    background-color: #333;
    padding-top: 4px;
    text-align: center;
}

.playerHints {
    width: 210px;
    display: inline-block;
    color: #E76E34;
    z-index: 14;
    margin: 2px;
    display: none;
    cursor: pointer;
    position: absolute;
    left: 10px;    
}

.playerHintsInnerContainer {
    position: relative;
    border: 2px solid #E76E34;
    height: 100%;
    font-size: 18px;
    font-family: Arial;
    background-color: black;
    padding: 3px;
}
.playerHintsCloseLink {
    float:right;
    font-size:14px;
    padding-top:4px;
    cursor:pointer;
}
#scrubberHandle 
{
    background-image: url(../../img/pl/h5p-handle-v1.png);
    background-clip: border-box;
    background-color: transparent;
    background-attachment: scroll;
    background-origin: padding-box;
    background-repeat: no-repeat;
    position:relative;
    top: -8px;
    right: -10px;
    float: right;
    height:26px;
    width: 26px;
         
}
.videoOverlayMessage {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20%;
    font-size: 16px;
    font-family: Arial;
    color: white;
    z-index: 12;
}
.videoOverlayMessageBlack {
    background-color: black;
}
.supportOverlay 
{
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
    display: none;
    position: absolute;
    height: 510px;
    width: 355px;
    padding: 10px;
    font-size: 14px;
    font-family: Arial;
    color: black;
    background-color: white;
    z-index: 20;
    margin-left: 50px;
    overflow: auto;
    border: 3px solid #E76E34;
    bottom: 30px;
    right: 20px;
}
.supportLabel {
    margin-top: 10px;
}
.supportEmailAddress {
    width:350px;
}
.supportEmailValidation {
    position: absolute;
    top: -18px;
    right:-5px;
    border: 1px solid #ec3f41;
    padding: 3px;
    width: 80px;
    background-color: white;
    border-radius:5px;
}
.supportText {
    width: 350px;
    height: 150px;
}
.supportDiagnosticData {
    width: 350px;
    height: 150px;
    background-color: #DDD;
    color: #333;
    border-color: #999;
}
.supportButton {
    cursor: pointer; 
    height:32px; 
    width:79px; 
    font-size:15px; 
    font-weight: bold; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    -khtml-border-radius: 4px; 
    border-radius: 4px; 
    border: 1px solid #d3d3d3; 
    background-color: #e6e6e6; 
    font-weight: normal; 
    color: #555555;
}
.supportSubmit {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.supportSending {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.supportSubmitButton {
    color: #E76E34;
}
input.ng-invalid {
    border: 2px solid #ec3f41;
}
form.ng-valid .supportSubmitButton {
    display: inline-block;
}
form.ng-invalid .supportSubmitButton {
    display: none;
}
form.ng-valid .supportSubmitButton[disabled] {
    display: none;
}
form.ng-invalid .supportSubmitButton[disabled] {
    display: inline-block;
}
.supportCancel {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.supportSubmitFailedMessage {
    position: absolute;
    left: 110px;
    bottom: 6px;
    color: #ec3f41;
    font-size: 11px;
    width: 175px;
}
.supportConfirmation {
    margin: auto;
    margin-top: 175px;
    width: 265px;
    text-align: center;
}
.supportConfirmationOkButton {
    padding-top: 10px;
    margin: auto;
    text-align: center;
}
.nextModuleLink {
    cursor: pointer;
    text-decoration: underline;
}
.courseDiscussionLink {
    color: inherit;
}
.sharingLink {
    margin-left: 10px;
}
.ui-state-default 
{
    color: #999;
    background: #111;
    border: none;
}
.ui-state-active {
    color: #FFF;
    border: none;
}
.toggleButton {
    margin-right: 4px;
}
.ui-state-active span:before {
    content:"\2713  "; /* two spaces required here. See http://stackoverflow.com/questions/190396/adding-html-entities-using-css-content */
    color:#FFF
}
.ui-button.speedControl span:before {
    content:""; /* two spaces required here. See http://stackoverflow.com/questions/190396/adding-html-entities-using-css-content */
    color: #FFF;
}
.ui-button.speedControl {
    border: none;
    outline: none;
}
.speedDisplay {
    margin-right:5px;
    margin-left:7px;
    padding: 5px;
    background-color: #999;
    text-align: center;
    background-color: #333;
    border-color: #444;
    color: white;
    font-size: 14px;
    border: 1px solid #444;
}
.inactivePlayer {
    left: 10000px;
    position: absolute;
}
.pausePlayAnimation {
    position: absolute; 
    display: none; 
    z-index: 13;
}
.settingsOptionText 
{
    margin-bottom: 3px;
    margin-left: 3px;
}
.videoPlaybackSelectionNotSupported {
    width: 300px;
}
.speedNotSupported {
    width: 300px;
}
.settingsOptionPadding {
    margin-top: 20px;
}
.jqButtonOverride {
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    -khtml-border-radius: 4px; 
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    background-color: #e6e6e6;
    font-weight: normal;
    color: #555555;
}