﻿body{
  font-family: sans-serif !important;
  font-size: 10pt;
}

body header nav.navbar{
  background-color: #f0f0f0 !important;
}

ol.breadcrumb{
  background-color: #f0f0f0 !important;
}

nav.subnavbar{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(208,208,208,1) 100%);
  color: #777;
}
div.header-badge{
  color:#777;
}

table.table-sed > thead{
  background-color: rgb(6, 151, 214) !important;
  color: white !important;
}

table.table-sed > thead > tr > th{
  text-align: center !important;
  vertical-align: middle !important;
  padding-top:0.6em !important;
  padding-bottom:0.6em !important;
}

table.table-sed > thead > tr > th > a{
  color: white !important;
}

table.table-sed > thead > tr > th.active{
  background-color: rgb(2, 111, 158) !important;
}

table.table-sed > thead > tr > th.active > a{
  color: white !important;
}

body footer {
  margin-top:5em !important;
}

table.table-sed tbody{
  color: #777;
  background-color: #e1e1e1;
}

table.table-sed tbody tr td{
  border-color: rgb(255,255,255) !important;
  text-align: center;
  padding-left:0.5em;
  padding-right:0.5em;
}

h1 {
  font-size: 16pt !important;
}

form{
  margin: 1em;
}

.text-silver{
  color: #777;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  color: #777;
}

table.table-sed tbody tr td a:visited {
    color: #7066ff !important;
}