.hide-from-report-btn{
	min-width: 170px !important;
}

.view-order-btn{
	min-width: 120px;
}
/* @media screen and (max-width: 465px){
    .btn-info.filter-options,.btn-outline-info.filter-options{
        font-size: 10px !important;
    }
} */

.btn-group.btn-group-toggle{
    overflow-x: scroll !important;
    text-wrap: nowrap;
    padding-bottom: 15px;
}

.cbReportNavBarPanel.cbResultSetNavigationTable{
    margin-top: 20px !important;
}

@media screen and (max-width: 768px){
    .btn-outline-info.filter-options:hover{
        color: #2491d3 !important;
        background-color: #ffffff !important;
        border: 2px solid #2491d3 !important;
        font-weight: 700 !important;
        opacity: 1 !important;
    }
    
    .btn-info.filter-options:hover{
        color: #ffffff !important;
        background-color: #2491d3 !important;
        border: 2px solid #2491d3 !important;
        font-weight: 700 !important;
    }
}

.download-link{
    margin-left: 5px;
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 28px !important;
    color: #2491d3 !important;
    text-decoration: none !important;
}


.cbResultSetActionsContainerCellspacing.cbResultSetActionsContainer.cbActionPanel{
    display: none !important;
}
.cbResultSetActionsContainerCellspacing.cbResultSetActionsContainer.cbActionPanel{
    min-height: 58px;
}

@media screen and (max-width: 576px){
    table[data-cb-name="cbTable"] tbody tr.cbResultSetDataRow:hover{
        background-color: #ffffff !important;
    }
    table[data-cb-name="cbTable"] tbody tr.cbResultSetDataRow td.cbResultSetData::before{
        display: block !important;
    }
    .cbResultSetTotalsData{
        color: #2491d3 !important;
        font-weight: 700 !important;
        font-size: 18px !important;
    }
    
    #search-confirmed-not-invoiced-container header{
        margin-bottom: 5px
    }
}
@media screen and (min-width: 577px){
    
    #search-confirmed-not-invoiced-container header{
        margin-bottom: 10px
    }

    tr[data-cb-name="grand_total"] td{
        padding-top: 15px !important;
    }
}