tbody a  {
  color: #941342  !important;
}

thead {
background-color: #8ac8ff;
color: white !important;

}

thead a  {
  color: white !important;
}


.table thead th {
  background-color: #3690A8 !important;
  color: white !important;
}


.table-striped tbody tr:nth-of-type(2n+1){
  background-color: antiquewhite;
}

.table-striped tbody tr:nth-of-type(2n){
  background-color: #bbd2c7;
}

body {
color:black;
font-weight:bold;
}

[class*="sidebar-dark-"] {
background-color: #1A4A5D !important;
}

.layout-navbar-fixed .wrapper .sidebar-dark-warning .brand-link:not([class*="navbar"]) {
background-color: #1A4A5D !important;
}


.layout-navbar-fixed .wrapper .main-header{
background-color: #3690A8 !important;
}


.content-wrapper > .content {
background-color: rgb(227, 242, 237);
}

.card-header:first-child {
background-color:#3690a8;
color:white;
}



.btn-primary {
    background-color: #1a4a5d !important;
    border-color: #1a4a5d !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #1a4a5d !important;
    border-color: #1a4a5d !important;
}

/* Override success button */
.btn-success {
    background-color: #1a4a5d !important;
    border-color: #1a4a5d !important;
    color: #ffffff !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #1a4a5d !important;
    border-color: #1a4a5d !important;
}


.accent-olive .page-item.active .page-link, .accent-olive .page-item.active a {
  background-color: #1a4a5d;
  border-color:#1a4a5d;
  color: #fff;
}