@charset "UTF-8";
/* General styles */
html, body {
  font-family: "Open Sans", sans-serif;
}

body {
  padding-top: 52px;
  color: #465050;
}

.body_gray {
  background-color: #e6e6e6;
}

.tooltip, .popover {
  font-family: "Open Sans", sans-serif;
}

.content {
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
}

.well {
  background-color: #fff;
}

h1,
h2,
h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
}

element.style {
  font-size: 0.8em;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: 1px solid #eee;
}

.table > tbody > tr > th {
  border-top: none;
  padding-top: 0;
}

.container {
  margin-top: 25px;
  margin-bottom: 25px;
}

.container {
  min-width: 970px;
  max-width: 970px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 10px) {
  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-collapse.collapse {
    display: block !important;
  }

  .navbar-nav > li, .navbar-nav {
    float: left !important;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.container {
  min-width: 970px;
  max-width: 970px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.containerFull {
  width: 100%;
  max-width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

label {
  font-weight: normal;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #fff;
}

.btn-markencode,
.btn-markencode:visited {
  background-color: #ed2805 !important;
  border-color: #ed2805 !important;
  color: #fff !important;
}

.btn-markencode:hover,
.btn-markencode:active,
.btn-markencode:focus {
  background-color: #ed2805 !important;
  border-color: #ed2805 !important;
  color: #fff !important;
}

.btn-primary,
.btn-primary:visited {
  background-color: #ed2805 !important;
  border-color: #ed2805 !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #ed2805 !important;
  border-color: #ed2805 !important;
  color: #fff !important;
}

a,
a:visited {
  color: #ed2805;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #ed2805;
  text-decoration: underline;
}

hr {
  border-color: #e6e6e6;
  margin: 30px 0;
}

hr.hr-xs {
  border-color: #e6e6e6;
  margin: 5px 0;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 3px 10px;
}

.small {
  font-size: 10px;
}

.mchip {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 8px;
  margin-right: 3px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(70, 80, 80, 0.3);
}

label.mchip {
  margin-top: 0;
}

.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ed2805 !important;
  color: #ffffff;
}

.markt {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(70, 80, 80, 0.3);
}

.markt.active {
  background-color: #ed2805;
  color: #fff;
}

.form-control:focus {
  border-color: #ed2805;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.archetyp,
.archetyp-blank {
  width: 70px;
  height: 70px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  background-color: #465050;
  background-size: cover;
}

.archetyp-blank {
  background-color: transparent;
  text-align: center;
  padding-top: 18px;
}

.archetyp.active {
  background-color: #ed2805;
}

.archetyp-blank.active {
  color: #ed2805;
}

.weise {
  background-image: url(/images/archetypen/weise.svg);
}

.wissenschaftler {
  background-image: url(/images/archetypen/wissenschaftler.svg);
}

.schoepfer {
  background-image: url(/images/archetypen/schoepfer.svg);
}

.kaempfer {
  background-image: url(/images/archetypen/kaempfer.svg);
}

.trainer {
  background-image: url(/images/archetypen/trainer.svg);
}

.medicus {
  background-image: url(/images/archetypen/medicus.svg);
}

.herrscher {
  background-image: url(/images/archetypen/herrscher.svg);
}

.rebell {
  background-image: url(/images/archetypen/rebell.svg);
}

.fuersorgende {
  background-image: url(/images/archetypen/fuersorgende.svg);
}

.koenig {
  background-image: url(/images/archetypen/koenig.svg);
}

.magier {
  background-image: url(/images/archetypen/magier.svg);
}

.abenteurer {
  background-image: url(/images/archetypen/abenteurer.svg);
}

.gefaehrte {
  background-image: url(/images/archetypen/gefaehrte.svg);
}

.liebende {
  background-image: url(/images/archetypen/liebende.svg);
}

.unschuldige {
  background-image: url(/images/archetypen/unschuldige.svg);
}

.entertainer {
  background-image: url(/images/archetypen/entertainer.svg);
}

.topSelect {
  padding: 1px;
  background-color: #e6e6e6;
}

.topSelect .container {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Navbar */
nav.navbar-brandid {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  box-shadow: 0 0 2px 0 #ccc;
}

nav.navbar-brandid .container {
  margin-left: 0;
}

nav.navbar-brandid ul.navbar-nav a {
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: #fff;
}

nav.navbar-brandid ul.navbar-nav a:hover,
nav.navbar-brandid ul.navbar-nav a:visited,
nav.navbar-brandid ul.navbar-nav a:focus,
nav.navbar-brandid ul.navbar-nav a:active {
  background: #fff;
  color: #465050;
}

nav.navbar-brandid ul.navbar-nav a:hover,
nav.navbar-brandid ul.navbar-nav a:focus,
nav.navbar-brandid ul.navbar-nav a:active,
nav.navbar-brandid ul.navbar-nav a.active {
  border-color: #ed2805;
}

nav.navbar-brandid ul.navbar-nav a.active {
  background-color: #f5f5f6;
}

nav.navbar-brandid li.divider {
  background: #ccc;
}

nav.navbar-brandid button.navbar-toggle {
  background: #ed2805;
  border-radius: 2px;
}

nav.navbar-brandid button.navbar-toggle:hover {
  background: #999;
}

nav.navbar-brandid button.navbar-toggle > span.icon-bar {
  background: #fff;
}

nav.navbar-brandid ul.dropdown-menu {
  border: 0;
  background: #fff;
  border-radius: 4px;
  margin: 4px 0;
  box-shadow: 0 0 4px 0 #ccc;
}

nav.navbar-brandid ul.dropdown-menu > li > a:hover {
  background: #ed2805;
  color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #f5f5f6;
  border-color: #ed2805;
}

nav.navbar-brandid .divider-left,
nav.navbar-brandid .divider-right {
  height: 50px;
  border-left: 1px solid #F2F2F2;
}

nav.navbar-brandid .divider-left {
  margin-left: 15px;
}

nav.navbar-brandid .divider-right {
  margin-left: 15px;
}

/* Login */
.login {
  margin-top: 50px;
}

.login h1 {
  margin: 0 0 15px 0;
}

/* Modals */
div.modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 4px;
}

/* ng-cloak styles */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/* Loading bar and spinner */
#loading-bar .bar {
  background: #ed2805;
  height: 2px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

#loading-bar .peg {
  display: none;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #ed2805;
  border-left-color: #ed2805;
  border-radius: 50%;
}

/* toastr */
#toast-container > div {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFF;
  opacity: 0.8;
}

#toast-container > :hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #ed2805;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

/* ui-bootstrap empty href fix */
.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer;
}

#navbar-logo.spin {
  -webkit-animation: spin 0.7s infinite linear;
  -moz-animation: spin 0.7s infinite linear;
  -o-animation: spin 0.7s infinite linear;
  -ms-animation: spin 0.7s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
/* shorten long names in panels */
.panel .list-group-item {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*opaque loading background*/
.opaque {
  opacity: 0.2;
}

/*chips*/
.chip-in-focus {
  border-bottom: 1px solid #ed2805;
}

/*cards*/
.card .panel-body {
  min-height: 232px;
}

.stats {
  margin-left: 11px;
  padding: 10px 0;
}

.stats ul {
  box-sizing: border-box;
  display: table;
  margin: 0;
  min-width: 100%;
  padding: 0;
  table-layout: auto;
  list-style: outside none none;
}

.stats li {
  display: table-cell;
  padding: 0;
  vertical-align: top;
}

.stats li a:hover {
  text-decoration: none;
}

.stats .value {
  display: block;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.15s ease-in-out 0s;
}

.stats .headline {
  color: #8899a6;
  font-size: 10px;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out 0s;
}

.stats .archetyp {
  cursor: pointer;
}

/*remove from list animation*/
.fade {
  transition: 1s linear all;
  -webkit-transition: 1s linear all;
}

.fade.ng-leave {
  opacity: 1;
}

.fade.ng-leave.ng-leave-active {
  opacity: 0;
}

/*Kampagnen Uebersichtsseite*/
.color-filter {
  cursor: pointer;
  opacity: 0.2;
}

.color-filter.active {
  cursor: default;
  opacity: 1;
}

.color-filter.disabled {
  cursor: default;
}

.color-filter.red {
  color: #e53214;
}

.color-filter.yellow {
  color: #ffd200;
}

.color-filter.green {
  color: #00a500;
}

.color-filter.blue {
  color: #ed2805;
}

.direction-filter {
  cursor: pointer;
  opacity: 0.2;
  padding: 0;
}

.direction-filter.active {
  cursor: default;
  opacity: 1;
}

.direction-filter.disabled {
  cursor: default;
}

.campaign-dummy-img {
  max-width: 200px;
  float: left;
  margin: 0 5px 5px 0;
  opacity: 0.3;
  cursor: pointer;
}

.campaign-dummy-img.active {
  cursor: default;
  opacity: 1;
}

.campaign-dummy-img.disabled {
  cursor: default;
}

/*
.campaign-placeholder-image {
  width:100%;
  height:93px;
  background-color:#e6e6e6;
}
*/
.tab-content {
  padding: 15px 0 0 0;
}
.tab-content .well {
  margin: 0;
  border-radius: 0px;
  padding: 10px 15px;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.tab-content .well:nth-child(odd) {
  background-color: #f6f6f6;
}

.center {
  text-align: center;
}

table a,
table a:hover,
table a:focus,
table a:active,
table a:visited {
  color: #465050;
  text-decoration: underline;
}

.modal-backdrop.in {
  filter: alpha(opacity=85);
  opacity: 0.85;
}

.panel-default > .panel-heading {
  height: 40px;
  padding: 5px;
}

.panel-default > .panel-body {
  padding: 10px;
}

.panel-default > .panel-heading input {
  font-size: 14px;
  width: 196px;
}

.panel-default > .panel-heading button.btn {
  font-size: 14px;
  height: 30px;
}

.panel-default > .panel-status {
  border-bottom: 1px solid #ddd;
}

.panel-default > .panel-status div {
  height: 4px;
}

.panel-default > .panel-footer {
  padding: 0px;
}

.panel-default > .panel-footer a.btn {
  width: 100%;
  border-radius: 3px;
  border: none;
  color: #465050;
}

.panel-default > .panel-footer .btn.active,
.panel-default > .panel-footer .btn:active {
  box-shadow: none;
  color: #333;
}

.tblFrageboegen tr td {
  vertical-align: middle !important;
}
.tblFrageboegen tr td .btn {
  height: 30px;
  padding: 4px 12px;
}
.tblFrageboegen tr td .form-inline .btn {
  height: 30px;
  font-size: 14px;
}
.tblFrageboegen tr td .form-inline input {
  font-size: 14px;
  width: 196px;
}

.table-striped tr td a {
  text-decoration: none;
}
.table-striped tr td a:hover {
  color: #ed2805;
}

.profil_1 rect.profil_zonen,
.profil_2 rect.profil_zonen {
  fill: rgba(0, 0, 0, 0.05);
}

.profil_1 rect.outline,
.profil_1 line.hrAlwaysVisible,
.profil_1 line.vrAlwaysVisible,
.profil_2 rect.outline,
.profil_2 line.hrAlwaysVisible,
.profil_2 line.vrAlwaysVisible {
  stroke: rgba(0, 0, 0, 0.15);
}

.owl-matrix-simulation .zonen {
  width: 211px;
  height: 211px;
}

.zonen polyline {
  fill: #F02D1E;
}

.range-slider input[type=range].vertical {
  transform: rotateZ(-90deg);
  width: 340px;
  margin-top: 171px;
  margin-left: -137px;
}

.range-slider input[type=range].range1_i,
.range-slider input[type=range].range2_i {
  margin-left: -95px;
  margin-top: -12px;
}

.range-slider input[type=range].range1_s,
.range-slider input[type=range].range2_s {
  margin-left: -52px;
  margin-top: -12px;
}

.range-slider input[type=range].range1_c,
.range-slider input[type=range].range2_c {
  margin-left: -10px;
  margin-top: -12px;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background: transparent;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #000;
  border-radius: 3px;
  border: 0px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 10px;
  width: 3px;
  background: #CC1719;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #000;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #D8D8D8;
  border-radius: 3px;
  border: none;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 10px;
  width: 3px;
  background: #CC1719;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #000;
  border: none;
  border-radius: 6px;
}

input[type=range]::-ms-fill-upper {
  background: #000;
  border: none;
  border-radius: 6px;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #CC1719;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #000;
}

input[type=range]:focus::-ms-fill-upper {
  background: #000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

table tr td.grey {
  opacity: 0.2;
}

table tr.active td.grey {
  opacity: 1;
}

.btn-fa {
  width: 30px;
  height: 29px;
  padding: 4px 0;
}

.status-success {
  color: #5cb85c;
}

.status-waiting {
  color: #F1C40F;
}

.status-null {
  color: #E74C3C;
}

.status-success-bg {
  color: #fff;
  background-color: #5cb85c;
}

.status-waiting-bg {
  color: #fff;
  background-color: #F1C40F;
}

.status-null-bg {
  color: #fff;
  background-color: #E74C3C;
}

.status-success-line {
  border-color: #5cb85c;
}

.status-waiting-line {
  border-color: #F1C40F;
}

.status-null-line {
  border-color: #E74C3C;
}

.hr {
  border-bottom: 1px solid #e6e6e6;
  margin: 20px 0;
  font-size: 0.8em;
  color: rgba(70, 80, 80, 0.75);
  line-height: 0.8em;
}

.hr div {
  line-height: 0.8em;
  background-color: #fff;
  display: inline;
  padding-right: 10px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}

.containerPDF {
  min-width: 230px;
  max-width: 230px;
  margin: 0;
}
.containerPDF .col-xs-4 {
  text-align: center;
}
.containerPDF .col-xs-4:nth-child(2) {
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.containerPDF .col-xs-4 i {
  color: #e6e6e6;
  margin: 5px 0 0 0;
}
.containerPDF .col-xs-4 a i {
  color: #465050;
}
.containerPDF .col-xs-4 p {
  color: #ccc;
  margin-bottom: 5px;
}

.tooltip-inner {
  max-width: 350px;
}

.owl-matrix svg,
.owl-profil svg,
.profilgraph1 svg,
.profilgraph2 svg {
  width: 100%;
}

.sonderprofile span {
  display: inline-block;
  border: 1px solid #465050;
  border-radius: 3px;
  padding: 1px 4px;
  margin: 0 3px 5px 0;
}
.sonderprofile span.grenze {
  border-color: #F1C40F;
  color: #F1C40F;
}

.fa-sonderprofile {
  position: absolute;
  right: 0;
  top: 230px;
  font-size: 1.2em;
  z-index: 1;
}

.fa-sonderprofile-leer {
  color: #ccc;
}

.fa-sonderprofile + .tooltip > .tooltip-inner {
  text-align: left;
}
.fa-sonderprofile + .tooltip > .tooltip-inner span {
  white-space: nowrap;
  display: block;
}
.fa-sonderprofile + .tooltip > .tooltip-inner .grenze {
  color: #F1C40F !important;
}

.table-log > tbody > tr > td,
.table-log > tbody > tr > th,
.table-log > tfoot > tr > td,
.table-log > tfoot > tr > th,
.table-log > thead > tr > td,
.table-log > thead > tr > th,
.table-kasse > tbody > tr > td,
.table-kasse > tbody > tr > th,
.table-kasse > tfoot > tr > td,
.table-kasse > tfoot > tr > th,
.table-kasse > thead > tr > td,
.table-kasse > thead > tr > th {
  padding: 3px;
}

.table-log td {
  white-space: nowrap;
}

table tr.muted {
  opacity: 0.4;
}

table tr.no-due {
  display: none;
}

table tr.show-no-due {
  display: table-row;
}

table tr.no-bill {
  display: none;
}

table tr.show-no-bill {
  display: table-row;
}

.bootstrap-table .fixed-table-toolbar .search {
  margin-top: -4px;
}
.bootstrap-table .fixed-table-toolbar .search input {
  height: 30px;
}
.bootstrap-table .fixed-table-toolbar .columns-right {
  margin-top: -4px;
}
.bootstrap-table .fixed-table-toolbar .columns-right button {
  height: 30px;
  font-size: 12px;
}
.bootstrap-table .fixed-table-container {
  border: none;
}
.bootstrap-table .fixed-table-container thead tr th {
  border-bottom: 2px solid #ddd;
  border-left: none;
  position: relative;
}
.bootstrap-table .fixed-table-container thead tr th .th-inner {
  padding: 0;
}
.bootstrap-table .fixed-table-container thead tr th .sortable {
  padding: 0 20px 0 0;
}
.bootstrap-table .fixed-table-container thead tr th .both {
  background-image: none;
}
.bootstrap-table .fixed-table-container thead tr th .both:after {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  font-size: 0.9em;
  right: 10px;
  z-index: 1;
  opacity: 0.5;
}
.bootstrap-table .fixed-table-container thead tr th .desc:after {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  font-size: 0.9em;
  right: 10px;
  z-index: 1;
  opacity: 1;
}
.bootstrap-table .fixed-table-container thead tr th .asc:after {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  font-size: 0.9em;
  right: 10px;
  z-index: 1;
  opacity: 1;
}
.bootstrap-table .fixed-table-container thead tr th.right {
  text-align: right;
}
.bootstrap-table .fixed-table-container tbody tr td {
  border-left: none;
}
.bootstrap-table .fixed-table-container tbody tr td.right {
  text-align: right;
}
.bootstrap-table .fixed-table-container tbody tr td .badge {
  margin: -14px 0 0 1px;
  font-size: 9px;
  padding: 2px 4px;
  background-color: #333;
}
.bootstrap-table .fixed-table-container tbody tr td .success {
  color: #5cb85c;
}
.bootstrap-table .fixed-table-container tbody tr td .warning {
  color: #F1C40F;
}
.bootstrap-table .fixed-table-container tbody tr td .danger {
  color: #E74C3C;
}

.fixed-table-toolbar .dropdown-menu {
  max-height: 1000px;
}

.fixed-table-toolbar .dropdown-menu i {
  display: none;
}

.fixed-table-toolbar .dropdown-menu .hidden {
  display: inline !important;
}

#toolbar .btn:last-child,
#toolbar .btn:first-child {
  border-radius: 4px;
  margin-right: 5px;
}

#tblPlanung thead tr th,
#tblPlanung tbody tr td {
  width: 9%;
  font-size: 12px;
}

#tblPlanung thead tr th:nth-child(1),
#tblPlanung tbody tr td:nth-child(1) {
  width: 19%;
  font-size: 12px;
}

#tblPlanung thead tr th:nth-child(5),
#tblPlanung tbody tr td:nth-child(5) {
  border-right: 1px solid #ddd;
}
#tblPlanung thead tr th:nth-child(3),
#tblPlanung thead tr th.highlight,
#tblPlanung tbody tr td:nth-child(3),
#tblPlanung tbody tr td.highlight {
  background-color: rgba(70, 80, 80, 0.1);
  border-radius: 0;
  border: 0;
}
#tblPlanung thead tr th:nth-child(10),
#tblPlanung tbody tr td:nth-child(10) {
  background-color: rgba(70, 80, 80, 0.15);
}
#tblPlanung tbody tr.sum {
  background-color: rgba(70, 80, 80, 0.1);
}

