/* FILES LIST */

/* @media all and ( max-width: 1210px ){
	.listView #fileList .row .name{
		width: 54%;
	}
	.listView #fileList .row .sharing{
		width: 17%;
	}
	.listView #fileList .row .type{
		display: none;
	}
	.listView #fileList .row .date{
		width: 14%;
	}
	.listView #fileList .row .size{
		width: 14%;
	}
	
	.listView #fileList .row .usersInGroup{
		width: 14%;
	}
	
	.listView #fileList .row.rename .sharing{
		display: none;
	}
	.listView #fileList .row.rename .name{
		width: 70%;
	}
	
}
	
@media all and ( max-width: 980px ){
	.listView #fileList .row .name{
		width: 64%;
	}
	.listView #fileList .row .type,
	.listView #fileList .row .date{
		display: none;
	}
	.listView #fileList .row .sharing{
		width: 20%;
	}
	.listView #fileList .row .size{
		width: 15%;
	}
	
	.listView #fileList .row .usersInGroup{
		width: 25%;
	}
}

@media all and ( max-width: 810px ){
	.listView #fileList .row .sharing{
		display: none;
	}
	.listView #fileList .row .name{
		width: 78%;
	}
	.listView #fileList .row .size{
		width: 20%;
	}
}

@media all and ( max-width: 650px ){
	.listView #fileList .row .name{
		width: 98%;
	}
	.listView #fileList .row .size{
		display: none;
	}
} */


@media all and ( max-width: 1044px ){
	#listHeader .info{
		display: none;
	}
	
	#toolbar{
		left: 0;
	}
}

@media all and ( max-width: 840px ){
	#listHeader .viewControls{
		display: none;
		opacity: 0;
		z-index: -1;
	}
	
	#toolbar{
		right: 0;
	}
}
@media all and ( max-width: 640px ){
	#uploadButton .button{
		padding: 0.425em 0;
/* 		padding: 0.425em 0.75em; */
	}
	#uploadButton .button span:before{
		display: none;
	}
	#sideBar{
		width: 2.65em;
	}
	
	#sidebarMenu .pageGroup li{
		/* opacity: 0; */
		color: rgba(0,0,0,0);
	}
	
	#logo {
		font: 700 0.5em 'Source Sans Pro',sans-serif;
		height: 15px;
		margin: 0 auto 1.75em;
		padding-top: 26px;
		width: 40px;
	}
	
	
	#copyright p{
		opacity: 0;
	}
	#copyright a{
		 width: 46px;
	}
	
	
	#topBar,
	#view{
		left: 4.25em;
	}
	
	#listHeader .toolbar li {
		margin-right: 0px;
	}
	
	#listHeader .info{
		display: none;
	}
	
	#toolbar{
		left: 0;
	}
	#listHeader .viewControls{
		display: none;
		opacity: 0;
	}
	
	#uploadType{
		left: 3px;
		top: 2.6em;
		right: auto;
		
		
		-webkit-border-radius: 1px 3px 3px 3px;
		border-radius: 1px 3px 3px 3px;
		
		-webkit-box-shadow: none;/*  0 3px 3px 0px #1e2832; */
		box-shadow: none;/* 0 3px 3px 0px #1e2832; */
	}
	
	#scrollingFrame{
		padding-left: 0px;
	}
}
