/*
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 : 2015-04-09, 10:39:37
    Author     : aolivier
*/

/* Generic classes */

*,
*:after,
*:before
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

.floatContainer:after{
    content: "";
    display: table;
    clear: both;
}



.display_table{
    display: table;
    width: 100%;
}

.display_tableRow{
    display: table-row;
}

.display_tableCell{
    display: table-cell;
    vertical-align: middle;
}

.isHidden{
    display: none !important;
}

.fullSizeOfParent{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}



.searchResult-margin{
    margin: 10px;
}

#facetsContainer
{
    padding: 0 10px 0 0;
}




#resultsList{
    position: relative;
    z-index: 1;
    padding: 10px; /* half of desired space. the other half will be from the item */

    -webkit-transition: opacity ease-out 0.3s;
    -moz-transition:    opacity ease-out 0.3s;
    -ms-transition:     opacity ease-out 0.3s;
    -o-transition:      opacity ease-out 0.3s;
    transition:         opacity ease-out 0.3s;
}


#resultsRow.isLoading #resultsList{
    opacity: 0.5;
    min-height: 500px;
}

#resultsRow .paginationContainer{
    -webkit-transition: opacity ease-out 0.3s;
    -moz-transition:    opacity ease-out 0.3s;
    -ms-transition:     opacity ease-out 0.3s;
    -o-transition:      opacity ease-out 0.3s;
    transition:         opacity ease-out 0.3s;
}


#resultsRow.isLoading .paginationContainer{
    opacity: 0;
}


#resultsCol .loadingWrapper{
    position: absolute;
    display: none;
    top: 50px;
    left: 0;
    width: 100%;
}

#facets{
    border-left: solid #CACACA 1px;
    min-height: 100%;
    padding-left: 10px;
    margin-top: 0;
}

#facets div:first-of-type .facetTitleContainer {
    border-top: none;
}

#resultsRow.isLoading{
    overflow: hidden;
}


#resultsCol{
    padding-right: 10px;
    padding-left: 10px;
}



/* Slider */
#slider {
    height: 100%;
    position: relative;
    overflow: hidden;
}
#slider .slide {
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


/* Search bar */

.searchBar{
    width: 100%;
}

.searchBar-bar{
    vertical-align: bottom;
}

.searchBar .nav-tabs{
    border: none;
}

.searchBar-tabs{
    vertical-align: top;
}

.searchBar-tabs .nav-tabs>li>a{
    border-radius: 0;
    margin-right: 20px;
    color: white !important;
    background-color: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: solid transparent 1px;
    padding: 0;
}

.searchBar-categories.nav-tabs>li:last-of-type>a{
    margin-right: 0;
}

.searchBar-tabs .nav-tabs>li.active>a{
    font-weight: 600;
}


.searchBar-tabs .nav-tabs>li>a{
    outline-offset: 5px;
}


.searchBar-categories .input-group-addon{
    padding: 6px 12px 5px;
}

.searchBar-tabContent{
    color: white;
}


.searchBar-container {
    padding: 5px 10px;
    background-color: rgba(13, 13, 13, 0.85);
}

.searchBar-container .tokenfield,
.searchBar-container .tokenfield
{
    color: white;
}

.searchBar-container .tokenfield.focus,
.searchBar-container .tokenfield.active
{
    /*background-color: white;*/
    background-color: transparent;
    /*color: #1f1f1f;*/
    color: white;
}


.searchBar input[type='text'],
.searchBar input[type='search']
{
    width: 100%;
    /*color: #1f1f1f;*/
    color: white;
}

.searchBar .form-control{
    -webkit-border-radius: 0;
    -moz-border-radius:    0;
    border-radius:         0;
    margin-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent;
}

/*.searchBar .token-input,*/
/*.searchBar-container .token-input:active,*/
/*.searchBar-container .token-input:focus*/
/*{*/
    /*background-color: transparent;*/
/*}*/

#mainSearchField{
    opacity: 0;
}

.searchBar .tokenfield .token{
    background: #333333;
    /*color: #494949;*/
    color: #c8c8c8;
    border-color: #c8c8c8;
    cursor: pointer;
}


