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

/* (body) Container for the entire portal */
#portal {
}

/* The whole container will contain .logged-in if a user is, well, logged in */
#portal.logged-in {
}

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

/*the portals title h1 element*/
#portalTitle {
}

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

/* (div) Container for the live search*/
#umcLiveSearch {
}

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

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

/* (div) Container for all categories*/
#content {
}

/* (div) wrapper around #umcHeader and #content */
#contentWrapper {
}

/*
(div) Container element of a category
Some attributes might be overwritten by id specific rules generated by dojo. The use of
!important might be necessary.
*/
.portalCategory {
}

/* (h2) a categories title*/
.portalCategory h2 {
}

/*
(div) Container element of a categories tiles
Some attributes might be overwritten by id specific rules generated by dojo. The use of
!important might be necessary.
*/
.umcAppGallery {
}

/*
(div) Container element of a tile
Some attributes might be overwritten by id specific rules generated by dojo. The use of
!important might be necessary.
*/
.umcGalleryWrapperItem {
}

/*
(div) Container element of a tile
Some attributes might be overwritten by id specific rules generated by dojo. The use of
!important might be necessary.
*/
.umcGalleryIcon{
}

/* (div)*/
.umcGalleryName {
}

/* (div)*/
.appContent {

}

/* (div)*/
.umcGalleryNameContent {
}

/* (div)*/
.umcGallerySubname {

}

/* (div)*/
.appHover {
}

/* (div) Holds the text of the appHover*/
.appHover div {
}

/* (footer) The portals footer*/
#portal-footer {
}

/* (a) Footer link entry*/
#portal-footer a {
}

/* (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) Menus toggle button
Some attributes might be overwritten by id specific rules generated by dojo. The use of
!important might be necessary.
*/
.umcMobileMenuToggleButton {
}

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