/* Css file for added styles to the webform */
body {
    background-color:#e5e5e5;
}
label {
    padding-left:5px;
}
figure {
    padding: 21px 0 0 88px;
}
h1 {
    color: #333;
    margin-top:30px;
    margin-bottom:30px;
}
p, li, h1, h3 {
	color: #414042;
}
.row {
    margin: 0;
}
.container {
    padding: 0;
    background-color:#FFFFFF;
}
.submit {
    margin-top: 10px;
}
.headerBackgroundImage {
    background: url('../img/logo-background_v4.png') no-repeat !important;
    height: 125px;
    
}
.headerBackgroundImage2 {
    background: url('../img/logo-background_v2.jpg') no-repeat !important;
    height: 125px;
    
}
.billingAddressHeader {
    font-size: 1.3em;
    margin-top:-8px;
    margin-bottom:0px;
}
.shippingAddressHeader {
    font-size: 1.3em;
    margin-top: 8px;
    margin-bottom:0px;
}
.customerOptions {
    margin-top:15px;
}
.shippingCheckBox {
    margin-top:20px;
}
.astrisk {
    color: red;
}
.hybrid {
    margin-top: 25px;
}
.confirmation {
    min-height:200px;
   
}
p.error{
    color:red;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 8px 50px;
    margin: 16px;
}
@media screen and (max-width:768px) { h4 {padding-left:20px; padding-right:20px;} }

/*--- styles for the red astisk 
 .form-group div {
    position:relative;
    margin-right:15px;
}
label:after {
    position:absolute;
    content:'*';
    color:red;
    right:-10px;
    top:0;
}
---*/
.dividerLine {
    background: url('../img/white-white-divider.jpg') no-repeat;
    margin-top:10px;
    clear: both;
    height:33px;
    text-align: center;
}