header {
  background-size: cover;
  background-position: center; 
  background-color: #343a40;
  padding: 10px 50px 10px 50px;
  text-align: center;
  margin-bottom: 0px;
}

.Xcontainer-fluid {
  max-width: 1300px;
}

.admin {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 10px;
    color: #999;
}

a.admin, .admin a {
    color: #999;
}

footer {
  clear: both;
  margin-top: 50px;
  background-color: #F6F6F6;
  padding: 50px 0;
}

.copyright {
  padding: 50px 0;
  color: #999;
  text-align: center;
  font-size: 80%;
}

.copyright a {
  color: inherit;
}

a.stealth {
  color: inherit;
}

label {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 10px;
}

.card {
  margin-bottom: 20px;
}

ul.form-control {
  margin-bottom: 0;
  height: auto;
}

ul.form-control li {
  display: inline-block;
  margin-right: 20px;
}

ul.form-control li label input {
  display: inline;
  width: 16px;
}



div.form-control {
  margin-bottom: 0;
  height: auto;
}

div.form-control div {
  display: inline-block;
  margin-right: 20px;
}

div.form-control div label input {
  display: inline;
  width: 16px;
}





.form-control {
  padding: 1px 4px;
}

input.form-control[type="checkbox"] {
  width: auto;
  margin-top: 10px;
}

input.form-control[type="radio"] {
  height: auto;
}

select.form-control, select.form-control:not([size]):not([multiple]) {
  width: auto;
  height: 24px;
}

.navbar {
  margin-bottom: 20px;
}

.col-form-label {
  padding: 0px 15px;
}

.session {
  max-width: 20rem;
}

.border-success {
  padding: 0 5px;
  border: 1px solid;
  border-radius: .25rem;
}


.session img {
  vertical-align: baseline;
}

.sat, .sun {
  background-color: #ccddff;
}

.mon, .tue, .wed, .thu, .fri {
  background-color: #eeeeee;
}

.holiday {
  display: inline;
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 2px;
  font-weight: normal;
}

.holiday a {
  color: inherit;
}

.card {
  margin-left: auto;
  margin-right: auto;
}

.name {
  color: #888;
}

.value {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 2px;
  padding-left: 10px;
}

.blank-value {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 2px;
  padding-left: 10px;
  background-color: #ffb;
}

.questionaire-link {
  margin-right: 10px;
}

.diary-session {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.cancelled a {
  text-decoration-line: line-through;
  color: #999999;
}

.missed a {
  text-decoration-line: line-through;
  color: #999999;
}

.available {
  text-decoration: line-through;
}

.bg-dark {
  background-color: #008F3A!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}

.btn-slim {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

ul h5 {
  margin-top: 5px;
  margin-bottom: 0;
}

ul.nav-tabs {
  margin-bottom: 20px;
}

.registration input {
  width: 300px;
}

.narrow {
  width: auto;
}

.cardie {
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  background-color: #fff;
  margin-bottom: 10px;
}

.cardie h6 {
  font-weight: bold;
  padding: 10px 5px 8px 5px;
  margin: 0;
  background-color: #d4edda;
}

.cardie table {
  margin-bottom: 0;
}

table.fix-head thead {
    background-color: #fff;
}

table.table-tight td {
    padding-top: 0;
    padding-bottom: 0;
}

.highlight {
  background-color: #ffb;
  font-weight: bold;
}



@media print {
 footer {
    background-color: #fff;
    margin-top: 0px;
    padding: 0;
  }
}

tr.anchor {
  display: block;
  position: relative;
  top: -35px;
  visibility: hidden;
}

td.bordered {
  border-top: 1px solid #ccc;
}
