html, body {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format("truetype");
}
body.widget .navbar.navbar-default {
  display: none;
}

body {
  font-family: "Montserrat", sans-serif;
}
body .navbar {
  border: 0;
}
body .container {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
}
body .application--wrap {
  min-height: auto;
}
body a {
  color: #337ab7;
  text-decoration: none;
}

.v-input__slot {
  margin-bottom: 4px;
}

.v-select .dropdown-toggle .clear {
  visibility: hidden;
}

.v-list__tile--link:hover {
  color: inherit;
  text-decoration: none;
}

.p2 {
  padding: 20px 0px 20px 0px;
}

.pl2 {
  padding-left: 20px;
}

.pl5 {
  padding-left: 5px;
}

.kyc_passport_example_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.kyc_passport_example {
  width: 120%;
}

.control-label {
  font-weight: normal;
}

.input-2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.form-group.first {
  margin-right: -15px;
}
.form-group.second {
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-group.first {
    margin-right: 15px;
  }
  .form-group.second {
    margin-left: 15px;
  }
}
#use_your_own_cc {
  text-align: center;
}

@media (min-width: 768px) {
  .cc_message {
    width: 600px !important;
  }
}
.cc-statement {
  text-align: center;
  display: block;
  color: grey;
  margin-top: 3%;
  margin-bottom: 3%;
}

.cc_message {
  display: block;
  padding: 6px 12px;
  background-color: #B7BCBD;
  border: 1px solid #828688;
  margin: auto;
  margin-bottom: 10px;
  float: none;
  width: 100%;
}
.cc_message span {
  display: block;
  text-align: center;
}

@media (max-width: 760px) {
  .h4, .h5, .h6, h4, h5, h6 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .checkout-header {
    height: 45px;
    margin-bottom: 10px;
  }

  .navbar-brand, .navbar-brand2 {
    height: 45px !important;
    background-size: contain !important;
  }

  .cc-statement {
    margin-top: 20px;
  }

  .descriptor-container {
    text-align: left;
  }

  .mt20-mobile {
    margin-top: 20px;
  }
}
table.fixed-table {
  table-layout: fixed;
}
table.fixed-table td.no-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
table.fixed-table td.no-wrap {
  white-space: nowrap;
}

table.v-datatable td.no-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
table.v-datatable td.no-wrap {
  white-space: nowrap;
}
table.v-datatable .v-text-field__slot {
  font-size: 13px;
  font-weight: normal;
}

.old-payments {
  font-size: 11px;
}
.old-payments tbody tr.decision td {
  border-top: none;
  padding-top: 0;
}
.old-payments tbody tr.selfist-decision {
  background-color: #dcedc8;
}
.old-payments tbody tr.offline-decision {
  background-color: #fce4ec;
}

.navbar-default {
  background-color: #081F2C;
  border-color: #081F2C;
  border-radius: 0;
}

.navbar-brand {
  background: url(/images/white_logo.png) center no-repeat;
  width: 160px;
  height: 48px;
  background-size: contain;
  position: relative;
  top: 4px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #272727;
  color: #B9B9B9;
}

.footer a {
  padding-right: 20px;
}

.no-uscore a {
  text-decoration: none !important;
}

input[name=same_as_billing_address] {
  font-size: 16px;
  color: #2e2e2e;
}

