﻿.approval-email-body {
    background-color: #e2e1e0;
    font-family: Open Sans, sans-serif;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}
.approval-email-table {
    max-width: 600px;
    margin: 50px auto 0px;
    background-color: #fff;
    padding: 35px 50px 50px 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px 3px 0px 0px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    /* border-top: solid 10px #EmailStatusColorCode; */
    border-top: solid 10px var(--email-status-color);
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
    font-weight: 400;
}
.img-width150 {
    max-width: 150px;
}
.brief-status-msg {
    text-align: center;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    color: #FFFFFF;
    line-height: 135%;
    text-align: justify;
}
.cust-data {
    display: block;
    font-weight: bold;
    font-size: 13px
}
.cust-data-p {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 14px;
}
.reg-td {
    font-size: 14px;
    padding: 50px 15px 0 15px;
}
.regards {
    display: block;
    margin: 0 0 10px 0;
}
.data-td {
    width: 50%;
    padding: 10px;
    vertical-align: top
}
.font-20 {
    font-size: 20px
}
.height-20 {
    height: 20px;
}
.height-25 {
    height: 25px;
}
.height-50 {
    height: 50px !important;
}
.table-donotreply {
    max-width: 600px;
    margin: 0px auto 20px;
    background-color: #f3f2f2;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
.table-donotreply-td{
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    padding-left: 6.25%;
    padding-right: 6.25%;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    color: #999999;
    font-family: sans-serif;
}
.color-white {
   color: #FFFFFF;
}
.body-p {
    font-size: 14px;
    margin: 0 0 6px 0;
}
.tbody-span {
    font-weight: bold;
    display: inline-block;
    min-width: 50px
}
.approval-td {
    border: solid 1px #ddd;
    padding: 10px 20px;
}