body {
    font-family: "Campton";
}

.container {
    /*width: 950px;*/
}

label.same-line {
    margin-top: 15px;
}

label.first-in-line {
    text-align: left !important;
}

@media (min-width: 568px) {
    .container {
        width: 550px;
    }
}

@media (min-width: 768px) {


}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 950px;
    }
    label.same-line {
        padding-left: 0;
        margin-top: 0;
    }
    label.first-in-line {
        text-align: right !important;
    }
}

#global-alert {
    display: none;
    position: fixed;
    z-index: 99999;
    width: 300px;
    margin-left: 50%;
    left: -150px;
    margin-top: -12px;
}

#global-alert h4{
    margin-top: 8px;
}

.navbar {
    padding-top: 10px;
    padding-right: 30px;
    background-color: white;
}

.navbar-brand img {
    width: 100px;
    position:relative;
    top: -10px;
}

.bootstrap-select.form-control,
.bootstrap-select.form-control button {
}

.bootstrap-select.form-control button {
    padding-left: 5px;
}

.bootstrap-select.form-control button span.filter-option {
    position: relative;
    top: -1px;
    left: 6px;
}

.form-addon {
    background-color: transparent;
}

.form-header {
    width: 100%;
    background-color: #eee;
    color: #7c7c7c;
    height: 40px;
    margin: 10px 0 25px 0;
    padding: 8px 0 8px 20px;
    font-size: 14pt;
}

.form-header-top h1 {
    color: #7c7c7c;
    font-weight: lighter;
}

.form-header-top {
    text-align: center;
    margin-top: 20px;
}

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

.submit-footer button{
    width: 300px
}

.jon-navbar li {
    font-size: 9pt;
    font-weight: bold;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: white;
}


.jon-navbar li a {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #7c7c7c;
    font-weight: bold;
}

.jon-navbar li:hover a {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    color: black !important;
}

li.login {
    background-color: white;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #8dc63f;
    margin-left: 10px;
    margin-right: 15px;
}

li.login a:hover,
li.login a:active,
li.login a:focus {
    background-color: #8dc63f;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

li.login:hover {
    background-color: #8dc63f;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.jon-navbar li.login:hover  a {
    color: white !important;
}

li.login a {
    color: #8dc63f;
}

li.phone {
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #7c7c7c;
    margin-left: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

li.phone a {
    padding-left: 10px;
}

li.phone a:hover {
    background-color: transparent;
}

.phone-popover {
    background-color: #2d3e4d;
    width: 220px;
    height: 80px;
    color: white;
    font-size: 14pt;
    text-align: center;
}

#phoneHeader {
    font-size: 10pt;
    margin-bottom: 5px;
    color: #c5d3dc;
    font-family: "Campton";
}

#phoneBody {
    font-family: "Campton";
}

.phone-popover.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #2d3e4d;
}

.form_errors {
    width: 90%;
    padding-top: 15px;
    margin: 0 auto;
    text-align: left
}

.form_errors em {
    display: block;
}

em.invalid {
    color: red;
}

#approveModal .modal-dialog {
    max-width: 470px;
    width: calc(100% - 20px);
}

#approveModal .modal-header {
    background-color: #55af2f;
}

#errorModal .modal-header {
    background-color: #ad2f2f;
}

#errorModal .modal-dialog {
    max-width: 1000px;
    width: calc(100% - 20px);
}

#errorText {
    white-space: pre;
}

#approveModal .modal-header, #errorModal .modal-header {
    height: 120px;
    color: white;
    text-align: center;
    padding: 15px 10px 30px 10px;
    font-size: 28pt;
    line-height: 10px;
    font-weight: lighter;
}

#approveModal .modal-header .fa, #errorModal .modal-header .fa {
    font-size: 28pt;
}

#approveModal .modal-footer {
    background-color: #eee;
}

#approveModal .id-line {
    height: 40px;
    padding: 10px 20px;
    width: 100%;
    background-color: #eee;
}

#approveId {
    float: left;
    color: #2aabd2;
}

#approveDate {
    float: right;
    color: #7c7c7c;
}

#approveModal .name-line {
    min-height: 145px;
    padding: 10px 20px;
    width: 100%;
    background-color: white;
}

#errorModal .text-line {
    padding: 10px 20px;
    width: 100%;
    background-color: white;
}

#approveName {
    float: left;
    color: #2aabd2;
    font-size: 22px;
    margin-top: 15px;
    vertical-align: middle;
}

#approveTotal {
    float: right;
    color: #55af2f;
    font-size: 32px;
    margin-top: 8px;
    vertical-align: middle;
}

#approveCc {
    padding-top: 20px;
    font-size: 20px;
    color: #2d3e4d;
}

#approveModal .btn-complete {
    width: 100%;
    background-color: #55af2f;
    color: white;
}