#payment_form {
  font-size: 16px;
}
#payment_form h2 {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
#payment_form h4 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
}
#payment_form .personal h4 {
  background: url(/images/person.png) center left no-repeat;
}
#payment_form .payment h4 {
  background: url(/images/wallet.png) center left no-repeat;
}
#payment_form .mandatory {
  text-align: right;
  font-size: smaller;
}
#payment_form a.btn {
  text-decoration: none;
}
#payment_form input[type=text], #payment_form .form-control-static, #payment_form .checkbox-inline {
  font-size: 16px;
}
#payment_form .cc-security-code-input input {
  padding-left: 5px;
}
#payment_form .list2 {
  display: inline-block;
}
#payment_form .help-block {
  color: #a2a2a2;
  font-size: 12px;
  font-style: italic;
}
#payment_form .help-accent {
  font-size: 14px;
  font-style: italic;
}
#payment_form select.form-control {
  color: #2e2e2e;
  font-size: 16px;
}
#payment_form select.form-control option {
  font-size: 12px !important;
}
#payment_form .months {
  width: 64px;
  margin-right: 9px;
}
#payment_form .years {
  width: 85px;
}
#payment_form .expires select {
  display: inline-block;
  font-size: 15px;
}
#payment_form .btn-primary {
  background-color: #D026AF;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  font-weight: bold;
  padding: 10px 25px;
  border-width: 0px;
}
#payment_form .btn-secondary {
  background-color: #a0a19d;
  border-color: #a0a19d;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  padding: 10px 25px;
  color: #fff;
}
#payment_form .has-error {
  color: #a94442;
}
#payment_form .has-error .control-label {
  color: #a94442;
}
#payment_form .has-error.tos.tos-test {
  border: 2px solid #a94442;
}
#payment_form .cvv input {
  width: 60px;
  font-size: 15px;
}
#payment_form .action {
  text-align: right;
}
#payment_form .question {
  background: url(/images/question.png) center center no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}
#payment_form .popover-content {
  font-size: 0.9em;
  min-width: 276px;
}
#payment_form td.number {
  padding-left: 20px;
  text-align: right;
}
#payment_form .email-mandatory {
  color: red;
}
#payment_form #verification .form-group {
  margin-bottom: 38px;
}
#payment_form #verification .glyphicon-ok {
  color: green;
}
#payment_form #verification .glyphicon-remove {
  color: red;
}
#payment_form .descriptor {
  font-weight: bold;
}
#payment_form .card-icon {
  background-position: 0 0;
  display: inline-block;
  height: 34px;
  margin-right: 10px;
  width: 51px;
  opacity: 0.3;
}
#payment_form .card-icon.visa {
  background-image: url(/images/cards/visa.png);
}
#payment_form .card-icon.mastercard {
  background-image: url(/images/cards/mastercard.png);
}
#payment_form .card-icon.maestro {
  background-image: url(/images/cards/maestro.png);
}
#payment_form .card-icon.discover {
  background-image: url(/images/cards/discover.png);
}
#payment_form .card-icon.american-express {
  background-image: url(/images/cards/american-express.png);
}
#payment_form .card-icon.it {
  opacity: 1;
}
#payment_form .bc {
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  line-height: 1.4;
}
#payment_form .bc .bc-label {
  display: inline-block;
  height: 32px;
  width: 32px;
  background: url(/images/bc-label-sprites.png) no-repeat;
  margin-right: 6px;
  margin-bottom: -5px;
  background-position-y: -1px;
}
#payment_form .bc li {
  display: inline-block;
  color: #b0b1b5;
  margin-right: 39px;
}
#payment_form .bc li.current {
  color: #000;
}
#payment_form .bc li.current .bc-label {
  background-position-y: -33px;
}
#payment_form .bc li.complete .bc-label {
  height: 33px;
  width: 33px;
  background-position: 0 0;
}
#payment_form .bc .bc-1 .bc-label {
  background-position-x: -1px;
}
#payment_form .bc .bc-2 .bc-label {
  background-position-x: -33px;
}
#payment_form .bc .bc-3 .bc-label {
  background-position-x: -65px;
}
#payment_form .bc .bc-4 .bc-label {
  background-position-x: -97px;
}
#payment_form a.cancel_payment {
  color: #333;
  text-decoration: underline;
}
#payment_form h4.st-align {
  margin-left: 15px;
}
#payment_form .expirymonth, #payment_form .expiryyear {
  width: 49%;
}
#payment_form .expirymonth {
  float: left;
}
#payment_form .expiryyear {
  display: inline-block;
  float: right;
}
@media (min-width: 768px) {
  #payment_form #cvv_block {
    top: 29px;
  }
}
@media (min-width: 1200px) {
  #payment_form h4.st-align {
    margin-left: 285px;
  }
}
@media (min-width: 1200px) {
  #payment_form .order-summary.col-sm-12 {
    width: 330px;
  }
}

#securitycode img {
  width: 100%;
}
#securitycode .modal-body {
  text-align: center;
}

#verification_container a {
  text-decoration: none;
}
#verification_container h2 {
  text-align: center;
}

