@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext');
body{
  font-family: 'Roboto', sans-serif;
  background-color: #363636;
}

.display-block{
  display: block;
}
.mojnavbar{
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
}
.color-white{
  color: white!important;
}
.btn{
  margin: 2px 0px;
}
input{
  /* color: initial; */
  width: 100%;
  font-size: 22px;
  height: 30px;
  background-color: #363636;
  color: white;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
}
.modal input{
  color: initial;
  background-color: initial!important;
}
select{
  /* color: initial; */
  width: 100%;
  font-size: 22px;
  height: 30px;
  background-color: #363636;
  color: white;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
}
.modal select{
  color: initial;
  background-color: initial!important;
}
textarea{
  /* color: initial; */
  /* vertical-align: top; */
  width: 100%;
  font-size: 22px;
  background-color: #363636;
  color: white;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  margin-bottom: -6px;
}
.navbar-default .navbar-toggle{
  color: white!important;
}
.nopadding{
  padding: 0px;
}
.nomargin{
  margin: 0px;
}
.panel-body{
  background-color: #363636;
}
.panel.panel-default{
  border: 0px;
}
.maliGumb{
  padding: 2px 12px;
}
.promjeniStavku.maliGumb{
  height: 23px;
}

.bs-example {
	font-family: sans-serif;
	position: relative;
	margin: 100px;
}
.typeahead, .tt-query, .tt-hint {
	/* border: 2px solid #CCCCCC;
	border-radius: 8px; */
	font-size: 22px; /* Set input font size */
	height: 30px;
	/* line-height: 30px; */
	/* outline: medium none; */
	/* padding: 8px 12px; */
	width: 100%;

  background-color: #363636!important;
  color: white;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
}
.typeahead {
	background-color: #FFFFFF;
}
.typeahead:focus {
	/* border: 2px solid #0097CF; */
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #999999;
}
.tt-menu {
  color: initial;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	/* border-radius: 8px; */
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 422px;
  /* skrolanje kroz meni */
  max-height: 150px;
  overflow-y: auto;
  /* skrolanje kroz meni */
}
.tt-suggestion {
	font-size: 22px;  /* Set suggestion dropdown font size */
	padding: 3px 20px;
}
.tt-suggestion:hover {
	cursor: pointer;
	background-color: #0097CF;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}

.width100>.twitter-typeahead{
  width: 100%;
}

.vertical-align {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 992px) {
  .vertical-align2 {
      display: flex;
      align-items: center;
  }
  .text-right2{
    text-align: right;
  }
}

.bigText{
  font-size: 22px;
}

#rezultat>.row{
  border-bottom: solid 1px #bbbbbb;
}

#listaProjekata>.row , .donjaCrta{
  border-bottom: solid 1px #bbbbbb;
  padding: 2px 0px;
}

.height34{
  height: 34px;
}

.uzbuna{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

/* meni */
.navbar-default .navbar-nav>.open>a{
  color: #fff!important;
  background-color: inherit!important;
}
@media (max-width: 767px){
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: #fff!important;
  }
}
