html {
	min-height: 100%;
	min-width: 60%;
	font-family: "Open Sans", "Helvetica Neue", "Calibri", "Arial";
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5em;
	color: #333;
	position: relative;
}

.parsed_query_header {
  font-size: 10pt;
  font-weight: bold;
}

.parsed_query {
  font-size: 8pt;
  font-weight: normal;
}

body {
	position: relative;
	min-height: 100%;
	min-width: 60%;
	font-size: 8pt;
}

a {
	color: rgb(0,151,179);
	text-decoration: none;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: none;
}
a:active {
color: #000000;
text-decoration: none;
}
a:hover, a:focus {
	color: #999;
}

h1, h2, h3 {
	line-height: 1em; 
	padding: 1em 0 0.25em 0;
	margin: 0;
	font-weight: 300;
}

h1 {
	font-size: 2.25em;
}

h2 {
	font-size: 1.5em;
}

h3{
	font-size: 1em;
	font-weight: 600;
}

ul li {
	padding: 6px 0;
	list-style: square;
}

ul.no-style, ul.no-style li {
	list-style: none;
	padding: 0;
	margin: 0;	
}

b, strong {
	font-weight: 600;
}

em, i {
	font-style: italic;
}

p {
	margin: 0;
	padding: .5em 0 .5em 0;
}


.navigators {
  float: left;
  margin: 1px;
  margin-top: 0px;
  width: 200px;
  padding: 1px;
  position: relative;  
  min-height: 800px;
  max-height: 800px;
}

.navigators h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  background: #FEC293;
  border: 1px solid #ce9d77;
  padding: 1px;
}

.navigators ul {
  list-style: none;
  margin: 0;
  max-height: 196px;
  overflow: scroll;
  margin-bottom: 3px;
  margin-top: 3px;
  padding-left: 5px;
}

.navigators ul li {
  color: #999;
  padding: 2px;
}

.results {
 max-height: 730px;
 min-height: 730px;
 overflow: scroll;	
}

a.facet-search {
    width: 100px;
    height: 20px;
    background-color: lightgrey;
    border: solid 1px black;
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    border-radius: 3px 3px 3px 3px;
}

.xbut {
    background-color: red;
    border: solid 2px white;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: xx-small;
    height: 6px;
    line-height: 6px;
    opacity: 0;
    position: relative;
    left: -15px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
    -webkit-transition: all .2s ease-in;
    -webkit-transform: perspective(600px) translateX(14px) rotateY(90deg) rotateZ(90deg);
    top: -10px;
    width: 14px;
}

.xbut:hover {
    background-color: red;
}

a.facet-search:hover + .xbut {
    opacity: 1;
    -webkit-transform: perspective(600px);
}

.facet-field {
	  font-weight: normal;
	  font-size: 14px;
}

.highlight {
  color: white;
  background-color: gray;
  border: 1px black solid;
}

.highlight-box {
  margin-left: 15px;
}

.field-name {
  font-weight: bold;
}

.highlighted-facet-field {
  background: white;
}

.constraints {
  margin-top: 5px;
}

#query-form{
  width: 80%;
}

.query-box, .constraints {
  padding: 2px;
  margin: 2px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.query-box #q {
  margin-left: 8px;
  width: 60%;
  height: 16px;
  border: 1px solid #999;
  font-size: 1em;
  padding: 2px;
}

.query-box {
  
}

.query-boost {
  
  top: 10px;
  left: 50px;
  position: relative;
  font-size: 0.8em;
}

.query-box .inputs{
  position: relative;
}

.pagination {
  background: #eee;
  margin: 5px;
  margin-left: 210px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.result-document {
  border: 0px solid #999;
  padding: 5px;
  margin: 5px;
  margin-left: 210px;
  margin-bottom: 15px;
}

.result-document div{
  padding: 5px;
}

.result-title{
  width:60%;
}

.result-body{
  background: #ddd;
}

.mlt{
  
}

.map{
  float: right;
  position: relative;
  top: -25px;  
}

.result-document:nth-child(2n+1) {
  background-color: #eee;
}


.selected-facet-field {
  font-weight: bold;
}

li.show {
  list-style: disc;
}

.group-value{
  font-weight: bold;
}

.notes {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap:break-word;       /* Internet Explorer 5.5+ */
}

.error {
  color: white;
  background-color: red;
  left: 5px;
  width:80%;
  position: relative;
  display: none;
}

/* panel */
.panel, .panelcollapsed 
{
	background: #eee;
	margin: 5px;
	margin-left: 5px;
	padding: 0px 0px 1px;
	width: auto;
	min-height: 24px;
	max-height: 290px;
	border: 1px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* panel heading */
.panel h2, .panelcollapsed h2 
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	background-color: #CCC;
	background-image: url('/solr/drivers/admin/file?file=/velocity/images/arrow-up.gif');
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

/* panel heading on rollover */
.panel h2:hover, .panelcollapsed h2:hover { background-color: #A9BCEF; }

/* heading of a collapsed panel */
.panelcollapsed h2 
{
	background-color: #CCC;
	background-image: url('/solr/drivers/admin/file?file=/velocity/images/arrow-dn.gif');
	background-repeat: no-repeat;
	background-position: right center;
	border-color: #CCC;
}

/* panel content - do not set borders or paddings */
.panelcontent table
{ 
	width: 100%;
	font-size: 12px;
	background: #EEE; 
	overflow: hidden;
}

/* collapsed panel content */
.panelcollapsed .panelcontent { display: none; }

