body.search-view-medias {
    height: 100%;
}

body > .headrest {
    height: auto !important;
}

.search-welcome {
    height: 37.5vh;
    max-height: 35rem;
    width: 100%;
    display: table;
    text-align: center;
    z-index: -10;
}

.act-search {
    float: right;
    margin-right: -2.5rem;
    margin-top: .9rem;
    color: white;
}
.act-search.fa {
    font-size: 1.7em;
}
.input-icon {
    float:right;
}

.search-welcome p{
    display: table-cell;
    vertical-align: middle;
    font-size: 4.5em;
    color: #FFF;
    text-shadow: 0 0 .2em #000;
    font-weight: bold;
    padding: 0 .6em;
    line-height: 1.1em;
    width: 100%;
}

/* SIMPLE FIELD SEARCH FORM */

.search-global {
    color: #323232;
}
.search-centered{
    width: 97vw;
    max-width: 65.7rem;
    position: relative;
    margin: 0 auto;
}
.search-centered-nr{
    width: 97vw;
    max-width: 65.7rem;
    margin: 0 auto;
}
.search-global-query {
    background-color: #F0F0F0;
    position:relative;
}
.search-centered-line {
    max-width: 65.7rem;
    position: relative;
}
.search-global-query .search-query-line {
    /*padding: .3rem 0 0;*/
    position:relative;
}
.search-query-line>*{
    height: 2.8rem;
}
.search-global-submit{
    position: absolute;
    right: 0;
    top:0;
    padding:0 !important;
    margin:0 !important;
}
.search-global-submit input {
    width:3.2rem;
    height:3.2rem;
}
.search-global-query-label {
    display: block;
    margin-top: 0;
    line-height: 16px;
    font-size: 11px;
}
.search-global-input{
    font-size: 1.16em;
    width: 100%;
    padding-left: 1em;
    max-width: 65.7rem;
    margin-bottom: 1.6rem;
    height: 3.2rem;
    padding-right: 2.5em;
}
.search-query-line > .search-preset{
    margin: -.8rem 0 .5rem;
    text-align: center;
}
.search-query-line > .search-preset > *{
  position: relative;
  top: -0.2em;
}
.search-preset {
    color: #1c1c1c;
    margin:3.2rem 0;
    text-align:center;
    padding-top: 2%;
}

/* SEARCH OPTIONS */

.search-options {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 0;
    position:relative;
    background-color:#FFF;
}
.search-option-item {
    display:table-cell;
}
.search-option-item.plus {
    visibility: collapse;
}

.search-mode-item,
.search-mode-plus {
    display:table-cell;
    height: 5.6rem;
    vertical-align: middle;
    text-decoration: none;
    color: rgb(129, 129, 129);
}

.search-mode-item {
    border-bottom: solid 3px #FFF;
    border-top: solid 3px transparent;
    margin: 0;
    padding: 0 1.1rem;
    margin-top: 3px;
}
.search-mode-item:hover,
.search-mode .search-mode-plus.opened {
    border-bottom-color: #E3E3E3;
    color: rgb(129, 129, 129);
}

.search-mode-plus-box .search-mode-item {
    border-bottom: none;
    margin-bottom: 3px;
    height: 3.4rem;
}

.search-mode-item.icon-down:after{
    font-size: 1em;
}
.search-mode-plus {
    padding: 0 1em;
    margin: 3px 0;
    line-height: 32px;
}

.search-mode-plus:before {
    content: '\25bc';
    margin-right: .5em;
}

.search-mode .search-mode-plus.opened:before {
    content: '\25b2';
}

.search-mode .search-mode-item.active{
    border-bottom-color: #dd4b39;
    color: #dd4b39;
    font-weight: bold;
}
.search-mode .search-mode-plus.active {
    background-color: #E3E3E3;
    color: #818181
}
.search-mode input,
.search-mode-plus-box-inner input {
    display:none;
}
.search-mode-plus-box-inner {
    display: table;
    position: relative;
    right:0;
}

.search-option-item select {
    -webkit-appearance: none;
    appearance: none;
    color: #818181;
    background: transparent;
    border: none;
    outline: none;
    box-shadow:none;
    width:4em;
}
.search-option-item select:active {
    border:0;
    outline:0;
}
.search-option-item select:hover {
    border:none;
}
.search-plus-advanced-line .note {
    margin: 1em 0 0 0;
    font-size: 1.1rem;
    color: #818181;
    text-align: right;
    width: 65%;
    position: absolute;
    right: 0;
}
/* EXTENDED SEARCH FORM */
#search-query-custom {
    color: #1C1C1C;
    font-size: 1.4rem;
}

.search-mode-plus-box {
    /*position: absolute;*/
    z-index: 1;
    display:none;
    background-color:#FFF;
}
.search-mode-plus-box:before {
    content: " ";
    border-top: #E3E3E3 1px solid;
    position: absolute;
    width: 100%;
    left: 0;
}
.search-mode .search-mode-plus.opened + .search-mode-plus-box {
    height:34px;
    display: block;
}
.search-mode-plus-box .close {
    position: absolute;
    top: -1.1em;
    right: 0;
}

.search-advanced-header {
    padding: 30px 0;
    line-height: 1.7em;
    font-size: 1.16em;
}
.search-advanced-header p {
    margin: 0;
}
.search-advanced-header .fa {
    font-size: 1.5em;
    position: relative;
    top: 0.1em;
}

