/* Shortcode Style */
.coupon-container {
    margin: 0.2em;
    box-shadow: 0 0 5px #e0e0e0;
    display: inline-table;
    text-align: center;
    cursor: pointer;
    border-left: 1px dashed hsl(0, 100%, 100%);
    border-right: 1px dashed hsl(0, 100%, 100%);
}
.coupon-container.preview {
    float: right;
    margin-top: -80px;
    cursor: inherit;
}
.coupon-container.blue {
    background-color: #e0f7ff;
}
.coupon-container.red {
    background-color: #ffe0e0;
}
.coupon-container.green {
    background-color: #e0ffe0;
}
.coupon-container.yellow {
    background-color: #f7f7e0;
}

.coupon-container.small {
    padding: 0.3em;
    line-height: 1.2em;
}
.coupon-container.medium {
    padding: 0.4em;
    line-height: 1.4em;
}
.coupon-container.large {
    padding: 0.5em;
    line-height: 1.6em;
}

.coupon-content.small {
    padding: 0.2em 1.2em;
}
.coupon-content.medium {
    padding: 0.4em 1.4em;
}
.coupon-content.large {
    padding: 0.6em 1.6em;
}

.coupon-content.dashed {
    border: 2.3px dashed;
}
.coupon-content.dotted {
    border: 2.3px dotted;
}
.coupon-content.groove {
    border: 2.3px groove;
}
.coupon-content.solid {
    border: 2.3px solid;
}
.coupon-content.none {
    border: 2.3px none;
}

.coupon-content.blue {
    border-color: #c0d7ee;
}
.coupon-content.red {
    border-color: #eec0c0;
}
.coupon-content.green {
    border-color: #c0eec0;
}
.coupon-content.yellow {
    border-color: #e0e0c0;
}
.coupon-content .code {
    font-family: monospace;
    font-size: 1.2em;
}

.coupon-content .coupon-expire,
.coupon-content .discount-info {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
}
.coupon-content .code {
    font-weight: bold;
}

/*Shortcode fields*/
#coupon-selector #coupon-option label span {
    display: inline-block;
    width: 22%;
}
#coupon-selector #coupon-option label select {
    margin-left: -0.3em;
    width: 90px;
}
div#sc_shortcode_update {
    float: right;
}
form#sc_coupons_attributes {
    padding: 0em 1em 1em 1em;
}
div#coupon-selector {
    padding: 1em 0em;
}
#search-panel {
    margin: 5px 0px 5px 0px;
    overflow-y: auto;
    height: auto;
    max-height: 100px;
    border: 2px solid hsl(0, 0%, 83%);
}
#search-results li {
    margin-bottom: 0px;
    padding: 3px 15px;
}

/*Coupon display on Cart, Checkout and My account*/
.smart_coupons_style {
    list-style-type: none;
    background-color: hsl(120, 73%, 75%);
    margin-left: -30px;
    max-width: 80%;
    margin-bottom: -1px;
    cursor: pointer;
    padding: 8px 25px;
    color: hsl(0, 0%, 0%);
    position: relative;
    box-shadow: 0 3px 4px hsla(0, 0%, 71%, .8);
    border: 1px dashed hsl(0, 100%, 100%);
}

/* Gift Cerificate form */
input.gift_receiver_email {
    min-width: 100%;
}
p.coupon_amount_label {
    text-align: center;
}
table#gift-certificate-receiver-form thead th {
    text-align: center;
}
input#deliver_on_date {
    text-align: center;
}

/* Coupon generation form */
form#generate_coupons p.form-field input[type=checkbox] {
    width: 2%;
    margin-top: 6px;
}
form#generate_coupons p.form-field input[type=text] {
    width: 30%;
}
form#generate_coupons p.form-field input[type=number] {
    width: 10%;
}