@charset "UTF-8";
/* CSS Document */

/* RESTING DEFAULT NAVIGATEUR VALUES */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESETING */



body{
	background-color:#000;
	margin:40px;
	padding:0 !important;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}
.nettoyeur{
	clear: both;
	line-height:1px;
	visibility:hidden;
}
ul, ol{
	margin: 0 !important;
}
input, textarea{
	background-color: #333;
	color: #fff;
	border: 1px solid #555;
	border-radius:0.5em;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;-moz-transition:border linear 0.2s,box-shadow linear 0.2s;-ms-transition:border linear 0.2s,box-shadow linear 0.2s;-o-transition:border linear 0.2s,box-shadow linear 0.2s;transition:border linear 0.2s,box-shadow linear 0.2s;
	padding: 4px;
	font-size: 13px;
	line-height: 18px;
}
input:focus, textarea:focus{
	border-color:#888;
	outline:0;
	outline:thin dotted \9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(199, 199, 199, 0.6);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(199, 199, 199, 0.6);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(199, 199, 199, 0.6);
	background-color:#555;
}
input[type=checkbox], input[type=radio] { 
	border: none;
	background-color: transparent; 
	margin: 3px 0;
}

h1, h2, h3{
	font-weight: 200;
}

select{
	background-color: #333;
	color: #fff;
	border: 1px solid #666;
}
.formline{
	padding:3px 0;
	clear: both;
}
.buttonline{
	padding-top:15px;
}
.login label{
	width: 30%;
	display:block;
	float:left;
}
label{
	width: 20%;
	display:block;
	float:left;
	padding:2px 0;
}
.login input{
	width: 66%;
	padding: 2px 4px;
}
input.button{
	border-color: #ccc;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #ccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#fff), color-stop(100%,#ccc));
  background: -webkit-linear-gradient(top, #fff 0%,#ccc 100%);
  background: -o-linear-gradient(top, #fff 0%,#ccc 100%);
  background: -ms-linear-gradient(top, #fff 0%,#ccc 100%);
  background: linear-gradient(top, #fff 0%,#ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( 
    startColorstr='#fff', endColorstr='#ccc',GradientType=0 );
   border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	padding: 4px 10px;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	margin: 0 5px;
	color: #333;
}
.loginpage input.button{
	width: 100px;
	font-size: 12px;
}

a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	color:#fff;
	text-decoration:underline;
}
h4 a, h3 a{
	text-decoration:none;
}
h2{
	font-size: 2.75em;
	padding: 30px 0 10px 0;
	color: #fff;
	text-shadow:1px 1px 1px #000000;
}
#maintitlezone h2{
	padding:30px 0
}
h3{
	font-size: 1.2em;
	padding-bottom:10px;
	padding-top: 20px;
	color: #99CC13;
	text-shadow: 1px 1px #000;
}
h3 img{
	padding-right: 5px;
}
img{
	vertical-align:middle;
	max-width: 100%;
}

#logout, #login{
	position:  absolute;
	width: 120px;
	right: 0;
	top: 10px;
	padding-bottom: 5px;
}
#logout a{
	/* background-image:url("../images/cross-circle.png");
	background-repeat:no-repeat; */
	color:#D11111;
	display:block;
	font-weight:bold;
	height:14px;
	padding-left:20px;
	padding-top: 2px;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 1.1em;
	
} 
#login a{
	/* background-image:url("../images/cross-circle.png");
	background-repeat:no-repeat; */
	color:#fff;
	display:block;
	font-weight:bold;
	height:14px;
	padding-left:20px;
	padding-top: 2px;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 1.1em;
	
} 
.icon-connect {
    background-position: -80px -160px !important;
}

