.searchResults {
  padding: 15px;
}
.destaque {
  border-bottom: 1px solid #eee;
  margin-top: 6px;
  padding-bottom: 6px;
}
.FilterTitle {
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: #000;
  padding-top: 10px;
  padding-bottom: 2px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.FilterArrow {
  font-size: 11px;
}
.filterEntry {
  cursor: pointer;
  width: 100%;
  clear: both;
}
.EntryCheck {
  float: left;
  width: 15px;
}
.EntryText {
  color: #333;
  font-size: 12px;
  text-wrap: none;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  padding-left: 5px;
  margin-top: 2px;
  max-width: calc(100% - 55px);
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.EntryFreq {
  color: #666;
  float: right;
  font-size: 11px;
  margin-top: 2px;
  text-align: right;
  width: 40px;
}
.moreContainer {
  display: block;
}
.showMore {
  display: block;
  cursor: pointer;
  border-top: 1px solid #f7f7f7;
  font-size: 11px;
  font-weight: normal;
}
.showMore :hover {
  background-color: #fafafa;
}
.showMore .showMoreOpenText {
  display: block;
  color: #666;
  padding: 4px;
}
.showMore .showMoreOpenText img {
  padding: 0px 6px 2px 0px;
}
.showMore .showMoreCloseText {
  display: block;
  color: #666;
  padding: 4px;
}
.showMore .showMoreCloseText img {
  padding: 0px 6px 2px 0px;
}
.pbs-page-navigation {
  border-top: solid 1px #ddd;
  padding-top: 10px;
  text-align: center;
  width: 99%;
  margin-left: auto;
  margin-right: auto;
}
.searchParameters {
  display: none;
}
/* Date Constrains*/
.dcs_container {
  width: 100%;
  height: 100px;
  position: relative;
}
.datenode.lvl_1 {
  height: 70px;
  line-height: 70px;
}
.datenode.lvl_0 {
  height: 30px;
  line-height: 30px;
}
.dcs_row {
  width: 100%;
}
.dcs_row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.dcs_row > .datenode {
  float: left;
}
.dcs_row > .datenode .datebutton {
  cursor: pointer;
  background-color: #cedcfe;
  text-align: center;
  border-radius: 5px;
}
.dcs_row > .datenode .datebutton.selected {
  background-color: #8bed9f;
}
.dcs_row > .datenode .datebutton.partial {
  background-color: #95dbd0;
}
/* time graph */
.tg_container {
  width: 100%;
  height: 100px;
  position: relative;
  top: 10px;
}
.tg_clippane {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
}
.tg_graphcontainer {
  position: absolute;
  width: 300%;
  height: calc(100% - 20px);
  background-color: aquamarine;
  /*background-color: #fff;*/
}
.tg_timescale {
  position: absolute;
  height: 20px;
  top: calc(100% - 20px);
}
.tg_timecaption {
  position: absolute;
}
.tg_sccontainer {
  width: 100%;
  height: 20px;
  position: relative;
}
.tg_scbar {
  background-color: #eee;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 5px;
  width: calc(100% - 10px);
}
.tg_scknob {
  position: absolute;
  width: 50px;
  height: 10px;
  top: 10px;
  background-color: cornflowerblue;
  cursor: ew-resize;
  opacity: 0.3;
}
.tg_scltime,
.tg_scrtime {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: blue;
  top: 5px;
  left: 0;
  cursor: ew-resize;
  opacity: 0.1;
}
.tg_scltime {
  border-radius: 20px 0 0 20px;
}
.tg_scrtime {
  border-radius: 0 20px 20px 0;
}
.tg_scknob.disabled {
  background-color: red;
  cursor: not-allowed;
}
.tg_bar {
  cursor: pointer;
  background-color: #297cff;
  position: absolute;
  bottom: 0;
  -webkit-border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-topright: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  box-shadow: none !important;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.tg_bar:hover {
  background-color: #5e9cfe;
}
.tg_caption {
  position: absolute;
  top: -30px;
  height: 30px;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  width: auto;
}
.tg_caption.hide {
  display: none;
}
.tg_leftC,
.tg_rightC {
  position: absolute;
  height: calc(100% - 18px);
  /* 2 px para a border*/
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
}
.tg_leftC {
  left: 0;
}
.tg_rightC {
  right: 0;
}
.tg_leftSel,
.tg_rightSel {
  position: absolute;
  background-color: white;
  border: 2px solid #aaa;
  width: 10px;
  top: -5px;
  height: calc(92%);
  cursor: ew-resize;
}
.search-alternative-query p {
  margin: 0 !important;
}
.old_search {
  font-weight: bold;
}
.new_search {
  font-weight: bold;
  font-size: large;
}