.searchBar .tokenfield .token a.close{
    color: #A8A8A8;
    text-shadow: 0 1px 0 #676767;
}

.searchBar .tokenfield .token:hover{
    border-color: #A6A6A6;
}

.searchBar .tokenfield .token.active,
.searchBar .tokenfield .token.active:hover
{
    border-color: #4077d3;
}

.searchBar .tokenfield .token a{
    outline: none;
    color: #1f1f1f;
    opacity: 1;
}

.searchBar .tokenfield .token a:hover{
    color: #4077d3;
}

/* Placeholder */

.searchBar-container ::-webkit-input-placeholder {
    color: #858585;
    font-size: 16px;
    font-weight: 400;

}
.searchBar-container :-moz-placeholder {
    /* FF 4-18 */
    color: #858585;
    font-size: 16px;
    font-weight: 400;
}
.searchBar-container ::-moz-placeholder {
    /* FF 19+ */
    color: #858585;
    font-size: 16px;
    font-weight: 400;

}
.searchBar-container :-ms-input-placeholder {
    /* IE 10+ */
    color: #858585;
    font-size: 16px;
    font-weight: 400;

}

/* Sections */

.section-title{
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;




}



.section-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    margin-bottom: -2px;
    background-color: white;
    -webkit-transform: scaleX(0);
    -moz-transform:    scaleX(0);
    -ms-transform:     scaleX(0);
    -o-transform:      scaleX(0);
    transform:         scaleX(0);
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin:    0% 50%;
    -o-transform-origin:      0% 50%;
    transform-origin:         0% 50%;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition:    all ease-out 0.3s;
    -ms-transition:     all ease-out 0.3s;
    -o-transition:      all ease-out 0.3s;
    transition:         all ease-out 0.3s;
}

.searchBar-tabs .section.active>.section-title:before,
.searchBar-tabs  .section>.section-title:hover:before
{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}




/* Search button */

.searchBar-searchBtnCol{
    width: 70px;
    text-align: right;
}

.buttonAndTextWrapper{
    display: inline-block;
    text-align: center;
}


.searchButton {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 2px 0 0 0;
    padding: 2px;
    border: none;
    outline: none;
    overflow: hidden;
    cursor: pointer;

    color: white;
    background-color: #4077d3;
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.8);

    -webkit-border-radius: 50%;
    -moz-border-radius:    50%;
    border-radius:         50%;

    -webkit-transition: all cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s;
    -moz-transition:    all cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s;
    -ms-transition:     all cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s;
    -o-transition:      all cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s;
    transition:         all cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s;


}

.searchButton i{
    -webkit-transition: all ease-out 0.3s;
    -moz-transition:    all ease-out 0.3s;
    -ms-transition:     all ease-out 0.3s;
    -o-transition:      all ease-out 0.3s;
    transition:         all ease-out 0.3s;
}

.searchButton:hover i{
    color: #4077d3;
}

.searchButton:hover
{
    box-shadow: 0px 0px 0px 80px rgba(136, 142, 143, 0.24);
    background-color: white;
    color: white !important;
}



.searchButton-callToAction{
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;

    -webkit-border-radius: 50%;
    -moz-border-radius:    50%;
    border-radius:         50%;

    border: transparent dotted 2px;
}

.searchButton:focus .searchButton-callToAction
{
    border-color: white;
}


.searchButton-total{
    display: block;
    margin-top: 5px;
    color: white;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-style: italic;
}


/* Filters and options */
.searchBar-container .customCheckboxesAndRadioButtons{
    color: white;
}

.searchBar-container .customCheckboxesAndRadioButtons .input-group-addon,
.searchBar-container .customCheckboxesAndRadioButtons .btn-default
{
    background: transparent !important;
    border: none !important;
}

.searchBar-container .customCheckboxesAndRadioButtons .btn-default{
    color: white;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}

.searchBar .dropdown-menu{
    background-color: black;
    background-color: rgba(13, 13, 13, 0.85);
    margin-top: 4px;
    -webkit-border-radius: 0;
    -moz-border-radius:    0;
    border-radius:         0;

}

.searchBar .dropdown-menu>li>a{
    color: white;
}

