/**
This file contains the most important id's and classes of the Univention portal but is in no way complete.
 */

/* overwrite background-color */
body{
}

/* (div) Container for the entire header*/
#umcHeader {
}

/* (div) Right part of the header containing live search, login button, etc*/
#umcHeaderRight {
}

/* (span) Container for the notification button*/
.umcNotificationDropDownButton {
}

/* (span) Container for the login button*/
.umcLoginButton {
}

/* (div) Menues toggle button
Some attributes might be overwritten by id specific rules generated by dojo. The use of
!important might be necessary.
*/
.umcMobileMenuToggleButton {
}

/* (div) Container for the menu
Some attributes might be overwritten by id specific rules generated by dojo. The use of
!important might be necessary.
*/
.mobileMenu {
}

/* (div) Menues header
Some attributes might be overwritten by id specific rules generated by dojo. The use of
!important might be necessary.
*/
.menuInformationHeader {
}

/* (div) Container for the univention logo*/
.univentionLogo {
}

/* (div) This is the white box. Holds the different Self Service pages like "Password forgotten", "Password change" */
.PasswordServiceContent {
}

/* (div) A child of .PasswordServiceContent. */
.PasswordServiceContentChild {
}

/* (div) Holds the links to the different Self Service pages. */
.PasswordServiceContentChild .umcHeaderPage {
}

/* (div) A link to a different Self Service page. */
.PasswordServiceContentChild .umcHeaderPage a {
}

/* (div) The currently selected Self Service page. */
.PasswordServiceContentChild .umcHeaderPage span {
}

/* (div) The header of a Self Servce page */
.PasswordServiceContentChild h2 {
}

/* (div) The description of a Self Servce page */
.PasswordServiceContentChild .contentDesc {
}

/* (div) Container for the steps that need to be performed */
.PasswordServiceContentChild ol {
}

/* (div) A single step that needs to be performed */
.PasswordServiceContentChild ol li.step {
}

/* (div) The step counter */
.PasswordServiceContentChild ol li.step::before {
}
