﻿body {
   background-color: #fff;
   font-family: 'Open Sans', arial, sans-serif;
   color: #000;
}
label {
    font-weight:normal;
    font-size:16px;
}
h2 {
    text-align:center;
    margin:10px 20px;
    padding: 20px;
    
    font-family: "georgia",sans-serif;
font-size: 1.9em;
font-weight: bold;
display: block;
}
.form-group{
    margin-bottom:8px;
}
#billing, #thank, #problem, #digitalPass {
    display:none;
}
 .gift {
     padding: 5px 10px;
 }
 #gift #custInfo {
     padding: 5px 30px;
 }
 .close{
     margin-top:10px;
 }
 .even {
     background-color: #ecf2f9;
 }
 #addGiftDiv {
     margin-top:15px;
 }
span.appliedMsg {
    position: absolute;
    right: 26px;
    background: none;
    width: auto;
    color: #00b300;
    font-size: 12px;
    font-weight:bold;
    margin-top: 0;
    display: none;
    text-align:right;
    top:15px;
}
#promoApplied{
    top: 19px;
}
.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  font-weight:bold;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 18px;
  top: 6px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  position: absolute;
  pointer-events: none;
}
.selectdiv select{
   -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}
.btn,  .btn:focus {
    background-color: #d00000;
    color: #fff;
    outline:none;
    transition: all 0.3s ease 0s;
}
.btn:active:focus, .btn:hover{
    background-color:#E94831;
    outline:none;
    color: #FFF !important;
}
#content {
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
    display:none;
}
#subDiv, #thank, #problem, #landing{
    background-color: #FFF;
    
}
 #header {
     background-color: #FFF;
 }
#subDiv, #landing{
    padding-top:10px;
    padding-bottom:15px;
}
#landing{
    padding-bottom:208px;
}
#offerHeader p{
    margin: 8px 35px;
    font-size:16px;
}
#thank, #problem {
    text-align:center;
    padding-top:40px;
    padding-bottom:100px;
}

.form-control, .input-group-text, .form-control[readonly] {
        background-color:#fafafa;
    border-color:#808080;
}

.i {
    font-style:italic;
}
.b{
    font-weight:bold;
}
.warning, .warning:focus {
    background-color: #ffeef0 !important;
    border: 1px solid #ff3200;
box-shadow: 0 0 3px #ff3200;
-webkit-box-shadow: 0 0 3px #ff3200;
-moz-box-shadow: 0 0 3px #ff3200;
}

#termDiv label {
    margin-right:8px;
}

.processMain {
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    padding-top: 40px;
    display: none;
    background-color:#fff;

}

    .processMain h2{
        color: #840714;
        font-size: 20px;
        text-align: center;
        width:100%;
    }

.processC {
    width: 100%;
    height: 30px;
}

.processing {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .processing h2 {
        color: #000;
        font-size: 25px;
        text-align: center;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .processing h3 {
        color: #000;
        font-size: 20px;
        text-align: center;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
.close{
    cursor:pointer;
}
#submit {
    margin-top:10px;
}
