﻿.eCardSelector {
    margin-top: 20px;
    border: 1px solid #CCC;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
}

.eCardTitle {
    background-color: #dfe0e6;
    margin: 0;
    padding: 10px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
}

    .eCardTitle .delivery_text {
        font-weight: normal;
    }

    .eCardTitle p {
        margin-bottom: 0;
    }

.eCardValue {
    padding-top: 10px;
    border-right: 1px dashed #999;
    font-size: 13px;
}

    .eCardValue p {
        margin-top: 15px;
    }

    .eCardValue label {
        margin-bottom: 0;
    }

    .eCardValue p.amount_line {
        font-size: 12px;
        font-style: italic;
        margin: 5px 0 10px 0;
    }

.eCardDesigns {
    padding-top: 10px;
}

.customize_ecard_title {
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
    margin-top: 25px;
}

.customize_form div label {
    font-size: 13px;
    font-weight: bold;
    padding-left: 1px;
    padding-bottom: 2px;
    padding-top: 15px;
    display: block;
}

.customize_form div:first-child label {
    padding-top: 2px;
}

.customize_ecard {
    border: 1px dashed #999;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 25px;
}

.customize_ecard_template img.card_border {
}

.customize_card_msg p {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}

.eCardPreview {
    position: relative;
    border: 3px solid #b2b1b0;
    margin-bottom: 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
    width: 248px;
}

.numberHolder {
    position: absolute;
    bottom: 2px;
    left: 0;
    background-color: #fff;
    color: #000;
    opacity: .8;
    width: 100%;
    padding: 8px 5px 5px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    height: 20%;
}

.ecard_continue_btn input {
    font-size: 12px;
    float: right;
    margin-right: 70px;
    padding: 3px 20px;
    margin-top: 10px;
}

.details_info {
    font-size: 12px;
    border-top: 1px solid #CCC;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}

/*OVERLAY******************/

.overlayArea {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.overlayBackground {
    background-color: #CCC;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 10;
}

.overlayHolder {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

.overlay1 {
    max-width: 580px;
    background-color: white;
    border: 6px solid #474747;
    padding: 20px 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    margin: 0 auto;
    margin-top: 100px;
}

.overlay_title p {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

    .overlay_title p.overlay_title_top {
        font-size: 20px;
        margin-bottom: 5px;
    }

.overlayHolder .numberHolder {
    padding: 5px;
}

.overlay_card_info {
    border: 1px dashed #999;
    padding: 10px 20px 10px 20px;
    margin-top: 15px;
}

.overlay_card_msg p, .customize_card_msg p {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}

.overlay_ecard_template {
    float: left;
    position: relative;
}

.overlay_button_area {
    text-align: center;
    margin-top: 25px;
}

    .overlay_button_area a {
        text-decoration: none;
        color: white;
        background: rgb(71,26,139); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: -moz-linear-gradient(top, rgba(71,26,139,1) 0%, rgba(44,14,90,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,26,139,1)), color-stop(100%,rgba(44,14,90,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(71,26,139,1) 0%,rgba(44,14,90,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(71,26,139,1) 0%,rgba(44,14,90,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(71,26,139,1) 0%,rgba(44,14,90,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(71,26,139,1) 0%,rgba(44,14,90,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#471a8b', endColorstr='#2c0e5a',GradientType=0 ); /* IE6-8 */
        display: block;
        font-size: 13px;
        width: 180px;
        padding: 15px 0 15px 0;
        margin: auto;
        margin-top: 5px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        text-align: center;
    }

        .overlay_button_area a:hover {
            background: #1c093b;
        }

.overlay_button_left {
    float: left;
    width: 219px;
}

.overlay_button_right {
    float: left;
    margin-top: 15px;
    width: 219px;
}

    .overlay_button_right a {
        padding: 20px 0;
    }

img.overlay_or {
    width: 16px;
}

.overlay_button_right p, .overlay_button_left p {
    margin-bottom: 5px;
    font-size: 16px;
    font-style: italic;
}

@media (max-width: 991px) {
    .eCardValue {
        border-right: 0;
        margin-left: -15px;
        margin-right: -15px;
        border-bottom: 1px dashed #999;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 425px) {
    .overlay1 {
        margin-top: 0;
    }

    .overlay_button_area a {
        padding: 5px 0 5px 0;
    }

    .or-area {
        display: none;
    }

    .customizeECard {
        clear: both;
    }
}