/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/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, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/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;
}

@font-face {
  font-family: 'CodePro';
  font-style: normal;
  font-weight: 500;
  src: url(../../fonts/Fontfabric-Code-Pro-LC.otf) format("opentype"), url(../../fonts/Fontfabric-Code-Pro-LC.woff) format("woff");
}
@font-face {
  font-family: 'CodePro Bold';
  font-style: normal;
  font-weight: 700;
  src: url(../../fonts/Fontfabric-Code-Pro-Bold-LC.ttf) format("truetype"), url(../../fonts/Fontfabric-Code-Pro-Bold-LC.woff) format("woff");
}
/* line 24, ../sass/screen.scss */
body, html {
  font-family: CodePro;
  height: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}

/* line 31, ../sass/screen.scss */
h1 {
  font-family: 'CodePro Bold';
  font-weight: 700;
  font-size: 2.3em;
}

/* line 36, ../sass/screen.scss */
strong {
  font-family: 'CodePro Bold';
  font-weight: 700;
}

/* line 1, ../sass/partials/_spinner.scss */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: #f79648;
  z-index: 99;
}

/* line 12, ../sass/partials/_spinner.scss */
body.loading #loading {
  visibility: visible;
}

/* line 16, ../sass/partials/_spinner.scss */
.spinner {
  margin: 0;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -25px;
}

/* line 28, ../sass/partials/_spinner.scss */
.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

/* line 38, ../sass/partials/_spinner.scss */
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 43, ../sass/partials/_spinner.scss */
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

/* line 48, ../sass/partials/_spinner.scss */
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 53, ../sass/partials/_spinner.scss */
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* line 4, ../sass/partials/_builder.scss */
#builder {
  position: relative;
  width: calc(100% - 350px);
  height: 100%;
  z-index: 3;
}

/* line 11, ../sass/partials/_builder.scss */
#canvas-wrapper {
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow: auto;
  background: #eee;
  margin-bottom: 60px;
}

/* line 22, ../sass/partials/_builder.scss */
#zoom, #scale {
  position: fixed;
  z-index: 3;
  bottom: 60px;
  left: 0;
  padding: 6px 10px 2px 10px;
  background: #32373b;
  border-top-right-radius: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
/* line 32, ../sass/partials/_builder.scss */
#zoom select, #scale select {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 1em;
  font-family: 'CodePro';
  font-style: normal;
  font-weight: 500;
  margin-left: 5px;
}
/* line 46, ../sass/partials/_builder.scss */
#zoom select:focus, #scale select:focus {
  color: #000;
}
/* line 47, ../sass/partials/_builder.scss */
#zoom select:focus::-ms-value, #scale select:focus::-ms-value {
  color: #000;
}

/* line 49, ../sass/partials/_builder.scss */
#scale {
  left: auto;
  right: 350px;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
}

