body {
    padding-top: 50px !important;
    background-color: #34495d !important;
}
.lead-good {
    background-color: #21232c;
    box-shadow:         inset 7px 0 0 rgb(118, 238, 43);
}
.lead-hurry {
    background-color: #21232c;
    box-shadow:         inset 7px 0 0 rgb(118, 238, 43);
}
.lead-warning {
    background-color: #21232c;
    box-shadow:         inset 7px 0 0 rgb(213, 47, 47);

}
.card-tmdark {
    background-color: #21232c !important;
}
.card-tmaltdark {
    background-color: #3d3f49 !important;
}
#TaskBody .nav-pills .nav-link.active {
    background-color: #233347;
    box-shadow: 1px 1px 3px 1px rgba(255,255,255,0.2);
}
.text-white a {
    color: #d6e0e5;
}

#MainNav .btn {
    margin-right: 5px;
    margin-left: 5px;
    background-color: #21232c !important;
    color: #FFFFFF;
}
.pageTitle {
    margin: 10px; padding: 7px;
}
#ReportsBody .card{
    margin-bottom: 10px;
}
#ReportsBody .charts .col{
    padding-left: 5px;
    padding-right: 5px;
}

#ReportsBody .canvas-con {
    display: flex;
    align-items:center;
    justify-content: center;
    min-height: 365px;
    position: relative;
}
#ReportsBody .canvas-con-inner, #ReportsBody .legend-con {
    display: inline-block;
}

#ReportsBody .legend-con {
    font-size: 0.8rem;
    display: inline-block;
}
#ReportsBody .legend-con ul {
    list-style: none;
    padding: 0;
}

#ReportsBody .legend-con li {


    margin-bottom: 4px;
}
#ReportsBody .legend-con span {
    display: inline-block;
}

#ReportsBody .legend-con .chart-legend {
    width: 15px;
    height: 10px;
    margin-right: 3px;
}
