<!--


.zusaetzlicherText {
    font-weight: bold;
}


.form-group.has-warning input.form-control {
    background-image: url('images/error.png');
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: calc(.75em + .375rem + 1.1rem);
}


table .form-group {
    margin: 0px;
}

input[name=calc_grossSalary] {
    width: 75%;
    display: inline-block;
    /*line-height: 28px;*/
    height: 24px;
    /*padding: inherit;*/
}

/*
input[name=calc_grossSalary]:focus {
}
*/



.cursor-wait {
    cursor: wait; !important;
}


-->