@charset "utf-8";
/* CSS Document */


/* Fixing Full Search*/

#filterDialogScroller > table {
	border-width: 0px;
	
}

#filterDialogScroller > table > tbody > tr:nth-child(1) > td > div {
	
padding-top: 5px!important; 
}

span#hasImagesCheck > img {
	padding-left: 5px;
}

span#hasTranscriptionsCheck > img {
		padding-left: 5px;

}

#filterDialogScroller {
	
	margin-bottom: 8px!important;
}


#filterDialogScroller > table > tbody > tr:nth-child(9) > td > table {
	
	border: 0!important;
}


#showAllControls > label:nth-child(1) {
	padding-left: 10px!important;
}

#doAdvancedSearch {
	margin-right: 7px;
}



/* SLIDER FUN */

.ui-slider {
	border-radius: 0!important;
}

#slider-date > div, #slider-lineCount div, #slider-columnsCount div, #slider-pageWidth div, #slider-pageHeight div {
	background-color: rgb(17, 138, 222);
}

#filterDialogScroller > table > tbody > tr:nth-child(10) > td > div:nth-child(1), 
#filterDialogScroller > table > tbody > tr:nth-child(11) > td > div:nth-child(1),
#filterDialogScroller > table > tbody > tr:nth-child(12) > td > div:nth-child(1),
#filterDialogScroller > table > tbody > tr:nth-child(13) > td > div:nth-child(1),
#filterDialogScroller > table > tbody > tr:nth-child(14) > td > div:nth-child(1) 
{
	
	padding-bottom: 8px!important;
}

#slider-date, #slider-lineCount, #slider-columnsCount, #slider-pageWidth, #slider-pageHeight {
	height: 4px!important;
	background-color: lightgrey!important;
	border-width: 0!important;
}


.ui-slider-handle {
	top: -7px!important;
	bottom: 0px!important;
	border-radius: 50%!important;
	width: 7px!important;
	height: 12px!important;
	background-image: none!important;
	background-color: rgb(17, 138, 222)!important;
}





/* LISTE styles
===================================== */

/* MAIN STYLES 
------------------------------------- */
* {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;	
}
body, td, div, span, p, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, span.toolbuttonSpan, select, input, button#doAdvancedSearch, #msstrans .folioBreak, #msstrans .columnBreak, #msstrans .linenumber, #msstrans .verse_number, #msstrans div[style*="x-small"] + div .externalLink {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-feature-settings: "liga", "tnum";
}

body {
	background-color: rgba(246, 246, 246, 1);
	
}

/*    fix for Document Details qtooltip */

.linkToButton {
	float: none;
}

.qtip-wrapper {
	min-width:200px;
}

div.qtip-contentWrapper a > img {
	
	max-width: 140px!important;
	
}

div.qtip-content.qtip-content {
	
	margin-right: 15px;
}

.qtip-content table tr td:nth-child(2) {
	padding-right: 15px;
	
}

/*   –––––––––––––––––– */


span.linkToButton:before {	
    content: "\f08e";
}


