label.labelText {
    margin-top: 25px;
}

@media print {

    body{
      -webkit-print-color-adjust:exact;
    }

    @page {
        size: landscape
    }

    .navbar, #filter,
    .FixedHeader_Cloned,
    input[type="submit"],
    input[type="button"],
    .ui-datepicker-trigger {
        display: none;
    }

    #filter.filterAuftrag {
        display: block;
    }

    #filter.filterAuftrag label.labelText {
        margin-top: 0px;
    }

    #filter label,
    #filter input,
    #filter select,
    #listeContainer form input,
    #listeContainer form textarea {
        font-size: 10px;
        border: none;
        height: auto;
    }

    #filter select {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
        -webkit-appearance: none;
    }

    #filter select::-ms-expand {
        display: none;
    }

    h1 {
        font-size: 14px;
    }

    table {
        margin-top: 10px;
        border-collapse: collapse;
    }

    table td, table th {
        font-size: 10px;
        border: 1px solid #000;
        padding: 0 5px;
    }


    table tr.odd > td,
    table tr.odd > th {
        background: #efefef;
    }

    table td.hidePrint, table th.hidePrint {
        width: 0;
        border: none;
        overflow: hidden;
        display: none;
    }

    .dataTables_info {
        font-size: 12px;
        margin-top: 20px;
    }

    footer {
        font-size: 12px;
    }
}

#produktionsplanungBody {
    border-collapse: collapse;
}

#produktionsplanungBody thead:before {
    line-height:1em;
    content:"-";
    color:white; /* to hide text */
    display:block;
}

#produktionsplanungBody thead span.firstColumn {
    width: 115px;
    display: block;
}

.nowrap {
    overflow: hidden;
    white-space: nowrap;
}

#produktionsplanungBody th, #produktionsplanungBody td {
    font-size: 10px;
    padding: 2px 4px;
}

#produktionsplanungBody .dayPH {
    width: 36px;
}

#produktionsplanungBody .art90 {
    background: #f2dede;
    background: rgba(242, 222, 222, 0.5);
}

#produktionsplanungBody .art20 {
    background: #d9edf7;
    background: rgba(217, 237, 247, 0.5);
}

#produktionsplanungBody .art30 {
    background: #fcf8e3;
    background: rgba(252, 248, 227, 0.5);
}

#produktionsplanungBody .art40 {
    background: #dff0d8;
    background: rgba(223, 240, 216, 0.5);
}

#produktionsplanungBody .art50 {
    background: #FFDAB9;
    background: rgba(255, 218, 185, 0.5);
}

#produktionsplanungBody td {
    position: relative;
    vertical-align: middle;
}

#produktionsplanungBody .firstWeekDay {
    border-left: 1px solid #000;
}

#produktionsplanungBody .lastWeekDay {
    border-right: 1px solid #000;
}

#produktionsplanungBody td.rotate90 {
    padding: 2px 15px;
}

#produktionsplanungBody td.rotate90 span  {
    display: inline-block;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    width: 15px;
    position: absolute;
    bottom: 10px;
    left: 5px;
    line-height: 10px;
}

#produktionsplanungBody .ttip {
    position: absolute;
    top: 0;
    left: 0;
}

#produktionsplanungBody td a.planing {
    position: absolute;
    border: 1px solid #222;
    overflow: hidden;
    height: 25px;
    left: 0;
    top: 0;
    z-index: 10;
    margin-top: -1px;
    margin-left: -1px;
    padding: 3px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#produktionsplanungBody td .planing .projectName {
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 4px);
    left: 3px;
    top: 2px;
    overflow: hidden;
    white-space: nowrap;
}
#produktionsplanungBody td .planing.fixtermin .projectName {
    left: 38px;
}

#produktionsplanungBody .mark {
    background: orange;
}

#produktionsplanungBody td a.planing.fixtermin {
    padding-left: 38px;
}

#produktionsplanungBody td a.planing.fixtermin span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 100%;
    background: red;
}

#produktionsplanungBody td a.planing:hover {
    background: #ccef9a;
}

#produktionsplanungBody .kw {
    text-align: center;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    background: #d9edf7;
}

#produktionsplanungBody .day {
    width: 30px;
    text-align: center;
}

#produktionsplanungBody .abwesenheit {
    background: #cecece;
    color: #fff;
}

#produktionsplanungBody .ttipContainer {
    color: #000;
}

#produktionsplanungBody .ttipContainer .buttonContainer {
    margin-top: 10px;
    text-align: right;
}
#produktionsplanungBody .ttipContainer .buttonContainer .btn {
    margin-left: 10px;
    font-size: 12px;
    padding: 0 5px;
}

#produktionsplanungBody .ttipContainer table td:first-child, #produktionsplanungBody .ttipContainer table th:first-child {
    border-left: none;
}

#produktionsplanungBody .progressBar, #produktionsplanungBody .progressBarOverLimit {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: rgba(46, 204, 64, 0.5);
    max-width: 100%;
}

#produktionsplanungBody .progressBarOverLimit {
    background: rgba(255, 133, 27, 0.5);
}

#produktionsplanungBody td .fixtermin .progressBar, #produktionsplanungBody td .fixtermin .progressBarOverLimit {
    left: 35px;
    max-width: calc(100% - 35px);
}

.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
    background-color: #efefef;
}

/* Lightbox Overlay */
.lightboxOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 10;
    overflow-y: auto;
}

.lightboxContainer {
    width: 960px;
    margin: 50px auto;
}

.lightboxContainer .close {
    font-size: 40px;
}

.lightboxContainer .box {
    background: #fff;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 15px 25px;
}

.lightboxContainer .box .content {
    padding-right: 0;
}

.lightboxContainer .select2-container-multi {
    width: 80%;
}

#loadImage {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    display: table;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

.loadImageWrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.errorContainer {
    display: none;
}

.dokumenteContainer {
    margin-top: 5px;
}

.removeDokument {
    cursor: pointer;
}

.overdue td {
    background: #FFE4E1 !important;
}

.zusatzinformationen {
    margin-top: 30px;
    margin-bottom: 30px;
}

.zusatzinformationen textarea {
    width: 99%;
    height: 150px;
}

.notSectionedUser {
    width: 50%;
}

.bestellungDetail label {
    display: inline-block;
    width: 125px;
}

.bestellungDetail textarea {
    margin-top: 10px;
    width: 99%;
}

.bestellungDetail .buttonGroup {
    margin-top: 15px;
    text-align: right;
}

label.radio {
    display: inline-block;
    margin-right: 15px;
}