/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.  */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/*  apply a natural box layout model to all elements  */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ------------------------------------------  BODY  -------------------------------------------*/
body {
  font-family: "Lato", sans-serif;
  /*------------------------FORMS----------------------------*/
  /*------------------------END FORMS----------------------------*/ }
  body div.filterOptions {
    margin: 1rem 1rem 1rem 2%; }
    body div.filterOptions form {
      display: inline-block;
      width: 100px; }
  body .admin-headertext {
    margin: 1rem 0 0 2%;
    font-weight: 700; }
  body .form-container {
    margin: 1rem 0 0 2%;
    border-radius: 5px;
    background-color: #f2f2f2; }
  body a.CreateNew {
    margin-left: 2%; }
  body div.form-group {
    margin-left: 2%;
    margin-right: 2%; }
  body label.control-label {
    padding: 12px 12px 12px 0;
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 0; }
  body .form-control {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    float: left;
    width: 100%;
    margin-top: 0; }
  body input.btn {
    background-color: #4CAF50;
    color: white;
    padding: 12px 12px 12px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    resize: vertical;
    display: inline-block; }
  body input.btn:hover {
    background-color: #45a049; }

/* ------------------------------------------  HEADER  -----------------------------------------*/
header {
  height: 110px;
  background: rgba(0, 0, 0, 0.4);
  background-image: url("/images/SmallHeader_560x110.jpg");
  color: #eee;
  font-weight: 300; }
  header a {
    text-decoration: none; }
  header span.authindicator {
    margin: 1rem 0 0 30px;
    color: black;
    font-weight: 700; }
  header #loginAnchor {
    width: 100%;
    display: inline-block;
    text-align: left;
    color: black;
    /*color: rgb(203, 169, 113);
    text-shadow: 2px 2px rgb(202, 113, 114);*/ }
  header figure {
    margin-left: 15px; }
  header figure img {
    width: 250px; }
  header h1, header h2 {
    font-size: 2rem;
    font-weight: 300;
    margin-left: 150px; }
  header h2 {
    font-size: 1.5rem; }

/* ------------------------------------------  NAVIGATION  -----------------------------------------*/
nav {
  background-color: #8f9876; }
  nav ul.closed {
    display: none; }
  nav ul li:first-child {
    border-top: solid 1px rgba(0, 0, 0, 0.3); }
  nav ul li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    margin: 6px;
    padding-top: 5px; }
    nav ul li a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding-bottom: 1.2rem;
      transition: background 0.75s ease, color 0.75s ease; }
    nav ul li ul li {
      border-bottom: none;
      border-top: none;
      display: block;
      padding-bottom: 10px;
      padding-top: 0px; }
  nav div.graveSearchBox {
    height: 39px;
    transition: background 0.75s ease, color 0.75s ease;
    padding-left: 7%;
    padding-bottom: 1.2rem; }
    nav div.graveSearchBox label {
      color: #fff;
      display: inline-block;
      width: 60px;
      padding-top: 1.2rem; }
    nav div.graveSearchBox img {
      vertical-align: middle; }
    nav div.graveSearchBox input {
      width: 140px;
      border-radius: 5px;
      left: 0; }
  nav button {
    font-size: 1.2rem;
    font-family: "Lato", sans-serif;
    width: 104px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(0, 0, 0, 0.3);
    background-size: 86%;
    background-position: center center;
    border-radius: 5px;
    margin: 6px 0 6px 2%; }

