@charset "UTF-8";
/*
Alte Lizenzen
$id6: (
	primary: #5184C3,
	secondary: #92B1CD,
	background: #E8EBF1,
	foreground: #FFF,
	base: #FFF,
	navigation-background: #023A78,
	navigation-foreground: #5184C3,
	navigation-link: #023A78,
	text: #000,
	text-inverse: #FFF,
	area-header: #F1F1F1,
	area-border: #DDD,
	contact-compare-chart: (
		#C00000,
		#00C000,
		#4020FF,
		#C000C0,
		#00C0C0
	),
	product-compare-chart: #5D6166,
	riskclasses: (
		'verylow': #9DC224,
		'low': #888B1E,
		'medium': #3B5FA5,
		'high': #10295F,
		'veryhigh': #E63E2B,
		'notset': #5D6166,
		'none': #5D6166
	)
);

$id11: (
	primary: #285991,
	secondary: #144983,
	background: #E8EBF1,
	foreground: #FFF,
	base: #FFF,
	navigation-background: #003975,
	navigation-foreground: #144983,
	navigation-link: #EC8C21,
	text: #000,
	text-inverse: #FFF,
	area-header: #F1F1F1,
	area-border: #DDD,
	contact-compare-chart: (
		#C00000,
		#00C000,
		#4020FF,
		#C000C0,
		#00C0C0
	),
	product-compare-chart: #5D6166,
	riskclasses: (
		'verylow': #0093B5,
		'low': #00A000,
		'medium': #C0C000,
		'high': #E55B00,
		'veryhigh': #C00000,
		'notset': #5D6166,
		'none': #5D6166
	)
);

$id32: (
	primary: #B6221C,
	secondary: #970D1E,
	background: #E8EBF1,
	foreground: #FFF,
	base: #FFF,
	navigation-background: #31353D,
	navigation-foreground: #5D6166,
	navigation-link: #B6221C,
	text: #000,
	text-inverse: #FFF,
	area-header: #F1F1F1,
	area-border: #DDD,
	contact-compare-chart: (
		#C00000,
		#00C000,
		#4020FF,
		#C000C0,
		#00C0C0
	),
	product-compare-chart: #5D6166,
	riskclasses: (
		'verylow': #0093B5,
		'low': #00A000,
		'medium': #C0C000,
		'high': #E55B00,
		'veryhigh': #C00000,
		'notset': #5D6166,
		'none': #5D6166
	)
);

$id40: (
	primary: #7c79b1,
	secondary: #4e4d81,
	background: #E8EBF1,
	foreground: #FFF,
	base: #FFF,
	navigation-background: #222554,
	navigation-foreground: #5D6166,
	navigation-link: #7c79b1,
	text: #000,
	text-inverse: #FFF,
	area-header: #F1F1F1,
	area-border: #DDD,
	contact-compare-chart: (
		#C00000,
		#00C000,
		#4020FF,
		#C000C0,
		#00C0C0
	),
	product-compare-chart: #5D6166,
	riskclasses: (
		'verylow': #5D6166,
		'low': #bfbfbf,
		'medium': #C0C000,
		'high': #00A000,
		'veryhigh': #E55B00,
		'notset': #0093B5,
		'none': #0093B5
	)
);

$id41: (
	primary: #F59000,
	secondary: #F4AD49,
	background: #D8D7D7,
	foreground: #FFF,
	base: #FFF,
	navigation-background: #313030,
	navigation-foreground: #646363,
	navigation-link: #F59000,
	text: #000,
	text-inverse: #FFF,
	area-header: #F1F0F0,
	area-border: #B1B0B0,
	contact-compare-chart: (
		#C00000,
		#00C000,
		#4020FF,
		#C000C0,
		#00C0C0
	),
	product-compare-chart: #646363,
	riskclasses: (
		'verylow': #0093B5,
		'low': #00A000,
		'medium': #C0C000,
		'high': #E55B00,
		'veryhigh': #C00000,
		'notset': #646363,
		'none': #646363
	)
);
*/
html.theme-default,
html.theme-default > body {
  background-color: #E8EBF1;
  color: #000; }

html.theme-default .has-error .help-block,
html.theme-default .has-error .control-label,
html.theme-default .has-error .radio,
html.theme-default .has-error .checkbox,
html.theme-default .has-error .radio-inline,
html.theme-default .has-error .checkbox-inline, html.theme-default .has-error.radio label, html.theme-default .has-error.checkbox label, html.theme-default .has-error.adio-inline label, html.theme-default .has-error.checkbox-inline label {
  color: #a94442; }
html.theme-default .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  html.theme-default .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
html.theme-default .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }
html.theme-default .has-error .form-control-feedback {
  color: #a94442; }
html.theme-default .form-group.has-error {
  color: #cc3f44; }
  html.theme-default .form-group.has-error .form-control {
    border-color: #e19092; }
    html.theme-default .form-group.has-error .form-control:focus {
      border-color: #cc3f44; }
html.theme-default .form-group.has-success {
  color: #68b828; }
  html.theme-default .form-group.has-success .form-control {
    border-color: #9cde68; }
    html.theme-default .form-group.has-success .form-control:focus {
      border-color: #68b828; }
html.theme-default div.errortext,
html.theme-default span.errortext {
  color: #a94442; }
html.theme-default div.successtext {
  color: #2e8000; }
html.theme-default a {
  color: #EC8C21; }
  html.theme-default a:hover, html.theme-default a:focus {
    color: #D37813; }
  html.theme-default a.unhighlighted {
    color: #000; }
html.theme-default hr {
  border-color: #D37813; }
html.theme-default .loader {
  background-color: #EC8C21; }
  html.theme-default .loader .spinner {
    box-shadow: inset 0 0 0 1em #FFF; }
    html.theme-default .loader .spinner:before, html.theme-default .loader .spinner:after {
      background-color: #EC8C21; }
html.theme-default .sidebar {
  background-color: #31353D; }
  html.theme-default .sidebar .logo {
    background-color: #EC8C21; }
    html.theme-default .sidebar .logo .menu {
      background-color: #D37813; }
      html.theme-default .sidebar .logo .menu a {
        color: #FFF; }
  html.theme-default .sidebar ul.navigation li {
    border-bottom-color: #5D6166; }
    html.theme-default .sidebar ul.navigation li a {
      color: #FFF; }
      html.theme-default .sidebar ul.navigation li a:hover {
        background-color: #EC8C21; }
      html.theme-default .sidebar ul.navigation li a i {
        color: #FFF; }
html.theme-default .topbar .menu-button-mobile {
  color: #EC8C21; }
html.theme-default .topbar .search input {
  border-bottom-color: #E8EBF1;
  color: #E8EBF1; }
html.theme-default .topbar.navbar, html.theme-default .topbar-simple.navbar {
  background: #31353D;
  /*border-color: $color-navigation-background;*/
  border-bottom-color: #2a2e35; }
  html.theme-default .topbar.navbar ul.navbar-nav > .open > a, html.theme-default .topbar-simple.navbar ul.navbar-nav > .open > a {
    background: #EC8C21;
    color: #FFF; }
  html.theme-default .topbar.navbar ul.navbar-nav > li > a, html.theme-default .topbar-simple.navbar ul.navbar-nav > li > a {
    color: #FFF; }
  html.theme-default .topbar.navbar .dropdown-menu, html.theme-default .topbar-simple.navbar .dropdown-menu {
    background-color: #31353D; }
    html.theme-default .topbar.navbar .dropdown-menu > li a, html.theme-default .topbar-simple.navbar .dropdown-menu > li a {
      color: #FFF;
      border-top-color: #5D6166; }
      html.theme-default .topbar.navbar .dropdown-menu > li a:hover, html.theme-default .topbar-simple.navbar .dropdown-menu > li a:hover {
        background-color: #EC8C21; }
    html.theme-default .topbar.navbar .dropdown-menu > li.active a, html.theme-default .topbar-simple.navbar .dropdown-menu > li.active a {
      background-color: #EC8C21; }
    html.theme-default .topbar.navbar .dropdown-menu > li:first-child a:hover, html.theme-default .topbar-simple.navbar .dropdown-menu > li:first-child a:hover {
      border-top-color: #5D6166; }
    html.theme-default .topbar.navbar .dropdown-menu.typeahead, html.theme-default .topbar-simple.navbar .dropdown-menu.typeahead {
      background-color: transparent; }
      html.theme-default .topbar.navbar .dropdown-menu.typeahead > li, html.theme-default .topbar-simple.navbar .dropdown-menu.typeahead > li {
        background-color: #31353D; }
        html.theme-default .topbar.navbar .dropdown-menu.typeahead > li.active a, html.theme-default .topbar-simple.navbar .dropdown-menu.typeahead > li.active a {
          background-color: #EC8C21; }
html.theme-default .quickbar {
  background-color: #5D6166; }
html.theme-default .footer {
  background-color: #5D6166;
  border-top-color: #56595e; }
  html.theme-default .footer ul li {
    color: #FFF; }
    html.theme-default .footer ul li a {
      color: #FFF; }
      html.theme-default .footer ul li a:hover {
        color: #EC8C21; }
html.theme-default .history-container {
  border-top-color: #EC8C21; }
  html.theme-default .history-container .left span {
    color: #FFF; }
  html.theme-default .history-container .right h3, html.theme-default .history-container .right h4 {
    color: #FFF; }
  html.theme-default .history-container li:not(:first-child) {
    border-top-color: #5D6166; }
  html.theme-default .history-container li:hover {
    background-color: #EC8C21; }
html.theme-default .contact-image.empty {
  background-color: #E8EBF1; }
html.theme-default .inbox-count {
  background: linear-gradient(#f0a450, #EC8C21, #D37813, #a45d0f);
  border-color: #FFF; }
html.theme-default .scroll-to-top {
  background-color: #EC8C21; }
html.theme-default .widget {
  background-color: #FFF; }
html.theme-default .widget-stats .left {
  color: #FFF;
  background-color: #EC8C21; }
html.theme-default .widget-stats .right h3 {
  color: #EC8C21; }
html.theme-default .widget-stats .right h4 {
  color: #4d4d4d; }
html.theme-default .widget-wizard .plus > i {
  color: #FFF;
  background-color: #EC8C21; }
html.theme-default .ppc-table thead, html.theme-default .ppc-table tfoot {
  background-color: #f2f2f2; }
html.theme-default .ppc-table-striped tbody:nth-child(odd) {
  background-color: #f7f7f7; }
html.theme-default .table > thead,
html.theme-default .table > tbody.sum {
  background-color: #ededed; }
html.theme-default .table > tbody.group {
  background-color: #f2f2f2; }
html.theme-default .table .selected-row {
  background-color: #EC8C21 !important;
  color: #FFF; }
  html.theme-default .table .selected-row td {
    border-top-color: #D37813 !important;
    border-bottom-color: #D37813 !important; }
html.theme-default .table > tbody.alternate-row {
  background-color: #f7f7f7; }
html.theme-default .table > tbody:not(.group):not(.sum):not(.hover-rows):hover,
html.theme-default .table > tbody.hover-rows > tr:hover {
  background-color: rgba(236, 140, 33, 0.2); }
html.theme-default .table > tbody.subrow {
  color: #4d4d4d; }
html.theme-default .table > tbody.inactive {
  color: gray; }
html.theme-default .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7; }
html.theme-default .table-striped-2 > tbody > tr:nth-child(4n-1), html.theme-default .table-striped-2 > tbody > tr:nth-child(4n) {
  background-color: #f7f7f7; }
html.theme-default .pagination > li > a, html.theme-default .pagination > li > span {
  background-color: #FFF;
  border-color: #dee3eb;
  color: #EC8C21; }
  html.theme-default .pagination > li > a:hover, html.theme-default .pagination > li > a:focus, html.theme-default .pagination > li > span:hover, html.theme-default .pagination > li > span:focus {
    background-color: #E8EBF1;
    border-color: #dee3eb;
    color: #D37813; }
html.theme-default .pagination > li.active > a, html.theme-default .pagination > li.active > span {
  background-color: #EC8C21;
  border-color: #EC8C21;
  color: #FFF; }
html.theme-default .panel-ips-primary {
  background-color: #FFF;
  border-color: #DDD; }
  html.theme-default .panel-ips-primary > .panel-heading {
    background-color: #F1F1F1;
    border-bottom-color: #DDD; }
    html.theme-default .panel-ips-primary > .panel-heading a {
      color: #000; }
html.theme-default .loading {
  color: #D37813; }
html.theme-default .panel-ips-secondary {
  border-color: #DDD; }
  html.theme-default .panel-ips-secondary .panel-heading a {
    color: #4d4d4d; }
html.theme-default .btn-ppc,
html.theme-default .btn-ppc.disabled,
html.theme-default .btn-ppc[disabled],
html.theme-default .btn-ppc.disabled:hover,
html.theme-default .btn-ppc[disabled]:hover,
html.theme-default .btn-ppc.disabled:focus,
html.theme-default .btn-ppc[disabled]:focus {
  background-color: #D37813;
  border-color: #EC8C21;
  color: #FFF; }
html.theme-default .btn-primary,
html.theme-default .btn-primary.disabled,
html.theme-default .btn-primary[disabled],
html.theme-default .btn-primary.disabled:hover,
html.theme-default .btn-primary[disabled]:hover,
html.theme-default .btn-primary.disabled:focus,
html.theme-default .btn-primary[disabled]:focus {
  background-color: #D37813;
  border-color: #EC8C21;
  color: #FFF; }
html.theme-default .btn-ppc:focus, html.theme-default .btn-ppc:hover {
  background-color: #EC8C21;
  border-color: #D37813;
  color: #FFF; }
html.theme-default .btn-primary:focus, html.theme-default .btn-primary:hover {
  background-color: #EC8C21;
  border-color: #D37813;
  color: #FFF; }
html.theme-default .control-label {
  color: #5D6166; }
  html.theme-default .control-label .required {
    color: #ff0040; }
html.theme-default .checkbox {
  color: #000; }
html.theme-default .form-control {
  border-color: #dfdfdf;
  color: #000; }
  html.theme-default .form-control:focus {
    border-color: #ababab; }
  html.theme-default .form-control[disabled], html.theme-default .form-control[readonly], fieldset[disabled] html.theme-default .form-control {
    border-color: #ababab;
    background: #f2f2f2;
    color: #545454; }
  html.theme-default .form-control.radiogroup > label {
    color: #000; }
html.theme-default .btn-group .btn, html.theme-default .btn-group .btn:focus {
  background-color: #F1F1F1;
  border-color: #DDD;
  color: #000; }
  html.theme-default .btn-group .btn.selected, html.theme-default .btn-group .btn:focus.selected {
    background-color: #EC8C21;
    border-color: #D37813;
    color: #FFF; }
html.theme-default .correspondence-edit {
  color: #EC8C21; }
html.theme-default .chartloader {
  background-color: #FFF; }
  html.theme-default .chartloader > div {
    color: #D37813; }
html.theme-default .linechart-cursor-fill {
  fill: #D37813; }
html.theme-default .linechart-cursor-line {
  stroke: #D37813; }
html.theme-default .linechart-cursor-selection {
  fill: #D37813;
  stroke: #D37813; }
html.theme-default .linechart-axis-fill {
  fill: #4d4d4d; }
html.theme-default .linechart-balloon-bg-category {
  /* Chart Cursor Bereich auf X Achse */
  fill: #FFF;
  stroke: #000; }
html.theme-default .linechart-balloon-div-category div {
  /* Chart Cursor Text auf X Achse */
  color: #000 !important; }
html.theme-default .linechart-graph-defaultline .linechart-graph-stroke {
  /* Default Linie */
  stroke: #D37813; }
html.theme-default .linechart-balloon-bg-defaultline {
  /* Tooltip Balloon auf Default Linie */
  fill: #FFF;
  stroke: #D37813; }
html.theme-default .linechart-balloon-div-defaultline div {
  /* Tooltip Text auf Default Linie */
  color: #D37813 !important; }
html.theme-default .linechart-graph-performanceline .linechart-graph-stroke,
html.theme-default .linechart-graph-performancelineall .linechart-graph-stroke,
html.theme-default .linechart-graph-indexline .linechart-graph-stroke {
  stroke: #D37813; }
html.theme-default .linechart-graph-performanceline .linechart-graph-fill,
html.theme-default .linechart-graph-performancelineall .linechart-graph-fill,
html.theme-default .linechart-graph-indexline .linechart-graph-fill {
  fill: #D37813; }
html.theme-default .linechart-balloon-bg-performanceline,
html.theme-default .linechart-balloon-bg-performancelineall,
html.theme-default .linechart-balloon-bg-indexline {
  /* Tooltip Balloon auf Performance Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #D37813; }
html.theme-default .linechart-balloon-div-performanceline div,
html.theme-default .linechart-balloon-div-performancelineall div,
html.theme-default .linechart-balloon-div-indexline div {
  /* Tooltip Text auf Performance Linie Vermögensentwicklung */
  color: #D37813 !important; }
html.theme-default .linechart-graph-goldline .linechart-graph-stroke {
  stroke: #EAC019; }
html.theme-default .linechart-graph-goldline .linechart-graph-fill {
  fill: #EAC019; }
html.theme-default .linechart-balloon-bg-goldline {
  /* Tooltip Balloon auf Gold Linie */
  fill: #FFF;
  stroke: #EAC019; }
html.theme-default .linechart-balloon-div-goldline div {
  /* Tooltip Text auf Gold Linie */
  color: #EAC019 !important; }
html.theme-default .linechart-graph-volumeline .linechart-graph-stroke,
html.theme-default .linechart-graph-volumelineall .linechart-graph-stroke {
  stroke: #5D6166; }
html.theme-default .linechart-graph-volumeline .linechart-graph-fill,
html.theme-default .linechart-graph-volumelineall .linechart-graph-fill {
  fill: #5D6166; }
html.theme-default .linechart-balloon-bg-volumeline,
html.theme-default .linechart-balloon-bg-volumelineall {
  /* Tooltip Balloon auf Volumen Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #5D6166; }
html.theme-default .linechart-balloon-div-volumeline div,
html.theme-default .linechart-balloon-div-volumelineall div {
  /* Tooltip Text auf Volumen Linie Vermögensentwicklung */
  color: #5D6166 !important; }
html.theme-default .linechart-graph-vergleich .linechart-graph-stroke {
  stroke: #5D6166; }
html.theme-default .linechart-graph-vergleich .linechart-graph-fill {
  fill: #5D6166; }
html.theme-default .linechart-balloon-bg-vergleich {
  /* Tooltip Balloon auf Performance Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #5D6166; }
html.theme-default .linechart-balloon-div-vergleich div {
  /* Tooltip Text auf Performance Linie Vermögensentwicklung */
  color: #5D6166 !important; }
html.theme-default .linechart-trend-line {
  stroke: #000; }
html.theme-default .piechart-balloon-bg {
  /* Tooltip Balloon */
  fill: #FFF;
  stroke: #D37813; }
html.theme-default .piechart-balloon-div div {
  /* Tooltip Text */
  color: #D37813 !important; }
html.theme-default .piechart-legend-marker {
  /* Legende Markierung */
  stroke: #000; }
html.theme-default .piechart-legend-value, html.theme-default .piechart-legend-label {
  /* Legende Texte */
  fill: #000; }
html.theme-default .piechart-pie-item > .piechart-pie-slice {
  /* PieChart Stück */
  stroke: #000; }
html.theme-default .linechart-graph-line0 .linechart-graph-stroke {
  stroke: #c00000; }
html.theme-default .linechart-graph-line0 .linechart-graph-fill {
  fill: #c00000;
  fill-opacity: 0.33; }
html.theme-default .linechart-balloon-bg-line0 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #c00000;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-default .linechart-balloon-div-line0 div {
  color: #c00000 !important; }
html.theme-default span.line0 {
  background-color: #c00000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-default .linechart-graph-line5 .linechart-graph-stroke {
  stroke: #ff2727; }
html.theme-default .linechart-graph-line5 .linechart-graph-fill {
  fill: #ff2727;
  fill-opacity: 0.33; }
html.theme-default .linechart-balloon-bg-line5 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff2727;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-default .linechart-balloon-div-line5 div {
  color: #ff2727 !important; }
html.theme-default span.line5 {
  background-color: #ff2727;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-default .linechart-graph-line10 .linechart-graph-stroke {
  stroke: #ff8d8d; }
html.theme-default .linechart-graph-line10 .linechart-graph-fill {
  fill: #ff8d8d;
  fill-opacity: 0.33; }
html.theme-default .linechart-balloon-bg-line10 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff8d8d;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-default .linechart-balloon-div-line10 div {
  color: #ff8d8d !important; }
html.theme-default span.line10 {
  background-color: #ff8d8d;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-default .linechart-graph-line1 .linechart-graph-stroke {
  stroke: #00c000; }
html.theme-default .linechart-graph-line1 .linechart-graph-fill {
  fill: #00c000;
  fill-opacity: 0.33; }
html.theme-default .linechart-balloon-bg-line1 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #00c000;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-default .linechart-balloon-div-line1 div {
  color: #00c000 !important; }
html.theme-default span.line1 {
  background-color: #00c000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-default .linechart-graph-line6 .linechart-graph-stroke {
  stroke: #27ff27; }
html.theme-default .linechart-graph-line6 .linechart-graph-fill {
  fill: #27ff27;
  fill-opacity: 0.33; }
html.theme-default .linechart-balloon-bg-line6 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #27ff27;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-default .linechart-balloon-div-line6 div {
  color: #27ff27 !important; }
html.theme-default span.line6 {
  background-color: #27ff27;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-default .linechart-graph-line11 .linechart-graph-stroke {
  stroke: #8dff8d; }
html.theme-default .linechart-graph-line11 .linechart-graph-fill {
  fill: #8dff8d;
  fill-opacity: 0.33; }
html.theme-default .linechart-balloon-bg-line11 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #8dff8d;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-default .linechart-balloon-div-line11 div {
  color: #8dff8d !important; }
html.theme-default span.line11 {
  background-color: #8dff8d;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-default .linechart-graph-line2 .linechart-graph-stroke {
  stroke: #4020ff; }
html.theme-default .linechart-graph-line2 .linechart-graph-fill {
  fill: #4020ff;
  fill-opacity: 0.33; }
html.theme-default .linechart-balloon-bg-line2 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #4020ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-default .linechart-balloon-div-line2 div {
  color: #4020ff !important; }
html.theme-default span.line2 {
  background-color: #4020ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-default .linechart-graph-line7 .linechart-graph-stroke {
  stroke: #9786ff; }
html.theme-default .linechart-graph-line7 .linechart-graph-fill {
  fill: #9786ff;
  fill-opacity: 0.33; }
html.theme-default .linechart-balloon-bg-line7 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #9786ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-default .linechart-balloon-div-line7 div {
  color: #9786ff !important; }
html.theme-default span.line7 {
  background-color: #9786ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-default .linechart-graph-line12 .linechart-graph-stroke {
  stroke: #efecff; }
html.theme-default .linechart-graph-line12 .linechart-graph-fill {
  fill: #efecff;
  fill-opacity: 0.33; }
html.theme-default .linechart-balloon-bg-line12 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #efecff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-default .linechart-balloon-div-line12 div {
  color: #efecff !important; }
html.theme-default span.line12 {
  background-color: #efecff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-default .linechart-graph-line3 .linechart-graph-stroke {
  stroke: #c000c0; }
html.theme-default .linechart-graph-line3 .linechart-graph-fill {
  fill: #c000c0;
  fill-opacity: 0.33; }
html.theme-default .linechart-balloon-bg-line3 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #c000c0;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-default .linechart-balloon-div-line3 div {
  color: #c000c0 !important; }
html.theme-default span.line3 {
  background-color: #c000c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-default .linechart-graph-line8 .linechart-graph-stroke {
  stroke: #ff27ff; }
html.theme-default .linechart-graph-line8 .linechart-graph-fill {
  fill: #ff27ff;
  fill-opacity: 0.33; }
html.theme-default .linechart-balloon-bg-line8 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff27ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-default .linechart-balloon-div-line8 div {
  color: #ff27ff !important; }
html.theme-default span.line8 {
  background-color: #ff27ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-default .linechart-graph-line13 .linechart-graph-stroke {
  stroke: #ff8dff; }
html.theme-default .linechart-graph-line13 .linechart-graph-fill {
  fill: #ff8dff;
  fill-opacity: 0.33; }
html.theme-default .linechart-balloon-bg-line13 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff8dff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-default .linechart-balloon-div-line13 div {
  color: #ff8dff !important; }
html.theme-default span.line13 {
  background-color: #ff8dff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-default .linechart-graph-line4 .linechart-graph-stroke {
  stroke: #00c0c0; }
html.theme-default .linechart-graph-line4 .linechart-graph-fill {
  fill: #00c0c0;
  fill-opacity: 0.33; }
html.theme-default .linechart-balloon-bg-line4 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #00c0c0;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-default .linechart-balloon-div-line4 div {
  color: #00c0c0 !important; }
html.theme-default span.line4 {
  background-color: #00c0c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-default .linechart-graph-line9 .linechart-graph-stroke {
  stroke: #27ffff; }
html.theme-default .linechart-graph-line9 .linechart-graph-fill {
  fill: #27ffff;
  fill-opacity: 0.33; }
html.theme-default .linechart-balloon-bg-line9 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #27ffff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-default .linechart-balloon-div-line9 div {
  color: #27ffff !important; }
html.theme-default span.line9 {
  background-color: #27ffff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-default .linechart-graph-line14 .linechart-graph-stroke {
  stroke: #8dffff; }
html.theme-default .linechart-graph-line14 .linechart-graph-fill {
  fill: #8dffff;
  fill-opacity: 0.33; }
html.theme-default .linechart-balloon-bg-line14 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #8dffff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-default .linechart-balloon-div-line14 div {
  color: #8dffff !important; }
html.theme-default span.line14 {
  background-color: #8dffff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-default span.trendline {
  background-color: #000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-default .riskclass-verylow0 {
  background-color: #0093b5;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-verylow0 > path.piechart-legend-marker, html.theme-default .riskclass-verylow0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #0093b5 !important; }
  html.theme-default .riskclass-verylow0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #006a82 !important; }
html.theme-default .riskclass-verylow1 {
  background-color: #00bce8;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-verylow1 > path.piechart-legend-marker, html.theme-default .riskclass-verylow1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00bce8 !important; }
  html.theme-default .riskclass-verylow1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #0093b5 !important; }
html.theme-default .riskclass-verylow2 {
  background-color: #1cd4ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-verylow2 > path.piechart-legend-marker, html.theme-default .riskclass-verylow2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #1cd4ff !important; }
  html.theme-default .riskclass-verylow2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00bce8 !important; }
html.theme-default .riskclass-low0 {
  background-color: #00a000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-low0 > path.piechart-legend-marker, html.theme-default .riskclass-low0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00a000 !important; }
  html.theme-default .riskclass-low0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #006d00 !important; }
html.theme-default .riskclass-low1 {
  background-color: #00d300;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-low1 > path.piechart-legend-marker, html.theme-default .riskclass-low1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00d300 !important; }
  html.theme-default .riskclass-low1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00a000 !important; }
html.theme-default .riskclass-low2 {
  background-color: #07ff07;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-low2 > path.piechart-legend-marker, html.theme-default .riskclass-low2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #07ff07 !important; }
  html.theme-default .riskclass-low2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00d300 !important; }
html.theme-default .riskclass-medium0 {
  background-color: #c0c000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-medium0 > path.piechart-legend-marker, html.theme-default .riskclass-medium0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #c0c000 !important; }
  html.theme-default .riskclass-medium0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #8d8d00 !important; }
html.theme-default .riskclass-medium1 {
  background-color: #f3f300;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-medium1 > path.piechart-legend-marker, html.theme-default .riskclass-medium1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #f3f300 !important; }
  html.theme-default .riskclass-medium1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #c0c000 !important; }
html.theme-default .riskclass-medium2 {
  background-color: #ffff27;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-medium2 > path.piechart-legend-marker, html.theme-default .riskclass-medium2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ffff27 !important; }
  html.theme-default .riskclass-medium2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #f3f300 !important; }
html.theme-default .riskclass-high0 {
  background-color: #e55b00;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-high0 > path.piechart-legend-marker, html.theme-default .riskclass-high0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #e55b00 !important; }
  html.theme-default .riskclass-high0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #b24700 !important; }
html.theme-default .riskclass-high1 {
  background-color: #ff7419;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-high1 > path.piechart-legend-marker, html.theme-default .riskclass-high1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff7419 !important; }
  html.theme-default .riskclass-high1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #e55b00 !important; }
html.theme-default .riskclass-high2 {
  background-color: #ff934c;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-high2 > path.piechart-legend-marker, html.theme-default .riskclass-high2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff934c !important; }
  html.theme-default .riskclass-high2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #ff7419 !important; }
html.theme-default .riskclass-veryhigh0 {
  background-color: #c00000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-veryhigh0 > path.piechart-legend-marker, html.theme-default .riskclass-veryhigh0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #c00000 !important; }
  html.theme-default .riskclass-veryhigh0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #8d0000 !important; }
html.theme-default .riskclass-veryhigh1 {
  background-color: #f30000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-veryhigh1 > path.piechart-legend-marker, html.theme-default .riskclass-veryhigh1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #f30000 !important; }
  html.theme-default .riskclass-veryhigh1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #c00000 !important; }
html.theme-default .riskclass-veryhigh2 {
  background-color: #ff2727;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-veryhigh2 > path.piechart-legend-marker, html.theme-default .riskclass-veryhigh2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff2727 !important; }
  html.theme-default .riskclass-veryhigh2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #f30000 !important; }
html.theme-default .riskclass-notset0 {
  background-color: #5d6166;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-notset0 > path.piechart-legend-marker, html.theme-default .riskclass-notset0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #5d6166 !important; }
  html.theme-default .riskclass-notset0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #45484b !important; }
html.theme-default .riskclass-notset1 {
  background-color: #757a81;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-notset1 > path.piechart-legend-marker, html.theme-default .riskclass-notset1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #757a81 !important; }
  html.theme-default .riskclass-notset1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #5d6166 !important; }
html.theme-default .riskclass-notset2 {
  background-color: #909499;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-notset2 > path.piechart-legend-marker, html.theme-default .riskclass-notset2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #909499 !important; }
  html.theme-default .riskclass-notset2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #757a81 !important; }
html.theme-default .riskclass-none0 {
  background-color: #5d6166;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-none0 > path.piechart-legend-marker, html.theme-default .riskclass-none0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #5d6166 !important; }
  html.theme-default .riskclass-none0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #45484b !important; }
html.theme-default .riskclass-none1 {
  background-color: #757a81;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-none1 > path.piechart-legend-marker, html.theme-default .riskclass-none1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #757a81 !important; }
  html.theme-default .riskclass-none1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #5d6166 !important; }
html.theme-default .riskclass-none2 {
  background-color: #909499;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-default .riskclass-none2 > path.piechart-legend-marker, html.theme-default .riskclass-none2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #909499 !important; }
  html.theme-default .riskclass-none2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #757a81 !important; }
html.theme-default .progress-bar {
  background-color: #EC8C21; }
html.theme-default .report-icon {
  color: #EC8C21; }
html.theme-default .uib-datepicker-popup > .uib-button-bar .btn-info,
html.theme-default .uib-datepicker-popup > .uib-button-bar .btn-danger,
html.theme-default .uib-datepicker-popup > .uib-button-bar .btn-success {
  background-color: #FFF;
  border-color: #E8EBF1;
  color: #000; }
html.theme-default .uib-datepicker-popup > .uib-button-bar .btn-info:active,
html.theme-default .uib-datepicker-popup > .uib-button-bar .btn-info:focus,
html.theme-default .uib-datepicker-popup > .uib-button-bar .btn-info:hover,
html.theme-default .uib-datepicker-popup > .uib-button-bar .btn-danger:active,
html.theme-default .uib-datepicker-popup > .uib-button-bar .btn-danger:focus,
html.theme-default .uib-datepicker-popup > .uib-button-bar .btn-danger:hover,
html.theme-default .uib-datepicker-popup > .uib-button-bar .btn-success:active,
html.theme-default .uib-datepicker-popup > .uib-button-bar .btn-success:focus,
html.theme-default .uib-datepicker-popup > .uib-button-bar .btn-success:hover {
  background-color: #f7f7f7;
  border-color: #d8dde7;
  color: #595959; }
html.theme-default .uib-daypicker > thead .btn-default,
html.theme-default .uib-monthpicker > thead .btn-default,
html.theme-default .uib-yearpicker > thead .btn-default {
  background-color: #FFF;
  border-color: #E8EBF1;
  color: #000; }
html.theme-default .uib-daypicker > thead .btn-default:active,
html.theme-default .uib-daypicker > thead .btn-default:focus,
html.theme-default .uib-daypicker > thead .btn-default:hover,
html.theme-default .uib-monthpicker > thead .btn-default:active,
html.theme-default .uib-monthpicker > thead .btn-default:focus,
html.theme-default .uib-monthpicker > thead .btn-default:hover,
html.theme-default .uib-yearpicker > thead .btn-default:active,
html.theme-default .uib-yearpicker > thead .btn-default:focus,
html.theme-default .uib-yearpicker > thead .btn-default:hover {
  background-color: #f7f7f7;
  border-color: #d8dde7;
  color: #595959; }
html.theme-default .uib-day,
html.theme-default .uib-month,
html.theme-default .uib-year {
  border-color: #DDD;
  /* Standard buttons */
  /* Disabled buttons */
  /* Selected button */ }
  html.theme-default .uib-day > .btn-default,
  html.theme-default .uib-month > .btn-default,
  html.theme-default .uib-year > .btn-default {
    background-color: #FFF;
    color: #000;
    /* Standard buttons text other months */
    /* Standard Today */ }
    html.theme-default .uib-day > .btn-default .text-muted,
    html.theme-default .uib-month > .btn-default .text-muted,
    html.theme-default .uib-year > .btn-default .text-muted {
      color: gray; }
    html.theme-default .uib-day > .btn-default > .text-info,
    html.theme-default .uib-month > .btn-default > .text-info,
    html.theme-default .uib-year > .btn-default > .text-info {
      color: #EC8C21; }
    html.theme-default .uib-day > .btn-default:active, html.theme-default .uib-day > .btn-default:focus, html.theme-default .uib-day > .btn-default:hover,
    html.theme-default .uib-month > .btn-default:active,
    html.theme-default .uib-month > .btn-default:focus,
    html.theme-default .uib-month > .btn-default:hover,
    html.theme-default .uib-year > .btn-default:active,
    html.theme-default .uib-year > .btn-default:focus,
    html.theme-default .uib-year > .btn-default:hover {
      background-color: #F1F1F1;
      color: #404040; }
      html.theme-default .uib-day > .btn-default:active > .text-muted, html.theme-default .uib-day > .btn-default:focus > .text-muted, html.theme-default .uib-day > .btn-default:hover > .text-muted,
      html.theme-default .uib-month > .btn-default:active > .text-muted,
      html.theme-default .uib-month > .btn-default:focus > .text-muted,
      html.theme-default .uib-month > .btn-default:hover > .text-muted,
      html.theme-default .uib-year > .btn-default:active > .text-muted,
      html.theme-default .uib-year > .btn-default:focus > .text-muted,
      html.theme-default .uib-year > .btn-default:hover > .text-muted {
        color: #616161; }
      html.theme-default .uib-day > .btn-default:active > .text-info, html.theme-default .uib-day > .btn-default:focus > .text-info, html.theme-default .uib-day > .btn-default:hover > .text-info,
      html.theme-default .uib-month > .btn-default:active > .text-info,
      html.theme-default .uib-month > .btn-default:focus > .text-info,
      html.theme-default .uib-month > .btn-default:hover > .text-info,
      html.theme-default .uib-year > .btn-default:active > .text-info,
      html.theme-default .uib-year > .btn-default:focus > .text-info,
      html.theme-default .uib-year > .btn-default:hover > .text-info {
        color: #f0a450; }
  html.theme-default .uib-day > .btn-default[disabled],
  html.theme-default .uib-month > .btn-default[disabled],
  html.theme-default .uib-year > .btn-default[disabled] {
    background-color: #ececec;
    color: #404040;
    /* Disabled buttons text other months */
    /* Disabled Today */ }
    html.theme-default .uib-day > .btn-default[disabled] > .text-muted,
    html.theme-default .uib-month > .btn-default[disabled] > .text-muted,
    html.theme-default .uib-year > .btn-default[disabled] > .text-muted {
      color: gray; }
    html.theme-default .uib-day > .btn-default[disabled] > .text-info,
    html.theme-default .uib-month > .btn-default[disabled] > .text-info,
    html.theme-default .uib-year > .btn-default[disabled] > .text-info {
      color: #EC8C21; }
    html.theme-default .uib-day > .btn-default[disabled]:active, html.theme-default .uib-day > .btn-default[disabled]:focus, html.theme-default .uib-day > .btn-default[disabled]:hover,
    html.theme-default .uib-month > .btn-default[disabled]:active,
    html.theme-default .uib-month > .btn-default[disabled]:focus,
    html.theme-default .uib-month > .btn-default[disabled]:hover,
    html.theme-default .uib-year > .btn-default[disabled]:active,
    html.theme-default .uib-year > .btn-default[disabled]:focus,
    html.theme-default .uib-year > .btn-default[disabled]:hover {
      background-color: #F1F1F1;
      color: #616161; }
      html.theme-default .uib-day > .btn-default[disabled]:active > .text-muted, html.theme-default .uib-day > .btn-default[disabled]:focus > .text-muted, html.theme-default .uib-day > .btn-default[disabled]:hover > .text-muted,
      html.theme-default .uib-month > .btn-default[disabled]:active > .text-muted,
      html.theme-default .uib-month > .btn-default[disabled]:focus > .text-muted,
      html.theme-default .uib-month > .btn-default[disabled]:hover > .text-muted,
      html.theme-default .uib-year > .btn-default[disabled]:active > .text-muted,
      html.theme-default .uib-year > .btn-default[disabled]:focus > .text-muted,
      html.theme-default .uib-year > .btn-default[disabled]:hover > .text-muted {
        color: #616161; }
      html.theme-default .uib-day > .btn-default[disabled]:active > .text-info, html.theme-default .uib-day > .btn-default[disabled]:focus > .text-info, html.theme-default .uib-day > .btn-default[disabled]:hover > .text-info,
      html.theme-default .uib-month > .btn-default[disabled]:active > .text-info,
      html.theme-default .uib-month > .btn-default[disabled]:focus > .text-info,
      html.theme-default .uib-month > .btn-default[disabled]:hover > .text-info,
      html.theme-default .uib-year > .btn-default[disabled]:active > .text-info,
      html.theme-default .uib-year > .btn-default[disabled]:focus > .text-info,
      html.theme-default .uib-year > .btn-default[disabled]:hover > .text-info {
        color: #f0a450; }
  html.theme-default .uib-day > .btn-info,
  html.theme-default .uib-month > .btn-info,
  html.theme-default .uib-year > .btn-info {
    background-color: #f9dcbc;
    color: #000;
    /* Selected buttons text other months */
    /* Selected Today */ }
    html.theme-default .uib-day > .btn-info > .text-muted,
    html.theme-default .uib-month > .btn-info > .text-muted,
    html.theme-default .uib-year > .btn-info > .text-muted {
      color: gray; }
    html.theme-default .uib-day > .btn-info > .text-info,
    html.theme-default .uib-month > .btn-info > .text-info,
    html.theme-default .uib-year > .btn-info > .text-info {
      color: #EC8C21; }
    html.theme-default .uib-day > .btn-info:active, html.theme-default .uib-day > .btn-info:focus, html.theme-default .uib-day > .btn-info:hover,
    html.theme-default .uib-month > .btn-info:active,
    html.theme-default .uib-month > .btn-info:focus,
    html.theme-default .uib-month > .btn-info:hover,
    html.theme-default .uib-year > .btn-info:active,
    html.theme-default .uib-year > .btn-info:focus,
    html.theme-default .uib-year > .btn-info:hover {
      background-color: #f9dcbc;
      color: #404040; }
      html.theme-default .uib-day > .btn-info:active > .text-muted, html.theme-default .uib-day > .btn-info:focus > .text-muted, html.theme-default .uib-day > .btn-info:hover > .text-muted,
      html.theme-default .uib-month > .btn-info:active > .text-muted,
      html.theme-default .uib-month > .btn-info:focus > .text-muted,
      html.theme-default .uib-month > .btn-info:hover > .text-muted,
      html.theme-default .uib-year > .btn-info:active > .text-muted,
      html.theme-default .uib-year > .btn-info:focus > .text-muted,
      html.theme-default .uib-year > .btn-info:hover > .text-muted {
        color: #616161; }
      html.theme-default .uib-day > .btn-info:active > .text-info, html.theme-default .uib-day > .btn-info:focus > .text-info, html.theme-default .uib-day > .btn-info:hover > .text-info,
      html.theme-default .uib-month > .btn-info:active > .text-info,
      html.theme-default .uib-month > .btn-info:focus > .text-info,
      html.theme-default .uib-month > .btn-info:hover > .text-info,
      html.theme-default .uib-year > .btn-info:active > .text-info,
      html.theme-default .uib-year > .btn-info:focus > .text-info,
      html.theme-default .uib-year > .btn-info:hover > .text-info {
        color: #f0a450; }
html.theme-default .label-overdue {
  color: #ff0040; }
html.theme-default .comment {
  color: #4d4d4d; }
html.theme-default .structure-icon-status-active {
  color: #EC8C21; }
html.theme-default .structure-icon-status-standby {
  color: #EC8C21; }
html.theme-default .structure-icon-status-inactive {
  color: #4d4d4d; }
html.theme-default .structure-icon-status-notassigned {
  color: #000; }
html.theme-default .modal-header {
  background-color: #F1F1F1; }
html.theme-default .minichart-wrapper .minichart-item div.minichart-table > div:first-child > div {
  background-color: #F1F1F1; }
html.theme-default .note-editor .modal label {
  color: #5D6166; }
html.theme-default .slick-prev:before,
html.theme-default .slick-next:before {
  color: #000; }
html.theme-default .slick-dots li button:before {
  color: #000; }
html.theme-default .slick-dots li.slick-active button:before {
  color: #000; }
html.theme-default .sceditor-button div:before {
  color: #000 !important; }
html.theme-default .signature-empty, html.theme-default .signature-image, html.theme-default .signature canvas {
  border-color: #000; }
html.theme-default .signature-enabled:hover {
  border-color: #EC8C21;
  color: #EC8C21; }
html.theme-default .timepicker.dropdown-menu button {
  background-color: transparent !important;
  color: #000 !important; }
html.theme-default ppc-datepicker > input.ng-empty {
  color: gray !important; }
html.theme-default .horizontal-separator > hr {
  border-color: #5D6166; }
html.theme-default .horizontal-separator > span {
  background-color: #FFF; }
html.theme-default .iframe-container {
  border-color: #F1F1F1; }
html.theme-default .input-label[disabled="disabled"] {
  color: gray; }
html.theme-default .inline-search {
  background-color: #F1F1F1;
  border-color: #DDD; }
  html.theme-default .inline-search .table-responsive {
    border-color: #DDD; }
  html.theme-default .inline-search .table > thead {
    background-color: #F1F1F1; }
  html.theme-default .inline-search .table > tbody:nth-child(even) {
    background-color: #FFF; }
  html.theme-default .inline-search .table > tbody:nth-child(odd) {
    background-color: transparent; }
  html.theme-default .inline-search .table a[role="button"] {
    color: #000; }
html.theme-default .ppc-table-striped tbody.servicetermin {
  				/*&-black {
  					background-color:;
  					color:;
  
  					&:nth-child(odd) {
  						background-color:;
  					}
  
  					&:hover {
  						background-color:;
  					}
  				}*/ }
  html.theme-default .ppc-table-striped tbody.servicetermin-orange {
    background-color: rgba(255, 127, 0, 0.05);
    color: #ff7f00; }
    html.theme-default .ppc-table-striped tbody.servicetermin-orange:nth-child(odd) {
      background-color: rgba(255, 127, 0, 0.1); }
    html.theme-default .ppc-table-striped tbody.servicetermin-orange:hover {
      background-color: rgba(255, 127, 0, 0.3) !important; }
  html.theme-default .ppc-table-striped tbody.servicetermin-red {
    background-color: rgba(255, 0, 0, 0.05);
    color: red; }
    html.theme-default .ppc-table-striped tbody.servicetermin-red:nth-child(odd) {
      background-color: rgba(255, 0, 0, 0.1); }
    html.theme-default .ppc-table-striped tbody.servicetermin-red:hover {
      background-color: rgba(255, 0, 0, 0.3) !important; }
html.theme-default .inline-loader > span {
  color: #EC8C21; }
html.theme-default .security-code {
  color: #EC8C21; }
html.theme-default .InputClear > div {
  background-color: #ff0040;
  border-color: #800020;
  color: #FFF; }
html.theme-default input.form-control.Error {
  background-color: #ffd8d8;
  border-color: #e19092; }
  html.theme-default input.form-control.Error:focus {
    border-color: #cc3f44; }

html.theme-red,
html.theme-red > body {
  background-color: #E8EBF1;
  color: #000; }

html.theme-red .has-error .help-block,
html.theme-red .has-error .control-label,
html.theme-red .has-error .radio,
html.theme-red .has-error .checkbox,
html.theme-red .has-error .radio-inline,
html.theme-red .has-error .checkbox-inline, html.theme-red .has-error.radio label, html.theme-red .has-error.checkbox label, html.theme-red .has-error.adio-inline label, html.theme-red .has-error.checkbox-inline label {
  color: #a94442; }
html.theme-red .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  html.theme-red .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
html.theme-red .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }
html.theme-red .has-error .form-control-feedback {
  color: #a94442; }
html.theme-red .form-group.has-error {
  color: #cc3f44; }
  html.theme-red .form-group.has-error .form-control {
    border-color: #e19092; }
    html.theme-red .form-group.has-error .form-control:focus {
      border-color: #cc3f44; }
html.theme-red .form-group.has-success {
  color: #68b828; }
  html.theme-red .form-group.has-success .form-control {
    border-color: #9cde68; }
    html.theme-red .form-group.has-success .form-control:focus {
      border-color: #68b828; }
html.theme-red div.errortext,
html.theme-red span.errortext {
  color: #a94442; }
html.theme-red div.successtext {
  color: #2e8000; }
html.theme-red a {
  color: #F44336; }
  html.theme-red a:hover, html.theme-red a:focus {
    color: #C62828; }
  html.theme-red a.unhighlighted {
    color: #000; }
html.theme-red hr {
  border-color: #C62828; }
html.theme-red .loader {
  background-color: #F44336; }
  html.theme-red .loader .spinner {
    box-shadow: inset 0 0 0 1em #FFF; }
    html.theme-red .loader .spinner:before, html.theme-red .loader .spinner:after {
      background-color: #F44336; }
html.theme-red .sidebar {
  background-color: #31353D; }
  html.theme-red .sidebar .logo {
    background-color: #F44336; }
    html.theme-red .sidebar .logo .menu {
      background-color: #C62828; }
      html.theme-red .sidebar .logo .menu a {
        color: #FFF; }
  html.theme-red .sidebar ul.navigation li {
    border-bottom-color: #5D6166; }
    html.theme-red .sidebar ul.navigation li a {
      color: #FFF; }
      html.theme-red .sidebar ul.navigation li a:hover {
        background-color: #F44336; }
      html.theme-red .sidebar ul.navigation li a i {
        color: #FFF; }
html.theme-red .topbar .menu-button-mobile {
  color: #F44336; }
html.theme-red .topbar .search input {
  border-bottom-color: #E8EBF1;
  color: #E8EBF1; }
html.theme-red .topbar.navbar, html.theme-red .topbar-simple.navbar {
  background: #31353D;
  /*border-color: $color-navigation-background;*/
  border-bottom-color: #2a2e35; }
  html.theme-red .topbar.navbar ul.navbar-nav > .open > a, html.theme-red .topbar-simple.navbar ul.navbar-nav > .open > a {
    background: #F44336;
    color: #FFF; }
  html.theme-red .topbar.navbar ul.navbar-nav > li > a, html.theme-red .topbar-simple.navbar ul.navbar-nav > li > a {
    color: #FFF; }
  html.theme-red .topbar.navbar .dropdown-menu, html.theme-red .topbar-simple.navbar .dropdown-menu {
    background-color: #31353D; }
    html.theme-red .topbar.navbar .dropdown-menu > li a, html.theme-red .topbar-simple.navbar .dropdown-menu > li a {
      color: #FFF;
      border-top-color: #5D6166; }
      html.theme-red .topbar.navbar .dropdown-menu > li a:hover, html.theme-red .topbar-simple.navbar .dropdown-menu > li a:hover {
        background-color: #F44336; }
    html.theme-red .topbar.navbar .dropdown-menu > li.active a, html.theme-red .topbar-simple.navbar .dropdown-menu > li.active a {
      background-color: #F44336; }
    html.theme-red .topbar.navbar .dropdown-menu > li:first-child a:hover, html.theme-red .topbar-simple.navbar .dropdown-menu > li:first-child a:hover {
      border-top-color: #5D6166; }
    html.theme-red .topbar.navbar .dropdown-menu.typeahead, html.theme-red .topbar-simple.navbar .dropdown-menu.typeahead {
      background-color: transparent; }
      html.theme-red .topbar.navbar .dropdown-menu.typeahead > li, html.theme-red .topbar-simple.navbar .dropdown-menu.typeahead > li {
        background-color: #31353D; }
        html.theme-red .topbar.navbar .dropdown-menu.typeahead > li.active a, html.theme-red .topbar-simple.navbar .dropdown-menu.typeahead > li.active a {
          background-color: #F44336; }
html.theme-red .quickbar {
  background-color: #5D6166; }
html.theme-red .footer {
  background-color: #5D6166;
  border-top-color: #56595e; }
  html.theme-red .footer ul li {
    color: #FFF; }
    html.theme-red .footer ul li a {
      color: #FFF; }
      html.theme-red .footer ul li a:hover {
        color: #F44336; }
html.theme-red .history-container {
  border-top-color: #F44336; }
  html.theme-red .history-container .left span {
    color: #FFF; }
  html.theme-red .history-container .right h3, html.theme-red .history-container .right h4 {
    color: #FFF; }
  html.theme-red .history-container li:not(:first-child) {
    border-top-color: #5D6166; }
  html.theme-red .history-container li:hover {
    background-color: #F44336; }
html.theme-red .contact-image.empty {
  background-color: #E8EBF1; }
html.theme-red .inbox-count {
  background: linear-gradient(#f77066, #F44336, #C62828, #9c1f1f);
  border-color: #FFF; }
html.theme-red .scroll-to-top {
  background-color: #F44336; }
html.theme-red .widget {
  background-color: #FFF; }
html.theme-red .widget-stats .left {
  color: #FFF;
  background-color: #F44336; }
html.theme-red .widget-stats .right h3 {
  color: #F44336; }
html.theme-red .widget-stats .right h4 {
  color: #4d4d4d; }
html.theme-red .widget-wizard .plus > i {
  color: #FFF;
  background-color: #F44336; }
html.theme-red .ppc-table thead, html.theme-red .ppc-table tfoot {
  background-color: #f2f2f2; }
html.theme-red .ppc-table-striped tbody:nth-child(odd) {
  background-color: #f7f7f7; }
html.theme-red .table > thead,
html.theme-red .table > tbody.sum {
  background-color: #ededed; }
html.theme-red .table > tbody.group {
  background-color: #f2f2f2; }
html.theme-red .table .selected-row {
  background-color: #F44336 !important;
  color: #FFF; }
  html.theme-red .table .selected-row td {
    border-top-color: #C62828 !important;
    border-bottom-color: #C62828 !important; }
html.theme-red .table > tbody.alternate-row {
  background-color: #f7f7f7; }
html.theme-red .table > tbody:not(.group):not(.sum):not(.hover-rows):hover,
html.theme-red .table > tbody.hover-rows > tr:hover {
  background-color: rgba(244, 67, 54, 0.2); }
html.theme-red .table > tbody.subrow {
  color: #4d4d4d; }
html.theme-red .table > tbody.inactive {
  color: gray; }
html.theme-red .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7; }
html.theme-red .table-striped-2 > tbody > tr:nth-child(4n-1), html.theme-red .table-striped-2 > tbody > tr:nth-child(4n) {
  background-color: #f7f7f7; }
html.theme-red .pagination > li > a, html.theme-red .pagination > li > span {
  background-color: #FFF;
  border-color: #dee3eb;
  color: #F44336; }
  html.theme-red .pagination > li > a:hover, html.theme-red .pagination > li > a:focus, html.theme-red .pagination > li > span:hover, html.theme-red .pagination > li > span:focus {
    background-color: #E8EBF1;
    border-color: #dee3eb;
    color: #C62828; }
html.theme-red .pagination > li.active > a, html.theme-red .pagination > li.active > span {
  background-color: #F44336;
  border-color: #F44336;
  color: #FFF; }
html.theme-red .panel-ips-primary {
  background-color: #FFF;
  border-color: #DDD; }
  html.theme-red .panel-ips-primary > .panel-heading {
    background-color: #F1F1F1;
    border-bottom-color: #DDD; }
    html.theme-red .panel-ips-primary > .panel-heading a {
      color: #000; }
html.theme-red .loading {
  color: #C62828; }
html.theme-red .panel-ips-secondary {
  border-color: #DDD; }
  html.theme-red .panel-ips-secondary .panel-heading a {
    color: #4d4d4d; }
html.theme-red .btn-ppc,
html.theme-red .btn-ppc.disabled,
html.theme-red .btn-ppc[disabled],
html.theme-red .btn-ppc.disabled:hover,
html.theme-red .btn-ppc[disabled]:hover,
html.theme-red .btn-ppc.disabled:focus,
html.theme-red .btn-ppc[disabled]:focus {
  background-color: #C62828;
  border-color: #F44336;
  color: #FFF; }
html.theme-red .btn-primary,
html.theme-red .btn-primary.disabled,
html.theme-red .btn-primary[disabled],
html.theme-red .btn-primary.disabled:hover,
html.theme-red .btn-primary[disabled]:hover,
html.theme-red .btn-primary.disabled:focus,
html.theme-red .btn-primary[disabled]:focus {
  background-color: #C62828;
  border-color: #F44336;
  color: #FFF; }
html.theme-red .btn-ppc:focus, html.theme-red .btn-ppc:hover {
  background-color: #F44336;
  border-color: #C62828;
  color: #FFF; }
html.theme-red .btn-primary:focus, html.theme-red .btn-primary:hover {
  background-color: #F44336;
  border-color: #C62828;
  color: #FFF; }
html.theme-red .control-label {
  color: #5D6166; }
  html.theme-red .control-label .required {
    color: #ff0040; }
html.theme-red .checkbox {
  color: #000; }
html.theme-red .form-control {
  border-color: #dfdfdf;
  color: #000; }
  html.theme-red .form-control:focus {
    border-color: #ababab; }
  html.theme-red .form-control[disabled], html.theme-red .form-control[readonly], fieldset[disabled] html.theme-red .form-control {
    border-color: #ababab;
    background: #f2f2f2;
    color: #545454; }
  html.theme-red .form-control.radiogroup > label {
    color: #000; }
html.theme-red .btn-group .btn, html.theme-red .btn-group .btn:focus {
  background-color: #F1F1F1;
  border-color: #DDD;
  color: #000; }
  html.theme-red .btn-group .btn.selected, html.theme-red .btn-group .btn:focus.selected {
    background-color: #F44336;
    border-color: #C62828;
    color: #FFF; }
html.theme-red .correspondence-edit {
  color: #F44336; }
html.theme-red .chartloader {
  background-color: #FFF; }
  html.theme-red .chartloader > div {
    color: #C62828; }
html.theme-red .linechart-cursor-fill {
  fill: #C62828; }
html.theme-red .linechart-cursor-line {
  stroke: #C62828; }
html.theme-red .linechart-cursor-selection {
  fill: #C62828;
  stroke: #C62828; }
html.theme-red .linechart-axis-fill {
  fill: #4d4d4d; }
html.theme-red .linechart-balloon-bg-category {
  /* Chart Cursor Bereich auf X Achse */
  fill: #FFF;
  stroke: #000; }
html.theme-red .linechart-balloon-div-category div {
  /* Chart Cursor Text auf X Achse */
  color: #000 !important; }
html.theme-red .linechart-graph-defaultline .linechart-graph-stroke {
  /* Default Linie */
  stroke: #C62828; }
html.theme-red .linechart-balloon-bg-defaultline {
  /* Tooltip Balloon auf Default Linie */
  fill: #FFF;
  stroke: #C62828; }
html.theme-red .linechart-balloon-div-defaultline div {
  /* Tooltip Text auf Default Linie */
  color: #C62828 !important; }
html.theme-red .linechart-graph-performanceline .linechart-graph-stroke,
html.theme-red .linechart-graph-performancelineall .linechart-graph-stroke,
html.theme-red .linechart-graph-indexline .linechart-graph-stroke {
  stroke: #C62828; }
html.theme-red .linechart-graph-performanceline .linechart-graph-fill,
html.theme-red .linechart-graph-performancelineall .linechart-graph-fill,
html.theme-red .linechart-graph-indexline .linechart-graph-fill {
  fill: #C62828; }
html.theme-red .linechart-balloon-bg-performanceline,
html.theme-red .linechart-balloon-bg-performancelineall,
html.theme-red .linechart-balloon-bg-indexline {
  /* Tooltip Balloon auf Performance Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #C62828; }
html.theme-red .linechart-balloon-div-performanceline div,
html.theme-red .linechart-balloon-div-performancelineall div,
html.theme-red .linechart-balloon-div-indexline div {
  /* Tooltip Text auf Performance Linie Vermögensentwicklung */
  color: #C62828 !important; }
html.theme-red .linechart-graph-goldline .linechart-graph-stroke {
  stroke: #EAC019; }
html.theme-red .linechart-graph-goldline .linechart-graph-fill {
  fill: #EAC019; }
html.theme-red .linechart-balloon-bg-goldline {
  /* Tooltip Balloon auf Gold Linie */
  fill: #FFF;
  stroke: #EAC019; }
html.theme-red .linechart-balloon-div-goldline div {
  /* Tooltip Text auf Gold Linie */
  color: #EAC019 !important; }
html.theme-red .linechart-graph-volumeline .linechart-graph-stroke,
html.theme-red .linechart-graph-volumelineall .linechart-graph-stroke {
  stroke: #5D6166; }
html.theme-red .linechart-graph-volumeline .linechart-graph-fill,
html.theme-red .linechart-graph-volumelineall .linechart-graph-fill {
  fill: #5D6166; }
html.theme-red .linechart-balloon-bg-volumeline,
html.theme-red .linechart-balloon-bg-volumelineall {
  /* Tooltip Balloon auf Volumen Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #5D6166; }
html.theme-red .linechart-balloon-div-volumeline div,
html.theme-red .linechart-balloon-div-volumelineall div {
  /* Tooltip Text auf Volumen Linie Vermögensentwicklung */
  color: #5D6166 !important; }
html.theme-red .linechart-graph-vergleich .linechart-graph-stroke {
  stroke: #5D6166; }
html.theme-red .linechart-graph-vergleich .linechart-graph-fill {
  fill: #5D6166; }
html.theme-red .linechart-balloon-bg-vergleich {
  /* Tooltip Balloon auf Performance Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #5D6166; }
html.theme-red .linechart-balloon-div-vergleich div {
  /* Tooltip Text auf Performance Linie Vermögensentwicklung */
  color: #5D6166 !important; }
html.theme-red .linechart-trend-line {
  stroke: #000; }
html.theme-red .piechart-balloon-bg {
  /* Tooltip Balloon */
  fill: #FFF;
  stroke: #C62828; }
html.theme-red .piechart-balloon-div div {
  /* Tooltip Text */
  color: #C62828 !important; }
html.theme-red .piechart-legend-marker {
  /* Legende Markierung */
  stroke: #000; }
html.theme-red .piechart-legend-value, html.theme-red .piechart-legend-label {
  /* Legende Texte */
  fill: #000; }
html.theme-red .piechart-pie-item > .piechart-pie-slice {
  /* PieChart Stück */
  stroke: #000; }
html.theme-red .linechart-graph-line0 .linechart-graph-stroke {
  stroke: #c00000; }
html.theme-red .linechart-graph-line0 .linechart-graph-fill {
  fill: #c00000;
  fill-opacity: 0.33; }
html.theme-red .linechart-balloon-bg-line0 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #c00000;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-red .linechart-balloon-div-line0 div {
  color: #c00000 !important; }
html.theme-red span.line0 {
  background-color: #c00000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-red .linechart-graph-line5 .linechart-graph-stroke {
  stroke: #ff2727; }
html.theme-red .linechart-graph-line5 .linechart-graph-fill {
  fill: #ff2727;
  fill-opacity: 0.33; }
html.theme-red .linechart-balloon-bg-line5 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff2727;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-red .linechart-balloon-div-line5 div {
  color: #ff2727 !important; }
html.theme-red span.line5 {
  background-color: #ff2727;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-red .linechart-graph-line10 .linechart-graph-stroke {
  stroke: #ff8d8d; }
html.theme-red .linechart-graph-line10 .linechart-graph-fill {
  fill: #ff8d8d;
  fill-opacity: 0.33; }
html.theme-red .linechart-balloon-bg-line10 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff8d8d;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-red .linechart-balloon-div-line10 div {
  color: #ff8d8d !important; }
html.theme-red span.line10 {
  background-color: #ff8d8d;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-red .linechart-graph-line1 .linechart-graph-stroke {
  stroke: #00c000; }
html.theme-red .linechart-graph-line1 .linechart-graph-fill {
  fill: #00c000;
  fill-opacity: 0.33; }
html.theme-red .linechart-balloon-bg-line1 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #00c000;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-red .linechart-balloon-div-line1 div {
  color: #00c000 !important; }
html.theme-red span.line1 {
  background-color: #00c000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-red .linechart-graph-line6 .linechart-graph-stroke {
  stroke: #27ff27; }
html.theme-red .linechart-graph-line6 .linechart-graph-fill {
  fill: #27ff27;
  fill-opacity: 0.33; }
html.theme-red .linechart-balloon-bg-line6 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #27ff27;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-red .linechart-balloon-div-line6 div {
  color: #27ff27 !important; }
html.theme-red span.line6 {
  background-color: #27ff27;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-red .linechart-graph-line11 .linechart-graph-stroke {
  stroke: #8dff8d; }
html.theme-red .linechart-graph-line11 .linechart-graph-fill {
  fill: #8dff8d;
  fill-opacity: 0.33; }
html.theme-red .linechart-balloon-bg-line11 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #8dff8d;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-red .linechart-balloon-div-line11 div {
  color: #8dff8d !important; }
html.theme-red span.line11 {
  background-color: #8dff8d;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-red .linechart-graph-line2 .linechart-graph-stroke {
  stroke: #4020ff; }
html.theme-red .linechart-graph-line2 .linechart-graph-fill {
  fill: #4020ff;
  fill-opacity: 0.33; }
html.theme-red .linechart-balloon-bg-line2 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #4020ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-red .linechart-balloon-div-line2 div {
  color: #4020ff !important; }
html.theme-red span.line2 {
  background-color: #4020ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-red .linechart-graph-line7 .linechart-graph-stroke {
  stroke: #9786ff; }
html.theme-red .linechart-graph-line7 .linechart-graph-fill {
  fill: #9786ff;
  fill-opacity: 0.33; }
html.theme-red .linechart-balloon-bg-line7 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #9786ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-red .linechart-balloon-div-line7 div {
  color: #9786ff !important; }
html.theme-red span.line7 {
  background-color: #9786ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-red .linechart-graph-line12 .linechart-graph-stroke {
  stroke: #efecff; }
html.theme-red .linechart-graph-line12 .linechart-graph-fill {
  fill: #efecff;
  fill-opacity: 0.33; }
html.theme-red .linechart-balloon-bg-line12 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #efecff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-red .linechart-balloon-div-line12 div {
  color: #efecff !important; }
html.theme-red span.line12 {
  background-color: #efecff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-red .linechart-graph-line3 .linechart-graph-stroke {
  stroke: #c000c0; }
html.theme-red .linechart-graph-line3 .linechart-graph-fill {
  fill: #c000c0;
  fill-opacity: 0.33; }
html.theme-red .linechart-balloon-bg-line3 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #c000c0;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-red .linechart-balloon-div-line3 div {
  color: #c000c0 !important; }
html.theme-red span.line3 {
  background-color: #c000c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-red .linechart-graph-line8 .linechart-graph-stroke {
  stroke: #ff27ff; }
html.theme-red .linechart-graph-line8 .linechart-graph-fill {
  fill: #ff27ff;
  fill-opacity: 0.33; }
html.theme-red .linechart-balloon-bg-line8 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff27ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-red .linechart-balloon-div-line8 div {
  color: #ff27ff !important; }
html.theme-red span.line8 {
  background-color: #ff27ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-red .linechart-graph-line13 .linechart-graph-stroke {
  stroke: #ff8dff; }
html.theme-red .linechart-graph-line13 .linechart-graph-fill {
  fill: #ff8dff;
  fill-opacity: 0.33; }
html.theme-red .linechart-balloon-bg-line13 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff8dff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-red .linechart-balloon-div-line13 div {
  color: #ff8dff !important; }
html.theme-red span.line13 {
  background-color: #ff8dff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-red .linechart-graph-line4 .linechart-graph-stroke {
  stroke: #00c0c0; }
html.theme-red .linechart-graph-line4 .linechart-graph-fill {
  fill: #00c0c0;
  fill-opacity: 0.33; }
html.theme-red .linechart-balloon-bg-line4 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #00c0c0;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-red .linechart-balloon-div-line4 div {
  color: #00c0c0 !important; }
html.theme-red span.line4 {
  background-color: #00c0c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-red .linechart-graph-line9 .linechart-graph-stroke {
  stroke: #27ffff; }
html.theme-red .linechart-graph-line9 .linechart-graph-fill {
  fill: #27ffff;
  fill-opacity: 0.33; }
html.theme-red .linechart-balloon-bg-line9 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #27ffff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-red .linechart-balloon-div-line9 div {
  color: #27ffff !important; }
html.theme-red span.line9 {
  background-color: #27ffff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-red .linechart-graph-line14 .linechart-graph-stroke {
  stroke: #8dffff; }
html.theme-red .linechart-graph-line14 .linechart-graph-fill {
  fill: #8dffff;
  fill-opacity: 0.33; }
html.theme-red .linechart-balloon-bg-line14 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #8dffff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-red .linechart-balloon-div-line14 div {
  color: #8dffff !important; }
html.theme-red span.line14 {
  background-color: #8dffff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-red span.trendline {
  background-color: #000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-red .riskclass-verylow0 {
  background-color: #0093b5;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-verylow0 > path.piechart-legend-marker, html.theme-red .riskclass-verylow0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #0093b5 !important; }
  html.theme-red .riskclass-verylow0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #006a82 !important; }
html.theme-red .riskclass-verylow1 {
  background-color: #00bce8;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-verylow1 > path.piechart-legend-marker, html.theme-red .riskclass-verylow1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00bce8 !important; }
  html.theme-red .riskclass-verylow1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #0093b5 !important; }
html.theme-red .riskclass-verylow2 {
  background-color: #1cd4ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-verylow2 > path.piechart-legend-marker, html.theme-red .riskclass-verylow2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #1cd4ff !important; }
  html.theme-red .riskclass-verylow2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00bce8 !important; }
html.theme-red .riskclass-low0 {
  background-color: #00a000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-low0 > path.piechart-legend-marker, html.theme-red .riskclass-low0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00a000 !important; }
  html.theme-red .riskclass-low0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #006d00 !important; }
html.theme-red .riskclass-low1 {
  background-color: #00d300;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-low1 > path.piechart-legend-marker, html.theme-red .riskclass-low1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00d300 !important; }
  html.theme-red .riskclass-low1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00a000 !important; }
html.theme-red .riskclass-low2 {
  background-color: #07ff07;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-low2 > path.piechart-legend-marker, html.theme-red .riskclass-low2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #07ff07 !important; }
  html.theme-red .riskclass-low2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00d300 !important; }
html.theme-red .riskclass-medium0 {
  background-color: #c0c000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-medium0 > path.piechart-legend-marker, html.theme-red .riskclass-medium0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #c0c000 !important; }
  html.theme-red .riskclass-medium0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #8d8d00 !important; }
html.theme-red .riskclass-medium1 {
  background-color: #f3f300;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-medium1 > path.piechart-legend-marker, html.theme-red .riskclass-medium1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #f3f300 !important; }
  html.theme-red .riskclass-medium1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #c0c000 !important; }
html.theme-red .riskclass-medium2 {
  background-color: #ffff27;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-medium2 > path.piechart-legend-marker, html.theme-red .riskclass-medium2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ffff27 !important; }
  html.theme-red .riskclass-medium2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #f3f300 !important; }
html.theme-red .riskclass-high0 {
  background-color: #e55b00;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-high0 > path.piechart-legend-marker, html.theme-red .riskclass-high0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #e55b00 !important; }
  html.theme-red .riskclass-high0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #b24700 !important; }
html.theme-red .riskclass-high1 {
  background-color: #ff7419;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-high1 > path.piechart-legend-marker, html.theme-red .riskclass-high1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff7419 !important; }
  html.theme-red .riskclass-high1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #e55b00 !important; }
html.theme-red .riskclass-high2 {
  background-color: #ff934c;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-high2 > path.piechart-legend-marker, html.theme-red .riskclass-high2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff934c !important; }
  html.theme-red .riskclass-high2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #ff7419 !important; }
html.theme-red .riskclass-veryhigh0 {
  background-color: #c00000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-veryhigh0 > path.piechart-legend-marker, html.theme-red .riskclass-veryhigh0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #c00000 !important; }
  html.theme-red .riskclass-veryhigh0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #8d0000 !important; }
html.theme-red .riskclass-veryhigh1 {
  background-color: #f30000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-veryhigh1 > path.piechart-legend-marker, html.theme-red .riskclass-veryhigh1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #f30000 !important; }
  html.theme-red .riskclass-veryhigh1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #c00000 !important; }
html.theme-red .riskclass-veryhigh2 {
  background-color: #ff2727;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-veryhigh2 > path.piechart-legend-marker, html.theme-red .riskclass-veryhigh2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff2727 !important; }
  html.theme-red .riskclass-veryhigh2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #f30000 !important; }
html.theme-red .riskclass-notset0 {
  background-color: #5d6166;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-notset0 > path.piechart-legend-marker, html.theme-red .riskclass-notset0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #5d6166 !important; }
  html.theme-red .riskclass-notset0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #45484b !important; }
html.theme-red .riskclass-notset1 {
  background-color: #757a81;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-notset1 > path.piechart-legend-marker, html.theme-red .riskclass-notset1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #757a81 !important; }
  html.theme-red .riskclass-notset1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #5d6166 !important; }
html.theme-red .riskclass-notset2 {
  background-color: #909499;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-notset2 > path.piechart-legend-marker, html.theme-red .riskclass-notset2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #909499 !important; }
  html.theme-red .riskclass-notset2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #757a81 !important; }
html.theme-red .riskclass-none0 {
  background-color: #5d6166;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-none0 > path.piechart-legend-marker, html.theme-red .riskclass-none0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #5d6166 !important; }
  html.theme-red .riskclass-none0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #45484b !important; }
html.theme-red .riskclass-none1 {
  background-color: #757a81;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-none1 > path.piechart-legend-marker, html.theme-red .riskclass-none1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #757a81 !important; }
  html.theme-red .riskclass-none1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #5d6166 !important; }
html.theme-red .riskclass-none2 {
  background-color: #909499;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-red .riskclass-none2 > path.piechart-legend-marker, html.theme-red .riskclass-none2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #909499 !important; }
  html.theme-red .riskclass-none2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #757a81 !important; }
html.theme-red .progress-bar {
  background-color: #F44336; }
html.theme-red .report-icon {
  color: #F44336; }
html.theme-red .uib-datepicker-popup > .uib-button-bar .btn-info,
html.theme-red .uib-datepicker-popup > .uib-button-bar .btn-danger,
html.theme-red .uib-datepicker-popup > .uib-button-bar .btn-success {
  background-color: #FFF;
  border-color: #E8EBF1;
  color: #000; }
html.theme-red .uib-datepicker-popup > .uib-button-bar .btn-info:active,
html.theme-red .uib-datepicker-popup > .uib-button-bar .btn-info:focus,
html.theme-red .uib-datepicker-popup > .uib-button-bar .btn-info:hover,
html.theme-red .uib-datepicker-popup > .uib-button-bar .btn-danger:active,
html.theme-red .uib-datepicker-popup > .uib-button-bar .btn-danger:focus,
html.theme-red .uib-datepicker-popup > .uib-button-bar .btn-danger:hover,
html.theme-red .uib-datepicker-popup > .uib-button-bar .btn-success:active,
html.theme-red .uib-datepicker-popup > .uib-button-bar .btn-success:focus,
html.theme-red .uib-datepicker-popup > .uib-button-bar .btn-success:hover {
  background-color: #f7f7f7;
  border-color: #d8dde7;
  color: #595959; }
html.theme-red .uib-daypicker > thead .btn-default,
html.theme-red .uib-monthpicker > thead .btn-default,
html.theme-red .uib-yearpicker > thead .btn-default {
  background-color: #FFF;
  border-color: #E8EBF1;
  color: #000; }
html.theme-red .uib-daypicker > thead .btn-default:active,
html.theme-red .uib-daypicker > thead .btn-default:focus,
html.theme-red .uib-daypicker > thead .btn-default:hover,
html.theme-red .uib-monthpicker > thead .btn-default:active,
html.theme-red .uib-monthpicker > thead .btn-default:focus,
html.theme-red .uib-monthpicker > thead .btn-default:hover,
html.theme-red .uib-yearpicker > thead .btn-default:active,
html.theme-red .uib-yearpicker > thead .btn-default:focus,
html.theme-red .uib-yearpicker > thead .btn-default:hover {
  background-color: #f7f7f7;
  border-color: #d8dde7;
  color: #595959; }
html.theme-red .uib-day,
html.theme-red .uib-month,
html.theme-red .uib-year {
  border-color: #DDD;
  /* Standard buttons */
  /* Disabled buttons */
  /* Selected button */ }
  html.theme-red .uib-day > .btn-default,
  html.theme-red .uib-month > .btn-default,
  html.theme-red .uib-year > .btn-default {
    background-color: #FFF;
    color: #000;
    /* Standard buttons text other months */
    /* Standard Today */ }
    html.theme-red .uib-day > .btn-default .text-muted,
    html.theme-red .uib-month > .btn-default .text-muted,
    html.theme-red .uib-year > .btn-default .text-muted {
      color: gray; }
    html.theme-red .uib-day > .btn-default > .text-info,
    html.theme-red .uib-month > .btn-default > .text-info,
    html.theme-red .uib-year > .btn-default > .text-info {
      color: #F44336; }
    html.theme-red .uib-day > .btn-default:active, html.theme-red .uib-day > .btn-default:focus, html.theme-red .uib-day > .btn-default:hover,
    html.theme-red .uib-month > .btn-default:active,
    html.theme-red .uib-month > .btn-default:focus,
    html.theme-red .uib-month > .btn-default:hover,
    html.theme-red .uib-year > .btn-default:active,
    html.theme-red .uib-year > .btn-default:focus,
    html.theme-red .uib-year > .btn-default:hover {
      background-color: #F1F1F1;
      color: #404040; }
      html.theme-red .uib-day > .btn-default:active > .text-muted, html.theme-red .uib-day > .btn-default:focus > .text-muted, html.theme-red .uib-day > .btn-default:hover > .text-muted,
      html.theme-red .uib-month > .btn-default:active > .text-muted,
      html.theme-red .uib-month > .btn-default:focus > .text-muted,
      html.theme-red .uib-month > .btn-default:hover > .text-muted,
      html.theme-red .uib-year > .btn-default:active > .text-muted,
      html.theme-red .uib-year > .btn-default:focus > .text-muted,
      html.theme-red .uib-year > .btn-default:hover > .text-muted {
        color: #616161; }
      html.theme-red .uib-day > .btn-default:active > .text-info, html.theme-red .uib-day > .btn-default:focus > .text-info, html.theme-red .uib-day > .btn-default:hover > .text-info,
      html.theme-red .uib-month > .btn-default:active > .text-info,
      html.theme-red .uib-month > .btn-default:focus > .text-info,
      html.theme-red .uib-month > .btn-default:hover > .text-info,
      html.theme-red .uib-year > .btn-default:active > .text-info,
      html.theme-red .uib-year > .btn-default:focus > .text-info,
      html.theme-red .uib-year > .btn-default:hover > .text-info {
        color: #f77066; }
  html.theme-red .uib-day > .btn-default[disabled],
  html.theme-red .uib-month > .btn-default[disabled],
  html.theme-red .uib-year > .btn-default[disabled] {
    background-color: #ececec;
    color: #404040;
    /* Disabled buttons text other months */
    /* Disabled Today */ }
    html.theme-red .uib-day > .btn-default[disabled] > .text-muted,
    html.theme-red .uib-month > .btn-default[disabled] > .text-muted,
    html.theme-red .uib-year > .btn-default[disabled] > .text-muted {
      color: gray; }
    html.theme-red .uib-day > .btn-default[disabled] > .text-info,
    html.theme-red .uib-month > .btn-default[disabled] > .text-info,
    html.theme-red .uib-year > .btn-default[disabled] > .text-info {
      color: #F44336; }
    html.theme-red .uib-day > .btn-default[disabled]:active, html.theme-red .uib-day > .btn-default[disabled]:focus, html.theme-red .uib-day > .btn-default[disabled]:hover,
    html.theme-red .uib-month > .btn-default[disabled]:active,
    html.theme-red .uib-month > .btn-default[disabled]:focus,
    html.theme-red .uib-month > .btn-default[disabled]:hover,
    html.theme-red .uib-year > .btn-default[disabled]:active,
    html.theme-red .uib-year > .btn-default[disabled]:focus,
    html.theme-red .uib-year > .btn-default[disabled]:hover {
      background-color: #F1F1F1;
      color: #616161; }
      html.theme-red .uib-day > .btn-default[disabled]:active > .text-muted, html.theme-red .uib-day > .btn-default[disabled]:focus > .text-muted, html.theme-red .uib-day > .btn-default[disabled]:hover > .text-muted,
      html.theme-red .uib-month > .btn-default[disabled]:active > .text-muted,
      html.theme-red .uib-month > .btn-default[disabled]:focus > .text-muted,
      html.theme-red .uib-month > .btn-default[disabled]:hover > .text-muted,
      html.theme-red .uib-year > .btn-default[disabled]:active > .text-muted,
      html.theme-red .uib-year > .btn-default[disabled]:focus > .text-muted,
      html.theme-red .uib-year > .btn-default[disabled]:hover > .text-muted {
        color: #616161; }
      html.theme-red .uib-day > .btn-default[disabled]:active > .text-info, html.theme-red .uib-day > .btn-default[disabled]:focus > .text-info, html.theme-red .uib-day > .btn-default[disabled]:hover > .text-info,
      html.theme-red .uib-month > .btn-default[disabled]:active > .text-info,
      html.theme-red .uib-month > .btn-default[disabled]:focus > .text-info,
      html.theme-red .uib-month > .btn-default[disabled]:hover > .text-info,
      html.theme-red .uib-year > .btn-default[disabled]:active > .text-info,
      html.theme-red .uib-year > .btn-default[disabled]:focus > .text-info,
      html.theme-red .uib-year > .btn-default[disabled]:hover > .text-info {
        color: #f77066; }
  html.theme-red .uib-day > .btn-info,
  html.theme-red .uib-month > .btn-info,
  html.theme-red .uib-year > .btn-info {
    background-color: #fdd8d6;
    color: #000;
    /* Selected buttons text other months */
    /* Selected Today */ }
    html.theme-red .uib-day > .btn-info > .text-muted,
    html.theme-red .uib-month > .btn-info > .text-muted,
    html.theme-red .uib-year > .btn-info > .text-muted {
      color: gray; }
    html.theme-red .uib-day > .btn-info > .text-info,
    html.theme-red .uib-month > .btn-info > .text-info,
    html.theme-red .uib-year > .btn-info > .text-info {
      color: #F44336; }
    html.theme-red .uib-day > .btn-info:active, html.theme-red .uib-day > .btn-info:focus, html.theme-red .uib-day > .btn-info:hover,
    html.theme-red .uib-month > .btn-info:active,
    html.theme-red .uib-month > .btn-info:focus,
    html.theme-red .uib-month > .btn-info:hover,
    html.theme-red .uib-year > .btn-info:active,
    html.theme-red .uib-year > .btn-info:focus,
    html.theme-red .uib-year > .btn-info:hover {
      background-color: #fdd8d6;
      color: #404040; }
      html.theme-red .uib-day > .btn-info:active > .text-muted, html.theme-red .uib-day > .btn-info:focus > .text-muted, html.theme-red .uib-day > .btn-info:hover > .text-muted,
      html.theme-red .uib-month > .btn-info:active > .text-muted,
      html.theme-red .uib-month > .btn-info:focus > .text-muted,
      html.theme-red .uib-month > .btn-info:hover > .text-muted,
      html.theme-red .uib-year > .btn-info:active > .text-muted,
      html.theme-red .uib-year > .btn-info:focus > .text-muted,
      html.theme-red .uib-year > .btn-info:hover > .text-muted {
        color: #616161; }
      html.theme-red .uib-day > .btn-info:active > .text-info, html.theme-red .uib-day > .btn-info:focus > .text-info, html.theme-red .uib-day > .btn-info:hover > .text-info,
      html.theme-red .uib-month > .btn-info:active > .text-info,
      html.theme-red .uib-month > .btn-info:focus > .text-info,
      html.theme-red .uib-month > .btn-info:hover > .text-info,
      html.theme-red .uib-year > .btn-info:active > .text-info,
      html.theme-red .uib-year > .btn-info:focus > .text-info,
      html.theme-red .uib-year > .btn-info:hover > .text-info {
        color: #f77066; }
html.theme-red .label-overdue {
  color: #ff0040; }
html.theme-red .comment {
  color: #4d4d4d; }
html.theme-red .structure-icon-status-active {
  color: #F44336; }
html.theme-red .structure-icon-status-standby {
  color: #F44336; }
html.theme-red .structure-icon-status-inactive {
  color: #4d4d4d; }
html.theme-red .structure-icon-status-notassigned {
  color: #000; }
html.theme-red .modal-header {
  background-color: #F1F1F1; }
html.theme-red .minichart-wrapper .minichart-item div.minichart-table > div:first-child > div {
  background-color: #F1F1F1; }
html.theme-red .note-editor .modal label {
  color: #5D6166; }
html.theme-red .slick-prev:before,
html.theme-red .slick-next:before {
  color: #000; }
html.theme-red .slick-dots li button:before {
  color: #000; }
html.theme-red .slick-dots li.slick-active button:before {
  color: #000; }
html.theme-red .sceditor-button div:before {
  color: #000 !important; }
html.theme-red .signature-empty, html.theme-red .signature-image, html.theme-red .signature canvas {
  border-color: #000; }
html.theme-red .signature-enabled:hover {
  border-color: #F44336;
  color: #F44336; }
html.theme-red .timepicker.dropdown-menu button {
  background-color: transparent !important;
  color: #000 !important; }
html.theme-red ppc-datepicker > input.ng-empty {
  color: gray !important; }
html.theme-red .horizontal-separator > hr {
  border-color: #5D6166; }
html.theme-red .horizontal-separator > span {
  background-color: #FFF; }
html.theme-red .iframe-container {
  border-color: #F1F1F1; }
html.theme-red .input-label[disabled="disabled"] {
  color: gray; }
html.theme-red .inline-search {
  background-color: #F1F1F1;
  border-color: #DDD; }
  html.theme-red .inline-search .table-responsive {
    border-color: #DDD; }
  html.theme-red .inline-search .table > thead {
    background-color: #F1F1F1; }
  html.theme-red .inline-search .table > tbody:nth-child(even) {
    background-color: #FFF; }
  html.theme-red .inline-search .table > tbody:nth-child(odd) {
    background-color: transparent; }
  html.theme-red .inline-search .table a[role="button"] {
    color: #000; }
html.theme-red .ppc-table-striped tbody.servicetermin {
  				/*&-black {
  					background-color:;
  					color:;
  
  					&:nth-child(odd) {
  						background-color:;
  					}
  
  					&:hover {
  						background-color:;
  					}
  				}*/ }
  html.theme-red .ppc-table-striped tbody.servicetermin-orange {
    background-color: rgba(255, 127, 0, 0.05);
    color: #ff7f00; }
    html.theme-red .ppc-table-striped tbody.servicetermin-orange:nth-child(odd) {
      background-color: rgba(255, 127, 0, 0.1); }
    html.theme-red .ppc-table-striped tbody.servicetermin-orange:hover {
      background-color: rgba(255, 127, 0, 0.3) !important; }
  html.theme-red .ppc-table-striped tbody.servicetermin-red {
    background-color: rgba(255, 0, 0, 0.05);
    color: red; }
    html.theme-red .ppc-table-striped tbody.servicetermin-red:nth-child(odd) {
      background-color: rgba(255, 0, 0, 0.1); }
    html.theme-red .ppc-table-striped tbody.servicetermin-red:hover {
      background-color: rgba(255, 0, 0, 0.3) !important; }
html.theme-red .inline-loader > span {
  color: #F44336; }
html.theme-red .security-code {
  color: #F44336; }
html.theme-red .InputClear > div {
  background-color: #ff0040;
  border-color: #800020;
  color: #FFF; }
html.theme-red input.form-control.Error {
  background-color: #ffd8d8;
  border-color: #e19092; }
  html.theme-red input.form-control.Error:focus {
    border-color: #cc3f44; }

html.theme-blue,
html.theme-blue > body {
  background-color: #E8EBF1;
  color: #000; }

html.theme-blue .has-error .help-block,
html.theme-blue .has-error .control-label,
html.theme-blue .has-error .radio,
html.theme-blue .has-error .checkbox,
html.theme-blue .has-error .radio-inline,
html.theme-blue .has-error .checkbox-inline, html.theme-blue .has-error.radio label, html.theme-blue .has-error.checkbox label, html.theme-blue .has-error.adio-inline label, html.theme-blue .has-error.checkbox-inline label {
  color: #a94442; }
html.theme-blue .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  html.theme-blue .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
html.theme-blue .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }
html.theme-blue .has-error .form-control-feedback {
  color: #a94442; }
html.theme-blue .form-group.has-error {
  color: #cc3f44; }
  html.theme-blue .form-group.has-error .form-control {
    border-color: #e19092; }
    html.theme-blue .form-group.has-error .form-control:focus {
      border-color: #cc3f44; }
html.theme-blue .form-group.has-success {
  color: #68b828; }
  html.theme-blue .form-group.has-success .form-control {
    border-color: #9cde68; }
    html.theme-blue .form-group.has-success .form-control:focus {
      border-color: #68b828; }
html.theme-blue div.errortext,
html.theme-blue span.errortext {
  color: #a94442; }
html.theme-blue div.successtext {
  color: #2e8000; }
html.theme-blue a {
  color: #3F51B5; }
  html.theme-blue a:hover, html.theme-blue a:focus {
    color: #283593; }
  html.theme-blue a.unhighlighted {
    color: #000; }
html.theme-blue hr {
  border-color: #283593; }
html.theme-blue .loader {
  background-color: #3F51B5; }
  html.theme-blue .loader .spinner {
    box-shadow: inset 0 0 0 1em #FFF; }
    html.theme-blue .loader .spinner:before, html.theme-blue .loader .spinner:after {
      background-color: #3F51B5; }
html.theme-blue .sidebar {
  background-color: #31353D; }
  html.theme-blue .sidebar .logo {
    background-color: #3F51B5; }
    html.theme-blue .sidebar .logo .menu {
      background-color: #283593; }
      html.theme-blue .sidebar .logo .menu a {
        color: #FFF; }
  html.theme-blue .sidebar ul.navigation li {
    border-bottom-color: #5D6166; }
    html.theme-blue .sidebar ul.navigation li a {
      color: #FFF; }
      html.theme-blue .sidebar ul.navigation li a:hover {
        background-color: #3F51B5; }
      html.theme-blue .sidebar ul.navigation li a i {
        color: #FFF; }
html.theme-blue .topbar .menu-button-mobile {
  color: #3F51B5; }
html.theme-blue .topbar .search input {
  border-bottom-color: #E8EBF1;
  color: #E8EBF1; }
html.theme-blue .topbar.navbar, html.theme-blue .topbar-simple.navbar {
  background: #31353D;
  /*border-color: $color-navigation-background;*/
  border-bottom-color: #2a2e35; }
  html.theme-blue .topbar.navbar ul.navbar-nav > .open > a, html.theme-blue .topbar-simple.navbar ul.navbar-nav > .open > a {
    background: #3F51B5;
    color: #FFF; }
  html.theme-blue .topbar.navbar ul.navbar-nav > li > a, html.theme-blue .topbar-simple.navbar ul.navbar-nav > li > a {
    color: #FFF; }
  html.theme-blue .topbar.navbar .dropdown-menu, html.theme-blue .topbar-simple.navbar .dropdown-menu {
    background-color: #31353D; }
    html.theme-blue .topbar.navbar .dropdown-menu > li a, html.theme-blue .topbar-simple.navbar .dropdown-menu > li a {
      color: #FFF;
      border-top-color: #5D6166; }
      html.theme-blue .topbar.navbar .dropdown-menu > li a:hover, html.theme-blue .topbar-simple.navbar .dropdown-menu > li a:hover {
        background-color: #3F51B5; }
    html.theme-blue .topbar.navbar .dropdown-menu > li.active a, html.theme-blue .topbar-simple.navbar .dropdown-menu > li.active a {
      background-color: #3F51B5; }
    html.theme-blue .topbar.navbar .dropdown-menu > li:first-child a:hover, html.theme-blue .topbar-simple.navbar .dropdown-menu > li:first-child a:hover {
      border-top-color: #5D6166; }
    html.theme-blue .topbar.navbar .dropdown-menu.typeahead, html.theme-blue .topbar-simple.navbar .dropdown-menu.typeahead {
      background-color: transparent; }
      html.theme-blue .topbar.navbar .dropdown-menu.typeahead > li, html.theme-blue .topbar-simple.navbar .dropdown-menu.typeahead > li {
        background-color: #31353D; }
        html.theme-blue .topbar.navbar .dropdown-menu.typeahead > li.active a, html.theme-blue .topbar-simple.navbar .dropdown-menu.typeahead > li.active a {
          background-color: #3F51B5; }
html.theme-blue .quickbar {
  background-color: #5D6166; }
html.theme-blue .footer {
  background-color: #5D6166;
  border-top-color: #56595e; }
  html.theme-blue .footer ul li {
    color: #FFF; }
    html.theme-blue .footer ul li a {
      color: #FFF; }
      html.theme-blue .footer ul li a:hover {
        color: #3F51B5; }
html.theme-blue .history-container {
  border-top-color: #3F51B5; }
  html.theme-blue .history-container .left span {
    color: #FFF; }
  html.theme-blue .history-container .right h3, html.theme-blue .history-container .right h4 {
    color: #FFF; }
  html.theme-blue .history-container li:not(:first-child) {
    border-top-color: #5D6166; }
  html.theme-blue .history-container li:hover {
    background-color: #3F51B5; }
html.theme-blue .contact-image.empty {
  background-color: #E8EBF1; }
html.theme-blue .inbox-count {
  background: linear-gradient(#606fc7, #3F51B5, #283593, #1d276b);
  border-color: #FFF; }
html.theme-blue .scroll-to-top {
  background-color: #3F51B5; }
html.theme-blue .widget {
  background-color: #FFF; }
html.theme-blue .widget-stats .left {
  color: #FFF;
  background-color: #3F51B5; }
html.theme-blue .widget-stats .right h3 {
  color: #3F51B5; }
html.theme-blue .widget-stats .right h4 {
  color: #4d4d4d; }
html.theme-blue .widget-wizard .plus > i {
  color: #FFF;
  background-color: #3F51B5; }
html.theme-blue .ppc-table thead, html.theme-blue .ppc-table tfoot {
  background-color: #f2f2f2; }
html.theme-blue .ppc-table-striped tbody:nth-child(odd) {
  background-color: #f7f7f7; }
html.theme-blue .table > thead,
html.theme-blue .table > tbody.sum {
  background-color: #ededed; }
html.theme-blue .table > tbody.group {
  background-color: #f2f2f2; }
html.theme-blue .table .selected-row {
  background-color: #3F51B5 !important;
  color: #FFF; }
  html.theme-blue .table .selected-row td {
    border-top-color: #283593 !important;
    border-bottom-color: #283593 !important; }
html.theme-blue .table > tbody.alternate-row {
  background-color: #f7f7f7; }
html.theme-blue .table > tbody:not(.group):not(.sum):not(.hover-rows):hover,
html.theme-blue .table > tbody.hover-rows > tr:hover {
  background-color: rgba(63, 81, 181, 0.2); }
html.theme-blue .table > tbody.subrow {
  color: #4d4d4d; }
html.theme-blue .table > tbody.inactive {
  color: gray; }
html.theme-blue .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7; }
html.theme-blue .table-striped-2 > tbody > tr:nth-child(4n-1), html.theme-blue .table-striped-2 > tbody > tr:nth-child(4n) {
  background-color: #f7f7f7; }
html.theme-blue .pagination > li > a, html.theme-blue .pagination > li > span {
  background-color: #FFF;
  border-color: #dee3eb;
  color: #3F51B5; }
  html.theme-blue .pagination > li > a:hover, html.theme-blue .pagination > li > a:focus, html.theme-blue .pagination > li > span:hover, html.theme-blue .pagination > li > span:focus {
    background-color: #E8EBF1;
    border-color: #dee3eb;
    color: #283593; }
html.theme-blue .pagination > li.active > a, html.theme-blue .pagination > li.active > span {
  background-color: #3F51B5;
  border-color: #3F51B5;
  color: #FFF; }
html.theme-blue .panel-ips-primary {
  background-color: #FFF;
  border-color: #DDD; }
  html.theme-blue .panel-ips-primary > .panel-heading {
    background-color: #F1F1F1;
    border-bottom-color: #DDD; }
    html.theme-blue .panel-ips-primary > .panel-heading a {
      color: #000; }
html.theme-blue .loading {
  color: #283593; }
html.theme-blue .panel-ips-secondary {
  border-color: #DDD; }
  html.theme-blue .panel-ips-secondary .panel-heading a {
    color: #4d4d4d; }
html.theme-blue .btn-ppc,
html.theme-blue .btn-ppc.disabled,
html.theme-blue .btn-ppc[disabled],
html.theme-blue .btn-ppc.disabled:hover,
html.theme-blue .btn-ppc[disabled]:hover,
html.theme-blue .btn-ppc.disabled:focus,
html.theme-blue .btn-ppc[disabled]:focus {
  background-color: #283593;
  border-color: #3F51B5;
  color: #FFF; }
html.theme-blue .btn-primary,
html.theme-blue .btn-primary.disabled,
html.theme-blue .btn-primary[disabled],
html.theme-blue .btn-primary.disabled:hover,
html.theme-blue .btn-primary[disabled]:hover,
html.theme-blue .btn-primary.disabled:focus,
html.theme-blue .btn-primary[disabled]:focus {
  background-color: #283593;
  border-color: #3F51B5;
  color: #FFF; }
html.theme-blue .btn-ppc:focus, html.theme-blue .btn-ppc:hover {
  background-color: #3F51B5;
  border-color: #283593;
  color: #FFF; }
html.theme-blue .btn-primary:focus, html.theme-blue .btn-primary:hover {
  background-color: #3F51B5;
  border-color: #283593;
  color: #FFF; }
html.theme-blue .control-label {
  color: #5D6166; }
  html.theme-blue .control-label .required {
    color: #ff0040; }
html.theme-blue .checkbox {
  color: #000; }
html.theme-blue .form-control {
  border-color: #dfdfdf;
  color: #000; }
  html.theme-blue .form-control:focus {
    border-color: #ababab; }
  html.theme-blue .form-control[disabled], html.theme-blue .form-control[readonly], fieldset[disabled] html.theme-blue .form-control {
    border-color: #ababab;
    background: #f2f2f2;
    color: #545454; }
  html.theme-blue .form-control.radiogroup > label {
    color: #000; }
html.theme-blue .btn-group .btn, html.theme-blue .btn-group .btn:focus {
  background-color: #F1F1F1;
  border-color: #DDD;
  color: #000; }
  html.theme-blue .btn-group .btn.selected, html.theme-blue .btn-group .btn:focus.selected {
    background-color: #3F51B5;
    border-color: #283593;
    color: #FFF; }
html.theme-blue .correspondence-edit {
  color: #3F51B5; }
html.theme-blue .chartloader {
  background-color: #FFF; }
  html.theme-blue .chartloader > div {
    color: #283593; }
html.theme-blue .linechart-cursor-fill {
  fill: #283593; }
html.theme-blue .linechart-cursor-line {
  stroke: #283593; }
html.theme-blue .linechart-cursor-selection {
  fill: #283593;
  stroke: #283593; }
html.theme-blue .linechart-axis-fill {
  fill: #4d4d4d; }
html.theme-blue .linechart-balloon-bg-category {
  /* Chart Cursor Bereich auf X Achse */
  fill: #FFF;
  stroke: #000; }
html.theme-blue .linechart-balloon-div-category div {
  /* Chart Cursor Text auf X Achse */
  color: #000 !important; }
html.theme-blue .linechart-graph-defaultline .linechart-graph-stroke {
  /* Default Linie */
  stroke: #283593; }
html.theme-blue .linechart-balloon-bg-defaultline {
  /* Tooltip Balloon auf Default Linie */
  fill: #FFF;
  stroke: #283593; }
html.theme-blue .linechart-balloon-div-defaultline div {
  /* Tooltip Text auf Default Linie */
  color: #283593 !important; }
html.theme-blue .linechart-graph-performanceline .linechart-graph-stroke,
html.theme-blue .linechart-graph-performancelineall .linechart-graph-stroke,
html.theme-blue .linechart-graph-indexline .linechart-graph-stroke {
  stroke: #283593; }
html.theme-blue .linechart-graph-performanceline .linechart-graph-fill,
html.theme-blue .linechart-graph-performancelineall .linechart-graph-fill,
html.theme-blue .linechart-graph-indexline .linechart-graph-fill {
  fill: #283593; }
html.theme-blue .linechart-balloon-bg-performanceline,
html.theme-blue .linechart-balloon-bg-performancelineall,
html.theme-blue .linechart-balloon-bg-indexline {
  /* Tooltip Balloon auf Performance Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #283593; }
html.theme-blue .linechart-balloon-div-performanceline div,
html.theme-blue .linechart-balloon-div-performancelineall div,
html.theme-blue .linechart-balloon-div-indexline div {
  /* Tooltip Text auf Performance Linie Vermögensentwicklung */
  color: #283593 !important; }
html.theme-blue .linechart-graph-goldline .linechart-graph-stroke {
  stroke: #EAC019; }
html.theme-blue .linechart-graph-goldline .linechart-graph-fill {
  fill: #EAC019; }
html.theme-blue .linechart-balloon-bg-goldline {
  /* Tooltip Balloon auf Gold Linie */
  fill: #FFF;
  stroke: #EAC019; }
html.theme-blue .linechart-balloon-div-goldline div {
  /* Tooltip Text auf Gold Linie */
  color: #EAC019 !important; }
html.theme-blue .linechart-graph-volumeline .linechart-graph-stroke,
html.theme-blue .linechart-graph-volumelineall .linechart-graph-stroke {
  stroke: #5D6166; }
html.theme-blue .linechart-graph-volumeline .linechart-graph-fill,
html.theme-blue .linechart-graph-volumelineall .linechart-graph-fill {
  fill: #5D6166; }
html.theme-blue .linechart-balloon-bg-volumeline,
html.theme-blue .linechart-balloon-bg-volumelineall {
  /* Tooltip Balloon auf Volumen Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #5D6166; }
html.theme-blue .linechart-balloon-div-volumeline div,
html.theme-blue .linechart-balloon-div-volumelineall div {
  /* Tooltip Text auf Volumen Linie Vermögensentwicklung */
  color: #5D6166 !important; }
html.theme-blue .linechart-graph-vergleich .linechart-graph-stroke {
  stroke: #5D6166; }
html.theme-blue .linechart-graph-vergleich .linechart-graph-fill {
  fill: #5D6166; }
html.theme-blue .linechart-balloon-bg-vergleich {
  /* Tooltip Balloon auf Performance Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #5D6166; }
html.theme-blue .linechart-balloon-div-vergleich div {
  /* Tooltip Text auf Performance Linie Vermögensentwicklung */
  color: #5D6166 !important; }
html.theme-blue .linechart-trend-line {
  stroke: #000; }
html.theme-blue .piechart-balloon-bg {
  /* Tooltip Balloon */
  fill: #FFF;
  stroke: #283593; }
html.theme-blue .piechart-balloon-div div {
  /* Tooltip Text */
  color: #283593 !important; }
html.theme-blue .piechart-legend-marker {
  /* Legende Markierung */
  stroke: #000; }
html.theme-blue .piechart-legend-value, html.theme-blue .piechart-legend-label {
  /* Legende Texte */
  fill: #000; }
html.theme-blue .piechart-pie-item > .piechart-pie-slice {
  /* PieChart Stück */
  stroke: #000; }
html.theme-blue .linechart-graph-line0 .linechart-graph-stroke {
  stroke: #c00000; }
html.theme-blue .linechart-graph-line0 .linechart-graph-fill {
  fill: #c00000;
  fill-opacity: 0.33; }
html.theme-blue .linechart-balloon-bg-line0 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #c00000;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-blue .linechart-balloon-div-line0 div {
  color: #c00000 !important; }
html.theme-blue span.line0 {
  background-color: #c00000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-blue .linechart-graph-line5 .linechart-graph-stroke {
  stroke: #ff2727; }
html.theme-blue .linechart-graph-line5 .linechart-graph-fill {
  fill: #ff2727;
  fill-opacity: 0.33; }
html.theme-blue .linechart-balloon-bg-line5 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff2727;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-blue .linechart-balloon-div-line5 div {
  color: #ff2727 !important; }
html.theme-blue span.line5 {
  background-color: #ff2727;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-blue .linechart-graph-line10 .linechart-graph-stroke {
  stroke: #ff8d8d; }
html.theme-blue .linechart-graph-line10 .linechart-graph-fill {
  fill: #ff8d8d;
  fill-opacity: 0.33; }
html.theme-blue .linechart-balloon-bg-line10 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff8d8d;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-blue .linechart-balloon-div-line10 div {
  color: #ff8d8d !important; }
html.theme-blue span.line10 {
  background-color: #ff8d8d;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-blue .linechart-graph-line1 .linechart-graph-stroke {
  stroke: #00c000; }
html.theme-blue .linechart-graph-line1 .linechart-graph-fill {
  fill: #00c000;
  fill-opacity: 0.33; }
html.theme-blue .linechart-balloon-bg-line1 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #00c000;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-blue .linechart-balloon-div-line1 div {
  color: #00c000 !important; }
html.theme-blue span.line1 {
  background-color: #00c000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-blue .linechart-graph-line6 .linechart-graph-stroke {
  stroke: #27ff27; }
html.theme-blue .linechart-graph-line6 .linechart-graph-fill {
  fill: #27ff27;
  fill-opacity: 0.33; }
html.theme-blue .linechart-balloon-bg-line6 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #27ff27;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-blue .linechart-balloon-div-line6 div {
  color: #27ff27 !important; }
html.theme-blue span.line6 {
  background-color: #27ff27;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-blue .linechart-graph-line11 .linechart-graph-stroke {
  stroke: #8dff8d; }
html.theme-blue .linechart-graph-line11 .linechart-graph-fill {
  fill: #8dff8d;
  fill-opacity: 0.33; }
html.theme-blue .linechart-balloon-bg-line11 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #8dff8d;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-blue .linechart-balloon-div-line11 div {
  color: #8dff8d !important; }
html.theme-blue span.line11 {
  background-color: #8dff8d;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-blue .linechart-graph-line2 .linechart-graph-stroke {
  stroke: #4020ff; }
html.theme-blue .linechart-graph-line2 .linechart-graph-fill {
  fill: #4020ff;
  fill-opacity: 0.33; }
html.theme-blue .linechart-balloon-bg-line2 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #4020ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-blue .linechart-balloon-div-line2 div {
  color: #4020ff !important; }
html.theme-blue span.line2 {
  background-color: #4020ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-blue .linechart-graph-line7 .linechart-graph-stroke {
  stroke: #9786ff; }
html.theme-blue .linechart-graph-line7 .linechart-graph-fill {
  fill: #9786ff;
  fill-opacity: 0.33; }
html.theme-blue .linechart-balloon-bg-line7 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #9786ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-blue .linechart-balloon-div-line7 div {
  color: #9786ff !important; }
html.theme-blue span.line7 {
  background-color: #9786ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-blue .linechart-graph-line12 .linechart-graph-stroke {
  stroke: #efecff; }
html.theme-blue .linechart-graph-line12 .linechart-graph-fill {
  fill: #efecff;
  fill-opacity: 0.33; }
html.theme-blue .linechart-balloon-bg-line12 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #efecff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-blue .linechart-balloon-div-line12 div {
  color: #efecff !important; }
html.theme-blue span.line12 {
  background-color: #efecff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-blue .linechart-graph-line3 .linechart-graph-stroke {
  stroke: #c000c0; }
html.theme-blue .linechart-graph-line3 .linechart-graph-fill {
  fill: #c000c0;
  fill-opacity: 0.33; }
html.theme-blue .linechart-balloon-bg-line3 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #c000c0;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-blue .linechart-balloon-div-line3 div {
  color: #c000c0 !important; }
html.theme-blue span.line3 {
  background-color: #c000c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-blue .linechart-graph-line8 .linechart-graph-stroke {
  stroke: #ff27ff; }
html.theme-blue .linechart-graph-line8 .linechart-graph-fill {
  fill: #ff27ff;
  fill-opacity: 0.33; }
html.theme-blue .linechart-balloon-bg-line8 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff27ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-blue .linechart-balloon-div-line8 div {
  color: #ff27ff !important; }
html.theme-blue span.line8 {
  background-color: #ff27ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-blue .linechart-graph-line13 .linechart-graph-stroke {
  stroke: #ff8dff; }
html.theme-blue .linechart-graph-line13 .linechart-graph-fill {
  fill: #ff8dff;
  fill-opacity: 0.33; }
html.theme-blue .linechart-balloon-bg-line13 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff8dff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-blue .linechart-balloon-div-line13 div {
  color: #ff8dff !important; }
html.theme-blue span.line13 {
  background-color: #ff8dff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-blue .linechart-graph-line4 .linechart-graph-stroke {
  stroke: #00c0c0; }
html.theme-blue .linechart-graph-line4 .linechart-graph-fill {
  fill: #00c0c0;
  fill-opacity: 0.33; }
html.theme-blue .linechart-balloon-bg-line4 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #00c0c0;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-blue .linechart-balloon-div-line4 div {
  color: #00c0c0 !important; }
html.theme-blue span.line4 {
  background-color: #00c0c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-blue .linechart-graph-line9 .linechart-graph-stroke {
  stroke: #27ffff; }
html.theme-blue .linechart-graph-line9 .linechart-graph-fill {
  fill: #27ffff;
  fill-opacity: 0.33; }
html.theme-blue .linechart-balloon-bg-line9 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #27ffff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-blue .linechart-balloon-div-line9 div {
  color: #27ffff !important; }
html.theme-blue span.line9 {
  background-color: #27ffff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-blue .linechart-graph-line14 .linechart-graph-stroke {
  stroke: #8dffff; }
html.theme-blue .linechart-graph-line14 .linechart-graph-fill {
  fill: #8dffff;
  fill-opacity: 0.33; }
html.theme-blue .linechart-balloon-bg-line14 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #8dffff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-blue .linechart-balloon-div-line14 div {
  color: #8dffff !important; }
html.theme-blue span.line14 {
  background-color: #8dffff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-blue span.trendline {
  background-color: #000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-blue .riskclass-verylow0 {
  background-color: #0093b5;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-verylow0 > path.piechart-legend-marker, html.theme-blue .riskclass-verylow0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #0093b5 !important; }
  html.theme-blue .riskclass-verylow0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #006a82 !important; }
html.theme-blue .riskclass-verylow1 {
  background-color: #00bce8;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-verylow1 > path.piechart-legend-marker, html.theme-blue .riskclass-verylow1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00bce8 !important; }
  html.theme-blue .riskclass-verylow1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #0093b5 !important; }
html.theme-blue .riskclass-verylow2 {
  background-color: #1cd4ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-verylow2 > path.piechart-legend-marker, html.theme-blue .riskclass-verylow2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #1cd4ff !important; }
  html.theme-blue .riskclass-verylow2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00bce8 !important; }
html.theme-blue .riskclass-low0 {
  background-color: #00a000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-low0 > path.piechart-legend-marker, html.theme-blue .riskclass-low0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00a000 !important; }
  html.theme-blue .riskclass-low0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #006d00 !important; }
html.theme-blue .riskclass-low1 {
  background-color: #00d300;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-low1 > path.piechart-legend-marker, html.theme-blue .riskclass-low1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00d300 !important; }
  html.theme-blue .riskclass-low1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00a000 !important; }
html.theme-blue .riskclass-low2 {
  background-color: #07ff07;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-low2 > path.piechart-legend-marker, html.theme-blue .riskclass-low2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #07ff07 !important; }
  html.theme-blue .riskclass-low2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00d300 !important; }
html.theme-blue .riskclass-medium0 {
  background-color: #c0c000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-medium0 > path.piechart-legend-marker, html.theme-blue .riskclass-medium0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #c0c000 !important; }
  html.theme-blue .riskclass-medium0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #8d8d00 !important; }
html.theme-blue .riskclass-medium1 {
  background-color: #f3f300;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-medium1 > path.piechart-legend-marker, html.theme-blue .riskclass-medium1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #f3f300 !important; }
  html.theme-blue .riskclass-medium1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #c0c000 !important; }
html.theme-blue .riskclass-medium2 {
  background-color: #ffff27;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-medium2 > path.piechart-legend-marker, html.theme-blue .riskclass-medium2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ffff27 !important; }
  html.theme-blue .riskclass-medium2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #f3f300 !important; }
html.theme-blue .riskclass-high0 {
  background-color: #e55b00;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-high0 > path.piechart-legend-marker, html.theme-blue .riskclass-high0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #e55b00 !important; }
  html.theme-blue .riskclass-high0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #b24700 !important; }
html.theme-blue .riskclass-high1 {
  background-color: #ff7419;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-high1 > path.piechart-legend-marker, html.theme-blue .riskclass-high1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff7419 !important; }
  html.theme-blue .riskclass-high1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #e55b00 !important; }
html.theme-blue .riskclass-high2 {
  background-color: #ff934c;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-high2 > path.piechart-legend-marker, html.theme-blue .riskclass-high2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff934c !important; }
  html.theme-blue .riskclass-high2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #ff7419 !important; }
html.theme-blue .riskclass-veryhigh0 {
  background-color: #c00000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-veryhigh0 > path.piechart-legend-marker, html.theme-blue .riskclass-veryhigh0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #c00000 !important; }
  html.theme-blue .riskclass-veryhigh0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #8d0000 !important; }
html.theme-blue .riskclass-veryhigh1 {
  background-color: #f30000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-veryhigh1 > path.piechart-legend-marker, html.theme-blue .riskclass-veryhigh1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #f30000 !important; }
  html.theme-blue .riskclass-veryhigh1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #c00000 !important; }
html.theme-blue .riskclass-veryhigh2 {
  background-color: #ff2727;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-veryhigh2 > path.piechart-legend-marker, html.theme-blue .riskclass-veryhigh2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff2727 !important; }
  html.theme-blue .riskclass-veryhigh2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #f30000 !important; }
html.theme-blue .riskclass-notset0 {
  background-color: #5d6166;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-notset0 > path.piechart-legend-marker, html.theme-blue .riskclass-notset0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #5d6166 !important; }
  html.theme-blue .riskclass-notset0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #45484b !important; }
html.theme-blue .riskclass-notset1 {
  background-color: #757a81;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-notset1 > path.piechart-legend-marker, html.theme-blue .riskclass-notset1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #757a81 !important; }
  html.theme-blue .riskclass-notset1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #5d6166 !important; }
html.theme-blue .riskclass-notset2 {
  background-color: #909499;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-notset2 > path.piechart-legend-marker, html.theme-blue .riskclass-notset2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #909499 !important; }
  html.theme-blue .riskclass-notset2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #757a81 !important; }
html.theme-blue .riskclass-none0 {
  background-color: #5d6166;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-none0 > path.piechart-legend-marker, html.theme-blue .riskclass-none0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #5d6166 !important; }
  html.theme-blue .riskclass-none0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #45484b !important; }
html.theme-blue .riskclass-none1 {
  background-color: #757a81;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-none1 > path.piechart-legend-marker, html.theme-blue .riskclass-none1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #757a81 !important; }
  html.theme-blue .riskclass-none1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #5d6166 !important; }
html.theme-blue .riskclass-none2 {
  background-color: #909499;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-blue .riskclass-none2 > path.piechart-legend-marker, html.theme-blue .riskclass-none2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #909499 !important; }
  html.theme-blue .riskclass-none2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #757a81 !important; }
html.theme-blue .progress-bar {
  background-color: #3F51B5; }
html.theme-blue .report-icon {
  color: #3F51B5; }
html.theme-blue .uib-datepicker-popup > .uib-button-bar .btn-info,
html.theme-blue .uib-datepicker-popup > .uib-button-bar .btn-danger,
html.theme-blue .uib-datepicker-popup > .uib-button-bar .btn-success {
  background-color: #FFF;
  border-color: #E8EBF1;
  color: #000; }
html.theme-blue .uib-datepicker-popup > .uib-button-bar .btn-info:active,
html.theme-blue .uib-datepicker-popup > .uib-button-bar .btn-info:focus,
html.theme-blue .uib-datepicker-popup > .uib-button-bar .btn-info:hover,
html.theme-blue .uib-datepicker-popup > .uib-button-bar .btn-danger:active,
html.theme-blue .uib-datepicker-popup > .uib-button-bar .btn-danger:focus,
html.theme-blue .uib-datepicker-popup > .uib-button-bar .btn-danger:hover,
html.theme-blue .uib-datepicker-popup > .uib-button-bar .btn-success:active,
html.theme-blue .uib-datepicker-popup > .uib-button-bar .btn-success:focus,
html.theme-blue .uib-datepicker-popup > .uib-button-bar .btn-success:hover {
  background-color: #f7f7f7;
  border-color: #d8dde7;
  color: #595959; }
html.theme-blue .uib-daypicker > thead .btn-default,
html.theme-blue .uib-monthpicker > thead .btn-default,
html.theme-blue .uib-yearpicker > thead .btn-default {
  background-color: #FFF;
  border-color: #E8EBF1;
  color: #000; }
html.theme-blue .uib-daypicker > thead .btn-default:active,
html.theme-blue .uib-daypicker > thead .btn-default:focus,
html.theme-blue .uib-daypicker > thead .btn-default:hover,
html.theme-blue .uib-monthpicker > thead .btn-default:active,
html.theme-blue .uib-monthpicker > thead .btn-default:focus,
html.theme-blue .uib-monthpicker > thead .btn-default:hover,
html.theme-blue .uib-yearpicker > thead .btn-default:active,
html.theme-blue .uib-yearpicker > thead .btn-default:focus,
html.theme-blue .uib-yearpicker > thead .btn-default:hover {
  background-color: #f7f7f7;
  border-color: #d8dde7;
  color: #595959; }
html.theme-blue .uib-day,
html.theme-blue .uib-month,
html.theme-blue .uib-year {
  border-color: #DDD;
  /* Standard buttons */
  /* Disabled buttons */
  /* Selected button */ }
  html.theme-blue .uib-day > .btn-default,
  html.theme-blue .uib-month > .btn-default,
  html.theme-blue .uib-year > .btn-default {
    background-color: #FFF;
    color: #000;
    /* Standard buttons text other months */
    /* Standard Today */ }
    html.theme-blue .uib-day > .btn-default .text-muted,
    html.theme-blue .uib-month > .btn-default .text-muted,
    html.theme-blue .uib-year > .btn-default .text-muted {
      color: gray; }
    html.theme-blue .uib-day > .btn-default > .text-info,
    html.theme-blue .uib-month > .btn-default > .text-info,
    html.theme-blue .uib-year > .btn-default > .text-info {
      color: #3F51B5; }
    html.theme-blue .uib-day > .btn-default:active, html.theme-blue .uib-day > .btn-default:focus, html.theme-blue .uib-day > .btn-default:hover,
    html.theme-blue .uib-month > .btn-default:active,
    html.theme-blue .uib-month > .btn-default:focus,
    html.theme-blue .uib-month > .btn-default:hover,
    html.theme-blue .uib-year > .btn-default:active,
    html.theme-blue .uib-year > .btn-default:focus,
    html.theme-blue .uib-year > .btn-default:hover {
      background-color: #F1F1F1;
      color: #404040; }
      html.theme-blue .uib-day > .btn-default:active > .text-muted, html.theme-blue .uib-day > .btn-default:focus > .text-muted, html.theme-blue .uib-day > .btn-default:hover > .text-muted,
      html.theme-blue .uib-month > .btn-default:active > .text-muted,
      html.theme-blue .uib-month > .btn-default:focus > .text-muted,
      html.theme-blue .uib-month > .btn-default:hover > .text-muted,
      html.theme-blue .uib-year > .btn-default:active > .text-muted,
      html.theme-blue .uib-year > .btn-default:focus > .text-muted,
      html.theme-blue .uib-year > .btn-default:hover > .text-muted {
        color: #616161; }
      html.theme-blue .uib-day > .btn-default:active > .text-info, html.theme-blue .uib-day > .btn-default:focus > .text-info, html.theme-blue .uib-day > .btn-default:hover > .text-info,
      html.theme-blue .uib-month > .btn-default:active > .text-info,
      html.theme-blue .uib-month > .btn-default:focus > .text-info,
      html.theme-blue .uib-month > .btn-default:hover > .text-info,
      html.theme-blue .uib-year > .btn-default:active > .text-info,
      html.theme-blue .uib-year > .btn-default:focus > .text-info,
      html.theme-blue .uib-year > .btn-default:hover > .text-info {
        color: #606fc7; }
  html.theme-blue .uib-day > .btn-default[disabled],
  html.theme-blue .uib-month > .btn-default[disabled],
  html.theme-blue .uib-year > .btn-default[disabled] {
    background-color: #ececec;
    color: #404040;
    /* Disabled buttons text other months */
    /* Disabled Today */ }
    html.theme-blue .uib-day > .btn-default[disabled] > .text-muted,
    html.theme-blue .uib-month > .btn-default[disabled] > .text-muted,
    html.theme-blue .uib-year > .btn-default[disabled] > .text-muted {
      color: gray; }
    html.theme-blue .uib-day > .btn-default[disabled] > .text-info,
    html.theme-blue .uib-month > .btn-default[disabled] > .text-info,
    html.theme-blue .uib-year > .btn-default[disabled] > .text-info {
      color: #3F51B5; }
    html.theme-blue .uib-day > .btn-default[disabled]:active, html.theme-blue .uib-day > .btn-default[disabled]:focus, html.theme-blue .uib-day > .btn-default[disabled]:hover,
    html.theme-blue .uib-month > .btn-default[disabled]:active,
    html.theme-blue .uib-month > .btn-default[disabled]:focus,
    html.theme-blue .uib-month > .btn-default[disabled]:hover,
    html.theme-blue .uib-year > .btn-default[disabled]:active,
    html.theme-blue .uib-year > .btn-default[disabled]:focus,
    html.theme-blue .uib-year > .btn-default[disabled]:hover {
      background-color: #F1F1F1;
      color: #616161; }
      html.theme-blue .uib-day > .btn-default[disabled]:active > .text-muted, html.theme-blue .uib-day > .btn-default[disabled]:focus > .text-muted, html.theme-blue .uib-day > .btn-default[disabled]:hover > .text-muted,
      html.theme-blue .uib-month > .btn-default[disabled]:active > .text-muted,
      html.theme-blue .uib-month > .btn-default[disabled]:focus > .text-muted,
      html.theme-blue .uib-month > .btn-default[disabled]:hover > .text-muted,
      html.theme-blue .uib-year > .btn-default[disabled]:active > .text-muted,
      html.theme-blue .uib-year > .btn-default[disabled]:focus > .text-muted,
      html.theme-blue .uib-year > .btn-default[disabled]:hover > .text-muted {
        color: #616161; }
      html.theme-blue .uib-day > .btn-default[disabled]:active > .text-info, html.theme-blue .uib-day > .btn-default[disabled]:focus > .text-info, html.theme-blue .uib-day > .btn-default[disabled]:hover > .text-info,
      html.theme-blue .uib-month > .btn-default[disabled]:active > .text-info,
      html.theme-blue .uib-month > .btn-default[disabled]:focus > .text-info,
      html.theme-blue .uib-month > .btn-default[disabled]:hover > .text-info,
      html.theme-blue .uib-year > .btn-default[disabled]:active > .text-info,
      html.theme-blue .uib-year > .btn-default[disabled]:focus > .text-info,
      html.theme-blue .uib-year > .btn-default[disabled]:hover > .text-info {
        color: #606fc7; }
  html.theme-blue .uib-day > .btn-info,
  html.theme-blue .uib-month > .btn-info,
  html.theme-blue .uib-year > .btn-info {
    background-color: #b7bee6;
    color: #000;
    /* Selected buttons text other months */
    /* Selected Today */ }
    html.theme-blue .uib-day > .btn-info > .text-muted,
    html.theme-blue .uib-month > .btn-info > .text-muted,
    html.theme-blue .uib-year > .btn-info > .text-muted {
      color: gray; }
    html.theme-blue .uib-day > .btn-info > .text-info,
    html.theme-blue .uib-month > .btn-info > .text-info,
    html.theme-blue .uib-year > .btn-info > .text-info {
      color: #3F51B5; }
    html.theme-blue .uib-day > .btn-info:active, html.theme-blue .uib-day > .btn-info:focus, html.theme-blue .uib-day > .btn-info:hover,
    html.theme-blue .uib-month > .btn-info:active,
    html.theme-blue .uib-month > .btn-info:focus,
    html.theme-blue .uib-month > .btn-info:hover,
    html.theme-blue .uib-year > .btn-info:active,
    html.theme-blue .uib-year > .btn-info:focus,
    html.theme-blue .uib-year > .btn-info:hover {
      background-color: #b7bee6;
      color: #404040; }
      html.theme-blue .uib-day > .btn-info:active > .text-muted, html.theme-blue .uib-day > .btn-info:focus > .text-muted, html.theme-blue .uib-day > .btn-info:hover > .text-muted,
      html.theme-blue .uib-month > .btn-info:active > .text-muted,
      html.theme-blue .uib-month > .btn-info:focus > .text-muted,
      html.theme-blue .uib-month > .btn-info:hover > .text-muted,
      html.theme-blue .uib-year > .btn-info:active > .text-muted,
      html.theme-blue .uib-year > .btn-info:focus > .text-muted,
      html.theme-blue .uib-year > .btn-info:hover > .text-muted {
        color: #616161; }
      html.theme-blue .uib-day > .btn-info:active > .text-info, html.theme-blue .uib-day > .btn-info:focus > .text-info, html.theme-blue .uib-day > .btn-info:hover > .text-info,
      html.theme-blue .uib-month > .btn-info:active > .text-info,
      html.theme-blue .uib-month > .btn-info:focus > .text-info,
      html.theme-blue .uib-month > .btn-info:hover > .text-info,
      html.theme-blue .uib-year > .btn-info:active > .text-info,
      html.theme-blue .uib-year > .btn-info:focus > .text-info,
      html.theme-blue .uib-year > .btn-info:hover > .text-info {
        color: #606fc7; }
html.theme-blue .label-overdue {
  color: #ff0040; }
html.theme-blue .comment {
  color: #4d4d4d; }
html.theme-blue .structure-icon-status-active {
  color: #3F51B5; }
html.theme-blue .structure-icon-status-standby {
  color: #3F51B5; }
html.theme-blue .structure-icon-status-inactive {
  color: #4d4d4d; }
html.theme-blue .structure-icon-status-notassigned {
  color: #000; }
html.theme-blue .modal-header {
  background-color: #F1F1F1; }
html.theme-blue .minichart-wrapper .minichart-item div.minichart-table > div:first-child > div {
  background-color: #F1F1F1; }
html.theme-blue .note-editor .modal label {
  color: #5D6166; }
html.theme-blue .slick-prev:before,
html.theme-blue .slick-next:before {
  color: #000; }
html.theme-blue .slick-dots li button:before {
  color: #000; }
html.theme-blue .slick-dots li.slick-active button:before {
  color: #000; }
html.theme-blue .sceditor-button div:before {
  color: #000 !important; }
html.theme-blue .signature-empty, html.theme-blue .signature-image, html.theme-blue .signature canvas {
  border-color: #000; }
html.theme-blue .signature-enabled:hover {
  border-color: #3F51B5;
  color: #3F51B5; }
html.theme-blue .timepicker.dropdown-menu button {
  background-color: transparent !important;
  color: #000 !important; }
html.theme-blue ppc-datepicker > input.ng-empty {
  color: gray !important; }
html.theme-blue .horizontal-separator > hr {
  border-color: #5D6166; }
html.theme-blue .horizontal-separator > span {
  background-color: #FFF; }
html.theme-blue .iframe-container {
  border-color: #F1F1F1; }
html.theme-blue .input-label[disabled="disabled"] {
  color: gray; }
html.theme-blue .inline-search {
  background-color: #F1F1F1;
  border-color: #DDD; }
  html.theme-blue .inline-search .table-responsive {
    border-color: #DDD; }
  html.theme-blue .inline-search .table > thead {
    background-color: #F1F1F1; }
  html.theme-blue .inline-search .table > tbody:nth-child(even) {
    background-color: #FFF; }
  html.theme-blue .inline-search .table > tbody:nth-child(odd) {
    background-color: transparent; }
  html.theme-blue .inline-search .table a[role="button"] {
    color: #000; }
html.theme-blue .ppc-table-striped tbody.servicetermin {
  				/*&-black {
  					background-color:;
  					color:;
  
  					&:nth-child(odd) {
  						background-color:;
  					}
  
  					&:hover {
  						background-color:;
  					}
  				}*/ }
  html.theme-blue .ppc-table-striped tbody.servicetermin-orange {
    background-color: rgba(255, 127, 0, 0.05);
    color: #ff7f00; }
    html.theme-blue .ppc-table-striped tbody.servicetermin-orange:nth-child(odd) {
      background-color: rgba(255, 127, 0, 0.1); }
    html.theme-blue .ppc-table-striped tbody.servicetermin-orange:hover {
      background-color: rgba(255, 127, 0, 0.3) !important; }
  html.theme-blue .ppc-table-striped tbody.servicetermin-red {
    background-color: rgba(255, 0, 0, 0.05);
    color: red; }
    html.theme-blue .ppc-table-striped tbody.servicetermin-red:nth-child(odd) {
      background-color: rgba(255, 0, 0, 0.1); }
    html.theme-blue .ppc-table-striped tbody.servicetermin-red:hover {
      background-color: rgba(255, 0, 0, 0.3) !important; }
html.theme-blue .inline-loader > span {
  color: #3F51B5; }
html.theme-blue .security-code {
  color: #3F51B5; }
html.theme-blue .InputClear > div {
  background-color: #ff0040;
  border-color: #800020;
  color: #FFF; }
html.theme-blue input.form-control.Error {
  background-color: #ffd8d8;
  border-color: #e19092; }
  html.theme-blue input.form-control.Error:focus {
    border-color: #cc3f44; }

html.theme-green,
html.theme-green > body {
  background-color: #E8EBF1;
  color: #000; }

html.theme-green .has-error .help-block,
html.theme-green .has-error .control-label,
html.theme-green .has-error .radio,
html.theme-green .has-error .checkbox,
html.theme-green .has-error .radio-inline,
html.theme-green .has-error .checkbox-inline, html.theme-green .has-error.radio label, html.theme-green .has-error.checkbox label, html.theme-green .has-error.adio-inline label, html.theme-green .has-error.checkbox-inline label {
  color: #a94442; }
html.theme-green .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  html.theme-green .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
html.theme-green .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }
html.theme-green .has-error .form-control-feedback {
  color: #a94442; }
html.theme-green .form-group.has-error {
  color: #cc3f44; }
  html.theme-green .form-group.has-error .form-control {
    border-color: #e19092; }
    html.theme-green .form-group.has-error .form-control:focus {
      border-color: #cc3f44; }
html.theme-green .form-group.has-success {
  color: #68b828; }
  html.theme-green .form-group.has-success .form-control {
    border-color: #9cde68; }
    html.theme-green .form-group.has-success .form-control:focus {
      border-color: #68b828; }
html.theme-green div.errortext,
html.theme-green span.errortext {
  color: #a94442; }
html.theme-green div.successtext {
  color: #2e8000; }
html.theme-green a {
  color: #4CAF50; }
  html.theme-green a:hover, html.theme-green a:focus {
    color: #2E7D32; }
  html.theme-green a.unhighlighted {
    color: #000; }
html.theme-green hr {
  border-color: #2E7D32; }
html.theme-green .loader {
  background-color: #4CAF50; }
  html.theme-green .loader .spinner {
    box-shadow: inset 0 0 0 1em #FFF; }
    html.theme-green .loader .spinner:before, html.theme-green .loader .spinner:after {
      background-color: #4CAF50; }
html.theme-green .sidebar {
  background-color: #31353D; }
  html.theme-green .sidebar .logo {
    background-color: #4CAF50; }
    html.theme-green .sidebar .logo .menu {
      background-color: #2E7D32; }
      html.theme-green .sidebar .logo .menu a {
        color: #FFF; }
  html.theme-green .sidebar ul.navigation li {
    border-bottom-color: #5D6166; }
    html.theme-green .sidebar ul.navigation li a {
      color: #FFF; }
      html.theme-green .sidebar ul.navigation li a:hover {
        background-color: #4CAF50; }
      html.theme-green .sidebar ul.navigation li a i {
        color: #FFF; }
html.theme-green .topbar .menu-button-mobile {
  color: #4CAF50; }
html.theme-green .topbar .search input {
  border-bottom-color: #E8EBF1;
  color: #E8EBF1; }
html.theme-green .topbar.navbar, html.theme-green .topbar-simple.navbar {
  background: #31353D;
  /*border-color: $color-navigation-background;*/
  border-bottom-color: #2a2e35; }
  html.theme-green .topbar.navbar ul.navbar-nav > .open > a, html.theme-green .topbar-simple.navbar ul.navbar-nav > .open > a {
    background: #4CAF50;
    color: #FFF; }
  html.theme-green .topbar.navbar ul.navbar-nav > li > a, html.theme-green .topbar-simple.navbar ul.navbar-nav > li > a {
    color: #FFF; }
  html.theme-green .topbar.navbar .dropdown-menu, html.theme-green .topbar-simple.navbar .dropdown-menu {
    background-color: #31353D; }
    html.theme-green .topbar.navbar .dropdown-menu > li a, html.theme-green .topbar-simple.navbar .dropdown-menu > li a {
      color: #FFF;
      border-top-color: #5D6166; }
      html.theme-green .topbar.navbar .dropdown-menu > li a:hover, html.theme-green .topbar-simple.navbar .dropdown-menu > li a:hover {
        background-color: #4CAF50; }
    html.theme-green .topbar.navbar .dropdown-menu > li.active a, html.theme-green .topbar-simple.navbar .dropdown-menu > li.active a {
      background-color: #4CAF50; }
    html.theme-green .topbar.navbar .dropdown-menu > li:first-child a:hover, html.theme-green .topbar-simple.navbar .dropdown-menu > li:first-child a:hover {
      border-top-color: #5D6166; }
    html.theme-green .topbar.navbar .dropdown-menu.typeahead, html.theme-green .topbar-simple.navbar .dropdown-menu.typeahead {
      background-color: transparent; }
      html.theme-green .topbar.navbar .dropdown-menu.typeahead > li, html.theme-green .topbar-simple.navbar .dropdown-menu.typeahead > li {
        background-color: #31353D; }
        html.theme-green .topbar.navbar .dropdown-menu.typeahead > li.active a, html.theme-green .topbar-simple.navbar .dropdown-menu.typeahead > li.active a {
          background-color: #4CAF50; }
html.theme-green .quickbar {
  background-color: #5D6166; }
html.theme-green .footer {
  background-color: #5D6166;
  border-top-color: #56595e; }
  html.theme-green .footer ul li {
    color: #FFF; }
    html.theme-green .footer ul li a {
      color: #FFF; }
      html.theme-green .footer ul li a:hover {
        color: #4CAF50; }
html.theme-green .history-container {
  border-top-color: #4CAF50; }
  html.theme-green .history-container .left span {
    color: #FFF; }
  html.theme-green .history-container .right h3, html.theme-green .history-container .right h4 {
    color: #FFF; }
  html.theme-green .history-container li:not(:first-child) {
    border-top-color: #5D6166; }
  html.theme-green .history-container li:hover {
    background-color: #4CAF50; }
html.theme-green .contact-image.empty {
  background-color: #E8EBF1; }
html.theme-green .inbox-count {
  background: linear-gradient(#6ec071, #4CAF50, #2E7D32, #205823);
  border-color: #FFF; }
html.theme-green .scroll-to-top {
  background-color: #4CAF50; }
html.theme-green .widget {
  background-color: #FFF; }
html.theme-green .widget-stats .left {
  color: #FFF;
  background-color: #4CAF50; }
html.theme-green .widget-stats .right h3 {
  color: #4CAF50; }
html.theme-green .widget-stats .right h4 {
  color: #4d4d4d; }
html.theme-green .widget-wizard .plus > i {
  color: #FFF;
  background-color: #4CAF50; }
html.theme-green .ppc-table thead, html.theme-green .ppc-table tfoot {
  background-color: #f2f2f2; }
html.theme-green .ppc-table-striped tbody:nth-child(odd) {
  background-color: #f7f7f7; }
html.theme-green .table > thead,
html.theme-green .table > tbody.sum {
  background-color: #ededed; }
html.theme-green .table > tbody.group {
  background-color: #f2f2f2; }
html.theme-green .table .selected-row {
  background-color: #4CAF50 !important;
  color: #FFF; }
  html.theme-green .table .selected-row td {
    border-top-color: #2E7D32 !important;
    border-bottom-color: #2E7D32 !important; }
html.theme-green .table > tbody.alternate-row {
  background-color: #f7f7f7; }
html.theme-green .table > tbody:not(.group):not(.sum):not(.hover-rows):hover,
html.theme-green .table > tbody.hover-rows > tr:hover {
  background-color: rgba(76, 175, 80, 0.2); }
html.theme-green .table > tbody.subrow {
  color: #4d4d4d; }
html.theme-green .table > tbody.inactive {
  color: gray; }
html.theme-green .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7; }
html.theme-green .table-striped-2 > tbody > tr:nth-child(4n-1), html.theme-green .table-striped-2 > tbody > tr:nth-child(4n) {
  background-color: #f7f7f7; }
html.theme-green .pagination > li > a, html.theme-green .pagination > li > span {
  background-color: #FFF;
  border-color: #dee3eb;
  color: #4CAF50; }
  html.theme-green .pagination > li > a:hover, html.theme-green .pagination > li > a:focus, html.theme-green .pagination > li > span:hover, html.theme-green .pagination > li > span:focus {
    background-color: #E8EBF1;
    border-color: #dee3eb;
    color: #2E7D32; }
html.theme-green .pagination > li.active > a, html.theme-green .pagination > li.active > span {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #FFF; }
html.theme-green .panel-ips-primary {
  background-color: #FFF;
  border-color: #DDD; }
  html.theme-green .panel-ips-primary > .panel-heading {
    background-color: #F1F1F1;
    border-bottom-color: #DDD; }
    html.theme-green .panel-ips-primary > .panel-heading a {
      color: #000; }
html.theme-green .loading {
  color: #2E7D32; }
html.theme-green .panel-ips-secondary {
  border-color: #DDD; }
  html.theme-green .panel-ips-secondary .panel-heading a {
    color: #4d4d4d; }
html.theme-green .btn-ppc,
html.theme-green .btn-ppc.disabled,
html.theme-green .btn-ppc[disabled],
html.theme-green .btn-ppc.disabled:hover,
html.theme-green .btn-ppc[disabled]:hover,
html.theme-green .btn-ppc.disabled:focus,
html.theme-green .btn-ppc[disabled]:focus {
  background-color: #2E7D32;
  border-color: #4CAF50;
  color: #FFF; }
html.theme-green .btn-primary,
html.theme-green .btn-primary.disabled,
html.theme-green .btn-primary[disabled],
html.theme-green .btn-primary.disabled:hover,
html.theme-green .btn-primary[disabled]:hover,
html.theme-green .btn-primary.disabled:focus,
html.theme-green .btn-primary[disabled]:focus {
  background-color: #2E7D32;
  border-color: #4CAF50;
  color: #FFF; }
html.theme-green .btn-ppc:focus, html.theme-green .btn-ppc:hover {
  background-color: #4CAF50;
  border-color: #2E7D32;
  color: #FFF; }
html.theme-green .btn-primary:focus, html.theme-green .btn-primary:hover {
  background-color: #4CAF50;
  border-color: #2E7D32;
  color: #FFF; }
html.theme-green .control-label {
  color: #5D6166; }
  html.theme-green .control-label .required {
    color: #ff0040; }
html.theme-green .checkbox {
  color: #000; }
html.theme-green .form-control {
  border-color: #dfdfdf;
  color: #000; }
  html.theme-green .form-control:focus {
    border-color: #ababab; }
  html.theme-green .form-control[disabled], html.theme-green .form-control[readonly], fieldset[disabled] html.theme-green .form-control {
    border-color: #ababab;
    background: #f2f2f2;
    color: #545454; }
  html.theme-green .form-control.radiogroup > label {
    color: #000; }
html.theme-green .btn-group .btn, html.theme-green .btn-group .btn:focus {
  background-color: #F1F1F1;
  border-color: #DDD;
  color: #000; }
  html.theme-green .btn-group .btn.selected, html.theme-green .btn-group .btn:focus.selected {
    background-color: #4CAF50;
    border-color: #2E7D32;
    color: #FFF; }
html.theme-green .correspondence-edit {
  color: #4CAF50; }
html.theme-green .chartloader {
  background-color: #FFF; }
  html.theme-green .chartloader > div {
    color: #2E7D32; }
html.theme-green .linechart-cursor-fill {
  fill: #2E7D32; }
html.theme-green .linechart-cursor-line {
  stroke: #2E7D32; }
html.theme-green .linechart-cursor-selection {
  fill: #2E7D32;
  stroke: #2E7D32; }
html.theme-green .linechart-axis-fill {
  fill: #4d4d4d; }
html.theme-green .linechart-balloon-bg-category {
  /* Chart Cursor Bereich auf X Achse */
  fill: #FFF;
  stroke: #000; }
html.theme-green .linechart-balloon-div-category div {
  /* Chart Cursor Text auf X Achse */
  color: #000 !important; }
html.theme-green .linechart-graph-defaultline .linechart-graph-stroke {
  /* Default Linie */
  stroke: #2E7D32; }
html.theme-green .linechart-balloon-bg-defaultline {
  /* Tooltip Balloon auf Default Linie */
  fill: #FFF;
  stroke: #2E7D32; }
html.theme-green .linechart-balloon-div-defaultline div {
  /* Tooltip Text auf Default Linie */
  color: #2E7D32 !important; }
html.theme-green .linechart-graph-performanceline .linechart-graph-stroke,
html.theme-green .linechart-graph-performancelineall .linechart-graph-stroke,
html.theme-green .linechart-graph-indexline .linechart-graph-stroke {
  stroke: #2E7D32; }
html.theme-green .linechart-graph-performanceline .linechart-graph-fill,
html.theme-green .linechart-graph-performancelineall .linechart-graph-fill,
html.theme-green .linechart-graph-indexline .linechart-graph-fill {
  fill: #2E7D32; }
html.theme-green .linechart-balloon-bg-performanceline,
html.theme-green .linechart-balloon-bg-performancelineall,
html.theme-green .linechart-balloon-bg-indexline {
  /* Tooltip Balloon auf Performance Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #2E7D32; }
html.theme-green .linechart-balloon-div-performanceline div,
html.theme-green .linechart-balloon-div-performancelineall div,
html.theme-green .linechart-balloon-div-indexline div {
  /* Tooltip Text auf Performance Linie Vermögensentwicklung */
  color: #2E7D32 !important; }
html.theme-green .linechart-graph-goldline .linechart-graph-stroke {
  stroke: #EAC019; }
html.theme-green .linechart-graph-goldline .linechart-graph-fill {
  fill: #EAC019; }
html.theme-green .linechart-balloon-bg-goldline {
  /* Tooltip Balloon auf Gold Linie */
  fill: #FFF;
  stroke: #EAC019; }
html.theme-green .linechart-balloon-div-goldline div {
  /* Tooltip Text auf Gold Linie */
  color: #EAC019 !important; }
html.theme-green .linechart-graph-volumeline .linechart-graph-stroke,
html.theme-green .linechart-graph-volumelineall .linechart-graph-stroke {
  stroke: #5D6166; }
html.theme-green .linechart-graph-volumeline .linechart-graph-fill,
html.theme-green .linechart-graph-volumelineall .linechart-graph-fill {
  fill: #5D6166; }
html.theme-green .linechart-balloon-bg-volumeline,
html.theme-green .linechart-balloon-bg-volumelineall {
  /* Tooltip Balloon auf Volumen Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #5D6166; }
html.theme-green .linechart-balloon-div-volumeline div,
html.theme-green .linechart-balloon-div-volumelineall div {
  /* Tooltip Text auf Volumen Linie Vermögensentwicklung */
  color: #5D6166 !important; }
html.theme-green .linechart-graph-vergleich .linechart-graph-stroke {
  stroke: #5D6166; }
html.theme-green .linechart-graph-vergleich .linechart-graph-fill {
  fill: #5D6166; }
html.theme-green .linechart-balloon-bg-vergleich {
  /* Tooltip Balloon auf Performance Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #5D6166; }
html.theme-green .linechart-balloon-div-vergleich div {
  /* Tooltip Text auf Performance Linie Vermögensentwicklung */
  color: #5D6166 !important; }
html.theme-green .linechart-trend-line {
  stroke: #000; }
html.theme-green .piechart-balloon-bg {
  /* Tooltip Balloon */
  fill: #FFF;
  stroke: #2E7D32; }
html.theme-green .piechart-balloon-div div {
  /* Tooltip Text */
  color: #2E7D32 !important; }
html.theme-green .piechart-legend-marker {
  /* Legende Markierung */
  stroke: #000; }
html.theme-green .piechart-legend-value, html.theme-green .piechart-legend-label {
  /* Legende Texte */
  fill: #000; }
html.theme-green .piechart-pie-item > .piechart-pie-slice {
  /* PieChart Stück */
  stroke: #000; }
html.theme-green .linechart-graph-line0 .linechart-graph-stroke {
  stroke: #c00000; }
html.theme-green .linechart-graph-line0 .linechart-graph-fill {
  fill: #c00000;
  fill-opacity: 0.33; }
html.theme-green .linechart-balloon-bg-line0 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #c00000;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-green .linechart-balloon-div-line0 div {
  color: #c00000 !important; }
html.theme-green span.line0 {
  background-color: #c00000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-green .linechart-graph-line5 .linechart-graph-stroke {
  stroke: #ff2727; }
html.theme-green .linechart-graph-line5 .linechart-graph-fill {
  fill: #ff2727;
  fill-opacity: 0.33; }
html.theme-green .linechart-balloon-bg-line5 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff2727;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-green .linechart-balloon-div-line5 div {
  color: #ff2727 !important; }
html.theme-green span.line5 {
  background-color: #ff2727;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-green .linechart-graph-line10 .linechart-graph-stroke {
  stroke: #ff8d8d; }
html.theme-green .linechart-graph-line10 .linechart-graph-fill {
  fill: #ff8d8d;
  fill-opacity: 0.33; }
html.theme-green .linechart-balloon-bg-line10 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff8d8d;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-green .linechart-balloon-div-line10 div {
  color: #ff8d8d !important; }
html.theme-green span.line10 {
  background-color: #ff8d8d;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-green .linechart-graph-line1 .linechart-graph-stroke {
  stroke: #00c000; }
html.theme-green .linechart-graph-line1 .linechart-graph-fill {
  fill: #00c000;
  fill-opacity: 0.33; }
html.theme-green .linechart-balloon-bg-line1 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #00c000;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-green .linechart-balloon-div-line1 div {
  color: #00c000 !important; }
html.theme-green span.line1 {
  background-color: #00c000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-green .linechart-graph-line6 .linechart-graph-stroke {
  stroke: #27ff27; }
html.theme-green .linechart-graph-line6 .linechart-graph-fill {
  fill: #27ff27;
  fill-opacity: 0.33; }
html.theme-green .linechart-balloon-bg-line6 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #27ff27;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-green .linechart-balloon-div-line6 div {
  color: #27ff27 !important; }
html.theme-green span.line6 {
  background-color: #27ff27;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-green .linechart-graph-line11 .linechart-graph-stroke {
  stroke: #8dff8d; }
html.theme-green .linechart-graph-line11 .linechart-graph-fill {
  fill: #8dff8d;
  fill-opacity: 0.33; }
html.theme-green .linechart-balloon-bg-line11 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #8dff8d;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-green .linechart-balloon-div-line11 div {
  color: #8dff8d !important; }
html.theme-green span.line11 {
  background-color: #8dff8d;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-green .linechart-graph-line2 .linechart-graph-stroke {
  stroke: #4020ff; }
html.theme-green .linechart-graph-line2 .linechart-graph-fill {
  fill: #4020ff;
  fill-opacity: 0.33; }
html.theme-green .linechart-balloon-bg-line2 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #4020ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-green .linechart-balloon-div-line2 div {
  color: #4020ff !important; }
html.theme-green span.line2 {
  background-color: #4020ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-green .linechart-graph-line7 .linechart-graph-stroke {
  stroke: #9786ff; }
html.theme-green .linechart-graph-line7 .linechart-graph-fill {
  fill: #9786ff;
  fill-opacity: 0.33; }
html.theme-green .linechart-balloon-bg-line7 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #9786ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-green .linechart-balloon-div-line7 div {
  color: #9786ff !important; }
html.theme-green span.line7 {
  background-color: #9786ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-green .linechart-graph-line12 .linechart-graph-stroke {
  stroke: #efecff; }
html.theme-green .linechart-graph-line12 .linechart-graph-fill {
  fill: #efecff;
  fill-opacity: 0.33; }
html.theme-green .linechart-balloon-bg-line12 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #efecff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-green .linechart-balloon-div-line12 div {
  color: #efecff !important; }
html.theme-green span.line12 {
  background-color: #efecff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-green .linechart-graph-line3 .linechart-graph-stroke {
  stroke: #c000c0; }
html.theme-green .linechart-graph-line3 .linechart-graph-fill {
  fill: #c000c0;
  fill-opacity: 0.33; }
html.theme-green .linechart-balloon-bg-line3 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #c000c0;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-green .linechart-balloon-div-line3 div {
  color: #c000c0 !important; }
html.theme-green span.line3 {
  background-color: #c000c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-green .linechart-graph-line8 .linechart-graph-stroke {
  stroke: #ff27ff; }
html.theme-green .linechart-graph-line8 .linechart-graph-fill {
  fill: #ff27ff;
  fill-opacity: 0.33; }
html.theme-green .linechart-balloon-bg-line8 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff27ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-green .linechart-balloon-div-line8 div {
  color: #ff27ff !important; }
html.theme-green span.line8 {
  background-color: #ff27ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-green .linechart-graph-line13 .linechart-graph-stroke {
  stroke: #ff8dff; }
html.theme-green .linechart-graph-line13 .linechart-graph-fill {
  fill: #ff8dff;
  fill-opacity: 0.33; }
html.theme-green .linechart-balloon-bg-line13 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff8dff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-green .linechart-balloon-div-line13 div {
  color: #ff8dff !important; }
html.theme-green span.line13 {
  background-color: #ff8dff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-green .linechart-graph-line4 .linechart-graph-stroke {
  stroke: #00c0c0; }
html.theme-green .linechart-graph-line4 .linechart-graph-fill {
  fill: #00c0c0;
  fill-opacity: 0.33; }
html.theme-green .linechart-balloon-bg-line4 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #00c0c0;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-green .linechart-balloon-div-line4 div {
  color: #00c0c0 !important; }
html.theme-green span.line4 {
  background-color: #00c0c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-green .linechart-graph-line9 .linechart-graph-stroke {
  stroke: #27ffff; }
html.theme-green .linechart-graph-line9 .linechart-graph-fill {
  fill: #27ffff;
  fill-opacity: 0.33; }
html.theme-green .linechart-balloon-bg-line9 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #27ffff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-green .linechart-balloon-div-line9 div {
  color: #27ffff !important; }
html.theme-green span.line9 {
  background-color: #27ffff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-green .linechart-graph-line14 .linechart-graph-stroke {
  stroke: #8dffff; }
html.theme-green .linechart-graph-line14 .linechart-graph-fill {
  fill: #8dffff;
  fill-opacity: 0.33; }
html.theme-green .linechart-balloon-bg-line14 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #8dffff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-green .linechart-balloon-div-line14 div {
  color: #8dffff !important; }
html.theme-green span.line14 {
  background-color: #8dffff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-green span.trendline {
  background-color: #000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-green .riskclass-verylow0 {
  background-color: #0093b5;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-verylow0 > path.piechart-legend-marker, html.theme-green .riskclass-verylow0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #0093b5 !important; }
  html.theme-green .riskclass-verylow0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #006a82 !important; }
html.theme-green .riskclass-verylow1 {
  background-color: #00bce8;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-verylow1 > path.piechart-legend-marker, html.theme-green .riskclass-verylow1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00bce8 !important; }
  html.theme-green .riskclass-verylow1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #0093b5 !important; }
html.theme-green .riskclass-verylow2 {
  background-color: #1cd4ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-verylow2 > path.piechart-legend-marker, html.theme-green .riskclass-verylow2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #1cd4ff !important; }
  html.theme-green .riskclass-verylow2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00bce8 !important; }
html.theme-green .riskclass-low0 {
  background-color: #00a000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-low0 > path.piechart-legend-marker, html.theme-green .riskclass-low0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00a000 !important; }
  html.theme-green .riskclass-low0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #006d00 !important; }
html.theme-green .riskclass-low1 {
  background-color: #00d300;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-low1 > path.piechart-legend-marker, html.theme-green .riskclass-low1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00d300 !important; }
  html.theme-green .riskclass-low1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00a000 !important; }
html.theme-green .riskclass-low2 {
  background-color: #07ff07;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-low2 > path.piechart-legend-marker, html.theme-green .riskclass-low2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #07ff07 !important; }
  html.theme-green .riskclass-low2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00d300 !important; }
html.theme-green .riskclass-medium0 {
  background-color: #c0c000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-medium0 > path.piechart-legend-marker, html.theme-green .riskclass-medium0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #c0c000 !important; }
  html.theme-green .riskclass-medium0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #8d8d00 !important; }
html.theme-green .riskclass-medium1 {
  background-color: #f3f300;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-medium1 > path.piechart-legend-marker, html.theme-green .riskclass-medium1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #f3f300 !important; }
  html.theme-green .riskclass-medium1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #c0c000 !important; }
html.theme-green .riskclass-medium2 {
  background-color: #ffff27;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-medium2 > path.piechart-legend-marker, html.theme-green .riskclass-medium2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ffff27 !important; }
  html.theme-green .riskclass-medium2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #f3f300 !important; }
html.theme-green .riskclass-high0 {
  background-color: #e55b00;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-high0 > path.piechart-legend-marker, html.theme-green .riskclass-high0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #e55b00 !important; }
  html.theme-green .riskclass-high0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #b24700 !important; }
html.theme-green .riskclass-high1 {
  background-color: #ff7419;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-high1 > path.piechart-legend-marker, html.theme-green .riskclass-high1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff7419 !important; }
  html.theme-green .riskclass-high1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #e55b00 !important; }
html.theme-green .riskclass-high2 {
  background-color: #ff934c;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-high2 > path.piechart-legend-marker, html.theme-green .riskclass-high2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff934c !important; }
  html.theme-green .riskclass-high2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #ff7419 !important; }
html.theme-green .riskclass-veryhigh0 {
  background-color: #c00000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-veryhigh0 > path.piechart-legend-marker, html.theme-green .riskclass-veryhigh0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #c00000 !important; }
  html.theme-green .riskclass-veryhigh0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #8d0000 !important; }
html.theme-green .riskclass-veryhigh1 {
  background-color: #f30000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-veryhigh1 > path.piechart-legend-marker, html.theme-green .riskclass-veryhigh1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #f30000 !important; }
  html.theme-green .riskclass-veryhigh1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #c00000 !important; }
html.theme-green .riskclass-veryhigh2 {
  background-color: #ff2727;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-veryhigh2 > path.piechart-legend-marker, html.theme-green .riskclass-veryhigh2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff2727 !important; }
  html.theme-green .riskclass-veryhigh2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #f30000 !important; }
html.theme-green .riskclass-notset0 {
  background-color: #5d6166;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-notset0 > path.piechart-legend-marker, html.theme-green .riskclass-notset0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #5d6166 !important; }
  html.theme-green .riskclass-notset0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #45484b !important; }
html.theme-green .riskclass-notset1 {
  background-color: #757a81;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-notset1 > path.piechart-legend-marker, html.theme-green .riskclass-notset1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #757a81 !important; }
  html.theme-green .riskclass-notset1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #5d6166 !important; }
html.theme-green .riskclass-notset2 {
  background-color: #909499;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-notset2 > path.piechart-legend-marker, html.theme-green .riskclass-notset2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #909499 !important; }
  html.theme-green .riskclass-notset2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #757a81 !important; }
html.theme-green .riskclass-none0 {
  background-color: #5d6166;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-none0 > path.piechart-legend-marker, html.theme-green .riskclass-none0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #5d6166 !important; }
  html.theme-green .riskclass-none0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #45484b !important; }
html.theme-green .riskclass-none1 {
  background-color: #757a81;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-none1 > path.piechart-legend-marker, html.theme-green .riskclass-none1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #757a81 !important; }
  html.theme-green .riskclass-none1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #5d6166 !important; }
html.theme-green .riskclass-none2 {
  background-color: #909499;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-green .riskclass-none2 > path.piechart-legend-marker, html.theme-green .riskclass-none2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #909499 !important; }
  html.theme-green .riskclass-none2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #757a81 !important; }
html.theme-green .progress-bar {
  background-color: #4CAF50; }
html.theme-green .report-icon {
  color: #4CAF50; }
html.theme-green .uib-datepicker-popup > .uib-button-bar .btn-info,
html.theme-green .uib-datepicker-popup > .uib-button-bar .btn-danger,
html.theme-green .uib-datepicker-popup > .uib-button-bar .btn-success {
  background-color: #FFF;
  border-color: #E8EBF1;
  color: #000; }
html.theme-green .uib-datepicker-popup > .uib-button-bar .btn-info:active,
html.theme-green .uib-datepicker-popup > .uib-button-bar .btn-info:focus,
html.theme-green .uib-datepicker-popup > .uib-button-bar .btn-info:hover,
html.theme-green .uib-datepicker-popup > .uib-button-bar .btn-danger:active,
html.theme-green .uib-datepicker-popup > .uib-button-bar .btn-danger:focus,
html.theme-green .uib-datepicker-popup > .uib-button-bar .btn-danger:hover,
html.theme-green .uib-datepicker-popup > .uib-button-bar .btn-success:active,
html.theme-green .uib-datepicker-popup > .uib-button-bar .btn-success:focus,
html.theme-green .uib-datepicker-popup > .uib-button-bar .btn-success:hover {
  background-color: #f7f7f7;
  border-color: #d8dde7;
  color: #595959; }
html.theme-green .uib-daypicker > thead .btn-default,
html.theme-green .uib-monthpicker > thead .btn-default,
html.theme-green .uib-yearpicker > thead .btn-default {
  background-color: #FFF;
  border-color: #E8EBF1;
  color: #000; }
html.theme-green .uib-daypicker > thead .btn-default:active,
html.theme-green .uib-daypicker > thead .btn-default:focus,
html.theme-green .uib-daypicker > thead .btn-default:hover,
html.theme-green .uib-monthpicker > thead .btn-default:active,
html.theme-green .uib-monthpicker > thead .btn-default:focus,
html.theme-green .uib-monthpicker > thead .btn-default:hover,
html.theme-green .uib-yearpicker > thead .btn-default:active,
html.theme-green .uib-yearpicker > thead .btn-default:focus,
html.theme-green .uib-yearpicker > thead .btn-default:hover {
  background-color: #f7f7f7;
  border-color: #d8dde7;
  color: #595959; }
html.theme-green .uib-day,
html.theme-green .uib-month,
html.theme-green .uib-year {
  border-color: #DDD;
  /* Standard buttons */
  /* Disabled buttons */
  /* Selected button */ }
  html.theme-green .uib-day > .btn-default,
  html.theme-green .uib-month > .btn-default,
  html.theme-green .uib-year > .btn-default {
    background-color: #FFF;
    color: #000;
    /* Standard buttons text other months */
    /* Standard Today */ }
    html.theme-green .uib-day > .btn-default .text-muted,
    html.theme-green .uib-month > .btn-default .text-muted,
    html.theme-green .uib-year > .btn-default .text-muted {
      color: gray; }
    html.theme-green .uib-day > .btn-default > .text-info,
    html.theme-green .uib-month > .btn-default > .text-info,
    html.theme-green .uib-year > .btn-default > .text-info {
      color: #4CAF50; }
    html.theme-green .uib-day > .btn-default:active, html.theme-green .uib-day > .btn-default:focus, html.theme-green .uib-day > .btn-default:hover,
    html.theme-green .uib-month > .btn-default:active,
    html.theme-green .uib-month > .btn-default:focus,
    html.theme-green .uib-month > .btn-default:hover,
    html.theme-green .uib-year > .btn-default:active,
    html.theme-green .uib-year > .btn-default:focus,
    html.theme-green .uib-year > .btn-default:hover {
      background-color: #F1F1F1;
      color: #404040; }
      html.theme-green .uib-day > .btn-default:active > .text-muted, html.theme-green .uib-day > .btn-default:focus > .text-muted, html.theme-green .uib-day > .btn-default:hover > .text-muted,
      html.theme-green .uib-month > .btn-default:active > .text-muted,
      html.theme-green .uib-month > .btn-default:focus > .text-muted,
      html.theme-green .uib-month > .btn-default:hover > .text-muted,
      html.theme-green .uib-year > .btn-default:active > .text-muted,
      html.theme-green .uib-year > .btn-default:focus > .text-muted,
      html.theme-green .uib-year > .btn-default:hover > .text-muted {
        color: #616161; }
      html.theme-green .uib-day > .btn-default:active > .text-info, html.theme-green .uib-day > .btn-default:focus > .text-info, html.theme-green .uib-day > .btn-default:hover > .text-info,
      html.theme-green .uib-month > .btn-default:active > .text-info,
      html.theme-green .uib-month > .btn-default:focus > .text-info,
      html.theme-green .uib-month > .btn-default:hover > .text-info,
      html.theme-green .uib-year > .btn-default:active > .text-info,
      html.theme-green .uib-year > .btn-default:focus > .text-info,
      html.theme-green .uib-year > .btn-default:hover > .text-info {
        color: #6ec071; }
  html.theme-green .uib-day > .btn-default[disabled],
  html.theme-green .uib-month > .btn-default[disabled],
  html.theme-green .uib-year > .btn-default[disabled] {
    background-color: #ececec;
    color: #404040;
    /* Disabled buttons text other months */
    /* Disabled Today */ }
    html.theme-green .uib-day > .btn-default[disabled] > .text-muted,
    html.theme-green .uib-month > .btn-default[disabled] > .text-muted,
    html.theme-green .uib-year > .btn-default[disabled] > .text-muted {
      color: gray; }
    html.theme-green .uib-day > .btn-default[disabled] > .text-info,
    html.theme-green .uib-month > .btn-default[disabled] > .text-info,
    html.theme-green .uib-year > .btn-default[disabled] > .text-info {
      color: #4CAF50; }
    html.theme-green .uib-day > .btn-default[disabled]:active, html.theme-green .uib-day > .btn-default[disabled]:focus, html.theme-green .uib-day > .btn-default[disabled]:hover,
    html.theme-green .uib-month > .btn-default[disabled]:active,
    html.theme-green .uib-month > .btn-default[disabled]:focus,
    html.theme-green .uib-month > .btn-default[disabled]:hover,
    html.theme-green .uib-year > .btn-default[disabled]:active,
    html.theme-green .uib-year > .btn-default[disabled]:focus,
    html.theme-green .uib-year > .btn-default[disabled]:hover {
      background-color: #F1F1F1;
      color: #616161; }
      html.theme-green .uib-day > .btn-default[disabled]:active > .text-muted, html.theme-green .uib-day > .btn-default[disabled]:focus > .text-muted, html.theme-green .uib-day > .btn-default[disabled]:hover > .text-muted,
      html.theme-green .uib-month > .btn-default[disabled]:active > .text-muted,
      html.theme-green .uib-month > .btn-default[disabled]:focus > .text-muted,
      html.theme-green .uib-month > .btn-default[disabled]:hover > .text-muted,
      html.theme-green .uib-year > .btn-default[disabled]:active > .text-muted,
      html.theme-green .uib-year > .btn-default[disabled]:focus > .text-muted,
      html.theme-green .uib-year > .btn-default[disabled]:hover > .text-muted {
        color: #616161; }
      html.theme-green .uib-day > .btn-default[disabled]:active > .text-info, html.theme-green .uib-day > .btn-default[disabled]:focus > .text-info, html.theme-green .uib-day > .btn-default[disabled]:hover > .text-info,
      html.theme-green .uib-month > .btn-default[disabled]:active > .text-info,
      html.theme-green .uib-month > .btn-default[disabled]:focus > .text-info,
      html.theme-green .uib-month > .btn-default[disabled]:hover > .text-info,
      html.theme-green .uib-year > .btn-default[disabled]:active > .text-info,
      html.theme-green .uib-year > .btn-default[disabled]:focus > .text-info,
      html.theme-green .uib-year > .btn-default[disabled]:hover > .text-info {
        color: #6ec071; }
  html.theme-green .uib-day > .btn-info,
  html.theme-green .uib-month > .btn-info,
  html.theme-green .uib-year > .btn-info {
    background-color: #c0e4c1;
    color: #000;
    /* Selected buttons text other months */
    /* Selected Today */ }
    html.theme-green .uib-day > .btn-info > .text-muted,
    html.theme-green .uib-month > .btn-info > .text-muted,
    html.theme-green .uib-year > .btn-info > .text-muted {
      color: gray; }
    html.theme-green .uib-day > .btn-info > .text-info,
    html.theme-green .uib-month > .btn-info > .text-info,
    html.theme-green .uib-year > .btn-info > .text-info {
      color: #4CAF50; }
    html.theme-green .uib-day > .btn-info:active, html.theme-green .uib-day > .btn-info:focus, html.theme-green .uib-day > .btn-info:hover,
    html.theme-green .uib-month > .btn-info:active,
    html.theme-green .uib-month > .btn-info:focus,
    html.theme-green .uib-month > .btn-info:hover,
    html.theme-green .uib-year > .btn-info:active,
    html.theme-green .uib-year > .btn-info:focus,
    html.theme-green .uib-year > .btn-info:hover {
      background-color: #c0e4c1;
      color: #404040; }
      html.theme-green .uib-day > .btn-info:active > .text-muted, html.theme-green .uib-day > .btn-info:focus > .text-muted, html.theme-green .uib-day > .btn-info:hover > .text-muted,
      html.theme-green .uib-month > .btn-info:active > .text-muted,
      html.theme-green .uib-month > .btn-info:focus > .text-muted,
      html.theme-green .uib-month > .btn-info:hover > .text-muted,
      html.theme-green .uib-year > .btn-info:active > .text-muted,
      html.theme-green .uib-year > .btn-info:focus > .text-muted,
      html.theme-green .uib-year > .btn-info:hover > .text-muted {
        color: #616161; }
      html.theme-green .uib-day > .btn-info:active > .text-info, html.theme-green .uib-day > .btn-info:focus > .text-info, html.theme-green .uib-day > .btn-info:hover > .text-info,
      html.theme-green .uib-month > .btn-info:active > .text-info,
      html.theme-green .uib-month > .btn-info:focus > .text-info,
      html.theme-green .uib-month > .btn-info:hover > .text-info,
      html.theme-green .uib-year > .btn-info:active > .text-info,
      html.theme-green .uib-year > .btn-info:focus > .text-info,
      html.theme-green .uib-year > .btn-info:hover > .text-info {
        color: #6ec071; }
html.theme-green .label-overdue {
  color: #ff0040; }
html.theme-green .comment {
  color: #4d4d4d; }
html.theme-green .structure-icon-status-active {
  color: #4CAF50; }
html.theme-green .structure-icon-status-standby {
  color: #4CAF50; }
html.theme-green .structure-icon-status-inactive {
  color: #4d4d4d; }
html.theme-green .structure-icon-status-notassigned {
  color: #000; }
html.theme-green .modal-header {
  background-color: #F1F1F1; }
html.theme-green .minichart-wrapper .minichart-item div.minichart-table > div:first-child > div {
  background-color: #F1F1F1; }
html.theme-green .note-editor .modal label {
  color: #5D6166; }
html.theme-green .slick-prev:before,
html.theme-green .slick-next:before {
  color: #000; }
html.theme-green .slick-dots li button:before {
  color: #000; }
html.theme-green .slick-dots li.slick-active button:before {
  color: #000; }
html.theme-green .sceditor-button div:before {
  color: #000 !important; }
html.theme-green .signature-empty, html.theme-green .signature-image, html.theme-green .signature canvas {
  border-color: #000; }
html.theme-green .signature-enabled:hover {
  border-color: #4CAF50;
  color: #4CAF50; }
html.theme-green .timepicker.dropdown-menu button {
  background-color: transparent !important;
  color: #000 !important; }
html.theme-green ppc-datepicker > input.ng-empty {
  color: gray !important; }
html.theme-green .horizontal-separator > hr {
  border-color: #5D6166; }
html.theme-green .horizontal-separator > span {
  background-color: #FFF; }
html.theme-green .iframe-container {
  border-color: #F1F1F1; }
html.theme-green .input-label[disabled="disabled"] {
  color: gray; }
html.theme-green .inline-search {
  background-color: #F1F1F1;
  border-color: #DDD; }
  html.theme-green .inline-search .table-responsive {
    border-color: #DDD; }
  html.theme-green .inline-search .table > thead {
    background-color: #F1F1F1; }
  html.theme-green .inline-search .table > tbody:nth-child(even) {
    background-color: #FFF; }
  html.theme-green .inline-search .table > tbody:nth-child(odd) {
    background-color: transparent; }
  html.theme-green .inline-search .table a[role="button"] {
    color: #000; }
html.theme-green .ppc-table-striped tbody.servicetermin {
  				/*&-black {
  					background-color:;
  					color:;
  
  					&:nth-child(odd) {
  						background-color:;
  					}
  
  					&:hover {
  						background-color:;
  					}
  				}*/ }
  html.theme-green .ppc-table-striped tbody.servicetermin-orange {
    background-color: rgba(255, 127, 0, 0.05);
    color: #ff7f00; }
    html.theme-green .ppc-table-striped tbody.servicetermin-orange:nth-child(odd) {
      background-color: rgba(255, 127, 0, 0.1); }
    html.theme-green .ppc-table-striped tbody.servicetermin-orange:hover {
      background-color: rgba(255, 127, 0, 0.3) !important; }
  html.theme-green .ppc-table-striped tbody.servicetermin-red {
    background-color: rgba(255, 0, 0, 0.05);
    color: red; }
    html.theme-green .ppc-table-striped tbody.servicetermin-red:nth-child(odd) {
      background-color: rgba(255, 0, 0, 0.1); }
    html.theme-green .ppc-table-striped tbody.servicetermin-red:hover {
      background-color: rgba(255, 0, 0, 0.3) !important; }
html.theme-green .inline-loader > span {
  color: #4CAF50; }
html.theme-green .security-code {
  color: #4CAF50; }
html.theme-green .InputClear > div {
  background-color: #ff0040;
  border-color: #800020;
  color: #FFF; }
html.theme-green input.form-control.Error {
  background-color: #ffd8d8;
  border-color: #e19092; }
  html.theme-green input.form-control.Error:focus {
    border-color: #cc3f44; }

html.theme-id13,
html.theme-id13 > body {
  background-color: #E8EBF1;
  color: #000; }

html.theme-id13 .has-error .help-block,
html.theme-id13 .has-error .control-label,
html.theme-id13 .has-error .radio,
html.theme-id13 .has-error .checkbox,
html.theme-id13 .has-error .radio-inline,
html.theme-id13 .has-error .checkbox-inline, html.theme-id13 .has-error.radio label, html.theme-id13 .has-error.checkbox label, html.theme-id13 .has-error.adio-inline label, html.theme-id13 .has-error.checkbox-inline label {
  color: #a94442; }
html.theme-id13 .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  html.theme-id13 .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
html.theme-id13 .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }
html.theme-id13 .has-error .form-control-feedback {
  color: #a94442; }
html.theme-id13 .form-group.has-error {
  color: #cc3f44; }
  html.theme-id13 .form-group.has-error .form-control {
    border-color: #e19092; }
    html.theme-id13 .form-group.has-error .form-control:focus {
      border-color: #cc3f44; }
html.theme-id13 .form-group.has-success {
  color: #68b828; }
  html.theme-id13 .form-group.has-success .form-control {
    border-color: #9cde68; }
    html.theme-id13 .form-group.has-success .form-control:focus {
      border-color: #68b828; }
html.theme-id13 div.errortext,
html.theme-id13 span.errortext {
  color: #a94442; }
html.theme-id13 div.successtext {
  color: #2e8000; }
html.theme-id13 a {
  color: #841711; }
  html.theme-id13 a:hover, html.theme-id13 a:focus {
    color: #520000; }
  html.theme-id13 a.unhighlighted {
    color: #000; }
html.theme-id13 hr {
  border-color: #520000; }
html.theme-id13 .loader {
  background-color: #841711; }
  html.theme-id13 .loader .spinner {
    box-shadow: inset 0 0 0 1em #FFF; }
    html.theme-id13 .loader .spinner:before, html.theme-id13 .loader .spinner:after {
      background-color: #841711; }
html.theme-id13 .sidebar {
  background-color: #31353D; }
  html.theme-id13 .sidebar .logo {
    background-color: #841711; }
    html.theme-id13 .sidebar .logo .menu {
      background-color: #520000; }
      html.theme-id13 .sidebar .logo .menu a {
        color: #FFF; }
  html.theme-id13 .sidebar ul.navigation li {
    border-bottom-color: #5D6166; }
    html.theme-id13 .sidebar ul.navigation li a {
      color: #FFF; }
      html.theme-id13 .sidebar ul.navigation li a:hover {
        background-color: #841711; }
      html.theme-id13 .sidebar ul.navigation li a i {
        color: #FFF; }
html.theme-id13 .topbar .menu-button-mobile {
  color: #841711; }
html.theme-id13 .topbar .search input {
  border-bottom-color: #E8EBF1;
  color: #E8EBF1; }
html.theme-id13 .topbar.navbar, html.theme-id13 .topbar-simple.navbar {
  background: #31353D;
  /*border-color: $color-navigation-background;*/
  border-bottom-color: #2a2e35; }
  html.theme-id13 .topbar.navbar ul.navbar-nav > .open > a, html.theme-id13 .topbar-simple.navbar ul.navbar-nav > .open > a {
    background: #841711;
    color: #FFF; }
  html.theme-id13 .topbar.navbar ul.navbar-nav > li > a, html.theme-id13 .topbar-simple.navbar ul.navbar-nav > li > a {
    color: #FFF; }
  html.theme-id13 .topbar.navbar .dropdown-menu, html.theme-id13 .topbar-simple.navbar .dropdown-menu {
    background-color: #31353D; }
    html.theme-id13 .topbar.navbar .dropdown-menu > li a, html.theme-id13 .topbar-simple.navbar .dropdown-menu > li a {
      color: #FFF;
      border-top-color: #5D6166; }
      html.theme-id13 .topbar.navbar .dropdown-menu > li a:hover, html.theme-id13 .topbar-simple.navbar .dropdown-menu > li a:hover {
        background-color: #841711; }
    html.theme-id13 .topbar.navbar .dropdown-menu > li.active a, html.theme-id13 .topbar-simple.navbar .dropdown-menu > li.active a {
      background-color: #841711; }
    html.theme-id13 .topbar.navbar .dropdown-menu > li:first-child a:hover, html.theme-id13 .topbar-simple.navbar .dropdown-menu > li:first-child a:hover {
      border-top-color: #5D6166; }
    html.theme-id13 .topbar.navbar .dropdown-menu.typeahead, html.theme-id13 .topbar-simple.navbar .dropdown-menu.typeahead {
      background-color: transparent; }
      html.theme-id13 .topbar.navbar .dropdown-menu.typeahead > li, html.theme-id13 .topbar-simple.navbar .dropdown-menu.typeahead > li {
        background-color: #31353D; }
        html.theme-id13 .topbar.navbar .dropdown-menu.typeahead > li.active a, html.theme-id13 .topbar-simple.navbar .dropdown-menu.typeahead > li.active a {
          background-color: #841711; }
html.theme-id13 .quickbar {
  background-color: #5D6166; }
html.theme-id13 .footer {
  background-color: #5D6166;
  border-top-color: #56595e; }
  html.theme-id13 .footer ul li {
    color: #FFF; }
    html.theme-id13 .footer ul li a {
      color: #FFF; }
      html.theme-id13 .footer ul li a:hover {
        color: #841711; }
html.theme-id13 .history-container {
  border-top-color: #841711; }
  html.theme-id13 .history-container .left span {
    color: #FFF; }
  html.theme-id13 .history-container .right h3, html.theme-id13 .history-container .right h4 {
    color: #FFF; }
  html.theme-id13 .history-container li:not(:first-child) {
    border-top-color: #5D6166; }
  html.theme-id13 .history-container li:hover {
    background-color: #841711; }
html.theme-id13 .contact-image.empty {
  background-color: #E8EBF1; }
html.theme-id13 .inbox-count {
  background: linear-gradient(#b11f17, #841711, #520000, #1f0000);
  border-color: #FFF; }
html.theme-id13 .scroll-to-top {
  background-color: #841711; }
html.theme-id13 .widget {
  background-color: #FFF; }
html.theme-id13 .widget-stats .left {
  color: #FFF;
  background-color: #841711; }
html.theme-id13 .widget-stats .right h3 {
  color: #841711; }
html.theme-id13 .widget-stats .right h4 {
  color: #4d4d4d; }
html.theme-id13 .widget-wizard .plus > i {
  color: #FFF;
  background-color: #841711; }
html.theme-id13 .ppc-table thead, html.theme-id13 .ppc-table tfoot {
  background-color: #f2f2f2; }
html.theme-id13 .ppc-table-striped tbody:nth-child(odd) {
  background-color: #f7f7f7; }
html.theme-id13 .table > thead,
html.theme-id13 .table > tbody.sum {
  background-color: #ededed; }
html.theme-id13 .table > tbody.group {
  background-color: #f2f2f2; }
html.theme-id13 .table .selected-row {
  background-color: #841711 !important;
  color: #FFF; }
  html.theme-id13 .table .selected-row td {
    border-top-color: #520000 !important;
    border-bottom-color: #520000 !important; }
html.theme-id13 .table > tbody.alternate-row {
  background-color: #f7f7f7; }
html.theme-id13 .table > tbody:not(.group):not(.sum):not(.hover-rows):hover,
html.theme-id13 .table > tbody.hover-rows > tr:hover {
  background-color: rgba(132, 23, 17, 0.2); }
html.theme-id13 .table > tbody.subrow {
  color: #4d4d4d; }
html.theme-id13 .table > tbody.inactive {
  color: gray; }
html.theme-id13 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7; }
html.theme-id13 .table-striped-2 > tbody > tr:nth-child(4n-1), html.theme-id13 .table-striped-2 > tbody > tr:nth-child(4n) {
  background-color: #f7f7f7; }
html.theme-id13 .pagination > li > a, html.theme-id13 .pagination > li > span {
  background-color: #FFF;
  border-color: #dee3eb;
  color: #841711; }
  html.theme-id13 .pagination > li > a:hover, html.theme-id13 .pagination > li > a:focus, html.theme-id13 .pagination > li > span:hover, html.theme-id13 .pagination > li > span:focus {
    background-color: #E8EBF1;
    border-color: #dee3eb;
    color: #520000; }
html.theme-id13 .pagination > li.active > a, html.theme-id13 .pagination > li.active > span {
  background-color: #841711;
  border-color: #841711;
  color: #FFF; }
html.theme-id13 .panel-ips-primary {
  background-color: #FFF;
  border-color: #DDD; }
  html.theme-id13 .panel-ips-primary > .panel-heading {
    background-color: #F1F1F1;
    border-bottom-color: #DDD; }
    html.theme-id13 .panel-ips-primary > .panel-heading a {
      color: #000; }
html.theme-id13 .loading {
  color: #520000; }
html.theme-id13 .panel-ips-secondary {
  border-color: #DDD; }
  html.theme-id13 .panel-ips-secondary .panel-heading a {
    color: #4d4d4d; }
html.theme-id13 .btn-ppc,
html.theme-id13 .btn-ppc.disabled,
html.theme-id13 .btn-ppc[disabled],
html.theme-id13 .btn-ppc.disabled:hover,
html.theme-id13 .btn-ppc[disabled]:hover,
html.theme-id13 .btn-ppc.disabled:focus,
html.theme-id13 .btn-ppc[disabled]:focus {
  background-color: #520000;
  border-color: #841711;
  color: #FFF; }
html.theme-id13 .btn-primary,
html.theme-id13 .btn-primary.disabled,
html.theme-id13 .btn-primary[disabled],
html.theme-id13 .btn-primary.disabled:hover,
html.theme-id13 .btn-primary[disabled]:hover,
html.theme-id13 .btn-primary.disabled:focus,
html.theme-id13 .btn-primary[disabled]:focus {
  background-color: #520000;
  border-color: #841711;
  color: #FFF; }
html.theme-id13 .btn-ppc:focus, html.theme-id13 .btn-ppc:hover {
  background-color: #841711;
  border-color: #520000;
  color: #FFF; }
html.theme-id13 .btn-primary:focus, html.theme-id13 .btn-primary:hover {
  background-color: #841711;
  border-color: #520000;
  color: #FFF; }
html.theme-id13 .control-label {
  color: #5D6166; }
  html.theme-id13 .control-label .required {
    color: #ff0040; }
html.theme-id13 .checkbox {
  color: #000; }
html.theme-id13 .form-control {
  border-color: #dfdfdf;
  color: #000; }
  html.theme-id13 .form-control:focus {
    border-color: #ababab; }
  html.theme-id13 .form-control[disabled], html.theme-id13 .form-control[readonly], fieldset[disabled] html.theme-id13 .form-control {
    border-color: #ababab;
    background: #f2f2f2;
    color: #545454; }
  html.theme-id13 .form-control.radiogroup > label {
    color: #000; }
html.theme-id13 .btn-group .btn, html.theme-id13 .btn-group .btn:focus {
  background-color: #F1F1F1;
  border-color: #DDD;
  color: #000; }
  html.theme-id13 .btn-group .btn.selected, html.theme-id13 .btn-group .btn:focus.selected {
    background-color: #841711;
    border-color: #520000;
    color: #FFF; }
html.theme-id13 .correspondence-edit {
  color: #841711; }
html.theme-id13 .chartloader {
  background-color: #FFF; }
  html.theme-id13 .chartloader > div {
    color: #520000; }
html.theme-id13 .linechart-cursor-fill {
  fill: #520000; }
html.theme-id13 .linechart-cursor-line {
  stroke: #520000; }
html.theme-id13 .linechart-cursor-selection {
  fill: #520000;
  stroke: #520000; }
html.theme-id13 .linechart-axis-fill {
  fill: #4d4d4d; }
html.theme-id13 .linechart-balloon-bg-category {
  /* Chart Cursor Bereich auf X Achse */
  fill: #FFF;
  stroke: #000; }
html.theme-id13 .linechart-balloon-div-category div {
  /* Chart Cursor Text auf X Achse */
  color: #000 !important; }
html.theme-id13 .linechart-graph-defaultline .linechart-graph-stroke {
  /* Default Linie */
  stroke: #520000; }
html.theme-id13 .linechart-balloon-bg-defaultline {
  /* Tooltip Balloon auf Default Linie */
  fill: #FFF;
  stroke: #520000; }
html.theme-id13 .linechart-balloon-div-defaultline div {
  /* Tooltip Text auf Default Linie */
  color: #520000 !important; }
html.theme-id13 .linechart-graph-performanceline .linechart-graph-stroke,
html.theme-id13 .linechart-graph-performancelineall .linechart-graph-stroke,
html.theme-id13 .linechart-graph-indexline .linechart-graph-stroke {
  stroke: #520000; }
html.theme-id13 .linechart-graph-performanceline .linechart-graph-fill,
html.theme-id13 .linechart-graph-performancelineall .linechart-graph-fill,
html.theme-id13 .linechart-graph-indexline .linechart-graph-fill {
  fill: #520000; }
html.theme-id13 .linechart-balloon-bg-performanceline,
html.theme-id13 .linechart-balloon-bg-performancelineall,
html.theme-id13 .linechart-balloon-bg-indexline {
  /* Tooltip Balloon auf Performance Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #520000; }
html.theme-id13 .linechart-balloon-div-performanceline div,
html.theme-id13 .linechart-balloon-div-performancelineall div,
html.theme-id13 .linechart-balloon-div-indexline div {
  /* Tooltip Text auf Performance Linie Vermögensentwicklung */
  color: #520000 !important; }
html.theme-id13 .linechart-graph-goldline .linechart-graph-stroke {
  stroke: #EAC019; }
html.theme-id13 .linechart-graph-goldline .linechart-graph-fill {
  fill: #EAC019; }
html.theme-id13 .linechart-balloon-bg-goldline {
  /* Tooltip Balloon auf Gold Linie */
  fill: #FFF;
  stroke: #EAC019; }
html.theme-id13 .linechart-balloon-div-goldline div {
  /* Tooltip Text auf Gold Linie */
  color: #EAC019 !important; }
html.theme-id13 .linechart-graph-volumeline .linechart-graph-stroke,
html.theme-id13 .linechart-graph-volumelineall .linechart-graph-stroke {
  stroke: #5D6166; }
html.theme-id13 .linechart-graph-volumeline .linechart-graph-fill,
html.theme-id13 .linechart-graph-volumelineall .linechart-graph-fill {
  fill: #5D6166; }
html.theme-id13 .linechart-balloon-bg-volumeline,
html.theme-id13 .linechart-balloon-bg-volumelineall {
  /* Tooltip Balloon auf Volumen Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #5D6166; }
html.theme-id13 .linechart-balloon-div-volumeline div,
html.theme-id13 .linechart-balloon-div-volumelineall div {
  /* Tooltip Text auf Volumen Linie Vermögensentwicklung */
  color: #5D6166 !important; }
html.theme-id13 .linechart-graph-vergleich .linechart-graph-stroke {
  stroke: #5D6166; }
html.theme-id13 .linechart-graph-vergleich .linechart-graph-fill {
  fill: #5D6166; }
html.theme-id13 .linechart-balloon-bg-vergleich {
  /* Tooltip Balloon auf Performance Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #5D6166; }
html.theme-id13 .linechart-balloon-div-vergleich div {
  /* Tooltip Text auf Performance Linie Vermögensentwicklung */
  color: #5D6166 !important; }
html.theme-id13 .linechart-trend-line {
  stroke: #000; }
html.theme-id13 .piechart-balloon-bg {
  /* Tooltip Balloon */
  fill: #FFF;
  stroke: #520000; }
html.theme-id13 .piechart-balloon-div div {
  /* Tooltip Text */
  color: #520000 !important; }
html.theme-id13 .piechart-legend-marker {
  /* Legende Markierung */
  stroke: #000; }
html.theme-id13 .piechart-legend-value, html.theme-id13 .piechart-legend-label {
  /* Legende Texte */
  fill: #000; }
html.theme-id13 .piechart-pie-item > .piechart-pie-slice {
  /* PieChart Stück */
  stroke: #000; }
html.theme-id13 .linechart-graph-line0 .linechart-graph-stroke {
  stroke: #c00000; }
html.theme-id13 .linechart-graph-line0 .linechart-graph-fill {
  fill: #c00000;
  fill-opacity: 0.33; }
html.theme-id13 .linechart-balloon-bg-line0 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #c00000;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id13 .linechart-balloon-div-line0 div {
  color: #c00000 !important; }
html.theme-id13 span.line0 {
  background-color: #c00000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id13 .linechart-graph-line5 .linechart-graph-stroke {
  stroke: #ff2727; }
html.theme-id13 .linechart-graph-line5 .linechart-graph-fill {
  fill: #ff2727;
  fill-opacity: 0.33; }
html.theme-id13 .linechart-balloon-bg-line5 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff2727;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id13 .linechart-balloon-div-line5 div {
  color: #ff2727 !important; }
html.theme-id13 span.line5 {
  background-color: #ff2727;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id13 .linechart-graph-line10 .linechart-graph-stroke {
  stroke: #ff8d8d; }
html.theme-id13 .linechart-graph-line10 .linechart-graph-fill {
  fill: #ff8d8d;
  fill-opacity: 0.33; }
html.theme-id13 .linechart-balloon-bg-line10 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff8d8d;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id13 .linechart-balloon-div-line10 div {
  color: #ff8d8d !important; }
html.theme-id13 span.line10 {
  background-color: #ff8d8d;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id13 .linechart-graph-line1 .linechart-graph-stroke {
  stroke: #00c000; }
html.theme-id13 .linechart-graph-line1 .linechart-graph-fill {
  fill: #00c000;
  fill-opacity: 0.33; }
html.theme-id13 .linechart-balloon-bg-line1 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #00c000;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id13 .linechart-balloon-div-line1 div {
  color: #00c000 !important; }
html.theme-id13 span.line1 {
  background-color: #00c000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id13 .linechart-graph-line6 .linechart-graph-stroke {
  stroke: #27ff27; }
html.theme-id13 .linechart-graph-line6 .linechart-graph-fill {
  fill: #27ff27;
  fill-opacity: 0.33; }
html.theme-id13 .linechart-balloon-bg-line6 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #27ff27;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id13 .linechart-balloon-div-line6 div {
  color: #27ff27 !important; }
html.theme-id13 span.line6 {
  background-color: #27ff27;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id13 .linechart-graph-line11 .linechart-graph-stroke {
  stroke: #8dff8d; }
html.theme-id13 .linechart-graph-line11 .linechart-graph-fill {
  fill: #8dff8d;
  fill-opacity: 0.33; }
html.theme-id13 .linechart-balloon-bg-line11 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #8dff8d;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id13 .linechart-balloon-div-line11 div {
  color: #8dff8d !important; }
html.theme-id13 span.line11 {
  background-color: #8dff8d;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id13 .linechart-graph-line2 .linechart-graph-stroke {
  stroke: #4020ff; }
html.theme-id13 .linechart-graph-line2 .linechart-graph-fill {
  fill: #4020ff;
  fill-opacity: 0.33; }
html.theme-id13 .linechart-balloon-bg-line2 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #4020ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id13 .linechart-balloon-div-line2 div {
  color: #4020ff !important; }
html.theme-id13 span.line2 {
  background-color: #4020ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id13 .linechart-graph-line7 .linechart-graph-stroke {
  stroke: #9786ff; }
html.theme-id13 .linechart-graph-line7 .linechart-graph-fill {
  fill: #9786ff;
  fill-opacity: 0.33; }
html.theme-id13 .linechart-balloon-bg-line7 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #9786ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id13 .linechart-balloon-div-line7 div {
  color: #9786ff !important; }
html.theme-id13 span.line7 {
  background-color: #9786ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id13 .linechart-graph-line12 .linechart-graph-stroke {
  stroke: #efecff; }
html.theme-id13 .linechart-graph-line12 .linechart-graph-fill {
  fill: #efecff;
  fill-opacity: 0.33; }
html.theme-id13 .linechart-balloon-bg-line12 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #efecff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id13 .linechart-balloon-div-line12 div {
  color: #efecff !important; }
html.theme-id13 span.line12 {
  background-color: #efecff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id13 .linechart-graph-line3 .linechart-graph-stroke {
  stroke: #c000c0; }
html.theme-id13 .linechart-graph-line3 .linechart-graph-fill {
  fill: #c000c0;
  fill-opacity: 0.33; }
html.theme-id13 .linechart-balloon-bg-line3 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #c000c0;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id13 .linechart-balloon-div-line3 div {
  color: #c000c0 !important; }
html.theme-id13 span.line3 {
  background-color: #c000c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id13 .linechart-graph-line8 .linechart-graph-stroke {
  stroke: #ff27ff; }
html.theme-id13 .linechart-graph-line8 .linechart-graph-fill {
  fill: #ff27ff;
  fill-opacity: 0.33; }
html.theme-id13 .linechart-balloon-bg-line8 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff27ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id13 .linechart-balloon-div-line8 div {
  color: #ff27ff !important; }
html.theme-id13 span.line8 {
  background-color: #ff27ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id13 .linechart-graph-line13 .linechart-graph-stroke {
  stroke: #ff8dff; }
html.theme-id13 .linechart-graph-line13 .linechart-graph-fill {
  fill: #ff8dff;
  fill-opacity: 0.33; }
html.theme-id13 .linechart-balloon-bg-line13 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff8dff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id13 .linechart-balloon-div-line13 div {
  color: #ff8dff !important; }
html.theme-id13 span.line13 {
  background-color: #ff8dff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id13 .linechart-graph-line4 .linechart-graph-stroke {
  stroke: #00c0c0; }
html.theme-id13 .linechart-graph-line4 .linechart-graph-fill {
  fill: #00c0c0;
  fill-opacity: 0.33; }
html.theme-id13 .linechart-balloon-bg-line4 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #00c0c0;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id13 .linechart-balloon-div-line4 div {
  color: #00c0c0 !important; }
html.theme-id13 span.line4 {
  background-color: #00c0c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id13 .linechart-graph-line9 .linechart-graph-stroke {
  stroke: #27ffff; }
html.theme-id13 .linechart-graph-line9 .linechart-graph-fill {
  fill: #27ffff;
  fill-opacity: 0.33; }
html.theme-id13 .linechart-balloon-bg-line9 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #27ffff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id13 .linechart-balloon-div-line9 div {
  color: #27ffff !important; }
html.theme-id13 span.line9 {
  background-color: #27ffff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id13 .linechart-graph-line14 .linechart-graph-stroke {
  stroke: #8dffff; }
html.theme-id13 .linechart-graph-line14 .linechart-graph-fill {
  fill: #8dffff;
  fill-opacity: 0.33; }
html.theme-id13 .linechart-balloon-bg-line14 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #8dffff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id13 .linechart-balloon-div-line14 div {
  color: #8dffff !important; }
html.theme-id13 span.line14 {
  background-color: #8dffff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id13 span.trendline {
  background-color: #000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id13 .riskclass-verylow0 {
  background-color: #0093b5;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-verylow0 > path.piechart-legend-marker, html.theme-id13 .riskclass-verylow0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #0093b5 !important; }
  html.theme-id13 .riskclass-verylow0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #006a82 !important; }
html.theme-id13 .riskclass-verylow1 {
  background-color: #00bce8;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-verylow1 > path.piechart-legend-marker, html.theme-id13 .riskclass-verylow1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00bce8 !important; }
  html.theme-id13 .riskclass-verylow1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #0093b5 !important; }
html.theme-id13 .riskclass-verylow2 {
  background-color: #1cd4ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-verylow2 > path.piechart-legend-marker, html.theme-id13 .riskclass-verylow2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #1cd4ff !important; }
  html.theme-id13 .riskclass-verylow2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00bce8 !important; }
html.theme-id13 .riskclass-low0 {
  background-color: #00a000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-low0 > path.piechart-legend-marker, html.theme-id13 .riskclass-low0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00a000 !important; }
  html.theme-id13 .riskclass-low0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #006d00 !important; }
html.theme-id13 .riskclass-low1 {
  background-color: #00d300;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-low1 > path.piechart-legend-marker, html.theme-id13 .riskclass-low1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00d300 !important; }
  html.theme-id13 .riskclass-low1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00a000 !important; }
html.theme-id13 .riskclass-low2 {
  background-color: #07ff07;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-low2 > path.piechart-legend-marker, html.theme-id13 .riskclass-low2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #07ff07 !important; }
  html.theme-id13 .riskclass-low2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00d300 !important; }
html.theme-id13 .riskclass-medium0 {
  background-color: #c0c000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-medium0 > path.piechart-legend-marker, html.theme-id13 .riskclass-medium0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #c0c000 !important; }
  html.theme-id13 .riskclass-medium0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #8d8d00 !important; }
html.theme-id13 .riskclass-medium1 {
  background-color: #f3f300;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-medium1 > path.piechart-legend-marker, html.theme-id13 .riskclass-medium1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #f3f300 !important; }
  html.theme-id13 .riskclass-medium1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #c0c000 !important; }
html.theme-id13 .riskclass-medium2 {
  background-color: #ffff27;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-medium2 > path.piechart-legend-marker, html.theme-id13 .riskclass-medium2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ffff27 !important; }
  html.theme-id13 .riskclass-medium2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #f3f300 !important; }
html.theme-id13 .riskclass-high0 {
  background-color: #e55b00;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-high0 > path.piechart-legend-marker, html.theme-id13 .riskclass-high0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #e55b00 !important; }
  html.theme-id13 .riskclass-high0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #b24700 !important; }
html.theme-id13 .riskclass-high1 {
  background-color: #ff7419;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-high1 > path.piechart-legend-marker, html.theme-id13 .riskclass-high1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff7419 !important; }
  html.theme-id13 .riskclass-high1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #e55b00 !important; }
html.theme-id13 .riskclass-high2 {
  background-color: #ff934c;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-high2 > path.piechart-legend-marker, html.theme-id13 .riskclass-high2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff934c !important; }
  html.theme-id13 .riskclass-high2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #ff7419 !important; }
html.theme-id13 .riskclass-veryhigh0 {
  background-color: #c00000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-veryhigh0 > path.piechart-legend-marker, html.theme-id13 .riskclass-veryhigh0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #c00000 !important; }
  html.theme-id13 .riskclass-veryhigh0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #8d0000 !important; }
html.theme-id13 .riskclass-veryhigh1 {
  background-color: #f30000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-veryhigh1 > path.piechart-legend-marker, html.theme-id13 .riskclass-veryhigh1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #f30000 !important; }
  html.theme-id13 .riskclass-veryhigh1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #c00000 !important; }
html.theme-id13 .riskclass-veryhigh2 {
  background-color: #ff2727;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-veryhigh2 > path.piechart-legend-marker, html.theme-id13 .riskclass-veryhigh2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff2727 !important; }
  html.theme-id13 .riskclass-veryhigh2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #f30000 !important; }
html.theme-id13 .riskclass-notset0 {
  background-color: #5d6166;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-notset0 > path.piechart-legend-marker, html.theme-id13 .riskclass-notset0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #5d6166 !important; }
  html.theme-id13 .riskclass-notset0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #45484b !important; }
html.theme-id13 .riskclass-notset1 {
  background-color: #757a81;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-notset1 > path.piechart-legend-marker, html.theme-id13 .riskclass-notset1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #757a81 !important; }
  html.theme-id13 .riskclass-notset1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #5d6166 !important; }
html.theme-id13 .riskclass-notset2 {
  background-color: #909499;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-notset2 > path.piechart-legend-marker, html.theme-id13 .riskclass-notset2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #909499 !important; }
  html.theme-id13 .riskclass-notset2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #757a81 !important; }
html.theme-id13 .riskclass-none0 {
  background-color: #5d6166;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-none0 > path.piechart-legend-marker, html.theme-id13 .riskclass-none0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #5d6166 !important; }
  html.theme-id13 .riskclass-none0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #45484b !important; }
html.theme-id13 .riskclass-none1 {
  background-color: #757a81;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-none1 > path.piechart-legend-marker, html.theme-id13 .riskclass-none1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #757a81 !important; }
  html.theme-id13 .riskclass-none1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #5d6166 !important; }
html.theme-id13 .riskclass-none2 {
  background-color: #909499;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id13 .riskclass-none2 > path.piechart-legend-marker, html.theme-id13 .riskclass-none2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #909499 !important; }
  html.theme-id13 .riskclass-none2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #757a81 !important; }
html.theme-id13 .progress-bar {
  background-color: #841711; }
html.theme-id13 .report-icon {
  color: #841711; }
html.theme-id13 .uib-datepicker-popup > .uib-button-bar .btn-info,
html.theme-id13 .uib-datepicker-popup > .uib-button-bar .btn-danger,
html.theme-id13 .uib-datepicker-popup > .uib-button-bar .btn-success {
  background-color: #FFF;
  border-color: #E8EBF1;
  color: #000; }
html.theme-id13 .uib-datepicker-popup > .uib-button-bar .btn-info:active,
html.theme-id13 .uib-datepicker-popup > .uib-button-bar .btn-info:focus,
html.theme-id13 .uib-datepicker-popup > .uib-button-bar .btn-info:hover,
html.theme-id13 .uib-datepicker-popup > .uib-button-bar .btn-danger:active,
html.theme-id13 .uib-datepicker-popup > .uib-button-bar .btn-danger:focus,
html.theme-id13 .uib-datepicker-popup > .uib-button-bar .btn-danger:hover,
html.theme-id13 .uib-datepicker-popup > .uib-button-bar .btn-success:active,
html.theme-id13 .uib-datepicker-popup > .uib-button-bar .btn-success:focus,
html.theme-id13 .uib-datepicker-popup > .uib-button-bar .btn-success:hover {
  background-color: #f7f7f7;
  border-color: #d8dde7;
  color: #595959; }
html.theme-id13 .uib-daypicker > thead .btn-default,
html.theme-id13 .uib-monthpicker > thead .btn-default,
html.theme-id13 .uib-yearpicker > thead .btn-default {
  background-color: #FFF;
  border-color: #E8EBF1;
  color: #000; }
html.theme-id13 .uib-daypicker > thead .btn-default:active,
html.theme-id13 .uib-daypicker > thead .btn-default:focus,
html.theme-id13 .uib-daypicker > thead .btn-default:hover,
html.theme-id13 .uib-monthpicker > thead .btn-default:active,
html.theme-id13 .uib-monthpicker > thead .btn-default:focus,
html.theme-id13 .uib-monthpicker > thead .btn-default:hover,
html.theme-id13 .uib-yearpicker > thead .btn-default:active,
html.theme-id13 .uib-yearpicker > thead .btn-default:focus,
html.theme-id13 .uib-yearpicker > thead .btn-default:hover {
  background-color: #f7f7f7;
  border-color: #d8dde7;
  color: #595959; }
html.theme-id13 .uib-day,
html.theme-id13 .uib-month,
html.theme-id13 .uib-year {
  border-color: #DDD;
  /* Standard buttons */
  /* Disabled buttons */
  /* Selected button */ }
  html.theme-id13 .uib-day > .btn-default,
  html.theme-id13 .uib-month > .btn-default,
  html.theme-id13 .uib-year > .btn-default {
    background-color: #FFF;
    color: #000;
    /* Standard buttons text other months */
    /* Standard Today */ }
    html.theme-id13 .uib-day > .btn-default .text-muted,
    html.theme-id13 .uib-month > .btn-default .text-muted,
    html.theme-id13 .uib-year > .btn-default .text-muted {
      color: gray; }
    html.theme-id13 .uib-day > .btn-default > .text-info,
    html.theme-id13 .uib-month > .btn-default > .text-info,
    html.theme-id13 .uib-year > .btn-default > .text-info {
      color: #841711; }
    html.theme-id13 .uib-day > .btn-default:active, html.theme-id13 .uib-day > .btn-default:focus, html.theme-id13 .uib-day > .btn-default:hover,
    html.theme-id13 .uib-month > .btn-default:active,
    html.theme-id13 .uib-month > .btn-default:focus,
    html.theme-id13 .uib-month > .btn-default:hover,
    html.theme-id13 .uib-year > .btn-default:active,
    html.theme-id13 .uib-year > .btn-default:focus,
    html.theme-id13 .uib-year > .btn-default:hover {
      background-color: #F1F1F1;
      color: #404040; }
      html.theme-id13 .uib-day > .btn-default:active > .text-muted, html.theme-id13 .uib-day > .btn-default:focus > .text-muted, html.theme-id13 .uib-day > .btn-default:hover > .text-muted,
      html.theme-id13 .uib-month > .btn-default:active > .text-muted,
      html.theme-id13 .uib-month > .btn-default:focus > .text-muted,
      html.theme-id13 .uib-month > .btn-default:hover > .text-muted,
      html.theme-id13 .uib-year > .btn-default:active > .text-muted,
      html.theme-id13 .uib-year > .btn-default:focus > .text-muted,
      html.theme-id13 .uib-year > .btn-default:hover > .text-muted {
        color: #616161; }
      html.theme-id13 .uib-day > .btn-default:active > .text-info, html.theme-id13 .uib-day > .btn-default:focus > .text-info, html.theme-id13 .uib-day > .btn-default:hover > .text-info,
      html.theme-id13 .uib-month > .btn-default:active > .text-info,
      html.theme-id13 .uib-month > .btn-default:focus > .text-info,
      html.theme-id13 .uib-month > .btn-default:hover > .text-info,
      html.theme-id13 .uib-year > .btn-default:active > .text-info,
      html.theme-id13 .uib-year > .btn-default:focus > .text-info,
      html.theme-id13 .uib-year > .btn-default:hover > .text-info {
        color: #b11f17; }
  html.theme-id13 .uib-day > .btn-default[disabled],
  html.theme-id13 .uib-month > .btn-default[disabled],
  html.theme-id13 .uib-year > .btn-default[disabled] {
    background-color: #ececec;
    color: #404040;
    /* Disabled buttons text other months */
    /* Disabled Today */ }
    html.theme-id13 .uib-day > .btn-default[disabled] > .text-muted,
    html.theme-id13 .uib-month > .btn-default[disabled] > .text-muted,
    html.theme-id13 .uib-year > .btn-default[disabled] > .text-muted {
      color: gray; }
    html.theme-id13 .uib-day > .btn-default[disabled] > .text-info,
    html.theme-id13 .uib-month > .btn-default[disabled] > .text-info,
    html.theme-id13 .uib-year > .btn-default[disabled] > .text-info {
      color: #841711; }
    html.theme-id13 .uib-day > .btn-default[disabled]:active, html.theme-id13 .uib-day > .btn-default[disabled]:focus, html.theme-id13 .uib-day > .btn-default[disabled]:hover,
    html.theme-id13 .uib-month > .btn-default[disabled]:active,
    html.theme-id13 .uib-month > .btn-default[disabled]:focus,
    html.theme-id13 .uib-month > .btn-default[disabled]:hover,
    html.theme-id13 .uib-year > .btn-default[disabled]:active,
    html.theme-id13 .uib-year > .btn-default[disabled]:focus,
    html.theme-id13 .uib-year > .btn-default[disabled]:hover {
      background-color: #F1F1F1;
      color: #616161; }
      html.theme-id13 .uib-day > .btn-default[disabled]:active > .text-muted, html.theme-id13 .uib-day > .btn-default[disabled]:focus > .text-muted, html.theme-id13 .uib-day > .btn-default[disabled]:hover > .text-muted,
      html.theme-id13 .uib-month > .btn-default[disabled]:active > .text-muted,
      html.theme-id13 .uib-month > .btn-default[disabled]:focus > .text-muted,
      html.theme-id13 .uib-month > .btn-default[disabled]:hover > .text-muted,
      html.theme-id13 .uib-year > .btn-default[disabled]:active > .text-muted,
      html.theme-id13 .uib-year > .btn-default[disabled]:focus > .text-muted,
      html.theme-id13 .uib-year > .btn-default[disabled]:hover > .text-muted {
        color: #616161; }
      html.theme-id13 .uib-day > .btn-default[disabled]:active > .text-info, html.theme-id13 .uib-day > .btn-default[disabled]:focus > .text-info, html.theme-id13 .uib-day > .btn-default[disabled]:hover > .text-info,
      html.theme-id13 .uib-month > .btn-default[disabled]:active > .text-info,
      html.theme-id13 .uib-month > .btn-default[disabled]:focus > .text-info,
      html.theme-id13 .uib-month > .btn-default[disabled]:hover > .text-info,
      html.theme-id13 .uib-year > .btn-default[disabled]:active > .text-info,
      html.theme-id13 .uib-year > .btn-default[disabled]:focus > .text-info,
      html.theme-id13 .uib-year > .btn-default[disabled]:hover > .text-info {
        color: #b11f17; }
  html.theme-id13 .uib-day > .btn-info,
  html.theme-id13 .uib-month > .btn-info,
  html.theme-id13 .uib-year > .btn-info {
    background-color: #e95c54;
    color: #000;
    /* Selected buttons text other months */
    /* Selected Today */ }
    html.theme-id13 .uib-day > .btn-info > .text-muted,
    html.theme-id13 .uib-month > .btn-info > .text-muted,
    html.theme-id13 .uib-year > .btn-info > .text-muted {
      color: gray; }
    html.theme-id13 .uib-day > .btn-info > .text-info,
    html.theme-id13 .uib-month > .btn-info > .text-info,
    html.theme-id13 .uib-year > .btn-info > .text-info {
      color: #841711; }
    html.theme-id13 .uib-day > .btn-info:active, html.theme-id13 .uib-day > .btn-info:focus, html.theme-id13 .uib-day > .btn-info:hover,
    html.theme-id13 .uib-month > .btn-info:active,
    html.theme-id13 .uib-month > .btn-info:focus,
    html.theme-id13 .uib-month > .btn-info:hover,
    html.theme-id13 .uib-year > .btn-info:active,
    html.theme-id13 .uib-year > .btn-info:focus,
    html.theme-id13 .uib-year > .btn-info:hover {
      background-color: #e95c54;
      color: #404040; }
      html.theme-id13 .uib-day > .btn-info:active > .text-muted, html.theme-id13 .uib-day > .btn-info:focus > .text-muted, html.theme-id13 .uib-day > .btn-info:hover > .text-muted,
      html.theme-id13 .uib-month > .btn-info:active > .text-muted,
      html.theme-id13 .uib-month > .btn-info:focus > .text-muted,
      html.theme-id13 .uib-month > .btn-info:hover > .text-muted,
      html.theme-id13 .uib-year > .btn-info:active > .text-muted,
      html.theme-id13 .uib-year > .btn-info:focus > .text-muted,
      html.theme-id13 .uib-year > .btn-info:hover > .text-muted {
        color: #616161; }
      html.theme-id13 .uib-day > .btn-info:active > .text-info, html.theme-id13 .uib-day > .btn-info:focus > .text-info, html.theme-id13 .uib-day > .btn-info:hover > .text-info,
      html.theme-id13 .uib-month > .btn-info:active > .text-info,
      html.theme-id13 .uib-month > .btn-info:focus > .text-info,
      html.theme-id13 .uib-month > .btn-info:hover > .text-info,
      html.theme-id13 .uib-year > .btn-info:active > .text-info,
      html.theme-id13 .uib-year > .btn-info:focus > .text-info,
      html.theme-id13 .uib-year > .btn-info:hover > .text-info {
        color: #b11f17; }
html.theme-id13 .label-overdue {
  color: #ff0040; }
html.theme-id13 .comment {
  color: #4d4d4d; }
html.theme-id13 .structure-icon-status-active {
  color: #841711; }
html.theme-id13 .structure-icon-status-standby {
  color: #841711; }
html.theme-id13 .structure-icon-status-inactive {
  color: #4d4d4d; }
html.theme-id13 .structure-icon-status-notassigned {
  color: #000; }
html.theme-id13 .modal-header {
  background-color: #F1F1F1; }
html.theme-id13 .minichart-wrapper .minichart-item div.minichart-table > div:first-child > div {
  background-color: #F1F1F1; }
html.theme-id13 .note-editor .modal label {
  color: #5D6166; }
html.theme-id13 .slick-prev:before,
html.theme-id13 .slick-next:before {
  color: #000; }
html.theme-id13 .slick-dots li button:before {
  color: #000; }
html.theme-id13 .slick-dots li.slick-active button:before {
  color: #000; }
html.theme-id13 .sceditor-button div:before {
  color: #000 !important; }
html.theme-id13 .signature-empty, html.theme-id13 .signature-image, html.theme-id13 .signature canvas {
  border-color: #000; }
html.theme-id13 .signature-enabled:hover {
  border-color: #841711;
  color: #841711; }
html.theme-id13 .timepicker.dropdown-menu button {
  background-color: transparent !important;
  color: #000 !important; }
html.theme-id13 ppc-datepicker > input.ng-empty {
  color: gray !important; }
html.theme-id13 .horizontal-separator > hr {
  border-color: #5D6166; }
html.theme-id13 .horizontal-separator > span {
  background-color: #FFF; }
html.theme-id13 .iframe-container {
  border-color: #F1F1F1; }
html.theme-id13 .input-label[disabled="disabled"] {
  color: gray; }
html.theme-id13 .inline-search {
  background-color: #F1F1F1;
  border-color: #DDD; }
  html.theme-id13 .inline-search .table-responsive {
    border-color: #DDD; }
  html.theme-id13 .inline-search .table > thead {
    background-color: #F1F1F1; }
  html.theme-id13 .inline-search .table > tbody:nth-child(even) {
    background-color: #FFF; }
  html.theme-id13 .inline-search .table > tbody:nth-child(odd) {
    background-color: transparent; }
  html.theme-id13 .inline-search .table a[role="button"] {
    color: #000; }
html.theme-id13 .ppc-table-striped tbody.servicetermin {
  				/*&-black {
  					background-color:;
  					color:;
  
  					&:nth-child(odd) {
  						background-color:;
  					}
  
  					&:hover {
  						background-color:;
  					}
  				}*/ }
  html.theme-id13 .ppc-table-striped tbody.servicetermin-orange {
    background-color: rgba(255, 127, 0, 0.05);
    color: #ff7f00; }
    html.theme-id13 .ppc-table-striped tbody.servicetermin-orange:nth-child(odd) {
      background-color: rgba(255, 127, 0, 0.1); }
    html.theme-id13 .ppc-table-striped tbody.servicetermin-orange:hover {
      background-color: rgba(255, 127, 0, 0.3) !important; }
  html.theme-id13 .ppc-table-striped tbody.servicetermin-red {
    background-color: rgba(255, 0, 0, 0.05);
    color: red; }
    html.theme-id13 .ppc-table-striped tbody.servicetermin-red:nth-child(odd) {
      background-color: rgba(255, 0, 0, 0.1); }
    html.theme-id13 .ppc-table-striped tbody.servicetermin-red:hover {
      background-color: rgba(255, 0, 0, 0.3) !important; }
html.theme-id13 .inline-loader > span {
  color: #841711; }
html.theme-id13 .security-code {
  color: #841711; }
html.theme-id13 .InputClear > div {
  background-color: #ff0040;
  border-color: #800020;
  color: #FFF; }
html.theme-id13 input.form-control.Error {
  background-color: #ffd8d8;
  border-color: #e19092; }
  html.theme-id13 input.form-control.Error:focus {
    border-color: #cc3f44; }

html.theme-id47,
html.theme-id47 > body {
  background-color: #E8EBF1;
  color: #000; }

html.theme-id47 .has-error .help-block,
html.theme-id47 .has-error .control-label,
html.theme-id47 .has-error .radio,
html.theme-id47 .has-error .checkbox,
html.theme-id47 .has-error .radio-inline,
html.theme-id47 .has-error .checkbox-inline, html.theme-id47 .has-error.radio label, html.theme-id47 .has-error.checkbox label, html.theme-id47 .has-error.adio-inline label, html.theme-id47 .has-error.checkbox-inline label {
  color: #a94442; }
html.theme-id47 .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  html.theme-id47 .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
html.theme-id47 .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }
html.theme-id47 .has-error .form-control-feedback {
  color: #a94442; }
html.theme-id47 .form-group.has-error {
  color: #cc3f44; }
  html.theme-id47 .form-group.has-error .form-control {
    border-color: #e19092; }
    html.theme-id47 .form-group.has-error .form-control:focus {
      border-color: #cc3f44; }
html.theme-id47 .form-group.has-success {
  color: #68b828; }
  html.theme-id47 .form-group.has-success .form-control {
    border-color: #9cde68; }
    html.theme-id47 .form-group.has-success .form-control:focus {
      border-color: #68b828; }
html.theme-id47 div.errortext,
html.theme-id47 span.errortext {
  color: #a94442; }
html.theme-id47 div.successtext {
  color: #2e8000; }
html.theme-id47 a {
  color: #5090B6; }
  html.theme-id47 a:hover, html.theme-id47 a:focus {
    color: #1F5C89; }
  html.theme-id47 a.unhighlighted {
    color: #000; }
html.theme-id47 hr {
  border-color: #1F5C89; }
html.theme-id47 .loader {
  background-color: #5090B6; }
  html.theme-id47 .loader .spinner {
    box-shadow: inset 0 0 0 1em #FFF; }
    html.theme-id47 .loader .spinner:before, html.theme-id47 .loader .spinner:after {
      background-color: #5090B6; }
html.theme-id47 .sidebar {
  background-color: #000; }
  html.theme-id47 .sidebar .logo {
    background-color: #5090B6; }
    html.theme-id47 .sidebar .logo .menu {
      background-color: #1F5C89; }
      html.theme-id47 .sidebar .logo .menu a {
        color: #FFF; }
  html.theme-id47 .sidebar ul.navigation li {
    border-bottom-color: #5D6166; }
    html.theme-id47 .sidebar ul.navigation li a {
      color: #FFF; }
      html.theme-id47 .sidebar ul.navigation li a:hover {
        background-color: #5090B6; }
      html.theme-id47 .sidebar ul.navigation li a i {
        color: #FFF; }
html.theme-id47 .topbar .menu-button-mobile {
  color: #5090B6; }
html.theme-id47 .topbar .search input {
  border-bottom-color: #E8EBF1;
  color: #E8EBF1; }
html.theme-id47 .topbar.navbar, html.theme-id47 .topbar-simple.navbar {
  background: #000;
  /*border-color: $color-navigation-background;*/
  border-bottom-color: black; }
  html.theme-id47 .topbar.navbar ul.navbar-nav > .open > a, html.theme-id47 .topbar-simple.navbar ul.navbar-nav > .open > a {
    background: #5090B6;
    color: #FFF; }
  html.theme-id47 .topbar.navbar ul.navbar-nav > li > a, html.theme-id47 .topbar-simple.navbar ul.navbar-nav > li > a {
    color: #FFF; }
  html.theme-id47 .topbar.navbar .dropdown-menu, html.theme-id47 .topbar-simple.navbar .dropdown-menu {
    background-color: #000; }
    html.theme-id47 .topbar.navbar .dropdown-menu > li a, html.theme-id47 .topbar-simple.navbar .dropdown-menu > li a {
      color: #FFF;
      border-top-color: #5D6166; }
      html.theme-id47 .topbar.navbar .dropdown-menu > li a:hover, html.theme-id47 .topbar-simple.navbar .dropdown-menu > li a:hover {
        background-color: #5090B6; }
    html.theme-id47 .topbar.navbar .dropdown-menu > li.active a, html.theme-id47 .topbar-simple.navbar .dropdown-menu > li.active a {
      background-color: #5090B6; }
    html.theme-id47 .topbar.navbar .dropdown-menu > li:first-child a:hover, html.theme-id47 .topbar-simple.navbar .dropdown-menu > li:first-child a:hover {
      border-top-color: #5D6166; }
    html.theme-id47 .topbar.navbar .dropdown-menu.typeahead, html.theme-id47 .topbar-simple.navbar .dropdown-menu.typeahead {
      background-color: transparent; }
      html.theme-id47 .topbar.navbar .dropdown-menu.typeahead > li, html.theme-id47 .topbar-simple.navbar .dropdown-menu.typeahead > li {
        background-color: #000; }
        html.theme-id47 .topbar.navbar .dropdown-menu.typeahead > li.active a, html.theme-id47 .topbar-simple.navbar .dropdown-menu.typeahead > li.active a {
          background-color: #5090B6; }
html.theme-id47 .quickbar {
  background-color: #5D6166; }
html.theme-id47 .footer {
  background-color: #5D6166;
  border-top-color: #56595e; }
  html.theme-id47 .footer ul li {
    color: #FFF; }
    html.theme-id47 .footer ul li a {
      color: #FFF; }
      html.theme-id47 .footer ul li a:hover {
        color: #5090B6; }
html.theme-id47 .history-container {
  border-top-color: #5090B6; }
  html.theme-id47 .history-container .left span {
    color: #FFF; }
  html.theme-id47 .history-container .right h3, html.theme-id47 .history-container .right h4 {
    color: #FFF; }
  html.theme-id47 .history-container li:not(:first-child) {
    border-top-color: #5D6166; }
  html.theme-id47 .history-container li:hover {
    background-color: #5090B6; }
html.theme-id47 .contact-image.empty {
  background-color: #E8EBF1; }
html.theme-id47 .inbox-count {
  background: linear-gradient(#74a7c5, #5090B6, #1F5C89, #16405f);
  border-color: #FFF; }
html.theme-id47 .scroll-to-top {
  background-color: #5090B6; }
html.theme-id47 .widget {
  background-color: #FFF; }
html.theme-id47 .widget-stats .left {
  color: #FFF;
  background-color: #5090B6; }
html.theme-id47 .widget-stats .right h3 {
  color: #5090B6; }
html.theme-id47 .widget-stats .right h4 {
  color: #4d4d4d; }
html.theme-id47 .widget-wizard .plus > i {
  color: #FFF;
  background-color: #5090B6; }
html.theme-id47 .ppc-table thead, html.theme-id47 .ppc-table tfoot {
  background-color: #f2f2f2; }
html.theme-id47 .ppc-table-striped tbody:nth-child(odd) {
  background-color: #f7f7f7; }
html.theme-id47 .table > thead,
html.theme-id47 .table > tbody.sum {
  background-color: #ededed; }
html.theme-id47 .table > tbody.group {
  background-color: #f2f2f2; }
html.theme-id47 .table .selected-row {
  background-color: #5090B6 !important;
  color: #FFF; }
  html.theme-id47 .table .selected-row td {
    border-top-color: #1F5C89 !important;
    border-bottom-color: #1F5C89 !important; }
html.theme-id47 .table > tbody.alternate-row {
  background-color: #f7f7f7; }
html.theme-id47 .table > tbody:not(.group):not(.sum):not(.hover-rows):hover,
html.theme-id47 .table > tbody.hover-rows > tr:hover {
  background-color: rgba(80, 144, 182, 0.2); }
html.theme-id47 .table > tbody.subrow {
  color: #4d4d4d; }
html.theme-id47 .table > tbody.inactive {
  color: gray; }
html.theme-id47 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7; }
html.theme-id47 .table-striped-2 > tbody > tr:nth-child(4n-1), html.theme-id47 .table-striped-2 > tbody > tr:nth-child(4n) {
  background-color: #f7f7f7; }
html.theme-id47 .pagination > li > a, html.theme-id47 .pagination > li > span {
  background-color: #FFF;
  border-color: #dee3eb;
  color: #5090B6; }
  html.theme-id47 .pagination > li > a:hover, html.theme-id47 .pagination > li > a:focus, html.theme-id47 .pagination > li > span:hover, html.theme-id47 .pagination > li > span:focus {
    background-color: #E8EBF1;
    border-color: #dee3eb;
    color: #1F5C89; }
html.theme-id47 .pagination > li.active > a, html.theme-id47 .pagination > li.active > span {
  background-color: #5090B6;
  border-color: #5090B6;
  color: #FFF; }
html.theme-id47 .panel-ips-primary {
  background-color: #FFF;
  border-color: #DDD; }
  html.theme-id47 .panel-ips-primary > .panel-heading {
    background-color: #F1F1F1;
    border-bottom-color: #DDD; }
    html.theme-id47 .panel-ips-primary > .panel-heading a {
      color: #000; }
html.theme-id47 .loading {
  color: #1F5C89; }
html.theme-id47 .panel-ips-secondary {
  border-color: #DDD; }
  html.theme-id47 .panel-ips-secondary .panel-heading a {
    color: #4d4d4d; }
html.theme-id47 .btn-ppc,
html.theme-id47 .btn-ppc.disabled,
html.theme-id47 .btn-ppc[disabled],
html.theme-id47 .btn-ppc.disabled:hover,
html.theme-id47 .btn-ppc[disabled]:hover,
html.theme-id47 .btn-ppc.disabled:focus,
html.theme-id47 .btn-ppc[disabled]:focus {
  background-color: #1F5C89;
  border-color: #5090B6;
  color: #FFF; }
html.theme-id47 .btn-primary,
html.theme-id47 .btn-primary.disabled,
html.theme-id47 .btn-primary[disabled],
html.theme-id47 .btn-primary.disabled:hover,
html.theme-id47 .btn-primary[disabled]:hover,
html.theme-id47 .btn-primary.disabled:focus,
html.theme-id47 .btn-primary[disabled]:focus {
  background-color: #1F5C89;
  border-color: #5090B6;
  color: #FFF; }
html.theme-id47 .btn-ppc:focus, html.theme-id47 .btn-ppc:hover {
  background-color: #5090B6;
  border-color: #1F5C89;
  color: #FFF; }
html.theme-id47 .btn-primary:focus, html.theme-id47 .btn-primary:hover {
  background-color: #5090B6;
  border-color: #1F5C89;
  color: #FFF; }
html.theme-id47 .control-label {
  color: #5D6166; }
  html.theme-id47 .control-label .required {
    color: #ff0040; }
html.theme-id47 .checkbox {
  color: #000; }
html.theme-id47 .form-control {
  border-color: #dfdfdf;
  color: #000; }
  html.theme-id47 .form-control:focus {
    border-color: #ababab; }
  html.theme-id47 .form-control[disabled], html.theme-id47 .form-control[readonly], fieldset[disabled] html.theme-id47 .form-control {
    border-color: #ababab;
    background: #f2f2f2;
    color: #545454; }
  html.theme-id47 .form-control.radiogroup > label {
    color: #000; }
html.theme-id47 .btn-group .btn, html.theme-id47 .btn-group .btn:focus {
  background-color: #F1F1F1;
  border-color: #DDD;
  color: #000; }
  html.theme-id47 .btn-group .btn.selected, html.theme-id47 .btn-group .btn:focus.selected {
    background-color: #5090B6;
    border-color: #1F5C89;
    color: #FFF; }
html.theme-id47 .correspondence-edit {
  color: #5090B6; }
html.theme-id47 .chartloader {
  background-color: #FFF; }
  html.theme-id47 .chartloader > div {
    color: #1F5C89; }
html.theme-id47 .linechart-cursor-fill {
  fill: #1F5C89; }
html.theme-id47 .linechart-cursor-line {
  stroke: #1F5C89; }
html.theme-id47 .linechart-cursor-selection {
  fill: #1F5C89;
  stroke: #1F5C89; }
html.theme-id47 .linechart-axis-fill {
  fill: #4d4d4d; }
html.theme-id47 .linechart-balloon-bg-category {
  /* Chart Cursor Bereich auf X Achse */
  fill: #FFF;
  stroke: #000; }
html.theme-id47 .linechart-balloon-div-category div {
  /* Chart Cursor Text auf X Achse */
  color: #000 !important; }
html.theme-id47 .linechart-graph-defaultline .linechart-graph-stroke {
  /* Default Linie */
  stroke: #1F5C89; }
html.theme-id47 .linechart-balloon-bg-defaultline {
  /* Tooltip Balloon auf Default Linie */
  fill: #FFF;
  stroke: #1F5C89; }
html.theme-id47 .linechart-balloon-div-defaultline div {
  /* Tooltip Text auf Default Linie */
  color: #1F5C89 !important; }
html.theme-id47 .linechart-graph-performanceline .linechart-graph-stroke,
html.theme-id47 .linechart-graph-performancelineall .linechart-graph-stroke,
html.theme-id47 .linechart-graph-indexline .linechart-graph-stroke {
  stroke: #1F5C89; }
html.theme-id47 .linechart-graph-performanceline .linechart-graph-fill,
html.theme-id47 .linechart-graph-performancelineall .linechart-graph-fill,
html.theme-id47 .linechart-graph-indexline .linechart-graph-fill {
  fill: #1F5C89; }
html.theme-id47 .linechart-balloon-bg-performanceline,
html.theme-id47 .linechart-balloon-bg-performancelineall,
html.theme-id47 .linechart-balloon-bg-indexline {
  /* Tooltip Balloon auf Performance Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #1F5C89; }
html.theme-id47 .linechart-balloon-div-performanceline div,
html.theme-id47 .linechart-balloon-div-performancelineall div,
html.theme-id47 .linechart-balloon-div-indexline div {
  /* Tooltip Text auf Performance Linie Vermögensentwicklung */
  color: #1F5C89 !important; }
html.theme-id47 .linechart-graph-goldline .linechart-graph-stroke {
  stroke: #EAC019; }
html.theme-id47 .linechart-graph-goldline .linechart-graph-fill {
  fill: #EAC019; }
html.theme-id47 .linechart-balloon-bg-goldline {
  /* Tooltip Balloon auf Gold Linie */
  fill: #FFF;
  stroke: #EAC019; }
html.theme-id47 .linechart-balloon-div-goldline div {
  /* Tooltip Text auf Gold Linie */
  color: #EAC019 !important; }
html.theme-id47 .linechart-graph-volumeline .linechart-graph-stroke,
html.theme-id47 .linechart-graph-volumelineall .linechart-graph-stroke {
  stroke: #5D6166; }
html.theme-id47 .linechart-graph-volumeline .linechart-graph-fill,
html.theme-id47 .linechart-graph-volumelineall .linechart-graph-fill {
  fill: #5D6166; }
html.theme-id47 .linechart-balloon-bg-volumeline,
html.theme-id47 .linechart-balloon-bg-volumelineall {
  /* Tooltip Balloon auf Volumen Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #5D6166; }
html.theme-id47 .linechart-balloon-div-volumeline div,
html.theme-id47 .linechart-balloon-div-volumelineall div {
  /* Tooltip Text auf Volumen Linie Vermögensentwicklung */
  color: #5D6166 !important; }
html.theme-id47 .linechart-graph-vergleich .linechart-graph-stroke {
  stroke: #5D6166; }
html.theme-id47 .linechart-graph-vergleich .linechart-graph-fill {
  fill: #5D6166; }
html.theme-id47 .linechart-balloon-bg-vergleich {
  /* Tooltip Balloon auf Performance Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #5D6166; }
html.theme-id47 .linechart-balloon-div-vergleich div {
  /* Tooltip Text auf Performance Linie Vermögensentwicklung */
  color: #5D6166 !important; }
html.theme-id47 .linechart-trend-line {
  stroke: #000; }
html.theme-id47 .piechart-balloon-bg {
  /* Tooltip Balloon */
  fill: #FFF;
  stroke: #1F5C89; }
html.theme-id47 .piechart-balloon-div div {
  /* Tooltip Text */
  color: #1F5C89 !important; }
html.theme-id47 .piechart-legend-marker {
  /* Legende Markierung */
  stroke: #000; }
html.theme-id47 .piechart-legend-value, html.theme-id47 .piechart-legend-label {
  /* Legende Texte */
  fill: #000; }
html.theme-id47 .piechart-pie-item > .piechart-pie-slice {
  /* PieChart Stück */
  stroke: #000; }
html.theme-id47 .linechart-graph-line0 .linechart-graph-stroke {
  stroke: #c00000; }
html.theme-id47 .linechart-graph-line0 .linechart-graph-fill {
  fill: #c00000;
  fill-opacity: 0.33; }
html.theme-id47 .linechart-balloon-bg-line0 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #c00000;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id47 .linechart-balloon-div-line0 div {
  color: #c00000 !important; }
html.theme-id47 span.line0 {
  background-color: #c00000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id47 .linechart-graph-line5 .linechart-graph-stroke {
  stroke: #ff2727; }
html.theme-id47 .linechart-graph-line5 .linechart-graph-fill {
  fill: #ff2727;
  fill-opacity: 0.33; }
html.theme-id47 .linechart-balloon-bg-line5 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff2727;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id47 .linechart-balloon-div-line5 div {
  color: #ff2727 !important; }
html.theme-id47 span.line5 {
  background-color: #ff2727;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id47 .linechart-graph-line10 .linechart-graph-stroke {
  stroke: #ff8d8d; }
html.theme-id47 .linechart-graph-line10 .linechart-graph-fill {
  fill: #ff8d8d;
  fill-opacity: 0.33; }
html.theme-id47 .linechart-balloon-bg-line10 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff8d8d;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id47 .linechart-balloon-div-line10 div {
  color: #ff8d8d !important; }
html.theme-id47 span.line10 {
  background-color: #ff8d8d;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id47 .linechart-graph-line1 .linechart-graph-stroke {
  stroke: #00c000; }
html.theme-id47 .linechart-graph-line1 .linechart-graph-fill {
  fill: #00c000;
  fill-opacity: 0.33; }
html.theme-id47 .linechart-balloon-bg-line1 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #00c000;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id47 .linechart-balloon-div-line1 div {
  color: #00c000 !important; }
html.theme-id47 span.line1 {
  background-color: #00c000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id47 .linechart-graph-line6 .linechart-graph-stroke {
  stroke: #27ff27; }
html.theme-id47 .linechart-graph-line6 .linechart-graph-fill {
  fill: #27ff27;
  fill-opacity: 0.33; }
html.theme-id47 .linechart-balloon-bg-line6 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #27ff27;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id47 .linechart-balloon-div-line6 div {
  color: #27ff27 !important; }
html.theme-id47 span.line6 {
  background-color: #27ff27;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id47 .linechart-graph-line11 .linechart-graph-stroke {
  stroke: #8dff8d; }
html.theme-id47 .linechart-graph-line11 .linechart-graph-fill {
  fill: #8dff8d;
  fill-opacity: 0.33; }
html.theme-id47 .linechart-balloon-bg-line11 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #8dff8d;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id47 .linechart-balloon-div-line11 div {
  color: #8dff8d !important; }
html.theme-id47 span.line11 {
  background-color: #8dff8d;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id47 .linechart-graph-line2 .linechart-graph-stroke {
  stroke: #4020ff; }
html.theme-id47 .linechart-graph-line2 .linechart-graph-fill {
  fill: #4020ff;
  fill-opacity: 0.33; }
html.theme-id47 .linechart-balloon-bg-line2 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #4020ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id47 .linechart-balloon-div-line2 div {
  color: #4020ff !important; }
html.theme-id47 span.line2 {
  background-color: #4020ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id47 .linechart-graph-line7 .linechart-graph-stroke {
  stroke: #9786ff; }
html.theme-id47 .linechart-graph-line7 .linechart-graph-fill {
  fill: #9786ff;
  fill-opacity: 0.33; }
html.theme-id47 .linechart-balloon-bg-line7 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #9786ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id47 .linechart-balloon-div-line7 div {
  color: #9786ff !important; }
html.theme-id47 span.line7 {
  background-color: #9786ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id47 .linechart-graph-line12 .linechart-graph-stroke {
  stroke: #efecff; }
html.theme-id47 .linechart-graph-line12 .linechart-graph-fill {
  fill: #efecff;
  fill-opacity: 0.33; }
html.theme-id47 .linechart-balloon-bg-line12 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #efecff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id47 .linechart-balloon-div-line12 div {
  color: #efecff !important; }
html.theme-id47 span.line12 {
  background-color: #efecff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id47 .linechart-graph-line3 .linechart-graph-stroke {
  stroke: #c000c0; }
html.theme-id47 .linechart-graph-line3 .linechart-graph-fill {
  fill: #c000c0;
  fill-opacity: 0.33; }
html.theme-id47 .linechart-balloon-bg-line3 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #c000c0;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id47 .linechart-balloon-div-line3 div {
  color: #c000c0 !important; }
html.theme-id47 span.line3 {
  background-color: #c000c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id47 .linechart-graph-line8 .linechart-graph-stroke {
  stroke: #ff27ff; }
html.theme-id47 .linechart-graph-line8 .linechart-graph-fill {
  fill: #ff27ff;
  fill-opacity: 0.33; }
html.theme-id47 .linechart-balloon-bg-line8 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff27ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id47 .linechart-balloon-div-line8 div {
  color: #ff27ff !important; }
html.theme-id47 span.line8 {
  background-color: #ff27ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id47 .linechart-graph-line13 .linechart-graph-stroke {
  stroke: #ff8dff; }
html.theme-id47 .linechart-graph-line13 .linechart-graph-fill {
  fill: #ff8dff;
  fill-opacity: 0.33; }
html.theme-id47 .linechart-balloon-bg-line13 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff8dff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id47 .linechart-balloon-div-line13 div {
  color: #ff8dff !important; }
html.theme-id47 span.line13 {
  background-color: #ff8dff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id47 .linechart-graph-line4 .linechart-graph-stroke {
  stroke: #00c0c0; }
html.theme-id47 .linechart-graph-line4 .linechart-graph-fill {
  fill: #00c0c0;
  fill-opacity: 0.33; }
html.theme-id47 .linechart-balloon-bg-line4 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #00c0c0;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id47 .linechart-balloon-div-line4 div {
  color: #00c0c0 !important; }
html.theme-id47 span.line4 {
  background-color: #00c0c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id47 .linechart-graph-line9 .linechart-graph-stroke {
  stroke: #27ffff; }
html.theme-id47 .linechart-graph-line9 .linechart-graph-fill {
  fill: #27ffff;
  fill-opacity: 0.33; }
html.theme-id47 .linechart-balloon-bg-line9 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #27ffff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id47 .linechart-balloon-div-line9 div {
  color: #27ffff !important; }
html.theme-id47 span.line9 {
  background-color: #27ffff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id47 .linechart-graph-line14 .linechart-graph-stroke {
  stroke: #8dffff; }
html.theme-id47 .linechart-graph-line14 .linechart-graph-fill {
  fill: #8dffff;
  fill-opacity: 0.33; }
html.theme-id47 .linechart-balloon-bg-line14 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #8dffff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id47 .linechart-balloon-div-line14 div {
  color: #8dffff !important; }
html.theme-id47 span.line14 {
  background-color: #8dffff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id47 span.trendline {
  background-color: #000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id47 .riskclass-verylow0 {
  background-color: #0093b5;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-verylow0 > path.piechart-legend-marker, html.theme-id47 .riskclass-verylow0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #0093b5 !important; }
  html.theme-id47 .riskclass-verylow0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #006a82 !important; }
html.theme-id47 .riskclass-verylow1 {
  background-color: #00bce8;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-verylow1 > path.piechart-legend-marker, html.theme-id47 .riskclass-verylow1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00bce8 !important; }
  html.theme-id47 .riskclass-verylow1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #0093b5 !important; }
html.theme-id47 .riskclass-verylow2 {
  background-color: #1cd4ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-verylow2 > path.piechart-legend-marker, html.theme-id47 .riskclass-verylow2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #1cd4ff !important; }
  html.theme-id47 .riskclass-verylow2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00bce8 !important; }
html.theme-id47 .riskclass-low0 {
  background-color: #00a000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-low0 > path.piechart-legend-marker, html.theme-id47 .riskclass-low0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00a000 !important; }
  html.theme-id47 .riskclass-low0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #006d00 !important; }
html.theme-id47 .riskclass-low1 {
  background-color: #00d300;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-low1 > path.piechart-legend-marker, html.theme-id47 .riskclass-low1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00d300 !important; }
  html.theme-id47 .riskclass-low1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00a000 !important; }
html.theme-id47 .riskclass-low2 {
  background-color: #07ff07;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-low2 > path.piechart-legend-marker, html.theme-id47 .riskclass-low2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #07ff07 !important; }
  html.theme-id47 .riskclass-low2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00d300 !important; }
html.theme-id47 .riskclass-medium0 {
  background-color: #c0c000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-medium0 > path.piechart-legend-marker, html.theme-id47 .riskclass-medium0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #c0c000 !important; }
  html.theme-id47 .riskclass-medium0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #8d8d00 !important; }
html.theme-id47 .riskclass-medium1 {
  background-color: #f3f300;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-medium1 > path.piechart-legend-marker, html.theme-id47 .riskclass-medium1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #f3f300 !important; }
  html.theme-id47 .riskclass-medium1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #c0c000 !important; }
html.theme-id47 .riskclass-medium2 {
  background-color: #ffff27;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-medium2 > path.piechart-legend-marker, html.theme-id47 .riskclass-medium2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ffff27 !important; }
  html.theme-id47 .riskclass-medium2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #f3f300 !important; }
html.theme-id47 .riskclass-high0 {
  background-color: #e55b00;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-high0 > path.piechart-legend-marker, html.theme-id47 .riskclass-high0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #e55b00 !important; }
  html.theme-id47 .riskclass-high0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #b24700 !important; }
html.theme-id47 .riskclass-high1 {
  background-color: #ff7419;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-high1 > path.piechart-legend-marker, html.theme-id47 .riskclass-high1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff7419 !important; }
  html.theme-id47 .riskclass-high1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #e55b00 !important; }
html.theme-id47 .riskclass-high2 {
  background-color: #ff934c;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-high2 > path.piechart-legend-marker, html.theme-id47 .riskclass-high2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff934c !important; }
  html.theme-id47 .riskclass-high2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #ff7419 !important; }
html.theme-id47 .riskclass-veryhigh0 {
  background-color: #c00000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-veryhigh0 > path.piechart-legend-marker, html.theme-id47 .riskclass-veryhigh0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #c00000 !important; }
  html.theme-id47 .riskclass-veryhigh0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #8d0000 !important; }
html.theme-id47 .riskclass-veryhigh1 {
  background-color: #f30000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-veryhigh1 > path.piechart-legend-marker, html.theme-id47 .riskclass-veryhigh1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #f30000 !important; }
  html.theme-id47 .riskclass-veryhigh1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #c00000 !important; }
html.theme-id47 .riskclass-veryhigh2 {
  background-color: #ff2727;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-veryhigh2 > path.piechart-legend-marker, html.theme-id47 .riskclass-veryhigh2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff2727 !important; }
  html.theme-id47 .riskclass-veryhigh2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #f30000 !important; }
html.theme-id47 .riskclass-notset0 {
  background-color: #5d6166;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-notset0 > path.piechart-legend-marker, html.theme-id47 .riskclass-notset0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #5d6166 !important; }
  html.theme-id47 .riskclass-notset0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #45484b !important; }
html.theme-id47 .riskclass-notset1 {
  background-color: #757a81;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-notset1 > path.piechart-legend-marker, html.theme-id47 .riskclass-notset1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #757a81 !important; }
  html.theme-id47 .riskclass-notset1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #5d6166 !important; }
html.theme-id47 .riskclass-notset2 {
  background-color: #909499;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-notset2 > path.piechart-legend-marker, html.theme-id47 .riskclass-notset2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #909499 !important; }
  html.theme-id47 .riskclass-notset2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #757a81 !important; }
html.theme-id47 .riskclass-none0 {
  background-color: #5d6166;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-none0 > path.piechart-legend-marker, html.theme-id47 .riskclass-none0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #5d6166 !important; }
  html.theme-id47 .riskclass-none0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #45484b !important; }
html.theme-id47 .riskclass-none1 {
  background-color: #757a81;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-none1 > path.piechart-legend-marker, html.theme-id47 .riskclass-none1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #757a81 !important; }
  html.theme-id47 .riskclass-none1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #5d6166 !important; }
html.theme-id47 .riskclass-none2 {
  background-color: #909499;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id47 .riskclass-none2 > path.piechart-legend-marker, html.theme-id47 .riskclass-none2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #909499 !important; }
  html.theme-id47 .riskclass-none2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #757a81 !important; }
html.theme-id47 .progress-bar {
  background-color: #5090B6; }
html.theme-id47 .report-icon {
  color: #5090B6; }
html.theme-id47 .uib-datepicker-popup > .uib-button-bar .btn-info,
html.theme-id47 .uib-datepicker-popup > .uib-button-bar .btn-danger,
html.theme-id47 .uib-datepicker-popup > .uib-button-bar .btn-success {
  background-color: #FFF;
  border-color: #E8EBF1;
  color: #000; }
html.theme-id47 .uib-datepicker-popup > .uib-button-bar .btn-info:active,
html.theme-id47 .uib-datepicker-popup > .uib-button-bar .btn-info:focus,
html.theme-id47 .uib-datepicker-popup > .uib-button-bar .btn-info:hover,
html.theme-id47 .uib-datepicker-popup > .uib-button-bar .btn-danger:active,
html.theme-id47 .uib-datepicker-popup > .uib-button-bar .btn-danger:focus,
html.theme-id47 .uib-datepicker-popup > .uib-button-bar .btn-danger:hover,
html.theme-id47 .uib-datepicker-popup > .uib-button-bar .btn-success:active,
html.theme-id47 .uib-datepicker-popup > .uib-button-bar .btn-success:focus,
html.theme-id47 .uib-datepicker-popup > .uib-button-bar .btn-success:hover {
  background-color: #f7f7f7;
  border-color: #d8dde7;
  color: #595959; }
html.theme-id47 .uib-daypicker > thead .btn-default,
html.theme-id47 .uib-monthpicker > thead .btn-default,
html.theme-id47 .uib-yearpicker > thead .btn-default {
  background-color: #FFF;
  border-color: #E8EBF1;
  color: #000; }
html.theme-id47 .uib-daypicker > thead .btn-default:active,
html.theme-id47 .uib-daypicker > thead .btn-default:focus,
html.theme-id47 .uib-daypicker > thead .btn-default:hover,
html.theme-id47 .uib-monthpicker > thead .btn-default:active,
html.theme-id47 .uib-monthpicker > thead .btn-default:focus,
html.theme-id47 .uib-monthpicker > thead .btn-default:hover,
html.theme-id47 .uib-yearpicker > thead .btn-default:active,
html.theme-id47 .uib-yearpicker > thead .btn-default:focus,
html.theme-id47 .uib-yearpicker > thead .btn-default:hover {
  background-color: #f7f7f7;
  border-color: #d8dde7;
  color: #595959; }
html.theme-id47 .uib-day,
html.theme-id47 .uib-month,
html.theme-id47 .uib-year {
  border-color: #DDD;
  /* Standard buttons */
  /* Disabled buttons */
  /* Selected button */ }
  html.theme-id47 .uib-day > .btn-default,
  html.theme-id47 .uib-month > .btn-default,
  html.theme-id47 .uib-year > .btn-default {
    background-color: #FFF;
    color: #000;
    /* Standard buttons text other months */
    /* Standard Today */ }
    html.theme-id47 .uib-day > .btn-default .text-muted,
    html.theme-id47 .uib-month > .btn-default .text-muted,
    html.theme-id47 .uib-year > .btn-default .text-muted {
      color: gray; }
    html.theme-id47 .uib-day > .btn-default > .text-info,
    html.theme-id47 .uib-month > .btn-default > .text-info,
    html.theme-id47 .uib-year > .btn-default > .text-info {
      color: #5090B6; }
    html.theme-id47 .uib-day > .btn-default:active, html.theme-id47 .uib-day > .btn-default:focus, html.theme-id47 .uib-day > .btn-default:hover,
    html.theme-id47 .uib-month > .btn-default:active,
    html.theme-id47 .uib-month > .btn-default:focus,
    html.theme-id47 .uib-month > .btn-default:hover,
    html.theme-id47 .uib-year > .btn-default:active,
    html.theme-id47 .uib-year > .btn-default:focus,
    html.theme-id47 .uib-year > .btn-default:hover {
      background-color: #F1F1F1;
      color: #404040; }
      html.theme-id47 .uib-day > .btn-default:active > .text-muted, html.theme-id47 .uib-day > .btn-default:focus > .text-muted, html.theme-id47 .uib-day > .btn-default:hover > .text-muted,
      html.theme-id47 .uib-month > .btn-default:active > .text-muted,
      html.theme-id47 .uib-month > .btn-default:focus > .text-muted,
      html.theme-id47 .uib-month > .btn-default:hover > .text-muted,
      html.theme-id47 .uib-year > .btn-default:active > .text-muted,
      html.theme-id47 .uib-year > .btn-default:focus > .text-muted,
      html.theme-id47 .uib-year > .btn-default:hover > .text-muted {
        color: #616161; }
      html.theme-id47 .uib-day > .btn-default:active > .text-info, html.theme-id47 .uib-day > .btn-default:focus > .text-info, html.theme-id47 .uib-day > .btn-default:hover > .text-info,
      html.theme-id47 .uib-month > .btn-default:active > .text-info,
      html.theme-id47 .uib-month > .btn-default:focus > .text-info,
      html.theme-id47 .uib-month > .btn-default:hover > .text-info,
      html.theme-id47 .uib-year > .btn-default:active > .text-info,
      html.theme-id47 .uib-year > .btn-default:focus > .text-info,
      html.theme-id47 .uib-year > .btn-default:hover > .text-info {
        color: #74a7c5; }
  html.theme-id47 .uib-day > .btn-default[disabled],
  html.theme-id47 .uib-month > .btn-default[disabled],
  html.theme-id47 .uib-year > .btn-default[disabled] {
    background-color: #ececec;
    color: #404040;
    /* Disabled buttons text other months */
    /* Disabled Today */ }
    html.theme-id47 .uib-day > .btn-default[disabled] > .text-muted,
    html.theme-id47 .uib-month > .btn-default[disabled] > .text-muted,
    html.theme-id47 .uib-year > .btn-default[disabled] > .text-muted {
      color: gray; }
    html.theme-id47 .uib-day > .btn-default[disabled] > .text-info,
    html.theme-id47 .uib-month > .btn-default[disabled] > .text-info,
    html.theme-id47 .uib-year > .btn-default[disabled] > .text-info {
      color: #5090B6; }
    html.theme-id47 .uib-day > .btn-default[disabled]:active, html.theme-id47 .uib-day > .btn-default[disabled]:focus, html.theme-id47 .uib-day > .btn-default[disabled]:hover,
    html.theme-id47 .uib-month > .btn-default[disabled]:active,
    html.theme-id47 .uib-month > .btn-default[disabled]:focus,
    html.theme-id47 .uib-month > .btn-default[disabled]:hover,
    html.theme-id47 .uib-year > .btn-default[disabled]:active,
    html.theme-id47 .uib-year > .btn-default[disabled]:focus,
    html.theme-id47 .uib-year > .btn-default[disabled]:hover {
      background-color: #F1F1F1;
      color: #616161; }
      html.theme-id47 .uib-day > .btn-default[disabled]:active > .text-muted, html.theme-id47 .uib-day > .btn-default[disabled]:focus > .text-muted, html.theme-id47 .uib-day > .btn-default[disabled]:hover > .text-muted,
      html.theme-id47 .uib-month > .btn-default[disabled]:active > .text-muted,
      html.theme-id47 .uib-month > .btn-default[disabled]:focus > .text-muted,
      html.theme-id47 .uib-month > .btn-default[disabled]:hover > .text-muted,
      html.theme-id47 .uib-year > .btn-default[disabled]:active > .text-muted,
      html.theme-id47 .uib-year > .btn-default[disabled]:focus > .text-muted,
      html.theme-id47 .uib-year > .btn-default[disabled]:hover > .text-muted {
        color: #616161; }
      html.theme-id47 .uib-day > .btn-default[disabled]:active > .text-info, html.theme-id47 .uib-day > .btn-default[disabled]:focus > .text-info, html.theme-id47 .uib-day > .btn-default[disabled]:hover > .text-info,
      html.theme-id47 .uib-month > .btn-default[disabled]:active > .text-info,
      html.theme-id47 .uib-month > .btn-default[disabled]:focus > .text-info,
      html.theme-id47 .uib-month > .btn-default[disabled]:hover > .text-info,
      html.theme-id47 .uib-year > .btn-default[disabled]:active > .text-info,
      html.theme-id47 .uib-year > .btn-default[disabled]:focus > .text-info,
      html.theme-id47 .uib-year > .btn-default[disabled]:hover > .text-info {
        color: #74a7c5; }
  html.theme-id47 .uib-day > .btn-info,
  html.theme-id47 .uib-month > .btn-info,
  html.theme-id47 .uib-year > .btn-info {
    background-color: #c7dbe8;
    color: #000;
    /* Selected buttons text other months */
    /* Selected Today */ }
    html.theme-id47 .uib-day > .btn-info > .text-muted,
    html.theme-id47 .uib-month > .btn-info > .text-muted,
    html.theme-id47 .uib-year > .btn-info > .text-muted {
      color: gray; }
    html.theme-id47 .uib-day > .btn-info > .text-info,
    html.theme-id47 .uib-month > .btn-info > .text-info,
    html.theme-id47 .uib-year > .btn-info > .text-info {
      color: #5090B6; }
    html.theme-id47 .uib-day > .btn-info:active, html.theme-id47 .uib-day > .btn-info:focus, html.theme-id47 .uib-day > .btn-info:hover,
    html.theme-id47 .uib-month > .btn-info:active,
    html.theme-id47 .uib-month > .btn-info:focus,
    html.theme-id47 .uib-month > .btn-info:hover,
    html.theme-id47 .uib-year > .btn-info:active,
    html.theme-id47 .uib-year > .btn-info:focus,
    html.theme-id47 .uib-year > .btn-info:hover {
      background-color: #c7dbe8;
      color: #404040; }
      html.theme-id47 .uib-day > .btn-info:active > .text-muted, html.theme-id47 .uib-day > .btn-info:focus > .text-muted, html.theme-id47 .uib-day > .btn-info:hover > .text-muted,
      html.theme-id47 .uib-month > .btn-info:active > .text-muted,
      html.theme-id47 .uib-month > .btn-info:focus > .text-muted,
      html.theme-id47 .uib-month > .btn-info:hover > .text-muted,
      html.theme-id47 .uib-year > .btn-info:active > .text-muted,
      html.theme-id47 .uib-year > .btn-info:focus > .text-muted,
      html.theme-id47 .uib-year > .btn-info:hover > .text-muted {
        color: #616161; }
      html.theme-id47 .uib-day > .btn-info:active > .text-info, html.theme-id47 .uib-day > .btn-info:focus > .text-info, html.theme-id47 .uib-day > .btn-info:hover > .text-info,
      html.theme-id47 .uib-month > .btn-info:active > .text-info,
      html.theme-id47 .uib-month > .btn-info:focus > .text-info,
      html.theme-id47 .uib-month > .btn-info:hover > .text-info,
      html.theme-id47 .uib-year > .btn-info:active > .text-info,
      html.theme-id47 .uib-year > .btn-info:focus > .text-info,
      html.theme-id47 .uib-year > .btn-info:hover > .text-info {
        color: #74a7c5; }
html.theme-id47 .label-overdue {
  color: #ff0040; }
html.theme-id47 .comment {
  color: #4d4d4d; }
html.theme-id47 .structure-icon-status-active {
  color: #5090B6; }
html.theme-id47 .structure-icon-status-standby {
  color: #5090B6; }
html.theme-id47 .structure-icon-status-inactive {
  color: #4d4d4d; }
html.theme-id47 .structure-icon-status-notassigned {
  color: #000; }
html.theme-id47 .modal-header {
  background-color: #F1F1F1; }
html.theme-id47 .minichart-wrapper .minichart-item div.minichart-table > div:first-child > div {
  background-color: #F1F1F1; }
html.theme-id47 .note-editor .modal label {
  color: #5D6166; }
html.theme-id47 .slick-prev:before,
html.theme-id47 .slick-next:before {
  color: #000; }
html.theme-id47 .slick-dots li button:before {
  color: #000; }
html.theme-id47 .slick-dots li.slick-active button:before {
  color: #000; }
html.theme-id47 .sceditor-button div:before {
  color: #000 !important; }
html.theme-id47 .signature-empty, html.theme-id47 .signature-image, html.theme-id47 .signature canvas {
  border-color: #000; }
html.theme-id47 .signature-enabled:hover {
  border-color: #5090B6;
  color: #5090B6; }
html.theme-id47 .timepicker.dropdown-menu button {
  background-color: transparent !important;
  color: #000 !important; }
html.theme-id47 ppc-datepicker > input.ng-empty {
  color: gray !important; }
html.theme-id47 .horizontal-separator > hr {
  border-color: #5D6166; }
html.theme-id47 .horizontal-separator > span {
  background-color: #FFF; }
html.theme-id47 .iframe-container {
  border-color: #F1F1F1; }
html.theme-id47 .input-label[disabled="disabled"] {
  color: gray; }
html.theme-id47 .inline-search {
  background-color: #F1F1F1;
  border-color: #DDD; }
  html.theme-id47 .inline-search .table-responsive {
    border-color: #DDD; }
  html.theme-id47 .inline-search .table > thead {
    background-color: #F1F1F1; }
  html.theme-id47 .inline-search .table > tbody:nth-child(even) {
    background-color: #FFF; }
  html.theme-id47 .inline-search .table > tbody:nth-child(odd) {
    background-color: transparent; }
  html.theme-id47 .inline-search .table a[role="button"] {
    color: #000; }
html.theme-id47 .ppc-table-striped tbody.servicetermin {
  				/*&-black {
  					background-color:;
  					color:;
  
  					&:nth-child(odd) {
  						background-color:;
  					}
  
  					&:hover {
  						background-color:;
  					}
  				}*/ }
  html.theme-id47 .ppc-table-striped tbody.servicetermin-orange {
    background-color: rgba(255, 127, 0, 0.05);
    color: #ff7f00; }
    html.theme-id47 .ppc-table-striped tbody.servicetermin-orange:nth-child(odd) {
      background-color: rgba(255, 127, 0, 0.1); }
    html.theme-id47 .ppc-table-striped tbody.servicetermin-orange:hover {
      background-color: rgba(255, 127, 0, 0.3) !important; }
  html.theme-id47 .ppc-table-striped tbody.servicetermin-red {
    background-color: rgba(255, 0, 0, 0.05);
    color: red; }
    html.theme-id47 .ppc-table-striped tbody.servicetermin-red:nth-child(odd) {
      background-color: rgba(255, 0, 0, 0.1); }
    html.theme-id47 .ppc-table-striped tbody.servicetermin-red:hover {
      background-color: rgba(255, 0, 0, 0.3) !important; }
html.theme-id47 .inline-loader > span {
  color: #5090B6; }
html.theme-id47 .security-code {
  color: #5090B6; }
html.theme-id47 .InputClear > div {
  background-color: #ff0040;
  border-color: #800020;
  color: #FFF; }
html.theme-id47 input.form-control.Error {
  background-color: #ffd8d8;
  border-color: #e19092; }
  html.theme-id47 input.form-control.Error:focus {
    border-color: #cc3f44; }

html.theme-id48,
html.theme-id48 > body {
  background-color: #E8EBF1;
  color: #000; }

html.theme-id48 .has-error .help-block,
html.theme-id48 .has-error .control-label,
html.theme-id48 .has-error .radio,
html.theme-id48 .has-error .checkbox,
html.theme-id48 .has-error .radio-inline,
html.theme-id48 .has-error .checkbox-inline, html.theme-id48 .has-error.radio label, html.theme-id48 .has-error.checkbox label, html.theme-id48 .has-error.adio-inline label, html.theme-id48 .has-error.checkbox-inline label {
  color: #a94442; }
html.theme-id48 .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  html.theme-id48 .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
html.theme-id48 .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }
html.theme-id48 .has-error .form-control-feedback {
  color: #a94442; }
html.theme-id48 .form-group.has-error {
  color: #cc3f44; }
  html.theme-id48 .form-group.has-error .form-control {
    border-color: #e19092; }
    html.theme-id48 .form-group.has-error .form-control:focus {
      border-color: #cc3f44; }
html.theme-id48 .form-group.has-success {
  color: #68b828; }
  html.theme-id48 .form-group.has-success .form-control {
    border-color: #9cde68; }
    html.theme-id48 .form-group.has-success .form-control:focus {
      border-color: #68b828; }
html.theme-id48 div.errortext,
html.theme-id48 span.errortext {
  color: #a94442; }
html.theme-id48 div.successtext {
  color: #2e8000; }
html.theme-id48 a {
  color: #5184C3; }
  html.theme-id48 a:hover, html.theme-id48 a:focus {
    color: #92B1CD; }
  html.theme-id48 a.unhighlighted {
    color: #000; }
html.theme-id48 hr {
  border-color: #92B1CD; }
html.theme-id48 .loader {
  background-color: #5184C3; }
  html.theme-id48 .loader .spinner {
    box-shadow: inset 0 0 0 1em #FFF; }
    html.theme-id48 .loader .spinner:before, html.theme-id48 .loader .spinner:after {
      background-color: #5184C3; }
html.theme-id48 .sidebar {
  background-color: #023A78; }
  html.theme-id48 .sidebar .logo {
    background-color: #5184C3; }
    html.theme-id48 .sidebar .logo .menu {
      background-color: #92B1CD; }
      html.theme-id48 .sidebar .logo .menu a {
        color: #FFF; }
  html.theme-id48 .sidebar ul.navigation li {
    border-bottom-color: #5184C3; }
    html.theme-id48 .sidebar ul.navigation li a {
      color: #FFF; }
      html.theme-id48 .sidebar ul.navigation li a:hover {
        background-color: #5184C3; }
      html.theme-id48 .sidebar ul.navigation li a i {
        color: #FFF; }
html.theme-id48 .topbar .menu-button-mobile {
  color: #5184C3; }
html.theme-id48 .topbar .search input {
  border-bottom-color: #E8EBF1;
  color: #E8EBF1; }
html.theme-id48 .topbar.navbar, html.theme-id48 .topbar-simple.navbar {
  background: #023A78;
  /*border-color: $color-navigation-background;*/
  border-bottom-color: #023369; }
  html.theme-id48 .topbar.navbar ul.navbar-nav > .open > a, html.theme-id48 .topbar-simple.navbar ul.navbar-nav > .open > a {
    background: #5184C3;
    color: #FFF; }
  html.theme-id48 .topbar.navbar ul.navbar-nav > li > a, html.theme-id48 .topbar-simple.navbar ul.navbar-nav > li > a {
    color: #FFF; }
  html.theme-id48 .topbar.navbar .dropdown-menu, html.theme-id48 .topbar-simple.navbar .dropdown-menu {
    background-color: #023A78; }
    html.theme-id48 .topbar.navbar .dropdown-menu > li a, html.theme-id48 .topbar-simple.navbar .dropdown-menu > li a {
      color: #FFF;
      border-top-color: #5184C3; }
      html.theme-id48 .topbar.navbar .dropdown-menu > li a:hover, html.theme-id48 .topbar-simple.navbar .dropdown-menu > li a:hover {
        background-color: #5184C3; }
    html.theme-id48 .topbar.navbar .dropdown-menu > li.active a, html.theme-id48 .topbar-simple.navbar .dropdown-menu > li.active a {
      background-color: #5184C3; }
    html.theme-id48 .topbar.navbar .dropdown-menu > li:first-child a:hover, html.theme-id48 .topbar-simple.navbar .dropdown-menu > li:first-child a:hover {
      border-top-color: #5184C3; }
    html.theme-id48 .topbar.navbar .dropdown-menu.typeahead, html.theme-id48 .topbar-simple.navbar .dropdown-menu.typeahead {
      background-color: transparent; }
      html.theme-id48 .topbar.navbar .dropdown-menu.typeahead > li, html.theme-id48 .topbar-simple.navbar .dropdown-menu.typeahead > li {
        background-color: #023A78; }
        html.theme-id48 .topbar.navbar .dropdown-menu.typeahead > li.active a, html.theme-id48 .topbar-simple.navbar .dropdown-menu.typeahead > li.active a {
          background-color: #5184C3; }
html.theme-id48 .quickbar {
  background-color: #5184C3; }
html.theme-id48 .footer {
  background-color: #5184C3;
  border-top-color: #467cbf; }
  html.theme-id48 .footer ul li {
    color: #FFF; }
    html.theme-id48 .footer ul li a {
      color: #FFF; }
      html.theme-id48 .footer ul li a:hover {
        color: #023A78; }
html.theme-id48 .history-container {
  border-top-color: #5184C3; }
  html.theme-id48 .history-container .left span {
    color: #FFF; }
  html.theme-id48 .history-container .right h3, html.theme-id48 .history-container .right h4 {
    color: #FFF; }
  html.theme-id48 .history-container li:not(:first-child) {
    border-top-color: #5184C3; }
  html.theme-id48 .history-container li:hover {
    background-color: #5184C3; }
html.theme-id48 .contact-image.empty {
  background-color: #E8EBF1; }
html.theme-id48 .inbox-count {
  background: linear-gradient(#779fd0, #5184C3, #92B1CD, #6f98bd);
  border-color: #FFF; }
html.theme-id48 .scroll-to-top {
  background-color: #5184C3; }
html.theme-id48 .widget {
  background-color: #FFF; }
html.theme-id48 .widget-stats .left {
  color: #FFF;
  background-color: #5184C3; }
html.theme-id48 .widget-stats .right h3 {
  color: #5184C3; }
html.theme-id48 .widget-stats .right h4 {
  color: #4d4d4d; }
html.theme-id48 .widget-wizard .plus > i {
  color: #FFF;
  background-color: #5184C3; }
html.theme-id48 .ppc-table thead, html.theme-id48 .ppc-table tfoot {
  background-color: #f2f2f2; }
html.theme-id48 .ppc-table-striped tbody:nth-child(odd) {
  background-color: #f7f7f7; }
html.theme-id48 .table > thead,
html.theme-id48 .table > tbody.sum {
  background-color: #ededed; }
html.theme-id48 .table > tbody.group {
  background-color: #f2f2f2; }
html.theme-id48 .table .selected-row {
  background-color: #5184C3 !important;
  color: #FFF; }
  html.theme-id48 .table .selected-row td {
    border-top-color: #92B1CD !important;
    border-bottom-color: #92B1CD !important; }
html.theme-id48 .table > tbody.alternate-row {
  background-color: #f7f7f7; }
html.theme-id48 .table > tbody:not(.group):not(.sum):not(.hover-rows):hover,
html.theme-id48 .table > tbody.hover-rows > tr:hover {
  background-color: rgba(81, 132, 195, 0.2); }
html.theme-id48 .table > tbody.subrow {
  color: #4d4d4d; }
html.theme-id48 .table > tbody.inactive {
  color: gray; }
html.theme-id48 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7; }
html.theme-id48 .table-striped-2 > tbody > tr:nth-child(4n-1), html.theme-id48 .table-striped-2 > tbody > tr:nth-child(4n) {
  background-color: #f7f7f7; }
html.theme-id48 .pagination > li > a, html.theme-id48 .pagination > li > span {
  background-color: #FFF;
  border-color: #dee3eb;
  color: #5184C3; }
  html.theme-id48 .pagination > li > a:hover, html.theme-id48 .pagination > li > a:focus, html.theme-id48 .pagination > li > span:hover, html.theme-id48 .pagination > li > span:focus {
    background-color: #E8EBF1;
    border-color: #dee3eb;
    color: #92B1CD; }
html.theme-id48 .pagination > li.active > a, html.theme-id48 .pagination > li.active > span {
  background-color: #5184C3;
  border-color: #5184C3;
  color: #FFF; }
html.theme-id48 .panel-ips-primary {
  background-color: #FFF;
  border-color: #DDD; }
  html.theme-id48 .panel-ips-primary > .panel-heading {
    background-color: #F1F1F1;
    border-bottom-color: #DDD; }
    html.theme-id48 .panel-ips-primary > .panel-heading a {
      color: #000; }
html.theme-id48 .loading {
  color: #92B1CD; }
html.theme-id48 .panel-ips-secondary {
  border-color: #DDD; }
  html.theme-id48 .panel-ips-secondary .panel-heading a {
    color: #4d4d4d; }
html.theme-id48 .btn-ppc,
html.theme-id48 .btn-ppc.disabled,
html.theme-id48 .btn-ppc[disabled],
html.theme-id48 .btn-ppc.disabled:hover,
html.theme-id48 .btn-ppc[disabled]:hover,
html.theme-id48 .btn-ppc.disabled:focus,
html.theme-id48 .btn-ppc[disabled]:focus {
  background-color: #92B1CD;
  border-color: #5184C3;
  color: #FFF; }
html.theme-id48 .btn-primary,
html.theme-id48 .btn-primary.disabled,
html.theme-id48 .btn-primary[disabled],
html.theme-id48 .btn-primary.disabled:hover,
html.theme-id48 .btn-primary[disabled]:hover,
html.theme-id48 .btn-primary.disabled:focus,
html.theme-id48 .btn-primary[disabled]:focus {
  background-color: #92B1CD;
  border-color: #5184C3;
  color: #FFF; }
html.theme-id48 .btn-ppc:focus, html.theme-id48 .btn-ppc:hover {
  background-color: #5184C3;
  border-color: #92B1CD;
  color: #FFF; }
html.theme-id48 .btn-primary:focus, html.theme-id48 .btn-primary:hover {
  background-color: #5184C3;
  border-color: #92B1CD;
  color: #FFF; }
html.theme-id48 .control-label {
  color: #5184C3; }
  html.theme-id48 .control-label .required {
    color: #ff0040; }
html.theme-id48 .checkbox {
  color: #000; }
html.theme-id48 .form-control {
  border-color: #dfdfdf;
  color: #000; }
  html.theme-id48 .form-control:focus {
    border-color: #ababab; }
  html.theme-id48 .form-control[disabled], html.theme-id48 .form-control[readonly], fieldset[disabled] html.theme-id48 .form-control {
    border-color: #ababab;
    background: #f2f2f2;
    color: #545454; }
  html.theme-id48 .form-control.radiogroup > label {
    color: #000; }
html.theme-id48 .btn-group .btn, html.theme-id48 .btn-group .btn:focus {
  background-color: #F1F1F1;
  border-color: #DDD;
  color: #000; }
  html.theme-id48 .btn-group .btn.selected, html.theme-id48 .btn-group .btn:focus.selected {
    background-color: #5184C3;
    border-color: #92B1CD;
    color: #FFF; }
html.theme-id48 .correspondence-edit {
  color: #5184C3; }
html.theme-id48 .chartloader {
  background-color: #FFF; }
  html.theme-id48 .chartloader > div {
    color: #92B1CD; }
html.theme-id48 .linechart-cursor-fill {
  fill: #92B1CD; }
html.theme-id48 .linechart-cursor-line {
  stroke: #92B1CD; }
html.theme-id48 .linechart-cursor-selection {
  fill: #92B1CD;
  stroke: #92B1CD; }
html.theme-id48 .linechart-axis-fill {
  fill: #4d4d4d; }
html.theme-id48 .linechart-balloon-bg-category {
  /* Chart Cursor Bereich auf X Achse */
  fill: #FFF;
  stroke: #000; }
html.theme-id48 .linechart-balloon-div-category div {
  /* Chart Cursor Text auf X Achse */
  color: #000 !important; }
html.theme-id48 .linechart-graph-defaultline .linechart-graph-stroke {
  /* Default Linie */
  stroke: #92B1CD; }
html.theme-id48 .linechart-balloon-bg-defaultline {
  /* Tooltip Balloon auf Default Linie */
  fill: #FFF;
  stroke: #92B1CD; }
html.theme-id48 .linechart-balloon-div-defaultline div {
  /* Tooltip Text auf Default Linie */
  color: #92B1CD !important; }
html.theme-id48 .linechart-graph-performanceline .linechart-graph-stroke,
html.theme-id48 .linechart-graph-performancelineall .linechart-graph-stroke,
html.theme-id48 .linechart-graph-indexline .linechart-graph-stroke {
  stroke: #92B1CD; }
html.theme-id48 .linechart-graph-performanceline .linechart-graph-fill,
html.theme-id48 .linechart-graph-performancelineall .linechart-graph-fill,
html.theme-id48 .linechart-graph-indexline .linechart-graph-fill {
  fill: #92B1CD; }
html.theme-id48 .linechart-balloon-bg-performanceline,
html.theme-id48 .linechart-balloon-bg-performancelineall,
html.theme-id48 .linechart-balloon-bg-indexline {
  /* Tooltip Balloon auf Performance Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #92B1CD; }
html.theme-id48 .linechart-balloon-div-performanceline div,
html.theme-id48 .linechart-balloon-div-performancelineall div,
html.theme-id48 .linechart-balloon-div-indexline div {
  /* Tooltip Text auf Performance Linie Vermögensentwicklung */
  color: #92B1CD !important; }
html.theme-id48 .linechart-graph-goldline .linechart-graph-stroke {
  stroke: #EAC019; }
html.theme-id48 .linechart-graph-goldline .linechart-graph-fill {
  fill: #EAC019; }
html.theme-id48 .linechart-balloon-bg-goldline {
  /* Tooltip Balloon auf Gold Linie */
  fill: #FFF;
  stroke: #EAC019; }
html.theme-id48 .linechart-balloon-div-goldline div {
  /* Tooltip Text auf Gold Linie */
  color: #EAC019 !important; }
html.theme-id48 .linechart-graph-volumeline .linechart-graph-stroke,
html.theme-id48 .linechart-graph-volumelineall .linechart-graph-stroke {
  stroke: #5184C3; }
html.theme-id48 .linechart-graph-volumeline .linechart-graph-fill,
html.theme-id48 .linechart-graph-volumelineall .linechart-graph-fill {
  fill: #5184C3; }
html.theme-id48 .linechart-balloon-bg-volumeline,
html.theme-id48 .linechart-balloon-bg-volumelineall {
  /* Tooltip Balloon auf Volumen Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #5184C3; }
html.theme-id48 .linechart-balloon-div-volumeline div,
html.theme-id48 .linechart-balloon-div-volumelineall div {
  /* Tooltip Text auf Volumen Linie Vermögensentwicklung */
  color: #5184C3 !important; }
html.theme-id48 .linechart-graph-vergleich .linechart-graph-stroke {
  stroke: #5D6166; }
html.theme-id48 .linechart-graph-vergleich .linechart-graph-fill {
  fill: #5D6166; }
html.theme-id48 .linechart-balloon-bg-vergleich {
  /* Tooltip Balloon auf Performance Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #5D6166; }
html.theme-id48 .linechart-balloon-div-vergleich div {
  /* Tooltip Text auf Performance Linie Vermögensentwicklung */
  color: #5D6166 !important; }
html.theme-id48 .linechart-trend-line {
  stroke: #000; }
html.theme-id48 .piechart-balloon-bg {
  /* Tooltip Balloon */
  fill: #FFF;
  stroke: #92B1CD; }
html.theme-id48 .piechart-balloon-div div {
  /* Tooltip Text */
  color: #92B1CD !important; }
html.theme-id48 .piechart-legend-marker {
  /* Legende Markierung */
  stroke: #000; }
html.theme-id48 .piechart-legend-value, html.theme-id48 .piechart-legend-label {
  /* Legende Texte */
  fill: #000; }
html.theme-id48 .piechart-pie-item > .piechart-pie-slice {
  /* PieChart Stück */
  stroke: #000; }
html.theme-id48 .linechart-graph-line0 .linechart-graph-stroke {
  stroke: #c00000; }
html.theme-id48 .linechart-graph-line0 .linechart-graph-fill {
  fill: #c00000;
  fill-opacity: 0.33; }
html.theme-id48 .linechart-balloon-bg-line0 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #c00000;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id48 .linechart-balloon-div-line0 div {
  color: #c00000 !important; }
html.theme-id48 span.line0 {
  background-color: #c00000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id48 .linechart-graph-line5 .linechart-graph-stroke {
  stroke: #ff2727; }
html.theme-id48 .linechart-graph-line5 .linechart-graph-fill {
  fill: #ff2727;
  fill-opacity: 0.33; }
html.theme-id48 .linechart-balloon-bg-line5 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff2727;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id48 .linechart-balloon-div-line5 div {
  color: #ff2727 !important; }
html.theme-id48 span.line5 {
  background-color: #ff2727;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id48 .linechart-graph-line10 .linechart-graph-stroke {
  stroke: #ff8d8d; }
html.theme-id48 .linechart-graph-line10 .linechart-graph-fill {
  fill: #ff8d8d;
  fill-opacity: 0.33; }
html.theme-id48 .linechart-balloon-bg-line10 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff8d8d;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id48 .linechart-balloon-div-line10 div {
  color: #ff8d8d !important; }
html.theme-id48 span.line10 {
  background-color: #ff8d8d;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id48 .linechart-graph-line1 .linechart-graph-stroke {
  stroke: #00c000; }
html.theme-id48 .linechart-graph-line1 .linechart-graph-fill {
  fill: #00c000;
  fill-opacity: 0.33; }
html.theme-id48 .linechart-balloon-bg-line1 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #00c000;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id48 .linechart-balloon-div-line1 div {
  color: #00c000 !important; }
html.theme-id48 span.line1 {
  background-color: #00c000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id48 .linechart-graph-line6 .linechart-graph-stroke {
  stroke: #27ff27; }
html.theme-id48 .linechart-graph-line6 .linechart-graph-fill {
  fill: #27ff27;
  fill-opacity: 0.33; }
html.theme-id48 .linechart-balloon-bg-line6 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #27ff27;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id48 .linechart-balloon-div-line6 div {
  color: #27ff27 !important; }
html.theme-id48 span.line6 {
  background-color: #27ff27;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id48 .linechart-graph-line11 .linechart-graph-stroke {
  stroke: #8dff8d; }
html.theme-id48 .linechart-graph-line11 .linechart-graph-fill {
  fill: #8dff8d;
  fill-opacity: 0.33; }
html.theme-id48 .linechart-balloon-bg-line11 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #8dff8d;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id48 .linechart-balloon-div-line11 div {
  color: #8dff8d !important; }
html.theme-id48 span.line11 {
  background-color: #8dff8d;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id48 .linechart-graph-line2 .linechart-graph-stroke {
  stroke: #4020ff; }
html.theme-id48 .linechart-graph-line2 .linechart-graph-fill {
  fill: #4020ff;
  fill-opacity: 0.33; }
html.theme-id48 .linechart-balloon-bg-line2 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #4020ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id48 .linechart-balloon-div-line2 div {
  color: #4020ff !important; }
html.theme-id48 span.line2 {
  background-color: #4020ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id48 .linechart-graph-line7 .linechart-graph-stroke {
  stroke: #9786ff; }
html.theme-id48 .linechart-graph-line7 .linechart-graph-fill {
  fill: #9786ff;
  fill-opacity: 0.33; }
html.theme-id48 .linechart-balloon-bg-line7 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #9786ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id48 .linechart-balloon-div-line7 div {
  color: #9786ff !important; }
html.theme-id48 span.line7 {
  background-color: #9786ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id48 .linechart-graph-line12 .linechart-graph-stroke {
  stroke: #efecff; }
html.theme-id48 .linechart-graph-line12 .linechart-graph-fill {
  fill: #efecff;
  fill-opacity: 0.33; }
html.theme-id48 .linechart-balloon-bg-line12 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #efecff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id48 .linechart-balloon-div-line12 div {
  color: #efecff !important; }
html.theme-id48 span.line12 {
  background-color: #efecff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id48 .linechart-graph-line3 .linechart-graph-stroke {
  stroke: #c000c0; }
html.theme-id48 .linechart-graph-line3 .linechart-graph-fill {
  fill: #c000c0;
  fill-opacity: 0.33; }
html.theme-id48 .linechart-balloon-bg-line3 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #c000c0;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id48 .linechart-balloon-div-line3 div {
  color: #c000c0 !important; }
html.theme-id48 span.line3 {
  background-color: #c000c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id48 .linechart-graph-line8 .linechart-graph-stroke {
  stroke: #ff27ff; }
html.theme-id48 .linechart-graph-line8 .linechart-graph-fill {
  fill: #ff27ff;
  fill-opacity: 0.33; }
html.theme-id48 .linechart-balloon-bg-line8 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff27ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id48 .linechart-balloon-div-line8 div {
  color: #ff27ff !important; }
html.theme-id48 span.line8 {
  background-color: #ff27ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id48 .linechart-graph-line13 .linechart-graph-stroke {
  stroke: #ff8dff; }
html.theme-id48 .linechart-graph-line13 .linechart-graph-fill {
  fill: #ff8dff;
  fill-opacity: 0.33; }
html.theme-id48 .linechart-balloon-bg-line13 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff8dff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id48 .linechart-balloon-div-line13 div {
  color: #ff8dff !important; }
html.theme-id48 span.line13 {
  background-color: #ff8dff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id48 .linechart-graph-line4 .linechart-graph-stroke {
  stroke: #00c0c0; }
html.theme-id48 .linechart-graph-line4 .linechart-graph-fill {
  fill: #00c0c0;
  fill-opacity: 0.33; }
html.theme-id48 .linechart-balloon-bg-line4 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #00c0c0;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id48 .linechart-balloon-div-line4 div {
  color: #00c0c0 !important; }
html.theme-id48 span.line4 {
  background-color: #00c0c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id48 .linechart-graph-line9 .linechart-graph-stroke {
  stroke: #27ffff; }
html.theme-id48 .linechart-graph-line9 .linechart-graph-fill {
  fill: #27ffff;
  fill-opacity: 0.33; }
html.theme-id48 .linechart-balloon-bg-line9 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #27ffff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id48 .linechart-balloon-div-line9 div {
  color: #27ffff !important; }
html.theme-id48 span.line9 {
  background-color: #27ffff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id48 .linechart-graph-line14 .linechart-graph-stroke {
  stroke: #8dffff; }
html.theme-id48 .linechart-graph-line14 .linechart-graph-fill {
  fill: #8dffff;
  fill-opacity: 0.33; }
html.theme-id48 .linechart-balloon-bg-line14 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #8dffff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id48 .linechart-balloon-div-line14 div {
  color: #8dffff !important; }
html.theme-id48 span.line14 {
  background-color: #8dffff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id48 span.trendline {
  background-color: #000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id48 .riskclass-verylow0 {
  background-color: #c00000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-verylow0 > path.piechart-legend-marker, html.theme-id48 .riskclass-verylow0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #c00000 !important; }
  html.theme-id48 .riskclass-verylow0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #8d0000 !important; }
html.theme-id48 .riskclass-verylow1 {
  background-color: #f30000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-verylow1 > path.piechart-legend-marker, html.theme-id48 .riskclass-verylow1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #f30000 !important; }
  html.theme-id48 .riskclass-verylow1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #c00000 !important; }
html.theme-id48 .riskclass-verylow2 {
  background-color: #ff2727;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-verylow2 > path.piechart-legend-marker, html.theme-id48 .riskclass-verylow2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff2727 !important; }
  html.theme-id48 .riskclass-verylow2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #f30000 !important; }
html.theme-id48 .riskclass-low0 {
  background-color: #00c000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-low0 > path.piechart-legend-marker, html.theme-id48 .riskclass-low0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00c000 !important; }
  html.theme-id48 .riskclass-low0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #008d00 !important; }
html.theme-id48 .riskclass-low1 {
  background-color: #00f300;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-low1 > path.piechart-legend-marker, html.theme-id48 .riskclass-low1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00f300 !important; }
  html.theme-id48 .riskclass-low1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00c000 !important; }
html.theme-id48 .riskclass-low2 {
  background-color: #27ff27;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-low2 > path.piechart-legend-marker, html.theme-id48 .riskclass-low2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #27ff27 !important; }
  html.theme-id48 .riskclass-low2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00f300 !important; }
html.theme-id48 .riskclass-medium0 {
  background-color: #00c0c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-medium0 > path.piechart-legend-marker, html.theme-id48 .riskclass-medium0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00c0c0 !important; }
  html.theme-id48 .riskclass-medium0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #008d8d !important; }
html.theme-id48 .riskclass-medium1 {
  background-color: #00f3f3;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-medium1 > path.piechart-legend-marker, html.theme-id48 .riskclass-medium1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00f3f3 !important; }
  html.theme-id48 .riskclass-medium1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00c0c0 !important; }
html.theme-id48 .riskclass-medium2 {
  background-color: #27ffff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-medium2 > path.piechart-legend-marker, html.theme-id48 .riskclass-medium2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #27ffff !important; }
  html.theme-id48 .riskclass-medium2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00f3f3 !important; }
html.theme-id48 .riskclass-high0 {
  background-color: #0000c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-high0 > path.piechart-legend-marker, html.theme-id48 .riskclass-high0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #0000c0 !important; }
  html.theme-id48 .riskclass-high0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00008d !important; }
html.theme-id48 .riskclass-high1 {
  background-color: #0000f3;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-high1 > path.piechart-legend-marker, html.theme-id48 .riskclass-high1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #0000f3 !important; }
  html.theme-id48 .riskclass-high1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #0000c0 !important; }
html.theme-id48 .riskclass-high2 {
  background-color: #2727ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-high2 > path.piechart-legend-marker, html.theme-id48 .riskclass-high2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #2727ff !important; }
  html.theme-id48 .riskclass-high2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #0000f3 !important; }
html.theme-id48 .riskclass-veryhigh0 {
  background-color: #c000c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-veryhigh0 > path.piechart-legend-marker, html.theme-id48 .riskclass-veryhigh0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #c000c0 !important; }
  html.theme-id48 .riskclass-veryhigh0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #8d008d !important; }
html.theme-id48 .riskclass-veryhigh1 {
  background-color: #f300f3;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-veryhigh1 > path.piechart-legend-marker, html.theme-id48 .riskclass-veryhigh1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #f300f3 !important; }
  html.theme-id48 .riskclass-veryhigh1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #c000c0 !important; }
html.theme-id48 .riskclass-veryhigh2 {
  background-color: #ff27ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-veryhigh2 > path.piechart-legend-marker, html.theme-id48 .riskclass-veryhigh2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff27ff !important; }
  html.theme-id48 .riskclass-veryhigh2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #f300f3 !important; }
html.theme-id48 .riskclass-notset0 {
  background-color: #5d6166;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-notset0 > path.piechart-legend-marker, html.theme-id48 .riskclass-notset0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #5d6166 !important; }
  html.theme-id48 .riskclass-notset0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #45484b !important; }
html.theme-id48 .riskclass-notset1 {
  background-color: #757a81;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-notset1 > path.piechart-legend-marker, html.theme-id48 .riskclass-notset1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #757a81 !important; }
  html.theme-id48 .riskclass-notset1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #5d6166 !important; }
html.theme-id48 .riskclass-notset2 {
  background-color: #909499;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-notset2 > path.piechart-legend-marker, html.theme-id48 .riskclass-notset2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #909499 !important; }
  html.theme-id48 .riskclass-notset2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #757a81 !important; }
html.theme-id48 .riskclass-none0 {
  background-color: #5d6166;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-none0 > path.piechart-legend-marker, html.theme-id48 .riskclass-none0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #5d6166 !important; }
  html.theme-id48 .riskclass-none0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #45484b !important; }
html.theme-id48 .riskclass-none1 {
  background-color: #757a81;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-none1 > path.piechart-legend-marker, html.theme-id48 .riskclass-none1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #757a81 !important; }
  html.theme-id48 .riskclass-none1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #5d6166 !important; }
html.theme-id48 .riskclass-none2 {
  background-color: #909499;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id48 .riskclass-none2 > path.piechart-legend-marker, html.theme-id48 .riskclass-none2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #909499 !important; }
  html.theme-id48 .riskclass-none2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #757a81 !important; }
html.theme-id48 .progress-bar {
  background-color: #5184C3; }
html.theme-id48 .report-icon {
  color: #5184C3; }
html.theme-id48 .uib-datepicker-popup > .uib-button-bar .btn-info,
html.theme-id48 .uib-datepicker-popup > .uib-button-bar .btn-danger,
html.theme-id48 .uib-datepicker-popup > .uib-button-bar .btn-success {
  background-color: #FFF;
  border-color: #E8EBF1;
  color: #000; }
html.theme-id48 .uib-datepicker-popup > .uib-button-bar .btn-info:active,
html.theme-id48 .uib-datepicker-popup > .uib-button-bar .btn-info:focus,
html.theme-id48 .uib-datepicker-popup > .uib-button-bar .btn-info:hover,
html.theme-id48 .uib-datepicker-popup > .uib-button-bar .btn-danger:active,
html.theme-id48 .uib-datepicker-popup > .uib-button-bar .btn-danger:focus,
html.theme-id48 .uib-datepicker-popup > .uib-button-bar .btn-danger:hover,
html.theme-id48 .uib-datepicker-popup > .uib-button-bar .btn-success:active,
html.theme-id48 .uib-datepicker-popup > .uib-button-bar .btn-success:focus,
html.theme-id48 .uib-datepicker-popup > .uib-button-bar .btn-success:hover {
  background-color: #f7f7f7;
  border-color: #d8dde7;
  color: #595959; }
html.theme-id48 .uib-daypicker > thead .btn-default,
html.theme-id48 .uib-monthpicker > thead .btn-default,
html.theme-id48 .uib-yearpicker > thead .btn-default {
  background-color: #FFF;
  border-color: #E8EBF1;
  color: #000; }
html.theme-id48 .uib-daypicker > thead .btn-default:active,
html.theme-id48 .uib-daypicker > thead .btn-default:focus,
html.theme-id48 .uib-daypicker > thead .btn-default:hover,
html.theme-id48 .uib-monthpicker > thead .btn-default:active,
html.theme-id48 .uib-monthpicker > thead .btn-default:focus,
html.theme-id48 .uib-monthpicker > thead .btn-default:hover,
html.theme-id48 .uib-yearpicker > thead .btn-default:active,
html.theme-id48 .uib-yearpicker > thead .btn-default:focus,
html.theme-id48 .uib-yearpicker > thead .btn-default:hover {
  background-color: #f7f7f7;
  border-color: #d8dde7;
  color: #595959; }
html.theme-id48 .uib-day,
html.theme-id48 .uib-month,
html.theme-id48 .uib-year {
  border-color: #DDD;
  /* Standard buttons */
  /* Disabled buttons */
  /* Selected button */ }
  html.theme-id48 .uib-day > .btn-default,
  html.theme-id48 .uib-month > .btn-default,
  html.theme-id48 .uib-year > .btn-default {
    background-color: #FFF;
    color: #000;
    /* Standard buttons text other months */
    /* Standard Today */ }
    html.theme-id48 .uib-day > .btn-default .text-muted,
    html.theme-id48 .uib-month > .btn-default .text-muted,
    html.theme-id48 .uib-year > .btn-default .text-muted {
      color: gray; }
    html.theme-id48 .uib-day > .btn-default > .text-info,
    html.theme-id48 .uib-month > .btn-default > .text-info,
    html.theme-id48 .uib-year > .btn-default > .text-info {
      color: #5184C3; }
    html.theme-id48 .uib-day > .btn-default:active, html.theme-id48 .uib-day > .btn-default:focus, html.theme-id48 .uib-day > .btn-default:hover,
    html.theme-id48 .uib-month > .btn-default:active,
    html.theme-id48 .uib-month > .btn-default:focus,
    html.theme-id48 .uib-month > .btn-default:hover,
    html.theme-id48 .uib-year > .btn-default:active,
    html.theme-id48 .uib-year > .btn-default:focus,
    html.theme-id48 .uib-year > .btn-default:hover {
      background-color: #F1F1F1;
      color: #404040; }
      html.theme-id48 .uib-day > .btn-default:active > .text-muted, html.theme-id48 .uib-day > .btn-default:focus > .text-muted, html.theme-id48 .uib-day > .btn-default:hover > .text-muted,
      html.theme-id48 .uib-month > .btn-default:active > .text-muted,
      html.theme-id48 .uib-month > .btn-default:focus > .text-muted,
      html.theme-id48 .uib-month > .btn-default:hover > .text-muted,
      html.theme-id48 .uib-year > .btn-default:active > .text-muted,
      html.theme-id48 .uib-year > .btn-default:focus > .text-muted,
      html.theme-id48 .uib-year > .btn-default:hover > .text-muted {
        color: #616161; }
      html.theme-id48 .uib-day > .btn-default:active > .text-info, html.theme-id48 .uib-day > .btn-default:focus > .text-info, html.theme-id48 .uib-day > .btn-default:hover > .text-info,
      html.theme-id48 .uib-month > .btn-default:active > .text-info,
      html.theme-id48 .uib-month > .btn-default:focus > .text-info,
      html.theme-id48 .uib-month > .btn-default:hover > .text-info,
      html.theme-id48 .uib-year > .btn-default:active > .text-info,
      html.theme-id48 .uib-year > .btn-default:focus > .text-info,
      html.theme-id48 .uib-year > .btn-default:hover > .text-info {
        color: #779fd0; }
  html.theme-id48 .uib-day > .btn-default[disabled],
  html.theme-id48 .uib-month > .btn-default[disabled],
  html.theme-id48 .uib-year > .btn-default[disabled] {
    background-color: #ececec;
    color: #404040;
    /* Disabled buttons text other months */
    /* Disabled Today */ }
    html.theme-id48 .uib-day > .btn-default[disabled] > .text-muted,
    html.theme-id48 .uib-month > .btn-default[disabled] > .text-muted,
    html.theme-id48 .uib-year > .btn-default[disabled] > .text-muted {
      color: gray; }
    html.theme-id48 .uib-day > .btn-default[disabled] > .text-info,
    html.theme-id48 .uib-month > .btn-default[disabled] > .text-info,
    html.theme-id48 .uib-year > .btn-default[disabled] > .text-info {
      color: #5184C3; }
    html.theme-id48 .uib-day > .btn-default[disabled]:active, html.theme-id48 .uib-day > .btn-default[disabled]:focus, html.theme-id48 .uib-day > .btn-default[disabled]:hover,
    html.theme-id48 .uib-month > .btn-default[disabled]:active,
    html.theme-id48 .uib-month > .btn-default[disabled]:focus,
    html.theme-id48 .uib-month > .btn-default[disabled]:hover,
    html.theme-id48 .uib-year > .btn-default[disabled]:active,
    html.theme-id48 .uib-year > .btn-default[disabled]:focus,
    html.theme-id48 .uib-year > .btn-default[disabled]:hover {
      background-color: #F1F1F1;
      color: #616161; }
      html.theme-id48 .uib-day > .btn-default[disabled]:active > .text-muted, html.theme-id48 .uib-day > .btn-default[disabled]:focus > .text-muted, html.theme-id48 .uib-day > .btn-default[disabled]:hover > .text-muted,
      html.theme-id48 .uib-month > .btn-default[disabled]:active > .text-muted,
      html.theme-id48 .uib-month > .btn-default[disabled]:focus > .text-muted,
      html.theme-id48 .uib-month > .btn-default[disabled]:hover > .text-muted,
      html.theme-id48 .uib-year > .btn-default[disabled]:active > .text-muted,
      html.theme-id48 .uib-year > .btn-default[disabled]:focus > .text-muted,
      html.theme-id48 .uib-year > .btn-default[disabled]:hover > .text-muted {
        color: #616161; }
      html.theme-id48 .uib-day > .btn-default[disabled]:active > .text-info, html.theme-id48 .uib-day > .btn-default[disabled]:focus > .text-info, html.theme-id48 .uib-day > .btn-default[disabled]:hover > .text-info,
      html.theme-id48 .uib-month > .btn-default[disabled]:active > .text-info,
      html.theme-id48 .uib-month > .btn-default[disabled]:focus > .text-info,
      html.theme-id48 .uib-month > .btn-default[disabled]:hover > .text-info,
      html.theme-id48 .uib-year > .btn-default[disabled]:active > .text-info,
      html.theme-id48 .uib-year > .btn-default[disabled]:focus > .text-info,
      html.theme-id48 .uib-year > .btn-default[disabled]:hover > .text-info {
        color: #779fd0; }
  html.theme-id48 .uib-day > .btn-info,
  html.theme-id48 .uib-month > .btn-info,
  html.theme-id48 .uib-year > .btn-info {
    background-color: #cedcee;
    color: #000;
    /* Selected buttons text other months */
    /* Selected Today */ }
    html.theme-id48 .uib-day > .btn-info > .text-muted,
    html.theme-id48 .uib-month > .btn-info > .text-muted,
    html.theme-id48 .uib-year > .btn-info > .text-muted {
      color: gray; }
    html.theme-id48 .uib-day > .btn-info > .text-info,
    html.theme-id48 .uib-month > .btn-info > .text-info,
    html.theme-id48 .uib-year > .btn-info > .text-info {
      color: #5184C3; }
    html.theme-id48 .uib-day > .btn-info:active, html.theme-id48 .uib-day > .btn-info:focus, html.theme-id48 .uib-day > .btn-info:hover,
    html.theme-id48 .uib-month > .btn-info:active,
    html.theme-id48 .uib-month > .btn-info:focus,
    html.theme-id48 .uib-month > .btn-info:hover,
    html.theme-id48 .uib-year > .btn-info:active,
    html.theme-id48 .uib-year > .btn-info:focus,
    html.theme-id48 .uib-year > .btn-info:hover {
      background-color: #cedcee;
      color: #404040; }
      html.theme-id48 .uib-day > .btn-info:active > .text-muted, html.theme-id48 .uib-day > .btn-info:focus > .text-muted, html.theme-id48 .uib-day > .btn-info:hover > .text-muted,
      html.theme-id48 .uib-month > .btn-info:active > .text-muted,
      html.theme-id48 .uib-month > .btn-info:focus > .text-muted,
      html.theme-id48 .uib-month > .btn-info:hover > .text-muted,
      html.theme-id48 .uib-year > .btn-info:active > .text-muted,
      html.theme-id48 .uib-year > .btn-info:focus > .text-muted,
      html.theme-id48 .uib-year > .btn-info:hover > .text-muted {
        color: #616161; }
      html.theme-id48 .uib-day > .btn-info:active > .text-info, html.theme-id48 .uib-day > .btn-info:focus > .text-info, html.theme-id48 .uib-day > .btn-info:hover > .text-info,
      html.theme-id48 .uib-month > .btn-info:active > .text-info,
      html.theme-id48 .uib-month > .btn-info:focus > .text-info,
      html.theme-id48 .uib-month > .btn-info:hover > .text-info,
      html.theme-id48 .uib-year > .btn-info:active > .text-info,
      html.theme-id48 .uib-year > .btn-info:focus > .text-info,
      html.theme-id48 .uib-year > .btn-info:hover > .text-info {
        color: #779fd0; }
html.theme-id48 .label-overdue {
  color: #ff0040; }
html.theme-id48 .comment {
  color: #4d4d4d; }
html.theme-id48 .structure-icon-status-active {
  color: #5184C3; }
html.theme-id48 .structure-icon-status-standby {
  color: #5184C3; }
html.theme-id48 .structure-icon-status-inactive {
  color: #4d4d4d; }
html.theme-id48 .structure-icon-status-notassigned {
  color: #000; }
html.theme-id48 .modal-header {
  background-color: #F1F1F1; }
html.theme-id48 .minichart-wrapper .minichart-item div.minichart-table > div:first-child > div {
  background-color: #F1F1F1; }
html.theme-id48 .note-editor .modal label {
  color: #5184C3; }
html.theme-id48 .slick-prev:before,
html.theme-id48 .slick-next:before {
  color: #000; }
html.theme-id48 .slick-dots li button:before {
  color: #000; }
html.theme-id48 .slick-dots li.slick-active button:before {
  color: #000; }
html.theme-id48 .sceditor-button div:before {
  color: #000 !important; }
html.theme-id48 .signature-empty, html.theme-id48 .signature-image, html.theme-id48 .signature canvas {
  border-color: #000; }
html.theme-id48 .signature-enabled:hover {
  border-color: #023A78;
  color: #023A78; }
html.theme-id48 .timepicker.dropdown-menu button {
  background-color: transparent !important;
  color: #000 !important; }
html.theme-id48 ppc-datepicker > input.ng-empty {
  color: gray !important; }
html.theme-id48 .horizontal-separator > hr {
  border-color: #5184C3; }
html.theme-id48 .horizontal-separator > span {
  background-color: #FFF; }
html.theme-id48 .iframe-container {
  border-color: #F1F1F1; }
html.theme-id48 .input-label[disabled="disabled"] {
  color: gray; }
html.theme-id48 .inline-search {
  background-color: #F1F1F1;
  border-color: #DDD; }
  html.theme-id48 .inline-search .table-responsive {
    border-color: #DDD; }
  html.theme-id48 .inline-search .table > thead {
    background-color: #F1F1F1; }
  html.theme-id48 .inline-search .table > tbody:nth-child(even) {
    background-color: #FFF; }
  html.theme-id48 .inline-search .table > tbody:nth-child(odd) {
    background-color: transparent; }
  html.theme-id48 .inline-search .table a[role="button"] {
    color: #000; }
html.theme-id48 .ppc-table-striped tbody.servicetermin {
  				/*&-black {
  					background-color:;
  					color:;
  
  					&:nth-child(odd) {
  						background-color:;
  					}
  
  					&:hover {
  						background-color:;
  					}
  				}*/ }
  html.theme-id48 .ppc-table-striped tbody.servicetermin-orange {
    background-color: rgba(255, 127, 0, 0.05);
    color: #ff7f00; }
    html.theme-id48 .ppc-table-striped tbody.servicetermin-orange:nth-child(odd) {
      background-color: rgba(255, 127, 0, 0.1); }
    html.theme-id48 .ppc-table-striped tbody.servicetermin-orange:hover {
      background-color: rgba(255, 127, 0, 0.3) !important; }
  html.theme-id48 .ppc-table-striped tbody.servicetermin-red {
    background-color: rgba(255, 0, 0, 0.05);
    color: red; }
    html.theme-id48 .ppc-table-striped tbody.servicetermin-red:nth-child(odd) {
      background-color: rgba(255, 0, 0, 0.1); }
    html.theme-id48 .ppc-table-striped tbody.servicetermin-red:hover {
      background-color: rgba(255, 0, 0, 0.3) !important; }
html.theme-id48 .inline-loader > span {
  color: #5184C3; }
html.theme-id48 .security-code {
  color: #5184C3; }
html.theme-id48 .InputClear > div {
  background-color: #ff0040;
  border-color: #800020;
  color: #FFF; }
html.theme-id48 input.form-control.Error {
  background-color: #ffd8d8;
  border-color: #e19092; }
  html.theme-id48 input.form-control.Error:focus {
    border-color: #cc3f44; }

html.theme-id50,
html.theme-id50 > body {
  background-color: #E8EBF1;
  color: #000; }

html.theme-id50 .has-error .help-block,
html.theme-id50 .has-error .control-label,
html.theme-id50 .has-error .radio,
html.theme-id50 .has-error .checkbox,
html.theme-id50 .has-error .radio-inline,
html.theme-id50 .has-error .checkbox-inline, html.theme-id50 .has-error.radio label, html.theme-id50 .has-error.checkbox label, html.theme-id50 .has-error.adio-inline label, html.theme-id50 .has-error.checkbox-inline label {
  color: #a94442; }
html.theme-id50 .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  html.theme-id50 .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
html.theme-id50 .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }
html.theme-id50 .has-error .form-control-feedback {
  color: #a94442; }
html.theme-id50 .form-group.has-error {
  color: #cc3f44; }
  html.theme-id50 .form-group.has-error .form-control {
    border-color: #e19092; }
    html.theme-id50 .form-group.has-error .form-control:focus {
      border-color: #cc3f44; }
html.theme-id50 .form-group.has-success {
  color: #68b828; }
  html.theme-id50 .form-group.has-success .form-control {
    border-color: #9cde68; }
    html.theme-id50 .form-group.has-success .form-control:focus {
      border-color: #68b828; }
html.theme-id50 div.errortext,
html.theme-id50 span.errortext {
  color: #a94442; }
html.theme-id50 div.successtext {
  color: #2e8000; }
html.theme-id50 a {
  color: #4A8EBB; }
  html.theme-id50 a:hover, html.theme-id50 a:focus {
    color: #92B1CD; }
  html.theme-id50 a.unhighlighted {
    color: #000; }
html.theme-id50 hr {
  border-color: #92B1CD; }
html.theme-id50 .loader {
  background-color: #4A8EBB; }
  html.theme-id50 .loader .spinner {
    box-shadow: inset 0 0 0 1em #FFF; }
    html.theme-id50 .loader .spinner:before, html.theme-id50 .loader .spinner:after {
      background-color: #4A8EBB; }
html.theme-id50 .sidebar {
  background-color: #064C77; }
  html.theme-id50 .sidebar .logo {
    background-color: #4A8EBB; }
    html.theme-id50 .sidebar .logo .menu {
      background-color: #92B1CD; }
      html.theme-id50 .sidebar .logo .menu a {
        color: #FFF; }
  html.theme-id50 .sidebar ul.navigation li {
    border-bottom-color: #4A8EBB; }
    html.theme-id50 .sidebar ul.navigation li a {
      color: #FFF; }
      html.theme-id50 .sidebar ul.navigation li a:hover {
        background-color: #4A8EBB; }
      html.theme-id50 .sidebar ul.navigation li a i {
        color: #FFF; }
html.theme-id50 .topbar .menu-button-mobile {
  color: #4A8EBB; }
html.theme-id50 .topbar .search input {
  border-bottom-color: #E8EBF1;
  color: #E8EBF1; }
html.theme-id50 .topbar.navbar, html.theme-id50 .topbar-simple.navbar {
  background: #064C77;
  /*border-color: $color-navigation-background;*/
  border-bottom-color: #054368; }
  html.theme-id50 .topbar.navbar ul.navbar-nav > .open > a, html.theme-id50 .topbar-simple.navbar ul.navbar-nav > .open > a {
    background: #4A8EBB;
    color: #FFF; }
  html.theme-id50 .topbar.navbar ul.navbar-nav > li > a, html.theme-id50 .topbar-simple.navbar ul.navbar-nav > li > a {
    color: #FFF; }
  html.theme-id50 .topbar.navbar .dropdown-menu, html.theme-id50 .topbar-simple.navbar .dropdown-menu {
    background-color: #064C77; }
    html.theme-id50 .topbar.navbar .dropdown-menu > li a, html.theme-id50 .topbar-simple.navbar .dropdown-menu > li a {
      color: #FFF;
      border-top-color: #4A8EBB; }
      html.theme-id50 .topbar.navbar .dropdown-menu > li a:hover, html.theme-id50 .topbar-simple.navbar .dropdown-menu > li a:hover {
        background-color: #4A8EBB; }
    html.theme-id50 .topbar.navbar .dropdown-menu > li.active a, html.theme-id50 .topbar-simple.navbar .dropdown-menu > li.active a {
      background-color: #4A8EBB; }
    html.theme-id50 .topbar.navbar .dropdown-menu > li:first-child a:hover, html.theme-id50 .topbar-simple.navbar .dropdown-menu > li:first-child a:hover {
      border-top-color: #4A8EBB; }
    html.theme-id50 .topbar.navbar .dropdown-menu.typeahead, html.theme-id50 .topbar-simple.navbar .dropdown-menu.typeahead {
      background-color: transparent; }
      html.theme-id50 .topbar.navbar .dropdown-menu.typeahead > li, html.theme-id50 .topbar-simple.navbar .dropdown-menu.typeahead > li {
        background-color: #064C77; }
        html.theme-id50 .topbar.navbar .dropdown-menu.typeahead > li.active a, html.theme-id50 .topbar-simple.navbar .dropdown-menu.typeahead > li.active a {
          background-color: #4A8EBB; }
html.theme-id50 .quickbar {
  background-color: #4A8EBB; }
html.theme-id50 .footer {
  background-color: #4A8EBB;
  border-top-color: #4386b3; }
  html.theme-id50 .footer ul li {
    color: #FFF; }
    html.theme-id50 .footer ul li a {
      color: #FFF; }
      html.theme-id50 .footer ul li a:hover {
        color: #064C77; }
html.theme-id50 .history-container {
  border-top-color: #4A8EBB; }
  html.theme-id50 .history-container .left span {
    color: #FFF; }
  html.theme-id50 .history-container .right h3, html.theme-id50 .history-container .right h4 {
    color: #FFF; }
  html.theme-id50 .history-container li:not(:first-child) {
    border-top-color: #4A8EBB; }
  html.theme-id50 .history-container li:hover {
    background-color: #4A8EBB; }
html.theme-id50 .contact-image.empty {
  background-color: #E8EBF1; }
html.theme-id50 .inbox-count {
  background: linear-gradient(#6fa5c9, #4A8EBB, #92B1CD, #6f98bd);
  border-color: #FFF; }
html.theme-id50 .scroll-to-top {
  background-color: #4A8EBB; }
html.theme-id50 .widget {
  background-color: #FFF; }
html.theme-id50 .widget-stats .left {
  color: #FFF;
  background-color: #4A8EBB; }
html.theme-id50 .widget-stats .right h3 {
  color: #4A8EBB; }
html.theme-id50 .widget-stats .right h4 {
  color: #4d4d4d; }
html.theme-id50 .widget-wizard .plus > i {
  color: #FFF;
  background-color: #4A8EBB; }
html.theme-id50 .ppc-table thead, html.theme-id50 .ppc-table tfoot {
  background-color: #f2f2f2; }
html.theme-id50 .ppc-table-striped tbody:nth-child(odd) {
  background-color: #f7f7f7; }
html.theme-id50 .table > thead,
html.theme-id50 .table > tbody.sum {
  background-color: #ededed; }
html.theme-id50 .table > tbody.group {
  background-color: #f2f2f2; }
html.theme-id50 .table .selected-row {
  background-color: #4A8EBB !important;
  color: #FFF; }
  html.theme-id50 .table .selected-row td {
    border-top-color: #92B1CD !important;
    border-bottom-color: #92B1CD !important; }
html.theme-id50 .table > tbody.alternate-row {
  background-color: #f7f7f7; }
html.theme-id50 .table > tbody:not(.group):not(.sum):not(.hover-rows):hover,
html.theme-id50 .table > tbody.hover-rows > tr:hover {
  background-color: rgba(74, 142, 187, 0.2); }
html.theme-id50 .table > tbody.subrow {
  color: #4d4d4d; }
html.theme-id50 .table > tbody.inactive {
  color: gray; }
html.theme-id50 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7; }
html.theme-id50 .table-striped-2 > tbody > tr:nth-child(4n-1), html.theme-id50 .table-striped-2 > tbody > tr:nth-child(4n) {
  background-color: #f7f7f7; }
html.theme-id50 .pagination > li > a, html.theme-id50 .pagination > li > span {
  background-color: #FFF;
  border-color: #dee3eb;
  color: #4A8EBB; }
  html.theme-id50 .pagination > li > a:hover, html.theme-id50 .pagination > li > a:focus, html.theme-id50 .pagination > li > span:hover, html.theme-id50 .pagination > li > span:focus {
    background-color: #E8EBF1;
    border-color: #dee3eb;
    color: #92B1CD; }
html.theme-id50 .pagination > li.active > a, html.theme-id50 .pagination > li.active > span {
  background-color: #4A8EBB;
  border-color: #4A8EBB;
  color: #FFF; }
html.theme-id50 .panel-ips-primary {
  background-color: #FFF;
  border-color: #DDD; }
  html.theme-id50 .panel-ips-primary > .panel-heading {
    background-color: #F1F1F1;
    border-bottom-color: #DDD; }
    html.theme-id50 .panel-ips-primary > .panel-heading a {
      color: #000; }
html.theme-id50 .loading {
  color: #92B1CD; }
html.theme-id50 .panel-ips-secondary {
  border-color: #DDD; }
  html.theme-id50 .panel-ips-secondary .panel-heading a {
    color: #4d4d4d; }
html.theme-id50 .btn-ppc,
html.theme-id50 .btn-ppc.disabled,
html.theme-id50 .btn-ppc[disabled],
html.theme-id50 .btn-ppc.disabled:hover,
html.theme-id50 .btn-ppc[disabled]:hover,
html.theme-id50 .btn-ppc.disabled:focus,
html.theme-id50 .btn-ppc[disabled]:focus {
  background-color: #92B1CD;
  border-color: #4A8EBB;
  color: #FFF; }
html.theme-id50 .btn-primary,
html.theme-id50 .btn-primary.disabled,
html.theme-id50 .btn-primary[disabled],
html.theme-id50 .btn-primary.disabled:hover,
html.theme-id50 .btn-primary[disabled]:hover,
html.theme-id50 .btn-primary.disabled:focus,
html.theme-id50 .btn-primary[disabled]:focus {
  background-color: #92B1CD;
  border-color: #4A8EBB;
  color: #FFF; }
html.theme-id50 .btn-ppc:focus, html.theme-id50 .btn-ppc:hover {
  background-color: #4A8EBB;
  border-color: #92B1CD;
  color: #FFF; }
html.theme-id50 .btn-primary:focus, html.theme-id50 .btn-primary:hover {
  background-color: #4A8EBB;
  border-color: #92B1CD;
  color: #FFF; }
html.theme-id50 .control-label {
  color: #4A8EBB; }
  html.theme-id50 .control-label .required {
    color: #ff0040; }
html.theme-id50 .checkbox {
  color: #000; }
html.theme-id50 .form-control {
  border-color: #dfdfdf;
  color: #000; }
  html.theme-id50 .form-control:focus {
    border-color: #ababab; }
  html.theme-id50 .form-control[disabled], html.theme-id50 .form-control[readonly], fieldset[disabled] html.theme-id50 .form-control {
    border-color: #ababab;
    background: #f2f2f2;
    color: #545454; }
  html.theme-id50 .form-control.radiogroup > label {
    color: #000; }
html.theme-id50 .btn-group .btn, html.theme-id50 .btn-group .btn:focus {
  background-color: #F1F1F1;
  border-color: #DDD;
  color: #000; }
  html.theme-id50 .btn-group .btn.selected, html.theme-id50 .btn-group .btn:focus.selected {
    background-color: #4A8EBB;
    border-color: #92B1CD;
    color: #FFF; }
html.theme-id50 .correspondence-edit {
  color: #4A8EBB; }
html.theme-id50 .chartloader {
  background-color: #FFF; }
  html.theme-id50 .chartloader > div {
    color: #92B1CD; }
html.theme-id50 .linechart-cursor-fill {
  fill: #92B1CD; }
html.theme-id50 .linechart-cursor-line {
  stroke: #92B1CD; }
html.theme-id50 .linechart-cursor-selection {
  fill: #92B1CD;
  stroke: #92B1CD; }
html.theme-id50 .linechart-axis-fill {
  fill: #4d4d4d; }
html.theme-id50 .linechart-balloon-bg-category {
  /* Chart Cursor Bereich auf X Achse */
  fill: #FFF;
  stroke: #000; }
html.theme-id50 .linechart-balloon-div-category div {
  /* Chart Cursor Text auf X Achse */
  color: #000 !important; }
html.theme-id50 .linechart-graph-defaultline .linechart-graph-stroke {
  /* Default Linie */
  stroke: #92B1CD; }
html.theme-id50 .linechart-balloon-bg-defaultline {
  /* Tooltip Balloon auf Default Linie */
  fill: #FFF;
  stroke: #92B1CD; }
html.theme-id50 .linechart-balloon-div-defaultline div {
  /* Tooltip Text auf Default Linie */
  color: #92B1CD !important; }
html.theme-id50 .linechart-graph-performanceline .linechart-graph-stroke,
html.theme-id50 .linechart-graph-performancelineall .linechart-graph-stroke,
html.theme-id50 .linechart-graph-indexline .linechart-graph-stroke {
  stroke: #92B1CD; }
html.theme-id50 .linechart-graph-performanceline .linechart-graph-fill,
html.theme-id50 .linechart-graph-performancelineall .linechart-graph-fill,
html.theme-id50 .linechart-graph-indexline .linechart-graph-fill {
  fill: #92B1CD; }
html.theme-id50 .linechart-balloon-bg-performanceline,
html.theme-id50 .linechart-balloon-bg-performancelineall,
html.theme-id50 .linechart-balloon-bg-indexline {
  /* Tooltip Balloon auf Performance Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #92B1CD; }
html.theme-id50 .linechart-balloon-div-performanceline div,
html.theme-id50 .linechart-balloon-div-performancelineall div,
html.theme-id50 .linechart-balloon-div-indexline div {
  /* Tooltip Text auf Performance Linie Vermögensentwicklung */
  color: #92B1CD !important; }
html.theme-id50 .linechart-graph-goldline .linechart-graph-stroke {
  stroke: #EAC019; }
html.theme-id50 .linechart-graph-goldline .linechart-graph-fill {
  fill: #EAC019; }
html.theme-id50 .linechart-balloon-bg-goldline {
  /* Tooltip Balloon auf Gold Linie */
  fill: #FFF;
  stroke: #EAC019; }
html.theme-id50 .linechart-balloon-div-goldline div {
  /* Tooltip Text auf Gold Linie */
  color: #EAC019 !important; }
html.theme-id50 .linechart-graph-volumeline .linechart-graph-stroke,
html.theme-id50 .linechart-graph-volumelineall .linechart-graph-stroke {
  stroke: #4A8EBB; }
html.theme-id50 .linechart-graph-volumeline .linechart-graph-fill,
html.theme-id50 .linechart-graph-volumelineall .linechart-graph-fill {
  fill: #4A8EBB; }
html.theme-id50 .linechart-balloon-bg-volumeline,
html.theme-id50 .linechart-balloon-bg-volumelineall {
  /* Tooltip Balloon auf Volumen Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #4A8EBB; }
html.theme-id50 .linechart-balloon-div-volumeline div,
html.theme-id50 .linechart-balloon-div-volumelineall div {
  /* Tooltip Text auf Volumen Linie Vermögensentwicklung */
  color: #4A8EBB !important; }
html.theme-id50 .linechart-graph-vergleich .linechart-graph-stroke {
  stroke: #5D6166; }
html.theme-id50 .linechart-graph-vergleich .linechart-graph-fill {
  fill: #5D6166; }
html.theme-id50 .linechart-balloon-bg-vergleich {
  /* Tooltip Balloon auf Performance Linie Vermögensentwicklung */
  fill: #FFF;
  stroke: #5D6166; }
html.theme-id50 .linechart-balloon-div-vergleich div {
  /* Tooltip Text auf Performance Linie Vermögensentwicklung */
  color: #5D6166 !important; }
html.theme-id50 .linechart-trend-line {
  stroke: #000; }
html.theme-id50 .piechart-balloon-bg {
  /* Tooltip Balloon */
  fill: #FFF;
  stroke: #92B1CD; }
html.theme-id50 .piechart-balloon-div div {
  /* Tooltip Text */
  color: #92B1CD !important; }
html.theme-id50 .piechart-legend-marker {
  /* Legende Markierung */
  stroke: #000; }
html.theme-id50 .piechart-legend-value, html.theme-id50 .piechart-legend-label {
  /* Legende Texte */
  fill: #000; }
html.theme-id50 .piechart-pie-item > .piechart-pie-slice {
  /* PieChart Stück */
  stroke: #000; }
html.theme-id50 .linechart-graph-line0 .linechart-graph-stroke {
  stroke: #c00000; }
html.theme-id50 .linechart-graph-line0 .linechart-graph-fill {
  fill: #c00000;
  fill-opacity: 0.33; }
html.theme-id50 .linechart-balloon-bg-line0 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #c00000;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id50 .linechart-balloon-div-line0 div {
  color: #c00000 !important; }
html.theme-id50 span.line0 {
  background-color: #c00000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id50 .linechart-graph-line5 .linechart-graph-stroke {
  stroke: #ff2727; }
html.theme-id50 .linechart-graph-line5 .linechart-graph-fill {
  fill: #ff2727;
  fill-opacity: 0.33; }
html.theme-id50 .linechart-balloon-bg-line5 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff2727;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id50 .linechart-balloon-div-line5 div {
  color: #ff2727 !important; }
html.theme-id50 span.line5 {
  background-color: #ff2727;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id50 .linechart-graph-line10 .linechart-graph-stroke {
  stroke: #ff8d8d; }
html.theme-id50 .linechart-graph-line10 .linechart-graph-fill {
  fill: #ff8d8d;
  fill-opacity: 0.33; }
html.theme-id50 .linechart-balloon-bg-line10 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff8d8d;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id50 .linechart-balloon-div-line10 div {
  color: #ff8d8d !important; }
html.theme-id50 span.line10 {
  background-color: #ff8d8d;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id50 .linechart-graph-line1 .linechart-graph-stroke {
  stroke: #00c000; }
html.theme-id50 .linechart-graph-line1 .linechart-graph-fill {
  fill: #00c000;
  fill-opacity: 0.33; }
html.theme-id50 .linechart-balloon-bg-line1 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #00c000;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id50 .linechart-balloon-div-line1 div {
  color: #00c000 !important; }
html.theme-id50 span.line1 {
  background-color: #00c000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id50 .linechart-graph-line6 .linechart-graph-stroke {
  stroke: #27ff27; }
html.theme-id50 .linechart-graph-line6 .linechart-graph-fill {
  fill: #27ff27;
  fill-opacity: 0.33; }
html.theme-id50 .linechart-balloon-bg-line6 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #27ff27;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id50 .linechart-balloon-div-line6 div {
  color: #27ff27 !important; }
html.theme-id50 span.line6 {
  background-color: #27ff27;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id50 .linechart-graph-line11 .linechart-graph-stroke {
  stroke: #8dff8d; }
html.theme-id50 .linechart-graph-line11 .linechart-graph-fill {
  fill: #8dff8d;
  fill-opacity: 0.33; }
html.theme-id50 .linechart-balloon-bg-line11 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #8dff8d;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id50 .linechart-balloon-div-line11 div {
  color: #8dff8d !important; }
html.theme-id50 span.line11 {
  background-color: #8dff8d;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id50 .linechart-graph-line2 .linechart-graph-stroke {
  stroke: #4020ff; }
html.theme-id50 .linechart-graph-line2 .linechart-graph-fill {
  fill: #4020ff;
  fill-opacity: 0.33; }
html.theme-id50 .linechart-balloon-bg-line2 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #4020ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id50 .linechart-balloon-div-line2 div {
  color: #4020ff !important; }
html.theme-id50 span.line2 {
  background-color: #4020ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id50 .linechart-graph-line7 .linechart-graph-stroke {
  stroke: #9786ff; }
html.theme-id50 .linechart-graph-line7 .linechart-graph-fill {
  fill: #9786ff;
  fill-opacity: 0.33; }
html.theme-id50 .linechart-balloon-bg-line7 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #9786ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id50 .linechart-balloon-div-line7 div {
  color: #9786ff !important; }
html.theme-id50 span.line7 {
  background-color: #9786ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id50 .linechart-graph-line12 .linechart-graph-stroke {
  stroke: #efecff; }
html.theme-id50 .linechart-graph-line12 .linechart-graph-fill {
  fill: #efecff;
  fill-opacity: 0.33; }
html.theme-id50 .linechart-balloon-bg-line12 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #efecff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id50 .linechart-balloon-div-line12 div {
  color: #efecff !important; }
html.theme-id50 span.line12 {
  background-color: #efecff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id50 .linechart-graph-line3 .linechart-graph-stroke {
  stroke: #c000c0; }
html.theme-id50 .linechart-graph-line3 .linechart-graph-fill {
  fill: #c000c0;
  fill-opacity: 0.33; }
html.theme-id50 .linechart-balloon-bg-line3 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #c000c0;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id50 .linechart-balloon-div-line3 div {
  color: #c000c0 !important; }
html.theme-id50 span.line3 {
  background-color: #c000c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id50 .linechart-graph-line8 .linechart-graph-stroke {
  stroke: #ff27ff; }
html.theme-id50 .linechart-graph-line8 .linechart-graph-fill {
  fill: #ff27ff;
  fill-opacity: 0.33; }
html.theme-id50 .linechart-balloon-bg-line8 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff27ff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id50 .linechart-balloon-div-line8 div {
  color: #ff27ff !important; }
html.theme-id50 span.line8 {
  background-color: #ff27ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id50 .linechart-graph-line13 .linechart-graph-stroke {
  stroke: #ff8dff; }
html.theme-id50 .linechart-graph-line13 .linechart-graph-fill {
  fill: #ff8dff;
  fill-opacity: 0.33; }
html.theme-id50 .linechart-balloon-bg-line13 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #ff8dff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id50 .linechart-balloon-div-line13 div {
  color: #ff8dff !important; }
html.theme-id50 span.line13 {
  background-color: #ff8dff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id50 .linechart-graph-line4 .linechart-graph-stroke {
  stroke: #00c0c0; }
html.theme-id50 .linechart-graph-line4 .linechart-graph-fill {
  fill: #00c0c0;
  fill-opacity: 0.33; }
html.theme-id50 .linechart-balloon-bg-line4 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #00c0c0;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id50 .linechart-balloon-div-line4 div {
  color: #00c0c0 !important; }
html.theme-id50 span.line4 {
  background-color: #00c0c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id50 .linechart-graph-line9 .linechart-graph-stroke {
  stroke: #27ffff; }
html.theme-id50 .linechart-graph-line9 .linechart-graph-fill {
  fill: #27ffff;
  fill-opacity: 0.33; }
html.theme-id50 .linechart-balloon-bg-line9 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #27ffff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id50 .linechart-balloon-div-line9 div {
  color: #27ffff !important; }
html.theme-id50 span.line9 {
  background-color: #27ffff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id50 .linechart-graph-line14 .linechart-graph-stroke {
  stroke: #8dffff; }
html.theme-id50 .linechart-graph-line14 .linechart-graph-fill {
  fill: #8dffff;
  fill-opacity: 0.33; }
html.theme-id50 .linechart-balloon-bg-line14 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: #8dffff;
  stroke-opacity: 1;
  stroke-width: 1; }
html.theme-id50 .linechart-balloon-div-line14 div {
  color: #8dffff !important; }
html.theme-id50 span.line14 {
  background-color: #8dffff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id50 span.trendline {
  background-color: #000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  height: 10px;
  width: 10px; }
html.theme-id50 .riskclass-verylow0 {
  background-color: #c00000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-verylow0 > path.piechart-legend-marker, html.theme-id50 .riskclass-verylow0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #c00000 !important; }
  html.theme-id50 .riskclass-verylow0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #8d0000 !important; }
html.theme-id50 .riskclass-verylow1 {
  background-color: #f30000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-verylow1 > path.piechart-legend-marker, html.theme-id50 .riskclass-verylow1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #f30000 !important; }
  html.theme-id50 .riskclass-verylow1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #c00000 !important; }
html.theme-id50 .riskclass-verylow2 {
  background-color: #ff2727;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-verylow2 > path.piechart-legend-marker, html.theme-id50 .riskclass-verylow2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff2727 !important; }
  html.theme-id50 .riskclass-verylow2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #f30000 !important; }
html.theme-id50 .riskclass-low0 {
  background-color: #00c000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-low0 > path.piechart-legend-marker, html.theme-id50 .riskclass-low0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00c000 !important; }
  html.theme-id50 .riskclass-low0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #008d00 !important; }
html.theme-id50 .riskclass-low1 {
  background-color: #00f300;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-low1 > path.piechart-legend-marker, html.theme-id50 .riskclass-low1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00f300 !important; }
  html.theme-id50 .riskclass-low1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00c000 !important; }
html.theme-id50 .riskclass-low2 {
  background-color: #27ff27;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-low2 > path.piechart-legend-marker, html.theme-id50 .riskclass-low2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #27ff27 !important; }
  html.theme-id50 .riskclass-low2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00f300 !important; }
html.theme-id50 .riskclass-medium0 {
  background-color: #00c0c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-medium0 > path.piechart-legend-marker, html.theme-id50 .riskclass-medium0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00c0c0 !important; }
  html.theme-id50 .riskclass-medium0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #008d8d !important; }
html.theme-id50 .riskclass-medium1 {
  background-color: #00f3f3;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-medium1 > path.piechart-legend-marker, html.theme-id50 .riskclass-medium1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #00f3f3 !important; }
  html.theme-id50 .riskclass-medium1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00c0c0 !important; }
html.theme-id50 .riskclass-medium2 {
  background-color: #27ffff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-medium2 > path.piechart-legend-marker, html.theme-id50 .riskclass-medium2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #27ffff !important; }
  html.theme-id50 .riskclass-medium2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00f3f3 !important; }
html.theme-id50 .riskclass-high0 {
  background-color: #0000c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-high0 > path.piechart-legend-marker, html.theme-id50 .riskclass-high0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #0000c0 !important; }
  html.theme-id50 .riskclass-high0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #00008d !important; }
html.theme-id50 .riskclass-high1 {
  background-color: #0000f3;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-high1 > path.piechart-legend-marker, html.theme-id50 .riskclass-high1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #0000f3 !important; }
  html.theme-id50 .riskclass-high1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #0000c0 !important; }
html.theme-id50 .riskclass-high2 {
  background-color: #2727ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-high2 > path.piechart-legend-marker, html.theme-id50 .riskclass-high2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #2727ff !important; }
  html.theme-id50 .riskclass-high2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #0000f3 !important; }
html.theme-id50 .riskclass-veryhigh0 {
  background-color: #c000c0;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-veryhigh0 > path.piechart-legend-marker, html.theme-id50 .riskclass-veryhigh0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #c000c0 !important; }
  html.theme-id50 .riskclass-veryhigh0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #8d008d !important; }
html.theme-id50 .riskclass-veryhigh1 {
  background-color: #f300f3;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-veryhigh1 > path.piechart-legend-marker, html.theme-id50 .riskclass-veryhigh1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #f300f3 !important; }
  html.theme-id50 .riskclass-veryhigh1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #c000c0 !important; }
html.theme-id50 .riskclass-veryhigh2 {
  background-color: #ff27ff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-veryhigh2 > path.piechart-legend-marker, html.theme-id50 .riskclass-veryhigh2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #ff27ff !important; }
  html.theme-id50 .riskclass-veryhigh2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #f300f3 !important; }
html.theme-id50 .riskclass-notset0 {
  background-color: #5d6166;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-notset0 > path.piechart-legend-marker, html.theme-id50 .riskclass-notset0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #5d6166 !important; }
  html.theme-id50 .riskclass-notset0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #45484b !important; }
html.theme-id50 .riskclass-notset1 {
  background-color: #757a81;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-notset1 > path.piechart-legend-marker, html.theme-id50 .riskclass-notset1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #757a81 !important; }
  html.theme-id50 .riskclass-notset1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #5d6166 !important; }
html.theme-id50 .riskclass-notset2 {
  background-color: #909499;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-notset2 > path.piechart-legend-marker, html.theme-id50 .riskclass-notset2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #909499 !important; }
  html.theme-id50 .riskclass-notset2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #757a81 !important; }
html.theme-id50 .riskclass-none0 {
  background-color: #5d6166;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-none0 > path.piechart-legend-marker, html.theme-id50 .riskclass-none0 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #5d6166 !important; }
  html.theme-id50 .riskclass-none0 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #45484b !important; }
html.theme-id50 .riskclass-none1 {
  background-color: #757a81;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-none1 > path.piechart-legend-marker, html.theme-id50 .riskclass-none1 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #757a81 !important; }
  html.theme-id50 .riskclass-none1 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #5d6166 !important; }
html.theme-id50 .riskclass-none2 {
  background-color: #909499;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  height: 10px;
  width: 10px;
  vertical-align: middle; }
  html.theme-id50 .riskclass-none2 > path.piechart-legend-marker, html.theme-id50 .riskclass-none2 > path.piechart-pie-slice {
    /* Farbe für Legende und unschattierten Bereich */
    fill: #909499 !important; }
  html.theme-id50 .riskclass-none2 > path:not([class]) {
    /* Farbe für Schattierung */
    fill: #757a81 !important; }
html.theme-id50 .progress-bar {
  background-color: #4A8EBB; }
html.theme-id50 .report-icon {
  color: #4A8EBB; }
html.theme-id50 .uib-datepicker-popup > .uib-button-bar .btn-info,
html.theme-id50 .uib-datepicker-popup > .uib-button-bar .btn-danger,
html.theme-id50 .uib-datepicker-popup > .uib-button-bar .btn-success {
  background-color: #FFF;
  border-color: #E8EBF1;
  color: #000; }
html.theme-id50 .uib-datepicker-popup > .uib-button-bar .btn-info:active,
html.theme-id50 .uib-datepicker-popup > .uib-button-bar .btn-info:focus,
html.theme-id50 .uib-datepicker-popup > .uib-button-bar .btn-info:hover,
html.theme-id50 .uib-datepicker-popup > .uib-button-bar .btn-danger:active,
html.theme-id50 .uib-datepicker-popup > .uib-button-bar .btn-danger:focus,
html.theme-id50 .uib-datepicker-popup > .uib-button-bar .btn-danger:hover,
html.theme-id50 .uib-datepicker-popup > .uib-button-bar .btn-success:active,
html.theme-id50 .uib-datepicker-popup > .uib-button-bar .btn-success:focus,
html.theme-id50 .uib-datepicker-popup > .uib-button-bar .btn-success:hover {
  background-color: #f7f7f7;
  border-color: #d8dde7;
  color: #595959; }
html.theme-id50 .uib-daypicker > thead .btn-default,
html.theme-id50 .uib-monthpicker > thead .btn-default,
html.theme-id50 .uib-yearpicker > thead .btn-default {
  background-color: #FFF;
  border-color: #E8EBF1;
  color: #000; }
html.theme-id50 .uib-daypicker > thead .btn-default:active,
html.theme-id50 .uib-daypicker > thead .btn-default:focus,
html.theme-id50 .uib-daypicker > thead .btn-default:hover,
html.theme-id50 .uib-monthpicker > thead .btn-default:active,
html.theme-id50 .uib-monthpicker > thead .btn-default:focus,
html.theme-id50 .uib-monthpicker > thead .btn-default:hover,
html.theme-id50 .uib-yearpicker > thead .btn-default:active,
html.theme-id50 .uib-yearpicker > thead .btn-default:focus,
html.theme-id50 .uib-yearpicker > thead .btn-default:hover {
  background-color: #f7f7f7;
  border-color: #d8dde7;
  color: #595959; }
html.theme-id50 .uib-day,
html.theme-id50 .uib-month,
html.theme-id50 .uib-year {
  border-color: #DDD;
  /* Standard buttons */
  /* Disabled buttons */
  /* Selected button */ }
  html.theme-id50 .uib-day > .btn-default,
  html.theme-id50 .uib-month > .btn-default,
  html.theme-id50 .uib-year > .btn-default {
    background-color: #FFF;
    color: #000;
    /* Standard buttons text other months */
    /* Standard Today */ }
    html.theme-id50 .uib-day > .btn-default .text-muted,
    html.theme-id50 .uib-month > .btn-default .text-muted,
    html.theme-id50 .uib-year > .btn-default .text-muted {
      color: gray; }
    html.theme-id50 .uib-day > .btn-default > .text-info,
    html.theme-id50 .uib-month > .btn-default > .text-info,
    html.theme-id50 .uib-year > .btn-default > .text-info {
      color: #4A8EBB; }
    html.theme-id50 .uib-day > .btn-default:active, html.theme-id50 .uib-day > .btn-default:focus, html.theme-id50 .uib-day > .btn-default:hover,
    html.theme-id50 .uib-month > .btn-default:active,
    html.theme-id50 .uib-month > .btn-default:focus,
    html.theme-id50 .uib-month > .btn-default:hover,
    html.theme-id50 .uib-year > .btn-default:active,
    html.theme-id50 .uib-year > .btn-default:focus,
    html.theme-id50 .uib-year > .btn-default:hover {
      background-color: #F1F1F1;
      color: #404040; }
      html.theme-id50 .uib-day > .btn-default:active > .text-muted, html.theme-id50 .uib-day > .btn-default:focus > .text-muted, html.theme-id50 .uib-day > .btn-default:hover > .text-muted,
      html.theme-id50 .uib-month > .btn-default:active > .text-muted,
      html.theme-id50 .uib-month > .btn-default:focus > .text-muted,
      html.theme-id50 .uib-month > .btn-default:hover > .text-muted,
      html.theme-id50 .uib-year > .btn-default:active > .text-muted,
      html.theme-id50 .uib-year > .btn-default:focus > .text-muted,
      html.theme-id50 .uib-year > .btn-default:hover > .text-muted {
        color: #616161; }
      html.theme-id50 .uib-day > .btn-default:active > .text-info, html.theme-id50 .uib-day > .btn-default:focus > .text-info, html.theme-id50 .uib-day > .btn-default:hover > .text-info,
      html.theme-id50 .uib-month > .btn-default:active > .text-info,
      html.theme-id50 .uib-month > .btn-default:focus > .text-info,
      html.theme-id50 .uib-month > .btn-default:hover > .text-info,
      html.theme-id50 .uib-year > .btn-default:active > .text-info,
      html.theme-id50 .uib-year > .btn-default:focus > .text-info,
      html.theme-id50 .uib-year > .btn-default:hover > .text-info {
        color: #6fa5c9; }
  html.theme-id50 .uib-day > .btn-default[disabled],
  html.theme-id50 .uib-month > .btn-default[disabled],
  html.theme-id50 .uib-year > .btn-default[disabled] {
    background-color: #ececec;
    color: #404040;
    /* Disabled buttons text other months */
    /* Disabled Today */ }
    html.theme-id50 .uib-day > .btn-default[disabled] > .text-muted,
    html.theme-id50 .uib-month > .btn-default[disabled] > .text-muted,
    html.theme-id50 .uib-year > .btn-default[disabled] > .text-muted {
      color: gray; }
    html.theme-id50 .uib-day > .btn-default[disabled] > .text-info,
    html.theme-id50 .uib-month > .btn-default[disabled] > .text-info,
    html.theme-id50 .uib-year > .btn-default[disabled] > .text-info {
      color: #4A8EBB; }
    html.theme-id50 .uib-day > .btn-default[disabled]:active, html.theme-id50 .uib-day > .btn-default[disabled]:focus, html.theme-id50 .uib-day > .btn-default[disabled]:hover,
    html.theme-id50 .uib-month > .btn-default[disabled]:active,
    html.theme-id50 .uib-month > .btn-default[disabled]:focus,
    html.theme-id50 .uib-month > .btn-default[disabled]:hover,
    html.theme-id50 .uib-year > .btn-default[disabled]:active,
    html.theme-id50 .uib-year > .btn-default[disabled]:focus,
    html.theme-id50 .uib-year > .btn-default[disabled]:hover {
      background-color: #F1F1F1;
      color: #616161; }
      html.theme-id50 .uib-day > .btn-default[disabled]:active > .text-muted, html.theme-id50 .uib-day > .btn-default[disabled]:focus > .text-muted, html.theme-id50 .uib-day > .btn-default[disabled]:hover > .text-muted,
      html.theme-id50 .uib-month > .btn-default[disabled]:active > .text-muted,
      html.theme-id50 .uib-month > .btn-default[disabled]:focus > .text-muted,
      html.theme-id50 .uib-month > .btn-default[disabled]:hover > .text-muted,
      html.theme-id50 .uib-year > .btn-default[disabled]:active > .text-muted,
      html.theme-id50 .uib-year > .btn-default[disabled]:focus > .text-muted,
      html.theme-id50 .uib-year > .btn-default[disabled]:hover > .text-muted {
        color: #616161; }
      html.theme-id50 .uib-day > .btn-default[disabled]:active > .text-info, html.theme-id50 .uib-day > .btn-default[disabled]:focus > .text-info, html.theme-id50 .uib-day > .btn-default[disabled]:hover > .text-info,
      html.theme-id50 .uib-month > .btn-default[disabled]:active > .text-info,
      html.theme-id50 .uib-month > .btn-default[disabled]:focus > .text-info,
      html.theme-id50 .uib-month > .btn-default[disabled]:hover > .text-info,
      html.theme-id50 .uib-year > .btn-default[disabled]:active > .text-info,
      html.theme-id50 .uib-year > .btn-default[disabled]:focus > .text-info,
      html.theme-id50 .uib-year > .btn-default[disabled]:hover > .text-info {
        color: #6fa5c9; }
  html.theme-id50 .uib-day > .btn-info,
  html.theme-id50 .uib-month > .btn-info,
  html.theme-id50 .uib-year > .btn-info {
    background-color: #c4dae9;
    color: #000;
    /* Selected buttons text other months */
    /* Selected Today */ }
    html.theme-id50 .uib-day > .btn-info > .text-muted,
    html.theme-id50 .uib-month > .btn-info > .text-muted,
    html.theme-id50 .uib-year > .btn-info > .text-muted {
      color: gray; }
    html.theme-id50 .uib-day > .btn-info > .text-info,
    html.theme-id50 .uib-month > .btn-info > .text-info,
    html.theme-id50 .uib-year > .btn-info > .text-info {
      color: #4A8EBB; }
    html.theme-id50 .uib-day > .btn-info:active, html.theme-id50 .uib-day > .btn-info:focus, html.theme-id50 .uib-day > .btn-info:hover,
    html.theme-id50 .uib-month > .btn-info:active,
    html.theme-id50 .uib-month > .btn-info:focus,
    html.theme-id50 .uib-month > .btn-info:hover,
    html.theme-id50 .uib-year > .btn-info:active,
    html.theme-id50 .uib-year > .btn-info:focus,
    html.theme-id50 .uib-year > .btn-info:hover {
      background-color: #c4dae9;
      color: #404040; }
      html.theme-id50 .uib-day > .btn-info:active > .text-muted, html.theme-id50 .uib-day > .btn-info:focus > .text-muted, html.theme-id50 .uib-day > .btn-info:hover > .text-muted,
      html.theme-id50 .uib-month > .btn-info:active > .text-muted,
      html.theme-id50 .uib-month > .btn-info:focus > .text-muted,
      html.theme-id50 .uib-month > .btn-info:hover > .text-muted,
      html.theme-id50 .uib-year > .btn-info:active > .text-muted,
      html.theme-id50 .uib-year > .btn-info:focus > .text-muted,
      html.theme-id50 .uib-year > .btn-info:hover > .text-muted {
        color: #616161; }
      html.theme-id50 .uib-day > .btn-info:active > .text-info, html.theme-id50 .uib-day > .btn-info:focus > .text-info, html.theme-id50 .uib-day > .btn-info:hover > .text-info,
      html.theme-id50 .uib-month > .btn-info:active > .text-info,
      html.theme-id50 .uib-month > .btn-info:focus > .text-info,
      html.theme-id50 .uib-month > .btn-info:hover > .text-info,
      html.theme-id50 .uib-year > .btn-info:active > .text-info,
      html.theme-id50 .uib-year > .btn-info:focus > .text-info,
      html.theme-id50 .uib-year > .btn-info:hover > .text-info {
        color: #6fa5c9; }
html.theme-id50 .label-overdue {
  color: #ff0040; }
html.theme-id50 .comment {
  color: #4d4d4d; }
html.theme-id50 .structure-icon-status-active {
  color: #4A8EBB; }
html.theme-id50 .structure-icon-status-standby {
  color: #4A8EBB; }
html.theme-id50 .structure-icon-status-inactive {
  color: #4d4d4d; }
html.theme-id50 .structure-icon-status-notassigned {
  color: #000; }
html.theme-id50 .modal-header {
  background-color: #F1F1F1; }
html.theme-id50 .minichart-wrapper .minichart-item div.minichart-table > div:first-child > div {
  background-color: #F1F1F1; }
html.theme-id50 .note-editor .modal label {
  color: #4A8EBB; }
html.theme-id50 .slick-prev:before,
html.theme-id50 .slick-next:before {
  color: #000; }
html.theme-id50 .slick-dots li button:before {
  color: #000; }
html.theme-id50 .slick-dots li.slick-active button:before {
  color: #000; }
html.theme-id50 .sceditor-button div:before {
  color: #000 !important; }
html.theme-id50 .signature-empty, html.theme-id50 .signature-image, html.theme-id50 .signature canvas {
  border-color: #000; }
html.theme-id50 .signature-enabled:hover {
  border-color: #064C77;
  color: #064C77; }
html.theme-id50 .timepicker.dropdown-menu button {
  background-color: transparent !important;
  color: #000 !important; }
html.theme-id50 ppc-datepicker > input.ng-empty {
  color: gray !important; }
html.theme-id50 .horizontal-separator > hr {
  border-color: #4A8EBB; }
html.theme-id50 .horizontal-separator > span {
  background-color: #FFF; }
html.theme-id50 .iframe-container {
  border-color: #F1F1F1; }
html.theme-id50 .input-label[disabled="disabled"] {
  color: gray; }
html.theme-id50 .inline-search {
  background-color: #F1F1F1;
  border-color: #DDD; }
  html.theme-id50 .inline-search .table-responsive {
    border-color: #DDD; }
  html.theme-id50 .inline-search .table > thead {
    background-color: #F1F1F1; }
  html.theme-id50 .inline-search .table > tbody:nth-child(even) {
    background-color: #FFF; }
  html.theme-id50 .inline-search .table > tbody:nth-child(odd) {
    background-color: transparent; }
  html.theme-id50 .inline-search .table a[role="button"] {
    color: #000; }
html.theme-id50 .ppc-table-striped tbody.servicetermin {
  				/*&-black {
  					background-color:;
  					color:;
  
  					&:nth-child(odd) {
  						background-color:;
  					}
  
  					&:hover {
  						background-color:;
  					}
  				}*/ }
  html.theme-id50 .ppc-table-striped tbody.servicetermin-orange {
    background-color: rgba(255, 127, 0, 0.05);
    color: #ff7f00; }
    html.theme-id50 .ppc-table-striped tbody.servicetermin-orange:nth-child(odd) {
      background-color: rgba(255, 127, 0, 0.1); }
    html.theme-id50 .ppc-table-striped tbody.servicetermin-orange:hover {
      background-color: rgba(255, 127, 0, 0.3) !important; }
  html.theme-id50 .ppc-table-striped tbody.servicetermin-red {
    background-color: rgba(255, 0, 0, 0.05);
    color: red; }
    html.theme-id50 .ppc-table-striped tbody.servicetermin-red:nth-child(odd) {
      background-color: rgba(255, 0, 0, 0.1); }
    html.theme-id50 .ppc-table-striped tbody.servicetermin-red:hover {
      background-color: rgba(255, 0, 0, 0.3) !important; }
html.theme-id50 .inline-loader > span {
  color: #4A8EBB; }
html.theme-id50 .security-code {
  color: #4A8EBB; }
html.theme-id50 .InputClear > div {
  background-color: #ff0040;
  border-color: #800020;
  color: #FFF; }
html.theme-id50 input.form-control.Error {
  background-color: #ffd8d8;
  border-color: #e19092; }
  html.theme-id50 input.form-control.Error:focus {
    border-color: #cc3f44; }

/*# sourceMappingURL=themes.css.map */
