﻿.breadcrumb {
  background-color: #f5f5f5;
  padding: 8px 15px 8px 15px;
  border-radius: 0px;
}

a.wlg:link,
a.wlg:visited {
  color: black;
}
a.wlg:hover,
a.wlg:focus {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

a.wlg-footer:link,
a.wlg-footer:visited {
  color: white;
}
a.wlg-footer:hover,
a.wlg-footer:focus {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

.btn {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

.input-group-addon {
  border-radius: 0px;
}

.wlg {
    color: white;
}

.bg-wlg-content {
  color: black;
  background-color: #F3F5F7;
}

.bg-wlg-header {
  color: white;
  background-color: #6D1223;
}

.bg-wlg-footer {
  color: white;
  background-color: #6D1223;
}

.bg-wlg-textarea {
  color: black;
  background-color: #C6CFD8;
}

.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-lower-alpha {
  list-style:lower-alpha;
}

.modal-content {
  border-radius: 0px;
}

.navbar-toggle {
  border-radius: 0px;
}

.panel {
    border-radius: 0px;
}

.panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.span {
    border-radius: 0px;
}

.table tbody th {
    background-color: #1C5461;
}

.table tbody th,
.table tbody th > a:link,
.table tbody th > a:visited {
  color: white;
}

.table tbody th > a:hover,
.table tbody th > a:focus {
  color: #A0D8F0;
  background-color: transparent;
}

.table-wrap {
    /*table-layout: fixed;
    width: 100%;
    word-wrap: break-word;*/
}

ul.nav a:link,
ul.nav a:visited {
  color: white;
}

ul.nav a:hover,
ul.nav a:focus {
  color: white !important;
  background-color: transparent;
  text-decoration:underline;
}

ol,
ol li {
  margin-left: 10px;
  padding-left:10px;
}

.navbar {
  min-height: 20px;
}