/* line 5, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Framework Helper classes */
/* line 5, ../../src/sass/framework.scss */
em {
  font-style: italic;
}

/* line 6, ../../src/sass/framework.scss */
strong {
  font-weight: bold;
}

/* line 7, ../../src/sass/framework.scss */
.hide {
  display: none;
}

/* line 8, ../../src/sass/framework.scss */
.megahide {
  display: none !important;
}

/* line 9, ../../src/sass/framework.scss */
.pull-left {
  float: left;
}

/* line 10, ../../src/sass/framework.scss */
.pull-right {
  float: right;
}

/* line 11, ../../src/sass/framework.scss */
.clear {
  clear: both;
}

/* line 12, ../../src/sass/framework.scss */
.inline-block {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
}

/* line 13, ../../src/sass/framework.scss */
.inline-block.top {
  vertical-align: top;
}

/* line 14, ../../src/sass/framework.scss */
.inline-block.bottom {
  vertical-align: bottom;
}

/* line 15, ../../src/sass/framework.scss */
.twocolumn {
  width: 64%;
  margin-right: 1%;
}

/* line 19, ../../src/sass/framework.scss */
.onecolumn {
  width: 32%;
  margin-right: 1%;
}

/* line 23, ../../src/sass/framework.scss */
.spanhalf {
  width: 48%;
  margin-right: 2%;
  float: left;
}

/* line 28, ../../src/sass/framework.scss */
.onecolumn:last-of-type, .twocolumn:last-of-type, .spanhalf:last-of-type {
  margin-right: 0;
}

/* line 29, ../../src/sass/framework.scss */
.spanhalf:last-of-type {
  width: 50%;
}

/* line 30, ../../src/sass/framework.scss */
.callout {
  line-height: 1.8;
}

/* line 33, ../../src/sass/framework.scss */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 38, ../../src/sass/framework.scss */
.center-text {
  text-align: center;
}

/* line 39, ../../src/sass/framework.scss */
.arrow-up, .arrow-down, .arrow-left, .arrow-right {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid black;
}

/* line 46, ../../src/sass/framework.scss */
.arrow-white {
  border-bottom-color: white;
}

