
*{
  font-family: 'Open Sans', sans-serif;
}
body {
  padding-top: 0rem;
  background-image: url("../img/pattern.png"), -webkit-linear-gradient(0deg, #292255 0%, #0095D9 100%);
  color: white;

}

.starter-template {
  padding: 3rem 1.5rem;
  background: #135085; /* Old browsers */
  background: -moz-linear-gradient(top, #135085 0%, #1a3a68 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #135085 0%,#1a3a68 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #135085 0%,#1a3a68 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#135085', endColorstr='#1a3a68',GradientType=0 ); /* IE6-9 */
  min-height: 600px;
}
.glavni{
  min-height: 350px;
  margin-top:50px;
}
input[type="radio"] {

  display: none;
}

.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
}

.m-0{
  margin: 0 auto;
}
a{
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
.lhh{
  line-height: 60px;
  font-weight: 600;
}
.pt-15{
  padding-top: 15px !important;
}
.ptb-20 {
  padding: 20px 0px;

}
.eb{
  font-weight: 800;
}
.btn-outline-light:hover, .act {
  color: #fff;
  background-color: #5990cb;
  border-color: #5990cb;
}
.btn{
  font-weight: 600;
}
.w90{
  width: 80%;
  float: left;
  margin-right: 1%;
}

.w10{
  width: 19%;
  float: left;
}
.wa{
  background-color: red;
}
.wa:hover{
  background-color: red;
}

.ca{
  background-color:green;
}

.ca:hover{
  background-color:green;
}

.clear{
  clear: both;
}

.form-control {
    color: #fff;
  background-color: transparent;
}

.form-control::placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 600;
}

.header{
  background-color: #1f2853;
  padding-top:15px;
  padding-bottom: 1px;
}
.tackice{
  border: 2px dashed #fff;
  min-height: 300px;
  position: relative;
}

.tackice h3{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-weight: 600;

}

.tackice img{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);

}
.tp{
  background-color: #1d2f5b;
  text-align: center;
  border: none;

}

.tp:hover{
  background-color: #1d2f5b;
}

.reztraka{
  margin: 40px auto;
  text-align: center;
  width: 220px;
}
.krugc{
  width:80px;
  height: 80px;
  background-color: red;
  line-height: 80px;
  text-align: center;
  font-weight: 600;
  font-size: x-large;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  float: left;
  margin: 0px 15px;
}

.krugt{
  width:80px;
  height: 80px;
  background-color:transparent;
  line-height: 80px;
  text-align: center;
  font-weight: 600;
  font-size: x-large;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  float: left;
  margin: 0px 15px;
  border: 2px solid #fff;
}

.broj{
  width: 6.6%;
  float: left;
  height: 50px;
  border-bottom: solid 1px #4e7da4;
  color: #4e7da4;
}
.broja{
  color:  #ffba00;
  font-size: x-large;
  position: relative;
 
}
.broja::after{
  content: '';
  position: absolute;
  bottom:-13px;
  left: -5px;
  background-image: url("../img/krug.png");
  width:26px;
  height: 26px;
}
.bora{
  border-bottom: solid 1px #fff;
}
.nb{
  border: none;
}

.kraj{
  border: 2px solid #fff;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.kraj .naslov{
  padding: 10px 0px;
  border-bottom: 2px solid #fff;
  background-color: #1f2953;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  border-radius: 20px 20px 0px 0px;
}
.kraj .tekst{
  padding: 10px 0px;
  background-color: #5990cb;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}

.mw450{
  min-width: 450px;
}

.imob{
  display:none;
}
.idesk{
  display: block;
}

.ipad{
  padding-top: 30px;
  padding-bottom: 60px;
}

.bojedim img{
  width: 250px;
}
.btn-matrix-normal {
  height: 36px;
  width: 36px;
  margin: 4px;
  padding: 6px;
  color: white;
  text-align: center;
  border: solid 1px;
}

.btn-matrix-clicked,
.btn-matrix-clicked:disabled {
  background-color: silver;
  color: black;
  opacity: 1;
}


/*mob verzija*/

@media only screen and (max-width: 991px) {
  .starter-template {
    padding: 0px;
  }
  .container {
    padding-left:0px;
    padding-right: 0px;
    overflow: hidden;
  }
  .igre {
    margin-left: 40px;
  }
  .qheader .col-md-3,.qheader .col-md-2, .qheader .col-md-1{
    display:none;
  }
  .igra4 .col-lg-5, .igra4 .col-lg-1{
    padding-left: 0px;
    padding-right:0px;
  }

  .btn-matrix-normal {
    height: 30px !important;
    width: 30px !important;
    margin: 3px !important;
    padding: 1px !important;
  }
  h2 {
    font-size: 1.2em;
  }
  .btn-outline-light:not(.ca):not(.wa) {
    background:none;
    border-color: #fff;
  }
  .mw450{
    min-width: 95%;
  }
  .tabelja{
    display: none;
  }
  h3 {
    font-size: 1rem;
  }

  .imob{
    display:block;
  }
  .idesk{
    display: none;
  }
  .ipad{
    padding-top: 10px;
    padding-bottom: 30px;
  }

  #hold .px-3 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.bojedim img{
  width: 150px;
}

}