.searchBar .dropdown-menu .divider{
    background-color: rgba(229, 229, 229, 0.3);
}

.searchBar .dropdown-menu>li>a:hover,
.searchBar .dropdown-menu>li>a:focus
{
    background-color: rgba(255, 255, 255, 0.06);
    background-image: none;
}









/*.document-number {*/
    /*color: white;*/
    /*font-size: 0.85em;*/
/*}*/
/*.search-calendar {*/
    /*float: right;*/
    /*margin: 4px 2px;*/
/*}*/
/*.search-input {*/
    /*margin-right: 25px;*/
/*}*/
/*.search-text-input {*/
    /*width: 100%;*/
/*}*/
/*.search-filters > div {*/
    /*float: left;*/
    /*color: white;*/
    /*padding: 4px 6px;*/
/*}*/
/*.all-filters {*/
    /*cursor: pointer;*/
    /*padding: 0 4px;*/
/*}*/
/*.opened > .all-filters,*/
/*.filters-list {*/
    /*color: yellow;*/
    /*background-color: white;*/
    /*background-color: rgba(255, 255, 255, 0.8);*/
    /*z-index: 50;*/
/*}*/
/*.filter-display {*/
    /*font-weight: normal;*/
    /*padding-left: 4px;*/
/*}*/

/* Tokens */




.facetContainerCategory{
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 5px;
    padding: 10px 0;
    margin: 0;
    font-size: 20px;
    font-size: 2rem;
}

.facetContainerCategory.borderBotton{
    border-bottom: solid #CACACA 1px;
    margin-bottom: 5px;
}

.facetContainerCategory.borderTop{
    border-top: solid #CACACA 1px;
}


/* Display Options */
.resultDisplayOptions{
    float: right;
}

.resultDisplayOptions-display{
    float: left;
}

.resultDisplayOptions-sortMenu{
    float: left;
}



/* Renderers */
.renderers-list {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 33px;
}

.renderer {
    height: 28px;
    width: 28px;
    display: block;
    margin: 2px 4px;
    float: left;
}

.renderer-list {
    background: url('../img/icons/32/liste.png') no-repeat center center;
}

.renderer-galleryGrid {
    background: url('../img/icons/32/damier.png') no-repeat center center;
}

.renderer-galleryPackery {
    background: url('../img/icons/32/mosaique.png') no-repeat center center;
}

.renderer-timeline {
    background: url('../img/icons/32/timeline.png') no-repeat center center;
}


.expGrid-details .searchResult-field{
    color: white;
}














/* Facets */

.facetTitleContainer{
    border-top: solid #CACACA 1px;
}

.facetTitleContainer-titleCol{
    padding: 5px 10px;
    text-align: left;
}

