@media screen and (min-width: 769px) and (max-width: 1024px){
  body {
    min-width: 769px;
  }
  section {
    min-width: 769px;
  }
  header {
    height: 120px;
  }
  header > div {
    flex-direction: column;
  }
  header h1 {
    margin: 0 auto;
  }
  header nav {
    margin: 0 auto;
  }
  section form.center {
    height: auto;
  }
  section .wrap {
    padding-top: 120px;
  }
  #dashbord {
    width: 100%;
  }
  #dashbord div.snap_wrap {
    width: 760px;
    max-width: calc(100% - 120px);
  }
  #menu div.panel {
    width: 760px;
    max-width: calc(100% - 120px);
  }
  section nav ul {
    margin-top: 40px;
    max-height: calc(100vh - 180px);
    overflow-y: scroll;
  }
  section nav ul::-webkit-scrollbar {
    display: none;
  }
  section div.navmenu {
    top: 120px;
    max-height: calc(100vh - 120px);
  }
  section div.work div.view.close,
  section div.work div.view.open {
    display: block;
    margin-left: 10px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgba(255,255,255,0.3);
    border-top: none;
    border-radius: 0 0 10px 10px;
    color: #e3e6ea;
    text-align: center;
  }
  section div.work div.view.open {
    position: absolute;
    top: 120px;
    left: 60px;
    z-index: 8;
  }
  section div.submenu {
    display:none;
    padding: 0;
    width: 256px;
    min-height: calc(100vh - 120px) !important;
    background: rgba(0,22,51,0.8);
    position: absolute;
    top: 120px;
    left: 60px;
    z-index: 8;
  }
  section div.center {
    padding: 0 0 0 50px !important;
    min-height: calc(100vh - 120px) !important;
  }
  dl dd > div {
    margin: 2px 0;
  }
  section form dl {
    flex-direction: column;
  }
  section form dl dt {
    flex-basis: auto;
  }
  section form dl dd {
    flex-basis: auto;
    padding-left: 0;
  }
  section div.side {
    margin-left: 50px;
    padding-top: 30px;
    min-width: 200px;
    min-height: calc(100vh - 120px) !important;
  }
  section div.side table tr td:first-child {
    background-size: 18px !important;
    background-position: 10px;
  }
  section div.center table.layout {
    display: none;
  }
  section div.center form.tab {
    margin: 60px 10px 30px 10px;
    min-height: calc(100vh - 266px);
  }
  section div.center form.data {
    min-height: calc(100vh - 176px) !important;
  }
  section div.bottom button.l1, section div.bottom button.l2, section div.bottom button.l3 {
    margin-left: 10px;
  }
  section div.bottom button.r1, section div.bottom button.r2, section div.bottom button.r3 {
    margin-right: 10px;
  }
  section div.center div.list {
    min-height: calc(100vh - 264px);
  }
  section div.center table tr td button {
    margin-bottom: 5px;
  }
  div.dialog {
    max-width: 90%!important;
    width: 750px;
  }
  div.dialog form#page_parts {
    padding: 20px 0;
  }
}