body {
    padding-top: 50px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;  
}

h1 {
    font-size: 1.6em !important;
    border-bottom: 1px grey dotted;
}

h2, h3 {
    font-size: 1.4em !important;
}

h3 {
    border-bottom: 1px grey dotted;
}

#rootline {
    color: grey;
}

#rootline a {
    text-decoration: underline;
    color: grey;
}

#rootline a:hover {
    text-decoration: none;
}

footer {
    margin-top: 10px;
    color: grey;
    border-top: 1px grey dotted;
}

a.crpe {
    color: #204d74 !important;
}

.formulaire {
    background-color: #b0e0e6;
    border: 1px grey dotted;
    padding: 1em;
}

.formulaire2 {
    background-color: #ffddcc;
    border: 1px grey dotted;
    padding: 1em;
}

.formulaire3 {
    background-color: #fbec88;
    border: 1px grey dotted;
    padding: 1em;
}

table {
    background-color: white !important;
}

th {
    background-color: #708090;
    color: white;
    /*font-size: .9em;*/
}

.table-fixed {
    height:600px;
    overflow-y:auto;    
}

.table-fixed thead th {
    position: sticky;
    top: 0;
}

#table-notif tr td:first-child, #table-notif tr td:nth-child(5), #table-notif tr td:nth-child(6), #table-notif tr td:nth-child(7){
    width:1%;
    white-space:nowrap;
}

#table-etab tr td:first-child, #table-eleve tr td:first-child{
    width:1%;
    white-space:nowrap;
}

tr.vert td {
    background-color: #e6ffe6;
}

.div-center {
    margin: auto;
}

.center {
    text-align: center;
}

.bouton {
    margin: 1em;
}

.myinputtext300
{
width: 300px;
}

.myinputtext200
{
width: 200px;
}

.myinputtext250
{
width: 250px;
}

.myinputtext400
{
width: 400px;
}

.myinputtext100
{
width: 100px;
}

.mytextarea300
{
width: 300px;
}

.mytextarea400
{
width: 400px;
}

select.ui-datepicker-year, select.ui-datepicker-month {
    color: grey;
}

.input-xs {
    height: 26px;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
    border-radius: 3px;
}

.search-zone {
    padding: 1em;
}

.background-gris {
    background-color: #eeeeee;
}

.background-orange, tr.background-orange td {
    background-color: #ffddcc;
}

.background-transparent {
    background-color: transparent;
}

.sansTitre .ui-dialog-titlebar, .couleurs 
{
    display:none
}

.div80 {
    width: 80%;
}

.div50 {
    width: 50%;
}

.div60 {
    width: 60%;
}

.div40 {
    width: 40%;
}

.div30 {
    width: 30%;
}

.width100 {
    width: 100%;
}

.width50 {
    width: 50%;
}