﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn.btnLogin {
    background-color: rgba(21,76,126,0.7);
    color: #ffffff;
   
}

.btn.btnLogin a{
   
    color: #ffffff;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}

body {*/
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;*/ /* Vertically center the text there */
/*}*/


/****************************** CSS for credit card ************************/
.card-ui-component-field {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.card-ui-component-ddl-expiry {
    display: block;
    width: 14%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    float: left;
    margin-right: 10px;
}

.card-ui-component-card-bg {
    padding: 6px 0px;
    float: right;
    width: auto;
    position: absolute;
    top: -5px;
    right: 0;
}

ul.card-ui-component-cctypes li {
    background-image: url("http://apicomponent.test.merchantprocess.net/Images/cctypes.png");
    background-size: 200% 200%;
    background-position: 0 0;
    float: left;
    height: 29px;
    margin-right: 0px;
    text-indent: 9999px;
    transition: all 0.2s ease 0s;
    width: 40px;
}

ul.card-ui-component-cctypes {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    margin-top: 2px;
    margin-right: 3px;
}

.card-ui-component-cctypes .card-ui-component-visa {
    background-position: 120px -29px;
}

    .card-ui-component-cctypes .card-ui-component-visa.on {
        background-position: -120px 0px;
    }

.card-ui-component-cctypes .card-ui-component-mastercard {
    background-position: 0 29px;
}

    .card-ui-component-cctypes .card-ui-component-mastercard.on {
        background-position: 0 0;
    }

.card-ui-component-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.card-ui-component-outer {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #337ab7;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    width: 50%;
    margin: 0 auto;
}

.card-ui-component-inner-body {
    padding: 15px;
}

.card-ui-component-label-style {
    width: 15%;
    float: left;
    padding-top: 7px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.card-ui-component-input-style {
    width: 85%;
    float: right;
    position: relative;
}

    .card-ui-component-input-style: focus {
        border: 1px solid #2e6da4;
    }

.card-ui-component-validation-error {
    border-color: red;
}

.card-ui-component-row-static {
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
}

.card-ui-component-save-btn {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .card-ui-component-save-btn:hover {
        color: #fff;
        background-color: #204d74;
        border-color: #122b40;
    }

.card-ui-component-cancel-btn {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

    .card-ui-component-cancel-btn:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.card-ui-component-btn-action {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.card-ui-component-action-container {
    text-align: center;
}

.border-line {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.card-ui-component-select-input {
    width: 10%;
}

.card-ui-component-alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.card-ui-component-danger-alert {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 0;
}

.card-ui-component-success-alert {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.creditCardForm {
    max-width: 700px;
    background-color: #fff;
    margin: 100px auto;
    overflow: hidden;
    padding: 25px;
    color: #4c4e56;
}

    .creditCardForm label {
        width: 100%;
        margin-bottom: 10px;
    }

    .creditCardForm .heading h1 {
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        color: #4c4e56;
    }

    .creditCardForm .payment {
        float: left;
        font-size: 18px;
        padding: 10px 25px;
        margin-top: 20px;
        position: relative;
    }

        .creditCardForm .payment .form-group {
            float: left;
            margin-bottom: 15px;
        }

        .creditCardForm .payment .form-control {
            line-height: 40px;
            height: auto;
            padding: 0 16px;
        }

    .creditCardForm .owner {
        width: 63%;
        margin-right: 10px;
    }

    .creditCardForm .CVV {
        width: 35%;
    }

    .creditCardForm #card-number-field {
        width: 100%;
    }

    .creditCardForm #expiration-date {
        width: 49%;
    }

    .creditCardForm #credit_cards {
        width: 50%;
        margin-top: 25px;
        text-align: right;
    }

    .creditCardForm #pay-now {
        width: 100%;
        margin-top: 25px;
    }

    .creditCardForm .payment .btn {
        width: 100%;
        margin-top: 3px;
        font-size: 24px;
        background-color: #2ec4a5;
        color: white;
    }

    .creditCardForm .payment select {
        padding: 10px;
        margin-right: 15px;
    }

.transparent {
    opacity: 0.2;
}

@media(max-width: 650px) {
    .creditCardForm .owner,
    .creditCardForm .CVV,
    .creditCardForm #expiration-date,
    .creditCardForm #credit_cards {
        width: 100%;
    }

    .creditCardForm #credit_cards {
        text-align: left;
    }
}