/* FONT */
@font-face {
	font-family: 'fontello';
	src: 	url('font/fontello.eot');
	src: 	url('font/fontello.eot') format('embedded-opentype'),
			url('font/fontello.woff2') format('woff2'),
			url('font/fontello.woff') format('woff'),
			url('font/fontello.ttf') format('truetype'),
			url('font/fontello.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*=== START GENERAL HTML =================================================== */
html {
	font-family: sans-serif;
	font-size: 11pt;
	height: 100%;
	width: 100%;
}
body {
	margin: 0;
	height: 100%;
}
p {
	line-height: 1.5em;
	margin: 0.3em 0;
}
a {
	color: #039089;
}
a:hover {
	opacity: 0.8;
}
/*=== END GENERAL HTML ===================================================== */

/*=== START TEMPLATE ======================================================= */
div.root {
	margin: 0 auto;
	background-color: #FFFFFF;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
#header {
	background: #039089 url("img/logo.png") no-repeat scroll 30px center / auto 40px;
	box-shadow: 0 0 5px #039089;
	color: #FFFFFF;
	position: relative;
	flex: 0 0 auto;
}
#header h1 {
	margin: 0;
	text-transform: uppercase;
	line-height: 50px;
	font-size:1.5em;
	padding-left: 180px;
}
#header .description {
	display: block;
	margin-bottom: 10px;
	margin-left: 180px;
}
#main {
	position: relative;
	flex: 1 1 auto;
	padding: 1em;
}
#footer {
	flex: 0 0 auto;
	background-color: #039089;
	padding: 1em;
	line-height: 1em;
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: right;
}
#footer img {
	vertical-align: middle;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
/*=== END TEMPLATE ========================================================= */

/*=== START FOLDER ========================================================= */
body.folder ul{
	list-style-type:none;
	margin: 5em;
	padding: 0px;
}
body.folder ul li {
	padding-left: 0.5em;
	margin: 0.5em 0;
	min-height: 25px;
}
body.folder ul li.parent {
	padding-left: 0;
}
body.folder ul li a{
	text-decoration:none;
}
body.folder ul li:hover a{
	opacity:0.8;
}
body.folder ul li::before{
	font-family: "fontello";
	content: "\E813";
	margin-right: 5px;
	font-style:normal;
	color:#039089;
}
body.folder ul li:hover::before {
	opacity:0.8;
}
body.folder p.emptyFolderMessage{
	text-align: center;
	margin-top:3em;
	margin-left:10%;
	margin-right:10%;
	font-size:15pt;
}

/*	Types	*/
body.folder li.parent::before{
	content: "\e82a";
}
body.folder li.archive::before{
	content: "\f1c6";
}
body.folder li.audio::before{
	content: "\f1c7";
}
body.folder li.pdf::before{
	content: "\f1c1";
}
body.folder li.file::before{
	content: "\E813";
}
body.folder li.image::before{
	content: "\f1c5";
}
body.folder li.folder::before, 
body.folder li.folderCustomHome::before{
	content: "\f114";
}
body.folder li.video::before{
	content: "\f1c8";
}
body.folder li.odt::before{
	content: "\F0F6";
}

/*=== END FOLDER ========================================================= */


/*=== START RESPONSIVE =================================================== */
@media (max-width:850px){
	#header {
		background-image: none;
	}
	#header h1{
		padding-left:20px;
	}
	#header .description {
		margin-left:20px;
	}
}
@media (max-width:600px){
	#header h1 {
		font-size:1.2em;
	}
	body.folder ul{
		margin: 4em;
	}
	.flex-1-1,
	.flex-2-1{
		display: block;
	}
	
}
@media (max-width:550px){
	#header h1 {
		font-size:1.1em;
	}
	#header .description {
		font-size:80%;
	}
	body.folder ul{
		margin: 3em;
	}
}
@media (max-width:500px){
	#header h1 {
		font-size:1.05em;
	}
	#header .description {
		font-size:60%;
	}
	body.folder ul{
		margin: 2em;
	}
}
@media (max-width:450px){
	#header h1 {
		font-size:0.9em;
	}
	body.folder ul{
		margin: 1em;
	}
}
@media (max-width:400px){
	#header h1 {
		font-size:0.8em;
	}
}
/*=== END RESPONSIVE ========================================================= */