@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
.mainprogress {margin-bottom: 30px;}
.presjedanje {background: no-repeat center right 2% url('/images/QiQo/presjedanje16.png');}

/* The Modal (background) */
.bt-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  font-family:'Open Sans', sans-serif;
  font-size:20px
}
.bt-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
    max-height:600px;
    max-width: 700px;
}
.bt-modal-inner-content {
    margin-top: 50px;
    max-height:500px;
    overflow: auto;}
.bt-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.bt-close:hover,
.bt-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
