/*
Copyright © 2021 LOEFFA.COM ALL RIGHTS RESERVED
Software desenvolvido por Loeffa Soluções Tecnológicas (loeffa.com)
e licenciado para uso, limitado, não exclusivo e não transferível.
*/

.vbook_bar{
	height: 40px;
	margin-top: -24px;
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
	color: #fff;
	text-shadow: 0 0 3px #000;
	font-size: 12px;
	transition: background-color, opacity 0.3s;
	opacity: 0.2;
}
.adjust-initial-height {
    height: 0;
}
.video-container:hover .vbook_bar{
	opacity: 1;
}
.control_bar {
	height: 30px;
	width: 100%;
	display: flex;
}
.control_bar .left_group{
	float: left;
	position: relative;
	flex-grow: 2;
	margin-left: 8px;
}
.control_bar .left_group div {
	position: relative;
	float: left;
}
.control_bar .right_group{
	width: 114px;
	float: right;
	position: relative;
	margin-right: 8px;
}
.control_bar .right_group div {
	position: relative;
	float: right;
}
.timer{
	width: 120px;
	height: 20px;
	top: 7px;
	font-weight: 300;
	margin-left: 13px;
}
.vbook_button {
	width: 38px;
	text-align: center;
	padding-top: 3px;
	transition: color 0.3s;
}
.vbook_button:hover{
	color: #00E5FF;
	cursor: pointer;
}
.spinner-layer {
	border-color: #5b85c5;
}
.miniature{
	display: none;
	position: absolute;
    z-index: 20;
	width: 150px;
	bottom: 55px;
    height: 84px;
    padding: 0px;
}
.show-miniature {
	align-items: center;
	justify-content: center;
	display: grid;
}
#miniature-loader {
	display: none;
}
#main-loader {
	position: absolute;
}
#video-unavailable {
	color: #5b85c5;
	display: none;
	position: absolute;
	align-items: center;
	flex-flow: column;
}
#video-unavailable i {
	font-size: 60px;
}
#video-unavailable p {
	margin: 0;
}
#video-unavailable #message {
	margin-top: 8px;
	font-size: 24pt;
	line-height: 32px;
}
#menu-loader {
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
}
#menu-loader .circle {
    height: 64px;
    width: 64px;
}
#menu-loader .spinner-layer {
    border-color: #F1F1F1;
}
.miniature>video{
	width: 150px;
	position: absolute;
}
.vbook_bar .noUi-handle {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	left: -6px;
	top: -2px;
	border: 0;
	box-shadow: 0px 0px 10px #000c;
	background-color: #00E5FF;
}
.noUi-base {
	z-index: 4;
}
.noUi-handle::before, .noUi-handle::after {
	content: none;
}
#timeline {
    z-index: 900;
}
#timeline .noUi-handle {
	display: none;
}
#timeline:hover .noUi-handle {
	display: table-cell;
}
.show-timeline-handle {
	display: table-cell !important;
}
.noUi-target {
	border: none;
	border-radius: 0;
	height: 8px;
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0.35);
}
.noUi-connects {
	border-radius: 0;
}
.noUi-connect {
	background-color: rgba(66, 164, 245, 0.5);
}
.vbook_button.speed_button {
	display: grid;
	align-items: center;
	grid-auto-flow: column;
}
#speedline .noUi-connects {
	margin-top: 10px;
	height: 4px;
}
#speedline .noUi-base {
	margin-top: -10px;
	height: 30px;
}
.speed_button #speedline {
	width: 0px;
	height: 4px;
	margin-left: 10px;
	transition: width 0.3s;
}
.speed_button {
	width: 50px;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	padding-top: 0px;
	font-size: 1rem;
	color: #fff;
	transition: width 0.3s;
}
.show_speedline .speed_button {
	width: 180px;
}
.show_speedline .speed_button #speedline {
	width: 100px;
}
.speed_button #speedline .noUi-handle {
	display: none;
	top: -8px;
}
.show_speedline .speed_button #speedline .noUi-handle {
	display: block;
}
.speed_button>div {
	width: 50px;
}
#timeline .marker{
	height: 8px;
	position: absolute;
	min-width: 1px;
	top: 0px;
	width: 1px;
	background: #76FF03;
	transition: width .4s;
	transition-timing-function: linear;
}
#marker-pen {
	position: absolute;
	top: -22px;
	display: none;
	color: #64DD17;
	margin-left: -3px;
	transition: left .4s;
}
#marker_btn {
	color: #ffffff;
	transition: color 0.3s;
}
#marker_btn .blink, #marker_btn:hover {
	color: #64DD17;
}
#bookmark_btn:hover {
	color: #f44336;
}
.bookmark {
	height: 8px;
	position: absolute;
	top: 0px;
	width: 3px;
	z-index: 2;
	background: #f44336;
}
#main_video_btn_container {
	width: 100%;
	height: 100%;
}
#main_video_btn_container a {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#main_video_btn_container i {
	color: #ffffff;
	transition: color 0.3s;
	background-color: #444a;
}
#main_video_btn_container i:hover {
	color: #00E5FF;
}
#links{
 	position: absolute;
 	width: 20%;
 	height: 10%;
 	top: 60%;
 	right: 0px;
 	float: right;
	z-index: 7;
	display: table;
 }
#links a{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	text-align: center;
	background-color: rgba(0, 229, 255, 0.274); 
}

/* -------- RESPONSIBLE ----------- */
@media only screen and (max-width: 400px) {
	.vbook_button, .speed_button>div {
		width: 28px;
	}
	.vbook_button.speed_button, .speed_button .speed {
		width: 32px;
	}
	.vbook_button i {
		font-size: 16px;
	}
	.control_bar .right_group{
		width: 86px;
	}
	.speed_button {
		font-size: 12px;
	}
	.show_speedline .speed_button {
		width: 148px;
	}
}