/**
 * Feuille de style CSS spécifique à l'applicatif, ce script est destiné à être
 * appelé en dernier dans la pile des fichiers CSS.
 *
 * @package openmairie_exemple
 * @version SVN : $Id: app.css 2202 2013-03-28 17:30:48Z fmichon $
 */
/* Gestion du logo */
#logo span.logo { width: 178px; height: 50px; background-image: url("../img/logo.png"); background-repeat: no-repeat; display: block; text-indent: -9999px; }
#menu  li.elem.ui-state-focus a { color:darkblue; text-decoration:none; }
.csv-25 { background-image: url("../img/csv-25x25.png"); }
.photo-16 { background-image: url("../img/photo-16x16.png"); }
.pdf-16 { background-image: url("../img/pdf-16x16.png"); }
.csv-16 { background-image: url("../img/csv-16x16.png"); }
/*jlb courrieer arrivee nvelle ergonomie*/
.col_5 .fieldsetContent {font-weight:bold;line-height:15px;font-size:10px;width:350px;}
.col_5  .form-content{line-height:5px;min-width:350px;}
.field-type-affichepdf  .form-content {display: table-cell;line-height: 20px;vertical-align: middle;width: 100%;height: 500px;}
.diffusion-3col{border-radius: 10px;background:#ffffff;color:#1A1D26;width:450px;font-weight:normal;font-size:9px}
.diffusion-color{color:darkblue;text-decoration:underline;font-weight:bold;}

img {
	max-width: 100%;
	height: auto;
}
//affichage dans navigateur cvs -> table
#table-csv{background-color:#ffffff;color:#000000;table-layout:fixed;font-size:10px;font-weight:bold;}
#entete-table-csv{background-color:#130E0A;color:#ffffff;font-weight:bold;word-wrap: break-word;hyphens: auto;}
#td-table-csv{background-color:#ffffff;color:#000000;word-wrap:break-word;hyphens:auto;}
*
/*/jlb*/
/* Affichage de la recherche avancée */
#adv-search-adv-fields .field-type-select,
#adv-search-adv-fields .field-type-text,
#adv-search-adv-fields .bloc.intervaldate {
    float:left;
    width: 210px;
}
#adv-search-adv-fields .field-type-select div.form-libelle,
#adv-search-adv-fields .field-type-text div.form-libelle,
#adv-search-adv-fields .bloc.intervaldate div.bloc-titre {
    display: block;
    font-weight: bold;
    padding: 0;
}
#adv-search-adv-fields .field-type-select div.form-content,
#adv-search-adv-fields .field-type-text div.form-content {
    display: block;
    padding: 3px;
    height: 20px;
}
#adv-search-adv-fields .field-type-select div.form-content select,
#adv-search-adv-fields .field-type-text div.form-content input {
    width:90%;
}
#adv-search-adv-fields .bloc.intervaldate .field-type-date {
    float:none;
    padding: 3px;
}
#adv-search-adv-fields .bloc.intervaldate .field-type-date div.form-libelle {
    display: table-cell;
}
#adv-search-adv-fields .bloc.intervaldate .field-type-date div.form-content {
    height: 20px;
}

#content td.icons a:hover, #content th.icons a:hover { text-decoration:none; }
.prev-16 { background-image: url("../../app/img/prev-icon-16x16.png"); }
.suiv-16 { background-image: url("../../app/img/suiv-icon-16x16.png"); }
