﻿@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 {
  -webkit-box-shadow: inset 0 0 0 1em #FFF;
          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: rgb(42.1845454545, 45.6281818182, 52.5154545455);
}
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: rgb(85.7030769231, 89.3892307692, 93.9969230769);
}
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: -webkit-gradient(linear, left top, left bottom, from(rgb(240.020746888, 164.3360995851, 79.979253112)), color-stop(#EC8C21), color-stop(#D37813), to(rgb(164.2130434783, 93.3913043478, 14.7869565217)));
  background: linear-gradient(rgb(240.020746888, 164.3360995851, 79.979253112), #EC8C21, #D37813, rgb(164.2130434783, 93.3913043478, 14.7869565217));
  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: rgb(76.5, 76.5, 76.5);
}
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: rgb(242.25, 242.25, 242.25);
}
html.theme-default .ppc-table-striped tbody:nth-child(odd) {
  background-color: rgb(247.35, 247.35, 247.35);
}
html.theme-default .table > thead,
html.theme-default .table > tbody.sum {
  background-color: rgb(237.15, 237.15, 237.15);
}
html.theme-default .table > tbody.group {
  background-color: rgb(242.25, 242.25, 242.25);
}
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: rgb(247.35, 247.35, 247.35);
}
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: rgb(76.5, 76.5, 76.5);
}
html.theme-default .table > tbody.inactive {
  color: rgb(127.5, 127.5, 127.5);
}
html.theme-default .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgb(247.35, 247.35, 247.35);
}
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: rgb(247.35, 247.35, 247.35);
}
html.theme-default .pagination > li > a, html.theme-default .pagination > li > span {
  background-color: #FFF;
  border-color: rgb(222.4891891892, 226.7297297297, 235.2108108108);
  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: rgb(222.4891891892, 226.7297297297, 235.2108108108);
  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: rgb(76.5, 76.5, 76.5);
}
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: rgb(223.125, 223.125, 223.125);
  color: #000;
}
html.theme-default .form-control:focus {
  border-color: rgb(170.85, 170.85, 170.85);
}
html.theme-default .form-control[disabled], html.theme-default .form-control[readonly], fieldset[disabled] html.theme-default .form-control {
  border-color: rgb(170.85, 170.85, 170.85);
  background: rgb(242.25, 242.25, 242.25);
  color: rgb(84.15, 84.15, 84.15);
}
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: rgb(76.5, 76.5, 76.5);
}
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: rgb(151.3632286996, 134, 255);
}
html.theme-default .linechart-graph-line7 .linechart-graph-fill {
  fill: rgb(151.3632286996, 134, 255);
  fill-opacity: 0.33;
}
html.theme-default .linechart-balloon-bg-line7 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: rgb(151.3632286996, 134, 255);
  stroke-opacity: 1;
  stroke-width: 1;
}
html.theme-default .linechart-balloon-div-line7 div {
  color: rgb(151.3632286996, 134, 255) !important;
}
html.theme-default span.line7 {
  background-color: rgb(151.3632286996, 134, 255);
  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: rgb(238.7264573991, 236, 255);
}
html.theme-default .linechart-graph-line12 .linechart-graph-fill {
  fill: rgb(238.7264573991, 236, 255);
  fill-opacity: 0.33;
}
html.theme-default .linechart-balloon-bg-line12 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: rgb(238.7264573991, 236, 255);
  stroke-opacity: 1;
  stroke-width: 1;
}
html.theme-default .linechart-balloon-div-line12 div {
  color: rgb(238.7264573991, 236, 255) !important;
}
html.theme-default span.line12 {
  background-color: rgb(238.7264573991, 236, 255);
  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: rgb(0, 105.5801104972, 130) !important;
}
html.theme-default .riskclass-verylow1 {
  background-color: rgb(0, 188.4198895028, 232);
  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: rgb(0, 188.4198895028, 232) !important;
}
html.theme-default .riskclass-verylow1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #0093b5 !important;
}
html.theme-default .riskclass-verylow2 {
  background-color: rgb(28, 212.3591160221, 255);
  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: rgb(28, 212.3591160221, 255) !important;
}
html.theme-default .riskclass-verylow2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(0, 188.4198895028, 232) !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: rgb(178, 70.7336244541, 0) !important;
}
html.theme-default .riskclass-high1 {
  background-color: rgb(255, 116.3973799127, 25);
  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: rgb(255, 116.3973799127, 25) !important;
}
html.theme-default .riskclass-high1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #e55b00 !important;
}
html.theme-default .riskclass-high2 {
  background-color: rgb(255, 147.1310043668, 76);
  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: rgb(255, 147.1310043668, 76) !important;
}
html.theme-default .riskclass-high2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(255, 116.3973799127, 25) !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: rgb(68.6769230769, 71.6307692308, 75.3230769231) !important;
}
html.theme-default .riskclass-notset1 {
  background-color: rgb(117.3230769231, 122.3692307692, 128.6769230769);
  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: rgb(117.3230769231, 122.3692307692, 128.6769230769) !important;
}
html.theme-default .riskclass-notset1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #5d6166 !important;
}
html.theme-default .riskclass-notset2 {
  background-color: rgb(143.5846153846, 147.9538461538, 153.4153846154);
  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: rgb(143.5846153846, 147.9538461538, 153.4153846154) !important;
}
html.theme-default .riskclass-notset2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(117.3230769231, 122.3692307692, 128.6769230769) !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: rgb(68.6769230769, 71.6307692308, 75.3230769231) !important;
}
html.theme-default .riskclass-none1 {
  background-color: rgb(117.3230769231, 122.3692307692, 128.6769230769);
  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: rgb(117.3230769231, 122.3692307692, 128.6769230769) !important;
}
html.theme-default .riskclass-none1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #5d6166 !important;
}
html.theme-default .riskclass-none2 {
  background-color: rgb(143.5846153846, 147.9538461538, 153.4153846154);
  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: rgb(143.5846153846, 147.9538461538, 153.4153846154) !important;
}
html.theme-default .riskclass-none2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(117.3230769231, 122.3692307692, 128.6769230769) !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: rgb(247.35, 247.35, 247.35);
  border-color: rgb(216.1486486486, 221.2162162162, 231.3513513514);
  color: rgb(89.25, 89.25, 89.25);
}
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: rgb(247.35, 247.35, 247.35);
  border-color: rgb(216.1486486486, 221.2162162162, 231.3513513514);
  color: rgb(89.25, 89.25, 89.25);
}
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: rgb(127.5, 127.5, 127.5);
}
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: rgb(63.75, 63.75, 63.75);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(240.020746888, 164.3360995851, 79.979253112);
}
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: rgb(235.9, 235.9, 235.9);
  color: rgb(63.75, 63.75, 63.75);
  /* 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: rgb(127.5, 127.5, 127.5);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(240.020746888, 164.3360995851, 79.979253112);
}
html.theme-default .uib-day > .btn-info,
html.theme-default .uib-month > .btn-info,
html.theme-default .uib-year > .btn-info {
  background-color: rgb(249.2684647303, 220.3091286307, 188.0315352697);
  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: rgb(127.5, 127.5, 127.5);
}
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: rgb(249.2684647303, 220.3091286307, 188.0315352697);
  color: rgb(63.75, 63.75, 63.75);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(240.020746888, 164.3360995851, 79.979253112);
}
html.theme-default .label-overdue {
  color: #ff0040;
}
html.theme-default .comment {
  color: rgb(76.5, 76.5, 76.5);
}
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: rgb(76.5, 76.5, 76.5);
}
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: rgb(127.5, 127.5, 127.5) !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: rgb(127.5, 127.5, 127.5);
}
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: rgb(255, 127, 0);
}
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: rgb(255, 0, 0);
}
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: rgb(127.5, 0, 32);
  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-default .Anlagevorschlag.Selected thead {
  background-color: rgba(236, 140, 33, 0.25);
}
html.theme-default .Anlagevorschlag.Selected thead th {
  border-bottom-color: rgba(236, 140, 33, 0.5);
}
html.theme-default .Anlagevorschlag.Selected tbody {
  background-color: rgba(236, 140, 33, 0.1);
}
html.theme-default .Anlagevorschlag.Selected tbody td {
  border-top-color: rgba(236, 140, 33, 0.5);
}
html.theme-default .Anlagevorschlag.Selected .Title {
  color: #EC8C21;
}

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 {
  -webkit-box-shadow: inset 0 0 0 1em #FFF;
          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: rgb(42.1845454545, 45.6281818182, 52.5154545455);
}
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: rgb(85.7030769231, 89.3892307692, 93.9969230769);
}
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: -webkit-gradient(linear, left top, left bottom, from(rgb(246.6462264151, 112.2264150943, 102.3537735849)), color-stop(#F44336), color-stop(#C62828), to(rgb(155.5714285714, 31.4285714286, 31.4285714286)));
  background: linear-gradient(rgb(246.6462264151, 112.2264150943, 102.3537735849), #F44336, #C62828, rgb(155.5714285714, 31.4285714286, 31.4285714286));
  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: rgb(76.5, 76.5, 76.5);
}
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: rgb(242.25, 242.25, 242.25);
}
html.theme-red .ppc-table-striped tbody:nth-child(odd) {
  background-color: rgb(247.35, 247.35, 247.35);
}
html.theme-red .table > thead,
html.theme-red .table > tbody.sum {
  background-color: rgb(237.15, 237.15, 237.15);
}
html.theme-red .table > tbody.group {
  background-color: rgb(242.25, 242.25, 242.25);
}
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: rgb(247.35, 247.35, 247.35);
}
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: rgb(76.5, 76.5, 76.5);
}
html.theme-red .table > tbody.inactive {
  color: rgb(127.5, 127.5, 127.5);
}
html.theme-red .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgb(247.35, 247.35, 247.35);
}
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: rgb(247.35, 247.35, 247.35);
}
html.theme-red .pagination > li > a, html.theme-red .pagination > li > span {
  background-color: #FFF;
  border-color: rgb(222.4891891892, 226.7297297297, 235.2108108108);
  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: rgb(222.4891891892, 226.7297297297, 235.2108108108);
  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: rgb(76.5, 76.5, 76.5);
}
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: rgb(223.125, 223.125, 223.125);
  color: #000;
}
html.theme-red .form-control:focus {
  border-color: rgb(170.85, 170.85, 170.85);
}
html.theme-red .form-control[disabled], html.theme-red .form-control[readonly], fieldset[disabled] html.theme-red .form-control {
  border-color: rgb(170.85, 170.85, 170.85);
  background: rgb(242.25, 242.25, 242.25);
  color: rgb(84.15, 84.15, 84.15);
}
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: rgb(76.5, 76.5, 76.5);
}
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: rgb(151.3632286996, 134, 255);
}
html.theme-red .linechart-graph-line7 .linechart-graph-fill {
  fill: rgb(151.3632286996, 134, 255);
  fill-opacity: 0.33;
}
html.theme-red .linechart-balloon-bg-line7 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: rgb(151.3632286996, 134, 255);
  stroke-opacity: 1;
  stroke-width: 1;
}
html.theme-red .linechart-balloon-div-line7 div {
  color: rgb(151.3632286996, 134, 255) !important;
}
html.theme-red span.line7 {
  background-color: rgb(151.3632286996, 134, 255);
  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: rgb(238.7264573991, 236, 255);
}
html.theme-red .linechart-graph-line12 .linechart-graph-fill {
  fill: rgb(238.7264573991, 236, 255);
  fill-opacity: 0.33;
}
html.theme-red .linechart-balloon-bg-line12 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: rgb(238.7264573991, 236, 255);
  stroke-opacity: 1;
  stroke-width: 1;
}
html.theme-red .linechart-balloon-div-line12 div {
  color: rgb(238.7264573991, 236, 255) !important;
}
html.theme-red span.line12 {
  background-color: rgb(238.7264573991, 236, 255);
  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: rgb(0, 105.5801104972, 130) !important;
}
html.theme-red .riskclass-verylow1 {
  background-color: rgb(0, 188.4198895028, 232);
  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: rgb(0, 188.4198895028, 232) !important;
}
html.theme-red .riskclass-verylow1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #0093b5 !important;
}
html.theme-red .riskclass-verylow2 {
  background-color: rgb(28, 212.3591160221, 255);
  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: rgb(28, 212.3591160221, 255) !important;
}
html.theme-red .riskclass-verylow2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(0, 188.4198895028, 232) !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: rgb(178, 70.7336244541, 0) !important;
}
html.theme-red .riskclass-high1 {
  background-color: rgb(255, 116.3973799127, 25);
  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: rgb(255, 116.3973799127, 25) !important;
}
html.theme-red .riskclass-high1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #e55b00 !important;
}
html.theme-red .riskclass-high2 {
  background-color: rgb(255, 147.1310043668, 76);
  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: rgb(255, 147.1310043668, 76) !important;
}
html.theme-red .riskclass-high2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(255, 116.3973799127, 25) !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: rgb(68.6769230769, 71.6307692308, 75.3230769231) !important;
}
html.theme-red .riskclass-notset1 {
  background-color: rgb(117.3230769231, 122.3692307692, 128.6769230769);
  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: rgb(117.3230769231, 122.3692307692, 128.6769230769) !important;
}
html.theme-red .riskclass-notset1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #5d6166 !important;
}
html.theme-red .riskclass-notset2 {
  background-color: rgb(143.5846153846, 147.9538461538, 153.4153846154);
  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: rgb(143.5846153846, 147.9538461538, 153.4153846154) !important;
}
html.theme-red .riskclass-notset2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(117.3230769231, 122.3692307692, 128.6769230769) !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: rgb(68.6769230769, 71.6307692308, 75.3230769231) !important;
}
html.theme-red .riskclass-none1 {
  background-color: rgb(117.3230769231, 122.3692307692, 128.6769230769);
  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: rgb(117.3230769231, 122.3692307692, 128.6769230769) !important;
}
html.theme-red .riskclass-none1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #5d6166 !important;
}
html.theme-red .riskclass-none2 {
  background-color: rgb(143.5846153846, 147.9538461538, 153.4153846154);
  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: rgb(143.5846153846, 147.9538461538, 153.4153846154) !important;
}
html.theme-red .riskclass-none2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(117.3230769231, 122.3692307692, 128.6769230769) !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: rgb(247.35, 247.35, 247.35);
  border-color: rgb(216.1486486486, 221.2162162162, 231.3513513514);
  color: rgb(89.25, 89.25, 89.25);
}
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: rgb(247.35, 247.35, 247.35);
  border-color: rgb(216.1486486486, 221.2162162162, 231.3513513514);
  color: rgb(89.25, 89.25, 89.25);
}
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: rgb(127.5, 127.5, 127.5);
}
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: rgb(63.75, 63.75, 63.75);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(246.6462264151, 112.2264150943, 102.3537735849);
}
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: rgb(235.9, 235.9, 235.9);
  color: rgb(63.75, 63.75, 63.75);
  /* 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: rgb(127.5, 127.5, 127.5);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(246.6462264151, 112.2264150943, 102.3537735849);
}
html.theme-red .uib-day > .btn-info,
html.theme-red .uib-month > .btn-info,
html.theme-red .uib-year > .btn-info {
  background-color: rgb(252.7325471698, 216.2471698113, 213.5674528302);
  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: rgb(127.5, 127.5, 127.5);
}
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: rgb(252.7325471698, 216.2471698113, 213.5674528302);
  color: rgb(63.75, 63.75, 63.75);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(246.6462264151, 112.2264150943, 102.3537735849);
}
html.theme-red .label-overdue {
  color: #ff0040;
}
html.theme-red .comment {
  color: rgb(76.5, 76.5, 76.5);
}
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: rgb(76.5, 76.5, 76.5);
}
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: rgb(127.5, 127.5, 127.5) !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: rgb(127.5, 127.5, 127.5);
}
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: rgb(255, 127, 0);
}
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: rgb(255, 0, 0);
}
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: rgb(127.5, 0, 32);
  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-red .Anlagevorschlag.Selected thead {
  background-color: rgba(244, 67, 54, 0.25);
}
html.theme-red .Anlagevorschlag.Selected thead th {
  border-bottom-color: rgba(244, 67, 54, 0.5);
}
html.theme-red .Anlagevorschlag.Selected tbody {
  background-color: rgba(244, 67, 54, 0.1);
}
html.theme-red .Anlagevorschlag.Selected tbody td {
  border-top-color: rgba(244, 67, 54, 0.5);
}
html.theme-red .Anlagevorschlag.Selected .Title {
  color: #F44336;
}

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 {
  -webkit-box-shadow: inset 0 0 0 1em #FFF;
          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: rgb(42.1845454545, 45.6281818182, 52.5154545455);
}
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: rgb(85.7030769231, 89.3892307692, 93.9969230769);
}
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: -webkit-gradient(linear, left top, left bottom, from(rgb(95.512295082, 111.3729508197, 199.487704918)), color-stop(#3F51B5), color-stop(#283593), to(rgb(29.0909090909, 38.5454545455, 106.9090909091)));
  background: linear-gradient(rgb(95.512295082, 111.3729508197, 199.487704918), #3F51B5, #283593, rgb(29.0909090909, 38.5454545455, 106.9090909091));
  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: rgb(76.5, 76.5, 76.5);
}
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: rgb(242.25, 242.25, 242.25);
}
html.theme-blue .ppc-table-striped tbody:nth-child(odd) {
  background-color: rgb(247.35, 247.35, 247.35);
}
html.theme-blue .table > thead,
html.theme-blue .table > tbody.sum {
  background-color: rgb(237.15, 237.15, 237.15);
}
html.theme-blue .table > tbody.group {
  background-color: rgb(242.25, 242.25, 242.25);
}
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: rgb(247.35, 247.35, 247.35);
}
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: rgb(76.5, 76.5, 76.5);
}
html.theme-blue .table > tbody.inactive {
  color: rgb(127.5, 127.5, 127.5);
}
html.theme-blue .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgb(247.35, 247.35, 247.35);
}
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: rgb(247.35, 247.35, 247.35);
}
html.theme-blue .pagination > li > a, html.theme-blue .pagination > li > span {
  background-color: #FFF;
  border-color: rgb(222.4891891892, 226.7297297297, 235.2108108108);
  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: rgb(222.4891891892, 226.7297297297, 235.2108108108);
  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: rgb(76.5, 76.5, 76.5);
}
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: rgb(223.125, 223.125, 223.125);
  color: #000;
}
html.theme-blue .form-control:focus {
  border-color: rgb(170.85, 170.85, 170.85);
}
html.theme-blue .form-control[disabled], html.theme-blue .form-control[readonly], fieldset[disabled] html.theme-blue .form-control {
  border-color: rgb(170.85, 170.85, 170.85);
  background: rgb(242.25, 242.25, 242.25);
  color: rgb(84.15, 84.15, 84.15);
}
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: rgb(76.5, 76.5, 76.5);
}
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: rgb(151.3632286996, 134, 255);
}
html.theme-blue .linechart-graph-line7 .linechart-graph-fill {
  fill: rgb(151.3632286996, 134, 255);
  fill-opacity: 0.33;
}
html.theme-blue .linechart-balloon-bg-line7 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: rgb(151.3632286996, 134, 255);
  stroke-opacity: 1;
  stroke-width: 1;
}
html.theme-blue .linechart-balloon-div-line7 div {
  color: rgb(151.3632286996, 134, 255) !important;
}
html.theme-blue span.line7 {
  background-color: rgb(151.3632286996, 134, 255);
  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: rgb(238.7264573991, 236, 255);
}
html.theme-blue .linechart-graph-line12 .linechart-graph-fill {
  fill: rgb(238.7264573991, 236, 255);
  fill-opacity: 0.33;
}
html.theme-blue .linechart-balloon-bg-line12 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: rgb(238.7264573991, 236, 255);
  stroke-opacity: 1;
  stroke-width: 1;
}
html.theme-blue .linechart-balloon-div-line12 div {
  color: rgb(238.7264573991, 236, 255) !important;
}
html.theme-blue span.line12 {
  background-color: rgb(238.7264573991, 236, 255);
  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: rgb(0, 105.5801104972, 130) !important;
}
html.theme-blue .riskclass-verylow1 {
  background-color: rgb(0, 188.4198895028, 232);
  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: rgb(0, 188.4198895028, 232) !important;
}
html.theme-blue .riskclass-verylow1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #0093b5 !important;
}
html.theme-blue .riskclass-verylow2 {
  background-color: rgb(28, 212.3591160221, 255);
  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: rgb(28, 212.3591160221, 255) !important;
}
html.theme-blue .riskclass-verylow2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(0, 188.4198895028, 232) !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: rgb(178, 70.7336244541, 0) !important;
}
html.theme-blue .riskclass-high1 {
  background-color: rgb(255, 116.3973799127, 25);
  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: rgb(255, 116.3973799127, 25) !important;
}
html.theme-blue .riskclass-high1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #e55b00 !important;
}
html.theme-blue .riskclass-high2 {
  background-color: rgb(255, 147.1310043668, 76);
  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: rgb(255, 147.1310043668, 76) !important;
}
html.theme-blue .riskclass-high2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(255, 116.3973799127, 25) !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: rgb(68.6769230769, 71.6307692308, 75.3230769231) !important;
}
html.theme-blue .riskclass-notset1 {
  background-color: rgb(117.3230769231, 122.3692307692, 128.6769230769);
  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: rgb(117.3230769231, 122.3692307692, 128.6769230769) !important;
}
html.theme-blue .riskclass-notset1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #5d6166 !important;
}
html.theme-blue .riskclass-notset2 {
  background-color: rgb(143.5846153846, 147.9538461538, 153.4153846154);
  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: rgb(143.5846153846, 147.9538461538, 153.4153846154) !important;
}
html.theme-blue .riskclass-notset2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(117.3230769231, 122.3692307692, 128.6769230769) !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: rgb(68.6769230769, 71.6307692308, 75.3230769231) !important;
}
html.theme-blue .riskclass-none1 {
  background-color: rgb(117.3230769231, 122.3692307692, 128.6769230769);
  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: rgb(117.3230769231, 122.3692307692, 128.6769230769) !important;
}
html.theme-blue .riskclass-none1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #5d6166 !important;
}
html.theme-blue .riskclass-none2 {
  background-color: rgb(143.5846153846, 147.9538461538, 153.4153846154);
  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: rgb(143.5846153846, 147.9538461538, 153.4153846154) !important;
}
html.theme-blue .riskclass-none2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(117.3230769231, 122.3692307692, 128.6769230769) !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: rgb(247.35, 247.35, 247.35);
  border-color: rgb(216.1486486486, 221.2162162162, 231.3513513514);
  color: rgb(89.25, 89.25, 89.25);
}
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: rgb(247.35, 247.35, 247.35);
  border-color: rgb(216.1486486486, 221.2162162162, 231.3513513514);
  color: rgb(89.25, 89.25, 89.25);
}
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: rgb(127.5, 127.5, 127.5);
}
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: rgb(63.75, 63.75, 63.75);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(95.512295082, 111.3729508197, 199.487704918);
}
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: rgb(235.9, 235.9, 235.9);
  color: rgb(63.75, 63.75, 63.75);
  /* 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: rgb(127.5, 127.5, 127.5);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(95.512295082, 111.3729508197, 199.487704918);
}
html.theme-blue .uib-day > .btn-info,
html.theme-blue .uib-month > .btn-info,
html.theme-blue .uib-year > .btn-info {
  background-color: rgb(182.5258196721, 189.7331967213, 229.7741803279);
  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: rgb(127.5, 127.5, 127.5);
}
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: rgb(182.5258196721, 189.7331967213, 229.7741803279);
  color: rgb(63.75, 63.75, 63.75);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(95.512295082, 111.3729508197, 199.487704918);
}
html.theme-blue .label-overdue {
  color: #ff0040;
}
html.theme-blue .comment {
  color: rgb(76.5, 76.5, 76.5);
}
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: rgb(76.5, 76.5, 76.5);
}
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: rgb(127.5, 127.5, 127.5) !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: rgb(127.5, 127.5, 127.5);
}
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: rgb(255, 127, 0);
}
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: rgb(255, 0, 0);
}
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: rgb(127.5, 0, 32);
  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-blue .Anlagevorschlag.Selected thead {
  background-color: rgba(63, 81, 181, 0.25);
}
html.theme-blue .Anlagevorschlag.Selected thead th {
  border-bottom-color: rgba(63, 81, 181, 0.5);
}
html.theme-blue .Anlagevorschlag.Selected tbody {
  background-color: rgba(63, 81, 181, 0.1);
}
html.theme-blue .Anlagevorschlag.Selected tbody td {
  border-top-color: rgba(63, 81, 181, 0.5);
}
html.theme-blue .Anlagevorschlag.Selected .Title {
  color: #3F51B5;
}

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 {
  -webkit-box-shadow: inset 0 0 0 1em #FFF;
          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: rgb(42.1845454545, 45.6281818182, 52.5154545455);
}
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: rgb(85.7030769231, 89.3892307692, 93.9969230769);
}
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: -webkit-gradient(linear, left top, left bottom, from(rgb(109.9800796813, 192.0199203187, 113.2948207171)), color-stop(#4CAF50), color-stop(#2E7D32), to(rgb(32.2807017544, 87.7192982456, 35.0877192982)));
  background: linear-gradient(rgb(109.9800796813, 192.0199203187, 113.2948207171), #4CAF50, #2E7D32, rgb(32.2807017544, 87.7192982456, 35.0877192982));
  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: rgb(76.5, 76.5, 76.5);
}
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: rgb(242.25, 242.25, 242.25);
}
html.theme-green .ppc-table-striped tbody:nth-child(odd) {
  background-color: rgb(247.35, 247.35, 247.35);
}
html.theme-green .table > thead,
html.theme-green .table > tbody.sum {
  background-color: rgb(237.15, 237.15, 237.15);
}
html.theme-green .table > tbody.group {
  background-color: rgb(242.25, 242.25, 242.25);
}
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: rgb(247.35, 247.35, 247.35);
}
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: rgb(76.5, 76.5, 76.5);
}
html.theme-green .table > tbody.inactive {
  color: rgb(127.5, 127.5, 127.5);
}
html.theme-green .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgb(247.35, 247.35, 247.35);
}
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: rgb(247.35, 247.35, 247.35);
}
html.theme-green .pagination > li > a, html.theme-green .pagination > li > span {
  background-color: #FFF;
  border-color: rgb(222.4891891892, 226.7297297297, 235.2108108108);
  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: rgb(222.4891891892, 226.7297297297, 235.2108108108);
  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: rgb(76.5, 76.5, 76.5);
}
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: rgb(223.125, 223.125, 223.125);
  color: #000;
}
html.theme-green .form-control:focus {
  border-color: rgb(170.85, 170.85, 170.85);
}
html.theme-green .form-control[disabled], html.theme-green .form-control[readonly], fieldset[disabled] html.theme-green .form-control {
  border-color: rgb(170.85, 170.85, 170.85);
  background: rgb(242.25, 242.25, 242.25);
  color: rgb(84.15, 84.15, 84.15);
}
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: rgb(76.5, 76.5, 76.5);
}
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: rgb(151.3632286996, 134, 255);
}
html.theme-green .linechart-graph-line7 .linechart-graph-fill {
  fill: rgb(151.3632286996, 134, 255);
  fill-opacity: 0.33;
}
html.theme-green .linechart-balloon-bg-line7 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: rgb(151.3632286996, 134, 255);
  stroke-opacity: 1;
  stroke-width: 1;
}
html.theme-green .linechart-balloon-div-line7 div {
  color: rgb(151.3632286996, 134, 255) !important;
}
html.theme-green span.line7 {
  background-color: rgb(151.3632286996, 134, 255);
  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: rgb(238.7264573991, 236, 255);
}
html.theme-green .linechart-graph-line12 .linechart-graph-fill {
  fill: rgb(238.7264573991, 236, 255);
  fill-opacity: 0.33;
}
html.theme-green .linechart-balloon-bg-line12 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: rgb(238.7264573991, 236, 255);
  stroke-opacity: 1;
  stroke-width: 1;
}
html.theme-green .linechart-balloon-div-line12 div {
  color: rgb(238.7264573991, 236, 255) !important;
}
html.theme-green span.line12 {
  background-color: rgb(238.7264573991, 236, 255);
  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: rgb(0, 105.5801104972, 130) !important;
}
html.theme-green .riskclass-verylow1 {
  background-color: rgb(0, 188.4198895028, 232);
  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: rgb(0, 188.4198895028, 232) !important;
}
html.theme-green .riskclass-verylow1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #0093b5 !important;
}
html.theme-green .riskclass-verylow2 {
  background-color: rgb(28, 212.3591160221, 255);
  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: rgb(28, 212.3591160221, 255) !important;
}
html.theme-green .riskclass-verylow2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(0, 188.4198895028, 232) !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: rgb(178, 70.7336244541, 0) !important;
}
html.theme-green .riskclass-high1 {
  background-color: rgb(255, 116.3973799127, 25);
  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: rgb(255, 116.3973799127, 25) !important;
}
html.theme-green .riskclass-high1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #e55b00 !important;
}
html.theme-green .riskclass-high2 {
  background-color: rgb(255, 147.1310043668, 76);
  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: rgb(255, 147.1310043668, 76) !important;
}
html.theme-green .riskclass-high2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(255, 116.3973799127, 25) !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: rgb(68.6769230769, 71.6307692308, 75.3230769231) !important;
}
html.theme-green .riskclass-notset1 {
  background-color: rgb(117.3230769231, 122.3692307692, 128.6769230769);
  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: rgb(117.3230769231, 122.3692307692, 128.6769230769) !important;
}
html.theme-green .riskclass-notset1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #5d6166 !important;
}
html.theme-green .riskclass-notset2 {
  background-color: rgb(143.5846153846, 147.9538461538, 153.4153846154);
  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: rgb(143.5846153846, 147.9538461538, 153.4153846154) !important;
}
html.theme-green .riskclass-notset2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(117.3230769231, 122.3692307692, 128.6769230769) !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: rgb(68.6769230769, 71.6307692308, 75.3230769231) !important;
}
html.theme-green .riskclass-none1 {
  background-color: rgb(117.3230769231, 122.3692307692, 128.6769230769);
  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: rgb(117.3230769231, 122.3692307692, 128.6769230769) !important;
}
html.theme-green .riskclass-none1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #5d6166 !important;
}
html.theme-green .riskclass-none2 {
  background-color: rgb(143.5846153846, 147.9538461538, 153.4153846154);
  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: rgb(143.5846153846, 147.9538461538, 153.4153846154) !important;
}
html.theme-green .riskclass-none2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(117.3230769231, 122.3692307692, 128.6769230769) !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: rgb(247.35, 247.35, 247.35);
  border-color: rgb(216.1486486486, 221.2162162162, 231.3513513514);
  color: rgb(89.25, 89.25, 89.25);
}
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: rgb(247.35, 247.35, 247.35);
  border-color: rgb(216.1486486486, 221.2162162162, 231.3513513514);
  color: rgb(89.25, 89.25, 89.25);
}
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: rgb(127.5, 127.5, 127.5);
}
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: rgb(63.75, 63.75, 63.75);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(109.9800796813, 192.0199203187, 113.2948207171);
}
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: rgb(235.9, 235.9, 235.9);
  color: rgb(63.75, 63.75, 63.75);
  /* 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: rgb(127.5, 127.5, 127.5);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(109.9800796813, 192.0199203187, 113.2948207171);
}
html.theme-green .uib-day > .btn-info,
html.theme-green .uib-month > .btn-info,
html.theme-green .uib-year > .btn-info {
  background-color: rgb(191.7629482072, 227.5370517928, 193.2083665339);
  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: rgb(127.5, 127.5, 127.5);
}
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: rgb(191.7629482072, 227.5370517928, 193.2083665339);
  color: rgb(63.75, 63.75, 63.75);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(109.9800796813, 192.0199203187, 113.2948207171);
}
html.theme-green .label-overdue {
  color: #ff0040;
}
html.theme-green .comment {
  color: rgb(76.5, 76.5, 76.5);
}
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: rgb(76.5, 76.5, 76.5);
}
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: rgb(127.5, 127.5, 127.5) !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: rgb(127.5, 127.5, 127.5);
}
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: rgb(255, 127, 0);
}
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: rgb(255, 0, 0);
}
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: rgb(127.5, 0, 32);
  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-green .Anlagevorschlag.Selected thead {
  background-color: rgba(76, 175, 80, 0.25);
}
html.theme-green .Anlagevorschlag.Selected thead th {
  border-bottom-color: rgba(76, 175, 80, 0.5);
}
html.theme-green .Anlagevorschlag.Selected tbody {
  background-color: rgba(76, 175, 80, 0.1);
}
html.theme-green .Anlagevorschlag.Selected tbody td {
  border-top-color: rgba(76, 175, 80, 0.5);
}
html.theme-green .Anlagevorschlag.Selected .Title {
  color: #4CAF50;
}

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 {
  -webkit-box-shadow: inset 0 0 0 1em #FFF;
          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: rgb(42.1845454545, 45.6281818182, 52.5154545455);
}
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: rgb(85.7030769231, 89.3892307692, 93.9969230769);
}
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: -webkit-gradient(linear, left top, left bottom, from(rgb(177.1812080537, 30.8724832215, 22.8187919463)), color-stop(#841711), color-stop(#520000), to(#1f0000));
  background: linear-gradient(rgb(177.1812080537, 30.8724832215, 22.8187919463), #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: rgb(76.5, 76.5, 76.5);
}
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: rgb(242.25, 242.25, 242.25);
}
html.theme-id13 .ppc-table-striped tbody:nth-child(odd) {
  background-color: rgb(247.35, 247.35, 247.35);
}
html.theme-id13 .table > thead,
html.theme-id13 .table > tbody.sum {
  background-color: rgb(237.15, 237.15, 237.15);
}
html.theme-id13 .table > tbody.group {
  background-color: rgb(242.25, 242.25, 242.25);
}
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: rgb(247.35, 247.35, 247.35);
}
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: rgb(76.5, 76.5, 76.5);
}
html.theme-id13 .table > tbody.inactive {
  color: rgb(127.5, 127.5, 127.5);
}
html.theme-id13 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgb(247.35, 247.35, 247.35);
}
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: rgb(247.35, 247.35, 247.35);
}
html.theme-id13 .pagination > li > a, html.theme-id13 .pagination > li > span {
  background-color: #FFF;
  border-color: rgb(222.4891891892, 226.7297297297, 235.2108108108);
  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: rgb(222.4891891892, 226.7297297297, 235.2108108108);
  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: rgb(76.5, 76.5, 76.5);
}
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: rgb(223.125, 223.125, 223.125);
  color: #000;
}
html.theme-id13 .form-control:focus {
  border-color: rgb(170.85, 170.85, 170.85);
}
html.theme-id13 .form-control[disabled], html.theme-id13 .form-control[readonly], fieldset[disabled] html.theme-id13 .form-control {
  border-color: rgb(170.85, 170.85, 170.85);
  background: rgb(242.25, 242.25, 242.25);
  color: rgb(84.15, 84.15, 84.15);
}
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: rgb(76.5, 76.5, 76.5);
}
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: rgb(151.3632286996, 134, 255);
}
html.theme-id13 .linechart-graph-line7 .linechart-graph-fill {
  fill: rgb(151.3632286996, 134, 255);
  fill-opacity: 0.33;
}
html.theme-id13 .linechart-balloon-bg-line7 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: rgb(151.3632286996, 134, 255);
  stroke-opacity: 1;
  stroke-width: 1;
}
html.theme-id13 .linechart-balloon-div-line7 div {
  color: rgb(151.3632286996, 134, 255) !important;
}
html.theme-id13 span.line7 {
  background-color: rgb(151.3632286996, 134, 255);
  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: rgb(238.7264573991, 236, 255);
}
html.theme-id13 .linechart-graph-line12 .linechart-graph-fill {
  fill: rgb(238.7264573991, 236, 255);
  fill-opacity: 0.33;
}
html.theme-id13 .linechart-balloon-bg-line12 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: rgb(238.7264573991, 236, 255);
  stroke-opacity: 1;
  stroke-width: 1;
}
html.theme-id13 .linechart-balloon-div-line12 div {
  color: rgb(238.7264573991, 236, 255) !important;
}
html.theme-id13 span.line12 {
  background-color: rgb(238.7264573991, 236, 255);
  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: rgb(0, 105.5801104972, 130) !important;
}
html.theme-id13 .riskclass-verylow1 {
  background-color: rgb(0, 188.4198895028, 232);
  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: rgb(0, 188.4198895028, 232) !important;
}
html.theme-id13 .riskclass-verylow1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #0093b5 !important;
}
html.theme-id13 .riskclass-verylow2 {
  background-color: rgb(28, 212.3591160221, 255);
  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: rgb(28, 212.3591160221, 255) !important;
}
html.theme-id13 .riskclass-verylow2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(0, 188.4198895028, 232) !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: rgb(178, 70.7336244541, 0) !important;
}
html.theme-id13 .riskclass-high1 {
  background-color: rgb(255, 116.3973799127, 25);
  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: rgb(255, 116.3973799127, 25) !important;
}
html.theme-id13 .riskclass-high1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #e55b00 !important;
}
html.theme-id13 .riskclass-high2 {
  background-color: rgb(255, 147.1310043668, 76);
  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: rgb(255, 147.1310043668, 76) !important;
}
html.theme-id13 .riskclass-high2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(255, 116.3973799127, 25) !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: rgb(68.6769230769, 71.6307692308, 75.3230769231) !important;
}
html.theme-id13 .riskclass-notset1 {
  background-color: rgb(117.3230769231, 122.3692307692, 128.6769230769);
  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: rgb(117.3230769231, 122.3692307692, 128.6769230769) !important;
}
html.theme-id13 .riskclass-notset1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #5d6166 !important;
}
html.theme-id13 .riskclass-notset2 {
  background-color: rgb(143.5846153846, 147.9538461538, 153.4153846154);
  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: rgb(143.5846153846, 147.9538461538, 153.4153846154) !important;
}
html.theme-id13 .riskclass-notset2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(117.3230769231, 122.3692307692, 128.6769230769) !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: rgb(68.6769230769, 71.6307692308, 75.3230769231) !important;
}
html.theme-id13 .riskclass-none1 {
  background-color: rgb(117.3230769231, 122.3692307692, 128.6769230769);
  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: rgb(117.3230769231, 122.3692307692, 128.6769230769) !important;
}
html.theme-id13 .riskclass-none1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #5d6166 !important;
}
html.theme-id13 .riskclass-none2 {
  background-color: rgb(143.5846153846, 147.9538461538, 153.4153846154);
  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: rgb(143.5846153846, 147.9538461538, 153.4153846154) !important;
}
html.theme-id13 .riskclass-none2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(117.3230769231, 122.3692307692, 128.6769230769) !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: rgb(247.35, 247.35, 247.35);
  border-color: rgb(216.1486486486, 221.2162162162, 231.3513513514);
  color: rgb(89.25, 89.25, 89.25);
}
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: rgb(247.35, 247.35, 247.35);
  border-color: rgb(216.1486486486, 221.2162162162, 231.3513513514);
  color: rgb(89.25, 89.25, 89.25);
}
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: rgb(127.5, 127.5, 127.5);
}
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: rgb(63.75, 63.75, 63.75);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(177.1812080537, 30.8724832215, 22.8187919463);
}
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: rgb(235.9, 235.9, 235.9);
  color: rgb(63.75, 63.75, 63.75);
  /* 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: rgb(127.5, 127.5, 127.5);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(177.1812080537, 30.8724832215, 22.8187919463);
}
html.theme-id13 .uib-day > .btn-info,
html.theme-id13 .uib-month > .btn-info,
html.theme-id13 .uib-year > .btn-info {
  background-color: rgb(233.0140939597, 92.0456375839, 84.2859060403);
  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: rgb(127.5, 127.5, 127.5);
}
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: rgb(233.0140939597, 92.0456375839, 84.2859060403);
  color: rgb(63.75, 63.75, 63.75);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(177.1812080537, 30.8724832215, 22.8187919463);
}
html.theme-id13 .label-overdue {
  color: #ff0040;
}
html.theme-id13 .comment {
  color: rgb(76.5, 76.5, 76.5);
}
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: rgb(76.5, 76.5, 76.5);
}
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: rgb(127.5, 127.5, 127.5) !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: rgb(127.5, 127.5, 127.5);
}
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: rgb(255, 127, 0);
}
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: rgb(255, 0, 0);
}
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: rgb(127.5, 0, 32);
  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-id13 .Anlagevorschlag.Selected thead {
  background-color: rgba(132, 23, 17, 0.25);
}
html.theme-id13 .Anlagevorschlag.Selected thead th {
  border-bottom-color: rgba(132, 23, 17, 0.5);
}
html.theme-id13 .Anlagevorschlag.Selected tbody {
  background-color: rgba(132, 23, 17, 0.1);
}
html.theme-id13 .Anlagevorschlag.Selected tbody td {
  border-top-color: rgba(132, 23, 17, 0.5);
}
html.theme-id13 .Anlagevorschlag.Selected .Title {
  color: #841711;
}

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 {
  -webkit-box-shadow: inset 0 0 0 1em #FFF;
          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: rgb(85.7030769231, 89.3892307692, 93.9969230769);
}
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: -webkit-gradient(linear, left top, left bottom, from(rgb(115.9879032258, 166.8266129032, 197.0120967742)), color-stop(#5090B6), color-stop(#1F5C89), to(rgb(21.5892857143, 64.0714285714, 95.4107142857)));
  background: linear-gradient(rgb(115.9879032258, 166.8266129032, 197.0120967742), #5090B6, #1F5C89, rgb(21.5892857143, 64.0714285714, 95.4107142857));
  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: rgb(76.5, 76.5, 76.5);
}
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: rgb(242.25, 242.25, 242.25);
}
html.theme-id47 .ppc-table-striped tbody:nth-child(odd) {
  background-color: rgb(247.35, 247.35, 247.35);
}
html.theme-id47 .table > thead,
html.theme-id47 .table > tbody.sum {
  background-color: rgb(237.15, 237.15, 237.15);
}
html.theme-id47 .table > tbody.group {
  background-color: rgb(242.25, 242.25, 242.25);
}
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: rgb(247.35, 247.35, 247.35);
}
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: rgb(76.5, 76.5, 76.5);
}
html.theme-id47 .table > tbody.inactive {
  color: rgb(127.5, 127.5, 127.5);
}
html.theme-id47 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgb(247.35, 247.35, 247.35);
}
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: rgb(247.35, 247.35, 247.35);
}
html.theme-id47 .pagination > li > a, html.theme-id47 .pagination > li > span {
  background-color: #FFF;
  border-color: rgb(222.4891891892, 226.7297297297, 235.2108108108);
  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: rgb(222.4891891892, 226.7297297297, 235.2108108108);
  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: rgb(76.5, 76.5, 76.5);
}
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: rgb(223.125, 223.125, 223.125);
  color: #000;
}
html.theme-id47 .form-control:focus {
  border-color: rgb(170.85, 170.85, 170.85);
}
html.theme-id47 .form-control[disabled], html.theme-id47 .form-control[readonly], fieldset[disabled] html.theme-id47 .form-control {
  border-color: rgb(170.85, 170.85, 170.85);
  background: rgb(242.25, 242.25, 242.25);
  color: rgb(84.15, 84.15, 84.15);
}
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: rgb(76.5, 76.5, 76.5);
}
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: rgb(151.3632286996, 134, 255);
}
html.theme-id47 .linechart-graph-line7 .linechart-graph-fill {
  fill: rgb(151.3632286996, 134, 255);
  fill-opacity: 0.33;
}
html.theme-id47 .linechart-balloon-bg-line7 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: rgb(151.3632286996, 134, 255);
  stroke-opacity: 1;
  stroke-width: 1;
}
html.theme-id47 .linechart-balloon-div-line7 div {
  color: rgb(151.3632286996, 134, 255) !important;
}
html.theme-id47 span.line7 {
  background-color: rgb(151.3632286996, 134, 255);
  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: rgb(238.7264573991, 236, 255);
}
html.theme-id47 .linechart-graph-line12 .linechart-graph-fill {
  fill: rgb(238.7264573991, 236, 255);
  fill-opacity: 0.33;
}
html.theme-id47 .linechart-balloon-bg-line12 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: rgb(238.7264573991, 236, 255);
  stroke-opacity: 1;
  stroke-width: 1;
}
html.theme-id47 .linechart-balloon-div-line12 div {
  color: rgb(238.7264573991, 236, 255) !important;
}
html.theme-id47 span.line12 {
  background-color: rgb(238.7264573991, 236, 255);
  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: rgb(0, 105.5801104972, 130) !important;
}
html.theme-id47 .riskclass-verylow1 {
  background-color: rgb(0, 188.4198895028, 232);
  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: rgb(0, 188.4198895028, 232) !important;
}
html.theme-id47 .riskclass-verylow1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #0093b5 !important;
}
html.theme-id47 .riskclass-verylow2 {
  background-color: rgb(28, 212.3591160221, 255);
  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: rgb(28, 212.3591160221, 255) !important;
}
html.theme-id47 .riskclass-verylow2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(0, 188.4198895028, 232) !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: rgb(178, 70.7336244541, 0) !important;
}
html.theme-id47 .riskclass-high1 {
  background-color: rgb(255, 116.3973799127, 25);
  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: rgb(255, 116.3973799127, 25) !important;
}
html.theme-id47 .riskclass-high1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #e55b00 !important;
}
html.theme-id47 .riskclass-high2 {
  background-color: rgb(255, 147.1310043668, 76);
  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: rgb(255, 147.1310043668, 76) !important;
}
html.theme-id47 .riskclass-high2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(255, 116.3973799127, 25) !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: rgb(68.6769230769, 71.6307692308, 75.3230769231) !important;
}
html.theme-id47 .riskclass-notset1 {
  background-color: rgb(117.3230769231, 122.3692307692, 128.6769230769);
  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: rgb(117.3230769231, 122.3692307692, 128.6769230769) !important;
}
html.theme-id47 .riskclass-notset1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #5d6166 !important;
}
html.theme-id47 .riskclass-notset2 {
  background-color: rgb(143.5846153846, 147.9538461538, 153.4153846154);
  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: rgb(143.5846153846, 147.9538461538, 153.4153846154) !important;
}
html.theme-id47 .riskclass-notset2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(117.3230769231, 122.3692307692, 128.6769230769) !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: rgb(68.6769230769, 71.6307692308, 75.3230769231) !important;
}
html.theme-id47 .riskclass-none1 {
  background-color: rgb(117.3230769231, 122.3692307692, 128.6769230769);
  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: rgb(117.3230769231, 122.3692307692, 128.6769230769) !important;
}
html.theme-id47 .riskclass-none1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #5d6166 !important;
}
html.theme-id47 .riskclass-none2 {
  background-color: rgb(143.5846153846, 147.9538461538, 153.4153846154);
  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: rgb(143.5846153846, 147.9538461538, 153.4153846154) !important;
}
html.theme-id47 .riskclass-none2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(117.3230769231, 122.3692307692, 128.6769230769) !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: rgb(247.35, 247.35, 247.35);
  border-color: rgb(216.1486486486, 221.2162162162, 231.3513513514);
  color: rgb(89.25, 89.25, 89.25);
}
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: rgb(247.35, 247.35, 247.35);
  border-color: rgb(216.1486486486, 221.2162162162, 231.3513513514);
  color: rgb(89.25, 89.25, 89.25);
}
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: rgb(127.5, 127.5, 127.5);
}
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: rgb(63.75, 63.75, 63.75);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(115.9879032258, 166.8266129032, 197.0120967742);
}
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: rgb(235.9, 235.9, 235.9);
  color: rgb(63.75, 63.75, 63.75);
  /* 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: rgb(127.5, 127.5, 127.5);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(115.9879032258, 166.8266129032, 197.0120967742);
}
html.theme-id47 .uib-day > .btn-info,
html.theme-id47 .uib-month > .btn-info,
html.theme-id47 .uib-year > .btn-info {
  background-color: rgb(198.7600806452, 219.3278225806, 231.5399193548);
  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: rgb(127.5, 127.5, 127.5);
}
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: rgb(198.7600806452, 219.3278225806, 231.5399193548);
  color: rgb(63.75, 63.75, 63.75);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(115.9879032258, 166.8266129032, 197.0120967742);
}
html.theme-id47 .label-overdue {
  color: #ff0040;
}
html.theme-id47 .comment {
  color: rgb(76.5, 76.5, 76.5);
}
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: rgb(76.5, 76.5, 76.5);
}
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: rgb(127.5, 127.5, 127.5) !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: rgb(127.5, 127.5, 127.5);
}
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: rgb(255, 127, 0);
}
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: rgb(255, 0, 0);
}
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: rgb(127.5, 0, 32);
  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-id47 .Anlagevorschlag.Selected thead {
  background-color: rgba(80, 144, 182, 0.25);
}
html.theme-id47 .Anlagevorschlag.Selected thead th {
  border-bottom-color: rgba(80, 144, 182, 0.5);
}
html.theme-id47 .Anlagevorschlag.Selected tbody {
  background-color: rgba(80, 144, 182, 0.1);
}
html.theme-id47 .Anlagevorschlag.Selected tbody td {
  border-top-color: rgba(80, 144, 182, 0.5);
}
html.theme-id47 .Anlagevorschlag.Selected .Title {
  color: #5090B6;
}

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 {
  -webkit-box-shadow: inset 0 0 0 1em #FFF;
          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: rgb(1.7491803279, 50.7262295082, 104.9508196721);
}
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: rgb(69.6230769231, 123.9576923077, 191.0769230769);
}
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: -webkit-gradient(linear, left top, left bottom, from(rgb(118.9230769231, 158.8076923077, 208.0769230769)), color-stop(#5184C3), color-stop(#92B1CD), to(rgb(111.0377358491, 151.9811320755, 188.9622641509)));
  background: linear-gradient(rgb(118.9230769231, 158.8076923077, 208.0769230769), #5184C3, #92B1CD, rgb(111.0377358491, 151.9811320755, 188.9622641509));
  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: rgb(76.5, 76.5, 76.5);
}
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: rgb(242.25, 242.25, 242.25);
}
html.theme-id48 .ppc-table-striped tbody:nth-child(odd) {
  background-color: rgb(247.35, 247.35, 247.35);
}
html.theme-id48 .table > thead,
html.theme-id48 .table > tbody.sum {
  background-color: rgb(237.15, 237.15, 237.15);
}
html.theme-id48 .table > tbody.group {
  background-color: rgb(242.25, 242.25, 242.25);
}
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: rgb(247.35, 247.35, 247.35);
}
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: rgb(76.5, 76.5, 76.5);
}
html.theme-id48 .table > tbody.inactive {
  color: rgb(127.5, 127.5, 127.5);
}
html.theme-id48 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgb(247.35, 247.35, 247.35);
}
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: rgb(247.35, 247.35, 247.35);
}
html.theme-id48 .pagination > li > a, html.theme-id48 .pagination > li > span {
  background-color: #FFF;
  border-color: rgb(222.4891891892, 226.7297297297, 235.2108108108);
  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: rgb(222.4891891892, 226.7297297297, 235.2108108108);
  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: rgb(76.5, 76.5, 76.5);
}
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: rgb(223.125, 223.125, 223.125);
  color: #000;
}
html.theme-id48 .form-control:focus {
  border-color: rgb(170.85, 170.85, 170.85);
}
html.theme-id48 .form-control[disabled], html.theme-id48 .form-control[readonly], fieldset[disabled] html.theme-id48 .form-control {
  border-color: rgb(170.85, 170.85, 170.85);
  background: rgb(242.25, 242.25, 242.25);
  color: rgb(84.15, 84.15, 84.15);
}
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: rgb(76.5, 76.5, 76.5);
}
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: rgb(151.3632286996, 134, 255);
}
html.theme-id48 .linechart-graph-line7 .linechart-graph-fill {
  fill: rgb(151.3632286996, 134, 255);
  fill-opacity: 0.33;
}
html.theme-id48 .linechart-balloon-bg-line7 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: rgb(151.3632286996, 134, 255);
  stroke-opacity: 1;
  stroke-width: 1;
}
html.theme-id48 .linechart-balloon-div-line7 div {
  color: rgb(151.3632286996, 134, 255) !important;
}
html.theme-id48 span.line7 {
  background-color: rgb(151.3632286996, 134, 255);
  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: rgb(238.7264573991, 236, 255);
}
html.theme-id48 .linechart-graph-line12 .linechart-graph-fill {
  fill: rgb(238.7264573991, 236, 255);
  fill-opacity: 0.33;
}
html.theme-id48 .linechart-balloon-bg-line12 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: rgb(238.7264573991, 236, 255);
  stroke-opacity: 1;
  stroke-width: 1;
}
html.theme-id48 .linechart-balloon-div-line12 div {
  color: rgb(238.7264573991, 236, 255) !important;
}
html.theme-id48 span.line12 {
  background-color: rgb(238.7264573991, 236, 255);
  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: rgb(68.6769230769, 71.6307692308, 75.3230769231) !important;
}
html.theme-id48 .riskclass-notset1 {
  background-color: rgb(117.3230769231, 122.3692307692, 128.6769230769);
  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: rgb(117.3230769231, 122.3692307692, 128.6769230769) !important;
}
html.theme-id48 .riskclass-notset1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #5d6166 !important;
}
html.theme-id48 .riskclass-notset2 {
  background-color: rgb(143.5846153846, 147.9538461538, 153.4153846154);
  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: rgb(143.5846153846, 147.9538461538, 153.4153846154) !important;
}
html.theme-id48 .riskclass-notset2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(117.3230769231, 122.3692307692, 128.6769230769) !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: rgb(68.6769230769, 71.6307692308, 75.3230769231) !important;
}
html.theme-id48 .riskclass-none1 {
  background-color: rgb(117.3230769231, 122.3692307692, 128.6769230769);
  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: rgb(117.3230769231, 122.3692307692, 128.6769230769) !important;
}
html.theme-id48 .riskclass-none1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #5d6166 !important;
}
html.theme-id48 .riskclass-none2 {
  background-color: rgb(143.5846153846, 147.9538461538, 153.4153846154);
  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: rgb(143.5846153846, 147.9538461538, 153.4153846154) !important;
}
html.theme-id48 .riskclass-none2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(117.3230769231, 122.3692307692, 128.6769230769) !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: rgb(247.35, 247.35, 247.35);
  border-color: rgb(216.1486486486, 221.2162162162, 231.3513513514);
  color: rgb(89.25, 89.25, 89.25);
}
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: rgb(247.35, 247.35, 247.35);
  border-color: rgb(216.1486486486, 221.2162162162, 231.3513513514);
  color: rgb(89.25, 89.25, 89.25);
}
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: rgb(127.5, 127.5, 127.5);
}
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: rgb(63.75, 63.75, 63.75);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(118.9230769231, 158.8076923077, 208.0769230769);
}
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: rgb(235.9, 235.9, 235.9);
  color: rgb(63.75, 63.75, 63.75);
  /* 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: rgb(127.5, 127.5, 127.5);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(118.9230769231, 158.8076923077, 208.0769230769);
}
html.theme-id48 .uib-day > .btn-info,
html.theme-id48 .uib-month > .btn-info,
html.theme-id48 .uib-year > .btn-info {
  background-color: rgb(206.1461538462, 220.4653846154, 238.1538461538);
  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: rgb(127.5, 127.5, 127.5);
}
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: rgb(206.1461538462, 220.4653846154, 238.1538461538);
  color: rgb(63.75, 63.75, 63.75);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(118.9230769231, 158.8076923077, 208.0769230769);
}
html.theme-id48 .label-overdue {
  color: #ff0040;
}
html.theme-id48 .comment {
  color: rgb(76.5, 76.5, 76.5);
}
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: rgb(76.5, 76.5, 76.5);
}
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: rgb(127.5, 127.5, 127.5) !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: rgb(127.5, 127.5, 127.5);
}
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: rgb(255, 127, 0);
}
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: rgb(255, 0, 0);
}
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: rgb(127.5, 0, 32);
  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-id48 .Anlagevorschlag.Selected thead {
  background-color: rgba(81, 132, 195, 0.25);
}
html.theme-id48 .Anlagevorschlag.Selected thead th {
  border-bottom-color: rgba(81, 132, 195, 0.5);
}
html.theme-id48 .Anlagevorschlag.Selected tbody {
  background-color: rgba(81, 132, 195, 0.1);
}
html.theme-id48 .Anlagevorschlag.Selected tbody td {
  border-top-color: rgba(81, 132, 195, 0.5);
}
html.theme-id48 .Anlagevorschlag.Selected .Title {
  color: #5184C3;
}

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 {
  -webkit-box-shadow: inset 0 0 0 1em #FFF;
          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: rgb(5.2656, 66.6976, 104.4344);
}
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: rgb(67.0987951807, 134.1975903614, 178.6012048193);
}
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: -webkit-gradient(linear, left top, left bottom, from(rgb(111.0722891566, 165.1445783133, 200.9277108434)), color-stop(#4A8EBB), color-stop(#92B1CD), to(rgb(111.0377358491, 151.9811320755, 188.9622641509)));
  background: linear-gradient(rgb(111.0722891566, 165.1445783133, 200.9277108434), #4A8EBB, #92B1CD, rgb(111.0377358491, 151.9811320755, 188.9622641509));
  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: rgb(76.5, 76.5, 76.5);
}
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: rgb(242.25, 242.25, 242.25);
}
html.theme-id50 .ppc-table-striped tbody:nth-child(odd) {
  background-color: rgb(247.35, 247.35, 247.35);
}
html.theme-id50 .table > thead,
html.theme-id50 .table > tbody.sum {
  background-color: rgb(237.15, 237.15, 237.15);
}
html.theme-id50 .table > tbody.group {
  background-color: rgb(242.25, 242.25, 242.25);
}
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: rgb(247.35, 247.35, 247.35);
}
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: rgb(76.5, 76.5, 76.5);
}
html.theme-id50 .table > tbody.inactive {
  color: rgb(127.5, 127.5, 127.5);
}
html.theme-id50 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgb(247.35, 247.35, 247.35);
}
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: rgb(247.35, 247.35, 247.35);
}
html.theme-id50 .pagination > li > a, html.theme-id50 .pagination > li > span {
  background-color: #FFF;
  border-color: rgb(222.4891891892, 226.7297297297, 235.2108108108);
  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: rgb(222.4891891892, 226.7297297297, 235.2108108108);
  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: rgb(76.5, 76.5, 76.5);
}
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: rgb(223.125, 223.125, 223.125);
  color: #000;
}
html.theme-id50 .form-control:focus {
  border-color: rgb(170.85, 170.85, 170.85);
}
html.theme-id50 .form-control[disabled], html.theme-id50 .form-control[readonly], fieldset[disabled] html.theme-id50 .form-control {
  border-color: rgb(170.85, 170.85, 170.85);
  background: rgb(242.25, 242.25, 242.25);
  color: rgb(84.15, 84.15, 84.15);
}
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: rgb(76.5, 76.5, 76.5);
}
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: rgb(151.3632286996, 134, 255);
}
html.theme-id50 .linechart-graph-line7 .linechart-graph-fill {
  fill: rgb(151.3632286996, 134, 255);
  fill-opacity: 0.33;
}
html.theme-id50 .linechart-balloon-bg-line7 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: rgb(151.3632286996, 134, 255);
  stroke-opacity: 1;
  stroke-width: 1;
}
html.theme-id50 .linechart-balloon-div-line7 div {
  color: rgb(151.3632286996, 134, 255) !important;
}
html.theme-id50 span.line7 {
  background-color: rgb(151.3632286996, 134, 255);
  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: rgb(238.7264573991, 236, 255);
}
html.theme-id50 .linechart-graph-line12 .linechart-graph-fill {
  fill: rgb(238.7264573991, 236, 255);
  fill-opacity: 0.33;
}
html.theme-id50 .linechart-balloon-bg-line12 {
  fill: #FFF;
  fill-opacity: 0.75;
  stroke: rgb(238.7264573991, 236, 255);
  stroke-opacity: 1;
  stroke-width: 1;
}
html.theme-id50 .linechart-balloon-div-line12 div {
  color: rgb(238.7264573991, 236, 255) !important;
}
html.theme-id50 span.line12 {
  background-color: rgb(238.7264573991, 236, 255);
  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: rgb(68.6769230769, 71.6307692308, 75.3230769231) !important;
}
html.theme-id50 .riskclass-notset1 {
  background-color: rgb(117.3230769231, 122.3692307692, 128.6769230769);
  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: rgb(117.3230769231, 122.3692307692, 128.6769230769) !important;
}
html.theme-id50 .riskclass-notset1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #5d6166 !important;
}
html.theme-id50 .riskclass-notset2 {
  background-color: rgb(143.5846153846, 147.9538461538, 153.4153846154);
  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: rgb(143.5846153846, 147.9538461538, 153.4153846154) !important;
}
html.theme-id50 .riskclass-notset2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(117.3230769231, 122.3692307692, 128.6769230769) !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: rgb(68.6769230769, 71.6307692308, 75.3230769231) !important;
}
html.theme-id50 .riskclass-none1 {
  background-color: rgb(117.3230769231, 122.3692307692, 128.6769230769);
  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: rgb(117.3230769231, 122.3692307692, 128.6769230769) !important;
}
html.theme-id50 .riskclass-none1 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: #5d6166 !important;
}
html.theme-id50 .riskclass-none2 {
  background-color: rgb(143.5846153846, 147.9538461538, 153.4153846154);
  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: rgb(143.5846153846, 147.9538461538, 153.4153846154) !important;
}
html.theme-id50 .riskclass-none2 > path:not([class]) {
  /* Farbe für Schattierung */
  fill: rgb(117.3230769231, 122.3692307692, 128.6769230769) !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: rgb(247.35, 247.35, 247.35);
  border-color: rgb(216.1486486486, 221.2162162162, 231.3513513514);
  color: rgb(89.25, 89.25, 89.25);
}
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: rgb(247.35, 247.35, 247.35);
  border-color: rgb(216.1486486486, 221.2162162162, 231.3513513514);
  color: rgb(89.25, 89.25, 89.25);
}
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: rgb(127.5, 127.5, 127.5);
}
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: rgb(63.75, 63.75, 63.75);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(111.0722891566, 165.1445783133, 200.9277108434);
}
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: rgb(235.9, 235.9, 235.9);
  color: rgb(63.75, 63.75, 63.75);
  /* 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: rgb(127.5, 127.5, 127.5);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(111.0722891566, 165.1445783133, 200.9277108434);
}
html.theme-id50 .uib-day > .btn-info,
html.theme-id50 .uib-month > .btn-info,
html.theme-id50 .uib-year > .btn-info {
  background-color: rgb(196.3385542169, 218.3771084337, 232.9614457831);
  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: rgb(127.5, 127.5, 127.5);
}
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: rgb(196.3385542169, 218.3771084337, 232.9614457831);
  color: rgb(63.75, 63.75, 63.75);
}
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: rgb(96.9, 96.9, 96.9);
}
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: rgb(111.0722891566, 165.1445783133, 200.9277108434);
}
html.theme-id50 .label-overdue {
  color: #ff0040;
}
html.theme-id50 .comment {
  color: rgb(76.5, 76.5, 76.5);
}
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: rgb(76.5, 76.5, 76.5);
}
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: rgb(127.5, 127.5, 127.5) !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: rgb(127.5, 127.5, 127.5);
}
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: rgb(255, 127, 0);
}
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: rgb(255, 0, 0);
}
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: rgb(127.5, 0, 32);
  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;
}
html.theme-id50 .Anlagevorschlag.Selected thead {
  background-color: rgba(74, 142, 187, 0.25);
}
html.theme-id50 .Anlagevorschlag.Selected thead th {
  border-bottom-color: rgba(74, 142, 187, 0.5);
}
html.theme-id50 .Anlagevorschlag.Selected tbody {
  background-color: rgba(74, 142, 187, 0.1);
}
html.theme-id50 .Anlagevorschlag.Selected tbody td {
  border-top-color: rgba(74, 142, 187, 0.5);
}
html.theme-id50 .Anlagevorschlag.Selected .Title {
  color: #4A8EBB;
}
