﻿
.kazalec {cursor: pointer;}

a:link    {color: #264A8D; text-decoration: none;}
a:visited {color: #264A8D; text-decoration: none;}
a:hover   {color: MediumBlue; text-decoration: underline;}
a:active  {color: #264A8D; text-decoration: none;}

/* override the bootbox modal header background color */
.bootbox .modal-header {
  background-color: #0DCAF0 !important;
}
/* override the bootbox modal header title font size */
.bootbox .modal-header h5 {
  font-size: 1.5rem !important;
}

#Overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(169, 169, 169, 0.8);
  background-position: center center;
  background-repeat: repeat;
  z-index: 2;
  cursor: pointer;
}

#OverlayText {
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 30px;
  color: RoyalBlue;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  text-align: center;
}

/* 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);
}

.kr {font-weight: bold;}

.co1 {color: Red;}
.co2 {color: Gray;}
.co3 {color: Green;}
.co4 {color: FireBrick;}
.co5 {color: Black;}
.co6 {color: Blue;}
.co7 {color: Purple;}

