.mini-product-footer:before,
.mini-product-footer:after {
  content: " ";
  display: table;
}

.mini-product-footer:after {
  clear: both;
}

.mini-product-term {
  float: left;
  width: 50%;
}

.mini-product-term span {
  color: #929292;
}

.mini-product_compact .mini-product-term {
  float: none;
  width: 100%;
}

.mini-product-link {
  float: right;
  width: 50%;
  text-align: right;
}

.mini-product-link a {
  font-weight: 600;
}

.mini-product-link a:hover {
  text-decoration: none;
}

.mini-product.has-badge {
  margin-top: 30px;
}

.mini-product-badge {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -60px;
  min-width: 120px;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px 3px 0 0;
  background-color: #3a8dff;
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.product-interest {
  line-height: 1;
  color: #1bad2b;
}

.product-interest span {
  font-size: 40px;
  font-weight: 400;
}

.product-interest small {
  font-size: 15px;
}

.product-interest.inverse {
  color: #fff;
}

.product-interest.big span {
  font-size: 50px;
  font-weight: 300;
}

@media (max-width:969px) {
  .product-interest {
    font-size: 30px;
  }
}

.single-bank-card {
  display: block;
  width: 380px;
  max-width: 100%;
  margin: 0 auto 20px;
  color: #404040;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.33);
}

.single-bank-card:hover {
  text-decoration: none;
  color: #404040;
}

.single-bank-card:hover .single-bank-card-header {
  background-size: auto 110%;
}

.single-bank-card-header {
  display: block;
  position: relative;
  padding: 20px 15px 10px 15px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  transition: background-size .5s;
}

.single-bank-card-header:before,
.single-bank-card-header:after {
  content: " ";
  display: table;
}

.single-bank-card-header:after {
  clear: both;
}

.single-bank-card-header:before,
.single-bank-card-header:after {
  content: " ";
  display: table;
}

.single-bank-card-header:after {
  clear: both;
}

.single-bank-card-header>* {
  z-index: 2;
}

.single-bank-card-header:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(160,208,244,0) 0, #404040 100%);
  background: -webkit-linear-gradient(top, rgba(160,208,244,0) 0, #404040 100%);
  background: linear-gradient(to bottom, rgba(160,208,244,0) 0, #404040 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a0d0f4', endColorstr='#024383', GradientType=0);
}

.single-bank-card-logo {
  float: left;
  max-width: 100px;
}

.single-bank-card-country {
  float: right;
  color: #fff;
  background-color: rgba(64,64,64,0.25);
  padding: 3px 10px;
  border-radius: 9999px;
}

.single-bank-card-title {
  color: #fff;
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 20px;
  line-height: 1.2;
}

.single-bank-card-content {
  padding: 15px;
  background-color: #fff;
}

.single-bank-card-desc {
  min-height: 90px;
}

.single-bank-card-badges {
  text-align: center;
  margin: 15px 0;
  min-height: 32px;
}

.single-bank-card-interest {
  margin-bottom: 0;
  text-align: center;
}

.single-bank-card-interest-number {
  color: #1bad2b;
}

.single-bank-card-interest-number ins {
  text-decoration: none;
  font-size: 35px;
  line-height: 1;
  font-weight: 300;
}

.single-bank-card-footer {
  background-color: #fff;
  border-top: 1px solid #d7d7d7;
  font-size: 17px;
  text-align: center;
}

.single-bank-card-footer-cta {
  display: block;
  padding: 10px 25px;
  font-weight: 400;
  color: #1bad2b;
}

.single-bank-card-footer-cta:hover {
  background-color: #f3f3f3;
  color: #ec5512;
  text-decoration: none;
}

@media (min-width:969px) and (max-width:1169px) {
  .single-bank-card-badges {
    min-height: 62px;
  }
}

.nav-tabs.header-tabs a {
  display: block;
  position: relative;
  text-align: center;
  padding: 10px 15px;
}

.header-tab-heading {
  color: #004b8c;
  margin: 0;
}

.header-tab-sub-heading {
  display: none;
  font-weight: 400;
}

@media (min-width:750px) {
  .header-tabs {
    text-align: center;
    font-size: 0;
  }

  .header-tabs>li {
    display: inline-block;
    float: none;
    font-size: 15px;
  }

  .header-tabs li {
    padding: 0 15px;
    min-width: 25%;
  }

  .header-tabs li:last-child a:after {
    display: none;
  }

  .header-tabs a:after {
    position: absolute;
    content: '';
    display: block;
    right: -15px;
    top: 15%;
    height: 70%;
    width: 0;
    border-right: 1px solid #d7d7d7;
  }

  .header-tab-heading {
    font-family: "Open Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: 300;
    line-height: 1.2;
    color: #004b8c;
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
  }

  .header-tab-heading small,
  .header-tab-heading .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
  }

  .header-tab-heading small,
  .header-tab-heading .small {
    font-size: 75%;
  }

  .header-tab-sub-heading {
    display: block;
    color: #404040;
    margin: 0;
  }
}

@media (max-width:750px) {
  .header-tabs-two li {
    display: inline-block;
    float: none;
    width: 49%;
    padding: 0 15px;
  }

  .header-tabs-two li:last-child a:after {
    display: none;
  }

  .header-tabs-two a {
    padding: 10px 5px !important;
  }

  .header-tabs-two a:after {
    position: absolute;
    content: '';
    display: block;
    right: -15px;
    top: 15%;
    height: 70%;
    width: 0;
    border-right: 1px solid #d7d7d7;
  }
}

.header-badge {
  bottom: -5px;
  font-size: 1.7em;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  line-height: 1.2;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.33);
}

.header-badge:hover span {
  text-decoration: underline;
}

