@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,500,600");
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top: 1px solid #ddd;
  border-bottom: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  vertical-align: middle;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

i {
  font-style: normal;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

a:focus {
  outline: none;
}

iframe {
  border: 0;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Work Sans", Helvetica Neue, sans-serif;
  font-size: 12.5px;
  line-height: 1.4;
  color: #555;
  padding: 0;
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html > form,
body > form {
  height: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

canvas {
  image-rendering: pixelated;
}

b,
strong {
  font-family: "Work Sans", Helvetica Neue, sans-serif;
}

table {
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 16px;
  margin-bottom: 15px;
}

h3 {
  font-size: 12.5px;
}

h4,
h5,
h6 {
  font-size: 11.5px;
  color: #555;
}

h5 {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}
a.link:hover {
  text-decoration: underline;
  cursor: pointer;
}

hr {
  height: 1px;
  border: 0;
  background: #dfdfdf;
  margin: 10px 0;
}

*::-moz-selection {
  background: #3F71B8;
  color: #fff;
}

*::selection {
  background: #3F71B8;
  color: #fff;
}

*::-moz-selection {
  background: #3F71B8;
  color: #fff;
}

*::-webkit-selection {
  background: #3F71B8;
  color: #fff;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #dfdfdf;
}

label {
  font-weight: normal;
  font-size: 16px;
  color: #343536;
}

.span12 {
  width: 100%;
}

.span11 {
  width: 91.67%;
}

.span10 {
  width: 83.33%;
}

.span9 {
  width: 75%;
}

.span8 {
  width: 66.67%;
}

.span7 {
  width: 58.33%;
}

.span6 {
  width: 50%;
}

.span5 {
  width: 41.67%;
}

.span4 {
  width: 33.33%;
}

.span3 {
  width: 25%;
}

.span2 {
  width: 16.66%;
}

.span1 {
  width: 8.33%;
}

.span11 .span11 {
  width: 100%;
}

.span11 .span10 {
  width: 90.91%;
}

.span11 .span9 {
  width: 81.82%;
}

.span11 .span8 {
  width: 72.73%;
}

.span11 .span7 {
  width: 63.64%;
}

.span11 .span6 {
  width: 54.55%;
}

.span11 .span5 {
  width: 45.45%;
}

.span11 .span4 {
  width: 36.36%;
}

.span11 .span3 {
  width: 27.27%;
}

.span11 .span2 {
  width: 18.18%;
}

.span11 .span1 {
  width: 9.09%;
}

.span10 .span10 {
  width: 100%;
}

.span10 .span9 {
  width: 90%;
}

.span10 .span8 {
  width: 80%;
}

.span10 .span7 {
  width: 70%;
}

.span10 .span6 {
  width: 60%;
}

.span10 .span5 {
  width: 50%;
}

.span10 .span4 {
  width: 40%;
}

.span10 .span3 {
  width: 30%;
}

.span10 .span2 {
  width: 20%;
}

.span10 .span1 {
  width: 10%;
}

.span9 .span9 {
  width: 100%;
}

.span9 .span8 {
  width: 88.89%;
}

.span9 .span7 {
  width: 77.78%;
}

.span9 .span6 {
  width: 66.67%;
}

.span9 .span5 {
  width: 55.56%;
}

.span9 .span4 {
  width: 44.44%;
}

.span9 .span3 {
  width: 33.33%;
}

.span9 .span2 {
  width: 22.22%;
}

.span9 .span1 {
  width: 11.11%;
}

.span8 .span8 {
  width: 100%;
}

.span8 .span7 {
  width: 87.5%;
}

.span8 .span6 {
  width: 75%;
}

.span8 .span5 {
  width: 62.5%;
}

.span8 .span4 {
  width: 50%;
}

.span8 .span3 {
  width: 37.5%;
}

.span8 .span2 {
  width: 25%;
}

.span8 .span1 {
  width: 12.5%;
}

.span7 .span7 {
  width: 100%;
}

.span7 .span6 {
  width: 85.71%;
}

.span7 .span5 {
  width: 71.43%;
}

.span7 .span4 {
  width: 57.14%;
}

.span7 .span3 {
  width: 42.86%;
}

.span7 .span2 {
  width: 28.57%;
}

.span7 .span1 {
  width: 14.29%;
}

.span6 .span6 {
  width: 100%;
}

.span6 .span5 {
  width: 83.33%;
}

.span6 .span4 {
  width: 66.67%;
}

.span6 .span3 {
  width: 50%;
}

.span6 .span2 {
  width: 33.33%;
}

.span6 .span1 {
  width: 16.66%;
}

.span5 .span5 {
  width: 100%;
}

.span5 .span4 {
  width: 80%;
}

.span5 .span3 {
  width: 60%;
}

.span5 .span2 {
  width: 40%;
}

.span5 .span1 {
  width: 20%;
}

.span4 .span4 {
  width: 100%;
}

.span4 .span3 {
  width: 75%;
}

.span4 .span2 {
  width: 50%;
}

.span4 .span1 {
  width: 25%;
}

.span3 .span3 {
  width: 100%;
}

.span3 .span2 {
  width: 66.67%;
}

.span3 .span1 {
  width: 33.33%;
}

.span2 .span2 {
  width: 100%;
}

.span2 .span1 {
  width: 50%;
}

.span1 .span1 {
  width: 100%;
}

.row {
  margin: 0 -10px;
}
.row:after, .row:before {
  display: table;
  line-height: 0;
  content: "";
}
.row:after {
  clear: both;
}

[class*=span] {
  float: left;
  min-height: 1px;
  margin: 0;
  padding: 0 10px;
}

.container,
.navbar-fixed-bottom .container,
.navbar-fixed-top .container,
.navbar-static-top .container {
  width: 720px;
}

/*
.row-fluid {
  width: 100%;

  &:after,
  &:before {
    display: table;
    line-height: 0;
    content: '';
  }

  &:after {
    clear: both;
  }

  [class*='span'] {
    @include box-sizing-border-box;
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 0;

    &:first-child {
      margin-left: 0;
    }
  }

  .controls-row [class*='span'] + [class*='span'] {
    margin-left: 0;
  }

  .span12 {
    width: 99.99999999999999%;
  }

  .span11 {
    width: 91.66666666666666%;
  }

  .span10 {
    width: 83.33333333333331%;
  }

  .span9 {
    width: 74.99999999999999%;
  }

  .span8 {
    width: 66.66666666666666%;
  }

  .span7 {
    width: 58.33333333333333%;
  }

  .span6 {
    width: 49.99999999999999%;
  }

  .span5 {
    width: 41.66666666666666%;
  }

  .span4 {
    width: 33.33333333333333%;
  }

  .span3 {
    width: 24.999999999999996%;
  }

  .span2 {
    width: 16.666666666666664%;
  }

  .span1 {
    width: 8.333333333333332%;
  }

  .offset12,
  .offset12:first-child {
    margin-left: 99.99999999999999%;
  }

  .offset11,
  .offset11:first-child {
    margin-left: 91.66666666666666%;
  }

  .offset10,
  .offset10:first-child {
    margin-left: 83.33333333333331%;
  }

  .offset9,
  .offset9:first-child {
    margin-left: 74.99999999999999%;
  }

  .offset8,
  .offset8:first-child {
    margin-left: 66.66666666666666%;
  }

  .offset7,
  .offset7:first-child {
    margin-left: 58.33333333333333%;
  }

  .offset6,
  .offset6:first-child {
    margin-left: 49.99999999999999%;
  }

  .offset5,
  .offset5:first-child {
    margin-left: 41.66666666666666%;
  }

  .offset4,
  .offset4:first-child {
    margin-left: 33.33333333333333%;
  }

  .offset3,
  .offset3:first-child {
    margin-left: 24.999999999999996%;
  }

  .offset2,
  .offset2:first-child {
    margin-left: 16.666666666666664%;
  }

  .offset1,
  .offset1:first-child {
    margin-left: 8.333333333333332%;
  }
}

[class*='span'].hide,
.row-fluid [class*='span'].hide {
  display: none;
}

[class*='span'].pull-right,
.row-fluid [class*='span'].pull-right {
  float: right;
}

// basic container
.container {
  margin-right: auto;
  margin-left: auto;

  &:after,
  &:before {
    display: table;
    line-height: 0;
    content: '';
  }

  &:after {
    clear: both;
  }
}

// container fluid
.container-fluid {
  padding-right: 0;
  padding-left: 0;

  &:after,
  &:before {
    display: table;
    line-height: 0;
    content: '';
  }

  &:after {
    clear: both;
  }
}
*/
div {
  box-sizing: border-box;
}

section {
  margin: 20px 0;
}

.shadow {
  box-shadow: 3px 0 7px #dbdbdb;
}

.fill {
  height: 100%;
  min-height: 100%;
}

.help-inline {
  margin-bottom: 5px;
}

.validation-error {
  color: #d05a47;
}

.diff {
  background: #FFFFCC;
}

table {
  width: 100%;
}
table tr td, table tr th {
  padding: 4px;
  text-align: left;
}
table thead > tr {
  border-bottom: 2px solid #555;
}
table tbody > tr {
  border-bottom: 1px solid #dfdfdf;
}

body.popup-opened {
  overflow: hidden;
}
@keyframes bounce_loadingProgressG {
  0% {
    margin-left: -100%;
  }
  100% {
    margin-left: 100%;
  }
}
.fade-enter,
.fade-hide,
.fade-leave,
.fade-show {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}

.fade-enter {
  opacity: 1;
}

.fade-hide.fade-hide-active {
  opacity: 0;
}

.fade-leave {
  opacity: 0;
}

.fade-show.fade-show-active {
  opacity: 1;
}

.slide-hide,
.slide-show {
  transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  -webkit-transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  -moz-transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  -o-transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.slide-hide {
  transform: translateX(0);
}

.slide-hide.slide-hide-active {
  transform: translateX(-100%);
}

.slide-show {
  transform: translateX(-100%);
}

.slide-show.slide-show-active {
  transform: translateX(0);
}

.tree-node-delete-leave {
  position: relative;
  display: block;
  animation: leave 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@keyframes leave {
  to {
    bottom: -70px;
    height: 0;
    opacity: 0;
  }
  25% {
    bottom: 15px;
  }
  from {
    bottom: 0;
    height: 30px;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-submenu:focus > a,
.dropdown-submenu:hover > a {
  color: #3F71B8;
}

.dropdown-menu {
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 2px solid #dfdfdf;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #555;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #555;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  border-radius: 6px 0 6px 6px;
  left: -100%;
  margin-left: 10px;
}
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #ccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}
.dropdown-submenu > .dropdown-menu {
  border-radius: 0 6px 6px 6px;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

.dropup .dropdown-submenu > .dropdown-menu {
  border-radius: 5px 5px 5px 0;
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.clear {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  width: 27px;
  height: 27px;
  display: block;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 100;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  border-radius: 100%;
}
.clear:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f00d";
  position: relative;
  top: 5px;
  color: #d05a47;
}

*:hover > .clear {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  opacity: 1;
  z-index: 99;
}

div.row.tabular-header {
  margin: 0;
  padding: 6px 15px;
  font-family: "Work Sans", Helvetica Neue, sans-serif;
}
div.row.tabular-header > span {
  white-space: nowrap;
  cursor: pointer;
}
div.row.tabular-header > span:after {
  transition: all 0.1s ease-in;
  font-family: "FontAwesome";
  margin-left: 10px;
  opacity: 0.25;
}
div.row.tabular-header > span.down:after, div.row.tabular-header > span.up:after, div.row.tabular-header > span:hover:after {
  transition: all 0.1s ease-in;
  opacity: 1;
}
div.row.tabular-header > span.up:after {
  content: "\f106";
}
div.row.tabular-header > span.down:after {
  content: "\f107";
}

.loader {
  position: relative;
  width: 15px;
  height: 15px;
}
.loader:before, .loader:after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  transition: opacity 0.25s;
  opacity: 1;
  border: 2px solid #dfdfdf;
}
.loader:after {
  position: absolute;
  border-color: transparent;
  border-top-color: white;
  animation: spin 0.7s linear infinite;
}

.loading > .btn:not(.primary), .site-manager .feature .loading > .link:not(.primary) {
  background: #dfdfdf;
}
.loading > .btn:not(.primary):before, .site-manager .feature .loading > .link:not(.primary):before {
  border-color: #fff;
}
.loading > .btn:not(.primary):after, .site-manager .feature .loading > .link:not(.primary):after {
  border-top-color: #dfdfdf;
}

header .loader {
  top: 16px;
  left: 0;
}
header label.content-name {
  padding-left: 0;
  transition: padding-left 0.2s 0;
  -webkit-transition: padding-left 0.2s 0;
  -moz-transition: padding-left 0.2s 0;
  -o-transition: padding-left 0.2s 0;
}
header loader + label.content-name {
  padding-left: 22px;
}

@keyframes progress-animation {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  background-color: #dfdfdf;
  height: 20px;
  width: 100%;
  border-radius: 5px;
}
.progress .progress-bar {
  font-size: 0.875rem;
  color: white;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  background-color: #3F71B8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 20px;
  transition: width 0.6s ease;
}
.progress .progress-bar.loading {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  border-radius: 5px 0 0 5px;
  animation: 1s linear infinite progress-animation;
}
.progress .progress-bar.loaded {
  border-radius: 5px;
}

@media (max-width: 750px) {
  #contentcolumn > header .buttons,
  .dialog:not(.warning) header .buttons {
    width: auto;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    text-align: right;
  }
  #contentcolumn > header .buttons .tab-toggler,
  .dialog:not(.warning) header .buttons .tab-toggler {
    display: inline-block;
    margin-bottom: 5px;
  }
  #contentcolumn > header .buttons > div,
  .dialog:not(.warning) header .buttons > div {
    display: none;
    width: 250px;
    padding: 15px;
    margin-right: 10px;
    background: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border: 2px solid #dfdfdf;
  }
  #contentcolumn > header .buttons > div command-button,
  .dialog:not(.warning) header .buttons > div command-button {
    display: block;
  }
  #contentcolumn > header .buttons > div .btn:not(.primary), #contentcolumn > header .buttons > div .site-manager .feature .link:not(.primary), .site-manager .feature #contentcolumn > header .buttons > div .link:not(.primary),
  .dialog:not(.warning) header .buttons > div .btn:not(.primary),
  .dialog:not(.warning) header .buttons > div .site-manager .feature .link:not(.primary),
  .site-manager .feature .dialog:not(.warning) header .buttons > div .link:not(.primary) {
    display: block;
    margin-bottom: 7px;
  }
  #contentcolumn > header .buttons > div .btn-group,
  .dialog:not(.warning) header .buttons > div .btn-group {
    width: 100%;
  }
  #contentcolumn > header .buttons > div .btn-group > .btn.primary, #contentcolumn > header .buttons > div .site-manager .feature .btn-group > .primary.link, .site-manager .feature #contentcolumn > header .buttons > div .btn-group > .primary.link,
  .dialog:not(.warning) header .buttons > div .btn-group > .btn.primary,
  .dialog:not(.warning) header .buttons > div .site-manager .feature .btn-group > .primary.link,
  .site-manager .feature .dialog:not(.warning) header .buttons > div .btn-group > .primary.link {
    width: 80%;
  }
  #contentcolumn > header .buttons > div .btn-group > .btn.primary.dropdown-toggle, #contentcolumn > header .buttons > div .site-manager .feature .btn-group > .primary.dropdown-toggle.link, .site-manager .feature #contentcolumn > header .buttons > div .btn-group > .primary.dropdown-toggle.link,
  .dialog:not(.warning) header .buttons > div .btn-group > .btn.primary.dropdown-toggle,
  .dialog:not(.warning) header .buttons > div .site-manager .feature .btn-group > .primary.dropdown-toggle.link,
  .site-manager .feature .dialog:not(.warning) header .buttons > div .btn-group > .primary.dropdown-toggle.link {
    width: 20%;
  }
  #contentcolumn > header .buttons.dropped > div,
  .dialog:not(.warning) header .buttons.dropped > div {
    display: block;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #contentcolumn > header .buttons.dropped > div,
  .dialog:not(.warning) header .buttons.dropped > div {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 750px) {
  #contentcolumn > header .buttons .dropdown-menu,
  .dialog:not(.warning) header .buttons .dropdown-menu {
    min-width: 100%;
    text-align: left;
  }
}

header {
  box-sizing: border-box;
  position: relative;
  height: 65px;
  background: #fff;
  padding: 17px 20px 15px;
  white-space: nowrap;
}
header .buttons .tab-toggler {
  display: none;
}
@media (max-width: 750px) {
  header .buttons .tab-toggler {
    display: inline-block;
  }
}
header.stick .buttons {
  width: auto;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 999;
  text-align: right;
}
header.stick .buttons .tab-toggler {
  display: inline-block;
  margin-bottom: 5px;
}
header.stick .buttons > div {
  display: none;
  width: 250px;
  padding: 15px;
  margin-right: 10px;
  background: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 2px solid #dfdfdf;
}
header.stick .buttons > div command-button {
  display: block;
}
header.stick .buttons > div .btn:not(.primary), header.stick .buttons > div .site-manager .feature .link:not(.primary), .site-manager .feature header.stick .buttons > div .link:not(.primary) {
  display: block;
  margin-bottom: 7px;
}
header.stick .buttons > div .btn-group {
  width: 100%;
}
header.stick .buttons > div .btn-group > .btn.primary, header.stick .buttons > div .site-manager .feature .btn-group > .primary.link, .site-manager .feature header.stick .buttons > div .btn-group > .primary.link {
  width: 80%;
}
header.stick .buttons > div .btn-group > .btn.primary.dropdown-toggle, header.stick .buttons > div .site-manager .feature .btn-group > .primary.dropdown-toggle.link, .site-manager .feature header.stick .buttons > div .btn-group > .primary.dropdown-toggle.link {
  width: 20%;
}
header.stick .buttons.dropped > div {
  display: block;
}
@media (max-width: 750px) {
  header.stick .buttons.dropped > div {
    position: absolute;
    right: 0;
  }
}
header.stick .buttons .dropdown-menu {
  min-width: 100%;
  text-align: left;
}
header.stick .tab-toggler {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}
header > span {
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
  display: inline-block;
}
header .nav-tabs {
  position: absolute;
  bottom: 0;
}
header .nav-tabs li {
  border: 0;
}
header .nav-tabs li a {
  color: #3F71B8;
}
header .nav-tabs li.active {
  background: #fff;
}
header .nav-tabs li.active a {
  color: #343536;
}
header label.content-name {
  position: relative;
  top: 4px;
}
header .content-name {
  font-family: "Work Sans", Helvetica Neue, sans-serif;
  background: transparent;
  border-color: transparent;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 750px) {
  header .content-name {
    width: calc(100% - 60px);
    display: inline-block;
  }
}
header .content-name:focus {
  background: #fff;
}
header span.name {
  display: inline-block;
  padding: 6px 7px;
  margin-bottom: 8px;
  cursor: pointer;
}
header .validation-error {
  padding: 6px 7px;
  display: inline-block;
  color: #d05a47;
  top: -3px;
  position: relative;
}
header .help-inline {
  position: absolute;
}
header .help-inline:after {
  content: "";
  font-size: 8px;
  color: blue;
}
header .help-inline.server-message {
  position: relative;
  font-size: 12px;
  top: -10px;
  font-style: italic;
}
header .help-inline.server-message:after {
  content: none;
}
header .buttons {
  width: 1px;
  white-space: nowrap;
  padding-left: 15px;
}
@media (max-width: 750px) {
  header .buttons {
    padding-left: 0;
    width: auto;
    display: block;
  }
  header .buttons > * {
    margin-left: 0;
  }
  header .buttons drop-down-button > a,
  header .buttons command-button > a {
    margin: 0;
  }
  header .buttons a.btn, header .buttons .site-manager .feature a.link, .site-manager .feature header .buttons a.link {
    width: 100%;
    display: block;
    margin: 0;
  }
  header .buttons a.btn + .btn, header .buttons .site-manager .feature a.link + .btn, .site-manager .feature header .buttons a.link + .btn, header .buttons .site-manager .feature a.btn + .link, .site-manager .feature header .buttons a.btn + .link, header .buttons .site-manager .feature a.link + .link, .site-manager .feature header .buttons a.link + .link {
    margin-top: 10px;
  }
  header .buttons a.btn .caret, header .buttons .site-manager .feature a.link .caret, .site-manager .feature header .buttons a.link .caret {
    margin-top: 8px;
  }
  header .buttons a.btn.primary, header .buttons .site-manager .feature a.primary.link, .site-manager .feature header .buttons a.primary.link {
    width: 100% !important;
  }
  header .buttons .btn-group {
    width: 100%;
  }
  header .buttons .btn-group.dropdown {
    display: block;
    width: 83% !important;
  }
  header .buttons .btn-group.dropdown a {
    margin: 0;
    display: inline-block;
    width: calc(100% - 40px);
  }
  header .buttons .btn-group.dropdown a.dropdown-toggle {
    width: 20% !important;
    border: 2px solid #3865a5;
    border-left-width: 0;
  }
}

main {
  box-sizing: border-box;
  padding: 0 20px 20px;
}

.search-form {
  position: relative;
}
.search-form input {
  padding-left: 30px;
  /*border:0;*/
}
.search-form > i {
  position: absolute;
  top: 7px;
  left: 10px;
  color: #555;
  padding-right: 5px;
  z-index: 1;
}

#navigation header .search-form input {
  border: 0;
}

.actions {
  margin-top: 20px;
}
.actions command-button + command-button {
  margin-left: 10px;
}

command-button {
  display: inline-block;
}

.btn, .site-manager .feature .link {
  opacity: 1;
}

.btn.inactive, .site-manager .feature .inactive.link {
  opacity: 0.5;
}

.tab {
  min-width: 190px;
}
.tab.active input {
  margin: 5px 0 0 0;
  padding: 15px 10px;
}

.tab-container .tab.active input {
  margin-left: 10px;
}
.tab-container .tab .add {
  margin-left: 10px;
}

.add {
  margin-top: 10px;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 999px;
  background: #3F71B8;
  color: white;
}

.align-right > .dropdown-menu {
  right: 0;
  left: auto;
}
@media (max-width: 750px) {
  .align-right > .dropdown-menu {
    left: 0;
    text-align: center;
    width: 120%;
  }
}

.btn, .site-manager .feature .link {
  transition: padding-left 0.2s;
  -webkit-transition: padding-left 0.2s;
  -moz-transition: padding-left 0.2s;
  -o-transition: padding-left 0.2s;
  border-radius: 3px;
  display: inline-block;
  padding: 6px 14px;
  margin: 0;
  font-size: 12.5px;
  line-height: 1.4;
  color: #555;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: white;
  border: 2px solid #dfdfdf;
  min-width: 40px;
  position: relative;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  cursor: pointer !important;
}
.btn:active, .site-manager .feature .link:active, .btn:focus, .site-manager .feature .link:focus, .btn:hover, .site-manager .feature .link:hover {
  background: #e6f8f5;
  text-decoration: none;
}
.btn:before, .site-manager .feature .link:before {
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  opacity: 0;
}
.btn .caret, .site-manager .feature .link .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn + .btn, .site-manager .feature .link + .btn, .site-manager .feature .btn + .link, .site-manager .feature .link + .link {
  margin-left: 10px;
}
.btn.primary, .site-manager .feature .primary.link {
  color: #fff;
  background: #3F71B8;
  border-color: transparent;
}
.btn.primary:active, .site-manager .feature .primary.link:active, .btn.primary:focus, .site-manager .feature .primary.link:focus, .btn.primary:hover, .site-manager .feature .primary.link:hover {
  background: #3865a5;
}
.btn.primary > .caret, .site-manager .feature .primary.link > .caret {
  border-top-color: white;
}

.btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.btn-group * {
  font-size: 12.5px;
}
.btn-group .btn, .btn-group .site-manager .feature .link, .site-manager .feature .btn-group .link {
  border-radius: 0;
  border-right-width: 0;
  margin-left: 0;
  border: 2px solid #3865a5;
}
.btn-group .btn:first-of-type, .btn-group .site-manager .feature .link:first-of-type, .site-manager .feature .btn-group .link:first-of-type {
  border-radius: 3px 0 0 3px;
  padding-right: 13px;
  border-right-width: 1px;
}
.btn-group .btn:last-of-type, .btn-group .site-manager .feature .link:last-of-type, .site-manager .feature .btn-group .link:last-of-type {
  border-radius: 0 3px 3px 0;
  padding-left: 15px;
  border-left: 0;
}
.btn-group.single > .btn, .site-manager .feature .btn-group.single > .link {
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-group.single > .btn.primary, .site-manager .feature .btn-group.single > .primary.link {
  border: 0;
}
.btn-group.select .btn:last-of-type, .btn-group.select .site-manager .feature .link:last-of-type, .site-manager .feature .btn-group.select .link:last-of-type {
  border-left-width: 0;
}
.btn-group .dropdown-toggle {
  min-width: auto;
}

header:not(.stick) .buttons > div > *,
.buttons > * {
  margin-left: 5px;
  margin-right: 0;
}
header:not(.stick) .buttons > div > *:first-child,
.buttons > *:first-child {
  margin-left: 0;
}

.upload-button-big,
.upload-drop-zone .info {
  display: block;
  padding: 20px;
  font-size: 14px;
  color: #555;
  text-align: center;
  background: 0;
  border: 1px dashed #555;
  opacity: 1;
}
.upload-button-big i.icon,
.upload-drop-zone .info i.icon {
  font-size: 55px;
  line-height: 70px;
}

.upload-button-big {
  display: block;
}
.upload-button-big:hover {
  color: #555;
}
.upload-button-big input {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header .buttons {
  vertical-align: top;
}

drop-down-button > .btn-group.single > .btn, .site-manager .feature drop-down-button > .btn-group.single > .link,
command-button a,
.btn-group .dropdown-toggle span {
  transition: border-color 0.2s;
  transition-delay: 0.2s;
}
drop-down-button > .btn-group.single > .btn:before, .site-manager .feature drop-down-button > .btn-group.single > .link:before, drop-down-button > .btn-group.single > .btn:after, .site-manager .feature drop-down-button > .btn-group.single > .link:after,
command-button a:before,
command-button a:after,
.btn-group .dropdown-toggle span:before,
.btn-group .dropdown-toggle span:after {
  content: "" !important;
  opacity: 0;
  transition: opacity 0.35s;
}

command-button.loading > .btn-group.single > .btn, .site-manager .feature command-button.loading > .btn-group.single > .link,
command-button.loading > a,
command-button.loading .btn-group .dropdown-toggle span,
drop-down-button.loading > .btn-group.single > .btn,
.site-manager .feature drop-down-button.loading > .btn-group.single > .link,
drop-down-button.loading > a,
drop-down-button.loading .btn-group .dropdown-toggle span {
  border-color: transparent;
  transition: border-color 0.1s;
  position: relative;
}
command-button.loading > .btn-group.single > .btn:before, .site-manager .feature command-button.loading > .btn-group.single > .link:before, command-button.loading > .btn-group.single > .btn:after, .site-manager .feature command-button.loading > .btn-group.single > .link:after,
command-button.loading > a:before,
command-button.loading > a:after,
command-button.loading .btn-group .dropdown-toggle span:before,
command-button.loading .btn-group .dropdown-toggle span:after,
drop-down-button.loading > .btn-group.single > .btn:before,
.site-manager .feature drop-down-button.loading > .btn-group.single > .link:before,
drop-down-button.loading > .btn-group.single > .btn:after,
.site-manager .feature drop-down-button.loading > .btn-group.single > .link:after,
drop-down-button.loading > a:before,
drop-down-button.loading > a:after,
drop-down-button.loading .btn-group .dropdown-toggle span:before,
drop-down-button.loading .btn-group .dropdown-toggle span:after {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  top: -11px;
  left: -9px;
  transition: opacity 0.25s;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
command-button.loading > .btn-group.single > .btn:after, .site-manager .feature command-button.loading > .btn-group.single > .link:after,
command-button.loading > a:after,
command-button.loading .btn-group .dropdown-toggle span:after,
drop-down-button.loading > .btn-group.single > .btn:after,
.site-manager .feature drop-down-button.loading > .btn-group.single > .link:after,
drop-down-button.loading > a:after,
drop-down-button.loading .btn-group .dropdown-toggle span:after {
  position: absolute;
  border-color: transparent;
  border-top-color: #fff;
  animation: spin 0.7s linear infinite;
}
command-button.success > .btn-group.single > .btn, .site-manager .feature command-button.success > .btn-group.single > .link,
command-button.success > a,
command-button.success .btn-group .dropdown-toggle span,
drop-down-button.success > .btn-group.single > .btn,
.site-manager .feature drop-down-button.success > .btn-group.single > .link,
drop-down-button.success > a,
drop-down-button.success .btn-group .dropdown-toggle span {
  position: relative;
  border-color: transparent;
}
command-button.success > .btn-group.single > .btn:before, .site-manager .feature command-button.success > .btn-group.single > .link:before,
command-button.success > a:before,
command-button.success .btn-group .dropdown-toggle span:before,
drop-down-button.success > .btn-group.single > .btn:before,
.site-manager .feature drop-down-button.success > .btn-group.single > .link:before,
drop-down-button.success > a:before,
drop-down-button.success .btn-group .dropdown-toggle span:before {
  border-color: transparent;
}
command-button.success > .btn-group.single > .btn:after, .site-manager .feature command-button.success > .btn-group.single > .link:after,
command-button.success > a:after,
command-button.success .btn-group .dropdown-toggle span:after,
drop-down-button.success > .btn-group.single > .btn:after,
.site-manager .feature drop-down-button.success > .btn-group.single > .link:after,
drop-down-button.success > a:after,
drop-down-button.success .btn-group .dropdown-toggle span:after {
  border-radius: 0;
  opacity: 1;
  -webkit-animation: check 0.25s;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  content: "";
  display: block;
  height: 11px;
  width: 6px;
  position: absolute;
  left: -7px;
  top: -3px;
}
@media (max-width: 750px) {
  command-button,
  drop-down-button {
    display: block;
    margin: 10px 0;
    width: 100%;
  }
  command-button > a,
  drop-down-button > a {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .dialog.slide-left .dialog-content > footer command-button,
  .dialog.slide-left .dialog-content > footer drop-down-button {
    display: inline-block;
    margin: 0 10px;
    width: auto;
  }
  .dialog.slide-left .dialog-content > footer command-button > a,
  .dialog.slide-left .dialog-content > footer drop-down-button > a {
    width: auto;
  }
}

drop-down-button.loading > .btn-group.single > .btn, .site-manager .feature drop-down-button.loading > .btn-group.single > .link,
drop-down-button.loading > a, drop-down-button.success > .btn-group.single > .btn, .site-manager .feature drop-down-button.success > .btn-group.single > .link,
drop-down-button.success > a,
command-button.loading > .btn-group.single > .btn,
.site-manager .feature command-button.loading > .btn-group.single > .link,
command-button.loading > a,
command-button.success > .btn-group.single > .btn,
.site-manager .feature command-button.success > .btn-group.single > .link,
command-button.success > a {
  transition: padding-left 0.2s;
  -webkit-transition: padding-left 0.2s;
  -moz-transition: padding-left 0.2s;
  -o-transition: padding-left 0.2s;
  padding-left: 30px;
}
drop-down-button.loading > .btn-group.single > .btn:before, .site-manager .feature drop-down-button.loading > .btn-group.single > .link:before, drop-down-button.loading > .btn-group.single > .btn:after, .site-manager .feature drop-down-button.loading > .btn-group.single > .link:after,
drop-down-button.loading > a:before,
drop-down-button.loading > a:after,
command-button.loading > .btn-group.single > .btn:before,
.site-manager .feature command-button.loading > .btn-group.single > .link:before,
command-button.loading > .btn-group.single > .btn:after,
.site-manager .feature command-button.loading > .btn-group.single > .link:after,
command-button.loading > a:before,
command-button.loading > a:after {
  top: 7px;
  left: 7px;
}
drop-down-button.success > .btn-group.single > .btn:before, .site-manager .feature drop-down-button.success > .btn-group.single > .link:before, drop-down-button.success > .btn-group.single > .btn:after, .site-manager .feature drop-down-button.success > .btn-group.single > .link:after,
drop-down-button.success > a:before,
drop-down-button.success > a:after,
command-button.success > .btn-group.single > .btn:before,
.site-manager .feature command-button.success > .btn-group.single > .link:before,
command-button.success > .btn-group.single > .btn:after,
.site-manager .feature command-button.success > .btn-group.single > .link:after,
command-button.success > a:before,
command-button.success > a:after {
  left: 9px;
  top: 15px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
drop-down-button + command-button {
  margin-left: 4px;
}

.notification {
  display: inline-block;
  padding: 3px 10px;
  background: #d05a47;
  text-align: center;
  margin-right: 6px;
  color: white;
}
@media (max-width: 750px) {
  .notification {
    display: block;
    margin-bottom: 5px;
  }
}

.context-menu-actions {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  height: 100%;
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}
.context-menu-actions li.sep {
  display: block;
  border-top: 1px solid #dfdfdf;
}
.context-menu-actions a {
  display: block;
  padding: 5px 25px 5px 20px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.context-menu-actions .menu-label {
  display: inline-block;
  padding-top: 2px;
  padding-left: 15px;
  vertical-align: middle;
}
.context-menu-actions i {
  margin-top: 2px;
  font-size: 18px;
  color: #555;
  color: #555;
  vertical-align: middle;
}

.context-menu-actions-child {
  display: block;
  margin: 0;
  list-style: none;
}
.context-menu-actions-child li {
  display: block;
}
.context-menu-actions-child li .menu-label {
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 12px;
  color: #000;
}
.context-menu-actions-child li .menu-label small {
  display: block;
  clear: right;
  font-size: 12px;
  line-height: 14px;
  color: #dfdfdf;
  white-space: normal;
}
.context-menu-actions-child li.add {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #dfdfdf;
}
.context-menu-actions-child li.add i {
  opacity: 0.4;
}
.context-menu-actions-child a {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 4px 25px 4px 10px;
}
.context-menu-actions-child a:hover .menuLabel small {
  text-decoration: none !important;
}
.context-menu-actions-child i {
  font-size: 32px;
  vertical-align: middle;
}

.icon-picker {
  margin-bottom: 5px;
  position: relative;
}
.icon-picker > div {
  position: relative;
  display: inline-block;
}
.icon-picker > div > i.icon {
  font-size: 40px;
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 1;
  padding-top: 19px;
  border: 2px solid #dfdfdf;
  text-align: center;
  border-radius: 2px;
}
.icon-picker > div > .open-dialog {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  color: #555;
  border: 2px dashed #d2d2d2;
  text-align: center;
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  cursor: pointer;
  background: #fff;
  border-radius: 2px;
}
.icon-picker > div > .open-dialog:after, .icon-picker > div > .open-dialog:before {
  content: " ";
  display: inline-block;
  position: absolute;
  background-color: #d2d2d2;
}
.icon-picker > div > .open-dialog:before {
  width: 13px;
  height: 3px;
  top: 22.5px;
  left: 17.5px;
}
.icon-picker > div > .open-dialog:after {
  height: 13px;
  width: 3px;
  top: 17.5px;
  left: 22.5px;
}
.icon-picker > div > .open-dialog:focus, .icon-picker > div > .open-dialog:active, .icon-picker > div > .open-dialog:hover {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  background: #FaFaFa;
  border-style: solid;
  border-color: #90AEDA;
}
.icon-picker > div > .open-dialog:focus:after, .icon-picker > div > .open-dialog:focus:before, .icon-picker > div > .open-dialog:active:after, .icon-picker > div > .open-dialog:active:before, .icon-picker > div > .open-dialog:hover:after, .icon-picker > div > .open-dialog:hover:before {
  background: #90AEDA;
}

.icon-picker-filter {
  background: white;
  padding: 15px 20px;
  left: 0;
  top: 0;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  position: fixed;
  width: 100%;
  z-index: 994;
}
.icon-picker-filter:after {
  content: "";
  clear: both;
  display: table;
}
.icon-picker-filter input,
.icon-picker-filter select {
  box-sizing: border-box;
  width: calc(50% - 10px);
  float: left;
}
@media (max-width: 750px) {
  .icon-picker-filter input,
  .icon-picker-filter select {
    width: 100%;
    margin: 10px 0;
  }
}
.icon-picker-filter input {
  margin-right: 20px;
}

.icons-grid {
  padding: 60px 0 0 0;
  margin: 0;
}
.icons-grid:after {
  content: "";
  clear: both;
  display: table;
}
@media (max-width: 750px) {
  .icons-grid {
    padding: 10px 0 0 0;
  }
}
.icons-grid li {
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  width: 10%;
  text-align: center;
  line-height: 1;
  height: 83px;
  border: 1px solid transparent;
}
@media (max-width: 750px) {
  .icons-grid li {
    width: 14%;
  }
}
.icons-grid li i {
  font-size: 36px;
  display: block;
  padding: 22px 0 0;
}
@media (max-width: 750px) {
  .icons-grid li i {
    font-size: 30px;
    padding: 0;
  }
}
.icons-grid li:hover {
  cursor: pointer;
  background: #FaFaFa;
  border-color: #dfdfdf;
}
.icons-grid li.selected {
  background: #3F71B8;
  border-color: #3F71B8;
}
.icons-grid li.selected i {
  color: #fff;
}

.field-definitions {
  padding: 10px 0;
}
.field-definitions h3 {
  font-weight: bold;
}
.field-definitions .fields > p {
  padding-left: 10px;
  padding-right: 10px;
}
.field-definitions .field-settings .column {
  border: 2px solid #dfdfdf;
  padding: 0 15px;
  background: #FaFaFa;
  border-radius: 3px;
}
.field-definitions .field-settings .column section {
  margin: 15px 0;
}

.inline {
  display: table;
  width: 100%;
}
.inline > * {
  display: table-cell;
}
.inline input {
  border-radius: 3px 0 0 3px;
  border-right: 0;
}
.inline .btn, .inline .site-manager .feature .link, .site-manager .feature .inline .link {
  border-radius: 0 3px 3px 0;
  line-height: 1;
}

.add-field {
  margin-top: 20px;
}

login-form {
  width: 500px;
  display: block;
  margin: 100px auto;
}
login-form > img {
  max-width: 155px;
}

body.login-overlay {
  background: #dfdfdf;
}
body.login-overlay .form {
  width: 370px;
  padding-top: 140px;
  padding-left: 140px;
  box-sizing: content-box;
}
body.login-overlay h1 {
  display: block;
  font-size: 18px;
  font-family: "Work Sans", Helvetica Neue, sans-serif;
  letter-spacing: -0.5px;
}
body.login-overlay input:not(.btn) {
  border-radius: 2px;
  width: 270px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  border: 0;
  font-size: 14px;
  padding: 4px 15px;
}
body.login-overlay section.btn-group {
  margin-top: 0;
  text-align: right;
}
body.login-overlay section.btn-group input.btn, body.login-overlay section.btn-group .site-manager .feature input.link, .site-manager .feature body.login-overlay section.btn-group input.link {
  border-radius: 3px;
  padding: 10px 16px;
  background: #009382;
  border: 0;
  font-family: "Work Sans", Helvetica Neue, sans-serif;
  color: white;
  display: inline-block;
  width: auto;
  height: auto;
}

.accordion .accordion-group {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  padding: 5px 10px;
  margin-bottom: 0;
}
.accordion .accordion-group .accordion-heading {
  cursor: pointer;
  padding: 5px 0;
}
.accordion .accordion-group .accordion-heading h4 {
  font-size: 1em;
  font-family: "Work Sans", Helvetica Neue, sans-serif;
  margin: 0;
}
.accordion .accordion-group .accordion-inner {
  border-top: 0;
  padding: 0;
}
.accordion .accordion-group .accordion-inner h6 {
  margin: 5px 0 0;
  padding-top: 5px;
  border-top: 1px solid #dfdfdf;
}

.breadcrumb {
  border-radius: 2px;
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #FaFaFa;
}
.breadcrumb > li {
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #dfdfdf;
}
.breadcrumb > .active {
  color: #555;
}

.pagination {
  margin: 20px 0;
}
.pagination ul {
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-radius: 2px 0 0 2px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-radius: 0 2px 2px 0;
}
.pagination ul > a,
.pagination ul > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-left-width: 0;
}
.pagination ul > a:focus, .pagination ul > a:hover {
  background-color: #FaFaFa;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #FaFaFa;
  color: #555;
  cursor: default;
}
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled a:focus {
  color: #555;
  cursor: default;
  background-color: transparent;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  border-radius: 6px 0 0 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  border-radius: 0 6px 6px 0;
}

.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  border-radius: 3px 0 0 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  border-radius: 0 3px 3px 0;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:after, .pager:before {
  display: table;
  line-height: 0;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  border-radius: 15px;
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #FaFaFa;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span,
.pager .disabled > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 10px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
}

.tooltip-inner {
  border-radius: 2px;
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.multi-list {
  overflow: hidden;
}

.multi-list .col {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  float: left;
}
.multi-list .col label {
  font-weight: normal;
}
@media (max-width: 750px) {
  .multi-list .col {
    width: 100% !important;
  }
}

.multi-list .col.available,
.multi-list .col.selected {
  width: 40%;
  width: calc(50% - 35px);
}

.multi-list .col.available {
  padding: 5px 5px 5px 0;
}

.multi-list .col.selected {
  padding: 5px;
}

.multi-list .buttons {
  padding-top: 27px;
}
.multi-list .buttons a {
  cursor: pointer;
  display: block;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 5px 0;
  text-decoration: none;
  padding: 5px 9px 4px;
  background: white;
  color: #555;
  border-radius: 2px;
  border: 2px solid #dfdfdf;
}
.multi-list .buttons a i {
  font-family: "IcoMoon-Free";
  font-size: 12px;
}
.multi-list .buttons a.add > i:before {
  content: "\ea34";
}
.multi-list .buttons a.remove > i:before {
  content: "\ea38";
}
.multi-list .buttons a.up > i:before {
  content: "\ea32";
}
.multi-list .buttons a.down > i:before {
  content: "\ea36";
}
.multi-list .buttons a:hover {
  background: #3F71B8;
  color: #fff;
  border-color: #3F71B8;
}
.multi-list .buttons a:active {
  background: #4e7ec2;
}

.multi-list ul.gobasic-listview {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  background: #fff;
  border: 2px solid #dfdfdf;
  height: 200px;
  list-style: none;
  margin: 0;
  overflow: auto;
  border-radius: 2px;
}
.multi-list ul.gobasic-listview li {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  display: block;
  margin: 0;
  padding: 5px;
  cursor: pointer;
}
.multi-list ul.gobasic-listview li.selected,
.multi-list ul.gobasic-listview li:hover {
  background: #FaFaFa;
}
.multi-list ul.gobasic-listview li.selected {
  background: #3F71B8;
  color: #fff;
}
.multi-list ul.gobasic-listview li i {
  margin-right: 5px;
  top: 1px;
  position: relative;
}

.multi-list select {
  height: 213px;
  width: 600px;
}

#main-nav-tree > .tree-view {
  height: calc(100vh - 65px);
  padding: 31px 0 0 0;
}

section-menu + #main-nav-tree > .tree-view {
  height: calc(100vh - 65px - 50px);
}

.tree-view-alt main {
  border: 2px solid #dfdfdf;
  border-radius: 2px;
}

#dialogs .tree-view .edit-page {
  display: none;
}

#navigation > div > tree-view > .tree-view .edit-page {
  display: none;
}
@media (max-width: 1024px) {
  #navigation > div > tree-view > .tree-view li > div.selected .edit-page {
    display: inline;
    padding: 0 14px;
    margin: 0 0 0 7px;
    top: 1px;
  }
}

.tree-view {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  position: relative;
  display: block;
  overflow: auto;
  padding: 0 10px;
}
.tree-view .edit-page.tab-toggler {
  display: none;
}
.tree-view * {
  white-space: nowrap;
}
.tree-view ul {
  margin: 0;
  list-style-type: none;
}
.tree-view ul li {
  padding-left: 23px;
}
.tree-view li > div {
  position: relative;
  margin-left: -10000px;
  padding-left: 10000px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tree-view li > div > a {
  cursor: pointer;
  font-weight: 500;
}
.tree-view li > div.selected {
  color: #3F71B8;
}
.tree-view li > div .node > i {
  width: 23px;
  display: inline-block;
}
.tree-view li > div .node > i:before {
  position: relative;
  top: 1px;
}
.tree-view li > div input[type=checkbox], .tree-view li > div input[type=radio] {
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
  top: -1px;
}
.tree-view li > div input[type=checkbox] + .node, .tree-view li > div input[type=radio] + .node {
  margin-left: 0;
}
.tree-view li > div input[type=checkbox].dimmed, .tree-view li > div input[type=radio].dimmed {
  opacity: 0.5;
}
.tree-view li.collapsed > ul {
  display: none;
}
.tree-view li.expanded > ul {
  display: inherit;
}
.tree-view a.node {
  text-decoration: none;
}
.tree-view a.node.unpublished {
  opacity: 0.5;
  text-decoration: line-through;
}
.tree-view a.toggler {
  transform: rotate(0deg);
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -23px;
  float: left;
}
.tree-view a.toggler:before {
  font-family: "FontAwesome";
  content: "\f105";
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: -1px;
  left: 4px;
}
.tree-view a.toggler.expanded {
  transform: rotate(90deg);
}
.tree-view a.toggler.expanded:before {
  top: 5px;
  left: 6px;
}
.tree-view a.toggler + a.node {
  margin-left: 0;
}
.tree-view a.toggler + a.node .node > i:before {
  margin-left: 1px;
}

tree-view[provider*=SharedModulesTreeNodeProvider] a.edit-page.tab-toggler {
  display: none !important;
}

#mainwrapper {
  width: 100%;
  height: 100%;
  margin: 0;
}
@media (min-width: 1024px) {
  #mainwrapper:not(.toggle) #handle {
    left: 0 !important;
  }
  #mainwrapper:not(.toggle) #navigation {
    width: 0 !important;
  }
  #mainwrapper:not(.toggle) #navigation > div {
    visibility: hidden;
  }
  #mainwrapper:not(.toggle) #contentwrapper {
    left: 60px !important;
  }
}
@media (max-width: 1024px) {
  #mainwrapper.toggle #navigation {
    width: 0;
  }
  #mainwrapper.toggle #navigation > div {
    visibility: hidden;
  }
  #mainwrapper.toggle #contentwrapper {
    left: 60px;
  }
}

#leftcolumn {
  position: fixed;
  z-index: 20;
  float: left;
  width: 60px;
  height: 100%;
}

#applications {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  text-align: center;
  z-index: 9999;
}

