/* MBus WMS v173 - PRO prevzem inside desktop shell, not under left menu */
html.mbus-prevzem-layout-v173,
body.mbus-prevzem-pro-route-v164{
  overflow-x:hidden !important;
}

@media (min-width: 901px){
  html.mbus-prevzem-layout-v173 body.mbus-prevzem-pro-route-v164 #mbus-prevzem-pro-v164-page,
  html.mbus-prevzem-layout-v173 body.mbus-prevzem-pro-route-v164 .mbus-prevzem-pro-page{
    --mbus-prevzem-left: var(--mbus-v173-sidebar-offset, 264px);
    margin-left: var(--mbus-prevzem-left) !important;
    width: calc(100vw - var(--mbus-prevzem-left)) !important;
    max-width: calc(100vw - var(--mbus-prevzem-left)) !important;
    min-width: 0 !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }
  html.mbus-prevzem-layout-v173 body.mbus-prevzem-pro-route-v164 .mbus-prevzem-pro-shell{
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
  html.mbus-prevzem-layout-v173 body.mbus-prevzem-pro-route-v164 .mbus-prevzem-pro-list{
    top: 118px !important;
  }
}

@media (max-width: 900px){
  html.mbus-prevzem-layout-v173 body.mbus-prevzem-pro-route-v164 #mbus-prevzem-pro-v164-page,
  html.mbus-prevzem-layout-v173 body.mbus-prevzem-pro-route-v164 .mbus-prevzem-pro-page{
    margin-left:0 !important;
    width:100vw !important;
    max-width:100vw !important;
    padding-left:10px !important;
    padding-right:10px !important;
    box-sizing:border-box !important;
  }
}