.highlight {
  border: none;
}
#tblPlanung thead tr th:nth-child(1),
#tblPlanung tbody tr td:nth-child(1) {
  width: 10%;
}
.highlight {
  border-radius: 0;
}
#tblPlanung thead tr th:nth-child(3), 
#tblPlanung tbody tr td:nth-child(3), 
#tblPlanung thead tr th:nth-child(10), 
#tblPlanung tbody tr td:nth-child(10) {
  background-color: transparent;
}
#tblPlanung thead tr th:nth-child(4), 
#tblPlanung tbody tr td:nth-child(4), 
#tblPlanung thead tr th:nth-child(11), 
#tblPlanung tbody tr td:nth-child(11) {
  background-color: rgba(70, 80, 80, 0.15);
}
#tblPlanung thead tr th:nth-child(5),
#tblPlanung tbody tr td:nth-child(5) {
  border: none;
}
#tblPlanung thead tr th:nth-child(6),
#tblPlanung tbody tr td:nth-child(6),
#tblPlanung thead tr th:nth-child(2),
#tblPlanung tbody tr td:nth-child(2) {
  border-right: 1px solid #465050;
}
.bootstrap-table .fixed-table-container thead tr th {
  border-bottom: 1px solid #465050 !important;
}
#tblPlanung tbody tr.sum {
  background-color: rgba(70, 80, 80, 0.3);
  border-bottom: 1px solid #465050 !important;
}
#tblPlanung tbody tr.sumMc,
#tblPlanung tbody tr.sumId,
#tblPlanung tbody tr.sumBra,
#tblPlanung tbody tr.sumOverall {
  background-color: rgba(70, 80, 80, 0.1);
  border-bottom: 1px solid #465050 !important;
}
#tblPlanung thead tr th {
  border-top: 1px solid #465050 !important;
}
#tblPlanung thead tr th:first-child,
#tblPlanung tbody tr.sum td:first-child,
#tblPlanung tbody tr.sumId td:first-child,
#tblPlanung tbody tr.sumBra td:first-child,
#tblPlanung tbody tr.sumMc td:first-child,
#tblPlanung tbody tr.sumOverall td:first-child {
  border-left: 1px solid #465050;
}
#tblPlanung thead tr th:last-child,
#tblPlanung tbody tr.sum td:last-child,
#tblPlanung tbody tr.sumId td:last-child,
#tblPlanung tbody tr.sumBra td:last-child,
#tblPlanung tbody tr.sumMc td:last-child,
#tblPlanung tbody tr.sumOverall td:last-child {
  border-right: 1px solid #465050;
}
#tblPlanung tbody tr.client {
  border-top: 1px solid rgba(70,80,80,0.2) !important;
}
#tblPlanung.past thead tr th,
#tblPlanung.past tbody tr td {
  border-right: none;
}
#tblPlanung.past thead tr th, 
#tblPlanung.past tbody tr td {
    background-color: transparent;
}
#tblPlanung.past thead tr th:nth-child(1), 
#tblPlanung.past tbody tr td:nth-child(1),
#tblPlanung.past thead tr th:nth-child(4), 
#tblPlanung.past tbody tr td:nth-child(4),
#tblPlanung.past thead tr th:nth-child(7), 
#tblPlanung.past tbody tr td:nth-child(7),
#tblPlanung.past thead tr th:nth-child(10), 
#tblPlanung.past tbody tr td:nth-child(10),
#tblPlanung.past thead tr th:nth-child(13), 
#tblPlanung.past tbody tr td:nth-child(13),
#tblPlanung.past thead tr th:nth-child(17), 
#tblPlanung.past tbody tr td:nth-child(17) {
  border-right: 1px solid #465050;
}
#tblPlanung.past thead tr th.highlight, 
#tblPlanung.past tbody tr td.highlight, 
#tblPlanung.past thead tr th:nth-child(18), 
#tblPlanung.past tbody tr td:nth-child(18) {
    background-color: rgba(70, 80, 80, 0.15);
}
.discard {
  position: absolute;
  cursor: pointer;
  top: 41px;
  right: 60px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #bbb;
}
.discard:hover, 
.discard:focus {
  color: #999;
}

