@media screen and (max-width: 580px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

.wrapper {
  margin: 0 auto;
  padding: 40px;
  max-width: 95%;
}

.table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}

.resultOK {
  margin: 0 0px 20px 0;
  padding: 4px 8px 4px 8px;
  width: 100%;
  background: #8CB563;
  color: white;
  font-
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
  font-weight: bold;
}

.resultErr {
  margin: 0 0 20px 0;
  padding: 4px 8px 4px 8px;
  width: 100%;
  background: red;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
  font-weight: bold;
}

@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #ffffff;
}
.row:nth-of-type(odd) {
  background: #EAF1FF;
}
.row.header {
  color: #ffffff;
  background: #ea6153;
}
.row.green {
  background: #27ae60;
}
.row.blue {
  background: #2980b9;
}
@media screen and (max-width: 580px) {
  .row {
    padding: 14px 0 7px;
    display: block;
  }
  .row.header {
    padding: 0;
    height: 6px;
  }
  .row.header .cell {
    display: none;
  }
  .row .cell {
    margin-bottom: 10px;
  }
  .row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}

.cell {
  padding: 6px 12px;
  display: table-cell;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
}

.cell.green {
  color: #28a745;
}

.cell.yellow {
  color: #ffc107;
}

.cell.red {
  color: #dc3545;
}

.cell.gray {
  color: #6c757d;
}

.cell.blue {
  color: #5A84B5;
}

.cell.orange {
  color: #FF8C5A;
}

.cell.olive {
  color: #6D8764;
}

.cell.center {
  text-align: center;
}

.cell.yellow {
  color: #ffc107;
}

.cell.center {
  text-align: center;
}

.cell.right {
  text-align: right;
}

.cell.bold {
  font-weight: bold;
}

.cell a {
  color: #0094FF;
}

@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 16px;
    display: block;
  }
}

i.white {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.2rem;
}

i.red, i.p1 {
  color: #CE5A63;
  cursor: pointer;
  font-size: 1.2rem;
}

i.blue, i.p2 {
  color: #5A84B5;
  cursor: pointer;
  font-size: 1.2rem;
}

i.green, i.p3 {
  color: #8CB563;
  cursor: pointer;
  font-size: 1.2rem;
}

i.orange, i.p4 {
  color: #FF8C5A;
  cursor: pointer;
  font-size: 1.2rem;
}

i.olive, i.p4 {
  color: #6D8764;
  cursor: pointer;
  font-size: 1.2rem;
}

i.violet, i.p5 {
  color: #A55A7B;
  cursor: pointer;
  font-size: 1.2rem;
}

i.gray {
  color: #A0A0A0;
  cursor: pointer;
  font-size: 1.2rem;
}

.row.reportMezera, .cell.reportMezera {
	font-size: 0.2rem;
	line-height: 100%;
	font-weight: bold;
    background: #ffffff;
    color: #ffffff;
}

.row.reportHeader, .cell.reportHeader {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 120%;
    background: #ffffff;
}

.cell.reportHeader {
  border-bottom: 1px;
  border-color: black;
  border-style: solid;
}

.row.reportGroup1Header, .cell.reportGroup1Header {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 110%;
    background: #eeeeee;
}

.cell.reportGroup1Header {
  border-top: 1px;
  border-bottom: 1px;
  border-color: black;
  border-style: solid;
}

.row.reportGroup2Header, .cell.reportGroup2Header {
	font-weight: bold;
    background: #0067a3;
	color: white;
}

.cell.reportGroup2Header {
  border-bottom: 1px;
  border-color: black;
  border-style: solid;
}

.row.reportGroup2Footer, .cell.reportGroup2Footer {
	font-weight: bold;
    background: #0067a3;
	color: white;
}

.cell.reportGroup2Footer {
  border-top: 1px;
  border-color: black;
  border-style: solid;
}

.row.reportGroup1Footer, .cell.reportGroup1Footer {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 110%;
    background: #eeeeee;
}

.cell.reportGroup1Footer {
  border-top: 1px;
  border-bottom: 1px;
  border-color: black;
  border-style: solid;
}

.row.reportFooter, .cell.reportFooter {
	font-size: 0.8rem;
	line-height: 120%;
    background: #ffffff;
}

.cell.reportFooter {
  border-top: 1px;
  border-color: black;
  border-style: solid;
}

.row.reportHeaderNote, .cell.reportHeaderNote {
	font-size: 0.8rem;
	line-height: 140%;
    background: #ffffff;
}

.cell.reportHeaderNote {
  border-bottom: 1px;
  border-color: black;
  border-style: solid;
}

.reporttable {
  margin: 0 0 40px 0;
  width: 100%;
  display: table;
}
