.field {
  padding: 5px 0;
  line-height: 25px;
}
.field label {
  display: block;
  text-decoration: underline;
}
.field input {
  width: 300px;
  max-width: 100%;
  height: 25px;
  border: none;
  padding: 5px 10px;
}
.field textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 100px;
  padding: 10px 12px;
}
.field input,
.field textarea {
  outline: 0;
  font-size: 1em;
  color: #565;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  border-bottom: 1px solid #bbb;
}
#code-editor #ace {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
  z-index: 2;
}
#code-editor #toolbar {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 3;
  height: 49px;
  border-top: 1px solid #644E29;
  padding-left: 10px;
  line-height: 45px;
}
#code-editor #toolbar a {
  margin-left: 15px;
  border-bottom: 3px solid #c5a671;
  color: #ccc;
}
#code-editor #toolbar a:hover {
  border-bottom: 3px solid #999;
  text-decoration: none;
  color: #999;
}
html,
body {
  margin: 0;
  padding: 0;
  background: black;
}
#page {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  border: none;
  background: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#admin {
  background: url(background.jpg);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
}
#admin #upload-overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
#admin.active #upload-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.4);
}
#admin #upload-overlay.active {
  display: block;
  background: rgba(0, 0, 0, 0.8);
}
.system-links {
  min-height: 116px;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 30px 0 20px 18px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.system-links ceyebr-button {
  display: block;
}
.system-links a {
  color: #444;
  font-size: 14px;
  display: block;
  text-decoration: none;
}
nav.toolbar button {
  border: none;
  background: none;
  background-size: contain;
  width: 120px;
  height: 50px;
  margin-bottom: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  outline: 0;
  opacity: 0.5;
}
nav.toolbar button:hover {
  opacity: 1;
}
.branding {
  background: url(symbol.png) 0 25px no-repeat;
  font-family: "DIN Next W01 Regular";
  font-weight: normal;
  font-size: 18px;
  color: #999;
  text-align: center;
  text-transform: uppercase;
  height: 110px;
  letter-spacing: 0.5px;
}
.branding .name {
  position: absolute;
  top: 77px;
  left: 220px;
}
.branding span {
  color: #111;
}
html,
body {
  font-family: "Camphor W01 Regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
h1,
h2,
h3 {
  font-family: "Camphor W01 Bold";
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  margin-top: 27px;
}
h3 {
  font-size: 14px;
}
p {
  font-family: "Camphor W01 Regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin: 13px 0;
}
a {
  font-family: "Camphor W01 Regular";
  font-weight: normal;
  color: #444;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.btn {
  border-bottom: 3px solid #c5a671;
  margin-right: 12px;
  cursor: pointer;
}
a.btn:hover {
  text-decoration: none;
  border-bottom: 3px solid black;
}
h4 {
  font-size: 12px;
  line-height: 12px;
  margin: 24px 10px 10px;
  border-left: 30px solid #c5a671;
  padding-left: 10px;
  text-transform: uppercase;
  text-align: left;
}
ul {
  padding-left: 20px;
}
.editor {
  min-height: 100px;
  left: 0;
  border: 1px solid #bbb;
  border-left: none;
  margin-right: 50px;
}
/* Used to hide admin behind a stateful cover (typically to display a record from a fixed list (see work.pdfbrasseriegroup.com, julbord.blaporten.com or pdfvip.se)). */
.cover-admin {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  box-sizing: border-box;
  background: url(background.jpg);
  left: 320px;
  width: auto;
}
@media (min-width: 1120px) {
  .cover-admin {
    width: 800px;
    left: auto;
  }
}