/* line 56, ../sass/partials/_builder.scss */
#canvas {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  background-size: 60px 60px;
  background-image: linear-gradient(to right, #d9d9d9 2px, transparent 2px), linear-gradient(to bottom, #d9d9d9 2px, transparent 2px);
}
/* line 64, ../sass/partials/_builder.scss */
#canvas .draggable-item {
  background: #f79648;
}
/* line 68, ../sass/partials/_builder.scss */
#canvas .placeholder {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
/* line 78, ../sass/partials/_builder.scss */
#canvas .element {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 2;
}
/* line 85, ../sass/partials/_builder.scss */
#canvas .element .ui-resizable-handle {
  opacity: 0;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #eb8b3f;
  position: absolute;
  transition: opacity .125s ease-in;
  -webkit-transition: opacity .125s ease-in;
}
/* line 95, ../sass/partials/_builder.scss */
#canvas .element .ui-resizable-n {
  top: -5px;
  left: 50%;
  margin-left: -5px;
}
/* line 96, ../sass/partials/_builder.scss */
#canvas .element .ui-resizable-nw {
  top: -5px;
  left: -5px;
}
/* line 97, ../sass/partials/_builder.scss */
#canvas .element .ui-resizable-ne {
  top: -5px;
  right: -5px;
}
/* line 99, ../sass/partials/_builder.scss */
#canvas .element .ui-resizable-s {
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}
/* line 100, ../sass/partials/_builder.scss */
#canvas .element .ui-resizable-sw {
  bottom: -5px;
  left: -5px;
}
/* line 101, ../sass/partials/_builder.scss */
#canvas .element .ui-resizable-se {
  bottom: -5px;
  right: -5px;
}
/* line 103, ../sass/partials/_builder.scss */
#canvas .element .ui-resizable-e {
  top: 50%;
  right: -5px;
  margin-top: -5px;
}
/* line 104, ../sass/partials/_builder.scss */
#canvas .element .ui-resizable-w {
  left: -5px;
  top: 50%;
  margin-top: -5px;
}
/* line 108, ../sass/partials/_builder.scss */
#canvas .element:hover .ui-resizable-handle, #canvas .element.ui-resizable-resizing .ui-resizable-handle, #canvas .element.selected .ui-resizable-handle {
  opacity: .85;
}
/* line 112, ../sass/partials/_builder.scss */
#canvas .element:hover, #canvas .element.selected {
  background-color: rgba(0, 0, 0, 0.25);
}
/* line 118, ../sass/partials/_builder.scss */
#canvas .element.object {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/* line 121, ../sass/partials/_builder.scss */
#canvas .element.object span.name {
  display: none;
}
/* line 123, ../sass/partials/_builder.scss */
#canvas .element.object > img {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
/* line 129, ../sass/partials/_builder.scss */
#canvas .element.object[data-rotation="90"] > img {
  top: 0;
  left: 100%;
}
/* line 132, ../sass/partials/_builder.scss */
#canvas .element.object[data-rotation="180"] > img {
  top: 100%;
  left: 100%;
}
/* line 135, ../sass/partials/_builder.scss */
#canvas .element.object[data-rotation="270"] > img {
  top: 100%;
  left: 0;
}
/* line 139, ../sass/partials/_builder.scss */
#canvas .element.object .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
  transition: opacity .125s ease-in;
  -webkit-transition: opacity .125s ease-in;
}
/* line 150, ../sass/partials/_builder.scss */
#canvas .element.object .overlay .title {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  line-height: 1.4;
}
/* line 161, ../sass/partials/_builder.scss */
#canvas .element.object .overlay button.delete-element {
  position: absolute;
  bottom: 5%;
  left: 50%;
  background: none;
  background-image: url(../../images/icons/delete.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  background-size: contain;
  height: 18px;
  width: 16px;
  padding: 0;
  cursor: pointer;
  outline: none;
}
/* line 178, ../sass/partials/_builder.scss */
#canvas .element.object .overlay button.rotate-element {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  background-image: url("../../images/rotate.png");
  background-size: 20px 20px;
  background-position: center center;
}
/* line 194, ../sass/partials/_builder.scss */
#canvas .element.object.selected .overlay, #canvas .element.object:hover .overlay {
  opacity: 1;
}
/* line 197, ../sass/partials/_builder.scss */
#canvas .element.area {
  border: 2px solid #f79648;
  background-color: rgba(247, 150, 72, 0.1);
  background-image: url(../../images/pattern.png);
  background-repeat: repeat;
  background-size: 10px 10px;
  z-index: 1;
}
/* line 205, ../sass/partials/_builder.scss */
#canvas .element.area span.name {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  color: #fff;
  background: #f79648;
  text-transform: uppercase;
  padding: 2px 8px;
  border-bottom-left-radius: 8px;
}
/* line 215, ../sass/partials/_builder.scss */
#canvas .element.area span.name button.delete-element {
  background: none;
  background-image: url(../../images/icons/delete.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  background-size: contain;
  height: 18px;
  width: 16px;
  padding: 0;
  cursor: pointer;
  outline: none;
  margin-right: -9px;
  margin-left: 5px;
  vertical-align: middle;
  height: 11px;
  margin-top: -1px;
  margin-bottom: 1px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  width: 24px;
  display: none;
}
/* line 238, ../sass/partials/_builder.scss */
#canvas .element.area:hover span.name button.delete-element {
  display: inline-block;
}
/* line 240, ../sass/partials/_builder.scss */
#canvas .element.area:hover, #canvas .element.area.ui-resizable-resizing, #canvas .element.area.selected {
  background-color: rgba(247, 150, 72, 0.25);
}
/* line 243, ../sass/partials/_builder.scss */
#canvas .element.area.invalid-location {
  border-color: #ff0000 !important;
  background-color: rgba(255, 0, 0, 0.1) !important;
}
/* line 246, ../sass/partials/_builder.scss */
#canvas .element.area.invalid-location .ui-resizable-handle {
  background: #ff0000 !important;
}

