


@media (min-width: 991px) {
    .inputItemsSearch {
        margin-top: 5px;
    }
    
}

@media (max-width: 991px) {
    
}

#divItems {
    overflow: hidden;
}
#divTreeViewSlide {
    
}
#divSlidePanel {
    background-color: #F8E0E0;
    position: relative;
    display: none;

}
.divAddDocumentPanel {
    position: absolute;
    right: 0px;
    top: 5px;
    bottom: 0px;
}

.createServiceDescription {
    outline: none;
    resize: none;
    width: 100%;
    background-color: #ECECEC;
}
.divGenerelTableItemLocation {
    table-layout: auto;
}
.divItemAbAdditionalHeadColumn {
    width: 80px;
    text-align: center;
}
.divItemAbAdditionalColumn {
    text-align: center;
}
#inputItemAvailFrom {
    float: left;
    margin-left: 15px;
    text-align: center;
}
.divItemAvailabilityScrollContainer {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;

}

.resourceCostTable {
    width: 100%;
    margin-bottom: 15px;
}
    .resourceCostTable td {
        padding: 3px 5px 3px 0px;
    }
.divItemResourceCostQtyCell div {
    width: 100px;
}
.divItemResourceCostCell div {
    width: 100%;
    padding: 3px 4px;
}
    .divItemResourceCostCell div input {
        width: 49%;
        float: left;
        margin-right: 1%;
    }

    .divItemResourceCostQtyCell input, .divItemResourceCostCell div input {
        text-align: right;
        padding: 3px;
        border: none;
        background-color: #ececec;
        border-radius: 3px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    }
        .divItemResourceCostQtyCell input:disabled, .divItemResourceCostCell div input:disabled {
            color: #aeaeae;
        }
/*dl auflistung*/
/*.dl-horizontal {
    display: block;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}

.dl-horizontal dt {     
    overflow: hidden;
    text-align: left; 
    clear: left;
    width: 50%;
    margin-top: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.dl-horizontal dd {
    width: 50%;
    margin-left: 50%;
    margin-top: 4px;
}*/



