button.inventoryMovementPriceSelect[data-price-list-id="1"]{
    display:none;
}

input[type=checkbox][readonly]{
    pointer-events:none;
}



#DocumentList_item_datatable .notInvoiced,  #DocumentList_item_datatable .notInvoiced input, #DocumentList_item_datatable .notInvoiced select{
    background-color: #ffc107;    
}


#PurchaseDeliveryNoteList_datatable_list .notInvoiced,  #PurchaseDeliveryNoteList_datatable_list .notInvoiced input, #PurchaseDeliveryNoteList_datatable_list .notInvoiced select{
    background-color: #ffc107;
}

#PurchaseOrderList_datatable_list .status_O,  #PurchaseOrderList_datatable_list .status_O input, #PurchaseOrderList_datatable_list .status_O select{
    background-color: #ffc107;
}

#OrderList_datatable_list .status_O,  #OrderList_datatable_list .status_O input, #OrderList_datatable_list .status_O select{
    background-color: #ffc107;
}

#DeliveryNoteList_datatable_list .notInvoiced, #DeliveryNoteList_datatable_list .notInvoiced input, #DeliveryNoteList_datatable_list .notInvoiced select{
    background-color: #ffc107;
}

#DeliveryNoteList_datatable_list .notInvoiced.isReturnGoods:not(.status-M), #DeliveryNoteList_datatable_list .notInvoiced.isReturnGoods:not(.status-M) input, #DeliveryNoteList_datatable_list .notInvoiced.isReturnGoods:not(.status-M) select{
    background-color: #f9ff00;
}

#DeliveryNoteList_datatable_list .invoiced.isReturnGoods:not(.status-M), #DeliveryNoteList_datatable_list .invoiced.isReturnGoods:not(.status-M) input, #DeliveryNoteList_datatable_list .invoiced.isReturnGoods:not(.status-M) select{
    background-color: #00d52f;
}

#DeliveryNoteList_datatable_list .invoiced{
    
}

#PurchaseOrderList_datatable_list .status_P,  #PurchaseOrderList_datatable_list .status_P input, #PurchaseOrderList_datatable_list .status_P select{
    background-color: rgb(248 213 255);
}

#OrderList_datatable_list .status_P,  #OrderList_datatable_list .status_P input, #OrderList_datatable_list .status_P select{
    background-color: rgb(248 213 255);
}

#DeliveryNoteList_datatable_list .partiallyInvoiced, #DeliveryNoteList_datatable_list .partiallyInvoiced input, #DeliveryNoteList_datatable_list .partiallyInvoiced select{
    background-color: rgb(248 213 255);
}


#DeliveryNoteList_datatable_list .isCommission, #DeliveryNoteList_datatable_list .isCommission input, #DeliveryNoteList_datatable_list .isCommission select{
    background-color: rgb(129 177 228);
}


#DeliveryNoteList_datatable_list tr.notPriced.partiallyInvoiced td[data-column-name=netAmount]:after, #DeliveryNoteList_datatable_list tr.notPriced.notInvoiced td[data-column-name=netAmount]:after{
    content:"\f3d1";
    width:auto;
    display:inline-block;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    vertical-align:middle;
    color: #fd7878;
    padding:5px;
    background-color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight:400;
    font-size:1.2rem;
}

#QuotationList_datatable_list .priced{
    /* background-color: #ff3c3c; */
}

#QuotationList_datatable_list .not-priced, #Quotation_quotationItem .not-priced, #QuotationList_datatable_list .not-priced input, #Quotation_quotationItem .not-priced input{
    background-color: #fd7878;
}

#InvoiceList_datatable_list tr i.fa-print{
    color: #dc3545;
}

#InvoiceList_datatable_list tr.e-invoice i.fa-print{
    color:#28a745;
}

#InvoiceList_datatable_list tr.not-printed input[name=documentNumber]{
    color:#dc3545;
    /*background-color: rgb(87, 87, 87);*/
}

