﻿.dashbox1 {
    background: #0283cc !important;
}

.dashbox2 {
    background: #2ecc71 !important;
}

.dashbox3 {
    background: #e74a25 !important;
}

.dashbox4 {
    background: #ffb136 !important;
}

.dashbox5 {
    background: #10CFBD !important;
}

.dashbox6 {
    background: #9C27B0 !important;
}

.dashbox7 {
    background: #00bbd9 !important;
}

.dashbox8 {
    background: #7460ee !important;
}

/*.info-count {
            font-size: 30px;
            margin-bottom: 5px;
            color: #fff;
            margin-top: 0px;
        }

        .font-14 {
            font-size: 14px !important;
            font-weight: 600;
        }

        .info-text {
            text-transform: uppercase;
        }*/

.small-box {
    border-radius: 10px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

    .small-box:hover {
        text-decoration: none;
        color: #f9f9f9;
    }

        .small-box:hover .icon {
            font-size: 78px;
        }



    .small-box > .inner {
        padding: 10px;
    }

    .small-box h3, .small-box p {
        z-index: 5;
    }

    .small-box h3 {
        font-size: 38px;
        font-weight: 700;
        margin: 0 0 10px;
        white-space: nowrap;
        padding: 0;
        color: #fff;
    }

    .small-box h3>span {
        font-size: 38px;
        font-weight: 700;
        margin: 0 0 10px;
        white-space: nowrap;
        padding: 0;
        color: #fff;
    }

    .small-box p {
        font-size: 16px;
        color: #fff;
    }

    .small-box .icon {
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        position: absolute;
        top: 15px;
        right: 10px;
        z-index: 0;
        font-size: 72px;
        color: rgba(255, 255, 255, 0.59);
    }

    .small-box > .small-box-footer {
        position: relative;
        text-align: right;
        padding: 3px 10px;
        color: #fff;
        color: rgba(255, 255, 255, .8);
        display: block;
        z-index: 10;
        background: rgba(0, 0, 0, .1);
        text-decoration: none;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        font-size: 15px;
    }

        .small-box > .small-box-footer:hover {
            color: #fff;
            background: rgba(0, 0, 0, .15);
        }

.admin_info {
    border: solid 1px #eeeeee;
    margin: 10px 10px 10px 10px;
}

     .header_bar {
        padding: 8px 3px;
        background: #f5f5f5 right center no-repeat;
        font-size: 18px !important;
        font-weight: normal;
        text-align: left;
        padding-left: 5px;
        color: #0770b9;
        font-weight:600;
        letter-spacing:1px;
    }

    .admin_info td {
        padding: 8px 3px;
    }

    .admin_info span {
        color: #116FB7;
    }

.cursordiv {
    cursor: pointer;
}
