﻿@media (max-width: 928px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 929px) {
    .hidden-md-up {
        display: none !important;
    }
}


.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;
    }


@media only screen and (min-width: 1099px) {
}

.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: 13px;
}

/* Bootstrap Callouts */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #000;
}

.bs-callout-info h4 {
    color: #00857c;
}

.ruDropZone {
    margin: 11px 0 0 11px !important;
}

.dropZone {
    background: url(/App_Themes/images/DropZone.png);
}

.upload-panel {
    min-width: 290px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
a:link, a:visited, a:active {
    transition: text-decoration 400ms ease-in,-webkit-text-decoration 400ms ease-in, color 400ms ease-in;
    -webkit-text-decoration: transparent underline solid;
    text-decoration: transparent underline solid;
    color: #000;
}
a:hover {
    color: #ffa500;
    text-decoration: underline;
}
.btn-primary:hover {
    text-decoration: none;
}

.btn, .btn:link, .btn:visited, .btn:active {
    font-size: 12px;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-radius: 26px;
    letter-spacing: 0.078125rem;
    text-transform: uppercase;
    line-height: 1.4;
    transition: all .4s ease-in-out;
    text-decoration: none;
    -webkit-text-decoration: none;
    padding: 0.75rem 1.625rem;
}
.btn-primary:link, .btn-primary:visited, .btn-primary:active {
    background: #ffa500;
    border-color: #ffa500;
}
.btn-primary:hover {
    background: #fed185;
    border-color: #fed185;
    color: #000;
}
.btn-outline-primary:link, .btn-outline-primary:visited, .btn-outline-primary:active, .btn-success:link, .btn-success:visited, .btn-success:active {
    background: #fff;
    border-color: #ffa500;
}
.btn-outline-primary:hover, .btn-success:hover {
    background: #EAEAEA;
    border-color: #fed185;
    color: #555;
}
.btn-sm, .btn-sm:link, .btn-sm:visited, .btn-sm:active {
    padding: 6px 12px;
}
.btn-skinny, .btn-skinny:link, .btn-skinny:visited, .btn-skinny:active {
    padding: 2px 4px;
    font-size: 10px;
}
div.RadGrid_Bootstrap .rgRow a:hover,
div.RadGrid_Bootstrap .rgAltRow a:hover {
    color: #ffa500;
}
