<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Layout */
/* Topbar */
/* Menus */
/* Add your variable customizations of layout here */
/* Colors */
/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Light"), local("Roboto-Light"), url("/narocilo/javax.faces.resource/fonts/roboto-v20-latin-ext_latin-regular.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/narocilo/javax.faces.resource/fonts/roboto-v20-latin-ext_latin-regular.woff.xhtml?ln=ultima-layout") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto"), local("Roboto-Regular"), url("/narocilo/javax.faces.resource/fonts/roboto-v20-latin-ext_latin-500.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/narocilo/javax.faces.resource/fonts/roboto-v20-latin-ext_latin-500.woff.xhtml?ln=ultima-layout") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/narocilo/javax.faces.resource/fonts/roboto-v20-latin-ext_latin-700.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/narocilo/javax.faces.resource/fonts/roboto-v20-latin-ext_latin-700.woff.xhtml?ln=ultima-layout") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
h1, h2, h3, h4, h5, h6 {
  margin: 1.5rem 0 1rem 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

mark {
  background: #FFF8E1;
  padding: 0.25rem 0.4rem;
  border-radius: 4px;
  font-family: monospace;
}

blockquote {
  margin: 1rem 0;
  padding: 0 2rem;
  border-left: 4px solid #90A4AE;
}

hr {
  border-top: solid #bdbdbd;
  border-width: 1px 0 0 0;
  margin: 1rem 0;
}

p {
  margin: 0 0 1rem 0;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

*[hidden] {
  display: none;
}

.card {
  background: #ffffff;
  padding: 1.25rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.card:last-child {
  margin-bottom: 0;
}
.card .card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card .card-subtitle {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  margin: -1rem 0 1rem 0;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.dashboard .overview {
  padding: 0 !important;
  min-height: 140px;
  position: relative;
  margin-bottom: 0 !important;
}
.dashboard .overview .overview-content {
  padding: 16px;
}
.dashboard .overview .overview-content .overview-title {
  font-size: 18px;
}
.dashboard .overview .overview-content .overview-badge {
  float: right;
  color: rgba(0, 0, 0, 0.6);
}
.dashboard .overview .overview-content .overview-detail {
  display: block;
  font-size: 24px;
  margin-top: 5px;
}
.dashboard .overview .overview-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.dashboard .overview .overview-footer img {
  display: block;
}
.dashboard .colorbox {
  padding: 0 !important;
  text-align: center;
  overflow: hidden;
  margin: 0 !important;
}
.dashboard .colorbox i {
  font-size: 36px;
  margin-top: 10px;
  color: #ffffff;
}
.dashboard .colorbox .colorbox-name {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  margin: 4px 0 10px 0;
  color: #ffffff;
}
.dashboard .colorbox .colorbox-count {
  color: #ffffff;
  font-size: 36px;
}
.dashboard .colorbox .colorbox-count {
  font-weight: bold;
}
.dashboard .colorbox.colorbox-1 {
  background-color: #4CAF50;
}
.dashboard .colorbox.colorbox-1 div:first-child {
  background-color: #2E7D32;
}
.dashboard .colorbox.colorbox-2 {
  background-color: #03A9F4;
}
.dashboard .colorbox.colorbox-2 div:first-child {
  background-color: #0277BD;
}
.dashboard .colorbox.colorbox-3 {
  background-color: #673AB7;
}
.dashboard .colorbox.colorbox-3 div:first-child {
  background-color: #4527A0;
}
.dashboard .colorbox.colorbox-4 {
  background-color: #009688;
}
.dashboard .colorbox.colorbox-4 div:first-child {
  background-color: #00695C;
}
.dashboard .task-list {
  overflow: hidden;
}
.dashboard .task-list &gt; .ui-panel {
  min-height: 340px;
}
.dashboard .task-list .ui-panel-content {
  padding: 10px 0 !important;
}
.dashboard .task-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dashboard .task-list ul li {
  padding: 0.625em 0.875em;
  border-bottom: 1px solid #dbdbdb;
}
.dashboard .task-list ul .ui-chkbox {
  vertical-align: middle;
  margin-right: 5px;
}
.dashboard .task-list ul .task-name {
  vertical-align: middle;
}
.dashboard .task-list ul i {
  color: rgba(0, 0, 0, 0.6);
  float: right;
  font-size: 1.25em;
}
.dashboard .contact-form {
  overflow: hidden;
}
.dashboard .contact-form .ui-panel {
  min-height: 340px;
}
.dashboard .contact-form .ui-panel .ui-panel-content {
  padding-top: 0;
}
.dashboard .contact-form .ui-button {
  margin-top: 10px;
}
.dashboard .contacts {
  overflow: hidden;
}
.dashboard .contacts &gt; .ui-panel {
  min-height: 340px;
}
.dashboard .contacts .ui-panel-content {
  padding: 5px 0 10px 0 !important;
}
.dashboard .contacts ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dashboard .contacts ul li {
  border-bottom: 1px solid #d8d8d8;
}
.dashboard .contacts ul li a {
  padding: 9px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  display: block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.dashboard .contacts ul li a .name {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  color: rgb(0, 0, 1);
}
.dashboard .contacts ul li a .email {
  position: absolute;
  right: 10px;
  top: 30px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.dashboard .contacts ul li a:hover {
  cursor: pointer;
  background-color: #e8e8e8;
}
.dashboard .contacts ul li:last-child {
  border: 0;
}
.dashboard .activity-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dashboard .activity-list li {
  border-bottom: 1px solid #bdbdbd;
  padding: 16px 8px;
}
.dashboard .activity-list li .count {
  font-size: 20px;
  color: #ffffff;
  background-color: #007be5;
  font-weight: 700;
  padding: 0.25em 0.5em;
  display: inline-block;
  border-radius: 4px;
}
.dashboard .timeline {
  height: 100%;
  box-sizing: border-box;
}
.dashboard .timeline &gt; .p-grid .p-col-3 {
  font-size: 14px;
  position: relative;
  border-right: 1px solid #bdbdbd;
}
.dashboard .timeline &gt; .p-grid .p-col-3 i {
  background-color: #ffffff;
  font-size: 28px;
  position: absolute;
  top: 0;
  right: -14px;
}
.dashboard .timeline &gt; .p-grid .p-col-9 {
  padding-left: 1.5em;
}
.dashboard .timeline &gt; .p-grid .p-col-9 .event-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  display: block;
  padding-bottom: 20px;
}
.dashboard .timeline &gt; .p-grid .p-col-9 .event-content img {
  width: 100%;
}
.dashboard &gt; div &gt; .ui-panel {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.layout-rightpanel .layout-rightpanel-header {
  background: url("/narocilo/javax.faces.resource/images/dashboard/sidebar-image.jpg.xhtml?ln=ultima-layout") no-repeat;
  background-size: cover;
  height: 118px;
  padding: 20px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layout-rightpanel .layout-rightpanel-header .weather-day, .layout-rightpanel .layout-rightpanel-header .weather-date {
  color: #ffffff;
  left: 14px;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 4px;
}
.layout-rightpanel .layout-rightpanel-content {
  padding: 14px;
}
.layout-rightpanel .layout-rightpanel-content h1 {
  font-size: 18px;
  margin: 0 0 4px 0;
}
.layout-rightpanel .layout-rightpanel-content h2 {
  font-size: 16px;
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}
.layout-rightpanel .layout-rightpanel-content .weather-today {
  text-align: center;
  margin-top: 28px;
}
.layout-rightpanel .layout-rightpanel-content .weather-today .weather-today-value {
  font-size: 36px;
  vertical-align: middle;
  margin-right: 14px;
}
.layout-rightpanel .layout-rightpanel-content .weather-today img {
  vertical-align: middle;
}
.layout-rightpanel .layout-rightpanel-content .weekly-weather {
  list-style-type: none;
  margin: 28px 0 0 0;
  padding: 0;
}
.layout-rightpanel .layout-rightpanel-content .weekly-weather li {
  padding: 8px 14px;
  border-bottom: 1px solid #d8dae2;
  position: relative;
}
.layout-rightpanel .layout-rightpanel-content .weekly-weather li .weekly-weather-value {
  position: absolute;
  right: 40px;
}
.layout-rightpanel .layout-rightpanel-content .weekly-weather li img {
  width: 24px;
  position: absolute;
  right: 0px;
  top: 4px;
}

.login-body {
  padding: 1px;
  background: url("/narocilo/javax.faces.resource/images/login/login.png.xhtml?ln=ultima-layout") top left no-repeat #f7f7f7;
  background-size: 100% auto;
  height: auto;
}

.login-panel {
  text-align: center;
  width: 350px;
  min-height: 440px;
  padding: 50px 20px;
  margin: 100px auto 0 auto;
}
.login-panel .p-grid .p-col-12 {
  padding: 25px 40px;
}
.login-panel .p-grid .p-col-12 .ui-button {
  margin-bottom: 20px;
}
.login-panel .ui-button:hover {
  background-color: #37474F;
}
.login-panel .ui-button:focus {
  outline: 0 none;
  background-color: #7b96a3;
}
.login-panel .ui-button.secondary:hover {
  background-color: #558B2F;
}
.login-panel .ui-button.secondary:focus {
  outline: 0 none;
  background-color: #a4d070;
}

.login-footer {
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .login-body {
    background: url("/narocilo/javax.faces.resource/images/login/login2x.png.xhtml?ln=ultima-layout") top left no-repeat #f7f7f7;
    background-size: 100% auto;
  }
}
@media (max-width: 1024px) {
  .login-panel {
    text-align: center;
    min-height: 440px;
    margin: 100px auto 0 auto;
  }
}
@media (max-width: 640px) {
  .login-panel {
    text-align: center;
    width: 300px;
    min-height: 440px;
    padding: 40px 20px;
    margin: 75px auto 0 auto;
  }
  .login-panel .p-grid .p-col-12 {
    padding: 20px 20px;
  }
  .login-panel .p-grid .p-col-12 .ui-button {
    margin-top: 30px;
  }
}
.exception-body {
  background-color: #f7f7f7;
  height: auto;
}
.exception-body .exception-type {
  width: 100%;
  height: 50%;
  padding: 100px 100px 0 100px;
  box-sizing: border-box;
  text-align: center;
}
.exception-body .exception-panel {
  text-align: center;
  width: 350px;
  padding: 35px;
  margin: -10% auto 0 auto;
  z-index: 100;
}
.exception-body .exception-panel i {
  font-size: 72px;
}
.exception-body .exception-panel h1 {
  font-size: 36px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 2.5rem;
}
.exception-body .exception-panel .exception-detail {
  margin: 20px 0px 100px 0px;
  color: rgba(0, 0, 0, 0.6);
}
.exception-body .ui-button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.exception-body .ui-button:hover {
  background-color: #558B2F;
}
.exception-body.error-page .exception-type {
  background-color: #e62a10;
}
.exception-body.error-page .exception-type img {
  width: 100%;
}
.exception-body.error-page .exception-panel i {
  color: #f79a84;
}
.exception-body.notfound-page .exception-type {
  background-color: #3f51b5;
}
.exception-body.notfound-page .exception-type img {
  width: 54%;
}
.exception-body.notfound-page .exception-panel i {
  color: #9fa8da;
}
.exception-body.accessdenied-page .exception-type {
  background-color: #e91e63;
}
.exception-body.accessdenied-page .exception-type img {
  width: 50%;
}
.exception-body.accessdenied-page .exception-panel i {
  color: #f48fb1;
}

@media (max-width: 1024px) {
  .exception-body .exception-panel {
    margin-top: -50px;
  }
}
@media (max-width: 640px) {
  .exception-body .exception-panel {
    width: 250px;
    margin-top: -15px;
  }
}
.landing-wrapper .ui-button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.landing-wrapper .ui-button:hover {
  background-color: #558B2F;
}
.landing-wrapper #header {
  width: 100%;
  min-height: 400px;
  background: url("/narocilo/javax.faces.resource/images/landing/landing-header.png.xhtml?ln=ultima-layout") top left no-repeat #f7f7f7;
  background-size: 100% auto;
}
.landing-wrapper #header .header-top {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0px;
}
.landing-wrapper #header .header-top .logo {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  background: url("/narocilo/javax.faces.resource/images/logo.png.xhtml?ln=ultima-layout") top left no-repeat;
}
.landing-wrapper #header .header-top #menu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing-wrapper #header .header-top #menu li {
  float: left;
  display: block;
  margin-left: 30px;
}
.landing-wrapper #header .header-top #menu li a {
  color: #ffffff;
}
.landing-wrapper #header .header-top #menu li i {
  display: none;
}
.landing-wrapper #header .header-top #menu.lmenu-active {
  display: block;
}
.landing-wrapper #header .header-top #menu-button {
  height: 36px;
  margin-top: -2px;
  float: right;
  color: #ffffff;
  display: none;
}
.landing-wrapper #header .header-top #menu-button i {
  font-size: 36px;
}
.landing-wrapper #header .header-content {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.landing-wrapper #header .header-content h1 {
  margin: 75px 0px 50px 0px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}