#tblIst thead tr th,
#tblIst tbody tr td {
  width: 10%;
  font-size: 12px;
}

#tblIst thead tr th:nth-child(1),
#tblIst tbody tr td:nth-child(1) {
  width: 20%;
  font-size: 12px;
}

#tblIst thead tr th:nth-child(4),
#tblIst tbody tr td:nth-child(4) {
  border-right: 1px solid #ddd;
}
#tblIst thead tr th:nth-child(2),
#tblIst thead tr th.highlight,
#tblIst tbody tr td:nth-child(2),
#tblIst tbody tr td.highlight {
  background-color: rgba(70, 80, 80, 0.1);
}
#tblIst thead tr th:nth-child(10),
#tblIst tbody tr td:nth-child(10) {
  background-color: rgba(70, 80, 80, 0.15);
}
#tblIst tbody tr.sum {
  background-color: rgba(70, 80, 80, 0.1);
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #ed2805 !important;
  background-image: none !important;
}

.easy-autocomplete {
  width: 100% !important;
}

.highlight {
  padding: 15px 0 0 0;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}

.easy-autocomplete-container {
  z-index: 2000;
}

.breadcrumb > li + li.pull-right:before {
  padding: 0;
  content: "";
}

.table > tbody > tr.minus > td,
.table > tbody > tr.minus > th,
.table > tbody > tr > td.minus,
.table > tbody > tr > th.minus,
.table > tfoot > tr.minus > td,
.table > tfoot > tr.minus > th,
.table > tfoot > tr > td.minus,
.table > tfoot > tr > th.minus,
.table > thead > tr.minus > td,
.table > thead > tr.minus > th,
.table > thead > tr > td.minus,
.table > thead > tr > th.minus {
  background-color: rgba(237, 40, 5, 0.05);
}