.header-badge:after {
  border-style: solid;
  border-width: 0 5px 5px 0;
  bottom: 0;
  content: " ";
  height: 0;
  left: -5px;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.header-badge span {
  display: block;
  font-size: 15px;
}

.header-badge i:before {
  margin: 0;
}

.header-badge-image {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  z-index: 99;
}

.header-badge-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media (max-width:969px) {
  .header-badge,
  .header-badge-image {
    display: none;
  }
}

.header-badge-blue {
  background-color: #3a8dff;
  color: #fff;
}

.header-badge-blue:after {
  border-color: transparent #0059d3 transparent transparent;
}

.header-badge-yellow {
  background-color: #fddf00;
  color: #404040;
}

.header-badge-yellow:after {
  border-color: transparent #978500 transparent transparent;
}

.header-badge-orange {
  background-color: #ec5512;
  color: #fff;
}

.header-badge-orange:after {
  border-color: transparent #8d330b transparent transparent;
}

.homepage-trust-trustpilot {
  width: 120px;
  margin: 0 auto;
  height: 68px;
  overflow: hidden;
}

.footer-trustpilot {
  background-color: #f3f3f3;
  padding: 20px 0;
}

.sidebar-trustpilot {
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #eee;
  padding: 40px 20px 0;
}

.sidebar-trustpilot-header {
  display: block;
  width: 180px;
  margin: 0 auto;
}

.sidebar-trustpilot-list {
  border-top: 1px solid #d7d7d7;
}

@font-face {
  font-family: 'ws-iconset';
  src: url('fonts/ws-iconset.eot?h6siw8');
  src: url('fonts/ws-iconset.eot?h6siw8#iefix') format('embedded-opentype'),url('fonts/ws-iconset.ttf?h6siw8') format('truetype'),url('fonts/ws-iconset.woff?h6siw8') format('woff'),url('fonts/ws-iconset.svg?h6siw8#ws-iconset') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class*="fa-"] {
  font-family: 'ws-iconset' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-home:before {
  content: "\e600";
}

.fa-pencil:before {
  content: "\e60d";
}

.fa-color-sampler:before {
  content: "\e627";
}

.fa-umbrella:before {
  content: "\e63f";
}

.fa-cloud-upload:before {
  content: "\e64b";
}

.fa-cloud-download:before {
  content: "\e64c";
}

.fa-cloud-sync:before {
  content: "\e655";
}

.fa-cloud-lock:before {
  content: "\e656";
}

.fa-cloud-check:before {
  content: "\e659";
}

.fa-database:before {
  content: "\e65d";
}

.fa-shield:before {
  content: "\e667";
}

.fa-shield-check:before {
  content: "\e668";
}

.fa-shield-alert:before {
  content: "\e669";
}

.fa-shield-cross:before {
  content: "\e66a";
}

.fa-lock:before {
  content: "\e62d";
}

.fa-lock-solid:before {
  content: "\e66b";
}

.fa-rotation-lock:before {
  content: "\e66c";
}

.fa-unlock:before {
  content: "\e66d";
}

.fa-key:before {
  content: "\e66e";
}

.fa-toggle-off:before {
  content: "\e670";
}

.fa-toggle-on:before {
  content: "\e671";
}

.fa-cog:before {
  content: "\e672";
}

.fa-trash2:before {
  content: "\e681";
}

.fa-heart:before {
  content: "\e68c";
}

.fa-star:before {
  content: "\e68d";
}

.fa-solid-star:before {
  content: "\e900";
}

.fa-flag:before {
  content: "\e690";
}

.fa-at-sign:before {
  content: "\e695";
}

.fa-envelope:before {
  content: "\e696";
}

.fa-envelope-open:before {
  content: "\e697";
}

.fa-paperclip:before {
  content: "\e698";
}

.fa-paper-plane:before {
  content: "\e699";
}

.fa-box:before {
  content: "\e69f";
}

.fa-eye:before {
  content: "\e6a5";
}

.fa-eye-crossed:before {
  content: "\e6a6";
}

.fa-printer:before {
  content: "\e6b1";
}

.fa-file-empty:before {
  content: "\e6b3";
}

.fa-file-add:before {
  content: "\e6b4";
}

.fa-file-check:before {
  content: "\e6b5";
}

.fa-file-lock:before {
  content: "\e6b6";
}

.fa-files:before {
  content: "\e6b7";
}

.fa-folder:before {
  content: "\e6ba";
}

.fa-folder-search:before {
  content: "\e6bb";
}

.fa-folder-plus:before {
  content: "\e6bc";
}

.fa-folder-minus:before {
  content: "\e6bd";
}

.fa-clipboard-check:before {
  content: "\e6cc";
}

.fa-register:before {
  content: "\e6d1";
}

.fa-enter:before {
  content: "\e6d2";
}

.fa-exit:before {
  content: "\e6d3";
}

.fa-reading:before {
  content: "\e6d6";
}

.fa-license2:before {
  content: "\e6dc";
}

.fa-medal-empty:before {
  content: "\e6dd";
}

.fa-trophy2:before {
  content: "\e6e3";
}

.fa-play:before {
  content: "\e6f7";
}

.fa-picture:before {
  content: "\e70e";
}

.fa-book2:before {
  content: "\e714";
}

.fa-bookmark:before {
  content: "\e715";
}

.fa-bookmark2:before {
  content: "\e716";
}

.fa-label:before {
  content: "\e717";
}

.fa-library:before {
  content: "\e718";
}

.fa-library2:before {
  content: "\e719";
}

.fa-contacts:before {
  content: "\e71a";
}

.fa-profile:before {
  content: "\e71b";
}

.fa-portrait:before {
  content: "\e71c";
}

.fa-user:before {
  content: "\e71e";
}

.fa-user-plus:before {
  content: "\e71f";
}

.fa-user-minus:before {
  content: "\e720";
}

.fa-user-lock:before {
  content: "\e721";
}

.fa-users:before {
  content: "\e722";
}

.fa-users2:before {
  content: "\e723";
}

.fa-users-plus:before {
  content: "\e724";
}

.fa-users-minus:before {
  content: "\e725";
}

.fa-group-work:before {
  content: "\e726";
}

.fa-woman:before {
  content: "\e727";
}

.fa-man:before {
  content: "\e728";
}

.fa-woman2:before {
  content: "\e731";
}

.fa-man2:before {
  content: "\e732";
}

.fa-man-woman:before {
  content: "\e733";
}

.fa-tag:before {
  content: "\e755";
}

.fa-receipt:before {
  content: "\e757";
}

.fa-wallet:before {
  content: "\e758";
}

.fa-credit-card:before {
  content: "\e759";
}

.fa-cash-dollar:before {
  content: "\e75a";
}

.fa-cash-euro:before {
  content: "\e75b";
}

.fa-cash-pound:before {
  content: "\e75c";
}

.fa-cash-yen:before {
  content: "\e75d";
}

.fa-bag-dollar:before {
  content: "\e75e";
}

.fa-bag-euro:before {
  content: "\e75f";
}

.fa-bag-pound:before {
  content: "\e760";
}

.fa-bag-yen:before {
  content: "\e761";
}

.fa-coin-dollar:before {
  content: "\e762";
}

.fa-coin-euro:before {
  content: "\e763";
}

.fa-coin-pound:before {
  content: "\e764";
}

.fa-coin-yen:before {
  content: "\e765";
}

.fa-calculator2:before {
  content: "\e767";
}

.fa-vault:before {
  content: "\e769";
}

.fa-telephone:before {
  content: "\e76a";
}

.fa-telephone2:before {
  content: "\e777";
}

.fa-pushpin:before {
  content: "\e778";
}

.fa-pushpin2:before {
  content: "\e779";
}

.fa-map-marker:before {
  content: "\e77a";
}

.fa-map-marker-user:before {
  content: "\e77b";
}

.fa-map-marker-check:before {
  content: "\e77d";
}

.fa-compass2:before {
  content: "\e780";
}

.fa-map2:before {
  content: "\e782";
}

.fa-location:before {
  content: "\e783";
}

.fa-road-sign:before {
  content: "\e784";
}

.fa-calendar-check:before {
  content: "\e786";
}

.fa-calendar-cross:before {
  content: "\e787";
}

.fa-calendar-31:before {
  content: "\e788";
}

.fa-calendar-full:before {
  content: "\e789";
}

.fa-calendar-insert:before {
  content: "\e78a";
}

.fa-calendar-user:before {
  content: "\e78c";
}

.fa-mouse:before {
  content: "\e78d";
}

.fa-keyboard:before {
  content: "\e791";
}

.fa-delete:before {
  content: "\e794";
}

.fa-escape:before {
  content: "\e796";
}

.fa-screen:before {
  content: "\e798";
}

.fa-smartphone:before {
  content: "\e7a6";
}

.fa-tablet2:before {
  content: "\e7ac";
}

.fa-laptop:before {
  content: "\e7ad";
}

.fa-laptop-phone:before {
  content: "\e7ae";
}

.fa-desktop:before {
  content: "\e7af";
}

.fa-power-switch:before {
  content: "\e7b8";
}

.fa-power:before {
  content: "\e7b9";
}

.fa-lamp:before {
  content: "\e7bc";
}

.fa-bubble:before {
  content: "\e7d6";
}

.fa-bubbles:before {
  content: "\e7d7";
}

.fa-bubble-dots:before {
  content: "\e7d8";
}

.fa-bubble-text:before {
  content: "\e7db";
}

.fa-construction-cone:before {
  content: "\e7f7";
}

.fa-pie-chart:before {
  content: "\e7f8";
}

.fa-pie-chart2:before {
  content: "\e7f9";
}

.fa-graph:before {
  content: "\e7fa";
}

.fa-chart-growth:before {
  content: "\e7fb";
}

.fa-chart-bars:before {
  content: "\e7fc";
}

.fa-chart-settings:before {
  content: "\e7fd";
}

.fa-gift:before {
  content: "\e7ff";
}

.fa-crown:before {
  content: "\e804";
}

.fa-tree:before {
  content: "\e830";
}

.fa-footprint:before {
  content: "\e833";
}

.fa-rocket:before {
  content: "\e837";
}

.fa-balance:before {
  content: "\e839";
}

.fa-briefcase:before {
  content: "\e83a";
}

.fa-plane:before {
  content: "\e83d";
}

.fa-cube:before {
  content: "\e874";
}

.fa-icons:before {
  content: "\e87e";
}

.fa-select:before {
  content: "\e881";
}

.fa-select2:before {
  content: "\e882";
}

.fa-site-map:before {
  content: "\e883";
}

.fa-globe:before {
  content: "\e884";
}

.fa-globe-lock:before {
  content: "\e885";
}

.fa-happy:before {
  content: "\e889";
}

.fa-smile:before {
  content: "\e88a";
}

.fa-sad:before {
  content: "\e88d";
}

.fa-neutral:before {
  content: "\e893";
}

.fa-alarm:before {
  content: "\e8aa";
}

.fa-alarm-ringing:before {
  content: "\e8ad";
}

.fa-bullhorn:before {
  content: "\e8ae";
}

.fa-lan:before {
  content: "\e8b5";
}

.fa-lan2:before {
  content: "\e8b6";
}

.fa-wifi:before {
  content: "\e8b7";
}

.fa-loading:before {
  content: "\e8d0";
}

.fa-loading2:before {
  content: "\e8d1";
}

.fa-refresh:before {
  content: "\e8d3";
}

.fa-undo:before {
  content: "\e8d5";
}

.fa-redo:before {
  content: "\e8d6";
}

.fa-undo2:before {
  content: "\e8d8";
}

.fa-redo2:before {
  content: "\e8d9";
}

.fa-sync:before {
  content: "\e8da";
}

.fa-refund:before {
  content: "\e8e2";
}

.fa-history2:before {
  content: "\e8e4";
}

.fa-clock3:before {
  content: "\e8e8";
}

.fa-timer:before {
  content: "\e8ef";
}

.fa-download2:before {
  content: "\e8f5";
}

.fa-upload2:before {
  content: "\e8f6";
}

.fa-bug:before {
  content: "\e90a";
}

.fa-code:before {
  content: "\e90b";
}

.fa-link:before {
  content: "\e915";
}

.fa-unlink:before {
  content: "\e916";
}

.fa-thumbs-up2:before {
  content: "\e91b";
}

.fa-thumbs-down2:before {
  content: "\e91c";
}

.fa-share2:before {
  content: "\e920";
}

.fa-magnifier:before {
  content: "\e922";
}

.fa-zoom-in:before {
  content: "\e925";
}

.fa-zoom-out:before {
  content: "\e926";
}

.fa-cross:before {
  content: "\e92a";
}

.fa-menu:before {
  content: "\e92b";
}

.fa-list:before {
  content: "\e92c";
}

.fa-list2:before {
  content: "\e92d";
}

.fa-list3:before {
  content: "\e92e";
}

.fa-menu3:before {
  content: "\e931";
}

.fa-exclamation:before {
  content: "\e932";
}

.fa-question:before {
  content: "\e933";
}

.fa-ok:before {
  content: "\e766";
}

.fa-check:before {
  content: "\e934";
}

.fa-cross2:before {
  content: "\e935";
}

.fa-plus:before {
  content: "\e936";
}

.fa-minus:before {
  content: "\e937";
}

.fa-percent:before {
  content: "\e938";
}

.fa-chevrons-expand-vertical:before {
  content: "\e93d";
}

.fa-chevrons-expand-horizontal:before {
  content: "\e93e";
}

.fa-chevrons-contract-vertical:before {
  content: "\e93f";
}

.fa-chevrons-contract-horizontal:before {
  content: "\e946";
}

.fa-sort-up:before {
  content: "\e940";
}

.fa-sort-down:before {
  content: "\e947";
}

.fa-sort-default:before {
  content: "\e948";
}

.fa-arrow-up:before {
  content: "\e941";
}

.fa-arrow-down:before {
  content: "\e942";
}

.fa-arrow-left:before {
  content: "\e943";
}

.fa-arrow-right:before {
  content: "\e944";
}

.fa-arrow-up-right:before {
  content: "\e945";
}

.fa-info-circle:before {
  content: "\e901";
}

.fa-notification:before {
  content: "\e954";
}

.fa-warning:before {
  content: "\e955";
}

.fa-notification-circle:before {
  content: "\e956";
}

.fa-question-circle:before {
  content: "\e957";
}

.fa-question-circle-light:before {
  content: "\e76f";
}

.fa-menu-circle:before {
  content: "\e958";
}

.fa-checkmark-circle:before {
  content: "\e959";
}

.fa-cross-circle:before {
  content: "\e95a";
}

.fa-plus-circle:before {
  content: "\e95b";
}

.fa-circle-minus:before {
  content: "\e95c";
}

.fa-percent-circle:before {
  content: "\e95d";
}

.fa-arrow-up-circle:before {
  content: "\e95e";
}

.fa-arrow-down-circle:before {
  content: "\e95f";
}

.fa-arrow-left-circle:before {
  content: "\e960";
}

.fa-arrow-right-circle:before {
  content: "\e961";
}

.fa-chevron-up-circle:before {
  content: "\e962";
}

.fa-chevron-down-circle:before {
  content: "\e963";
}

.fa-chevron-left-circle:before {
  content: "\e964";
}

.fa-chevron-right-circle:before {
  content: "\e965";
}

.fa-stop-circle:before {
  content: "\e969";
}

.fa-play-circle:before {
  content: "\e96a";
}

.fa-square:before {
  content: "\e98d";
}

.fa-plus-square:before {
  content: "\e98e";
}

.fa-minus-square:before {
  content: "\e98f";
}

.fa-percent-square:before {
  content: "\e990";
}

.fa-arrow-up-square:before {
  content: "\e991";
}

.fa-arrow-down-square:before {
  content: "\e992";
}

.fa-arrow-left-square:before {
  content: "\e993";
}

.fa-arrow-right-square:before {
  content: "\e994";
}

.fa-chevron-up-square:before {
  content: "\e995";
}

.fa-chevron-down-square:before {
  content: "\e996";
}

.fa-chevron-left-square:before {
  content: "\e997";
}

.fa-chevron-right-square:before {
  content: "\e998";
}

.fa-check-square:before {
  content: "\e999";
}

.fa-cross-square:before {
  content: "\e99a";
}

.fa-menu-square:before {
  content: "\e99b";
}

.fa-prohibited:before {
  content: "\e99c";
}

.fa-hand:before {
  content: "\e9bf";
}

.fa-pointer-up:before {
  content: "\e9c0";
}

.fa-pointer-right:before {
  content: "\e9c1";
}

.fa-pointer-down:before {
  content: "\e9c2";
}

.fa-pointer-left:before {
  content: "\e9c3";
}

.fa-ellipsis:before {
  content: "\e9ea";
}

.fa-facebook:before {
  content: "\e9eb";
}

.fa-twitter:before {
  content: "\e9ec";
}

.fa-linkedin:before {
  content: "\e9ee";
}

.fa-xing:before {
  content: "\e9ef";
}

.fa-youtube:before {
  content: "\e9e9";
}

.fa-flexgeld:before {
  content: "\e9ed";
}

.fa-tagesgeld:before {
  content: "\e9f0";
}

.fa-onlineabschluss:before {
  content: "\e9f1";
}

.fa-foreign-currency:before {
  content: "\e9f3";
}

.fa-notice-account:before {
  content: "\e9f2";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-chevron-left:before {
  content: "\f104";
}

.fa-angle-left:before {
  content: "\e93b";
}

.fa-chevron-right:before {
  content: "\f105";
}

.fa-angle-right:before {
  content: "\e93c";
}

.fa-chevron-up:before {
  content: "\f106";
}

.fa-angle-up:before {
  content: "\e939";
}

.fa-chevron-down:before {
  content: "\f107";
}

.fa-angle-down:before {
  content: "\e93a";
}

.fa-download:before {
  content: "\f019";
}

.main-content {
  overflow: hidden;
  min-height: 500px;
}

.is-hidden {
  display: none !important;
}

.error__body {
  background-color: #fff;
  min-width: 200px;
  height: 100%;
  margin-top: 10%;
}

.error__container {
  margin: 0 auto;
  width: 500px;
  text-align: center;
}

.error__text {
  font-weight: bold;
  font-size: 18px;
}

.combodate select {
  display: inline-block;
  margin-bottom: 0;
}

.ssl-security {
  margin-top: 20px;
  text-align: right;
}

@media screen and (max-width:749px) {
  .ssl-security {
    text-align: left;
    padding: 0 1em;
  }
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-3 {
  margin-top: 3px;
}

.fa-24 {
  font-size: 24px;
}

.pr-25 {
  padding-right: 25px;
}

.container--form {
  margin-top: 30px;
  position: relative;
}

@media (min-width:749px) {
  a {
    color: #156cc4;
  }

  a:hover,
  a:focus {
    color: #004b8c;
  }

  .tab-content {
    margin-bottom: 0;
  }

  .tab-content .active {
    padding-bottom: 1px;
  }
}

[class*="fa-"] {
  font-family: 'ws-iconset' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form {
  margin: 0;
}

.form__section {
  padding-top: 20px;
}

.form__section-description {
  line-height: 20px;
}

.form__title {
  margin-top: 5px;
  margin-bottom: 5px;
}

.form__wrapper {
  position: relative;
}

@media screen and (max-width:749px) {
  .intl-tel-input {
    width: 100%;
  }
}

.btn-bbva-connect {
  background-color: #1973b8;
  color: #fff;
  border-radius: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  padding: 16px 32px;
  border: 0;
}

.btn-bbva-connect:hover {
  background-color: #1464a5;
}

.help__container--bbva-text {
  font-size: .9em;
}

.help__container--bbva-text a {
  color: #fff;
  text-decoration: underline;
}

.help__container--bbva-text a :hover {
  color: #fff;
  text-decoration: underline;
}

.help__container--bbva {
  background-color: #004481;
  color: #fff;
  padding: 1.5em;
}

.help__container {
  margin-top: 3em;
}

.help__container--alone {
  margin-top: 30px;
}

.product-container {
  margin-top: 50px;
}

.help__container--trust {
  text-align: center;
}

.help__container--trust .big {
  font-size: 1.2em;
}

.help__container--trust .normal {
  margin-bottom: 0;
  margin-top: 1em;
}

.help__container--trust .normal.no-space {
  margin-top: 0;
}

.help__container--trust .bold {
  font-weight: bold;
}

.help__container--trust .bold.no-space {
  margin-bottom: 0;
}

.help__container--trust .bold.no-space-top {
  margin-top: 0;
}

.help__container--trust .bold.space-top {
  margin-top: 1em;
}

.help__container--trust hr {
  margin-bottom: 2em;
}

.help__container--trust img {
  max-width: 71px;
}

.back-btn {
  border: 1px solid #004b8c !important;
  color: #004b8c !important;
  background-color: transparent;
  position: relative;
  margin-right: 10px;
}

.back-btn:hover {
  background-color: #1c69b7;
  border: solid 1px #1c69b7;
  color: #fff !important;
}

.back-btn:active {
  background-color: #004b8c;
  border: solid 1px #004b8c;
  color: #fff !important;
}

.no-padding {
  padding: 0;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.blockOverlay {
  background-color: #a7a7a7 !important;
  opacity: .3 !important;
}

.blockElement {
  background-color: transparent !important;
  border: 0 !important;
}

@media (max-width:969px) {
  .mini-product-wrapper {
    margin-left: 0;
    margin-top: 20px;
    padding-top: 0 !important;
    margin-bottom: -50px;
  }

  .mini-product-wrapper .mini-product-head {
    margin-left: 0;
  }

  .mini-product-wrapper .mini-product_compact {
    float: left;
    width: 250px;
  }

  .help__container--alone {
    display: none;
  }
}

@media (max-width:749px) {
  .help__container {
    display: none;
  }

  .container--form {
    padding: 0;
  }
}

.main-content .flag-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px !important;
}

.main-content .flag-container .typeahead-input {
  bottom: 24px;
  color: #ccd6dd;
  opacity: 1;
  padding-left: 30px;
  background-color: #fff;
  border: 0;
  height: 36px;
}

.main-content .selected-flag {
  width: 117px !important;
}

.main-content #field-phone {
  padding-left: 16px !important;
  width: 100%;
}

.main-content .country-dial-code {
  margin-left: 29px;
  padding-top: 7px;
}

.main-content .iti-arrow {
  right: 10px !important;
}

.main-content .intl-tel-input {
  position: relative;
  display: block;
  padding-left: 128px;
}

.main-content .intl-tel-input .country-list {
  border-radius: 3px;
  margin: 0 !important;
}

.main-content .intl-tel-input .country-list .divider {
  padding-bottom: 0;
  margin-bottom: 0;
}

.main-content .country-auto-complete-container.dropup {
  position: relative;
  bottom: 82px;
}

.main-content .intl-tel-input .country-list.dropup {
  bottom: 82px;
  margin-bottom: 5px !important;
  box-shadow: 0 0 0;
}

.main-content .country-auto-complete-container {
  width: 302px;
  margin-top: 8px;
  background-color: #fff;
  height: 36px;
}

.main-content .country-autocomplete-input {
  position: relative;
  padding-left: 30px !important;
  width: 100%;
  display: inline;
  background-color: #fff;
  z-index: 2;
  bottom: 63px;
  border: 1px solid #ccc !important;
}

.main-content .country-autocomplete-input:focus {
  border-color: #fff;
}

.main-content .flag-container:focus {
  border-color: #3a8dff !important;
  outline: 0;
}

.main-content .country-autocomplete-search-icon {
  position: relative;
  padding-left: 10px;
  color: #ccc;
  z-index: 3;
  top: 8px;
}

.control-label {
  padding-right: 45px;
}

.form-group-container {
  margin-left: -30px;
}

@media (max-width:969px) {
  .form__section-name {
    margin: 0;
  }

  .environment_switch-row .warning-bg {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
  }

  .environment_switch-row .warning-bg #switch-env-btn {
    margin-top: 10px;
    margin-left: -20px;
  }
}

.register-manually-box {
  padding-bottom: 300px;
}

@media (max-width:749px) {
  .environment_switch-row .warning-bg {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  .environment_switch-row .warning-bg #switch-env-btn {
    margin-top: 10px;
  }

  .form-group-container {
    margin-left: 0;
    padding: 0 30px 0 30px;
  }

  .form__section-description {
    padding: 0 20px;
  }

  .product-container {
    padding: 0 15px 0 15px;
  }

  .form-required-container {
    padding: 0 15px 0 15px;
  }

  .form-sm-group-container {
    padding: 0 15px 0 15px;
  }

  .form-sm-group-container .row {
    margin: 0;
  }

  .existing-customer-container {
    padding: 0 15px 0 15px;
  }

  .existing-customer-container .control-label {
    padding-right: 0;
    padding-left: 15px;
  }

  .login-qa-title {
    padding: 0 15px 0 15px;
  }

  .control-label {
    padding-right: 0;
    padding-left: 30px;
  }

  .form-group__mobile .control-label {
    padding-left: 0;
  }

  .form__section-name {
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
  }

  .field-label_alternative {
    padding-left: 30px;
  }

  .form__section-submit {
    padding: 0 30px 0 30px;
  }
}

@media (min-width:749px) {
  .form-group-row__two .form-control-container {
    width: 49%;
  }

  .form-group-row__two .form-control-container:first-of-type {
    margin-right: 2%;
  }

  .typeahead-input {
    bottom: 24px !important;
    color: #ccd6dd !important;
    opacity: 1 !important;
    padding-left: 30px !important;
    background-color: #fff !important;
    border: 0 !important;
    height: 36px !important;
  }

  .country-auto-complete-container.dropup {
    position: relative;
    bottom: 82px;
  }

  .intl-tel-input .country-list.dropup {
    bottom: 201% !important;
  }

  .form-group-row__two-one .form-control-container:first-of-type {
    width: 73%;
    margin-right: 2%;
  }

  .form-group-row__two-one .form-control-container:last-of-type {
    width: 25%;
  }

  .form-group-row__one-two .form-control-container:first-of-type {
    width: 25%;
    margin-right: 2%;
  }

  .form-group-row__one-two .form-control-container:last-of-type {
    width: 73%;
  }
}

.form-group-margin-bottom-x2 {
  margin-bottom: 36px;
}

.input-focus {
  border-color: #3a8dff;
}

.ssl-lock {
  padding: 0 6px 0 0;
}

@media (min-width:749px) {
  .form__section-name {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 20px;
  }

  .form__section-name .h4 {
    padding-left: 6px;
  }

  .form__section-name>span {
    position: relative;
    display: inline-block;
  }

  .form__section-name>span:before,
  .form__section-name>span:after {
    content: "";
    position: absolute;
    top: 75%;
    width: 9999px;
    height: 1px;
    background: #d5d0cc;
  }

  .form__section-name>span:before {
    right: 100%;
    margin-right: 8px;
  }

  .form__section-name>span:after {
    left: 100%;
    margin-left: 15px;
  }

  .form-group-container {
    margin-left: 0;
  }
}

.need-help-box {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #d7d7d7;
  margin-top: 25px;
}

.form-required-wrapper {
  margin-top: 30px;
  padding-right: 96px;
}

.form-required-container {
  border-top: 1px solid #d7d7d7;
  padding-top: 20px;
}

.form-required-container .ssl-container {
  padding-right: 0;
}

.form-required-container .ssl-container .form-group-row {
  padding-right: 0;
  text-align: right;
}

.flag-container .selected-flag .iti-arrow {
  display: none;
}

.flag-container:hover {
  color: #585653;
  border-color: #9f9a97;
}

.intl-tel-input .flag-container:hover .selected-flag {
  background-color: transparent !important;
}

.intl-tel-input select {
  width: 100% !important;
}

.form-control.readonly {
  background-color: #f3f3f3 !important;
}

.form-control.readonly:hover {
  border: 1px solid #ccc;
}

.form-control.readonly:focus {
  border: 1px solid #ccc;
}

.existing-customer-container {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 65px;
  padding-bottom: 30px;
}

.existing-customer-container .login-form-description {
  margin-bottom: 35px;
}

.form-group {
  margin-bottom: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.form-control {
  background-clip: padding-box;
}

.blocking-preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width:970px) {
  .form-required-wrapper {
    padding-right: 0;
  }

  .form-required-wrapper .ssl-container {
    padding-left: 0;
  }

  .form-required-wrapper .ssl-container .form-control-container {
    text-align: left;
  }
}

.mini-product-head {
  margin-top: 0;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.mini-product-wrapper {
  padding-top: 125px;
}

@media (max-width:749px) {
  .mini-product-wrapper {
    padding: 0 15px;
    margin-bottom: -50px;
  }
}

.broker--form .mini-product-wrapper {
  padding-top: 33px;
}

.combodate {
  display: inline-flex !important;
  width: 100%;
}

.combodate .day {
  width: 25% !important;
  margin-right: 4px;
}

.combodate .month {
  width: 38% !important;
  margin-right: 4px;
}

.combodate .year {
  width: 34% !important;
}

.mini-product-head {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.mini-product-header {
  padding: 25px 15px;
}

.mini-product-header .mini-product-interest {
  width: 56%;
}

.mini-product-header .mini-product-bank {
  width: 44%;
  float: right;
}

.mini-product-header .product-interest .fa-question-circle {
  font-size: 12px;
  color: #929292;
}

.mini-product_compact.empty {
  padding: 30px;
  text-align: center;
  height: 137px;
  font-size: 13px;
  color: #929292;
  border: 2px dashed #d7d7d7;
  border-radius: 3px;
  box-shadow: initial;
  background-color: transparent;
  width: 280px;
}

.mini-product_compact.empty .mini-product-header {
  display: none;
}

.mini-product_compact.empty .mini-product-footer {
  display: none;
}

.mini-product_compact.empty .close {
  display: none;
}

.mini-product_compact.empty .product-empty-content {
  display: block;
}

.mini-product_compact {
  margin-bottom: 60px;
}

.mini-product_compact .product-empty-content {
  display: none;
}

.mini-product_compact .mini-product-header {
  padding-bottom: 0;
}

.mini-product_compact .close {
  font-size: 20px;
  margin-right: 10px;
  margin-top: 5px;
}

select::-ms-expand {
  display: none;
}

.help__container--trust .service-email {
  color: #404040;
}

.form-group .help-block {
  display: none;
}

.form-group.form-group-row__invalid .help-block,
.form-group.form-group-row__warning .help-block {
  display: block;
}

.warning-bg {
  background-color: #fffbdc;
}

.form-group-row__warning.form-group-row__warning-bg {
  background-color: #fffbdc;
  padding: 10px 0;
}

.form-group-row__warning.form-group-row__warning-bg .form-group-row-validation-symbol:before {
  color: #9c851b;
}

.form-group-row__warning.form-group-row__warning-bg .help-block {
  color: #9c851b;
}

.form-group-row__warning.form-group-row__warning-bg .form-control {
  background-color: #fff;
}

.fidor-tip-container {
  border: 1px solid #d7d7d7;
  padding: 11px 11px 10px 10px;
  margin-bottom: 20px;
}

.btn-fidor {
  color: #fff;
  background-color: #84b701;
  border: 1px solid #84b701;
  white-space: inherit;
  position: relative;
  z-index: 2;
  float: right;
}

.btn-fidor:hover {
  color: #fff;
  background-color: #7dad03;
}

.btn-fidor:focus {
  color: #fff;
  background-color: #7dad03;
}

@media (max-width:969px) {
  .btn-fidor {
    margin-top: 10px;
    float: left;
  }

  .form-header-paragraph {
    padding: 0 15px 0 15px;
  }

  .form-header-container .form-header-title {
    padding: 0 15px 0 15px;
  }
}

.pr-5 {
  padding-right: 5px;
}

.form-control[disabled],
.flag-container.disabled {
  background-color: #f3f3f3 !important;
}

.login-btn {
  position: absolute;
  right: 1em;
}

.form-header-container {
  padding: 0;
  margin-top: -10px;
  border-bottom: 1px solid #d7d7d7;
}

.form-header-container .form-header-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.footer-trustbar {
  padding: 0 0 15px 0;
  margin-top: 55px;
}

.footer-trustbar--small-margin {
  margin-top: 40px;
}

.footer-disclaimer {
  margin-top: 15px;
  font-size: 13px;
  margin-left: -5px;
  padding-bottom: 20px;
}

.main-footer {
  padding: 20px 0;
  background-color: #f3f3f3;
}

.footer-links {
  list-style-type: none;
  float: left;
  padding: 0;
  margin: 0;
}

.footer-links li {
  float: left;
}

.footer-links a {
  color: #929292;
  display: block;
  padding: 5px 10px 5px 5px;
}

.footer-links a:hover {
  color: #404040;
}

.footer-logos {
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-logos li {
  float: left;
}

.footer-logos a {
  display: block;
}

.footer-logos img {
  width: 80px;
}

@media (max-width:969px) {
  .main-footer {
    padding-top: 20px;
  }

  .footer-logos {
    float: left;
    clear: left;
    margin-top: 20px;
  }
}

.small-footer {
  background-color: #f3f3f3;
  padding: 25px 0 0 0;
}

.small-footer .info-details h5 {
  margin-bottom: 5px;
  margin-top: -5px;
}

.small-footer hr {
  margin: 7px 0 10px 0;
}

.small-footer .imprint-list {
  margin-left: 0;
  margin-bottom: 12px;
}

.small-footer .imprint-list a {
  text-decoration: none;
}

.small-footer .list-inline>li {
  padding: 0;
}

.small-footer .tuvsiegel {
  margin-left: 0;
  text-align: left;
}

.small-footer .tuvsiegel img {
  width: 90px;
  height: 41.4px;
  margin-bottom: 12px;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

.alert h4 {
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  border-color: #daf3cb;
  background-color: #e5f8e0;
  border-color: #e5f8e0;
  color: #1bad2b;
}

.alert-success hr {
  border-top-color: #cbefb6;
}

.alert-success .alert-link {
  color: #148120;
}

.alert-success hr {
  border-top-color: #cbefb6;
}

.alert-success .alert-link {
  color: #148120;
}

.alert-info {
  border-color: #cce4f2;
  background-color: #e8f0f9;
  border-color: #e8f0f9;
  color: #004b8c;
}

.alert-info hr {
  border-top-color: #b7d9ec;
}

.alert-info .alert-link {
  color: #003059;
}

.alert-info hr {
  border-top-color: #b7d9ec;
}

.alert-info .alert-link {
  color: #003059;
}

.alert-warning {
  border-color: #9c851b;
  background-color: #fffbdc;
  border-color: #fffbdc;
  color: #9c851b;
}

.alert-warning hr {
  border-top-color: #867217;
}

.alert-warning .alert-link {
  color: #716013;
}

.alert-warning hr {
  border-top-color: #867217;
}

.alert-warning .alert-link {
  color: #716013;
}

.alert-danger {
  border-color: #f6ced1;
  background-color: #fae6e4;
  border-color: #fae6e4;
  color: #922c1c;
}

.alert-danger hr {
  border-top-color: #f2b9bd;
}

.alert-danger .alert-link {
  color: #671f14;
}

.alert-danger hr {
  border-top-color: #f2b9bd;
}

.alert-danger .alert-link {
  color: #671f14;
}

.has-icon .alert-inner {
  text-align: center;
  position: relative;
  padding-top: 70px;
  padding-left: 0;
  min-height: 50px;
  overflow: hidden;
}

.has-icon .alert-inner:before {
  position: absolute;
  display: block;
  content: ' ';
  top: 10px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  -webkit-background-size: 100%;
  background-size: 100%;
}

@media (min-width:749px) {
  .has-icon .alert-inner {
    text-align: left;
    position: relative;
    padding-left: 70px;
    padding-top: 0;
  }

  .has-icon .alert-inner:before {
    left: 15px;
    top: 5px;
    margin-left: 0;
  }
}

.has-icon.alert-info .alert-inner:before {
  background: transparent url(../img/ic_notification.png) no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.has-icon.alert-warning .alert-inner:before {
  background: transparent url(../img/ic_info.png) no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.has-icon.alert-success .alert-inner:before {
  background: transparent url(../img/ic_success.png) no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.has-icon.alert-danger .alert-inner:before {
  background: transparent url(../img/ic_alert.png) no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.alert-success {
  color: #017301;
  border-color: #1bad2b;
}

.alert-danger {
  border-color: #922c1c;
}

.alert-info {
  border-color: #004b8c;
}

.summary__heading {
  margin: 0 0 20px 0;
}

.summary__table {
  border: 1px solid #d7d7d7;
  overflow: hidden;
  margin: 25px 0;
  width: 100%;
}

.gray-bg {
  background-color: #f5f4f0 !important;
}

.summary__wrapper {
  margin: 25px 0 30px 0;
}

.summary__data {
  vertical-align: top;
  width: 60%;
  padding: 20px;
}

.summary__data.form_row .has-check {
  float: none;
  max-width: 100%;
}

.summary__data.form_row--valid .has-check-validation {
  display: none;
}

.summary__data--gray {
  background-color: #f3f3f3;
  padding-left: 10px;
  width: 40%;
  min-width: 300px;
}

.summary__data-box {
  float: left;
  width: 50%;
  min-width: 250px;
  padding-right: 1em;
}

@media screen and (max-width:749px) {
  .summary__data-box {
    float: none;
    width: auto;
    min-width: inherit;
  }
}

.summary__data-box--link {
  clear: left;
}

@media (max-width:749px) {
  .summary__data {
    width: 100%;
    display: block;
  }

  .sm-product-container {
    margin-right: 0;
    padding: 10px 20px;
  }

  .form__wrapper--summary .inside-full-height {
    padding-left: 20px;
  }

  .form__wrapper--summary .single-bank-card {
    margin-top: 20px;
  }

  .form__wrapper--summary .summary__important-wrapper {
    padding: 20px;
  }
}

.summary__legal-container {
  margin-left: 29px;
}

.summary__button_container,
.summary__security {
  text-align: center;
  margin-top: 2em;
}

.summary__section {
  float: left;
  min-width: 50%;
  margin-bottom: 10px;
}

.summary__row {
  margin-bottom: 15px;
}

.summary__label {
  display: block;
  font-weight: bold;
  cursor: default;
  margin-bottom: 0;
}

.summary__value {
  line-height: 1.6;
}

.mb-15 {
  margin-bottom: 15px;
}

.breakable-text {
  word-break: break-all;
}

.summary__important-wrapper {
  padding: 30px 80px;
  margin-top: 20px;
  border: 1px solid #d7d7d7;
}

@media (max-width:749px) {
  #summary-container {
    padding: 0;
  }

  #summary-container .summary__wrapper {
    border: 0;
  }

  #summary-container .form__title {
    padding: 0 20px;
    text-align: left;
    margin-bottom: 0;
  }

  #summary-container .sm-product-container {
    margin-right: 0;
    padding: 10px 20px;
  }
}

.form__wrapper--summary {
  padding-top: 15px;
}

.form__wrapper--summary .h3.form__title {
  margin-bottom: 70px;
  margin-top: 50px;
  text-align: center;
}

.form__wrapper--summary .single-bank-card {
  width: auto;
}

.form__wrapper--summary #button-submit {
  width: 100%;
}

.inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

@media (max-width:749px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-xs-top {
    vertical-align: top;
    padding: 0;
  }

  .col-xs-middle {
    vertical-align: middle;
  }

  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width:768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-sm-top {
    vertical-align: top;
    padding: 0;
  }

  .col-sm-middle {
    vertical-align: middle;
  }

  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width:992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-md-top {
    vertical-align: top;
  }

  .col-md-middle {
    vertical-align: middle;
  }

  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width:1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-lg-top {
    vertical-align: top;
  }

  .col-lg-middle {
    vertical-align: middle;
  }

  .col-lg-bottom {
    vertical-align: bottom;
  }
}

.padding-20 {
  padding: 20px;
}

.summary__wrapper a {
  color: #156cc4;
  text-decoration: none;
}

.summary__wrapper a:hover {
  color: #004b8c;
  text-decoration: none;
}

.sm-product-container {
  border: 1px solid #d7d7d7;
  padding: 10px 40px;
  margin-bottom: 32px;
  margin-right: 30px;
}

.sm-product-container .sm-product-rate {
  font-size: 22px;
  color: #1bad2b;
}

.summary-shadow-box {
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.33);
  background-color: #fff;
}

.legal-container .form-group {
  margin-bottom: 0;
}

.legal-container p {
  margin-bottom: 0;
}

.identification__wrapper {
  margin-top: 40px;
}

@media (max-width:969px) {
  .identification__wrapper {
    padding: 0;
  }
}

@media (max-width:969px) {
  .identification-tabs-wrapper {
    padding: 0;
  }
}

.identification__tab {
  display: block;
  position: relative;
  padding: 15px 15px 15px 100px;
  margin: 0 0 5px;
  min-height: 110px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.identification__tab img {
  display: block;
}

.identification__tab .identification__tab-image-white {
  display: none;
}

.identification__tab a {
  display: none;
}

.identification__tab h4 {
  margin-top: 0;
}

.identification__tab.active-method {
  background-color: #156cc4;
  color: #fff;
  display: block;
}

.identification__tab.active-method .identification__tab-image-white {
  display: block;
}

.identification__tab.active-method .identification__tab-image-black {
  display: none;
}

.identification__tab.active-method h4 {
  color: #fff;
}

.identification__tab-images {
  position: absolute;
  left: 10px;
  width: 80px;
  top: 10px;
}

.identification__content-inner {
  padding: 15px 25px;
}

.identification__content-mobile .identification__content-inner {
  padding-bottom: 0;
}

.identification__content {
  display: none;
}

.identification__content.active-content {
  display: block;
}

.identification__content-title {
  text-align: center;
}

.postident-row {
  border: 1px solid #d7d7d7;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px 10px;
}

.postident-row:first-child {
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.33);
  background-color: #fff;
  margin-top: 40px;
}

.postident-row:last-child {
  margin-bottom: -23px;
}

.identification__content-postident-step-logo {
  margin: 0 auto;
}

.identification__content-postident-step-logo img {
  max-height: 100%;
}

.identification__content-postident-step-number {
  display: none;
}

.identification__content-heading-computer {
  margin: 0 0 20px;
}

.identification__content-heading-computer h3 {
  text-align: center;
  margin-bottom: 30px;
}

.identification__content-computer-form .well {
  overflow: hidden;
}

.identification__content-computer-form-end-submit {
  margin-top: 15px;
  text-align: center;
  float: right;
}

.identification__content-computer-form-end-submit .btn {
  margin-bottom: 20px;
}

.identification__content-computer-step {
  padding: 25px 25px 25px 0;
  position: relative;
  border: 1px solid #d7d7d7;
  margin-bottom: 20px;
}

.identification__content-computer-img {
  display: none;
}

.identification__content-mobile .well {
  background-color: transparent;
}

.identification__content-mobile .well label {
  font-weight: bold;
  cursor: text;
  margin-bottom: 15px;
}

.sms-alert-wrapper .alert {
  display: none;
  margin-bottom: -20px;
}

.sms-success .sms-alert-wrapper .alert-success {
  display: block;
  margin-bottom: 30px;
}

.sms-error .sms-alert-wrapper .alert-danger {
  display: block;
  margin-bottom: 30px;
}

.identification__content-mobile-download .or {
  display: none;
}

.identification__mobile-sms-form-container {
  display: none;
}

.direct-download {
  text-align: center;
}

.direct-download h6 {
  color: #404040;
}

.direct-download a {
  display: inline-block;
}

.idnow-iphone-container {
  display: none;
}

.idnow-iphone {
  display: block;
  margin: 100px auto 0;
}

.identification__content-mobile-session-number {
  text-align: center;
}

.identification__content-mobile-session-number .h6 {
  margin-bottom: 0;
  color: #404040;
}

.identification__content-mobile-session-number .h3 {
  text-align: center;
  padding: 3px;
  background-color: #fff;
  border: 2px solid #d7d7d7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.identification__content-mobile-session-number img {
  display: none;
}

#step2-success {
  margin-top: 55px;
}

.identification__out_of_office-alert,
.identification__no-webcam-alert {
  display: none;
}

.identification__out_of_office .identification__out_of_office-alert {
  display: block;
}

.identification__out_of_office .identification__content-computer-form {
  display: none;
}

.identification__no-webcam .identification__no-webcam-alert {
  display: block;
}

.identification__no-webcam .identification__content-computer-form {
  display: none;
}

@media (min-width:749px) {
  .identification__tabs-wrapper {
    text-align: center;
  }

  .identification__tab {
    padding: 15px 15px 15px 100px;
    cursor: pointer;
    text-align: left;
    display: block;
    vertical-align: top;
    border: 1px solid #d7d7d7;
  }

  .identification__tab .identification__tab-images {
    position: absolute;
    left: 10px;
    width: 80px;
    top: 10px;
  }

  .identification__tab img {
    display: block;
    margin: 0 auto;
  }

  .identification__tab h4 {
    margin-bottom: 8px;
  }

  .identification__tab p {
    margin-bottom: 0;
  }

  .identification__tab:hover.identification__tab:not(.active-method) {
    background-color: #f3f3f3;
  }

  .identification__tab:hover.identification__tab:not(.active-method) a {
    text-decoration: underline;
  }

  .identification__tab.active-method {
    border-color: #156cc4;
    display: inline-block;
  }

  .identification__tab.active-method a {
    opacity: 0;
  }

  .identification__tab.active-method h4 {
    color: #fff;
  }

  .identification__tab.active-method:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #156cc4;
    border-width: 20px;
    margin-top: -20px;
  }

  .identification__content-postident-step {
    text-align: left;
  }

  .identification__content-postident-step-logo {
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -50px;
    background-color: #fff;
    width: 100px;
    height: 100px;
    color: #d7d7d7;
    text-align: center;
    font-size: 4em;
    line-height: 1.8;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
  }

  .identification__content-computer-img {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    max-height: 90px;
    max-width: 90px;
  }

  .identification__content-computer-form-end:before,
  .identification__content-computer-form-end:after {
    content: " ";
    display: table;
  }

  .identification__content-computer-form-end:after {
    clear: both;
  }

  .identification__content-computer-form-end:before,
  .identification__content-computer-form-end:after {
    content: " ";
    display: table;
  }

  .identification__content-computer-form-end:after {
    clear: both;
  }

  .identification__content-computer-form-end .has-check label {
    width: 50%;
    float: left;
  }

  .identification__content-computer-form-end .identification__content-computer-form-end-submit {
    float: right;
    width: 30%;
  }

  .identification__mobile-sms-form-container {
    position: relative;
  }

  .identification__mobile-sms-form-container .or {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #f3f3f3;
    z-index: 10;
  }

  .identification__mobile-sms-form-container .or .or-wrap {
    position: relative;
  }

  .identification__mobile-sms-form-container .or span {
    text-align: center;
    display: block;
    width: 50px;
    height: 26px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 14px;
    padding: 2px;
    color: #fff;
    background-color: #929292;
  }

  .identification__content-mobile .well {
    min-height: 168px;
    background-color: #eee;
  }

  .identification__mobile-sms-form-container {
    display: block;
  }

  .direct-download {
    text-align: center;
  }

  .direct-download h6 {
    color: #404040;
  }

  .direct-download a {
    display: inline-block;
    margin-top: 30px;
  }

  .idnow-iphone-container {
    display: block;
  }

  .identification__content-mobile-session-number {
    text-align: left;
    position: relative;
  }

  .identification__content-mobile-session-number img {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 140px;
  }

  .identification__out_of_office-alert .alert-inner {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width:749px) and (max-width:969px) {
  .identification__tab {
    width: 49%;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
  }

  .identification__tab.active-method {
    border-color: #156cc4;
    display: inline-block;
  }

  .identification__tab.active-method:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #156cc4;
    border-width: 20px;
    margin-left: -20px;
    margin-top: 0;
  }

  .identification__tab:first-child {
    margin-right: 1%;
  }
}

@media (max-width:969px) {
  .identification__tab.identification__tab-computer {
    display: none;
  }

  .idnow-id-container {
    margin-bottom: 40px;
  }

  .identification__content-computer-step .col-md-10 {
    padding-left: 40px;
  }

  .postident-row .col-md-10 {
    text-align: center;
  }
}

@media (max-width:749px) {
  .idnow-id-container {
    width: 100% !important;
  }
}

.welcome__help-section {
  margin-top: 100px;
}

.alert h4 {
  margin-top: 12px;
}

.or-circle-block {
  text-align: center;
  display: table;
}

.or-circle-block .or-circle-container {
  display: table-cell;
  vertical-align: middle;
  height: 130px;
}

.or-circle {
  background-color: #f3f3f3;
  border-radius: 200px;
  color: #404040;
  height: 60px;
  width: 60px;
  display: table;
  margin: auto;
}

.or-circle p {
  vertical-align: middle;
  display: table-cell;
}

.idnow-id-container {
  width: 292px;
  height: 60px;
  border-radius: 3px;
  background-color: #f5f4f0;
  box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.1);
  border: solid 1px #d5d0cc;
  font-size: 35px;
  color: #004b8c;
  font-weight: 100;
  text-align: center;
}

#mobile-session-form .sg-box-white-bordered.pb-0 {
  padding-bottom: 0;
  margin-bottom: -23px;
}

.identification__success-callback .fa-envelope-open,
.identification__success-callback .fa-cash-euro {
  font-size: 50px;
  color: #004b8c;
}

.identification__success-callback .bankingcheck-rating-title {
  color: #004b8c;
  font-size: 16px;
  padding-bottom: 10px;
}

.sms-wrapper {
  background-color: rgba(255,255,255,0.8);
  border: 1px solid #d7d7d7;
  padding: 10px 0 5px 0;
}

@media (min-width:969px) {
  .identification__mobile-sms-form .form-group {
    margin-bottom: 10px;
  }

  .sms-wrapper {
    padding: 15px 20px;
  }

  .idnow-stores-container {
    display: table-cell;
    vertical-align: middle;
  }

  .idnow-stores-container .store-element {
    height: 44px;
  }

  .idnow-stores-wrapper {
    height: 130px;
    display: table;
  }
}

#identification__tab-computer {
  margin-bottom: -15px;
}

