@import url('https://fonts.googleapis.com/css?family=Courier+Prime|Open+Sans&display=swap');

body{
    padding-top: 70px !important;
    background-color: #2e2e32 !important;
    font-family: 'Open Sans', sans-serif;
}
.brandBG_grey {
    background-color: #2e2e32 !important;
}
.monospace-font {
    font-family: 'Courier Prime', monospace, "Courier New";
}

.lead-good {
    background-color: #000000;
    box-shadow: inset 7px 0 0 rgb(118, 238, 43);
}
.lead-hurry {
    background-color: #000000;
    box-shadow:         inset 7px 0 0 rgb(118, 238, 43);
}
.lead-warning {
    background-color: #000000;
    box-shadow:         inset 7px 0 0 rgb(213, 47, 47);

}
.brandBlue-bg {
    background-color: #114c7f;
    color: #ffffff;
}
.card-tmdark {
    background-color: #000000 !important;
}
.card-tmaltdark {
    background-color: #222222 !important;
}
#TaskBody .nav-pills .nav-link.active {
    background-color: #114c7f;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
    color: #ffffff
}
.text-white a {
    color: #d6e0e5;
}
#MainNav .btn, .nav .btn, .navbar .btn {
    margin-right: 5px;
    margin-left: 5px;
    color: #FFFFFF;
}
#MainNav .btn, .navbar .btn {
    background-color: #000000 !important;
}

@media (max-width: 991.98px) {
    #MainNav {
        margin-top: 10px;
    }
    #MainNav .btn {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .text-center-mobile {
        text-align: center;
    }
    .text-smaller-mobile {
        font-size: 0.75rem;
    }
    .task-save {
        margin-top: 10px;
    }
}
.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;
}

.BusinessRules .badge {
    font-size: 14px;
}
.btn-xs {
    padding: .15rem .25rem;
    font-size: 0.75rem;
    line-height: 1.15
}