.filesystem-modal .content{
	padding: 5px 10px 10px 10px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	height: 95%;
	width: 100%;
}
.filesystem-modal .content .container-messages{
	display: table;
	width: 100%;
	margin-top: 10px;
	padding: 10px;

}
.filesystem-modal .content .content-images .item .image{
	width: 50px;
	height: 50px;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	margin: 0 auto;
}
.filesystem-modal .content .content-images{
	height: 350px;
	overflow: auto;
}
.filesystem-modal .content .content-images .item{
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 10px;
}
.filesystem-modal .content .content-images .item .video .icon{
	font-size: 40px;
	display: table;
	margin: auto;
}
.filesystem-modal .content .content-images .item .video .name{
	display: table;
	margin: auto;
}
.filesystem-modal .content .content-images .item .footer .size{
	text-align: center;
	color: #000;
	display: table;
	width: 100%;
	margin-top: 5px;
}
.filesystem-modal .content .content-images .item .footer hr{
	margin: 7px 0;
}
.filesystem-modal .toolbar{
	padding: 2px 10px; 
}
.filesystem-modal .toolbar .material-icons{
	color: #FFF !important;
	font-size: 14px;  
}
.filesystem-modal .toolbar button{
	border-radius: 0;
}
.filesystem-modal .toolbar hr{
	margin: 5px 0;
}
.filesystem-modal .content-images .images-errors h3{
	font-size: 20px;
	color: #3c3c3c;
}
.filesystem-modal .content-images .images-errors button{
	border-radius: 0;
}