html {
   height: 100%;
}

body{
	background-color:#f9f9f9;
	font-family:Verdana, Geneva, sans-serif;
	min-height: 100%;
}

pre{
	font-family:Verdana, Geneva, sans-serif;
	line-height:32px;
	font-size:12px;
	padding:1%;
}

pre img{
	margin-bottom:-5px;
}

h1{
	padding: 5px 0 20px 0;
	margin:0;
	text-transform:uppercase;
	font-size:1.5em;
}

hr {
    border: none;
    height: 1px;
    color: #FFF; /* old IE */
    background-color: #FFF; /* Modern Browsers */
}

a{
	text-decoration:none;
	color: #494949;
}

audio, video{
	position:absolute;
}

form{
	line-height:1;
}

#logo{
	height:60px;
	background:#F9F9F9;
	position:relative;
	z-index:100;
}

#logo img{
	width:300px;
	margin: 10px 1.66%;
}


#wrapper{
	position:relative;
	width:80%;
	max-width:1622px;
	margin:auto;
}

#content{
	padding:2% 1%;
	background:#FFF;
	position:relative;
}

#content hr{
	clear:both;
	margin:0;
	height:0;
}

#parentDir{
	font-size:0.8em;
	text-transform:uppercase;
	text-align: right;
	position:absolute;
	top:10px;
	right:2%;
	
}

#playableItems,#otherItems{
	overflow:hidden;
	clear:both;
}

#playableItems{
	margin-top:10px;
}

#playableItems.closed .show, #playableItems .hide, #playableItems .imgPreview{
	display:initial;
}

#playableItems .show, #playableItems.closed .hide, #playableItems.closed .imgPreview, #playableItems.closed .mejs__container{
	display:none
}

#playableItems h1, .toggleOtherItems{
	margin: 0 0.5%;
	margin-right:0;
	display:inline-block;
}

#otherItems{
	margin:0 0.5%;
}

#otherItems p{
	font-size:0.9em;
}

#menu{
	position:relative;
	margin: 0 0.5%;
}

#menu div{
	background:#f8f8f8;
	line-height:1.5em;
	border: 1px solid #f1f1f1;
	margin:2px;
	float:right;
}

#menu .downThemAll, .downThemAll{
	background:#f8f8f8;
	line-height:1.5em;
	border: 1px solid #f1f1f1;
	float:right;
	position:relative;
}

.downThemAll.bottom{
	margin:10px 1%;
	position:relative;
	float:right;
}

#menu .downThemAll:hover, .downThemAll:hover{
	background:#FFF;
}

#menu .downThemAll a, .downThemAll a{
	font-weight:bold;
	z-index:100;
	padding:10px;
	line-height:36px;
}

#menu .downThemAllLoading, .downThemAllLoading{
	position:absolute;
	bottom:0;
	height:5px;
	left:0;
	width:0%;
	z-index:10;
	-webkit-transition: width 200ms ease;
	   -moz-transition: width 200ms ease;
	     -o-transition: width 200ms ease;
		transition: width 200ms ease;
	margin:0;
	border:none;
}

.orderByDate{
	border-left: 1px solid #f1f1f1;
}

.orderBy a{
	display:inline-block;
}


#menu div i{
	padding:10px;
}

#menu .downThemAll i{
	padding:0px;
}

.downloadLinks, .folders{
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	position:relative;
	background:#f8f8f8;
}

#playableItems .downloadLinks, .folders{
	background: #f8f8f8;
}

#otherItems .downloadLinks,.folders{
	margin-bottom:10px;
}

.downloadLinks a,.folders a{
	padding:10px 1%;
	display:table;
	width:98%;

	word-break:break-all;
}

.folders a:hover .fa-folder:before, .folders a:focus .fa-folder:before{
	content: "\f07c";
}

.downloadLinks a:focus, .folders a:focus{
	outline: none;
	background:#FFF;
}

.downloadLinks:hover, .folders:hover{
	background:#FFF;
}

.fileType, .fileInfo, .downloadButton{
	display:table-cell;
}

.fileType{
	vertical-align:middle;
	font-size:1.5em;
	width:2%;
}

.fileInfo{
	padding:0 10px;
}

.fileName{
	font-weight:bold;
}

.downloadButton{
	text-align:right;
	vertical-align:middle;
}

#otherItems .downloadButton, #playableItems.closed .downloadButton{
	min-width:120px;
}

#connexion{
	padding:0 1%;
}

#connexion h1{
	padding-bottom:0;
	margin-top:20px;
}

.folder p{
	display:inline-block;
	width:33.3%;
}

