/**
 *  @template       LEPTON-Start
 *  @version        see info.php of this template
 *  @author         cms-lab
 *	@copyright		2010-2023 CMS-LAB
 *  @license        https://creativecommons.org/licenses/by/3.0/
 *  @license terms  see info.php of this template
 *  @platform       see info.php of this template
 */


/* frontend css for lib_search */


#search_results {
  margin: 20px 0 30px 0;
  padding: 0;
}
#search_results h2 {
  font-size: 1em;
}
.search_form {
  margin: 0 0 25px 0;
  padding: 0;
}
.search_item {
  margin: 0;
  padding: 20px 0 30px 0;
  /*font-size: 11pt;*/
  clear: both;
	border-top: solid 1px rgba(0,0,0, 0.1);
}
.search_item_header {
  /*font-size: 13pt;*/
	font-size:1.1em;
	color:var(--color_hms_blue_hex);
  font-weight: bold;
}
.search_item_description {
  /*font-size: 8pt;*/
  font-style: italic;
  margin: 0;
	margin-bottom:5px;
}
.search_item_excerpt {
  /*font-size: 9pt;*/
	font-size:0.8em;
	line-height: 1.2em;
	color:#6E6E6E;
}
.search_image_thumbs {
  margin: 10px 0 0 0;
  padding: 0;
  clear: both;
  /*font-size: 9pt;*/
}
.search_image_thumbs_title {
  /*font-size: 9pt;*/
  font-weight: bold;
  font-style: italic;
  padding: 0 0 10px 0;
}
.content_image,
.search_image_thumbs_image {
  width: 100px;
  height: auto;
  padding: 0;
  margin: 0 20px 10px 0;
  float: left;
}
.search_image_thumbs_loop {
  clear: both;
  margin: 0 0 15px 0;
}

.search_box_input_active,
.search_box_input {
  width: 150px;
  background-image: url('../../images/search.gif');
  background-repeat:no-repeat;
  padding-left:20px;
  color: #b3b3b3;
  background-color: transparent;
} 
/* change the color at input */
.search_box_input_active {
  color: #000;
  background-color: transparent;
}