body {
    padding-top: 40px;
    padding-bottom: 40px;
}


nav a {
    color: #000;
}

nav a:hover {
    color: #fff;
}

.form-group {
    border: 0px solid red;
    margin-bottom: 1.5%;
}

.status-inArbeit, .status-fertig, .status-verteilen, status-default {
    border-style:solid;
    border-width:0px 0px 0px 10px;
}
.status-inArbeit{border-color:red;}
.status-fertig{border-color:orange;}
.status-verteilen{border-color:green;}
.status-default{border-color: grey;}

.zf-green {
    color: #68b604;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}

/* message-archive: selected radio-buttons (-> js) */
.btn-secondary.disabled.active {
    background-color: #545b62;
}

td.link:hover{
    cursor:pointer;
}

::marker {
    color: red;
    font-size: 1.2em;
}

.customFormElementError{
    font-weight: bolder;
    clear:left;
    color: red;
    display-outside: ruby;
}


.required::after{
    content: ' *';
    font-weight: bolder;
    color:red;
}

legend{
    font-weight: bolder;
    font-size: 1.1rem;
}