.sms-alert-container {
  margin-top: 20px;
}

.mb-0-i {
  margin-bottom: 0 !important;
}

.btn-sg-default {
  background-color: #d7d7d7;
}

@media (max-width:969px) {
  #webcam-session-form {
    padding: 0 15px;
  }

  #webcam-session-form .identification__content-computer-step {
    border: 0;
    border-top: 1px solid #d7d7d7;
    margin-bottom: 0;
  }

  #webcam-session-form .identification__content-computer-step .col-md-10 {
    padding-left: 15px;
  }

  #webcam-session-form .identification__content-computer-form-end-submit {
    float: none;
  }

  .sms-wrapper {
    border: 0;
  }

  .sg-box-white-bordered {
    border: 0;
  }

  #mobile-session-form .sg-box-white-bordered.pb-0 .col-md-6 {
    padding: 0;
  }

  .postident-row {
    border: 0;
    border-top: 1px solid #d7d7d7;
  }

  .postident-row:first-child {
    box-shadow: initial;
    border-top: 0;
  }

  #identification__tab-postident .row {
    padding: 0 15px;
  }
}

@media (max-width:969px) {
  .idnow-app-start {
    margin-top: -20px;
  }
}

.identification__success-callback-list {
  list-style-type: none;
  margin: 10px;
  padding: 0;
}

