/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon-play{
  background: url('../image/on01.png') center no-repeat;
  background-size: 18px;
  background-position: 22px;
}
.glyphicon-pause{
  background: url('../image/off01.png') center no-repeat;
  background-size: 14px;
  background-position: 22px;
}
.glyphicon-text-color{
  background: #1e1e1e url('../image/open01.png') center no-repeat;
  background-size: 21px;
}
.glyphicon-comment {
  background: url('../image/close01.png') center no-repeat;
  background-size: 20px;
}
.ctrl-btn-right-active .glyphicon-comment {
  background: url('../image/open01.png') center no-repeat;
  background-size: 20px;
}
.vo1{
  background: url('../image/vo1.png') center no-repeat;
  background-size: 20px;
}
.vo2{
  background: url('../image/vo2.png') center no-repeat;
  background-size: 17px;
  background-position: 9px;
}
.vo3{
  background: url('../image/vo3.png') center no-repeat;
  background-size: 24px;
}
.vo4{
  background: url('../image/vo4.png') center no-repeat;
  background-size: 24px;
}
/* .glyphicon-resize-full {
  background: url('../image/big02.png') center no-repeat; 
}*/
.full-screen span{
    background: url('../image/big02.png') center no-repeat;
    background-size: 20px;
}
/* .full-screen span.small{
    background: url('../image/big01.png') center no-repeat;
} */
/* .glyphicon-resize-small {
  background: url('../image/big01.png') center no-repeat;
} */
.ctrl-btn-right-active .glyphicon-comment:hover  {
    background:#000 url('../image/close01.png') center no-repeat;
    background-size: 20px;
}
.glyphicon-comment:hover  {
    background:#000 url('../image/open01.png') center no-repeat;
    background-size: 20px;
}




