﻿html {
  font-size: 100%;
}
body {
  font-size: 0.750em;
}
h1,
.h1 {
  /*font-size: 1.833em;*/
  font-size: 2.333em;
}
h2,
.h2 {
  font-size: 1.500em;
}
h3,
.h3 {
  font-size: 1.167em;
}
h4,
.h4 {
  font-size: 1em;
}
h5,
.h5 {
  font-size: 0.833em;
}
h6,
.h6 {
  font-size: 0.667em;
}

.breadcrumb {
  padding: 0px 0px;
  margin-bottom: 17px;
  list-style: none;
  background-color:White;
  border-radius:0px;
}

.breadcrumb:before
{
    content: "You are here: ";
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: ">\00a0";
}

.breadcrumb a
{
    text-decoration:underline;
}

.breadcrumb a:hover
{
    text-decoration:none;
}

a.btn:visited { color:black; }

@media print {

  a[href]:after {
    content:none;
  }

}

/* Added as backdrop was appearing ontop of modal. Not possible to move modal outside other elements.*/
.modal-backdrop {
  z-index: -1;
}

.btn-default-no-hover {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default-no-hover:focus,
.btn-default-no-hover.focus,
.btn-default-no-hover:active,
.btn-default-no-hover.active,
.open > .dropdown-toggle.btn-default-no-hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default-no-hover:active,
.btn-default-no-hover.active,
.open > .dropdown-toggle.btn-default-no-hover {
  background-image: none;
}
.btn-default-no-hover.disabled,
.btn-default-no-hover[disabled],
fieldset[disabled] .btn-default-no-hover,
.btn-default-no-hover.disabled:focus,
.btn-default-no-hover[disabled]:focus,
fieldset[disabled] .btn-default-no-hover:focus,
.btn-default-no-hover.disabled.focus,
.btn-default-no-hover[disabled].focus,
fieldset[disabled] .btn-default-no-hover.focus,
.btn-default-no-hover.disabled:active,
.btn-default-no-hover[disabled]:active,
fieldset[disabled] .btn-default-no-hover:active,
.btn-default-no-hover.disabled.active,
.btn-default-no-hover[disabled].active,
fieldset[disabled] .btn-default-no-hover.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default-no-hover .badge {
  color: #fff;
  background-color: #333;
}
