﻿
.block-smallMargin {
    padding-bottom: 14px;
}

div.stretchy-wrapper {
    position: relative;
}

    div.stretchy-wrapper > div {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }


.tab-content-wrapper {
    padding: 20px;
    height: 260px;
    overflow-y: auto;
}

.tab-controller {
    background-color: #808080;
    height: 40px;
    width: 100%;
    background: linear-gradient( to bottom, #808080, #808080 50%, #606060 50%, #606060 );
    background-size: 100% 4px;
}

/*.tab-content > .tab-controller {
  display: none;
}*/

.player-controls {
    font-size: 24px;
    padding-right: 30px;
    float: left;
}

.helper-controls {
    font-size: 18px;
    padding-left: 20px;
    display: inline-block;
    /*float:left;*/
}

.helper-controls-wrapper {
    float: right;
    /*white-space: nowrap;*/
}

.center-controls {
    margin: auto;
    width: 100%;
    position: relative;
    text-align: center;
    top: -4px;
}

.tab-playercontent {
    border: 1px solid #f0f0f0;
    padding: 40px;
    border-top: none;
    position: relative;
    background-color: #fff;
    margin-bottom: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 300px;
}

    .tab-playercontent:after {
        width: 3px;
        content: "";
        background-color: #e84c3d;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .tab-playercontent.clear-style {
        border: none;
        padding: 10px 0 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }

        .tab-playercontent.clear-style:after {
            width: 0;
            background-color: transparent;
            height: 100%;
        }


/* Horizontal tabs version 2 */
.tabs-style-fv .nav-tabs {
    border-bottom: 1px solid #666;
}

    .tabs-style-fv .nav-tabs > li.active > a,
    .tabs-style-fv .nav-tabs > li.active > a:hover,
    .tabs-style-fv .nav-tabs > li.active > a:focus,
    .tabs-style-fv .nav-tabs > li > a:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        /*border: 1px solid #666;*/
        background-color: #666;
        color: #fff;
    }

        .tabs-style-fv .nav-tabs > li.active > a:after {
            width: 0;
            height: 0;
            background-color: transparent;
        }

.tabs-style-fv .tab-content {
    border: none;
    padding: 0px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

    .tabs-style-fv .tab-content:after {
        width: 0px;
        background-color: transparent;
        height: 0;
    }

.tabs-style-fv .nav-tabs > li > a:hover:after {
    width: 0;
    background-color: transparent;
    height: 0;
}

.playButton:after {
    cursor: pointer;
    font-family: "Glyphicons Halflings";
    content: "\e072";
    font-size: 24px;
    padding-right: 30px;
    float: left;
}


.pauseButton:after {
    cursor: pointer;
    font-family: "Glyphicons Halflings";
    content: "\e073";
    font-size: 24px;
    padding-right: 30px;
    float: left;
}

.modalTitle {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.modalSubTitle {
    font-size: 16px;
    color: #000;
}


.no-border {
    border: 0px !important;
}

a {
    color: inherit;
}

    a:hover {
        text-decoration: none;
    }

.btn {
    border: none;
}

/*.btn-default:hover{
	background-color:inherit;
}*/

.font-weight-light {
    font-weight: 300;
}

.font-weight-medium {
    font-weight: 400;
}

.font-weight-bold {
    font-weight: 700;
}

.main-bg .container.main {
    padding: 10px;
}

.fullScreenButton {
    display: none; /*temporary until full screen issues with getting it back to normal size are fixed*/
}


.chapterLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

    .chapterLink:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
    }

    .chapterLink:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
    }

    .chapterLink:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #e5d27b;
        cursor: pointer;
        text-decoration: none;
    }

    .chapterLink:active {
        border: none;
        outline: none;
        border-style: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #fff;
        text-decoration: none;
    }

/* Top Bar */
.top-bar {
    display: table;
    content: " ";
    width: 100%;
    margin-bottom: 10px;
}

.top-bar-right {
    min-width: 39%;
}

