.search-bar-pane {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  background-color: #ff0000;
  height: 180px;
  border: 1px;
  z-index: 1;
  display: none;
}
.search-bar-pane.visible {
  display: block;
}
.search-bar-logo {
  float: left;
  /*position: absolute;
    top: 10px;*/
}
.search-bar-controls-pane {
  height: 180px;
}
.search-bar-options,
.sidebar-button-wapper {
  width: 60px;
  height: 100%;
}
.search-bar-options {
  margin-left: 10px;
  float: right;
  background-color: transparent !important;
}
.sidebar-button-wapper {
  float: left;
  margin-right: 10px;
}
.sidebar-button-wapper.HideAll {
  display: none !important;
}
.sidebar-button-wapper.HideLarge {
  display: none;
}
.search-bar-options .dropdown-toggle,
.sidebar-button-wapper .toggle-button {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  border-radius: 4px;
}
.search-bar-options .dropdown-toggle .icon-bar,
.sidebar-button-wapper .toggle-button .icon-bar {
  background-color: whitesmoke;
  display: block;
  width: 60%;
  min-width: 3px;
  height: 3px;
  margin: 4px auto 0 auto;
}
.search-bar-options .toggle-button.menu-open {
  background-color: #0057b6 !important;
}
.search-bar-options .dropdown-toggle:hover,
.search-bar-options .toggle-button.menu-open:hover,
.sidebar-button-wapper .toggle-button:hover {
  background-color: #4181b7;
}
.search-bar-options .dropdown-toggle:active,
.search-bar-options .dropdown-toggle:focus {
  background-color: transparent;
}
.search-bar-options-menu {
  z-index: 2;
  top: 60px;
  right: 0;
  left: auto !important;
  display: block;
}
.search-bar-search-pane {
  padding: 10px 10px 0 10px;
}
.search-bar-input-group {
  height: 40px;
}
.search-bar-input {
  float: left;
}
.search-glyph {
  display: none;
}
.search-alert-button-active:focus {
  outline: 0 !important;
}
.search-bar-powered {
  text-align: right;
  color: white;
  font-weight: bold;
  font-size: 80%;
}
@media (max-width: 768px) {
  .sidebar-button-wapper.HideSmall {
    display: none;
  }
  .sidebar-button-wapper.HideLarge {
    display: block;
  }
  .search-text {
    /* Para que o glyph fique com o mesmo tamanho que o texto */
    width: 0;
    overflow: hidden;
    float: left;
  }
  .search-glyph {
    display: block;
  }
  .search-bar-options,
  .sidebar-button-wapper {
    width: 30px;
  }
}
/* Transitions*/
.search-bar-options-button,
.search-bar-options-menu,
.search-bar-options-option {
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.searchpane-input {
  float: none !important;
}
