/**
 * WPadmin-Aptiris custom theme
 *
 * @package RosarioSIS
 * @subpackage assets/themes
 */

/* Import WPadmin style (already includes colors.css & jscalendar & colorbox) */
@import url("../WPadmin/stylesheet.css");

/* Hide the Student General Info box (modules only, not for Create Account) */
.modules #student .general-info > tbody > tr > td {
	display: none;
}

.modules #student .general-info > tbody > tr:first-of-type > td:nth-child(2) {
	display: block;
}

#student table.postbox tr.address select#valuesSTUDENTS_JOIN_PEOPLESTUDENT_RELATION option[value="---"]{display:none;}
