
.strongP {
    font-weight: bold;
}

.Location_online {
    display: flex;
    width: 100%;
}

.Location_online_NotHK {
    /*
		width: calc(100% - 200px);
		padding-top: 10px;
		margin-left: 10px !important;
		*/
    width: 100%
}

.areacode {
    width: 100px !important;
    margin-right: 20px;
}

.oneLine {
    width: 100%;
}

.radio input {
    margin-right: 10px !important;
}

.radio, .checkTxt {
    align-items: baseline !important;
}
/*
	input[type="radio"]:before,input[type="checkbox"]:before{
		top:-2px!important;
		left:-2px!important;
	}*/
.radio_oneline {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*.radio_div {
    margin-top: 20px;
}*/

.p2H2 {
    max-width: unset !important;
}

.input_oneline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .input_oneline .link_form_input {
        width: 45%;
    }

.p2_online {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

    .p2_online input, .link_form_mc_item_other input {
        margin-right: 10px !important;
    }

.radio_div .link_form_input {
    margin-left: 20px !important;
}

.p2_textarea {
    min-height: 152px;
}

.p2_online_radio .radio {
    margin-right: 15%;
}

.p2_online_radio {
    margin-top: 20px;
}

.link_form_mc_item_other {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
}

    .link_form_mc_item_other div {
        min-width: 100px;
    }

    .link_form_mc_item_other .link_form_input {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.link_form_input.remark_input {
    margin: unset;
}

.p3_oneline {
    display: flex !important;
    align-items: center;
    padding-top: 15px;
}

    .p3_oneline label {
        min-width: 50px;
        margin-bottom: unset;
    }

.link_btn label {
    margin-bottom: unset;
}

.strongP5 {
    margin-bottom: 10px !important;
}

div[class^=PAFP] {
    display: none;
}

    div[class^=PAFP] .link_btn {
        float: right;
    }

.btnOnline {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.RedColor {
    color: red;
}

.p1_checkBox input[type="checkbox"] {
    margin-right: 10px;
}

.p1_checkBox {
    width: 100%;
    margin-top: 10px;
}

    .p1_checkBox label {
        width: 30%;
    }

@media screen and (max-width: 1439px) {
    .p1_checkBox label {
        width: 100%;
    }
}

.hideLabel {
    display: none !important;
}

.link_submit, .link_form_step_save, .link_btn {
    cursor: pointer;
}

.IniErrorMsg {
    display: none;
}

.errorMsg {
    color: #c00;
}

.PAFP5 .errorMsg {
    position: relative;
    top: -25px;
}

.overMap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: grey;
    z-index: 100;
    top: 0px;
    left: 0px;
    opacity: 0.3;
    display: none;
}

.btn_submit {
    display: none;
}

.STEA .strongP.require_txt:after {
    display: contents;
    content: "*";
    color: red;
}

.STEA .required_label {
    font-size: small;
    color: red;
    display: flex;
    justify-content: flex-end;
    max-width: unset;
}

.field-validation-error {
    color: red;
}

.STEA .h1 {
    max-width: 100%;
    text-align: center;
}

.readonly {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none;
    pointer-events: none; /*disable user input*/
    resize: none; /*disable textarea resize*/
    outline: none;
    border: none !important; /*disable input field border*/
}

.upload-list {
    width: 100% !important;
    height: 100% !important; /*mark rows as 0*/
}

.link_form_upload {
    max-height: 40px;
    cursor: unset;
}

    .link_form_upload .file {
        padding-top: 8px;
        padding-bottom: 0px;
        padding-left: 8px;
        padding-right: 0px;
    }

    .link_form_upload .upload {
        margin-bottom: unset;
        cursor: pointer;
    }

.uploadField {
    opacity: 0;
    width: 0px;
}

.comments_textarea div {
    display: inline;
}

.comments_textarea p, .secondP {
    margin-top: unset !important;
}

.comments_textarea textarea {
    min-height: 150px;
    margin-top: 10px;
}

/*
.ContactUs_form .CB_Statement {
    padding-bottom: 20px;
}
*/

div.PAFP1, div.PAFP2, div.PAFP3, div.PAFP4, div.PAFP5, .ContactUs_form, div.PAFPTandC {
    padding-bottom: 25px;
}

.link_form_input .link_form_input_tel {
    margin-top: 20px;
}

.link_form_mc p + p {
    margin-top: 20px;
}

.SubscribeForm .p1_checkBox > span {
    display: block;
}

#PAFP1 .show_table {
    display: table;
}

.link_form_mc {
    margin-bottom: unset;
    margin-top: 25px;
}

form .link_content_block p {
    opacity: unset;
}

.radioContent::after {
    content: "";
    display: block;
    clear: both;
}

.disabled {
    pointer-events: none;
    opacity: .65;
}

.areacodeDiv {
    position: relative;
    display: flex;
    align-items: flex-start;
}

    .areacodeDiv::before {
        position: absolute;
        content: "(";
        display: block;
        top: 6px;
    }

    .areacodeDiv::after {
        content: ")";
        display: block;
        position: relative;
        right: 28px;
        top: 6px;
    }

.disabled_input {
    background-color: #e3e3e3 !important;
}

.olp ol {
    counter-reset: list;
}

    .olp ol li {
        color: #333333;
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
        list-style: none;
        margin: 0 0 15px;
        padding-left: 30px;
        position: relative;
    }

        .olp ol li:before {
            counter-increment: list;
            content: counter(list, decimal) ".";
            display: inline-block;
            left: 0;
            margin: 0 5px 0 0;
            position: absolute;
            top: 0;
        }

        .olp ol li > ol {
            counter-reset: list;
            margin-top: 15px;
            padding-left: 0;
        }

            .olp ol li > ol > li {
                list-style: none;
                margin-top: 15px;
                padding-left: 30px;
            }

                .olp ol li > ol > li:before {
                    counter-increment: list;
                    content: "(" counter(list, lower-alpha) ") ";
                    display: inline-block;
                    margin: 0 5px 0 0;
                }
    .CB_Statement {
        display: flex;
        align-items: flex-start;
    }

    .statementDiv {
        background-color: #EBEBEB;
        border: 1px solid #D9D9D9;
        border-radius: 5px;
        margin: 0 0 30px;
        padding: 15px 15px 10px;
    }

    #statement {
        margin-left: 20px;
    }

    .PAFP5 .errorMsg {
        position: unset !important;
        top: unset !important;
    }
	.disabledElement{
		pointer-events:none;
		opacity: .65;
	}
	.upload_warning{
		float:left;
	}
	.doc_template_a {
 color:#f05282 !important;
}
.link_form_upload textarea{
	opacity:unset !important;
}
