.merchant-logo {
	height: 120px;
	text-align:center;
	position: relative;
}

.merchant-logo h3 {
	text-align: center;
	position: absolute;
	width:100%;
	margin-left: -15px;
	margin-right:-15px;
	bottom: 20px;
}

.amount {
	font-size: 30px;
	font-weight: 500;
	line-height: 1em;
	margin-bottom:20px;
}

.amount small {
	font-size: 50%;
}

.header {
	position: relative;
	padding-bottom: 0px;
}

.merchant-address {
	height: 120px;
	position: relative;
}

.merchant-address span {
	position: absolute;
	bottom:20px;
}

/* Custom order info */
.order-info {
    background-color: #eee;
    border: 1px solid #e5e5e5;
    padding-left:14px;
    padding-right:10px;
}

/* Custom vertical content center */
  .vertical-center{
    width : 100%;
    height : 100px;
    display : table-cell;
    vertical-align : middle;
    float:none;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

.footer-pos {
  margin-bottom: -13%;
  margin-top: 13%;
}

/* Custom page header */
.form-section,
.order-info,
.alert-section{
  padding-bottom: 20px;
  padding-top: 20px;
}

/* Custom card payment */
.card-payment {
    border: 1px solid #e5e5e5;
    padding-left: 0px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
}

.footer small {
	font-size:60%;
}

.footer img {
	width: 77px;
}

.logo-openpay {
  border-left: 1px solid #e5e5e5;
}
/* to print image in grayscale */
.desaturate { -webkit-filter: grayscale(100%); filter: grayscale(100%); }

/* Custom aling image with text */
.aling-with-text {
  float:left;
  margin-right:10px;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .card-payment,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 5px;
  }

  /*
   * Row with equal height columns
   * --------------------------------------------------
   */
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
}

