﻿html, body {
    background-color: #ebebeb;
    color: #333;
    font-size: 16px;
    font-family: "Helvetica Neue Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    text-align: justify;
    overflow: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    overflow: -moz-scrollbars-none !important;
    -ms-overflow-style: scrollbar;
    /*overflow:hidden;*/
}

.noborder {
    border: 0 !important;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.ui-autocomplete {
    z-index: 1499 !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h2 {
    font-weight: normal;
    font-size: 1.5em;
    padding-bottom: 0.625em;
}

a {
    color: #2c7200;
    text-decoration: none;
}

    a:hover,
    a:focus {
        cursor: pointer;
        color: #78be20;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    font-family: inherit;
    margin-top: 120px;
    padding-bottom: 120px;
    clear: both;
}

@media (max-width : 450px) {
    #body {
        margin-top: 40%;
    }
}

@media only screen and (min-device-width: 1000px) and (max-device-width: 1370px) {
    #logoRightDiv {
        padding-right: 5% !important;
    }
}

header .content-wrapper {
    padding-top: 20px;
}

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, input.error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
}

.validation-summary-valid {
    display: none;
}

.StripeElement--invalid {
    color: #e80c4d;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.mpf-logo {
    display: block;
    height: 50px;
}

.navbar-right {
    display: inline-block;
    height: 50px;
}

.cobrand-logo {
    height: 50px;
    padding-right: 2px;
    margin-right: 2px;
    border-right: 1px solid #c5c5c7;
    float: left;
    display: inline-block;
}

.mpf-title {
    font-size: 18px;
    font-weight: 100;
    vertical-align: middle;
    padding-left: 15px;
    display: inline-block;
}

@media (max-width : 450px) {
    .mpf-title {
        font-size: 16px;
        padding-left: 5px;
    }

    .cobrand-logo {
        padding-right: 5px;
        margin-right: 5px;
    }
}

.navbar {
    background-color: #fff;
    color: #000000;
    padding: 5px;
    min-height: 72px;
}

    .navbar .container {
        padding: 1% 0px;
    }

.footer, .push {
    background-color: #fff;
    min-height: 80px;
    font-size: 0.6em;
    padding: 20px 5% 20px 5%;
    color: #000000;
    text-align: justify;
    /*position: absolute;*/
    bottom: inherit;
    width: 100%;
}

    .footer .float-left,
    .footer .float-right {
        float: none;
    }

.icons {
    padding-right: 1.8em;
}

.welcome {
    color: #333;
    font-size: 15px;
    border: 1px solid black;
}

.panel {
    border: none;
    background-color: #fff;
}

.panel-default > .panel-heading {
    background-color: #fff;
    border-radius: 0 !important;
    background-image: none;
    cursor: pointer;
}

.panel-default, panel {
    border-radius: 0 !important;
    border: none;
}

.panel-hidden-TC {
    display: none;
    overflow: scroll;
    height: 200px;
    border-color: #d8d9d9;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #737476;
    background-image: none;
}

.panel-body {
    border-top: 3px solid #2c5234;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.panel-group {
    padding-bottom: 20px;
}

a.panel-header-link {
    color: #000;
    font-weight: bold;
    display: block;
}

.control-label {
    font-weight: bold;
    color: #333;
    border: inherit;
    padding-top: 10px;
    margin-bottom: 0px;
}

.control-heading {
    font-weight: 700;
    font-style: italic;
    padding-top: 20px;
}

.submit {
    width: inherit;
}

.alert {
    padding: 10px 16px;
    vertical-align: middle;
    font-size: 1em;
    color: #fff;
    margin-top: 10px;
    height: auto;
}

.alert-danger {
    background-color: #d43f3a;
}

.text-center {
    text-align: center;
}

.btn {
    font-size: 13pt;
    margin-top: 10px;
    text-align: center;
    height: 100%;
    white-space: normal;
}

@media (max-width : 450px) {
    .btn {
        width: 100%;
        font-size: 1.1em;
    }
}

.btn-width-initial {
    width: initial;
}

.btn-emphasis {
    color: white;
    background-color: #A0A0A0;
}

    .btn-emphasis:hover {
        color: white;
        background-color: #909090;
    }

