/* -------------------------------------
          GLOBAL RESETS
------------------------------------- */

/*All the styling goes here*/
img {
  border: none;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

table {
  border-collapse: separate;
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
  width: 100%;
}

table td {
  font-size: 14px;
  vertical-align: top;
}

table th {
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  padding-left: 0;
  padding-right: 24px;
}

table.with_content {
  margin-bottom: 14px;
}

table.with_content td, table.with_content th {
  padding: 10px 14px;
  border-bottom: 1px solid #D6D6D6;
}

table.with_content tr:last-child td {
  border-bottom: none;
}

table.with_content td:first-child, table.with_content th:first-child {
  padding-left: 0px;
}

table.with_content th {
  color: #707070;
}

/* -------------------------------------
    BODY & CONTAINER
------------------------------------- */
/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
.body {
  margin-left: auto;
  margin-right: auto;
}

.container {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #DBDDE0 !important;
}

/* This should also be a block element, so that it will fill 100% of the .container */
.content {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 0px;
}

/* -------------------------------------
    HEADER, FOOTER, MAIN
------------------------------------- */
.main {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

.wrapper {
  box-sizing: border-box;
  padding: 20px;
}

.footer {
  background-color: #EBEBEB;
}

.footer td,
.footer p,
.footer span {
  color: #606060;
  font-size: 14px;
}

/* -------------------------------------
    TYPOGRAPHY
------------------------------------- */
h1,
h2,
h3,
h4 {
  color: #000000;
  font-family: Arial, sans-serif;
  font-weight: 600;
  margin: 0;
}

h2 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}

h1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 16px;
}

h3 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 14px;
}

p,
ul,
ol {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 14px;
}

p li,
ul li,
ol li {
  list-style-position: inside;
  margin-left: 5px;
}

a {
  color: #0071B8;
  text-decoration: underline;
}

/* -------------------------------------
    OTHER STYLES THAT MIGHT BE USEFUL
------------------------------------- */

.clear {
  clear: both;
}

hr {
  border: 0;
  border-bottom: 1px solid #6060604D;
  color: #6060604D;
  margin: 14px 0;
}

.garant_logo {
  padding-top: 5px;
  padding-left: 15px;
  max-width: 148px;
  width: 100%;
}

a.btn {
  display: inline-block;
  background-color: #0071B8;
  padding: 0px 12px;
  border-radius: 4px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  padding: 0px 12px;
  text-decoration: none;
}

/* -------------------------------------
    RESPONSIVE AND MOBILE FRIENDLY STYLES
------------------------------------- */

@media screen and (max-width: 670px) {
  .container {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .garant_logo {
    padding-top: 0 !important;
    width: 105px !important;
  }
}

@media only screen and (max-width: 620px) {
  table[class=body] h1 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
  }

  table[class=body] p,
  table[class=body] ul,
  table[class=body] ol,
  table[class=body] td,
  table[class=body] span,
  table[class=body] a {
    font-size: 16px !important;
  }

  table[class=body] .wrapper,
  table[class=body] .article {
    padding: 10px !important;
  }

  table[class=body] .content {
    padding: 0 !important;
  }

  table[class=body] .container {
    padding: 0 !important;
    width: 100% !important;
  }

  table[class=body] .main {
    border-left-width: 0 !important;
    border-radius: 0 !important;
    border-right-width: 0 !important;
  }

  table[class=body] .btn table {
    width: 100% !important;
  }

  table[class=body] .btn a {
    width: 100% !important;
  }

  table[class=body] .img-responsive {
    height: auto !important;
    max-width: 100% !important;
    width: auto !important;
  }
}

/* -------------------------------------
    PRESERVE THESE STYLES IN THE HEAD
------------------------------------- */
@media all {
  .ExternalClass {
    width: 100%;
  }

  .ExternalClass,
  .ExternalClass p,
  .ExternalClass span,
  .ExternalClass font,
  .ExternalClass td,
  .ExternalClass div {
    line-height: 100%;
  }

  .apple-link a {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-decoration: none !important;
  }

  #MessageViewBody a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
  }

  .btn-primary table td:hover {
    background-color: #34495e !important;
  }

  .btn-primary a:hover {
    background-color: #34495e !important;
    border-color: #34495e !important;
  }
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 8.5pt;
  font-weight: normal;
  font-family: "Times New Roman", serif;
  line-height: 1.2em;
}

.page-header {
  text-align: center;
}

table, th, td {
  text-indent: 0;
}

.border, hr {
  border: 1px solid black;
}

table.border, table.border th, table.border td  {
  border-collapse: collapse;
  border: 1px solid black;
}

p {
  text-indent: 1.25cm;
  line-height: 1.2em;
  margin: 0;
  text-align: justify;
}

h1 {
  font-size: 1.2em;
  margin: 0;
}

ul {
  margin: 0
}

table.properties, table.requirement {
  width: 100%
}

table.properties tr > td:nth-child(odd) {
  width: 160px;
}

table.requirement tr > td:last-child {
  width: 100px;
}

table.applicant {
  margin-top: 2em;
  width: 100%;
}

table.applicant td:first-child {
  width: 80px;
}

table.sign {
  width: 100%;
}

.sign-underline {
  border-spacing: 1em;
  border-top: 1px solid black;
  text-align: center;
}

.sign-date {
  text-align: right;
  width: 100px;
}

.sign-preview {
  width: 100px;
}

.confirmation {
  padding: 1em;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
