#indexingSourcesManagement {
	padding:1em;
}
.right {
	float:right;
}
.displayModeChecker {
	border-bottom:1px solid black;
	margin:5px 0;
	padding:5px;
	width:55em;
}

.displayModeCheckerButton {
	vertical-align:bottom;
}

.associationsListChecker, .crossRefServices4 {
	border-bottom:1px dotted #000;
}

.associationsListDesc {
	padding:5px;
	border-left:1px dotted #000;
	border-bottom:1px dotted #000;
}
.crossrefDesc {
	border-right:1px dotted #000;
}

.crossRefServices {
	width:12em;
	border-bottom:1px dotted #000;
}

.associationLogo {
	float:left;
	margin-right:5px;
}
.wrapperTable {
	margin:0 auto;
	width:90%;
	height:400px;
	border:1px solid black;
	overflow:hidden;
}
.wrapperTableList {
	width:40%;
	height:400px;
	overflow:hidden;
	border-right:1px solid black;
	vertical-align:top;
}
.emptyList {
	display:inline-block;
	padding:15px;
	font-size:1.2em;
	font-style:italic;
}
.tableList {
	width:100%;
	height:350px;
	overflow:auto;
}
.tableList::-webkit-scrollbar { 
    display: none; 
}
.tableListFilters {
	font-size:1.4em;
	background:#ccc;
	border-bottom:1px solid black;	
}
.tableListFilters ul {
	margin:0;
	padding:0;
}
.tableListFilters ul li {
	display:inline-block;
}
.tableListFilters ul li a {
	color:#999;
	text-decoration:none;
	display:inline-block;
	font-size:.7em;
	margin:3px;
	padding:3px;
	background:#fff;
	text-transform:uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tableListFilters ul li a:hover {
	color:#fff;
	background:#999;
}
#filtersSubmitForm {
	display:none;
	position:absolute;
	top:35em;
	left:10%;
	background:#ccc;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#fieldsSubmitForm, #platformsSubmitForm {
	display:none;
}
#fieldsSubmitForm fieldset, #platformsSubmitForm fieldset {
	background:#fff;
}
#fieldsSubmitForm legend, #platformsSubmitForm legend {
    background-image: -webkit-linear-gradient(top, #ccc 0%, #fff 80%);
    background-image: -moz-linear-gradient(top, #ccc 0%, #fff 80%);
    background-image: -ms-linear-gradient(top, #ccc 0%, #fff 80%);
    background-image: -o-linear-gradient(top, #ccc 0%, #fff 80%);
    background-image: linear-gradient(top, #ccc 0%, #fff 80%);
}
#databaseFrame {
	height:400px;
	overflow:auto;
}
.databaseInstructions {
	padding:5px;
	height:400px;
}
.databaseDescription {
	vertical-align:top;
	border-bottom:1px solid black;
}
.databaseDescriptionLogo {
	width:200px;
}
.databaseDescriptionItalic {
	font-style:italic;
	vertical-align:top;
}
.databaseDescriptionDesc {
	padding:5px;
}
.databaseSettings {
	padding:5px;	
}
.loading {
	font-size:1.5em;
	width:300px;
	height:300px;
	margin:0 auto;
	line-height:300px;
	text-align:center;
	background-image:url("loading.gif");
	background-repeat: no-repeat;
}