.search-plus-advanced {
    background-color: #F0F0F0;
}
.search-plus-advanced>p>.button {
    margin-top: -.3em;
}
.search-plus-advanced-line {
    padding: 0 .5vw;
    clear: both;
    position: relative;
}
.search-plus-advanced-line + .search-plus-advanced-line,
.search-builder {
    margin-top: 13px;
}
.search-plus-advanced-line > div + div,
.search-meta-fields > div + div {
    margin-left: 8px;
}
.search-plus-advanced-line div {
    line-height: 2.2rem;
}
.search-plus-advanced-line {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    position: relative;
}
.search-plus-advanced-line .search-adv-action {
    cursor: pointer;
}
.search-plus-advanced-line .left { width: 12.5em; }
.search-plus-advanced-line.custom .left { text-align:right; }
.search-plus-advanced-line .center { width:35.83em; }
.search-plus-advanced-line .right { margin-right:0; }
.search-plus-advanced-line .line { position: relative; }
.search-plus-advanced-line .search-advanced-select {
    width:100%;
    font-size: 1.3rem;
    margin-bottom: .4rem;
}
select.search-advanced-select{
    height: 3.2rem;
}
.search-plus-advanced-line select{
    width:100%;
    height: 4.2rem;
    margin-bottom: .4rem;
}
.search-advanced-field-wrapper {
    -webkit-box-flex: 1;
            flex-grow: 1;
    width: 100%;
}
.search-advanced-boolean-wrapper {
    width: 6.7rem;
    flex-shrink: 0;
}
.search-plus-advanced-lines.custom .search-plus-advanced-line:first-child .search-meta-fields-wrapper {
    padding-left: 7.5rem;
}
.search-advanced-fieldname-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.search-advanced-fieldname-wrapper label {
    text-align: right;
    display: block;
}
.search-plus-advanced-line select {
    width: 100%;
}
.search-adv-action {
    position: absolute;
    right: 0;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    font-size: 1.8em;
    cursor: pointer;
}
.search-adv-action.add:not(.first) {
    right: -29px;
}
.search-adv-action .fa-times-circle:hover,
.search-adv-action .fa-times-circle:focus {
    color: #e00034;
}
.search-adv-action .fa-plus-circle:hover,
.search-adv-action .fa-plus-circle:focus {
    color: #7bbf28;
}
.search-meta-fields-wrapper {
    min-width: 40%;
    position: relative;
}
.search-meta-fields {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.date-line {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    width: 100%;
}
.date-line .label {
    width: 24%;
    flex-shrink: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
    line-height: 1.3em;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            justify-content: flex-end;
}
.date-line > div + div {
    margin-left: 8px;
    margin-bottom: 0.2rem;
}
.date-line .picker {
    cursor: pointer;
}

.date-line .day,
.date-line .month,
.date-line .year {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.search-plus-advanced-line select {
    min-width: 7rem;
}
select.unselected {
    font-size: 1.2rem;
    color: #818181;
    font-style: italic;
}
select .selectOption {
    font-size: 1.2rem;
    color: #000;
    font-style: normal;
}
.search-plus-advanced-line select {
    padding-left: .4rem;
}

.date-line ::-webkit-input-placeholder  /* WebKit, Blink, Edge */
{
    font-size: 1.2rem;
    color: #818181;
    font-style: italic;
}
.date-line ::placeholder,
.date-line :-moz-placeholder,  /* Mozilla Firefox 4 to 18 */
.date-line ::-moz-placeholder, /* Mozilla Firefox 19+ */
.date-line :-ms-input-placeholder /* Internet Explorer 10-11 */
{
    font-size: 1.2rem;
    color: #818181;
    font-style: italic;
}

@media(max-width: 650px) {
    .date-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    .search-plus-advanced-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .search-plus-advanced-line + .search-plus-advanced-line,
    #search-builder {
        margin-top: 8px;
    }
    .search-plus-advanced {
        padding: 0 8px;
    }
    .search-advanced-field-wrapper {
        margin: 0;
    }
    .search-adv-action {
        -webkit-transform: translate(0, 25%);
        transform: translate(0, 25%);
    }
    .search-plus-advanced-line {
        padding-right: 2em;
    }
    .search-advanced-fieldname-wrapper {
        width: auto;
        font-weight: bold;
    }
    .date-line .year {
        padding-right: 0;
    }
    .date-line .picker,
    .search-plus-advanced-line .note {
        display: none;
    }
    .search-plus-advanced-line.date {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column
    }
    .date-line .label {
        width: auto;
        padding: 4px 0;
        -webkit-box-pack: center;
                justify-content: center;
    }
}

select.search-advanced-select{
    height: 3.2rem;
}
.search-plus-advanced-line .calendar-swap {
    cursor: pointer;
}
.search-plus-advanced-line label,
.search-plus-advanced-line .label-label {
    margin:.8rem 0 0 0;
    overflow:hidden;
    font-size: 1.4rem;
}
.search-plus-advanced-line label > * ,
.search-plus-advanced-line .label-label > * { float:left; }
.search-plus-advanced-line .label  {
    text-align:right;
}
.search-plus-advanced-line .pikaday {
    position: relative;
    height: 3.2rem;
    width: 3.2rem;
    text-align: center;
    line-height: 3.2rem;
    font-size: 19px;
    background-color: #FFF;
    border: 1px solid #CCC;
    cursor: pointer;
}
.search-plus-advanced-line input     { height: 3.2rem; }
.search-plus-advanced-line .search-advanced-select.selectize-control {
    margin-bottom: -.3rem;
}
.selectize-control input     { height: 3rem; }
.search-plus-advanced-line input[type="text"] {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    width:100%;
}
.search-plus-advanced-line .search-date-d,
.search-plus-advanced-line .search-date-m {
    height:3.2rem;
    padding:0.0.3em;
}

#search-advanced-input .icomoon.circled {
    cursor: pointer;
    font-size: 1rem;
    vertical-align: middle;
    padding: 0.6em;
    color: #ccc;
}

.search-builder {
    padding: 0 0.5vw;
    font-size: 1.2rem;
    color: #818181;
}
.search-builder input {
    width: 100%;
    padding: 0 0.8rem;
    height: 3.2rem;
}

.search-builder input {
    font-size: 1.2rem;
}
.search-builder input[readonly] {
    background-color: #818181;
    font-style: italic;
    background-color: #e3e3e3;
}
.search-builder .edit {
    position: absolute;
}
.search-builder .help {
    float: right;
}

