input[placeholder], [placeholder], *[placeholder] {
    color: #777777 !important;
}

.ajax_container {
    position: relative;
}

.ajax_loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20px; /* Anpassen je nach Grösse des Spinners */
    height: 20px; /* Anpassen je nach Grösse des Spinners */
    margin: auto;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
}

.container #content{
    padding: 10px;
}

.box {
    margin: 0px 0px 15px;
}

.box .box-header {
    font-size: 14px;
}

td.dtRed {
    color: #FF5454;
}

td.dtOrange {
    color: orange;
}

.listClick:hover{
    cursor: pointer;
}

.listEllipsis{
    max-width: 250px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

h2 a{
    color #ffffff;
}