/* CLIENT-SPECIFIC STYLES */
body,
table,
td,
a {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

table,
td {
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
}

img {
  -ms-interpolation-mode: bicubic;
}


/* RESET STYLES */
img {
  border: 0;
  height: auto;
  line-height: 100%;
  outline: none;
  text-decoration: none;
}

table {
  border-collapse: collapse !important;
}

body {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}


/* iOS BLUE LINKS */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}


/* Custom styling */
a {
  color: #CCC;text-decoration: none;
}


/* ANDROID CENTER FIX */
div[style*="margin: 16px 0;"] {
  margin: 0 !important;
}

.shareButtons span {
  display: inline-block;
}

.shareButtons a {
  margin-left: 5px;
  margin-right: 5px;
  padding: 9px 15px 5px 15px;
  -webkit-padding-before: 7px;
  border-radius: 5px;

  background-color: #343df2;
  color: #F6F6F6;
  font-size: 1.5em;

  transition: all .3s ease;
}

.shareButtons span.shareFacebook a {
  background-color: #4267B2;
}

.shareButtons span.shareFacebook a:hover {
  background-color: #898F9C;
}

  .shareButtons span.shareFacebook a i {
    margin: 0 5px;
  }

.shareButtons span.shareTwitter a {
  background-color: #000;
  color: #FFF;
}

.shareButtons span.shareTwitter a:hover {
  background-color: #2c2d2e;
}

.shareButtons span.shareLinkedin a {
  background-color: #0a66c2;
}

.shareButtons span.shareLinkedin a:hover {
  background-color: #56687a;
}

.shareButtons span.shareWhatsApp a {
  background-color: #25D366;
}

.shareButtons span.shareWhatsApp a:hover {
  background-color: #128C7E;
}

.shareButtons span.shareAPI a {
  background-color: #e1aa04;
}

.shareButtons span.shareAPI a:hover {
  background-color: #cc9d0f;
}


.shareButtons span.shareDownload a {
  background-color: #466688;
}

.shareButtons span.shareDownload a:hover {
  background-color: #3b536d;
}

.shareButtons span.altButton a {
  padding: 10px 17px;
  -webkit-padding-before: none;

  background-color: #878793;

  font-size: 20px;
}

.shareButtons span.altButton a:hover {
  background-color: #a2a2b4;
}

.btn {

  display: inline-block;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 3px;
  padding: 12px 24px;
  border: 0;
  color: #3a4149;
  background: #e7ebee;
  line-height: 1.15;
  font-size: 16px;
  transition: all .3s ease;
}
  
.btn:hover {
  box-shadow: 0 0 0 0 #fff, 0 0 0 3px #1de9b6;
}

.ipt {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 4px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ipt:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
