﻿html, body    {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

body {
    padding-top: 60px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea,
.selectize-control {
    max-width: 280px;
}

input[type=checkbox], input[type=radio] {
   vertical-align: -2px;
}

hr {
    border-top: 1px solid #DBCADA;
}

.navbar-fixed-top {
    border: 0px;
}

.navbar-inverse {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#444349+0,1c1c1c+100 */
background: #444349; /* Old browsers */
background: -moz-linear-gradient(top,  #444349 0%, #1c1c1c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #444349 0%,#1c1c1c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #444349 0%,#1c1c1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444349', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */


}

.navbar-inverse .navbar-nav>li>a {
    color: #C2904E;
}

/* Product Group Table Header */
.group {
    background: #FFEBD1 !important;
}

.orderTotal {
    font-weight: bold;
}

.colRight {
    text-align: right;
}

/* Carousel */
.carousel-caption {
    z-index: 10 !important;
}

    .carousel-caption p {
        font-size: 20px;
        line-height: 1.4;
    }

@media (min-width: 768px) {
    .carousel-caption {
        z-index: 10 !important;
    }
}
