@charset "UTF-8";
@-webkit-keyframes spin-linear {
  /* line 2, ../../styles/_animation.scss */
  0% {
    -webkit-transform: rotateZ(0deg);
  }

  /* line 5, ../../styles/_animation.scss */
  100% {
    -webkit-transform: rotateZ(360deg);
  }
}
@-moz-keyframes spin-linear {
  /* line 11, ../../styles/_animation.scss */
  0% {
    -moz-transform: rotateZ(0deg);
  }

  /* line 14, ../../styles/_animation.scss */
  100% {
    -moz-transform: rotateZ(360deg);
  }
}
@-ms-keyframes spin-linear {
  /* line 20, ../../styles/_animation.scss */
  0% {
    -ms-transform: rotateZ(0deg);
  }

  /* line 23, ../../styles/_animation.scss */
  100% {
    -ms-transform: rotateZ(360deg);
  }
}
@-o-keyframes spin-linear {
  /* line 29, ../../styles/_animation.scss */
  0% {
    -o-transform: rotateZ(0deg);
  }

  /* line 32, ../../styles/_animation.scss */
  100% {
    -o-transform: rotateZ(360deg);
  }
}
@keyframes spin-linear {
  /* line 38, ../../styles/_animation.scss */
  0% {
    transform: rotateZ(0deg);
  }

  /* line 41, ../../styles/_animation.scss */
  100% {
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes spin {
  /* line 48, ../../styles/_animation.scss */
  0% {
    transform: rotateZ(0deg);
  }

  /* line 51, ../../styles/_animation.scss */
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes spin {
  /* line 57, ../../styles/_animation.scss */
  0% {
    transform: rotateZ(0deg);
  }

  /* line 60, ../../styles/_animation.scss */
  100% {
    transform: rotateZ(360deg);
  }
}
/* line 59, ../../styles/_flex.scss */
.stretch, .default-loading-view,
.default-empty-view, .column-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 64, ../../styles/_flex.scss */
.horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 71, ../../styles/_flex.scss */
.vertical, .default-loading-view,
.default-empty-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 77, ../../styles/_flex.scss */
.horizontal .vertical, .horizontal .default-loading-view,
.horizontal .default-empty-view {
  position: relative;
}

/* line 81, ../../styles/_flex.scss */
.fixed, .column-xl, .column-lg, .column-md, .column-sm {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

/* line 85, ../../styles/_flex.scss */
.auto {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  height: auto;
}

/* line 91, ../../styles/_flex.scss */
.flex-0 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

/* line 94, ../../styles/_flex.scss */
.flex-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 97, ../../styles/_flex.scss */
.no-flex {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

/* line 1, ../../styles/_app.scss */
.app-icon {
  display: inline-block;
  margin: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  font-weight: bold;
  line-height: 48px;
  color: white;
  font-size: 2em;
  font-weight: 200;
}
/* line 13, ../../styles/_app.scss */
.app-icon:hover {
  color: white;
}
/* line 17, ../../styles/_app.scss */
.app-icon.app-content-manager {
  background-color: #223549;
}
/* line 20, ../../styles/_app.scss */
.app-icon.app-publishing-manager {
  background-color: #703c2f;
}
/* line 23, ../../styles/_app.scss */
.app-icon.app-media-manager {
  background-color: #70652f;
}
/* line 26, ../../styles/_app.scss */
.app-icon.app-media-shop {
  background-color: #2a1c4f;
}

/* line 32, ../../styles/_app.scss */
.app-login .modal-backdrop {
  background: white url(/data/login.jpg) center center no-repeat;
  background-stretch: cover;
  opacity: 1;
}
/* line 37, ../../styles/_app.scss */
.app-login .modal-dialog {
  width: 300px;
}
/* line 40, ../../styles/_app.scss */
.app-login .modal-content {
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #989898;
  border-radius: 0;
}
/* line 47, ../../styles/_app.scss */
.app-login .modal-content .modal-header {
  text-align: center;
  border-bottom: 0;
}
/* line 52, ../../styles/_app.scss */
.app-login .modal-content .form-group {
  margin-bottom: 20px;
}
/* line 56, ../../styles/_app.scss */
.app-login .modal-content label {
  font-weight: normal;
}
/* line 60, ../../styles/_app.scss */
.app-login .modal-content input {
  width: 100%;
  border: 1px solid #989898;
  border-radius: 0;
  font-size: 15px;
  padding: 8px;
  line-height: 24px;
  height: 40px;
}
/* line 70, ../../styles/_app.scss */
.app-login .modal-content .modal-footer {
  border-top: 0;
}
/* line 73, ../../styles/_app.scss */
.app-login .modal-content .modal-footer .btn {
  width: 100%;
  padding: 8px;
}

/* line 81, ../../styles/_app.scss */
.app-loader {
  background-color: white;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-out;
  display: none;
}
/* line 93, ../../styles/_app.scss */
.app-loader.open {
  opacity: 1;
  z-index: 100;
  display: block;
}
/* line 99, ../../styles/_app.scss */
.app-loader img {
  height: 20px;
  width: 500px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -250px;
}

/* line 110, ../../styles/_app.scss */
.app {
  background-color: white;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 48px;
}
/* line 117, ../../styles/_app.scss */
.app .app-progress-bar {
  line-height: 16px;
  padding: 12px 0;
  opacity: 0;
  transform: translateY(20px);
}
/* line 123, ../../styles/_app.scss */
.app .app-progress-bar.visible {
  opacity: 1;
  transform: translateY(0px);
}
/* line 128, ../../styles/_app.scss */
.app .app-progress-bar .text {
  color: #686868;
}
/* line 132, ../../styles/_app.scss */
.app .app-progress-bar progress {
  opacity: 0.6;
}

/* line 138, ../../styles/_app.scss */
.app-header {
  height: 48px;
  background-color: white;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
/* line 146, ../../styles/_app.scss */
.app-header .navbar {
  min-height: 48px;
  margin: 0;
  border: 0;
}
/* line 152, ../../styles/_app.scss */
.app-header .navbar .btn-group .btn {
  line-height: 34px;
}
/* line 155, ../../styles/_app.scss */
.app-header .navbar .btn-group .btn .fa {
  vertical-align: middle;
}
/* line 162, ../../styles/_app.scss */
.app-header .logo {
  height: 48px;
}
/* line 167, ../../styles/_app.scss */
.app-header .user {
  width: 100px;
  padding: 10px;
  line-height: 25px;
}

/* line 174, ../../styles/_app.scss */
.app-navbar-link {
  line-height: 34px;
}
/* line 177, ../../styles/_app.scss */
.app-navbar-link.app-icon {
  line-height: 48px;
}

/* line 182, ../../styles/_app.scss */
.app-content {
  height: 100%;
}

/* line 187, ../../styles/_app.scss */
.app-sidebar > header {
  height: 64px;
  padding: 20px 20px;
}

/* line 1, ../../styles/_sidebar.scss */
.sidebar {
  display: flex;
  position: relative;
  max-width: 640px;
  transition: all 0.2s ease-out;
}
/* line 8, ../../styles/_sidebar.scss */
.sidebar.sidebar-small {
  width: 240px;
}
/* line 14, ../../styles/_sidebar.scss */
.sidebar.sidebar-medium {
  width: 400px;
}
/* line 21, ../../styles/_sidebar.scss */
.sidebar .sidebar-header {
  padding: 15px 20px;
  height: 66px;
}
/* line 26, ../../styles/_sidebar.scss */
.sidebar .sidebar-header.section-header {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 38px;
  height: 64px;
}
/* line 35, ../../styles/_sidebar.scss */
.sidebar .sidebar-footer {
  height: 64px;
  padding: 24px 20px;
}
/* line 43, ../../styles/_sidebar.scss */
.sidebar.sidebar-small .content, .sidebar.sidebar-medium .content {
  overflow: hidden;
}
/* line 48, ../../styles/_sidebar.scss */
.sidebar .content {
  padding: 0 20px;
  height: 100%;
}
/* line 52, ../../styles/_sidebar.scss */
.sidebar .content.content-container {
  padding: 0;
}
/* line 60, ../../styles/_sidebar.scss */
.sidebar.minimized {
  max-width: 64px;
}
/* line 63, ../../styles/_sidebar.scss */
.sidebar.minimized .sidebar-small {
  width: 64px;
}
/* line 66, ../../styles/_sidebar.scss */
.sidebar.minimized .sidebar-small .content {
  display: none;
}
/* line 72, ../../styles/_sidebar.scss */
.sidebar.minimized .sidebar-medium {
  width: 0;
  opacity: 0;
}

/* line 1, ../../styles/_alertify.scss */
.alertify-logs {
  bottom: 8px;
}

/* line 4, ../../styles/_alertify.scss */
.alertify-log {
  font-size: 13px;
  background: white;
  color: #686868;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  right: 0;
  bottom: -100px;
  padding: 3px 10px;
  margin-top: 4px;
}

/* line 15, ../../styles/_alertify.scss */
.alertify-log-show {
  bottom: 0;
  opacity: 1;
}

/* line 20, ../../styles/_alertify.scss */
.alertify-log-hide {
  transform: translate(0, 100px);
}

/* line 11, ../../styles/_form.scss */
.form input[type="text"].form-control.error,
.form input[type="email"].form-control.error,
.form input[type="tel"].form-control.error,
.form input[type="number"].form-control.error,
.form input[type="password"].form-control.error,
.form input[type="date"].form-control.error,
.form textarea.form-control.error,
.form select.form-control.error {
  background-color: red;
  border-color: #cc0000;
  color: white;
}

/* line 1, ../../styles/_page.scss */
html,
body {
  background-color: white;
  width: 1920px;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  position: absolute;
  font-size: 13px;
  font-weight: 400;
  font-family: Arial, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* line 17, ../../styles/_page.scss */
h1, h2, h3, h4, h5 {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1em;
  margin: 0;
  margin-bottom: 6px;
}

/* line 25, ../../styles/_page.scss */
iframe {
  border: 0;
  background-color: white;
}

/* line 30, ../../styles/_page.scss */
progress::-webkit-progress-value {
  background-color: #941b81;
}

/* line 37, ../../styles/_page.scss */
a, .btn-link,
.btn-link {
  cursor: pointer;
  color: #1b1b1b;
  text-decoration: none;
}

/* line 44, ../../styles/_page.scss */
a:hover, .btn-link:hover,
.btn-link:hover {
  color: #941b81;
  text-decoration: none;
}

/* line 51, ../../styles/_page.scss */
.btn.btn-link.active {
  box-shadow: none;
  border-color: #941b81;
  color: #941b81;
}

/* line 58, ../../styles/_page.scss */
.btn-icon {
  padding: 0;
}
/* line 66, ../../styles/_page.scss */
.btn-icon.svg-icon.active svg path, .btn-icon.svg-icon:hover svg path {
  fill: #941b81;
}
/* line 72, ../../styles/_page.scss */
.btn-icon.svg-icon .glyphicon,
.btn-icon.svg-icon .fa {
  vertical-align: bottom;
}
/* line 76, ../../styles/_page.scss */
.btn-icon.svg-icon .glyphicon:before, .btn-icon.svg-icon .glyphicon::before,
.btn-icon.svg-icon .fa:before,
.btn-icon.svg-icon .fa::before {
  z-index: 1;
  color: white;
  position: absolute;
  font-size: 0.4em;
  top: 7px;
  left: 7px;
}
/* line 87, ../../styles/_page.scss */
.btn-icon.svg-icon svg {
  width: 24px;
  height: 24px;
  position: relative;
  left: 0;
  z-index: 0;
}
/* line 94, ../../styles/_page.scss */
.btn-icon.svg-icon svg path {
  fill: #777777;
}

/* line 104, ../../styles/_page.scss */
.btn-xs .glyphicon,
.btn-xs .fa {
  font-size: 12px;
}

/* line 110, ../../styles/_page.scss */
.accented {
  color: #941b81;
}
/* line 114, ../../styles/_page.scss */
.accented svg path {
  fill: #941b81;
}

/* line 122, ../../styles/_page.scss */
.glyphicon,
.fa {
  font-size: 24px;
}

/* line 128, ../../styles/_page.scss */
.input-group-addon .glyphicon,
.input-group-addon .fa {
  font-size: inherit;
}

/* line 134, ../../styles/_page.scss */
header, footer {
  display: -webkit-flex;
}

/* line 138, ../../styles/_page.scss */
footer {
  height: 22px;
}

/* line 142, ../../styles/_page.scss */
.scrollable {
  overflow: auto !important;
}

/* line 146, ../../styles/_page.scss */
.scrollbar-hider {
  overflow: hidden;
}
/* line 149, ../../styles/_page.scss */
.scrollbar-hider > * {
  overflow-y: scroll;
  padding-right: 20px;
  margin-right: -20px;
}

/* line 157, ../../styles/_page.scss */
.default-loading-view,
.default-empty-view {
  width: 100%;
  height: 100%;
}

/* line 167, ../../styles/_page.scss */
.default-loading-view .loader-container {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #941b81;
}
/* line 174, ../../styles/_page.scss */
.default-loading-view .loader-container img {
  left: 50%;
  width: 70px;
  margin-left: -35px;
}

/* line 184, ../../styles/_page.scss */
.badge {
  background-color: transparent;
  color: #777777;
  text-transform: uppercase;
  line-height: 10px;
  font-weight: 200;
  border: 1px solid #777777;
  border-radius: 4px;
  padding: 1px 10px;
  font-size: 10px;
}

/* line 196, ../../styles/_page.scss */
.btn:focus {
  outline: none;
}

/* line 200, ../../styles/_page.scss */
.btn-link:focus {
  text-decoration: none;
}

/* line 204, ../../styles/_page.scss */
.message {
  padding: 15px;
}

/* line 208, ../../styles/_page.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 1, ../../styles/backend/_base.scss */
* {
  box-sizing: border-box;
}

/* line 5, ../../styles/backend/_base.scss */
html,
body {
  font-family: "Lato", sans-serif;
  background-color: white;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  font-size: 14px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 20, ../../styles/backend/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
}

/* line 24, ../../styles/backend/_base.scss */
h1 {
  font-size: 1.6em;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.7em;
}

/* line 33, ../../styles/backend/_base.scss */
h2 {
  color: #941b81;
  font-weight: bold;
  font-size: 1.3em;
  text-decoration: none;
  margin-bottom: 1.2em;
  line-height: 1.7em;
}

/* line 42, ../../styles/backend/_base.scss */
h3 {
  color: #941b81;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
  line-height: 1.7em;
}

/* line 50, ../../styles/backend/_base.scss */
h4 {
  font-size: 2em;
  font-weight: 200;
  margin-bottom: 0.8em;
}

/* line 56, ../../styles/backend/_base.scss */
h5 {
  font-size: 0.9em;
  font-weight: 600;
  color: #999999;
}

/* line 64, ../../styles/backend/_base.scss */
h1.with-tools:hover, h2.with-tools:hover, h3.with-tools:hover {
  background-color: #f7f7f7;
}
/* line 69, ../../styles/backend/_base.scss */
h1 .tools, h2 .tools, h3 .tools {
  line-height: inherit;
  margin-right: 10px;
  font-size: 0.7em;
}
/* line 73, ../../styles/backend/_base.scss */
h1 .tools .glyphicon, h1 .tools .fa, h2 .tools .glyphicon, h2 .tools .fa, h3 .tools .glyphicon, h3 .tools .fa {
  font-size: 1.2em;
}

/* line 80, ../../styles/backend/_base.scss */
dl dt {
  width: 25%;
  float: left;
  text-align: left;
  font-weight: normal;
  min-height: 10px;
}
/* line 88, ../../styles/backend/_base.scss */
dl dd {
  display: block;
  margin-left: 25%;
  min-height: 22px;
}

/* line 96, ../../styles/backend/_base.scss */
a, .btn-link {
  text-decoration: none;
  color: #1694aa;
}
/* line 100, ../../styles/backend/_base.scss */
a.multiline, .multiline.btn-link {
  display: block;
}

/* line 105, ../../styles/backend/_base.scss */
.btn {
  border-radius: 0;
  transition: all 0.1s ease-out;
}
/* line 109, ../../styles/backend/_base.scss */
.btn.btn-loading {
  padding-left: 30px;
  background-image: url(/public/assets/images/loading-spin-black.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 6px 6px;
}
/* line 110, ../../styles/backend/_base.scss */
.btn.btn-loading svg, .btn.btn-loading i {
  opacity: 0;
}

/* line 121, ../../styles/backend/_base.scss */
.btn-primary,
.btn-primary:active,
.btn-primary:focus {
  background-color: #1694aa;
  border-color: #1694aa;
}
/* line 126, ../../styles/backend/_base.scss */
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus:hover {
  background-color: #106d7d;
  border-color: #106d7d;
}
/* line 130, ../../styles/backend/_base.scss */
.btn-primary[disabled],
.btn-primary:active[disabled],
.btn-primary:focus[disabled] {
  background-color: #bccdd0;
  border-color: #bccdd0;
}
/* line 135, ../../styles/backend/_base.scss */
.btn-primary.btn-loading,
.btn-primary:active.btn-loading,
.btn-primary:focus.btn-loading {
  padding-left: 30px;
  background-image: url(/public/assets/images/loading-spin-white.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 6px 6px;
}

/* line 144, ../../styles/backend/_base.scss */
.btn-danger,
.btn-danger:active,
.btn-danger:focus {
  background-color: #d2322d;
  border-color: #d2322d;
}
/* line 149, ../../styles/backend/_base.scss */
.btn-danger:hover,
.btn-danger:active:hover,
.btn-danger:focus:hover {
  background-color: #a82824;
  border-color: #a82824;
}
/* line 153, ../../styles/backend/_base.scss */
.btn-danger[disabled],
.btn-danger:active[disabled],
.btn-danger:focus[disabled] {
  background-color: #cecaca;
  border-color: #cecaca;
}

/* line 160, ../../styles/backend/_base.scss */
label .info,
.help-block {
  font-size: 14px;
  color: #b3b3b3;
  display: block;
}

/* line 192, ../../styles/backend/_base.scss */
input[type="text"].form-control,
input[type="email"].form-control,
input[type="tel"].form-control,
input[type="number"].form-control,
input[type="password"].form-control,
input[type="date"].form-control,
textarea.form-control,
select.form-control {
  color: #6b6b6b;
  background: #e6e6e6;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  transition: background-color 0.3s ease-out;
  box-shadow: none;
}
/* line 194, ../../styles/backend/_base.scss */
input[type="text"].form-control[disabled],
input[type="email"].form-control[disabled],
input[type="tel"].form-control[disabled],
input[type="number"].form-control[disabled],
input[type="password"].form-control[disabled],
input[type="date"].form-control[disabled],
textarea.form-control[disabled],
select.form-control[disabled] {
  background-color: #f2f2f2;
  border-color: #e6e6e6;
  box-shadow: none;
  color: #b3b3b3;
}

/* line 200, ../../styles/backend/_base.scss */
input[type="number"],
input.currency {
  text-align: right;
}

/* line 205, ../../styles/backend/_base.scss */
input[type="checkbox"],
input[type="radio"] {
  color: #6b6b6b;
  background: #e6e6e6;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  transition: background-color 0.3s ease-out;
  box-shadow: none;
}
/* line 208, ../../styles/backend/_base.scss */
input[type="checkbox"][disabled],
input[type="radio"][disabled] {
  background-color: #f2f2f2;
  border-color: #e6e6e6;
  box-shadow: none;
  color: #b3b3b3;
}

/* line 215, ../../styles/backend/_base.scss */
label[for] {
  display: inline-block;
  text-align: left;
  cursor: pointer;
}
/* line 220, ../../styles/backend/_base.scss */
label[for].small {
  text-align: left;
  font-weight: 200;
  font-size: 14px;
  line-height: 14px;
}
/* line 227, ../../styles/backend/_base.scss */
label[for].small input[type="checkbox"] + span {
  padding-left: 18px;
}
/* line 229, ../../styles/backend/_base.scss */
label[for].small input[type="checkbox"] + span:before, label[for].small input[type="checkbox"] + span::before {
  width: 14px;
  height: 14px;
  line-height: 12px;
}
/* line 240, ../../styles/backend/_base.scss */
label input[type="checkbox"] {
  visibility: hidden;
  width: 0;
  height: 0;
}
/* line 245, ../../styles/backend/_base.scss */
label input[type="checkbox"] + span {
  display: inline-block;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
}
/* line 253, ../../styles/backend/_base.scss */
label input[type="checkbox"] + span:hover:before, label input[type="checkbox"] + span:hover::before, label input[type="checkbox"] + span:focus:before, label input[type="checkbox"] + span:focus::before {
  background-color: #999999;
}
/* line 259, ../../styles/backend/_base.scss */
label input[type="checkbox"] + span:before, label input[type="checkbox"] + span::before {
  vertical-align: middle;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  content: "\0020";
  position: absolute;
  left: 0px;
  color: #6b6b6b;
  background: #e6e6e6;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  transition: background-color 0.3s ease-out;
  box-shadow: none;
}
/* line 276, ../../styles/backend/_base.scss */
label input[type="checkbox"]:checked + span:before, label input[type="checkbox"]:checked + span::before {
  content: "\2713";
}
/* line 285, ../../styles/backend/_base.scss */
label input[type="checkbox"][disabled] + span:before, label input[type="checkbox"][disabled] + span::before {
  background-color: #f2f2f2;
  border-color: #e6e6e6;
  box-shadow: none;
  color: #b3b3b3;
}

/* line 295, ../../styles/backend/_base.scss */
.checkbox .row {
  margin-left: -35px;
}
/* line 297, ../../styles/backend/_base.scss */
.checkbox .row > label[for] {
  text-align: left;
}
/* line 301, ../../styles/backend/_base.scss */
.checkbox > label[for] {
  text-align: left;
}
/* line 303, ../../styles/backend/_base.scss */
.checkbox > label[for] > input[type="checkbox"] + span {
  margin-left: -20px;
}

/* line 309, ../../styles/backend/_base.scss */
.input-group .input-group-addon {
  background-color: transparent;
  border: 0;
}
/* line 313, ../../styles/backend/_base.scss */
.input-group .input-group-addon:first-child, .input-group .input-group-addon:last-child {
  border-radius: 0;
}
/* line 317, ../../styles/backend/_base.scss */
.input-group .input-group-addon label[for] {
  margin: 0;
  margin-left: -12px;
}
/* line 321, ../../styles/backend/_base.scss */
.input-group .input-group-addon label[for] > input[type="checkbox"] {
  display: none;
}
/* line 325, ../../styles/backend/_base.scss */
.input-group .input-group-addon label[for] > input[type="checkbox"] + span:before, .input-group .input-group-addon label[for] > input[type="checkbox"] + span::before {
  margin-top: -9px;
}

/* line 335, ../../styles/backend/_base.scss */
ul {
  padding: 0;
}
/* line 338, ../../styles/backend/_base.scss */
ul li {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}

/* line 347, ../../styles/backend/_base.scss */
.glyphicon, .fa {
  font-size: 16px;
}

/* line 351, ../../styles/backend/_base.scss */
.tools {
  line-height: 18px;
}
/* line 354, ../../styles/backend/_base.scss */
.tools .tool-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
}

/* line 362, ../../styles/backend/_base.scss */
.nav-list,
.data-list {
  flex: 1 0 auto;
}
/* line 366, ../../styles/backend/_base.scss */
.nav-list > .data-group, .nav-list > li,
.data-list > .data-group,
.data-list > li {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: transparent;
  transition: background-color 0.3s ease-out;
}
/* line 376, ../../styles/backend/_base.scss */
.nav-list > .data-group.iconized > *:first-child, .nav-list > li.iconized > *:first-child,
.data-list > .data-group.iconized > *:first-child,
.data-list > li.iconized > *:first-child {
  padding-left: 25px;
}
/* line 379, ../../styles/backend/_base.scss */
.nav-list > .data-group.iconized > *:first-child .nav-list-icon, .nav-list > li.iconized > *:first-child .nav-list-icon,
.data-list > .data-group.iconized > *:first-child .nav-list-icon,
.data-list > li.iconized > *:first-child .nav-list-icon {
  opacity: 0.6;
}
/* line 383, ../../styles/backend/_base.scss */
.nav-list > .data-group.iconized > *:first-child .nav-list-icon,
.nav-list > .data-group.iconized > *:first-child .glyphicon, .nav-list > li.iconized > *:first-child .nav-list-icon,
.nav-list > li.iconized > *:first-child .glyphicon,
.data-list > .data-group.iconized > *:first-child .nav-list-icon,
.data-list > .data-group.iconized > *:first-child .glyphicon,
.data-list > li.iconized > *:first-child .nav-list-icon,
.data-list > li.iconized > *:first-child .glyphicon {
  position: absolute;
  left: 25px;
  top: 15px;
  font-size: 1.1em;
  color: #aaa;
}
/* line 393, ../../styles/backend/_base.scss */
.nav-list > .data-group.iconized > a:first-child, .nav-list > .data-group.iconized > .btn-link:first-child, .nav-list > li.iconized > a:first-child, .nav-list > li.iconized > .btn-link:first-child,
.data-list > .data-group.iconized > a:first-child,
.data-list > .data-group.iconized > .btn-link:first-child,
.data-list > li.iconized > a:first-child,
.data-list > li.iconized > .btn-link:first-child {
  padding-left: 5px;
}
/* line 395, ../../styles/backend/_base.scss */
.nav-list > .data-group.iconized > a:first-child .nav-list-icon, .nav-list > .data-group.iconized > .btn-link:first-child .nav-list-icon,
.nav-list > .data-group.iconized > a:first-child .glyphicon,
.nav-list > .data-group.iconized > .btn-link:first-child .glyphicon, .nav-list > li.iconized > a:first-child .nav-list-icon, .nav-list > li.iconized > .btn-link:first-child .nav-list-icon,
.nav-list > li.iconized > a:first-child .glyphicon,
.nav-list > li.iconized > .btn-link:first-child .glyphicon,
.data-list > .data-group.iconized > a:first-child .nav-list-icon,
.data-list > .data-group.iconized > .btn-link:first-child .nav-list-icon,
.data-list > .data-group.iconized > a:first-child .glyphicon,
.data-list > .data-group.iconized > .btn-link:first-child .glyphicon,
.data-list > li.iconized > a:first-child .nav-list-icon,
.data-list > li.iconized > .btn-link:first-child .nav-list-icon,
.data-list > li.iconized > a:first-child .glyphicon,
.data-list > li.iconized > .btn-link:first-child .glyphicon {
  left: 4px;
}
/* line 402, ../../styles/backend/_base.scss */
.nav-list > .data-group .tools, .nav-list > li .tools,
.data-list > .data-group .tools,
.data-list > li .tools {
  position: absolute;
  right: 5px;
  top: 14px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  margin-right: 10px;
  font-size: 14px;
}
/* line 411, ../../styles/backend/_base.scss */
.nav-list > .data-group .tools a, .nav-list > .data-group .tools .btn-link, .nav-list > li .tools a, .nav-list > li .tools .btn-link,
.data-list > .data-group .tools a,
.data-list > .data-group .tools .btn-link,
.data-list > li .tools a,
.data-list > li .tools .btn-link {
  display: inline-block;
  padding: 4px;
}
/* line 422, ../../styles/backend/_base.scss */
.nav-list > li:hover .tools, .nav-list > .data-group:hover .tools,
.data-list > li:hover .tools,
.data-list > .data-group:hover .tools {
  opacity: 1;
}
/* line 429, ../../styles/backend/_base.scss */
.nav-list > li:hover,
.data-list > li:hover {
  background-color: #f7f7f7;
}
/* line 434, ../../styles/backend/_base.scss */
.nav-list > li.label:hover,
.data-list > li.label:hover {
  background-color: transparent;
}

/* line 441, ../../styles/backend/_base.scss */
blockquote {
  margin: 10px 0;
}
/* line 443, ../../styles/backend/_base.scss */
blockquote small {
  display: inline-block;
}
/* line 446, ../../styles/backend/_base.scss */
blockquote strong {
  display: block;
}

/* line 452, ../../styles/backend/_base.scss */
.form .steps-stepper {
  text-align: center;
}
/* line 456, ../../styles/backend/_base.scss */
.form .steps {
  display: block;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  white-space: nowrap;
}
/* line 464, ../../styles/backend/_base.scss */
.form .steps li {
  list-style: none;
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 3px solid #cccccc;
  margin: 0;
  padding: 0 10px 3px 10px;
  cursor: pointer;
}
/* line 477, ../../styles/backend/_base.scss */
.form .steps li.active {
  border-bottom-color: #1694aa;
}
/* line 483, ../../styles/backend/_base.scss */
.form section {
  display: none;
}
/* line 486, ../../styles/backend/_base.scss */
.form section.show {
  display: block;
}
/* line 491, ../../styles/backend/_base.scss */
.form .attributed-select-row {
  margin-bottom: 5px;
}

/* line 496, ../../styles/backend/_base.scss */
.weighted {
  font-size: 1.6em;
}

/* line 504, ../../styles/backend/_base.scss */
.no-padding {
  padding: 0;
}

/* line 508, ../../styles/backend/_base.scss */
.v-scrollable {
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 513, ../../styles/backend/_base.scss */
.alert {
  margin: 10px 20px;
}
/* line 515, ../../styles/backend/_base.scss */
.alert:empty {
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
}

/* line 524, ../../styles/backend/_base.scss */
.file-list li .form-group {
  margin: 5px;
}
/* line 529, ../../styles/backend/_base.scss */
.file-list.images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 534, ../../styles/backend/_base.scss */
.file-list.images .form-group {
  margin-left: 0;
  margin-right: 0;
}
/* line 539, ../../styles/backend/_base.scss */
.file-list.images li {
  position: relative;
  display: flex;
  vertical-align: middle;
  margin: 0;
  text-align: justify;
  height: auto;
  width: 33%;
  flex: 0 1 auto;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 2px;
}
/* line 553, ../../styles/backend/_base.scss */
.file-list.images li .tools {
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
}
/* line 560, ../../styles/backend/_base.scss */
.file-list.images li .thumbnail {
  border: 0;
  height: 100px;
  width: 100%;
  margin: 0;
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #efefef;
}

/* line 581, ../../styles/backend/_base.scss */
.toolbar .tools {
  margin-left: 20px;
}
/* line 584, ../../styles/backend/_base.scss */
.toolbar .tools:first-child {
  margin-left: 0;
}

/* line 591, ../../styles/backend/_base.scss */
.index-initials {
  font-weight: bold;
  font-size: 1.1em;
  text-align: left;
}
/* line 596, ../../styles/backend/_base.scss */
.index-initials span {
  text-decoration: none;
  padding-right: 1.5%;
  color: #b3b3b3;
}
/* line 601, ../../styles/backend/_base.scss */
.index-initials a, .index-initials .btn-link {
  font-size: 1.5em;
  padding-right: 1.5%;
}

/* line 607, ../../styles/backend/_base.scss */
.index-list {
  margin-top: 1%;
  margin-bottom: 1%;
}
/* line 611, ../../styles/backend/_base.scss */
.index-list ul {
  list-style-type: none;
  width: 50%;
  display: block;
  float: left;
}
/* line 618, ../../styles/backend/_base.scss */
.index-list ul li.program {
  padding: 4px 20px;
  margin-left: -20px;
  margin-right: 20px;
}
/* line 624, ../../styles/backend/_base.scss */
.index-list ul li .tools {
  top: 2px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
/* line 631, ../../styles/backend/_base.scss */
.index-list ul li:hover .tools {
  opacity: 1;
}
/* line 638, ../../styles/backend/_base.scss */
.index-list .label {
  font-size: 1.2em;
  padding: 0;
  margin-top: 20px;
  display: block;
  text-align: left;
}
/* line 645, ../../styles/backend/_base.scss */
.index-list .label .index {
  color: #1694aa;
}
/* line 650, ../../styles/backend/_base.scss */
.index-list a, .index-list .btn-link {
  color: #333333;
}
/* line 653, ../../styles/backend/_base.scss */
.index-list a.owned, .index-list .owned.btn-link {
  color: #941b81;
}

/* line 2, ../../styles/backend/_layout.scss */
.column-xl {
  display: flex;
  padding-right: 2%;
}
/* line 5, ../../styles/backend/_layout.scss */
.column-xl:last-child {
  padding-right: 0;
}
/* line 9, ../../styles/backend/_layout.scss */
.column-xl > * {
  width: 100%;
  justify-content: flex-start;
}
/* line 13, ../../styles/backend/_layout.scss */
.column-xl > * h1 {
  flex: 0 0 auto;
}

/* line 2, ../../styles/backend/_layout.scss */
.column-lg {
  display: flex;
  padding-right: 2%;
}
/* line 5, ../../styles/backend/_layout.scss */
.column-lg:last-child {
  padding-right: 0;
}
/* line 9, ../../styles/backend/_layout.scss */
.column-lg > * {
  width: 100%;
  justify-content: flex-start;
}
/* line 13, ../../styles/backend/_layout.scss */
.column-lg > * h1 {
  flex: 0 0 auto;
}

/* line 2, ../../styles/backend/_layout.scss */
.column-md {
  display: flex;
  padding-right: 2%;
}
/* line 5, ../../styles/backend/_layout.scss */
.column-md:last-child {
  padding-right: 0;
}
/* line 9, ../../styles/backend/_layout.scss */
.column-md > * {
  width: 100%;
  justify-content: flex-start;
}
/* line 13, ../../styles/backend/_layout.scss */
.column-md > * h1 {
  flex: 0 0 auto;
}

/* line 2, ../../styles/backend/_layout.scss */
.column-sm {
  display: flex;
  padding-right: 2%;
}
/* line 5, ../../styles/backend/_layout.scss */
.column-sm:last-child {
  padding-right: 0;
}
/* line 9, ../../styles/backend/_layout.scss */
.column-sm > * {
  width: 100%;
  justify-content: flex-start;
}
/* line 13, ../../styles/backend/_layout.scss */
.column-sm > * h1 {
  flex: 0 0 auto;
}

/* line 2, ../../styles/backend/_layout.scss */
.column-flex {
  display: flex;
  padding-right: 2%;
}
/* line 5, ../../styles/backend/_layout.scss */
.column-flex:last-child {
  padding-right: 0;
}
/* line 9, ../../styles/backend/_layout.scss */
.column-flex > * {
  width: 100%;
  justify-content: flex-start;
}
/* line 13, ../../styles/backend/_layout.scss */
.column-flex > * h1 {
  flex: 0 0 auto;
}

/* line 19, ../../styles/backend/_layout.scss */
.column-xl {
  width: 100%;
}

/* line 24, ../../styles/backend/_layout.scss */
.column-lg {
  width: 38%;
}

/* line 29, ../../styles/backend/_layout.scss */
.column-md {
  width: 33%;
}

/* line 34, ../../styles/backend/_layout.scss */
.column-sm {
  width: 24%;
}

/* line 2, ../../styles/backend/_header.scss */
.app-user .username {
  font-weight: bold;
  color: #333333;
  margin-right: 20px;
}

/* line 11, ../../styles/backend/_header.scss */
#navigation {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 23, ../../styles/backend/_header.scss */
.app .app-header {
  height: 125px;
  position: absolute;
}
/* line 27, ../../styles/backend/_header.scss */
.app .app-header nav {
  justify-content: flex-end;
}
/* line 30, ../../styles/backend/_header.scss */
.app .app-header nav ul {
  list-style: none;
  display: inline-block;
}
/* line 34, ../../styles/backend/_header.scss */
.app .app-header nav ul li {
  display: inline-block;
  padding: 0;
  padding-left: 10px;
  margin: 0;
}
/* line 47, ../../styles/backend/_header.scss */
.app .app-header .header-row.header-primary .logo {
  margin-top: 10px;
}
/* line 50, ../../styles/backend/_header.scss */
.app .app-header .header-row.header-primary .logo .logo-bezirk {
  padding: 0;
}
/* line 56, ../../styles/backend/_header.scss */
.app .app-header .header-row .logo {
  height: auto;
  padding-right: 20px;
}
/* line 60, ../../styles/backend/_header.scss */
.app .app-header .header-row .logo img {
  width: 190px;
}
/* line 64, ../../styles/backend/_header.scss */
.app .app-header .header-row .logo a, .app .app-header .header-row .logo .btn-link {
  display: inline-block;
}
/* line 69, ../../styles/backend/_header.scss */
.app .app-header .header-row:first-child {
  height: 105px;
}
/* line 74, ../../styles/backend/_header.scss */
.app .app-header .secondary-nav {
  padding: 0 0 34px 0;
}
/* line 78, ../../styles/backend/_header.scss */
.app .app-header .meta-nav {
  margin-top: 4px;
  font-size: 14px;
}
/* line 83, ../../styles/backend/_header.scss */
.app .app-header .nav-main {
  padding: 30px;
  width: 380px;
}
/* line 87, ../../styles/backend/_header.scss */
.app .app-header .nav-main ul {
  flex: 0;
  display: block;
  white-space: nowrap;
}
/* line 93, ../../styles/backend/_header.scss */
.app .app-header .nav-main li {
  margin: 0;
  display: inline-block;
  padding-left: 0;
  padding-right: 14px;
}
/* line 99, ../../styles/backend/_header.scss */
.app .app-header .nav-main li a, .app .app-header .nav-main li .btn-link {
  height: 50px;
  width: 50px;
  background-color: #1694aa;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  position: relative;
  transition: all 0.2s ease-out;
}
/* line 109, ../../styles/backend/_header.scss */
.app .app-header .nav-main li a > svg, .app .app-header .nav-main li .btn-link > svg {
  height: 50px;
  width: 50px;
}
/* line 114, ../../styles/backend/_header.scss */
.app .app-header .nav-main li a.active, .app .app-header .nav-main li .active.btn-link, .app .app-header .nav-main li a:hover, .app .app-header .nav-main li .btn-link:hover {
  background-color: #941b81;
}
/* line 119, ../../styles/backend/_header.scss */
.app .app-header .nav-main li a .badge, .app .app-header .nav-main li .btn-link .badge {
  text-align: center;
  border-radius: 0;
  color: white;
  border: 2px solid white;
  position: absolute;
  font-weight: bold;
  padding: 0 2px;
  background-color: #d2322d;
  height: 24px;
  min-width: 24px;
  top: -9px;
  right: -9px;
  font-size: 16px;
  line-height: 22px;
}

/* line 1, ../../styles/backend/_app.scss */
.app {
  max-width: 100%;
  margin: 0;
  padding-top: 125px;
  overflow: visible;
}
/* line 7, ../../styles/backend/_app.scss */
.app .app-header {
  padding: 0 1%;
  padding-bottom: 20px;
}
/* line 11, ../../styles/backend/_app.scss */
.app .app-content {
  padding: 0 1%;
  padding-top: 15px;
}
/* line 16, ../../styles/backend/_app.scss */
.app .app-pane {
  padding-top: 15px;
}
/* line 20, ../../styles/backend/_app.scss */
.app .app-pane.highlight {
  margin-left: -1%;
  padding-left: 2%;
  margin-right: 2%;
  background-color: #f6f6f6;
}
/* line 26, ../../styles/backend/_app.scss */
.app .app-pane.highlight h3 {
  color: #666;
}

/* line 2, ../../styles/backend/_modal.scss */
.modal .modal-header {
  color: #941b81;
  font-weight: bold;
  font-size: 1.2em;
}
/* line 9, ../../styles/backend/_modal.scss */
.modal.large .modal-dialog {
  width: 800px;
}
/* line 15, ../../styles/backend/_modal.scss */
.modal.xlarge .modal-dialog {
  width: 1200px;
}
/* line 21, ../../styles/backend/_modal.scss */
.modal .modal-content {
  overflow: hidden;
}
/* line 25, ../../styles/backend/_modal.scss */
.modal .modal-popover {
  padding: 0;
}
/* line 28, ../../styles/backend/_modal.scss */
.modal .modal-popover > .arrow:after {
  content: "\0020";
  border-width: 10px;
}
/* line 32, ../../styles/backend/_modal.scss */
.modal .modal-popover > .arrow, .modal .modal-popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* line 42, ../../styles/backend/_modal.scss */
.modal .modal-popover > .arrow {
  z-index: 2000;
  border-width: 11px;
  top: -10px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: white;
}
/* line 52, ../../styles/backend/_modal.scss */
.modal .modal-popover > .arrow {
  top: auto;
  bottom: -10px;
  border-bottom: 0;
  border-top-color: white;
  border-top-width: 11px;
  left: 80px;
}
/* line 63, ../../styles/backend/_modal.scss */
.modal .modal-footer .dropdown-menu {
  top: auto;
  bottom: 100%;
}

/* line 1, ../../styles/backend/_admin.scss */
.identification-add {
  float: right;
  margin-right: 60%;
}

/* line 6, ../../styles/backend/_admin.scss */
.identification a, .identification .btn-link {
  max-width: 80%;
}

/* line 10, ../../styles/backend/_admin.scss */
.identification-list .identification {
  padding-left: 0;
  padding-right: 0;
}
/* line 14, ../../styles/backend/_admin.scss */
.identification-list .identification .nav-list-icon,
.identification-list .identification .nav-list-icon i {
  left: 0 !important;
}
/* line 19, ../../styles/backend/_admin.scss */
.identification-list .identification .nav-list-icon + .nav-list-icon {
  top: 35px !important;
}
/* line 23, ../../styles/backend/_admin.scss */
.identification-list .identification:before, .identification-list .identification::before {
  background: url(../images/legacy/kennung.png) no-repeat left top;
}
/* line 28, ../../styles/backend/_admin.scss */
.identification-list .identification a, .identification-list .identification .btn-link {
  position: relative;
  white-space: nowrap;
}
/* line 32, ../../styles/backend/_admin.scss */
.identification-list .identification a:first-child, .identification-list .identification .btn-link:first-child {
  margin-left: 0;
}
/* line 37, ../../styles/backend/_admin.scss */
.identification-list .identification li.iconized > *:first-child small a .nav-list-icon, .identification-list .identification li.iconized > *:first-child small .btn-link .nav-list-icon {
  position: static;
}
/* line 41, ../../styles/backend/_admin.scss */
.identification-list .identification .info {
  margin-right: 10px;
  display: inline-block;
  line-height: 18px;
  border-right: 1px solid rgba(23, 149, 170, 0.5);
  padding-right: 10px;
}
/* line 48, ../../styles/backend/_admin.scss */
.identification-list .identification .info:last-child {
  border-right: 0;
}
/* line 53, ../../styles/backend/_admin.scss */
.identification-list .identification .info svg {
  vertical-align: top;
}

/* line 2, ../../styles/backend/_program.scss */
.program-layout h4 {
  color: #999999;
  font-size: 1.1em;
  font-weight: 600;
}

/* line 10, ../../styles/backend/_program.scss */
.program-form-modal .history {
  padding: 10px;
  background-color: #f6f6f6;
  margin-left: 20px;
  width: 380px;
}
/* line 17, ../../styles/backend/_program.scss */
.program-form-modal .history .content {
  max-height: 700px;
  overflow: scroll;
}
/* line 21, ../../styles/backend/_program.scss */
.program-form-modal .history .content .message-subject,
.program-form-modal .history .content .message-recipient,
.program-form-modal .history .content .message-reply {
  display: none;
}
/* line 28, ../../styles/backend/_program.scss */
.program-form-modal .history .content .message-history-entry a[href$="edit"], .program-form-modal .history .content .message-history-entry [href$="edit"].btn-link,
.program-form-modal .history .content .message-history-entry a[href$="versions"],
.program-form-modal .history .content .message-history-entry [href$="versions"].btn-link {
  display: none;
}
/* line 34, ../../styles/backend/_program.scss */
.program-form-modal .history .content .col-xs-offset-3 {
  margin-left: 0;
}
/* line 37, ../../styles/backend/_program.scss */
.program-form-modal .history .content .col-xs-9 {
  width: 100%;
}

/* line 45, ../../styles/backend/_program.scss */
.program-form h4 {
  font-size: 14px;
  font-weight: bold;
  color: #888888;
}

/* line 52, ../../styles/backend/_program.scss */
h5 {
  font-size: 18px;
  font-weight: 200;
  color: black;
}

/* line 62, ../../styles/backend/_program.scss */
.programs-deactivated {
  color: #777777;
}

/* line 69, ../../styles/backend/_program.scss */
dd .separator:last-child {
  display: none;
}

/* line 2, ../../styles/backend/_guided-tour.scss */
.guided-tour-form-modal .history {
  padding: 10px;
  background-color: #f6f6f6;
  margin-left: 20px;
  width: 380px;
}
/* line 9, ../../styles/backend/_guided-tour.scss */
.guided-tour-form-modal .history .content {
  max-height: 700px;
  overflow: scroll;
}
/* line 13, ../../styles/backend/_guided-tour.scss */
.guided-tour-form-modal .history .content .message-subject,
.guided-tour-form-modal .history .content .message-recipient,
.guided-tour-form-modal .history .content .message-reply {
  display: none;
}
/* line 20, ../../styles/backend/_guided-tour.scss */
.guided-tour-form-modal .history .content .message-history-entry a[href$="edit"], .guided-tour-form-modal .history .content .message-history-entry [href$="edit"].btn-link,
.guided-tour-form-modal .history .content .message-history-entry a[href$="versions"],
.guided-tour-form-modal .history .content .message-history-entry [href$="versions"].btn-link {
  display: none;
}
/* line 26, ../../styles/backend/_guided-tour.scss */
.guided-tour-form-modal .history .content .col-xs-offset-3 {
  margin-left: 0;
}
/* line 29, ../../styles/backend/_guided-tour.scss */
.guided-tour-form-modal .history .content .col-xs-9 {
  width: 100%;
}

/* line 1, ../../styles/backend/_message.scss */
.unread {
  font-weight: bold;
}

/* line 4, ../../styles/backend/_message.scss */
.message-type {
  display: block;
}

/* line 10, ../../styles/backend/_message.scss */
.message-layout blockquote {
  color: #888;
}

/* line 16, ../../styles/backend/_message.scss */
.message-subject {
  margin-bottom: 20px;
}

/* line 25, ../../styles/backend/_message.scss */
.message-reply textarea {
  min-height: 200px;
}

/* line 31, ../../styles/backend/_message.scss */
.message-list .message-subject {
  margin-bottom: 0;
}
/* line 34, ../../styles/backend/_message.scss */
.message-list .message-teaser {
  color: gray;
  max-height: 24px;
  overflow: hidden;
}
/* line 40, ../../styles/backend/_message.scss */
.message-list .message.unread {
  background-color: #f6f6f6;
}

/* line 45, ../../styles/backend/_message.scss */
.message-history-entry {
  border-top: 1px solid #efefef;
  padding: 20px;
}
/* line 49, ../../styles/backend/_message.scss */
.message-history-entry:first-child {
  border-top-color: #dedede;
}

/* line 54, ../../styles/backend/_message.scss */
.message-history-entry-latest {
  background-color: #ffffcc;
}

/* line 2, ../../styles/backend/_user.scss */
.user-layout .list-view-container {
  overflow: scroll;
}
/* line 6, ../../styles/backend/_user.scss */
.user-layout .headline {
  align-items: center;
}
/* line 10, ../../styles/backend/_user.scss */
.user-layout > * h1 {
  flex: 1;
}
/* line 14, ../../styles/backend/_user.scss */
.user-layout .box {
  background-color: #eee;
  padding: 5px;
  margin: 10px 0;
}
/* line 19, ../../styles/backend/_user.scss */
.user-layout .box ul {
  margin: 0;
  padding-left: 20px;
}
/* line 23, ../../styles/backend/_user.scss */
.user-layout .box ul li {
  list-style: disc;
}

/* line 2, ../../styles/backend/_museum.scss */
.museum-form-modal .history {
  padding: 10px;
  background-color: #f6f6f6;
  margin-left: 20px;
  width: 380px;
}
/* line 9, ../../styles/backend/_museum.scss */
.museum-form-modal .history .content {
  max-height: 700px;
  overflow: scroll;
}
/* line 13, ../../styles/backend/_museum.scss */
.museum-form-modal .history .content .message-subject,
.museum-form-modal .history .content .message-recipient,
.museum-form-modal .history .content .message-reply {
  display: none;
}
/* line 20, ../../styles/backend/_museum.scss */
.museum-form-modal .history .content .message-history-entry a[href$="edit"], .museum-form-modal .history .content .message-history-entry [href$="edit"].btn-link,
.museum-form-modal .history .content .message-history-entry a[href$="versions"],
.museum-form-modal .history .content .message-history-entry [href$="versions"].btn-link {
  display: none;
}
/* line 26, ../../styles/backend/_museum.scss */
.museum-form-modal .history .content .col-xs-offset-3 {
  margin-left: 0;
}
/* line 29, ../../styles/backend/_museum.scss */
.museum-form-modal .history .content .col-xs-9 {
  width: 100%;
}

/* line 36, ../../styles/backend/_museum.scss */
.museum-details .data-group {
  position: relative;
}
/* line 40, ../../styles/backend/_museum.scss */
.museum-details .data-group .info-list li {
  margin-bottom: 6px;
  border-top: 1px solid #dddddd;
}
/* line 44, ../../styles/backend/_museum.scss */
.museum-details .data-group .info-list li:first-child {
  border-top: 0;
}
/* line 49, ../../styles/backend/_museum.scss */
.museum-details .data-group .info-list li .info-list-label {
  width: 50%;
  display: inline-block;
}
/* line 56, ../../styles/backend/_museum.scss */
.museum-details .nav-list-icon {
  position: absolute;
  left: 0;
}
/* line 62, ../../styles/backend/_museum.scss */
.museum-details .file-list li {
  margin-bottom: 20px;
}
/* line 65, ../../styles/backend/_museum.scss */
.museum-details .file-list .thumbnail {
  margin-bottom: 5px;
}

/* line 1, ../../styles/backend/_rating.scss */
.rating-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  counter-reset: li-counter;
}
/* line 7, ../../styles/backend/_rating.scss */
.rating-list > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 65px;
  min-height: 3em;
}
/* line 13, ../../styles/backend/_rating.scss */
.rating-list > li:before {
  position: absolute;
  top: 0;
  color: #999999;
  left: 15px;
  width: 0.8em;
  padding-top: 15px;
  font-size: 2em;
  line-height: 1;
  font-weight: 200;
  text-align: right;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
}
/* line 29, ../../styles/backend/_rating.scss */
.rating-list > li .row,
.rating-list > li .details {
  margin-left: -65px;
}
/* line 38, ../../styles/backend/_rating.scss */
.rating-list .rating-star.fade {
  opacity: .4;
}
/* line 44, ../../styles/backend/_rating.scss */
.rating-list .rating-chart li {
  margin-bottom: 4px;
  height: 8px;
  line-height: 8px;
}
/* line 48, ../../styles/backend/_rating.scss */
.rating-list .rating-chart li.total {
  margin-bottom: 2px;
  height: 14px;
  line-height: 14px;
}
/* line 57, ../../styles/backend/_rating.scss */
.rating-list .details {
  display: none;
}
/* line 62, ../../styles/backend/_rating.scss */
.rating-list .active:hover {
  background-color: transparent;
}
/* line 66, ../../styles/backend/_rating.scss */
.rating-list .active .details {
  display: block;
}
/* line 73, ../../styles/backend/_rating.scss */
.rating-list .total .rating-block {
  background-color: #941b81;
  height: 14px;
}
/* line 77, ../../styles/backend/_rating.scss */
.rating-list .total .rating-block.fade {
  opacity: .2;
}
/* line 82, ../../styles/backend/_rating.scss */
.rating-list .rating-block-container {
  display: inline-block;
  width: 205px;
}
/* line 87, ../../styles/backend/_rating.scss */
.rating-list .rating-block {
  display: inline-block;
  background-color: #999999;
  height: 10px;
  width: 40px;
  margin-right: 1px;
  opacity: .6;
  float: left;
}
/* line 96, ../../styles/backend/_rating.scss */
.rating-list .rating-block.fade {
  opacity: 0;
}
/* line 102, ../../styles/backend/_rating.scss */
.rating-list dl dt {
  text-align: right;
  width: 41.66667%;
  padding-right: 0;
}
/* line 107, ../../styles/backend/_rating.scss */
.rating-list dl dd {
  width: 58.33333%;
  margin-left: 41.66667%;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 118, ../../styles/backend/_rating.scss */
.rating-list .smileys li {
  margin-right: 20px;
}
/* line 121, ../../styles/backend/_rating.scss */
.rating-list .smileys li:last-child {
  margin-right: 0;
}
/* line 127, ../../styles/backend/_rating.scss */
.rating-list .section {
  margin-top: 60px;
}
/* line 131, ../../styles/backend/_rating.scss */
.rating-list .nav-list.comment-list {
  margin-left: -25px;
}
/* line 134, ../../styles/backend/_rating.scss */
.rating-list .nav-list.comment-list li strong {
  margin-left: -25px;
}
/* line 137, ../../styles/backend/_rating.scss */
.rating-list .nav-list.comment-list li strong .nav-list-icon {
  left: 0;
}

/* line 2, ../../styles/backend/_versions.scss */
.release-layout .header {
  display: flex;
  flex: 0 0 auto;
}
/* line 7, ../../styles/backend/_versions.scss */
.release-layout .buttons {
  display: block;
  flex: 1 0 auto;
  padding: 10px 20px;
  border-top: 1px solid #e6e6e6;
}
/* line 14, ../../styles/backend/_versions.scss */
.release-layout .form-column-container {
  padding-right: 80px;
}
/* line 17, ../../styles/backend/_versions.scss */
.release-layout .form-column-container .column-flex {
  padding-right: 5%;
}
/* line 20, ../../styles/backend/_versions.scss */
.release-layout .form-column-container .column-flex:last-child {
  padding-right: 0;
}
/* line 26, ../../styles/backend/_versions.scss */
.release-layout .version-form {
  padding: 6px 0;
  padding-right: 0px;
}
/* line 30, ../../styles/backend/_versions.scss */
.release-layout .version-form h2 {
  font-size: 1em;
}
/* line 34, ../../styles/backend/_versions.scss */
.release-layout .version-form .form-group {
  position: relative;
}
/* line 37, ../../styles/backend/_versions.scss */
.release-layout .version-form .form-group .tools {
  position: absolute;
  right: -80px;
  width: 80px;
}
/* line 45, ../../styles/backend/_versions.scss */
.release-layout .version-form .form-group .tools .btn {
  background-color: transparent;
  text-align: center;
  padding: 4px;
  border-radius: 20px;
  width: 28px;
  height: 28px;
  margin-left: 2px;
  transition: background-color 0.2s ease-out;
}
/* line 56, ../../styles/backend/_versions.scss */
.release-layout .version-form .form-group .tools .btn svg {
  transition: fill 0.2s ease-out;
}
/* line 62, ../../styles/backend/_versions.scss */
.release-layout .version-form .form-group .tools .btn[data-action="rejectField"] svg {
  fill: #CC0000;
}
/* line 66, ../../styles/backend/_versions.scss */
.release-layout .version-form .form-group .tools .btn[data-action="rejectField"][disabled] {
  background-color: #CC0000;
}
/* line 68, ../../styles/backend/_versions.scss */
.release-layout .version-form .form-group .tools .btn[data-action="rejectField"][disabled] svg {
  fill: white;
}
/* line 76, ../../styles/backend/_versions.scss */
.release-layout .version-form .form-group .tools .btn[data-action="acceptField"] svg {
  fill: #44CC27;
}
/* line 80, ../../styles/backend/_versions.scss */
.release-layout .version-form .form-group .tools .btn[data-action="acceptField"][disabled] {
  background-color: #44CC27;
}
/* line 82, ../../styles/backend/_versions.scss */
.release-layout .version-form .form-group .tools .btn[data-action="acceptField"][disabled] svg {
  fill: white;
}
/* line 94, ../../styles/backend/_versions.scss */
.release-layout .scrollable .vertical, .release-layout .scrollable .default-loading-view,
.release-layout .scrollable .default-empty-view {
  height: 100%;
}
/* line 99, ../../styles/backend/_versions.scss */
.release-layout .versions {
  color: #999999;
}
/* line 102, ../../styles/backend/_versions.scss */
.release-layout .versions a, .release-layout .versions .btn-link, .release-layout .versions h3 {
  color: #999999;
}
/* line 107, ../../styles/backend/_versions.scss */
.release-layout .versions dl dt {
  width: 30%;
}
/* line 110, ../../styles/backend/_versions.scss */
.release-layout .versions dl dd {
  width: 70%;
}
/* line 116, ../../styles/backend/_versions.scss */
.release-layout .versions .with-reject-form {
  background-color: #f7f7f7;
}
/* line 120, ../../styles/backend/_versions.scss */
.release-layout .versions .reject-form {
  padding: 6px;
  margin-top: -15px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
}
/* line 132, ../../styles/backend/_versions.scss */
.release-layout .versions .steps {
  display: none;
}
/* line 138, ../../styles/backend/_versions.scss */
.release-layout .versions form section {
  display: block;
}
/* line 141, ../../styles/backend/_versions.scss */
.release-layout .versions form section.overview {
  display: none;
}
/* line 147, ../../styles/backend/_versions.scss */
.release-layout .versions form .input-group .form-control[type="checkbox"] {
  width: 0;
}
/* line 153, ../../styles/backend/_versions.scss */
.release-layout .versions .steps-stepper {
  display: none;
}
/* line 158, ../../styles/backend/_versions.scss */
.release-layout .versions h2.live {
  display: block;
}
/* line 161, ../../styles/backend/_versions.scss */
.release-layout .versions h2.draft {
  display: none;
}
/* line 165, ../../styles/backend/_versions.scss */
.release-layout .versions .data-list > .data-group .tools {
  display: none;
  opacity: 1;
}
/* line 172, ../../styles/backend/_versions.scss */
.release-layout .versions.draft .data-list > .data-group.data-group-dirty h3 {
  color: #941b81;
}
/* line 175, ../../styles/backend/_versions.scss */
.release-layout .versions.draft .data-list > .data-group.data-group-dirty .tools {
  display: inline-block;
}
/* line 180, ../../styles/backend/_versions.scss */
.release-layout .versions.draft h2.draft {
  display: block;
}
/* line 183, ../../styles/backend/_versions.scss */
.release-layout .versions.draft h2.live {
  display: none;
}
/* line 187, ../../styles/backend/_versions.scss */
.release-layout .versions.draft .dirty label {
  font-weight: bold;
  color: #d2322d;
}
/* line 192, ../../styles/backend/_versions.scss */
.release-layout .versions.draft .dirty input {
  border-color: #d2322d;
}
/* line 203, ../../styles/backend/_versions.scss */
.release-layout .release-controls button {
  z-index: 1;
}
/* line 207, ../../styles/backend/_versions.scss */
.release-layout .release-controls [data-action="rejectAll"] {
  width: 164px;
}
/* line 210, ../../styles/backend/_versions.scss */
.release-layout .release-controls .cancel {
  display: none;
  z-index: 0;
}
/* line 214, ../../styles/backend/_versions.scss */
.release-layout .release-controls .cancel.visible {
  display: inline-block;
}
/* line 220, ../../styles/backend/_versions.scss */
.release-layout .release-controls.reject .reject-all {
  overflow: visible;
  opacity: 1;
  max-height: 177px;
}
/* line 226, ../../styles/backend/_versions.scss */
.release-layout .release-controls .reject-all {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  max-height: 0px;
  transition: all 0.3s ease-out;
}
/* line 234, ../../styles/backend/_versions.scss */
.release-layout .release-controls .reject-all .arrow {
  position: absolute;
  top: -13px;
  left: 85px;
  border: 13px solid transparent;
  border-top-width: 0;
  border-bottom-color: #e6e6e6;
  z-index: 10;
}
/* line 244, ../../styles/backend/_versions.scss */
.release-layout .release-controls .reject-all .arrow:before, .release-layout .release-controls .reject-all .arrow::before {
  content: "\0020";
  z-index: 1;
  position: absolute;
  top: 3px;
  left: -11px;
  border: 11px solid transparent;
  border-top-width: 0;
  border-bottom-color: white;
}

/* line 3, ../../styles/backend/_settings.scss */
.settings-layout .nav-list li {
  padding: 2px 0;
}
/* line 6, ../../styles/backend/_settings.scss */
.settings-layout .nav-list li .input-group-addon {
  padding: 0;
}
/* line 8, ../../styles/backend/_settings.scss */
.settings-layout .nav-list li .input-group-addon .btn {
  padding: 6px 12px;
  border-left: 0;
  text-align: center;
}
/* line 13, ../../styles/backend/_settings.scss */
.settings-layout .nav-list li .input-group-addon svg {
  width: 14px;
  height: 14px;
}

/* line 3, ../../styles/backend/_release.scss */
.release-list-view .tab-content {
  margin-top: 20px;
}
/* line 6, ../../styles/backend/_release.scss */
.release-list-view .tab-content h5 {
  margin-top: 10px;
}
/* line 14, ../../styles/backend/_release.scss */
.release-list-view .nav-list:empty:before, .release-list-view .nav-list:empty::before {
  content: 'Keine Einträge.';
  color: #888;
  font-size: 14px;
}
/* line 22, ../../styles/backend/_release.scss */
.release-list-view .nav-list > li.iconized > *:first-child .glyphicon {
  position: static;
}

/* line 30, ../../styles/backend/_release.scss */
.release-layout .header {
  display: flex;
  flex: 0 1 auto;
}
/* line 35, ../../styles/backend/_release.scss */
.release-layout .box {
  float: right;
}

/* line 40, ../../styles/backend/_release.scss */
.version-form h2 {
  font-size: 1.0em;
}

/* line 1, ../../styles/backend/_help.scss */
.help-page {
  display: block;
  max-width: 600px;
}
/* line 5, ../../styles/backend/_help.scss */
.help-page h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

/* line 30, ../../styles/backend.scss */
#container {
  max-width: 100em;
  margin: auto;
  padding: auto;
}

/* line 36, ../../styles/backend.scss */
header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  display: flex;
}


.program-list {
  margin-top: 1%;
  margin-bottom: 1%
}

.program-list ul {
  list-style-type: none;
  width: 50%;
  display: block;
  float: left
}

.program-list ul li.program {
  padding: 4px 20px;
  margin-left: -20px;
  margin-right: 20px
}

.program-list ul li .tools {
  top: 2px;
  opacity: 0;
  transition: opacity 0.2s ease-out
}

.program-list ul li:hover .tools {
  opacity: 1
}

.program-list .label {
  font-size: 1.2em;
  padding: 0;
  margin-top: 20px;
  display: block;
  text-align: left
}

.program-list .label .index {
  color: #1694aa
}

.program-list a,.program-list .btn-link {
  color: #333
}

.program-list a.owned,.program-list .owned.btn-link {
  color: #941b81
}