.identification__success-callback-list li {
  position: relative;
  padding: 10px 10px 10px 100px;
  min-height: 90px;
}

.identification__success-callback-list li img {
  position: absolute;
  width: 90px;
  left: 0;
  top: 0;
  max-height: none;
}

.identification__failure-callback,
.identification__success-callback {
  margin: 40px 0;
}

.identification__failure-home-button {
  margin: 40px 0;
  overflow: hidden;
}

.identification__failure-service {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.identification__failure-service li {
  position: relative;
  padding-left: 30px;
}

.identification__failure-service li>i {
  position: absolute;
  left: 7px;
  top: 4px;
}

.footer-trustbar .stars-rating {
  margin-top: -4px;
}

.footer-trustbar .trustbar-element {
  text-align: center;
  margin-top: 45px;
}

@media (max-width:969px) {
  .sm-padding {
    padding: 0 15px 0 15px;
  }
}

.documents__info-column {
  float: right;
  width: 30%;
  padding-left: 1em;
}

.documents__wrapper {
  margin-right: 30%;
}

.documents__section-wrapper {
  width: 50%;
}

.documents__section-wrapper--left {
  float: left;
  padding-right: 5px;
}

.documents__section-wrapper--right {
  float: right;
  padding-left: 5px;
}

.documents__section {
  min-height: 621px;
}

.documents__section .fa-question-circle {
  color: #929292;
}

@media screen and (max-width:749px) {
  .documents__section-wrapper {
    float: none;
    width: 100%;
    padding: 5px;
  }

  .documents__section {
    min-height: 621px;
    padding: 20px 0;
    border: 0;
  }
}

.documents__section-number {
  color: #fff;
  background-color: #004b8c;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
}

.documents__section-headline {
  color: #004b8c;
}

.documents__section-headline * {
  margin-right: .5em;
}

.documents__section-headline h4,
.documents__section-headline .fa {
  display: inline-block;
  line-height: 20px;
}

.documents__section-headline .fa {
  position: relative;
  top: -3px;
}

.documents__section-body {
  margin-left: 52px;
}

.documents__id-icon {
  display: block;
  margin: 0 auto;
  width: 108px;
  height: 33px;
  margin-top: 1em;
}

.upload__list {
  list-style: none;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
}

.upload__input {
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
  position: absolute;
  left: -2000px;
}

.upload__element {
  height: 36px;
  position: relative;
  margin-bottom: 1em;
}

.upload__element:last-child {
  margin-bottom: 0;
}

.upload__pseudo-button-icon {
  display: none;
}

.upload__button--delete {
  display: none;
  font-family: "ws-iconset";
  position: absolute;
  right: 0;
  top: 0;
  color: #922c1c;
  background-color: #fae6e4;
  padding: 8px 30px;
}

@media (max-width:749px) {
  .upload__button--delete {
    padding: 8px 7px;
  }

  .upload__pseudo-button {
    padding: 8px 7px;
  }

  .upload__pseudo-button-icon {
    display: block;
  }

  .upload__pseudo-button-text {
    display: none;
  }

  .upload__label {
    width: 87% !important;
  }
}

.upload__element--not-empty .upload__button--delete {
  display: block;
}

.upload__element--not-empty .upload__pseudo-button {
  display: none;
}

.upload__submit {
  display: block;
  margin-top: 30px;
  float: right;
}

.transfer__box {
  width: 75%;
  border: 1px solid #d7d7d7;
  padding: 1.5em;
  margin: 0 auto;
  position: relative;
  left: -25px;
}

.transfer__arrow {
  width: 146px;
  height: 66px;
  display: block;
  margin: 1em auto;
  position: relative;
  left: -25px;
}

.transfer__line {
  margin: .5em 0;
}

.transfer__label {
  display: inline-block;
  width: 7em;
}

.transfer__value {
  font-weight: bold;
}

.transfer__headline {
  color: #004b8c;
  font-weight: bold;
}

.transfer__headline .fa-user {
  position: relative;
  top: 4px;
}

.transfer__bottom {
  margin-top: 2em;
}

.documents__section--accepted .documents__section-number {
  background-color: #1bad2b;
  font-family: "ws-iconset";
}

.documents__section--accepted h4,
.documents__section--accepted i {
  color: #1bad2b;
}

.documents__section--rejected .documents__section-number {
  background-color: #922c1c;
}

.documents__section--rejected h4,
.documents__section--rejected i {
  color: #922c1c;
}

.upload__dialog-help {
  width: 48%;
  float: left;
}

.upload__dialog-submit {
  width: 48%;
  float: right;
}

.upload__help-close {
  display: block;
  margin: 0 auto;
}

.upload__label {
  overflow: hidden;
  width: 80%;
}

.upload__label.form-control:hover {
  border: 1px solid #d7d7d7;
}

.upload__pseudo-button {
  display: block;
  position: absolute;
  right: 0;
  top: -1px;
}

.upload__pseudo-input {
  line-height: 24px;
  overflow: hidden;
  height: 25px;
  display: inline-block;
}

.documents__certificates {
  float: right;
}

.documents__certificates img {
  margin: 0 2em 0 2em;
}

@media (max-width:749px) {
  .documents__certificates {
    float: none;
    margin-bottom: 1em;
  }

  .documents__section-body {
    margin-left: 0;
  }

  .transfer__box {
    left: inherit;
    width: inherit;
  }

  .transfer__label,
  .transfer__value {
    display: block;
  }

  .transfer__arrow {
    left: inherit;
  }
}

@media (max-width:1169px) {
  .transfer__box {
    width: inherit;
  }

  .transfer__label,
  .transfer__value {
    display: block;
  }
}

.upload__done-img {
  display: block;
  margin: 1em 0;
}

.shadow-box {
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.33);
  background-color: #fff;
}

