/** top nav positioning **/
.breazy-top-nav{
  position:relative;
  height:62px;
  margin-bottom: 10px;
  /*overflow:auto;*/
}
.breazy-top-nav-left{
  float:left;
  height:62px;
  width:75%;
  background-color:#7ec0ee;

}
.breazy-top-nav-right{
  float:right;
  height:62px;
  width:25%;
  border-width:2px;
  background-color:#3232ff;

  /*height: 82px;*/
  /*background-color:red;*/
}
.breazy-top-nav-search{
  position:relative;
  /*height:"50px";*/
  top:10px;
  left:10px;
}
.breazy-top-nav-search-label{
  color:white;
}
.breazy-top-nav-search-input{
  float:left;
}
.breazy-top-nav-search-btn{
  margin: 0px 10px 0px 10px;
  float:left;

}
.breazy-top-nav-show-env{
  background-color: yellow;
  font-size:20px;
  padding: 4px;
  display:inline-block;
  float:left;
}

.navbar {
  z-index: 80;
}

.navbar-expand-lg{
  z-index: 90;
}

.menuSearchBar-right{
  display:none;
}

.menuSearchBar-center{
  display:flex;
}


@media screen and (min-width: 1000px) {
  .menuSearchBar-right{
    display:flex;
  }
}

@media screen and (min-width: 1000px) {
  .menuSearchBar-center{
    display:none;
  }
}
