@font-face {
    font-family: searchUnitFont;
    src: url('/National_Library/oe_/https://maps.metmuseum.org/fonts/TheMetSans-Semibold.otf');
}

@font-face {
    font-family: searchFont;
    src: url('/National_Library/oe_/https://maps.metmuseum.org/fonts/TheMetSans-Regular.otf');
}

@font-face {
    font-family: medium;
    src: url('/National_Library/oe_/https://maps.metmuseum.org/fonts/TheMetSans-Medium.otf');
}

.side-panel {
    z-index: 3;
    font-family: searchFont;
    font-size: 18px;
    font-color: #323841;
    bottom: 0;
    height: 100%;
    background: #E6E6E6;
    position: absolute;
    right: -1px;
    width: 280px;
    margin: 0px -280px 0px 0px;
    overflow: hidden;
    -webkit-transition: margin-right 500ms ease;
    -moz-transition: margin-right 500ms ease;
    -o-transition: margin-right 500ms ease;
    transition: margin-right 500ms ease;
}

.side-panel.active {
    margin-right: 0px;
    right: 0px;
    box-shadow: -3px 0px 0px rgba(0, 0, 0, 0.2);
}

.search-results-panel {
    margin-top: 42px;
    width: 100%;
}

.search-results-panel > ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
}

.search-results-panel ul li{
    padding-bottom: 16px;
    padding-top: 14px;
    padding-left: 50px;
    padding-right: 15px;
    background-color: white;
    margin: 0px 0px 1px 0px;
}

.search-results-panel ul:nth-child(odd) li {
    font-family: searchUnitFont;
    background-color: #FAFAFA;
    color: rgba(0, 0, 0, 0.55);
    padding-top: 30px;
}

.search-results-panel ul:nth-child(2) li {
    font-family: searchUnitFont;
    color: #E4002B;
}

.search-results-panel ul:nth-child(2) li:hover {
    background-color: #FAFAFA;
}

.search-results-panel ul:nth-child(2) li:active {
    background-color: #EBEBEB;
}

.search-results-panel ul:nth-child(4) li {
    background-color: #fff;
}

.search-results-panel ul:nth-child(4) li:hover{
    background-color: #FAFAFA;
}

.search-results-panel ul:nth-child(4) li:active {
     background-color: #EBEBEB;
 }

.count-result {
    font-family: searchUnitFont;
    color: rgba(0, 0, 0, 0.5);
    padding: 30px 35px 16px 50px;
    white-space: normal;
    background-color: #FAFAFA;
    margin-bottom: 1px;
}

.li-result {
    list-style: none;
    overflow: hidden;
    background-color: #ffffff;
    margin: 0px 0px 1px 0px;
    cursor: pointer;
}

.li-result:hover {
    background-color: #FAFAFA;
}

.li-result:active {
    background-color: #EBEBEB;
}

.room-number-selected {
    color: white;
    font-size: 13px;
    font-family: medium;
    border-radius: 50%;
    background-color: #737373;
    width: 30px;
    height: 30px;
    line-height: 2.75;
    text-align: center;
    margin: 14px 0px 37px 10px;
    float: left;
}

.room-number-selected:hover {
    background-color: #646464;
}

.room-number-selected.active {
    background-color: #E4002A;
}

.gallery-name-selected {
    overflow: hidden;
    padding: 14px 10px 0px 10px;
    color: rgba(0, 0, 0, 1);
    font-family: titleFont;
}

.floor-selected {
    overflow: hidden;
        padding: 0px 0px 16px 10px;
    color: rgba(0, 0, 0, 0.55);
}

.services-picture {
    width: 42px;
    float: left;
    margin:10px 0px 10px 5px;
}

.collection-picture {
    float: left;
    width: 46px;
    height: 74px;
}

#search-more {
    cursor: pointer;
    background-image: url('/National_Library/oe_/https://maps.metmuseum.org/img/iconsSVG/search_more.svg');
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    width: 80px;
    height: 30px;
    position: relative;
}

#count-result-more {
    cursor: pointer;
    display: -webkit-inline-flex;
    display: inline-flex;
    padding: 14px 28px 16px 0px;
    font-size: 18px;
    line-height: 20px;
    color: #E4002A;
    background-color: #FFFFFF;
    margin: 1px 0px 0px 0px;
}

#count-result-more.no-show {
    display: none;
}