/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.11.2019, 19:45:56
    Author     : guido
*/

body {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.45em;
}

ul {
    list-style: none;
}

.jqx-expander-header-content {
    float: none !IMPORTANT;
}

.chosen-container {
    margin-bottom: 1em;
}

select option:nth-child(even) {
    background-color: #f3f3f3;
}

select option[value="1"] {
    background-color: #1a94e9;
}

select option[value="2"] {
    background-color: #ff9900;
}

select option[value="3"] {
    background-color: #e8104d;
}

select option[value="4"] {
    background-color: #1a63e9;
}

select option[value="5"] {
    background-color: #0bc107;
}

.mandatory {
    border-color: #aa0000;
}

td {
    height: 4em;
}

input[id*="betrag"],
input[id*="summe"],
input[id*="datei"],
input#datei {
    margin-top: 1em;
}

input[id*="betrag"],
input[id*="summe"] {
    text-align: right;
}

#dateiBuecherliste {
    margin-top: 0px;
}

#summe {
    background-color: #aa0000;
    color: white;
    border-style: none;
    font-weight: bold;
    padding-right: 3em;
    text-align: right;
}

input[type='text']:disabled#summe {
    color: white;
}

[id*='labelBeleg'],
#labelBuecherliste {
    color: #aa0000;
    font-weight: bold;
}