/* typography */
body {
	color: #333;
    background: #e8eaec;
}

/* layout */
#searchResults {
    min-height: 700px;
    width: 100%;
}
#page-content {
    min-height: calc(100vh - 210px);
}
.no-sidebar #page-content {
    margin-left: 10px;
}
.no-sidebar a[data-sidenav-toggle] {
    display: none!important;
}
/* Add these dialog instructions, otherwise dynamic positioning is incorrect */
.ui-dialog {
    display: none;
    position: fixed;
    top: 0px;
}
.ui-widget-overlay {
    position: fixed;
    height: 100%;
    height: 100vh;
    width: 100%;
    width: 100vw;
}

/* items */
#searchResults div.keywords {
    display: none;
}
.thumbnailContainer {
	width: 170px;
	height: 128px;
	overflow: hidden;
}
    .thumbnailContainer img {
        border: 0px;
	}
img.previewImage {
	cursor: pointer;
}
#mouseoverPreview span {
    display: block;
}
.download-links {
    font-size: 12px;
    line-height: 18px;
    padding-top: 5px;
}
.download-links a {
	display: block;
	color: #333;
}
.download-links i {
    float: left;
    margin-right: 10px;
    font-size: 15px;
    margin-top: 2px;
}
.error {
    color: #f00;
    margin-top: 100px;
    font-size: 20px;
}

.videoThumbnail {
    min-width: 200px;
    overflow: hidden;
    min-height: 340px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    display: inline;
    height: 280px;
    float: left;
    margin: 25px 20px 20px;
    padding: 10px;
    padding-right: 50px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    position: relative;
}
.videoThumbnail > .description {
     height: 90px;
     overflow: hidden;
     font-size: 80%;
}
.videoThumbnail > h3 {
	font-size: 14px;
	white-space: nowrap;
	cursor: pointer;
	margin: 12px 0 0 0;
    padding-bottom: 2px;
    border-bottom: 2px solid #ccc;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.videoThumbnail > h5 {
    margin-bottom: 0px;
    font-style: italic;
    margin-top: 2px;
}

.resultAssetId {
    font-size: 10px;
    padding-bottom: 2px;
}

.videoThumbnail .formatToggles {
	font-size: 10px;
	padding: 0 0 6px 0;
}
.videoThumbnail .formatToggles label {
	display: inline-block;
	width: 73px;

	/* ie7 inline-block hack? */
	zoom: 1;
	*display:inline;
}

.fileToggle {
    font-size: 10px;
    width: 76px;
    float: left;
	white-space:nowrap;
	margin-top: 5px;
}
/* multi size format images */
.fileToggles {
	padding: 6px 0;
}
.filesToggles .sizes,
.fileToggles .sizes {
	margin: 2px 0 0 0;
    overflow: hidden;
}
.filesToggles .sizes .heading,
.fileToggles .sizes .heading {
	border-bottom: 1px #DDDDDD solid;
}
.filesToggles .sizes .fileToggle,
.fileToggles .sizes .fileToggle {
	float: left;
	white-space: nowrap;
    margin: 0 0 14px;
    overflow: hidden;
}
.fileToggles .sizes .fileToggle.disabled {
	color: #CCCCCC;
}
.fileToggles .sizes .fileToggleCheckbox {
	float: left;
	margin-right: 2px;
}
.fileToggles .sizes .sizeinfo {

    cursor: pointer;

    position: absolute;
    margin: 0 0 0 15px;
    *margin: 0;     /* ie7 only hack */
}
.filesToggles .sizes .res,
.fileToggles .sizes .res {
}
table.dpi {
	font-size: 12px;
}
.queueItem .fileToggles .sizes {
	float:left;
}
.queueItem .fileToggle {
	float:none !important;
	clear:both;
}

label.fileToggle {
	display: block;
}

#searchResults {
    display: inline-block;
}

.navbar {
    opacity: 0.98;
}

.title-container {
    font-size: 25px;
    line-height: 100px;
    padding-left: 250px;
    color: white;
    width: 120%;
}

#dataViewContainer {
	margin-top: 125px;
}
#footer {
    height: 80px;
    line-height: 60px;
	line-height: 20px;
}
#footer p {
	margin-bottom: 0;
}
#footer > div {
	margin-top: 8px;
}

.ui-dialog {
	z-index: 20000 !important;
}

#legalPopup p {
     margin: 0 0 10px;    
}

#header .logo {
    height: 90px;
}

.pad-top {
    margin-top: 50px;
}

@media (max-width: 767px) {
    #publicSearchForm{ margin-right: -15px; }
}

.thumb_cards{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 200px;
    height: 100%;
    z-index: 1;
    background: #fff;
    background: rgba(255, 255, 255, .925);
}

.thumb_cards.open{
    display: block;
    overflow: auto;
}

.thumb_card{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    padding: 5px 10px;
}

.thumb_card.open{
    display: block;
}

.thumb_cards button[data-close-cards]{
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 4px;
    line-height: .5;
    font-size: 12px;
    z-index: 2;
}

.thumb_card h3{ 
    border-bottom: 2px solid rgb(204, 204, 204);
    padding-bottom: 10px;
    font-size: 14px; 
}

.thumb_card p{
    font-size: 12px;
}

.card_buttons {
    min-height: 30px;
    padding: 5px 0;
}

.card_buttons button{
    padding: 3px 6px;
    font-size: 12px;
    line-height: .75;
}

#mouseoverPreview .location{ display: block; }