.facetTitleContainer-title{
    word-break: break-all;
    font-weight: 600;
    text-transform: uppercase;
    color: #4077d3;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

.facetTitleToggle{
    width: 100%;
    margin: 10px 0 5px;
}

.facetTitleContainer-chevronCol{
    width: 40px;
}

.fa.facetTitleContainer-chevron{
    font-size: 15px;
}

.facet-opened .facetTitleContainer-chevron{
    -webkit-transform: rotate(-90deg);
    -moz-transform:    rotate(-90deg);
    -ms-transform:     rotate(-90deg);
    -o-transform:      rotate(-90deg);
    transform:         rotate(-90deg);
}

.facetContent .facet{
    position: relative;
}

.facetContent .facet-label:before{
    content: ">";
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -10px;
    font-weight: bold;
    opacity: 0;
    color: #4077d3;
}


.facetContent .facet:hover .facet-label{
    color: #4077d3;
    padding-left: 5px;
}

.facetContent .facet:hover .facet-label:before{
    opacity: 1;
}

/*.facet-title {*/
    /*font-weight: bold;*/
    /*color: #200CFF;*/
    /*font-size: 1.2em;*/
    /*padding-left: 12px;*/
    /*background: url('../img/expandDown.gif') no-repeat top left;*/
/*}*/

/*.facet-closed .facet-title {*/
    /*background-image: url('../img/expandUp.gif');*/
/*}*/

.facet {
    display: block;
}

.facet-count {
    font-style: italic;
}

/* Facet pagination */
.facet-pagination {
    overflow: hidden;
    padding: 10px;
}

.facet-pagination .page {
    float: left;
    border: 1px solid #8d8d8d;
    margin: 2px;
    padding: 2px 4px;
    cursor: pointer;
}

.facet-pagination .page:not(.isCurrentPage):hover{
    border-color: #4077d3;
    color: #4077d3;
}

.facet-pagination .page.isCurrentPage {
    background: #4077d3;
    border-color: #c8c8c8;
    color: white;
    cursor: default;
}

/* Facettes arborescentes */
.tree-level > .tree-level {
    padding-left: 14px;
}

.treeOpener {
    width: 14px;
    height: 17px;
    background: url('../img/tree_node_minus.png') 50% 3px no-repeat transparent;
    display: inline-block;
    vertical-align: middle;
}
.treeOpener.closed {
    background: url('../img/tree_node_plus.png') 50% 3px no-repeat transparent;
}

.tree-level > .tree-facet-value {
    background: url('../img/tree_node.png') 2px 50% no-repeat transparent;
    padding-left: 14px !important;
}

.tree-level > .tree-last-value {
    background: url('../img/tree_node_btm.png') 2px 50% no-repeat transparent;
}

/* Mode page */
.facets,
.vfacets
{
    font-size: 12px;
    line-height: 17px;
}


.pagination-pages .facet-values {
    position: relative;
    overflow: hidden;
}
.pagination-pages .facet-values .page {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 15px;
}

.facet-content .facet{

}

/* Generic search classes */
.searchResultList-thumbnailFrame{
    position: relative;
    height: 100px;
    width: 100%;
    /*border: solid #CACACA 1px;*/


    /*-webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.2) inset;*/
    /*-moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.2) inset;*/
    /*box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.2) inset;*/
}


.searchResult-viewLinks{
    margin: 10px 0;
}

.searchResult-alternateLink,
.searchResult-alternateLink:visited,
.searchResult-addToCart,
.searchResult-addToCart:visited,
.searchResult-defaultDetails .itemAddToCart,
.searchResult-defaultDetails .itemRemoveFromCart,
.searchResult-defaultDetails .button_addto_link

{
    border: solid rgba(64, 119, 211, 0.59) 1px;
    padding: 3px 7px;
    color: rgba(64, 119, 211, 1);
    font-weight: 400;

    -webkit-transition: all ease-out 0.3s;
    -moz-transition:    all ease-out 0.3s;
    -ms-transition:     all ease-out 0.3s;
    -o-transition:      all ease-out 0.3s;
    transition:         all ease-out 0.3s;

    background-color: rgba(255, 255, 255, 0.85);

}

.searchResult-defaultDetails .itemAddToCart,
.searchResult-defaultDetails .itemRemoveFromCart
{
    background-position: 7px 50% !important;
}


.fa.searchResult-removeFromCartIcon{
    display: none;
}

.searchResult-alternateLink:hover{
    border-color: rgba(0, 0, 0, 0.50);
}

.searchResult-viewLinks .fa{
    margin-right: 3px;
}

.searchResult-highlight em{
    font-weight: 600;
}


/* Search result - list */

.searchResultList-thumbnailCol{
    width: 140px;
    border-right: #D6D6D6;
    padding: 2px 10px 2px 0;
}

.searchResultList-imageLink:focus,
.searchResultList-imageLink:active
{
    outline-offset: 5px;
}

.searchResultList-item{
    margin: 0;
    border-bottom: solid #CACACA 1px;
}

.searchResultList-item .searchResult-readMoreWrapper,
.expGrid-expander .searchResult-readMoreWrapper
{
    display: none;
}


.searchResultList-previewCol{
    padding: 5px 10px;
}

.searchResult-title{
    font-weight: 600;
}

.searchResult-title em,
.searchResult-authorWrapper em,
.searchResult-publicationYear em
{
    background-color: rgb(255, 252, 0);
    color: rgb(86, 86, 86);
}

.searchResult-field{
    margin-bottom: 0;
    line-height: 20px;
    line-height: 2rem;
}

.searchResult-titleWrapper{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 17px;
    line-height: 1.7rem;
    margin-bottom: 10px;
}

.searchResult-readMore{
    text-align: right;
}

.searchResult-detailsLink{
    position: relative;
    cursor: pointer !important;
    outline: 0 !important;
    text-decoration: none !important;

    -webkit-font-smoothing: subpixel-antialiased;
}

.searchResult-detailsLink:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    margin-bottom: -2px;
    background-color: #4077d3;

    -webkit-transform: scaleX(0);
    -moz-transform:    scaleX(0);
    -ms-transform:     scaleX(0);
    -o-transform:      scaleX(0);
    transform:         scaleX(0);

    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin:    0% 50%;
    -o-transform-origin:      0% 50%;
    transform-origin:         0% 50%;


    -webkit-transition: all ease-out 0.4s;
    -moz-transition:    all ease-out 0.4s;
    -ms-transition:     all ease-out 0.4s;
    -o-transition:      all ease-out 0.4s;
    transition:         all ease-out 0.4s;


}


