﻿.tempFix {
    /*margin-top:-22px;*/
}

.RemoveDefaultImageField {
    margin: auto !important;
}

.RemoveAutosizeImageField {
    margin: auto !important;
    height: unset;
    width: unset;
}

/* Unset Uppercase Latest Offer Sectiob Label*/
.section.promotions .promotion-list .items > div,
.section.promotions .promotion-list .items > a {
    text-transform: unset;
}

.my-subcribe .page-header {
    display: none;
}

.my-subcribe > .has-error {
    display: none;
}

.my-subcribe label:before {
    display: none;
}

.my-subcribe .button-col .addon {
    padding: 6px 10px;
}

.button-col .addon .btn {
    border: 0;
    padding: 0;
    background: transparent;
    box-shadow: unset;
    color: white;
    width: 100%;
    text-align: left;
}

.btn.btn-tertiary.addon .search-box-button {
    width: 100%;
    position: absolute;
    background: transparent;
    border: 0;
    color: transparent;
    margin: 0;
    margin-left: -70px;
    height: 100%;
    margin-top: -10px;
}

    .btn.btn-tertiary.addon .search-box-button:focus {
        border: 0 !important;
    }

input:focus {
    border: 0 !important;
}

.tt-dropdown-menu, .facet-dropdown, #dropdown-trigger-ul {
    display: none !important;
}

.gray-text a:not(:first-child)::before {
    content: ',';
}