.documents--europe h4 i {
  position: relative;
  top: 2px;
}

.documents--europe .fa-question-circle-light {
  color: #929292;
}

.documents--europe .account-headline {
  color: #404040;
  margin: 0;
}

.documents--europe .documents-upload-col .shadow-box,
.documents--europe .documents-reference-col .shadow-box {
  padding: 25px 30px;
}

.documents--europe .transfer-box-container {
  height: 130px;
}

.documents--europe .transfer-box-container .transfer__label {
  width: 3em;
}

.documents--europe .transfer-bank-container {
  margin-top: 80px;
  margin-bottom: 20px;
  background-image: url("img/keytrade_bg.png");
  background-repeat: no-repeat;
  background-position: right top;
}

.documents--europe .need-info-container {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 30px;
}

.documents--europe .documents-privacy-container .fa-shield-check {
  font-size: 40px;
  margin-top: 10px;
}

.fr_FR .upload__button--delete {
  width: 99px;
}

.fr_FR .upload__label {
  width: 79%;
}

.one_e_transfer .investment-amount {
  position: relative;
  top: -97px;
}

@media (max-width:376px) {
  .one_e_transfer {
    margin-top: -15px;
  }

  .documents--europe .transfer-box-container {
    height: 165px;
  }

  .documents--europe .transfer-box-container .transfer__value {
    word-break: break-all;
  }
}