.delButton, .editButton{
	z-index:1000;
	display:none;
	position:absolute;
	top: 5px;
	right:5px;
	color:#494949;
	font-size:20px;
}

.delButton a, .editButton a{
	padding:0;
}

.captureAll{
	display:none;
}

.captureButton{
	display:none;
	z-index:1000;
	position:absolute;
	top: 5px;
	right:5px;
	color:#494949;
	font-size:20px;
}

.captureButton a{
	padding:0;
}

#menu .optionsList{
	display:none;
	position:absolute;
	z-index:100;
	margin-left:0;
	margin-top:5px;
}

.optionsList ul{
	list-style: none;
	margin:0;
	padding:5px;
}

.optionsList li{
	padding:5px;
	font-weight: bold;
	color: #494949;
}

.optionsList input{
	margin-right:5px;
}

.optionsList .fas{
	padding-left:0 !important;
}

.share .optionsList li{
	padding-right:15px;
}

#menu .share .optionsList i{
	padding : 5px 10px;
}

#content .optionsList hr{
	height:1px;
	color: #f1f1f1;
	border-color: #f1f1f1;
	background-color: #f1f1f1;
}

.addUser{
	display:block;
}


.player{
	position:relative;
	width:49%;
	margin:0.5%;
	display:inline-block;
	vertical-align:top;
	background: #f8f8f8;
	overflow:hidden;
	-moz-box-shadow: 0px 0px 5px 0px #DDD;
	-webkit-box-shadow: 0px 0px 5px 0px #DDD;
	-o-box-shadow: 0px 0px 5px 0px #DDD;
	box-shadow: 0px 0px 5px 0px #DDD;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#DDD, Direction=NaN, Strength=5);
}

.player.many{
	width:32%;
	margin:0.66%;
}

.player.audio{
	background:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.player.audio .mejs__time-float{
	border:none;
}

.closed .player,.closed .player.many{
	width:98%;
	margin:5px 1%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFF, Direction=NaN, Strength=5);
}

.playerCenter{
	margin:0.5% auto;
	display:block;
}

.player img{
	max-width:100%;
	height:auto;
}

.imgPreview a{
	display:block;
	text-align:center;
}

.videoWrapper{
	position:relative;
	height:0;
	width:100%;
	padding-bottom:56.25%;
	-webkit-transition: padding-bottom 200ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
	   -moz-transition: padding-bottom 200ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
	     -o-transition: padding-bottom 200ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
		transition: padding-bottom 200ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */

}

.closed .videoWrapper{
	padding-bottom:0;
}

.popup{
	z-index:5000;
	position:fixed;
	background-color: rgba(255, 255, 255, 0.75);
	top:0;
	left:0;
	bottom:0;
	right:0;
}

.popup p{
	margin: 5px 0px 3px 0px
}

.form{
	background: #f8f8f8;
	border: 1px solid #f1f1f1;
	position: relative;
	position:absolute;
	max-width:250px;
	left:50%;
	top:40%;
	padding:25px;
	margin-left:-125px;
}

.googleanalytics .form{
	max-width: 80%;
	width: 80%;
	top:10%;
	bottom:10%;
	left: 9%;
	margin: 0;
	overflow: auto;
	padding:1%;
}



#timeline,#pageViews{
	width:49%;
	vertical-align:top;
	float:left;
}

#pageViews{
	float:right;
}

#pageViews{
	max-height: 300px;
	overflow: auto;

}

#events{
	display: inline-block;
	max-height: 550px;

	overflow: auto;
}

#events td, #events th, #pageViews td,#pageViews th{
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal;
}

#events tr td:first-child{
	width:50%;
}

#view-selector{
	display:none;
}

#dates-selector,#eventsType{
	margin:10px 1px;
	display: inline-block;
	width:100%;
}

.charts section{
	border: 1px solid #f1f1f1;
}

.form h3{
	margin:5px 0;
	color: #494949;
}

.form input{
	margin:5px 0;
}

.form .close, .form .close{
	position:absolute;
	top:5px;
	right:5px;
}