.searchResult-detailsLink:hover:before{
    -webkit-transform: scaleX(1);
    -moz-transform:    scaleX(1);
    -ms-transform:     scaleX(1);
    -o-transform:      scaleX(1);
    transform:         scaleX(1);

}

.searchResult-detailsLink .fa{
    position: relative;
    top: 1px;
    margin-right: 5px;
}


.searchResultList-item .searchResult-footerWrapper
{
    margin-top: 5px;
}

.expGrid-expander .searchResult-footerWrapper,
.vco-slider .searchResult-footerWrapper
{
    margin-top: 10px;
}




.searchResult-footerWrapper{
    display: table;
    width: 100%;
}

.searchResult-footer{
    display: table-row;
}

.searchResult-viewLinks,
.searchResult-readMoreWrapper
{
    display: table-cell;
}

.searchResult-readMoreWrapper{
    text-align: right;
}

.searchResult-readMore{
    display: inline-block;

}

.searchResult-moreLikeThis:empty{
    display: none;
}

.searchResult-label{
    font-weight: 600;
}

#resultOptions{
    width: calc(100% + 1px); /* Hack pour régler des erreurs d'arrondissement */
    padding-right: 30px;
}

#resultOptions,
#facetLabel,
#resultsHeader
{
    background-color: #222222;
    color: white;
    height: 40px;
}


#facetLabel{
    border-left: solid #747474 1px;
}


#resultOptions > span,
#resultOptions > div
{
    float: right;
    line-height: 40px;
}


#resultOptions > span{
    padding-left: 10px;
}

#resultOptions > div{
    padding-left: 20px;
}



.resultOptions-filters,
.resultOptions-display
{
    width: 50%;
    vertical-align: middle;
    text-align: right;
}

.resultOptions-display{
    padding: 0;
    text-align: center;
}

.resultOptions-filters{
    text-align: left;
    padding: 0 20px;
}

/* Pagination */

.paginationContainer-top{
    min-width: 400px;
    padding-left: 20px;
}

.paginationContainer-top .pagination{
    margin: 0;
}

.paginationContainer-top .yt-uix-pager{
    height: 34px;
}

.paginationContainer-bottom{
    padding-left: 10px;
}


#searchResultSorting{
    min-width: 155px;
    margin-bottom: 2px;
    border: none;
    background-color: transparent;
    background-image: none;
    color: white;
    text-shadow: 0 1px 0 #b1b1b1;

    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Search result actions */

.searchResultList-item .btn.searchResult-action{
    padding: 5px 20px 3px;
}

.searchResultList-item .searchResult-actions i{
    color: #909090;
    font-size: 20px;


}

.searchResultList-item .searchResult-actions button:hover i{
    color: #4077d3;
}

.searchResultList-imagePreview
{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;

    /*max-width: 95%;*/
    /*max-width: calc(100% - 5px);*/
    /*max-height: 95%;*/
    /*max-height: calc(100% - 5px);*/
}



/* White read more */


.timelineDetails .searchResult-detailsLink,
.expGrid-details .searchResult-detailsLink,
.timelineDetails .searchResult-detailsLink:visited,
.expGrid-details .searchResult-detailsLink:visited
{
    color: white;
}

