/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: .83em;
  margin: 1.67em 0;
}
h6 {
  font-size: .75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html {
  margin: 0;
  font-size: 100%;
  min-height: 100%;
  background: #eee;
}
body {
  margin: 0;
  font-size: 100%;
  min-height: 100%;
}
.header {
  font-size: 3em;
  height: 6em;
  background: white;
  border-bottom: 1px solid #ddd;
}
.header h1 {
  margin: 0;
  font-size: inherit;
  line-height: 6em;
  text-align: center;
}
.seatmap-col {
  height: 700px;
  position: relative;
  font-size: 75%;
  border: 1px solid #ddd;
}
.seatmap-col--loading {
  opacity: 0.3;
}
.sidebar {
  height: 100%;
  background: white;
  width: 30em;
  float: right;
}
.nav-icons,
.nav-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.nav-icon {
  float: left;
  width: 50%;
}
.nav-icon a,
.nav-icon label {
  display: block;
  width: 100%;
  height: 3em;
  line-height: 3em;
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
  border: 1px solid #ddd;
  border-width: 0 0 1px 0;
  color: black;
  text-decoration: none;
}
.nav-icon a input,
.nav-icon label input {
  margin-right: 5px;
}
.nav-icon:nth-child(odd) a,
.nav-icon:nth-child(odd) label {
  border-right-width: 1px;
}
.nav-icon--third {
  width: 33.33%;
}
.nav-icon--third:nth-child(3n) a,
.nav-icon--third:nth-child(3n+1) a,
.nav-icon--third:nth-child(3n) label,
.nav-icon--third:nth-child(3n+1) label {
  border-right-width: 1px;
}
.nav-icon--third:nth-child(3n+2) a,
.nav-icon--third:nth-child(3n+2) label {
  border-right-width: 0;
}
.nav-icon--selected a {
  background: #666;
  color: white;
}
.inspector {
  padding: 1em;
  height: calc(100% - 15em);
  overflow: auto;
}
.inspector input,
.inspector select,
.inspector textarea,
.inspector legend {
  width: auto;
}
.seatmap {
  position: relative;
  height: 100%;
  width: calc(100% - 30em);
  overflow: hidden;
  background: #eee;
}
.seatmap svg {
  position: absolute;
}
.secondary-nav {
  height: 5em;
  padding: 1em;
  border-top: 1px solid #ddd;
}
.help {
  font-style: italic;
  font-size: 70%;
  margin-top: -1em;
}
sup.fa {
  top: -0.9em;
  font-size: 6px;
  color: red;
}
fieldset {
  margin: 1em 0;
}
textarea {
  width: 100%;
  height: 100px;
  resize: none;
}
.doc-error {
  font-weight: bold;
  color: red;
}
.canvas-move {
  position: absolute;
  bottom: 6em;
  left: 5em;
}
.canvas-mover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2em;
  height: 2em;
}
.canvas-mover a {
  background: white;
  line-height: 2em;
  width: 2em;
  height: 2em;
  font-size: 1em;
  text-align: center;
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #ddd;
}
.canvas-mover a:focus,
.canvas-mover a:active {
  outline: none;
}
.canvas-mover a:hover {
  background-color: #f4f4f4;
}
.canvas-mover--right {
  left: 2.2em;
}
.canvas-mover--left {
  left: -2.2em;
}
.canvas-mover--up {
  top: -2.2em;
}
.canvas-mover--down {
  top: 2.2em;
}
.sections {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sections li {
  float: left;
  margin: 0;
  padding: 0;
}
.section {
  display: block;
  width: 3em;
  height: 3em;
  margin: 3px;
  border: 3px solid transparent;
}
.section--selected {
  border-color: black;
}
/* svg styling here */
text.seatlabel,
text.rowlabel {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
text.seatlabel {
  text-anchor: middle;
  font-size: 9px;
}
text.rowlabel {
  text-anchor: end;
  font-size: 10px;
  fill: white;
}
text.rowlabel.reverse {
  text-anchor: start;
}