.search-builder .edit, .search-builder .help {
    color: #818181;
}

.search-builder .edit:hover, .search-builder .help:hover {
    color: #4970EC;
}

.search-plus-advanced-final {
    clear: both;
}

.search-plus-advanced-final .button {
    line-height: 32px;
    padding: 0 1.9em;
}

.search-plus-advanced-final .search-count {
    /*position: absolute;*/
    margin: 15px 10px;
    line-height: 32px;
}

/* SEARCH SUGGESTS */

.search-suggests {
    text-align: center;
}
.search-suggests ul {
    padding: 0;
}
.search-suggests li {
    display: inline-block;
}
.search-suggests-box {
    position: relative;
    height: 19rem;
    width: 19rem;
    max-width: 40vw;
    max-height: 40vw;
    margin: 3vmin;
    display: inline-table;
    background-size: cover;
    background-repeat:no-repeat;
    /*background-image:url('/img/picture-not-found.svg');*/
    background-color:#4A71ED;
    background-position:center center;
    text-decoration: none;
}
.search-suggests-box > span{
    position: absolute;
    bottom: 0;
    left:0;
    width:100%;
    color: #FFF;
    background-color: rgba(0,0,0,.6);
    font-size: 1.16em;
    text-decoration: none;
    padding: 0.57em 0.72em;
    text-align: left;
}
.search-suggests-box:hover > span {
    height: 19rem;
    max-height: 40vw;
}
.search-suggests-box > span .total {
    color: lightgrey;
    white-space: nowrap;
}

/* SEARCH CURRENT */
#search-background {
    padding-top: 3.2rem;
    background-color:#f0f0f0;
}
body.search-view-map #search-background {
    padding-top: 0;
}

.search-results-m {
    padding-bottom:4rem;
    /*padding-top:1.4rem;*/
}
.search-results-m.offset,
.search-filter.offset {
    /*margin-top:5rem;*/
}
.search-filter.offset,
.search-results-m.offset,
.search-results-m {
    -webkit-transition:margin-top 0.2s linear;
       -moz-transition:margin-top 0.2s linear;
            transition:margin-top 0.2s linear;
}

.search-current {
    background-color: #e3e3e3;
    margin-bottom:1.4rem;
    padding: 0.5rem 1.1rem;
    z-index: 50;
    box-shadow: none;
}
.search-current .icons-group {
    position:relative;
    top: -.5rem;
    right: -1.1rem;
    /*min-width: 10rem;*/
}
.svg-icon svg {
    fill: #818181;
}
.svg-icon:hover svg {
    fill: #4A71ED;
}
.search-current-items {
    display: inline-block;
    vertical-align: top;
    font-size: 1.17em;
    line-height:1.5;
    margin: 0;
    font-weight: normal;
    max-width:29em;
}
a.search-current-item.custom-link {
    color: #000!important;
}
.search-current-item, .search-current-item:visited {
    color: #000;
    font-weight: bold;
}
.search-current-item:hover {
    color: #4970EC;
}
.search-current-final {
    color: #4970EC;
}
.search-current-items>.icon {
    color: #818181;
  padding-left: 2vw;
}
.search-current-items>.icon:hover {
    color: #0049FF;
}
.search-current-items > a {
    position:relative;
    margin-right:8px;
    padding-right:8px;
}
.search-current-items > a:after {
    content:'›';
    position:absolute;
    top:-0.2rem;
    right:-5px;
}
.search-count {
    display: inline-block;
    color: #818181;
    font-weight: normal;
    font-size: 0.85em;
}
.search-current-items .search-count {
    margin-left: 1.2rem;
    font-size: 1.1rem;
}

.search-current-items .search-count .tip{
    font-weight: bold;
    font-size: 1.2rem;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    line-height: 1.2rem;
    text-align: center;
}


.search-current-white {
    background-color: #FFF;
}

/* SEARCH RESULT */

.search-result-list {
    margin: .5rem 0;
    position: relative;
    /*max-width:52.2rem;*/
    padding: .3rem .7rem;
    min-height:9rem;
    background-color:#fff;
    page-break-inside: avoid !important;
}
.search-result-list:first-child {
    margin-top:0;
}
.search-result-list:hover {
    background-color: #F0F0F0;
}
.search-result-list.is-active .search-result-link,
.search-result-list:hover .search-result-link
.search-result-list.is-active .search-result-aid-link,
.search-result-list:hover .search-result-aid-link
{
    color: #0049FF;
}
.search-result-list.is-active .search-result-abstract,
.search-result-list:hover .search-result-abstract{
    opacity: 1;
}
.search-result-list.is-active {
    background-color: #E3E3E3;
}
p[class^="search-result-"] {
    margin: 0;
}
.search-result-title {
    font-size: 1.33em;
    font-weight: normal;
    margin-top: 0;
}
.search-result-list .search-result-details {
    font-size: 0.9em;
}
.search-result-details.truncate .item:hover {
    opacity: 0.8;
}
.search-result-list .search-result-details .label {
    display:none;
}
.search-result-list.is-active:before {
    line-height: 9rem;
    font-size: 2rem;
    color: #FFF;
    content: '▶';
    height: 100%;
    position: absolute;
    background-color: #E3E3E3;
    width: 4.5rem;
    left: 65.7rem;
    top: 0;
    text-align: center;
}
.search-result-abstract {
    position: relative;
    line-height: 1.6em;
    opacity: .8;
    color: #323232;
    max-height:4rem;
    overflow: hidden;
}
.search-result-abstract .ellipsis {
    position: absolute;
    top: 1.6em;
    right: 0;
}
.search-result-abstract p {
    margin:0;
}
.search-result-context {
    clear:left;
    color: #434343;
    padding-top: .5rem;
}
.search-result-context-border {
    display: block;
    border-top: .2rem dotted #E0E0E0;
}
.search-span-context {
    float: left;
    font-weight: bold;
    margin-right: .5rem;
}

