@CHARSET "ISO-8859-1";
#main-banner {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e03a3e', endColorstr='#c13234', GradientType=0);
    /* IE6-9 */
    color: black;
}

#main-banner h4 {
    margin: 4px;
}

#main-banner h6 {
    margin: 2px;
}

#head-nav {
    margin-top: 90px;
    border-top: 4px solid #ac2925 !important;
}

div.form-group,
div.form-group * {
    padding-top: 0px;
    padding-bottom: 1px;
    margin: 0px;
}

.colored-header.danger .modal-header {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff2802', endColorstr='#ad0306', GradientType=0);
    /* IE6-9 */
    color: black;
}

.Customer-bold,
.none-bold {
    font-weight: bold !important;
    color: #000 !important;
}

.navbar-default .navbar-brand-guest {
    background: rgba(0, 0, 0, 0) url("/assets/images/logo_1.png") no-repeat scroll 0 11px / 27% auto !important;
}