.documents-privacy {
  font-size: 13px;
}

.iphone-image {
  margin-bottom: -6px;
  padding-top: 70px;
  padding-left: 50px;
}

.utility-upload-container {
  margin: 20px -20px 0 -20px;
  padding-bottom: 20px;
}

.round-icon-sm {
  width: 24px;
  height: 24px;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  background-color: #004b8c;
  display: inline-block;
  text-align: center;
  border: 1px solid #d7d7d7;
  border-radius: 99999px;
}

.documents__section-1.utility-upload-enabled {
  padding-bottom: 0 !important;
  background-color: #f3f3f3;
}

.documents__section.utility-upload-enabled .round-icon-sm {
  display: inline-block;
}

.documents__section.utility-upload-disabled .round-icon-sm {
  display: none;
}

.documents-upload-container,
.upload-success-container {
  background-color: #fff;
  margin: -20px;
  padding: 20px 20px 100px 20px;
}

.upload-success-container {
  padding: 20px;
}

#step2-success.utility-upload-disabled {
  display: none;
}

@media (max-width:992px) {
  .de_AT .header-customer-support {
    margin-top: 0;
    text-align: right;
    padding-top: 14px;
  }
}

@media (max-width:749px) {
  .de_AT .mhb-bank-header-logo {
    float: right;
    width: 110px;
    margin-top: 10px;
  }

  .de_AT .mhb-bank-header-logo-container {
    padding-right: 0;
  }
}

