.v-middle {
    vertical-align: middle;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    background-image: url('/sva-beitrag/pages/images/ajax-loader.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}

.fieldset-content {
    margin: 8px;
}

.sva-elvers-table {
    width: 100%;
    text-align: center;
}

.standard_tab_reihe_gerade {
    background-color: white;
    border: none;
    text-align: center;
    padding: 20px;
}

.standard_tab_reihe_gerade td {
    background-color: white;
    border: none;
    padding: 20px;
    text-align: center;
}

.standard_tab_reihe_ungerade td {
    background-color: rgb(242, 245, 245);
    border: none;
    padding: 20px;
    text-align: center;
}

.tableHeaderClass {
    background-color: #EBEBE6;
    border: none;
}

.tableHeaderClass1 {
    background-color: #EBEBE6;
    border: none;
    text-align: left !important;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.tableHeaderClass th {
    background-color: #EBEBE6;
    border: none;
    text-align: left;
}

.transaktColumnClass1 {
    width: 20%;
    text-align: left;
}

.transaktColumnClass2 {
    width: 65%;
    text-align: left;
}

.transaktColumnClass3 {
    width: 15%;
    text-align: left;
}
.clientColumnClass1{
    width: 20%;
    text-align: left;
}
.clientColumnClass2{
    width: 40%;
    text-align: left;
}.clientColumnClass3{
    width: 20%;
    text-align: right;
}

.abschlussheight div {
    height: 3em;
}

.pfad {
    border-bottom: 1px solid #CCF3C9;
    border-top: 1px solid #CCF3C9;
}

.saldo {
    font-size: 25px;
    font-weight: bold;
    color: #006600;
}

.gruenerButton {
    color: white;
    background: rgb(0, 116, 87);
    padding: 10px;
    border-radius: 2px;
    float: right;
    text-decoration: none;
}

.gruenerButton:hover {
    color: white;
    background: #55aaaa011687;
    padding: 10px;
    border-radius: 2px;
    float: right;
    text-decoration: none;
}


.redButton {
    padding: 10px;
    border-radius: 2px;
    color: red;
    font-size: 14px;
    background: light-gray;
    font-weight: bold;
    cursor: pointer;
}

.sachbearbeiterhinweis {
    font-size: 16px;
    text-align: center;
    color: red;
    border: 1px solid;
    margin-left: auto;
    margin-right: auto;
    margin: 3px;
    padding: 3px;
}

/* modal loader */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    background-image: url('/sva-vorschreibung/pages/images/ajax-loader.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}

/* modal popup */
.custPopup {
    background-color: white;
    border-width: 2px;
    border-style: solid;
    z-index: 9999;
    left: 50%;
    padding: 10px;
    position: fixed;
    width: 90%;
    margin-left: -45%;
    top: 100px;
}

.popupBackground {
    background-color: black;
    opacity: 0.60;
    filter: alpha(opacity = 20);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.width-5 {
    width: 5%;
}

.width-10 {
    width: 10%;
}
.width-20 {
    width: 20%;
}
.width-75 {
    width: 75%;
}
.width-80 {
    width: 80%;
}
.width-85 {
    width: 85%;
}
