/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
    margin:0;
    padding:0;
}

/* Boîtes flotantes */
div.gauche {
    float: left;
}
div.demi {
    float: left;
    width: 50%;
    margin: 0;
}
div.tiers {
    float: left;
    width: 33%;
    margin: 0;
}
div.tiers .input.text input{
    width: 90%;
}
div.deuxtiers {
    float: left;
    width: 66%;
    margin: 0;
}
div.spacer {
    clear: both;
    /*	height: 1px;*/
}

/* General Style Info */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    margin: 0;
    padding: 10px 30px;
    background: #eeefee;
}

a {
    color: #003d4c;
}
a:hover {
    color: #003d4c;
    text-decoration:none;
}
a img {
    border:none;
}
h1, h2, h3, h4 {
    font-weight: normal;
}
h1 {
    font: normal normal 20px/24px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
    /* couleur NON-web */
    border-left: 1px solid #e0ef90;
    border-bottom: 1px solid #e0ef90;
    padding-left: 1%;
    margin-bottom: 10px;
}
h2 {
    color: #003d4c;
    font-size: 100%;
    margin: 0.1em 0;
}
h3 {
    /*	color: #993;*/
    color: #003d4c;
    /*	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;*/
    font-size: 165%;
    padding-top: 1.5em;
    border-bottom: solid 1px;
}
h4 {
    color: #993;
    font-weight: normal;
    font-size: 125%;
    padding-top: 0.5em;
}
ul, li {
    /*margin: 0 12px;*/
}

/* Layout */
#container {
    text-align: left;
    min-width: 1020px;
    margin: 0 auto !important;
    border: 2px solid #b3b4b3;
    background: #fff;
}

#header{
    /*	padding: 5px 20px;*/
}
#header img {
    vertical-align: middle;
    margin-right: 30px;
}
#content{
    clear: both;
    color: #333;
    padding: 10px 20px 20px 20px;
    overflow: auto;
    min-height: 400px;
}
#footer {
    clear: both;
    padding: 6px 10px;
    text-align: center;
    border-top: 1px solid;
}
#footer img {
    margin: 0px;
    padding: 0px 6px;
    vertical-align: -20%;
}

/* Elements de l'entête */
.login_container #headerLogoInfosContainer {
    border: none;
}
#headerLogoInfosContainer {
    padding: 5px 20px;
    border-bottom: 1px solid;
    position: relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#headerLogoInfosContainer div {
    margin: 2px 0;
}
#headerInfos {
    position: absolute;
    top: 5px !important;
    right: 25px !important;
    text-align: right;
    min-width: 400px;
}
#headerInfos a {
    background: none;
    text-decoration: none;
}
#headerInfos a:hover {
    background: none;
    text-decoration: none;
    color: black;
}
#headerInfos ul#services {
    position:relative;
    z-index: 1;
}

/* Tables */
table {
    border:1px solid;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}
th {
    background: #ddd;
    border:1px solid #333;
    text-align: center;
}
th a {
    padding: 2px 4px;
    text-decoration: none;
}
th a:hover {
    color: #333;
    text-decoration: none;
}
td {
    background: #EEEEEE;
    border-right: 1px solid;
    padding: 4px;
    text-align: center;
    vertical-align: top;
}
td a,
td a:hover {
    background: none;
}
td.liste {
    text-align: left;
    padding-left:10px;
}
td.liste ul {
    margin-left: 10px;
    list-style-position: inside;
}
tr.altrow td {
    background: none;
}
tr.infected td {
    background: red;
}
tr.alerte td {
    background: orange;
}
td.actions {
    text-align: center;
    white-space: nowrap;
}
td.actions a {
    margin: 0px 6px;
    text-decoration:none;
}
td > div {
    overflow-style: panner;
    overflow-x: auto;
    max-height:110px;
}

.cake-sql-log table {
    background: #f4f4f4;
}
.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;
}

/* Paging */
div.affichagePages {
    margin-top: 1em;
}
div.paging {
    background: none;
    margin-bottom: 2em;
}
div.paging div.disabled {
    color: #000;
    display: inline;
}
div.paging span {
}
div.paging span.current {
    color: #000;
}
div.paging span a {
    background: none;
}
div.paging a {
    background: none;
}

/* View */
dl {
    line-height: 2em;
    margin: 0em 0.1em;
}
dt.altrow,
dd.altrow {
    background: #eee;
}
dt {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
}
dd.infected {
    background: red;
}
dd.alerte {
    background: orange;
}
dd.compact {
    margin-left: 5em;
}
dd {
    margin-left: 20em;
    margin-top: -2em;
    vertical-align: top;
}
form dd div{
    margin: 0;
    padding: 0;
}

