/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4 déc. 2015, 14:40:10
    Author     : berduj
*/

table.table-fiche tr th { width: 25%; text-align: right; }
table.table-fiche tr td { text-align: left }

textarea { width: 60em; height: 10em;}
input[type=text] { width:60em; }


ul#referentiel li {
    list-style-type: none;
    color: black;     
    margin-bottom: 3px;
}


ul#referentiel>li , ul#referentiel ul { margin: 10px 10px 20px;  }

.toggle { 
    cursor:pointer; 
    margin: 3px; 
}

.editable{ 
    cursor:pointer; 
}


ul#referentiel .seuil, ul#referentiel .score { display:inline-block; min-width: 10px}
.editable-click, a.editable-click, a.editable-click:hover { border-bottom: none!important;}

.handleOrder { cursor: pointer; font-weight: bold; width:30px; text-align: center;}
.enabled { background-image: url(/images/on.png)}
.disabled { background-image: url(/images/off.png)}
.enabled, .disabled { background-repeat: no-repeat; background-position: center; cursor: pointer; width:30px!important;}
.activable{ width:30px!important; text-align: center;}
ul.pagination { margin: 5px 50px 5px 0px}


  @media print {
    aside#menu, #header { display: none;}
    
    .content { padding : 10px;}
    .page-break-after { page-break-after: avoid; }
    .no-print { display: none;}
  }

  @media  screen {
    .no-screen { display: none;}
  }


   