.theoplayer-skin .vjs-loading-spinner {
    z-index: 100000;
}

#cuecard #metadata {
    padding: 0px;
    height: 293px;
}

#cuecard #metadata_style {
    background: #606361;
}

.video-js.vjs-has-started .vjs-control-bar {
    display: flex;
}

#cuecard #cuecard_logo {
    z-index: 99999
}

#cuecard_wrapper {
    background: none !important;
}


/*----- bottom-tab -----*/

.bottom-tab,
.bottom-tab * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bottom-tab {
    background: #dce0e3;
    position: absolute;
    width: 100%;
    left: 0px;
    margin-top: 3px;
}


/*----- Section Titles -----*/

.bottom-tab-section-title {
    background: #dce0e3 none repeat scroll 0 0;
    border-right: 1px solid #b0b4b9;
    color: #000;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 0 6px;
    position: relative;
    text-decoration: none;
    width: 125px;
    vertical-align: middle;
    left: 5px;
}

.bottom-tab-section-title.hover {
    background-image: url("../images/tab-hover.jpg");
    color: #fff;
    padding: 6px 6px 1px;
}

.bottom-tab-section-title.active {
    background-image: url("../images/tab-hover.jpg");
    color: #fff;
    padding: 6px 6px 1px;
}

.bottom-tab-section-title.disabled {
    color: #717378;
}

.bottom-tab-section:last-child .bottom-tab-section-title {
    border-bottom: none;
}


/*----- Section Content -----*/

.bottom-tab-section {
    position: absolute;
    width: 100%;
}

.bottom-tab-section-content {
    padding: 0px 10px 16px;
    display: none;
    background: #FFFFFF;
    border: 3px solid #DCE0E3;
}


/* -- bottom drawer options --*/

.addto-playlist-select {
    border-bottom: 1px dotted #dce0e3;
    padding: 7px 10px;
}

.addto-playlist-select form {
    margin-top: 5px;
}

.addto-playlist-exist label {
    width: auto;
    margin-bottom: 5px;
}

.addto-playlist-exist label:first-child {
    margin-left: 10px;
}

.existing-playlist-list {
    border-bottom: 1px dotted #dce0e3;
    clear: both;
    padding: 6px 0;
    overflow: auto;
    height: 85px;
}

.menu-blk {
    padding: 0px 0px 25px;
    font-family: arial;
    font-size: 12px;
}

.btn-list {
    float: right;
    padding: 10px 0px 0px 0px;
}