@media all and (max-width: 1200px) {
  /* line 253, ../sass/partials/_builder.scss */
  #builder {
    width: calc(100% - 250px);
  }

  /* line 256, ../sass/partials/_builder.scss */
  #scale {
    right: 250px;
  }
}
/* line 1, ../sass/partials/_header.scss */
#header {
  background: #f79648;
  color: #fff;
  padding: 0 20px;
  overflow: hidden;
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 3px solid #eb8b3f;
  height: 125px;
}
/* line 12, ../sass/partials/_header.scss */
#header > div {
  padding: 25px 20px;
  display: table-cell;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  vertical-align: middle;
  white-space: nowrap;
}
/* line 19, ../sass/partials/_header.scss */
#header > div:first-child {
  padding-left: 0;
}
/* line 20, ../sass/partials/_header.scss */
#header > div:last-child {
  padding-right: 0;
}
/* line 22, ../sass/partials/_header.scss */
#header > div strong {
  font-family: 'CodePro Bold';
  font-weight: 700;
  font-size: 1.25em;
}
/* line 27, ../sass/partials/_header.scss */
#header > div input, #header > div select {
  display: block;
  margin-top: 0.5em;
  border: none;
  background: #eb8b3f;
  border-radius: 3px;
  padding: 0.5em;
  color: #fff;
  font-size: 1em;
  height: 34px;
  box-sizing: border-box;
}
/* line 39, ../sass/partials/_header.scss */
#header > div input[type="number"] {
  width: 65px;
}
/* line 41, ../sass/partials/_header.scss */
#header > div:first-child {
  border-left: none;
}
/* line 43, ../sass/partials/_header.scss */
#header div.people, #header div.rooms {
  width: 125px;
}
/* line 44, ../sass/partials/_header.scss */
#header div.furniture {
  width: 200px;
}

@media all and (max-width: 1400px) {
  /* line 49, ../sass/partials/_header.scss */
  #header {
    font-size: 0.8em;
  }
}
@media all and (max-width: 1200px) {
  /* line 56, ../sass/partials/_header.scss */
  #header > div {
    padding: 15px 20px;
  }
}
/* line 1, ../sass/partials/_sidebar.scss */
#sidebar {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  background: #32373b;
  color: rgba(255, 255, 255, 0.75);
  padding: 30px 40px;
  box-sizing: border-box;
  overflow: auto;
}
/* line 13, ../sass/partials/_sidebar.scss */
#sidebar h1 {
  color: #f79648;
  margin-bottom: 1em;
}
/* line 17, ../sass/partials/_sidebar.scss */
#sidebar p {
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.25;
}
/* line 23, ../sass/partials/_sidebar.scss */
#sidebar .category {
  margin-top: 3em;
}

/* line 28, ../sass/partials/_sidebar.scss */
.draggable-item {
  position: relative;
  color: #fff;
  text-align: center;
  background: #4b5054;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 5px;
  width: 270px;
  box-sizing: border-box;
  z-index: 5;
  overflow: hidden;
}
/* line 41, ../sass/partials/_sidebar.scss */
.draggable-item img {
  display: block;
  height: 50px;
  width: auto;
  margin: 0 auto 10px auto;
  font-size: 0.9375em;
}
/* line 49, ../sass/partials/_sidebar.scss */
.draggable-item .options {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45px;
  background: rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
/* line 57, ../sass/partials/_sidebar.scss */
.draggable-item .options .select-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
/* line 67, ../sass/partials/_sidebar.scss */
.draggable-item .options .select-wrapper img.icon-people {
  display: inline-block;
  width: 11px;
  height: auto;
  opacity: .5;
  margin: 0;
}
/* line 75, ../sass/partials/_sidebar.scss */
.draggable-item .options select {
  display: block;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  outline: none;
  text-align: left;
  width: 100%;
}
/* line 89, ../sass/partials/_sidebar.scss */
.draggable-item .options select:focus {
  color: #000;
}
/* line 90, ../sass/partials/_sidebar.scss */
.draggable-item .options select:focus::-ms-value {
  color: #000;
}
/* line 92, ../sass/partials/_sidebar.scss */
.draggable-item .options span.arrow {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.5);
}

