﻿
.cursor {
  cursor: pointer;
}

.IconSeznam {
  cursor: pointer;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#Overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(169, 169, 169, 0.5);
  background-position: center center;
  background-repeat: repeat;
  z-index: 2;
  cursor: pointer;
}

#OverlayText {
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 40px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  text-align: center;
}

.cursor {
  cursor: pointer;
}

/* premakne cel seznam z izbirami navzdol */
.bootbox-radiobutton-list {
  margin-top: 30px;
}

/* poveča samo radio button in pomakne navzdol */
.bootbox-radiobutton-list input[type="radio"] {
  transform: scale(1.8);
  margin-top: 5px;
}

/* besedilo izbire */
.bootbox-radiobutton-list label {
  height: 50px;
  font-size: 16px;
  margin-left: 10px;
  font-weight: bold;
  color: DimGray;
}

/* barva ozadja naslova */
.modal-header {
  background-color: rgb(13,202,240); 
}

