/* preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 9999;
}

#loader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #B4B4B4;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #808080;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #232323;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
html, body, a, img {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: content-box;
  font-size: 14px;
}

body > div {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body > div ~ div {
  display: inline;
}
body main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
body main > div {
  flex: 1;
}

#header {
  padding: 0 5%;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
}
#header > div:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#header > div:first-child ul {
  margin: 0;
  padding: 0;
}
#header > div:first-child li {
  display: inline;
  padding: 0 5px;
}
#header .logo {
  max-width: 80px;
  padding-right: 15px;
}
#header > div:last-child {
  text-align: right;
  margin-left: auto;
}
#header > div:last-child div a, #header > div:last-child div a:hover, #header > div:last-child div a:active {
  text-decoration: none !important;
}
#header > div:last-child div a img.img-thumbnail {
  padding: 0;
  width: 18px;
  vertical-align: middle;
  margin-bottom: 5px;
}
#header > div:last-child div .caret {
  padding-bottom: 5px;
}
#header > div:last-child > a {
  padding-left: 40px;
  vertical-align: middle;
}

#footer {
  background-color: #f4f4f4;
  color: #acacac;
  padding: 10px 10%;
}
#footer a {
  color: #acacac;
}
#footer > div:first-child {
  display: flex;
  flex-direction: row;
  padding-bottom: 30px;
  padding-top: 30px;
}
#footer > div:first-child a {
  padding: 0 15px;
}
#footer > div:first-child span:first-child {
  margin-left: auto;
}
#footer .logo {
  width: 50px;
}

main {
  padding-left: 20px;
  padding-right: 20px;
}

#error h1, #logout h1 {
  margin-bottom: 50px;
}
#error .glyphicon, #logout .glyphicon {
  font-size: 80px;
}
#error p a, #logout p a {
  text-decoration: underline;
}

#home h1 {
  margin: 40px 0;
}

#form {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
}
#form > div {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
#form > div:first-child img {
  max-width: 100%;
  max-height: 100%;
}
#form > div:first-child > div {
  position: relative;
  display: inline-block;
}
#form > div:first-child > div > div {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 15px;
}
#form form {
  max-width: 400px;
}
#form form > div:last-child .btn {
  color: white;
  border-radius: 3em;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
  appearance: none;
}

#confirm {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#confirm > div {
  margin: 0 auto;
}
#confirm > div > div:first-child > img {
  width: 95px;
}

#cards .user-infos {
  padding-bottom: 40px;
}
#cards .user-infos > div {
  display: flex;
  flex-direction: row;
}
#cards .user-infos > div > div {
  width: 50%;
}
#cards .user-infos > div > div span {
  font-size: 10px;
}
#cards .user-infos > div:first-of-type {
  border-bottom: 1px solid #d3d3d3;
}
#cards .list > div {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
#cards .list > div article {
  width: 100%;
  max-width: 300px;
  box-shadow: 0 0 5px 0 #d3d3d3;
  -webkit-box-shadow: 0 0 5px 0 #d3d3d3;
  -moz-box-shadow: 0 0 5px 0 #d3d3d3;
  margin-top: 10px;
  margin-bottom: 10px;
}
#cards .list > div article > * {
  padding-left: 10px;
  padding-right: 10px;
}
#cards .list > div article header {
  color: white;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#cards .list > div article header > div:first-child {
  flex: 1;
}
#cards .list > div article header .ic-multiple_card {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: white;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-image: url("/assets/images/multiple_card_white_label.png");
  -webkit-mask-image: url("/assets/images/multiple_card_white_label.png");
}
#cards .list > div article header span {
  font-size: 10px;
  font-weight: normal;
}
#cards .list > div article .dates, #cards .list > div article .amount {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #d3d3d3;
  padding-left: 0;
  padding-right: 0;
  margin-left: 10px;
  margin-right: 10px;
}
#cards .list > div article .dates > div, #cards .list > div article .amount > div {
  width: 50%;
}
#cards .list > div article .dates > div span, #cards .list > div article .amount > div span {
  font-size: 10px;
  font-weight: normal;
}
#cards .list > div article .dates > div:nth-child(2), #cards .list > div article .amount > div:nth-child(2) {
  text-align: right;
}
#cards .list > div article .dates > div:last-child, #cards .list > div article .amount > div:last-child {
  font-weight: bold;
  font-size: 16px;
}
#cards .list > div article .amount {
  border-bottom: none;
  margin-top: auto;
}
#cards .list > div article .amount > div {
  width: auto;
}
#cards .list > div article .amount > div:first-child {
  flex: 1;
}
#cards .list > div article .links {
  padding-top: 10px;
  padding-bottom: 10px;
}
#cards .list > div article .links a {
  border-radius: 3em;
  border-width: 1px;
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  margin: 5px 0;
  text-decoration: none;
}
#cards .list > div article.expired {
  color: #92959d;
  background-color: #f7f7f7;
}
#cards .list > div article.expired .info {
  background-color: #9f9f9f;
}
#cards .list > div article.expired .links a {
  color: #92959d;
  border-color: #dddddd;
}

#emailContent {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#emailContent email-content {
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
}
#emailContent iframe {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: none;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  height: 100%;
  width: 100%;
}
#emailContent > div:last-child {
  padding-top: 10px;
  padding-bottom: 10px;
}
#emailContent > div:last-child a {
  border-radius: 3em;
  border-width: 1px;
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  margin: 5px 0;
  text-decoration: none;
}

#physicalModal {
  display: flex;
  flex-direction: row;
}
#physicalModal > div {
  width: 50%;
}
#physicalModal .card-data {
  display: flex;
  flex-direction: row;
}
#physicalModal .card-data span:first-child {
  padding-right: 15px;
  font-weight: bold;
}

#activateModalFooter .btn-default {
  background-color: #fff;
}

#help {
  display: flex;
  flex-direction: column;
}
#help .main {
  flex: 1;
}
#help .help-footer {
  border-top: 1px solid #d3d3d3;
  padding: 10px 0 20px 0;
}
#help .help-footer .btn {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 25px;
}

@media screen and (max-width: 550px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  html, body, a, img {
    font-size: 12px;
  }

  #header {
    padding: 0 10px;
  }
  #header .logo {
    max-width: 70px;
  }
  #header > div:first-child li {
    display: list-item;
    list-style: none;
    padding: 5px;
  }
  #header > div:last-child language-dropdown {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header > div:last-child > a {
    display: block;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #footer {
    padding: 0 10px;
  }
  #footer > div:first-child {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer > div:first-child span {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  main {
    padding-left: 10px;
    padding-right: 10px;
  }

  #home h1 {
    margin: 20px 0;
  }

  #form {
    flex-direction: column;
    padding-bottom: 10px;
  }
  #form > div {
    width: 100%;
  }
  #form > div:first-child {
    text-align: center;
  }
  #form > div:last-child {
    margin-top: 20px;
  }

  #emailContent email-content {
    padding-left: 0;
    padding-right: 0;
  }

  #physicalModal {
    display: block;
  }
  #physicalModal > div {
    width: 100%;
  }
  #physicalModal .card-data {
    padding-top: 5px;
  }
  #physicalModal .card-data > span:first-child {
    width: 40%;
  }
}

/*# sourceMappingURL=app.css.map */
