.search-box{
  border-bottom: 2px solid #4580ab;
  margin-bottom: 30px;
  display: table;
  width: 100%;
}

.search-box span{
  float: left;
  color: #272e31;
  font-size: 9pt;
  margin-bottom: 10px;
}

.search-box-legend{
  margin-right: 10px;
}

.search-box .search-box-icon-closed{
  float: right;
  width: 20px;
  height: 20px;
  background-image: url('/gax2condutores/images/sprite-20x20-search-box.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}

.search-box .search-box-icon-closed:hover{
  background-position: 0 -20px;
}

.search-box .search-box-icon-opened{
  float: right;
  width: 20px;
  height: 20px;
  background-image: url('/gax2condutores/images/sprite-20x20-search-box.png');
  background-repeat: no-repeat;
  background-position: -20px 0;
  cursor: pointer;
}

.search-box .search-box-icon-opened:hover{
  background-position: -20px -20px;
}

.search-box .search-box-content{
  width: 100%;
  min-height: 137px;
  background: #e6edf2;
  margin-bottom: 20px;
  display: table;
  position: relative;
}

.padding-search-box{
  padding: 20px 145px 10px 145px;
}

.search-box-content input[type="submit"], .search-box-content input[type="button"]{
  float: right;
  margin-right: 10px;
}

.search-box-content form{
  margin-bottom: 55px;
}

.search-box .span-open-search-box{
  float:right;
  padding: 0 5px 0 5px;
}

.search-box .span-pipe-search-box{
  float:right;
  padding: 0 5px 0 10px;
}

.search-box .button-clear-filter{
  float:right;
  margin-top: -3px;
}

.div-save-search-box{
  float: right;
  width: 555px;
  z-index: 100;
}

/*.overlay-search-box{
  background: #000;
  opacity: .6;
  filter: Alpha(Opacity=60);
  pointer-events: none;
}*/
