/* ------------------ version ---------------------------------------- */
#showTextContent a {
    font-weight: normal !important;
	text-decoration: none;  
}
#showTextContent h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}
#showTextContent ul {
    margin-top: 0px;
    margin-bottom: 0px;
}
#showTextContent img, #showWelcomeText img {
    height: 15px;
    width: 15px;
}
/* ------------------ welcome screen ---------------------------------- */
#showWelcome .ui-footer {
    text-align: center;
}
#showWelcome a {
    font-weight: normal !important;
	text-decoration: none;  
}
.welcomeImages {
    width: 120px !important;
    height:120px !important;
    float:right;
    border: 2px solid gray;
    margin: 0px 10px 10px 10px;
}
/* ------------------ settings ---------------------------------------- */
#settingsHeaderText {
    margin-bottom: 25px;
}
#settingsHeaderText ul {
    margin-bottom: 5px;
    margin-top: 0px;
}
#settingsEntries fieldset {
    width: 35px;
}
#settingsEntries .ui-li-divider {
    background-color: grey;
    color: white;
}
#settingsEntries .ui-li-divider div {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: large;
    font-weight: normal;
}
#settingsEntries li {
    padding: 3px 10px 3px 10px;
}
#settingsEntries img {
    height: 60px;
    width: 60px;
    margin-right: 5px;
    }
#settingsEntries table {
    width: 100%;
    display: inline-block;
    line-height: 1.0;
}
.settingsTitle{
    font-size: normal;
    font-weight: bold;
}
.settingsDescription{
    white-space:normal !important;
    font-size: small;
}
.settingsPicture {
    object-fit: contain;
}
/* ------------------ header (categories, forums) of forum item overview -- */
#forumOverview .ui-header {
    min-height: 40px !important;
    padding: 0;
}
#catContainer {
    white-space: normal;
}
.pageHeader {
        margin: 0px 10px 0px 10px !important;
}
#forumOverview .pageHeader {
    text-align: left;
    padding: 3px !important;
    padding-left: 30px!important;
    min-width:280px;
    max-width: 900px;
    margin: 0 10px 0 40px !important;
    min-height: 40px !important;
    line-height: 40px;
}
.navMenueIcon {
    margin-top: 5px !important;
}
/* ------------------ header with categories--------------------------- */
.categoryItem, .categoryItemSelected {
    height: 20px; 
    min-width: 75px;   
    padding: 10px 3px 2px 3px;
    margin: 2px 2px 4px 2px !important;
    border: 1px solid blue;
    border-radius: 5%;
    font-size: normal;
}
.categoryItemSelected {
    background-color:#38c !important;
    color: white !important;
    text-shadow: none !important;
}
/* ------------------ menu of functions ------------------------------- */
.iconImage {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.menuItem {
    padding-top: 3px;
    padding-left: 5px;
    padding-bottom: 3px;
	line-height: 1;
}
.menuLogo {
     border: 2px solid gray;
     height: 70px;
     width: 70px;
}
#menuImpressum {
    line-height: 1;
    font-size: small;
    text-align: left;
    padding: 0px 0px 0px 3px
}
#menuImpressum a {
    font-weight: normal !important;
}
#menuImpressum img {
    width: 12px;
    height: 12px;
    margin-top: 3px;
}
/* ------------------ forum list ------------------------------- */
#forumList {
    background-color: WhiteSmoke;
    padding: 5px;
	white-space: normal !important;
    line-height: 1.9;
}
.forum {
    color: blue !important;
    font-weight: normal !important;
	font-size: small;
	text-decoration: none;
    display: inline-block;
}
.forumSelected {
    color: grey !important;
    font-weight: normal !important;
	font-size: small;
    white-space:nowrap;
    display: inline-block;
}
.forumSeparator {
    color: blue;
    margin-right: 3px;
    margin-left: 3px;
}

/* ------------------ list of forum items  ------------------------------- */
#entries p {
    font-size: small;
    white-space: normal;
}
.ui-listview > li > a {
    white-space:normal !important;
    font-weight: normal;
    padding-left: 7px;
}
.itemBody,.itemBodyNew {
    padding-top: 3px;
    padding-bottom: 3px;
	line-height: 1;
}
.itemBodyNew {
    color: Maroon  !important;
}
.itemDetails, .itemForum{
    font-size: small;
    color: gray;
}
.itemDescription {
    font-size: small;
    color: gray;
}
.itemIcon {
    width: 25px;
}
.itemIcon > img {
    width: 20px;
    height: 20px;
}
/* ------------------ block of forum pages ------------------------------- */
#forumPages > a {
    text-decoration: none;
}
.forumPage {
    margin-left: 18px;
    color: blue !important
}
.forumPageSelected {
    margin-left: 18px;
    color: grey !important;
}
/* ------------------ display number of unread items (category, forum)---- */
.unreadNumber{
    background-color: Maroon;
    color: white;
    text-shadow: none;
    position: relative;
    top: -9px;
    font-size: small;
    min-width: 15px;
    border-radius: 25%;
    padding: 1px 2px 0px 2px;
    display:inline-block;
    text-align:center;
    line-height: 1.0;
}
/* ------------------ posting details ------------------------------------ */
.postingBlock {
    margin-bottom: 10px;
}
.postingTitle {
    background-color: AliceBlue;
}
.postingTitleText {
	white-space: pre-wrap;
}
.postingTitleDate {
    font-size: small;
    color: grey;
}
/* ------------------ link page ------------------------------------------- */
.linkCategory {
    display:inline-block;
    font-weight:bold;
}
.linkCategoryBlock {
    margin-top: 0px;
    margin-bottom: 0px;
}
.linkCategoryBlock a {
    font-weight: normal;
}