#InvoiceList_datatable_list tr.e-invoice.not-printed input[name=documentNumber]{
    color:#2d8a31;
    /*background-color: rgb(87, 87, 87);*/
}

#InvoiceList_datatable_list tr.e-invoice input[name=documentNumber]{
    color:#00c2af;
    /*background-color: rgb(87, 87, 87);*/
}

#InvoiceList_datatable_list tr.storno{
    background-color: rgb(162, 0, 255);
}

#InvoiceList_datatable_list tr.modify{
    background-color: rgb(142, 100, 167);
}

#InvoiceList_datatable_list tr:not(.storno):not(.modify).not-paid{
    background-color: #ffc107;
}

#InvoiceList_datatable_list tr:not(.storno):not(.modify).not-paid{
    background-color: #ffc107;
}

#InvoiceList_datatable_list tr.invoiceStatus-SENT-DONE [name=invoiceStatus]{
    color: #2b7249;
}

#InvoiceList_datatable_list tr.invoiceStatus-NOTCREATED [name=invoiceStatus]{
    color: #ffc107;
}


#InvoiceList_datatable_list tr.invoiceStatus-SENT-ABORTED [name=invoiceStatus]{
    color: #722b2b;
}

#PurchaseInvoiceListNonPublic_datatable_list tr.not-paid{
    background-color: #ffc107;
}


#PurchaseOrderList_datatable_list tr.not-sent input[name=documentNumber]{
    color: #ff0000;
}

.documentSummaryContainer {
    display:flex;
}
.documentSummaryContainer > div{
    padding:10px;
}


#DeliveryNoteList_datatable_list .status-M, #DeliveryNoteList_datatable_list .status-M input, #DeliveryNoteList_datatable_list .status-M select
, #DeliveryNoteList_datatable_list .tatabanya-closed, #DeliveryNoteList_datatable_list .tatabanya-closed input, #DeliveryNoteList_datatable_list .tatabanya-closed select{
    background-color: #efefef;
}

.priceListCategoryDisplay input[name=netPrice] ~:last-child:after {
    display:block;
    position:relative;
    top:7px;
    content: attr(data-pricelistcode);
    width:10px;
    height:10px;
}

.nb-table tbody tr.last-visited, .nb-table tbody tr.last-visited input, .nb-table tbody tr.last-visited select{
	background-color: #ffe1ab !important; 
}

#Inventory_Control_inventoryControlItem tbody tr.red td input, #Inventory_Control_inventoryControlItem tbody tr.red td{
    background-color: #fa8a8a;
}

#Purchase_Order_prepItemTable .has-in-order input[name=inOrderQuantity]{
    background-color: #fa8a8a;
}

#DocumentList_item_datatable .bg-openQuantity{
    background-color: #fa8a8a;
}

.input-group .number + * {
    display:none;
}

@media screen{

    
    body, table,input.autocomplete, input[name], select[name], .input-group-text, .btn{
        font-size: 0.7rem;
        line-height:1;
    }
    
    label.cfl-label{
        width:20px;
        height:19px;
    }
    label.cfl-label i{
        line-height:1.5;
    }
    .nb-table tbody tr td{
        padding:2px;
    }

    select[name], select.select, .form-control, .custom-select[size]:not([size="1"]){
        padding: 0.1rem 0.5rem;
        height: calc(1.5em + 0.4rem + 2px);
    }
    
}

/* Legacy bootstrap bug megtartása, hogy a nyomtatási képek megmaradjanak 
    Azért kell ez, mert a bootstrap hibásan beállít minimum szélességet 992px-re a bootstrap.min.css-ben és 
    ezért a page render nem jó (összenyomja a kontentet)
    Ezt kijavítandó a print css-ben felüldefiniáltam ezt, de nem szeretném
    , hogy a Paoréknál változzon emiatt a nyomtatási kép 
*/
@media print{
    body{
        min-width: 992px !important;
    }
    body, table,input.autocomplete, input[name], select[name], .input-group-text, .btn{
        font-size: 0.8rem;
    }
    #bodywrapper{
        padding:0px 15px 0px 15px;
    }
}