span.app[data-rdgs]:hover:after {
	font-family: Tahoma, Times New Roman, Gentium, serif !important;	 /* transcription popups */
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color:#118ade;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, button#doAdvancedSearch { /* buttons and tabs styling */
	padding:2px 5px 3px;
	border-radius:3px;
	font-weight:normal;
	border:1px solid #006DC6;
	box-shadow:0 1px 0 rgba(255,255,255,0.3) inset;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.3);
	background: #118ade;
	background: -moz-linear-gradient(top,  #118ade 0%, #1273c7 100%);
	background: -webkit-linear-gradient(top,  #118ade 0%,#1273c7 100%);
	background: linear-gradient(to bottom,  #118ade 0%,#1273c7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#118ade', endColorstr='#1273c7',GradientType=0 );
}
.ui-menu {
	border-radius: 0 3px 3px 3px;
    padding: 5px 0;
	border:1px solid #aaa;
	border-top:none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.ui-menu .ui-menu-item {
	font-size:13px;	
	padding:5px 12px;
	color:#333;
}

.ui-menu-item:hover {
    background: lightgrey;
}

.ui-menu-item.ui-state-focus {
	background:#ccc;
	border:none;
	font-weight:normal;
	color:#000;	
	margin:0;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	padding:3px;
	border-radius:2px;
	border:1px solid #aaa;
}
.searchTitlePop, .docinfo, .filterDetailsIcon {
    font-family: "times new roman", times, serif;
    background-image: none;
    font-size: 0; /* in case there are &nbsp; in the span */
    background: #aaa;
    line-height: 17px;
    border-radius: 25px;
    /*padding: 1px;*/
    text-align: center;
    font-weight: bold;
    margin: 1px 2px !important;
    display: inline-block;
    color: #fff;
    cursor: help;
    width: 16px;
    height: 16px;
}
.searchTitlePop:after, .docinfo:after, .filterDetailsIcon:after {
	content:"i";
	font-size:13px;
}
.searchTitlePop:hover, .docinfo:hover, .filterDetailsIcon:hover {
    background-color:#006DC6;
}
header.portlet-topper {
	background: #eee;
    color: #333;
    padding: 0;
    font-weight: bold;
    border-bottom: 1px solid #ccc;	
}


/* TABS 
------------------------------------- */

#tabs {
	height:100%;
	border:none;
	padding:0;	
}
.ui-tabs .ui-tabs-nav {
	background: #fafafa;;
	border-radius:0;
	border:none;
	padding:0;	
}
.ui-tabs .ui-tabs-nav li {
	background:#fff;
	font-size:15px;
	color:#444;	
	text-shadow:none;
	border-radius:3px 3px 0 0;
	border:1px solid #ccc;
}
.ui-tabs .ui-tabs-nav li.ui-state-hover {
	border-color:aaa;
}
.ui-tabs .ui-tabs-nav li.ui-state-hover a {
	color:#000;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	padding:0;
	background:#eee;
	border-bottom-color:#eee;;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color:#000;
	font-weight:bold;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover {
	border-color:#ccc;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	font-weight:normal;	
	border-radius:0;
	padding:5px 14px 6px;
}
.ui-tabs .ui-tabs-panel {
	background:#eee !important;	
}
#tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-5 {	
	padding:14px;
	border:1px solid #ccc;
	border-radius:0 3px 3px 3px;
	margin-top:-1px; /* so that tabs sit on top */	
}


/* QUICK LOOKUP 
------------------------------------- */

#tabs-1 {
}
#tabs-1 > div > table tr:first-child {
}
#tabs-1 > div:first-child table tr:first-child td {
	padding:5px 0 10px !important;
	margin-bottom:10px !important;
	border-bottom:1px dotted #ccc !important;
}
#tabs-1 > div:first-child table tr:first-child b {
	font-size:16px;
	line-height:1.5em;
}
button#browseControl span:after, button#fullSearchControl span:after, #fullSearchHelpControl span:after, #browseHelpControl span:after	 {
	padding-left:6px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
}
button#browseControl span:after, #browseHelpControl span:after {
	content:"\f0d7";
}
button#fullSearchControl span:after, #fullSearchHelpControl span:after {
	content:"\f065";
}
#tabs-1 > div:first-child table tr:nth-child(2) td {
	padding:20px 0 !important;
}
#tabs-1 input#lookupText {
	padding:4px 8px;
	line-height:1.5em;
	width:150px;
	font-size:17px;
	border-radius:3px 0 0 3px;	
	margin-right:-4px !important;
}
#tabs-1 select#refSys {
	padding:5px 0 5px 3px;
	border-radius:0 3px 3px 0;
	font-size:17px;
	letter-spacing:1px;
}
#tabs-1 > div:first-child table tr:nth-child(2) td a {
	text-decoration:none;
	display:inline-block;
	padding:3px 15px;
	line-height:1.5em;
	font-size:17px;
	border-radius:3px;
	margin-left:5px;
	font-weight:normal;
	border:1px solid #006DC6;
	box-shadow:0 1px 0 rgba(255,255,255,0.3) inset;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.3);
	background: #118ade;
	background: -moz-linear-gradient(top,  #118ade 0%, #1273c7 100%);
	background: -webkit-linear-gradient(top,  #118ade 0%,#1273c7 100%);
	background: linear-gradient(to bottom,  #118ade 0%,#1273c7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#118ade', endColorstr='#1273c7',GradientType=0 );
}
#tabs-1 > div:first-child table tr:nth-child(2) td a:after {
	content:"Search";
}
#tabs-1 > div:first-child table tr:nth-child(2) td a img {
	display:none;
}
.fillPage table {
	font-size:14px;
	overflow:visible;
	line-height:1.5em;
	color:#333;	
	background:#fff;
	border:1px solid #aaa;
}
.fillPage table thead, .fillPage table tfoot {
	background:#ddd;
}
.fillPage table thead th, .fillPage table tfoot th {
	border:none;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.fillPage table thead th {
	border-bottom:1px solid #aaa;
	/*box-shadow:0 2px 0 #fff inset;*/
}
.fillPage table tfoot th {
	border-top:1px solid #aaa;
	/*box-shadow:0 1px 0 #fff inset;*/
}
.fillPage table th, .fillPage table td {
	text-align:left !important;
	padding:4px 8px;	
}
.fillPage table td {
	padding:4px 8px;
	border:none;
/*	border-bottom:1px dotted #bbb;	*/
}
tbody#listeTable tr:first-child i {
	font-style:normal;
	font-size:12px;
}
tbody#listeTable tr:hover td, tbody#pagesTable tr:hover td {
	background:#b9d6ea;
	color:#000;
}
table center > img {
	margin-top:50px;
}
table center > h1 { /* the loading text */
	font-size:18px;
	font-weight:normal;
	margin-bottom:50px;
}