#applications-tray {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  z-index: 900;
  height: 100%;
  text-align: center;
}

#navigation {
  transition: 0.2s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  z-index: 100;
  height: 100%;
  background: #fff;
  width: 270px;
  padding: 0;
}
@media (min-width: 1024px) {
  #navigation:active + .collapse-tree-view, #navigation:focus + .collapse-tree-view, #navigation:hover + .collapse-tree-view {
    opacity: 1 !important;
  }
}
#navigation .tree-view {
  padding: 15px;
}
#navigation .search-form {
  padding: 13px;
  border-bottom: 2px solid #dfdfdf;
  background: #FaFaFa;
}
#navigation .search-form input {
  border-radius: 3px;
  border: 0;
  background: #fff;
  border: 2px solid #dfdfdf;
  padding: 10px 10px 10px 34px;
  height: auto;
}
#navigation .search-form input::-moz-placeholder {
  color: rgba(85, 85, 85, 0.65);
}
#navigation .search-form input::placeholder {
  color: rgba(85, 85, 85, 0.65);
}
#navigation .search-form > i {
  color: rgba(85, 85, 85, 0.65);
  top: 24px;
  left: 25px;
  font-size: 14px;
}
#navigation .dialog header {
  border-right: 0;
}

#contentwrapper {
  transition: 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: 0;
  left: 330px;
}
@media (max-width: 1024px) {
  #contentwrapper {
    left: 60px;
  }
}

#contextMenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 50;
  min-width: 300px;
}

#contentcolumn > * {
  animation: fadeIn 0.15s linear;
  -webkit-animation: fadeIn 0.15s linear;
  -moz-animation: fadeIn 0.15s linear;
}
#contentcolumn:after, #contentcolumn:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
}
#contentcolumn:before {
  height: 65px;
  background: white;
  top: 0;
}
#contentcolumn:after {
  top: 65px;
  height: 2px;
  background: #dfdfdf;
  z-index: -1;
}

#contentcolumn > nav-tabs {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  font-family: "Work Sans", Helvetica Neue, sans-serif;
  font-size: 12.5px;
  color: #555;
}

.uneditable-input,
input,
select,
textarea {
  box-sizing: border-box;
  border-radius: 2px;
  background: #fff;
  border: 2px solid #dfdfdf;
  font-family: "Work Sans", Helvetica Neue, sans-serif;
  width: 100%;
  padding: 3px 6px 4px;
  line-height: 1;
  height: 33px;
  display: inline-block;
  margin-bottom: 0;
  color: #555;
  vertical-align: middle;
  font-size: 12.5px;
}
.uneditable-input:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  border-color: #90AEDA;
}

select {
  min-width: 220px;
  width: 100%;
}

textarea {
  min-height: 100px;
  line-height: 18px;
}

.checkbox,
.radio {
  padding-left: 0;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio],
