﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
    color: #121416;
    background-color: #cac6aa;
    border-color: #99936e;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #121416;
    background-color: #99936e;
    border-color: #cac6aa;
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #cac6aa;
    background-color: #e8e7df;
    border-color: #bbb79a;
}


.btn-link {
    color: #99936e;
}

.btn-link:hover {
    color: #121416;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #121416;
    background-color: #cac6aa;
    border-color: #99936e;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

nav.navbar {
  background-color: #DEDBC3 !important;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
/*@media (min-width: 768px) {
    .footer {
        position: absolute;
    }
}*/

h2 {
    margin: 50px 0 20px 0;
}

.button {
    width: 338px;
    height: 180px;
    display: inline-block;
    border: 2px solid #DEDBC3;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: right;
    font-size: 2em;
    font-weight: bold;
    vertical-align: bottom;
    opacity: 0.5;
}
.button:hover {
    opacity: 1.0;
}

.button-religion {
    background-image: url(/img/settings/religion.png)
}

.button-grave {
    background-image: url(/img/settings/grave.png)
}

.button-gravesize {
    background-image: url(/img/settings/gravesize.png)
}

.button-gravetype {
    background-image: url(/img/settings/gravetype.png)
}

.button-gravecross {
    background-image: url(/img/settings/gravecross.png)
}

.button-graveyard {
    background-image: url(/img/settings/graveyard.png)
}

.button-person {
    background-image: url(/img/settings/person.png)
}

.button-undertaker {
    background-image: url(/img/settings/undertaker.png)
}

.button-stonemason {
    background-image: url(/img/settings/stonemason.png)
}

.button-gardener {
    background-image: url(/img/settings/gardener.png)
}

.button-address {
    background-image: url(/img/settings/address.png)
}

.button-nursinghome {
    background-image: url(/img/settings/nursinghome.png)
}

.button-hospital {
    background-image: url(/img/settings/hospital.png)
}

.button-registryoffice {
    background-image: url(/img/settings/registryoffice.png)
}

.button-coffincarrier {
    background-image: url(/img/settings/coffincarrier.png)
}

.button-organist {
    background-image: url(/img/settings/organist.png)
}

.button-priest {
    background-image: url(/img/settings/priest.png)
}

.button-funeraltype {
    background-image: url(/img/settings/funeraltype.png)
}

.button-kinship {
    background-image: url(/img/settings/kinship.png)
}



#autocomplete {
    width: 99%;
}

h1 {
    /* Extra small devices (phones, less than 768px) */
    font-size: 2.0rem !important;
}
    /* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1 {
        font-size: 2.5rem !important;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h1 {
        font-size: 3.0rem !important;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    h1 {
        font-size: 3.5rem !important;
    }
}

.jqte {
    margin: 0 !important;
}

.jqte_tool.jqte_tool_1 .jqte_tool_label {
    height: 22px !important;
}

#exception {
    margin-bottom: 10px;
}

table tbody tr:hover {
    background-color: #dedbc3;
}