body {
    /* filter: grayscale(1); */
}
a{
    color: #212121;
}
a:hover{
    color: #000;
}
.bg-lightest-blue{
    background: #fafafa;
}
.tradinginfo-left{
    background: #f3f3f3;
}
.tradinginfo-left::before{
    background: #f3f3f3;
}
@media only screen and (max-width: 600px) {
    .tradinginfo-left {
        background: transparent;
    }
}
@media only screen and (max-width: 600px) {
    .tradinginfo-numbers {
        background: #f3f3f3;
    }
}

.choose-period .btn-secondary:not(:disabled):not(.disabled).active, .choose-period .btn-secondary:hover{
    background-color: #989898;
    border-color: #989898;
}
.trading-graph{
    /* filter: grayscale(1); */
}
.download-link-inline{
    filter: grayscale(1);
}
.events-table .table td{
    background-color: #f7f7f7;
}
.events-table .table td, .events-table .table th{
    border-bottom: 1px solid #e5e5e5;
}
.events-table .table td a{
    color: #373737;
}
.biglisttable.nohover .table tbody tr:hover td{
    background-color: #ececec;
}
.events-table a.table-add{
    color: #373737 !important;
}
.badge-primary{
    background-color: #989898;
}
.loader{
    filter: grayscale(1);
}
.table .avatar img{
    filter: grayscale(1);
}
.mylisttable .table td a{
    filter: grayscale(1);
}
.flatpickr-calendar{
    filter: grayscale(1);
}
.form-control, .form-check-input{
    filter: grayscale(1);
}
.btn-primary{
    filter: grayscale(1);
}
.btn-secondary{
    filter: grayscale(1);
}
.reports-list-info{
    filter: grayscale(1);
}
.pagination{
    filter: grayscale(1);
}