/* styles for search page */
#mof-search {
    margin-top: 20px;
}

#edges-bs3-search-controller-text-search-controller {
    border-radius: 3px;
}

.edges-bs3-dropdown-facet-container ul {
    max-height: 200px;
    overflow-y: auto;
}

.edges-bs3-important-numbers-graphic.edges-bs3-important-numbers-graphic-image-count {
    font-weight: bold;
    line-height: 34px;
}

.edges-bs3-panel-results-annotate-row {
    font-size: 12px;
    padding-left: 35px;
}

.edges-bs3-panel-results-annotate-row .field_metadata_creator_name {
    font-weight: bold;
}

.edges-bs3-panel-results-annotate-row .field_metadata_title {
    font-style: italic;
}


.edges-bs3-panel-results-panel .edges-bs3-panel-results-annotation {
    /*background-size: contain; */ /* only necessary if the image is larger than the annotation box */
    background-repeat: no-repeat;
    background-origin: content-box;
    text-align: left;
}

.edges-bs3-panel-results-panel.image .edges-bs3-panel-results-annotation {
    background-image: url(/static/images/picture.png);
}

.edges-bs3-panel-results-panel.video .edges-bs3-panel-results-annotation {
    background-image: url(/static/images/video.png);
}

.edges-bs3-panel-results-panel.book .edges-bs3-panel-results-annotation {
    background-image: url(/static/images/book.png);
}

.edges-bs3-panel-results-panel.series .edges-bs3-panel-results-annotation {
    background-image: url(/static/images/series.png);
}


/* Generic styles for detail page */

.detail-component {
    margin-top: 20px;
}

.detail-component #detail-top-nav {
    margin-bottom: 20px;
}

.detail-component #detail-prev-nav {
    text-align: right;
}

.detail-component #detail-next-nav {
    text-align: left;
}

.detail-component .image-container {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.detail-component .main-metadata {
    list-style: none;
    padding-left: 0px;
    text-align: center;
    font-size: 1.1em;
}

.detail-component .main-metadata .metadata_creator_name {
    font-weight: bold;
}

.detail-component .main-metadata .metadata_title {
    font-style: italic;
}

.detail-component .secondary-metadata {

    list-style: none;
    padding-left: 0px;
}

.detail-component .secondary-metadata .metadata_field {
    font-weight: bold;
}

.detail-component .mof-bs3-carousel-container {
    margin-bottom: 30px;
}

.detail-component .mof-bs3-more-by-list {
    list-style: none;
    padding-left: 0;
}

.detail-component .mof-bs3-more-by-list li {
    padding-bottom: 10px;
}

.detail-component .mof-bs3-more-by-value {
    font-weight: bold;
}

.detail-component .mof-bs3-related-value {
    font-weight: bold;
}