/*LESS - mail_style.less*/
/*LESS MIXINS - mail_style*/
.def-text-color {
  color: #252525;
}
.font-family {
  font-family: 'Open Sans', sans-serif;
}
.def-fnt-size {
  font-size: 14px;
}
.mail-text-color {
  color: #285d89;
}
.mail-main-head-color {
  color: #2a5b8b;
}
.mail-bg-color {
  background-color: #285d89;
}
.no-decoration {
  text-decoration: none;
}
.color-white {
  color: #ffffff;
}
.line-ht {
  line-height: 15px;
}
.bord-collapse {
  border-collapse: collapse;
}
.txt-centr {
  text-align: center;
}
.link-clr {
  color: #295d87;
}
/*========================*/
.mail-body {
  width: 600px;
  margin: 10px auto;
  color: #252525;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
h3.mail-head {
  margin: 8px 0;
  font-size: 15px;
  font-weight: 600;
  padding: 0;
}
.mail-margin-btm {
  margin-bottom: 25px;
}
.mail-pad-left {
  padding-left: 10px !important;
}
.mail-pad {
  padding: 20px 25px !important;
}
.mail-header {
  width: 100%;
  margin-bottom: 25px;
  font-weight: 600;
  border-top: 1px solid #2a5c89;
  border-bottom: 1px solid #2a5c89;
}
.mail-header .mail-subject {
  padding: 7px;
  color: #ffffff;
  font-size: 14px;
}
.mail-header .mail-head {
  margin: 0;
  padding: 10px 0;
  font-size: 27px;
}
.mail-content {
  line-height: 18px;
  font-size: 15px;
  /*margin: 25px 0;*/
}

.mail-table {
  border: 1px solid #73b9b8;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 14px;
}
.mail-table th {
  font-weight: 600;
  border: 1px solid #73b9b8;
  padding: 8px;
  text-align: center;
}
.mail-table td {
  font-weight: 400;
  border: 1px solid #73b9b8;
  padding: 8px;
}
.mail-footer {
  border-top: 1px solid #2a5c89;
  border-bottom: 1px solid #2a5c89;
  font-size: 13px;
  padding: 7px 0;
  margin-top: 25px;
}
.mail-footer a {
  color: #295d87;
  text-decoration: none;
}
/*=======================*/
