﻿body {
    padding-top: 10px;
    padding-bottom: 0;
    overflow-y: scroll;
    *overflow-y: auto;
    background: #fff;
    font-family: "audiType_normal", Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 1.42857;
    color: #66707A;
    background-color: white;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-header {
    float:right !important;
}
#header {
    min-height: 4.0em;
    background: #fff center top no-repeat;
}
.navbar-brand {
    margin-top: -5px;
    margin-left: 8%;
}

    .navbar-brand img {
        width: 100px;
        height: 33px;
    }

h1, .h1 {
    font-size: 2em;
    margin: 0.67em 0;
    font-family: "audiType_extended_bold", Verdana, Geneva, sans-serif;;
    font-weight: 500;
    line-height: 1.1;
    color: #222222;
}

/* line 17, ../../bower-components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #888888;
}

/* line 37, ../scss/bootstrap-custom/_grid.scss */
h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0 0 20px 0;
}

.sub-heading,
h1 em {
    display: block;
    margin: 2px 0 6px;
    color: #797979;
    font-family: audiType_extended_bold, Arial, sans-serif;
    font-size: 1.5em;
    /* 18px */
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;
}

h1 em {
    font-size: 0.75em; /* 18px */
}

p {
    margin-bottom: 1.5em;
}

/* line 28, ../scss/partials/_typography.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small,
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
    font-size: 85%;
    font-family: 'audiType_normal';
    padding-left: 10px;
}
/* AudiType Normal
*****************************/
@font-face {
  font-family: 'audiType_normal';
  src: url("/fonts/Audi/audiType_normal.eot");
  src: url("/fonts/Audi/audiType_normal.eot?#iefix") format("embedded-opentype"), url("/fonts/Audi/audiType_normal.woff") format("woff"), url("/fonts/Audi/audiType_normal.ttf") format("truetype"), url("/fonts/Audi/audiType_normal.svg#audiType") format("svg");
  font-weight: normal;
  font-style: normal;
}


/* AudiType Bold
*****************************/
@font-face {
  font-family: 'audiType_bold';
  src: url("/fonts/Audi/audiType_bold.eot");
  src: url("/fonts/Audi/audiType_bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Audi/audiType_bold.woff") format("woff"), url("/fonts/Audi/audiType_bold.ttf") format("truetype"), url("/fonts/Audi/audiType_bold.svg#audiType") format("svg");
  font-weight: bold;
  font-style: bold;
}

/* AudiType Extended Normal
*****************************/
@font-face {
  font-family: 'audiType_extended_normal';
  src: url("/fonts/Audi/audiType_extended_normal.eot");
  src: url("/fonts/Audi/audiType_extended_normal.eot?#iefix") format("embedded-opentype"), url("/fonts/Audi/audiType_extended_normal.woff") format("woff"), url("/fonts/Audi/audiType_extended_normal.ttf") format("truetype"), url("/fonts/Audi/audiType_extended_normal.svg#audiType") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* AudiType Extended Bold
*****************************/
@font-face {
  font-family: 'audiType_extended_bold';
  src: url("/fonts/Audi/audiType_extended_bold.eot");
  src: url("/fonts/Audi/audiType_extended_bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Audi/audiType_extended_bold.woff") format("woff"), url("/fonts/Audi/audiType_extended_bold.ttf") format("truetype"), url("/fonts/Audi/audiType_extended_bold.svg#audiType") format("svg");
  font-weight: bold;
  font-style: bold;
}

.roadside li {
    list-style: none;
}

h3 label {
    font-size: 24px;
}

.btn, 
.btn:focus {
    color: #ffffff;
    background-image: linear-gradient(to bottom, #CC0033 0, #be1331 100%);
    font-family: audiType_extended_normal;
    background-repeat: repeat-x;
    border-color: #CC0033;
}

.btn:disabled {
    color: #ffffff;
    background-image: linear-gradient(to bottom, #d6003c 0, #d6003c 100%);
    font-family: audiType_extended_normal;
    background-repeat: repeat-x;
    border-color: #CC0033;
}

.btn:hover {
    color: #ffffff;
    background-image: linear-gradient(to bottom, #be1331 0, #d6003c 100%);
    font-family: audiType_extended_normal;
    background-repeat: repeat-x;
    border-color: #CC0033;
}

h1 {
    font-family: 'audiType_extended_bold';
    color: #33414E;
}

.panel-default>.panel-heading, .jumbotron {
    background-color: #f2f3f4;
}

.alert-info{
    background-color: #33414E;
    color: #fff;
    border-color: #f2f3f4;
}

.alert-info a {
     color: #fff;
}

#crumbs ul li span {
    font-family: audiType_normal;
    color: #33414E;
}

#crumbs .current span {
    background-color: #f2f3f4;
}

#crumbs .current span:after {
	border-left: 9px solid #f2f3f4;
}

a {
    font-size: 14px;
    color: #33414E;
}

    a:visited {
        font-size: 14px;
        color: #337ab7;
    }

footer a {
    font-family: audiType_extended_normal;
}

footer small {
    font-size: 10px;
    color: #66707A;
}

footer small a {
    font-size: 10px;
    color: #cc0033;
}

strong{
    font-family:audiType_extended_bold;
    font-size: 14px;
    color: #33414E;
}

label {
    font-family: audiType_bold;
    font-size: 13px;
    color: #33414E;
}

.mandatory {
    border-color: #a6a6a6;
    outline: none !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(140, 140, 140, .075), 0 0 8px rgba(140, 140, 140, .6);
    box-shadow: inset 0px 1px 1px rgba(140,140,140,0.075), 0px 0px 8px rgba(140,140,140,0.6);
}

.input-validation-error {
    border-color: #CC0033;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(204, 0, 51, .075), 0 0 8px rgba(204, 0, 51, .6);
    box-shadow: inset 0px 1px 1px rgba(204,0,51,0.075), 0px 0px 8px rgba(204,0,51,0.6);
}

.has-error .form-control {
    border-color: #CC0033;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(204, 0, 51, .075), 0 0 8px rgba(204, 0, 51, .6);
    box-shadow: inset 0px 1px 1px rgba(204,0,51,0.075), 0px 0px 8px rgba(204,0,51,0.6);
}

.mandatory:focus,
input[type=text]:focus
 {
    border-color: #a6a6a6;
    outline: 1px none !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(140, 140, 140, .075), 0 0 8px rgba(140, 140, 140, .6);
    box-shadow: inset 0px 1px 1px rgba(140,140,140,0.075), 0px 0px 8px rgba(140,140,140,0.6);
}

input {
    border-color: #a6a6a6;
}

*:focus {
    outline: none !important;
}

.f-dropdown {
  outline: 1px dotted #333;
  border-color: #a6a6a6;
}

.amount {
    color: #fff;
}

h1 {
    font-size: 23px;
}

.footerline {
    padding-top: 5px; 
    border-top-color: rgb(204, 204, 204); 
    border-top-width: 1px; 
    border-top-style: solid;
  }   

  .unsubscribe {
      text-align: center; 
      color: rgb(0, 0, 0); 
      padding-left: 0px;
      font-family: Verdana, Geneva, sans-serif; 
      font-size: 20px; 
      font-weight: bold;
  }

    .NoMessageWidth {
      width: 600px;
  }
#branderrormsg{
    color:red;
}
.setcoverlevel {
    padding-top: 0px !important;
}
.jumbotron .control-label-Cover {
    color: #808080;
    font-family: SProBold;
    font-weight: bold;
    margin: 15px;
}
.personalinfo {
    padding-left: 85px;
}