.mhb-bank-header-logo {
  margin-top: 6px;
}

.header-customer-support {
  padding-top: 12px;
  padding-bottom: 6px;
}

.header-container-a .header-bank-partner-container {
  float: left;
  height: 40px;
  width: 180px;
  margin: 0 0 5px 30px;
}

.header-container-a .header-bank-partner-container .co-operation-with {
  font-size: 13px;
}

.header-container-a .header-bank-partner-container .partner-bank-logo {
  width: 110px;
  height: 25px;
}

.partner-bank-container-sm {
  display: none;
}

@media (max-width:749px) {
  .partner-bank-container-sm {
    display: block;
    width: 200px;
    font-size: 13px;
  }
}

.intl-tel-input {
  position: relative;
  display: inline-block;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 48px;
  margin-left: 0;
  transition: background-color 100ms ease-out;
}

.intl-tel-input input.iti-invalid-key {
  transition: background-color 0s;
  background-color: #FFC7C7;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1px;
}

.intl-tel-input .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input .flag-container:hover .selected-flag {
  background-color: rgba(0,0,0,0.05);
}

.intl-tel-input input[disabled]+.flag-container:hover,
.intl-tel-input input[readonly]+.flag-container:hover {
  cursor: default;
}

.intl-tel-input input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input input[readonly]+.flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 42px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 4px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  list-style: none;
  position: absolute;
  z-index: 2;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0,0,0,0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 42px;
  height: 100%;
  opacity: 0;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../img/flags@2x.png");
  }
}