.vrview{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.vrview .videoSrc{
	display:none
}

.vrview iframe{
	width:100%;
	height:100%;
}

.controls{
	display:table;
	width:100%;
	color:#FFF;
	line-height:24px;
	background:#000;
}

.closed .controls{
	display:none;
}

.controls div{
	display:table-cell;
	padding:12px;
}

.controls .toggleplay{
	width:5px;
	cursor: pointer;
}

.controls .time{
	display:none;
}

.playerCenter .controls .time{
	display:table;
}

.controls .togglemute{
	cursor: pointer;
	text-align:right;
	width:5px;
}

.about{
	position:relative;
	height:22px;
	color:#494949;
	width:95%;
	margin:auto;
	overflow:hidden;
	line-height:19px;
	font-weight:bold;
}

.about a{
	color:#494949;
}

.about a:hover{
	color:#494949;
	text-decoration:underline;
}

.title,.dl{
	position:absolute;
	top:0;
	margin:0;
}

.title{
	left:0;
}

.dl{
	right:0;
	background:#f8f8f8;
	text-transform:uppercase;
}

#adress{
	margin:10px 0;
	font-size:0.9em;
}

#adress a{
	text-transform:uppercase;
}

.fancybox-button--share {
  display: none !important;
}

.mejs__poster{
	background-size:contain;
}

.mejs__inner, .mejs__layers, .mejs__layer{
	width:100%;
	height:100%;
}

.mejs__time-buffering{
	display:none;
}

.mejs__time-buffering, .mejs__time-current, .mejs__time-hovered, .mejs__time-loaded{
	-webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
	transition: all .5s linear;
}

.mejs__time-handle, .mejs__time-hovered{
	display:none;
}

.mejs__audio .mejs__mediaelement{
	background:none;
}

.mejs__audio .mejs__controls{
	background:#000;
}

.mejs__overlay-button {
	display:none;
}

.mejs__container{
	width:100%;
	height:100%;
	position:absolute;
	min-height:55px;
	background:none;
}

.mejs__audio{
	position:relative;
}

.mejs__container-fullscreen{
	background:#000;
}

.mejs__video .mejs__controls .mejs__hdtoggle-button button{
	text-decoration:none;
	color:#FFF;
}

.mejs__button.mejs__vrview-button{
	display:none;
}

.mejs__video .mejs__controls .mejs__hdtoggle-button button{
	font-weight:bold;
}

.mejs__time-float{
	border:none;
}

.mejs__loop-button{
	cursor:pointer;
	color:#FFF;
	font-size:18px;
	text-align:center;
}

.mejs__loop-button i{
	line-height:40px;
	margin:auto;
}

@media only screen and (max-width: 1700px) {

	.player,.player.many{
		width:49%;
		margin:0.5%;
	}

	.playerCenter{
		margin:10px auto;
		display:block;
	}

}

@media only screen and (min-width: 960px) {

	#otherItems.th .folders, #otherItems.th-large .folders{
		display:inline-block;
		width:15.6666%;
		margin-left:0.5%;
		margin-right:0.5%;
		vertical-align:top;
		overflow:hidden;
	}

	#otherItems.th-large .folders{
		width:24%;
		margin-left:0.5%;
		margin-right:0.5%;
	}


	.th .folders .fileType, .th .folders .fileInfo,.th-large .folders .fileType, .th-large .folders .fileInfo{
		display:block;
		width:auto;
		text-align:center;
		margin:auto;
	}

	.th .folders .fileType, .th-large .folders .fileType{
		font-size:2.5em;
	}

	.th .folders .downloadLinks a, .th .folders a, .th-large .folders .downloadLinks a, .th-large .folders a{
		word-break:normal;
	}
}


@media only screen and (max-width: 960px) {

	#menu{
		right:0;
	}

	#wrapper{
		width:90%;
	}

	.downThemAllText{
		display:none;
	}

	.folderView{
		display:none;	
	}

	.folder p{
		width:50%;
	}

	.player, .player.many{
		width:98%;
		margin:1%;
	}

	.playerCenter{
		margin:10px auto;
		display:block;
	}

	#timeline,#pageViews,#events{
		width:98%;
		float:left;
		font-size:0.7em;
	}
	
	.googleanalytics .form{
		max-width:98%;
		width:98%;
		top:0;
		left:0;
		right:0;
		bottom:0;
	}
	
}

@media only screen and (max-width: 640px) {

	body{
		background-color:#FFF;
	}

	h1{
		padding:10px 0;
		font-size:1.2em;
	}

	p{
		font-size:0.8em;
	}

	#wrapper{
		width:100%;
	}

	#logo{
		height:40px;
	}

	#logo img{
		margin:10px 4%;
		width:150px;
	}
	
	#content{
		padding:40px 4%;
	}

	#adress{
		margin:4%;
	}

	.folder p{
		width:100%;
	}

	.about{
		height:17px;
	}

	.downloadButton{
		display:none;
	}

	.downThemAll.top, .downThemAll.bottom{
		position:relative;
		float:none;
		text-align:center;
	}
	
	#parentDir{
		right:4%;
	}
}

