/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3 sept. 2014, 14:39:00
    Author     : laurentdubois
*/
.heading .snippet{
    font-size: 1.1em;
}
#history-search{
        width: 100%;
}
.search{
	text-align:center;
        padding-bottom: 3.5%;
}
#block-search-form{
		//width: 80%;
    margin: 0 auto;
    padding-top: 3.5%;
    //padding-bottom: 3.5%;
}
.search-options-wrapper {
     float: right;
     height: 30px;
    color: #002a5c;
    padding: 10px 10px;
    //font-size: 90%;
}
.search-options-wrapper li {
    display: inline;
}
.search-options-wrapper ul li {
    margin-left: 10px;
    margin-right: 10px;
    
}

.search-gear-btn{
	border-radius: 5px;
  box-sizing: content-box;
  border: 2px solid #DEDEDE;
}
a.search-gear-btn:hover {
  border-color: #666666;
}

a.search-gear-btn:hover:after {
  border-top-color: #666666;
}
a.search-gear-btn{
	position: relative;
  right: 2.5em;
  top: 0.1em;
}

a.search-gear-btn:after {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #DEDEDE;
  top: 12px;
  margin: 2px;
}

#search-block-form input.form-text {
    padding-right: 3em;
}
#search-form input[for="advanced search"]{
	background: url(../images/menu/btn-arrow.png) no-repeat center top;
	width : 20px;
        text-indent: -9999px;
         margin-left: 0px;
    margin-right: 0px;
    position: relative;
    top: -1px;
    padding: 0px 5px 0px 5px;
    border:none;
    
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    text-shadow: 0 1px #902a27;
}

.solr-snippet-visualizer{
    background: url(../images/dial_background.png) no-repeat right bottom;
    background-size: 18%;
}
/*
.submit-search{
    margin-left: auto ; 
    margin-right: auto ;

}
.ucl-search-form input[type="submit"]{
    background-color: #e78970;
    text-transform: uppercase;
    font-size: 16px;
    //font-size: 1.6rem;
    padding: 10px 25px;
    //padding: 1.5rem 2.5rem;
    white-space: nowrap;
    color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: 4px solid rgba(231,137,112,0.5);
    background-color: #e78970;
    cursor:pointer;
}
*/
.solr-search-navigation{
    text-align: center;
    height: 28px;
    float: right;
    width: 25%;
    margin-right: 1em;
}
.solr-navigation-previous{
    float: left;
}
.solr-navigation-next{
    float:right;
}
.solr-snippet-wrapper {
	//border-bottom: 1px dotted #CCC;
	padding: 0 10px 10px 10px;
	margin-right: 20px;
	overflow: hidden;
	height: 100%;
}
.snippet-thumbnail {
	float: left;
	position: relative;
	left: -5px;
}

.snippet-thumbnail {
        background-image: url('../images/image_default.png') ;
        background-size: 70px 106px;
        background-repeat: no-repeat;
	width: 70px;
	height: 106px;
        padding: 5px;
        background-origin: content-box;
}

img.chamo-thumbnail {
        //background-image: url('../images/image_default.png') ;
        //background-size: 70px 106px;
        //background-repeat: no-repeat;
	width: 70px;
	height: 106px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
        background-color: #dddddd;
        border-bottom: 1px solid #9a9a9a;
        border-left: 1px solid #c2c2c2;
        border-radius: 4px;
        border-right: 1px solid #9a9a9a;
        border-top: 1px solid #c2c2c2;
        padding: 5px;
        background-origin: content-box;
}
.chamo-node .chamo-thumbnail {
        background-image: url('../images/image_default.png') ;
        background-size: 140px 205px;
        background-repeat: no-repeat;
	width: 140px;
	height: 205px;
        padding: 5px;
        background-origin: content-box;
}
.chamo-node img.chamo-thumbnail {
        //background-image: url('../images/image_default.png') ;
        //background-size: 140px 205px;
        //background-repeat: no-repeat;
	width: 140px;
	height: 205px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
        background-color: #dddddd;
        border-bottom: 1px solid #9a9a9a;
        border-left: 1px solid #c2c2c2;
        border-radius: 4px;
        border-right: 1px solid #9a9a9a;
        border-top: 1px solid #c2c2c2;
        padding: 5px;
        background-origin: content-box;
}
.snippet-thumbnail .chamo-thumbnail  {
	width: 70px;
	height: 106px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
}