article.visited .search-medias-item-title,
article.visited .search-result-link,
article.visited .search-result-aid-link,
article.visited .search-result-details,
article.visited .search-result-abstract {
    color: #818181 !important;
}

.search-results-info {
    display: block;
    background: #E0E0E0;
    text-align: center;
    font-size: 1.2em;
    color: #818181;
    padding: 1em 0;
    margin-bottom:1.5em;
}

.search-result-preview {
    display: none;
    background: none repeat scroll 0 0 #FFFFFF;
    position: absolute;
    top: 0;
    width: 46rem;
    max-width: calc(100vw - 52.2rem - 3vw);
    min-width: 40rem;
    min-height: 20rem;
    z-index: 300;
    margin-bottom:6rem;
    right: 0;
}
.search-result-preview > .spinner {
    position:absolute;
    top:50%;
    left:50%;
    margin:-11px 0 0 -27px;
}
.search-result-preview .icons-group {
    position:absolute;
    right:0rem;
    z-index:100;
}
.search-close-notice,
.search-close-filters {
    line-height: 32px;
    width: 32px;
    text-align: center;
}

.icons-dark .fa {
    color: white !important;
}

.record-preview {
    display:none;
}
.search-notice-panel {
    display: none;
}
.search-result-media {
    float: left;
    margin-right: .5em;
    max-width: 10rem;
    height: 6.6em;
    overflow: hidden;
    background-color:#E3E3E3;
}
.search-result-media img {
    width:auto;
    max-height: 100%;
}
/* Filters and sub-search */
.search-filter {
    left: 0;
    margin-bottom: 5rem;
    min-width: 30rem !important;
    width: calc(50vw - 33.6rem - 4.5rem);
    z-index: 500;
}
.search-filter-title {
      margin: 0;
     font-size: 1.4rem;
     line-height: 3.2rem;
    font-weight: normal;
    text-align: center;
    color: #313131;
}

.search-filter-title .icons-group {
    min-width: 2.4rem;
    margin-right: 0!important;
}

.search-filter-reset {
    position: absolute;
    right: .9rem;
}
.search-filter .icons-group {
    margin-right:1em;
    cursor:pointer;
}
.search-filter-handle-l,
.search-filter {
    margin-top: 3.2rem;
    -webkit-transition:margin-top 0.2s linear;
       -moz-transition:margin-top 0.2s linear;
            transition:margin-top 0.2s linear;
    position:absolute;
    background-color: #FFF;
}
.search-filter-handle-l {
    font-size: 1.2em;
    padding: 0 1.3rem;
    text-decoration:none;
    line-height: 3.2rem;
    display:none;
    cursor:pointer;
    color: #313131;
}
.search-filter-handle:hover {
    text-decoration: underline;
}
.search-filter-handle-s {
    display: inline-block;
    margin-top: .5rem;
}
.search-filter-handle-s button{
    color: #818181;
    font-size: 1.2em;
}
.search-filter-handle button {
    background: transparent;
}
.search-filter-handle-l button {
    color: #000;
    padding: 1.3rem 0;
    display: inline-block;
}
.search-filter-handle button:hover {
    color: #0049FF;
}
.search-subsearch .search-preset>div {
    display: inline-block;
    max-width: 70%;
    vertical-align: middle;
    line-height:1.3em;
    margin-left:0.5em;
}
.search-preset-container {
    position: relative;
    background-color: #f0f0f0;
    margin: 0;
    padding-bottom: 1rem;
    margin-top: 2.3%;
}
.search-preset header {
    margin-top: 1em;
    margin-bottom: .8em;
    font-size: 1.4rem;
}
.search-preset-title{
    font-weight: bold;
}
.search-global-query .search-preset-title {
    max-width: 45rem;
    display: inline-block;
}
.search-filter input[type="checkbox"]{
    margin-right: 1.0rem;
}
.search-keyword-root, .search-keyword {
    list-style: none;
}
.search-keyword-root label {
    margin:0;
}
.search-keyword-root {
    padding-left: 0;
    color: #313131;
}
.search-keyword {
    padding-left: 2.3rem;
}
.search-subsearch label {
    margin: 0.5rem 0;
    color: #000;
}
.search-filter-line {
    padding-left: 2rem;
}
.search-keyword-root>li{
    border-bottom: 1px solid #F0F0F0;
}

ul.search-keyword{
    padding-left: 3.6rem;
    line-height:2.2em;
}

ul.search-keyword  ul{
    padding-left: 3.2rem;
}

.search-filter-more > a {
    color:#818181;
}
.search-keyword-title {
    font-size: 1.4rem;
    padding: 0;
    line-height: 3.2rem;
    font-weight: normal;
    display: block;
    cursor:pointer;
    position:relative;
}

.search-keyword-title:before {
    content: "▾";
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    font-size: 12px;
    width: 3.6rem;
    text-align: center;
}