/* Forms */
form {
    clear: both;
    margin-right: 20px;
    padding: 0;
}
fieldset {
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
fieldset legend {
    color: #003d4c;
    font-size: 120%;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
}
fieldset fieldset {
    margin-top: 0px;
    margin-right: 10px;
    padding: 16px 10px;
}
fieldset fieldset legend {
    font-size: 100%;
    font-weight: normal;
}
fieldset fieldset div {
    clear: left;
}
form div {
    margin-bottom: 10px;
    vertical-align: text-top;
}
form div.input {
    color: #444;
}
form div.required {
    color: #333;
    font-weight: bold;
}
div.submit {
    border: 0;
    border-top: 1px solid;
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
}
label {
    display: block;
    padding-right: 20px;
}
input, textarea {
    clear: both;
    padding: 2px;
}
select {
    clear: both;
    padding: 2px;
}
select[multiple=multiple] {
    margin: 0px 0px 7px 0px;
}
option {
    padding: 0 3px;
}
input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}
input[type=radio] {
    float:left;
    width:auto;
    margin: 0 3px 7px 0;
}
div.radio label {
    margin: 0 0 6px 20px;
}
input[type=submit] {
    display: inline;
    font-size: 110%;
    padding: 2px 5px;
    width: auto;
    vertical-align: bottom;
}

/* Notices and Errors */
div.jGrowl-message {
    clear: both;
    color: #000;
    font-size: 140%;
    font-weight: bold;
    margin: 1em 0;
}
div.jGrowl-message div.erreur{
    color: #900;
}
div.jGrowl-message div.important{
    color: #1a32ea;
}
div.error-message {
    clear: both;
    color: #900;
    font-weight: bold;
}
p.error {
    background-color: #e32;
    color: #fff;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}
p.error em {
    color: #000;
    font-weight: normal;
    line-height: 140%;
}
.notice {
    background: #ffcc00;
    color: #000;
    display: block;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}
.success {
    background: green;
    color: #fff;
}

/*  Actions  */
div.actions ul {
    margin: 0px 0;
    padding: 0;
}
div.actions li {
    display: inline-block;
    list-style-type: none;
    line-height: 2em;
    margin: 0 2em 0 0;
    white-space: nowrap;
}
div.actions ul li a {
    background: none;
    color: #003d4c;
    text-decoration: none;
}
div.actions ul li a:hover {
    color: #333;
    text-decoration: underline;
}
/* Version */
div.Version {
    background: #f4f4f4;
}

div.Version ul {
    margin: 0px 0;
    padding: 0;
}
div.Version li {
    display: inline;
    list-style-type: none;
    line-height: 2em;
    margin: 0 2em 0 0;
    white-space: nowrap;
}
/* Related */
div.related {
    clear: both;
    display: block;
}

/* Debugging */
pre {
    color: #000;
    background: #f0f0f0;
    padding: 1em;
}
pre.cake-debug {
    background: #ffcc00;
    font-size: 120%;
    line-height: 140%;
    margin-top: 1em;
    overflow: auto;
    position: relative;
    text-align: left;
}
div.cake-stack-trace {
    background: #fff;
    border: 4px dotted #ffcc00;
    color: #333;
    margin: 0px;
    padding: 6px;
    font-size: 120%;
    line-height: 140%;
    overflow: auto;
    position: relative;
}
div.cake-code-dump pre {
    position: relative;
    overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
    color: #000;
    background-color: #F0F0F0;
    margin: 0px;
    padding: 1em;
    overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}
div.cake-code-dump span.code-highlight {
    background-color: #ff0;
    padding: 4px;
}
div.code-coverage-results div.code-line {
    padding-left:5px;
    display:block;
    margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
    background:#ecc;
}
div.code-coverage-results div.covered span.content {
    background:#cec;
}
div.code-coverage-results div.ignored span.content {
    color:#aaa;
}
div.code-coverage-results span.line-num {
    color:#666;
    display:block;
    float:left;
    width:20px;
    text-align:right;
    margin-right:5px;
}
div.code-coverage-results span.line-num strong {
    color:#666;
}
div.code-coverage-results div.start {
    border:1px solid #aaa;
    border-width:1px 1px 0px 1px;
    margin-top:30px;
    padding-top:5px;
}
div.code-coverage-results div.end {
    border:1px solid #aaa;
    border-width:0px 1px 1px 1px;
    margin-bottom:30px;
    padding-bottom:5px;
}
div.code-coverage-results div.realstart {
    margin-top:0px;
}
div.code-coverage-results p.note {
    color:#bbb;
    padding:5px;
    margin:5px 0 10px;
    font-size:10px;
}
div.code-coverage-results span.result-bad {
    color: #a00;
}
div.code-coverage-results span.result-ok {
    color: #fa0;
}
div.code-coverage-results span.result-good {
    color: #0a0;
}

/* Formulaire pour la saisie du login et du mot de passe */
#login_form {
    margin: 30px auto;
    padding: 10px 10px;
    border: 1px solid lightgrey;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 500px !important;
}
#login_form form div.submit {
    border-top: none;
}
#login_titre {
    text-align: center;
}

