
/*==================================

CHARTS FOR inv-operating-expenses.html

===================================*/

.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 991.98px) {
  .padding {
    padding: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .padding {
    padding: 1rem;
  }
}
.padding {
  padding: 5rem;
}
.card {
  background: #fff;
  border-width: 0;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(19, 24, 44, 0.125);
  border-radius: 0.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(19, 24, 44, 0.03);
  border-bottom: 1px solid rgba(19, 24, 44, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer,
.card-header {
  background-color: transparent;
  border-color: rgba(160, 175, 185, 0.15);
  background-clip: padding-box;
}
/*===================================
		VERTICAL BARS
===================================*/
.chart__bar_sranje {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  background: white;
}
.skills {
  width: 80%;
  max-width: 960px;
  height: 780px;
  height: 788px;
  margin: auto;
  position: relative;
}
.lines {
  height: 100%;
  position: relative;
}
.lines span {
  color: #000000;
}
.chart__title {
  color: #000000;
}
.line {
  height: inherit;
  width: 2px;
  position: absolute;
  background: rgba(238, 238, 238, 0.6);
}
.line.l--0 {
  left: 0;
}
.line.l--12-5 {
  left: 12.5%;
}
.line.l--25 {
  left: 25%;
}
.line.l--37-5 {
  left: 37.5%;
}
.line.l--50 {
  left: 50%;
}
.line.l--62-5 {
  left: 62.5%;
}
.line.l--75 {
  left: 75%;
}
.line.l--87-5 {
  left: 87.5%;
}
.line.l--100 {
  left: calc(100% - 1px);
}
.line__label {
  display: block;
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  right: -50px;
}
.line__label.title {
  text-transform: uppercase;
  font-weight: bold;
  color: black;
}
/*===================================
		VERTICAL BARS 2
===================================*/
.bar-graph {
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 425px;
  margin: 0;
  xaxis:
}
.bar-graph li {
  display: block;
  padding: 1.5625rem 0;
  position: relative;
  text-align: center;
  vertical-align: bottom;
  border-radius: 4px 4px 0 0;
  max-width: 20%;
  height: 100%;
  margin: 0 1.8% 0 0;
  -webkit-flex: 1 1 15%;
  -ms-flex: 1 1 15%;
  flex: 1 1 15%;
}
.bar-graph .bar-graph-axis {
  -webkit-flex: 1 1 8%;
  -ms-flex: 1 1 8%;
  flex: 1 1 8%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bar-graph .bar-graph-label {
  margin: 0;
  background-color: none;
  color: #8a8a8a;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .bar-graph .bar-graph-label:before,
  .bar-graph .bar-graph-label:after {
    content: "";
    position: absolute;
    border-bottom: 1px dashed #8a8a8a;
    top: 0;
    left: 0;
    height: 50%;
    width: 20%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 64em) {
  .bar-graph .bar-graph-label:before,
  .bar-graph .bar-graph-label:after {
    width: 30%;
  }
}
@media print, screen and (min-width: 40em) {
  .bar-graph .bar-graph-label:after {
    left: auto;
    right: 0;
  }
}
.bar-graph .percent {
  letter-spacing: -3px;
  opacity: 0.8;
  width: 100%;
  font-size: 1.875rem;
  position: absolute;
  color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  .bar-graph .percent {
    font-size: 3.875rem;
  }
}
.bar-graph .percent span {
  font-size: 1.875rem;
}
.bar-graph .description {
  font-weight: 800;
  opacity: 0.8;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
  bottom: 20px;
  position: absolute;
  font-size: 1rem;
  overflow: hidden;
  color: #ffffff;
}
.bar-graph .bar.primary,
.bar-graph .bar.secondary,
.bar-graph .bar.success,
.bar-graph .bar.warning {
  border: 1px solid #1779ba;
  background: linear-gradient(#2196e3, #1779ba 70%);
}
/*===================================
		HORIZONTAL BARS
===================================*/
.charts {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.chart:not(:first-child) {
  margin-top: 10px;
}
.chart--horiz {
  overflow: hidden;
}
.chart__bar {
  height: 30px;
  margin-bottom: 10px;
  background: linear-gradient(#2196e3, #1779ba 70%);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.chart__bar .chart__label {
  padding-left: 10px;
  line-height: 30px;
  color: white;
}
/*===================================
		Java Script charts
===================================*/
#chartdiv {
  width: 100%;
  height: 850px;
}
#chartdiv-ver{
  width: 100%;
  height: 250px;
}