/*
*/

.theoplayer-skin .vjs-loading-spinner,
.theoplayer-skin .vjs-loading-spinner:before,
.theoplayer-skin .vjs-loading-spinner:after {
    border-color: #ffffff;
}

.theoplayer-skin .vjs-volume-level, .theoplayer-skin .vjs-play-progress, .theoplayer-skin .vjs-slider-bar {
    background: #ffffff;
}

.theoplayer-skin .theo-controlbar-button.theo-settings-control-button-hd:after {
    background-color: #ffffff;
}
.theoplayer-skin .theo-settings-control-menu .theo-menu-header,
.theoplayer-skin .theo-menu .theo-menu-header {
    background-color: #999999;
    border-bottom: thin solid #999999;
}
.theoplayer-skin .theo-settings-control-menu .theo-menu-animation-container .theo-menu-content-animatable .theo-settings-control-menu-item .theo-settings-control-menu-item-value,
.theoplayer-skin .theo-menu .theo-menu-animation-container .theo-menu-content-animatable .theo-settings-control-menu-item .theo-settings-control-menu-item-value,
.theoplayer-skin .theo-settings-control-menu .theo-menu-animation-container .theo-menu-content-animatable .theo-settings-control-menu-item-hd .theo-settings-control-menu-item-hd-label,
.theoplayer-skin .theo-menu .theo-menu-animation-container .theo-menu-content-animatable .theo-settings-control-menu-item-hd .theo-settings-control-menu-item-hd-label,
.theoplayer-skin .theo-settings-control-menu .theo-menu-animation-container .theo-menu-content-animatable.theo-submenu .theo-submenu-content .theo-settings-control-submenu-selected-item,
.theoplayer-skin .theo-menu .theo-menu-animation-container .theo-menu-content-animatable.theo-submenu .theo-submenu-content .theo-settings-control-submenu-selected-item,
.theoplayer-skin .theo-settings-control-menu-item-value,
.theoplayer-skin .theo-settings-control-menu-item-hd-label,
.theoplayer-skin .theo-settings-control-menu-item-value {
    color: #ffffff;
}


.theo-primary-color, .vjs-selected {
    color: #ffffff !important;
}
.theo-primary-background {
    color: #000000 !important;
    background-color: #999999 !important;
}

.theo-settings-control-menu-quality-automatic {
    color: #999999 !important;
}

.theo-primary-border, .theo-related-grid .theo-related-grid-tile:hover .theo-related-grid-tile-content .theo-related-grid-tile-title {
    border-color: #ffffff !important;
}

div.theo-player-wrapper .vjs-big-play-button {
    position: absolute;
    border-radius: 0;
    box-shadow: none;
    opacity: 0.6;
    width: 13%;
    height: 22%;
    background-size: contain !important;
    background-position: center!important;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0) url("/assets/image/play_arrow_white.png") no-repeat scroll 0 0;
    font-size: 36px;
}

div.theo-player-wrapper:before {
    display: block;
    padding-top: 100%;
}

div.theoplayer-skin:hover .vjs-big-play-button {
    box-shadow: none;
    background: none;
    background: rgba(0, 0, 0, 0) url("/assets/image/play_arrow_white.png") no-repeat scroll 0 0;
    opacity: 0.6s;
}
div.theo-player-wrapper .vjs-big-play-button:focus {
    box-shadow: none;
    background: none;
    opacity: 1.0;
}

div.theo-player-wrapper .vjs-big-play-button:hover {
    opacity: 1.0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0) url("/assets/image/play_arrow_white.png") no-repeat scroll 0 0;
}