/* Mise en forme des onglets */
.onglet {
    font: normal normal 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    margin-right: 20px;
}
.onglet a{
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
}
.onglet a.ongletCourant{
    font-weight: bold;
    background: #fff;
    padding-bottom: 1px;
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid;
    border-radius: 4px 4px 0 0;
}

/* Mise en forme du tableau des droits */
table#tableDroits {
    width: auto;
    border: 0px;
    background: none;
    margin-left: 20px;
}
#tableDroits tr td {
    background: none;
    border-right: 0px;
    padding: 0px;
    text-align: left;
    vertical-align: middle;
}
#tableDroits td.niveau0 {
    border-top: 1px solid grey;
    background: #f7f7f7;
}
#tableDroits input[type=checkbox] {
    background: grey;
    margin: 3px;
    width: auto;
}
/* Fin mise en forme du tableau des droits */

/* Mise en forme du filtre des index */
#filtreForm div {
    margin-bottom: 0;
}
div.filtre {
    margin: 0;
    position: relative;
    min-height: 30px;
}
div.filtreFonc {
    position: relative;
    margin: 0;
    margin-bottom: 10px;
    width: 200px;
}
div.filtreCriteres {
    float: right;
    width: calc(100% - 230px);
    margin: 0;
    border-top: 1px solid grey;
}
div.filtreCriteres + div.filtreFonc {
    width: 100%;
}

#filtreShow, #filtreHide, #resetFiltre {
    position: absolute;
}
#filtreShow, #filtreHide {
    top: 0px;
    left: 0px;
}
#resetFiltre {
    top: 0;
    left: 125px;
}
#applyFilter{
    background: #0072B3 !important;
    color: #FFF;
}

#bdxContainer {
    width: 100%;
    height: 100%;
}
/* Edition des bordereaux des messages SEDA */
#bdxNavigation {
    box-sizing:border-box;
    float: left;
    width: 39%;
    min-width: 250px;
    min-height: 50px;
    border: 1px solid #ccc;
    margin-right: 1%;
    padding: 10px;
    overflow: auto;
    display: inline;
}
#bdxAffichage {
    box-sizing:border-box;

    float: left;
    width: 59%;
    min-height:128px;
    border: 1px solid #ccc;
    padding: 10px;
    display: inline;
}
#bdxAffichage div.bdxinfo {
    margin-top: 2px;
}
#bdxAffichage div.bdxinfo label {
    display: inline;
    padding-right: 0px;
    font-weight: bold;
}

#bdxAffichage div.attributs {
    background: GhostWhite;
    padding: 5px;
    margin-right: 10px;
    padding-left: 15px;
    margin-bottom: 10px;
}

div.attributs div {
    margin-bottom: 0.5em;
}

#loading {
    position:fixed;
    left: 50%;
    top: 50%;
    margin-top: -64px; /* moitié de la hauteur de l'image */
    margin-left: -64px; /* moitié de la largeur de l'image */
}
#overlayAttendable {
    position: absolute;
    width: 100%;
    height: 100%;
    background: lightgrey;
    opacity: .50;
    z-index: 1500;
    filter:Alpha(Opacity=50);
}

/* Bulles d'information */
a.info {
    text-decoration: none;
    position:relative;
    z-index:10;
}
a.info:before {
    content: ' ';
}
a.info:hover {
    z-index:20;
}
a.info > span {
    display:none;
}
a.info:hover > span {
    display:block;
    position:absolute;
    top:18px;
    left:10px;
    padding-left:5px;
    padding-top:2px;
    padding-bottom:2px;
    padding-right:5px;
    font-family:'Courier', monospace;
    font-weight:normal;
    font-size:8px;
    color:#777777;
    text-decoration:none;
    width:450px;
    text-align:left;
    background-color: lightblue;
    white-space:normal;
}

a.info:hover > span > span {
    display:block;
}
.selected{
    font-weight: bold;
}

/* mise en forme des div ouvrables */