.timelineDetails .searchResult-detailsLink:before,
.expGrid-details .searchResult-detailsLink:before
{
    background-color: white;
}



/* Search Result - more like this images */

.searchResult-moreLikeThis{
    position: relative;
    overflow: hidden;
    border-top: solid black 1px;
    margin-top: 10px;
}

.moreLikeThis{
    display: table;
    width: 100%;
    width: calc(100% + 10px);
    height: 200px;
    margin-left: -5px; /* Margin width */
}

.moreLikeThis-floatDiv{
    width: 25%;
    float: left;
    height: 100px;
}

.moreLikeThis-imageContainer{
    position: relative;
    height: 100%;
    width: 100%;
}

.moreLikeThis-image{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.6;
    max-width: 95%;
    max-width: calc(100% - 10px); /* 100% - 2x margin width */
    max-height: 95%;
    max-height: calc(100% - 10px); /* 100% - 2x margin width */
    border: solid transparent 1px;

    -webkit-transition: border ease-out 0.3s, opacity ease-out 0.3s;
    -moz-transition:    border ease-out 0.3s, opacity ease-out 0.3s;
    -ms-transition:     border ease-out 0.3s, opacity ease-out 0.3s;
    -o-transition:      border ease-out 0.3s, opacity ease-out 0.3s;
    transition:         border ease-out 0.3s, opacity ease-out 0.3s;
}

.moreLikeThis-image:hover{
    border-color: #bbbbbb;
    opacity: 1;
}

.moreLikeThis-label{
    margin-top: 0;
    border-top: solid rgb(52, 52, 52) 1px;
    color: #9f9f9f;
    padding-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.searchResult-moreLikeThis .loaderContainer{
    position: absolute;
    display: none;
    top: 50%;
    height: 70px;
    margin-top: -35px;
    width: 100%;
    z-index: 1;
}

.searchResult-moreLikeThis .loaderContainer .loader{
    height: 70px;
    width: 70px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.searchResult-moreLikeThis.isLoading .loaderContainer{
    display: block;
}





/* Search Result - timeline */


/* Search Result - galleryPackery */

.searchResultGalleryPackery{
    display: inline-block;
    position: relative;
    max-width: 45%;
    max-width: calc(33.3333333333% - 40px);
    border: solid #BDBDBD 1px;
}

.searchResult-dropShadow{
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.85);
    -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.85);
    box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.85);
}



.searchResultGalleryPackery-image{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.searchResultGalleryPackery-overlay{
    position: absolute;
    width: 110%;
    height: 110%;
    padding: 10%;
    top: 0%;
    margin: -5% 0 0 -5%;
    left: 105%;
    background-color: rgba(84, 159, 195, 0.95);
}


.searchResultGalleryPackery:hover .searchResultGalleryPackery-overlay{
    left: 0;
}


.searchResultGalleryPackery-actions{
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0.5;

    -webkit-transition: opacity ease-out 0.3s;
    -moz-transition:    opacity ease-out 0.3s;
    -ms-transition:     opacity ease-out 0.3s;
    -o-transition:      opacity ease-out 0.3s;
    transition:         opacity ease-out 0.3s;

}

.searchResultGalleryPackery-actions:hover{
    opacity: 1;
}

.searchResultGalleryPackery .searchResult-addToCart .fa{
    padding: 0 2px 0 0;
    color: #4077d3;
}


/* No results */

.searchResults-noResult{
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
}




/* Basket */

#lnkBasket{
    outline-offset: 5px;
}

.basketInMenuWrapper{
    padding: 10px 20px;
}

.basketInMenuWrapper a{
    display: inline-block;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    color: #999;
    text-decoration: none;
}

.basketInMenuWrapper a:hover{

}


.searchResult-defaultDetails .itemAddToCart,
.searchResult-defaultDetails .itemRemoveFromCart
{
    padding-left: 30px;
}