.verifications-select p, .selfie-upload p {
  margin-bottom: 30px;
}
.verifications-select h1, .selfie-upload h1 {
  text-align: center;
}

.verification {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.verification.last {
  border-bottom: none;
}

@media (min-width: 768px) {
  .action-button-container {
    padding-top: 7px;
  }
}
button:focus {
  outline: none;
}

.overlay {
  opacity: 0.8;
  background-color: #ccc;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10000;
  zoom: 1;
}

#progress {
  text-align: center;
}
#progress .modal-body {
  padding: 30px;
  padding-top: 10px;
}
#progress .modal-footer a.btn {
  text-decoration: none;
}

.faq h1 {
  margin-bottom: 35px;
}
.faq h4 {
  margin-top: 25px;
}

form.partner-deposit .btn-primary {
  background-color: #D026AF;
}
form.partner-deposit .btn-primary:hover {
  background-color: #2e923b;
  border-color: #2e7a3b;
}

.footer {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
.footer .small-text {
  font-size: 12px;
}
.footer a {
  text-decoration: none !important;
}

.partner-brand {
  height: 58px;
  max-width: 43%;
  line-height: 50px;
}
.partner-brand img {
  max-height: 40px;
  max-width: 100%;
}

#progress_bar {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #f0f0f0;
  text-align: left;
}
#progress_bar .bar {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: inline-block;
  background-color: #D026AF;
  height: 10px;
}

body.coinsetter {
  background: url(/images/coinsetter_dots_body.png) repeat;
}
body.coinsetter .navbar {
  background-color: #1b1b1b;
  background-image: url("/images/coinsetter_navbar_img.png") !important;
  background-repeat: repeat !important;
  border-color: #252525;
  box-shadow: 0 4px 6px 0 gray;
  height: 41px;
  min-height: 0;
}
body.coinsetter .navbar .navbar-brand {
  height: 30px;
  margin-top: 5px;
  background: url(/images/logo_30.png) no-repeat !important;
  width: 110px;
}
body.coinsetter .navbar .partner-brand {
  margin-left: -4px;
  margin-top: 4px;
  height: 30px;
  line-height: 30px;
}
body.coinsetter .navbar .partner-brand img {
  height: 30px;
}