.top-bar a.fa {
    opacity: 0.4;
    color: inherit;
}

    .top-bar a.fa:hover {
        opacity: 1.0;
    }

    .top-bar a.fa.fa-mobile {
        font-size: 25px;
        margin: 1px 0px 0px 25px;
        float: right;
    }

    .top-bar a.fa.fa-expand {
        font-size: 19px;
        margin: 4px 0px 0px 25px;
        float: right;
    }

    .top-bar a.fa.help input {
        font-family: Arial, sans-serif;
        font-size: 21px;
        margin: 3px 0px 0px 25px;
        float: right;
    }
/* End Top Bar*/


/* Drop down lists */
.btn-group.menu {
    min-width: 150px;
    border: 1px solid rgba(0,0,0,0.4);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
}

.fa.fa-angle-down {
    font-size: 18px;
    float: right;
    margin: 1px 0px 0px 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-group.menu.open .fa.fa-angle-down {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.btn-group.menu .dropdown-menu {
    background-color: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0);
    margin: 0px 0px 0px -1px;
    border: 0px solid #000 !important;
    min-width: 100%;
}

.btn-group.menu .btn {
    border: 0px solid;
    padding: 2px 10px;
}

.btn-group.menu .btn-default {
    color: inherit;
    background-color: transparent;
    border-color: transparent;
    font-weight: inherit;
    width: 100%;
    text-align: left;
}

    .btn-group.menu .btn-default:hover, .btn-group.menu .btn-default:focus, .btn-group.menu .btn-default:active, .btn-group.menu .btn-default.active, .btn-group.menu .open > .dropdown-toggle.btn-default {
        color: inherit;
        background-color: transparent;
        border-color: transparent;
    }

.btn-group.menu.open .dropdown-toggle {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .0);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 100%, rgba(0,0,0,0.0) 0%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,rgba(0,0,0,0.2)), color-stop(0%,rgba(0,0,0,0.0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 100%,rgba(0,0,0,0.0) 0%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.2) 100%,rgba(0,0,0,0.0) 0%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 100%,rgba(0,0,0,0.0) 0%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.2)100%,rgba(0,0,0,0.0) 0%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.btn-group.menu .dropdown-menu > li > a:hover, .btn-group.menu .dropdown-menu > li > a:focus {
    color: inherit;
    text-decoration: none;
    background-color: rgba(0,0,0,0.5);
}

.btn-group.menu .dropdown-menu > li {
    background-color: none !important;
}


.dropdown-menu {
    padding: 0px;
}

/* Drop down lists */



.lesson-title {
    font-size: 20px;
    float: left;
    margin: 0px;
}


/* Video Styles */


