﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

.div-center-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

.card-title {
    font-size: 1.2rem;
}

.login {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    width: 90%;
    max-width: 450px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    padding: 12px;
}

#pnlParameters {
    overflow-x: visible;
}

#paramterLegende {
    padding-Top: 15px;
    font-size: small;
}

#greport-accordion .card-body {
    padding: 8px;
}

.param-label {
    margin: 0px 6px;
}

.form-inline .btn {
    margin: 0px 6px;
}

#Legend {
    padding-Top: 15px;
    font-size: small;
}

#pnlParametersPrint {
    display: none;
}

.graphMarker {
    position: absolute;
    color: #000;
    background-color: rgba(50, 178, 32, 0.2);
    pointer-events: none;
    text-align: center;
}

.googleHeaderCell {
    white-space: pre-wrap !important;
}

.invisible {
    display: none;
}

.navbar-toggler-icon {
}

/* Styles for table forms
-----------------------------------------------------------*/

.card-meld-parameter {
    padding: 5px;
}

.bootstrap-select {
    margin-right: 20px;
}

.shortIntText {
    max-width: 70px;
    text-align: right;
    padding: 6px 6px;
}

.shortIntCell {
    text-align: right;
    padding: 6px 6px;
}

    .shortIntCell > input {
        float: right;
    }

.table tbody > tr > td {
    vertical-align: middle;
}

.columnGreen {
    background-color: #cbeecb;
}

.columnYellow {
    background-color: lightyellow;
}

.centerContend {
    text-align: center;
    padding: 6px 6px;
    float: none;
    margin: 0 auto;
}

    .centerContend > input {
        display: inline-block;
    }

.rightAlignContend {
    text-align: right;
    padding: 6px 6px;
    float: none;
    margin: 0 auto;
}

    .rightAlignContend > input {
        display: inline-block;
    }

.totalRow {
    border-top: 2px solid;
    font-weight: bold;
}

.dividerCol {
    border-left-width: 5px;
    border-left-style: double;
    border-left-color: rgb(180, 180, 180);
}

.max100Width {
    max-width: 100px;
}

.boxsizingBorder {
    width: 100%;
    max-width: unset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn {
    /*Add Shadow to Buttons (Google Material Style)*/
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}

/* Sticky Table Headers
-----------------------------------------------------------*/

.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: -2px;
    z-index: 1;
}

table th[class*=col-].sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
}

.table-responsive {
    overflow-x: visible;
    overflow-y: visible;
}

th.sticky {
    background-color: #ddd;
}



/* CI Angleich
-----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Slab",serif;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 0;
    color: #000;
}

.sov-accord-titel {
    cursor: pointer;
}

    .sov-accord-titel.collapsed svg {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        fill: #000;
    }

    .sov-accord-titel svg {
        width: 0.75rem;
        height: 0.75rem;
        fill: #e30613;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: -webkit-transform .25s ease-out;
        transition: transform .25s ease-out;
        transition: transform .25s ease-out,-webkit-transform .25s ease-out;
    }

.sov-dokument-button {
    display: block;
}

    .sov-dokument-button a {
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        padding-left: 0.5rem;
        display: inline-block;
        border: 0;
        background-color: transparent;
        min-height: 2.1875rem;
        color: #000;
    }