/**
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 {
  background-color: #30BA78;
}

.umc .umcHeader.umcWhiteIcons .umcHeaderRight .univentionLogo {
  background-image: url("images/suse-logo-2020-white.svg");
  background-size: 50%;
}

.umcHeaderPage a {
  color: #30BA78;
  text-decoration: none;
  font-size: 1.15em;
}

.umcHeaderPage span {
/*￼ color: #787878; */
  color: #0C322C;
  text-decoration: none;
  font-size: 1.15em;
}

ol#PasswordProtectSteps li.step::before,
ol#PasswordForgottenSteps li.step::before,
ol.PasswordOl li.step::before
 {
  background-color: #30BA78;
}

#dijit_layout_ContentPane_0 .contentWrapper .contentDesc,      /* password reset */
#dijit_layout_ContentPane_1 .contentWrapper .contentDesc,      /* change mail address */
#dijit_layout_ContentPane_3 .contentWrapper .contentDesc,      /* verify mail address */
#dijit_layout_ContentPane_6 .contentWrapper .contentDesc       /* your profile */
{
  font-weight: bold;
  color: #c42737;
}

/* (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 {
}