.solr-snippet-container {
    clear:both;
    margin-left: 50px;
    margin-top: 5px;
}

#snippet-thumbnail a{
    display: block;
    width:100%;
    height:100%;    
}
.snippet-cart-action{
    float:left;
    
}
.snippet-availability {
    float:right;
    position:relative;
    top:20px;
}


li.search-result2{
    //margin-top : 10px;
    margin-bottom : 1.2em;
    //background-color: #f1f1f1;
    border: 1px solid #c2c2c2;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
}
.apachesolr_search-results li.search-result{
    margin-bottom : 1.2em;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
}

.reserves-search-results{
    clear: both;
  margin: auto;
  display: table;
  width: 95%;
  margin-top: -34px;
}
.ucl_chamo_reserve-results {
  display: table;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.ucl_chamo_reserve-results .reserves-header {
  display: table-header-group;
  line-height: 28px;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  font-weight: bold;
  color: #666666!important;
  //width: 100%;
  /*position: absolute;*/
}
.ucl_chamo_reserve-results .reserves-header span {
  background: transparent url('../images/menu/menu-background.png') repeat-x;
  border-bottom: 1px solid grey;
}
.ucl_chamo_reserve-results .reserves-body{
  display: table-row-group;
  /*position: absolute;*/
}
.ucl_chamo_reserve-results li.reserves-row {
  display: table-row;
  //width: 100%;
  /*position: absolute;*/
}

.ucl_chamo_reserve-results li.reserves-row > span {
  list-style:none;
  display: table-cell;
  //border: 1px solid #000;
  padding: 2px 6px;
}

.ucl_chamo_reserve-results .reserves-row a:hover{
    //color: white!important;
}
.ucl_chamo_reserve-results  .reserves-body li:hover {
    background: #e93631;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #f65d5f, #e93631);
  background-image: -moz-linear-gradient(top, #f65d5f, #e93631);
  background-image: -o-linear-gradient(top, #f65d5f, #e93631);
  background-image: linear-gradient(to bottom, #f65d5f, #e93631);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: white!important;
  text-shadow: 0 1px #902a27;
  cursor: pointer;
}

.snippet-metadata{
    width: 70%;
    margin-left: 100px;
    
}
#snippet-metadata .snippet-solr-data,
.snippet-node-data
{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px;
    
}
.snippet-label{
    //display: none !important;
    vertical-align:top;
    width:20%;
}
.search-snippet-info .snippet-label{
		display:none !important;
	}
.snippet-separator{
    display: none !important;
}
.snippet-data,
.chamo-node-details .node-detail-data {
    width:79%; 
}
.node-detail-data {
    text-align: justify;
}
.chamo-node-details {
    display: block;
}
.chamo-node-details .node-detail-label{
    width:20%;  
}
.node-label{
    width:15%;  
}
.node-separator{
    width:10px;  
}
.th-reserve-call_number, .th-reserve-location{
    width: 15%;
}
.snippet-icons{
	display:none;	
}
.snippet-default-icons{ 
    width: 30px;
    height: 22px;
}
.snippet-sm_loc-icons{ 
    background-image: url('../images/icons/library.png') ;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-origin: content-box;
    width: 30px;
    height: 22px;
}
.snippet-publisher-icons,
.snippet-sm_publication-icons,
.snippet-publication-icons
{
    background-image: url('../images/icons/paper.png') ;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-origin: content-box;
    width: 30px;
    height: 22px;
}
.snippet-sm_author-icons,
.snippet-author-icons{
    background-image: url('../images/icons/group.png') ;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-origin: content-box;
    width: 30px;
    height: 22px;
}
.snippet-ss_edition-icons{
    background-image: url('../images/icons/edit.png') ;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-origin: content-box;
    width: 30px;
    height: 22px;
}
.snippet-tm_tse-icons,
.snippet-collection-icons{
    background-image: url('../images/icons/books.png') ;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-origin: content-box;
    width: 30px;
    height: 22px;
}
.snippet-added_author-icons{
 
}
.snippet-sm_date_display-icons {
    background-image: url('../images/icons/calendar.png') ;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-origin: content-box;
    width: 30px;
    height: 22px;
}
.snippet-sm_format-icons {
    background-image: url('../images/icons/book.png') ;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-origin: content-box;
    width: 30px;
    height: 22px;
}
li.search-result{
    list-style: none;
}
li.search-result .title{
    padding: 10px 5px 0px 10px;
    font-size: 1.3em;
    font-weight: bold;
}
li.search-result .title a:link,
li.search-result .title a:visited{
    color: #666666 !important;
}



.result-label{
    float: left;
    max-width: 70%;
    margin-top: 1px;
}
.result-rss{
    float: left;
    margin-top: 1px;
    margin-left: 5px;
}
.result-rss i{
    color: #FF6600;
}

/*
.sort-wrapper:after, .rows-wrapper:after {
    clear: both;
    content: "";
    display: table;
}
*/
.rows-wrapper .wrapper-dropdown{
    width: 40px;
}
.sort-wrapper .wrapper-dropdown{
    width: 150px;
}
.wrapper-dropdown {
    /* Size and position */
    position: relative;
    float: right;
    margin: 0 auto;
    padding: 0px 10px 0px 10px;
    /* Styles */
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;

    /* Font settings */
    font-weight: bold;
    color: #666666;
}

.wrapper-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #8aa8bd transparent;
}

.wrapper-dropdown .ucl-dropdown{
  /* Size & position */
    //z-index: 1;
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown .ucl-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.wrapper-dropdown .ucl-dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}

.wrapper-dropdown .ucl-dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #777777;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}



.wrapper-dropdown .ucl-dropdown li:first-of-type a {
    //border-radius: 7px 7px 0 0;
}

.wrapper-dropdown .ucl-dropdown li:last-of-type a {
    border: none;
    //border-radius: 0 0 7px 7px;
}
.wrapper-dropdown .ucl-dropdown li img {
    float: right;
    color: inherit;
}
/* Hover state */

.wrapper-dropdown .ucl-dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */

.wrapper-dropdown.active .ucl-dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown .ucl-dropdown,
.no-pointerevents .wrapper-dropdown .ucl-dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown.active .ucl-dropdown,
.no-pointerevents .wrapper-dropdown.active .ucl-dropdown {
    display: block;
}

#breadcrumb_container{
    background-color: #ffffff;
    height: 35px;
    margin: 10px;
    display: inline-block;
    //margin-bottom: 20px;
    //margin-top: 20px;
        
}
#breadcrumb_container div {
    float: left;
    line-height: 36px;
    margin: 0;
    padding: 0;
    //margin-top: -1px;
}
.breadcrumb-title {
    background: #3bc492;
    color: white;
    margin: 0;
    padding: 0 10px !important;
    border: 0;
}
#breadcrumb_container div .first{
    margin-left:5px;
}
.breadcrumb-value div{
    display: inline-block;
    //padding: 0 10px 0 5px !important;
    //border-right: 1px solid #ece6e6;
}  
.current-search-item li span{
    color: #c0392b !important;
    font-weight: 400;
    padding: 0 0 0 7px;
    float : right;
}
.remove-active-facet{
    font-weight: 400;
    padding: 0 0 0 7px;
    
    //line-height: 0px !important;
    //float:right;
}
.remove-active-facet:hover{
    color: #c0392b !important;
    font-weight: 400;
    
    //line-height: 0px !important;
    //float:right;
}
.remove-active-facet div{
    padding-left: 5px;
}
.active-search > .active {
  color: #999999;
}
.extra-search {
    float: right;
    margin-top: 1em;
    color: #f2f2f2;
    margin-right: 8em;
}
.extra-search > div{
    margin-right: 20px;
}

i.current-search-right{
    float: right;
    margin-top: 5px;
    margin-right: 5px; 
}

i.red{
    color: #c0392b; 
}
li div.recordNumber{
    padding: 10px 5px 0px 10px;
    float: left;
    min-width: 1em;
    list-style: none;
}
li div.record {
    margin-left: 1.5em;
}
    
