@CHARSET "UTF-8";

/** 
* Fichier CSS complétant les CSS des plugins javascripts
* 
* LICENSE:   Ce programme est un logiciel libre ; vous pouvez le redistribuer ou le
* modifier suivant les termes de la “GNU General Public License” telle que
* publiée par la Free Software Foundation : soit la version 3 de cette
* licence, soit (à votre gré) toute version ultérieure.
* Ce programme est distribué dans l’espoir qu’il vous sera utile, mais SANS
* AUCUNE GARANTIE : sans même la garantie implicite de COMMERCIALISABILITÉ
* ni d’ADÉQUATION À UN OBJECTIF PARTICULIER. Consultez la Licence Générale
* Publique GNU pour plus de détails.
* Vous trouverez une copie de la Licence Générale Publique GNU
* dans [EN] /docs/license/license_en.pdf et [FR] /docs/license/license_fr.pdf ;
* si ce n’est pas le cas, consultez :
* [EN] http://www.gnu.org/licenses/gpl.html
* [FR] http://www.april.org/files/groupes/trad-gpl/doc/GPLv3/www.rodage.org/gpl-3.0.fr.html
* 
* @author     Vincent Guédé (vincent.guede@ac-bordeaux.fr)
* @copyright  Copyright (c) 2007-2009, Vincent Guédé (vincent.guede@ac-bordeaux.fr) - Tous droits réservés
* @license    http://www.gnu.org/licenses/gpl.html  GNU/GPL License 3.0
* @version    $Revision: 151 $ $Date: 2009-10-04 03:11:42 +0200 (dim., 04 oct. 2009) $ $Author: vguede $ 
* @since      Ce fichier est disponible depuis la version 0.5.0 
*/

.toggleShow {
    border: 1px solid grey;
    padding: 2px important!;
}

/* ---------------- jQuery UI ----------------- */
/* ---------------- datepicker ----------------- */
.ui-datepicker {
    font-size: 85%;
}

.ui-widget table, .ui-widget thead {
    border: 0;
}
.ui-widget th {
    background-color: white;
    color: black;
}


/* ---------------- tabs ----------------- */
#displayDocumentsTabs {
    margin: 0 2% 0 2%;
    padding: 2px;
}
#displayDocumentsTabs h2 {
    padding-left: 20px;
}
#displayDocumentsTabs h2 span {
    vertical-align: 50%;
    color: #222222;
    font-weight: bold;
    text-align: left;
    font-size: 120%;
    padding-left: 10px;
}
#displayDocumentsTabs ul {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    margin: 0;
}
#displayDocumentsTabs li {
    padding-top: 0;
}
#displayDocumentsTabs li span {
    vertical-align: 15%;
}

#displayDocumentsTabs p {
    padding: 0;
    margin: 0;
}
#displayDocumentsTabs form p {
    padding: 2px 10px;
}


/* ---------------- tooltip ----------------- */
.tooltip {
    cursor: default;
}
#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #606060;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}
#tooltip h3, #tooltip div {
    margin: 0;
}
#tooltip h3 {
    color: #0287c9;
    padding: 4px;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
}


/* ---------------- treeview ----------------- */

.treeviewContainer {
    margin: 2% 4%;
}
.treeview {
    visibility: hidden;
}
.treeview, .treeview ul { 
    padding: 0;
    margin: 0;
    list-style: none;
}

.displayTreeview {
    margin-left: 4%;
}

.treeviewControl {
    margin: 12px 0 12px -2%;
    display: none;
    text-indent: 0;
}
.treeviewExpandAll:before {
    content: url("http://osiris.clisthene.org/images/icons/js/plus.gif");
}
.treeviewCollapseAll:before {
    content: url("http://osiris.clisthene.org/images/icons/js/minus.gif");
}


.treeview ul {
    background-color: white;
    margin-top: 4px;
    margin-left: 3%;
}

.treeview .hitarea {
    background: url(http://osiris.clisthene.org/images/icons/js/treeview-default.gif) -64px -25px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float:none;
}

.treeview li { 
    margin: 0;
    padding: 3px 0pt 3px 16px;
}
.treeview a.selected {
    background-color: #eee;
}


.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(http://osiris.clisthene.org/images/icons/js/treeview-default-line.gif) 0 0 no-repeat;}
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px;}
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(http://osiris.clisthene.org/images/icons/js/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px;}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0;}



/* ---------------- password_strength ----------------- */
/*  RESULT STYLE  */
.testresult{
    font-weight: bold;
    font-size: 13px;
    color: #666;
    padding: 0px 0px 12px 5px;
    margin-left:10px;
    display: inline;
    height: 18px;
}
.testresult span{
    padding:0px 20px 12px 10px;
    margin: 0px 0px 0px 10px;
    display: inline;
    white-space: nowrap;
}
.shortPass{
    background:url(http://osiris.clisthene.org/images/icons/js/passwordstrength/red.png) no-repeat 0 0;
}
.shortPass span{
    background:url(http://osiris.clisthene.org/images/icons/js/passwordstrength/red.png) no-repeat top right;
}
.badPass{
    background:url(http://osiris.clisthene.org/images/icons/js/passwordstrength/red.png) no-repeat 0 0;
}
.badPass span{
    background:url(http://osiris.clisthene.org/images/icons/js/passwordstrength/red.png) no-repeat top right;
}
.goodPass{
    background:url(http://osiris.clisthene.org/images/icons/js/passwordstrength/yellow.png) no-repeat 0 0;
}
.goodPass span{
    background:url(http://osiris.clisthene.org/images/icons/js/passwordstrength/yellow.png) no-repeat top right;
}
.strongPass{
    background:url(http://osiris.clisthene.org/images/icons/js/passwordstrength/green.png) no-repeat 0 0;
}
.strongPass span{
    background:url(http://osiris.clisthene.org/images/icons/js/passwordstrength/green.png) no-repeat top right;
}