#maincontainer{
	/*max-width: 1170px;*/
	margin:  0 auto !important;
	position: relative;
	z-index:0;
}
#maincontainer.loginpage{
	width: 600px;
}
#maincontainer.loginpage #roundbox{
	background-image: none;
}
#roundbox{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color: #333;
	border:1px solid #3d3d3d;
	margin-bottom: 5px;
	position: relative;
	padding:10px;
	background-image: url(../images/bg_logo.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#filestools{
	margin: 20px 0;
	padding: 20px;
	position:relative;
	clear: both;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color: #4f4f4f;
	border:1px solid #5f5f5f;
	background-image: -moz-linear-gradient(top, #4f4f4f, #3f3f3f); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #3f3f3f),color-stop(1, #4f4f4f)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4f4f4f', endColorstr='#3f3f3f'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4f4f4f', endColorstr='#3f3f3f')"; /* IE8 */
}
#filessendbutton{
	position:absolute;
	right:0;
	bottom:0;
	width:100px;
	text-align:right;
}
#filestools a{
	color:#999;
	text-decoration:none;
}
#filestools a:hover{
	color:#fff;
	text-decoration:underline;
}
.fichiers table{
	margin-bottom:20px;
}
.filetable td{
	padding: 5px;
}
h4{
	padding:15px 0 5px 0;
}
#filestools h4{
	font-size: 1.3em;
	margin-bottom: 10px;
	padding: 0;
	text-shadow: 1px 1px #000;
}
.filestoolsbloc{
	position: relative;
}
#breadcrumb{
	padding:5px;
}
#footer{
	clear:both;
	width:900px;
	margin:auto;
	text-align: center;
}
#loginpage{
	clear:both;
	margin:auto;
	text-align: right;
}
#adminseparator{
	height:30px;
	clear:both;
}
#loginbox table{
	border: 0px;
	text-align: left;
}
table{
	width: 100%;
}
table td{
	padding: 5px;
}
td.tableheader{
	background-color: #333;
	font-weight: bold;
	padding-bottom:8px;
	padding-top:10px;
	font-size: 1.1em;
	background-image: -moz-linear-gradient(top, #2c2c2c, #1b1b1b); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1b1b1b),color-stop(1, #2c2c2c)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2c2c2c', endColorstr='#1b1b1b'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2c2c2c', endColorstr='#1b1b1b')"; /* IE8 */
	-moz-text-shadow: 3px 3px 3px #000;  
    -webkit-text-shadow: 3px 3px 3px #000;  
    text-shadow: 3px 3px 3px #000; 
}
td.listcell{
	border-bottom: 1px solid #555;
	vertical-align: middle;
}
td.iconcell a{
	text-decoration: none;
}
td.iconcell{
	white-space:nowrap;
	text-align:right;
}
#listview tr:hover, #listview tr:focus, #userstable tr:hover, #userstable tr:focus{
		background-color: #444;
}
.checkboxactionbloc{
	padding:0 10px;
}
.fichiers{
	padding: 0 15px;
}
.actions{
	background-color: #1b1b1b;
	padding: 15px;
	margin-bottom:15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-image: -moz-linear-gradient(top, #2c2c2c, #1b1b1b); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1b1b1b),color-stop(1, #2c2c2c)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2c2c2c', endColorstr='#1b1b1b'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2c2c2c', endColorstr='#1b1b1b')"; /* IE8 */
	border: 1px solid #2F2F2F;
}
.actions h2{
	padding: 10px 0 10px 0;
}

.message_success{
	color: #fff;
	font-weight: bold;
	padding: 10px 0;
	line-height: 1.5em;
}
.message_unsuccess{
	color:#ffcc00;
	font-weight: bold;
	padding: 10px;
	line-height: 1.5em;
	margin: 20px 0;
	background-color: #666;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 1px solid #999;
	clear: both;
}

.logintitle{
	font-size: 1.25em;
	padding-bottom:15px;
}

.maintitlezone{
	padding: 0 ;
}
.maintitlezonelogin{
	padding: 0 0 0 5px;
}
.maintitlezone.maintitlelogo{
	text-align: center;
}
.maintitlezone.maintitlelogo .sprite.icon-arrow-up{display: none;}
.maintitlezone.maintitlelogo .logo-large{
	float: none;
}
.formlabel{
	padding: 5px 0;
	display: block;
}

.numbercell1, .numbercell2, .numbercell3{
	padding: 5px 5px 10px 5px;
	clear:both; 
}
.numbercell1 .sprite, .numbercell2 .sprite, .numbercell3 .sprite{
	margin-bottom: 5px;
}

.version{
	font-size: 0.8em;
	color: #666;
	line-height:15px;
	padding:0 0 0 5px;
}
.loginlogo{
	height:110px;
	margin:0 30px 0 5px;
	width:180px;
	background: url(../images/logo_template.gif) no-repeat 10px 10px;
	float: left;
}

#loading{
	width: 50px;
	height: 50px;
        visibility:hidden; 
        display: block;
}
.edit_file_zone{
	width: 640px;
	height: 300px;
	margin: 10px 0;
}
ul.bkplist li{
	padding: 0 0 5px 15px;
	list-style: none;
	background: url(../images/puce.png) no-repeat 0px 1px;
}
#progress_bar{
	display:none; 
	padding-left:15px; 
	padding-top:20px;
}

