.BO_inputLabel{
    display: block;
    color: gray;
}

.BO_inputField{
    height: 3em;
    margin-right: 10px;
    border-style: hidden;
    border-bottom: solid 1px gray;
    appearance: auto;
}

.BO_download{
    display: flex;
    justify-content: flex-end;
    margin: 15px 2%;
} 

.BO_download img{
    cursor: pointer;
}

.BO_table {
    margin: 0 2%;
    overflow: scroll;
}

.BO_table thead {
    background-color: white;
    border-bottom: 2px solid lightgray;
    border-top: 1px solid lightgray;
}

.BO_table tr {
    background-color: white;
    border-bottom: 1px solid lightgray;
}

.BO_table th,td {
    padding: 1% 0;
    padding-right: 10px;
}

.BO_table p {
    display: inline;
    cursor: pointer;
}

.BO_filters {
    display: flex;
}

.BO_filtersField {
    padding: 0 2%;
}

.BO_title {
    margin: 1% 2%;
}

.BO_data{
    font-weight: lighter;
}

.BO_PageButtons{
    display: flex;
    justify-content: center;
    margin: 3% 0;
}

.BO_PageButton{
    margin: 0 10px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: lightgrey;
    color: black;
}

.BO_PageButton:hover{
    transform: scale(1.3);
    cursor: pointer;
}

.BO_Selected {
    background-color: red;
    color: white;
}

.totalTag{
    font-weight: bold;
    text-align: center;
}

#filter-datepicker{
    background: url(/assets/images/bepensa/icon-select.svg) no-repeat scroll 7px 7px;
    background-position: right;
    background-size: 10px;
    width: 100%;
    max-width: 100%;
}

#filter-branch{
    -webkit-appearance: listbox;
    border: none;
    height: 3em;
    border-bottom: 1px solid gray;
}

.btn-actions-backorder{
    width: 100px;
    height: 40px;
    margin-top: 15px;
}

@media (min-width: 800px) {
    .BO_table {
        overflow: hidden;
    }
}