﻿body {
    font-size: medium;
    font-family: Arial;
}

.TextBox {
    background-color: yellow;
    text-align: right;
}

.TextBoxReadOnly {
    background-color: lightgrey;
    text-align: right;
}

.Error {
    color: red;
}

A:visited {
    color: blue;
    text-decoration: underline;
}

A:link {
    color: 666666;
    text-decoration: underline;
}

A:hover {
    color: purple;
}

TABLE {
    font-size: medium;
    font-family: Arial;
}

.GenNotes {
    font-weight: bold;
    color: green;
}

.title {
    font-size: x-large;
    font-weight: bold;
}

.section {
    font-size: medium;
    font-weight: lighter;
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: 'Helvetica Neue';
}

.version {
    font-size: smaller;
    font-weight: normal;
    color: gray;
}

.label {
    font-size: medium;
    font-weight: normal;
    text-align: left;
    font-family: 'Helvetica Neue';
}

.charge {
    font-size: medium;
    font-weight: bold;
    text-align: left;
    color: green;
}

.version {
    font-size: small;
    font-weight: normal;
    text-align: right;
    color: silver;
}

.labelMsg {
    font-size: medium;
    font-weight: normal;
    text-align: left;
}

.InputField {
    font-size: medium;
    font-weight: normal;
    width: 195px;
    background-color: #F1F1F1;
    height: 22px;
}

.InputFieldsmall {
    font-size: medium;
    font-weight: normal;
    width: 90px;
    background-color: #F1F1F1;
    height: 22px;
}

.AmountField {
    font-size: medium;
    font-weight: bold;
    color: green;
    border: none;
    background-color: transparent;
    text-align: left;
}

.InputFieldUpper {
    font-size: medium;
    font-weight: normal;
    text-transform: uppercase;
}

.SmallPrint {
    font-size: x-small;
    font-weight: normal;
}

.Error {
    font-size: medium;
    font-weight: normal;
    color: red;
}

.labelCardStatus {
    font-size: medium;
    font-weight: normal;
    text-align: right;
    color: gray;
}

.submitBox {
    text-align: left;
    white-space: pre-wrap;
    background-color: whitesmoke;
    padding-left: 10px;
    padding-right: 10px;
}

.MyTable {
    border-collapse: collapse;
}

.MyCell {
    border: 1px solid silver;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
}

.AppTitle {
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    COLOR: SteelBlue;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: transparent;
    padding-bottom: 20px;
}
/*Add New Card command Edit Card Styles*/
html {
    box-sizing: border-box;
}

