.stat_th{
    font-weight:bold !important;
    background-color: #f5f5f5 !important;
    color: #00a8e2 !important;
}

.stat_tr{
    /*background-color: hsla(195,100%,44.3%,0.3) !important;*/
}

.vert-align{
    vertical-align: middle;
}

.bg-info {
    color: #fff!important;
    background-color: #2dabe9!important;
    border-color: #2dabe9!important;
}
.bg-warning {
    color: #fff!important;
    background-color: #fabb3d!important;
    border-color: #f1a306!important;
}
.bg-success {
    color: #fff!important;
    background-color: #bdea74!important;
    border-color: #a3e23d!important;
}
.bg-danger {
    color: #fff!important;
    background-color: #ff5454!important;
    border-color: #ff1414!important;
}
.koolphp-card {
    border-radius: 4px!important;
}
.card-title {
    color:#fff!important;
}
.div-card{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.table-striped tr:nth-child(even) {
    background-color: #f2f2f2!important;
}
@media only screen and (max-width: 850px) {
    .koolphp-card {
        margin-top: 15px!important;
    }
}