/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/
/* jevents masquer icone categorie*/
table.jevicons {
display: none;
}
/* jevents masquer menu déroulant de choix de categorie */
div.jev_toprow.jev_toprowcat {
display: none;
}


/* jevents masquer menu déroulant de choix de categorie à afficher*/
div.jev_catselect {
display: none;
}
/* jevents masquer menu de pagination page 1 - 2 - 3...
div.jev_pagination {
display: none;
}
*/
/* jevents masquer nombre d'évenements à afficher 5,12,15,20...*/
div.limit {
display: none;
}
/*jevents pagination affichée en vertical*/
div.jev_pagination ul li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
/* jevents masque cet évènement est une exception*/
div.ev_repeatexception {
display: none;
}
/*Rendre le champs date date du filtre non éditable manuellement*/
input#afterdatetrigger_fv {
    pointer-events: none;
}
/*masquer icone-date template iconic*/
.jevdateiconmod {
    display: none;
}
