* {
  box-sizing: border-box;
  transition: all 0.2s ease;
  /* ease is between ease-out and ease-in-out */
}

html {
  font-family: 'Source Code Pro', monospace;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  /* default browser line-height je oko 1.4 */
  color: #282828;
  /* rgba(40,40,40,1); */
}

body {
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: white;
  /* color: #282c34; */
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */

*:first-child+html .clearfix {
  zoom: 1;
}

/* IE7 */

/* CSS */

body.second-screen-opened {
  overflow: hidden;
}

body.modal-opened {
  overflow: hidden;
}

body.modal-opened {
  height: auto !important;
}

/*  */

abbr[title] {
  text-decoration: none;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 2rem;
}

h2 {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
}

h2 {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
}

.xi>h1 {
  margin: 0;
}

kbd {
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2),
    0 2px 0 0 rgba(255, 255, 255, 0.7) inset;
  color: #333;
  display: inline-block;
  font-size: 0.9em;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 2px 4px;
  white-space: nowrap;
}

kbd i {
  font-size: 14px !important;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.display-flex {
  display: flex;
}

.display-inline-flex {
  display: inline-flex;
}

.position-relative {
  position: relative;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  /* force text to stay in single line */
  white-space: nowrap;
}

.text-wrap {
  /* force text to stay in single line */
  white-space: normal;
}

.text-font-number,
.text-monospace {
  font-family: monospace;
  font-family: 'Source Code Pro', monospace;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.margin-left-15 {
  margin-left: 15px;
}

.clickable:hover {
  cursor: pointer;
}


.indent {
  padding-left: 3em;
  /* 3em je sirine kao nnnnn */
}

.pad-right-small {
  padding-right: 10px;
}

.pad-top-small {
  padding-top: 10px;
}

.mt-0 {
  margin-top: 0;
}

.mt-10px {
  margin-top: 10px;
}

.mb-0 {
  margin-bottom: 0;
}

.code,
.cmd {
  /* font-family: Consolas, "Courier New", "Lucida Console", monospace; */
  font-family: monospace;
  font-family: 'Source Code Pro', monospace;
  font-weight: 400;
  line-height: normal;
  padding: 4px 8px;
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: white;
  border-radius: 3px;
  font-size: 14px;
}

.cmd,
pre.cmd {
  background-color: #1e1e1e;
  color: yellow;
}

pre.code {
  border: 1px solid #C0C0C0;
  border-radius: 3px;
}


/* COLORS */
.color-purple {
  color: purple;
}

.color-red {
  color: #721c24;
}


/* */


.flex-1 {
  flex: 1;
}

.flex-par-kolona {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

/* dd dusan dodao */
.flex-row-space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex-row-start {
  display: flex;
  flex-direction: row;
  justify-content: start;
}

/* dd dusan dodao */
.space-between {
  justify-content: space-between;
}

.flex-par-kolona .flex-1 {
  flex: 1;
}


.display-none {
  display: none;
}


.layout-sidebar .pad {
  padding: 15px;
}

.layout-sidebar .sidebar-header .pad {
  padding: 0;
  padding-left: 15px;
}

.layout-sidebar .logo {
  padding: 10px;
}

.layout-sidebar .logo .logo-img {
  max-width: 200px;
  height: auto;
}

.layout-sidebar .logo .subtitle {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  font-weight: 700;
}

.layout-sidebar .logo .subtitle-version {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  font-weight: 700;
}

a.btn-scroll-to-top {
  z-index: 5;
  position: fixed;
  /* bottom: 5px; */
  left: 20px;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  /*
  color: #4bbcd7;
  background-color: rgba(75, 188, 215, 0.3);
  border: 2px solid #4bbcd7;
  border-color: #4bbcd7;
  */
  color: #33ccc4;
  background-color: rgba(51, 204, 196, 0.3);
  border: 2px solid #33ccc4;
  border-color: #33ccc4;
  border-radius: 50%;
  transition: all 0.1s ease-out;
}

a.btn-scroll-to-top {}

a.btn-scroll-to-top:hover {
  color: white;
  color: black;
  background-color: #33ccc4;
}

a.btn-scroll-to-top {
  /* display: none; */
  bottom: -50px;
}

.scrolled-bellow-sidebar a.btn-scroll-to-top {
  bottom: 5px;
}

.options-group {
  margin-left: 10px;
  border-left: 2px solid #f44336;
  border-left: 2px solid #e48060;
  border-left: 2px solid #33ccc4;
}

.options-group .option,
.options-group .option-tree-header,
.option-group .option-tree.active .option-tree-children .option {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  /* padding: 5px 8px; */
  /*
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 1px;
  */
  padding-top: 0;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  line-height: 19px;
  white-space: nowrap;
}

.options-group .option .icon {
  font-size: 16px;
}

.options-group .option.option--disabled {
  opacity: 0.5;
}

.options-group .option-tree-header {
  padding-right: 0;
}

.options-group .option.active,
.options-group .option:not(.option--disabled):hover {
  /* transform: scale(1.05); */
  /*
  margin-left: 10px;
  margin-right: 0;
  */
  padding-left: 10px;
  padding-right: 0;
  cursor: pointer;
  color: black;
  white-space: nowrap;
}

.options-group .option .bg,
.options-group .option-tree-header .bg {
  display: block;
  /* width: 100%; */
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
  white-space: nowrap;
}

.options-group .option:not(.option--disabled):hover .bg,
.options-group .option.active .bg {
  /* transform: scale(1.05); */
  cursor: pointer;
  background-color: #f44336;
  background-color: #e48060;
  background-color: #d47450;
  background-color: #33ccc4;
  color: black;
  white-space: nowrap;
}

.options-group .option-tree-header .bg {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.15);
}

.options-group .option span.icon,
.options-group .option-tree-header span.icon {
  display: unset;
  display: inline;
}

.options-group .option span.icon i,
.options-group .option-tree-header span.icon i {
  display: inline-block;
  width: 25px;
  padding-left: 0;
  padding-right: 0;
}

.options-group .option .bg .title,
.options-group .option-tree-header .bg .title {
  flex: 1;
}

.option-tree .option-tree-children .option {
  box-sizing: border-box;
  max-height: 0px;
  overflow: hidden;
  /* padding-left: 0; */
  padding-bottom: 0;
}

.option-tree.active .option-tree-children .option {
  /* max-height: unset; */
  max-height: 40px;
  padding-bottom: 1px;
}

.option-tree .option-tree-header .icon-triangle i {
  font-size: 14px;
}

.option-tree.active .option-tree-header .icon-triangle i {
  transform: rotate(-90deg);
}

.layout-sidebar h3 {
  font-weight: 600;
  font-size: 14px;
  color: #f44336;
  color: #e48060;
  color: #33ccc4;
}

.layout-header .env-msg {
  margin-left: 30px;
  margin-right: unset;
  /* font-style: italic; */
  font-weight: 900;
  font-size: 18px;
  line-height: 16px;
}

.scrolled .layout-header .env-msg {
  margin-left: 30px;
  margin-right: unset;
}

.layout-header .env-msg.env-msg--testing,
.layout-header .env-msg.env-msg--local-dev,
.layout-header .env-msg.env-msg--testing.env-msg--dev,
.layout-header .env-msg.env-msg--testing.env-msg--stg {
  border: 2px dashed lime;
  padding: 0px 5px;
  background-color: rgba(0, 0, 0, 1);
  transform: skewX(-15deg);
  color: tomato;
  color: rgb(0, 255, 200);
}


.layout-header .env-msg.env-msg--local-dev {
  color: deeppink;
  color: rgb(240, 0, 255);
  border-color: rgb(240, 0, 255);
}

.layout-header .env-msg.env-msg--testing.env-msg--dev {
  color: tomato;
  border-color: tomato;
}

.layout-header .env-msg.env-msg--testing.env-msg--stg {
  color: rgb(0, 255, 200);
  border-color: rgb(0, 255, 200);
}

.layout-header .env-msg.env-msg--cheats-enabled {
  padding: 2px 6px;
  border-color: rgb(0, 255, 200);
  background-color: black;
  color: rgb(0, 255, 200);
  color: lime;
  background-color: white;
  color: #ff0048;
  border: 2px solid #ff0048;
}






.guest-only {
  display: none;
}

.loggedin-only {
  display: none;
}

.admin-only {
  display: none;
}

.gradjanin-only {
  display: none;
}

.sluzbenici-only {
  display: none;
}

.mode-guest .guest-only {
  display: block;
}

.mode-loggedin .loggedin-only {
  display: block;
}

.mode-admin .admin-only {
  display: block;
}

.mode-gradjanin .gradjanin-only {
  display: block;
}

.mode-sluzbenici .sluzbenici-only {
  display: block;
}

.text-green {
  color: greenyellow;
}

.text-red {
  color: #f44336;
}

/* BREADCRUMBS */

.breadcrumbs {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  /*
  margin-top: 10px;
  margin-bottom: 10px;
  */
}

.breadcrumbs .breadcrumbs-item {
  display: inline;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 100px;
}

.breadcrumbs .breadcrumbs-delimeter {
  display: inline;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

/* AVATAR */

.avatar-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  padding-bottom: 10px;
}

.avatar-group .nickname {
  font-weight: 600;
  /* padding-left: 7px; */
  margin-top: 5px;
}

.avatar-group .display-role {
  font-weight: 400;
  color: white;
}

.avatar-group .display-role span {
  font-weight: 600;
  color: #f44336;
  color: lime;
  color: #76b900;
  color: #b0dc60;
}

.avatar-group .avatar {
  width: 64px;
  height: 64px;
  margin-right: 7px;
  line-height: 64px;
  text-align: center;
  border-radius: 64px;
}

.avatar .avatar-widget {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 64px;
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
  font-size: 20px;
  font-weight: 700;
}

.avatar .avatar-widget.avatar-widget--two-characters-initial {
  font-size: 28px;
}

.avatar .avatar-widget.user-is-dev {
  background-color: #6200ee;
  color: white;
}

.avatar .avatar-widget.user-is-admin {
  background-color: #f44336;
  color: white;
}

.avatar .avatar-widget.user-is-regular {
  background-color: rgba(0, 0, 0, 1);
  background-color: #3a73e7;
  color: #33ccc4;
  color: white;
}

.avatar .avatar-widget.avatar-placeholder {
  background-image: url("../img/avatar-placeholder.png");
  background-size: contain;
}

/* BUTTONS */

.btn {
  /* min-width: 120px; */
  /* max-width: 120px; -*/
  min-height: 10px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  /* border-radius: 0px; */
  border: 1px solid #f44336;
  border: 1px solid #907048;
  border: 1px solid #a98a67;
  color: #f44336;
  color: #907048;
  color: #a98a67;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.btn:not(.btn--disabled):hover {
  background-color: #f44336;
  background-color: #907048;
  background-color: #a98a67;
  color: white;
  cursor: pointer;
}

.btn.btn--wide-sticky-text span {
  vertical-align: middle;
  position: sticky;
  left: 10px;
  right: 10px;
}

.btn i {
  font-size: 1.3rem;
  vertical-align: middle;
}

.btn.btn--icon-and-title i {
  margin-right: 7px;
}

.btn.btn--inline {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  white-space: nowrap;
}

td .btn.btn--inline,
th .btn.btn--inline {
  margin: unset;
  margin-right: 10px;
  margin-bottom: unset;
  white-space: nowrap;
}

td .btn.btn--inline:last-child,
th .btn.btn--inline:last-child {
  margin: unset;
  margin-right: unset;
  margin-bottom: unset;
}

/* Dusan dodao da bi bio manji margin bottom kad ima dva reda opcija */
.two-rows-options .btn.btn--inline {
  margin-bottom: 1px;
}

.btn.btn--disabled,
.btn--disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn.btn--circle {
  border-radius: 200px;
}

.btn.btn--outline {
  background-color: transparent;
}

.btn.btn--laznjak {
  background-color: transparent;
  color: #282828;
}

.btn.btn--small-with-title {
  line-height: 18px;
  font-size: 12px;
}

.btn.btn--medium {
  line-height: 21px;
  font-size: 14px;
}

.btn.btn--medium-width {
  width: 200px;
  min-width: min-content;
}

.btn.btn--small {
  font-size: 16px;
  line-height: 24px;
  padding-left: unset;
  padding-right: unset;
  text-align: center;
  width: 24px;
  height: 24px;
}

.btn.btn--small i,
.btn.btn--small-with-title i {
  font-size: 16px;
  line-height: unset;
  vertical-align: unset;
}

.btn.btn--red {
  color: white;
  background-color: rgba(209, 23, 23, 0.5);
  border-color: #d11717;
}

.btn.btn--blue {
  color: white;
  /* background-color: #1556db; */
  background-color: rgba(21, 86, 219, 0.5);
  border-color: #1556db;
}

.btn.btn--blue2 {
  background-color: rgba(170, 207, 250, 0.7);
  border-color: #3f51b5;
  color: #343434;
}

.btn.btn--orange {
  background-color: rgba(243, 216, 165, 0.7);
  border-color: rgba(29, 27, 26, 1);
  color: #343434;
}

.btn.btn--purple {
  color: white;
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.btn.btn--green {
  color: white;
  /* background-color: #1556db; */
  background-color: rgba(7, 184, 66, 0.5);
  border-color: #03a340;
}

.btn.btn--green2 {
  color: white;
  background-color: #3b7a39;
  border-color: #3b7a39;
}

.btn-group-popup-panel {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding-top: 10px;
  padding-left: 10px;

  display: flex;
  flex-wrap: row;
  flex-wrap: nowrap;
  justify-items: flex-start;
  align-items: center;
}

/* SPINNER */

@keyframes rotate-animation {
  to {
    transform: rotate(360deg);
  }
}

@keyframes scroll-right-animation {
  from {
    background-position: 0 0;
  }

  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 3000px 0;
  }
}

.spinner-global {
  z-index: 999;
  position: fixed;
  top: -4px;
  left: 0;
  width: 100%;
  height: 0px;
}

.spinner-global.show {
  top: 0;
  height: 4px;
}

.spinner-global.show .bg-stripes {
  height: 4px;
  width: 100%;
  /*
  background: repeating-linear-gradient(
    315deg,
    #606dbc,
    #606dbc 10px,
    #465298 10px,
    #465298 20px
  );
  */
  /* HAZARD MARKER black stripes on yellow bacground. Hazard marker signs consist of black diagonal stripes on a yellow background */
  /* Ovde je zuta sirina 20px a crna sirina 10px (odnos zuta:crna=2:1). Ukupna sirina 30px.*/
  background: repeating-linear-gradient(135deg,
      yellow,
      yellow 20px,
      black 20px,
      black 30px);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto 100%;
  animation: scroll-right-animation 18s linear infinite;
}

.spinner-row {
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.spinner {
  height: 16px;
  width: 16px;
  border-radius: 100%;
  border: 4px solid #f44336;
  border: 4px solid rgba(128, 128, 128, 1);
  border-top: 4px solid transparent;
  animation-name: rotate-animation;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.spinner.termovent-spinner {
  height: 24px;
  width: 24px;
  border-radius: 100%;
  border: unset;
  overflow: hidden;
  animation-name: rotate-animation;
  animation-duration: 0.8s;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.termovent-spinner-circle {
  position: relative;
  height: 24px;
  width: 24px;
  /* border-radius: 100%; */
  /* background-color: yellow; */
  /* background-color: rgb(200, 200, 200); */
}

.termovent-spinner-circle .elisa {
  z-index: 1;
  position: absolute;
  top: 6px;
  left: 0;
  height: 12px;
  width: 24px;
  border-radius: 100%;
  /* background-color: black; */
}

.termovent-spinner-circle .center-fig {
  /* display: none; */
  z-index: 9;
  position: absolute;
  top: 7px;
  left: 7px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: 3px solid #343434;
  border: 3px solid rgba(92, 92, 92, 1);
  /* background-color: #343434; */
  background-color: white;
  /* box-shadow: 0px 0px 0px 1px white; */
}

.termovent-spinner-circle .border-fig {
  display: none;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  border: 2px solid #343434;
  border: 2px solid rgba(92, 92, 92, 1);
  background-color: transparent;
}

.termovent-spinner-circle .elisa .fig {
  position: absolute;
  top: 0;
  left: 12px;
  height: 12px;
  width: 64px;
  border-radius: 100%;
  background-color: #343434;
}

.termovent-spinner-circle .elisa .fig {
  position: absolute;
  top: 0;
  left: 12px;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: unset;
  border-bottom: 5px solid #343434;
  border-bottom: 5px solid rgba(92, 92, 92, 1);
}

.termovent-spinner-circle .elisa .fig {
  position: absolute;
  top: 1px;
  height: 5px;
  width: 12px;
  border-radius: 100%;
  background-color: unset;
  border-bottom: 5px solid #343434;
  border-bottom: 5px solid rgba(92, 92, 92, 1);
}

.termovent-spinner-t1 {
  transform: rotate(0deg);
}

.termovent-spinner-t2 {
  transform: rotate(120deg);
}

.termovent-spinner-t3 {
  transform: rotate(240deg);
}

.termovent-spinner-t4 {
  transform: rotate(60deg);
}

.termovent-spinner-t5 {
  transform: rotate(180deg);
}

.termovent-spinner-t6 {
  transform: rotate(300deg);
}

/*
.termovent-spinner-fig-t2 {
  position: absolute;
  top: 8px;
  left: 8px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: black;
}
*/

/* LIST */






/* ----- NAJNOVIJE TERMOVENT ----- */

.dev-komentar {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 1px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: rgb(214, 214, 214);
  border: 2px dashed gray;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}

.dev-komentar-title {
  padding-bottom: 2px;
  color: gray;
  font-weight: 700;
  font-size: 13px;
}

.prozor-form {
  padding-top: 30px;
  padding-bottom: 0;
}

.prozor-tabela {
  /* prozor za siroku tabelu */
  padding-top: 30px;
  padding-bottom: 0;
  overflow: scroll;
  min-width: 800px;
  outline: 1px dashed green;
}

.prozor-tabela .form-fields {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /* uzduz */
  align-items: flex-start;
  /* popreko */
}

.prozor-tabela .form-fields .form-field {
  margin-right: -1px;
}

.prozor-tabela .form-fields.form-separator {
  margin-right: 30px;
}

.prozor-tabela .radio-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /* uzduz */
  align-items: center;
  /* popreko */
}

/*
.child {
  padding-left: 50px;
}
*/

.uokviren-nivo {
  padding: 15px;
  padding-left: 40px;
  border: 1px solid #e48060;
  border-radius: 10px;
  border-top-left-radius: 0px;
}

.info-red {
  color: #f44336;
  font-size: 14px;
}

/* VALIDACIJA */

.invalid .card {
  border: 1px solid red;
}

.invalid-overlay {
  display: none;
}

.invalid .invalid-overlay {
  /*
  display: unset;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(128, 0, 0, 0.4);
  */
}

.not-ready .card {
  /* border: 1px solid red; */
  border: 1px solid rgba(128, 0, 0, 0.6);
}

.not-ready .not-ready-overlay {
  display: unset;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}

.dodaj-btn-wrapper {
  padding-top: 30px;
}

/* Display Error Messages */
.display-error-messages-wrapper {
  /* height: 500px; */
  min-height: 300px;
  width: 300px;
  /* border: 1px solid red; */
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* padding: 20px; */
  text-align: left;
}

.draft-editor-poruke {
  /*
  flex: 1;
  justify-content: center;
  display: flex;
  */
}

.msg {
  position: relative;
  padding: 0;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}

.msg.error-msg {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.msg.warning-msg {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* Dusan dodao */
/* Osnovni podaci u poluproizvodima */
.pp-osnovni-podaci-container {
  margin-bottom: 30px;
  margin-top: 15px;
}

.nivo-sklopivi .nivo-children .pp-osnovni-podaci-container .flex-par-kolona p {
  margin-top: 0;
  margin-bottom: 0;
}

.nivo-sklopivi .nivo-children .pp-osnovni-podaci-container .flex-par-kolona h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.pp-jedan-poluproizvod-u-array {
  margin-bottom: 50px;
}

/* Btn na strani nosioci troska */
.btn-container.add-nosioc-troska {
  /* width: 100px; */
}

.btn-container.add-projekat {
  /* width: 100px; */
}

/* NOTIFICATIONS */

.zvonce {
  position: relative;
  position: absolute;
  top: 10px;
  right: 30px;
  height: 20px;
  line-height: 20px;
}

.zvonce i {
  font-size: 18px;
}

.zvonce span {
  position: absolute;
  top: 0;
  right: -8px;
  line-height: 12px;
  font-size: 11px;
  font-weight: 400;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  height: 12px;
  border-radius: 6px;
  color: #fff;
  background-color: #dc3545;
}

.info-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 640px;
  padding: 8px 15px;
  border-radius: 4px;
  background-color: #f3bb45;
  text-align: left;
  font-size: 14px;
}

.info-box .info-box-header {
  display: none;
  padding-top: 5px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.info-box .info-box-header i {
  font-size: 20px;
  margin-right: 10px;
}

.info-box.header-enabled .info-box-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}