#animation-interface{
	position:fixed;
	right :10px;
	top   :10px;
	margin:auto;
	z-index:1;
}

#animation-controls{
	margin-bottom:5px;
}

#animation-controls *{
	text-align:center;
}

#animation-controls .button{
	width:85px;
	font-size:14px;
	background:rgba(125, 125, 125, 0.85);
	color:#fff;
	padding:3px 1px;
	display:inline-block;
	border:1px solid rgba(255, 255, 255, 0.2);
	cursor:pointer;
}

#animation-controls .button:hover,
#animation-controls .button .arrow:hover{
	background:#0e71ca;
}

#animation-controls .button i,
#animation-controls .button svg{
	margin-right:10px;
}

#animation-controls .button.with-arrows{
	background:rgba(125, 125, 125, 0.85) !important;
	cursor:auto;
	position:relative;
	width:110px;
	margin:0 5px;
}

#animation-controls .button .arrow{
	background:rgba(0, 0, 0, 0.25);
	width:10px;
	text-align:center;
	padding:3px;
	position:absolute;
	top:0;
	cursor:pointer;
}

#animation-controls .button .arrow i{
	margin:0;
}

#animation-controls .button .arrow.left { left :0; }
#animation-controls .button .arrow.right{ right:0; }

#animation-controls .button.disabled{
	color:#aaa;
	pointer-events:none;
}

#animation-controls #play-button,
#animation-controls #direction-button{
	width:75px;
	padding:3px 0px 3px 10px;
	box-sizing:border-box;
}

.animation-frame-arrow{
	display:inline-block;
	background:rgba(33, 33, 33, 0.85);
	border:1px solid rgba(255,255,255,0.25);
	padding:2px 5px;
	color:#fff;
	vertical-align:top;
	font-size:15px;
	cursor:pointer;
}
.animation-frame-arrow:hover{
	background:rgba(99,99,99,0.85);
}

.animation-frame-arrow.left { border-right:0; }
.animation-frame-arrow.right{ border-left :0; }

#animation-frame-slider{
	display:inline-block;
	padding:10px;
	margin:auto;
	width:210px;
	background:rgba(33, 33, 33, 0.85);
	border:1px solid rgba(255,255,255,0.25);
	cursor:pointer;
}

#animation-frame-slider .slider-bar{
	position:relative;
	background:#808080;
	border-radius:100px;
	padding:1px;
}

#animation-frame-slider .slider-dot{
	position:absolute;
	top   :0;
	left  :0;
	bottom:0;
	margin-top   :auto;
	margin-bottom:auto;
	margin-left:-5px;
	width :10px;
	height:10px;
	background:#3dc9ff;
	border-radius:100%;
	z-index:1;
}

#animation-frame-slider:hover .slider-dot{
	background:#6f0;
}

#animation-frame-slider .slider-tick{
	position:absolute;
	top:0;
	bottom:0;
	margin-top   :auto;
	margin-bottom:auto;
	margin-left:-1px;
	width:2px;
	height:6px;
	background:#b6b6b6;
}

#animation-frame-timestamp{
	font-size:12px;
	color:#fff;
	cursor:pointer;
	margin-bottom:5px;
}

#animation-frame-timestamp.disabled{
	pointer-events:none;
}

#animation-frame-timestamp .time-chunk{
	font-family: 'IBM Plex Mono', monospace;
	display:inline-block;
	margin-right:4px;
	padding:2px 10px;
	background:rgba(0,0,0,0.5);
	border:1px solid rgba(255,255,255,0.35);
	cursor:pointer;
}

#animation-frame-timestamp #timestamp-timezone:hover,
#animation-frame-timestamp .select-frames-chunk:hover{
	background:rgba(99,99,99,0.5);
}

#animation-frame-timestamp .time-chunk.warning{
	background:#56540e;
	color:#eae9bb;
	border-color:#b7b32f;
}

#animation-frame-timestamp.disabled .time-chunk{
	color:#999;
}
