﻿a:link, a:visited, a:active {
    color: #e21b22;
}

a:hover {
    color: #000;
    text-decoration: none;
}

#footer a:hover {
    color: #FFF;
}

.btn-danger

.btn-danger, .btn-danger:link, .btn-danger:active, .btn-danger:visited, .btn-danger:focus,
.btn-primary, .btn-primary:link, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
    color: #FFF;
    box-shadow: none;
}

    .btn-primary, .btn-primary:link, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
        border-color: #000;
        background-color: #000;
    }

        .btn-primary:hover {
            background-color: #e21b22;
            border-color: #d10a11;
        }

.btn-outline-primary {
    color: transparent;
    background-color: transparent;
    background-image: none;
    border: none;
}
@media (max-width: 928px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 929px) {
    .hidden-md-up {
        display: none !important;
    }
}

.header {
    padding: 0;
}

#footer {
    background-color: #000000;
    color: #FFF;
    padding: 15px 0;
}


.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.outer-wrap {
    max-width: 1100px;
}

@media only screen and (min-width: 1099px) {
    .outer-wrap {
        margin: 0 auto;
        border-right: 1px solid #000;
        border-left: 1px solid #000;
    }
}
.btn-border {
    border-color: #d10a11 !important;
}
.card-header {
    background-color: #262626;
    color: #F8F8F8;
    border-bottom: 1px solid #000;
}
.card {
    border: 1px solid #000;
}
.description-text {
    font-size: 12px;
}
.description-block {
    height: 135px;
    overflow-x: auto;
}
.dashboard-card {
    max-height: 135px;
    margin: 0 auto;
}

.badge {
    position: relative;
    background: rgba(0,0,0,1);
    top: -1.75rem;
    right: .75rem;
    text-align: center;
    font-size: 11px;
    border-radius: 16px;
    color: white;
    border: 1px solid black;
    padding-bottom: 5px;
}

    .badge:hover {
        border: 1px solid #d10a11;
        background: #d10a11;
    }
.cart-icon:link {
    text-decoration: none;
}
.small-grid {
    padding: 2px;
    font-size: 12px;
}