/* Additional custom CSS */

.active {
  cursor: pointer; }

/* --- razne boje za tekst --- */

.vazno {
  color: #ff4000;
  font-weight: bold; }

.red {
  background-color: #d92d39; }

.yellow {
  background-color: #ffd662; }

.grey {
  background-color: #e7dfde; }

.dark {
  background-color: #ACAFB5; }

/* --- opsta uravnavanja --- */

.center {
  text-align: center; }

.right {
  text-align: right; }

.top {
  vertical-align: top; }

.middle {
  vertical-align: middle; }

.bottom {
  vertical-align: bottom; }

.ind {
  text-indent: 2em; }

.pad {
  padding: 0 4px 0 4px; }

.pad4 { 
  padding: 4px; }

.above {
  margin-top: 1em; }

.after {
  margin-bottom: 1em; }

.luft {
  padding-top: 10px;
  padding-bottom: 10px; }

.fit {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

.border {
  border: 1px solid #a0a0a0;
  padding: 3px; }

/* --- posebni odeljci --- */

.uni-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 32px;
  gap: 24px;
}

.uni-card-img {
  margin: 4px 0;
}

.uni-card p, .uni-card ul, .uni-card ol {
  font-size: 16px;
  line-height: 22px;
  margin: 4px 0;
}

.col-md-x5 {
  flex 0 0 auto;
  width: 20%;
}

/* --- tabele --- */

table.type-s1, table.type-s2 {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

/* s1: bez okvira */

table.type-s1 th {
  background-color: #e7dfde;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  text-align: center;
}

table.type-s1 td {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

table.type-s1 .lead-row {
  background: rgba(71, 131, 149, 0.1);
}

/* s2: sa okvirima */

table.type-s2 th {
  background-color: #e7dfde;
  border: 1px solid #ACAFB5;
  padding: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
}

table.type-s2 td {
  border: 1px solid #ACAFB5;
  padding: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

table.type-s2 .lead-row {
  border: 1px solid #ACAFB5;
  padding: 4px;
  background: rgba(71, 131, 149, 0.1);
}

/* --- izbor vesti --- */

.news-filter {
  margin-bottom: 16px;
  border-bottom: 1px solid #ACAFB5;
  padding-bottom: 8px;
}

.news-filter .submit-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 100%;
  margin-bottom: 16px;
  border: none;
  padding: 12px 16px;
  gap: 8px;
  background: #478395;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #FFF;
  transition: 0.5s all;
}

.news-filter .submit-btn:hover {
  opacity: 0.7;
}

.news-filter .btn-reset {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #ACAFB5;
  padding: 12px 16px;
  gap: 8px;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #29384F;
  transition: 0.5s all;
}

.news-filter .btn-reset:hover {
  opacity: 0.7;
}

/* --- select-koji-nije-select --- */

/* .news-filter .select-selected {
  position: relative;
}
*/

.quasi-select {
  position: relative;
  margin-bottom: 20px;
}

.quasi-select li {
  padding: 4px 16px;
}

.quasi-select li a {
  cursor: pointer;
}

.quasi-field {
  display: flex;
  align-items: center;
  min-height: 48px;
  border-bottom: 2px solid transparent;
  padding-left: 16px;
  padding-right: 32px;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px!important;
  line-height: 18px!important;
}

.quasi-field:after {
  position: absolute;
  content: url("/etc/icon/chevron-down-blue.png");
  top: 14px;
  right: 20px;
  width: 13px;
  height: 20px;
  transition: .5s all;
}

.quasi-field.active {
  border-bottom: 2px solid #F5F5F5;
}

.quasi-field.active:after {
  transform: rotate(180deg);
}

.quasi-options {
  position: absolute;
  z-index: 99;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  padding: 8px 16px 8px 0px;
  background-color: #fff;
  font-weight: 400;
  color: #29384F;
}

.quasi-options ul li {
  font-size: 14px!important;
  line-height: 18px!important;
}

.quasi-options.inactive {
  display: none;
}

.quasi-hide {
  display: none;
}
