﻿html
{
  position: relative;
  min-height: 100%;
}

body
{
  /* Margin bottom by footer height */
  margin-bottom: 30px;
}

.footer
{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #003366;
  border-top: 4px solid #CCCCCC;
}

.footer > .container
{
  color: #CCCCCC;
  padding-top: 5px;
  font-weight: bold;
}

.container
{
  width: 100% !important;
}

.btn-success
{
  color: #594a4a !important;
  background-color: #e8e8e8 !important;
  border-color: #868686 !important;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

fieldset
{
  min-width: 0 !important;
  padding: 10px !important;
  border: 2px solid #CCCCCC !important;
  border-radius: 10px !important;
  background-color: #ffffff;
}

.breadcrumb
{
  margin-bottom: 5px !important;
  border-top: 1px solid #b2b2b2;
}

.breadcrumb a
{
  text-decoration: underline !important;
}

legend
{
  display: block;
  width: auto !important;
  padding: 0 5px 0px 5px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: inherit;
  color: #333;
  border: 0 !important;
}

.alert-info {
  color: #31708f !important;
  background-color: #f3f3f3 !important;
  border-color: #003366 !important;
} 