.table > tbody > tr.plus > td,
.table > tbody > tr.plus > th,
.table > tbody > tr > td.plus,
.table > tbody > tr > th.plus,
.table > tfoot > tr.plus > td,
.table > tfoot > tr.plus > th,
.table > tfoot > tr > td.plus,
.table > tfoot > tr > th.plus,
.table > thead > tr.plus > td,
.table > thead > tr.plus > th,
.table > thead > tr > td.plus,
.table > thead > tr > th.plus {
  background-color: rgba(0, 150, 0, 0.05);
}

.durchstrichen {
  text-decoration: line-through;
}

/*# sourceMappingURL=styles.css.map */



.bluetext {
  color: #53c9ff;
}




#tblSales thead tr th,
#tblSales tbody tr td {
  width: 1%;
  font-size: 12px;
}

td:nth-child(1) {
  opacity: 0.7;
}

td:nth-child(n+2):nth-child(-n+21) {
  width: 5%;
  opacity: 1;
}

/* #tblSales thead tr th {
  text-align: left;
} */

/* #tblSales thead tr th:nth-child(1),
#tblSales tbody tr td:nth-child(1),
#tblSales thead tr th:nth-child(2),
#tblSales tbody tr td:nth-child(2) {
  width: 5%;
} */

/* #tblSales thead tr th:nth-child(n+3):nth-child(-n+19),
#tblSales thead tr td:nth-child(n+3):nth-child(-n+19) {
  width: 5%;
} */

