/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.search_item_box{
  width: 200px;
}

@media only screen and (max-width: 1024px){
  .search_item_box{
    width: calc(100% - 30px);
  }
}
.overlay{
  background: rgba(#fff, 0.8) url("../images/loader.gif") center no-repeat;
  display: none;
  height: 100%;
  left: 0;
  max-width: 100% !important;
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 999;
}

/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}

.oen_item{
  width: 100%;
}

.oen_status{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.oen_title{
  font-size: 20px;
  font-weight: bold;
}

.network_address{
  font-size: 14px;
}

.flex{
  display: flex;
}

.one_fourth{
  width: 25%;
  font-size: 1em;
}

.oen_search_wrapper .sidebar-components .search-filters .keyword-entry{
  height: 100%;
  margin-bottom: 22px;
}

.oen_search_wrapper .download_print_box {
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Avant Garde Gothic', sans-serif;
  font-weight: 500;
  margin-left: 26px;
}

.oen_search_wrapper .download_print_box .down_print{
  margin-left: 6px;
  margin-right: 6px;
  color: #7caf41;
}

.oen_search_wrapper .download_print_box .down_print:hover{
  color: #558122;
}

@media print {
  .to-the-top,
  .oen_search_wrapper .search-sidebar{
    display: none;
  }
  a[href^="http"]::after{
    content: '' !important;
  }
}