.radio input[type=checkbox],
.radio input[type=radio] {
  width: auto !important;
  height: auto;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.checkbox input[type=checkbox]:focus,
.checkbox input[type=radio]:focus,
.radio input[type=checkbox]:focus,
.radio input[type=radio]:focus {
  outline: 2px solid rgba(144, 174, 218, 0.5) !important;
}

select + button {
  margin-top: 10px;
}

label + .description {
  top: -7px;
}

.description {
  font-size: 11.5px;
  color: #999;
  display: inline-block;
  margin: 0 0 5px 0;
  position: relative;
  top: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #555;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #555;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #555;
}

.picker-icons {
  padding-left: 0;
}
.picker-icons + input {
  display: none;
}

.field-settings > .ng-scope {
  border: 1px solid #555;
  margin-left: -1px;
  width: 100%;
  float: left;
}

/*
.template-sections .ui-sortable-helper {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background: $color-white;
  opacity: 1 !important;
}

.template-sections .handle {
  cursor: move;
  padding: 2px;
}

.template-section {
  border: 1px solid $color-gray-c;
  margin-bottom: 30px;
  border-top: 0;
}

.template-section h2 {
  font-size: $font-size-medium - 1px;
  line-height: 20px;
  margin: 0;
  border-bottom: 1px solid $color-gray-d;
  padding: 5px;
  background: $color-gray-e;
}

.template-section.inherited h2 {
  opacity: 0.5;
}

.template-section.ui-sortable-helper h2 {
  opacity: 1 !important;
}

.template-section .delete-button {
  float: right;
}

.config-properties {
  background: $color-gray-e;
  padding: 13px;
  margin: 7px 0 0;
  border: 1px solid $color-gray-d;
}

.template-section .template-body {
  padding: 15px;
}

.template-section .template-body h3 {
  font-size: $font-size-medium - 2px;
  margin: 0;
}

.template-section .umb-control-group {
  border-bottom: 0;
  padding-bottom: 0;
}

.template-section .buttons {
  border-top: 1px solid $color-gray-e;
  padding-top: 15px;
  margin-bottom: 5px;
}

.template-field {
  border-bottom: 1px solid $color-gray-d;
  padding: 10px 0;
}

.template-field.inherited {
  opacity: 0.5;
}

.template-field .header {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.template-field .delete-button {
  float: right;
}

.template-section .add-field-button {
  display: block;
  margin: 15px 0 0;
}

.new-tab {
  margin: 15px 0;
}

.new-tab label {
  text-align: left;
}

.genericPropertyListBox {
  margin-bottom: 30px;
}

// .genericPropertyForm {}

.genericPropertyForm h2 {
  font-size: $font-size-medium - 1px;
  line-height: 20px;
  margin-bottom: 2px;
}

.genericPropertyList .header {
  padding: 4px;
}

.genericPropertyList .umb-pane {
  margin: 10px;
}

.genericPropertyList {
  margin: 0;
  list-style: none;
}

.genericPropertyList .delete-button,
.genericPropertyList .toggle-button {
  float: right;
  margin-left: 3px;
  border: 0;
  background: none;
  text-decoration: none;
}

.genericPropertyList .delete-button i {
  background: none;
  border: 0;
}

.handle {
  color: $color-gray-d;
  font-size: $font-size-small - 0.5px;
}

.addNewProperty .handle {
  display: none;
}

.genericPropertyList li {
  display: block;
  position: relative;
  border-bottom: 1px solid $color-gray-d;
  margin-bottom: 3px;
  cursor: move;
}

.genericPropertyList li .delete-button i {
  color: $color-c;
}

.addNewProperty li {
  cursor: default;
}

.genericPropertyList li table {
  display: block;
  margin-top: 10px;
}

.genericPropertyList li table th {
  width: 140px;
  padding: 5px;
}

.propertyFormInput {
  width: 300px;
  z-index: 9999;
}

.propertyForm SELECT {
  width: 300px;
}

.propertyForm h3 a {
  color: $color-black;
  text-decoration: none;
  font-size: $font-size-normal;
  font-weight: normal;
}

.genericPropertyList li img {
  background: $color-c;
  z-index: 9999;
  position: relative;
  border-right: medium none;
  border-top: medium none;
  border-left: medium none;
  margin-right: 5px;
  border-bottom: medium none;
}

.genericPropertyList li h3 input {
  position: relative;
}

.aliasValidationError {
  background-color: lighten($color-c, 20%);
  border: 1px solid $color-c;
}
*/
dialog {
  border: 0;
  padding: 0;
}

.dialog.modal.warning > .modal-overlay {
  display: none;
}
@media (max-width: 750px) {
  .dialog.modal.warning > .modal-overlay {
    display: block;
  }
}
.dialog.modal.warning .dialog-wrapper {
  top: auto;
  bottom: 0;
  height: auto !important;
  border-radius: 5px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  background: #FaFaFa;
  border: 2px solid #dfdfdf;
}
@media (max-width: 750px) {
  .dialog.modal.warning .dialog-wrapper {
    width: calc(100% - 50px) !important;
    max-width: 400px !important;
    top: calc(50vh - 65px);
    height: 130px !important;
  }
}
@media (max-width: 1024px) {
  .dialog.modal.warning .dialog-wrapper {
    width: 75% !important;
  }
}
.dialog.modal.warning .dialog-wrapper .dialog-content {
  background: transparent;
}
.dialog.modal.warning .dialog-wrapper .dialog-content .btn.primary, .dialog.modal.warning .dialog-wrapper .dialog-content .site-manager .feature .primary.link, .site-manager .feature .dialog.modal.warning .dialog-wrapper .dialog-content .primary.link {
  background: #d05a47;
}
.dialog.modal.warning .dialog-wrapper .dialog-content > header {
  height: auto;
  padding: 10px 10px 10px 20px;
  background: transparent;
  border: 0;
}
@media (max-width: 750px) {
  .dialog.modal.warning .dialog-wrapper .dialog-content > header {
    padding: 10px;
  }
  .dialog.modal.warning .dialog-wrapper .dialog-content > header .distribute-width {
    display: block !important;
    text-align: center !important;
  }
}
.dialog.modal.warning .dialog-wrapper .dialog-content > header .title > span {
  font-weight: 500;
  position: relative;
  top: 4px;
  font-size: 12.5px;
}
@media (max-width: 750px) {
  .dialog.modal.warning .dialog-wrapper .dialog-content > header .title > span {
    white-space: normal;
  }
}
.dialog.modal.warning .dialog-wrapper .dialog-content > header .title > span:before {
  position: relative;
  content: "\f06a";
  font-size: 20px;
  margin-right: 10px;
  top: 2px;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dialog.modal.warning .dialog-wrapper .dialog-content > header .title > span:before {
  color: #4E5865;
}
.dialog.modal.warning .dialog-wrapper .dialog-content > header .actions {
  position: relative;
  top: auto;
}
@media (max-width: 750px) {
  .dialog.modal.warning .dialog-wrapper .dialog-content > header .actions {
    text-align: center;
    margin-top: 10px;
  }
}
.dialog.modal.warning .dialog-wrapper .dialog-content > header .actions > .tab-toggler {
  display: none !important;
}
@media (max-width: 750px) {
  .dialog.modal.warning .dialog-wrapper .dialog-content > header .actions command-button {
    display: inline-block;
    width: auto;
    margin: 10px 0 0 10px !important;
  }
}
.dialog.modal.warning .dialog-wrapper .dialog-content > main {
  display: none !important;
}
.dialog.slide-left .dialog-content {
  border-right: 2px solid #dfdfdf;
}
.dialog.slide-left .dialog-content > header {
  border-bottom: 0;
}
.dialog.slide-left .dialog-content > header .title {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  padding-top: 7px;
}
.dialog.slide-left .dialog-content > header + main {
  border-top: 2px solid #dfdfdf;
}
.dialog.slide-left .dialog-content > main .audit-trail-dialog > table tr > td:first-child {
  width: 85px;
}
.dialog.slide-left .dialog-content > main table {
  padding-top: 10px;
}
.dialog.slide-left .dialog-content > main table td, .dialog.slide-left .dialog-content > main table th {
  border-bottom: 1px solid #dfdfdf;
  vertical-align: top;
}
.dialog.slide-left .dialog-content > main table th {
  padding: 10px 10px 5px 0;
}
.dialog.slide-left .dialog-content > main table td {
  padding: 7.5px 10px 7.5px 0;
}
.dialog .dialog-content {
  background: #fff;
  position: relative;
  height: 100%;
}
.dialog .dialog-content > header {
  border-bottom: 2px solid #dfdfdf;
}
.dialog .dialog-content > header .distribute-width {
  overflow: hidden;
}
.dialog .dialog-content > header .distribute-width .actions {
  text-align: right;
}
.dialog .dialog-content > header .distribute-width .actions command-button {
  margin-left: 10px;
}
.dialog .dialog-content > header > span {
  color: #555;
}
.dialog .dialog-content > main {
  overflow-y: scroll;
  padding: 0 20px;
}
.dialog .dialog-content > main grouped-list-item > section {
  margin: 0;
}
.dialog .dialog-content > main section {
  margin: 10px 0;
}
.dialog .dialog-content > main section h5 {
  padding: 5px 20px 0;
}
.dialog .dialog-content > main section list-view {
  margin: 0;
}
.dialog .dialog-content > footer {
  box-sizing: border-box;
  height: 60px;
  border-top: 2px solid #dfdfdf;
  background: #FaFaFa;
  text-align: center;
  padding: 15px 15px 0 15px;
}
.dialog .dialog-content > footer command-button {
  margin: 0 5px;
}
.dialog .tree-view {
  background: transparent;
}
.dialog.modal .dialog-wrapper {
  position: fixed;
  max-width: none !important;
  width: 95% !important;
  height: 95% !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2000;
  visibility: hidden;
  backface-visibility: hidden;
}
.dialog.modal .dialog-wrapper .dialog-content > header span {
  font-size: 16px;
  font-weight: bold;
}
.dialog.modal .dialog-wrapper .dialog-content > header + nav-tabs > .nav-tabs {
  border-top: 0;
}
.dialog.modal .dialog-wrapper .dialog-content .tree-view-section {
  height: calc(100% - 55px);
}
.dialog.modal .dialog-wrapper .dialog-content .tree-view-section scroll-box {
  height: 100%;
  display: block;
}
.dialog.modal .dialog-wrapper .dialog-content .tree-view-section scroll-box .scroll-box > main {
  padding-bottom: 70px;
}
.dialog.modal .dialog-wrapper .dialog-content .select-folder-dialog .add-field {
  margin-top: 0;
}
.dialog.modal .dialog-wrapper .dialog-content .select-folder-dialog .tree-view {
  border: 2px solid #dfdfdf;
  padding: 5px 10px;
  border-radius: 3px;
}
.dialog.modal .dialog-wrapper .dialog-content .add-folder-section {
  margin-top: -76px;
  margin-bottom: 0;
  padding: 15px;
  background: #FaFaFa;
  border: 2px solid #dfdfdf;
}
.dialog.modal .dialog-wrapper .dialog-content .accordion.img-efx .accordion-panel {
  border: 0;
}
.dialog.modal .dialog-wrapper .dialog-content .accordion.img-efx .accordion-panel.active > main {
  display: block;
}
.dialog.modal .dialog-wrapper .dialog-content .accordion.img-efx .accordion-panel > header {
  background: white;
}
.dialog.modal .dialog-wrapper .dialog-content .accordion.img-efx .accordion-panel > header > span.alert {
  font-weight: normal;
  font-size: 11px;
  display: block;
  white-space: break-spaces;
}
.dialog.modal .dialog-wrapper .dialog-content .accordion.img-efx .accordion-panel > header > .icon.icomoon-lock {
  right: 10px;
  position: absolute;
  top: 14px;
}
.dialog.modal .dialog-wrapper .dialog-content .accordion.img-efx .accordion-panel > header > .icon.icomoon-lock:hover {
  color: #555;
}
.dialog.modal .dialog-wrapper .dialog-content .accordion.img-efx .accordion-panel > header > .accordion-panel-disabled {
  display: block;
  font-weight: normal;
  font-size: 11.5px;
  white-space: normal;
}
.dialog.modal .dialog-wrapper .dialog-content .accordion.img-efx .accordion-panel > header > .accordion-panel-disabled + .icon.icomoon-lock {
  position: absolute;
  top: 12px;
  left: 13px;
  background: white;
  z-index: 99;
}
.dialog.modal .dialog-wrapper .dialog-content .accordion.img-efx .accordion-panel > main {
  display: none;
  padding: 1px 10px 10px 10px;
  border-bottom: 1px solid #dfdfdf;
  background: white;
}
.dialog.modal .dialog-wrapper .dialog-content > main {
  padding: 15px;
  height: calc(100% - 120px) !important;
}
.dialog.modal .dialog-wrapper .dialog-content > main section {
  height: auto;
  position: relative;
}
.dialog.modal .dialog-wrapper .dialog-content > main section textbox + checkbox > .checkbox {
  margin-top: 10px;
}
.dialog.modal .dialog-wrapper .dialog-content > main section .thumbnail {
  border-radius: 3px;
}
.dialog.modal .dialog-wrapper .dialog-content > main section + scroll-box > .scroll-box {
  height: calc(100% - 55px) !important;
}
.dialog.modal .dialog-wrapper .dialog-content > main > div > div:not(.borger) {
  padding: 10px 15px;
  margin: 0;
  background: #FaFaFa;
  border: 2px solid #dfdfdf;
  border-radius: 2px;
  overflow: auto;
  height: 100%;
}
.dialog.modal .dialog-wrapper .dialog-content > main > div > div:not(.borger).wrap {
  padding: 0;
  background: white;
  border-top: 0;
}
.dialog.modal .dialog-wrapper .dialog-content > main .right {
  position: sticky;
  top: 0;
}
.dialog.modal .dialog-wrapper .dialog-content > footer {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
}
.dialog.shown .dialog-wrapper {
  overflow: hidden;
  visibility: visible;
}
.dialog.shown .modal-overlay {
  opacity: 1;
  visibility: visible;
}
.dialog .modal-overlay {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 2000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
}
.dialog.fade-scale .dialog-content {
  transform: scale(0.7);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  opacity: 0;
}
.dialog.shown.fade-scale .dialog-content {
  transform: scale(1);
  opacity: 1;
}
.dialog.slide-right .dialog-content {
  transform: translateX(20%);
  transition: all 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  opacity: 0;
}
.dialog.shown.slide-right .dialog-content {
  transform: translateX(0);
  opacity: 1;
}
.dialog.slide-left .dialog-content {
  transform: translateX(-100%);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.dialog.shown.slide-left .dialog-content {
  transform: translateX(0);
}
.dialog.slide-bottom .dialog-content {
  transform: translateY(20%);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  opacity: 0;
}
.dialog.shown.slide-bottom .dialog-content {
  transform: translateY(0);
  opacity: 1;
}
.dialog.fall .dialog-wrapper {
  perspective: 1300px;
}
.dialog.fall .dialog-content {
  transform: translateZ(600px) rotateX(20deg);
  transform-style: preserve-3d;
  opacity: 0;
}
.dialog.shown.fall .dialog-content {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transform: translateZ(0) rotateX(0deg);
  opacity: 1;
}
.dialog.side-fall .dialog-wrapper {
  perspective: 1300px;
}
.dialog.side-fall .dialog-content {
  transform: translate(30%) translateZ(600px) rotate(10deg);
  transform-style: preserve-3d;
  opacity: 0;
}
.dialog.shown.side-fall .dialog-content {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}
.dialog.flip-3d-horizontal .dialog-wrapper {
  perspective: 1300px;
}
.dialog.flip-3d-horizontal .dialog-content {
  transform: rotateY(-70deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transform-style: preserve-3d;
  opacity: 0;
}
.dialog.shown.flip-3d-horizontal .dialog-content {
  transform: rotateY(0deg);
  opacity: 1;
}
.dialog.flip-3d-vertical .dialog-wrapper {
  perspective: 1300px;
}
.dialog.flip-3d-vertical .dialog-content {
  transform: rotateX(-70deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transform-style: preserve-3d;
  opacity: 0;
}
.dialog.shown.flip-3d-vertical .dialog-content {
  transform: rotateX(0deg);
  opacity: 1;
}
.dialog.sign-3d .dialog-wrapper {
  perspective: 1300px;
}
.dialog.sign-3d .dialog-content {
  transform: rotateX(-60deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transform-style: preserve-3d;
  transform-origin: 50% 0;
  opacity: 0;
}
.dialog.shown.sign-3d .dialog-content {
  transform: rotateX(0deg);
  opacity: 1;
}
.dialog.super-scaled .dialog-content {
  transform: scale(2);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  opacity: 0;
}
.dialog.shown.super-scaled .dialog-content {
  transform: scale(1);
  opacity: 1;
}
.dialog.slit-3d .dialog-wrapper {
  perspective: 1300px;
}
.dialog.slit-3d .dialog-content {
  transform: translateZ(-3000px) rotateY(90deg);
  transform-style: preserve-3d;
  opacity: 0;
}
.dialog.shown.slit-3d .dialog-content {
  animation: slit 0.7s forwards ease-out;
}
@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
.dialog.rotate-3d-bottom .dialog-wrapper {
  perspective: 1300px;
}
.dialog.rotate-3d-bottom .dialog-content {
  transform: translateY(100%) rotateX(90deg);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  transform-origin: 0 100%;
  opacity: 0;
}
.dialog.shown.rotate-3d-bottom .dialog-content {
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
.dialog.rotate-3d-left .dialog-wrapper {
  perspective: 1300px;
}
.dialog.rotate-3d-left .dialog-content {
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transform-style: preserve-3d;
  transform-origin: 0 100%;
  opacity: 0;
}
.dialog.shown.rotate-3d-left .dialog-content {
  transform: translateZ(0) translateX(0%) rotateY(0deg);
  opacity: 1;
}
@media screen and (max-width: 32em) {
  .dialog body {
    font-size: 75%;
  }
}

.dialog-container {
  position: absolute;
  top: 0;
  display: inline-block;
  height: 100%;
  width: auto;
}
.dialog-container .dialog-content {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.dialog-container .dialog-content > footer {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.dialog-container .shown .dialog-content {
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.2);
}
.dialog-container .dialog, .dialog-container .dialog-content, .dialog-container .dialog-wrapper, .dialog-container > div {
  height: 100%;
}

#dialogs {
  left: 330px;
  z-index: 50;
}
#dialogs > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
}
@media (max-width: 1024px) {
  #dialogs {
    left: 60px;
    z-index: 2000;
  }
}

#user-dialog {
  left: 60px;
  text-align: left;
}
#user-dialog > * {
  width: 340px;
}

.switch-box {
  border: 1px solid #dfdfdf;
}
.switch-box .head {
  padding: 15px;
  border-bottom: 1px solid #dfdfdf;
  background: #FaFaFa;
  position: relative;
}
.switch-box .head h3 {
  font-family: "Work Sans", Helvetica Neue, sans-serif;
  padding-right: 50px;
  margin: 0;
}
.switch-box .head h3 + .toggler {
  top: 15px;
}
.switch-box .options.disabled .option span {
  color: #555;
}
.switch-box .option {
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 50px 15px 15px;
  position: relative;
}
.switch-box .option:last-child {
  border-bottom: 0;
}
.switch-box .switch {
  position: absolute;
  top: 13px;
  right: 10px;
}

.site-manager {
  position: relative;
}
.site-manager .feature {
  transition: background 0.25s;
  background: #FaFaFa;
  border: 2px solid #dfdfdf;
  margin-bottom: 20px;
  border-radius: 5px;
}
.site-manager .feature:first-of-type {
  padding-top: 0;
}
.site-manager .feature h4 {
  padding: 15px;
  cursor: pointer;
}
.site-manager .feature:active, .site-manager .feature:focus, .site-manager .feature:hover {
  background: #f2f2f2;
  transition: background 0.25s;
}
.site-manager .feature.off:hover {
  background: white;
  cursor: default;
}
.site-manager .feature .output {
  background: white;
  border-top: 1px solid #dfdfdf;
  padding: 20px;
  display: none;
}
.site-manager .feature .output p:first-of-type {
  margin-top: 0;
}
.site-manager .feature .output p:last-of-type {
  margin-bottom: 0;
}
.site-manager .feature .output.empty {
  padding: 0 10px 0 40px;
}
.site-manager .feature .output .field {
  margin-bottom: 10px;
  margin-right: 10px;
}
.site-manager .feature .output .field input[type=checkbox] {
  margin-right: 5px;
}
.site-manager .feature .output .checkbox-list {
  border: 1px solid #dfdfdf;
  max-height: 200px;
  overflow: auto;
  background: white;
  padding: 10px;
  margin-bottom: 15px;
}
.site-manager .feature > h4 {
  margin: 0;
  font-size: 12.5px;
  font-weight: bold;
}
.site-manager .feature > h4 i {
  font-weight: normal;
  margin-right: 10px;
  font-size: 18px;
  top: 3px;
  position: relative;
}
.site-manager .feature > h4 i:after {
  position: relative;
  margin-right: 0;
}
.site-manager .feature > h4 .switch {
  float: right;
  position: relative;
  top: 3px;
}
.site-manager .output.empty {
  display: none;
}
.site-manager .cellstate {
  width: 30px;
}
.site-manager .cellstate .icon-check:before {
  font-family: fontAwesome;
  font-size: 16px;
  position: relative;
  top: 3px;
  left: 10px;
  color: green;
  content: "\f00c";
}
.site-manager .cellstate .icon-alert:before {
  display: none;
}
.site-manager .cellstate .icon-alert:after {
  font-family: fontAwesome;
  content: "\f071";
  color: #E76F51;
  font-size: 16px;
  position: relative;
  top: 3px;
  left: 10px;
}
.site-manager .table {
  border: 1px solid #ddd;
  margin: 15px 0 10px;
}
.site-manager .table th {
  border-top: 0;
  background: #e9e9ed;
}
.site-manager .table td {
  background: white;
}
.site-manager .table td .icon-add {
  display: none;
}
.site-manager a.goto:after {
  content: "\e12b";
  font-family: icomoon;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 3px;
}

grouped-list-item {
  padding: 10px 20px;
  background: #FaFaFa;
  display: block;
  border-left: 2px solid #dfdfdf;
  border-right: 2px solid #dfdfdf;
}
grouped-list-item:first-of-type {
  padding-top: 20px;
  border-top: 2px solid #dfdfdf;
  border-radius: 3px 3px 0 0;
}
grouped-list-item:last-of-type {
  padding-bottom: 20px;
  border-bottom: 2px solid #dfdfdf;
  border-radius: 0 0 3px 3px;
}
grouped-list-item section {
  margin: 0;
}

folder-view > .toggle-view {
  cursor: pointer;
  float: right;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
folder-view > .toggle-view:before {
  position: relative;
  content: "\f0c9";
  font-size: 12px;
  margin-right: 8px;
  top: 0;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
folder-view > .toggle-view:hover, folder-view > .toggle-view:focus, folder-view > .toggle-view:active {
  color: #3F71B8;
}
folder-view > .toggle-view.details:before {
  content: "\f03a";
}
folder-view > .toggle-view.tiles:before {
  content: "\f009";
}
folder-view .filters {
  margin-bottom: 25px;
}
folder-view .filters > .filter > a {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  margin-left: 4px;
  font-weight: bold;
  cursor: pointer;
}
folder-view .filters > .filter > a:after {
  content: "\f107";
  font-size: 13px;
  margin-left: 4px;
  position: relative;
  top: 0;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
folder-view .filters > .filter > a:after {
  font-weight: bold;
}
folder-view > folder-tiles {
  width: 100%;
  margin: 0;
  display: block;
}
folder-view > folder-tiles:after {
  content: "";
  clear: both;
  display: table;
}
folder-view > folder-tiles > div {
  margin: 0;
  width: 25%;
  min-height: 100px;
  padding: 5px;
  float: left;
  display: inline-block;
}
@media (max-width: 750px) {
  folder-view > folder-tiles > div {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  folder-view > folder-tiles > div {
    width: 20%;
  }
}
folder-view > folder-tiles > div .folder-tile {
  display: block;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #3F71B8;
  padding: 15px;
  border-radius: 3px;
  background-color: #FaFaFa;
  border: 2px solid #dfdfdf;
  text-align: left;
  min-height: 100px;
}
folder-view > folder-details table {
  border: 1px solid #dfdfdf;
}
folder-view > folder-details table tr:first-child {
  background: #e6f8f5;
}
folder-view > folder-details table tr {
  background-repeat: no-repeat;
  background-size: 50px 28px;
  background-position: 5px 5px;
}
folder-view > folder-details table tr[style*=background-image] td {
  padding-left: 65px;
}
folder-view > folder-details table tr:hover {
  cursor: pointer;
  background-color: #e6f8f5;
}
folder-view > folder-details table th, folder-view > folder-details table td {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px;
}
folder-view > folder-details table tbody tr:last-child td {
  border-bottom: 0 none;
}

.move-dialog .tree-view {
  padding: 10px 0 0 0;
}
.move-dialog .checkbox {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #dfdfdf;
}

.simple-analytics .filter {
  background: #FaFaFa;
  border: 2px solid #dfdfdf;
  padding: 15px;
}
@media (min-width: 1024px) {
  .simple-analytics .filter date-input {
    padding-right: 3px;
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  .simple-analytics .filter date-input {
    margin-bottom: 5px;
    display: block;
  }
}
.simple-analytics .filter input {
  width: 180px;
}
@media (max-width: 1024px) {
  .simple-analytics .filter input {
    width: 100%;
  }
}
.simple-analytics canvas {
  max-width: 70% !important;
}
@media (max-width: 1024px) {
  .simple-analytics canvas {
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 1330px) {
  .simple-analytics .two-columns {
    overflow: hidden;
  }
  .simple-analytics .two-columns canvas {
    max-width: 50% !important;
    float: left;
  }
}
@media (max-width: 750px) {
  .alt-checker > label {
    text-align: center;
    padding: 20px 0;
  }
}

.alt-checker .table-view tr th:first-child,
.alt-checker .table-view td:first-child {
  width: 10% !important;
}

.headline-checker [class*=note] {
  margin: 7px 0;
}
.headline-checker [class*=note] span {
  padding: 3px 9px;
}
.headline-checker .note-alert span {
  background: #d05a47;
  color: white;
}
@media (max-width: 1024px) {
  .headline-checker td {
    min-width: 300px;
  }
}

.broken-links-checker label.header {
  font-size: 14px;
}
.broken-links-checker .link-checker {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .broken-links-checker .link-checker a.btn, .broken-links-checker .link-checker .site-manager .feature a.link, .site-manager .feature .broken-links-checker .link-checker a.link {
    width: 100%;
    margin-bottom: 10px;
  }
}
.broken-links-checker .section-header {
  padding: 10px;
  background: #ededed;
  border: 2px solid #dfdfdf;
  border-bottom: 0;
}
.broken-links-checker .section-header a {
  color: #3F71B8;
}
@media (max-width: 750px) {
  .broken-links-checker .section-header a {
    overflow-wrap: break-word;
  }
}
.broken-links-checker .section-header a:hover {
  text-decoration: underline;
}
.broken-links-checker .section-header .page-name {
  font-weight: bold;
}
@media (max-width: 750px) {
  .broken-links-checker .section-header .page-name {
    display: block;
    margin: 10px 0;
  }
}
.broken-links-checker .section-header > .btn, .broken-links-checker .site-manager .feature .section-header > .link, .site-manager .feature .broken-links-checker .section-header > .link {
  margin-right: 7px;
}
.broken-links-checker .section-header + .table-view {
  margin-top: 0;
}

single-page-broken-and-warning-links nav-tabs {
  border-left: 2px solid #dfdfdf;
}
single-page-broken-and-warning-links main {
  padding: 0;
}
single-page-broken-and-warning-links main p + .message {
  margin-top: 0;
}
single-page-broken-and-warning-links main .message {
  margin-top: 20px;
}

.gdpr-checker .distribute-width.search {
  padding: 15px;
  background: #FaFaFa;
  border: 2px solid #dfdfdf;
}
.gdpr-checker .distribute-width input {
  width: 30%;
  margin-right: 10px;
}
@media (max-width: 750px) {
  .gdpr-checker .distribute-width > * {
    width: 100%;
  }
  .gdpr-checker .distribute-width input {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}

@media (max-width: 1024px) {
  .single-page-analytics .filter {
    border: 2px solid #dfdfdf;
  }
}
.single-page-analytics .filter > div {
  display: inline-block;
  margin-right: 7px;
}
@media (max-width: 1024px) {
  .single-page-analytics .filter > div:last-child label {
    border-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .single-page-analytics .filter > div {
    display: block;
    margin: 0;
  }
}
.single-page-analytics .filter > div:hover label {
  background: #f2f2f2;
}
.single-page-analytics .filter > div.active label {
  background: #3F71B8;
  color: white;
}
@media (max-width: 1024px) {
  .single-page-analytics .filter > div.active label {
    background: #FaFaFa;
    color: #343536;
  }
}
.single-page-analytics .filter > div label {
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
  margin: 0;
  background: #ebebeb;
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .single-page-analytics .filter > div label {
    padding: 10px 15px;
    border-radius: 0;
    background: white;
    border-bottom: 1px solid #dfdfdf;
    color: #3F71B8;
  }
}
.single-page-analytics .filter > div label > input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
}

.bottom-bar {
  padding: 20px;
  background: #FaFaFa;
  border: 2px solid #dfdfdf;
  border-radius: 3px;
  width: auto;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.075);
}
.bottom-bar label.btn, .bottom-bar .site-manager .feature label.link, .site-manager .feature .bottom-bar label.link {
  margin-left: 25px;
}
.bottom-bar .btn.primary, .bottom-bar .site-manager .feature .primary.link, .site-manager .feature .bottom-bar .primary.link {
  margin-left: 25px;
}

#handle {
  cursor: ew-resize;
  left: 330px;
  width: 2px;
  background: #dfdfdf;
  height: 100%;
  display: block;
  top: 0;
  position: absolute;
  z-index: 50;
}
#handle:focus, #handle:hover {
  background: #90AEDA;
  transition: background 0.3s;
}
@media (max-width: 1024px) {
  #handle {
    display: none;
  }
}

#contentwrapper {
  transition: left 0s;
}

#navigation {
  transition: width 0s;
}

.flowchart-container .toolbar .btn, .flowchart-container .toolbar .site-manager .feature .link, .site-manager .feature .flowchart-container .toolbar .link {
  margin-bottom: 5px;
}
.flowchart-container .flowchart-operator {
  border: 2px solid #dfdfdf;
  border-radius: 3px;
  width: 220px;
}
.flowchart-container .flowchart-operator.hover, .flowchart-container .flowchart-operator.selected {
  border-color: #3F71B8;
}
.flowchart-container .flowchart-operator:nth-of-type(1) .flowchart-operator-inputs {
  display: none;
}
.flowchart-container .flowchart-operator:nth-of-type(1) .flowchart-operator-title {
  border-top: 0 transparent;
}
.flowchart-container .flowchart-operator .flowchart-operator-connector .flowchart-operator-outputs .flowchart-operator-connector-arrow,
.flowchart-container .flowchart-operator .flowchart-operator-connector .flowchart-operator-inputs .flowchart-operator-connector-arrow {
  border-top-color: #dfdfdf;
}
.flowchart-container .flowchart-operator .flowchart-operator-connector .flowchart-operator-outputs .flowchart-operator-connector-small-arrow,
.flowchart-container .flowchart-operator .flowchart-operator-connector .flowchart-operator-inputs .flowchart-operator-connector-small-arrow {
  top: 1px;
  border-top-color: #3F71B8 !important;
}
.flowchart-container .flowchart-operator .flowchart-operator-connector:hover .flowchart-operator-connector-arrow {
  border-top-color: #3F71B8 !important;
}
.flowchart-container .flowchart-operator .flowchart-link:hover {
  cursor: pointer;
}
.flowchart-container .flowchart-operator .flowchart-operator-title {
  border-top: 1px solid #dfdfdf;
  text-align: center;
}
.bulk.table-view .table-view tr:nth-child(odd) {
  background: transparent;
}
.bulk.table-view tr:nth-child(1) > th {
  background: #f2f2f2;
}
.bulk.table-view tr:nth-child(2) > th {
  background: #FaFaFa;
}
.bulk.table-view .hidden:after {
  font-family: fontAwesome;
  content: "\f070";
  display: inline-block;
  color: #999;
  margin-right: 10px;
}
.bulk.table-view .bulk-actions {
  float: right;
}
.bulk.table-view .bulk-actions .btn.inactive, .bulk.table-view .bulk-actions .site-manager .feature .inactive.link, .site-manager .feature .bulk.table-view .bulk-actions .inactive.link {
  cursor: default;
}
.bulk.table-view select {
  width: 150px;
}
.bulk.table-view .checkbox,
.bulk.table-view .radio dropdownlist {
  display: inline-block;
  margin-right: 5px;
}
.bulk .checkbox > label {
  margin-bottom: 0;
}

.media-cleaner label + .description {
  top: 0;
}

.readability-checker .indicator {
  margin-right: 5px;
}
.readability-checker .lix-description {
  margin-bottom: 15px;
}
.readability-checker .lix-description > span {
  display: block;
}
.readability-checker .table-view th, .readability-checker .table-view td {
  width: auto;
}

#lix-richtext {
  margin: -5px 0 10px 0;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
  background: #FaFaFa;
  border: 1px solid #dfdfdf;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 11px;
}

div[data-is=rich-text-editor] {
  position: relative;
}

div[data-is=language-maintenance] main > div {
  overflow: hidden;
  margin: 20px -10px;
}
div[data-is=language-maintenance] main > div .btn, div[data-is=language-maintenance] main > div .site-manager .feature .link, .site-manager .feature div[data-is=language-maintenance] main > div .link {
  margin-right: 7px;
}
div[data-is=language-maintenance] main > div .box {
  padding: 10px;
  background: #FaFaFa;
  border: 2px solid #dfdfdf;
}
div[data-is=language-maintenance] main > div .box > h2 {
  font-weight: bold;
}
div[data-is=language-maintenance] main > div .box > div > h3 {
  font-size: 14px;
  margin-top: 20px;
  font-weight: bold;
}
div[data-is=language-maintenance] main > div .box > div > div {
  margin: 10px 0;
}
div[data-is=language-maintenance] main > div .box > div > div > label {
  margin-bottom: 3px;
}

.grouped {
  border: 2px solid #dfdfdf;
  border-radius: 3px;
  padding: 15px;
  background: #FaFaFa;
}

.scroll-box {
  border: 2px solid #dfdfdf;
  padding: 0;
  max-height: 450px;
  overflow: auto;
}

.migration-path-picker:first-child {
  margin-top: 0;
}
.migration-path-picker > .dropdown-list {
  width: 200px;
  display: inline-block;
}
.migration-path-picker > textbox {
  margin-right: 10px;
  width: calc(100% - 230px);
  display: inline-block;
}
.migration-path-picker .format {
  margin-top: 10px;
  width: 100%;
}
.migration-path-picker .exception {
  margin-top: 10px;
  position: relative;
}
.migration-path-picker .exception:before {
  content: "Exceptions";
  position: absolute;
  top: 6px;
  left: 6px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  color: #d05a47;
  border: 1px solid rgba(208, 90, 71, 0.2);
  background: rgba(208, 90, 71, 0.1);
  padding: 2px 5px;
  border-radius: 2px;
  font-weight: 600;
}
.migration-path-picker .exception > input {
  padding-left: 85px;
}
.migration-path-picker + .result textarea {
  background: #F3F2EB;
}

.layout-row-markup-settings .module + .module {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #d2d2d2;
}
.layout-row-markup-settings .module:last-of-type {
  margin-bottom: 20px;
  border-bottom: 1px dashed #d2d2d2;
}

.module-markup-settings {
  position: relative;
}
.module-markup-settings .module-width {
  margin-bottom: 20px;
}
.module-markup-settings .grouped {
  padding: 0;
  border: 0;
}
.module-markup-settings .module-name {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  color: #3F71B8;
  border: 1px solid rgba(63, 113, 184, 0.2);
  background: rgba(63, 113, 184, 0.1);
  padding: 2px 5px;
  border-radius: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}
.module-markup-settings .remove-module {
  position: absolute;
  top: 0;
  right: 0;
}

.summary-section {
  margin-bottom: 10px;
}
.summary-section:last-of-type {
  margin-bottom: 0;
}
.summary-section label {
  margin-bottom: 0;
}

.accordion {
  margin-top: 20px;
}
.accordion .accordion-panel > header {
  height: auto;
  padding: 13px 13px 13px 35px;
  overflow: hidden;
  color: #888;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  border: 2px solid #dfdfdf;
  background: #FaFaFa;
  margin-top: -2px;
  transition: background 0.2s;
}
.accordion .accordion-panel > header:hover, .accordion .accordion-panel > header:focus, .accordion .accordion-panel > header:active {
  background: #f2f2f2;
  color: #555;
}
.accordion .accordion-panel > header:hover:after, .accordion .accordion-panel > header:focus:after, .accordion .accordion-panel > header:active:after {
  color: #555;
}
.accordion .accordion-panel > header:focus, .accordion .accordion-panel > header:active {
  outline: none;
}
.accordion .accordion-panel > header i {
  color: #d7d7d7;
  position: relative;
  top: 1px;
}
.accordion .accordion-panel > header:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 9px;
  position: absolute;
  left: 13px;
  top: 16px;
  color: #888;
  transition: transform 0.25s;
}
.accordion .accordion-panel > main {
  display: none;
  border-left: 2px solid #dfdfdf;
  border-right: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  padding: 10px 20px;
}
.accordion .accordion-panel > main:after:after {
  content: "";
  clear: both;
  display: table;
}
.accordion .accordion-panel > header.ui-state-active {
  background: #f2f2f2;
  color: #555;
}
.accordion .accordion-panel > header.ui-state-active:after {
  transform: rotate(180deg);
  color: #555;
}
.accordion.ui-sortable .accordion-panel > header {
  margin-top: 5px;
}
.accordion.ui-sortable .accordion-panel > header > span {
  top: -4px;
  position: relative;
}
.accordion.ui-sortable .accordion-panel > header > span:before,
.accordion.ui-sortable .accordion-panel > header > span:after {
  content: "";
  position: absolute;
}
.accordion.ui-sortable .accordion-panel > header > span,
.accordion.ui-sortable .accordion-panel > header > span:before,
.accordion.ui-sortable .accordion-panel > header > span:after {
  background: #dfdfdf;
  display: inline-block;
}
.accordion.ui-sortable .accordion-panel > header > span {
  margin-right: 7px;
}
.accordion.ui-sortable .accordion-panel > header > span:before {
  top: -4px;
}
.accordion.ui-sortable .accordion-panel > header > span:after {
  bottom: -4px;
}
.accordion.ui-sortable .accordion-panel > header > span,
.accordion.ui-sortable .accordion-panel > header > span:before,
.accordion.ui-sortable .accordion-panel > header > span:after {
  height: 1px;
  width: 15px;
}

section > sortable-tabs > .tab-container.horizontal {
  border-left: 0;
  margin-left: -20px;
  overflow: hidden;
  position: relative;
}
section > sortable-tabs > .tab-container.horizontal:after {
  content: "";
  display: block;
  height: 2px;
  background: #dfdfdf;
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  z-index: 1;
}
section > sortable-tabs > .tab-container.horizontal .nav-tabs {
  position: relative;
  z-index: 2;
}

.tab-container .nav-tabs li.disabled {
  color: #dfdfdf;
}
.tab-container.horizontal {
  border-left: 2px solid #dfdfdf;
}
.tab-container.horizontal .nav-tabs {
  float: left;
}

.dialog .dialog-content > header + nav-tabs {
  border-top: 0;
}

nav-tabs {
  background: #FaFaFa;
  border-top: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  display: block;
}
nav-tabs .tab-toggler {
  display: none;
}
@media (max-width: 750px) {
  nav-tabs .tab-toggler {
    display: inline-block;
  }
}

.nav-tabs {
  margin-left: 0;
}
.nav-tabs.ui-sortable li {
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
  position: relative;
}
.nav-tabs.ui-sortable li > span {
  top: 2px;
  position: relative;
}
.nav-tabs.ui-sortable li > span:before,
.nav-tabs.ui-sortable li > span:after {
  content: "";
  position: absolute;
}
.nav-tabs.ui-sortable li > span,
.nav-tabs.ui-sortable li > span:before,
.nav-tabs.ui-sortable li > span:after {
  background: #dfdfdf;
  display: inline-block;
}
.nav-tabs.ui-sortable li > span {
  margin-right: 13px;
}
.nav-tabs.ui-sortable li > span:before {
  left: -4px;
}
.nav-tabs.ui-sortable li > span:after {
  right: -4px;
}
.nav-tabs.ui-sortable li > span,
.nav-tabs.ui-sortable li > span:before,
.nav-tabs.ui-sortable li > span:after {
  height: 15px;
  width: 1px;
}
.nav-tabs.ui-sortable li > span + a {
  padding-left: 0;
}
.nav-tabs.ui-sortable li > span + .lock + a {
  padding-left: 0;
  padding-right: 0;
}
.nav-tabs.ui-sortable li > i:not(.lock) {
  display: none;
}
.nav-tabs.ui-sortable li > .lock {
  left: auto;
  margin: 0;
  top: 15px;
}
.nav-tabs:not(.ui-sortable) li > i {
  font-size: 17px;
  top: 11px;
}
.nav-tabs:not(.ui-sortable) li > i + a {
  padding-left: 25px;
}
.nav-tabs li {
  position: relative;
  display: inline-block;
  border-right: 2px solid #dfdfdf;
  padding: 13px 30px;
  cursor: pointer;
  max-height: 43px;
}
.nav-tabs li:hover > a, .nav-tabs li:active > a, .nav-tabs li:focus > a {
  color: #3F71B8 !important;
}
.nav-tabs li.active {
  background-color: white;
}
.nav-tabs li.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: white;
  bottom: -2px;
  left: 0;
}
.nav-tabs li.active > a, .nav-tabs li.active > i:not(.lock) {
  color: #3F71B8;
}
.nav-tabs li a {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  color: #555;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
}
.nav-tabs li > i {
  position: absolute;
  color: #d7d7d7;
}
.nav-tabs li > i + a {
  padding-left: 20px;
}
.nav-tabs li a.delete {
  transition: all 0.1s ease-in;
  padding: 0;
  margin-left: -11px;
  opacity: 0;
  width: auto;
  visibility: hidden;
}
.nav-tabs li:hover a.delete {
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  padding: 0 10px 0 0;
  opacity: 1;
  width: auto;
  visibility: visible;
  margin-left: -5px;
}
@media (max-width: 750px) {
  .nav-tabs {
    display: none;
    background: white;
    position: absolute;
    border: 2px solid #dfdfdf;
    z-index: 888;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    min-width: calc(100% - 40px);
    border-radius: 4px;
    left: 20px;
  }
  .nav-tabs.dropped {
    display: block;
  }
  .nav-tabs li {
    border: 0;
    border-top: 1px solid #dfdfdf;
    padding: 10px;
    display: block;
    background: transparent;
  }
  .nav-tabs li:first-child {
    border-top: 0;
  }
  .nav-tabs li > i {
    top: 7px !important;
  }
  .nav-tabs li > a {
    font-weight: 500;
  }
}

.nav-stackable {
  margin: 0;
  position: relative;
}
.nav-stackable.ui-sortable li {
  cursor: pointer;
  position: relative;
}
.nav-stackable.ui-sortable li > span {
  top: 19px;
  position: absolute;
}
.nav-stackable.ui-sortable li > span:before,
.nav-stackable.ui-sortable li > span:after {
  content: "";
  position: absolute;
}
.nav-stackable.ui-sortable li > span,
.nav-stackable.ui-sortable li > span:before,
.nav-stackable.ui-sortable li > span:after {
  background: #dfdfdf;
  display: inline-block;
}
.nav-stackable.ui-sortable li > span {
  margin-right: 7px;
}
.nav-stackable.ui-sortable li > span:before {
  top: -4px;
}
.nav-stackable.ui-sortable li > span:after {
  bottom: -4px;
}
.nav-stackable.ui-sortable li > span,
.nav-stackable.ui-sortable li > span:before,
.nav-stackable.ui-sortable li > span:after {
  height: 1px;
  width: 15px;
}
.nav-stackable.ui-sortable li > span + a {
  padding-left: 25px;
}
.nav-stackable.ui-sortable li > span + .lock + a {
  padding-left: 45px;
}
.nav-stackable.ui-sortable li > .lock {
  left: 35px;
}
.nav-stackable li {
  background: #fff;
  display: block;
  overflow: hidden;
  margin-top: 5px;
  border: 2px solid #dfdfdf;
  border-radius: 3px;
  padding-left: 10px;
}
.nav-stackable li:hover {
  background: #FaFaFa;
}
.nav-stackable li.active a {
  color: #3F71B8;
}
.nav-stackable li > .lock {
  position: absolute;
  top: 11px;
  left: 10px;
}
.nav-stackable li i {
  color: #d7d7d7;
}
.nav-stackable li a {
  padding: 10px;
  display: block;
  cursor: pointer;
  color: #555;
  font-weight: bold;
}
.nav-stackable li a.delete, .nav-stackable li a i {
  position: absolute;
  top: 11px;
  padding: 0;
  right: 10px;
}
.nav-stackable li a.delete {
  right: -12px;
  color: #d7d7d7;
}
.nav-stackable li.active {
  position: relative;
  background: #FaFaFa;
}
.nav-stackable li.active textbox input {
  background: transparent;
  border: 0;
  padding-left: 27px;
  height: 36px;
}
.nav-stackable li.active a.delete {
  transition: right 0.25s;
  -webkit-transition: right 0.25s;
  -moz-transition: right 0.25s;
  -o-transition: right 0.25s;
}
.nav-stackable li.active:hover a.delete {
  transition: right 0.25s ease 0.45s;
  -webkit-transition: right 0.25s ease 0.45s;
  -moz-transition: right 0.25s ease 0.45s;
  -o-transition: right 0.25s ease 0.45s;
  right: 10px;
  visibility: visible;
}
.nav-stackable li.disabled {
  color: #dfdfdf;
}
.nav-stackable li.active.disabled {
  color: #dfdfdf;
}
.nav-stackable + span.tab {
  padding: 8px 10px;
}

a.delete:before {
  font-family: "FontAwesome";
  content: "\f00d";
}

span.tab {
  display: inline-block;
  cursor: pointer;
}
span.tab > a:before {
  font-family: "FontAwesome";
  content: "\f067";
  margin-right: 8px;
  display: inline-block;
}

.context-menu {
  border-radius: 4px;
  position: absolute;
  z-index: 9999;
  display: inline-block;
  width: 200px;
  border: 2px solid #dfdfdf;
  background: #fff;
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.context-menu > li > a:before {
  position: relative;
  content: " ";
  font-size: 10px;
  margin-right: 0;
  top: 0;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.context-menu > li > a:before {
  width: 20px;
}
.context-menu > li > a.edit:before {
  content: "\f040";
}
.context-menu > li > a.width:before {
  content: "\f07e";
}
.context-menu > li > a.share:before {
  content: "\f1e0";
}
.context-menu > li > a.delete:before {
  content: "\f00d";
}
.context-menu > li > a.duplicate:before {
  content: "\f0c5";
}
.context-menu > li > a.spaceLeft:before {
  content: "\f177";
}
.context-menu > li > a.spaceRight:before {
  content: "\f178";
}
.context-menu > li > a:hover {
  text-decoration: none;
}
.context-menu li {
  list-style: none;
  margin: 0;
  position: relative;
}
.context-menu li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 12.5px;
  border-bottom: 1px solid #dfdfdf;
  font-weight: 500;
}
.context-menu li:last-child {
  border-bottom: 0;
}
.context-menu li:last-child > a {
  border-bottom: 0;
}
.context-menu li ul {
  transition: visibility 1s;
  -webkit-transition: visibility 1s;
  -moz-transition: visibility 1s;
  -o-transition: visibility 1s;
  border-radius: 4px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 195px;
  width: 200px;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border: 3px solid #dfdfdf;
  z-index: 999;
}
.context-menu li:focus, .context-menu li:active, .context-menu li:hover {
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  cursor: pointer;
  background: #FaFaFa;
}
.context-menu li.parent:hover ul {
  opacity: 1;
  visibility: visible;
}
.context-menu li.parent > a:after {
  font-family: "FontAwesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px;
  float: right;
  content: "\f105";
  right: 0;
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(-10px);
    opacity: 0;
  }
}
media-list li {
  position: relative;
  display: inline-block;
}
media-list li > img {
  position: relative;
  z-index: 2;
  border: 2px solid #dfdfdf;
  top: -1px;
  border-radius: 2px;
  min-width: 50px;
  min-height: 50px;
}

list-view {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}

.list-view {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-view a {
  display: block;
  padding: 8px 15px;
  font-size: 12.5px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1;
  color: #343536;
  border-radius: 4px;
}
.list-view a:active, .list-view a:focus, .list-view a:hover {
  color: #3F71B8;
}
.list-view a i + span {
  margin-left: 5px;
}
.list-view a span {
  display: inline-block;
  position: relative;
  top: 1px;
}
.list-view li.selected a {
  background: #3F71B8;
  color: #fff;
}
.list-view li.selected a i {
  color: #fff;
}
.list-view i {
  margin: 0;
  font-size: 16px;
  color: #555;
  vertical-align: middle;
}

.scroll-box {
  margin-bottom: 10px;
  clear: both;
  height: auto;
}
.scroll-box.border {
  border: 2px solid #dfdfdf;
  border-radius: 2px;
}
.scroll-box > header {
  height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  color: #555;
  font-family: "Work Sans", Helvetica Neue, sans-serif;
  color: #343536;
  padding-top: 18px;
}
.scroll-box > main {
  height: 100%;
  max-height: inherit;
  padding: 0;
  overflow: auto;
  background: #fff;
}
.scroll-box > header + main {
  height: calc(100% - 50px);
}
.scroll-box list-view {
  margin: 10px;
}
.scroll-box list-view ul li a {
  border-radius: 3px;
}

table th {
  font-family: "Work Sans", Helvetica Neue, sans-serif;
}
table.sortable {
  border-collapse: collapse;
}
table.sortable thead > tr {
  border: 0;
}
table.sortable thead > tr th {
  cursor: pointer;
  white-space: nowrap;
}
table.sortable thead > tr th:after {
  transition: all 0.1s ease-in;
  font-family: "FontAwesome";
  margin-left: 10px;
  opacity: 0.25;
}
table.sortable thead > tr th.down:after, table.sortable thead > tr th.up:after, table.sortable thead > tr th:hover:after {
  transition: all 0.1s ease-in;
  opacity: 1;
}
table.sortable thead > tr th.up:after {
  content: "\f106";
}
table.sortable thead > tr th.down:after {
  content: "\f107";
}
table.sortable tbody tr {
  border: 0;
}
table.sortable tbody tr:hover {
  background: #f0f0f0;
  cursor: move;
}
table.sortable td,
table.sortable th {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  vertical-align: top;
  margin: 0;
  padding: 6px 15px;
}
table.sortable td.sort-handle {
  cursor: move !important;
  z-index: 99;
  font-family: "FontAwesome";
  top: 9px;
  color: #dfdfdf;
  padding: 0 0 0 10px;
  vertical-align: middle;
  width: 16px;
}

label + .table-view {
  margin-top: 0;
}

.table-view {
  margin: 20px 0;
  border: 2px solid #dfdfdf;
  border-bottom: 0;
  border-collapse: collapse;
  width: 100%;
  overflow-x: scroll;
}
.table-view tr th > div {
  white-space: nowrap;
  display: inline-block;
  word-break: keep-all;
}
.table-view tr td.note {
  width: 20% !important;
}
.table-view tr .warning {
  color: #d05a47;
}
.table-view tr td, .table-view tr th {
  vertical-align: top;
  border-bottom: 2px solid #dfdfdf;
  padding: 10px;
  width: 25%;
}
.table-view tr td > p, .table-view tr th > p {
  margin: 0;
}
.table-view tr td .img-missing, .table-view tr th .img-missing {
  display: block;
  margin-bottom: 10px;
}
.table-view tr td img, .table-view tr th img {
  max-width: 100px;
  max-height: 100px;
}
.table-view tr td > span > a:not(.btn),
.table-view tr td > a:not(.btn), .table-view tr th > span > a:not(.btn),
.table-view tr th > a:not(.btn) {
  color: #3F71B8;
}
.table-view tr td > span > a:not(.btn):hover, .table-view tr td > span > a:not(.btn):focus, .table-view tr td > span > a:not(.btn):active,
.table-view tr td > a:not(.btn):hover,
.table-view tr td > a:not(.btn):focus,
.table-view tr td > a:not(.btn):active, .table-view tr th > span > a:not(.btn):hover, .table-view tr th > span > a:not(.btn):focus, .table-view tr th > span > a:not(.btn):active,
.table-view tr th > a:not(.btn):hover,
.table-view tr th > a:not(.btn):focus,
.table-view tr th > a:not(.btn):active {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .table-view tr td, .table-view tr th {
    width: 100%;
  }
}
.table-view tr:nth-child(odd) {
  background: #FaFaFa;
}
.table-view tr:first-child,
.table-view tfoot > th {
  background: #f2f2f2;
}
@media (max-width: 750px) {
  .table-view a.btn, .table-view .site-manager .feature a.link, .site-manager .feature .table-view a.link {
    min-width: 100px;
  }
}
.table-view .tool-tip {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}
.table-view .tool-tip:hover .tool-tip-text, .table-view .tool-tip:focus .tool-tip-text, .table-view .tool-tip:active .tool-tip-text {
  visibility: visible;
}
.table-view .tool-tip .tool-tip-text {
  cursor: default;
  right: 0;
  top: 20px;
  border: 3px solid #dfdfdf;
  visibility: hidden;
  width: 250px;
  background-color: white;
  border-radius: 3px;
  padding: 0 15px;
  position: absolute;
  z-index: 1;
  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.1);
  white-space: normal;
}
.table-view [data-sort] {
  position: relative;
  cursor: pointer;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.table-view [data-sort]:after {
  position: absolute;
  padding: 0 8px;
}
.table-view.bulk tr:nth-child(odd) {
  background: transparent;
}
.table-view.bulk thead tr:nth-child(1) > th {
  background: #f2f2f2;
}
.table-view.bulk thead tr:nth-child(2) > th {
  background: #FaFaFa;
}
.table-view.bulk .hidden:after {
  font-family: fontAwesome;
  content: "\f070";
  display: inline-block;
  color: #999;
  margin-right: 10px;
}
.table-view.bulk .bulk-checkbox {
  width: 1%;
}
.table-view.bulk .bulk-checkbox .checkbox {
  margin: 0;
}
.table-view.bulk .bulk-checkbox .checkbox input {
  margin: 0;
}
.table-view.bulk .page-name {
  position: relative;
  max-width: 220px;
  overflow: hidden;
}
.table-view.bulk .page-name:after {
  content: " ";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
}
.table-view.bulk .page-name > a {
  white-space: nowrap;
}
.table-view.bulk .inactive {
  opacity: 0.5;
}
.table-view.bulk .bulk-actions {
  float: right;
}
.table-view.bulk .bulk-actions .btn.inactive, .table-view.bulk .bulk-actions .site-manager .feature .inactive.link, .site-manager .feature .table-view.bulk .bulk-actions .inactive.link {
  cursor: default;
}
.table-view.bulk select {
  width: 160px;
  height: 34px;
}
.table-view.bulk .checkbox,
.table-view.bulk .radio,
.table-view.bulk dropdownlist {
  display: inline-block;
  margin-right: 5px;
}
.table-view.bulk dropdownlist {
  width: auto;
}
.table-view .checkbox > label {
  margin-bottom: 0;
}

.distribute-width {
  display: table;
  width: 100%;
}
@media (max-width: 750px) {
  .distribute-width .actions command-button {
    margin-left: 0px !important;
  }
}

.distribute-width > * {
  display: table-cell;
}
@media (max-width: 750px) {
  .distribute-width > * {
    display: block;
  }
}

.switch {
  display: inline-block;
  width: 40px;
  height: 20px;
  background: #dfdfdf;
  border-radius: 999px;
  position: relative;
}
.switch:before {
  transition: left 0.2s, background 0.2s;
  -webkit-transition: left 0.2s, background 0.2s;
  -moz-transition: left 0.2s, background 0.2s;
  -o-transition: left 0.2s, background 0.2s;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  content: " ";
  height: 18px;
  width: 18px;
  background: #fff;
  cursor: pointer;
}
.switch:after {
  opacity: 0;
  content: " ";
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 2px;
  cursor: pointer;
  visibility: hidden;
}
.switch.on {
  background: #3F71B8;
}
.switch.on:before {
  transition: left 0.2s;
  -webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  -o-transition: left 0.2s;
  left: 21px;
}
.switch.on:after {
  content: "\f00c";
  font-size: 11px;
  margin-left: 0;
  position: relative;
  top: 1px;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.switch.on:after {
  opacity: 1;
  visibility: visible;
  color: white;
  left: 6px;
}
.switch.off {
  background: #d05a47;
}
.switch.dimmed {
  opacity: 0.35;
}
.switch.disabled {
  background: #555;
}
.switch.warning {
  background: #4E5865 !important;
}
.switch.warning:after {
  content: "\f071";
  font-size: 11px;
  margin-left: 0;
  position: relative;
  top: 1px;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.switch.loading:after {
  border-radius: 100%;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  animation: load 1.1s infinite linear;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
}
.switch.loading.on:after {
  left: 21px;
  top: -2px;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#applications ul.sections {
  display: block;
  width: 60px;
  height: 100%;
  margin: 0;
  background: #1E242C;
  position: relative;
  z-index: 1000;
}
#applications ul.sections li {
  border-bottom: 2px solid rgba(78, 88, 101, 0.25);
  display: block;
}
#applications ul.sections li:hover a:hover, #applications ul.sections li:hover a:active, #applications ul.sections li:hover a:focus {
  color: #DAD59B;
}
#applications ul.sections li.active a {
  color: #DAD59B;
}
#applications ul.sections li.active a:hover, #applications ul.sections li.active a:active, #applications ul.sections li.active a:focus {
  color: #DAD59B;
}
#applications ul.sections li a {
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  padding: calc(60px/2 - 24px) 0;
  margin: 0;
  color: rgba(78, 88, 101, 0.8);
  text-align: center;
  text-decoration: none;
}
#applications ul.sections li a i {
  font-size: 30px;
  margin: 0;
  display: block;
}
#applications ul.sections li a span {
  display: block;
  font-size: 9px;
  line-height: 1.4em;
  opacity: 0;
  transition: all 0.1s ease-in;
  display: none;
}
#applications ul.sections li.avatar {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  border-left: 0;
}
#applications ul.sections li.avatar a {
  height: auto;
  padding: 0;
  margin: 0 auto;
  border: 0;
}
#applications ul.sections li.avatar a span {
  display: block;
  opacity: 1;
  height: 45px;
  width: 45px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}
