/* Yotpo's emails CSS stylesheet */

body, td, input, textarea, button {
    font-family:Arial;
    color: #676a6c;
}

a {
    text-decoration: none;
    color: #2f84ed;
}

hr {
    border-top: 1px solid #dbddde;
    border-bottom: none;
}

.main-div {
    background-color: #eaeced;
    width: 100%;
    margin: 0;
    padding: 30px 0 30px 0;
    font-size: 15px;
}

.main-table {
    background-color: #ffffff;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: 0.1em solid #c8c8c8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.main-table .main-td {
    padding: 0;
}

.main-form {
    width: 100%;
    padding: 10px 0 20px 0;
    height: auto;
    min-height: 360px;
    color: #676a6c;
}

.input-field-title {
    text-align:left;
    font-size: 12px;
    letter-spacing: 0;
    color: #676a6c;
    padding: 5px 0;
    font-weight: 700;
}

.textarea {
    width: 99%;
    padding-left: 3px;
    height: 60px;
    font-size: 1em;
    border: solid 1px #dbddde;
    font-weight: lighter;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.header-logo {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    
    text-align:center;
}

.header-logo a {
    margin: 0 15px;
}

.displaying-incorrectly {
    font-size:11px;
}

.logo-img {
    max-width: 200px;
    max-height: 200px;
}

.submit {
    -webkit-appearance: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ffffff;
    background-color: #1cc286;
    border-radius: 3px;
    padding: 6px 13px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    text-decoration: none;
    min-height: 36px;
    min-width: 220px;
    margin-top: 15px;
}

.content-header {
    padding: 40px 15px 20px;
    letter-spacing: 0.21px;
    line-height: 21px;
    
    
    
}

.content-header p {
    margin: 0;
}

.content-bottom {
    background-color: #f8f8f8;
    padding: 10px 15px;
    border-top: 1px solid #cccccc;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.content-bottom p {
    margin: 0;
}

.unsubscribe {
    width: 100%;
    margin: 0 auto;
}

.unsubscribe p {
    margin-bottom: 0;
}

.powered-by {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px 0;
    font-weight: bold;
    letter-spacing: 0.5px
}

.gray-text-centered {
    text-align: center;
    color: #97a6b4;
    line-height: 14px;
    font-size: 11px;
    letter-spacing: -0.22px;
}

.col-centered {
    text-align: center;
}

.col-left {
    text-align: left;
}

.full-width {
    width: 100%;
}

.hello-user {
    font-weight: bold;
}

.red-text {
    color: #FF0000;
}

.spaced-lines {
    white-space: pre-wrap;
}

/* Review Requests */

.product-image {
    max-height: 130px;
    max-width: 130px;
    padding-bottom: 20px;
}

.stars-container {
    color:#fdc705;
}

.stars-container-top {
    display: inline-block;
}

.stars-container-bottom {
    display: inline-block;
}

.stars-input {
    font-size: 16px;
    letter-spacing: 0.21em;
    padding-left: 0;
}

.stars-radio-button {
    display: inline-block;
    float:left;
    margin:0px 15px 0px 0px;
}

.formless-star {
    font-size: 50px;
    width: 100%;
    height: 100%;
}

.formless-star-value {
    color: black;
    font-size: 10px;
}

.text-field {
    width: 99%;
    padding-left: 3px;
    height: 33px;
    font-size: 1em;
    border: solid 1px #dbddde;
    font-weight: lighter;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.call-to-action-text {
    font-size: 20px;
    color: #56575f;
}

/* Review Requests - Custom Fields */

.custom-fields-container {
    text-align:left;
}

.custom-field-title {
    width: 100%;
    height: 23px;
    color: #676a6c;
}

.custom-field-subtitle {
    width: 100%;
    height: 23px;
    color: #8d8d8d;
}

.custom-field-option {
    color: #8d8d8d;
    height: 23px;
}

.yotpo-rating-bar {
    width: 18px;
    height: 6px;
    padding: 0;
}

.yotpo-rating-bar-full {
    background-color: #3085C7;
}

.yotpo-rating-bar-empty {
    background-color: #E3E3E3;
}

.yotpo-rating-bar-divider {
    width: 1px;
    height: 6px;
    background-color: white;
    padding: 0;
}

.yotpo-size-bar {
    width: 18px;
    height: 6px;
    padding: 0;
}

.yotpo-size-bar-offset {
    background-color: #f04860;
}

.yotpo-size-bar-fit {
    background-color: #1cc286;
}

.yotpo-size-bar-empty {
    background-color: transparent;
    width: 16px;
    height: 4px;
    border: 1px solid #e3e3e3;
}

.yotpo-size-bar-divider {
    width: 1px;
    height: 6px;
    background-color: transparent;
    padding: 0;
}

input[type="radio"] {
    margin:0px 2px 0px 0px;
}

input[type="checkbox"] {
    margin:0px 2px 0px 0px;
}

/* Affiliations */

.affiliation-table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    margin-bottom: 15px;
}

.affiliation-product-row {
    height: 115px;
}

.affiliation-table-column {
    width: 32%;
    text-align: center;
}

.affiliation-stars {
    display: inline-block;
    margin: 0 auto;
    font-style: normal;
    font-size: 0.95em;
    white-space: nowrap;
}

.affiliation-product-image {
    display: inline-block;
    max-width: 100px;
    max-height: 100px;
    overflow: visible !important;
    border: solid 1px #dcdddf;
    border-radius: 5px;
    margin: 0 auto;
}

.affiliation-product-image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.affiliation-header {
    text-align: center;
    padding: 20px 0;
    font-size: 17px;
    letter-spacing: 0.34px;
    line-height: 21px;
    color: #525252
}

.affiliation-product-name {
    color: #56555b;
    line-height: 14px;
    font-size: 13px;
    letter-spacing: -0.22px;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    border-image-width: 0;
}

.affiliation-table-wrapper {
    width: 100%;
    margin: 0 auto;
}

.affiliation-product-link {
    text-decoration: none;
}

.affiliation-product-link p {
    margin: 0;
}

/* Questions and Answers */

.answer-separator {
    padding-top: 10px;
    padding-bottom: 10px;
}

.qa-content-separator {
    height: 20px;
}

.date-label-container {
    vertical-align: top;
    width: 85px;
}

.date-label {
    display: inline-block;
    background-color: #888888;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: white;
    padding: 3px;
    text-align: center;
}

.question-container {
    margin: 0 5px 0 5px;
    letter-spacing: 0.21px;
    line-height: 21px;
}

.question-title {
    color: #676a6c;
    font-weight: bold;
}

.answer-submit {
    background-color: #2f84ed;
}

/* Comments */

.content-body {
    font-weight: normal;
    padding: 15px;
    display: block;
}

.comment {
    font-size: 16px;
    letter-spacing: 0.21px;
    line-height: 21px;
    font-weight: bold;
    text-align: left;
}

.comment-container {
    width: 90%;
    margin: 0 auto;
}

/* Confirmations */

.confirmation-link {
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 13px;
    color: #ffffff;
    background-color: #1cc286;
    border: none;
    text-decoration: none;
}

/* Coupons */

.coupon-thank-you {
    text-align: center;
    font-size: 16px;
}

.coupon-container {
    min-height: 400px;
}

.coupon-box {
    width: 92%;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #f8f8f8;
    border: 1px dashed #b6b6b6;
    text-align: center;
}

.coupon-box-separator {
    height: 35px;
}

.coupon-box-text {
    font-family: Arial;
    color: #676a6c;
}

.coupon-discount {
    font-size: 67px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 70px;
}

.coupon-code {
    font-size: 20px;
    letter-spacing: 1px;
}
