/* $Id: index.css,v 1.11 2018/03/27 11:52:51 cmanley Exp $ */

.tooltip,
.tooltip_good,
.tooltip_bad {
	background-color: InfoBackground;
	/*border: 1px solid InfoText;*/
	box-shadow: 0 0 7px #666;
	padding: 0.2em 0.3em;
	max-width: 250px;
}

.tooltip_good {
	background-color: green;
	color: white;
}

.tooltip_bad {
	background-color: #fc3;
}


#zoekenhomeo,
#zoekenoverig {
	position: relative;
	text-align: left;
}

	#zoekenhomeo_input,
	#zoekenoverig_input {
		border: solid 1px #000;
		padding: 3px;
		width: 160px;
	}

	#zoekenhomeo_matches,
	#zoekenoverig_matches {
		background-color: #f7f4ed;
		width: 233px;
		display: none;
		position: absolute;
		-moz-box-shadow:    1px 1px 2px 0px #ccc;
		-webkit-box-shadow: 1px 1px 2px 0px #ccc;
		box-shadow:         1px 1px 2px 0px #ccc;
		max-height: 40em;
		overflow-x: hidden;
		overflow-y: auto;
		text-align: left;
		z-index: 2;
	}
	#zoekenhomeo_matches {
		left: 0;
	}
	#zoekenoverig_matches {
		right: 0;
	}

		#zoekenhomeo_matches > div,
		#zoekenoverig_matches > div {
			padding: 0 2px;
			border-left: solid 1px #dedede;
			border-right: solid 1px #dedede;
			border-bottom: solid 1px #dedede;
		}
		#zoekenhomeo_matches > div:hover,
		#zoekenoverig_matches > div:hover {
			background: #3b5998;
			border-left: solid 1px #3b5998;
			border-right: solid 1px #3b5998;
			color: white;
		}



#DialogMiddelZoekenHomeo a,
#DialogMiddelZoekenOverig a {
	color: blue;
}

	#DialogMiddelZoekenHomeo table.spreadsheet > tbody > tr:hover,
	#DialogMiddelZoekenOverig table.spreadsheet > tbody > tr:hover {
		background-color: white;
	}

p#DialogMiddelZoekenHomeoTab2Warning, p#DialogMiddelZoekenOverigWarning {
	border: 2px solid #fc3;
	padding: 2px;
	background-color: white;
}

.ui-dialog-title {
	font-size: 120%;
}


table#DialogMiddelZoekenHomeoTab1Table tr.Heel {
	background-color: #27915f;
}

table#DialogMiddelZoekenHomeoTab1Table tr.VSM {
	/*background-color: #54b948;
	color: #00438a;*/
	background-color: #fc3;
}

fieldset#DialogMiddelZoekenOverigInfo {
	border: 1px solid #f90;
	margin-bottom: 0.5em;
	padding: 0.5em;
}

	fieldset#DialogMiddelZoekenOverigInfo > legend {
		background-color: #fc3;
		border: 1px solid #f90;
	}

	fieldset#DialogMiddelZoekenOverigInfo > div {
		max-height: 10em;
		overflow-y: scroll;
	}
