.select-row {
    border-bottom: 1px solid transparent;
    margin : 0px;
}

.select-row:hover {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.select-row label {
    margin-bottom:0px;
    justify-content: space-between;
    align-items: baseline;
}

.search-result-wrapper .img-thumbnail {
    margin-bottom : 15px;
}

.facet-pills {
    font-size:12px;
}

.facet-pills .well {
    padding: 2px 4px;
    margin-right:5px;
}

/* Typeahead */
.twitter-typeahead {
    display : block!important;
}

.twitter-typeahead {
    flex: 1 1 auto;
    margin-bottom: 0;
    min-width: min-content;
}

.tt-query, .tt-hint {
    width: 100%;
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 100%;
    margin: 2px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    z-index: 1046!important;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #337ab7;
}

.tt-suggestion.tt-cursor, .tt-suggestion.tt-selectable.tt-cursor {
    color: #fff;
    background-color: #337ab7;
}

.tt-suggestion p {
    margin: 0;
}

input[name='q'].typeahead {
    background-color:rgb(240, 240, 240);
}

#page-content-wrapper {
    padding-left:0px;
    padding-right:15px;
}

.thumbnail-link, .thumbnail-link:hover {
    display: block;
    height: 100%;
    text-decoration: none;
}

.content {
    position: relative;
}

.img-thumbnail:hover .content-overlay {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.content-overlay {
    display: none;
}

.img-thumbnail .content.item .img-fluid {
    max-width: 100%;
    margin: auto;
}

.thumbnail-img {
    max-width: 100%;
}

.thumbnail-info {
    font-size : 10.5px;
    padding-top: 4px;
}

.thumbnail-info span,
.thumbnail-info a,
.thumbnail-info strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumbnail-info span,
.thumbnail-info strong {
    padding : 0px;
}

.thumbnail-info li.col-12,
.thumbnail-info ul {
    padding : 0px;
    margin : 0px;
}

.asset-link, .project-link {
    display: block;
    height: 230px;
}

.asset-link > span,
.project-link > span {
    max-height : 100%;
    height : 100%;
    display: flex;
    flex-direction : column;
    text-align: center;
    width:100%;
}

.asset-link .thumbnail-image,
.project-link .thumbnail-image {
    flex: 1;
    min-width : 1px;
    display : flex;
    align-items: center;
    background-color:#fafafa;
    /* justify-content : center;
    flex-direction : column; */
}

.thumbnail-image img,
.thumbnail-image img {
    max-width: 100%;
    min-width : 1px;
}

.asset-link span.thumbnail-info,
.project-link span.thumbnail-info {
    display : inline-block;
}

.img-thumbnail .asset-id {
    color : #d3d3d3;
    font-size : 14px;
}

.asset-link, .project-link {
    color:#000;
}

a.starred-toggle, 
a.starred-toggle:hover,
a.starred-toggle:focus {
    text-decoration: none;
    color: black;
}

.project-date {
    background: rgba(0, 0, 0, .8);
    font-size: 10px;
    text-align: left;
    text-shadow: none;
    padding: 5px;
    color : white;
}

.project-title {
    font-weight : 700;
    font-size : 10px;
}

#wrapper {
    display : flex;
}
#wrapper .menu-toggle-mini {
    display : none;
}

#wrapper.toggled .menu-toggle-mini {
    display : inline-block;
}

#wrapper #content-wrapper {
    flex-grow : 1;
}

#wrapper.toggled #content-wrapper {
    display : block;
}

#wrapper #sidebar-wrapper {
    margin-right : 16px
}

.page-item .page-link{
    color : #3c96c8;
}

.page-item.active .page-link {
    background-color: #3c96c8;
    border-color: #3c96c8;
    color : white;
}

@media (max-width: 768px) {

    .thumbnailSizeSlider {
        display: none;
    }

    #wrapper #sidebar-wrapper {
        flex : 1;
        margin-right : 0px;
    }
    
    #wrapper #content-wrapper {
        display : none;
    }
}

.overlay-scrim-container {
    position : relative;
    min-width : 1px;
    max-height : 100%;
}

.overlay-scrim-container video,
.overlay-scrim-container img {
    max-width: 100%;
    max-height: 200px!important;
}

.overlay-scrim-container video.video-preview-thumbnail-xlarge,
.overlay-scrim-container span.video-preview-thumbnail-xlarge img {
    max-height: 300px!important;
}

.icon-container {
 background-color:#fafafa;
}

.default-text-thumbnail {
	margin: auto;
	font-size: 36px;
}
