body
{
	user-select: none;
}
#viewer
{
	background-color: #111111;
}
#viewer #action_bar
{
	background-color: #EEEEEE;
}
#viewer #picture #current_picture
{
	position: fixed;
	top: -1000px;
	left: -1000px;
	cursor: pointer;
	z-index: 90;
}
#viewer #picture #name,#viewer #picture #date,#viewer #picture #time
{
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
}
#viewer #picture #time
{
	padding-top: 0px;	
}
#viewer #picture #name
{
	font-size: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#action_bar .input-group
{
	padding: 0px;
}
.action
{
	position: relative;
	float: right;	
}
.hidden
{
	display: none;	
}
#loading_box
{
	position: relative;
	height: 100px;
	margin-top: 25px;
	padding: 15px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);	
	z-index: 100;
	border: 3px solid #AAAAAA;
	border-radius: 10px 10px 10px 10px; 
	font-weight: bold;
}
#loading_box .progress-bar
{
	margin-top:10px;	
}
#info_box, #logo, #action_box
{
	position: relative;
	z-index: 95;	
}
#action_box
{
	text-align: right;	
}
#action_box .oi
{
	margin-left: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}
#action_box .oi:hover
{
	color: 	#007bff;
}
#date_select
{	
	text-align: center;
	cursor: pointer;
}
label
{
	font-weight: bold;	
}
.hidden
{
	display: none;	
}