#applications ul.sections li.avatar a img {
  max-width: 40px;
  width: 100%;
  height: auto;
}
#applications ul.sections li.avatar.profile a > img {
  border-radius: 100%;
  max-width: none;
}
#applications ul.sections li.help {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  margin: 0;
}
#applications ul.sections li.help a {
  border-bottom: 0;
}
#applications ul.sections li [class*=" icon-"]:before,
#applications ul.sections li [class^=icon-]:before {
  margin: 1px 0 0;
  font-size: 24px;
}
#applications ul.sections:hover li [class*=" icon-"]:before,
#applications ul.sections:hover li [class^=icon-]:before {
  opacity: 1;
}
#applications:hover ul li a span {
  opacity: 1;
}
#applications.faded ul.sections li {
  opacity: 0.4;
}

section-menu {
  display: block;
  padding: 10px;
  background: #FaFaFa;
}
section-menu > a:first-child {
  color: #343536;
}
section-menu > a:first-child:hover {
  color: #3F71B8;
}
section-menu .toggle-menu {
  float: right;
  color: #343536;
}

table.sortable,
ul.sortable {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  position: relative;
}
table.sortable li, table.sortable tr,
ul.sortable li,
ul.sortable tr {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 5px;
}
table.sortable li:first-child, table.sortable tr:first-child,
ul.sortable li:first-child,
ul.sortable tr:first-child {
  border-top: 1px solid #dfdfdf;
}
table.sortable li .remove,
ul.sortable li .remove {
  float: right;
}
table.sortable a,
ul.sortable a {
  text-decoration: none;
}
table.sortable a:active, table.sortable a:visited,
ul.sortable a:active,
ul.sortable a:visited {
  color: #3F71B8;
}
table.sortable a:hover,
ul.sortable a:hover {
  color: #343536;
}
table.sortable .ui-sortable-helper,
ul.sortable .ui-sortable-helper {
  border-top: 1px solid #dfdfdf;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
  background: white;
}
table.sortable thead > tr,
ul.sortable thead > tr {
  background: #FaFaFa;
}
table.sortable tbody > tr,
ul.sortable tbody > tr {
  border-bottom: 1px solid #ccc !important;
}
table.sortable tbody > tr.ui-sortable-helper,
ul.sortable tbody > tr.ui-sortable-helper {
  padding: 0;
  width: 100%;
}
table.sortable tbody > tr:hover,
ul.sortable tbody > tr:hover {
  background: #FaFaFa !important;
}
table.sortable td,
table.sortable th,
ul.sortable td,
ul.sortable th {
  text-align: left;
  padding: 10px 5px !important;
}
table.sortable td:first-of-type, table.sortable td:last-of-type,
table.sortable th:first-of-type,
table.sortable th:last-of-type,
ul.sortable td:first-of-type,
ul.sortable td:last-of-type,
ul.sortable th:first-of-type,
ul.sortable th:last-of-type {
  width: 1px;
}
table.sortable .handle,
ul.sortable .handle {
  cursor: move;
}
table.sortable .handle > span,
ul.sortable .handle > span {
  cursor: move;
  width: 10px;
  height: 1px;
  background: #dfdfdf;
  position: relative;
  display: inline-block;
  margin: 5px 10px 5px 0;
}
table.sortable .handle > span:before, table.sortable .handle > span:after,
ul.sortable .handle > span:before,
ul.sortable .handle > span:after {
  left: 0;
  cursor: move;
  position: absolute;
  top: 0;
  content: " ";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #dfdfdf;
}
table.sortable .handle > span:before,
ul.sortable .handle > span:before {
  top: -4px;
}
table.sortable .handle > span:after,
ul.sortable .handle > span:after {
  top: 4px;
}
table.sortable .remove,
ul.sortable .remove {
  padding: 0 5px 0 10px;
  text-align: right;
}
table.sortable .remove:before,
ul.sortable .remove:before {
  content: "\f00d";
  font-family: fontawesome;
  color: #000;
  font-size: 12.5px;
}