.search-keyword-title.close:before {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.search-keyword-title.toggled:before {
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #000000;
}

.search-keyword {
    /*padding-bottom: .75em;*/
    background-color: #F0F0F0;
}
.search-subsearch {
    background-color: #F0F0F0;
    padding: 0 3.6rem;
}
.search-keyword-root>.is-closed>.search-keyword{
    display: none;
}
.search-keyword-root>.is-closed>.icon:before {
    content: "\2023";
    font-size: 2.1rem;
    top: 0;
}
.search-keyword-more  {
        color: #818181;
        display: inline-block;
        padding: 0.75rem .5rem;
        width: 100%;
}
.search-subquery {
    position: relative;
}


/* Pagination */
.pagination {
    padding:1rem 0;
    text-align:center;
}
.pagination span {
    line-height: 2rem;
    height: 2rem;
    display: inline-block;
    font-size:1.5rem;
    padding:0 .3em;
}
.pagination a {
    color:#818181;
    text-decoration:none;
    display:block;
}
.pagination a:hover {
    color:#6f6c87;
}
.pagination .previous,
.pagination .next,
.pagination .last,
.pagination .first {
    font-size:1.6em;
}
.pagination .page {

}
.pagination .current {
    font-weight:bold;
}
#search-tips .content {
    padding:1rem;
    margin:1rem 0 0 0;
    border:1px dashed #888;
    background-color:#fff;
    color:#000;
    position:relative;
    border-radius:3px;
}
#search-tips h3 {
    font-size:1.5em;
    margin:0;
    text-align:center;
}
#search-tips dl {
    padding:0 0 0 1em;
    margin:2em 0 0 0;
}
#search-tips dt {
    font-size:1.2em;
    margin:.6em 0 .6em 0;
    cursor:pointer;
    color:#4970EC;
}
#search-tips dt:hover {
    text-decoration:underline;
}
#search-tips dd {
    padding:0;
    display:none;
    margin-left:18px;
}
#search-tips p.actions {
    float:right;
    width:auto;
}
#search-tips .actions span {
    cursor:pointer;
    color:#888;
    text-decoration: underline;
}
.search-tips-close {
    position:absolute;
    color:#888;
    top:1.3rem;
    right:1.3rem;
    cursor:pointer;
    z-index:2;
}
.search-tips-close:hover { color:#000; }
a.search-tips-close {
    position:static;
    top:auto;
    right:0;
    float:right;
}
.search-tips-example {
    border:1px solid #CCC;
    margin:.6rem auto;
    width:50%;
    padding:0 0.8rem;
    height:2.7rem;
    line-height:2.7rem;
    position:relative;
}
.search-tips-you {
    color:#888;
}
.search-tips-example .fa {
    position:absolute;
    top:0;
    right:0;
    width:2.5rem;
    height:2.5rem;
    line-height:2.5rem;
    background-color:#4970EC;
    text-align: center;
}
.search-tips-example .fa:before {
    font-size:16px;
    color:#fff;
    cursor:auto;
}
.search-tips-submit {
    position:absolute;
    right:0;
    top:0;
    background-color:#4970EC;
    width:2.7rem;
    height:2.6rem;
    display:block;
    padding:.3rem 0 0 .4rem;
}
.search-tips-submit path {
    fill:#fff;
    position:absolute;
    top:0px;
    left:0px;
}
.search-tips-havefun {
    margin:1em 0 0;
    font-size:1.2em;
    text-align:center;
}
#search-query-input,
#search-advanced-input {
    position: relative;
}
#search-query-input .show-advanced {
    position: absolute;
    right: -10em;
    bottom: 1.8em;
    color: #818181;
}
.search-advanced-close {
    position: absolute;
    top: .5em;
    right: 2em;
    cursor: pointer;
    line-height: 2em;
    z-index: 1;
    line-height: 1.3em;
    font-size: 1.2em;
    margin-top: 7px;
}
.search-advanced-close .fa {
    margin-left: 10px;
    font-size: 1.6em;
}
.search-advanced-close .label {
    position:relative;
    float:left;
    line-height: 1.6em;
}

.return-search .fa-times-circle, .search-close-filters .fa-times-circle.right-search-close-filters {
    margin-left: 10px;
    font-size: 21.6px;
    top: 50%;
    position: absolute;
    left: 100%;
    transform: translateY(-50%);
}

.return-search {
    position: absolute;
    right: 2em;
    font-size: 14.4px;
}

.return-search a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.return-search a:hover > .fa{
    color: #e00034;
}


@media screen and (min-width: 767px) and (max-width: 1485px) {
    .is-searched .search-centered{
        max-width: 116rem;
    }
    .is-searched .search-centered.search-current{
        max-width: 53rem;
    }
}
@media screen and (min-width: 767px) {
    .search-mode-item.not-small-hide {
        display: none;
    }
}
@media screen and (min-width: 1000px) {
    .user-context-link>span.p1000{
        display: block;
    }
    .user-context-link>span.m1000{
        display: none;
    }
}
@media screen and (min-width: 1365px) {
    .search-filter-handle-s {
        display: none;
    }
}
@media screen and (max-width: 650px) {
       .search-advanced-close .label,
    .search-plus-advanced-line .calendar-swap,
    .search-plus-advanced-line .pikaday{
           display: none;
       }
    .search-result-list.is-active:before {
        content: '';
    }
}
@media screen and (max-width: 480px) {
       .search-plus-advanced>.txtcenter {
        margin-right: 3rem;
       }
    .search-results .search-result-preview {
        max-width: 100vw;
        min-width: 1%;
        right: 0;
        /*
        left: auto;
         */
    }

    .record-notice-map {
        margin-right: 0!important;
    }
    .search-preset {
        margin-top: 9%;
    }
}

@media screen and (max-width: 600px) {
    .search-global-query {
        padding: 0 5px;
    }
    .search-welcome {
        height: 20vh;
    }
    .search-welcome p {
        font-size: 3em;
    }
    .search-option-item.hide-on-resize {
        display:none;
    }
    .search-option-item {
        padding: 0 1rem;
    }
    .search-option-item.plus {
        display:table-cell;
        vertical-align: middle;
        visibility: visible;
    }
    .search-mode-item, .search-mode-plus{
        vertical-align: middle;
        height: 3.2rem;
    }
}
@media screen and (max-width: 767px) {

    .search-result .search-result-preview {
        display: none;
    }
    #search-query-input .show-advanced {
        position:static;
        /*margin:0 .8rem 1.8rem;*/
        margin: -1rem 0 0.8rem;
         display:block;
        padding: 0;
    }
    .search-advanced-close .label {
           display: none;
       }
    body.search-view-map .search-current {
        margin-top: 7.0rem!important;
    }

    body.search-view-map .search-filter-handle-l {
        margin-top: 1.6rem!important;
    }
}
@media screen and (max-width: 1050px) {
/*    .search-global-query .search-query-line {
        margin: 0 .8rem;
    }*/
    .search-result-preview {
        right:1rem;
        left:auto;
    }
    .search-filter-handle-l {
        position:relative;
        /*z-index:1;*/
        top:.9rem;
    }
}
@media screen and (min-width: 1685px) {
    .search-result-preview {
        left: 107%;
    }
}
@media screen and (min-width: 1486px) and (max-width: 1686px)  {
    .search-result-preview {
        left: 40vw;
    }
}

