/*
 * liste, utilisés dans les pages kino-admin et dans le répertoire des membres
 */

.kp-pointlist:after {
	content: " \2219 "; /* bullet */
}

.kp-pointlist {
	padding-right: 0.2em;
}

.kp-pointlist:last-of-type:after {
	content: "";
}

.kp-pointlist:last-of-type {
	padding-right: 0;
}

.kp-pointlist-parent .kp-pointlist:last-of-type:after {
	content: "";
}

.kp-pointlist-parent .kp-pointlist:last-of-type {
	padding-right: 0;
}

.sep-list:after {
	content: " | "; 
}

.sep-list {
	padding-right: 0.2em;
}

.sep-list-parent .sep-list:last-of-type:after {
	content: "";
}

.sep-list-parent .sep-list:last-of-type {
	padding-right: 0;
}

.coma-list:after {
	content: ", "; 
}

.coma-list-parent .coma-list:last-of-type:after {
	content: "";
}

/*
 * le dernier onglet est caché pour tous, le contenu de l'onglet sert à afficher un feedback
 */
#profile-edit-form  ul.button-nav li:last-child,
.paged-22 #profile-edit-form #profile-group-edit-submit {
	display: none;
}

/*
 * afficher le texte participe au kabaret en rouge
 */
#profile-edit-form .field_2480,
#profile-edit-form .field_2480 legend {
	color: #c11119;
}

/*
 * feedback de champs désactivé
 */
.readonly_fields_feedback {
	color: #c11119;
	margin-right: 10px;
}

.readonly_fields_green {
	color: #46b450;
	margin-right: 10px;
}

.readonly_fields_blue {
	color: #00a0d2;
	margin-right: 10px;
}

.readonly_fields_yellow {
	color: #ffb900;
	margin-right: 10px;
}