.ouvrable {
    margin-bottom : 15px;
}
.ouvrable-entete img {
    padding-right : 10px;
}
.ouvrable-corps {
    overflow: auto;
    padding: 5px;
}

.erreur {
    color: #900;
}

.avertissement {
    color: darkorange;
}

#modalAttendable {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #fff;
    border: 2px solid grey;
    border-radius: 5px 5px 5px 5px;
    padding: 20px;
    text-align: center;
    z-index: 2000;
    -moz-box-shadow:    3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow:         3px 3px 5px 6px #ccc;
}

li.gauche {
    float: left;
    padding-right: 30px;
}

/* Boutons icones */
i.icon-button{
    position: relative;
    cursor: pointer;
    font-size: 15px;
    top: 5px;
    right: 5px;
    border-color: #aaa;
}
.icon-button:hover{
    color:#666;
    border-color: #aaa;
}
/* Mise en forme formulaire mots clés/accès-com (transfert par formulaire) */
#keywords-div{
    margin-right: 10px;
}
.button, .btn {
    padding: 3px;
}
button,
input[type=submit],
input[type=button],
input[type=reset],
.submit .button {
    background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50%;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    color: #555;
    cursor: pointer;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
input.saveKeywordBtn.button{
    margin-top: 5px;
    margin-bottom: 10px;
}
.keywordfield{
    background-color: #eee;
    margin-right: 0px;
}
.keywordfield fieldset{
    padding-bottom: 10px;
}
#keywords-div form div{
    margin-bottom: 0;
}
#keywords-div div.input{
    margin-bottom: 5px;
}
.keywordfield form{
    margin-right: 0px;
}
.accesComForm{
    background-color: white;
}
.accesComForm .deleteAccessRestriction{
    top: -10px;
    right: -5px;
}
/* Mise en forme archive/archiveobject (demandes de communication/restitution/élimination) */
.bloc-archive, .bloc-archiveobject {
    border: 1px solid #999;
    margin: 0 0 1em 0;
    border-radius: 6px;
}
.bloc-archive h4, .bloc-archiveobject h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    padding-left: 20px;
    background: #ddd;
    color: #000;
    line-height: 16px;
    border-radius: 5px 5px 0 0;
}
.bloc-archive.supprime h4,.bloc-archiveobject.supprime h4 {
    background-color: #FF9D5C;
}
.bloc-archive.ajoute h4, .bloc-archiveobject.ajoute h4 {
    background-color: #af9;
}
.bloc-archive.ajoute, .bloc-archiveobject.ajoute {
    display: none;
}
.bloc-archive div, .bloc-archiveobject div{
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 10px;
}
.bloc-archive dt, .bloc-archiveobject dt{
    padding-left: 10px;
    border-top: 1px solid #aaa;
}
.bloc-archiveobject dd {
    margin-left: 22em;
}
label.nolinebreak {
    display: inline;
}
fieldset#add-archive-field, fieldset#add-archiveobject-field {
    padding: 10px;
    border-radius: 2px;
}
input#inputAjouterArchiveDemande, input#inputAjouterArchiveObjectDemande{
    width: 250px;
}
fieldset#select_type_add {
    padding: 10px;
}
.template-download .name, .template-upload .name {
    word-wrap: break-word;
    max-width: 460px;
}
.select2-container { margin-bottom: 10px; }
#divFichiers { float: left; }
.ui-menu { position: absolute; width: auto; }
.ui-menu-item { text-align: left !important; }
button#rerun,
button#select {
    background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50%;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: normal;
    margin: 0 0 0 0 !important;
    overflow: visible;
    padding: 0px ;
    padding-top: -20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 50px;
    height: 25px;
}
.hasDatepicker { width: 90px; }
.ui-datepicker-trigger{
    background:transparent;
    border:none;
}

/*Menu principal */
#headerMenu {
    padding: 0 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
    height: 3em;
}
#headerMenu ul {
    margin: 0px 0px;
    padding: 0px;
    background-color: #fff !important;
    background-image: none !important;
}
#headerMenu ul.nav {
    padding: 5px;
}
#headerMenu li {
    color: #003d4c;
    float:left;
    list-style-type: none;
    line-height: 2em;
    margin: 0 2em 0 0;
    white-space: nowrap;
}
#headerMenu ul.nav li.first {
    display: inline;
    padding: 2px 10px;
}
#headerMenu ul.nav li.first:hover {
    background-color: #dadada !important;
}
#headerMenu a {
    color: #003d4c;
    text-decoration: none;
    display: block;
    width: auto;
    padding: 2px 10px ;
}
#headerMenu a:hover {
    background-color: #dadada !important;
    background-image: none !important;
    text-decoration: none;
    color: #212121;
    font-weight: normal;
}
#headerMenu ul.nav li ul.submenu {
    display:none;
    z-index: 1000;
}
#headerMenu ul.nav li:hover ul.submenu {
    display:block;
    border: 1px solid #ddd !important;
    -moz-box-shadow:    3px 3px 2px 1px #777;
    -webkit-box-shadow: 3px 3px 2px 1px #777;
    box-shadow:         3px 3px 2px 1px #777;
    background-color: #FFF !important;
    font-weight: normal;
}
#headerMenu li:hover ul.submenu li {
    float:none;
    margin: 2px;
}
#headerMenu li ul.submenu {
    position:absolute;
}

