body {
    font-family: Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Helvetica,Arial,sans-serif;
}

.main-header .logo {
    font-family: Helvetica,Arial,sans-serif;
}

.btn-taco {
    background-color: #ef483e;
    border-color: #AE382F;
    color: white;
}

.box.box-primary {
    border-top-color: #ef483e;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #ef483e;
}

.box.box-info {
    border-top-color: #ef483e;
}

.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #ef483e;
    background-color: #ef483e;
}

.box.box-solid.box-primary {
    border: 1px solid #AE382F;
    min-height: 350px;
}

#map {
    width: 100%;
    height: 300px;
    background-color: grey;
}

/* Dashboard */

.products-list .product-img{
    width: 80px;
    text-align: center;
}
.products-list .product-img img {
    max-width: 70px;
    max-height: 70px;
    width: auto;
    height: auto;
}

/* Current Window */

.row-flex{
    display: flex;
    flex-wrap: wrap;
}

.product-tile .image-wrapper{
    max-width: 100%;
    max-height: 260px;
    overflow: hidden;
}
.product-tile .product-image{
    max-width: 100%;
    height: auto;
}
.callout.callout-taco, .alert-taco {
    background-color: #ef483e !important;
    border-color: #AE382F;
    color: white;

}
.alert .close {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.skin-taco .main-header .navbar .nav > li > a {
    color: #ffffff;
    font-size: 16px;
}

.main-header .navbar .nav>li>a>.label {
    font-size: 12px;
    top: 6px;
    right: 1px;
}

.alert a {
    color: #fff;
    text-decoration: none;
}

.content-header>h4 {
    padding: 8px 0;
    border-bottom: 1px solid #ef483e;
}
