﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 380px;
}

h1 {
    color: black;
    font-size: 18px;
    font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
    font-weight: bold;
    margin: 1.00em 0;
}

hr{
    margin-top: 5px;
    margin-bottom: 5px;
}

a{
    font-weight: 600;
}

.textklein2 {
    font-size: 11px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: normal;
    text-decoration: none;
    color: #555555;
}

.texttitle {
    color: black;
    font-weight: bold;
    font-size: 16pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.textsubtitle {
    color: black;
    font-size: 12pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
}

.textbold {
    color: black;
    font-weight: bold;
    font-size: 11pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.navibold {
    font-size: 11pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.navibold2 {
    font-size: 11pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
    margin-right: 15px;
}

.navi {
    font-size: 11pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: normal;
    text-decoration: none;
    line-height: 30px;
}

    .navi a {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

.navicount {
    margin-left: 80px;
}

.navicount2 {
    margin-left: 0px;
}

.divOverviewNavigation {
    clear: left;
}

.divDetailImage {
    float: left;
    margin-bottom: 5px;
}

.divDetailButtons {
    clear: left;
}

.divDetailImageText {
    clear: left;
    margin-bottom: 10px;
}

.img_large
{
    margin-right: 5px;
    margin-bottom: 5px;
}

.img_large2 {
    margin-right: 5px;
    margin-bottom: 5px;
}

.msg {
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 600px;
}

.msg_ok {
    color: green;
}

.msg_warning {
    color: orange;
}

.msg_error {
    color: red;
}

.linkbutton {
    background-color: white;
    text-indent: 0;
    display: inline-block;
    color: #777777;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 11pt;
    font-weight: 300;
    font-style: normal;
    height: 50px;
    line-height: 25px;
    width: 125px;
    text-decoration: none;
    text-align: center;
    border-color: gray;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 10px;
    margin-left: 5px;
}

    .linkbutton:hover {
        color: #777777;
        text-decoration: underline;
    }

.linkbuttonsmall {
    background-color: white;
    text-indent: 0;
    display: inline-block;
    color: #AAAAAA;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 10pt;
    font-weight: 300;
    font-style: normal;
    height: 22px;
    line-height: 21px;
    width: 60px;
    text-decoration: none;
    text-align: center;
    border-color: #AAAAAA;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
}

    .linkbuttonsmall:hover {
        color: #AAAAAA;
        text-decoration: underline;
    }

.linkbutton_navi {
    background-color: white;
    text-indent: 0;
    display: inline-block;
    color: #777777;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    height: 22px;
    line-height: 20px;
    width: 40px;
    text-decoration: none;
    text-align: center;
    border-color: gray;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px;
}


    .linkbutton_navi:hover {
        text-decoration: underline;
    }

.linkbutton_navi_disabled {
    background-color: ghostwhite;
    text-indent: 0;
    display: inline-block;
    color: lightgray;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    height: 22px;
    line-height: 20px;
    width: 40px;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: lightgray;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px;
    pointer-events: none;
    cursor: default;
}

.divBase {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .divBase ul li {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.left5 {
    margin-left: 5px;
}

.left10{
    margin-left: 10px;
}

.divBase2 {
    margin-top: 10px;
}

a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.divFrameJournal ul {
    margin-left: 0px;
}

.divFrameJournal li {
    margin-top: 10px;
}


.bold {
    font-weight: bold;
}

.boldl {
    font-weight: 600;
}

.updatedItem {
    background-color: orange;
}

.updated {
    background-color: lightsalmon;
}

.new {
    background-color: lightgreen;
}

.search {
    background-color: yellow;
}

.searchTitle {
    color: orange;
}

.titleMain {
    text-align: left;
    width: auto;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 12px;
}

.textSmall {
    text-align: left;
    width: auto;
    font-size: 0.8em;
    margin-top: 0.7em;
}

.divImgAuto {
    width: 100%;
    overflow: auto;
    margin-top: 8px;
}

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
    background-color: white;
    opacity: 0.2;
}

.w50 {
    width: 50px;
}

.w90 {
    width: 90px;
}

.divEnum {
    line-height: 30px;
}

.tdind
{
    padding: 2px 5px 2px 5px;
    border: solid;
    border-width: 1px;
    border-color: darkgray;
    vertical-align: top;
    
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 800px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