nav.nav-wizard {
  background: #FaFaFa;
  border-bottom: 2px solid #dfdfdf;
  border-top: 2px solid #dfdfdf;
}
nav.nav-wizard ul {
  list-style-type: decimal;
  list-style-position: inside;
}
nav.nav-wizard ul:after {
  content: "";
  clear: both;
  display: table;
}
nav.nav-wizard ul li {
  display: list-item;
  float: left;
  padding: 13px 20px 12px;
  position: relative;
  font-weight: bold;
  color: #999;
}
nav.nav-wizard ul li.active ~ li {
  background: transparent;
  margin-right: 0;
}
nav.nav-wizard ul li.active {
  color: #3F71B8;
}

.alt-checker-feature {
  min-width: 450px;
  padding: 5px 0;
}
.alt-checker-feature .img-missing {
  margin: 0 !important;
}
.alt-checker-feature > *:not(command-button) {
  display: inline-block !important;
  padding-right: 20px;
}
.alt-checker-feature > textbox label {
  display: inline-block;
}
.alt-checker-feature > textbox input {
  width: auto;
}
.alt-checker-feature command-button a.btn, .alt-checker-feature command-button .site-manager .feature a.link, .site-manager .feature .alt-checker-feature command-button a.link {
  margin: 10px 0;
}
.alt-checker-feature command-button.loading a.btn, .alt-checker-feature command-button.loading .site-manager .feature a.link, .site-manager .feature .alt-checker-feature command-button.loading a.link {
  background-color: #3F71B8;
  color: white;
}
@media (max-width: 750px) {
  .alt-checker-feature command-button {
    width: 20%;
  }
}

