<style type="text/css">
span{}
span.present { background: #66FF33; color: #000000; border-color: grey; }
span.present_sup { background: #3D991F; color: #000000; border-color: grey; }
span.present_nonfact { background: #92E1C0; color: #000000; border-color: grey; }
span.absent { background: #E6E600; color: #000000; border-color: grey; }
span.absent_jus { background: #FF9933; color: #FFFFFF; border-color: grey; }
span.malade { background: #FF0066; color: #FFFFFF; border-color: grey; }
span.conge { background: #A3007A; color: #FFFFFF; border-color: grey; }
span.ferm_excep { background: #A3007A; color: #FFFFFF; border-color: grey; }
span.conge_mat { background: #FF66FF; color: #FFFFFF; border-color: grey; }
span.hospit { background: #FF0000; color: #FFFFFF; border-color: grey; }
span.eviction { background: #FF0000; color: #FFFFFF; border-color: grey; }
span.pre_insc { background: #CABDBF; color: #FFFFFF; border-color: grey; }
span.adapt { background: #33CCFF; color: #FFFFFF; border-color: grey; }
span.conge_enfant_malade { background: #AC725E; color: #FFFFFF; border-color: grey; }

td.present { background: #66FF33; }
td.present_sup { background: #3D991F; }
td.present_nonfact { background: #92E1C0; }
td.absent { background: #E6E600; }
td.absent_jus { background: #FF9933; }
td.plan_erreur { background: #FFFF00; }
td.malade { background: #FF0066;}
td.conge { background: #A3007A;}
td.ferm_excep { background: #A3007A;}
td.conge_mat { background: #FF66FF;}
td.hospit { background: #FF0000;}
td.eviction { background: #FF0000;}
td.pre_insc { background: #CABDBF;}
td.adapt { background: #33CCFF;}
td.conge_enfant_malade { background: #AC725E;}

td.black { background: #000000;}
td.weekend { background: #666699;}
td.ferie { background: #660000;}
td.present_previ { background: #c6ffb3;}

td.stock1 { background: #b9f442;}
td.stock2 { background: #d1f442;}
td.stock3 { background: #e5f442;}
td.stock4 { background: #f4d742;}
td.stock5 { background: #f4b042;}
td.stock6 { background: #f47d42;}


/* table.planning tr.table-context-menu:hover td{ background: #FFFFFF;} */
table.planning tr.table-context-menu:hover td.theo_present { background: #66FF33; }
table.planning tr.table-context-menu:hover td.theo_present_sup { background: #3D991F; }
table.planning tr.table-context-menu:hover td.theo_present_nonfact { background: #92E1C0; }
table.planning tr.table-context-menu:hover td.theo_absent { background: #E6E600; }
table.planning tr.table-context-menu:hover td.theo_absent_jus { background: #FF9933; }
table.planning tr.table-context-menu:hover td.theo_plan_erreur { background: #FFFF00; }
table.planning tr.table-context-menu:hover td.theo_malade { background: #FF0066;}
table.planning tr.table-context-menu:hover td.theo_conge { background: #A3007A;}
table.planning tr.table-context-menu:hover td.ferm_excep { background: #A3007A;}
table.planning tr.table-context-menu:hover td.theo_conge_mat { background: #FF66FF;}
table.planning tr.table-context-menu:hover td.theo_hospit { background: #FF0000;}
table.planning tr.table-context-menu:hover td.theo_eviction { background: #FF0000;}
table.planning tr.table-context-menu:hover td.theo_pre_insc { background: #CABDBF;}
table.planning tr.table-context-menu:hover td.theo_adapt { background: #33CCFF;}
table.planning tr.table-context-menu:hover td.theo_conge_enfant_malade { background: #AC725E;}

table.planning tr.table-context-menu:hover td.theo_present_previ { background: #c6ffb3;}


.uk-form select.input-kolams,
.uk-form textarea.input-kolams,
.uk-form input:not([type]).input-kolams,
.uk-form input[type="text"].input-kolams,
.uk-form input[type="password"].input-kolams,
.uk-form input[type="datetime"].input-kolams,
.uk-form input[type="datetime-local"].input-kolams,
.uk-form input[type="date"].input-kolams,
.uk-form input[type="month"].input-kolams,
.uk-form input[type="time"].input-kolams,
.uk-form input[type="week"].input-kolams,
.uk-form input[type="number"].input-kolams,
.uk-form input[type="email"].input-kolams,
.uk-form input[type="url"].input-kolams,
.uk-form input[type="search"].input-kolams,
.uk-form input[type="tel"].input-kolams,
.uk-form input[type="color"].input-kolams,
.uk-form input[type=checkbox].input-kolams {
  border: 1px solid #E9B661;
}

.uk-form-kolams {
    display: block;
    margin-bottom: 5px;
	color: #E9B661;
	font-size: 12px;
 }

</style>