/* MENU LANGUES */

#menu_lang{
	padding: 0 15px;
	font-weight: bold;
	word-spacing:5px;
	text-transform: uppercase;
}
#menu_lang a{
	font-weight: normal;
}

/* AFFICHAGE ICONES LISTE-MINIATURES*/
#aff_type{
	padding: 0 5px;
	text-align: right;
	height: 30px;
}
#aff_type li,#aff_type ul{
	display: inline;
}
#aff_type a{
	width: 16px;
	height: 16px;
	display: block;
	float: right;
	margin-left: 5px;
}
#aff_type a span{
	display:none;
}
#aff_type a.listbutton{
	background: url(../images/liste_16x16.png) no-repeat 0px 1px;
}
#aff_type a.miniaturebutton{
	background: url(../images/miniatures_16x16.png) no-repeat 0px 1px;
}
#listview, #minatureview {
	clear: both;
}
#minatureview{
	padding-top: 40px;
	
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#listview a, #minatureview a {
	color: #999;
	text-decoration: none;
}
#listview a:hover, #minatureview a:hover  {
	text-decoration: underline;
	color: #fff;
}

.item_file, .item_dir{
	width: 290px;
	float: left;
	margin: 0 5px 50px 5px;
}
.item_file.selected, .item_dir.selected{
	margin: 0 5px -1px 5px;
	padding-bottom: 50px;
	background-color: #666;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border: 1px solid #999;
	}
.item_file.selected .mini_file, .item_dir.selected .mini_dir, .item_file.selected .mini_dir{
	border: 0;
}
	
	
.mini_file, .mini_dir{
	text-align: center;
	min-height: 192px;
	border: 1px solid #555;
	border-width: 1px 1px 0 1px;
	 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mini_file img{
	max-height: 192px;
}
.name_file, .name_dir{
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	background-color: #555;
	margin-bottom: 5px;
}

.edit_file, .edit_dir{
	text-align: center;
}
/* DIV POP UP */


.bad_log{
	margin:15px 0;
	color:red;
}

#multiuploadlink input{
	margin: 0 5px 0 20px;
}

.pagination{
	text-align: center;
	padding: 2em 0;
	
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination span, .pagination a:hover span{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: rgba(255,255,255, 1);
	margin: 10px;
	color: #444;
	font-weight: 600;
	text-decoration: none;
	
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; 
}
.pagination a span{
	background-color: rgba(255,255,255, 0.5);
	color: #fff;
}
/* UPLOAD: ECRASE CSS*/

[class*="span"] {
    margin-left: 0px !important;
}
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-right: 10px !important;
}
form {
    margin: 0 !important;
}
.progress-success.progress-striped .bar{
	background-color: #9dc21f !important;
}
.progress{
	background-color: #333 !important;
	background-image: none !important;
}
.label-important, .badge-important {
    background-color: #99CC33 !important;
}
input, textarea, select, .uneditable-input{
	margin-bottom: 0 !important;
}