.tab-toggler {
  position: relative;
  z-index: 999;
  cursor: pointer;
  display: inline-block;
}
.tab-toggler > span,
.tab-toggler > span:before,
.tab-toggler > span:after {
  background: #3F71B8;
  display: inline-block;
}
.tab-toggler > span:before,
.tab-toggler > span:after {
  content: " ";
}

.tab-toggler:not(.burger) {
  padding: 10px 18px;
  background: white;
  border: 2px solid #dfdfdf;
  border-radius: 3px;
  margin: 8px 10px 10px 20px;
  top: 3px;
}
.tab-toggler:not(.burger):hover, .tab-toggler:not(.burger):focus, .tab-toggler:not(.burger):active {
  background: #dfdfdf;
}
.tab-toggler:not(.burger) > span {
  top: calc(50% - 2px);
  left: calc(50% - 2px);
}
.tab-toggler:not(.burger) > span,
.tab-toggler:not(.burger) > span:before,
.tab-toggler:not(.burger) > span:after {
  border-radius: 100%;
  position: absolute;
  height: 4px;
  width: 4px;
}
.tab-toggler:not(.burger) > span:before {
  left: -8px;
}
.tab-toggler:not(.burger) > span:after {
  right: -8px;
}

@media (max-width: 750px) {
  nav-tabs {
    border: 0;
    border-bottom: 2px solid #dfdfdf;
    background: transparent;
  }
}

@media (max-width: 750px) {
  .tab-toggler.burger {
    z-index: 1;
    position: relative;
    display: inline-block;
    margin: 10px 0 5px 20px;
    width: 36px;
    height: 28px;
    border: 2px solid #dfdfdf;
    border-radius: 3px;
  }
  .tab-toggler.burger:hover, .tab-toggler.burger:active, .tab-toggler.burger:focus {
    background: #dfdfdf;
  }
  .tab-toggler.burger > span,
  .tab-toggler.burger > span:before,
  .tab-toggler.burger > span:after {
    height: 2px;
    width: 20px;
    position: absolute;
    display: inline-block;
  }
  .tab-toggler.burger > span {
    left: 6px;
    top: 6px;
  }
  .tab-toggler.burger > span:before {
    top: 5px;
  }
  .tab-toggler.burger > span:after {
    top: 10px;
  }
}

[data-is*=forms-management] main {
  margin-top: 20px;
}
[data-is*=forms-management] main table {
  border-bottom: 0px !important;
}
[data-is*=forms-management] main table td.quantity,
[data-is*=forms-management] main table th.quantity {
  text-align: left;
}
@media (max-width: 1024px) {
  [data-is*=forms-management] main table a.btn, [data-is*=forms-management] main table .site-manager .feature a.link, .site-manager .feature [data-is*=forms-management] main table a.link {
    margin: 10px 0 !important;
  }
}

dropdownlist + .description {
  display: block;
}

span.indicator {
  border-radius: 3px;
  background: #d05a47;
  color: #fff;
  display: inline-block;
  padding: 0 3px;
  font-weight: 600;
  margin-left: 4px;
  font-size: 11.5px;
  min-width: 16px;
  text-align: center;
}
span.indicator.note {
  background: rgba(63, 113, 184, 0.75);
}
span.indicator.warning {
  background: #d05a47;
  color: #fff;
}

loader.indicator {
  display: inline-block;
}
loader.indicator > .loader {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px;
}
loader.indicator > .loader:after {
  border-top-color: #FaFaFa;
}

.filter .active .indicator {
  background: #fff;
  color: #3F71B8;
}

.filter + .message {
  margin: 20px 0;
}

.message {
  border: 1px solid #dfdfdf;
  padding: 30px 20px;
  margin: 0 0 20px 0;
  border-radius: 3px;
  position: relative;
}
.message > div {
  max-width: calc(100% - 140px);
  padding-left: 45px;
}
.message > div > i {
  display: inline-block;
  height: 32px;
  width: 32px;
  background: white;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  left: 20px;
  top: calc(50% - 16px);
}
.message > .btn, .site-manager .feature .message > .link {
  position: absolute;
  right: 20px;
  top: calc(50% - 17px);
}
.message.warning {
  border-left: 3px solid #d05a47;
  background: rgba(208, 90, 71, 0.1);
}
.message.warning i {
  background-image: url("../gfx/icon-info.svg");
}
.message.note {
  border-left: 3px solid #3F71B8;
  background: rgba(63, 113, 184, 0.1);
}
.message.note i {
  background-image: url("../gfx/icon-check.svg");
}

dropdownlist {
  display: inline-block;
  width: 100%;
}

#pageSizesWrapper {
  display: flex;
  text-align: left;
  align-items: center;
}
#pageSizesWrapper label {
  white-space: nowrap;
  margin: 0 12px 0 0;
}
#pageSizesWrapper select {
  width: 100px;
  min-width: auto;
}

#pager > form {
  display: flex;
  justify-content: space-between;
}
#pager .pagedisplay {
  display: inline-block;
  margin: 0 10px;
}

.btn.disabled, .site-manager .feature .disabled.link {
  opacity: 0.5;
}
.btn.disabled:hover, .site-manager .feature .disabled.link:hover {
  cursor: default !important;
  background: white;
}