/* ------------------------------------------  MIAN  -----------------------------------------*/
main {
  /* ------------------------------------------ MAIN TABLE  -----------------------------------------*/
  /* Zebra striping */
  /* ------------------------------------------ MAIN TABLE RESPONSIVE  -----------------------------------------*/
  /* Hide table headers (but not display: none;, for accessibility) */
    /*
	Label the data
	*/
  /*----------------------- Dropdown Button  --------------------------------- */
  /* The container <div> - needed to position the dropdown content */
  /* Dropdown Content (Hidden by Default) */
  /* Links inside the dropdown */
  /* Change color of dropdown links on hover */
  /* Show the dropdown menu on hover */
  /* Change the background color of the dropdown button when the dropdown content is shown */ }
  main h1 {
    font-size: 2rem;
    margin: 1rem 0 0 2%;
    color: #8f9876;
    text-align: center; }
  main p {
    line-height: 130%;
    margin: 0 2%;
    font-family: "Lato", sans-serif;
    margin-bottom: 15px;
    text-align: center; }
  main figure {
    width: 96%;
    margin-left: 2%; }
  main figure img {
    max-height: 465px; }
  main table {
    width: 100%;
    border-collapse: collapse; }
  main tr:nth-of-type(odd) {
    background: #eee; }
  main th {
    background: #8f9876;
    color: white;
    font-weight: 700; }
  main td, main th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left; }
  main table, main thead, main tbody, main th, main td, main tr {
    display: block; }
  main thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  main tr {
    border: 1px solid #ccc; }
  main td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }
  main td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }
  main td:nth-of-type(1):before {
    content: "Plot"; }
  main td:nth-of-type(2):before {
    content: "First Name"; }
  main td:nth-of-type(3):before {
    content: "Last Name"; }
  main td:nth-of-type(4):before {
    content: "Date of Birth"; }
  main td:nth-of-type(5):before {
    content: "Date of Death"; }
  main td:nth-of-type(6):before {
    content: "Date of Burial"; }
  main td:nth-of-type(7):before {
    content: "Comments"; }
  main .dropbtn {
    font-size: 0.9rem;
    font-family: "Lato", sans-serif;
    width: 104px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(0, 0, 0, 0.3);
    background-size: 86%;
    background-position: center center;
    border-radius: 2px;
    margin: 6px 0 2% 2%; }
  main .dropdown {
    position: relative;
    display: inline-block;
    margin-left: 2%; }
  main .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1; }
  main .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }
  main .dropdown-content a:hover {
    background-color: #ddd; }
  main .dropdown:hover .dropdown-content {
    display: block; }
  main .dropdown:hover .dropbtn {
    background-color: #eee; }

/*-------------------------------------------  Plot Forms  -------------------------------------*/
div.form-group {
  display: block;
  clear: both;
  padding-bottom: 10px; }

div.form-group-comments {
  display: block;
  clear: both;
  padding-bottom: 10px;
  margin-left: 2%; }

div.PartialDateOption {
  border: 1px solid #888;
  margin-left: 45px;
  margin-right: 45px;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: left;
  border-radius: 10px; }
  div.PartialDateOption span.TextChoice {
    display: block;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px; }

span.text-danger {
  color: red;
  width: 100%;
  display: block; }

button.plotCreate {
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
  width: 104px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.3);
  background-size: 86%;
  background-position: center center;
  border-radius: 5px;
  margin: 6px 0 6px 2%; }

dt {
  float: left;
  width: 30%;
  text-align: right;
  padding: .25em;
  clear: left;
  font-family: "Lato", sans-serif;
  font-weight: 700; }

dd {
  float: left;
  width: 60%;
  padding: .25em 0; }

dl:after {
  content: "";
  display: table;
  clear: both; }

/* ------------------------------------------  SLIDER  -----------------------------------------*/
div.myslider div {
  width: 100%; }

div.myslider div img {
  width: 100%; }

/*----------------------------------------------Paged List---------------------------------------*/
div.pagedListLinks {
  width: 98%;
  margin-top: 15px;
  margin-bottom: 30px; }
  div.pagedListLinks form {
    width: 13%;
    display: inline-block;
    vertical-align: top; }
  div.pagedListLinks form.pageNumberForm {
    width: 100%;
    display: inline-block;
    margin-left: 3px; }
  div.pagedListLinks button:hover:enabled {
    background-color: #b2bd97; }
  div.pagedListLinks button:disabled {
    background-color: #949888;
    color: rgba(0, 0, 0, 0.4);
    cursor: not-allowed; }
  div.pagedListLinks button {
    background-color: #8f9876;
    transition: background 0.75s ease, color 0.75s ease;
    color: rgba(0, 0, 0, 0.8);
    height: 45px;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-decoration: none; }
  div.pagedListLinks input {
    width: 35px;
    display: inline-block;
    position: center center; }
  div.pagedListLinks span {
    display: inline-block;
    width: 60px;
    position: center center; }
  div.pagedListLinks span.hideSpan {
    display: none; }
  div.pagedListLinks div.pageNumbers {
    /*margin: auto;
    width: 100%;
    display: inline-block;*/
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(50%); }

/* ------------------------------------------  FOOTER  -----------------------------------------*/
.footer {
  height: 30px;
  /* Height of the footer */
  width: 100%;
  background-color: #8f9876; }
  .footer p {
    text-align: center;
    color: #eee;
    padding: .75rem 0;
    font-size: .9rem; }
  .footer p a {
    color: #eee; }

/*----- Clearfix: Force an Element not to collapse -----*/
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */ }

/* The Close Button */
.closemodal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.closemodal:hover,
.closemodal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

@media only screen and (min-width: 35em) {
  /* ------------------------------------------  HEADER  -----------------------------------------*/
  header {
    margin-top: 0px;
    height: 130px;
    background-image: url("/images/MediumHeader_1024x130.jpg"); }
    header #loginAnchor {
      padding-top: 15px;
      padding-right: 15px;
      text-align: right; }

  /* ------------------------------------------  NAVIGATION  -----------------------------------------*/
  nav {
    position: relative; }
    nav ul.closed {
      display: block; }
    nav button {
      display: none; }
    nav ul li {
      float: left; }
    nav ul li:first-child {
      border-top: none; }
    nav ul li a {
      border: none;
      border-right: 1px solid rgba(0, 0, 0, 0.2);
      /*background: none;
      font-size: .9em;*/
      padding: .7em .9em;
      /*transition*/
      transition: color 0.3s linear;
      -webkit-transition: color 0.3s linear; }
    nav ul li ul {
      /*rules for the sub menu items*/
      left: -999em;
      /* pushes the menu way off to the side */
      z-index: 99;
      background-color: #a7ae93;
      position: absolute;
      width: 13rem;
      padding-top: 1rem; }
    nav ul li:hover ul {
      left: auto; }
    nav ul li ul li {
      /* overides the float and line from the parent ul */
      float: none;
      border-right: none; }
      nav ul li ul li div {
        border-top: none; }
    nav ul li a span {
      display: none; }
    nav ul li a:hover {
      background: #828c69; }
    nav div.graveSearchBox label {
      display: none; }

  body label.control-label {
    width: 25%;
    margin-top: 6px; }
  body .form-control {
    width: 75%;
    margin-top: 6px; }
  body input.btn {
    float: right;
    width: 25%; }

  /* ------------------------------------------  MIAN  -----------------------------------------*/
  main {
    max-width: 100em;
    margin: 0 auto; }
    main figure {
      width: 50%;
      margin-right: 2%;
      float: right; }

  /*-------------------------------------------  Plot Forms  -------------------------------------*/
  div.form-group {
    max-width: 50%; }

  div.PartialDateOption {
    max-width: 60%; }
    div.PartialDateOption div.form-group {
      max-width: 90%; }
    div.PartialDateOption span.TextChoice {
      clear: left; }

  div.form-group-comments {
    max-width: 100%; }

  /*--------------------------------PagedList-----------------------------*/
  div.pagedListLinks {
    width: 75%; }
    div.pagedListLinks form {
      width: 9%; }
    div.pagedListLinks form.pageNumberForm {
      width: 27%; }

  /*****************************Footer**************************/
  .footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; } }
@media only screen and (min-width: 64em) {
  /*Navigation*/
  nav ul li a span {
    display: inline; }
  nav ul li ul {
    /*rules for the sub menu items*/
    left: -999em;
    /* pushes the menu way off to the side */
    z-index: 99;
    background-color: #a7ae93;
    position: absolute;
    width: 17rem;
    padding-top: 1rem; }
  nav div.graveSearchBox label {
    display: inline; }

  body {
    max-width: 1600px;
    /*div.filterOptions {
        display:none;
    }*/ }

  main {
    /* ------------------------------------------  Table  -----------------------------------------*/
    /*undo table responstive*/
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
	Label the data
	*/ }
    main table {
      display: table;
      border-collapse: separate;
      border-spacing: 2px;
      border-color: gray;
      margin-left: 2%;
      width: 96%; }
    main thead {
      display: table-header-group;
      vertical-align: middle;
      border-color: inherit; }
      main thead a {
        text-decoration: none;
        color: #eee; }
    main tbody {
      display: table-row-group;
      vertical-align: middle;
      border-color: inherit; }
    main th {
      display: table-cell;
      vertical-align: inherit;
      font-weight: bold;
      text-align: center; }
    main td {
      display: table-cell;
      vertical-align: inherit; }
    main tr {
      display: table-row;
      vertical-align: inherit;
      border-color: inherit; }
    main thead tr {
      position: initial;
      top: auto;
      left: auto; }
    main tr {
      border: 1px solid #ccc; }
    main td {
      /* Behave  like a "row" */
      border: 1px solid #ccc;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: unset; }
    main td:nth-of-type(1):before {
      content: none; }
    main td:nth-of-type(2):before {
      content: none; }
    main td:nth-of-type(3):before {
      content: none; }
    main td:nth-of-type(4):before {
      content: none; }
    main td:nth-of-type(5):before {
      content: none; }
    main td:nth-of-type(6):before {
      content: none; }
    main td:nth-of-type(7):before {
      content: none; }
    main .dateField {
      min-width: 160px;
      text-align: center; }
    main .nameField {
      min-width: 140px;
      text-align: center; }
    main .smallField {
      max-width: 80px;
      min-width: 75px;
      text-align: center; }

  /*--------------------------------PagedList-----------------------------*/
  div.pagedListLinks {
    width: 59%;
    margin-left: 2%; }
    div.pagedListLinks span.hideSpan {
      display: inline; }

  /*-------------------------------------------  Plot Forms  -------------------------------------*/
  div.form-group {
    max-width: 40%; }

  div.PartialDateOption {
    max-width: 40%; }
    div.PartialDateOption div.form-group {
      max-width: 90%; }
    div.PartialDateOption span.TextChoice {
      clear: left; }

  div.form-group-comments {
    max-width: 100%; }

  header {
    height: 130px;
    background-image: url("/images/LargeHeader_1600x130.jpg");
    background-repeat: no-repeat; } }
