Site.css 2.57 KB
html {
  position: relative;
  min-height: 100%;
}
body {
  color: #2C3E50;
  background-color: #FBFBFB;
  /* Sticky Footer: Margin bottom by footer height */
  margin-bottom: 122px;
}
header {
  margin-bottom: 30px;
}
a {
  color: #00AF50;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Sticky Footer:  Set the fixed height of the footer here */
  min-height: 120px;
  background-color: #2A3990;
  color: #FFFFFF;
}
textarea {
  resize: vertical;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: 0.5px 0.5px 0.5px #2C3E50;
  color: #2A3990;
  font-weight: bold;
  line-height: 1.25;
}
.text-lg {
  font-size: 1.5rem;
}
.text-sm {
  font-size: 0.75rem;
}
.navbar-dark,
.bg-dark {
  background-color: #2A3990 !important;
}
.navbar-dark .navbar-nav .nav-link,
.bg-dark .navbar-nav .nav-link {
  color: #FFFFFF;
}
.headerlogo {
  text-align: left;
  text-indent: -9999px;
  min-width: 32px;
  min-height: 32px;
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-image: url("img/logo-32.png");
  background-image: -webkit-image-set(url("img/logo-32.png") 1x, url("img/logo-64.png") 2x);
}
.btn {
  background-color: #2A3990;
  color: #FFFFFF;
  border-color: #2A3990;
}
.dropdown-toggle::after {
  display: none;
}
.btn-toggle {
  cursor: pointer;
}
.btn-toggle .fa {
  font-size: 1.2rem;
}
.btn-toggle-label {
  font-size: 0.8rem;
  position: relative;
  top: -2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 3px;
}
.table-cpo {
  color: #495057;
}
.table-cpo thead th {
  color: #495057;
  background-color: #f4f4f4;
}
.table-cpo thead th a {
  color: #0c3c80;
}
.table-cpo th,
.table-cpo td,
.table-cpo thead th {
  border-color: #ddd;
}
td.datetime {
  font-family: 'Segoe UI', Calibri, Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
}
.list-group {
  margin-bottom: 1rem;
}
.list-group .list-group-item .col {
  line-height: 2.5rem;
  font-weight: bold;
}
.list-group .list-group-item.list-group-item-action + .collapse .list-group-item {
  background-color: #ecfff5;
}
.list-group .list-group-item.list-group-item-action + .collapse .list-group-item .col {
  font-size: 87%;
  font-weight: normal;
}
.list-group .list-group-item.list-group-item-action + .collapse .list-group-item:hover {
  background-color: #FFFFFF;
}
.form-control:focus {
  border-color: #2A3990;
}
.card.card-border {
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.img-100 {
  width: 100%;
  max-height: 700px;
}
.top-padding-1 {
  padding-top: 1%;
}
.color-invert {
  -webkit-filter: invert(60%);
          filter: invert(60%);
}