.searchResultGalleryPackery .searchResult-addToCart{
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0.3;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.searchResultGalleryPackery .searchResult-addToCartLabel{
    display: none;
}

.searchResultGalleryPackery .searchResult-addToCart:hover{
    -webkit-transition: opacity ease-out 0.3s;
    -moz-transition:    opacity ease-out 0.3s;
    -ms-transition:     opacity ease-out 0.3s;
    -o-transition:      opacity ease-out 0.3s;
    transition:         opacity ease-out 0.3s;
    opacity: 1;
}
























.navbar-inverse .navbar-nav .basketInMenuWrapper a:hover,
.navbar-inverse .navbar-nav .basketInMenuWrapper a:focus
{
    color: #fff;
    background-color: transparent;
}

/*
/* Range Slider overwrites

#searchBar-dateRangePicker{
    width: 100%;
    max-width: 400px;
}

#searchBar-dateRangePicker .ui-rangeSlider-label{
    padding: 0px 0px;
    width: 1px !important;
    background-image: none;

    -moz-border-radius: 0;
    border-radius:      0;

    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}

#searchBar-dateRangePicker .ui-rangeSlider-label-value{
    position: absolute;
    bottom: 0;
    display: inline-block;
    white-space: nowrap;
    background-color: #888DA0;
    padding: 2px 5px;
}

#searchBar-dateRangePicker .ui-rangeSlider-leftLabel .ui-rangeSlider-label-value{
    left: 0;
}

#searchBar-dateRangePicker .ui-rangeSlider-rightLabel .ui-rangeSlider-label-value{
    right: 0;
}

#searchBar-dateRangePicker .ui-rangeSlider-label-inner{
    display: none;
}


#searchBar-dateRangePicker .ui-rangeSlider-label-value:after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    margin-bottom: -8px;
}

#searchBar-dateRangePicker .ui-rangeSlider-leftLabel .ui-rangeSlider-label-value:after{
    left: 0;
    border-width: 10px 10px 0 0;
    border-color: #888DA0 transparent transparent transparent;
}


#searchBar-dateRangePicker .ui-rangeSlider-rightLabel .ui-rangeSlider-label-value:after{
    right: 0;
    border-width: 0 10px 10px 0;
    border-color: transparent #888DA0 transparent transparent;
}

#searchBar-dateRangePicker .ui-rangeSlider-leftLabel .ui-rangeSlider-label-value{
    margin-left: -5px;
}

#searchBar-dateRangePicker .ui-rangeSlider-rightLabel .ui-rangeSlider-label-value{
    margin-right: -15px;
}

/* bar styles

#searchBar-dateRangePicker .ui-rangeSlider-bar,
#searchBar-dateRangePicker .ui-rangeSlider-container
{
    height: 4px;
    border-radius: 0;
}

*/


/* Standard transitions */


.searchResultList-item .searchResult-actions i,
.searchButton-callToAction i,
.searchBar .tokenfield .token,
.facetTitleContainer-chevron,
.facetContent .facet,
.facetContent .facet-label,
.facetContent .facet-label:before,
.facet-pagination .page
{
    -webkit-transition: all ease-out 0.3s;
    -moz-transition:    all ease-out 0.3s;
    -ms-transition:     all ease-out 0.3s;
    -o-transition:      all ease-out 0.3s;
    transition:         all ease-out 0.3s;
}

.searchBar-tabs .nav-tabs>li>a{
    -webkit-transition: background ease-out 0.3s;
    -moz-transition:    background ease-out 0.3s;
    -ms-transition:     background ease-out 0.3s;
    -o-transition:      background ease-out 0.3s;
    transition:         background ease-out 0.3s;
}



/*#resultsListWrapper .loadingWrapper{*/
    /*-webkit-transition: opacity ease-out 0.3s;*/
    /*-moz-transition:    opacity ease-out 0.3s;*/
    /*-ms-transition:     opacity ease-out 0.3s;*/
    /*-o-transition:      opacity ease-out 0.3s;*/
    /*transition:         opacity ease-out 0.3s;*/
/*}*/


/* Visualisations */
.facet-visualisation {
    /*height: 250px;*/
}
/* Bar chart */

/* TEMP */

.js-searchBarFilters{
    display: none;
}

body[data-render_mode="timeline"] #top-container,
body[data-render_mode="timeline"] #resultsHeader
{
    display: none !important;
}

.backToWebsite ul>li {
    text-align: left;
}