/* line 49, ../../src/sass/framework.scss */
.arrow-down {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

/* line 53, ../../src/sass/framework.scss */
.arrow-right {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

/* line 57, ../../src/sass/framework.scss */
.arrow-left {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}

/* line 62, ../../src/sass/framework.scss */
.fade {
  opacity: 0;
  transition: opacity 300ms;
}

/* line 66, ../../src/sass/framework.scss */
.fade.in {
  opacity: 1;
}

/* line 70, ../../src/sass/framework.scss */
.dropdown-button {
  transition: box-shadow 200ms;
}

/* line 71, ../../src/sass/framework.scss */
.dropdown-button [class*='arrow-'] {
  -webkit-transition: -webkit-transform 200ms;
  transition: transform 200ms;
}

/* line 75, ../../src/sass/framework.scss */
.dropdown-button.dropdown-active .arrow-down {
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}

/* line 79, ../../src/sass/framework.scss */
.dropdown-button.dropdown-active .arrow-up {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(0deg);
}

/* line 83, ../../src/sass/framework.scss */
.dropdown {
  display: inline-block;
  position: absolute;
  top: -9999em;
  overflow: hidden;
  z-index: 500;
}

/* line 90, ../../src/sass/framework.scss */
.dropdown.showing {
  transition: height 300ms, top 300ms;
}

/* line 91, ../../src/sass/framework.scss */
.dropdown.ready {
  overflow: visible;
}

/* line 96, ../../src/sass/framework.scss */
.accordion .accordion-toggle {
  cursor: pointer;
}
/* line 99, ../../src/sass/framework.scss */
.accordion .accordion-toggle .open {
  display: none;
}
/* line 102, ../../src/sass/framework.scss */
.accordion .accordion-toggle .closed {
  display: inline-block;
  vertical-align: middle;
}
/* line 107, ../../src/sass/framework.scss */
.accordion .accordion-body {
  display: none;
  overflow: hidden;
}
/* line 111, ../../src/sass/framework.scss */
.accordion .accordion-body.ready {
  -moz-transition: height 500ms;
  -o-transition: height 500ms;
  -webkit-transition: height 500ms;
  transition: height 500ms;
}
/* line 114, ../../src/sass/framework.scss */
.accordion .accordion-body .accordion-toggle {
  text-align: center;
  padding: 5px 0;
}
/* line 121, ../../src/sass/framework.scss */
.accordion.open .accordion-toggle .open {
  display: inline;
}
/* line 124, ../../src/sass/framework.scss */
.accordion.open .accordion-toggle .closed {
  display: none;
}

/* line 131, ../../src/sass/framework.scss */
.blue {
  color: #0066FF;
}

/* line 132, ../../src/sass/framework.scss */
.drawer {
  position: relative;
}

/* line 135, ../../src/sass/framework.scss */
.drawer.ready {
  transition: width 1s 500ms, box-shadow 500ms, height 1s, top 1s;
}

/* line 138, ../../src/sass/framework.scss */
.drawer.ready.close {
  transition: width 1s, box-shadow 500ms 500ms, height 1s, top 1s;
}

/* line 141, ../../src/sass/framework.scss */
.drawer-handle {
  display: block;
  position: absolute;
  cursor: pointer;
}

/* line 146, ../../src/sass/framework.scss */
.drawer-handle.top {
  width: 50px;
  top: 100%;
  left: -25px;
  margin-left: 50%;
}

/* line 152, ../../src/sass/framework.scss */
.drawer-handle.right {
  height: 50px;
  top: 40%;
  margin-top: -25px;
  right: 100%;
}

/* line 158, ../../src/sass/framework.scss */
.drawer.ready .drawer-handle span {
  transition: transform 500ms 500ms;
  -webkit-transition: -webkit-transform 500ms 500ms;
}

/* line 162, ../../src/sass/framework.scss */
.drawer.close.ready .drawer-handle .arrow-up {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}

/* line 166, ../../src/sass/framework.scss */
.drawer.close.ready .drawer-handle .arrow-down {
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
}

/* line 171, ../../src/sass/framework.scss */
.drawer.close.ready .drawer-handle .arrow-left {
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
}

/* line 176, ../../src/sass/framework.scss */
.drawer.close.ready .drawer-handle .arrow-right {
  transform: rotateZ(-90deg);
  -webkit-transform: rotateZ(-90deg);
}

/* line 182, ../../src/sass/framework.scss */
.expandable {
  overflow: hidden;
  height: 0px;
  position: relative;
}

/* line 187, ../../src/sass/framework.scss */
.expandable.expanded {
  height: auto;
}

/* line 190, ../../src/sass/framework.scss */
.expandable.ready {
  transition: height 800ms;
}

/*
[class*='icon-'] {
    background-image: url('../images/icons.stock.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
[class*='icon-'].icon-white {
    background-image: url('../images/icons.white.png');
}

.icon-plus {background-position: 0px 0px;}
.icon-box {background-position: -20px 0px;}
.icon-search {background-position: -40px 0px;}
.icon-categories {background-position: -60px 0px;}
.icon-cart {background-position: -80px 0px;}
.icon-menu {background-position: -100px 0px;}
.icon-dollar {background-position: -120px 0px;}
.icon-gear {background-position: -140px 0px;}
.icon-receipt {background-position: -160px 0px;}
.icon-receipt-history {background-position: -180px 0px;}
.icon-register {background-position: -200px 0px;}
.icon-shelf {background-position: -220px 0px;}
.icon-customer {background-position: -240px 0px}
.icon-calendar {background-position: -260px 0px}
.icon-report {background-position: -280px 0px}
.icon-support {background-position: -300px 0px}
.icon-live {background-position: -320px 0px}
.icon-location {background-position: -340px 0px}
.icon-user {background-position: -360px 0px}
.icon-user-pin {background-position: -380px 0px}
.icon-tag {background-position: -400px 0px}
.icon-newsletter {background-position: -420px 0px}
.icon-prices {background-position: -440px 0px}
.icon-service {background-position: -460px 0px}
.icon-ingredients {background-position: -480px 0px}
.icon-sandwich {background-position: -500px 0px}
.icon-boxes {background-position: -520px 0px}
.icon-gift {background-position: -540px 0px}
*/
/*SHADOWS!*/
/* line 237, ../../src/sass/framework.scss */
.shadow1 {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

/* line 238, ../../src/sass/framework.scss */
.shadow2 {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

/* line 239, ../../src/sass/framework.scss */
.shadow3 {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}

/* line 240, ../../src/sass/framework.scss */
.shadow4 {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}

/* line 241, ../../src/sass/framework.scss */
.shadow5 {
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.5);
}

/* line 243, ../../src/sass/framework.scss */
.shadow7 {
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.3);
}

/* line 244, ../../src/sass/framework.scss */
.shadow8 {
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.3);
}

/* line 246, ../../src/sass/framework.scss */
.shadow10 {
  box-shadow: 7px 9px 20px rgba(0, 0, 0, 0.3);
}

/* this might be necessary for inset shadows to look right
but this will require some javascript magic, probably
[class*='inner-shadow'] {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
*/
/* line 257, ../../src/sass/framework.scss */
.inner-shadow1 {
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4) inset;
}

