﻿select {
    width: 220px;
    height: auto;
    line-height: 16px;
    border-radius: 3px;
    padding: 2px;
}
input[type="text"], input[type="number"], input[type="tel"] {
    width: 220px;
    height: auto;
    padding: 3px 4px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #555555;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
}


.payOption {
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e3e3e3;
    border: 1px solid grey;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 110px;
}

.payOptionInner {
    padding: 8px 35px 8px 14px;
}

.selectedOption {
    background-color: lightblue;
}

.savingNote {
    display: inline;
    padding: .2em .6em .3em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #5cb85c;
}

.currentBalance {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1px;
    margin-top: 0px;
    color: #4F4F4F;
}

.topMessage p {
    margin-bottom: 15px;
}

.readOnlyBox {
    padding: 4px 5px;
    color: #555555;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

.row-top-margin {
    margin-top: 8px;
}

.row-top-margin-l {
    margin-top: 8px;
}

.error {
    color: #d52029;
}

.red-box {
    background-color: #d52029;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 30px;
    width: 95% !important; }

.validation-error {
    color: #d52029;
    font-weight: bold;
}


@media (max-width: 979px) {
    .input-mini {
        width: auto;
        min-width: inherit;
    }

    .select-mini {
        width: auto;
        min-width: inherit;
    }
}