@media screen and (max-width: 1250px) {
    /*
    .search-filter {
        left:-900px;
    }*/
    .search-filter-handle-l {
        display:inline-block;
        position:relative;
    }
}



/* AUTCOMPLETE */
.search-autocomplete {
    position: absolute;
    top: 3.2rem;
    margin: 0;
    background: white;
    z-index: 1000;
    width: 100%;
    list-style: none;
    line-height: 2.2em;
    border: 1px solid #CCC;
    border-top:none;
    height: auto;
    padding:.3em 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.search-plus-advanced-line .search-autocomplete {
    width: 100%;
    line-height: 1.8em;
    top: 3.3rem;
}
.search-autocomplete > li {
    color: #000;
    padding:0 0.5em 0 1.4em;
    font-size:1.1em;
}
.search-plus-advanced-line .search-autocomplete > li {
    font-size:1em;
    padding:0 1em;
}
.search-autocomplete > li.sep {
    border-bottom:1px dashed #ddd;
    padding-bottom:0.2em;
}
.search-autocomplete > li.disabled {
    font-style:italic;
    color:#888;
}
.search-autocomplete > li.error {
    font-style:italic;
    color:#FF4747;
}
.search-autocomplete .description {
    color:#aaa;
    font-size:.8em;
    margin-left:.5em;
}
.search-autocomplete em {
    font-weight: bold;
    font-style: normal;
    background:none;
}
.search-autocomplete > li.suggest.active {
    background-color:#eee;
    cursor:pointer;
}


/* MEDIAS SEARCH */
#waterfall-loading {
    display: none !important;
}
body.search-view-map #search-background,
body.search-view-medias #search-background {
    background:none !important;
    background-image:none !important;
    background-repeat:no-repeat !important;
}
body.is-searched.search-view-map,
body.is-searched.search-view-medias {
    background-color:#F0F0F0 !important;
}
body.search-view-map .search-current,
body.search-view-medias .search-current {
    background-color:#fff;
    box-shadow: 0 0 9px #BBBBBB;
    margin-bottom: 3.2rem;
}
body.search-view-map .search-current {
    margin-top: 3.2rem;
}
body.search-view-medias .search-results-info {
    background-color:#fff;
}
body.search-view-medias .search-results {
    background-color:inherit;
}
.search-medias {
    /*padding-top: 1px;*/
}
.search-medias-breadcrumb+* {
    clear: both;
}
#search-form {
    position: relative;
    margin:0;
}
.search-filter-handle-l{
    position: absolute;
    top: auto;
    z-index: 100;
    left: 0;
}
.search-filter-holder{
    position: absolute;
}

.search-filter-holder .icomoon.circled {
    font-size: 1rem;
    vertical-align: middle;
    padding: 0.45em;
    margin: 0 0.5rem;
    color: #ccc;
}

@media screen and (min-width: 1630px) {
    .search-filter-handle-l{
        text-align: right;
        left: 0;
        width: 22rem;
    }
    .search-filter-holder{
        /*
        position: relative;
        */
    }
}
@media screen and (max-width: 1485px) {
    .search-current {
        margin-top: 4.6rem;
    }

    body.search-view-map .search-filter-handle-l {
        margin-top: 3.2rem;
    }
    .search-filter-handle-l, .search-filter {
        margin-top: 1.6rem;
    }
    #search-background {
        padding-top: 1.6rem;
    }
    body.search-view-map #search-background {
        padding-top: 0;
    }
    .search-filter {
        max-width: inherit;
        width: 98vw;
        z-index: 9999;
    }
}
.search-medias-item {
    background-color: #FFF;
    width: 240px;
    border-radius: 5px;
    page-break-inside: avoid !important;
}
main.media .search-medias-item:hover,
main.media .search-medias-item.selected {
    cursor:pointer;
    box-shadow: 0 0 9px #4970EC;
    border: none;
}
.search-medias-item input[type="checkbox"] {
    position:absolute;
    z-index:2;
    top:0;
    right:0;
}
.search-medias-media {
    margin: 0 0 .5rem;
    text-align: center;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background-color:#E3E3E3;
    min-height:150px;
}
.search-medias-media .caption {
    right:auto;
    left:.2em;
}
.search-medias-media img{
    max-width: 238px;
    max-height: 238px;
}
.search-medias-item-title {
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: .5rem;
}
.search-medias-item > h2, .search-medias-item > ul {
    margin-left: 1rem;
    margin-right: 1rem
}
.search-medias-item footer {
    padding: .5rem;
}
.search-medias-item .button.normal {
    margin: 0 0 0.5rem;
}
.search-medias-item .icons-group {
    display:block;
    /*height:4.2rem;*/
    float: left;
    /*margin-top: .8rem;*/
}
.search-medias-item .icons-group .button {
    margin:0;
}
.search-medias-item > footer {
    border-top: 1px solid #CCC;
}
.search-medias-item.inressource {
    overflow: hidden;
}
.search-medias-item.inressource:hover {
    overflow: visible;
}
.search-medias-item.inressource > footer {
    padding: 0;
}
.search-medias-item.inressource > footer .icons-group {
    position: absolute;
    top: 0;
    opacity: 0;
    right: 0;
    border: 0;
    transition: all ease-out 0.125s;
    background-color: #fff;
    z-index: 1;
}
.search-medias-item.inressource:hover > footer .icons-group {
    opacity: 1;
}
.search-medias-item.inressource:hover img {
    opacity: 0.5;
}
.search-medias-item.inressource figure {
    margin: 0;
}
.search-medias-item .set-caption {
    left: auto;
    right: 0;
}
.search-medias-item .set-description {
    padding: .5rem;
}
.search-medias-details {
    margin-top: 0;
    margin-bottom: .5rem;
    padding-left: 0;
    margin-left: 0;
}
.search-medias-details li {
    font-size: 1.1rem;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    color: #323232;
}
.search-medias-details .value {
    color: #000;
}

