﻿.dashboard-card .card {
    display: block;
    border: 0;
}

.dashboard-card a {
    margin: .33333333rem;
    display: block;
    position: relative;
    float: left;
    width: 24%;
    min-width: 200px;
    color: #fff !important;
    text-decoration: none;
}

.dashboard-card .card:hover {
    text-decoration: none;
    opacity: .8;
}

.dashboard-card .card-content {
    padding: 15px;
}

.-data h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.card-data p {
    margin-bottom: 0;
}

.card-icon {
    position: absolute;
    right: 25px;
    top: 30%;
    font-size: 35px;
    opacity: .2;
}

/**********************************/
/***************Buttons************/
/**********************************/

a.btn-sm {
    text-decoration: none;
    border-radius: 0px;
}

.button-col-width {
    min-width: 85px;
}