﻿
@media (max-width: 767px) {
}

@media (max-width: 1439px) {
    .bottomright {
        right: 20px;
    }

    .scroll-table {
        max-height: calc(100vh - 250px);
    }

    .btn-save-bom{
        padding: 15px 20px;
        margin: -8px;
        border-radius: 0px;
        border-top-right-radius: 10px;
        border-top-left-radius: 0px;
        padding-bottom: 9px;
    }

    #body-bom .list-group {
        height: calc(100vh - 210px);
    }

    .bom-consumption-table-body{
        max-height: calc(100vh - 350px);
    }

    .weekly-menu-sidebar{
        height:calc(100vh - 240px);
    }


    .food-checking-steps .tab-pane {
        height: calc(100vh - 300px) !important;
    }

    .full-content-height-su {
        height: calc(100vh - 200px)
    }
}
