/************************************************************************
*
*
		SOLO PER LA PORTLET RENDIMENTI E QUOTAZIONI PORTLET   
*
*
*************************************************************************/

/*** DIV DI RICERCA CHE SIMULA UN INPUT FIELD ****/
.rendimentiEQuotazioniContenuto  .rendimenti.input {
	margin-top: 5px;
	width: 400px;
}

.rendimentiEQuotazioniContenuto .searchDiv {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	background-color: white;
	background-color: -moz-field;
	border: 1px solid darkgray;
	box-shadow: 1px 1px 1px 0 lightgray inset;
	font: -moz-field;
	font: -webkit-small-control;
	margin-top: 5px;
	padding: 2px 3px;
	box-shadow: inset 0px 1px 4px #666;
	cursor: text;
	height: 1.1em;
}

.rendimentiEQuotazioniContenuto .searchDiv .searchValue {
	min-height: 16px;
}

.rendimentiEQuotazioniContenuto .searchDiv .searchButtons {
	float: right;
	position: relative;
}

.rendimentiEQuotazioniContenuto .searchDiv .iconClickable,.iconClickable:hover,.iconClickable:active,.iconClickable:focus
	{
	background-color: transparent; /* make the button transparent */
	background-repeat: no-repeat;
	/* make the background image appear only once */
	background-position: 0px 0px; /* equivalent to 'top left' */
	border: none; /* assuming we don't want any borders */
	cursor: pointer;
	/* make the cursor like hovering over an <a> element */
	height: 16px; /* make this the size of your image */
	padding-left: 16px; /* make text start to the right of the image */
	vertical-align: middle; /* align the text vertically centered */
}

.rendimentiEQuotazioniContenuto .searchDiv .resetSearch,.resetSearch:hover,.resetSearch:active,.resetSearch:focus
	{
	background-image: url(/ISPVita-theme/images/common/close.png);
	/* 16px x 16px */
	position: relative;
	float: left;
}

.rendimentiEQuotazioniContenuto .searchDiv .startSearch,.startSearch:hover,.startSearch:active,.startSearch:focus
	{
	background-image: url(/resources-hook/img/isp/icon_search.png);
	/* 16px x 16px */
	position: relative;
	float: left;
}

.rendimentiEQuotazioniContenuto .searchDiv .emptySearchDialog {
	background: none repeat scroll 0 0 rgba(200, 200, 200, 1);
	border: 0 none;
	overflow: auto;
	padding: 0.5em 1em;
	position: relative;
}

/* Sposta i messaggi del menu autocomplete fuori dal browser 
	in modo che comunque si riescano a leggere da parte dei lettori 
	per non vedenti
*/
.rendimentiEQuotazioniContenuto .searchDiv .ui-helper-hidden-accessible
	{
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


.rendimentiEQuotazioniContenuto  .spinner,.spinner,.spinner:active,.spinner:focus
	{
	background:url(/resources-hook/img/isp/icon_search.png) no-repeat; 
	/* 16px x 16px */
	height: 16px;
	width: 16px;
	left: 50%;
	position: relative;
}


.page-dettaglio_rendimenti .taglib-header {
	margin: 0;
}

.rendimentiQuotazioni .contenitoreCategorie .categorie {
	vertical-align:baseline;
}

.rendimentiQuotazioni .contenitoreCategorie .categorieSecondoLivello .categorieDiSecondoLivello .shadow {
	height: 20px;
}

}.docQuotazioni{
	  min-height: 40px;
  line-height: normal;
  border: 1px solid #eef4f8;
  text-align: left;
  width: 100%;
  padding: 0 20px;
}
.category-button {
  display: none;
  align-items: center;
 /* tasto che parte nascosto epr essere mmostrato solo quando si clicca una categoria*/
  width: 230px;
  color: var(--clr-blue-150) !important;
  background: var(--clr-white);
  border: 0.0625rem solid var(--clr-blue-150);
  height: 30px;
  line-height: 30px;
  font-weight: bold !important;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 20px auto 10px auto !important;
  font-size: 70%;
  text-transform: uppercase;
  background-image: url("/o/ISPVita-theme/images/isp/arrow-blue-down.png");
  background-repeat: no-repeat;
  background-position: 92% 50%;
  padding: 0.375rem 1.25rem;
  overflow: hidden;
  cursor: pointer;
}

.arrow-up {
    background:
        url("/o/ISPVita-theme/images/isp/arrow-white-up.png") no-repeat 90% 50%,
        linear-gradient(180deg, var(--clr-blue-linear-gradient-start) 0%, var(--clr-blue-linear-gradient-end) 100%);
    border: none;
    color: var(--clr-white) !important;
    display: flex;
}

.arrow-down {
    color: var(--clr-blue-150) !important;
    background-color: var(--clr-white);
    border: 0.0625rem solid var(--clr-blue-150);
    background-image: url("/o/ISPVita-theme/images/isp/arrow-blue-down.png");
    display: flex;
}

/************************************************************************
*
*
		SOLO PER LA PORTLET RENDIMENTI E QUOTAZIONI PORTLET   - FINE
*
*
*************************************************************************/

/************************************************************************
*
*
		FIXES CROSS BROWSERS
*
*
*************************************************************************/

/* ie7  */
/*fix ie7 inline.block bug */
.rendimentiEQuotazioniContenuto .rendimenti .rendimento {
	zoom: 1;
	*display: inline;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 100px;
}