﻿#SearchParameters.in,
#SearchParameters.collapsing {
    display: block!important;
}


/* Add Edit */

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
  border-top: 1px solid gray;
}

input:read-only {
    background-color: #F1F1F1;
}

input:-moz-read-only { /* For Firefox */
    background-color: #F1F1F1;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	background-color: lightsteelblue;
	width: 72%;
       border: 1px solid #A4A4A4;
}

table {
	margin:0 auto;
}

td {
padding:5px !important;
}

input[type=checkbox], input[type=radio] {
width: 50px;
}

.sidenav {
background-color: #ede3d0 !important;
}

option {
    padding: 2px;
    font-size: 12px;
    cursor: pointer;
    border-bottom: 1px dashed #bba899;
    width: 85%;
    padding-top: 5px;
}

option:last-child { 
border-bottom: none; 
}


/* Auto Search */

div#input {
width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

input
{
      font-family: 'Nunito', sans-serif !important;
      color: #3E3D3E !important;
	text-align: center;
	border: 1px solid #755740;
       border-radius: 20px;
       width:90%;
}

div.list{
   font-family: 'Nunito', sans-serif;
   padding-top:20px;
   vertical-align: middle;
   font-size: 11pt;
   line-height:25px;
   margin-left: auto;
   margin-right: auto;
   width: 325px
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
	cursor: pointer;
}

i:hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

li:hover, li:focus, li:active {
  background-color: #e8eaeb;
  color: black;
}
/* new */
select[multiple], select[size] {
    height: 150px !important;
    width: 100%;
}

button, input, select, textarea {
padding: 8px;
border: 1px solid #cccccc;
padding-left:10px !important;
}

input:focus {
    outline:none;
}


body
{
font-family: 'Work Sans', sans-serif !important;
font-size: 12px !important;
background-color: #f5f1e4 !important
}


div.container
{
width:100%; /* was 1200px */
margin: 0 auto;
background-color: #f8f8f8;
/* padding: 10px 30px 18px 30px; */
}



div.topofpage
{
height:20px;
}
a
{
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

h1
{
font-weight: bold;
font-size: 24px;
}

h2
{
font-weight: bold;
font-size: 20px;
}

h3
{
font-weight: bold;
font-size: 16px;
}

h4
{
font-weight: bold;
font-size: 14px;
	text-align: center;
}

h5
{
font-weight: bold;
}

p.attribution
{
font-size: 8pt;
}

select
{
padding:4px;
margin:4px;
}

input
{
color: #831919;
padding:4px;
margin:4px;
}


/* Styles used in search results */
tr.result td
{
padding: 2px;
}

tr.altresult
{
background-color: #e0e0e0;
}

td.subject
{
height: 60px;
background-color: #f1f1f1;
}

span.report
{
font-size: 14px;
position: relative;
}

span.resultdetails
{
color: #008000;
font-size: 12px;
}

span.resultsiredam
{
font-size: 12px;
}

span.title
{
color: #ff0000;
}

span.titlepost {
font-weight: bold;
}

.notice
{
font-size:12px;
background-color:#C0C0C0;
}

div.headleft
{
display: inline-block;
width: 15%;
}

div.headright
{
display:inline-block;
width: 100%;
text-align:center;
}

/* Styles used in pedigree */
div.subject
{
font-weight: bold;
font-size: 20px;
text-align: center;
}

span.subjectdetails
{
color: #008000;
font-size: 12px;
}

div.subjectlinks
{
font-size: 11px;
margin-top: 2px;
}

div.subjectlinks a
{
color: #337ab7;
}

div.genlinks
{
margin: 6px 0px 4px 0px;
font-size: 12px;
}

div.genlinks a
{
color: #337ab7;
}

span.ancestor
{
font-size: 9pt;
}

span.ancestordetails
{
color: #008000;
font-size: 12px;
}

span.ancestorsiblings
{
color: #00B000;
font-size: 12px;
}

/* Styles used in site terms and conditions */
font.termsofuse
{
font-size: 13px;
}

font.termsofusebold
{
font-weight: bold;
font-size: 13px;
}

span.warning
{
color: Red;
font-size: 12px;
}

table.input
{
width: 100%;
border: thin solid #333333;
border-collapse: collapse;
}


table.input td, th
{
border: thin solid #333333;
padding: 2px;
}

table.input td:first-child
{
width: 180px;
background-color:#ecf5ff;
}

table.admin
{
width:400px;
border: thin solid #333333;
border-collapse:collapse;
}

table.admin td
{
border: thin solid #333333;
padding: 2px;
}

table.admin td:first-child
{
width: 120px;
}

table.search
{
width:100%;
border: thin solid #333333;
border-collapse:collapse;
}

table.search td
{
border: thin solid #333333;
padding: 4px;
}

table.report
{
border: thin solid #333333;
border-collapse:collapse;
background-color: #F5F5F5;
width:100%;
}

table.report tbody > tr td
{
border: thin solid #C0C0C0;
padding: 3px;
/* position:relative; removed overlap */
}

div.termsofuse
{
width:800px;
}

div.pagelinks
{
font-size: 9pt;
margin: 10px 4px 10px 0px;
}

table.advanced th
{
background-color:ivory;
padding: 4px 0px 4px 0px;
font-weight:normal;
}

div.searchtitle
{
color: #dc143c;
font-size: 10pt;
margin-bottom: 4px;
}

img.pedphoto
{
border-width:thin;
border-color: #aaaaaa;
}

img.pedphotoearly
{
border-width:thin;
border-color: #aaaaaa;
padding-right:10px;
float:left
}


footer
{
font-size:smaller;
border: thin solid #C0C0C0;
margin-top: 10px;
padding: 6px;
background-color:#f8f8f8;
}

td.reportheader
{
height:60px;
background-color:#f1f1f1;
}

ul.mainindex li
{
font-size:larger;
padding-bottom:10px;
}

div.cellmarks
{
position:absolute; /* remove to show marks */
bottom: 4px;
right: 4px;
border: solid thin #333;
width:60px;
display: table-row;
}
span.mark
{
height: 10px;
width:30px;
line-height: .5;
display: table-cell;
}