#approveModal .btn-complete:hover {
    background-color: #43872c;
}

#approveModal .modal-footer .input-group button {
    width: 100%;
    margin-bottom: 10px;
    color: #2aabd2;
}

#approveModal .modal-footer .input-group button i {
    margin-right: 10px;
    font-size: 14pt;
    position: relative;
    top: 1px
}

#errorText {
    color: #d22600;
    font-size: 22px;
}

#errorModal .btn-complete {
    width: 100%;
    background-color: #d22600;
    color: white;
}


.money-decimal {
    font-size: 15pt;
    vertical-align: top;
    position: relative;
    top: 5px;
    margin-left: 5px;
}

.cc-blue {
    color: #007cc2;
}

.cc-dark-blue {
    color: #151f68;
}

.cc-orange {
    color: #f68026;
}

.cc-red {
    color: #cc0000;
}

#approveModal .name-line i.fa {
    font-size: 20pt;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

#swipeModal .modal-dialog {
    margin-top: 150px;
    margin-left: 50%;
    left: -175px;
}

#swipeModal .modal-header {
    height: 120px;
    color: white;
    text-align: center;
    background-color: #55af2f;
}

#swipeModal .icon-line {
    width: 120px;
    position: relative;
    top: -14px;
}

#swipeModal .modal-content {
    width: 350px;
}

#swipeModal .info-line {
    height: 90px;
    padding-top: 20px;
    text-align: center;
    font-size: 32pt;
}

#swipeModal .image-line {
    height: 50px;
    background: var(--wpr-bg-62ef6909-e4c0-4636-ab5a-0d861056ffaf)  no-repeat 157px 0px;
}

#swipeModal .modal-footer button {
    width: 100%;
}

#swipeModal .modal-footer {
    background-color: #eee;
}

#emvModal .modal-dialog {
    margin-top: 150px;
    margin-left: 50%;
    left: -175px;
}

#emvModal .modal-header {
    height: 80px;
    font-size: 28pt;
    color: white;
    text-align: center;
    background-color: #55af2f;
}

#emvModal .icon-line {
    width: 120px;
    position: relative;
    top: -14px;
}

#emvModal .modal-content {
    width: 350px;
}

#emvModal .info-line {
    height: 90px;
    padding-top: 20px;
    text-align: center;
    font-size: 16pt;
}

#emvModal .image-line {
    height: 50px;
    background: var(--wpr-bg-bb485525-35f3-4c01-acf1-d8ca0fee8548)  no-repeat 157px 0px;
}

#emvModal .modal-footer button {
    width: 100%;
}

#emvModal .modal-footer {
    background-color: #eee;
}

iframe.johnson {
    width: 100%;
    margin-top: 40px;
    border: none;
}

.info-key {
    padding-left: 0;
    text-align: left;
}

.info-value {
    padding-right: 30px;
    text-align: left;
}

.navbar-brand img {
    width: auto !important;
}

.predefinedAmountRadioButton {
    height: auto !important;
}

.btn.btn-success:disabled {
    background-color: #5cb85c !important;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 999 !important; /* dropdown and date picker have z-index 1000, and navbar shouldn't overlap them */
}
.bootstrap-switch-id-enableSchedule{
    white-space: nowrap;
}

.modal-dialog {
    max-width: 100%;
}

.pay-form-banner-link {
    display: inline-block;
}

.pay-form-banner {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

#processButton {
    width: 49%;
}
#keyInSwiper{
    width: 90%;
}
@media (max-width: 768px) {
    #keyInSwiper{
        margin-top: 5px;
    }
}
#banquest_card_form {
    height: 50px;
}
@media (max-width: 768px) {
    #banquest_card_form {
        height: 90px;
    }
}
#paymentCardContainer {
    height: 150px;
}
#paymentCardErrorContainer {
    color: red;
    font-size: 16px;
    font-weight: 500;
}
.processButton_divider {
    margin-top: 10px;
}

input#invoice::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: capitalize;
}

input#invoice::-moz-placeholder { /* Firefox 19+ */
    text-transform: capitalize;
}

input#invoice:-ms-input-placeholder { /* IE 10+ */
    text-transform: capitalize;
}

input#invoice:-moz-placeholder { /* Firefox 18- */
    text-transform: capitalize;
}

label[for=invoice] {
    text-transform: capitalize;
}

.pay-form-logo {
    max-height: 39px;
}

.navbar-collapse.collapse {
    display: block!important;
}

.navbar-nav>li, .navbar-nav {
    float: left !important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

.navbar-right {
    float: right!important;
}

.footer {
    display: flex;
    margin-top: 100px;
}

.footer div {
    flex: 1;
    text-align: center;
}


.radio-buttons {
    min-height: 34px;
    margin-bottom: 15px;
}

.dual-pricing-amount{
    font-weight: bold;
}
