/* TERMOVENT WIDGETS */

/* Widget Komora */

.widget-komora {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 225px;
}
.widget-komora .modul-kockica {
  width: 40px;
  height: 40px;
  border: 2px solid #3a73e7;
  color: black;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 2;
}
.widget-komora .modul-kockica.active,
.info-traka .widget-komora .modul-kockica.active {
  background-color: #3a73e7;
  color: white;
}
.widget-komora .modul-kockica:hover,
.info-traka .widget-komora .modul-kockica:hover {
  background-color: #3a73e7;
  color: white;
  cursor: pointer;
}
.widget-komora .modul-kockica.placeholder {
  width: 40px;
  height: 40px;
  border-color: silver;
  cursor: not-allowed !important;
}
.widget-komora .modul-kockica.placeholder:hover {
  cursor: not-allowed !important;
}

.placeholder-mesto-za-novi-widget {
  border: 2px dashed green;
}

.info-traka .widget-komora,
.info-traka .item.widget-komora {
  position: relative;
  top: 1px;
  width: 192px;
  /* outline: 4px solid green; */

  /*
  position: absolute;
  right: 120px;
  top: 3px;
  */
}

.info-traka .widget-komora .modul-kockica {
  width: 30px;
  height: 24px;
  background-color: transparent;
  border: 1px solid #3a73e7;
  color: #3a73e7;
  margin-right: 2px;
  margin-bottom: 2px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  font-weight: 400;
}
.info-traka .widget-komora .modul-kockica.placeholder {
  border: 1px solid gray;
  border: 1px solid #c2bfbc;
  background-color: #c2bfbc;
}

.info-traka .widget-komora .modul-kockica.kockica-radio {
  border: unset;
  border: 2px dotted gray !important;
  text-align: center;
  font-weight: 900 !important;
  font-size: 20px !important;
  line-height: 20px;
  overflow: hidden;
}
.info-traka .widget-komora .modul-kockica.kockica-radio span b {
  font-size: 20px !important;
  display: block;
  width: 100%;
}
.widget-komora .modul-kockica.kockica-radio.active,
.info-traka .widget-komora .modul-kockica.kockica-radio.active {
  background-color: unset;
  color: unset;
  color: #3a73e7;
}
.widget-komora .modul-kockica.kockica-radio.zauzeto,
.info-traka .widget-komora .modul-kockica.kockica-radio.zauzeto {
  background-color: rgba(0, 0, 0, 0.2);
}
.info-traka .widget-komora .modul-kockica.kockica-radio:hover {
  background-color: unset;
  color: unset;
  border: unset;
  border: 2px solid gray !important;
  cursor: pointer;
}
