/**
 * 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;
}

/* Twine: keep the Password row visible (admins issue student passwords) */
.modules #student .general-info > tbody > tr.login-row:not(.hide) > td {
	display: inline-block;
	vertical-align: top;
	padding-right: 24px;
}

/* Caption on its own line, then the input and the Generate button side by side */
.modules #student .general-info tr.login-row td .field-stack {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.modules #student .general-info tr.login-row td .field-stack > label {
	order: -1;
	flex-basis: 100%;
}

#student table.postbox tr.address select#valuesSTUDENTS_JOIN_PEOPLESTUDENT_RELATION option[value="---"]{display:none;}