/*Search Box*/
.header-search .classform,
.not-found-search .classform {
    display: block;
    width: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

    .header-search .classform .button.search-icon,
    .not-found-search .classform .button.search-icon {
        width: 39px;
        height: 38px;
        margin: auto;
        border-bottom: solid 1px #373737;
        background: url("/Assets/img/icons/search.svg") center center no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }

        .header-search .classform .button.search-icon img,
        .not-found-search .classform .button.search-icon img {
            display: block;
            width: 20px;
            height: 20px;
            margin: auto;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

    .header-search .classform .search-input,
    .not-found-search .classform .search-input {
        height: 39px;
        margin-left: 39px;
        padding-left: 10px;
        border-bottom: solid 1px #373737;
    }

        .header-search .classform .search-input input,
        .not-found-search .classform .search-input input {
            display: block;
            background: none;
            border: none;
            margin: 0;
            padding: 0;
            width: 100%;
            max-width: none;
            height: 100%;
            color: #373737;
            outline: none;
        }

.page-premier-wealth .header-search .classform .button.search-icon {
    border-bottom: solid 2px #baa285;
    background: url("/Assets/img/icons/search-gold.svg") center center no-repeat;
}

.page-premier-wealth .header-search .classform .search-input {
    border-bottom: solid 2px #baa285;
}

    .page-premier-wealth .header-search .classform .search-input input {
        color: #baa285;
    }

        .page-premier-wealth .header-search .classform .search-input input::-webkit-input-placeholder {
            color: #baa285;
        }

        .page-premier-wealth .header-search .classform .search-input input:-ms-input-placeholder {
            color: #baa285;
        }

        .page-premier-wealth .header-search .classform .search-input input::-ms-input-placeholder {
            color: #baa285;
        }

        .page-premier-wealth .header-search .classform .search-input input::placeholder {
            color: #baa285;
        }

        .page-premier-wealth .header-search .classform .search-input input:-ms-input-placeholder {
            color: #baa285;
        }

        .page-premier-wealth .header-search .classform .search-input input::-ms-input-placeholder {
            color: #baa285;
        }

.search-mode .header-search .classform {
    width: 100%;
}

@media (max-width: 991.98px) {
    .sales-kit-header.search-mode .header-search .classform {
        width: 100%;
    }
}

.sales-kit-header .header-search .classform {
    width: 100%;
}

/*Not Found Help*/
.not-found-help .not-found-search .classform,
.not-found-help .search-box-input .classform,
.search-box-form .not-found-search .classform,
.search-box-form .search-box-input .classform {
    width: 100%;
}

@media (max-width: 767.98px) {
    .not-found-help .not-found-search .classform,
    .not-found-help .search-box-input .classform,
    .search-box-form .not-found-search .classform,
    .search-box-form .search-box-input .classform {
        max-width: 440px;
    }
}

.not-found-help .not-found-search .classform .button.search-icon,
.not-found-help .search-box-input .classform .button.search-icon,
.search-box-form .not-found-search .classform .button.search-icon,
.search-box-form .search-box-input .classform .button.search-icon {
    height: 45px;
    border-bottom: solid 1px #fff;
    background: url("/Assets/img/icons/search-white.svg") center center no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.not-found-help .not-found-search .classform .search-input,
.not-found-help .search-box-input .classform .search-input,
.search-box-form .not-found-search .classform .search-input,
.search-box-form .search-box-input .classform .search-input {
    height: 46px;
    border-bottom: solid 1px #fff;
}

    .not-found-help .not-found-search .classform .search-input input,
    .not-found-help .search-box-input .classform .search-input input,
    .search-box-form .not-found-search .classform .search-input input,
    .search-box-form .search-box-input .classform .search-input input {
        color: #fff;
    }

        .not-found-help .not-found-search .classform .search-input input::-webkit-input-placeholder,
        .not-found-help .search-box-input .classform .search-input input::-webkit-input-placeholder,
        .search-box-form .not-found-search .classform .search-input input::-webkit-input-placeholder,
        .search-box-form .search-box-input .classform .search-input input::-webkit-input-placeholder {
            color: #fff;
        }

        .not-found-help .not-found-search .classform .search-input input:-ms-input-placeholder,
        .not-found-help .search-box-input .classform .search-input input:-ms-input-placeholder,
        .search-box-form .not-found-search .classform .search-input input:-ms-input-placeholder,
        .search-box-form .search-box-input .classform .search-input input:-ms-input-placeholder {
            color: #fff;
        }

        .not-found-help .not-found-search .classform .search-input input::-ms-input-placeholder,
        .not-found-help .search-box-input .classform .search-input input::-ms-input-placeholder,
        .search-box-form .not-found-search .classform .search-input input::-ms-input-placeholder,
        .search-box-form .search-box-input .classform .search-input input::-ms-input-placeholder {
            color: #fff;
        }

        .not-found-help .not-found-search .classform .search-input input::placeholder,
        .not-found-help .search-box-input .classform .search-input input::placeholder,
        .search-box-form .not-found-search .classform .search-input input::placeholder,
        .search-box-form .search-box-input .classform .search-input input::placeholder {
            color: #fff;
        }

/*Bu Dian Request font dikecilkan jadi 24px*/
.m-calc-calculator .calc-box .lnum {
    font-size: 24px;
}

.card-title {
    border-bottom: 1px solid rgba(157, 157, 157, 0.3);
    padding-bottom: 15px;
    height: 58px;
    white-space: normal;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    form .input.range .rangeslider .rangeslider__labels__label:first-child,
    .form .input.range .rangeslider .rangeslider__labels__label:first-child {
        left: 15px;
    }
}

form .input.range .rangeslider .rangeslider__labels__label:last-child,
.form .input.range .rangeslider .rangeslider__labels__label:last-child {
    float: right;
    right: 8% !important;
}

@media screen and (min-width: 768px) {
    form .input.range .rangeslider .rangeslider__labels__label:last-child,
    .form .input.range .rangeslider .rangeslider__labels__label:last-child {
        right: 15px;
    }
}

form .input.range .rangeslider .rangeslider__labels__label,
.form .input.range .rangeslider .rangeslider__labels__label {
    font-size: 14px;
    font-family: 'latobold';
    position: relative;
    top: 15px;
}

form .input.range .rangeslider__handle__value,
.form .input.range .rangeslider__handle__value {
    left: 150% !important;
}

.js-datepicker {
    background: url("/Assets/img/icons/ico-calendar-green.png") right 5px bottom 5px no-repeat !important;
    padding-right: 30px;
}

.js-datepicker-start {
    background: url("/Assets/img/icons/ico-calendar-green.png") right 5px bottom 5px no-repeat !important;
    padding-right: 30px;
}

.js-datepicker-end {
    background: url("/Assets/img/icons/ico-calendar-green.png") right 5px bottom 5px no-repeat !important;
    padding-right: 30px;
}

.card-ico {
    margin-bottom: 50px;
}

@media (max-width: 1200px) {
    .card-ico {
        margin-bottom: 75px;
    }
}

@media (max-width: 768px) {
    .card-ico {
        margin-bottom: 0px;
    }
}

/**
 * this is card component as input checkbox
 * primarily used in funnel forms.
 */
.card-box-credit {
    display: inline-block;
    position: relative;
    width: 190px;
    height: 160px;
    -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    /* input checkbox within the card */
}

    .card-box-credit:hover {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    .card-box-credit a {
        display: table-cell;
        vertical-align: middle;
    }

        .card-box-credit a:hover, .card-box-credit a:focus, .card-box-credit a:active {
            text-decoration: none !important;
        }

    .card-box-credit .card-box-wrapper {
        /*background-color: #fff;*/
        color: #373737;
        /*border-radius: 8px;*/
        padding: 1rem;
        /*-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);*/
        text-align: center;
        width: 100%;
        height: 100%;
        position: relative;
        display: table;
    }

        .card-box-credit .card-box-wrapper a {
            color: #373737;
        }

        .card-box-credit .card-box-wrapper:after {
            content: '';
            width: 20px;
            height: 20px;
            position: absolute;
            top: 0;
            right: 0;
            background-image: url("/Assets/img/icons/check-green.png");
            background-size: cover;
            background-repeat: no-repeat;
            top: 6px;
            right: 6px;
            display: none;
        }

    .card-box-credit .card-box-image {
        margin: 0 auto;
    }

        .card-box-credit .card-box-image img {
            width: 100%;
            height: 100%;
        }

            .card-box-credit .card-box-image img.ico {
                width: 46px;
                height: 46px;
            }

            .card-box-credit .card-box-image img.ico--large {
                width: 150px;
                height: auto;
            }

    .card-box-credit .card-box-caption {
        padding-top: .5rem;
        padding-bottom: .5rem;
        margin: 0 auto;
        max-width: 130px;
        white-space: initial;
    }

    .card-box-credit input[type="checkbox"],
    .card-box-credit input[type="radio"] {
        position: absolute;
        z-index: 10;
        width: 100%;
        height: 100%;
        border: 0 !important;
    }

        .card-box-credit input[type="checkbox"]:checked + div.card-box-wrapper:after,
        .card-box-credit input[type="radio"]:checked + div.card-box-wrapper:after {
            display: block;
        }

.anchor[name]:before {
    display: block;
    content: "";
    margin-top: -135px;
    height: 115px;
    visibility: hidden;
}

table.table-custom th {
    vertical-align: middle;
}

.home-chat .chat-area .chat-action .scroll-for-more {
    bottom: -45px !important;
    font-size: 14px;
}

/*Custom Richky*/
table.table th,
table.table td {
    padding: 10px 12px;
    min-width: 170px;
    max-width: 300px;
    word-wrap: break-word;
}

@media (min-width: 576px) {
    table.table th,
    table.table td {
        padding: 20px 25px;
    }
}

table.table th {
    background-color: #FFC600;
    font-family: 'latobold';
    font-weight: normal;
    vertical-align: top;
}


/* clickable on a */
.container .large-pad {
    z-index: 0;
	/*benefit component*/
	padding-top:1px!important;
}

/*.container .row:not(.submission) {
    z-index: 100;
}*/

.container .row:not(.submission) {
    z-index: 9; /*update for loan recalculate component*/
}

.container .search-travel {
    z-index: 9; /*update for search on lifestyle promotions*/
}

i.rotateReverse {
    -ms-transform: rotate(180deg) !important; /* IE 9 */
    -webkit-transform: rotate(180deg) !important; /* Safari 3-8 */
    transform: rotate(180deg) !important;
}



@media (min-width: 768px) {
    .modal[modal-name="modal-error-message"] .modal-dialog,
    .modal[modal-name="modal-different-product-error-message"] .modal-dialog,
    .modal[modal-name="unverifiedMsg"] .modal-dialog,
    .modal[modal-name="updateRSBMsg"] .modal-dialog,
    .modal[modal-name="updateRDMsg"] .modal-dialog,
    .modal[modal-name="modal-process-loading"] .modal-dialog {
        width: 450px;
    }
}

.modal[modal-name="unverifiedMsg"] .modal-content,
.modal[modal-name="updateRSBMsg"] .modal-content,
.modal[modal-name="updateRDMsg"] .modal-content {
    color: #373737;
}

    .modal[modal-name="unverifiedMsg"] .modal-content #modal-close-svg,
    .modal[modal-name="updateRSBMsg"] .modal-content #modal-close-svg,
    .modal[modal-name="updateRDMsg"] .modal-content #modal-close-svg {
        fill: #373737;
    }

.modal[modal-name="unverifiedMsg"] .modal-header,
.modal[modal-name="updateRSBMsg"] .modal-header,
.modal[modal-name="updateRDMsg"] .modal-header,
.modal[modal-name="unverifiedMsg"] .modal-footer,
.modal[modal-name="updateRSBMsg"] .modal-footer,
.modal[modal-name="updateRDMsg"] .modal-footer {
    border: 0;
}

.modal[modal-name="unverifiedMsg"] .modal-body,
.modal[modal-name="updateRSBMsg"] .modal-body,
.modal[modal-name="updateRDMsg"] .modal-body {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 8px;
    text-align: left;
    padding: 0 1rem;
}

#faqSearch input[type="text"] {
    width: 100%;
    max-width: 270px;
    height: 60px;
    background: none;
    border: none;
    border-bottom: solid 1px #9d9d9d;
    margin: 0 30px 20px 0;
    font-size: 14px;
}

    #faqSearch input[type="text"]::-webkit-input-placeholder {
        color: #9d9d9d;
        font-size: 14px;
    }

.form-search input[name="LocationName"]::-webkit-input-placeholder {
    color: #9d9d9d;
    font-size: 14px;
}

.btn-search-width {
    width: 230px;
}

#webcam-area video {
    width: 100%;
}

