﻿html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  padding-top: 18px;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
}

.jumbotron {
    background-image: url("../images/nerves-middle.jpg");
    background-size: cover;
    /*color: #fff;*/
}

.jumbotron h1 {
    color: #fff;
    font-size: 32px;
    margin-top: 0px;
}

.jumbotron p {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 200;
}

.jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
  .jumbotron h1 {
    color: #fff;
    font-size: 36px;
    margin-top: 11.5px;
    }
  .jumbotron p {
    font-size: 18px;
  }
}


.nav{
    font-size: 15px;
}

.spaced-row {
    margin-bottom: 10px;
} 

hr {
    border-top: 1px solid #4caf50;
    margin: 23px 15px;
}

table legend
{
    margin-bottom: 8px;
}

.cal
{
    height: 50px;
    width: 48px;
    float: left;
    line-height: 68px;
    margin-right: 10px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    background-position: left;
    background-repeat: no-repeat; 
}

.cal2
{
    height: 50px;
    width: 48px;
    float: left;
    line-height: 68px;
    margin-right: 10px;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    background-position: left;
    background-repeat: no-repeat; 
}

.jan
{
    background-image: url('../images/cal-jan.png');
}

.feb
{
    background-image: url('../images/cal-feb.png');
}

.mar
{
    background-image: url('../images/cal-mar.png');
}

.apr
{
    background-image: url('../images/cal-apr.png');
}

.may
{
    background-image: url('../images/cal-may.png');
}

.jun
{
    background-image: url('../images/cal-jun.png');
}

.jul
{
    background-image: url('../images/cal-jul.png');
}

.aug
{
    background-image: url('../images/cal-aug.png');
}

.sep
{
    background-image: url('../images/cal-sep.png');
}

.oct
{
    background-image: url('../images/cal-oct.png');
}

.nov
{
    background-image: url('../images/cal-nov.png');
}

.dec
{
    background-image: url('../images/cal-dec.png');
}

option.passed
{
    background-color: #f9bdbb;
}

/* HEARBEAT */
.heartbeat {
    position: absolute;
    display: none;
    margin: 5px;
    color: #6699ff;
    right: 0;
    top: 0;
}

ul.narrow{
    margin-left: 0px;
    padding-left: 15px;
    text-align: left;
}

ul.narrow li {
    padding: 0px;
}
.list-group-item:hover
{
    background-color: #f5f5f5;
    cursor: pointer;
}

.no-show {
    display: none;
}

input:disabled {
	color: rgba(68, 68, 68, 0.3);
}

span.email > span:nth-child(2) {
	display: none;
}