#sp-header {
  background: #184a64 none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 90px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-top-bar {
  font-size: 11pt;
  font-weight: 400;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  padding: 10px;
  background-color: #eee;
  font-size: 12pt;
  font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "●");
}
#sp-main-body {
  padding: 50px 0;
}
#offcanvas-toggler > i {
  color: white;
}
.offcanvas-menu {
  background-color: #133b50;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 90px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
  color: white;
}
.sp-megamenu-parent > li.active > a {
  color: #ffcb00;
}
.sp-megamenu-parent > li:hover > a {
  background-color: white;  
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  background: #184a64;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  display: block;
  padding: 10px;
  color: #184a64;
  cursor: pointer;
}	
.entry-header {
  background-color: #c9c9c952;
  padding: 20px;
}
.wf_file {
  display: inline-flex;
  background-color: aliceblue;
  padding: 20px;
}
.wf_file_icon {
  margin-right: 30px;
  margin-left: 15px;
}
.wf_file_text {
  margin-right: 30px;
  font-weight: 700;
}
.wf_file::before {
  content: "PRILOG:  ";
}
.table {
  font-size: 14pt;
  font-weight: 400;
  text-transform: uppercase;
}
tr {
  text-transform: uppercase;
}
tbody tr:nth-child(2n) {
  background-color: #fff4d1;
}
.login-description {
  display: grid;
  padding-bottom: 30px;
  font-size: 14pt;
}
.login img {
  display: flow-root;
  margin-top: 30px;
  margin-left: 18%;
  margin-bottom: 20px;
}
.popup-section {
  margin-bottom: 90px;
  margin-left: -30px;
}
._access-icon.material-icons._access {
  margin-left: 10px;
}