/* PDF fallback for renderers without flexbox support (OpenHTMLtoPDF) */
.pdf-mode .row-eq-height {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.pdf-mode .row-eq-height > [class*="col-"] {
  display: table-cell;
  float: none !important;
  vertical-align: top;
}

.pdf-mode .footer {
  clear: both;
}

dd{
    padding-bottom: 10px;
}

dl{
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Bitcoin */

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

.expiredPayment {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.chargeExpired, .chargeCompleted, .chargeInProgress {
	margin-top: 15px;
}

.progress-micro{
	height: 3px!important;
  	line-height: 3px!important;
}

.img-for-centered{
	margin: 0 auto;
}

.btn-right {
    margin-right: 15px;
    float: right;
}
.openpay-letraColor
{
    color: #3c763d;
}


.messaguePayCard{
    color :#3C9900;
}
.image-secutity-pay{
    background: url(../img/icons/pagoSeguro.svg) no-repeat scroll 7px;
    padding-left: 25px;
    height: 25px;
    background-size: 25px;
}



.image-logo{
    background: url(../img/icons/logoOpenpayOrange.svg) no-repeat scroll 1px;
    padding-left: 15px;
    height: 35px;
    background-size: 95px;
}

.openpay-title-letraColor{
    color: #004481 !important;
}

.openpay-label-form{
	font-size: 16px;
}

.openpay-data-trx{
	color: rgb(0, 0, 0) !important;;
}

.btn-payment{
    background-color: rgb(0, 68, 129);
    color: #fff
}

.image-secutity-pay-3ds2{
    background: url(https://s3.amazonaws.com/images.openpay/card_payment_img/pagoSeguro.svg) no-repeat scroll 7px;
    padding-left: 25px;
    height: 25px;
}

.image-lockpay-3ds2{
    background: url(https://s3.amazonaws.com/images.openpay/card_payment_img/lock.svg) no-repeat scroll 1px;
    padding-left: 25px;
    height: 25px;
}

.amount3ds2-letraColor{
	color: #004481;
}

@media print {
  body {
    font-family: "BentonSansBBVA-Book", "Open Sans", Arial, sans-serif;
    color: #3b3f45;
  }

  /* Bootstrap-like fallback for PDF renderers and offline stylesheet resolution. */
  .container {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .row:before,
  .row:after {
    content: " ";
    display: table;
  }

  .row:after {
    clear: both;
  }

  .col-lg-4,
  .col-lg-8,
  .col-sm-2,
  .col-sm-6,
  .col-sm-9,
  .col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    box-sizing: border-box;
  }

  .col-lg-4 { width: 33.33333333%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-9 { width: 75%; }
  .col-xs-6 { width: 50%; }

  /* In this view, footer uses both col-sm-* and col-xs-*; preserve desktop proportions. */
  .footer .col-sm-9.col-xs-6 {
    width: 75% !important;
    float: none !important;
    display: table-cell;
    vertical-align: top;
  }

  .footer .col-sm-2.col-xs-6 {
    width: 20% !important;
    float: none !important;
    display: table-cell;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }

  .row-eq-height {
    display: table !important;
    width: 100%;
    table-layout: auto;
  }

  .row-eq-height > [class*="col-"] {
    display: table-cell;
    float: none !important;
    vertical-align: top;
  }

  .header,
  .card-payment,
  .footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .card-payment {
    margin-top: 12px !important;
  }

  .footer {
    clear: both;
    padding-top: 8px !important;
  }

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

  .footer img {
    max-width: 100%;
    height: auto;
  }

  .footer .col-sm-2.col-xs-6 img[alt="bbva_blue"] {
    width: 70% !important;
    max-width: 84px !important;
    margin: 0 0 6px auto !important;
    display: block;
  }

  .footer .col-sm-2.col-xs-6 small {
    float: none !important;
    display: inline-block !important;
    margin: 0 6px 0 0 !important;
    text-align: right;
    vertical-align: middle;
    line-height: 1;
    white-space: nowrap;
  }

  .footer .col-sm-2.col-xs-6 img[alt="logo"] {
    width: 50px !important;
    max-width: 50px !important;
    margin: 0 0 0 2px !important;
    display: inline-block !important;
    vertical-align: middle;
  }

  .form-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-section h3 {
    font-family: "BentonSansBBVA-Medium", "Open Sans", Arial, sans-serif !important;
    color: #2f3238;
    font-weight: 600 !important;
  }

  .form-section p {
    font-family: "BentonSansBBVA-Book", "Open Sans", Arial, sans-serif !important;
    color: #666 !important;
  }

  .form-section h3,
  .form-section p {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .btn.btn-primary.btn-payment,
  #lblToExit,
  #lblTo {
    display: inline-block !important;
    padding: 10px 36px !important;
    border-radius: 6px !important;
    border: 1px solid #004481 !important;
    background-color: #004481 !important;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 1.2;
    text-align: center;
  }

    #confirmButton {
        display: none;
    }

    #downloadReceipt {
         display: none;
    }

    dl {
        border-top: none !important;
        border-bottom: none !important;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

    .dl-horizontal dt {
        float: left;
    }

    .TextTitlePaymentSuccess {
        font-size: 20px !important;
        font-weight: 500 !important;
    }

    .TextDataDetailPaymentSuccess {
        font-size: 15px !important;
        text-align: right !important;
    }

    .TextDataPaymentSuccess {
        font-size: 15px;
        font-weight: normal;
    }

    .RectanglePaymentSuccess {
        -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
        background-color: #eaf9fa !important;
        height: auto !important;
        padding-bottom: 24px;
    }

    .TextSubtitlePaymentSuccess {
	    font-size: 15px !important;
		font-weight: normal !important;
	}

    .TextSubtitlePaymentSuccessBold {
        font-size: 15px !important;
        font-weight: bold !important;
    }

	.TextPaymentSuccess {
    	font-weight: 500;
    }

    .Triangle {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #eaf9fa;
        margin-left: 48%;
    }

    .RectangleHeader {
	    height: 67px;
	    margin: 0 0 40px;
	    padding-top: 16px;
	    padding-bottom: 16px;
	    padding-left: 32px;
	    border-radius: 12px 12px 0px 0px;
	    box-shadow: 0 2px 10px 0 rgba(18, 18, 18, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.04);
	    background-color: #fff;
	}
}