.iti-flag.np {
  background-color: transparent;
}

#bbva-document-transfer-container .button-row {
  position: relative;
}

#bbva-document-transfer-container .button-row .btn {
  width: 220px;
}

#bbva-document-transfer-container .feedback p {
  padding: 2px 0 0 40px;
}

#bbva-document-transfer-container .feedback p::before {
  position: absolute;
  top: -5px;
  left: 20px;
  font-family: 'ws-iconset';
  content: '\e6b3';
  font-size: 26px;
  color: #1bad2b;
}

@media screen and (max-width:1000px) {
  #bbva-document-transfer-container .feedback {
    margin: 6px 0 0 -50px;
  }
}

@media screen and (max-width:969px) {
  #bbva-document-transfer-container .feedback p::before {
    position: relative;
    top: 5px;
    left: -8px;
  }

  #bbva-document-transfer-container .feedback i {
    margin-top: 15px;
  }

  #bbva-document-transfer-container .feedback {
    text-align: center;
    margin: 0;
  }
}

#bbva-document-transfer-container .feedback i {
  font-size: 26px;
  color: #1bad2b;
}

#bbva-document-transfer-container .verify .table>tbody>tr>td {
  border: 0;
}

.lines {
  margin-top: 20px;
}

.lines::before,
.lines::after {
  display: inline-block;
  content: ' ';
  width: 80px;
  border-top: 1px solid #d7d7d7;
  padding: 2px 0;
  margin: 0 10px 0;
}