* {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

    *,
    *:before,
    *:after {
        box-sizing: inherit;
    }

.row:after, .webview-cardbar:after {
    display: table;
    clear: both;
    content: '';
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-lg-6, .col-lg-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-12 {
    width: 100%;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.align-right {
    float: right !important;
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.form-titletxt {
    position: relative;
    top: 8px;
}

#payment_form {
    background: #f2f2f2;
    padding-bottom: 15px;
}

.total-amount-txt {
    min-height: 34px;
    font-family: sans-serif;
    font-size: 12px;
    color: #ffffff;
    background: #5b6974;
    padding: 10px 20px;
    border-radius: 2px;
    margin: 10px -15px 10px;
}

.newcardform {
    padding: 0px 15px;
    margin: 0 auto;
}

.webviewblock {
    background: #ffffff;
    border: 1px solid #d3d3d3;
    padding: 0px 15px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

    .webviewblock .submit-btn {
        max-width: 370px;
    }

.webview-cardbar {
    height: 45px;
    background-color: #5d6770;
    position: relative;
}

    .webview-cardbar.header {
        border-radius: 5px 5px 0px 0px;
        margin-bottom: 20px;
    }

    .webview-cardbar.footer {
        border-radius: 0px 0px 5px 5px;
        margin-top: 10px;
    }

.title-txt {
    font-family: sans-serif;
    font-size: 16px;
    margin: 0px;
    color: #ffffff;
    font-weight: 600;
    line-height: 42px;
    padding: 0px 15px;
}

.form-group {
    margin-bottom: 15px;
}

    .form-group > label, .checkbox-block label {
        display: block;
        color: #818181;
        font-size: 12px;
        font-family: sans-serif;
        margin-bottom: 5px;
        padding-left: 0px;
        display: block;
        font-weight: normal;
        text-transform: uppercase;
    }

.newcardform .InputField.form-element {
    width: 100% !important;
    height: 32px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    box-shadow: none;
}

.lable-sec {
    position: relative;
}

    .lable-sec label {
        display: block;
    }

    .lable-sec input.InputField.form-element {
        width: 48% !important;
        float: left;
    }

::placeholder {
    font-size: 12px;
    color: #d3d3d3;
    opacity: 1;
}

:-ms-input-placeholder {
    font-size: 12px;
    color: #d3d3d3;
}

::-ms-input-placeholder {
    font-size: 12px;
    color: #d3d3d3;
}

.checkbox-block label, .radio-block label {
    color: #5c6770;
    display: inline-block !important;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}

.checkbox-block input, .radio-block input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-block label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #e7e7e7;
    box-shadow: none;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.checkbox-block input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-block input:checked + label:before {
    background: #5d6770;
}

.checkbox-block input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-block input:checked + label:before {
    background: #5d6770;
}

.radio-block label {
    font-size: 14px;
    padding-bottom: 15px;
}

    .radio-block label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid;
        box-shadow: none;
        border-radius: 50%;
        padding: 10px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 15px;
    }

.radio-block input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    background: #5c6770;
    border-radius: 50%;
}

.submit-btn {
    width: 100%;
    height: 36px;
    border-radius: 18px !important;
    border: none;
    margin: 20px auto 10px;
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
    -webkit-border-radius: 0;
    background: #189CDC !important;   
}

.pageheader {
    height: 50px;
    padding: 15px;
}

.logo {
    height: 32px;
    position: relative;
    top: -10px;
    left: -15px;
}

.backbtn-block {
    position: relative;
    left: 0px;
    top: 30px;
}

.backtxt {
    font-size: 14px;
    font-family: sans-serif;
    color: #454545;
}

.logo {
    height: 32px;
    position: relative;
    top: -10px;
    left: -15px;
}

.sec-titletxt {
    font-size: 18px;
    font-family: sans-serif;
    font-weight: bold;
    color: #5c6770;
}

.actionbuttons {
    vertical-align: top;
}

.link-btn-txt {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: normal;
    color: #199bd9;
    cursor: pointer;
    text-transform: capitalize;
    text-decoration: none !important;
    margin: 0px 0px;
    padding-right: 15px;
    display: inline-block;
}

    .link-btn-txt:hover {
        color: #199bd9 !important;
    }

.msg-block {
    display: block;
}

    .msg-block .labelMsg, .msg-block .version {
        display: block;
        text-align: center !important;
    }

.action-buttons {
    float: left;
}

.mb-8 {
    margin-bottom: 8px;
}
/*Media Quires*/
/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 767px) {
    #payment_form {
        background: #ffffff !important;
        padding-bottom: 0px;
    }

    .mv-hide {
        display: none;
    }

    .col-sm-12 {
        width: 100% !important;
    }

    .mv-px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .total-amount-txt {
        width: 100%;
        min-height: 34px;
        text-align: center;
        margin: 0px 0px;
        padding: 24px 40px;
        border-radius: 0px;
        font-size: 20px;
        font-weight: normal;
    }

    .mv-amount-txt {
        width: 100% !important;
        padding: 0px !important;
    }

    .webviewblock {
        border: none;
        padding: 15px 15px;
    }

    .newcardform .InputField.form-element {
        background: #f1f1f1 !important;
    }

    .submit-btn {
        margin-top: 0px !important;
    }

    .link-btn-txt {
        font-size: 12px;
        padding-left: 0px;
        padding-right: 15px;
    }

    .cardview-block {
        position: relative;
    }

        .cardview-block .radio-block {
            margin-top: 40px;
        }

        .cardview-block .action-buttons {
            position: absolute;
            top: 0px;
        }

    .radio-block label {
        font-size: 12px !important;
        padding-bottom: 8px !important;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 1023px) {
    .newcardform {
        max-width: 90%;
    }

        .newcardform .InputField.form-element {
            background: #f1f1f1 !important;
        }

    .total-amount-txt {
        display: inline-block;
    }

    .webviewblock .submit-btn {
        max-width: 100% !important;
    }

    .tabletv-hide {
        display: none;
    }

    .action-buttons {
        padding-left: 40px;
    }

    .radio-block {
        float: left;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .newcardform {
        max-width: 90%;
    }

    .total-amount-txt {
        display: inline-block;
    }

    .blackstripe {
        position: absolute;
        top: -15px;
        right: 12px;
    }

    .webv-hide {
        display: none;
    }

    .web-view-form {
        width: calc(100% - 200px);
        margin: 0 auto;
    }

    .action-buttons {
        padding-left: 40px;
    }

    .radio-block {
        float: left;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
