body {
    color: #606a72;
}
sidebar-c1 h4 {
    font-size: 15px;
    color: #006699;
}

.sidebar-c1 img {
    margin: 0px 15px 0px 0px;
    display: inline-block;
    float:left;
}

.btn-primary {
    background-color: #006699 !important; ;
    color: #fff;
    border-color: #006699 !important; ; 
}

.card-body h1 {
    color: #006699;
    font-weight: 600 !important;
    font-size: 20px;
}

.card-body h2 {
    color: #006699;
    font-weight: 600 !important;
    font-size: 17px;
}

.card .card-header {
    color: #006699;
    font-weight: 600 !important;
}

.navbar .navbar-toggler {
    right: 1rem;
    top: 3rem;
}

.table {
    border: #e9ecef 1px solid;
}

.afk-o {
    color: #00ff00;
    font-weight: bold;
}

.afk-c {
    color: #ff0000;
    font-weight: bold;
}

@media (max-width: 768px) {
    .tp {
        font-size: 11px; 
    }
}


@media (min-width:576px) {
    .d-sm-table-cell {
        display: table-cell!important
    }
}

@media (min-width:768px) {
    .d-md-table-cell {
        display: table-cell!important
    }
}

@media (min-width:992px) {
    .d-lg-table-cell {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .d-xl-table-cell {
        display: table-cell!important
    }
}
