body {
  font-size: 13px;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    display: none !important;
  }
}

.bg-dark {
  background-color: #8b9bac !important;
}

.nav-item {
  background-color: #dce4ec;
}

.nav-item:hover {
  background-color: #c7d2e0;
}

.nav-item a,
.nav-item a:hover {
  color: #100a16;
}

.nav-item-selected {
  background-color: #b5c6dc;
}

.nav-item-selected a,
.nav-item-selected a:hover {
  color: #100a16;
}

.heading {
  color: #fdbe00;
  font-weight: bold;
}

h2.heading {
  font-size: 20px !important;
}

.navigation-heading,
.table-heading {
  text-align: center;
  background-color: #005da4;
  color: #ffcf45;
  font-weight: bold;
}

main {
  background-color: #f6fbff;
}

td p {
  margin-bottom: 0;
}

a {
  color: #9e001e;
}

a:hover {
  color: #f00020;
  text-decoration: none;
}

thead {
  text-align: center;
}

thead a i {
  color: #d0d5dc;
}

i.edit-icon {
  color: #005da5;
}

i.edit-icon:hover {
  color: #0082cc;
}

i.comment-icon {
  color: #005da5;
}

i.comment-icon:hover {
  color: #0082cc;
}

i.file-icon {
  color: #005da5;
}

i.file-icon:hover {
  color: #0082cc;
}

i.print-icon {
  color: #005da5;
}

i.print-icon:hover {
  color: #0082cc;
}

i.print2-icon {
  color: #002442;
}

i.print2-icon:hover {
  color: #003e5f;
}

i.copy-icon {
  color: #005da5;
}

i.copy-icon:hover {
  color: #0082cc;
}

i.money-icon {
  color: #005da5;
}

i.money-icon:hover {
  color: #0082cc;
}

td a i {
  padding-right: 0.5rem;
}

.table-colored .table-cellcolor-light {
  background-color: #dce4ec;
}

.table-colored .table-cellcolor-dark {
  background-color: #becddc;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #dce4ec;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #becddc;
}

.table-colored .table-cellcolor-bright,
.table-striped tbody tr:nth-of-type(even).table-cellcolor-bright,
.table-striped tbody tr:nth-of-type(odd).table-cellcolor-bright {
  background-color: #dcc864;
}

tbody tr.highlighted td {
  background-color: #fff7ce !important;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #8b9bac;
}

.table-striped tbody tr:nth-of-type(even):hover,
.table-striped tbody tr:nth-of-type(odd):hover {
  background-color: #f6fbff;
}

td label {
  margin-bottom: 0;
}

.btn-primary {
  color: black;
  background-color: #ffcf45;
  border-color: #000000;
  border-radius: 0;
}

.btn-primary:hover {
  color: black;
  background-color: #ffdd39;
  border-color: #000000;
  border-radius: 0;
}

.btn-default {
  color: black;
  background-color: white;
  border-color: #000000;
  border-radius: 0;
}

main[role="main"] {
  overflow-x: scroll;
}

.x-date-picker {
  width: 185px;
}

.ext-ie .x-date-menu {
  width: 180px !important;
}

.nav-tabs .nav-link {
  background: #dde;
  border: 1px solid #778;
  color: #667;
  font-weight: bold;
  margin-right: 2px;
  margin-top: 3px;
}

.nav-tabs .nav-link:hover {
  background: #aae;
  border-color: #227;
  color: #000;
}

.nav-link {
  padding: 0.4rem 1rem;
}

.nav-tabs .nav-link.active {
  border: 1px solid black;
}

.table td,
.table th {
  border: 1px solid grey;
  padding: 0.25rem 0.75rem;
}

.table tbody + tbody {
  border-top: 1px solid grey;
}

.sidebar {
  max-width: 260px;
}

.vertical-top {
  vertical-align: top;
}

.text-nowrap p {
  white-space: nowrap;
}

.filter-table {
  background-color: #dce4ec;
  border: 1px solid #665566;
  margin-top: 30px;
}

.filter-table td,
.filter-table th {
  border: none;
}

.filter-table legend {
  background-color: #becddc;
  border: 1px solid #665566;
  font-weight: bold;
  font-size: 15px;
  padding: 0 1rem;
  position: relative;
  top: -15px;
  width: auto;
}

#error {
  background: #e13025;
  color: #fff;
  padding: 10px;
  margin: 10px 20px;
  width: 90%;
}

#error i {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 10px;
}

#error p.message_error,
#error2 p.message_error {
  display: inline-block;
  padding: 1px 5px 2px 13px;
  margin: 0;
  color: #fff;
  border-left: 1px solid white;
  text-align: left;
}
#error2 {
  background: #e13025;
  color: #fff;
  padding: 10px 0 10px 37px;
  margin: 0 0 10px 0;
}

#success {
  background: #599436;
  color: #fff;
  padding: 10px;
  margin: 10px 20px;
  width: 90%;
}

#success i {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 10px;
}

#success p.message_success,
#success2 p.message_success {
  display: inline-block;
  padding: 1px 5px 2px 13px;
  margin: 0;
  color: #fff;
  border-left: 1px solid white;
  text-align: left;
}
#success2 {
  background: #599436;
  color: #fff;
  padding: 10px 0 10px 37px;
  margin: 0 0 10px 0;
}

.content-section {
  min-height: 2000px;
}
.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}

.sidebar-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* Position the items */
  // &:nth-child(2) { top: 25%; }
  // &:nth-child(3) { top: 50%; }
  // &:nth-child(4) { top: 75%; }
}

.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;

  padding: 0 15px;
}

article {
  background: #f1f1f1;
  border-radius: 12px;
  padding: 25px 0 600px;
}

.title-section,
.content-section,
.sidebar-section {
  background: #fff;
  // border-radius: 12px;
  // border: solid 10px #f1f1f1;
}

.title-section {
  text-align: center;
  padding: 50px 15px;
  margin-bottom: 30px;
}

.content-section h2 {
  text-align: center;
  margin: 0;
  padding-top: 200px;
}

.sidebar-item {
  text-align: center;
}

h3 {
  background: gold;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 100px;
  border-bottom: solid 1px #fff;
}

tr.tr-hover:hover td {
  background-color: #f6fbff;
}
