/*//////////////////////////
// Busqueda top bar  ///////
//////////////////////////*/

#articulo > .inner > .search  a{
	font-weight:bold;
}

#search-searchword {
  background-color: #d2dede;
  width: 100%;
  border: 0px;
  height: 25px;
  text-indent: 15px;
  margin:0 auto 10px auto ;
}

#searchForm .btn-toolbar .btn-group {
position: static !important;
margin-top: 0px !important ;
}

#searchForm > div.btn-toolbar > div:nth-child(2) > button {
display:none;
}

#searchForm > fieldset.phrases > legend {
  margin-bottom:10px ;
  font-weight:bold ;
}

#searchForm .controls{
	margin-left:30px;
}

#searchForm .controls > label{
	display:block;
}

#searchForm > fieldset.phrases > div.phrases-box > div {
margin-bottom: 10px ;
}

#searchForm > fieldset.phrases > div.ordering-box > label {
display:block;
font-weight:bold ;
margin-bottom:10px ;
}

#searchForm > fieldset.only input,
#searchForm > fieldset.phrases > div.phrases-box input {

	margin-right: 7.5px;
}

#ordering_chzn > a{
  background-color: #d2dede;
  width: 380px;
  border: 0px;
  height: 25px;
  text-indent: 15px;
  color: #ACA9AD;
  box-shadow:none ;
  background-image:none ;
  border-radius:0px ;
  font-weight:100 ;
  padding:0px;
}
.chzn-container .chzn-drop{
background-color: #d2dede;
  width: 380px !important;
  border: 0px;
  text-indent: 10px;
  margin-bottom:10px ;
  color: #ACA9AD;
  box-shadow:none ;
  background-image:none ;
  border-radius:0px ;
  font-weight:100 ;
  padding:0px;
}

.inner .search{
overflow:visible !important;
}

#ordering_chzn  .chzn-results {
 background-color: #d2dede;
  border: 0px;
  height: auto ;
  text-indent: 10px;
  margin-bottom:10px ;
  color: #ACA9AD;
  box-shadow:none ;
  background-image:none ;
  border-radius:0px ;
  font-weight:100 ;
}

#ordering_chzn > div > ul {
padding: 0 ;
margin:0px ;
}

#ordering_chzn > div > ul li:hover{
opacity:0.7 ;
}

#searchForm > fieldset.only  {
margin-top:10px ;
}
#searchForm > fieldset.only > legend{
font-weight:bold ;
margin-bottom:10px ;
}

#searchForm > fieldset.only > label{
margin-left:30px ;
display:block;
}

#searchForm > fieldset.only > label:last-child{
padding-bottom: 20px;
}

#searchForm > fieldset.only > label:nth-child(3),
#searchForm > fieldset.only > label:nth-child(5),
#searchForm > fieldset.only > label:nth-child(6){
display:none ;
}

 #articulo > .inner > .search {
    font-size: 12px !important;
    padding: 5px 0px;
    line-height: 18px;
    color: #666666;
}

#searchForm .form-limit {
	position:relative;
	padding:5px 0px ;
	border-bottom:1px solid #ECEEEB;
	border-top:1px solid #ECEEEB;
}

#limit {
	position:absolute;
	right:0px;
}

.search > .pagination{
	border-top:1px solid #ECEEEB;
	border-bottom:1px solid #ECEEEB;
	padding:5px 0px;
}

.search > .pagination > ul{
		display:flex;
		flex-flow: row nowrap;
		justify-content:space-between;
		align-items:center;
		width:300px;
		margin:0 auto;
	}

.search > .pagination > ul > li {
	display:inline;
}

/******
RESALTADO
*******/

span.highlight {
  background-color: #FFFF00;
  font-weight: bold;
  padding: 1px 4px;
}

@media screen and (min-width:1020px) {
  #articulo > .inner > .search  a{
    font-weight:bold;
  }

  #search-searchword {
    width: 400px;
  }
}
