.focus rect.focus_bg {
  fill: white;
  stroke-width: 0.5;
  stroke: #e1e1e1; }

.overview rect.overview_bg {
  fill: white;
  stroke-width: 0.5;
  stroke: #e1e1e1; }

.overview rect.overview_bg2 {
  fill: #f9f9f9;
  -webkit-clip-path: url(#graph_overview_brush_clip);
          clip-path: url(#graph_overview_brush_clip);
}

.scha rect.scha_bg {
  fill: white;
  stroke-width: 0.5;
  stroke: #e1e1e1; }

.area {
  fill: #fdf0ee;
  -webkit-clip-path: url(#graph_focus_clip);
          clip-path: url(#graph_focus_clip);
  stroke-width: 0; }

.area2 {
  fill: #f9f9f9;
  stroke-width: 0; }

.area2-selected {
  fill: #fdf0ee;
  -webkit-clip-path: url(#graph_overview_brush_clip);
          clip-path: url(#graph_overview_brush_clip);
  stroke-width: 0; }

.background {
  stroke: #f3f3f3;
  stroke-width: 1;
  stroke-opacity: 1; }

.axis path,
.axis line {
  fill: none;
  stroke: #cfcfcf;
  shape-rendering: crispEdges; }

.axis.y path,
.axis.y line {
  stroke: none; }

.axis text {
  fill: #a0a0a0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 9pt; }

.valueline {
  fill: none;
  stroke: #eb342e;
  -webkit-clip-path: url(#graph_focus_clip);
          clip-path: url(#graph_focus_clip);
  stroke-width: 2;
  shape-rendering: crispEdges; }

.valueline2 {
  fill: none;
  stroke: #dadada;
  stroke-width: 1;
  shape-rendering: crispEdges; }

.valueline2-selected {
  fill: none;
  -webkit-clip-path: url(#graph_overview_brush_clip);
          clip-path: url(#graph_overview_brush_clip);
  stroke: #eb342e;
  stroke-width: 1;
  shape-rendering: crispEdges; }

circle.circle_dot {
  fill: #eb342e;
  stroke: #eb342e;
  stroke-width: 1; }

line.tooltip_to_circle {
  stroke: #febdb9;
  stroke-width: 1; }

.brush .extent {
  stroke: #cfcfcf;
  /*fill: #fdf0ee;*/
  fill: #f7f7f6;
  fill-opacity: 0;
  shape-rendering: crispEdges;
  stroke-width: 1; }

rect.tooltip-frame {
  opacity: 1;
  fill: white;
  stroke: #febdb9;
  stroke-width: 1; }

.tooltip-date {
  fill: #8d8d8d;
  stroke: none;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 7pt; }

.tooltip-sum {
  fill: #eb342e;
  stroke: none;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 12pt; }

.tooltip-currency {
  fill: #eb342e;
  font-family: Circe;
  font-weight: 300;
  font-size: 12pt; }

.x.grid .tick {
  stroke: #e1e1e1;
  stroke-opacity: 0.5;
  shape-rendering: crispEdges;
  stroke-width: 1; }

.y.grid .tick {
  stroke: #b2b2b2;
  stroke-opacity: 1;
  shape-rendering: crispEdges;
  stroke-dasharray: 1,3;
  stroke-width: 1; }

.grid path {
  stroke-width: 0; }

div.loading {
  font-size: 30pt;
  text-align: center; }

div.fund-selector {
  font-size: 20pt;
  text-align: center; }

span.period-divider {
  /*float: left;*/
  width: 10px;
  display: inline-block; }

.title-about{
	font-size: 19pt;
    line-height: 1em;
    margin-bottom: 30px;
    text-align: center;
 }
.period {
  padding: 15px 0 0; }
  .period .title-right {
    float: right;
    font-size: 18pt; }
  .period .title-left {
    float: left;
    font-size: 18pt; }
  .period .title-right .profit {
    color: #343434; }
  .period .title-right .currency {
    color: #343434;
    font-family: Circe;
    font-weight: 300; }
  .period .title-right .divider {
    color: #afafaf; }
  .period .title-right .percents.green {
    color: #2d821c; }
	.period .title-right .percents.green.grow:after {
    content: '↑';
	display: inline-block;
	margin: -12px 0 0 3px;
	vertical-align: middle;
	color: #2d821c; }
  .period .title-right .percents.red {
    color: #ee3124; }
	.period .title-right .percents.red.down:after{
    content: '↓';
	display: inline-block;
	margin: -3px 0 0 3px;
	vertical-align: top;
	color: #ee3124; }
  .period .title-date {
    width: 280px;
    margin: -27px auto -1px;
    padding: 7px 0;
    cursor: pointer;
    border-color: transparent;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all 1ms linear 500ms;
    transition: all 1ms linear 500ms; }
    .period .title-date.active {
      background: #f9f9f9;
      border-color: #e1e1e1;
      border-bottom: none;
      border-radius: 3px 3px 0 0;
      -webkit-transition: all 1ms linear 1ms;
      transition: all 1ms linear 1ms; }
    .period .title-date .title-date-label {
      display: block;
      font-size: 12px;
      color: #343434;
      margin-bottom: 2px; }
    .period .title-date .dates {
      display: inline-block;
      font-size: 20px;
      line-height: normal;
      color: #ee3124;
      border-bottom: 1px dotted #f38e87; }

.period-datepickers {
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
  text-align: center;
  display: none; }

.period-datepickers-preset {
  padding: 20px 15px 30px; 
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.predefined-period {
  color: #808080;
  font-size: 1.4em;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 8px;
  cursor: pointer; }
  .predefined-period.period-selected {
    background: #ee3124;
    color: #facfcd;
    border-radius: 13px; }

.period-datepickers-list {
  min-height: 230px;
  text-align: center;
  padding-bottom: 10px; }

.period-datepickers-item {
  display: inline-block;
  vertical-align: top; }
  .period-datepickers-item.sep {
    font-size: 40px;
    font-weight: 100;
    color: #808080;
    margin: 90px 30px 0; }

.scha-title {
  font-size: 18pt; }

.title-in-graph {
  font-size: 12pt; }

  @media screen and (max-width: 992px) {
    .only-graphs .period .title-right {
      position: absolute;
      right: 20px;
      top: 56px;
      font-size: 18px;
    }
    .block-d3{
      padding-left: 0;
      padding-right: 0;
    }
    .period-datepickers-item.sep{
      margin: 90px 10px 0;
    }
  }

  @media screen and (max-width: 767px) {
    .ui-datepicker{
      width: 280px;
    }
    .period {
      padding-top: 0;
    }
    .only-graphs .period {
      padding-top: 30px!important;
    }
    .only-graphs .period .title-date{
      top: -84px!important;
    }
    .only-graphs .period .title-right{
      right: 0;
      top: 0;
      position: relative;
    }
    .title-about{
     font-size: 17px;
  }
  .period .title-left,
  .period .title-right {
    font-size: 16px;
  }
  .period .title-date {
    margin-top: 28px;
  }
  .period-datepickers-item.sep {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
  }
}
