﻿
body {
    padding-left: 10px;
    padding-right: 10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.topnav {
    font-family: Open Sans, sans-serif;
    overflow: hidden;
    color: #47B2A4;
    text-align: left;
    margin: 0;
    padding-right: 10px;
    width: 100%;
    background-color: #57595E;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}


.topnav-menue {
    margin-left: 50px;
}

.topnav-menueright {
    margin-left: 50px;
    margin-right: 50px;
    text-align: right;
}


.topnav-nav {
    background-color: #E6E6E6;
    color: #888895;
    height: 80px;
}

.topnav a:link {
    color: #fbfbfb;
    text-decoration: none;
}

.topnav a:visited {
    color: #fbfbfb;
    text-decoration: none;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
    text-decoration: none;
}

.topnav-nav a:link {
text-decoration: none;
}

.topnav-nav a:visited {
    color: #888895;
    text-decoration: none;
}

.topnav-nav a:hover {
    background-color: #ddd;
    color: black;
    text-decoration: none;
}

.topnav-menueright a:hover {
    color: #47B2A4;
    background-color: #57595E;
    text-decoration: none;
}

.topnav-nav-menuecenter {
    margin-left: 50px;
    text-align: center;
    font-size: 18px;
}

.topnav-bold {
    font-weight: bold
}

.content {
    font-family: Open Sans, sans-serif;
    padding: 7em 0 3em;
}

.body {
    margin: 0;
}

#menu ul {
    list-style: none;
}

#menu li {
    display: inline;
    margin-left: 20px;
}

#menu2 ul {
    display: table-row;
    list-style: none;
}

#menu2 li {
    display: table-cell;
    list-style-type: none;
    vertical-align: middle;
    width: 150px;
}

.footer {
    font-family: Open Sans, sans-serif;
    text-align: right;
    background-color: #57595E;
    color: #47B2A4;
    border: 1px solid gray;
    margin-top: 2px;
    padding-right: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.linkbutton a:link {
    background-color: #E6E6E6;
    color: black;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 120px;
    height: 15px;
    border: 1px solid black;
}

.linkbutton a:hover, a:active {
    background-color: #57595E;
}

.dialog-text {
    font-weight: normal
}

.result-table {
    font-size: 75%;
}

.result-table tr:nth-of-type(odd) {
            background-color: #E6E6E6;
        }
.result-table thead th {
        background-color: #A9BCF5;
    }

.zentriert {
    width: 1000px;
    margin: 0 auto;
}

.login-header {
    text-align: center;
    font-size: 30px;
}

.login-center {
    text-align: center;
    font-size: 24px;
}

.login-small {
    color: #888895;
    text-align: center;
    font-size: 14px;
}

.login-text {
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    color: #888895;
    font-size: 18px;
}

.table-center {
    margin: 0 auto;
    text-align: center;
    color: #888895;
    font-size: 20px;
}

.image-stretch {
    width: 100%;    
    height: 100%
}

.btn-default-login {
    color: #888895;
    font-size: 20px;
    width:240px
}

.btn-small-login {
    color: #888895;
    font-size: 14px;
    width:160px
}

.standard-text {
    margin-left: 100px;
    margin-right: 100px;
    color: #888895;
    font-size: 18px;
}

.small-text {
     font-size: 14px;
}

.colorInvalid {
    color: gray;
    font-weight: normal;
}

.colorValid {
    color: black;
    font-weight: bold;
}

.upload-control {
    width: 800px;
}