.video-wrapper {
    /*border: 1px solid #000000;*/
    /*background-color: #000;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /*width: 670px;*/
    height: 375px;
    /*position: absolute;*/
    /*top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;*/
    /*position: relative;*/
    /*background: url(../images/spacer.gif);
    background-size: 600px 378px;*/
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (max-width: 992px) {
    .video-wrapper {
        height: 250px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .video-wrapper {
        height: 225px;
        /*padding-bottom: 20px;*/
    }

    .playercomponents-wrapper {
        margin-right: 8px;
        margin-left: 8px;
    }
}


/* End Video Styles*/


/* Slide Styles */


.slide-wrapper {
    border: 1px solid #000000;
    background-color: #fff;
    width: 100%;
    /* whatever width you want */
    display: inline-block;
    position: relative;
    /*max-width: 100%;*/
    /*overflow-x: hidden;
    overflow-y:auto;*/
}

    .slide-wrapper:after {
        padding-top: 80%;
        /* 16:9 ratio */
        display: block;
        content: '';
    }

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .slide-wrapper {
        margin-top: 20px;
    }
}

.slideControlContainer {
    position: absolute;
    Padding: 12px;
    top: 0;
    bottom: 20px;
    right: 0;
    left: 0;
    max-width: 100%;
    overflow-y: auto;
    /*touch-action: none;*/ /*may need to turn this off for mobile. necessary on desktop to avoid "smoothscroll" error on "passive target"*/
    overflow-x: hidden;
}

#slide-bottomcontrol {
    position: absolute;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    height: 20px;
    background-color: #808080;
    width: 100%;
    background: linear-gradient( to bottom, #808080, #808080 50%, #606060 50%, #606060 );
    background-size: 100% 4px;
}


/* End Slide Styles */

/* Message Styles */
.message-wrapper {
    height: 76px;
    top: 168px;
    right: 0px;
    position: relative;
    width: 370px;
    padding: 6px;
    overflow: auto;
    float: right;
}

.message-title {
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.message-body {
    padding-top: 6px;
    color: #b3b3b3;
}

/* End Message Styles*/


/* Controls */
.controls-wrapper {
    position: relative;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .controls-wrapper {
        top: -26px;
    }
}

.nav-tabs {
    margin-top: 0 !important;
}

.progress-wrapper {
    position: relative;
    /*top:-20px;*/
    width: 100%;
    height: 100%;
    float: left;
    /*margin-right:1%;*/
}

.progress-timer {
    width: 22%;
    height: 100%;
    float: left;
}

    .progress-timer h3 {
        padding: 8px 10px 8px 10px;
        float: left;
        font-size: inherit;
        font-weight: inherit;
        margin: 0px;
        border-right: 1px solid #000;
        top: 7px;
        position: relative;
    }

.progress {
    background-color: transparent;
    height: 100%;
    width: 100%;
    float: left;
    position: relative;
    border-right: 0px solid rgba(0,0,0,0.3);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(95%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 95%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 95%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 95%,rgba(0,0,0,0.2) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 95%,rgba(0,0,0,0.2) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=1 ); /* IE6-9 */
}

.progress-bar {
    -webkit-box-shadow: inset -3px 0px 0 rgba(255, 255, 255, 1.0);
    box-shadow: inset -3px 0px 0 rgba(255, 255, 255, 1.0);
    /*background-color:#c1c1c1;*/
    /*background-image:url(../../images/progress-bg.png);*/
    position: relative;
    border-radius: 0px !important;
    /*	background-color:transparent;
	background-image: radial-gradient(#005f67 6%, transparent 1%), radial-gradient(#005f67 6%, transparent 1%);
	background-size:8px 9px;
	background-position: 6px 6px, 6px 6px;
*/
}

    .progress-bar .fa.fa-caret-left {
        display: block;
        float: right;
        right: 2px;
        top: 13px;
        font-size: 17px;
        position: relative;
    }

.playhead-marker {
    height: 100px;
    background-color: #000;
    display: block;
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    z-index: 999;
    cursor: pointer;
}

.slide-marker {
    height: 100px;
    width: 3px;
    background-color: #839da3;
    position: absolute;
    z-index: 999;
    cursor: pointer;
}

.bookmark-marker {
    height: 100px;
    width: 6px;
    background-color: #b69c0c;
    position: absolute;
    z-index: 999;
    cursor: pointer;
}

.bookMarkRemove {
    border: none;
    outline: none;
    border-style: none;
    background: url(Images/Buttons/bt_remove.png) no-repeat;
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin-right: 4px;
}

.bookMarkLink {
    cursor: pointer;
}


.video-controls-wrapper {
    width: 39%;
    height: 100%;
    float: left;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 5%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.2)), color-stop(5%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}



a.play-icon {
    background: url(../images/icon-play.png);
}

a.play-rewind {
    background: url(../images/icon-rewind.png);
}

a.play-forward {
    background: url(../images/icon-rewind.png);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

a.play-jump-back {
    background: url(../images/icon-jump.png);
}

a.play-jump-forward {
    background: url(../images/icon-jump.png);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}


.video-controls-wrapper a {
    margin: 2px 24px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 40px;
    height: 40px;
    display: inline-block;
    /*float: left;*/
}

    .video-controls-wrapper a:hover {
        opacity: 0.3;
    }

/* End Controls */





/* Tabbed Blocks */
.lesson-tabs-wrapper {
    width: 60%;
    margin-right: 1%;
    float: left;
}

.communication-tabs-wrapper {
    width: 39%;
    float: left;
}

.nav-tabs {
    border-bottom: 4px solid rgba(0,0,0,0.3);
}

    .nav-tabs > li {
        margin-bottom: 0px;
    }

        .nav-tabs > li > a {
            margin-right: 5px;
            background: rgba(0,0,0,0.2);
            border: transparent;
        }

.nav > li > a {
    padding: 5px 15px;
    border-radius: 0px;
}

    .nav > li > a:hover, .nav > li > a:focus {
        background-color: rgba(0,0,0,0.2);
        color: #fff;
    }

.nav-tabs li.font-color-accent .fa.fa-caret-down {
    display: none;
}

.nav-tabs li.font-color-accent.active .fa.fa-caret-down {
    display: block;
    position: absolute;
    color: rgba(0,0,0,0.5);
    width: 100%;
    text-align: center;
    margin: -3px 0 0 -3px;
    font-size: 22px;
    text-decoration: none;
}

body .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: transparent;
}

body.dark .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: transparent;
}