#webcam-area canvas {
    width: 100%;
    height: 100%;
}

form.form-ntb canvas, form.form-apply canvas {
    height: 200px;
    max-width: 265px;
}

.modal[modal-name="photo"] video {
    height: 400px;
    max-width: 530px;
    margin: 0 auto;
    /*border: 3px dashed #373737;*/
    /*background-color: #515151;
    border-radius: 8px;*/
}

@media (min-width: 576px) {
    .modal[modal-name="photo"] video {
        height: 332px;
    }
}

.bg-color-g1 {
    background-color: #f7f7f7 !important;
}


.badge-button-text {
    display: inline-block;
    width: 100%;
    margin: 0 6px;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    position: relative;
}

/*
    Button Apply Color
*/
.m-top-nav .apply-grey {
    background-color: #636363 !important;
    border-color: #636363 !important;
}

.apply-grey:hover {
    background-color: #8e8e8e !important;
    border-color: #8e8e8e !important;
}

.m-top-nav .apply-pink {
    background-color: #E67D93 !important;
    border-color: #636363 !important;
}
/**

* this is card component as input checkbox

* primarily used in ORI form

*/
.card-box-ori {
    display: inline-block;
    position: relative;
    width: 130px;
    height: 150px;
    -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    /* input checkbox within the card */
}

    .card-box-ori:hover {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    .card-box-ori a {
        display: table-cell;
        vertical-align: middle;
    }

        .card-box-ori a:hover, .card-box a:focus, .card-box a:active {
            text-decoration: none !important;
        }

    .card-box-ori .card-box-wrapper {
        background-color: #fff;
        color: #373737;
        border-radius: 8px;
        padding: 1rem;
        -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
        text-align: center;
        width: 100%;
        height: 100%;
        position: relative;
        display: table;
    }

        .card-box-ori .card-box-wrapper a {
            color: #373737;
        }

        .card-box-ori .card-box-wrapper:after {
            content: '';
            width: 20px;
            height: 20px;
            position: absolute;
            top: 0;
            right: 0;
            background-image: url("/Assets/img/icons/check-green.png");
            background-size: cover;
            background-repeat: no-repeat;
            top: 6px;
            right: 6px;
            display: none;
        }

    .card-box-ori .card-box-image {
        margin: 0 auto;
    }

        .card-box-ori .card-box-image img {
            width: 100%;
            height: 100%;
        }

            .card-box-ori .card-box-image img.ico {
                width: 46px;
                height: 46px;
            }

            .card-box-ori .card-box-image img.ico--large {
                width: 60px;
                height: auto;
            }

    .card-box-ori .card-box-caption {
        padding-top: .5rem;
        padding-bottom: .5rem;
        margin: 0 auto;
        max-width: 130px;
        white-space: initial;
    }

    .card-box-ori input[type="checkbox"],
    .card-box-ori input[type="radio"] {
        position: absolute;
        z-index: 10;
        width: 100%;
        height: 100%;
        border: 0 !important;
    }

        .card-box-ori input[type="checkbox"]:checked + div.card-box-wrapper:after,
        .card-box-ori input[type="radio"]:checked + div.card-box-wrapper:after {
            display: block;
        }

/* end of ORI */


/* blog comment */
.career-program .blog-comment {
    width: 770px;
    margin: 0 auto;
}

@media screen and (max-width: 820px) {
    .career-program .blog-comment {
        width: auto;
    }
}

.career-program .blog-comment .date {
    margin-bottom: 30px;
}

.career-program .blog-comment .filter-tag-wrapper {
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .career-program .blog-comment .filter-tag-wrapper .filter-tag-list span {
        font-size: 11px;
        line-height: 34px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 16px;
        padding-right: 16px;
    }
}
/* end blog comment*/


form select.control-select, form select.control-select:focus, form select.control-select:hover {
    padding: 6px 18px;
    background: url("/Assets/img/icons/arrow-down-small.png") no-repeat right 12px !important;
}

.page-premier-wealth .site-logo a {
    background: url("/-/media/Feature/Content/Premier%20Wealth/maybank-pw-logo-2019.png") left center no-repeat;
    width: 242px;
    height: 34px;
}


/*Secondary Market*/

.secondary-market.table-container {
    border: 1px solid #963;
    display: inline-block;
    height: 150px;
    padding-top: 1.875em;
    position: relative;
}

    .secondary-market.table-container > div {
        border-color: #888;
        border-style: solid;
        border-width: 1px 1px 2px 1px;
        height: 1.7em;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.secondary-market.table-container table {
    display: block;
    height: 150px;
    overflow-y: auto;
}

.secondary-market.table-container th {
    padding: 0 5px;
    text-align: center;
}

    .secondary-market.table-container th:first-child > div {
        border-left: none;
        padding-left: 7px;
    }

    .secondary-market.table-container th > div {
        border-left: 2px solid #888;
        line-height: 1.875em;
        margin-left: -6px;
        padding-left: 5px;
        position: absolute;
        top: 0;
    }

.secondary-market.table-container tbody {
    border-color: #888;
    border-style: solid;
    border-width: 0 1px 2px 1px;
    padding: 5px;
}


.secondary-market.table-responsive .table-custom th {
    background-color: #373737;
    color: #fff;
}

.secondary-market.table-responsive {
    background-color: #373737;
}

@media (max-width: 991.98px) {
    .secondary-market.table-responsive tbody {
        /*overflow: auto !important;*/
        max-height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media (min-width: 768px) {
    .secondary-market.table-responsive tbody {
        /*overflow: auto !important;*/
        max-height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.secondary-market.table-responsive .table-custom thead, .secondary-market.table-responsive .table-custom .table-fixed tbody {
    display: block;
}
/* End Secondary Market*/

.btn.btn-primary.js-modal-trigger.product-info-ipo {
	margin-top: 15px !important;
}

span[scfieldtype="rich text"] {
	width: 100% !important;
}

.selfie-modal-dialog {
	width:unset !important;
}