﻿body {
    font-family: Poppins, arial, Helvetica, sans-serif;
}


.image-container {
 
    position: relative;
}

.play {
    position: absolute;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px; /*half of the width */
    margin-top: -48px; /*half of the height */
}

/* pick only the phone number to turn red */
div > h6 > .glyphicon-phone-alt + a {
    color: #ee293d;
    font-family: Poppins, arial, Helvetica, sans-serif;
}

.form-group > .btn-primary {
    transition: all .2s;
    line-height: 17px;
    padding: 13px 29px;
    font-size: 17px;
    font-weight: 600;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    background: #ee293d;
    border-color: #ee293d;
    border-width: 2px;
    
}
.form-group > .btn-primary:hover {
    background: #ffffff;
    border-color: #ee293d;
    color: #ee293d;
}

/* These are on the c_main/edit page */
.form-group > div > .btn-primary {
    transition: all .2s;
    line-height: 17px;
    padding: 13px 29px;
    font-size: 17px;
    font-weight: 600;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    background: #ee293d;
    border-color: #ee293d;
    border-width: 2px;
}

.form-group > div > .btn-primary:hover {
    background: #ffffff;
    border-color: #ee293d;
    color: #ee293d;
}



#checkout {
    transition: all .2s;
    line-height: 17px;
    padding: 13px 29px;
    font-size: 17px;
    font-weight: 600;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    background: #ee293d;
    border-color: #ee293d;
    border-width: 2px;
}

#checkout:hover {
    background: #ffffff;
    border-color: #ee293d;
    color: #ee293d;
}


.panel-body .btn-default {
    transition: all .2s;
    line-height: 17px;
    padding: 13px 29px;
    font-size: 17px;
    font-weight: 600;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    background: white;
    border-width: 2px;
    border-color: #3467c2;
    color: #3467c2;
}

    .panel-body .btn-default:hover {
        background: #3467c2;
        border-color: #3467c2;
        color: white;
    }


/* change the font for the text near the footer .. AmeriPlan® PROGRAMS ARE NOT INSURANCE!*/
h4 > strong {
    font-family: Poppins, arial, Helvetica, sans-serif;
}

div.panel-default > div.panel-heading {
    background-color: #3467c2 !important;
}

div.panel-default > div.panel-heading > h3.panel-title {
    font-family: Poppins, arial, Helvetica, sans-serif;
}

#footer2 {
    background-color: #163877;
    color: #bccae5;
    background-image: url("/Content/Images/ameriplanusa/footer-background-image-new.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

#mainFooterContent2 > h4 {
    color: #ffffff;
}

/* find and replace an image
    these with the p>img are on the c_main/create page

    2026-08-05 - every image in this file is now served from /Content/Images/ameriplanusa/.
    They used to be hotlinked from www.ameriplanusa.com/wp-content/... and
    ameriplan.wpengine.com/wp-content/... . That WordPress site is gone:
    www.ameriplanusa.com now 301s to savewithdiscounthealthcare.com and its entire
    /wp-content/ tree returns 404, as does the old wpengine origin.

    That broke the CREATE PAGE PRODUCT IMAGE. `content:` on a replaced element swaps the
    resource outright - when the replacement 404s the browser paints a broken-image icon
    and does NOT fall back to the <img src>. The local Content/Images/Product/*.jpg the
    database points at was fine the whole time; this stylesheet was covering it up.

    Do not point these back at an external host. Restored copies came from the Wayback
    Machine and live in the repo now.
*/
p > img[src*="telemedicine.jpg" i] {
    content: url("/Content/Images/ameriplanusa/telemed-visit-ipad-200x130.png")
}

p > img[src*="deluxe-plus" i] {
    content: url("/Content/Images/ameriplanusa/nurses-masks-on-200x142.png")
}

p > img[src*="swdhc-dental" i] {
    content: url("/Content/Images/ameriplanusa/dentist-showing-teeth-mirror-200x130.png")
}

/* These with the div>img are on the suborder/details page */
div > img[src*="telemedicine.jpg" i] {
    content: url("/Content/Images/ameriplanusa/telemed-infograph-image-400x383.png")
}

div > img[src*="deluxe-plus" i] {
    content: url("/Content/Images/ameriplanusa/telemed-doctor-infograph-400x383.png") 
}

div > img[src*="swdhc-dental" i] {
    content: url("/Content/Images/ameriplanusa/dentist-fingers-mouth-400x416.png")
}
/*
#productImage[src*="telemedicine" i] {
    content: url("/Content/Images/ameriplanusa/telemed-visit-ipad-200x130.png")
}
*/




/* change the product marketing text on the create page */
.myPrice {
    color: #ee293d;
    font-weight: 900;
    font-size: x-large;
    font-family: Oswald, sans-serif;
        
}
.myTitle {
    color: #173a79;
    font-weight: 700;
    font-size: large;
    font-family: Oswald, sans-serif;
}
.pricehousehold {
    color: #333333;
    font-weight: 600;
    font-size: medium;
    font-family: Poppins, arial, Helvetica, sans-serif;
}
.myDescription {
    color: #666666;
    font-size: small;
    font-family: Poppins, arial, Helvetica, sans-serif;
}

.headingline1 {
    font-family: Oswald, arial, sans-serif;
}

.well h3 {
    font-family: Oswald, Arial, sans-serif;
    color: #173a79;
}



/* add the check mark images to the ul where it shows the product details list */
p+div > ul {
    display: block;
    list-style: none;
    line-height: 28px;
    margin-left: -28px;
}
p+div > ul li {
    display: list-item;
    background: url('/Content/Images/ameriplanusa/blue-check-red-circle.png') no-repeat left 2px;
    padding-left: 30px;
}




/*
p.marketing {

}

div.marketingDiv p {
    display: none;
}


div.marketingDiv::after {
    content: '$19.95/Mo AmeriPlan Dental Plus';

}

div.marketingDiv::after::after {
    content: 'testing this';
}
*/




