
*{
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
}
body {
  padding-top: 0rem;
  /*background-image: url("../img/pattern.png"), -webkit-linear-gradient(0deg, #292255 0%, #0095D9 100%);*/
  background-image: url("../img/pattern.png");
  background-color: #193f6e;
  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;
  /* margin-bottom: 20px; */
  

}

.naslov {
  background-color: #5588bf;
  padding: 1rem 1.5rem;
}
.glavni{
  min-height: 350px;
  margin-top:50px;
}
input[type="radio"], input[type="checkbox"] {

  display: none;
}
.form-control {
    display: inherit;
    width: auto;
    /*border: none;
    border-bottom: 1px solid #ced4da;*/
    text-align: center;
    /*border-radius: 0px;*/
}

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

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

input {
  background: transparent;
  color: white;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.flarge{
  font-size: x-large;
}

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

.m-0{
  margin: 0 auto;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mar-5{
  margin-right:5px;
}
.pt-30 {
  padding-top: 30px;
}
.p-30{
  padding: 30px;
}
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;
}
.btn-custom1{
  background-color:#55be8e;
  color: #193f6e;
  border-color: #55be8e;
}

.btn-custom2{
  background-color:#5588be;
  color: #193f6e;
  border-color: #5588be;
}
.btn-custom1:hover, .btn-custom2:hover{
  color:#fff;
}
.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;
}



footer .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
  font-weight: 400;
}

.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; */
  display: inline-block;
  margin: 0px 15px;
}

.krugt{
  width: 100px;
  height: 95px;
  background-color: transparent;
  line-height: 95px;
  text-align: left;
  font-weight: 600;
  font-size: large;

  display: inline-block;
  margin: 0px 15px;
  background-image: url(../img/sat.png);
  background-repeat: no-repeat;
  padding-left: 15px;

}

.broj {
  width: 5%;
  float: left;
  height: 50px;
 /* border-bottom: solid 1px #fff;*/
  color: #fff;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}
.broja {
  color:  #ffba00;
  font-size: x-large;
  position: relative;
  margin-top: -15px;
  font-family: 'Montserrat', sans-serif;
}
.broja ::after{
  position: absolute;
  bottom:-13px;
  left: -5px;
}
.bora a{
  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;
}

.t0 strong, .t0head i, .t0head em{
  font-style: italic;
  color: #ffba00;
  display: none; 
  font-size: 13px;
}

.head2 i, .head2 em{
  
  color: #ffba00;
  display: none; 
  font-size: 13px;
}
.okvir{
  border: solid 1px #fff;
  padding: 10px;
}

/* game.hbs */

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

input[type="radio"]:checked.tinput+i,
input[type="checkbox"]:checked.tinput+i {
  opacity: 1;
  background: #ffc107;
}

.dragField {
  display: inline-block;
  min-width: 120px;
  min-height: 38px;
  max-height: 38px;
  margin: 0 3px;
}

.dropField {
  display: inline-block;
  min-width: 120px;
  height: 42px;
  max-height: 42px;
  max-height: 42px;
  margin: 0 10px;
  padding: 1px;
  border: 1px dashed white;
  border-radius: 5px;
  vertical-align: middle;
}

.yesField {
  opacity: 1 !important;
  background: lightgreen !important;
}

.noField {
  opacity: 1 !important;
  background: #f36  !important;
}
.audioabs{
  position:absolute;
  top: -70px;
  left: 45%;
}