/* line 258, ../../src/sass/framework.scss */
.inner-shadow2 {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5) inset;
}

/* line 261, ../../src/sass/framework.scss */
.inner-shadow5 {
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5) inset;
}

/* TOOLTIPS */
/* Tooltips */
/* line 2, ../../src/sass/tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 9001;
  background: #000;
  color: #FFF;
  padding: 3px 5px;
  max-width: 200px;
  cursor: default;
  line-height: 1.2;
}

/* line 12, ../../src/sass/tooltip.scss */
.tooltip [class*='arrow-'] {
  position: absolute;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

/* line 18, ../../src/sass/tooltip.scss */
.tooltip .arrow-left {
  margin-top: -12px;
}

/* line 21, ../../src/sass/tooltip.scss */
.tooltip .arrow-right {
  margin-top: -12px;
}

/* DELICIOUS TURNOVERS */
/* line 272, ../../src/sass/framework.scss */
.turnover {
  display: none;
  text-align: left;
  position: absolute;
  z-index: 1000;
  padding: 10px;
  border: 1px solid #000;
  max-width: 500px;
}

/* line 281, ../../src/sass/framework.scss */
.turnover.prep {
  top: -9999em;
  display: block;
}

/* line 285, ../../src/sass/framework.scss */
.turnover.ready {
  display: block;
  transition: top 500ms, left 500ms;
}

/* line 289, ../../src/sass/framework.scss */
.turnover > [class*='arrow-'] {
  position: absolute;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

/* line 295, ../../src/sass/framework.scss */
.turnover.ready > [class*='arrow-'] {
  transition: all 500ms;
}

/* line 298, ../../src/sass/framework.scss */
.turnover > .arrow-left, .turnover > .arrow-right {
  top: -12px;
  margin-top: 0px;
  margin-left: 0px;
}

/* line 303, ../../src/sass/framework.scss */
.turnover > .arrow-up, .turnover > .arrow-down {
  left: 50%;
}

/* line 306, ../../src/sass/framework.scss */
.turnover > .arrow-left {
  right: 100%;
}

/* line 307, ../../src/sass/framework.scss */
.turnover > .arrow-right {
  left: 100%;
}

/* line 308, ../../src/sass/framework.scss */
.turnover > .arrow-up {
  bottom: 100%;
}

/* line 309, ../../src/sass/framework.scss */
.turnover > .arrow-down {
  top: 100%;
}

/* AUTOCOMPLETE TEXTBOX */
/* line 312, ../../src/sass/framework.scss */
.autocomplete-menu {
  position: absolute;
  z-index: 600;
}

/* SLIGHTLY LESS DELICIOUS TOAST */
/* line 318, ../../src/sass/framework.scss */
.toast {
  position: fixed;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  z-index: 5000;
  top: 66%;
  padding: 15px;
  opacity: 0;
  margin-left: 50%;
}

/* line 329, ../../src/sass/framework.scss */
.toast.show {
  opacity: 1;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

/* line 334, ../../src/sass/framework.scss */
.toast.done {
  opacity: 0;
  -webkit-transition: all 2s 6s;
  transition: all 2s 6s;
}

/* ICONS and ICON ACCESSORIES */
/*
$icon: 18px;
[class*='icon-'] {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('../images/iconsprite.png') no-repeat;
    
    @include iconsprite('filter', $icon, 0);
    @include iconsprite('checkbox', $icon, 1) {
        &.checked {
            background-position: (-$icon * 1) (-$icon * 2);

            &:hover {
                background-position: (-$icon * 1) (-$icon * 3);
            }
        }
    };
    @include iconsprite('caret', $icon, 2) {
        &.active:hover {
            background-position: (-$icon * 2) (-$icon * 3);
        }
    };
}
*/
/* Tables! */
/* line 369, ../../src/sass/framework.scss */
table th.sortable {
  cursor: pointer;
  position: relative;
  padding-left: 20px;
}

/* line 374, ../../src/sass/framework.scss */
table th.sortable:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/icons.stock.png);
  background-repeat: no-repeat;
  background-position: 0px -20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* line 385, ../../src/sass/framework.scss */
table th.sortable.asc:before {
  background-position: -40px -20px;
}

/* line 388, ../../src/sass/framework.scss */
table th.sortable.desc:before {
  background-position: -20px -20px;
}

/* Deny Dynamic Tables! */
/* line 393, ../../src/sass/framework.scss */
.dt-table-container {
  position: relative;
  overflow: hidden;
}

/* line 397, ../../src/sass/framework.scss */
.dt-table-head {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

/* line 403, ../../src/sass/framework.scss */
.dt-table-head-shadow {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}

/* line 418, ../../src/sass/framework.scss */
.dt-table-head .dt-row {
  position: relative;
  z-index: 5;
}

/* line 422, ../../src/sass/framework.scss */
.dt-table-head .dt-row .dt-header {
  position: relative;
}

/* line 425, ../../src/sass/framework.scss */
.dt-table-head .dt-row .dt-header .filter-button {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 5px;
  display: block;
  height: 18px;
  width: 18px;
  cursor: pointer;
}
/* line 435, ../../src/sass/framework.scss */
.dt-table-head .dt-row .dt-header .filter-button.active {
  background-color: rgba(248, 188, 78, 0.5);
}

/* line 441, ../../src/sass/framework.scss */
.dt-table {
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
}

/* line 449, ../../src/sass/framework.scss */
.dt-row {
  clear: both;
  overflow: hidden;
}

/* line 453, ../../src/sass/framework.scss */
.dt-row > .dt-cell {
  box-sizing: border-box;
  padding: 10px;
  border-width: 0 1px 1px 0;
  border-color: #000;
  border-style: solid;
  float: left;
  height: 100%;
  max-width: 40%;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  /* line 453, ../../src/sass/framework.scss */
  .dt-row > .dt-cell {
    max-width: none;
  }
}

/* line 468, ../../src/sass/framework.scss */
.dt-table-head .dt-row > .dt-cell {
  border-width: 2px 1px 2px 0;
  font-weight: bold;
}

/* line 472, ../../src/sass/framework.scss */
.dt-table-head .dt-row > .dt-cell.sortable {
  cursor: pointer;
}

/* line 475, ../../src/sass/framework.scss */
.dt-row > .dt-cell:first-child {
  border-left-width: 2px;
}

/* line 478, ../../src/sass/framework.scss */
.dt-row > .dt-cell:last-child {
  border-right-width: 2px;
}

/* line 481, ../../src/sass/framework.scss */
.dt-table .dt-row:last-child > .dt-cell {
  border-bottom-width: 2px;
  padding-bottom: 9px;
}

/* ANIMATIONS */
/* line 487, ../../src/sass/framework.scss */
.intoggle {
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

/* line 492, ../../src/sass/framework.scss */
.intoggle.anim {
  -webkit-animation: fadeToggle 500ms both;
  animation: fadeToggle 500ms both;
}

/* line 496, ../../src/sass/framework.scss */
.outtoggle {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

/* line 501, ../../src/sass/framework.scss */
.outtoggle.anim {
  -webkit-animation: fadeToggle_out 500ms both;
  animation: fadeToggle_out 500ms both;
}

/* line 506, ../../src/sass/framework.scss */
.intoggle.right {
  opacity: 0;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

/* line 511, ../../src/sass/framework.scss */
.intoggle.right.anim {
  -webkit-animation: fadeToggle_out 500ms both reverse;
  animation: fadeToggle_out 500ms both reverse;
}

/* line 515, ../../src/sass/framework.scss */
.outtoggle.right {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

/* line 520, ../../src/sass/framework.scss */
.outtoggle.right.anim {
  -webkit-animation: fadeToggle 500ms both reverse;
  animation: fadeToggle 500ms both reverse;
}

@-webkit-keyframes fadeToggle {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
}
@keyframes fadeToggle {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-webkit-keyframes fadeToggle_out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
  }
}
@keyframes fadeToggle_out {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(-40px);
  }
}