.btn {
    background: #000000;
    background-image: -webkit-linear-gradient(top, #000000, #1a1d1f);
    background-image: -moz-linear-gradient(top, #000000, #1a1d1f);
    background-image: -ms-linear-gradient(top, #000000, #1a1d1f);
    background-image: -o-linear-gradient(top, #000000, #1a1d1f);
    background-image: linear-gradient(to bottom, #000000, #1a1d1f);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    color: #ffffff;
    padding: 3px 15px;
    border: solid #1f628d 0px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.btn.save-playlist:hover {
    background: #C52145;
    background-image: -webkit-linear-gradient(top, #C52145, #C52145);
    background-image: -moz-linear-gradient(top, #C52145, #C52145);
    background-image: -ms-linear-gradient(top, #C52145, #C52145);
    background-image: -o-linear-gradient(top, #C52145, #C52145);
    background-image: linear-gradient(to bottom, #C52145, #C52145);
    text-decoration: none;
}

.btn.cancel-toggle:hover {
    background: #f26c20;
    background-image: -webkit-linear-gradient(top, #f26c20, #f26c20);
    background-image: -moz-linear-gradient(top, #f26c20, #f26c20);
    background-image: -ms-linear-gradient(top, #f26c20, #f26c20);
    background-image: -o-linear-gradient(top, #f26c20, #f26c20);
    background-image: linear-gradient(to bottom, #f26c20, #f26c20);
    text-decoration: none;
}

label.text-center {
    font-size: 13px;
    font-weight: bold;
}

p.text-center {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #dce0e3;
    text-align: center;
    padding: 0px 0px 8px 0px;
}

.projecttitle-enter.mar-top15 {
    margin: 10px 0px 0px 0px;
}

.projecttitle-enter input {
    border: 1px solid #000;
    width: 180px;
    clear: both;
}

.bord-botm {
    border-bottom: 1px dotted #dce0e3;
    padding: 0px 0px 8px 0px;
}

.share_content.share_corner {
    margin: 5px 0px 0px 0px;
}

.jqte {
    margin: 10px 0 0px 0 !important;
}

.cut-icon {
    background-image: url("../images/k12-scissor.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    left: 12px;
    top: 8px;
    position: absolute;
    z-index: 999;
}

.cut-icon:hover {
    background-image: url("../images/k12-scissor_hover.png");
}

.related-icon {
    background-image: url("../images/k12-related.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    left: 0px;
    top: 8px;
    position: absolute;
    z-index: 999;
}

.related-icon:hover {
    background-image: url("../images/k12-related_hover.png");
}

.related-thumbnails {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    background: #000;
    opacity: 1;
    height: 100%;
}

.related-thumbnails .thumbnails-container {
    list-style-type: none;
}

.related-thumbnails.show {
    z-index: 99999;
    display: block !important;
}

.backto-video button {
    background: #c00343;
    border: 1px solid #000;
    text-decoration: none;
    padding: 3px 5px 1px 5px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    top: 6px;
    position: absolute;
    right: 12px;
}

.backto-video i {
    background-image: url("../images/backtovideo.png");
    height: 16px;
    position: absolute;
    right: 6px;
    width: 17px;
}

.related-thumbnails .title-text {
    display: inline-block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    left: 20px;
    position: absolute;
    color: #FFF;
    top: 5px;
}

.option-back {
    color: #fff;
    height: 30px;
    position: relative;
}

.related-thumbnails .box {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 95px;
    width: 185px;
    xfloat: left;
    padding: 3px 10px;
    display: inline-block;
}

.related-thumbnails .box img {
    width: 100%;
    height: 100%;
}

.related-thumbnails .box .overbox {
    font-family: arial;
    font-weight: bold;
    text-align: center;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    height: 100%;
    width: 100%;
    xmargin: 6px 0px 6px 20px;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.related-thumbnails .box:hover .overbox {
    opacity: 0.7;
}

.related-thumbnails .box .title {
    font-size: 12px;
    text-transform: capitalize;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.1em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}


/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}


/* cut slider styles */

.vjs-default-skin:hover .vjs-progress-control {
    font-size: none;
}

#cut_slider {
    position: absolute;
    width: 53%;
    z-index: 99;
    height: 1.1em !important;
    /* display: none; */
    left: 11px;
    top: -9px;
    background: none;
    border: 0px;
}

.cut-slider .ui-widget.ui-widget-content {
    border: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0px !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-br {
    border-bottom-left-radius: 0px !important;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0px !important;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0px !important;
}

.cut-slider .ui-widget-header {
    background: #ffc50f;
}

.cut-slider .ui-widget.ui-widget-content {
    border: 0px;
    background: none;
}

.cut-slider .ui-state-default,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: url("../images/startandendpoint_icon.png") !important;
    height: 21px !important;
    border: 0px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 0px !important;
    color: none !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0px !important;
}

#cuecard #signin_wrapper,
#cuecard #register_wrapper {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

#cuecard .copied {
    background: #00FF00;
}

.focused {
    outline: 2px dotted #282828 !important;;
}

.vjs-control-bar .focused {
    outline: 2px dotted #dce0e3 !important;
}

.unitegallery .focused {
    outline: 2px dotted #dce0e3 !important;
}

.related-thumbnails .focused,
.related_xml.focused {
    outline: 2px dotted #dce0e3 !important;
}

.tpd-tooltip a.focused {
    outline: 2px dotted #dce0e3 !important;
}

.vjs-progress-holder .focused{
	outline: 2px dotted #dce0e3 !important;
}

.theo-related .focused{
	outline: 2px dotted #dce0e3 !important;
}

.playlist_item {
    width: 185px;
    float: left;
    padding: 0px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*snas notes style handing*/

.inner_notes #notes_gosave {
    display: none;
    text-align: center;
}

.inner_notes #notes_gosave #notes_savewrapper {
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -115px;
}

.inner_notes #notes_gosave #notes_savewrapper .notes_savebuttons {
    float: left;
    padding: 0 2px;
}

.inner_notes #notes_gosave #notes_savewrapper .notes_savebuttons .notes_tobuttons,
.downloadtonotes {
    padding: 5px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #000;
    background: #0050bd;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0099ff), to(#0050bd));
    background-image: -webkit-linear-gradient(top, #0099ff, #0050bd);
    background-image: -moz-linear-gradient(top, #0099ff, #0050bd);
}

#cuecard #cuecard_info {
    height: 18px;
    width: 18px;
    background-image: url("../images/k-12-info.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 30px;
}

#cuecard #cuecard_info:hover {
    background-image: url("../images/html_info_hover.png");
}

#cuecard #cuecard_info img {
    margin: 3px 0 0 2px;
}

#cuecard #cuecard_close:hover {
    background-image: url("../images/html_close_hover.png") !important;
}

.standalone-cuecard {
    height: 350px;
    width: 630px;
}

.signin-btn {
    padding: 1px 5px 1px 5px !important;
    margin-left: 4px;
    font-size: 14px !important;
    font-weight: bold;
    background: #0073a8 !important;
}

.signin-btn.focused {
    outline-color: #FFF !important;
}

.transcript-details-bg,
.lesson-details-bg {
    height: 387px;
}

#preview_banner {
    width: 100% !important;
    z-index: 100000;
    display: none;
}

#register_wrapper {
    display: none;
}

#blank_playlist_select {
    bottom: 20px;
    position: absolute;
    left: 0;
    font-weight: bold;
    width: 300px;
}

.font_options {
    width: 100px;
}

.font_options h4 {
    padding-left: 26px;
}

.cc_zoomable h4 {
    padding-left: 26px;
}

.font_options .cc_white {
    height: 20px;
    width: 20px;
    background-image: url("../images/cc_white.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 28px;
}

.font_options .cc_pink {
    height: 20px;
    width: 20px;
    background-image: url("../images/cc_pink.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    position: absolute;
    left: 30px;
    top: 28px;
}

.font_options .cc_yellow {
    height: 20px;
    width: 20px;
    background-image: url("../images/cc_yellow.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    position: absolute;
    left: 55px;
    top: 28px;
}

.font_options .cc_bg_black {
    height: 20px;
    width: 20px;
    background-image: url("../images/cc_black.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    position: absolute;
    left: 30px;
    top: 54px;
}

.font_options .cc_bg_white {
    height: 20px;
    width: 20px;
    background-image: url("../images/cc_white_2.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    position: absolute;
    left: 55px;
    top: 54px;
}

.cc_zoomable .cc_zoomin {
    height: 20px;
    width: 20px;
    background-image: url("../images/cc_plus.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    position: absolute;
    left: 105px;
    top: 28px;
}

.cc_zoomable .cc_zoomout {
    height: 20px;
    width: 20px;
    background-image: url("../images/cc_minus.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    position: absolute;
    left: 140px;
    top: 28px;
}

#cuecard_stage .tpd-content-wrapper {
    background-color: rgba(0, 0, 0, 0.85);
}

#cuecard_stage .track-list a {
    left: 20px;
    position: relative;
}

.font_options span,
.cc_zoomable span {
    margin: 25px 0 0 0;
}

.font_options,
.cc_zoomable {
    -moz-border-right: 1px solid #fff;
    -ms-border-right: 1px solid #fff;
    -o-border-right: 1px solid #fff;
    -webkit-border-right: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 33%;
    float: left;
    color: #fff;
    height: 70px;
    padding-top: 4px;
}

.cc_track {
    padding-top: 3px;
    float: left;
}

.cc_track h4 {
    color: #FFF;
    padding-left: 16px;
}

.track-list {
    font-size: 12px;
    margin-top: 5px;
}

#cuecard_stage .tpd-skin-dark .tpd-background {
    background: none !important;
}

.vjs-control-bar .related-icon {
    top: 0px;
    left: -5px;
}

.vjs-control-bar .cut-icon {
    top: 0px;
    left: 4px;
}

.transcript-block-btn {
    padding: 0px !important;
    height: 124px !important;
}

.theoplayer .icon-comment:before,
.vjs-default-skin #cuecard_stage:before {
    top: 2px;
}

.menu-blk p.text-center {
    font-size: 15px;
}

.bottomsharelink .social-links-icons a.share_button img {
    width: 25px;
    margin-right: 5px;
}

.bottomsharelink .social-links-icons>iframe>html>body>div {
    background-color: none;
    margin: 5px 8px 0 0;
}

.bottomsharelink .social-links-icons .mgQYsb {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
}

.shareurl .btn-list {
    padding: 0;
}

.share-text-area .shareurl .share-link,
.embed-text-area .embed-link {
    width: 81%;
    height: 40px;
}

.embed-link {
    height: 70px !important;
}

.menu-blk p {
    margin-bottom: 5px;
    margin-top: 5px;
}

.embed-text-area .share_title {
    text-align: center;
    border-bottom: 1px dotted #666;
    padding-bottom: 5px;
}

.embed-text-area #shareurl_instructions {
    margin: 5px 0 10px;
}

.clr-both {
    clear: both;
    overflow: hidden;
}

.flt-lft {
    float: left;
}

.cut-icon.active {
    background-image: url(../images/k12-scissor_hover.png);
}

#download-video {
    font-size: 14px;
    padding: 5px;
    height: 155px;
    line-height: 1.2;
}

#download-video p img {
    float: left;
    margin-right: 5px;
}

#download-video p img:after {
    clear: both;
}

#download-video ul {
    margin: 0;
    padding: 5px 10px;
    background: #f2f2f2;
    border-radius: 3px;
}

#download-video .download-sync {
    height: 20px;
}

#download-video ul li {
    padding: 5px 0;
    list-style-type: none;
}

.downloadtonotes {
    cursor: pointer;
    font-size: 13px;
}

#playlist_loading {
    margin-top: 10px;
}

#cuecard #lms_end_wrapper {
    height: 350px;
    width: 100%;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    position: relative;
    float: left;
    left: 0px;
    z-index: 999999;
}

#cuecard #lms_end_wrapper .backto_asset {
    float: right;
    margin: 10px;
}

#cuecard #lms_end_wrapper .backto_asset a {
    background: #c00343;
    border: 1px solid #000;
    text-decoration: none;
    padding: 3px 5px 1px 5px;
    color: #fff;
    border-radius: 5px;
}

#cuecard #lms_end_wrapper #lms_end_slate img {
    right: 0;
    bottom: 0;
    position: absolute;
}

