/* WIDGET Popup Menu Container*/
.widget-popup-container {
  z-index: 9;
  position: relative;
  display: inline-block;
}
.widget-popup-container > .widget-popup-dots {
  z-index: 99;
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  color: #282828;
  cursor: pointer;
}
.widget-popup-container .popup-container {
  z-index: 999;
  position: absolute;
  top: -12px;
  /* left: 20px; */
  right: 20px;
  /* width: 150px; */
  height: 40px;
  overflow: visible;

  flex-direction: row;
}
.widget-popup-container .popup-container .btn {
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.widget-popup-container .popup-container {
  display: none;
}
.widget-popup-container.opened .popup-container {
  display: flex;
}

/* WIDGET SklopiviMini */
.sklopivi-mini {
  position: relative;
  max-height: 0px;
  overflow-y: hidden; /* overflows a block-level element's top and bottom edges */
  overflow-x: visible; /* overflows a block-level element's left and right edges */
  /* outline: 2px dotted green; */
}
.widget-sklopivi-mini.opened > .sklopivi-mini,
.scope-svi-opened .sklopivi-mini {
  height: unset !important;
  max-height: 30000px; /* prterano veliki broj radi animacije */
  overflow-y: visible;
  overflow-x: visible;
}
.widget-sklopivi-mini,
.widget-sklopivi-grupa {
  position: relative;
}
.widget-sklopivi-mini {
  margin-bottom: 2px;
}
.widget-sklopivi-grupa {
  margin-top: 2px;
  margin-bottom: 5px;
}
.widget-sklopivi-mini > .trouglic,
.widget-sklopivi-grupa > .trouglic {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  color: #282828;
}
.widget-sklopivi-mini.opened > .trouglic,
.scope-svi-opened .widget-sklopivi-mini > .trouglic,
.widget-sklopivi-grupa.opened > .trouglic,
.scope-svi-opened .widget-sklopivi-grupa > .trouglic {
  transform: rotate(90deg);
}

.widget-sklopivi-mini > .sklopivi-mini-header,
.widget-sklopivi-grupa > .sklopivi-mini-header {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(209, 209, 209, 1) 100%
  );
  font-weight: normal;
  color: #555555;
}
.sklopivi-mini-header:hover {
  cursor: pointer;
  border-color: #999999;
}

/* SKLOPIVI NIVO */
.sklopivi {
  position: relative;
  /* transform: scaleY(0); */
  /* height: 0px; */
  /* max-height: 0px; */
  max-height: 60px;
  /* overflow-y: hidden; */ /* overflows a block-level element's top and bottom edges */
  /* overflow-x: hidden; */ /* overflows a block-level element's left and right edges */
  /* outline: 2px dotted green; */
}

.nivo-sklopivi-v2 > .sklopivi {
  position: relative;
  max-height: 60px;
  overflow: hidden;
  /* outline: 1px dashed red; */
}

.nivo-sklopivi.opened > .sklopivi,
.scope-svi-opened .sklopivi {
  /* transform: scaleY(1); */
  height: unset !important;
  max-height: 30000px;
  /* prterano veliki broj radi animacije */
  overflow-y: visible;
  overflow-x: visible;
}

.sklopivi.izuzetak-za-nn {
  position: relative;
  max-height: unset;
  overflow: visible;
  overflow-y: visible;
  overflow-x: visible;
}

.item.editor-v2-sekcija-klima-komore .nivo-klima-komora > .sklopivi {
}

.item.editor-v2-sekcija-klima-komore.opened .nivo-klima-komora > .sklopivi {
  max-height: unset;
}

.item.editor-v2-sekcija-izabrani-modul .nivo-modul > .sklopivi {
  max-height: unset;
}

.item.editor-v2-sekcija-klima-komore
  .nivo-sklopivi.nivo-modul.active
  > .sklopivi {
  /* NOVO da se prikazu moduli i u sekciji od komora */
  max-height: unset;
}

/* */

.item.editor-v2-sekcija-klima-komore .nivo-modul > .sklopivi > .nivo-children {
  display: none;
}

/* DEV MODE */

.dev-mode-only {
  display: none !important;
}

.dev-mode .dev-mode-only {
  display: unset !important;
}

/* DUSAN DODAO */
.editor-v2-sekcija-izabrani-modul
  .nivo-sklopivi
  .nivo-poluproizvod
  .sklopivi
  .dev-mode-only {
  display: unset !important;
}

/* Sakriven trouglic za module kod prikaza klima komora */
.icon-active {
  display: none;
}
.item.editor-v2-sekcija-klima-komore .nivo-modul > .trouglic {
  display: none !important;
}
.item.editor-v2-sekcija-klima-komore .nivo-modul > .icon-active {
  display: unset;
}

/* NOVO GRUPISANJE U SPIL KARATA (CAR DECK) */
.widget-sklopivi-grupa .sklopiva-grupa {
  padding-left: 0;
}
.widget-sklopivi-grupa.opened .sklopiva-grupa,
.scope-svi-opened .widget-sklopivi-grupa .sklopiva-grupa {
  padding-left: 30px;
}
.widget-sklopivi-grupa .sklopiva-grupa .nivo-sklopivi {
  height: 0px;
  left: 40px;
  overflow-y: hidden;
}
.widget-sklopivi-grupa .sklopiva-grupa .nivo-sklopivi:nth-child(1) {
  overflow-y: hidden; /* overflows a block-level element's top and bottom edges */
  height: 10px;
  position: relative;
  left: 10px;
  z-index: 13;
}
.widget-sklopivi-grupa .sklopiva-grupa .nivo-sklopivi:nth-child(2) {
  overflow-y: hidden; /* overflows a block-level element's top and bottom edges */
  height: 10px;
  position: relative;
  left: 20px;
  z-index: 12;
}
.widget-sklopivi-grupa .sklopiva-grupa .nivo-sklopivi:nth-child(3) {
  overflow-y: hidden; /* overflows a block-level element's top and bottom edges */
  height: 10px;
  position: relative;
  left: 30px;
  z-index: 11;
}
.widget-sklopivi-grupa.opened .sklopiva-grupa .nivo-sklopivi,
.widget-sklopivi-grupa.opened .sklopiva-grupa .nivo-sklopivi:nth-child(1),
.widget-sklopivi-grupa.opened .sklopiva-grupa .nivo-sklopivi:nth-child(2),
.widget-sklopivi-grupa.opened .sklopiva-grupa .nivo-sklopivi:nth-child(3),
.scope-svi-opened .widget-sklopivi-grupa .sklopiva-grupa .nivo-sklopivi,
.scope-svi-opened .widget-sklopivi-grupa .sklopiva-grupa .nivo-sklopivi:nth-child(1),
.scope-svi-opened .widget-sklopivi-grupa .sklopiva-grupa .nivo-sklopivi:nth-child(2),
.scope-svi-opened .widget-sklopivi-grupa .sklopiva-grupa .nivo-sklopivi:nth-child(3) {
  height: unset;
  position: relative;
  left: unset;
  z-index: 22;
}
.widget-sklopivi-grupa .sklopiva-grupa .nivo-sklopivi .nivo-header {
  position: relative;
  top: -48px;
}
.widget-sklopivi-grupa.opened .sklopiva-grupa .nivo-sklopivi .nivo-header,
.scope-svi-opened .widget-sklopivi-grupa .sklopiva-grupa .nivo-sklopivi .nivo-header {
  position: relative;
  top: unset;
}
