﻿.required-indicator {
	color: #f00;
}

.invoice_item_row, .invoice_item_row_header {
    border-bottom: 1px solid #efefef;
    min-height: 32px;
}

.invoice_item_row_header label {
    font-weight: bold;
}

.invoice_item_row_pending label {
    color: #d3ded3;
    font-style: italic;
}

#btn_edit_card {
    width: 100%;
}

#tou_wrapper {
    background: #fff1a0;
    border: 1px solid #f9dd34;
}

#new_order_callout
{
	margin-top: 12.75px;
}

#btn_new_order
{
	margin: 0;
}

#thank_you_cta_callout
{
	margin-top: 12.75px;
}

#btn_thank_you_cta {
    margin: 0;
}

#iframe_review {
    height: 98%;
    width: 98%;
    min-height: 760px;
}

.chromeless #header, .chromeless #footer {
    display: none;
}

@media only screen and (max-width: 767px)
{
    .invoice_item_row_header {
        display: none;
    }

	.text-right-small-only {
        text-align: right;
    }

    #inc {
        width: 30%;
    }

    #plus {
        font-size: 200%;
        margin: 0 5%
    }

    #cta {
        width: 45%;
    }
}

/*This is for CTAboi related styles*/
#CTAboi_container {
    text-align: center
}

#CTAboi_header {
    font-size: 28px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 30px;
    margin: 0px 0px 20px 0px;
}

#CTAboi_p {
    text-align: left;
    width: 624px;
    margin: 0 auto 20px auto;
}

#CTAboi_promo_code {
    font-size: 18px;
    font-weight: 500;
    color: #4A4A4A;
}

#CTAboi_link_container {
    margin: 40px
}

#CTAboi_link {
    background: #1C75BB;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
}

#CTAboi_img_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#inc {
    width: 200px;
}

#plus {
    font-size: 30px;
    margin: 0 40px;
}

#cta {
    width: 300px;
    vertical-align: bottom;
}