/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */
table {border-collapse: collapse;border-right:solid thin black;}
table td, table th {border: thin solid black; padding: 4px;}
tr.header {background-color: #EEEEEE;}
tr:hover td, tr:hover th {background-color: #DDDDDD;}
tr.even td {border-bottom: thin dotted black;}
tr.odd td {border-top: thin dotted black;}
td.even {background-color: #EEFFEE;}
td.head {background-color: #EEEEFF;}
td.num {text-align: right;}
td.link {text-decoration: underline; color: blue;}
td, th {width: 100px;}
td.error {color: red;background-color: yellow;}
td.title, th.title {width: 400px;}
td.mod, th.mod {width: 200px;}
#itemtable {width: 100%;}
#itemdiv {display: none;}
td.ititle, th.ititle {width: 600px;}
td.partial {color:red; font-style: italic;}

button:disabled {
	background-color:gray;
}
input:read-only {
	background-color: gray;
}
div.metadata {
	padding: 2px;
    width: 880px;
}
#metadatadiv select, #metadatadiv input {
	padding: 2px;
	margin: 4px;
}
#metadatadiv fieldset {
	margin: 6px 15px;
    width: 850px;
}

#metadatadiv label {
	font-weight: bold;
}

#itemtable td div:not(:first-child) {
	border-top: thin solid gray;
}

body {
	min-height: 700px;
	min-width: 700px;
}

tr.header th {
	vertical-align: bottom;
}

a.partial::after {
	content:" ?";
}

fieldset.catdiv {
	border: thin solid black;
	margin-bottom: 8px;
}

fieldset.catdiv div {
	width: 380px;
	float: left;
}

#collSel {
	width: 90%;
}

#filterdiv label {
	font-weight: normal;
}

.button {
	background-color: #EEEEEE;
}

.toobig::before {
	content: "*";
}
#exlimit {
  font-style: italic;
}

.red {
  color: red;
}