/* WIRR: Web interface to the relational registry, custom CSS */

.container {
	display: table;
}

#sidebarCol {
	display: table-cell;
	background-color: #d2dcf0;
	vertical-align: top;
	width: 100pt;
}

#runQueryButton {
	padding: 2ex;
}

#formControls {
	margin-top: 2ex;
}

.scalingLine {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.glue {
	flex-grow: 1;
}

.resultmessage {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}

img.silentlink {
	/* Hack to scale logo until we clean up this CSS */
	width:100pt;
}

#mainBox {
	display: table-cell;
	background-color: white;
	vertical-align: top;
	width: 100%;
	padding-left: 10px;
}

#formBox {
	color: navy;
	background-color: #eaebee;
	margin-bottom: 10px;
	border-style: solid;
	border-width: thin;
	padding-left: 10px;
	padding-top: 10px;
}

#results {
	min-height: 300px;
	color: navy;
	background-color: white;
	border-style: solid;
	border-width: thin;
}

#footer {
	clear: left;
}

#sampArea {
	position: fixed;
	right: 10pt;
	bottom: 3pt;
	padding: 1ex;
	background-color: rgba(255, 255, 255, .8);
}

.predefSearchLink {
	background-color: transparent;
	border: 0px solid white;
	cursor: pointer;
	font-size: 8pt;
}

.predefBox {
	background-color: transparent;
	border: 0px;
	margin: 5px 5px 10px;
	cursor: pointer;
	font-size: 8pt;
}

.predefButton {
	font-size: 8pt;
}

div.resHead {
	display: table-row;
}

ul#resMainList {
	list-style-type: none;
	padding-top: 1ex;
	padding-bottom: 1ex;
	padding-left: 0.3em;
}

span.limitElem {
	display: table-cell;
	font-size: 8pt;
	padding-right: 3px;
}

span.offsetTextElemLeft {
	display: table-cell;
	font-size: 8pt;
	padding-left: 3px;
}

span.offsetTextElemRight {
	display: table-cell;
	font-size: 8pt;
	padding-left: 1px;
	padding-right: 3px;
}

span.queryElem {
	display: table-cell;
	font-size: 8pt;
	padding-left: 20px;
}

#histMenu {
	font-size: 8pt;
	padding-bottom: 3px;
}

span.resTabCell {
	display: table-cell;
	padding-right: 1ex;
	/*width: 10em;*/
	min-width: 12em;
	max-width: 12em;
}

dl.resDetailInfo {
	margin-bottom: 20px;
	margin-left: 40px;
}

.barSpacer {
	margin-left: 2rem;
	margin-right: 1rem;
}

.curvedEdgeButton {
	/*background-color: #0d9acf;*/
	background-color: navy;
	border-radius: 15px 15px 15px 15px;
	color: white;
	cursor: pointer;
}

.iconButton {
	background-color: transparent;
	border: 0px solid white;
	margin-left: 10px; 
	padding: 0px;
}

.iconButton img {
	vertical-align: middle;
}

.histButton {
	color: navy;
}

.contactTableHead {
	font-weight: bold;
	width: 8em;
}

.contactTableData {
	width: 16em;
	margin-left: 10px;
	margin-right:10px;
}


.capDisplay {
	font-size: 11pt;
	font-weight: bold;
	margin-right: 10px;
	text-decoration: underline;
	cursor: pointer;
}

.scscap {
	color: #6699cc;
}

.siacap {
	color: #66cccc;
}

.ssacap {
	color: #ff9966;
}

.tapcap {
	color: gray;
}

.webcap {
	color: blue;
}

.soapcap {
	color: #9999DD;
	background-color: white;
}

.oaicap {
	color: #99BB99;
	background-color: white;
}

table.contacts {
	min-width: 24em;
	font-size: 11pt;
}

.tempmsg {
	position: fixed;
	width: 200pt;
	height:70pt;
	right: 0px;
	top: 0px;
	background: #dddd33;
	padding: 8pt;
	border: 1pt solid #333388;
}

.constraint {
	width: 100%;
	margin-bottom: 3ex;
}

.formParts {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;

}

.condOpert {
	flex-grow: 0;
}

.condOperd {
	flex-grow: 4;
	min-width: 10em;
}

.constrDescr {
	font-size: 80%;
	font-style: italic;
}

.typeSelector {
	flex-grow: 1;
	text-align: left;
	position: relative;
}

.typeSelector:after {
	 content: " ⯆";
	 position: absolute;
	 right: 5pt;
}

.constrEdge {
	whitespace: nowrap;
	flex-grow: 0
}

dl.marketing {
	margin-top: 3ex;
	margin-left: 0.5em;
}


.marketing dd {
  max-width: 30em;
}

.pagerlabel {
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-weight: bold;
}

.constrLineInfo {
	text-decoration: underline;
	cursor: pointer;
	margin-left: 5pt;
	margin-right: 5pt;
}

.historyControl {
	padding-top: 10px;
	padding-left: 10px;
}

.matchCount {
	text-align: right;
	padding: 3pt 1ex;
}

.matchCount p {
	margin: 0pt 0pt;
}

/* ============ special rules for embedded widgets ========= */

.ucdresults {
	list-style: none;
	margin-left: 0pt;
	padding-left: 0pt;
}

.ucdresults li {
	margin: 4pt;
	border: 1pt solid #ccc;
	padding: 3pt;
}

.ucdresults li:hover {
	background-color: #ccc;
}

.ucdresults .ucd {
	font-weight: bold;
}

.ucdresults .ucddesc {
	font-size: 80%;
	font-style: italic;
}

/* ============ extra rules for phone-like UAs ============= */

@media(max-width: 16cm) {
	#sidebarCol {
		display: None;
	}
}
