﻿
.box-stats {
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px #17A2B8;
    min-height: 110px;
}

.box-main-icon img {
    width: 120px;
}

.box-main-title {
    font-size: 14px;
    color: darkslategray;
}

.box-main-figure {
    font-size: 18px;
    color: darkblue;
    font-weight: bold;
}

.info-pad {
    margin: -7px;
    padding: 5px;
    background: white;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #17A2B8;
    text-align: center;
    vertical-align: middle;
}

.box-info {
    box-shadow: 1px 1px 1px 1px #17A2B8;
}

@*.box-info:hover {
    transform: scale(1.05)
}

*@

.small-info {
    padding-top: 15px;
}

.small-info-icon {
    border-radius: 5px;
    height: 100%;
   
}

    .small-info-icon i {
        color: #ffff;
        text-shadow: 0px 0px 3px red;
        font-size: 25px;
        text-align: center;
    }

table thead tr th i {
  
}

.card-header {
    background: #17A2B8;
    color: white;
}

img {
    width: 50px;
}

.head-card {
    color: #17A2B8;
    display: flex;
    justify-content: left; /* align horizontal */
    align-items: center; /* align vertical */
}

.card-table {
    padding: 0;
    margin: 0;
}

    .card-table thead th {
        text-transform: capitalize;
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        color: #287D7D
    }

        .card-table thead th:hover {
            color: darkblue;
        }

    .card-table thead td {
        text-align: left;
        font-weight: bold;
        padding: 0;
        margin: 0;
    }

    .card-table tbody tr td {
        text-align: left;
        font-size: 14px;
        padding: 0;
        margin: 0;
    }

    .card-table tbody .figure-row td {
        font-size: 13px;
    }

    .card-table tbody .percent-row td {
        font-weight: bold;
    }

.custom-height {
    max-height: 500px;
    overflow-y: auto;
}