/* FULL SEARCH
------------------------------------- */

.dialog {
	margin:0;
	padding:0;
	border-radius:3px;
	border:1px solid #ccc;
}
.dialogTitle {
    padding: 6px 12px;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px 0 #eee inset;
    text-align: left;
    font-size: 15px;
    background: #ccc;
    text-shadow: none;
    color: #000;
    font-weight: bold;
    margin: 0;
    border: none;
    border-bottom: 1px solid #aaa;
}
.fillPageAlmost {
	padding:15px 20px 0;
	background:#eee;
	height:100%;
	overflow:scroll !important;	
}
.fillPageAlmost table {	
}
.fillPageAlmost table td {
	border:none;
	padding:4px 0;	
}
.fillPageAlmost table tr:first-of-type td, .fillPageAlmost table tr:nth-child(5) td, .fillPageAlmost table tr:nth-child(9) td {
	border-bottom:1px solid #ccc;
	padding-bottom:12px;
}
.fillPageAlmost table tr:nth-child(2) td, .fillPageAlmost table tr:nth-child(6) td, .fillPageAlmost table tr:nth-child(10) td {
	padding-top:12px;
}
.fillPageAlmost table tr:nth-child(9) table tr:nth-child(2) td { /* styles the nested table in row 9 */
	padding-top:4px;
	border:none;	
}
.fillPageAlmost table tr:nth-child(10) td > div:first-child, .fillPageAlmost table tr:nth-child(11) td > div:first-child, .fillPageAlmost table tr:nth-child(12) td > div:first-child, .fillPageAlmost table tr:nth-child(13) td > div:first-child, .fillPageAlmost table tr:nth-child(14) td > div:first-child { /* sliders */
	margin:7px 0 !important;
	font-size:14px;
}
.fillPageAlmost table tr:nth-child(15) td > div:first-child {
	padding:10px 0;
	margin:12px 0 0 !important;
	border-top:1px solid #ccc;
	font-size:14px;
}
.fillPageAlmost table tr:nth-child(1) td > div > span:first-of-type, .fillPageAlmost table tr:nth-child(2) td > div > span:first-of-type, .fillPageAlmost table tr:nth-child(3) td > div > span:first-of-type, .fillPageAlmost table tr:nth-child(4) td > div > span:first-of-type, .fillPageAlmost table tr:nth-child(5) td > div > span:first-of-type, .fillPageAlmost table tr:nth-child(6) td > span:first-of-type, .fillPageAlmost table tr:nth-child(7) td > div > span:first-of-type, .fillPageAlmost table tr:nth-child(8) td > div > span:first-of-type, .fillPageAlmost table tr:nth-child(9) td > div > span:first-of-type {
	width:135px !important;
	text-align:right;
	margin:0 !important;
	padding-right:10px;
}
.fillPageAlmost table select#bookselect {
	border-radius:2px 0 0 2px;	
}
.fillPageAlmost table select#chapterselect {
	border-radius: 0px;
    margin: 0 -1px 0;
}
.fillPageAlmost table select#verseselect {
	border-radius:0 2px 2px 0;	
}
.fillPageAlmost table tr:nth-child(15) td > div:first-child span {
	padding-right:10px;
}
.fillPageAlmost table span#hasImagesCheck img, .fillPageAlmost table span#hasTranscriptionsCheck img {
    vertical-align: middle;
    padding-left: 5px;
    margin-top: -1px;
}