.schema-manager li {
  padding: 15px 15px 5px 15px;
  background: #e6f8f5;
  margin-bottom: 15px;
}
.schema-manager li > h3:before {
  margin-right: 8px;
  font-family: fontAwesome;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.schema-manager li.missing > h3:before {
  content: "\f071";
  color: #d05a47;
}
.schema-manager li.different > h3:before {
  content: "\f0ad";
  color: #4E5865;
}
.schema-manager li.extra > h3:before {
  content: "\f05a";
  color: #90AEDA;
}

.drop-down-tree {
  position: relative;
}
.drop-down-tree > a {
  border-radius: 3px;
  border: 2px solid #dfdfdf;
  display: block;
  padding: 6px 13px;
  cursor: pointer;
  position: relative;
  color: #555 !important;
  background: white;
  font-weight: 500;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.drop-down-tree > a:hover, .drop-down-tree > a:focus, .drop-down-tree > a:active {
  text-decoration: none !important;
  background: #FaFaFa;
}
.drop-down-tree > a:after {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 4px;
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.drop-down-tree.dropped > a.reset:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.drop-down-tree.dropped > a.reset:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.drop-down-tree > a.reset {
  display: none;
  border-radius: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 12px;
  background: white;
  width: 22px;
  height: 22px;
  right: 7px;
  top: 6px;
  border: 1px solid #dfdfdf;
}
.drop-down-tree > a.reset.clear-values {
  display: inline-block;
}
.drop-down-tree > a.reset:hover {
  background: #e7e7e7;
}
.drop-down-tree > a.reset:before, .drop-down-tree > a.reset:after {
  content: "";
  position: absolute;
  height: 1.5px;
  width: 12px;
  background: #d05a47;
  top: 9.5px;
  left: 4px;
}
.drop-down-tree > a.reset:before {
  transform: rotate(-45deg);
}
.drop-down-tree > a.reset:after {
  transform: rotate(45deg);
}
.drop-down-tree.dropped > a:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.drop-down-tree .scroll-box {
  background: #FaFaFa;
  border: 2px solid #dfdfdf;
  z-index: 100;
  position: absolute;
  width: 100%;
  margin-top: -2px;
}

drop-down-tree-editor.inactive .drop-down-tree {
  opacity: 0.5;
}
drop-down-tree-editor.inactive .drop-down-tree.dropped > a:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
drop-down-tree-editor.inactive .drop-down-tree.dropped scroll-box {
  display: none;
}

.type-ahead {
  position: relative;
}
.type-ahead loader {
  position: absolute;
  top: 24px;
  left: 5px;
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #FaFaFa;
}
.type-ahead .result-popup {
  position: absolute;
  z-index: 1000;
  top: 45px;
  left: 0;
  padding: 0;
  border-radius: 0;
  border: 2px solid #dfdfdf;
  background-color: white;
  margin: 0;
  padding: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: scroll;
  height: calc(100vh - 100px);
  width: calc(100vw - 80px);
  transition: width 0.2s;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
}
.type-ahead .result-popup .backend-search-filter {
  border-bottom: 2px solid #dfdfdf;
  margin: -10px -10px 0 -10px;
  padding: 15px;
  background: #FaFaFa;
  position: relative;
}
.type-ahead .result-popup .backend-search-filter:after {
  content: "";
  clear: both;
  display: table;
}
.type-ahead .result-popup .backend-search-filter > div {
  position: absolute;
  z-index: 95;
  background: white;
  left: 0;
  top: 51px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #dfdfdf;
  width: 100%;
}
.type-ahead .result-popup .backend-search-filter > div .tree-view {
  padding: 5px 15px 10px !important;
}
.type-ahead .result-popup .backend-search-filter > div .tree-view ul li {
  padding-left: 0;
}
.type-ahead .result-popup .backend-search-filter > span {
  font-weight: 600;
}
.type-ahead .result-popup .backend-search-filter > span > .icon {
  position: relative;
  top: 1px;
  margin-right: 7px;
  font-size: 14px;
}
.type-ahead .result-popup .backend-search-filter > span command-button {
  position: absolute;
  right: 10px;
  top: calc(50% - 14px);
  min-width: auto;
  z-index: 1;
  display: inline-block;
  margin: 0;
  width: 36px;
  height: 28px;
  border: 2px solid #dfdfdf;
  border-radius: 3px;
  cursor: pointer;
}
.type-ahead .result-popup .backend-search-filter > span command-button.active {
  background: #dfdfdf;
}
.type-ahead .result-popup .backend-search-filter > span command-button.active .btn.burger, .type-ahead .result-popup .backend-search-filter > span command-button.active .site-manager .feature .burger.link, .site-manager .feature .type-ahead .result-popup .backend-search-filter > span command-button.active .burger.link,
.type-ahead .result-popup .backend-search-filter > span command-button.active .btn.burger:before,
.type-ahead .result-popup .backend-search-filter > span command-button.active .site-manager .feature .burger.link:before,
.site-manager .feature .type-ahead .result-popup .backend-search-filter > span command-button.active .burger.link:before,
.type-ahead .result-popup .backend-search-filter > span command-button.active .btn.burger:after,
.type-ahead .result-popup .backend-search-filter > span command-button.active .site-manager .feature .burger.link:after,
.site-manager .feature .type-ahead .result-popup .backend-search-filter > span command-button.active .burger.link:after {
  background: #3F71B8;
}
.type-ahead .result-popup .backend-search-filter > span command-button .btn.burger, .type-ahead .result-popup .backend-search-filter > span command-button .site-manager .feature .burger.link, .site-manager .feature .type-ahead .result-popup .backend-search-filter > span command-button .burger.link {
  border: 0;
  padding: 0;
  min-width: auto;
}
.type-ahead .result-popup .backend-search-filter > span command-button .burger {
  left: calc(50% - 10px);
  top: calc(50% - 1px);
}
.type-ahead .result-popup .backend-search-filter > span command-button .burger:before, .type-ahead .result-popup .backend-search-filter > span command-button .burger:after {
  opacity: 1 !important;
  content: "" !important;
}
.type-ahead .result-popup .backend-search-filter > span command-button .burger:before {
  margin-top: -5px;
}
.type-ahead .result-popup .backend-search-filter > span command-button .burger:after {
  margin-top: 5px;
}
.type-ahead .result-popup .backend-search-filter > span command-button .burger,
.type-ahead .result-popup .backend-search-filter > span command-button .burger:before,
.type-ahead .result-popup .backend-search-filter > span command-button .burger:after {
  text-align: left;
  background: #3F71B8;
  height: 2px;
  width: 20px;
  position: absolute;
  display: inline-block;
}
.type-ahead .result-popup ul.list-view {
  margin-left: 0;
  margin-right: 0;
}
.type-ahead .result-popup ul.list-view li a {
  font-size: 12.5px;
  font-weight: 500;
  display: block;
  background: #fff;
}
.type-ahead .result-popup ul.list-view li a:active, .type-ahead .result-popup ul.list-view li a:focus, .type-ahead .result-popup ul.list-view li a:hover {
  color: #000;
  border-radius: 0;
  background: #f0f0f0;
}
.type-ahead .result-popup ul.list-view li.selected a {
  background: #3F71B8;
  color: #fff;
}
.type-ahead .result-popup ul.list-view li.selected a i {
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .type-ahead .result-popup {
    width: 200%;
  }
}
@media only screen and (min-width: 1450px) {
  .type-ahead .result-popup {
    width: 300%;
  }
}
.contentpicker li a:hover .hover-show {
  display: inline-block;
}
.contentpicker li a:hover .hover-hide {
  display: none;
}
.contentpicker li a .hover-hide {
  display: none;
}

.fileupload .preview {
  border-radius: 5px;
  float: left;
  padding: 3px;
  margin-right: 30px;
  margin-bottom: 30px;
  background: #dfdfdf;
  border: 1px solid #555;
}
.fileupload ul {
  margin-bottom: 0;
  vertical-align: middle;
  list-style: none;
}
.fileupload label {
  padding-left: 7px;
  font-weight: normal;
  vertical-align: middle;
}
.fileupload .preview-file {
  width: 55px;
  height: 45px;
  padding-top: 27px;
  font-size: 9px;
  color: #343536;
  text-align: center;
  text-transform: uppercase;
}
.fileupload input {
  font-size: 11px;
}

.upload-button {
  margin: 10px 0 15px;
  width: auto;
  min-height: 100px;
  width: 200px;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 2px dashed #d2d2d2;
  background: #fff;
  cursor: pointer;
  transition: all 0.1s ease-in;
  border-radius: 2px;
}
.upload-button:active, .upload-button:focus, .upload-button:hover {
  background: #FaFaFa;
  border-style: solid;
  border-color: #90AEDA;
}
.upload-button:active > p, .upload-button:focus > p, .upload-button:hover > p {
  color: #90AEDA;
}
.upload-button:active .icon, .upload-button:focus .icon, .upload-button:hover .icon {
  color: #90AEDA;
}
.upload-button > p {
  font-size: 12px;
  text-transform: uppercase;
  color: #555;
  font-family: "Work Sans", Helvetica Neue, sans-serif;
  margin: 0;
  color: #d2d2d2;
  font-weight: bold;
}
.upload-button .icon {
  font-size: 30px;
  margin-top: 16px;
  display: block;
  color: #d2d2d2;
}
.upload-button.hasImage {
  background: transparent;
  border-color: transparent;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-button.hasImage .icon, .upload-button.hasImage p {
  display: none;
}
.upload-button.hasImage:hover {
  opacity: 0.9;
  transition: all 0.1s ease-in;
}
.upload-button.hasImage:hover p {
  display: flex;
  position: absolute;
  color: white;
  background: rgba(0, 0, 0, 0.65);
  padding: 2px 8px;
  border-radius: 5px;
}
.upload-button input {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.upload-button .thumbnail {
  width: auto;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.upload-button .thumbnail > img {
  width: auto;
  min-height: 100px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-upload .file-info > p > span:first-child {
  margin-right: 8px;
}

.media-upload.large .upload-button {
  width: 100%;
}

.media-upload.small .upload-button {
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  border: 0;
  background: #3F71B8;
  color: white;
  padding: 7px 15px 6px 20px;
  margin: 0 0 0 5px;
  position: relative;
  top: 1px;
  border-radius: 3px;
}
.media-upload.small .upload-button .icon {
  position: absolute;
  top: 5px;
  left: 12px;
  font-size: 16px;
  display: inline-block;
  margin: 0;
  color: white;
}
.media-upload.small .upload-button p {
  padding-left: 17px;
  display: inline-block;
  color: white;
}

.mediapicker {
  margin-top: 5px;
}
.mediapicker .add-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #555;
  text-align: center;
  text-decoration: none;
  border: 2px dashed #d2d2d2;
  background: #fff;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  border-radius: 2px;
}
.mediapicker .add-link:active, .mediapicker .add-link:focus, .mediapicker .add-link:hover {
  background: #FaFaFa;
  border-color: #90AEDA;
  border-style: solid;
}
.mediapicker .add-link:active > i, .mediapicker .add-link:focus > i, .mediapicker .add-link:hover > i {
  color: #90AEDA;
}
.mediapicker .add-link > i {
  font-size: 13px;
  color: #d2d2d2;
  position: relative;
  top: 15px;
}
.mediapicker .picked-image {
  border-radius: 15px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: none;
  width: 32px;
  height: 32px;
  overflow: hidden;
  font-size: 24px;
  line-height: 36px;
  color: red;
  text-align: center;
  text-decoration: none;
  background: #fff;
  opacity: 0.5;
}
.mediapicker .umb-sortable-thumbnails {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mediapicker .umb-sortable-thumbnails li {
  position: relative;
  display: inline-block;
  padding: 2px;
  margin: 5px;
  text-align: center;
  vertical-align: top;
  background: #fff;
}
.mediapicker .umb-sortable-thumbnails li:first-child {
  margin-left: 0;
}

.folderbrowser .add-link {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border: 1px #555 dashed;
}
.folderbrowser .selector-overlay {
  display: none !important;
}

.folder-items {
  margin-left: -10px;
  overflow: auto;
  max-height: 500px;
}

.folder-item {
  background: #fff;
  float: left;
  width: 100px;
  height: 100px;
  border: 2px solid #dfdfdf;
  margin: 0 0 10px 10px;
  text-align: center;
  cursor: pointer;
  display: block;
  overflow: hidden;
  color: #555;
  font-size: 12px;
  padding: 10px 10px 0 10px;
  border-radius: 3px;
}
.folder-item i {
  font-size: 38px;
  display: block;
  color: #888;
}
.folder-item.img {
  background-size: cover;
  background-position: center;
}

.modal .span6 .folder-item {
  height: 114px;
  width: calc(25% - 10px);
}
.modal .folder-items {
  max-height: none;
}

.child-list-editor header {
  height: auto;
  padding: 10px;
  border: 2px solid #dfdfdf;
}
.child-list-editor main {
  padding: 10px 25px;
  min-height: 150px;
  border: 2px solid #dfdfdf;
  border-width: 0 2px 2px 2px;
}

.imagemap-editor main {
  border: 1px solid #ccc;
  min-height: 500px;
  margin: 20px 0;
}
.imagemap-editor main .pad {
  position: relative;
}
.imagemap-editor main .pad canvas {
  position: absolute;
  top: 0;
}
.imagemap-editor main .pad canvas.front {
  left: 0;
}
.imagemap-editor main .pad canvas.back {
  right: 0;
  visibility: hidden;
}

.cookie-categories label {
  font-size: 16px;
  margin: 10px 0;
}

@media (max-width: 1024px) {
  .mce-tinymce .mce-btn button {
    padding: 10px;
  }
  .mce-tinymce .mce-btn-group:not(:first-child) {
    border-left: 0;
    margin: 0 auto !important;
  }
  .mce-tinymce .mce-flow-layout-item {
    margin: 0;
  }
  .mce-tinymce .mce-toolbar-grp {
    padding: 0;
  }
}

.mce-content-body p.right-align {
  text-align: right;
}
.mce-content-body p.left-align {
  text-align: left;
}
.mce-content-body p.center-align {
  text-align: center;
}

table.domains .icon-navigation:before {
  position: relative;
  top: 4px;
}
table.domains .btn-danger {
  min-width: auto;
}
table.domains input.port.default {
  color: #dfdfdf;
}

.link-dialog {
  overflow: hidden;
}
.link-dialog .left {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 5px;
}
.link-dialog .right {
  width: 50%;
  float: right;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 5px;
}
@media (max-width: 750px) {
  .link-dialog .left,
  .link-dialog .right {
    width: 100%;
    float: left;
  }
}

@media (max-width: 750px) {
  .modal [data-is*=media-dialog] .span6 {
    width: 100% !important;
  }
  .modal [data-is*=media-dialog] .span6 .folder-item {
    width: 100px;
    height: 100px;
  }
  .modal [data-is*=media-dialog] .span6:first-of-type {
    height: 50% !important;
  }
  .modal [data-is*=media-dialog] label {
    margin: 10px 0;
  }
  .modal [data-is*=media-dialog] .span4,
  .modal [data-is*=media-dialog] .span2 {
    width: 100% !important;
  }
  .modal [data-is*=media-dialog] .span4 img,
  .modal [data-is*=media-dialog] .span2 img {
    max-width: 50% !important;
  }
  .modal [data-is*=media-dialog] .edit-page {
    display: none;
  }
}

.borger {
  position: relative;
}
.borger > .search {
  padding: 10px;
  background: #FaFaFa;
  border: 2px solid #dfdfdf;
  border-radius: 3px;
  display: block;
}
.borger > .search:after {
  content: "";
  clear: both;
  display: table;
}
.borger > .search > input {
  width: calc(100% - 80px);
  float: left;
}
.borger > .search .btn, .borger > .search .site-manager .feature .link, .site-manager .feature .borger > .search .link {
  margin-left: 5px;
}
.borger loader {
  left: 0;
  top: 0;
  padding: 0;
  background: white;
  position: absolute;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  background: white;
  height: 57px;
  display: flex;
  align-items: center;
}
.borger loader .loader {
  left: 10px;
  top: 0;
}
.borger .actions .btn + .btn, .borger .actions .site-manager .feature .link + .btn, .site-manager .feature .borger .actions .link + .btn, .borger .actions .site-manager .feature .btn + .link, .site-manager .feature .borger .actions .btn + .link, .borger .actions .site-manager .feature .link + .link, .site-manager .feature .borger .actions .link + .link {
  margin-left: 3px;
}
.borger .tree-view .node > i {
  display: none;
}
.borger .search-results + .link-dialog {
  display: none;
}
.borger > .link-dialog {
  padding-top: 10px;
}
.borger > .link-dialog .right {
  padding: 10px;
  background: #FaFaFa;
  border: 2px solid #dfdfdf;
  border-radius: 3px;
}
.borger div:not(.tree-view) > ul > li {
  border-bottom: 1px solid #dfdfdf;
  margin: 10px 0;
  padding: 0 0 10px;
}
.borger div:not(.tree-view) > ul > li:after {
  content: "";
  clear: both;
  display: table;
}
.borger div:not(.tree-view) > ul > li:first-child {
  border-top: 1px solid #dfdfdf;
  padding-top: 10px;
}
.borger div:not(.tree-view) > ul > li > p {
  display: inline-block;
  margin: 7px 0 0 10px;
  font-weight: 600;
}
.borger div:not(.tree-view) > ul > li > .actions {
  float: right;
  display: inline-block;
}

.borger-editor {
  background: #FaFaFa;
  border: 2px solid #dfdfdf;
  border-radius: 3px;
  margin: 5px 0;
  padding: 10px;
}
.borger-editor .article > label {
  display: block;
  margin: 10px 0 10px 5px;
}
.micro-articles > li {
  margin: 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dfdfdf;
}
.micro-articles > li:first-child {
  border-top: 1px solid #dfdfdf;
  padding-top: 10px;
}
.micro-articles > li .article:after {
  content: "";
  clear: both;
  display: table;
}
.micro-articles > li .article > .article-name {
  float: left;
  margin-top: 9px;
}
.micro-articles > li .article > .btn, .micro-articles > li .site-manager .feature .article > .link, .site-manager .feature .micro-articles > li .article > .link {
  float: right;
}
.micro-articles > li .content {
  padding: 25px;
  background: rgba(63, 113, 184, 0.1);
  margin: 20px 0px;
  border: 1px solid rgba(63, 113, 184, 0.5);
  border-radius: 3px;
}
.micro-articles > li .content h2 {
  font-weight: 600;
}

.btn > i[class*=fa-], .site-manager .feature .link > i[class*=fa-] {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

[class*=fa-] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile:before {
  content: "\f10b";
}

command-button[command=previewDesktop],
command-button[command=previewTablet],
command-button[command=previewMobile] {
  margin-left: 0 !important;
}
command-button[command=previewDesktop]:nth-child(1) .btn, command-button[command=previewDesktop]:nth-child(1) .site-manager .feature .link, .site-manager .feature command-button[command=previewDesktop]:nth-child(1) .link,
command-button[command=previewTablet]:nth-child(1) .btn,
command-button[command=previewTablet]:nth-child(1) .site-manager .feature .link,
.site-manager .feature command-button[command=previewTablet]:nth-child(1) .link,
command-button[command=previewMobile]:nth-child(1) .btn,
command-button[command=previewMobile]:nth-child(1) .site-manager .feature .link,
.site-manager .feature command-button[command=previewMobile]:nth-child(1) .link {
  border-radius: 3px 0 0 3px;
}
command-button[command=previewDesktop]:nth-child(2) .btn, command-button[command=previewDesktop]:nth-child(2) .site-manager .feature .link, .site-manager .feature command-button[command=previewDesktop]:nth-child(2) .link,
command-button[command=previewTablet]:nth-child(2) .btn,
command-button[command=previewTablet]:nth-child(2) .site-manager .feature .link,
.site-manager .feature command-button[command=previewTablet]:nth-child(2) .link,
command-button[command=previewMobile]:nth-child(2) .btn,
command-button[command=previewMobile]:nth-child(2) .site-manager .feature .link,
.site-manager .feature command-button[command=previewMobile]:nth-child(2) .link {
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-radius: 0;
}
command-button[command=previewDesktop]:nth-child(3) .btn, command-button[command=previewDesktop]:nth-child(3) .site-manager .feature .link, .site-manager .feature command-button[command=previewDesktop]:nth-child(3) .link,
command-button[command=previewTablet]:nth-child(3) .btn,
command-button[command=previewTablet]:nth-child(3) .site-manager .feature .link,
.site-manager .feature command-button[command=previewTablet]:nth-child(3) .link,
command-button[command=previewMobile]:nth-child(3) .btn,
command-button[command=previewMobile]:nth-child(3) .site-manager .feature .link,
.site-manager .feature command-button[command=previewMobile]:nth-child(3) .link {
  border-radius: 0 3px 3px 0;
}

.dialog.modal .dialog-wrapper command-button[command=previewDesktop] > .btn, .dialog.modal .dialog-wrapper .site-manager .feature command-button[command=previewDesktop] > .link, .site-manager .feature .dialog.modal .dialog-wrapper command-button[command=previewDesktop] > .link {
  background: #e6f8f5;
}
.dialog.modal .dialog-wrapper.dialog-wrapper-tablet {
  width: 798px !important;
}
.dialog.modal .dialog-wrapper.dialog-wrapper-tablet command-button[command=previewDesktop] > .btn, .dialog.modal .dialog-wrapper.dialog-wrapper-tablet .site-manager .feature command-button[command=previewDesktop] > .link, .site-manager .feature .dialog.modal .dialog-wrapper.dialog-wrapper-tablet command-button[command=previewDesktop] > .link {
  background: white;
}
.dialog.modal .dialog-wrapper.dialog-wrapper-mobile {
  width: 405px !important;
}
.dialog.modal .dialog-wrapper.dialog-wrapper-mobile command-button[command=previewDesktop] > .btn, .dialog.modal .dialog-wrapper.dialog-wrapper-mobile .site-manager .feature command-button[command=previewDesktop] > .link, .site-manager .feature .dialog.modal .dialog-wrapper.dialog-wrapper-mobile command-button[command=previewDesktop] > .link {
  background: white;
}

.dragged-module {
  border-radius: 3px;
  background: #3F71B8;
  color: #fff;
  height: 45px;
  width: 220px;
  font-size: 11.5px;
  z-index: 2000;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  padding-top: 14px;
  padding-left: 8px;
  cursor: move;
}
.dragged-module.shared {
  background: #3F71B8;
}
.dragged-module span {
  margin: 3px 0 0 10px;
}

canvas {
  image-rendering: pixelated;
}

@media (min-width: 1024px) {
  .layout-editor {
    position: absolute;
    z-index: 5;
  }
}
.layout-editor > dropdownlist > label {
  display: inline-block;
  margin-right: 7px;
}
.layout-editor > dropdownlist > select {
  width: 200px;
}
@media (max-width: 1024px) {
  .layout-editor > dropdownlist > select {
    width: 100%;
  }
}

header {
  position: relative;
}
header .buttons drop-down-button {
  top: 0;
}

.grid-editor {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Work Sans", Helvetica Neue, sans-serif;
  position: relative;
  min-height: 400px;
  margin-left: -10px;
  margin-top: -5px;
}
.grid-editor::after {
  content: "";
  clear: both;
  display: table;
}
.grid-editor label {
  margin-bottom: 16px;
  margin-top: 4px;
}
.grid-editor > .canvas {
  box-sizing: border-box;
  width: 75%;
  padding: 0 10px 10px;
  display: inline-block;
  margin-top: 41px;
}
@media (max-width: 1024px) {
  .grid-editor > .canvas {
    width: 100%;
    padding: 0 0 10px 10px;
  }
}
.grid-editor > .tools {
  box-sizing: border-box;
  width: 25%;
  padding: 0 0 10px 10px;
  float: right;
  position: relative;
  position: sticky;
  top: 20px;
}
@media (max-width: 1024px) {
  .grid-editor > .tools {
    width: 100%;
  }
}
.grid-editor > .tools .tree-view {
  padding: 5px 10px;
  border: 2px solid #dfdfdf;
  border-radius: 0px 0px 3px 3px;
}
.grid-editor > .tools .tree-view i {
  color: #888;
}
.grid-editor [class*=icon] span {
  font-family: "Work Sans", Helvetica Neue, sans-serif;
  font-size: 12.5px;
  line-height: 20px;
}

.tools-blinder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0);
}

grid-editor-tools {
  position: relative;
  top: 0;
  display: block;
}
grid-editor-tools > header {
  display: none !important;
}
grid-editor-tools > .btn.primary.wizard, .site-manager .feature grid-editor-tools > .primary.wizard.link {
  display: none !important;
  position: absolute;
  right: 7px;
  top: 6px;
  cursor: pointer;
  padding: 3px 0;
  background: #fff;
  color: #3F71B8;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 99;
}
grid-editor-tools > .btn.primary.wizard:hover, .site-manager .feature grid-editor-tools > .primary.wizard.link:hover, grid-editor-tools > .btn.primary.wizard:focus, .site-manager .feature grid-editor-tools > .primary.wizard.link:focus, grid-editor-tools > .btn.primary.wizard:active, .site-manager .feature grid-editor-tools > .primary.wizard.link:active {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
grid-editor-tools > label {
  display: none;
}
grid-editor-tools > header {
  height: auto;
  padding: 10px;
  background: #fff;
}
grid-editor-tools > header search-form {
  vertical-align: top;
}
grid-editor-tools > header search-form .search-form > i {
  top: 7px;
}
grid-editor-tools nav-tabs {
  background: transparent;
  border: 0;
}
grid-editor-tools nav-tabs .tab-toggler {
  display: none !important;
}
grid-editor-tools .nav-tabs {
  border: 0;
  background: transparent;
  margin: 0 0 14px 0;
}
@media (max-width: 1024px) {
  grid-editor-tools .nav-tabs {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    box-shadow: 0 0 0 0 transparent;
    padding: 0;
  }
}
grid-editor-tools .nav-tabs > li {
  background: transparent;
  border: 0;
  padding: 0;
  display: inline-block;
  border: 0;
  margin-right: 5px;
}
grid-editor-tools .nav-tabs > li > a {
  padding: 0;
  display: inline-block;
  color: #555;
  position: relative;
  z-index: 2;
  padding: 5px 15px !important;
  border-radius: 999px;
  transition: all 0.1s ease-in;
}
grid-editor-tools .nav-tabs > li > a:hover, grid-editor-tools .nav-tabs > li > a:focus, grid-editor-tools .nav-tabs > li > a:active {
  background: #dfdfdf;
  color: #555 !important;
}
grid-editor-tools .nav-tabs > li > i {
  margin: 0;
  padding: 0;
  z-index: 1;
  display: none;
}
grid-editor-tools .nav-tabs > li:focus > a,
grid-editor-tools .nav-tabs > li:active > a,
grid-editor-tools .nav-tabs > li:hover > a {
  color: #3F71B8;
}
grid-editor-tools .nav-tabs > li.active:after {
  display: none;
}
grid-editor-tools .nav-tabs > li.active:focus > a, grid-editor-tools .nav-tabs > li.active:active > a, grid-editor-tools .nav-tabs > li.active:hover > a {
  color: white !important;
}
grid-editor-tools .nav-tabs > li.active > a {
  background: #3F71B8;
  color: white;
}
grid-editor-tools > main {
  height: auto;
  padding: 0;
}
grid-editor-tools > main header {
  overflow: hidden;
  background: #e6f8f5;
  color: #999;
  text-transform: uppercase;
  font-size: 11px;
}
grid-editor-tools > main .accordion {
  margin-top: 15px;
}
grid-editor-tools > main .accordion-panel {
  border-bottom: 0;
}
grid-editor-tools > main .accordion-panel:first-child > header {
  border-radius: 3px 3px 0 0;
}
grid-editor-tools > main .accordion-panel:last-child > header {
  border-radius: 0 0 3px 3px;
}
grid-editor-tools > main .accordion-panel > header {
  border: 0;
  font-weight: 500;
  background: white;
}
grid-editor-tools > main .accordion-panel > header:after {
  color: #888;
  top: 14px !important;
}
grid-editor-tools > main .accordion-panel > header:hover {
  background: #fff;
}
grid-editor-tools > main .accordion-panel > main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
grid-editor-tools > main .list-view {
  margin: 0;
  padding: 10px 0;
}
grid-editor-tools > main .list-view > li > a {
  padding: 6px 30px 6px 10px !important;
  position: relative;
  font-weight: 500;
  cursor: pointer;
  font-size: 11.5px;
  color: #555;
  border-radius: 3px;
}
grid-editor-tools > main .list-view > li > a:active, grid-editor-tools > main .list-view > li > a:focus, grid-editor-tools > main .list-view > li > a:hover {
  color: #fff;
  background: #3F71B8;
}
grid-editor-tools > main .list-view > li > a:active > i, grid-editor-tools > main .list-view > li > a:focus > i, grid-editor-tools > main .list-view > li > a:hover > i {
  color: white;
}
grid-editor-tools > main .list-view > li > a > i {
  display: inline-block;
  min-width: 15px;
  font-size: 14px;
  color: #888;
}
grid-editor-tools > main .list-view > li:last-child > a {
  border-bottom: 0;
}
grid-editor-tools > main .module-type-list {
  background: #fff;
}
grid-editor-tools .search-form > i {
  top: 14px;
  left: 14px;
}
grid-editor-tools .search-form .type-ahead input {
  padding-left: 30px;
  border-radius: 3px 3px 0px 0px;
  color: #555;
  background: #f2f2f2;
  font-size: 12.5px;
  border: 2px solid #dfdfdf;
  border-bottom: 0;
  padding: 13px 13px 13px 35px;
  height: auto;
}
grid-editor-tools .search-form .type-ahead input::-moz-placeholder {
  color: #888;
}
grid-editor-tools .search-form .type-ahead input::placeholder {
  color: #888;
}
grid-editor-tools .search-form .type-ahead ul.list-view {
  position: absolute;
  width: calc(100% - 20px);
  height: auto;
}
grid-editor-tools .search-form .type-ahead ul.list-view > li > a:active, grid-editor-tools .search-form .type-ahead ul.list-view > li > a:focus, grid-editor-tools .search-form .type-ahead ul.list-view > li > a:hover {
  color: #555;
  background: #FaFaFa;
}
grid-editor-tools .search-form .type-ahead ul.list-view > li > a:active > i, grid-editor-tools .search-form .type-ahead ul.list-view > li > a:focus > i, grid-editor-tools .search-form .type-ahead ul.list-view > li > a:hover > i {
  color: #888;
}

.grid-wizard {
  border-left: 1px solid #dfdfdf;
}

div[data-is*=shared-module-wizard-dialog] > .row {
  margin: 0 -20px;
}

.dialog .dialog-content > main section grid-editor-tools list-view {
  margin-left: -15px;
  margin-right: -15px;
}

.shortcut-keys {
  width: 66%;
  margin: 0 10px;
  position: relative;
  opacity: 0;
  animation: fadeIn 0.5s 0.75s;
  animation-fill-mode: forwards;
}
@media (max-width: 1024px) {
  .shortcut-keys {
    display: none;
  }
}
.shortcut-keys > a {
  font-weight: bold;
  color: #999;
  cursor: pointer;
  font-size: 11px;
}
.shortcut-keys > a.active, .shortcut-keys > a:hover {
  text-decoration: none;
  color: #555;
}
.shortcut-keys > a:before {
  font-family: "FontAwesome";
  content: "\f05a";
  margin-right: 10px;
  top: 0;
  position: relative;
  font-size: 11px;
}
.shortcut-keys .overview {
  display: none;
  position: absolute;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  padding: 15px;
  background: #fff;
  border: 2px solid #dfdfdf;
  margin: 10px 0 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  bottom: 25px;
  left: -10px;
  border-radius: 3px;
}
.shortcut-keys .overview .column {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}
.shortcut-keys .overview .column ul li {
  border-top: 1px solid #dfdfdf;
  padding: 10px 0;
  font-weight: 500;
}
.shortcut-keys .overview .column ul li span {
  float: right;
  font-weight: 700;
}
.shortcut-keys .overview .column:first-child ul li span {
  margin-right: 20px;
}
.shortcut-keys .overview.active {
  display: block;
}/*# sourceMappingURL=gobasic-ui.css.map */