﻿body {
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

.navbar {
    border-radius: 0;
}

.panel-default .panel-heading {
    color: white;
    background-color: #0d5a99;
    border-color: #0d5a99;
}

.navbar-inverse {
    background-color: #0d5a99;
    border-color: #0d5a99;
}

    .navbar-inverse .navbar-brand {
        color: white;
    }

    .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #d9d9d9;
  background-color: transparent;
}

.navbar {
    color: white;
}

table.tftable {
    font-size: 12px;
    color: #333333;
    width: 60%;
    border-width: 1px;
    border-color: #729ea5;
    border-collapse: collapse;
}

    table.tftable th {
        font-size: 12px;
        background-color: #0D5A99;
        color: White;
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #729ea5;
        text-align: left;
    }

    table.tftable tr {
        background-color: #ffffff;
    }

    table.tftable td {
        font-size: 12px;
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #729ea5;
    }
    

    /*Styles for accessability requirements*/
    .highContrast {color:blue;}
    .navbar-inverse .navbar-nav > li > a {color:#ffe;}
    .form-control {color:black !important;
                   background-color:#fff;
    }

    .menu{color:#ffe !important;}

    .tblPadding
    {
        padding-left:5px;
        padding-right:5px;
    }

    nav.breadcrumb {
  padding: 0.8em 1em;
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 4px;
  background: hsl(300, 14%, 97%);
}

nav.breadcrumb ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

nav.breadcrumb li {
  display: inline;
}

nav.breadcrumb li + li::before {
  display: inline-block;
  margin: 0 .25em;
  transform: rotate(15deg);
  border-right: .1em solid currentColor;
  height: .8em;
  content: '';
}

nav.breadcrumb [aria-current="page"] {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.form-control-feedback
{
    right: 25px !important;
}

.bold {
	font-weight:bold;
}