.fillPageAlmost table tr:first-of-type span button {
	padding:1px;
}
.fillPageAlmost table label {
	line-height: 18px;
    font-size: 14px;
    padding: 4px 0;
    display: inline-block;
}
.fillPageAlmost table input {
    padding: 3px 6px;
    border-radius: 2px 0 0 2px;
    border: 1px solid #aaa;
    font-size: 15px;	
}
.fillPageAlmost table select {
	font-size:15px;
    padding: 2px 4px;
}
.fillPageAlmost table select#refSysAdv {
	margin-left:-4px !important;
	border-radius:0 2px 2px 0;
}
.fillPageAlmost table span.ui-slider-handle {
	border-radius:25px;
	padding:1px 0 0 0;	
}
.fillPageAlmost table span#dateRange, .fillPageAlmost table span#lineCountRange, .fillPageAlmost table span#columnsCountRange, .fillPageAlmost table span#pageWidthRange, .fillPageAlmost table span#pageHeightRange {
	color:#000 !important;	
}
.fillPageAlmost table + div {
	background: #ddd;
    padding: 20px !important;
    padding-bottom: 35px!important;
    margin: 0 -20px 0 !important;
    border-radius: 0 0 2px 2px;
    border-top: 1px solid #ccc;
    box-shadow: 0 0 1px #fff inset;
	overflow:auto;
}
button#doAdvancedSearch {
	font-size: 16px;
    padding: 4px 15px 5px;
    float: right;
	cursor:pointer;	
}
button#doAdvancedSearch:after {
	/*content:"\f002";
	padding-left:6px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	*/
}
span#showAllControls {
	font-size: 14px;
    float: left !important;
    padding: 7px 0px;	
}
span#showAllControls label {
	padding-right:10px;	
}
span#showAllControls input {
    margin: 0 3px 0 0 !important;
    vertical-align: middle;	
}



/* PAGES 
------------------------------------- */

#searchTitle {
	display:inline-block;	
	margin:5px 0 15px;
}
#searchTitle b {
	font-weight:normal;	
}
#currentDocID {
	font-weight:bold;	
}
.specialPageNotes {
	/*font-style:normal !important;*/
	color:#888;	
}




/* popup Qtip 
------------------------------------- */

.qtip.qtip-light {
	border:none;
    top: 49px !important;
    right: 5px !important;
}
.qtip-wrapper {
	border-radius:0 0 3px 3px;
	box-shadow:0 1px 5px rgba(0,0,0,0.2) !important;
}
.qtip-borderTop, .qtip-borderBottom {
	display:none !important;	
}
.qtip-contentWrapper {
	border:1px solid #aaa !important;
	border-radius:3px;
}
.qtip-title {
	padding:10px 15px !important;	
}
.qtip-title a.qtip-button {/* the close button */
	height: 19px;
    width: 20px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 2px;
	color:#666;
	box-shadow:0 1px 0 #fff inset;
}
.qtip-title a:hover.qtip-button {
	background:#b50303;
	border-color:#900606;
	color:#fff;
	box-shadow:0 1px 0 rgba(255,255,255,0.4) inset;
}
.qtip-title a.qtip-button:before {
	content:"✖";
	padding:0 10px 0 4px;
}
.qtip-title a:hover.qtip-button:before {
	text-shadow:0 -1px 0 rgba(0,0,0,0.4);
}
.qtip-content {
	padding:15px !important;	
}
.qtip-content table tr td {
	border:none;
	border-bottom:1px solid #ccc;
	padding:7px 0;	
	vertical-align:top;
}
.qtip-content table tr td:first-child {
	font-weight:bold;	
	padding-right:10px;
}
.qtip-content table tr:last-child td {
	border-bottom:none;
}
.qtip-content td img {
	max-height: 75px;
    width: auto;
    display: block;
    float: none !important;
    clear: left;
    margin-top: 5px;
}

