﻿/************************************************************************************
 * Careerspots Video Player JS 
 ************************************************************************************
 * Ver 3.0.0 - 051017 - DH - Initial Redesign Version
 * Ver 3.1.1 - 082717 - DH - Release version
 * Ver 3.1.2 - 083117 - DH - Added Video Coming Soon formatting and spacing format.
 ************************************************************************************
 */

body {
    font-family: sans-serif;
    font-size: 14px;
}
.primaryColor {
    background-color: #008CC1;
    border-color: #008CC1;
}
.selectionColor {
    background-color: rgb(102, 178, 69);
}
.selectionColorBorder {
    border-color: rgb(102, 178, 69);
}
.selectionColorSubFade {
    background-color: rgba(102, 178, 69, 0.6);
}
.selectionColorSubFadeBorder {
    border-color: rgba(102, 178, 69, 0.6);
}
.selectionColorSelectFade {
    background-color: rgba(102, 178, 69, 0.4);
}
.selectionColorSelectFadeBorder {
    border-color: rgba(102, 178, 69, 0.4);
}
.primaryTextColor {
    color: #ffffff;
}
.altTextColor {
    color: #5B5B5B;
}
.chOuter {
    float: left; 
    width: 20%; 
    height: inherit; 
    text-align: center;
}
.chInner {
    height: inherit; 
    margin: 12px;
}
.chChannel {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    border-style: solid; 
    border-color: #008CC1; 
    border-width: 2px; 
    background-color: #008CC1; 
    border-radius: 15px; 
    cursor: pointer;
}
.categories {
    width: inherit; 
    background-color: #008CC1; 
    margin-bottom: 2px; 
    cursor: pointer; 
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}
.catTitleExt {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}
.catTitle {
    float: left; 
    padding-left: 5px; 
    width: 100%
}
.catVideoCounterExt {
    display: inline-block;
    vertical-align: middle;
    width: 17%;
}
.catCounter {
    float: left;
    text-align: center;
    width: 100%
}
.catCounter span {
    border-style: solid; 
    border-color: #008CC1; 
    border-radius: 25px; 
    background-color: #888888;  
    padding-left: 4px; 
    padding-right: 4px; 
    padding-top: 1px; 
    padding-bottom: 1px;
}
.catVideoList {
    display: block; 
    /*color: #5B5B5B;*/
}
.catVideo {
    width: inherit; 
    background-color: rgba(102, 178, 69, 0.6); 
    margin-bottom: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}
.catVideoTitleInner {
    float: left;
    padding-left: 5px;
    width: 100%;
}
.catVideoTitle {
    display: inline-block;
    vertical-align: middle;
    width: 78%;
}
.catVideoTimeInner {
    float: left;
    padding-left: 5px;
    width: 100%;
}
.catVideoTime {
    display: inline-block;
    vertical-align: middle;
    width: 17%;
    padding-left: 5px;
}
.shown {
    display: block;
}
.hidden {
    display: none;
}
.videoAds {
    width: inherit; 
    /*background-color: #008CC1;*/ 
    margin-bottom: 2px; 
    cursor: pointer;
}
.videoAdsImg {
    position: relative;
    padding-top: 3px; 
    padding-left: 3px; 
    padding-right: 3px;
}
.videoAdsImg img {
    width: 100%;
}
.videoAdsImg img:hover {
    opacity: 0.2;
}
.videoAdsImg span {
    display: none;
    position: absolute; 
    left: 0px; 
    top: 0px; 
    padding-left: 10px; 
    padding-top: 10px;
}
.videoAdsImg img:hover + span {
    display: block;
}
.videoAdsTitle {
    padding-bottom: 3px; 
    padding-left: 3px; 
    padding-right: 3px;
    text-align: center;
    
}
.videoAdsTitle span {
    width: 115px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

/*after video ad*/
.videowall-still {
    position: relative;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-clip: border-box;
    border: 1px solid #000;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width:  33%;
    vertical-align: middle;
    line-height: 101px;
    text-align: center;
}

.videowall-still:hover, .videowall-still:focus {
    text-decoration: none;
    opacity: 1;
    outline: 0 none;
    border: 1px solid #000;
}

.videowall-still-info {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.videowall-still:hover .videowall-still-info, .videowall-still:focus .videowall-still-info {
    opacity: 0.8;
}

.videowall-still-info-span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.86);
}

