/* CSS pour education.cuso.ch */

.LanguageMenu {
	display: none;
}

/* activities */
.doodle { display: none; }

/* only for testing - not yet in production */
.testing { /* display: none; for refund */ }
.devonly { display: none; }
.notinproduction { display: none; }
.originalsite { }
.newsite { display: none; }
.onlyskills { display: none; }

/* new activities */
ul.new_activities { 
	list-style-type: none;
	padding:0;
	margin:0;
}
li.new_activity { 
	padding:0;
	margin:0;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 1.1em;
}
li a span.new_activity_date { 
	color: #CC0000; /* rouge */
	font-weight: bold;
}
li a span.new_activity_title { 
	color: #444; 
	font-weight: bold;
}

/* settings for message of 3 registrations options */
.login_en { display:none; }
.registration_en { display:none; }
.descriptionPhdNotRegister_en { display:none; }
.externalsstudent_en { display:none; }
.descriptionExternalNotRegister_en { display:none; }
#info_external_student { display: block; }

/* institution (hide some special records) */
.institution_23 { display:none; }
.institution_24 { display:none; }
.institution_25 { display:none; }

/* comittee (hide some column) */
.public-mail { display: none; }
.public-phone { display: none; }

/* committee */
progdoc21,
progdoc22,
progdoc23,
progdoc24,
progdoc26,
progdoc38,
progdoc41,
progdoc42,
progdoc43,
progdoc44,
progdoc47,
progdoc48,
progdoc51,
progdoc52,
progdoc53,
progdoc56,
progdoc61,
progdoc63,
progdoc65,
progdoc66,
progdoc67,
progdoc68,
progdoc69,
progdoc71,
progdoc72,
progdoc74,
progdoc79,
progdoc81,
progdoc83,
progdoc85,
progdoc87,
progdoc91,
progdoc92,
progdoc93,
progdoc95,
progdoc98,
progdoc99 {display:none;}

progdoc77 {display:block;}

/* alert box with red border */
.alert-warning {
	background-color: #FFF;
	border-color: rgb(204, 0, 0);
	color: #000;
	border: 2px solid rgb(204, 0, 0);
}
.alert-warning h1 {
	color: rgb(204, 0, 0) !important;
}
