﻿

.RepeaterChooseButton {
    border          : 1px solid #808080;
    background-color: #fafafa;
    border-radius   : 3px;
    padding         : 6px;
    padding-top     : 7px;
    margin-right    : 10px;

    font-size: 1.1em;
}

.RepeaterChooseButtonActive {
    border          : 1px solid #015500;
    background-color: #00ff21;
}

.ComAutoLabelControl, .ComAutoLabelControlInline {
    line-height     : 1.6em;
}

.ComAutoLabel {
    display         : inline-block;
    width           : 33%;
    min-width       : 100px;
    text-align      : right;
    margin-right    : 2%;
    vertical-align  : top;
}

.inputLong {
    width           : 400px;
    max-width       : 100%;
}

.ComAutoLabelControlInline {
    display         : inline;
    white-space     : nowrap;
}


.ppDsdBeschreibung {
    font-size: 0.9em;
    font-style: italic;
    color: #666;
}

.tooltip_box div {
    z-index: 2;
}

a.tooltip_box {
    text-decoration: none;
    color: #666;
}

a.tooltip_box:hover {
    cursor: crosshair;
    color: #666;
}

a.tooltip_box div {
    visibility: hidden;
    position: absolute;
    padding: 0.5em 1em;
    padding-left: 0;
    text-decoration: none;
}

a.tooltip_box:hover div {
    visibility: visible;
    border-width: 1px;
    border-style: ridge;
    border-color: #103d71;
    border-radius: 4px;
    color: #333;
    background: #FFFFDD;
    width: 450px;
}


.buttonsBox {
    margin-top: 1em;
    margin-left: 35%;
}

.buttonsBox {
    margin-left     : 21.2%;
}

.ppTable {
    border              : 1px solid #C0C0C0; 
    background-color    : #f0f0f0;
    font-family         : Calibri;
    border-radius       : 2px;
} 
.ppTable td, .ppTable th {
    padding             : 3px;
}
.ppTable th {
    font-weight         : normal;
    font-size           : 1.05em;
}

.ppTableHeader {
    background-color    : #808080; 
    color               : #FFF;
}

.ppTableRow {
    background-color    : #FFF; 
}