#item-chosen {
  color: red;
  font-weight: bold;
}

.form-control {
    font-size: 16px;
}

#upSellContent {
    height: 240px;
}

#upSellContent a.btn {
    margin: 5px auto;
}

#upSellContent .countdownme {
    color: #888;
}

/* Purchase Page */

div#buy_header {
    position: relative;
    background-color: #313131;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-left: 0;
    min-height: 60px;
}

div#buy_header h2 {
    color: #fff;
    text-align: left;
    margin-left: 16px;
}

div#buy_header p {
    color: #fe9900;
    font-weight: bold;
    text-align: right;
    margin: 20px 26px 15px 0;
}

div#buy_header img.tail {
    position: absolute;
    right: 0;
    bottom: -17px;
}

.month-selector, #purchase_card_exp_month {
    width: 54%;
    float:left;
}

.year-selector, #purchase_card_exp_year {
    width: 45%;
    float:right;
}

.wd-select {
    width: 158px;
}

#btn-wunderdog-secure {
}

div#buy_header img {
    color: #6f9d6f;
    float: right;
}

.tabs-left > .nav-wd-vertical {
    float: left;
    margin: 0 19px 9px 0;
    border: none;
    list-style: none;
    width: 150px;
    text-align: right;
    line-height: 18px;

}

.tabs-left > .nav-wd-vertical > li {
    float: none;
    height: 25px;

}

.tabs-left > .nav-wd-vertical > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.picks_now {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dadada;
    min-height: 100px;
    margin-top: 20px;
    padding: 0;
    background-image: linear-gradient(top, rgb(247, 247, 247) 17%, rgb(255, 255, 255) 59%, rgb(255, 255, 255) 80%);
    background-image: -o-linear-gradient(top, rgb(247, 247, 247) 17%, rgb(255, 255, 255) 59%, rgb(255, 255, 255) 80%);
    background-image: -moz-linear-gradient(top, rgb(247, 247, 247) 17%, rgb(255, 255, 255) 59%, rgb(255, 255, 255) 80%);
    background-image: -webkit-linear-gradient(top, rgb(247, 247, 247) 17%, rgb(255, 255, 255) 59%, rgb(255, 255, 255) 80%);
    background-image: -ms-linear-gradient(top, rgb(247, 247, 247) 17%, rgb(255, 255, 255) 59%, rgb(255, 255, 255) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#FFFFFF'); /* for IE */
    background-image: -webkit-gradient(
            linear,
            50% top,
            50% bottom,
            color-stop(0.17, rgb(247, 247, 247)),
            color-stop(0.59, rgb(255, 255, 255)),
            color-stop(0.8, rgb(255, 255, 255))
    );
}

.picks_now h5 {
    border-bottom: 1px solid #DADADA;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.picks_now p {
    padding: 5px 10px;
    margin: 0;
}

.picks_now span.green {
    color: #1e9447;
    font-weight: bold;
}

.wd-pane {
}

#order_table div table {
    margin: 0;
}

.purchase-footer {
    font-size: 10px;
    margin-left: 195px;
    margin-bottom: 50px;
}

#dropdown-nav {
    margin-bottom: 8px;
}

#dropdown-nav button {
    background:#fe9900; border:none; color:white; font-size:20px; font-weight: bold;
}

#dropdown-nav li {
    font-size: 15px !important;
}

#dropdown-nav li.active a {
    background:#fe9900 !important;
}

#purchase-picks-form {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dadada;
    padding: 10px 15px;
    background-image: linear-gradient(rgb(213, 224, 215) 19%, rgb(195, 207, 200) 56%, rgb(230, 242, 234) 100%);
    background-image: -o-linear-gradient(rgb(213, 224, 215) 19%, rgb(195, 207, 200) 56%, rgb(230, 242, 234) 100%);
    background-image: -moz-linear-gradient(rgb(213, 224, 215) 19%, rgb(195, 207, 200) 56%, rgb(230, 242, 234) 100%);
    background-image: -webkit-linear-gradient(rgb(213, 224, 215) 19%, rgb(195, 207, 200) 56%, rgb(230, 242, 234) 100%);
    background-image: -ms-linear-gradient(rgb(213, 224, 215) 19%, rgb(195, 207, 200) 56%, rgb(230, 242, 234) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D5E0D7', endColorstr='#E6F2EA'); /* for IE */
}

