﻿.is-fixed-header {
    top: 39px !important;
    border-top: solid 1px var(--bb-layout-headerbar-border-color);
    display: none;
}
.has-sidebar {
    min-height: calc(100vh - 300px) !important;
}
.mobilePhoneTable {
    border-bottom: 1px solid #dee2e6;
    background: #f5f8fa;
}
.mobilePhoneTable-left div, .mobilePhoneTable-right div {
    height: 41px;
    line-height: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobilePhoneTable-left{
    font-weight:bold;
}
/*宽度小于750时*/
@media (max-width:750px) {
    .crosswise-menu {
        visibility: hidden;
        height: 39px;
    }

    .is-fixed-header {
        display: block;
    }

    .table-page-info{
        display:none;
    }
   
    .page-goto{
        display:none!important;
    }
    .table-pagination {
        position: fixed;
        bottom: 0px;
        width: 109%;
        background: #fff;
        height: 80px;
    }
    .pagination {
        justify-content: flex-start!important;
    }
    .nav.nav-pages {
        margin-top: 8px;
        display:block!important;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .editor{
        overflow:hidden;
    }
    .note-toolbar.card-header
    {
        display:block!important;
    }
    .layout-side.is-collapsed.is-fixed-header{
        overflow:scroll;
    }
  
    #oversea-order-product-modal-table .table-wrapper {
        border: none;
    }

    #oversea-order-product-modal-table .table-pagination {
        top: 150px !important;
        bottom: auto;
        width: 86% !important;
        height: 50px !important;
    }

    #oversea-order-product-modal-table .table-pagination .nav-pages {
        width: auto !important;
    }
    #accompanying-good-part-modal-table .table-wrapper {
        border: none;
    }

    #accompanying-good-part-modal-table .table-pagination {
        top: 180px !important;
        bottom: auto;
        width: 90% !important;
        height: 50px !important;
    }

    #oaccompanying-good-part-modal-table .table-pagination .nav-pages {
        width: auto !important;
    }

    #product .dropdown-toggle.form-control.datetime-picker-input
    {
        --bb-form-control-padding: .375rem .75rem!important;
    }
    
}