.table-striped {
    color: inherit;
}

body.dark .table-striped {
    color: #b3b3b3;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: rgba(0,0,0,0.0);
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
    background-color: rgba(0,0,0,0.15);
}

/*.tab-content > .active {
	height:250px;
	overflow-y: hidden;
	overflow-x: hidden;
	border-bottom: 4px solid rgba(0,0,0,0.3);
}*/

.communication-tabs-wrapper .tab-content > .active {
    height: 190px;
    overflow-y: hidden;
    overflow-x: hidden;
    border-bottom: 4px solid rgba(0,0,0,0.3);
}


.chat-warning {
    display: block;
    border-radius: 50% !important;
    position: absolute;
    top: -7px;
    width: 13px;
    height: 13px;
    color: #000;
    text-align: center;
    font-size: 10px;
    right: 10px;
}

.active .chat-warning {
    -webkit-transform: scale(0.1);
    opacity: 0.0;
    top: 10px;
}

.input-bar {
    height: 60px;
    padding: 8px;
}

    .input-bar input, .input-bar .btn {
        height: 45px;
        margin-top: -3px;
        font-size: 16px;
        font-weight: 300;
    }

    .input-bar .form-group {
        /*float:left;*/
        display: inline-block;
        width: 79%;
    }

    .input-bar .btn {
        width: 20%;
        float: right;
    }


.bottom-bar {
    display: table;
    content: " ";
    width: 100%;
    margin-top: 15px;
    float: left;
}

.bottom-block {
    /*float:left;*/
    display: inline-block;
    margin-right: 15px;
}

    .bottom-block span {
        padding-top: 3px;
        display: block;
    }

.margin-left {
    margin-left: 30px;
}
/* End Tabbed Blocks */


.modalCloseButton {
    background: url(Images/modals/btn_modalClose.png) no-repeat;
    cursor: pointer;
    border: none;
    outline: none;
    border-style: none;
    width: 14px;
    height: 14px;
    right: 6px;
    position: absolute;
}

.chatClickOverlay {
    background: url(Images/spacer.gif) no-repeat;
    border: none;
    outline: none;
    border-style: none;
    width: 200px;
    height: 170px;
    position: absolute;
}

.chapterhighlight {
    background-color: #e5d27b;
}

.chatRoomHighlight {
    background-color: #b69c0c;
    text-decoration: none;
}

.chatRoomText {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
    margin-left: 6px;
}

    .chatRoomText:link {
        text-decoration: none;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #fff;
        cursor: pointer;
    }

    .chatRoomText:visited {
        color: #fff;
    }

    .chatRoomText:hover {
        color: #fff;
    }

    .chatRoomText:active {
        color: #fff;
    }

.chatRoomTextOff {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #666666;
    margin-left: 6px;
}

#divChatRoom {
    top: 16px;
    left: 16px;
    width: 160px;
    height: 120px;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    line-height: 20px;
    text-decoration: none;
}

#lstUserList {
    top: 16px;
    left: 16px;
    width: 160px;
    height: 120px;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    line-height: 20px;
    text-decoration: none;
}

#divContinueWhereLeftOffButtons {
    margin-top: 20px;
    float: left;
    color: black;
    text-align: center;
    margin-left: 24px;
}

