#gSignIn div{
	top:50px;
}

.jp-video-270p
{
	width:100%;
}

.jp-controls-holder
{
	width: auto;
}

.jp-video .jp-progress {
    height: 30px;
}

.jp-play-bar{
	background-image: none;
    background-color: rgb(1,155,227);
}

.jp-seek-bar{
	background-color: rgb(204,204,204);
    background-image: none;
}

.jp-video .jp-type-playlist .jp-controls
{
	margin-left: auto;
    margin-right: auto;
	float:none;
}

.book-img {
    width: 100%;
}

.book-item {
    border-bottom: 1px solid gray;
    margin-bottom: 5px;
    padding-bottom: 5px;
	min-height:130px;
}

.book-info{
	cursor:pointer;
}

.selected
{
	background-color: #c0c0c0;
}

.not-opened
{
	background-color: #99C1DD;
}

.loading {
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url("../images/loading.gif");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    display: block;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1002;
}

#jquery_jplayer_N
{
	width:100% !important;
}

#jp_poster_0
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	width:auto !important;
}