/* SEARCH MAP */

.search-map {
    overflow: hidden;
    position: relative;
    height: 100%;
    padding-bottom: 0!important;
}
@media screen and (max-width: 1000px) {
    .search-map {
        height: 100vh;
    }
}
.record-notice-map {
    position: relative;
    background-color: #FFF;
    float: right;
    width: 46rem;
    min-width: 10rem;
    max-width: 100vw;
    margin-right: 3vw;
}
.search-map-credits {
    background: rgba(255, 255, 255, 0.698);
    bottom: 0;
    font-size: 1.1rem;
    opacity: 0.9;
    padding: 0.5em 1em;
    position: absolute;
}

/* CLASSIFICATION */
.search-results-classification {
    max-width: 104rem;
    width: 70vw;
}
@media screen and (max-width: 1485px) {
    .search-results-classification{
        width: 100%;
        max-width: 100vw;
    }
}

.search-classification-tree {
    padding-left: 0;
    list-style: none;
}
.search-classification-tree .search-classification-tree,
.search-classification-tree .search-classification-nav{
    padding-left: 2rem;
}

.search-classification-tree .search-result-link {
    position: relative;
}

.search-classification-tree .search-result-link .search-children-link-more {
    display: none;
    color: #4A71ED;
    font-size: 1.3em;
    cursor: pointer;
    position: relative;
    left: 2px;
    top: 1px;
    width: auto;
}

.search-classification-tree .search-result-link .search-children-link-more:hover {
    color: #000 !important;
}

.search-classification-tree .search-result-link.active .search-children-link-more {
    display: inline-block;
}

.search-classification-tree .search-result-link.active .search-children-link-caret,
.search-classification-tree .search-result-link.active .icon-circle {
    display: none;
}

.search-children-link {
    color: #000;
    padding: .6rem .3em;
    text-decoration: none;
}
.search-children-link:hover {
    background-color: #E3E3E3;
}
.search-children-link>span {
    display: inline-block;
    font-size: 1rem;
    margin-right: 0.7rem;
    width: 1rem;
}
.search-view-classification .search-mode-plus {
    display: none;
}
.search-view-classification .search-current {
    max-width: 52.2rem;
    margin-left:0;
    margin-bottom:1.4rem;
}

.search-view-classification .pagination-first {
    /*border-top: 3px dotted #CCC;*/
}
.search-view-classification .pagination-last {
    /*border-bottom: 3px dotted #CCC;*/
}
.search-classification-tree-sub {
    background: #F0F0F0;
}
.search-classification-tree-info {
    font-style:italic;
}

/* ADVICES */
.search-advice {
    /*padding:0.3rem 0 0;*/
    line-height: 1.6rem;
    font-size:0.80em;
}
#search-query-custom .search-advice {
    padding-left:16em;
}
.search-advices {
    margin: 2em 0 0 0;
    font-size:1.2em;
    padding:1em;
}
.search-advices em {
    background:none;
    font-weight:bold;
    color:#dd4b39;
}
.search-advices p,
.search-advices ul {
    margin:0;
}
.search-advices p:first-child {
    margin-bottom:1em;
}

/* Serch tips */
.searchtip {
    color: #999;
}

.search-preset .wrapper {
    width: 100%;
    background-color: #808080;
    display: block;
    overflow:hidden;
    box-shadow: 0 0 9px #BBBBBB;
}
.search-preset .wrapper img {
    display: inline-block;
    max-width: 100%;
    margin-top: -50%;
}

.search-preset .wrapper + .content {
    width: 75%;
}
.search-filter .search-preset img {
    width:9rem;
    max-height:9rem;
    height:auto;
}

@media (max-width: 480px) {
    .search-preset .wrapper {
        position: inherit;
        text-align: center;
        margin-top: 6%;
    }
    .search-preset .content {
        text-align:center;
    }
    .search-preset-title {
        display:block;
    }
}

.keywords{
    display: inline-block; list-style: none; padding:0;
    margin-left:0 !important;
}
.keywords>*{
    display: inline-block;
}

.print-choice {
    position: relative;
    border: 0;
    outline: none;
    padding: 0;
    background: none;
    display: block;
    overflow: visible;
    cursor: pointer;
}

.print-choice:hover ul {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    max-height: 200px !important;
    border-width: 1px;
}

.print-choice ul {
    min-width: 200px;
    position: absolute;
    top: 100%;
    right: 50%;
    -webkit-transform: translate(50%, -3px);
    -ms-transform: translate(50%, -3px);
    transform: translate(50%, -3px);
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    z-index: 10;
    background-color: white;
    border: 1px dashed #888;
    border-radius: 3px;
    font-size: 12px;
    opacity: 1;
    border-width: 0;
    max-height: 0;
    overflow: hidden;
}

.print-choice a {
    display: block;
    padding: 5px 8px;
}

.print-choice a:hover {
    font-weight: bold;
}

.print-choice ul:after {
    position: absolute;
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 .6rem .6rem .6rem;
    border-color: transparent transparent #888 transparent;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.search-media-record-preview {
    z-index: auto;
}

.search-media-record-preview .quick-links {
    position: relative;
}

.search-file-samples {
    clear: both;
    margin-top: .5rem;
    padding-top: .5rem;
}

.search-file-samples ul {
    padding: 0;
    list-style: none;
}

.search-file-samples .highlight {
    display: inline-block;
    background: #bfd1ff;
}

.synthetique-wrapper {
    padding: 0 1rem 1rem;
}

