html {
    font-size: 1em;
    color: #666;
}

body {
    padding: 0px;
    font-family: 'Roboto', 'PT Sans', sans-serif;
    color: #444;
}

.form-control {
    font-size: 0.9em;
}

main {
    /*font-size: 0.8em;*/
    color: #666;
}

a {
    text-decoration: none;
    color: #003366;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto Slab', sans-serif;
}

h1.title, h2.title, h3.title {
    color: red;
}

main > .container {
    /*padding: 60px 15px 0;*/
}

.tab-content {
    border: 1px solid rgb(222, 226, 230);
    border-top: none;
}

.nav-tabs .nav-link {
    color: #495057;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #eee;
}

#actions {
    position: absolute;
    background-color: rgba(128, 128, 128, 0.75);
    z-index: 10;
}

#actions .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.5rem 0.5rem;
}

a.stretched-link {
    cursor: pointer;
}

.offcanvas.gallery {
    --bs-offcanvas-width: 40%;
}

.fs-6 {
    font-size: 75%!important;
}

.pick-card {
    border: none;
    margin: 1px 2px 1px 2px;
    min-width: 120px;
    max-width: 120px;
}

.pick-card:hover {
    border: 1px solid #eee;
    margin: 0 1px 0 1px;
    min-width: 122px;
    max-width: 120px;
}

.pick-card.active {
    border: 2px solid #ddd;
    margin: 0;
    border-radius: var(--bs-border-radius)!important;
}

.img-thumbnail {
    max-height: 128px!important;
}

.search-input {
    width: 50em;
}

.sidebar .nav-link.active {
    color: #f470dc;
}

.modal-header {
    background-color: #666;
    color: #eee;
}

input[type="text"]:read-only, input[type="date"]:read-only, textarea:read-only {
    background-color : #eee;
}

.link-local {
    text-decoration: underline dashed;
    cursor: pointer;
}

.deleted {
    text-decoration: line-through;
}

nav.main {
    background: #0679b9;
    font-size: 1.2em;
}

ul.profile {
    font-size: 0.8em;
}

.navbar-brand {
    color: #eee;
    font-family: 'Roboto Slab', 'PT Sans', sans-serif;
}

a.navbar-brand:hover,
a.navbar-brand:focus {
    color: #ffffff;
}

a.nav-link {
    color: #eee;
}

a.nav-link:hover,
a.nav-link:focus {
    color: #ffffff;
}

a.mainmenu {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.5em;
}

.blue, .blue a {
    color: #3276B1;
}

.green, .green a {
    color: #339900;
}

.red, .red a {
    color: #D9534F;
}

.nav-button {
    font-size: 36px;
    margin-top: 36px;
}

h2.service-heading {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 1em;
}

h4.accordion-header > button.accordion-button {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 24px;
    color: #666666
}

li.active {
    border-bottom: 3px solid #DD6C00;
}

ul {
    list-style-type: square;
}

h2.groups-heading {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 36px;
}

h3.group {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 24px;
}

footer {
    font-size: 0.8em;
    border-top: 1px solid #ddd;
}

.studio {
    font-size: 10px;
    color: #aaa;
    text-shadow: none;
}

.gray-img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}
.gray-img {
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    margin-bottom: 20px;
}
.round {
    border-radius: 50%;
}

.news {
    margin-bottom: 2em;
    border-bottom: 1px #eee solid;
}

h4.newsdate {
    display: block;
}

a.newstitle, a.newstitle:hover {
    text-decoration: none;
    color: #0679b9;
    margin-left: 1em;
}

.lk-sidebar {
    /*background-color: #eee;*/
    min-height: 80%;
}

.lk-sidebar .nav-link.active {
    color: #0679b9;
}


a.lk-item {
    color: #444;
}

a.lk-item:hover {
    color: #888;
}