.qtip-content tr:hover {
    background: lightgrey;
}

.linkToButton, .indexButton, .transcribeButton, .maintenancebutton {
	background:none;
	height:14px;
	width:14px;
	text-align:center;
	margin:4px 4px 0;	
}
.linkToButton:before, .indexButton:before, .transcribeButton:before, .maintenancebutton:before {
	background:none;
	color:#666;
	display: inline-block;
    font: normal normal normal 16px/15px FontAwesome;
    height: 14px;
    border-radius: 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;		
}
.linkToButton:hover:before, .indexButton:hover:before, .transcribeButton:hover:before, .maintenancebutton:hover:before {
	color:#1273c7;	
}
#linkToButtonLink .linkToButton:before {
	content:"\f0c1";
}
#ExternalImageViewerButtonLink .linkToButton:before {
	content:"\f14c";	
	background:#fff;
}
.indexButton:before {
	content:"\f162";	
}
.transcribeButton:before {
	content:"\f044";	
}
.maintenancebutton:before {
	content:"\f085";	
}



/* FAVORITES
------------------------------------- */

#tabs-3 > div:first-of-type span {
	float:left !important;
	display:block;
	margin:5px 0 15px;	
}
#tabs-3 > div:first-of-type span b {
	padding-right:5px;
}


/* IMAGE VIEWER
===================================== */
#papyriViewport {
	padding:0 !important;	
}
body > div:first-of-type {
	height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
span#attribution {
	font-size:12px;	
}
#attribution a {
	color:#888;
}
#attribution a:hover {
	color:#118ade;
}
#attribution img {
	height:25px;
	float:left;
	margin:2px 5px 0 0;	
}
#attribution div {
	padding:0;
	margin:0 10px 0 0;	
}
.toolbar {
	margin:0;
    border: 1px solid #006DC6;
    box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
	padding: 0;
    height: auto;
    width: auto;
	color:#fff;
	border-radius:3px 3px 0 0;
	text-shadow:0 -1px 0 rgba(0,0,0,0.3);
	background: #118ade;
	background: -moz-linear-gradient(top,  #118ade 0%, #1273c7 100%);
	background: -webkit-linear-gradient(top,  #118ade 0%,#1273c7 100%);
	background: linear-gradient(to bottom,  #118ade 0%,#1273c7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#118ade', endColorstr='#1273c7',GradientType=0 );	
}
span.toolbuttonSpan, span#moreControlsAfter {
	padding:5px;
	height:20px;
	text-align:center !important;
	border-right:1px solid #1273c7;
	border-left:1px solid #118ade;
    display: block;
	float:left;
    margin: 0;
	text-shadow:0 -1px 0 rgba(0,0,0,0.3);
}
span.toolbuttonSpan:first-child, span.toolbuttonSpan:nth-child(5), span.toolbuttonSpan:nth-child(6), span.toolbuttonSpan:nth-child(8), span.toolbuttonSpan:nth-child(9) {
	border-left:none;	
}
span.toolbuttonSpan:last-child, span.toolbuttonSpan:nth-child(4), span.toolbuttonSpan:nth-child(5), span.toolbuttonSpan:nth-child(7), span.toolbuttonSpan:nth-child(8) {
	border-right:none;	
}
span.toolbuttonSpan:hover {
	background:#0066b3;
    box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
	border-left-color:#1273c7;
}
span.toolbuttonSpan:active {
    box-shadow: none;
}
/* icons */
span.toolbuttonSpan {
	font-size:0;
}
span.toolbuttonSpan img {
	display:none;	
}
span.toolbuttonSpan:before, span.toolbuttonSpan:nth-child(11) a:before, span#moreControlsAfter:before {
	font-size:16px !important;
	padding:2px 0;
	color:rgba(255,255,255,0.7);
	height:20px;
	line-height:20px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
}
span.toolbuttonSpan:hover:before, span.toolbuttonSpan:nth-child(11) a:hover:before {
	color:#fff;
}
span.toolbuttonSpan:nth-child(1):before{
	content:"\f05a";
}
span.toolbuttonSpan:nth-child(2):before {
	content:"\f0c4";
}
span.toolbuttonSpan:nth-child(3):before {
	content:"\f030";
}
span.toolbuttonSpan:nth-child(4):before, span.toolbuttonSpan:nth-child(7):before {
	content:"\f068";
}
span.toolbuttonSpan:nth-child(5):before {
	content:"\f185";
}
span.toolbuttonSpan:nth-child(6):before, span.toolbuttonSpan:nth-child(9):before {
	content:"\f067";
}
span.toolbuttonSpan:nth-child(8):before {
	content:"\f042";
}
span.toolbuttonSpan:nth-child(11) a:before {
	content:"\f14c";
}
span#moreControlsAfter:before {
	content:"\f086";
}
#scan {
    border: 1px solid #ccc;
	background:#eee;	
}