#continueWhereLeftOffModal {
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    /*color: #000;*/
}

/*//BRIGHTCOVE SPECIFIC styles*/
/*player back/forward jump integrated buttons*/
#backButton img {
    margin-top: -7px;
    height: 45px;
    width: 45px;
    cursor: pointer;
}

#forwardButton img {
    margin-top: -7px;
    height: 45px;
    width: 45px;
    cursor: pointer;
}

/* vjs override styles */
.vjs-text-track-settings legend {
    color: #000;
}


/* hide the checkforwatchingstatus overlay */
.hide-overlay .vjs-overlay {
    display: none;
}

/* format the ad overlay */
.video-js div.vjs-overlay.vjs-overlay-bottom-left.vjs-overlay-backgroundadvertisement {
    width: 70%;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 1em;
    text-align: center;
    cursor: pointer;
}

.vjs-overlay.vjs-overlay-top.vjs-overlay-backgroundgone {
    width: 100%;
    margin: auto;
    left: 0;
    background: none;
}

/*use the style template below stop set universal overlay styles with custom classes*/
.video-js .customOverlay {
    background-color: black;
    border-radius: 4px;
    padding: 4px;
}
/*---------------------*/

.bcls-hide-overlay {
    opacity: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 5s;
    -webkit-transition-timing-function: ease;
    transition-property: opacity;
    transition-duration: 5s;
    transition-timing-function: ease;
}

.video-js .vjs-overlay {
    /* background-color: none; */
    border-radius: 3px;
    color: #fff;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 33%;
}

.video-js .vjs-overlay-top-left {
    top: 5px;
    left: 5px;
}

.video-js .vjs-overlay-top {
    left: 50%;
    margin-left: -16.5%;
    top: 5px;
}

.video-js .vjs-overlay-top-right {
    right: 5px;
    top: 5px;
}

.video-js .vjs-overlay-right {
    margin-top: -15px;
    right: 5px;
    top: 50%;
}

.video-js .vjs-overlay-bottom-right {
    bottom: 4em;
    right: 5px;
}

.video-js .vjs-overlay-bottom {
    bottom: 4.5em;
    left: 50%;
    margin-left: -16.5%;
}

.video-js .vjs-overlay-bottom-left {
    bottom: 4.5em;
    left: 5px;
}

.video-js .vjs-overlay-left {
    left: 5px;
    margin-top: -15px;
    top: 50%;
}

.video-js .vjs-overlay-center {
    left: 50%;
    margin-left: -16.5%;
    top: 50%;
}

/*Set the size and position of the logo overlay*/
#playerScrollbarLogo {
    margin-top: 3px;
    margin-right: 4px;
    width: 85px;
    height: 22px;
}
    /*Set the size of the logo image*/
    #playerScrollbarLogo img {
        width: 85px;
        height: 22px;
    }


/*captions*/
/* Transtion the captions down vertically when user is not hovering over the player */
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-text-track-display,
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-text-track-display,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-text-track-display,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-text-track-display,
.video-js.vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive .vjs-text-track-display,
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-text-track-display,
.video-js.vjs-ended .vjs-text-track-display {
    transform: translateY(2em);
    -ms-transform: translateY(2em);
    -webkit-transform: translateY(2em);
    -moz-transform: translateY(2em);
    transition: transform .5s ease 0s;
}
/* Transition the captions vertically above the control bar */
.video-js .vjs-text-track-display {
    bottom: 2em !important;
    transition: transform .5s ease 0s;
}

/*chapter markers for overlay on player scrubber bar */
.vjs-marker {
    position: absolute;
    opacity: 1;
    height: 100%;
    background-color: darkslategrey;
    width: 4px;
}

.vjs-marker-checkpoint {
    position: absolute;
    opacity: 1;
    height: 100%;
    background-color: black;
    width: 4px;
}


/***************************
 * Download Video          *
 ***************************/
/* Order elements in the control bar to place a download button after the fullscreen button. */
.downloadVideoStyle {
    order: 9;
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -webkit-order: 9;
    -ms-flex-order: 9;
    padding-top: 7px;
}