.video-still-info-span-title {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 10px 10px 0;
    line-height: 15px;
    color: #fff;
    height: 30px;
    overflow: hidden;
    text-align: left;
}
.schoollogo {
    max-width: 235px;
    max-height: 75px;
}
/*Video Ads*/
#videoPlayerAds {
    position: relative;
    display: none;
    width: 840px;
    height: 473px;
    background-color: black;
    float: left;
}

#logos {
    margin-top: 5px
}

.bx-wrapper img {
    height: 50px;
    width: 95%;
}

.sponsoredLogoOn {
}

.sponsoredLogoOff {
    height: 70.8px;
}

.spanPlayIndicator {
    background-image: url('../images/playing.png');
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 12px;
    display: none;
    margin-right: 3px;
    opacity: 0.6;
    float: left;
}

#divNotification {
    position: relative;
    display: none;
    width: 1200px;
    height: 700px;
    margin: 10px auto;
    border-radius: 5px;
    border: lightgray 3px solid;
    text-align: center;
    font-size: 30px;
    padding-top: 8px;
}

#divDemoPlayer {
    display: none;
    text-align: center;
}

#divDemoEntry {
    padding-top: 40px;
}

.PDIncorrect {
    display: none;
    color: red;
}

#divVideoPlayerParent {
    width: 1200px;
    margin: auto;
    display: none;
}

#divVideoPlayerParent {
    width: 1200px;
    margin: auto;
}
#divTop {
    width: 100%;
    height: 80px;
}
#divTopSidebar {
    float: left;
    width: 20%;
}
#divSchoolLogo {
    margin-right: 2px;
}
#divTopRightside {
    float: left;
    width: 80%;
    height: inherit;
    /*color: white;*/
    font-size: 18px;
}
#divChanText {
    width: 99%;
    height: 14px;
    color: black;
    font-size: 14px;
    margin-left: 15px;
    font-weight: 600;
    padding-left: 5px;
}
#divChannels {
    width: 100%;
    height: 80%;
    margin-top: -7px;
}
#divMiddle {
    width: 100%;
}
#divLeftSidebar {
    width: 20%;
    float: left;
}
#divVideoList {
    /*color: white;*/
    margin-right: 5px;
    height: 425px;
    overflow-y: auto;
}
#divCsLogo img {
    width: 100%;
}
#divCopyright div {
    font-size: 10px;
}
#divPlayer {
    width: 70%;
    float: left;
}
#divVideoInfo {
    width: 100%;
}
#divVidInner {
    width: inherit;
    margin-top: 10px;
}
#divVidTitleDescOutter {
    float: left;
    width: 70%;
}
#divPlayerVideoDescription {
    font-size: 18px;
    font-weight: 600;
    width: 95%;
    padding: 5px;
    margin-left: 10px;
}
#divPlayerVideoDescription p {
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
}
#divVidQtipTrans {
    float: left;
    width: 30%;
}
#divVidQtip {
    width: 100%;
    height: 50px;
}
#aQuickTips {
    text-decoration: none;
}
#aQuickTips img {
    height: 50px;
    width: 50px;
    float: left;
}
#aQuickTips div {
    line-height: 50px;
}
#divVidTrans {
    width: 100%;
    height: 50px;
}
#aTranscript {
    text-decoration: none;
}
#aTranscript img {
    height: 50px;
    width: 50px;
    float: left;
}
#aTranscript div {
    line-height: 50px;
}
#divRightSidebar {
    width: 10%;
    float: right;
}
#divVideoAds {
    /*color: white;*/
    width: 100%;
    font-size: 12px;
    margin-left: 5px;
}
/*Sponsor Slider*/
/*No Slider*/
#divNoSlider img {
    width: 100%;
}
/*Video Coming Soon Div formating*/
#divVideoComingSoon {
    height: 473px;
    width: 840px;
    background: black;
    color: white;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    line-height: 473px;
    font-size: 40px;
}

#divDisclaimerInner {
    font-size: 12px;
    padding-left: 5px;
    margin-left: 10px;
    height: 20px;
    line-height: 10px;
    display: none;
}

#divDisclaimerDescription {
    font-size: 12px;
}