/* TRANSCRIPTION styles
===================================== */

iframe.fillPage {
	border:none !important;	
}
body {
/*	background:#fff;	*/
}
div.folioBreak {
	color:#333;
	margin-top:none;
	padding:5px 0 !important;
	border-top:1px solid #888 !important;	
	border-bottom:1px solid #888 !important;
}
div.columnBreak {
	color:#666;
	padding:5px 0 !important;	
	border-top:1px solid #ccc !important;
	border-bottom:1px solid #ccc !important;
}
div.folioBreak + div.columnBreak {
	border-top:none !important;
}
#msstrans {
	padding:15px;
	margin:0 !important;
	border:1px solid #ccc !important;
	background:#eee;
	border-radius:2px;	
	width:auto !important;
	overflow:scroll;
}
.msstrans {
	background:none !important;	
}
.linenumber {
	padding:5px 4px 3px 4px;	
}
span.verse_number {
	margin:0;	
}
#msstrans > div:first-of-type, #msstrans span, span.app[data-rdgs]:hover:after, .lectTitle {
	font-family: Antinoou, AntinoouWeb, Gentium, Times, serif;
	line-height:20px;
}
span.app {
	color:#118ade;	
}
span.app:hover {
	background:#ddd;	
	color:#000;
}
span.supplied {
	color:#e80909 !important;	
}
span.app[data-rdgs]:hover:after {
	border-radius:3px;
	background:#fff;
	border: 1px solid #bbb;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	padding:8px 14px;
	font-size: 15px;
    line-height: 21px;
}
div[style*="x-small"] { /* copyright div */
	border-top: 1px solid #ccc !important;
    padding: 15px 0;
    font-size: 13px !important;
    color: #666;
}
div[style*="x-small"] a span { /* copyright div */
	float:left !important;
	display:block;
	margin-top:7px;
}
div[style*="x-small"] a { 
	color:#118ade;
	text-decoration:none;
}
div[style*="x-small"] + div { /* open in new window link  */
	overflow:auto;
	padding:15px 0;
	clear:both;
}
div[style*="x-small"] + div .externalLink { /* open in new window link  */
	float:left;
	width:auto;
	color:#118ade;
}
div[style*="x-small"] + div .externalLink:after { /* open in new window link  */
	content:"View raw transcription ";
	font-size:13px;
	padding-left:20px;
}


/* FIX QTIP IN CATALOGUE TOOL
===================================== */

#fixscrolltable > table > tbody > tr:nth-child(1) > td:nth-child(2) > a > span {
	float: none;
	vertical-align: -1px;
}

#fixscrolltable > table > tbody > tr > td:nth-child(2) {
	
	width: 140px;
}

/* FIX Link Icons in Manuscript Details
===================================== */

#content > tr:nth-child(1) > th.fieldValue.tableHead > a:nth-child(3) > img {
	display: none;
}

#content > tr:nth-child(1) > th.fieldValue.tableHead > a:nth-child(1) > img {
	display: none;
}
	

#content > tr:nth-child(1) > th.fieldValue.tableHead > a:nth-child(1):after {
    content: "\f08b";
    font-family: FontAwesome;
}

#content > tr:nth-child(1) > th.fieldValue.tableHead > a:nth-child(3):after {
    content: "\f08b";
    font-family: FontAwesome;
}


/* Hide (New-Testament-centric) Content Select Box 
===================================== */
#filterDialogScroller > table > tbody > tr:nth-child(7) {
	display: none

}


