/* Navigation mittig ausrichten, solange das Menü nicht "eingeklappt" ist */

@media (min-width: 992px) {
    .navbar-nav.navbar-center {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }
}


/*zusätzlicher Breakpoint*/

@media (min-width: 1600px) {
    .container {
        max-width: 1540px !important;
    }
}

footer {
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    background-color: #f5f5f5;
}


/* Schatten unter der Navbar */

.navbar {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2)
}


/* Fix für Material Icons in Buttons */

a>i.material-icons,
button>i.material-icons {
    vertical-align: top;
}

.loadingDivOverlay {
    background-color: rgb(255, 255, 255);
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    display: none;
}

.loadingDivSpinner {
    background: transparent url("../img/spinner.gif") no-repeat scroll center center;
    height: 100%;
    width: 100%;
}

h2 {
    margin-top: 0;
    margin-bottom: 1em;
}

ul.errors {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

ul.errors li {
    /*display: inline;*/
    color: #c00;
}

.element-underlined {
    text-decoration: underline;
}

ol#anlagenListe {
    padding-left: 16px;
}

#anlageFile,
#modulhandbuchFile {
    padding-left: 0px;
    margin-left: -1px;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}

form table.minimal td {
    border: 0;
}

form table.minimal input,
form table.minimal select {
    width: 400px;
}

table.minimal {
    margin: 0;
}

table.border-less td,
table.border-less th {
    border: 0;
}

form {
    margin: 0;
}

th {
    text-align: left;
}

a img {
    border: 0;
}

table a.editable img {
    cursor: pointer;
}

table a:hover {
    text-decoration: none;
}

.box {
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 1.5rem;
}

.highcharts-credits {
    display: none;
}

.button {
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #000;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

.button:hover {
    color: #000;
}

h3 {
    margin-top: 0px;
}

.hiddenSubform {
    display: none;
}

.hiddenButton {
    display: none;
}

progress {
    width: 126px;
    height: 9px;
    background-color: #eeeeee;
}

progress[value] {
    color: #aea700
}


/* IE10 */

progress::-webkit-progress-bar-value {
    background: #aea700
}

progress::-webkit-progress-value {
    background: #aea700
}

progress::-moz-progress-bar {
    background: #aea700
}