/**
 *  This source file is part of W3b-D4shB0ard.
 *
 *  W3b-D4shB0ard is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  W3b-D4shB0ard is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with W3b-D4shB0ard.  If not, see <http://www.gnu.org/licenses/gpl-3.0.html>.
 *  #1EFF00     #399A1D
 */
* { margin:0; padding:0; }

body {
  background-color:#000;
  background-repeat:no-repeat;
  background-position:center top;
  font-size:12px;
}

img { border:0; }

a {
  color:#399A1D;
  font-family:FreeMono;
  text-decoration:none;
}

a:hover {
  color:#1EFF00;
  font-weight:bold;
} 

noscript {
  margin:0;
  padding:0;
  position:absolute;
  width:100%;
  height:100%;
  background-color:#FFF;
  background-image:url('pics/bg2.png');
  background-repeat:no-repeat;
  background-position:center top;
  z-index:10;
}

#content {
  position:absolute;
  background-position:left bottom;
  background-repeat:no-repeat;
  width:100%;
  height:100%;
}

/** Projets, outils, documentation */
#accordion-left {
  width:260px;
  margin-left:10px;
  margin-top:10px;
}
#accordion-right {
  font-family:FreeMono;
  width:269px;
  position:absolute;
  right:10px;
  top:60px;
}

/* Formulaire de recherche */
#search {
  background-color:transparent;
  border:1px solid #1EFF00;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  float:right;
  margin-right:10px;
  margin-top:10px;
  text-align:left;
  padding-left:10px;
  height:38px;
  width:260px;
}
#searchForm input[type="text"] {
  margin:0;
  padding:0;
  background:none;
  border:none;
  height:35px;
  font-size:18px;
  margin-top:1px;
  width:220px;
}
#searchForm input[type="submit"] {
  background:none;
  border:none;
  background-image:url('pics/search.png');
  width:35px;
  height:35px;
  position:absolute;
  top:12px;
  right:11px;
}

#dashboard {
  background-image:url('pics/bg.png');
  background-position:center;
  background-repeat:no-repeat;
  opacity:0.7;
  position:absolute;
  top:10px;
  bottom:10px;
  left:300px;
  right:300px;
  border:2px solid #1EFF00;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width:800px;
  height:500px;
}
#dashboard img {
  padding-top:3px;
  padding-bottom:3px;
  padding-right:3px;
  padding-left:3px;
  width:40px;
  height:40px;
  opacity : 1;
}

#dashboard img:hover {
  padding-right:0;
  padding-left:0;
  padding-top:0;
  padding-bottom:0;
  width:46px;
  height:46px;
  opacity:1;
}

#loading {
  background-image:url('pics/loading.gif');
  background-repeat:no-repeat;
  background-position:center;
  position:absolute;
  right:10px;
  bottom:100px;
  height:64px;
  width:260px;
  display:none;
}

#listIcons {
  width:100%;
  height:100%;
}

#dashboardInfos {
  background-color:#000;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  position:absolute;
  height:80px;
  width:260px;
  font-size:14px;
  font-weight:bold;
  color:#399A1D;
  padding-top:10px;
  padding-left:10px;
  display:none;
  border:1px solid #1EFF00;
  opacity:0.75;
  font-family:FreeMono;
}


.listAT {font-size:1.2em;}
.listAT a {width:100%; text-align:left;}

.error {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color:#900;
  border:1px solid #00CC33; 
  color:#FFF;
  margin:5px;
  padding:2px;
  width:100%;
}

.valide {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  //background-color:#00CC33;
  border:1px solid #00CC33; 
  //color:#FFF;
  margin:5px;
  padding:2px;
  width:100%;
}

#icon_uploaded {
  display:none;
}

#version {
  position:absolute;
  bottom:2px;
  right:2px;
  //color:#1EFF00;
  font-weight:bold;
}
