
     
       
      #page_asset_listing_274995_sort_direction,#page_asset_listing_274995_submit_button,#spinner{display:none;}
    @-webkit-keyframes spin {
  to {
    stroke-dashoffset: -264;
  }
}

@keyframes spin {
  to {
    stroke-dashoffset: -264;
  }
}

#spinner circle {
    
  fill: none;
  stroke: slategray;
  stroke-width: 16;
  stroke-linecap: round;
  stroke-dasharray: 0, 0, 70, 194;
  stroke-dashoffset: 0;
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
}

#listingresults li {padding-bottom:1em;}
 
  
  #sortselctors {
    float: right;
    width: 100%;
    margin-bottom: 1em;
    background-color: white;
    padding-bottom: 2em;
}
  #sortby {display:inline-block;}
  
 #sortselctors select,#sortby{float: right;}

#listingresults {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 2em;
}

#listingresults li {
 /* border: 1px solid #ddd; *//* Add a border to all links */
 /*  margin-top: -1px; */ /*Prevent double borders */
  background-color: #ffffff; /* Grey background color */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
 
  color: black; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
}
#listingresults li:nth-child(even) {
  /*border: 1px solid #ddd; *//* Add a border to all links */
 /*  margin-top: -1px;*/ /* Prevent double borders */
  background-color: #f3f3f3; /* Grey background color */
  
 
}

#listingresults li:hover:not(.header) {
  background-color: #eee; /* Add a hover effect to all links, except for headers */
}

#sortselctors { width:50%;float:right;padding-top:0.5px;padding-bottom:0.5px; }

#informsquery {clear:right;width:100%;border: 1px solid grey;border-radius:16px;padding: 10px;height:3em;}

#formsquery {float:left;display:inline;border:none;}
