/* Page layout */
/*html {*/
/*    background-color: #696b65;*/
/*}*/

body {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    box-shadow: 0px 20px 5px rgba(0,0,0,0.5);
}

body.general-welcome {
    max-width: 1000px;
}

body.carine-welcome {
    max-width: 752px;
    min-width: 752px;
}

.horizontal-rule-div {
    border-top: #F27121 solid 2px;
    margin-top: 50px;
}

#logo {
    width: 50%;
    max-width: 250px;
    padding: 25px;
    display: block;
    margin: auto;
}

/* Header section */
.aig-header {
  width: 85%;
}

.large-heading h1 {
    letter-spacing: 0;
    font-size: 40px;
    font-family: Arial;
    font-weight: 700;
}

.large-heading {
    margin-right: 0; margin-top: 50px; transform: none;  top: initial; left: 50px;
    max-width: 440px;
    position: absolute;
    z-index: 2;
}

/* Order confirmation */
.app-store-badge {
    height: 40px !important;
    margin-right: 15px;
}

.orange-text {
    color: #F27121;
}

.orange-text-lg {
    color: #F27121 !important;
    font-size: 24px !important;
}

.blue-text {
  color: #00A4E4;
}

.no-margin {
    margin: 0;
}

a.orange-link, a:visited.orange-link, a:hover.orange-link {
    color: #F27121;
    text-decoration: none;
}

/* General welcome message */
.img-div-carine {
    background-image: url('../img/mailer/carine_env.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    color: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 135%; /* (img-height / img-width * container-width) */
}

.img-div h1 {
    font-family: Arial;
    letter-spacing: 0;
}

.img-div p {
    color: white;
    max-width: 500px;
    margin: auto;
    line-height: 25px;
    font-size: 18px;
    padding: 0 5px;
}

.general-welcome-points .point-icon {
    text-align: center;
}

.general-welcome-points .point-text-section {
    text-align: left;
    padding-right: 90px;
}

.general-welcome-points h2 {
    font-size: 22px;
    margin: 10px 0;
}

/* "Your account is waiting for you" section */
.waiting-for-you h2 {
    font-size: 22px;
    text-align: center;
    margin-top:0;
}

.waiting-for-you .text-section {
    display: block;
    text-align: center;
    margin-top: 0;
}

.waiting-for-you .main-text {
    font-weight: 600;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.account-field {
    margin-bottom: 5px;
}

.account-field .field-name {
    font-weight: 700;
    font-size: 18px;
    margin-right: 5px;
}

.account-field .field-value {
    color: #37c3d2;
    font-weight:700;
}

/* Try Shapa section */
.try-shapa .text-section {
    margin-top: 0;
}

/* Carine Welcome Email */
#carine-envelope {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.row.carine {
    background: #f28e3d;
}

#carine-text {
    margin-top: 100px;
    padding: 0 15%;

    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
}

#carine-text-signature {
    padding: 0 15%;

    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
}

#carine-text a, #carine-text a:visited, #carine-text a:hover {
    color: #0fbbce;
    text-decoration: none;
}

#carine-text-signature a, #carine-text-signature a:visited, #carine-text-signature a:hover {
    color: #F27121;
    text-decoration: none;
}

/* Order Confirmation */
#order-details {
    margin: auto;
}

.license-key-box {
    /*
    border: 3px #ff7300 solid;
    padding: 3px 10px !important;
    */
    display: inline-block;
    font-weight: bolder !important;
    color: #ff7300;
}

.license-key-box-with-border {
    border: 2px #ff7300 solid;
    padding: 3px 10px !important;
    display: inline-block;
    font-weight: bolder !important;
    color: #ff7300;
}

/* Footer */
.footer {
    margin-top: 25px;
    font-size: 14px;
    letter-spacing: 0;
    font-family: Arial;
}

.footer .main-text {
    font-size: 14px;
    font-weight: 700;
}

.footer a, .footer a:visited, .footer a:hover {
    color: #F27121;
    text-decoration: none;
}

.email-content {
    margin: 80px;
}

.intro-text {
    text-align: left;
    width: 85%;
}

.aig-body-text {
  text-align: right;
  color: black;
}

.aig-body-link {
  color: #00A4E4;
  text-decoration: underline;
}

.email-btn {
    padding: 6px 16px;
    border-radius: 16px;
    font-size: 12px;
}

@media screen and (max-width: 1000px) {
    .general-welcome-points .point-text-section { text-align: center; padding-right: 0px; }
}

/* Override the media query in 'style.css' that hides the large heading. */
@media screen and (max-width: 550px) {
    .email-content {
        margin: 30px;
    }
    .large-heading {
        top: 100px;
        left: 5px;
    }
    .large-heading h1 {
        display: block;
        font-size: 22px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .large-heading .main-text {
        font-size: 14px;
    }
}

.circle-bullet {
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 50%;
    border: 2px solid #ff7300;
    text-align: center;
    display: flex;
    float: left;
}

.circle-bullet span {
    padding: 3px 9px;
    font-family: sans-serif;
    font-weight: 600;
}

.row-step .numbered-line, .row-step .description-row {
    margin: 0 0 15px 40px;
    padding-top: 3px;
}

.description-row .app-badge {
    max-height: 60px;
    margin: 0 25px 0 0;
}

.crossover-license-border {
    margin-left: 40px;
    margin-bottom: 10px;
}