html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
	.no_results {
		color : red;
		margin-top: 15px;
	}
	.title { 
		font-family: arial,helvetica,clean,sans-serif;
		font-size: 28px; 
		position: static; 
		margin-top: 10px; 
		margin-bottom: 10px; 
		margin-left: 30px; 
		padding: 0px; 
		white-space: nowrap; 
		color: #369;
	}
	h1 {
		  font-family: arial,helvetica,clean,sans-serif;
		  font-size: 28px; 
		  font-weight: normal;
		  height: 30px;
	}
	#ex5_1_value { 
	width:300px;
	}
	.my_facets {
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 11px;
	margin-left: 10px;
	}
	.accord_label {
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 16px;
    font-weight:700;
	}
	.query_facet_box {
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 11px;
	width:105px;
	height:12px;
	margin-right: 5px;
	}
	.query_facet_boxA {
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 11px;
	width:105px;
	height:16px;
	margin-right: 5px;
	}
	.query_sort_menu {
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 11px;
	width:100px;
	height:18px;
	}
	#term_brcrump {
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 12px;
	border-radius: 4px;
	background: #AADAA7;
	padding: 2px;
	//width: 200px;
	height: 10px;
	//margin:18px 10px;
	margin-left: 10px;
	margin-top: 15px;
	}
	#term_brcrump:hover {
	//background-color: yellow;
	cursor: pointer;
	text-decoration: line-through;
	}
	#brcrump_all {
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 12px;
	line-height: 20px;
	}
	.brcrump_facet {
	border-radius: 6px;
	background: #CCCCCC;
	padding: 2px;
	height: 10px;
	margin: 10px 5px;
	}
	.brcrump_facet:hover {
	cursor: pointer;
	text-decoration: line-through;
	}
	.brcrump_cond {
	border-radius: 6px;
	background: #71C0BA;
	padding: 2px;
	height: 10px;
	margin: 10px 5px;
	}
	.brcrump_cond:hover {
	cursor: pointer;
	text-decoration: line-through;
	}

	a { text-decoration: underline; color: #22C; }

    .study_record a:first-child { font-weight: 600; }

	.study_record     {
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 11px;
	color: #2F4A8B;
	background: whitesmoke;
	overflow-y: auto;

	margin-left: 0px;
	margin-right: 100px;
	margin-top: 5px;
	//width: 800px;
	padding: 5px 5px 5px 8px ;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	box-shadow: inset 1px 1px 0 white;
	max-height: 270px;
	}
	.facet_control_section{
		margin-left: -30px;
	}
	
	.facet_box2 {
	background: whitesmoke;
	overflow-y: auto;
	//left: 50%;
	margin-left: -30px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 300px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	box-shadow: inset 1px 1px 0 white;
	max-height: 120px;
	}/*
	#id_facet_box {
	background: whitesmoke;
	overflow-y: auto;
	//left: 50%;
	margin-left: 0px;
	margin-top: 5px;
	width: 300px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	box-shadow: inset 1px 1px 0 white;
	max-height: 100px;
	}*/
	.gapem
	{
        background-color: #AADAA7;
        /* color: #985735; font-weight:700;  */
	}
	.page_arrow_enabled
	{
		color:black;
		cursor: pointer;
	}
	.page_arrow_disabled
	{
		color:LightGray;
	}	
	
	.wrap      { margin: 10px; padding: 10px; padding-right:240px;  background: #edf2ff; overflow:hidden; }
	.main      { margin: 0 -340px 0 auto; width: 100%; float:right; overflow:hidden;}
	.sidebar   { width: 330px; float: left; height: 3000px; overflow:hidden;}
	.main,
	.sidebar   { background: #eee; min-height: 100px; }
	.sidebar b { color:#000; }
	.clear {clear:both}

	.angucomplete-dropdown {

	overflow-y: auto;
	max-height: 400px;  /* // your preference */
	font-family: "Courier" !important; 
	font-size: 12px;
                                     margin: 0px;
	}

 table.docsum { width:100%; border-collapse: collapse; margin: 2px 0px; }
 table.docsum tr { vertical-align: top; padding: 0px; }
 table.docsum td { padding: 0px 5px 0px 0px; }
 table.docsum td:first-child { width:8%; white-space: nowrap; color:#494949; }

/* https://jsfiddle.net/kv9d108b/3/ 
http://stackoverflow.com/questions/7617689/make-table-width-100-with-last-column-filling-remainder-without-squashing-other
*/
table.top_header    { width:100%;  border-collapse: collapse; }
table.top_header tr { display: flex;align-items: stretch; }
table.top_header td:last-child {flex: 1;display:inline-block; /* to keep IE happy */}
 
 .desc {
	color: #000;
	margin-botton: 30px;
 }
.bottom_link {
	margin-right: 6px;
}


