@import "design/style.css";
body div.RecordTools {
	 width: 100% !important;
	 padding-top: 5px !important;
}
body ul#ResourceToolsContainer {
	 list-style: none !important;
	 width: 100% !important;
	 display: flex !important;
	 flex-wrap: wrap !important;
	 margin-left: 0px !important;
	 padding-bottom: 0px !important;
}
body ul#ResourceToolsContainer li {
	 min-width: 0 !important;
	 margin: auto  !important;
	 display: inline !important;
}
body ul#ResourceToolsContainer li a {
	 white-space: nowrap !important; 
}
div#RecordDownloadTabButtons {
	 text-align: center !important;
	 width: 100% !important;
	 display: block;
	 clear: both !important;
	 padding-top: 20px !important;
	 padding-bottom: 20px !important;
	 margin: 0 !important;
	 font-size: 1.25em !important;
}
div#RecordDownloadTabButtons a#showhidefiles {
	 margin-left: 10px;
}
div.ResourcePanelInfo.ResourceTypeField8 a {
	 font-weight: bold;
}
div#DownloadsTab.RecordDownloadSpace table#ResourceDownloadOptions td.DownloadButton {
	 padding-right: 0.8rem;
}
div#DownloadsTab.RecordDownloadSpace table#ResourceDownloadOptions img.AltThumb {
	 width: 60%;
}
.masterinf {
	display: none;
	font-family: 'Lucida Console', 'Courier New', monospace;
}
/*div.ResourcePanelInfo.ResourceTypeField94 {
	 display: none;
}
div.ResourcePanel {
	 height: 300px !important;
}*/
/* Set automatic video width */
div.videojscontent {
	 width: auto !important;
	 /*margin: 0 auto !important;*/
}
.ResourcePanel.job-status-active .thumbs-file-extension {
	 background-color: orange;
}
.ResourcePanel.job-status-queued .thumbs-file-extension {
	 background-color: yellow;
}
/* Adjust nopreview icon */
.ResourcePanel a.ImageWrapper {
	 text-decoration: none; 
}

.ResourcePanel .ImageWrapper i.nopreview.fa:after,
.ResourcePanel .ImageWrapperLarge i.nopreview.fa:after,
.RecordPanel #previewimagewrapper i.nopreview.fa:after {
	 /*content: "NOT DIGITIZED";*/
	 padding-top: 10px;
	 left: 0;
	 top:30%;
	 color: grey;
    width: 100%;
    height: 100%;
	 font-size: 20px;
    line-height: 1;
	 font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
    font-weight: 100;
    position: absolute;
	 overflow: visible;
	 z-index: 100;
}
i.nopreview {
	 display: flex !important;
	 justify-content: center !important;
	 align-items: center !important;
	 padding: auto !important;
	 background-color: #D0E2EF;
	 color: white;
	 overflow: hidden;
	 max-height: 100% !important;
	 font-size: 120px !important;
}
.Listview i.nopreview {
	 font-size: 16px !important;
	 width: 40px;
}	 
.ResourcePanel .ImageWrapper i.nopreview:hover,
.ResourcePanel .ImageWrapperLarge i.nopreview:hover,
.RecordPanel #RelatedResources i.nopreview:hover,
#CollectionDiv i.nopreview:hover {
	 color: #2E99E6;
}
.RecordPanel #previewimagewrapper i.nopreview {
	 margin-top: 0;
}
i.nopreview.fa:before {
	 width: 50%;
	 padding: 20px !important;
	 resize: both !important;
	 margin: auto !important;
	 overflow: hidden !important;
}
.RecordPanel i.nopreview.fa:before {
	 padding: 60px !important;
}
.RecordPanel #RelatedResources i.nopreview.fa:before {
	 font-size: 6vw !important;
}
.Listview i.nopreview.fa:before {
	 padding: 5px !important;
	 width: 100px;
}