/***** accueil ****/
div.menubloc.menuleft {
    width: 49%;
    min-height: 400px;
    float: left;
}
div.menubloc.menuright {
    width: 49%;
    min-height: 400px;
    float: left;
}
div.menubloc ul.menubloc > li {
    float: left;
    width: 60%;
    margin: 20px;
    padding: 8px;
    list-style: inside;
    list-style-type: none;
    border: 1px solid #003d4c;
    height: 200px;
    overflow-style: panner;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 14px;
}
div.menubloc ul.menubloc a {
    text-decoration: none;
}
div.menubloc ul.submenu > li {
    margin: 0 15px;
    padding: 8px;
    list-style-type: none;
    font-size: 12px;
}
div.menubloc li.second:hover {
    background-color: #dadada !important;
}
li.logohome {
    position: relative;
    border: none !important;
}
li.logohome img {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    top: 30%;
    left: 35%;
}
div.menubloc ul.menubloc > li.second  {
    height: auto;
    border: none;
    clear: both;
    margin: 0 50px;
}
div.menubloc h1 {
    clear: both;
    font-size: 2em;
    color: #0073B4;
    border: none;
    padding: 10px;
    margin: 50px 50px 20px 10px;
    background-image: -webkit-linear-gradient(left, white, #DADADA);
    background-image:    -moz-linear-gradient(left, white, #DADADA);
    background-image:      -o-linear-gradient(left, white, #DADADA);
    background-image:         linear-gradient(left, white, #DADADA);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#DADADA', GradientType=1);
    text-shadow: 0px 0px 7px #FFFFFF;
    background-color: #EEEEEE;
}

/********** notifications ***************/
div.notification {
    display: block;
    position: relative;
    margin: 50px 20px 20px 20px;
    height: auto;
    padding: 0;
    float: left;
    font-size: larger;
    border-bottom: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#EEEEEE));
    background-image:    -moz-linear-gradient(bottom,  #FFFFFF,  #EEEEEE);
    background-image:      -o-linear-gradient(bottom,  #FFFFFF,  #EEEEEE);
    background-image:         linear-gradient(bottom,  #FFFFFF,  #EEEEEE);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EEEEEE', GradientType=0);
    z-index: 0;
    background-color: #EEEEEE;
}
div.notification:before{
    content: "";
    position: absolute;
    right: 0px;
    border-color: #FFFFFF #FFFFFF #DADADA #DADADA;
    border-style: solid;
    border-width: 0px 30px 30px 0px;
    height: 0px;
    width: 0px;
    display: block;
}
div.nota {
    margin: 10px 30px 10px 10px;
}
a .text-error,
a .text-danger,
a .text-primary,
a .text-success {
    text-decoration: none;
}
a .text-error,
.text-error {
    color: #a00 !important;
}
a .text-danger,
.text-danger {
    color: #fa0 !important;
}
a .text-primary,
.text-primary {
    color: #0072B3 !important;
}
a .text-success,
.text-success {
    color: #0a0 !important;
}
.detail.ouvrable {margin-bottom: 4px;}
.ouvrable-tete{cursor:pointer;}
.openable::before{
    content: url("/img/icons/arrow-right.png");
    margin-right: 2px;
    margin-left: 5px;
}
.closable::before{
    content: url("/img/icons/arrow-down.png");
    margin-right: 2px;
    margin-left: 5px;
}
div.infos { margin-bottom:5px !important; }
div.infos div.actions {z-index: 100;}

/* Post compatibilité FontAwesome */
[class^="fa-"],[class*=" fa-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
.fa-star:before{content:"\f005";}
.fa-star-o:before{content:"\f006";}

tbody.certificateList tr.active-line td {
    background: transparent;
}

#traitement_par_lot_form #libersign-cancel, #TraiterForm #libersign-cancel {
    display: none;
}