.btn-custom {
    border-color: #0676C2;
    background-color: #0676C2;
    color: #fff;
}

    .btn-custom:focus {
        border-color: #0676C2;
        background-color: #0676C2;
        outline: none;
        box-shadow: none;
        color: #fff;
    }

    .btn-custom:hover {
        border-color: #005E9B;
        background-color: #005E9B;
        color: #fff;
    }

    .btn-custom:active {
        border-color: #005E9B;
        background-color: #005E9B;
        color: #fff;
    }

    .btn-custom:inactive {
        border-color: #005E00;
        background-color: #005E00;
    }

.ui-widget {
    font-size: inherit;
    font-family: inherit;
    line-height: initial;
}

.ui-widget-content {
    background-image: none;
    border-color: #66AFE9;
}

    .ui-widget-content a {
        color: #333;
        font-size: 14px;
    }

.ui-widget select {
    font-family: "Helvetica Neue Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 0.9em;
}

.subgroup {
    border-top: 2px solid #fff;
    padding-top: 10px;
}

.well {
    background: #fff;
}

iframe {
    border: none;
    width: 100%;
    display: block;
    overflow: auto;
}

.stripe-credit-card-field {
    align-content: center;
}

#CreditCardSection > .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

#CreditCardiframe, #OngoingCreditCardiframe {
    height: 420px;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0,0,0);
}

#BankDetailSection {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0,0,0);
}

    #BankDetailSection > * {
        padding-left: 15px;
    }

@media (max-width : 500px) {
    #CreditCardiframe {
        height: 490px;
    }

    #OngoingCreditCardiframe {
        height: 490px;
    }
}

.loadingPage {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../Images/processing.gif') 50% 50% no-repeat rgba(0, 0, 0, 0.1);
}

.loadingIndicator {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    right: -40px;
    margin-top: 10px;
    background: url('../Images/processing.gif') 50% 50% no-repeat rgba(0, 0, 0, 0);
}

.paymentLoadingPage {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../Images/processing.gif') 50% 50% no-repeat #fff;
}

    .paymentLoadingPage span {
        width: inherit;
        bottom: 35%;
        position: fixed;
        vertical-align: middle;
        text-align: center;
        color: #2c5234;
        font-style: italic;
        font-size: 16px;
    }

@media (max-width : 450px) {
    .paymentLoadingPage span {
        margin: 0% 10%;
        bottom: 30%;
        width: initial;
        font-size: 14px;
    }
}

.close-iframe {
    color: #F00;
    text-align: center;
    top: 15px;
    right: 15px;
    font-size: 1em;
    position: absolute;
}

    .close-iframe:hover {
        color: #FFF;
        cursor: pointer;
    }

        .close-iframe:hover .close-button {
            background: #F00;
            border: 3px solid #FFF;
        }

.close-button {
    text-align: center;
    background: #FFF;
    border: 3px solid #f00;
    line-height: 24px;
    width: 31px;
    font-weight: bold;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: auto;
}

.ui-menu-item {
    font-size: 0.9em;
}

.ui-state-focus {
    border: none !important;
}

.instruction {
    padding-top: 1%;
    color: #2c5234;
    text-align: center;
}

input.bsbwidth {
    width: 35% !important;
}

/* SQUARED FOUR */
.squaredFour {
    width: 20px;
    margin: 20px auto;
    position: relative;
}

    .squaredFour label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        border-radius: 4px;
        -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    }

        .squaredFour label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 4px;
            left: 4px;
            border: 3px solid #333;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .squaredFour label:hover::after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            opacity: 0.5;
        }

    .squaredFour input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }




input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 20px;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 34px;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -20px;
    }

label.css-label {
    background-image: url(../Images/csscheckbox.jpg);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

hr {
    background-color: #878787;
}

#CreditCardiframe {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0,0,0);
}

.commission-info {
    padding: 10px 30px 0 30px;
    font-style: italic;
    text-align: center;
}

@media (max-width : 450px) {
    .commission-info {
        padding: 0 10px;
    }
}

.radio.option-group .option-group-item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

    .radio.option-group .option-group-item input[type='radio'] {
        width: auto;
        align-self: start;
    }

.loading-message-container {
    display: flex;
    justify-content: center;
    min-height: 100px;
    flex-direction: column;
    align-items: center;
}

    .loading-message-container .loading-message {
    }

    .loading-message-container .loadingIndicator {
        position: relative;
        height: 40px;
        right: 0;
    }
