


body {
    color: rgb(52, 21, 0);
}

a:not(.btn):not(.dropdown-menu>li>a), a:not(.btn):not(.dropdown-menu>li>a):visited {
    color: rgba(75,158,252, 1);
}

a:not(.btn):not(.dropdown-menu>li>a):hover, a:not(.btn):not(.dropdown-menu>li>a):focus {
    color: rgba(55,128,225, 1);
}

hr {
    display: block;
    border: 0;
    border-top: 1px solid rgba(151, 186, 191, .2) !important;
    margin: 1rem 1.1rem;
}

.table > thead > tr > th,
.panel-default > .panel-heading,
.breadcrumb,
.card-footer,
.card-header {

    background-color: rgba(89, 89, 89, 1) !important;
   
    color: rgba(255, 255, 255, 1) !important;
}

       

.card-link a {
color: rgba(255, 255, 255, 1) !important 
}

.card-link a:visited, .card-link a:active {
color: rgba(255, 255, 255, 1) !important !important;
}

       



.card-text {
    color: rgba(255, 255, 255, 1) !important 
}
  

nav.navbar{
    background-color: rgba(255, 255, 255, 1) !important;
}


.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1) !important;
}
.navbar-light .navbar-nav .active>.nav-link {
    color: rgba(0, 0, 0, 1) !important;
}
       


.table:not(.table-unstriped) > tbody > tr:nth-child(odd) {
    background-color: rgba(212, 221, 224, 0.25) !important;
}

@media only screen and (min-width : 1440px) {
}