#order-summary-containter {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dadada;
    padding: 10px 15px;
    background-color: rgba(255,255,255,0.3);
}


#purchase-picks-form .control-label {
    padding-right:0;
}

#purchase_form_header {
    border-bottom: 1px solid #5F5F5F;
    margin-bottom: 15px;
    padding: 0 0 10px 0;
}

#purchase_form_header a {
    padding-top: 5px;
}

#purchase-picks-form button[type=submit] {
    margin-top: 30px;
}

.form-footer {
    padding-left: 0;
}

#purchase-form-holder {
    position: relative;
}

#purchase-form-holder .form-error {
    position:absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index:1;
}

/* Modals */

#guarantee-modal-header {
    background: url('/images/topModal_grad.png') repeat-x 0 0;
    height: 35px;
    border-bottom: 1px solid #d1d1d1;
    padding: 15px 15px 10px 15px;
}

#guarantee-modal-body {
    padding: 15px 25px 0 15px;
}

#pledgeCharacter {
    float: left;
}

#pledgeSatisfaction3 {
    float: right;
    margin-top: 15px;
}

#guaranteeP1 {
    padding-top: 15px;
}

#guarantee-modal-body p {
    font-size: 12px;
    line-height: 14px;
}

#guarantee-modal-footer {
    background-color: #fff;
    border-top: none;
}

#guaranteePL {
    padding-left: 15px;
    margin-top: -5px;
}

#whyChoose-modal-header {
    background: url('/images/topModal_grad.png') repeat-x 0 0;
    height: 35px;
    border-bottom: 1px solid #d1d1d1;
    padding: 15px 15px 10px 15px;
}

#whyChoose-modal-header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#whyChoose-modal-body {
    background: url('/images/whyGrad.png') repeat-x 0 0;
    padding: 15px;
}

#whyBulldog {
    float: left;
    margin-top: 35px;
}

#whyChoose-list li {
    background: url('/images/assets/checkbullit.png') no-repeat 0px 2px;
    padding-left: 20px;
    padding-bottom: 8px;
}

#whyChoose-modal-footer {
    background-color: transparent;
    border-top: none;
}

#diamond-banner {
    max-width: 600px; margin: 20px auto; padding: 15px; border: 1px solid #ccc; border-radius: 8px; text-align:center;
}

#diamond-banner h1 {
    font-size:40px;
}

#diamond-banner img {
    padding-top:50px; zoom: 75%;
}

#diamond-banner p {
    font-size: 16px;
}

#diamond-banner a {
    padding: 15px 0px; width:100%; font-size: 22px;
}

.reward-points-label {
    color:#fe9900;
    font-weight: bold;
}

#reward-points-toggle {
    color:#444444;
    text-decoration: none;
}
#reward-points-toggle:hover {
    color:#209106;
}


#reward-points-container {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dadada;
    padding: 10px 15px;
    background-color: rgba(255,255,255,0.5);
    width: 100%;
}


#reward-points-details {
    margin: 5px 0;
}

.reward-points-summary table {
    width: 100%;
}

.reward-points-summary tfoot {
    border-top: 1px solid #bbb;
}

.reward-points-summary tr {
    padding: 7px 0;
}

.reward-points-summary th {
    width: 50%;
    text-align: right;
}

.reward-points-summary td {
    width: 50%;
    text-align: right;
}

.reward-points-summary tfoot td {
    font-weight: bold;
}


#reward-points-info {
    display: inline-block;
    background: #fcfcfc;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
}

.sq-input {
  border: 1px solid #CCCCCC;
  margin-bottom: 10px;
  padding: 4px 12px;
  border-radius: 4px;
  width: 35%;
  height: 32px;
}

.squareup-form-group {
  margin-bottom: 5px; 
}

.sq-input--focus {
  outline-width: 5px;
  outline-color: #70ACE9;
  outline-offset: -1px;
  outline-style: auto;
}
.sq-input--error {
  outline-width: 5px;
  outline-color: #FF9393;
  outline-offset: 0px;
  outline-style: auto;
}


#purchase-form {

}

#purchase-form .form-messages {
    /*
    position: absolute;
    left: 30px;
    right: 30px;
    z-index: 2;

     */
}

#purchase-form #reward-points {
    margin: 0px;
    padding: 15px;
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    background-image: linear-gradient(to bottom,#edf6e9 0,#d8eccf 100%);
    background-image: linear-gradient(to bottom,#f6fbf4 0,#e7f3e2 100%);
    border-radius: 5px;
    color: #3c763d;
}

#purchase-form #reward-points .help-block {
    color: #3c763d;
}

