/*Historial de pedido*/

.table-orderslider{
    margin-bottom: 50px;
}

#filters-container-OH{
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    width: 100%;
}

.input-filter-option{
    border: 0px;
    border-bottom: 1px solid gray;
    text-align: left !important;
}

#container-input-datepicker{
    text-align: unset !important;
    text-align: left !important;
}

.inputsearch{
    border: none;
    width: 85%;
}

.container-search{
    width: 20%;
}
.container-options{
    width: 20%;
}
/*
#btnApply{
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}*/
.selector-status{
    background: url(/assets/images/bepensa/icon-select.svg) no-repeat scroll 7px 7px !important;
    background-position: right !important;
    background-size: 10px !important;
    width: 100% !important;
    max-width: 100%;
}

.btn-order-history{
    background-color: #3c7d99 !important;
    color: #fff !important;
    border-radius: 0px !important;
    border-radius: 4px !important;
    width: 100px;
    height: 40px;
    margin-top: 15px;
}



#table-history-order thead{
    background: none;
    border-top: 2px solid #ddd;
}

#table-history-order tbody td{
    color: black;
}

.no-order{
    color: #009edf !important;
    font-weight: bold;
    text-decoration: underline #17A2B8;
}


/*Detalle de pedido*/
#main-content-order-detail{
    margin-left: 0px;
}

.OD-tittle-subsection{
    text-align: center;
    width: 100%;
    font-size: 14px !important;
}

.btnsort{
    border: none;
    background: none;
}

#TinvoiceTable thead{
    background: none;
    border-top: 2px solid #ddd;
}

#TinvoiceTable tbody tr td{
    color: black;
    padding-left: 10px;
    padding-right: 10px;
}
#TinvoiceTable thead tr th{
    padding-left: 10px;
    padding-right: 10px;
}

#div-summary-order{
    background: none;
}

.sections-order-detail{
    border: none !important;
    margin-bottom: 20px !important;
}

.icondownload{
    content: url(../../images/bepensa/cloud-download.svg);
    width: 18px;
}

/*Detalles de orden de pedido*/
.table-details-order tbody tr td{
    padding: 0px;
}

#resumen-pedido tbody tr td{
    padding: 0px;
    color: black;
    font-weight: normal;
}


.modal-orderitemstable{
    border-radius: 15px;
}

.bodytb-invoice{
    overflow-y: auto;
}

#exampleModalCenterTitle{
    font-weight: bold;
}

#tabla-order-items tbody tr td{
    color: black;
    padding-left: 10px;
    padding-right: 10px;
}
#tabla-order-items thead tr th{
    padding-left: 10px;
    padding-right: 10px;
}

#tabla-order-items thead{
    background: none;
    border-top: 1px solid #ddd;
}

.headert{
    font-weight: bold;
}

#containerHeaderTable{
    background: #f0f0f0;
    display: flex;
}
.container-headert{
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 12px;
    margin-right: 12px;
    
}

#contentModalItemsOrder{
    width: 85%;
}


#invoiceTable{
    max-height: 420px;
}

#footer-section{
    display: block;
}

#main-container-order-history{
    margin-left: 0px;
}