.partner-form {
  z-index: 100;
}
.partner-form .s-title {
  padding-left: 20px;
}
.partner-form .json {
  margin-left: 15px;
  margin-top: 10px;
  height: 50px;
}
.partner-form div.jsoneditor {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.partner-form div.jsoneditor-menu {
  background-color: #ccc;
  border-bottom: 1px solid #ccc;
}

.zoom {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.zoom:active,
.zoom:focus {
  /**adjust scale to desired size,
  add browser prefixes**/
  -ms-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  position: relative;
  z-index: 100;
}

.image-as-icon {
  width: 21px;
  display: inline-block;
  float: left;
  margin-right: 3px;
}

.pl-0 {
  padding-left: 0px;
}

.glyph-margin-lr {
  margin-right: 3px;
}

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

.bb0 {
  border-bottom: 0px !important;
}

.canvas-wrapper {
  position: relative;
  display: inline-block;
}

.canvas-edit {
  border: 5px solid #f1cd80;
  background: #f1cd80;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #b3b3b3;
  text-align: center;
  background: black url(/images/ajax_loader_green_128.gif) center center no-repeat;
}

.pLG {
  padding: 30px;
}

.fixedOnTopRight {
  position: fixed !important;
  top: 75px !important;
  right: 50px !important;
  z-index: 99 !important;
}

.bb1 {
  border-bottom: 1px solid lightgrey;
}

.mt20 {
  margin-top: 20px;
}

.brokers {
  position: relative;
}

.approximately {
  color: #cccccc;
  cursor: pointer;
}
.approximately .dashed {
  border-bottom: dashed 1px;
}

div.footer {
  padding-bottom: 60px;
}

.thank-you-page .typ-title {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
}
.thank-you-page .typ-title .glyphicon {
  font-size: 4rem;
  padding-right: 15px;
}

.kyc-verification-page h3 {
  font-size: 1em;
  font-weight: bold;
}
.kyc-verification-page .section-icon {
  color: #3ba725;
  font-size: 4rem;
  padding-right: 15px;
}
.kyc-verification-page .kyc-title {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
}
.kyc-verification-page .document-selection-container {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.kyc-verification-page .document-selection-container .document-type-input {
  padding-left: 10px;
  min-width: 130px;
}
.kyc-verification-page .document-section {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
}
.kyc-verification-page .document-section .instruction-container {
  display: flex;
  padding-top: 10px;
}
.kyc-verification-page .document-section .instruction-container .glyphicon-ok-circle {
  color: #3ba725;
  font-size: 2.2rem;
  padding-right: 10px;
}
.kyc-verification-page .document-section .upload-container h3 {
  margin-top: 35px;
}
.kyc-verification-page .document-section .upload-container .upload-forms .upload-input-error {
  border: 1px solid #9f3c3a;
  padding: 10px;
}
.kyc-verification-page .document-section .upload-container .upload-forms .upload-input {
  display: flex;
  flex-wrap: wrap;
}
.kyc-verification-page .document-section .upload-container .upload-forms .upload-input input {
  max-width: 210px;
}
.kyc-verification-page .document-section .upload-container .upload-forms .upload-input .file-input-description {
  padding-right: 5px;
}
.kyc-verification-page .document-section .document-example-pictures {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kyc-verification-page .document-section .document-example-pictures .example-images-title {
  font-style: italic;
}
.kyc-verification-page .document-section .document-example-pictures .example-images-description {
  margin-top: -10px;
  padding-bottom: 10px;
}
.kyc-verification-page .identity-document-details-section .identity-document-header {
  display: flex;
  align-items: center;
}
.kyc-verification-page .identity-document-details-section .identity-document-header .identity-document-title-container .identity-document-title {
  font-size: 1em;
}
.kyc-verification-page .identity-document-details-section .identity-document-header .identity-document-title-container .identity-document-sub-title {
  color: #9f9f9f;
  font-style: italic;
}
.kyc-verification-page .identity-document-details-section .input-form .gender {
  min-width: 110px;
}
.kyc-verification-page .input-form span {
  font-size: 12px;
  font-style: italic;
}
.kyc-verification-page .input-form .form-line {
  display: flex;
  flex-wrap: wrap;
}
.kyc-verification-page .input-form .form-line .simple-input, .kyc-verification-page .input-form .form-line .select-input {
  padding-top: 20px;
  padding-right: 15px;
  margin: 0;
  width: 300px;
}
.kyc-verification-page .input-form .form-line .input-full-row {
  max-width: 600px;
  width: 100%;
}
.kyc-verification-page .residential-address-section .residential-address-header {
  display: flex;
  align-items: center;
}
.kyc-verification-page .residential-address-section .input-form .address-input {
  width: 100%;
}
.kyc-verification-page .continue-button {
  display: flex;
  justify-content: center;
  padding-top: 35px;
}
.kyc-verification-page .continue-button button {
  max-width: 330px;
}
.kyc-verification-page .separator {
  width: 100%;
  height: 1px;
  background-color: #c5c5c5;
  margin-top: 15px;
  margin-bottom: 35px;
}
.kyc-verification-page .separator-no-top {
  margin-top: 0px;
}

.header-steps-container .header-step {
  display: flex;
  align-items: center;
}
.header-steps-container .header-step .step-number {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  background-color: #D026AF;
  border-radius: 50%;
  margin-right: 6px;
}
.header-steps-container .header-step .step-number .step-text {
  color: white;
  font-size: 20px;
}

.loading-spinner {
  padding-top: 10px;
}
.loading-spinner .lds-spinner {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.loading-spinner .lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
  background: #D026AF;
}
.loading-spinner .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: inherit;
}
.loading-spinner .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.loading-spinner .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.loading-spinner .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.loading-spinner .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.loading-spinner .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.loading-spinner .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.loading-spinner .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.loading-spinner .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.loading-spinner .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.loading-spinner .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.loading-spinner .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.loading-spinner .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.glyphicon {
  top: 2px;
}

.vuetify-simplex-theme {
  font-family: Montserrat, sans-serif;
  background: transparent !important;
}
.vuetify-simplex-theme label {
  margin-bottom: 5px;
  font-weight: inherit;
}

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