/* #tblSales thead tr th:nth-child(17),
#tblSales tbody tr td:nth-child(17) {
  width: 15%;
} */


#tblSales tbody tr.sum {
  background-color: rgba(70, 80, 80, 0.1);
}

.highlight {
  border: none;
  background-color: rgba(70, 80, 80, 0.15);
  border-radius: 0;
}

#tblSales thead tr th:nth-child(18), 
#tblSales tbody tr td:nth-child(18) {
  /* background-color: rgba(70, 80, 80, 0.15); */
}

/* #tblSales thead tr th:nth-child(3), 
#tblSales tbody tr td:nth-child(3), 
#tblSales thead tr th:nth-child(10), 
#tblSales tbody tr td:nth-child(10) {
  background-color: transparent;
}
#tblSales thead tr th:nth-child(4), 
#tblSales tbody tr td:nth-child(4), 
#tblSales thead tr th:nth-child(11), 
#tblSales tbody tr td:nth-child(11) {
  background-color: rgba(70, 80, 80, 0.15);
}
#tblSales thead tr th:nth-child(5),
#tblSales tbody tr td:nth-child(5) {
  border: none;
}
#tblSales thead tr th:nth-child(6),
#tblSales tbody tr td:nth-child(6),
#tblSales thead tr th:nth-child(2),
#tblSales tbody tr td:nth-child(2) {
  border-right: 1px solid #465050;
} */
.bootstrap-table .fixed-table-container thead tr th {
  border-bottom: 1px solid #465050 !important;
}
#tblSales tbody tr.sum {
  background-color: rgba(70, 80, 80, 0.3);
  border-bottom: 1px solid #465050 !important;
}
#tblSales tbody tr.sumMc,
#tblSales tbody tr.sumId,
#tblSales tbody tr.sumBra,
#tblSales tbody tr.sumOverall {
  background-color: rgba(70, 80, 80, 0.1);
  border-bottom: 1px solid #465050 !important;
}
#tblSales thead tr th {
  border-top: 1px solid #465050 !important;
}
/* #tblSales thead tr th:first-child,
#tblSales tbody tr.sum td:first-child,
#tblSales tbody tr.sumId td:first-child,
#tblSales tbody tr.sumBra td:first-child,
#tblSales tbody tr.sumMc td:first-child,
#tblSales tbody tr.sumOverall td:first-child {
  border-left: 1px solid #465050;
}
#tblSales thead tr th:last-child,
#tblSales tbody tr.sum td:last-child,
#tblSales tbody tr.sumId td:last-child,
#tblSales tbody tr.sumBra td:last-child,
#tblSales tbody tr.sumMc td:last-child,
#tblSales tbody tr.sumOverall td:last-child {
  border-right: 1px solid #465050;
} */
#tblSales tbody tr.client {
  border-top: 1px solid rgba(70,80,80,0.2) !important;
}
#tblSales.past thead tr th,
#tblSales.past tbody tr td {
  border-right: none;
}
#tblSales.past thead tr th, 
#tblSales.past tbody tr td {
    background-color: transparent;
}
/* #tblSales.past thead tr th:nth-child(1), 
#tblSales.past tbody tr td:nth-child(1),
#tblSales.past thead tr th:nth-child(4), 
#tblSales.past tbody tr td:nth-child(4),
#tblSales.past thead tr th:nth-child(7), 
#tblSales.past tbody tr td:nth-child(7),
#tblSales.past thead tr th:nth-child(10), 
#tblSales.past tbody tr td:nth-child(10),
#tblSales.past thead tr th:nth-child(13), 
#tblSales.past tbody tr td:nth-child(13),
#tblSales.past thead tr th:nth-child(17), 
#tblSales.past tbody tr td:nth-child(17) {
  border-right: 1px solid #465050;
}
*/
#tblSales thead tr th:nth-child(5), 
#tblSales tbody tr td:nth-child(5),
#tblSales thead tr th:nth-child(9), 
#tblSales tbody tr td:nth-child(9) {
  border-right: 1px solid #ed2805;
} 

#tblSales thead tr th.highlight, 
#tblSales tbody tr td.highlight {
/* #tblSales.past thead tr th:nth-child(18), 
#tblSales.past tbody tr td:nth-child(18) { */
    background-color: rgba(70, 80, 80, 0.15);
}