/*------------------------------------*\
    Apaxy
    by @adamwhitcroft

    Theme name: Apaxy
    Theme author: @adamwhitcroft
\*------------------------------------*/
@import url('//fonts.googleapis.com/css?family=Open+Sans');
/* Have to use @import for the font, as you can only specify a single stylesheet */
* {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	       box-sizing: border-box; 
}

html {
	min-height:100%;
	/* border-top:10px solid #ECEEF1; */
	/* border-bottom:10px solid #ECEEF1; */
	color:#61666c;
	font-weight:400;
	font-size:1em;
	
	/* font-family:'Open Sans', sans-serif; */
	font-family:"Helvetica","Arial",sans-serif;
	line-height:2em;
}
body {
	-webkit-backface-visibility:hidden;
}
code {
	font-family:consolas,monospace;	
}
a {
	color:#61666c;
	text-decoration:none;
}
a, img {
        border:none;
        outline:none
}
a:hover {
	color:#2a2a2a;
}


#header {
    position: fixed;
    width: 100%;
    min-width: 900px;
    top: 0;
    z-index: 1;
    height: 80px;
    /* background: #ddd; */
	border-bottom: 2px solid #7eb9d2;
}


#header img {
    float: left;
    margin: 10px 50px 10px 20px;
    height: 60px;
}

#header .title{
	height: 80px;
	line-height: 80px;
	padding: 0px 200px;
	font-size: 1.1em;
}

/*------------------------------------*\
    Wrapper
\*------------------------------------*/

.wrapper {
	margin:0 auto;
	margin-top: 80px;
	/* width: calc(90vw ); */
	overflow: auto;
}
/*------------------------------------*\
    Demo block
\*------------------------------------*/
.block {
	font-size:.875em;
	margin:20px 0;
	padding:20px;
	color:#9099A3;
}
/*------------------------------------*\
    Table (directory listing)
\*------------------------------------*/
table {
	/* width:100%; */
	border-collapse:collapse;
	font-size:.875em;
	table-layout: fixed;
    display: block;
    width: calc(100vw - 20px);
    margin: auto;
    border-spacing: 0;
    overflow-x: hidden;

}

thead , tr{
    display: table;
    width: calc(100vw - 40px);
    table-layout: fixed;
}

tbody {
	display: block;
	height: calc(100vh - 150px); /* arbitraire, car sera remplacé par script */
	overflow: auto;
}

tr {
	outline:0;
	border:0;
	height:32px;
}
tr:hover td {
	background:#f0f0f0;
}
th {
	text-align:left;
	/* font-size:.75em; */
	padding-right:20px;
	border-bottom:2px solid #ccc;
}

.indexcolicon {width:20px;}
.indexcolname {width:65%;} 
.indexcollastmod {width:25%;}
.indexcolsize {width:70px;}
.indexcoldesc {display:none;}

/* .indexbreakrow {display:none;} */

/* 2nd Column: Filename */
tr td:first-of-type {
	padding-left:10px;
	padding-right:10px;
}
td {
	padding:5px 10px;
	outline:0;
	border:0;
	border-bottom:1px solid #edf1f5;
	vertical-align:middle;
	text-align:left;
	-webkit-transition:background 300ms ease;
	   -moz-transition:background 300ms ease;
	    -ms-transition:background 300ms ease;
	     -o-transition:background 300ms ease;
	        transition:background 300ms ease;
}
td a{
	display: block;
}
/* tr.parent a[href^="/"] { */
	/* color:#9099A3; */
/* } */
	/* .parent a[href^="/"]:hover { */
		/* color:#2281d0; */
	/* } */
/*------------------------------------*\
    Footer
\*------------------------------------*/
.footer {
	text-align:center;
	font-size:.75em;
}
