/****************************************/
/*     	 palette des couleurs			*/
/****************************************/
/****************************************/
/*					variables			*/
/****************************************/
/****************************************/
/*					fonts				*/
/****************************************/
.fontNormal {
  font-family: Helvetica, Arial, sans-serif;
}
.fontBold {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
strong {
  font-weight: bold;
}
/******************************************************/
/*						arrow entities				  */
/*	droite -> &#59392; ou &#59393; ou &#59396;		  */
/*	bas 	-> &#59397; ou &#59395; ou &#59394;		  */
/******************************************************/
/****************************************/
/*              metadata                */
/****************************************/
#metadata {
  font-size: 1.1em;
}
#metadata #archiveBreadCrumb {
  display: none;
  width: auto;
  position: fixed;
  top: 10px;
  left: 230px;
  z-index: 15000;
  font-size: 0.8em;
}
#metadata #archiveTimestamp {
  display: none;
  opacity: 0.7;
  padding: 0em 0em 0em 2em;
}
#archiveBreadCrumb a {
  opacity: 0.7;
}
#archiveBreadCrumb a:hover {
  opacity: 1;
}
#archiveTitle {
  font-size: 2em;
  line-height: 1.1em;
  display: block;
  margin: 13px 0 5px 0;
}
#archiveOriginalUrl {
  display: block;
  padding: 0.5em 0em 0em 0em;
  opacity: 0.7;
}
#archiveOriginalUrl a {
  opacity: 0.8;
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#archiveOriginalUrl a:hover {
  opacity: 1;
  text-decoration: underline;
}
.metaLabel {
  display: block;
  padding: 1em 0em 0em 0em;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8d8d8d;
}
.metaLabel.tags,
.metaLabel.facts {
  float: left;
  width: 5em;
  margin: 0em 1em 0em 0em;
}
#metadata #archiveDescription {
  display: block;
  padding: 0em 0em 0em 4.5em;
}
ul#archiveTags {
  padding: 0.8em 0em 0em 1em;
}
ul#archiveTags li {
  display: inline;
}
ul#archiveTags li a {
  display: block;
  float: left;
  background-color: #999999;
  color: #ffffff;
  border-radius: 0.5em;
  padding: 0.1em 0.5em 0.1em 0.5em;
  margin: 0em 0.5em 0em 0em;
  text-shadow: -1px -1px 0 #808080;
}
ul#archiveTags li a:hover {
  color: #ffffff;
  background-color: #808080;
  text-shadow: -1px -1px 0 #737373;
}
ul#facts1 {
  width: auto;
  float: left;
  margin: 0.8em 0em 0em 0em;
}
ul#facts2 {
  width: auto;
  float: left;
  margin: 0.8em 0em 0em 2em;
}
/****************************************/
/*               tools                  */
/****************************************/
#tools {
  display: block;
  width: auto;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.folderList {
  display: block;
  height: auto;
  clear: both;
}
#tools ul {
  margin: 5px 0px 0px 0px;
}
#tools li {
  padding-bottom: 5px;
}
/****************************************/
/*               navigation             */
/****************************************/
#tools #navigation {
  width: 70%;
  float: right;
  margin: -1.5em 0px 15px 0px;
  color: #999;
}
#navigation a {
  font-size: 9pt;
  display: block;
  float: left;
  width: auto;
  margin: 0px 10px 0px 0px;
  padding: 1px 4px 1px 4px;
  background: #bbbbbb url(../images/button.png) repeat-x center center;
  color: white;
  text-decoration: none;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  border-radius: 0.3em;
}
#navigation a.seeAll {
  background-color: #FF8C39;
}
#navigation a:hover {
  background-color: #FF6600;
}
/****************************************/
/*            tools drawers             */
/****************************************/
/****************************************/
/*          absolute version           */
/****************************************/
#tools.juxtaposed {
  height: 3.1em;
  /*height: 5.5em;*/
}
#tools.juxtaposed .toolsDrawer {
  position: absolute;
  width: 48%;
  height: auto;
  z-index: 1000;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background-color: transparent;
}
#tools.juxtaposed .toolsDrawer.opened {
  box-shadow: 5px 5px 6px #AAA;
  -moz-box-shadow: 5px 5px 6px #AAA;
  -webkit-box-shadow: 5px 5px 6px #AAA;
}
#tools.juxtaposed #timeBrowser1,
#tools.juxtaposed #timeBrowser1.closed {
  top: 0.5em;
  left: 10px;
  z-index: 10000;
}
#tools.juxtaposed #timeBrowser1.opened {
  top: 0.5em;
  left: 10px;
  right: 50px;
  width: auto;
  z-index: 10000;
}
#tools.juxtaposed #organizer1 {
  top: 0.5em;
  /* top: 3em; */
  right: 10px;
}
/****************************************/
/*          relative version           */
/****************************************/
#tools.superimposed .toolsDrawer {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
/****************************************/
/*              organizer              */
/****************************************/
.organizer {
  width: 100%;
  text-align: left;
}
.home .organizer {
  height: auto;
}
.toolsDrawerContent {
  width: 100%;
  padding: 0em 0em 0em 0px;
}
.organizer .toolsDrawerContent {
  /* position: absolute; */
  z-index: 1000;
  overflow: auto;
  padding: 0em 0em 0em 30px;
  border-bottom: 1px solid #cdcaca;
}
.toolsDrawerContent .label {
  font-size: 1.2em;
  margin-bottom: 5px;
}
.organizer a {
  text-decoration: none;
}
.folderList > .label {
  display: none;
}
/* folders & archive units */
.organizer .folder > .label {
  border-top: 1px solid #cdcaca;
  margin: 0px 0px 0px -40px;
  padding: 5px 0px 5px 40px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: normal;
  cursor: pointer;
}
.organizer li .label {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 0px 20px;
  font-weight: normal;
  color: #827c7c;
  font-size: 1em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  /* a nettoyer */
  -moz-background-size: 16px 16px;
  -safari-background-size: 16px 16px;
}
.organizer li .label .name {
  cursor: pointer;
}
.archiveUnit > .label {
  cursor: default;
  background: url('../images/archive_default_favicon.png') no-repeat left center;
  padding-left: 25px;
}
.folder.parent {
  padding-left: 15px;
}
.folder.parent.closed {
  background: url('../images/handle_closed.png') no-repeat left 10px;
}
.folder.parent.opened {
  background: url('../images/handle_opened.png') no-repeat left 10px;
}
.folder.active {
  background-color: rgba(76, 147, 255, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(76, 147, 255, 0)), to(rgba(76, 147, 255, 0.6)));
  background-image: -webkit-linear-gradient(left, rgba(76, 147, 255, 0), rgba(76, 147, 255, 0.6));
  background-image: -moz-linear-gradient(left, rgba(76, 147, 255, 0), rgba(76, 147, 255, 0.6));
  background-image: -ms-linear-gradient(left, rgba(76, 147, 255, 0), rgba(76, 147, 255, 0.6));
  background-image: -o-linear-gradient(left, rgba(76, 147, 255, 0), rgba(76, 147, 255, 0.6));
}
/****************************************/
/*      folders and AU details         */
/****************************************/
.detail {
  display: none;
  cursor: default;
  padding: 4px 0px 0px 20px;
  margin: 0px 0px 10px 0px;
}
.detail .description,
.detail .creation {
  font-size: 0.8em;
  line-height: 1.2em;
  color: #777;
}
.detail .creation {
  display: none;
}
/****************************************/
/*               editors                */
/****************************************/
#folderList1Editor,
#tagList1Editor,
#groupList1Editor,
#pageAnnotations1ToolsEditor {
  margin-bottom: 10px;
}
.editor {
  display: none;
  vertical-align: middle;
  margin-left: 20px;
}
.editor .icon {
  display: inline-block;
}
.editor .config {
  background: url('../images/edit.png') no-repeat top left;
  height: 15px;
  width: 18px;
}
.editor .infos {
  background: url('../images/add.png') no-repeat top left;
  height: 15px;
  width: 17px;
}
.editor .config:hover {
  background-image: url('../images/edit-act.png');
}
.editor .infos:hover {
  background-image: url('../images/add-act.png');
}
/****************************************/
/*      iframe for archived page        */
/****************************************/
#mainFrame {
  width: 100%;
  margin: 0;
  padding: 0;
}
/****************************************/
/*   when metabrowser is in an iframe   */
/****************************************/
.embedded #metabrowser {
  border: none;
}
.embedded #tools {
  height: 1em;
}
