body {
	font-family: 'Roboto Condensed', sans-serif;
}
.A4 {
  background: white;
  width: 21cm;
  height: 29.7cm;
  display: block;
  margin: 0 auto;
  padding: 10px 25px;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  overflow-y: hidden;
  box-sizing: border-box;
  font-size: 10pt;
}

.logo{
	width: 200px;
}

@media print {
  .page-break {
    display: block;
    page-break-before: always;
  }
  size: A4 portrait;
}

@media print {
  body {
    margin: 0;
    padding: 0;
  }
  .A4 {
    box-shadow: none;
    margin: 0;
    width: auto;
    height: auto;
  }
  .noprint {
    display: none;
  }
  .enable-print {
    display: block;
  }
}
article {
  width:100%;
  max-width:1000px;
  margin:0 auto;
  height:auto;
  position:relative;
}
ul {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
}
li {
  list-style:none;
  flex:1;
}
li:last-child {
  border-right:1px solid #DDD;
}
button {
  border: 1px solid #DDD;
  border-right:0;
  border-top:0;
  padding: 10px;
  background:#FFF;
  font-size:14px;
  font-weight:bold;
  color:#999
}
li.active button {
  background:#F5F5F5;
  color:#000;
}
table { border-collapse:collapse; table-layout:fixed; width:100%; }
th { background:#F5F5F5; display:none; }
td, th {
  height:50px
}
td,th { border:1px solid #DDD; padding:5px; empty-cells:show; }
td,th {
  text-align:left;
}
td+td, th+th {
  text-align:center;
  display:none;
}

.banka td {
	width: auto !important;
}

.banka th {
	width: auto !important;
}

td.default {
  display:table-cell;
}
.bg-blue {
  border-top:3px solid #2c304f;
}
.bg-yellow {
  border-top:3px solid #f6b221;
}
.sep {
  background:#F5F5F5;
  font-weight:bold;
}
.txt-l { font-size:24px; font-weight:bold; }
.txt-s { font-size:16px; color: #2CA01C; font-weight: bold; }
.txt-b { font-size:16px; font-weight: bold; }
.txt-top { position:relative; top:-9px; right:2px; }
.tick { font-size:18px; color:#2CA01C; }
.cross { font-size:18px; color:#a01c1c; font-weight: bold; }
.kdv{ font-size: 9px; }
.hide {
  border:0;
  background:none;
}
.question{
	margin-left: 5px;
}
.question_desc{
	margin-left: 0px;
}
.question_desc img{
	width: 15px;
}
.question img{
	width: 15px;
}

@media (min-width: 640px) {
  ul {
    display:none;
  }
  td,th {
    display:table-cell !important;
  }
  td,th {
    width: 180px;
  
  }
  td+td, th+th {
    width: auto;
  }
}

.default{
	background-color: #F2F2F2;
}

.green{
	color: #2CA01C;
}
.desc_icon{
	padding-right: 10px;
}
.numbered li{
	list-style: decimal !important;
}

.unordered{
	padding-left: 70px !important;
	display: block !important;
}

.unordered li{
	list-style: disc;
}

.img_w{
	max-width: 100% !important;
}

.unl{
	text-decoration: underline;
	color: #000;
}

footer{
	margin-top: 30px;
	background-color: #333;
	padding: 20px !important;
	border-top: solid 1px #000;
}

.header-bar{
	background-color: #333;
	border-bottom: solid 1px #000;
}

footer .unordered{
	padding-left: 60px !important;
}

footer .unordered li{
	padding-left: 15px;
	list-style: none;
	color: #fff;
	background-image: url(widget-link-dark.png);
	background-position: left center;
	background-repeat: no-repeat;
}

footer .unordered li a{
	color: #fff;
}

.numbered li:last-child {
	border: none !important;
}
.unordered li:last-child {
	border: none !important;
}

footer h3{
	color: #fff;
	padding-left: 50px !important;
}

.font20{
	font-size: 20px;
}

.copyright{
	color: #fff;
	margin-top: 30px;
}

.btn-ag{
	background-color: #f6b221 !important;
	color: #000;
}

.txt-yellow{
  color: #f6b221;
  text-shadow: 0.75px 0.75px 0.5px black;
  font-size: 28px;
  font-weight: bold;
}
.txt-top-yellow{
  color: #f6b221;
  text-shadow: 0.5px 0.5px 0.25px black;
}

.txt-grey{
  font-size: 18px;
  color: lightslategrey;
  font-weight: bold;
  text-decoration: line-through;
}

.txt-top-grey{
  color: lightslategrey;
}