#purchase-form #reward-points-btn {
    color: #3c763d;
    font-weight: bold;
    border-color: #99cc9a;
}

#purchase-form #reward-points-btn:hover {
    background: #e7f3e2;
}

.tooltip-inner {
    min-width: 100px;
    max-width: 100%;
    background: #a94442;;
}

.tooltip-arrow {
    border-top-color: #a94442;;
}

.input-group-addon1 {

    position: relative;
    background: white;
    border-left: none;
    left: -1px;
    padding-left: 14px;
    box-shadow: inset 0px 1px rgba(0,0,0,.075);
    z-index: 3;
}

.form-group {
    position: relative;
}

.input-icon {
    position: absolute;
    bottom: 0;
    right: 10px;
    line-height: 32px;
    z-index: 3;
}

.input-addon {
    position: relative;
}

.input-addon > span {
    position: absolute;
    bottom: 0;
    right: 10px;
    line-height: 35px;
    z-index: 3;
    color: #000;
}

.card-number {
    float:left;
    width: 100%;
}

.card-code {
    float:left;
    width: 49%;
}

.card-exp {
    float: right;
    width: 49%;
}

.first-name {
    float: left;
    width: 49%;
}

.last-name {
    float: right;
    width: 49%
}



#purchase-page {
    position: relative;
}

#purchase-page-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    text-align: center;
}

#purchase-page-overlay p {
    /*width: 305px;*/
    display: inline-block;
    background-color:rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    font-size: 16px;
    position: relative;
    top: 40%;
}

.toggle {
    position: relative;
}

.toggle > label::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 36px;
    height: 20px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    transition: background-color 0.3s;
}
.toggle > label::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius:50%;
    background-color: white;
    top: 1px;
    left: 1px;
    transition: left 0.3s;
}

.toggle > input[type=checkbox]:checked + label::after {
    left : 17px;
}
.toggle > input[type=checkbox]:checked + label::before {
    background-color: rgb(16, 131, 19);
}
.toggle > input[type=checkbox] {
    display : none;
}

.toggle > label {
    margin-left: 50px;
}







.toggle {
    position: relative;
}

.toggle > label::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 36px;
    height: 20px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    transition: background-color 0.3s;
}
.toggle > label::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius:50%;
    background-color: white;
    top: 1px;
    left: 1px;
    transition: left 0.3s;
}

.toggle > input[type=checkbox]:checked + label::after {
    left : 17px;
}
.toggle > input[type=checkbox]:checked + label::before {
    background-color: rgb(16, 131, 19);
}
.toggle > input[type=checkbox] {
    display : none;
}

.toggle > label {
    margin-left: 50px;
}








/* Small devices (tablets, 768px and up) */
@media (min-width: 320px) {
    #street_address {
      padding-right: 0px;
    }
    .sq-input {
      width: 96%;
      margin-bottom: 5px;
      margin-left: 15px;
    }
}
        
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #street_address {
      width: 110%;
    }
    .sq-input {
      width: 100%;
      margin-bottom: 5px;
    }
    .wd-pane {
        margin-right: 30px;
    }
    #whyChoose-list li {
        background: url('/images/assets/checkbullit.png') no-repeat 140px 2px;
        padding-left: 170px;
        padding-bottom: 8px;
    }
    .table-purchase td {
        padding:8px!important;
    }

    .table-purchase td.subscription_price_name {
        width: auto;
    }

    .table-purchase td.purchase_middle {
        border-left: none;
        text-align: center;
        width: 90px;
    }

    #diamond-banner h1 {
        font-size:50px;
    }
    #diamond-banner a {
        padding: 15px 20px; width: auto; font-size: 28px;
    }


    .card-number {
        float: left;
        width: 64%;
    }

    .card-code {
        float: left;
        width: 16%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .card-exp {
        float: left;
        width: 16%;
    }

    .card-address {
        float: left;
        width: 64%;
    }

    .card-zip {
        float: right;
        width: 34%
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #street_address {
    width: 68%
  }
  .sq-input {
    margin-bottom: 5px;
    width: 35%;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #street_address {
    width: 104%
  }
  .sq-input {
      margin-bottom: 5px;
      width: 55%;
    }

  #reward-points-container {
      width: 813px;
      margin: 0 0 0 32px;
  }
}