﻿body {
  background: #F6F4F4;
  margin: 50px;
  padding-bottom: 150px;
  font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font: 12px Lato, 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.umb-box {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}
.umb-box + .umb-box {
  margin-top: 30px;
}
.umb-box-content {
  padding: 20px;
}
.umb-box-content h3 {
  margin-top: 0;
}
h2 {
  padding-top: 45px;
  font-size: 22px;
  margin: 25px 0 45px 0;
}
input[type=text] {
  min-width: 100%;
}
input[type=text] {
  background-color: #fff;
  border: 1px solid #d8d7d9;
  transition: border 0.2s linear, box-shadow 0.2s linear;
}
input[type=text]:focus {
  border-color: #bbbabf;
  outline: 0;
}
main {
  max-width: 1700px;
  margin: 0 auto;
}
h1 {
  margin-bottom: 50px;
  font-size: 30px;
}
h3 {
  font-size: 18px;
  margin-bottom: 35px;
}
.properties > .property {
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
  display: flex;
}
.property-left {
  font-weight: bold;
  width: 350px;
  font-size: 15px;
  margin-right: 45px;
}
.property-left > small {
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  margin-top: 5px;
}
.property-left > small code {
  background: #efefef;
  font-family: monospace;
  padding: 1px 3px;
}
.property-right {
  flex: 1;
}
.property-right input[type=text] {
  height: 32px;
  font-size: 14px;
  padding-left: 7px;
}
mark.required {
  background: none;
  color: red;
}
.button-list > div {
  display: flex;
  flex-wrap: wrap;
}
.button-list > div > div {
  appearance: none;
  display: inline-block;
  -webkit-appearance: none;
  border: 0;
  font-weight: bold;
  color: #1A2650;
  line-height: 1;
  background-color: rgba(216, 215, 217, 0.5);
  font-size: 13px;
  margin: 0 7px 7px 0;
  padding: 10px 20px;
  border-radius: 4px;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
}
.button-list > div > div:not([disabled]):hover {
  background-color: rgba(216, 215, 217, 0.3);
  color: #2152a3;
}
.button-list > div > div[disabled] {
  cursor: default;
}
.button-list > div > div.--active {
  background-color: #F5C1BC !important;
  color: #1A2650;
}
.umb-editor-footer {
  align-items: center;
  background: #fff;
  border-top: 1px solid #e9e9eb;
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  height: 50px;
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  position: fixed;
  width: 100%;
  z-index: 30;
  left: 0;
  right: 0;
}
.umb-editor-footer-content {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
}
.umb-editor-footer-content__left-side {
  margin-right: auto;
  padding-right: 10px;
}
.umb-editor-footer-content__right-side {
  flex: 0 0 auto;
  margin-left: auto;
  padding-left: 10px;
}
.btn {
  background: #e9e9eb;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 6px 14px;
  text-align: center;
  vertical-align: middle;
}
.btn:hover {
  background: #f3f3f5;
  background-position: 0 -15px;
  color: #68676b;
  text-decoration: none;
  transition: background-position 0.1s linear;
}
.btn-success {
  background-color: #2bc37c;
  border-color: #2bc37c #2bc37c #1d8454;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
}
.btn-success:focus,
.btn-success:hover {
  background-color: #39d38b;
  color: #fff;
  text-decoration: none;
}
.btn-danger,
.btn-info,
.btn-inverse,
.btn-neutral,
.btn-primary,
.btn-success,
.btn-warning {
  font-weight: 700;
}
.umb-box-content > header.h3 {
  display: flex;
}
.umb-box-content > header.h3 h3 {
  flex: 1;
  margin: 0;
  line-height: 32px;
}
.umb-box-content > header.h3 + div {
  margin-top: 30px;
}
.preview-file h3 {
  margin: -5px 0 10px 0;
  font-size: 14px;
  line-height: 14px;
}
.preview-file header.h3 {
  display: flex;
}
.preview-file header.h3 h3 {
  flex: 1;
  margin: 0;
  line-height: 26px;
}
.preview-file header.h3 > div {
  white-space: nowrap;
}
.preview-file header.h3 button {
  font-size: 12px;
  padding: 3px 10px;
}
.preview-file header.h3 + div {
  margin-top: 10px;
}
.alert {
  position: relative;
  margin-bottom: 40px;
  background: #333333;
  padding: 20px 30px;
  color: white;
  line-height: 25px;
  font-size: 16px;
}
.alert.alert-error,
.alert.alert-danger {
  background: #EE0070;
  background: #E91E63;
}