/* Additional css*/

.unijaCalculator {
  padding: 20px;
  background-color: #f8f8f5;
  color: #474747;
  margin: 0 auto;
}

.unijaCalculator table {
  width: 100%;
}

.unijaCalculator table td {
  width: 33% !important;
  vertical-align: top !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 33px;
  padding: 0 5px;
}

.unijaCalculator table td.brd {
  border-top: 1px solid;
}

.unijaCalculator table td.brd1 {
  border-top: 1px solid;
}

.unijaCalculator table.brd2 {
  border-top: 1px solid;
}

.unijaCalculator table.help td {
  font-size: 14px;
  line-height: 18px;
}

.unijaCalculator .napomena {
  font-size: 14px;
}

.unijaCalculator .bold {
  font-weight: bold !important;
}

.unijaCalculator .textr {
  text-align: right;
}

.unijaCalculator h1 {
  font-size: 32px !important;
  line-height: 40px !important;
  color: #7a003c !important;
  margin: 0 !important;
  padding-bottom: 20px !important;
}

.unijaCalculator h2 {
  font-size: 18px !important;
  line-height: 24px !important;
  color: #7a003c !important;
  margin: 0 !important;
  padding: 10px 0 !important;
}

.unijaCalculator .skupajstrosekzaizplacevalca,
.unijaCalculator .davkiinprispevki,
.unijaCalculator .netoplaca {
  font-size: 18px;
  line-height: 24px;
  color: #7a003c;
  text-align: left;
}

.unijaCalculator button {
  background-color: #7a003c;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.unijaCalculator .bgwhite {
  padding: 10px;
  background: #ffffff;
  text-align: right;
  margin: 10px 0;
}

.unijaCalculator .hidden {
  display: none;
}

.unijaCalculator input.placa {
  padding: 5px 0 5px 5px;
}

.unijaCalculator select.placa {
  padding: 5px;
}

.unijaCalculator .toggleResult {
  display: none;
}

.unijaCalculator .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.unijaCalculator .input-group .form-control, .unijaCalculator .input-group-addon, .unijaCalculator .input-group-btn {
  display: table-cell;
}

.unijaCalculator .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.unijaCalculator .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid transparent;
}

.unijaCalculator .input-group-addon, .unijaCalculator .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.slim-header-nav-news {
  position: relative;
  padding: .5rem 2rem .5rem 2.5rem;
}

.slim-header-nav-news::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon-novice.svg);
  margin-top: -.7rem;
}

.slim-header-nav-about {
  position: relative;
  padding: .5rem 2rem .5rem 2.5rem;
}
.slim-header-nav-about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon-onas.svg);
  margin-top: -.4rem;
}

.btn-light .no-border-radius.wp-block-button__link:visited{
	color:#b9b9b9;
}
.btn-light .no-border-radius.wp-block-button__link:hover{
	color:#ffffff;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px;
}

.footer-col  a {
    color: #C4C4C6;
    font-size: 1.4rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 65em){
	.slim-header-nav ul li {
		display: none;
	}
	.slim-header-nav ul li.pll-parent-menu-item {
    	display: block;
		padding-left: 20px;
	}
	.slim-header-nav ul li.pll-parent-menu-item ul li {
    	display: block;
	}
}


ol{    
	padding-left: 15px;
}

ol li{    
    font-weight: 400;
    line-height: 1.4;
	padding-bottom: 10px;
}

td{
    line-height: 1.4;
    font-weight: 400;
}

p {
    overflow-wrap: normal;
	word-break: normal;
}

.slim-header-nav-isl {
  position: relative;
  padding: .5rem 2rem .5rem 2.5rem;
}

.slim-header-nav-isl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2022/02/isl.png);
  margin-top: -.7rem;
}

.wp-block-table.prostamesta table td {
    padding: 10px;
}
.wp-block-table.prostamesta a.btn {
    color: #fff;
}

table,
table.wp-block-table {
	width: 100%;
	text-align: left;
	margin: 15px 0px;
	padding: 0px;
	border-spacing: 0;
}
table p,
table form,
table ul,
table li {
	margin: 6px 0px;
	padding: 0px;
}
table thead,
table tfoot,
table.wp-block-table thead,
table.wp-block-table tfoot {
	border: 1px solid #dddddd;
	border: 1px solid rgba(0, 0, 0, 0.12);
}
table tbody tr:nth-child(odd) {
	background: rgba(0, 0, 0, 0.04);
}
table th,
table.wp-block-table th {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin: 0px;
	padding: 12px;
	border-top: 1px solid #dddddd;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}
table td,
table.wp-block-table td {
	padding: 12px;
	margin: 0px;
	box-sizing: border-box;
}
table.wp-block-table.is-style-stripes {
	border-collapse: collapse;
}
table.wp-block-table.is-style-stripes td {
	border: 1px solid #dddddd;
	border: 1px solid rgba(0, 0, 0, 0.12);
}

table a {
	text-decoration: underline!important;
	transition: all .4s ease-in-out;
}

table a:hover {
	opacity: .6;
}

/*# sourceMappingURL=main.css.map */