.synthetique-wrapper .search-result-context-border {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0;
}

.search-file-samples table,
.search-file-samples td,
.search-file-samples th {
    border: 0;
    vertical-align: top;
    table-layout: auto;
    padding: 0;
    margin: 0;
}

.search-file-samples td {
    width: 100%
}

.search-file-samples th {
    min-width: 6em;
}

.media-search-view-pdf {
    width: 100%;
}
.media-search-view-pdf .search-medias-item {
    width: 100%;
}

body.search-view-medias .page-wrapper {
    height: 100%;
    overflow: auto;
    background-color: #f0f0f0;
    position: relative;
}

.iframe-apercu {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1049;
    /*
    Width 1px, min-width 100% is a fix for iOs to make the iframe responsive.
    Without that it grows larger that the screen size.
     */
    width: 1px;
    min-width: 100%;
}

.iframe-apercu-opened #mode-switcher {
    top: 62px;
}

.iframe-apercu-opened .popup-backdrop {
    display: none;
}

.search-media-record-preview {
    z-index: auto;
}

.search-media-record-preview .quick-links {
    position: relative;
}

.tip {
    position: relative;
}
.tip:hover::after {
    display: block;
}
.tip::after {
    box-shadow: 0 0 9px #bbbbbb;
    display: none;
    content:attr(data-title);
    position: absolute;
    background: #FFF;
    padding: 1em;
    width: 30em;
    font-weight: normal;
    font-family: sans-serif;
}


.search-media-record-preview .icons-group {
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-media-record-preview .button.normal {
    margin: 0;
}

.search-media-record-preview .search-result-list {
    padding: 0;
}

.search-media-record-preview .search-result-list:hover {
    background-color: transparent;
}

.search-media-record-preview .search-result-list:hover .search-result-abstract {
    opacity: .8;
}

.search-media-record-preview.search-current {
    padding: 1.1rem;
}

.button.btn-back {
    position: relative;
    display: inline-block;
}

.btn-back .fa {
    color: white !important;
    font-size: 1.2em;
}

.set-summary {
    position: relative;
}

.set-summary .set-number {
    margin: -0.5rem -1.1rem;
    padding: 0rem 1.1rem;
    background: #595959;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
}

.set-summary .set-description {
    opacity: 0.8;
    padding: 0.5rem 0;
}

.search-global-form .selectize-dropdown {
    z-index: 10000;
    font-size: 1.3rem
}
.search-global-form .selectize-input {
    padding-bottom: 0;
    padding-top: 0;
}
.selectize-input .item {
    margin-top: .5rem;
}

.selectize-count {
    background: #f5fafd;
    border-radius: 1em;
    display: inline-block;
    float: right;
    padding: 0 1em;
}
.add-clear-span {
    color: #cccccc;
    display: block;
    height: 100%;
}

.add-clear-span > a {
    position: absolute;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.add-clear-span .fa {
    font-size: 2em;
}

.add-clear-span input::-ms-clear {
    display: none;
}

.add-clear-span > a.hidden {
    display: none !important;
}

.attachment-possible-alert a {
    color: inherit;
    display: block;
    font-size: 1.2em;
    padding-left: 1.2em;
    line-height: 1.2em;
    position: relative;
    text-decoration: none;
}

.attachment-possible-alert span {
    display: inline-block;
}

.attachment-possible-alert a i {
    position: absolute;
    top: 0;
    left: 0;
}

.attachment-possible-alert a:hover,
.attachment-possible-alert a:hover span {
    text-decoration: underline;
}

.search-result-list.is-active .attachment-possible-alert a {
    color: #818181;
}

.search-preset-resume {
  width: 100%;
  margin-top: 2%;
}

.search-preset-resume,
.selection-description .note-editable {
  text-align: justify;
  text-align-last: center;
}

.search-preset-resume [style*="text-align"],
.selection-description .note-editable [style*="text-align"] {
    text-align-last: auto;
}

#search-form a .fa,
.search-results-m a .fa {
    color: rgba(49, 49, 49, 0.65);
}
.add-clear-span i {
    color: #ccc !important;
}
#search-form a:hover .fa-times-circle,
#search-form .icons-group>*:hover .fa-times-circle,
#search-form button:hover .fa-times-circle,
#search-form a:hover .fa-times-circle,
.search-results-m a:hover .fa-times-circle,
.search-results-m .icons-group>*:hover .fa-times-circle,
.search-results-m button:hover .fa-times-circle,
.search-results-m a:hover .fa-times-circle {
    color: rgba(224, 0, 52, 1);;
}

.search-plus-advanced-line .selectize-control input[type="text"] {
  border: 0;
  padding: 0;
  font-style: italic;
}
.selectize-input {
  min-height: 3.2rem;
}

.search-plus-advanced-line .selectize-control ::placeholder,
.search-plus-advanced-line .selectize-control ::-webkit-input-placeholder,  /* WebKit, Blink, Edge */
.search-plus-advanced-line .selectize-control :-moz-placeholder,  /* Mozilla Firefox 4 to 18 */
.search-plus-advanced-line .selectize-control ::-moz-placeholder, /* Mozilla Firefox 19+ */
.search-plus-advanced-line .selectize-control :-ms-input-placeholder /* Internet Explorer 10-11 */
{
  color: #818181;
  font-size: 1.4rem
  font-style: italic;
  opacity:  1;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  font-size: 1.2em;
  padding: 3px 4px;
  color: #fff;
  /*text-align: center;*/
  background-color: #333333;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
   right: 0;
   margin-top: -5px;
   border-width: 5px 0 5px 5px;
   border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.fa-lg.custom-input {
    font-size: 1.2rem;
}

body.search-view-map,
body.search-view-map .page-wrapper,
body.search-view-map .search-container,
body.search-view-map .search-container .search-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
/* .vanao-container comes from drupal */
body.search-view-map .search-map {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
body.search-view-map #search-bg {
    padding-top: 0;
}