.landing-wrapper #features {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center;
}
.landing-wrapper #features h2 {
  font-weight: 400;
  line-height: 28px;
}
.landing-wrapper #features h3 {
  font-weight: 400;
}
.landing-wrapper #features p {
  color: rgba(0, 0, 0, 0.6);
}
.landing-wrapper #features .p-col-12 {
  padding: 2em 0.5em;
}
.landing-wrapper #features .feature-icon {
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f4f8fc;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  text-align: center;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.landing-wrapper #features .feature-icon i {
  margin-top: 30px;
  font-size: 36px;
}
.landing-wrapper #features .feature-icon:hover {
  background-color: #e91e63;
}
.landing-wrapper #features .feature-icon:hover i {
  color: #ffffff;
}
.landing-wrapper #promotion {
  background: url("/narocilo/javax.faces.resource/images/landing/promotion.png.xhtml?ln=ultima-layout") top left no-repeat;
  background-size: 100% auto;
}
.landing-wrapper #promotion .p-lg-8 {
  padding: 150px 0 0 150px;
}
.landing-wrapper #promotion .p-lg-8 h1 {
  font-weight: 48px;
  color: #ffffff;
  font-weight: 400;
}
.landing-wrapper #promotion .p-lg-4 {
  margin: -50px 0 -50px 0;
}
.landing-wrapper #promotion .p-lg-4 .card {
  -webkit-box-shadow: 0 0 27px 4.5px rgba(13, 36, 62, 0.1);
  -moz-box-shadow: 0 0 27px 4.5px rgba(13, 36, 62, 0.1);
  box-shadow: 0 0 27px 4.5px rgba(13, 36, 62, 0.1);
  margin-bottom: 20px;
}
.landing-wrapper #promotion .p-lg-4 .card h3 {
  font-weight: 400;
  margin-top: 1.5rem;
}
.landing-wrapper #promotion .p-lg-4 .card p {
  color: rgba(0, 0, 0, 0.6);
}
.landing-wrapper #promotion .p-lg-4 .card:last-child {
  margin-bottom: 0;
}
.landing-wrapper #pricing {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center;
}
.landing-wrapper #pricing h2 {
  font-weight: 400;
}
.landing-wrapper #pricing p {
  color: rgba(0, 0, 0, 0.6);
}
.landing-wrapper #pricing .pricing-box .card {
  height: 100%;
  padding: 0;
}
.landing-wrapper #pricing .pricing-box .pricing-header {
  padding: 40px 0;
  color: #ffffff;
}
.landing-wrapper #pricing .pricing-box .pricing-header span {
  display: block;
  line-height: 48px;
}
.landing-wrapper #pricing .pricing-box .pricing-header span.name {
  font-weight: 300;
  font-size: 24px;
}
.landing-wrapper #pricing .pricing-box .pricing-header span.fee {
  font-size: 48px;
  font-weight: 700;
}
.landing-wrapper #pricing .pricing-box .pricing-header span.type {
  font-weight: 300;
  font-size: 16px;
}
.landing-wrapper #pricing .pricing-box .pricing-content ul {
  margin: 0;
  padding: 30px 20px;
  list-style-type: none;
}
.landing-wrapper #pricing .pricing-box .pricing-content ul li {
  font-size: 18px;
  text-align: left;
  padding: 10px 14px;
}
.landing-wrapper #pricing .pricing-box .pricing-content ul li i {
  margin-right: 20px;
  vertical-align: middle;
}
.landing-wrapper #pricing .pricing-box .pricing-content ul li span {
  vertical-align: middle;
}
.landing-wrapper #pricing .pricing-box.pricing-basic .pricing-header {
  background-color: #3f51b5;
}
.landing-wrapper #pricing .pricing-box.pricing-basic i {
  color: #3f51b5;
}
.landing-wrapper #pricing .pricing-box.pricing-standard .pricing-header {
  background-color: #e91e63;
}
.landing-wrapper #pricing .pricing-box.pricing-standard i {
  color: #e91e63;
}
.landing-wrapper #pricing .pricing-box.pricing-professional .pricing-header {
  background-color: #607d8b;
}
.landing-wrapper #pricing .pricing-box.pricing-professional i {
  color: #607d8b;
}
.landing-wrapper #video {
  background-color: #f7f7f7;
  min-width: 400px;
}
.landing-wrapper #video .video-content {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center;
}
.landing-wrapper #video .video-content h2 {
  font-weight: 400;
}
.landing-wrapper #video .video-content p {
  color: rgba(0, 0, 0, 0.6);
}
.landing-wrapper .footer {
  background-color: #f7f7f7;
  border-top: 1px solid #dddddd;
}
.landing-wrapper .footer .footer-content {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0px 50px 0px;
}
.landing-wrapper .footer .footer-content ul {
  float: right;
  list-style-type: none;
}
.landing-wrapper .footer .footer-content ul li a {
  color: rgba(0, 0, 0, 0.6);
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.landing-wrapper .footer .footer-content ul li a:hover {
  color: rgb(0, 0, 1);
}

@media (max-width: 1024px) {
  .landing-wrapper #header {
    min-height: 200px;
    background-size: cover;
  }
  .landing-wrapper #header .header-top {
    z-index: 100;
    position: fixed;
    top: 0;
    background: #424242;
    background-size: 100% auto;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  .landing-wrapper #header .header-top #menu-button {
    display: inline-block;
  }
  .landing-wrapper #header .header-top #menu {
    z-index: 100;
    position: fixed;
    top: 86px;
    right: 30px;
    float: none;
    display: none;
    margin: 0;
    padding: 0;
    width: 225px;
    list-style: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  .landing-wrapper #header .header-top #menu li {
    float: none;
    margin-left: 0;
  }
  .landing-wrapper #header .header-top #menu li a {
    font-size: 16px;
    display: block;
    padding: 10px 16px;
    color: rgb(0, 0, 1);
    width: 100%;
    box-sizing: border-box;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    overflow: hidden;
  }
  .landing-wrapper #header .header-top #menu li a i {
    color: #757575;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    font-size: 24px;
  }
  .landing-wrapper #header .header-top #menu li a:hover {
    background-color: #e8e8e8;
  }
  .landing-wrapper #header .header-top #menu li a span {
    display: inline-block;
    vertical-align: middle;
  }
  .landing-wrapper #header .header-content {
    width: 100%;
    padding: 100px 30px 60px 30px;
    box-sizing: border-box;
  }
  .landing-wrapper #header .header-content h1 {
    margin: 75px 0px 50px 0px;
    font-weight: 400;
  }
  .landing-wrapper #features, .landing-wrapper #promotion, .landing-wrapper #pricing, .landing-wrapper #video, .landing-wrapper .footer .footer-content {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;
  }
  .landing-wrapper #promotion .p-lg-8 {
    padding: 100px 0 30px;
    text-align: center;
  }
  .landing-wrapper #promotion .p-lg-8 h1 {
    margin-top: -30px;
    font-weight: 48px;
    color: #ffffff;
    font-weight: 400;
  }
  .landing-wrapper #video .video-content {
    width: 100%;
  }
  .landing-wrapper #video .video-content .video-container iframe {
    width: 350px;
    height: 220px;
  }
  .landing-wrapper .footer .footer-content {
    text-align: center;
  }
  .landing-wrapper .footer .footer-content ul {
    float: none;
    margin: 0;
    padding: 0;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .landing-wrapper .header .header-top .logo {
    background: url("/narocilo/javax.faces.resource/images/logo2x.png.xhtml?ln=ultima-layout") top left no-repeat;
    background-size: 200px 30px;
  }
}
.help-wrapper .card {
  background-color: #f3f5f7;
}
.help-wrapper .card.help-wrapper-card {
  padding: 0;
}
.help-wrapper .card.help-wrapper-card .help-header {
  position: relative;
}
.help-wrapper .card.help-wrapper-card .help-header h1 {
  color: #ffffff;
  font-size: 28px;
  position: absolute;
  top: 40%;
  left: 40px;
  letter-spacing: 0.25px;
}
.help-wrapper .card.help-wrapper-card .help-header .search {
  bottom: -20px;
  position: absolute;
  height: 50px;
  background-color: #fafafa;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  left: 40px;
  right: 40px;
}
.help-wrapper .card.help-wrapper-card .help-header .search span {
  width: 100%;
}
.help-wrapper .card.help-wrapper-card .help-header .search span input {
  border: none;
  position: relative;
  width: 100%;
  padding: 10px 40px;
  height: 50px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.help-wrapper .card.help-wrapper-card .help-header .search i {
  position: absolute;
  bottom: 18px;
  left: 12px;
  z-index: 1;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.help-wrapper .card.help-wrapper-card .help-content {
  padding: 20px 0;
}
.help-wrapper .card.help-wrapper-card .help-content .card {
  margin: 20px 40px;
  background-color: #fafafa;
  padding: 5px 20px;
}
.help-wrapper .card.help-wrapper-card .help-content .card .main-accordion {
  background-color: #f3f5f7;
}
.help-wrapper .card.help-wrapper-card .help-content .card .main-accordion .ui-accordion-header {
  border: none;
  box-shadow: none;
  background-color: #fafafa;
  color: #212121;
  position: relative;
}
.help-wrapper .card.help-wrapper-card .help-content .card .main-accordion .ui-accordion-header .accordion-title {
  padding-left: 45px;
  color: #212121;
}
.help-wrapper .card.help-wrapper-card .help-content .card .main-accordion .ui-accordion-header .accordion-title h4 {
  margin-bottom: 0;
}
.help-wrapper .card.help-wrapper-card .help-content .card .main-accordion .ui-accordion-header i {
  color: #8BC34A;
  position: absolute;
  bottom: 28px;
  left: 15px;
  z-index: 1;
  font-size: 40px;
}
.help-wrapper .card.help-wrapper-card .help-content .card .main-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  color: #212121;
  right: 30px;
  left: auto;
}
.help-wrapper .card.help-wrapper-card .help-content .card .main-accordion .ui-accordion-content {
  border: none;
  box-shadow: none;
  background-color: #fafafa;
}
.help-wrapper .card.help-wrapper-card .help-content .card .main-accordion .ui-accordion-content .questions .sub-accordion .ui-accordion-header {
  border: none;
  background-color: #eaeaea;
  color: #212121;
  padding: 20px;
  border-radius: 2px;
  border: solid 1px #e0e0e0;
  font-size: 16px;
  letter-spacing: 0.12px;
  margin-bottom: 10px;
}
.help-wrapper .card.help-wrapper-card .help-content .card .main-accordion .ui-accordion-content .questions .sub-accordion .ui-accordion-header .ui-icon {
  color: #212121;
  right: 15px;
  left: auto;
}
.help-wrapper .card.help-wrapper-card .help-content .card .main-accordion .ui-accordion-content .questions .sub-accordion .ui-accordion-header:hover {
  background-color: #607D8B;
  border-color: #607D8B;
  color: #ffffff;
}
.help-wrapper .card.help-wrapper-card .help-content .card .main-accordion .ui-accordion-content .questions .sub-accordion .ui-accordion-header:hover .ui-icon {
  color: #ffffff;
}
.help-wrapper .card.help-wrapper-card .help-content .card .main-accordion .ui-accordion-content .questions .sub-accordion .ui-accordion-content {
  padding-bottom: 24px;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .help-wrapper .card.help-wrapper-card {
    padding: 0;
  }
  .help-wrapper .card.help-wrapper-card .help-header {
    line-height: 1.5;
  }
  .help-wrapper .card.help-wrapper-card .help-header img {
    height: 130px;
  }
  .help-wrapper .card.help-wrapper-card .help-header h1 {
    top: 0;
  }
  .help-wrapper .card.help-wrapper-card .help-header .search {
    left: 10px;
    right: 10px;
  }
  .help-wrapper .card.help-wrapper-card .help-content .card {
    margin: 10px;
    padding: 0px 5px;
  }
  .help-wrapper .card.help-wrapper-card .help-content .card .main-accordion .ui-accordion-header .ui-icon {
    right: 5px;
  }
  .help-wrapper .card.help-wrapper-card .help-content .card .main-accordion .ui-accordion-content .questions .sub-accordion .ui-accordion-header .ui-icon {
    right: 2px;
  }
}
.invoice-wrapper .invoice-header {
  margin-bottom: 30px;
}
.invoice-wrapper .invoice-header .title {
  font-size: 28px;
  font-weight: 900;
  color: rgb(0, 0, 1);
}
.invoice-wrapper .invoice-header .logo-adress {
  text-align: right;
}
.invoice-wrapper .card.invoice-table {
  padding: 0;
  margin-bottom: 42px;
  width: 100%;
}
.invoice-wrapper .card.invoice-table h2, .invoice-wrapper .card.invoice-table p {
  margin: 0;
}
.invoice-wrapper .card.invoice-table .table-header {
  padding: 3px 5px;
  border-radius: 2px;
  background-color: #e0e0e0;
  text-align: right;
}
.invoice-wrapper .card.invoice-table .table-header h2 {
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
}
.invoice-wrapper .card.invoice-table .table-content-row {
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  text-align: right;
}
.invoice-wrapper .card.invoice-table .table-content-row h2 {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.invoice-wrapper .card.invoice-table .row-title {
  text-align: left;
}
.invoice-wrapper .card.invoice-table .total {
  color: #8BC34A;
}
.invoice-wrapper .card.invoice-table.billto-table .table-header {
  text-align: left;
}
.invoice-wrapper .card.invoice-table.billto-table .table-content-row {
  text-align: left;
}
.invoice-wrapper .card.invoice-table.bank-table {
  margin-right: 25px;
}
.invoice-wrapper .table-g-6 {
  padding: 0;
}
.invoice-wrapper .p-nogutter &gt; .p-col, .invoice-wrapper .p-nogutter &gt; [class*=p-col-] {
  padding: 0.5em;
}

@media (max-width: 1024px) {
  .invoice-wrapper .card.invoice-table.bank-table {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .invoice-wrapper .logo-adress img {
    width: 135px;
  }
  .invoice-wrapper .invoice-table .table-content-row {
    font-size: 12px;
  }
}
@media print {
  #invoice-content .card {
    box-shadow: none;
  }
  #invoice-content .card.invoice-table {
    margin-bottom: 10px;
    background-color: transparent;
  }
}
.wizard-body {
  height: 100vh;
  background: url("/narocilo/javax.faces.resource/images/extensions/background@2x.jpg.xhtml?ln=ultima-layout") center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.wizard-body .wizard-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wizard-body .wizard-wrapper .wizard-topbar {
  background-color: #3949ab;
  z-index: 1000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  height: 75px;
  padding: 0 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 75px;
  flex-grow: 0;
  flex-shrink: 0;
}
.wizard-body .wizard-wrapper .wizard-topbar .logo {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  background: url("/narocilo/javax.faces.resource/images/logo.png.xhtml?ln=ultima-layout") top left no-repeat;
}
.wizard-body .wizard-wrapper .wizard-topbar .profile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.wizard-body .wizard-wrapper .wizard-topbar .profile .profile-text {
  margin-right: 15px;
  text-align: right;
}
.wizard-body .wizard-wrapper .wizard-topbar .profile .profile-text h1 {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}
.wizard-body .wizard-wrapper .wizard-topbar .profile .profile-text p {
  font-size: 16px;
  opacity: 0.6;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.wizard-body .wizard-wrapper .wizard-topbar .profile .profile-image {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}
.wizard-body .wizard-wrapper .wizard-content {
  height: calc(100% - 75px);
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card {
  background-color: #fafafa;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  height: 550px;
  width: 54.33%;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header {
  width: 100%;
  background-color: #3f51b5;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab {
  background-color: #3f51b5;
  text-align: center;
  cursor: pointer;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab i {
  width: 20px;
  opacity: 0.38;
  color: #ffffff;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab .title {
  color: #ffffff;
  opacity: 0.38;
  font-size: 16px;
  line-height: 1.5em;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab .icon {
  line-height: 1.5em;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab.selected-tab {
  transition-duration: 0.6s;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab.selected-tab i {
  opacity: 1;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab.selected-tab .title {
  opacity: 1;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 33.3333%;
  transition: 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  background-color: #ffffff;
  visibility: visible;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab-bar.tab-bar-register {
  width: 33.3333%;
  left: 0;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab-bar.tab-bar-tier {
  width: 33.3333%;
  left: 33.3333%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab-bar.tab-bar-payment {
  width: 33.3333%;
  left: 66.6667%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content {
  padding: 30px;
  display: none;
  overflow: auto;
  height: 100%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content &gt; .p-grid {
  height: 100%;
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content h1 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 2px;
  margin: 0;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.active-content {
  display: flex;
  flex-grow: 1;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .ui-inputgroup {
  margin-top: 25px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .ui-inputgroup input {
  width: 100%;
  padding: 15px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .ui-inputgroup .ui-float-label {
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .ui-selectonemenu {
  margin-top: 25px;
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .ui-selectonemenu .ui-selectonemenu-trigger {
  right: 10px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .calendar {
  margin-top: 14px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .continue-button.ui-button {
  width: 100%;
  margin-top: 25px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card {
  min-height: 400px;
  padding: 0;
  position: relative;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-header {
  color: #ffffff;
  font-size: 18px;
  padding: 15px 10px;
  background-color: #3f51b5;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-header h1 {
  color: #ffffff;
  font-size: 24px;
  display: inline;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-content {
  font-size: 14px;
  padding: 10px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-content i {
  color: #3f51b5;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-content .card-row {
  height: 40px;
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-content .tier-button-wrapper {
  position: absolute;
  bottom: 15px;
  right: 10px;
  left: 0px;
  width: auto;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-content .tier-button-wrapper .tier-button.ui-button {
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card.pro .card-header {
  background-color: #e91e63;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card.pro .card-content i {
  color: #e91e63;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card.pro .card-content .tier-button.ui-button {
  background-color: #e91e63;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card.pro-plus .card-header {
  background-color: #607d8b;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card.pro-plus .card-content i {
  color: #607d8b;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card.pro-plus .card-content .tier-button.ui-button {
  background-color: #607d8b;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment {
  padding: 0;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .payment-info {
  padding: 70px 35px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .payment-info .ui-float-label input {
  width: 100%;
  padding-bottom: 15px;
  background-color: transparent;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .payment-info .ui-selectmanycheckbox {
  margin-left: 0.5em;
  font-size: 14px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .payment-info #customPanel {
  width: 100%;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .payment-info .check-info {
  margin-top: 10px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info {
  padding: 15px;
  background-color: #e0e0e0;
  border-left: solid 1px #bdbdbd;
  font-size: 14px;
  color: #757575;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .order-basic, .wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .order-pro, .wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .order-pro-plus, .wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .order-default {
  display: none;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .selected-order {
  display: block;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info h1 {
  margin-top: 15px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .price {
  font-weight: 700;
  text-align: right;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .total {
  border-top: 1px solid #bdbdbd;
  padding: 15px 0px;
  margin-top: 30px;
}
.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .buy-button.ui-button {
  width: 100%;
  margin: 68px 0;
}

@media (max-width: 1024px) {
  .wizard-body .wizard-wrapper .wizard-content .wizard-card {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .wizard-body .wizard-wrapper .wizard-topbar {
    height: 150px;
    padding: 0 5%;
    flex-direction: column;
    justify-content: space-around;
    flex-basis: 150px;
  }
  .wizard-body .wizard-wrapper .wizard-topbar .logo {
    align-self: flex-start;
  }
  .wizard-body .wizard-wrapper .wizard-topbar .profile {
    align-self: flex-end;
  }
  .wizard-body .wizard-wrapper .wizard-content {
    height: calc(100% - 150px);
  }
}
html {
  height: 100%;
  font-size: 14px;
}

body {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: rgb(0, 0, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  background-color: #f7f7f7;
  min-height: 100%;
}
body a {
  text-decoration: none;
  color: #607D8B;
}

.layout-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #424242;
  top: 0;
  left: 0;
  z-index: 998;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.layout-wrapper .topbar {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 75px;
  background-color: #607D8B;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.layout-wrapper .topbar .logo {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  background: url("/narocilo/javax.faces.resource/images/logo2x.png.xhtml?ln=ultima-layout") top left no-repeat;
  background-size: 200px 30px;
}
.layout-wrapper .topbar .topbar-left {
  box-sizing: border-box;
  padding: 20px;
  height: 75px;
  width: 250px;
  background-color: #37474F;
  float: left;
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
}
.layout-wrapper .topbar .topbar-right {
  padding: 15px 15px 15px 0;
  position: relative;
  width: calc(100% - 250px);
  float: right;
}
.layout-wrapper .topbar .topbar-right #menu-button {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 36px;
  margin-right: 10px;
  position: relative;
  left: -16px;
  top: 3px;
  background-color: #8BC34A;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
}
.layout-wrapper .topbar .topbar-right #menu-button:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.layout-wrapper .topbar .topbar-right #menu-button i {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 30px;
  margin-top: 3px;
}
.layout-wrapper .topbar .topbar-right #topbar-menu-button, .layout-wrapper .topbar .topbar-right #rightpanel-menu-button {
  display: none;
  color: #ffffff;
  vertical-align: middle;
  height: 36px;
  width: 36px;
  line-height: 36px;
  margin-top: 7px;
  float: right;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.layout-wrapper .topbar .topbar-right #topbar-menu-button i, .layout-wrapper .topbar .topbar-right #rightpanel-menu-button i {
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 24px;
  vertical-align: text-bottom;
}
.layout-wrapper .topbar .topbar-right #rightpanel-menu-button {
  display: block;
}
.layout-wrapper .topbar .topbar-right #rightpanel-menu-button:hover {
  color: #e8e8e8;
}
.layout-wrapper .topbar .topbar-right .topbar-items .search-item {
  margin-top: 0;
}
.layout-wrapper .topbar .topbar-right .topbar-items .search-item input {
  padding: 0.5rem 1rem 0.5rem 3rem;
}
.layout-wrapper .topbar .topbar-right .topbar-items .search-item i {
  color: rgb(0, 0, 1);
  font-size: 1em;
}
.layout-wrapper .layout-menu {
  overflow: auto;
  position: fixed;
  width: 250px;
  z-index: 99;
  top: 75px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  -moz-transition: margin-left 0.2s;
  -o-transition: margin-left 0.2s;
  -webkit-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
}
.layout-wrapper .layout-menu .profile {
  box-sizing: border-box;
  padding-top: 2em;
  width: 250px;
  height: 145px;
  text-align: center;
  background: url("/narocilo/javax.faces.resource/images/profile-bg.png.xhtml?ln=ultima-layout") top left no-repeat;
  background-size: 250px 145px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
}
.layout-wrapper .layout-menu .profile .profile-image {
  width: 60px;
  height: 60px;
  margin: 0 auto 5px auto;
  display: block;
}
.layout-wrapper .layout-menu .profile .profile-name {
  display: inline-block;
  color: rgb(0, 0, 1);
  vertical-align: middle;
  font-size: 1em;
}
.layout-wrapper .layout-menu .profile i {
  color: rgb(0, 0, 1);
  vertical-align: middle;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.layout-wrapper .layout-menu .profile.profile-expanded i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layout-wrapper .layout-menu .profile-menu {
  display: none;
  border-bottom: 1px solid #d6d5d5;
  overflow: hidden;
}
.layout-wrapper .layout-menu .profile-menu li:first-child {
  margin-top: 1em;
}
.layout-wrapper .layout-menu .profile-menu li:last-child {
  margin-bottom: 1em;
}
.layout-wrapper .layout-menu.layout-menu-dark {
  background-color: #424242;
}
.layout-wrapper .layout-menu.layout-menu-dark .profile {
  background-image: url("/narocilo/javax.faces.resource/images/profile-bg-dark.png.xhtml?ln=ultima-layout");
}
.layout-wrapper .layout-menu.layout-menu-dark .profile .profile-name {
  color: #ffffff;
}
.layout-wrapper .layout-menu.layout-menu-dark .profile i {
  color: #ffffff;
}
.layout-wrapper .layout-menu.layout-menu-dark .profile-menu {
  border-bottom: 1px solid #545454;
}
.layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li a {
  color: #ffffff;
}
.layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li a i {
  color: #ffffff;
}
.layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li a:hover {
  background-color: #676767;
}
.layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink {
  color: #8BC34A;
}
.layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink i {
  color: #8BC34A;
}
.layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink:hover {
  color: #ffffff;
}
.layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink:hover &gt; i {
  color: #ffffff;
}
.layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem &gt; a {
  color: #ffffff;
  background-color: #8BC34A;
}
.layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem &gt; a.active-menuitem-routerlink {
  color: #ffffff;
  background-color: #8BC34A;
}
.layout-wrapper .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem &gt; a.active-menuitem-routerlink i {
  color: rgb(0, 0, 1);
}
.layout-wrapper .layout-menu .menuitem-badge {
  position: absolute;
  right: 2.5em;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #E91E63;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 50%;
}
.layout-wrapper .layout-menu .layout-menu-tooltip {
  display: none;
  padding: 0 5px;
  position: absolute;
  left: 76px;
  top: 6px;
  z-index: 101;
  line-height: 1;
}
.layout-wrapper .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
  padding: 6px 8px;
  font-weight: 700;
  background-color: #353535;
  color: #ffffff;
  min-width: 75px;
  white-space: nowrap;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.layout-wrapper .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #353535;
}
.layout-wrapper.menu-layout-overlay .layout-menu {
  margin-left: -250px;
}
.layout-wrapper.menu-layout-overlay .layout-main {
  margin-left: 0px;
}
.layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .layout-menu {
  z-index: 1001;
  margin-left: 0px;
}
.layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .layout-mask {
  display: block;
}
.layout-wrapper.menu-layout-overlay.layout-menu-overlay-active .topbar .topbar-right #menu-button i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.layout-wrapper.menu-layout-overlay .topbar {
  z-index: 1000;
}
.layout-wrapper.menu-layout-overlay .topbar .topbar-right #menu-button i {
  font-size: 36px !important;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.layout-wrapper .layout-main {
  padding: 75px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  -moz-transition: margin-left 0.2s;
  -o-transition: margin-left 0.2s;
  -webkit-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
}
.layout-wrapper .layout-main .layout-content {
  padding: 23px;
  flex: 1 1 0;
}
.layout-wrapper .layout-mask {
  display: none;
}
.layout-wrapper .layout-breadcrumb {
  background-color: #ffffff;
  box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.14);
  min-height: 42px;
}
.layout-wrapper .layout-breadcrumb:before, .layout-wrapper .layout-breadcrumb:after {
  content: "";
  display: table;
}
.layout-wrapper .layout-breadcrumb:after {
  clear: both;
}
.layout-wrapper .layout-breadcrumb ul {
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
  list-style: none;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
}
.layout-wrapper .layout-breadcrumb ul li {
  display: inline-block;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.6);
}
.layout-wrapper .layout-breadcrumb ul li:first-child(even) {
  color: #607D8B;
}
.layout-wrapper .layout-breadcrumb ul li a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1em;
}
.layout-wrapper .layout-breadcrumb ul li a i {
  font-size: 1.25em;
}
.layout-wrapper .layout-breadcrumb .layout-breadcrumb-options {
  float: right;
  padding: 0px 20px 0 0;
  height: 100%;
}
.layout-wrapper .layout-breadcrumb .layout-breadcrumb-options a {
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.layout-wrapper .layout-breadcrumb .layout-breadcrumb-options a:hover {
  background-color: #e8e8e8;
}
.layout-wrapper .layout-breadcrumb .layout-breadcrumb-options a i {
  font-size: 1.25em;
  line-height: inherit;
}
.layout-wrapper .ultima-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.layout-wrapper .ultima-menu.ultima-main-menu {
  /*margin-top: 16px;*/
  padding-bottom: 120px;
}
.layout-wrapper .ultima-menu li a {
  font-size: 1em;
  display: block;
  padding: 0.5em 1em;
  color: rgb(0, 0, 1);
  width: 100%;
  box-sizing: border-box;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}
.layout-wrapper .ultima-menu li a i {
  color: #757575;
}
.layout-wrapper .ultima-menu li a i:first-child {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  font-size: 1.25em;
}
.layout-wrapper .ultima-menu li a i.submenu-icon {
  float: right;
  font-size: 18px;
  margin-right: -0.15em;
  transition: transform 0.2s;
}
.layout-wrapper .ultima-menu li a:hover {
  background-color: #e8e8e8;
}
.layout-wrapper .ultima-menu li a span {
  display: inline-block;
  vertical-align: middle;
}
.layout-wrapper .ultima-menu li a.active-menuitem-routerlink {
  color: #8BC34A;
}
.layout-wrapper .ultima-menu li a.active-menuitem-routerlink &gt; i {
  color: #8BC34A;
}
.layout-wrapper .ultima-menu li a.active-menuitem-routerlink:hover {
  color: rgb(0, 0, 1);
}
.layout-wrapper .ultima-menu li a.active-menuitem-routerlink:hover &gt; i {
  color: #757575;
}
.layout-wrapper .ultima-menu li.active-menuitem &gt; a {
  color: #607D8B;
  background-color: #e8e8e8;
}
.layout-wrapper .ultima-menu li.active-menuitem &gt; a i {
  color: #607D8B;
}
.layout-wrapper .ultima-menu li.active-menuitem &gt; a i.submenu-icon {
  transform: rotate(-180deg);
}
.layout-wrapper .ultima-menu li ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.layout-wrapper .ultima-menu li ul li a {
  padding: 0.5em 2.5em 0.5em 2em;
}
.layout-wrapper .ultima-menu li ul li a &gt; span {
  font-size: 13px;
}
.layout-wrapper .ultima-menu li ul li a i:first-child {
  font-size: 1em;
}
.layout-wrapper .ultima-menu li ul li ul li a {
  padding-left: 3em;
}
.layout-wrapper .ultima-menu li ul li ul ul li a {
  padding-left: 4em;
}
.layout-wrapper .ultima-menu li ul li ul ul ul li a {
  padding-left: 5em;
}
.layout-wrapper .ultima-menu li ul li ul ul ul ul li a {
  padding-left: 6em;
}
.layout-wrapper .ultima-menu li.red-badge &gt; a .menuitem-badge {
  background-color: #F44336;
  color: #ffffff;
}
.layout-wrapper .ultima-menu li.purple-badge &gt; a .menuitem-badge {
  background-color: #4527A0;
  color: #ffffff;
}
.layout-wrapper .ultima-menu li.teal-badge &gt; a .menuitem-badge {
  background-color: #00695C;
  color: #ffffff;
}
.layout-wrapper .footer .card {
  margin-bottom: 0;
}
.layout-wrapper .footer .footer-text-left {
  float: left;
}
.layout-wrapper .footer .footer-text-right {
  color: rgba(0, 0, 0, 0.6);
  float: right;
}
.layout-wrapper .footer .footer-text-right span {
  vertical-align: middle;
  display: inline-block;
}
.layout-wrapper .layout-rightpanel {
  position: fixed;
  top: 75px;
  height: 100%;
  right: -240px;
  width: 240px;
  z-index: 100;
  overflow: auto;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: right 0.2s;
  -o-transition: right 0.2s;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
.layout-wrapper .layout-rightpanel.layout-rightpanel-active {
  right: 0;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.layout-wrapper .layout-rightpanel .layout-rightpanel-content {
  padding: 14px;
  padding-bottom: 120px;
}

@media (min-width: 1025px) {
  .layout-wrapper .topbar-items {
    float: right;
    margin: 0;
    padding: 5px 0 0 0;
    list-style-type: none;
  }
  .layout-wrapper .topbar-items &gt; li {
    float: right;
    position: relative;
    margin-left: 1em;
    margin-top: 4px;
  }
  .layout-wrapper .topbar-items &gt; li &gt; a {
    position: relative;
    display: block;
  }
  .layout-wrapper .topbar-items &gt; li &gt; a .topbar-item-name {
    display: none;
  }
  .layout-wrapper .topbar-items &gt; li &gt; a .topbar-badge {
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: #8BC34A;
    color: #ffffff;
    border-radius: 50%;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
    line-height: 12px;
  }
  .layout-wrapper .topbar-items &gt; li .topbar-icon {
    font-size: 24px;
    color: #ffffff;
    transition: color 0.2s;
  }
  .layout-wrapper .topbar-items &gt; li .topbar-icon:hover {
    color: #e8e8e8;
  }
  .layout-wrapper .topbar-items &gt; li.profile-item {
    margin-top: 0;
  }
  .layout-wrapper .topbar-items &gt; li.profile-item .profile-image {
    width: 36px;
    height: 36px;
  }
  .layout-wrapper .topbar-items &gt; li &gt; ul {
    position: absolute;
    top: 46px;
    right: 5px;
    display: none;
    width: 250px;
    background-color: #ffffff;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    animation-duration: 0.2s;
  }
  .layout-wrapper .topbar-items &gt; li.active-top-menu &gt; ul {
    display: block;
  }
  .layout-wrapper .topbar-items &gt; li .topbar-message img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
  }
  .layout-wrapper.menu-layout-static .layout-menu {
    margin-left: 0;
  }
  .layout-wrapper.menu-layout-static .layout-main {
    margin-left: 250px;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-inactive .topbar .topbar-right #menu-button i {
    margin-left: 3px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-inactive .layout-menu {
    margin-left: -250px;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-inactive .layout-main {
    margin-left: 0px;
  }
  .layout-wrapper.menu-layout-static .layout-mask {
    display: none;
  }
  .layout-wrapper.menu-layout-horizontal .topbar {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .layout-wrapper.menu-layout-horizontal .topbar .topbar-left {
    background-color: #607D8B;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .layout-wrapper.menu-layout-horizontal .topbar .topbar-right #menu-button {
    display: none;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu {
    overflow: visible;
    position: fixed;
    width: 100%;
    top: 75px;
    height: auto;
    background-color: #37474F;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu {
    width: 100%;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu.ultima-main-menu {
    margin-top: 0;
    padding-bottom: 0;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li {
    float: left;
    position: relative;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li &gt; a {
    padding: 0.5em 1em;
    color: #ffffff;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li &gt; a i {
    color: #ffffff;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li &gt; a:hover {
    background-color: #e8e8e8;
    color: rgb(0, 0, 1);
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li &gt; a:hover i {
    color: rgb(0, 0, 1);
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li &gt; a.active-menuitem-routerlink {
    color: #8BC34A;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li &gt; a.active-menuitem-routerlink &gt; i {
    color: #8BC34A;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li &gt; a.active-menuitem-routerlink:hover {
    color: rgb(0, 0, 1);
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li &gt; a.active-menuitem-routerlink:hover i {
    color: rgb(0, 0, 1);
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li &gt; ul {
    position: absolute;
    top: 32px;
    left: 0px;
    width: 250px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li &gt; ul li a {
    padding: 10px 16px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li &gt; ul li ul {
    position: static;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li &gt; ul li ul li a {
    padding-left: 32px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li &gt; ul li ul ul li a {
    padding-left: 48px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li &gt; ul li ul ul ul li a {
    padding-left: 64px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li &gt; ul li ul ul ul ul li a {
    padding-left: 80px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li &gt; ul li ul ul ul ul ul li a {
    padding-left: 96px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li &gt; ul li.active-menuitem &gt; a {
    color: #607D8B;
    background-color: #e8e8e8;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li &gt; ul li.active-menuitem &gt; ul {
    display: block;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li.active-menuitem &gt; a {
    color: #ffffff;
    background-color: #8BC34A;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li.active-menuitem &gt; a i {
    color: #ffffff;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu ul.ultima-menu &gt; li.active-menuitem &gt; ul {
    display: block;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark {
    background-color: #424242;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a {
    color: #ffffff;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a:hover {
    background-color: #676767;
    color: #ffffff;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a:hover i {
    color: #ffffff;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink {
    color: #8BC34A;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink i {
    color: #8BC34A;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink:hover {
    color: #ffffff;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink:hover i {
    color: #ffffff;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem &gt; a {
    color: #ffffff;
    background-color: #8BC34A;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li ul {
    background-color: #424242;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu .menuitem-badge {
    left: 1.75em;
    top: 0.15em;
  }
  .layout-wrapper.menu-layout-horizontal .layout-menu .active-menuitem .menuitem-badge {
    background-color: #ffffff;
    color: #212121;
  }
  .layout-wrapper.menu-layout-horizontal .layout-main {
    padding-top: 116px;
    margin-left: 0px;
  }
  .layout-wrapper.menu-layout-horizontal .layout-mask {
    display: none;
  }
  .layout-wrapper.layout-menu-slim .topbar {
    /*left: 75px;
    width: calc(100% - 75px);*/
  }
  .layout-wrapper.layout-menu-slim .topbar .topbar-left {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .layout-wrapper.layout-menu-slim .topbar .topbar-right #menu-button {
    display: none;
  }
  .layout-wrapper.layout-menu-slim .layout-menu {
    width: 75px;
    overflow: visible;
    z-index: 100;
    /*top: 0;*/
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile {
    width: 100%;
    height: 74px;
    padding-top: 15px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile &gt; a .profile-image {
    width: 45px;
    height: 45px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .profile &gt; a .profile-name, .layout-wrapper.layout-menu-slim .layout-menu .profile &gt; a i {
    display: none;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu {
    padding: 0;
    width: 100%;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu &gt; li {
    position: relative;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu &gt; li &gt; a {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu &gt; li &gt; a i:first-child {
    font-size: 1.5em;
    margin-right: 0;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu &gt; li &gt; a span, .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu &gt; li &gt; a .submenu-icon {
    display: none;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu &gt; li &gt; a:hover + .layout-menu-tooltip {
    display: block;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu &gt; li &gt; ul {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 75px;
    min-width: 200px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu &gt; li &gt; ul li a {
    padding: 0.5em 1em 0.5em 2em;
    padding-left: 16px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu &gt; li &gt; ul li ul li a {
    padding-left: 32px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu &gt; li &gt; ul li ul ul li a {
    padding-left: 48px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu &gt; li &gt; ul li ul ul ul li a {
    padding-left: 64px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu &gt; li &gt; ul li ul ul ul ul li a {
    padding: 80px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu &gt; li &gt; ul li ul ul ul ul ul li a {
    padding: 96px;
  }
  .layout-wrapper.layout-menu-slim .layout-menu .ultima-menu &gt; li.active-menuitem &gt; a:hover + .layout-menu-tooltip {
    display: none;
  }
  .layout-wrapper.layout-menu-slim .layout-menu.layout-menu-dark .ultima-menu &gt; li &gt; ul {
    background-color: #424242;
  }
  .layout-wrapper.layout-menu-slim .layout-main {
    margin-left: 75px;
  }
  .layout-wrapper.layout-menu-slim .layout-footer {
    margin-left: 75px;
  }
}
@media (max-width: 1024px) {
  .layout-wrapper.menu-layout-static .topbar .topbar-right #menu-button i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .layout-wrapper.menu-layout-static .layout-menu {
    margin-left: -265px;
  }
  .layout-wrapper.menu-layout-static .layout-main {
    margin-left: 0px;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .layout-menu {
    margin-left: 0;
    z-index: 1001;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .topbar {
    z-index: 1000;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .topbar .topbar-right #menu-button i {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .layout-main {
    margin-left: 0;
  }
  .layout-wrapper.menu-layout-static.layout-menu-static-active .layout-mask {
    display: block;
  }
  .layout-wrapper .topbar .topbar-right #topbar-menu-button {
    display: block;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items {
    position: absolute;
    top: 75px;
    right: 15px;
    width: 275px;
    display: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    animation-duration: 0.2s;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items &gt; li &gt; a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    padding: 16px 16px;
    color: rgb(0, 0, 1);
    position: relative;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items &gt; li &gt; a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    font-size: 24px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items &gt; li &gt; a:hover {
    background-color: #e8e8e8;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items &gt; li &gt; a .topbar-item-name {
    display: inline-block;
    vertical-align: middle;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items &gt; li &gt; a .topbar-badge {
    position: absolute;
    left: 30px;
    top: 10px;
    background-color: #8BC34A;
    color: #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
    line-height: 12px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items &gt; li &gt; ul {
    display: none;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items &gt; li &gt; ul li a span, .layout-wrapper .topbar .topbar-right .topbar-items &gt; li &gt; ul li a img, .layout-wrapper .topbar .topbar-right .topbar-items &gt; li &gt; ul li a i {
    display: inline-block;
    vertical-align: middle;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items &gt; li.active-top-menu &gt; a {
    color: #607D8B;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items &gt; li.active-top-menu &gt; ul {
    display: block;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items &gt; li.active-top-menu &gt; ul li a {
    padding-left: 32px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items &gt; li.search-item {
    text-align: center;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    padding: 16px 16px;
    position: relative;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items &gt; li.profile-item .profile-image {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url("/narocilo/javax.faces.resource/images/avatar.png.xhtml?ln=ultima-layout") top left no-repeat;
    background-size: 24px 24px;
    margin-right: 14px;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items &gt; li.profile-item span {
    vertical-align: middle;
    display: inline-block;
  }
  .layout-wrapper .topbar .topbar-right .topbar-items.topbar-items-visible {
    display: block;
  }
}
@media (max-width: 385px) {
  .layout-wrapper .topbar .topbar-right #topbar-menu-button {
    right: 10px;
    margin-right: 25px;
    position: absolute;
    top: 15px;
  }
  .layout-wrapper .topbar .topbar-right #rightpanel-menu-button {
    position: absolute;
    right: 5px;
    top: 15px;
    margin-left: 35px;
  }
}
.layout-config {
  width: 16em;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  padding: 1rem;
  overflow: auto;
  z-index: 1001;
  transform: translateX(100%);
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
  backface-visibility: hidden;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
  color: rgb(0, 0, 1);
  background-color: #ffffff;
}
.layout-config.layout-config-active {
  transform: translateX(0);
}
.layout-config.layout-config-active .layout-config-content .layout-config-button i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.layout-config .ui-selectoneradio td {
  padding: 0.5rem;
}
.layout-config p {
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.6);
}
.layout-config .layout-themes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout-config .layout-themes &gt; div {
  padding: 0.25rem;
}
.layout-config .layout-themes a {
  width: 3rem;
  height: 3rem;
  border-radius: 4px;
  display: block;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.layout-config .layout-themes a img {
  width: 3rem;
  height: 3rem;
}
.layout-config .layout-themes a i {
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
.layout-config .layout-themes a:hover {
  transform: scale(1.1);
}

.layout-config-button {
  display: block;
  position: fixed;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background-color: #ffffff;
  color: rgb(0, 0, 1);
  text-align: center;
  top: 50%;
  right: 0;
  margin-top: -1.5rem;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
}
.layout-config-button i {
  font-size: 2.5rem;
  line-height: inherit;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}

/* Add your variable customizations of layout here */
/* Colors */
/* Add your variable customizations of theme here */
/* Input fields */
/* Datatable */
.layout-wrapper .topbar {
  background-color: #529cbb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.layout-wrapper .topbar label.ui-outputlabel {
  font-family: Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.layout-wrapper .topbar .topbar-left,
.layout-wrapper .topbar .topbar-right {
  float: none;
  width: auto;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.layout-wrapper .topbar .topbar-left {
  padding: 1rem 0 0.25rem 1.25rem;
  background-color: unset;
}

.layout-wrapper .topbar .topbar-right .ui-widget &gt; i.fa-solid {
  color: white;
  font-size: 1.8em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.layout-wrapper .topbar .topbar-right .ui-widget &gt; i.fa-solid.fa-circle-user {
  font-size: 2.5em;
}

.layout-wrapper .topbar .topbar-right .ejn-profile-user-info {
  overflow: hidden;
  white-space: nowrap;
  max-width: 16vw;
}

.layout-wrapper .topbar .topbar-right .ejn-profile-user-info label {
  overflow: hidden;
  text-overflow: ellipsis;
}

.layout-wrapper .topbar .ui-overlay-badge .ui-badge {
  transform: translate(60%, -60%);
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.layout-menu .nano {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.layout-menu .nano .nano-content {
  width: 100%;
  height: 100%;
  padding-right: 17px;
  overflow-y: scroll;
  box-sizing: content-box;
}

.layout-menu ul.ultima-menu li:hover {
  background-color: #68952e;
}

.layout-menu ul.ultima-menu li.active-menuitem {
  background-color: #529cbb;
}

.topbar .ejn-notification .notification-bell.ui-state-disabled {
  opacity: 1;
  color: #dadada !important;
}

.topbar .ejn-notification .notification-bell:not(.active-notification-bell):hover {
  color: #dadada !important;
}

.topbar .ejn-notification .active-notification-bell i.fa-solid {
  color: #dadada !important;
}

.topbar .ejn-notification .ui-overlaypanel {
  top: 75.5px !important;
  left: unset !important;
  right: 7px !important;
}

.topbar .ejn-notification .ui-overlaypanel .ui-overlaypanel-content {
  padding: 0;
}

.topbar .ejn-notification .obvestila-overlay-panel {
  animation-duration: 0.5s;
  animation-name: fadeInDown;
}

.topbar .ejn-notification a, .topbar .ejn-notification a:hover, .topbar .ejn-notification a:active, .topbar .ejn-notification a:visited {
  color: white;
  background: transparent none !important;
  text-decoration: none;
}

.topbar .ejn-notification .notification-box {
  width: 26rem;
  max-width: 95vw;
  max-height: calc(95vh - 75.5px);
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  overflow: hidden;
  border-radius: 4px;
  padding: 1rem;
}

.topbar .ejn-notification .notification-box h3 {
  color: #529cbb;
  margin: 0;
}

.topbar .ejn-notification .notification-box .ui-button {
  box-shadow: none;
}

.topbar .ejn-notification .obvestila-scroller .ui-datascroller-content {
  padding: 0;
  border: none;
}

.topbar .ejn-notification .obvestila-scroller .ui-datascroller-content .ui-datascroller-item:not(:last-child) {
  margin-bottom: 8px;
}

.topbar .ejn-notification .obvestila-scroller .ui-datascroller-content .ui-datascroller-item .content {
  color: #212121;
  position: relative;
  border-radius: 8px;
  padding: 0.25rem;
}

.topbar .ejn-notification .obvestila-scroller .ui-datascroller-content .ui-datascroller-item .content .link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.topbar .ejn-notification .obvestila-scroller .ui-datascroller-content .ui-datascroller-item .content:hover {
  background-color: #e8e8e8;
}

.topbar .ejn-notification .obvestila-scroller .ui-datascroller-content .ui-datascroller-item .content .fa-stack {
  font-size: 1.25rem;
  width: 2em;
  flex-shrink: 0;
}

.topbar .ejn-notification .obvestila-scroller .ui-datascroller-content .ui-datascroller-item .content .fa-stack i.fa-circle {
  color: #e8e8e8;
}

.topbar .ejn-notification .scroller-empty-message {
  height: 300px;
  opacity: 0.35;
}

.ejn-search-panel-container {
  margin-bottom: 1.5rem;
}

.ejn-search-panel-container .ui-panel.ui-widget-content, .ejn-search-panel-container .ui-panel-content.ui-widget-content {
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.ejn-search-panel-container .notice-with-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}

.ejn-search-panel-container .notice-with-button &gt; label {
  color: #529cbb;
}

.ejn-search-panel-container .notice-with-button .ui-button {
  width: auto;
}

.ejn-data-table-container {
  display: block;
}

.ejn-data-table-container .header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 4rem;
  row-gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.ejn-data-table-container .header .add-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ejn-data-table-container .header .add-button a {
  border: 2px solid #529cbb;
  color: #529cbb;
  text-decoration: none;
  padding: 0.45rem;
}

.ejn-data-table-container .header .add-button .ui-icon {
  font-size: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  font-weight: bold;
  padding: 0 0.161rem;
}

.ejn-data-table-container .header .table-title {
  display: block;
  margin: 0;
  color: #529cbb;
}

.ejn-data-table-container .header .table-results {
  display: block;
  color: #8b9298;
  margin: 0;
  font-weight: bold;
}

.ejn-data-table-container .ui-datatable thead tr th {
  border: none;
  border-bottom: 2px solid #D7D6DB;
  background-color: transparent;
}

.ejn-data-table-container .ui-datatable tbody tr td {
  border: 1px solid #f5f8f9;
  border-top-color: #D7D6DB;
  transition: inherit;
}

.ejn-data-table-container .ui-datatable tbody tr.ui-state-hover, .ejn-data-table-container .ui-datatable tbody tr.ui-state-highlight {
  background-color: #529cbb;
  border-color: #529cbb;
  color: white;
}

.ejn-data-table-container .ui-datatable tbody tr.ui-state-hover td, .ejn-data-table-container .ui-datatable tbody tr.ui-state-highlight td {
  border: inherit;
}

.ejn-details-panel-content, .ejn-details-panel-header {
  padding: 1rem 1rem;
  box-shadow: 0 0 7px 0 rgb(199, 198, 204);
}

.ejn-details-panel-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #529cbb;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.5rem;
}

.ejn-details-panel-header .header-left {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.ejn-details-panel-header .header-left .actions-menu .ui-button {
  background-color: transparent;
  font-size: 1.2857rem;
  box-shadow: none;
}

.ejn-details-panel-header .header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.25rem;
}

.ejn-details-panel-header .header-right label {
  color: white;
}

.ejn-details-panel-header .header-right &gt; label {
  font-size: 1.2857rem;
  font-weight: normal;
}

.ejn-details-panel-header .header-right .ui-selectonemenu {
  background-image: linear-gradient(to bottom, #607D8B, #607D8B), linear-gradient(to bottom, #bdbdbd, #bdbdbd) !important;
}

.ejn-details-panel-header .header-right .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
  color: white;
}

.ejn-details-panel-content {
  background-color: white;
  border: 1px solid #D7D6DB;
}

.ejn-details-panel-content .header {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
}

.ejn-details-panel-content .header .image img {
  display: block;
  height: 5.714rem;
  border-radius: 2.857rem;
  background-color: #D7D6DB;
}

.ejn-details-panel-content .header .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ejn-details-panel-content .header.not-last-case-version-border {
  border: 2px solid #C62828;
  padding-top: 0.5em;
}

.ejn-details-panel-content .header .not-last-case-version-text {
  color: #C62828;
  font-style: italic;
}

.ejn-details-panel-content .ui-tabs .ui-tabs-panels .ui-tabs-panel {
  padding: 0.5rem 0;
}

.ejn-details-panel-content .ui-widget.ui-widget-content, .ejn-details-panel-content .ui-widget .ui-widget-content, .ejn-details-panel-content .ejn-data-panel.ui-panel.ui-widget-content, .ejn-details-panel-content .ui-panel.ui-widget-content.ejn-data-tabview-panel, .ejn-details-panel-content .ejn-data-panel.ui-panel .ui-widget-content, .ejn-details-panel-content .ui-panel.ejn-data-tabview-panel .ui-widget-content {
  border: none;
}

.ejn-details-panel-content .ui-accordion h4 {
  font-weight: bold;
}

.ejn-details-panel-content .tab-content {
  margin-top: 1rem;
}

.ejn-details-panel-content .tab-content &gt; .ui-accordion &gt; .ui-accordion-header {
  font-weight: bold;
}

.ejn-details-panel-content .ui-datatable thead th, .ejn-details-panel-content .ui-treetable thead th {
  border: none;
  border-bottom: 2px solid #D7D6DB;
  background-color: transparent;
}

.ejn-details-panel-content .ui-datatable tbody tr td, .ejn-details-panel-content .ui-treetable tbody tr td {
  border: 1px solid #f5f8f9;
  border-top-color: #D7D6DB;
}

.ejn-details-panel-content .ui-datatable tbody tr td:first-child, .ejn-details-panel-content .ui-treetable tbody tr td:first-child {
  border-left: transparent;
}

.ejn-details-panel-content .ui-datatable tbody tr td:last-child, .ejn-details-panel-content .ui-treetable tbody tr td:last-child {
  border-right: transparent;
}

#site-info-footer {
  position: relative;
  border-top: 1px solid rgba(189, 189, 189, 0.5);
}

#site-info-footer div {
  padding: 25px 30px;
}

#site-info-footer #version-info-help-footer-box {
  line-height: 1.1em;
  color: #949599;
  font-size: 11px;
}

#site-info-footer #version-info-help-footer-box div {
  padding: 0;
}

#site-info-footer #version-info-help-footer-box a {
  color: #949599;
}

#site-info-footer #version-info-help-footer-box #version-info a {
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid #949599;
  text-decoration: none;
  font-size: 11px;
}

#site-info-footer #version-info-help-footer-box #version-info .label-data {
  padding-right: 5px;
  font-size: 11px;
}

.ajax-status i.pi-spin, .pe-blockui .pe-blockui-content i.pi-spin {
  color: #68952e;
  font-weight: bold;
  font-size: 2rem;
}

.pe-blockui {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  border: none !important;
}

.pe-blockui .pe-blockui-content {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  border-radius: 3px;
  padding: 1rem 1rem;
}

.ajax-status {
  position: fixed;
  right: 7px;
  bottom: 7px;
}

.ejn-wizzard-panel.ui-panel .ui-panel-content {
  padding: 0;
}

.ejn-wizzard-panel.ui-panel .ui-panel-content h1 {
  display: block;
  margin: 0;
  padding: 1.5rem 9rem;
  text-align: center;
  background-color: #529cbb;
  color: white;
}

.ejn-wizzard-panel.ui-panel .ui-panel-content h1:first-letter {
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .ejn-wizzard-panel.ui-panel .ui-panel-content h1 {
    padding-left: 1.5rem;
    text-align: left;
  }
}
.ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps {
  background-color: #bdbdbd;
}

.ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item {
  display: block;
}

.ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item .ui-menuitem-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  box-shadow: 1px 0 0 0 #acacac;
}

.ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-number {
  margin-top: 0.714rem;
  background-color: transparent;
  font-size: 1.714rem;
}

.ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-title {
  padding-bottom: 0.714rem;
  color: white;
}

.ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item.ui-state-highlight .ui-menuitem-link {
  background-color: #194859;
}

.ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item:last-child .ui-menuitem-link {
  box-shadow: none;
}

.ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item:first-child:nth-last-child(1) {
  width: 100%;
  max-width: 100%;
}

.ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item:first-child:nth-last-child(2), .ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item:first-child:nth-last-child(2) ~ .ui-steps-item {
  width: 50%;
  max-width: 50%;
}

.ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item:first-child:nth-last-child(3), .ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item:first-child:nth-last-child(3) ~ .ui-steps-item {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}

.ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item:first-child:nth-last-child(4), .ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item:first-child:nth-last-child(4) ~ .ui-steps-item {
  width: 25%;
  max-width: 25%;
}

.ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item:first-child:nth-last-child(5), .ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item:first-child:nth-last-child(5) ~ .ui-steps-item {
  width: 20%;
  max-width: 20%;
}

.ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item:first-child:nth-last-child(6), .ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item:first-child:nth-last-child(6) ~ .ui-steps-item {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}

.ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item:first-child:nth-last-child(7), .ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item:first-child:nth-last-child(7) ~ .ui-steps-item {
  width: 14.2857142857%;
  max-width: 14.2857142857%;
}

.ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item:first-child:nth-last-child(8), .ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item:first-child:nth-last-child(8) ~ .ui-steps-item {
  width: 12.5%;
  max-width: 12.5%;
}

.ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item:first-child:nth-last-child(9), .ejn-wizzard-panel.ui-panel .ui-panel-content .ui-steps .ui-steps-item:first-child:nth-last-child(9) ~ .ui-steps-item {
  width: 11.1111111111%;
  max-width: 11.1111111111%;
}

.wizard-end-msg {
  text-align: center;
}

.wizard-end-msg label {
  font-weight: normal !important;
}

.wizard-end-error-panel.ui-messages-info {
  border-radius: 4px;
  border-left: 5px solid #529cbb;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.wizard-end-error-panel.ui-messages-info .item {
  display: flex;
  align-items: center;
}

.wizard-end-error-panel.ui-messages-info .item:not(:last-child) {
  margin-bottom: 0.25rem;
}

.wizard-end-error-panel.ui-messages-info .item .info-icon {
  font-size: 1.5rem;
  color: #3a87ad;
}

.wizard-end-error-panel.ui-messages-info .item .warn-icon {
  font-size: 1.5rem;
  color: orange;
}

.wizard-end-error-panel.ui-messages-info .item .ui-messages-info-detail {
  margin-left: 5px;
}

body .ui-dialog {
  min-width: 20rem;
}

body .ui-dialog .ui-dialog-titlebar {
  background-color: #529cbb;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
  color: inherit;
  margin-left: 0;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon:hover {
  color: #d9d9d9;
}

body .ui-dialog .ui-dialog-titlebar::before, body .ui-dialog .ui-dialog-titlebar::after {
  content: unset;
}

body .ui-dialog .ui-dialog-content.ui-widget-content {
  min-width: 17.5rem;
}

body .ui-dialog.no-footer .ui-dialog-content {
  padding-bottom: 1.5rem;
}

body .ui-dialog .ui-dialog-footer.ui-widget-content {
  border: 0;
}

body .ui-dialog .ui-dialog-footer .ui-button {
  margin: 0;
}

.ui-confirm-dialog.ui-dialog .ui-dialog-content {
  width: 22.5rem;
}

.xs-dialog.ui-dialog .ui-dialog-content {
  width: 27.5rem;
}

.sm-dialog.ui-dialog .ui-dialog-content {
  width: 32.5rem;
}

.md-dialog.ui-dialog .ui-dialog-content {
  width: 42.5rem;
}

.lg-dialog.ui-dialog .ui-dialog-content {
  width: 57.5rem;
}

.xl-dialog.ui-dialog .ui-dialog-content {
  width: 77.5rem;
}

.green-button.ui-button, .green-button .ui-fileupload-buttonbar .ui-button {
  background-color: #68952e;
}

.green-button.ui-button.ui-state-focus, .green-button .ui-fileupload-buttonbar .ui-button.ui-state-focus {
  background-color: #68952e;
}

.green-button.ui-button.ui-state-hover, .green-button .ui-fileupload-buttonbar .ui-button.ui-state-hover {
  background-color: #70a132;
}

.dark-blue-button.ui-button, .dark-blue-button .ui-fileupload-buttonbar .ui-button {
  background-color: #194859;
}

.dark-blue-button.ui-button.ui-state-focus, .dark-blue-button .ui-fileupload-buttonbar .ui-button.ui-state-focus {
  background-color: #194859;
}

.dark-blue-button.ui-button.ui-state-hover, .dark-blue-button .ui-fileupload-buttonbar .ui-button.ui-state-hover {
  background-color: #1d5568;
}

.red-button.ui-button, .red-button .ui-fileupload-buttonbar .ui-button {
  background-color: rgba(230, 42, 16, 0.6980392157);
}

.red-button.ui-button.ui-state-focus, .red-button .ui-fileupload-buttonbar .ui-button.ui-state-focus {
  background-color: rgba(230, 42, 16, 0.6980392157);
}

.red-button.ui-button.ui-state-hover, .red-button .ui-fileupload-buttonbar .ui-button.ui-state-hover {
  background-color: rgba(239, 47, 21, 0.6980392157);
}

body .ui-fluid .zapri-razpri-btn.ui-button, body .buttons .button-group .ui-button, body .buttons-right .ui-button, body .buttons-left .ui-button, body .buttons .ui-button {
  width: -moz-fit-content;
  width: fit-content;
}

body .buttons .button-group, body .buttons-right, body .buttons-left, body .buttons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}

body .ui-fluid .p-datepicker .ui-datepicker-trigger.ui-button {
  padding: 0.392rem;
  min-width: 2.357rem;
  height: auto;
}

body .ui-button {
  box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
}

body .ui-button.ui-button-text-icon-left .ui-icon, body .ui-button.rounded-button.ui-button-text-icon-left .ui-icon {
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  left: 0.625rem;
}

body .ui-button.ui-button-text-icon-right .ui-icon, body .ui-button.rounded-button.ui-button-text-icon-right .ui-icon {
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  right: 0.625rem;
}

body .ui-button.ui-button-icon-only, body .ui-button.rounded-button.ui-button-icon-only {
  width: 2.5rem;
  height: 2.5rem;
}

body .ui-button.ui-button-icon-only .ui-icon, body .ui-button.rounded-button.ui-button-icon-only .ui-icon {
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
}

body .ui-button.ui-button-icon-only.sm-icon, body .ui-button.rounded-button.ui-button-icon-only.sm-icon {
  width: 2rem;
  height: 2rem;
}

body .ui-button.ui-button-icon-only.sm-icon .ui-icon, body .ui-button.rounded-button.ui-button-icon-only.sm-icon .ui-icon {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}

body .ui-button.ui-button-icon-only.lg-icon, body .ui-button.rounded-button.ui-button-icon-only.lg-icon {
  width: 2.857rem;
  height: 2.857rem;
}

body .ui-button.ui-button-icon-only.lg-icon .ui-icon, body .ui-button.rounded-button.ui-button-icon-only.lg-icon .ui-icon {
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
}

body .ui-button.rounded-button.ui-button-icon-only .ui-icon.fa-sitemap {
  margin-left: -0.7rem;
}

body .ui-button.rounded-button.ui-button-icon-only.lg-icon .ui-icon.fa-sitemap {
  margin-left: -0.8rem;
}

body .buttons {
  justify-content: space-between;
}

body .buttons-left {
  justify-content: start;
}

body .buttons-right {
  justify-content: end;
}

body .ui-fileupload .ui-fileupload-buttonbar.ui-widget-header {
  background: #607D8B;
  border: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

body .ui-fileupload .ui-fileupload-buttonbar .ui-button.ui-state-disabled {
  display: inline-block;
}

body .ui-fileupload .ui-fileupload-content.ui-widget-content {
  border: 0;
}

body .ejn-fileupload.ui-fileupload .ui-fileupload-buttonbar {
  background: none;
  padding: 0;
  border: 0;
}

body .ejn-fileupload.ui-fileupload .ui-fileupload-buttonbar .ui-button {
  margin: 0;
}

@media screen and (max-width: 40em) {
  body .ejn-fileupload.ui-fileupload .ui-fileupload-buttonbar .ui-button {
    padding: 1.25rem 2rem 1.25rem 1rem;
    min-width: auto;
  }
}
body .ejn-fileupload.ui-fileupload .ui-fileupload-content {
  display: none;
}

/* Add your customizations of layout here */
.ejn label {
  font-weight: bold;
}
.ejn .ui-selectonemenu, .ejn .ui-selectonemenu-label, .ejn .ui-selectonemenu-item.ui-selectonemenu-list-item {
  width: 100% !important;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.ejn-data-panel.ui-panel.ui-widget-content, .ui-panel.ui-widget-content.ejn-data-tabview-panel, .ejn-info-panel.ui-panel.ui-widget-content {
  border-top: 5px solid #529cbb;
}

.ejn-form-panel h3, .ejn-data-panel h3, .ejn-data-tabview-panel h3, .ejn-info-panel h3 {
  color: #529cbb;
}

.wide-selectonemenu.ui-selectonemenu-panel {
  max-width: 90%;
}
.wide-selectonemenu.ui-selectonemenu-panel ul &gt; li {
  white-space: pre-wrap;
}
@media screen and (max-width: 992px) {
  .wide-selectonemenu.ui-selectonemenu-panel {
    width: auto !important;
  }
}

.info-grid .ui-panelgrid-content.ui-widget-content, .info-input-grid .ui-panelgrid-content.ui-widget-content, .module-status-grid .ui-panelgrid-content.ui-widget-content {
  border: 0;
}
.info-grid .ui-panelgrid-content.ui-widget-content.p-grid, .info-input-grid .ui-panelgrid-content.ui-widget-content.p-grid, .module-status-grid .ui-panelgrid-content.ui-widget-content.p-grid {
  margin: 0;
}
.info-grid.ui-panelgrid .ui-panelgrid-cell:not(:nth-last-child(1), :nth-last-child(2)), .ui-panelgrid.info-input-grid .ui-panelgrid-cell:not(:nth-last-child(1), :nth-last-child(2)), .ui-panelgrid.module-status-grid .ui-panelgrid-cell:not(:nth-last-child(1), :nth-last-child(2)) {
  border-bottom: 1px solid #D7D6DB;
}
@media screen and (max-width: 768px) {
  .info-grid.ui-panelgrid .ui-panelgrid-cell:nth-child(odd), .ui-panelgrid.info-input-grid .ui-panelgrid-cell:nth-child(odd), .ui-panelgrid.module-status-grid .ui-panelgrid-cell:nth-child(odd) {
    border-bottom: none;
  }
}

.module-status-grid.ui-panelgrid .ui-panelgrid-cell:nth-child(even) {
  text-align: right;
}

.countdown-timer {
  color: red;
  font-weight: bold;
}

/* UREJANJE PROFILA in UREJANJE PS
=====================================================================*/
.info-input-grid label, .info-input-grid input, .info-input-grid span:not(.ui-radiobutton-icon) {
  padding: 0.35rem;
  display: inline-block;
  text-align: start;
}
.info-input-grid .ui-outputlabel .ui-outputlabel-rfi {
  padding: 0;
}
.info-input-grid .ui-inputfield {
  border: 0;
}
.info-input-grid .ui-inputfield:not(:hover) {
  background-image: none;
}
.info-input-grid .ui-selectonemenu {
  background-image: none !important;
}
.info-input-grid .ui-selectonemenu .ui-selectonemenu-label {
  border: 0;
}
.info-input-grid.ui-panelgrid .ui-panelgrid-cell {
  padding: 0.4rem;
  align-self: end;
  border-bottom: 1px solid #D7D6DB;
}

.max-width-img {
  max-width: 90%;
}

.up_pravice div:nth-child(1) {
  margin-top: 0 !important;
}

/* DASHBOARD
=====================================================================*/
.layout-wrapper .layout-main .layout-content {
  padding: 1rem 2rem 2rem 2rem;
}

.dashMsg,
.dashTextLink {
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 19px;
  font-size: 13px !important;
}

.dashTextLink {
  font-weight: bold;
  color: #529cbb !important;
}

.dashMsg {
  color: #757575;
  margin-bottom: 15px;
}

.dashboard-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
.dashboard-container .dash-panel {
  position: relative;
}
.dashboard-container .dash-panel.ui-widget-content {
  background-color: transparent;
  border: none;
}
.dashboard-container .dash-panel .ui-panel-content.ui-widget-content {
  margin: 0.75rem;
  box-shadow: 0 0 7px 0 rgba(199, 198, 204, 0.8);
  background-color: white;
}
.dashboard-container .dash-panel .ui-panel-content.ui-widget-content:hover {
  box-shadow: inset 0 0 0 3px #68952e;
}
.dashboard-container .dash-panel .ui-panel-content a, .dashboard-container .dash-panel .ui-panel-content a a:visited {
  color: #529cbb;
}
.dashboard-container .dash-panel .ui-panel-content a:hover, .dashboard-container .dash-panel .ui-panel-content a:active {
  color: #68952e;
}
.dashboard-container .dash-panel .ui-panel-content .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dashboard-container .dash-panel .ui-panel-content .content img {
  display: block;
  width: 100%;
  max-width: 11.42857rem;
}
.dashboard-container .dash-panel .ui-panel-content .content label {
  width: 100%;
  text-align: center;
  font-size: 1.0714rem;
  margin-bottom: 0.5rem;
  display: block;
  display: -webkit-box;
  line-height: 1.3em;
  height: 2.6em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.module-status-error, .module-status-ok {
  background: white;
  width: 2.857rem;
  height: 2.857rem;
  border-radius: 50%;
}

.module-status-ok {
  border: 10px solid #4c7621;
}
.module-status-error {
  border: 10px solid #C62828;
}

.ui-datatable.ui-widget.edosje-dashboard-datatable thead th {
  border: 0;
}
.ui-datatable.ui-widget.edosje-dashboard-datatable tbody {
  border: 0;
}
.ui-datatable.ui-widget.edosje-dashboard-datatable tbody tr {
  border-right: 0;
}
.ui-datatable.ui-widget.edosje-dashboard-datatable tbody tr:first-child {
  border-top: 0;
}
.ui-datatable.ui-widget.edosje-dashboard-datatable tbody tr:last-child {
  border-bottom: 0;
}
.ui-datatable.ui-widget.edosje-dashboard-datatable tbody tr td {
  border: 0;
  background-color: white;
}

/* PONUDNISKA STRAN
=====================================================================*/
.zapisnik-dialog .ui-datalist .ui-datalist-content {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.dodaj-sodelujoci-panel.ui-panelgrid .ui-panelgrid-content.p-grid,
.vprasanja-odgovori-panel.ui-panelgrid .ui-panelgrid-content.p-grid,
.pregled-osnovnih-podatkov-jn.ui-panelgrid .ui-panelgrid-content.p-grid,
.dostop-panel.ui-panelgrid .ui-panelgrid-content.p-grid {
  border: none;
}

.vprasanja-odgovori-panel.ui-panelgrid {
  width: 100%;
}
.vprasanja-odgovori-panel.ui-panelgrid .ui-panelgrid-content.p-grid .ui-panelgrid-cell:nth-child(odd) {
  max-width: 45rem;
  border-bottom: 1px solid #D7D6DB;
}
.vprasanja-odgovori-panel.ui-panelgrid .ui-panelgrid-content.p-grid .ui-panelgrid-cell:nth-child(2) {
  white-space: pre-wrap;
}

.description-button-checkbox.ui-chkbox {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .description-button-checkbox.ui-chkbox .ui-chkbox-box {
    margin-right: 5px;
  }
  .description-button-checkbox.ui-chkbox .ui-chkbox-label {
    margin: 0;
    margin-top: 5px;
  }
}

.ejn-data-tabview-panel .ui-panel-content {
  padding-top: 0 !important;
}
.ejn-data-tabview-panel .ui-tabs {
  border: none !important;
}
.ejn-data-tabview-panel .ui-tabs .ui-tabs-nav li.ui-tabs-header {
  padding: 1rem 1.25rem 0.75rem 1.25rem;
}
.ejn-data-tabview-panel .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active {
  border-width: 3px;
  background-color: aliceblue;
}
.ejn-data-tabview-panel .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active a {
  font-weight: bold;
}
.ejn-data-tabview-panel .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active.ui-tabs-outline {
  background-color: aliceblue;
}
.ejn-data-tabview-panel .ui-tabs .ui-tabs-panels div {
  border: none;
}
.ejn-data-tabview-panel .ui-tabs .ui-tabs-panels div.ui-selectbooleancheckbox .ui-chkbox-box, .ejn-data-tabview-panel .ui-tabs .ui-tabs-panels div.ui-selectoneradio .ui-radiobutton-box {
  border: 2px solid #757575;
}
.ejn-data-tabview-panel .ui-tabs .ui-tabs-panels div.ejn-data-panel, .ejn-data-tabview-panel .ui-tabs .ui-tabs-panels div.ejn-data-tabview-panel, .ejn-data-tabview-panel .ui-tabs .ui-tabs-panels div.dodatna-pojasnila-box {
  padding: 1rem;
  border: 1px solid #D7D6DB;
  border-radius: 4px;
}
.ejn-data-tabview-panel .ui-tabs .ui-tabs-panels div.ponudba-faza-verzije-list {
  margin-bottom: 2rem;
}
.ejn-data-tabview-panel .ui-tabs .ui-tabs-panels div.ponudba-faza-verzije-list h3 {
  margin-bottom: 1.5rem;
}
.ejn-data-tabview-panel .ui-tabs .ui-tabs-panels div.ponudba-faza-verzije-list &gt; :not(div:last-child) &gt; div {
  border-bottom: 1px solid #D7D6DB;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}

.ejn-form-panel h1 {
  display: block;
  margin: 0 0 3rem 0;
  padding: 1.5rem 9rem;
  text-align: center;
  background-color: #529cbb;
  color: white;
}
.ejn-form-panel h1:first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .ejn-form-panel h1 {
    padding-left: 1.5rem;
    text-align: left;
  }
}

body.ejn .ui-accordion.exclusion-panel, body.ejn .ui-accordion.selection-panel {
  margin-top: 2rem;
}
body.ejn .ui-accordion.exclusion-panel .ui-accordion-header, body.ejn .ui-accordion.exclusion-panel .ui-accordion-header.ui-state-hover, body.ejn .ui-accordion.selection-panel .ui-accordion-header, body.ejn .ui-accordion.selection-panel .ui-accordion-header.ui-state-hover {
  box-shadow: none;
  border-bottom: 1px solid #D7D6DB;
  background-color: #529cbb;
  color: white;
}
body.ejn .ui-accordion.exclusion-panel .ui-accordion-header:focus, body.ejn .ui-accordion.selection-panel .ui-accordion-header:focus {
  box-shadow: none;
}
body.ejn .ui-accordion.exclusion-panel .ui-accordion-header.ui-state-active, body.ejn .ui-accordion.exclusion-panel .ui-accordion-header.ui-state-active:hover, body.ejn .ui-accordion.selection-panel .ui-accordion-header.ui-state-active, body.ejn .ui-accordion.selection-panel .ui-accordion-header.ui-state-active:hover {
  border-bottom: 0;
  color: white;
}
body.ejn .ui-accordion.exclusion-panel .ui-accordion-content, body.ejn .ui-accordion.selection-panel .ui-accordion-content {
  background-color: white;
}
body.ejn .ui-accordion.exclusion-panel .ui-accordion-content.ui-widget-content, body.ejn .ui-accordion.selection-panel .ui-accordion-content.ui-widget-content {
  border: 2px solid #D7D6DB;
  border-top: 0;
}
body.ejn .ui-accordion.exclusion-panel .ui-accordion-header &gt; .ui-icon, body.ejn .ui-accordion.selection-panel .ui-accordion-header &gt; .ui-icon {
  margin: 0 1rem 0 0;
  font-size: 0.8rem;
  font-weight: bold;
}
body.ejn .ui-accordion .ui-accordion-header, body.ejn .ui-accordion .ui-accordion-header.ui-state-hover {
  box-shadow: none;
  border-bottom: 1px solid #D7D6DB;
  background-color: transparent;
  color: #757575;
}
body.ejn .ui-accordion .ui-accordion-header:focus {
  box-shadow: none;
}
body.ejn .ui-accordion .ui-accordion-header.ui-state-active, body.ejn .ui-accordion .ui-accordion-header.ui-state-active:hover {
  border-bottom: 0;
  color: #757575;
}
body.ejn .ui-accordion .ui-accordion-content.ui-widget-content {
  border: 0;
}
body.ejn .more-btn {
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
body.ejn .absolute_sidebar_tooltip_div {
  position: relative;
}
body.ejn .absolute_sidebar_tooltip_div .more-btn {
  display: block;
  position: absolute;
  top: -1.5rem;
  right: 1.5rem;
}
body.ejn .stanje.ejn-dash-notice .more-btn {
  position: relative;
  top: 0;
  right: 0;
}

.pregled-osnovnih-podatkov-jn.ui-panelgrid .ui-panelgrid-content.p-grid {
  margin: 0;
}
.pregled-osnovnih-podatkov-jn.ui-panelgrid .ui-panelgrid-content.p-grid .ui-panelgrid-cell {
  border-bottom: 1px solid #D7D6DB;
  padding: 0.5rem 0.5rem 0.25rem 0.5rem;
}

.jn-table-ponudba thead tr th,
.jn-table-ponudba tbody tr td,
.jn-table-ponudba-borders thead tr th,
.jn-table-ponudba-borders tbody tr td,
.jn-table-jn-borders thead tr th,
.jn-table-jn-borders tbody tr td {
  border: 1px solid #bdbdbd !important;
}

.jn-table-ponudba thead tr th,
.jn-table-jn-borders thead tr th {
  text-align: center;
}

.bk-dash-panel.ui-panel .ui-panel-content {
  padding: 0;
}
.bk-dash-panel.ui-panel .ui-panel-content &gt; :not(div.bk-dash-header-container) {
  padding: 1rem;
}

.bk-dash-header-container {
  display: flex;
  background-color: #529cbb;
  margin-bottom: 1.5rem;
}
.bk-dash-header-container h1 {
  color: white;
  font-size: 1.7rem;
  margin: 1.5rem 1rem 1.5rem 1rem;
}

/* NAROCNISKA STRAN - TABELE
=====================================================================*/
body .ui-datatable .ui-datatable-data &gt; tr.ui-state-highlight.ui-row-editing, body .ui-datatable .ui-datatable-data &gt; tr.ui-state-highlight {
  background-color: #529cbb;
  border-color: #529cbb;
  color: white;
}
body .ui-datatable .ui-datatable-data &gt; tr.ui-state-highlight.ui-row-editing .ui-inputfield,
body .ui-datatable .ui-datatable-data &gt; tr.ui-state-highlight.ui-row-editing .ui-row-editor-check,
body .ui-datatable .ui-datatable-data &gt; tr.ui-state-highlight.ui-row-editing .ui-row-editor-close, body .ui-datatable .ui-datatable-data &gt; tr.ui-state-highlight .ui-inputfield,
body .ui-datatable .ui-datatable-data &gt; tr.ui-state-highlight .ui-row-editor-check,
body .ui-datatable .ui-datatable-data &gt; tr.ui-state-highlight .ui-row-editor-close {
  color: white;
}

.jn-table-jn-borders thead tr th.jn-nosilec-predsednik-column {
  width: 7rem;
}
.jn-table-jn-borders tbody tr td.jn-nosilec-predsednik-column {
  text-align: center;
}

.ui-timer {
  padding: inherit;
  border: none;
  border-radius: inherit;
  color: inherit;
  background-color: inherit;
}
.ui-timer.ejn-timer {
  background: none;
  color: red;
  border: none;
  padding: 0;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* NAROCNISKA STRAN - SKLEP
=====================================================================*/
.ui-fluid .ui-inputtextarea:not([rows="1"]) {
  border-radius: 0;
  border: 1px solid #87868c !important;
}
.ui-fluid .ui-inputtextarea:not([rows="1"]).ui-state-error {
  border-color: #B71C1C !important;
}

/* NAROCNISKA STRAN - ISKALNIK PRORACUNSKIH POSTAVK
=====================================================================*/
.ui-autocomplete-panel .ui-autocomplete-empty-message ~ .ui-autocomplete-table {
  display: none;
}

.ui-autocomplete.dropdown-autocomplete {
  border-bottom: 1px solid #bdbdbd;
}
.ui-autocomplete.dropdown-autocomplete .ui-autocomplete-input.ui-autocomplete-dd-input,
.ui-autocomplete.dropdown-autocomplete .ui-autocomplete-input.ui-autocomplete-dd-input:hover {
  background-image: none;
}
.ui-autocomplete.dropdown-autocomplete .ui-autocomplete-dropdown {
  background-color: transparent;
  box-shadow: none;
  color: #949599;
}

/* NAROCNISKA STRAN - CPV TREE TABLE
=====================================================================*/
.dodatni_podatki_rd_cpv h3 {
  font-size: 1.5em;
  font-weight: bold;
}

.no-border-top-radius {
  border-radius: 0 0 4px 4px !important;
}

.cpv-selection-tree-scroll-panel {
  width: 100%;
  height: 23.5rem;
  overflow: auto;
  border: 1px solid #D7D6DB;
  border-radius: 4px;
}
.cpv-selection-tree-scroll-panel .ui-tree {
  border: 0 !important;
}

/* NAROCNISKA STRAN - ANALIZA PONUDNIKA
=====================================================================*/
#prejeta_ponudba_form h4, #prejeta_ponudba_form h6 {
  font-weight: bold;
}

/* TABLE UPLOAD
====================================================================*/
.jn-table-upload thead tr th,
.jn-table-upload tbody tr td {
  border: 1px solid #bdbdbd !important;
}
.jn-table-upload thead tr th:nth-child(2),
.jn-table-upload tbody tr td:nth-child(2) {
  text-align: center;
}
.jn-table-upload thead tr th:nth-child(3),
.jn-table-upload tbody tr td:nth-child(3) {
  text-align: center;
}
.jn-table-upload thead tr th:nth-child(4),
.jn-table-upload tbody tr td:nth-child(4) {
  text-align: center;
}
.jn-table-upload thead tr th:nth-child(5),
.jn-table-upload tbody tr td:nth-child(5) {
  text-align: center;
}
.jn-table-upload thead tr th:nth-child(6),
.jn-table-upload tbody tr td:nth-child(6) {
  text-align: center;
}
.jn-table-upload thead tr th:nth-child(7),
.jn-table-upload tbody tr td:nth-child(7) {
  text-align: center;
}

/* GROWL MESSAGES
=====================================================================*/
body.ejn .ui-growl .ui-growl-item-container {
  opacity: 1;
}
body.ejn .ui-growl .ui-growl-item-container.ui-growl-info {
  color: #316600;
  background-color: #bbe5af;
}
body.ejn .ui-growl .ui-growl-item-container.ui-growl-info .ui-growl-image-info {
  color: #316600;
}
body.ejn .ui-growl .ui-growl-item-container.ui-growl-info a {
  color: #316600;
  text-decoration: underline;
  font-weight: bold;
}
body.ejn .ui-growl .ui-growl-item-container.ui-growl-error a {
  color: #B71C1C;
  text-decoration: underline;
  font-weight: bold;
}
body.ejn .ui-growl .ui-growl-item-container.ui-growl-warn a {
  color: #7f6003;
  text-decoration: underline;
  font-weight: bold;
}

/* STATIC MESSAGES
=====================================================================*/
.ui-message:empty {
  display: none;
}

.ui-message.ui-staticmessage {
  margin: 0;
  padding: 1rem !important;
  border-left: 0.7rem solid !important;
}
.ui-message.ui-staticmessage .ui-messages-info-summary, .ui-message.ui-staticmessage .ui-messages-warn-summary, .ui-message.ui-staticmessage .ui-messages-error-summary, .ui-message.ui-staticmessage .ui-messages-fatal-summary,
.ui-message.ui-staticmessage .ui-message-info-summary,
.ui-message.ui-staticmessage .ui-message-warn-summary,
.ui-message.ui-staticmessage .ui-message-error-summary,
.ui-message.ui-staticmessage .ui-message-fatal-summary {
  margin-left: 5px;
}
.ui-message.ui-staticmessage .ui-messages-info-detail, .ui-message.ui-staticmessage .ui-messages-warn-detail, .ui-message.ui-staticmessage .ui-messages-error-detail, .ui-message.ui-staticmessage .ui-messages-fatal-detail,
.ui-message.ui-staticmessage .ui-message-info-detail,
.ui-message.ui-staticmessage .ui-message-warn-detail,
.ui-message.ui-staticmessage .ui-message-error-detail,
.ui-message.ui-staticmessage .ui-message-fatal-detail {
  margin-left: 0.65rem !important;
}

.ui-message-info {
  background: #d9edf7 !important;
  color: #01579B !important;
}
.ui-message-info .ui-message-warn-icon {
  color: #01579B !important;
}

/* BREADCRUMBS
=====================================================================*/
body .ui-breadcrumb .ui-breadcrumb-items li .ui-menuitem-link .ui-menuitem-text, body .ui-breadcrumb .ui-breadcrumb-items li:last-child .ui-menuitem-link .ui-menuitem-text, body .ui-breadcrumb .ui-breadcrumb-items li:first-child a.ui-icon-home {
  color: #949599;
}
body .ui-breadcrumb .ui-breadcrumb-items li .ui-menuitem-link .ui-menuitem-text:hover, body .ui-breadcrumb .ui-breadcrumb-items li:first-child a.ui-icon-home:hover, body .ui-breadcrumb .ui-breadcrumb-items li .ui-menuitem-link .ui-menuitem-text:active, body .ui-breadcrumb .ui-breadcrumb-items li:first-child a.ui-icon-home:active {
  color: #529cbb;
}

body .ui-breadcrumb {
  display: block;
  background-color: transparent;
  padding: 0.5rem 0.714rem;
  margin-bottom: 2.5rem;
  border: 0;
  border-bottom: 1px solid rgba(189, 189, 189, 0.4980392157);
}
body .ui-breadcrumb .ui-breadcrumb-items li:not(:first-child) {
  padding-left: 0.714rem;
  border-left: 1px solid rgba(189, 189, 189, 0.4980392157);
}
body .ui-breadcrumb .ui-breadcrumb-items li:not(:last-child) {
  padding-right: 0.714rem;
}
body .ui-breadcrumb .ui-breadcrumb-items li:not(.ui-breadcrumb-chevron)::before {
  display: none;
}

/* OTHER
=====================================================================*/
.ui-wizard-nav-back,
.ui-wizard-nav-next {
  width: auto !important;
  margin-top: 2rem !important;
}

.ejn-textarea {
  max-height: 10rem !important;
  overflow: auto !important;
}

.dashboard-grid .p-grid.ui-widget-content {
  background: transparent;
  border: 0;
}

.registracija-panel.ui-panel .ui-panel-titlebar, .drazba-panel.ui-panel .ui-panel-titlebar, .dashboard-panel.ui-panel .ui-panel-titlebar {
  background-color: #529cbb;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.registracija-panel.ui-panel .ui-panel-titlebar::before, .drazba-panel.ui-panel .ui-panel-titlebar::before, .dashboard-panel.ui-panel .ui-panel-titlebar::before, .registracija-panel.ui-panel .ui-panel-titlebar::after, .drazba-panel.ui-panel .ui-panel-titlebar::after, .dashboard-panel.ui-panel .ui-panel-titlebar::after {
  content: unset;
}

.dashboard-panel.ui-panel .ui-panel-titlebar {
  padding: 1.25rem;
}
.dashboard-panel.ui-panel .ui-panel-titlebar .header-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: white;
}
.dashboard-panel.ui-panel .ui-panel-titlebar .header-content h3 {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  margin: 0;
}
.dashboard-panel.ui-panel .ui-panel-content.ui-widget-content {
  border: 0;
  padding: 1.25rem;
}
.dashboard-panel.ui-panel .ui-panel-content h4, .dashboard-panel.ui-panel .ui-panel-content h5 {
  font-weight: bold;
}
.dashboard-panel.ui-panel .ui-panel-content .ui-panelgrid .ui-panelgrid-footer {
  padding: 0;
  padding-top: 0.5rem;
}
.dashboard-panel.ui-panel .ui-panel-footer.ui-widget-content {
  border: 0;
  padding: 1.25rem;
}

.drazba-panel.ui-panel {
  box-shadow: 0 0 7px 0 rgb(199, 198, 204);
}
.drazba-panel.ui-panel .ui-panel-titlebar {
  padding: 1.5rem 1.25rem;
}
.drazba-panel.ui-panel .ui-panel-titlebar .header-content {
  display: grid;
  grid-template-columns: 2.857rem auto;
}
.drazba-panel.ui-panel .ui-panel-titlebar .header-content .title {
  grid-area: 1/1/1/3;
}
.drazba-panel.ui-panel .ui-panel-titlebar .header-content .title h1 {
  text-align: center;
  color: white;
  padding: 0 3rem;
  margin: 0;
}
.drazba-panel.ui-panel .ui-panel-titlebar .header-content .back-button {
  grid-area: 1/1/1/2;
}
.drazba-panel.ui-panel .ui-panel-content.ui-widget-content {
  padding: 2.25rem;
}
.drazba-panel.ui-panel .ui-panel-footer.ui-widget-content {
  border: 0;
  padding: 1.25rem;
}

.registracija-panel.ui-panel .ui-panel-titlebar {
  padding: 1.5rem 1.25rem;
}
.registracija-panel.ui-panel .ui-panel-titlebar .header-content .title h1 {
  text-align: center;
  color: white;
  margin: 0;
}
.registracija-panel.ui-panel .ui-panel-content.ui-widget-content {
  position: relative;
}

.ejn-obvestilo {
  background-color: #e1e2e4;
  color: #87868c;
  padding: 1rem 2rem;
  border: none;
  border-left: 0.7rem solid #87868c;
  border-radius: 4px;
  font-style: italic;
  font-weight: bold;
}

.status-narocnik {
  background-color: #d1b979;
  color: #212121;
  border-color: #212121;
}

.status-ponudnik {
  background-color: #acc7af;
  color: #212121;
  border-color: #212121;
}

.drazba-notice {
  color: #87868c;
  border-color: #212121;
}

.drazba-alert {
  color: white;
  background-color: #C62828;
  border-color: rgba(230, 42, 16, 0.6980392157);
}

.drazba-uvrstitev {
  color: #212121;
  border-color: #212121;
  font-weight: normal;
}

.ui-datatable thead th.drazba-moja-uvrstitev-green,
.ui-datatable .ui-datatable-data &gt; tr &gt; td.drazba-moja-uvrstitev-green {
  background-color: #68952e;
}
.ui-datatable tfoot td.drazba-moja-uvrstitev-green {
  background-color: #68952e;
}
.ui-datatable tfoot td.drazba-ponudnik-uvrstitev-green {
  background-color: #68952e;
}

.ejn-obvestilo.drazba-moja-uvrstitev-green {
  background-color: #68952e;
}

.ui-datatable thead th.drazba-moja-uvrstitev-yellow,
.ui-datatable .ui-datatable-data &gt; tr &gt; td.drazba-moja-uvrstitev-yellow {
  background-color: #ffc107;
}
.ui-datatable tfoot td.drazba-moja-uvrstitev-yellow {
  background-color: #ffc107;
}
.ui-datatable tfoot td.drazba-ponudnik-uvrstitev-yellow {
  background-color: #ffc107;
}

.ejn-obvestilo.drazba-moja-uvrstitev-yellow {
  background-color: #ffc107;
}

.ui-datatable thead th.drazba-moja-uvrstitev-red,
.ui-datatable .ui-datatable-data &gt; tr &gt; td.drazba-moja-uvrstitev-red {
  background-color: #e62a10;
}
.ui-datatable tfoot td.drazba-moja-uvrstitev-red {
  background-color: #e62a10;
}
.ui-datatable tfoot td.drazba-ponudnik-uvrstitev-red {
  background-color: #e62a10;
}

.ejn-obvestilo.drazba-moja-uvrstitev-red {
  background-color: #e62a10;
}

.ui-datatable thead th.drazba-moja-uvrstitev-black,
.ui-datatable .ui-datatable-data &gt; tr &gt; td.drazba-moja-uvrstitev-black {
  border: 2px solid #212121;
}

.ejn-obvestilo.drazba-moja-uvrstitev-black {
  background-color: #212121;
}

.ui-datatable thead th.drazba-moja-uvrstitev-white,
.ui-datatable .ui-datatable-data &gt; tr &gt; td.drazba-moja-uvrstitev-white {
  background-color: white;
}
.ui-datatable tfoot td.drazba-moja-uvrstitev-white {
  background-color: white;
}
.ui-datatable tfoot td.drazba-ponudnik-uvrstitev-white {
  background-color: white;
}

.ejn-obvestilo.drazba-moja-uvrstitev-white {
  background-color: white;
}

.drazba-table-border thead tr th,
.drazba-table-border tbody tr td {
  border: 1px solid #D7D6DB !important;
}

.ui-datatable .ui-datatable-data &gt; tr &gt; td.numeric-column,
.ui-datatable tfoot td.numeric-column,
.ui-treetable .ui-datatable-data &gt; tr &gt; td.numeric-column,
.ui-treetable tfoot td.numeric-column {
  text-align: right;
}
.ui-datatable .edit-column,
.ui-treetable .edit-column {
  width: 5.25rem;
  text-align: center;
}
.ui-datatable .icon-button-column,
.ui-treetable .icon-button-column {
  width: 2.5rem;
  text-align: center;
}

body a {
  color: #3f51b5;
}

.eu-sklad-urejanje-image-upload-container {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  justify-content: center;
  align-items: start;
}

.pregled-panel-content {
  padding-bottom: 3rem;
}
.pregled-panel-content .main-section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.pregled-panel-content .main-section h3 {
  color: #529cbb;
  font-weight: normal;
}

.profile-select-panel {
  max-width: 34rem;
}

.ui-menu.ui-shadow,
.ui-widget-content:not(.ui-datepicker-group) {
  background-color: #ffffff;
  border: 1px solid #D7D6DB;
  box-shadow: 0 0 7px 0 rgb(199, 198, 204);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid {
    display: block !important;
  }
}
@media print {
  .zapisnik-dialog .col-12 {
    width: 50%;
  }
}
.ui-chkbox .ui-chkbox-box {
  flex-shrink: 0;
}

.white-space-prewrap {
  white-space: pre-wrap;
}

/* Add your variable customizations of layout here */
/* Colors */
/* Utils */
.-mt-35px {
  margin-top: -35px;
}

.bg-blue-darker {
  background-color: #194859 !important;
}

.bg-light-gray {
  background-color: #e1e2e4 !important;
}

.text-yellow {
  color: #ffff00 !important;
}

.text-success {
  color: #4c7621 !important;
}

.text-fail {
  color: #C62828 !important;
}

.text-blue {
  color: #529cbb !important;
}

.overflow-wrap-anywhere {
  overflow-wrap: anywhere !important;
}

/*# sourceMappingURL=layout-ejn.css.map */
</pre></body></html>