/* line 105, ../sass/partials/_sidebar.scss */
body > .draggable-item {
  background: #f79648;
  border-top-left-radius: 0;
  overflow: visible;
}
/* line 109, ../sass/partials/_sidebar.scss */
body > .draggable-item .option {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 114, ../sass/partials/_sidebar.scss */
body > .draggable-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #f79648;
}

@media all and (max-width: 1200px) {
  /* line 126, ../sass/partials/_sidebar.scss */
  #sidebar {
    width: 250px;
    padding: 20px;
    font-size: 0.8em;
  }

  /* line 131, ../sass/partials/_sidebar.scss */
  .draggable-item {
    width: 210px;
  }
}
/* line 1, ../sass/partials/_footer.scss */
#footer {
  background: #4c5054;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  color: #fff;
  padding: 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1em;
}
/* line 14, ../sass/partials/_footer.scss */
#footer h2 {
  display: inline-block;
  font-size: 1.4em;
  font-family: 'CodePro Bold';
}
/* line 20, ../sass/partials/_footer.scss */
#footer form {
  display: table;
  width: 100%;
}
/* line 23, ../sass/partials/_footer.scss */
#footer form > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  white-space: nowrap;
}
/* line 29, ../sass/partials/_footer.scss */
#footer form > div:first-child {
  width: 200px;
  box-sizing: border-box;
}
/* line 34, ../sass/partials/_footer.scss */
#footer input[type="text"] {
  color: #fff;
  display: inline-block;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 0;
  font-family: 'CodePro';
  font-size: 1.1em;
}
/* line 44, ../sass/partials/_footer.scss */
#footer input[type="submit"] {
  background: #f79648;
  border-radius: 4px;
  padding: 5px 40px;
  color: #fff;
  font-family: 'CodePro Bold';
  border: none;
  font-size: 1.2em;
  cursor: pointer;
}
/* line 53, ../sass/partials/_footer.scss */
#footer input[type="submit"]:hover {
  background: #eb8b3f;
}

/* line 58, ../sass/partials/_footer.scss */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

/* line 61, ../sass/partials/_footer.scss */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}

/* line 65, ../sass/partials/_footer.scss */
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}

/* line 69, ../sass/partials/_footer.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

@media all and (max-width: 1400px) {
  /* line 74, ../sass/partials/_footer.scss */
  #footer {
    font-size: 0.8em;
  }
  /* line 78, ../sass/partials/_footer.scss */
  #footer form > div:first-child {
    width: 150px;
  }
}
@media all and (max-width: 1200px) {
  /* line 86, ../sass/partials/_footer.scss */
  #footer {
    overflow: auto;
  }
  /* line 89, ../sass/partials/_footer.scss */
  #footer form > div:first-child {
    width: 110px;
  }
}
/* line 1, ../sass/partials/_modal.scss */
#modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99;
  display: none;
}
/* line 9, ../sass/partials/_modal.scss */
#modal .spinner {
  display: none;
}
/* line 11, ../sass/partials/_modal.scss */
#modal .spinner > div {
  background: #32373b;
}

/* line 16, ../sass/partials/_modal.scss */
#created, #updated, #error {
  display: none;
  background: #f79648;
  border-radius: 5px;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.4;
}
/* line 28, ../sass/partials/_modal.scss */
#created pre, #updated pre, #error pre {
  background: #ececec;
  color: #000;
  padding: 10px;
  border-radius: 3px;
  margin-top: 1em;
}

/* line 36, ../sass/partials/_modal.scss */
#error {
  background: #f44336;
}
/* line 38, ../sass/partials/_modal.scss */
#error a {
  color: #fff;
  font-family: 'CodePro Bold';
  font-weight: 700;
}

/* line 47, ../sass/partials/_modal.scss */
body.saving #modal, body.saved #modal, body.updated #modal, body.error #modal {
  display: block;
}

/* line 51, ../sass/partials/_modal.scss */
body.saving #modal .spinner {
  display: block;
}

/* line 52, ../sass/partials/_modal.scss */
body.saved #created {
  display: block;
}

/* line 53, ../sass/partials/_modal.scss */
body.updated #updated {
  display: block;
}

/* line 54, ../sass/partials/_modal.scss */
body.error #error {
  display: block;
}
