* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: #edf2f5; color: #17212b; font: 16px Arial, sans-serif; }
button, input, select { min-height: 46px; font: inherit; border-radius: 6px; border: 1px solid #aab7c2; }
button { padding: 8px 12px; background: #fff; color: #12344d; font-weight: bold; touch-action: manipulation; }
button:active { background: #dceaf2; } button:disabled { opacity: .45; }
input, select { width: 100%; padding: 8px; background: #fff; }
header { min-height: 62px; padding: 10px 16px; background: #12344d; color: #fff; overflow: hidden; }
header > div { float: left; margin-right: 16px; } header > div:last-child { float: right; } header select, header button { display: inline-block; width: auto; min-height: 38px; margin-left: 6px; }
.workspace { padding: 12px; overflow: hidden; }
.workspace > section, .workspace > aside { float: left; min-height: 480px; padding: 12px; }
.workspace > section { width: 35%; } .workspace > aside { width: 30%; background: #fff; border-left: 1px solid #ccd7df; }
h1, h2 { margin: 0 0 12px; } h2 { font-size: 18px; } small, .muted { color: #536574; }
.tables, .menu { overflow: hidden; }.table, .menu-item { float: left; width: 48%; min-height: 78px; margin: 0 2% 8px 0; text-align: left; }.table b, .menu-item b, .table small, .menu-item small { display: block; }
.table.available { border-left: 5px solid #18864b; }.table.ordering { border-left: 5px solid #db8700; }.table.paying { border-left: 5px solid #c64545; }
aside h2 { margin-top: 20px; } aside h2:first-child { margin-top: 0; } ul, ol { margin: 0 0 12px; padding-left: 22px; } li { margin: 8px 0; } li button { min-height: 32px; padding: 4px 8px; margin-left: 4px; }
.login, .boot-card, .center { width: 400px; max-width: calc(100% - 32px); margin: 60px auto; padding: 24px; background: #fff; border: 1px solid #ccd7df; border-radius: 8px; }.login label { display: block; margin: 12px 0; }.login button { width: 100%; background: #1473a7; color: #fff; border-color: #1473a7; }.error { margin: 8px 12px; padding: 10px; background: #fbe5e5; color: #8e1e1e; } footer { clear: both; padding: 12px; background: #dce6ec; }
@media (max-width: 800px) { .workspace > section { width: 50%; }.workspace > aside { width: 100%; min-height: auto; border-left: 0; border-top: 1px solid #ccd7df; } }
