@charset "UTF-8";
/* CSS Document */

.view-wrapper
{
	background-color:#292929;
	height:100%;
	
	position:absolute;
}

#view-inner-wrapper
{
	box-sizing:border-box;
	width:100%;
	height:90%;
	overflow-y:auto;
}

#view-sort-wrapper
{
	box-sizing:border-box;
	position:relative;
	width:100%;
	height:10%;
}

.view-sort-object
{
	box-sizing:border-box;
	display:inline-block;
	float:left;
	width:20%;
	height:100%;
	padding:0 2px;
}

.view-sort-inner
{
	box-sizing:border-box;
	background-color:#222;
	height:100%;
	width:100%;
	text-align:center;	
	
	padding-top:5px;
	padding-bottom:5px;
}

.view-sort-img
{
	height:100%;
	width:auto;	
}



.view-client-item
{
	background-color:#333;
	box-sizing:border-box;
	position:relative;
	width:100%;
	height:auto;
	padding:15px;
	margin-bottom:5px;
}

.view-client-name
{
	display:inline-block;
	
	color:#FFF;
	font-family:Avenir-Heavy;
	font-size:15px;
}

.view-client-added
{
	display:inline-block;
	position:absolute;
	right:0;
	margin-right:15px;
	
	color:#FFF;
	font-family:Avenir-Medium;
	font-size:12px;
}

.view-date-item
{
	background-color:#555;
	box-sizing:border-box;
	position:relative;
	width:100%;
	height:auto;
	padding:15px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}

.view-date-name
{
	display:inline-block;
	
	color:#FFF;
	font-family:Avenir-Black;
	font-size:15px;
}



#view-load-wrapper
{
	width:100%;
	height:100%;
	
	position:absolute;
	
	top:0;
	
	text-align:center;
	
	color:#FFF;
	font-family:Avenir-Black;
	font-size:18px;
}

#view-load-inner-wrapper
{
	position:absolute;
	
	top:40%;
	left:50%;
	
	margin-left:-30px;
}

#view-load-bg
{
	width:100%;
	height:100%;
	
	background-color:#000;
	
	opacity:0.8;
	
	position:absolute;
	
	top:0;
}

#view-loader
{
	margin-bottom:10px;
}