/*
 * Bootstrap video player
 * A customizable HTML5 video player plugin for jQuery based on bootstrap UI
 * version: 1.0   
 * Author: zied.hosni.mail@gmail.com 
 * 2012 © html5-ninja.com
 * 2012-09-26
 */
.videoController
{background: #333;height: 22px;z-index: 100;position: absolute;left: 0; bottom: 0}
.videoController .volumeMedia li
{float: left; height: 12px; width: 3px; background: #ccc;margin: 0;margin-right: 1px;cursor: pointer}
.videoController .volumeMedia li.on
{background: #fff}
.videoController .progress
{position: relative;border-radius:0;height: 5px;margin-bottom: 0px}
.videoController .progress .bar 
{transition:width 0.1s ease 0s ; -moz-transition : width 0.1s ease 0s ;-webkit-transition: width 0.1s ease 0s; -o-transition: width 0.1s ease 0s}
.videoController .progress .bar.bufferBar 
{position: absolute;left: 0 ;top :0}
.videoController .mute
{cursor: pointer}
.videoController .fullscreen
{cursor: pointer}
.videoController .playMedia
{float: left;height: 14px;line-height: normal;}
.videoController .timer
{float: left;font-weight: normal;padding: 0 ;margin: 0 4px;line-height: 16px;width: 50px; font-size: 10px;width: 68px; color: #fff}
.videoController .mute
{float: left}
.videoController .volumeMedia
{float: left;margin: 2px 0 0 0}
.videoController .fullscreen
{float: right;margin-right: 3px}
.videoUiWrapper
{position: relative}
.videoUiWrapper.thumbnail
{float: left}
.videoUiWrapper.thumbnail .videoController
{left: 4px; bottom: 4px}


i.icon-pause {
    background-position: -288px -72px!important;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-repeat: no-repeat;
}

i.icon-play {
    background-position: -264px -72px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-repeat: no-repeat;
}
.icon-fullscreen {
    background-position: -456px -144px!important;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-repeat: no-repeat;
}
i.icon-volume-up {
    background-position: -408px -24px!important;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-repeat: no-repeat;
}
i.icon-volume-down {
    background-position: -384px -24px;
     display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-repeat: no-repeat;
}
i.icon-volume-off {
    background-position: -360px -24px;
     display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-repeat: no-repeat;
}
.icon-white, .nav-tabs>.active>a>[class^="icon-"], .nav-tabs>.active>a>[class*=" icon-"], .nav-pills>.active>a>[class^="icon-"], .nav-pills>.active>a>[class*=" icon-"], .nav-list>.active>a>[class^="icon-"], .nav-list>.active>a>[class*=" icon-"], .navbar-inverse .nav>.active>a>[class^="icon-"], .navbar-inverse .nav>.active>a>[class*=" icon-"], .dropdown-menu>li>a:hover>[class^="icon-"], .dropdown-menu>li>a:hover>[class*=" icon-"], .dropdown-menu>.active>a>[class^="icon-"], .dropdown-menu>.active>a>[class*=" icon-"] {
    background-image: url("../img/icons/glyphicons-halflings-white.png")!important;
}

ul.volumeMedia{
	list-style: none;
	padding-left: 5px;
}