#cuecard #lms_end_wrapper .lms_slide_image {
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -119px;
    margin-left: -190px;
}

#cuecard #lms_end_wrapper .lms_message {
    width: 80%;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 22px;
}

.btn-cpy-citation {
    margin-top: 10px;
}

div#flashContainer {
    height: 100%;
    width: 100%;
    display: none;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
}

.video-js .vjs-volume-control {
    left: 0px !important;
}

.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
    right: 0px !important;
}

a.related_xml {
    position: relative;
}

.share_inner_wrapper>a {
    height: 25px;
    width: 25px;
    display: inline-block;
}

#cuecard_title {
    font-size: 13px !important;
}

.lesson-plan-title {
    margin-top: 15px;
    font-weight: bold;
    font-size: 14px;
}

.download_steps {
    border-top: 1px dotted #dce0e3;
}

.download_steps li {
    padding-top: 10px;
}

.download_notes {
    border-bottom: 1px dotted #dce0e3;
    padding-bottom: 12px;
}

.download_notes span {
    position: relative;
}

.downloadappvdo.success {
    background: #24B24C;
}

.downloadappvdo.failed {
    background: #CC234C;
}

.theoplayer .icon-comment:before,
.vjs-default-skin .vjs-subtitles-button:before {
    top: 2px;
}


/* trick for controlbar hiding on focus */

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar.hasFocus .vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar.hasFocus,
.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar.hasFocus,
.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar.hasFocus,
.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar.hasFocus {
    transform: none;
    transition: none;
    visibility: visible !important;
    opacity: 1 !important;
}

.drag-point {
    position: absolute;
    float: right;
    bottom: 35px;
    z-index: 99;
    right: 4px;
    background-image: url("../images/cuecard_drag.png");
    height: 23px;
    width: 23px;
    opacity: 0;
    display: none;
}

.drag-point.focused {
    outline: 2px dotted #FFF !important;
}

.image-viewer-container {
    position: absolute;
}

#metadata_links {
    width: 100%;
    height: 18px;
    padding: 3px 0 0 0;
    border-bottom: 1px dotted #999;
    overflow: hidden;
}

#cuecard_links a {
    color: #000;
}

#bottom_buttonlist_hr {
    visibility: hidden;
    height: 1px;
    width: 631px;
    background: #606361;
    position: absolute;
    z-index: 0;
    bottom: 21px;
}