hr {
    margin: 5px 0;
    border: 1px solid #ece9e9;
    width: 100%;
}

.hwcCustomization .table-scroll {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto
}

.hwcCustomization table {
    width: 100%;
    overflow: auto;
    border-collapse: collapse
}

.hwcCustomization thead {
    border-bottom: 2px solid #ece9e9;
    border-collapse: separate;
    border-spacing: 5px 5px
}

.hwcCustomization tfoot tr td {
    border-top: 2px solid #ece9e9;
    border-collapse: separate;
    border-spacing: 5px 5px
}

.hwcCustomization .CusHeaderWidget {
    text-align: center
}

.hwcCustomization .basicTable th {
    background-color: #715f5f;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-spacing: 3px;
    color: #fff
}

.hwcCustomization .basicTable tr {
    background-color: #ece9e9;
    border-collapse: collapse;
    border-spacing: 0
}

    .hwcCustomization .basicTable tr:nth-child(2n+1) {
        background-color: #f8f8f8;
        border-collapse: collapse;
        border-spacing: 0
    }

.hwcCustomization .table-header {
    border-bottom: 2px solid #ece9e9;
    border-collapse: separate;
    border-spacing: 5px 5px
}

.hwcCustomization .table-body {
    font-weight: 400;
    border-bottom: 2px solid #ece9e9;
    border-top: 2px solid #ece9e9
}

.hwcCustomization .table-footer {
    font-weight: 700;
    border-top: 2px solid #ece9e9;
    margin: 5px
}

.hwcCustomization .tab_wrap {
    border: 1px solid #999;
    max-width: 300px;
    width: 100%
}

.hwcCustomization .basicTable2.borderFoot {
    border-bottom: 6px solid #ffda00
}

.hwcCustomization .basicTable2 tbody tr {
    vertical-align: top
}

.hwcCustomization .basicTable2 th {
    background-color: #ffda00;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-spacing: 3px
}

.hwcCustomization .basicTable2 tr {
    background-color: #ece9e9;
    border-collapse: collapse;
    border-spacing: 0
}

    .hwcCustomization .basicTable2 tr:nth-child(2n+1) {
        background-color: #f8f8f8;
        border-collapse: collapse;
        border-spacing: 0
    }

    .hwcCustomization .basicTable2 tr td {
        padding-left: 5px;
        padding-right: 10px
    }

.hwcCustomization .basicTable3 tbody tr {
    vertical-align: top
}

.hwcCustomization .basicTable3 th {
    background-color: #ffda00;
    border-style: solid;
    border-width: 0;
    border-color: #fff;
    border-spacing: 3px
}

.hwcCustomization .basicTable3 tr {
    background-color: #ece9e9;
    border-collapse: collapse;
    border-spacing: 0
}

    .hwcCustomization .basicTable3 tr:nth-child(2n+1) {
        background-color: #f8f8f8;
        border-collapse: collapse;
        border-spacing: 0
    }

    .hwcCustomization .basicTable3 tr td {
        padding-left: 15px;
        padding-right: 15px
    }

.ArrowBefore::before {
    content: "";
    border-bottom: solid 15px #ede9ea;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: relative;
    top: 7px;
    left: 48%
}

.hwcCustomization.pymContent .btnOrange.btnLoginMyKrungsri {
    width: 100px;
    height: 38px;
    margin-top: 18px;
    margin-bottom: 12px
}

.btn-SeeMore {
    background: inherit;
    border: 1px solid #564243;
    color: #564243;
    font-size: 12px;
    min-width: 160px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 5px !important;
    padding-bottom: 1px !important;
    width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden;
    margin: 0 auto
}

.hwcCustomization.pymContent .btnOrange {
    background-color: #ff6700;
    font-size: 14pt;
    color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: none;
    width: 150px;
    height: 44px
}

.hwcCustomization.pymContent.modalbox {
    background: none repeat scroll 0 0 #fff;
    -moz-box-shadow: 0 0 8px #171a24;
    -webkit-box-shadow: 0 0 8px #171a24;
    box-shadow: 0 0 8px #171a24;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px;
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    -webkit-transform: scale(.95);
    transform: scale(.95);
    width: auto;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.hwcCustomization.pymContent.alert-authen {
    width: 320px;
    text-align: center
}

    .hwcCustomization.pymContent.alert-authen label, .hwcCustomization.pymContent.alert-authen span {
        font-weight: 700;
        font-size: 16px
    }

    .hwcCustomization.pymContent.alert-authen a.btn {
        text-decoration: none
    }

    .hwcCustomization.pymContent.alert-authen a {
        text-decoration: underline;
        font-weight: 400
    }

    .hwcCustomization.pymContent.alert-authen #lblRegister a {
        font-size: 14px;
        font-weight: 400
    }

.hwcCustomization.pymContent .modal-close {
    position: absolute;
    top: 5px;
    right: 7px;
    width: 28px;
    height: 28px;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #aea4a5;
    font-size: 22px;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

    .hwcCustomization.pymContent .modal-close:after {
        display: block;
        text-align: center;
        content: "Ã—";
        cursor: pointer;
        text-decoration: none;
        color: #aea4a5;
        font-size: 22px;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }

    .hwcCustomization.pymContent .modal-close:active, .hwcCustomization.pymContent .modal-close:hover {
        border: 2px solid #3e5368
    }

        .hwcCustomization.pymContent .modal-close:active.modal-close:after, .hwcCustomization.pymContent .modal-close:hover.modal-close:after {
            color: #3e5368
        }

.hwcCustomization.pymContent .triangle-border, .print-content .triangle-border {
    position: relative;
    padding: 15px;
    margin: 1em 0 3em;
    border: 3px solid #9b9b9b;
    color: #554242;
    background: #f7f7f7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

    .hwcCustomization.pymContent .triangle-border.left, .print-content .triangle-border.left {
        margin-left: 30px
    }

    .hwcCustomization.pymContent .triangle-border.right, .print-content .triangle-border.right {
        margin-right: 30px
    }

    .hwcCustomization.pymContent .triangle-border:before, .print-content .triangle-border:before {
        content: "";
        position: absolute;
        bottom: -23px;
        left: 24px;
        border-width: 23px 28px 0 9px;
        border-style: solid;
        border-color: #9b9b9b transparent;
        display: block;
        width: 0
    }

    .hwcCustomization.pymContent .triangle-border:after, .print-content .triangle-border:after {
        content: "";
        position: absolute;
        bottom: -19px;
        left: 25px;
        border-width: 20px 25px 0 8px;
        border-style: solid;
        border-color: #f7f7f7 transparent;
        display: block;
        width: 0
    }

    .hwcCustomization.pymContent .triangle-border.top:before, .print-content .triangle-border.top:before {
        top: -20px;
        bottom: auto;
        left: auto;
        right: 40px;
        border-width: 0 20px 20px
    }

    .hwcCustomization.pymContent .triangle-border.top:after, .print-content .triangle-border.top:after {
        top: -13px;
        bottom: auto;
        left: auto;
        right: 47px;
        border-width: 0 13px 13px
    }

    .hwcCustomization.pymContent .triangle-border.left:before, .print-content .triangle-border.left:before {
        top: 10px;
        bottom: auto;
        left: -30px;
        border-width: 15px 30px 15px 0;
        border-color: transparent #5a8f00
    }

    .hwcCustomization.pymContent .triangle-border.left:after, .print-content .triangle-border.left:after {
        top: 16px;
        bottom: auto;
        left: -21px;
        border-width: 9px 21px 9px 0;
        border-color: transparent #fff
    }

    .hwcCustomization.pymContent .triangle-border.right:before, .print-content .triangle-border.right:before {
        top: 10px;
        bottom: auto;
        left: auto;
        right: -30px;
        border-width: 15px 0 15px 30px;
        border-color: transparent #5a8f00
    }

    .hwcCustomization.pymContent .triangle-border.right:after, .print-content .triangle-border.right:after {
        top: 16px;
        bottom: auto;
        left: auto;
        right: -21px;
        border-width: 9px 0 9px 21px;
        border-color: transparent #fff
    }

.hwcCustomization.pymContent.border {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 0 1px 0;
    -webkit-box-shadow: 0 0 1px 0;
    box-shadow: 0 0 1px 0
}

.hwcCustomization.pymContent .pym-page {
    min-height: 400px;
    background-color: #fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px
}

    .hwcCustomization.pymContent .pym-page .pym-head {
        background-color: #ffe968;
        -moz-border-radius: 7px 7px 0 0;
        -webkit-border-radius: 7px 7px 0 0;
        border-radius: 7px 7px 0 0
    }

        .hwcCustomization.pymContent .pym-page .pym-head div.pym-content {
            -moz-opacity: 0;
            opacity: 0;
            position: absolute;
            max-height: 0;
            left: -9999px;
            -moz-transition: opacity .5s linear;
            -o-transition: opacity .5s linear;
            -webkit-transition: opacity .5s linear;
            transition: opacity .5s linear
        }

            .hwcCustomization.pymContent .pym-page .pym-head div.pym-content.active {
                -moz-opacity: 1;
                opacity: 1;
                max-height: none;
                left: auto;
                position: relative
            }

            .hwcCustomization.pymContent .pym-page .pym-head div.pym-content.active2 {
                -moz-opacity: 1;
                opacity: 1;
                max-height: 1000px;
                left: auto;
                position: relative;
                -moz-transition: max-height .5s ease;
                -o-transition: max-height .5s ease;
                -webkit-transition: max-height .5s ease;
                transition: max-height .5s ease
            }

        .hwcCustomization.pymContent .pym-page .pym-head div.step {
            padding-top: 10px;
            padding-bottom: 5px;
            text-align: center
        }

        .hwcCustomization.pymContent .pym-page .pym-head div.question {
            text-align: center;
            padding-bottom: 10px
        }

        .hwcCustomization.pymContent .pym-page .pym-head label.step, .hwcCustomization.pymContent .pym-page .pym-head span.step {
            font-size: 14px
        }

        .hwcCustomization.pymContent .pym-page .pym-head label.question, .hwcCustomization.pymContent .pym-page .pym-head span.question {
            color: #554242;
            font-size: 16px;
            font-weight: 700
        }

    .hwcCustomization.pymContent .pym-page .pym-progressContent {
        background: linear-gradient(180deg,#ffe968 50%,#fff 50%);
        height: 45px;
        padding-top: 18px
    }

    .hwcCustomization.pymContent .pym-page .pym-body {
        padding-top: 20px
    }

        .hwcCustomization.pymContent .pym-page .pym-body .pym-content {
            -moz-opacity: 0;
            opacity: 0;
            position: absolute;
            max-height: 0;
            left: -9999px;
            overflow: hidden;
            -moz-transition: opacity .5s linear,max-height 1s linear;
            -o-transition: opacity .5s linear,max-height 1s linear;
            -webkit-transition: opacity .5s linear,max-height 1s linear;
            transition: opacity .5s linear,max-height 1s linear
        }

            .hwcCustomization.pymContent .pym-page .pym-body .pym-content .selector-question .selector {
                text-align: center;
                color: #b7aeae
            }

                .hwcCustomization.pymContent .pym-page .pym-body .pym-content .selector-question .selector.active {
                    color: #554242
                }

                .hwcCustomization.pymContent .pym-page .pym-body .pym-content .selector-question .selector img {
                    width: 150px;
                    height: 150px;
                    max-width: 100%;
                    max-height: 100%;
                    cursor: pointer
                }

            .hwcCustomization.pymContent .pym-page .pym-body .pym-content.active {
                -moz-opacity: 1;
                opacity: 1;
                max-height: none;
                left: auto;
                position: relative
            }

                .hwcCustomization.pymContent .pym-page .pym-body .pym-content.active:after {
                    content: "";
                    display: block;
                    clear: both;
                    visibility: hidden
                }

            .hwcCustomization.pymContent .pym-page .pym-body .pym-content.active2 {
                -moz-opacity: 1;
                opacity: 1;
                max-height: 5000px;
                left: auto;
                position: relative
            }

            .hwcCustomization.pymContent .pym-page .pym-body .pym-content .pym-questionContent {
                text-align: center
            }

                .hwcCustomization.pymContent .pym-page .pym-body .pym-content .pym-questionContent img {
                    max-width: 225px;
                    max-height: 225px;
                    width: 225px;
                    height: 225px
                }

            .hwcCustomization.pymContent .pym-page .pym-body .pym-content .pym-actionContent {
                padding-bottom: 50px
            }

                .hwcCustomization.pymContent .pym-page .pym-body .pym-content .pym-actionContent .input-content {
                    margin: 0 auto;
                    text-align: center
                }

                    .hwcCustomization.pymContent .pym-page .pym-body .pym-content .pym-actionContent .input-content .pym-2ChoiceContent .btn {
                        width: 80%;
                        min-height: 42px
                    }

                    .hwcCustomization.pymContent .pym-page .pym-body .pym-content .pym-actionContent .input-content .pym-verticalChoiceContent div {
                        padding-top: 10px;
                        padding-bottom: 10px
                    }

                        .hwcCustomization.pymContent .pym-page .pym-body .pym-content .pym-actionContent .input-content .pym-verticalChoiceContent div .btn {
                            width: 90%;
                            padding: 5px
                        }

                    .hwcCustomization.pymContent .pym-page .pym-body .pym-content .pym-actionContent .input-content.textbox {
                        max-width: 300px
                    }

                    .hwcCustomization.pymContent .pym-page .pym-body .pym-content .pym-actionContent .input-content.slider {
                        max-width: 450px
                    }

                .hwcCustomization.pymContent .pym-page .pym-body .pym-content .pym-actionContent:after {
                    content: "";
                    display: block;
                    clear: both;
                    visibility: hidden
                }

            .hwcCustomization.pymContent .pym-page .pym-body .pym-content .pym-resultContent {
                padding-bottom: 50px
            }

                .hwcCustomization.pymContent .pym-page .pym-body .pym-content .pym-resultContent:after {
                    content: "";
                    display: block;
                    clear: both;
                    visibility: hidden
                }

        .hwcCustomization.pymContent .pym-page .pym-body .pym-loadingContent {
            position: absolute;
            top: 50%;
            left: 50%;
            display: none
        }

        .hwcCustomization.pymContent .pym-page .pym-body.loading .pym-content.active {
            -moz-opacity: 0;
            opacity: 0;
            max-height: 150px
        }

        .hwcCustomization.pymContent .pym-page .pym-body.loading .pym-loadingContent {
            display: block
        }

.hwcCustomization.pymContent .pym-tab {
    background-color: #f7f7f7;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #e5e5e5;
    overflow: hidden
}

    .hwcCustomization.pymContent .pym-tab .tabHead-dual {
        background-color: #fff
    }

        .hwcCustomization.pymContent .pym-tab .tabHead-dual > div {
            width: 50%;
            float: left;
            text-align: center;
            padding: 8px;
            border-left: 1px solid #ebebeb;
            border-right: 1px solid #ebebeb;
            border-bottom: 1px solid #ebebeb;
            border-collapse: collapse;
            cursor: pointer
        }

        .hwcCustomization.pymContent .pym-tab .tabHead-dual .active {
            background-color: #f7f7f7;
            cursor: not-allowed
        }

        .hwcCustomization.pymContent .pym-tab .tabHead-dual:after {
            content: "";
            display: block;
            clear: both;
            visibility: hidden
        }

    .hwcCustomization.pymContent .pym-tab .tab {
        max-height: 0;
        -moz-transition: max-height .5s ease;
        -o-transition: max-height .5s ease;
        -webkit-transition: max-height .5s ease;
        transition: max-height .5s ease
    }

        .hwcCustomization.pymContent .pym-tab .tab.active {
            max-height: 999px
        }

        .hwcCustomization.pymContent .pym-tab .tab .ddTitle {
            color: #554242;
            background-color: #fff
        }

.hwcCustomization.pymContent .panel.panel-pym {
    background-color: #f7f7f7;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #e5e5e5
}

    .hwcCustomization.pymContent .panel.panel-pym .panel-head {
        background-color: #fff;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        font-weight: 700;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        border: 0 solid #e5e5e5;
        background-image: url(../../../../Content/Images/arrow-down-y1.png);
        background-repeat: no-repeat;
        background-position: 100% 50%;
        cursor: pointer
    }

    .hwcCustomization.pymContent .panel.panel-pym .panel-body {
        padding: 0;
        max-height: 0;
        overflow: hidden;
        -ms-zoom: 1;
        zoom: 1;
        -moz-transition: max-height .5s ease;
        -o-transition: max-height .5s ease;
        -webkit-transition: max-height .5s ease;
        transition: max-height .5s ease
    }

    .hwcCustomization.pymContent .panel.panel-pym.active .panel-head {
        background-color: #fff;
        -moz-border-radius: 7px 7px 0 0;
        -webkit-border-radius: 7px 7px 0 0;
        border-radius: 7px 7px 0 0;
        font-weight: 700;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #e5e5e5;
        background-image: url(../../../../Content/Images/arrow-down-y1.png);
        background-repeat: no-repeat;
        background-position: 100% 50%;
        cursor: pointer
    }

    .hwcCustomization.pymContent .panel.panel-pym.active .panel-body {
        max-height: 900px
    }

.hwcCustomization.pymContent .pym-buttom {
    background-color: #fffdf5;
    border-top: 1px solid #dedada;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px
}

    .hwcCustomization.pymContent .pym-buttom:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden
    }

    .hwcCustomization.pymContent .pym-buttom .content-btn {
        width: 50%;
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
        float: left
    }

.hwcCustomization.pymContent .print_btn {
    height: 20px;
    width: 20px;
    cursor: pointer;
    margin-top: 5px;
}

.hwcCustomization.pymContent .pym-buttom .content-btn .btn {
    height: 40px;
    width: 80%;
    border: 2px solid #ebebeb;
    background-color: #f7f7f7;
    font-weight: 700;
    border-radius: 10px !important;
    border: 0px solid transparent !important;
}

    .hwcCustomization.pymContent .pym-buttom .content-btn .btn:hover {
        background-color: #ddd;
    }

    .hwcCustomization.pymContent .pym-buttom .content-btn .btn.btn-yellow {
        background-color: #ffd543;
        border: 1px solid #ffd543
    }

        .hwcCustomization.pymContent .pym-buttom .content-btn .btn.btn-yellow:hover {
            background-color: #fdc500
        }

.hwcCustomization.pymContent .pym-buttom.first .content-btn {
    width: 100%
}

.hwcCustomization.pymContent .pym-buttom.first .content-btnBack {
    display: none
}

    .hwcCustomization.pymContent .pym-buttom.first .content-btnBack button {
        font-weight: 700
    }

.hwcCustomization.pymContent .pym-buttom.first .content-btnNext {
    display: block
}

    .hwcCustomization.pymContent .pym-buttom.first .content-btnNext button {
        font-weight: 700
    }

.hwcCustomization.pymContent .pym-buttom.last .content-btn {
    width: 100%
}

.hwcCustomization.pymContent .pym-buttom.last .content-btnBack {
    display: block
}

    .hwcCustomization.pymContent .pym-buttom.last .content-btnBack button {
        font-weight: 700
    }

.hwcCustomization.pymContent .pym-buttom.last .content-btnNext {
    display: none
}

    .hwcCustomization.pymContent .pym-buttom.last .content-btnNext button {
        font-weight: 700
    }

.hwcCustomization.pymContent .well {
    background-color: #f7f7f7;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 0
}

.hwcCustomization.pymContent .well-gray {
    padding: 10px;
    background-color: #ede9ea
}

.hwcCustomization.pymContent .well.well-white {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #ebebeb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .hwcCustomization.pymContent .well.well-white.borderRadius {
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px
    }

.hwcCustomization.pymContent .well.well-black {
    background-color: #544040;
    color: #ffd543;
    border: 0
}

.hwcCustomization.pymContent .well .pym-formGroup.i-addon .form-control {
    -moz-border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    border-right: 0;
    padding-left: 20px;
    height: 40px
}

.hwcCustomization.pymContent .well .pym-formGroup.i-addon .input-group-addon {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-left: 0;
    -moz-border-radius: 0 7px 7px 0;
    -webkit-border-radius: 7px;
    border-radius: 0 7px 7px 0;
    color: #b7aeae;
    -moz-transition: border-color .1s linear;
    -o-transition: border-color .1s linear;
    -webkit-transition: border-color .1s linear;
    transition: border-color .1s linear
}

.hwcCustomization.pymContent .well .pym-formGroup.i-addon .form-control:focus + .input-group-addon {
    border-color: #ffd543;
    border-left: 0
}

.hwcCustomization.pymContent .well .pym-formGroup .form-control {
    background-color: #fff;
    border: 1px solid #ebebeb;
    -moz-border-radius: 7px 7px;
    -webkit-border-radius: 7px 7px;
    border-radius: 7px
}

.hwcCustomization.pymContent .well .ddTitle {
    color: #554242;
    background-color: #fff
}

.tooltip .tooltip-inner {
    background-color: #7f7070;
    color: #ffd543;
    font-size: 12px;
    font-family: 'Thongterm_krungsri2';
}

.hwcCustomization.pymContent .tooltip .tooltip-inner {
    background-color: #7f7070;
    color: #ffd543
}

.hwcCustomization.pymContent .tooltip .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #7f7070
}

.hwcCustomization.pymContent .pym-ddl.white .ddTitle {
    color: #554242;
    background-color: #fff
}

.hwcCustomization.pymContent .pym-ddl.ddlAlert .dd {
    border-color: #ff6700
}

.hwcCustomization.pymContent .pym-formGroup.input-alert .form-control, .hwcCustomization.pymContent .pym-formGroup.input-alert .input-group-addon {
    border-color: #ff6700 !important
}

.hwcCustomization.pymContent .pym-formGroup.i-addon .form-control {
    -moz-border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    border-right: 0;
    padding-left: 20px;
    height: 40px
}

.hwcCustomization.pymContent .pym-formGroup.i-addon .input-group-addon {
    background-color: #f7f7f7;
    border: 1px solid #ebebeb;
    border-left: 0;
    -moz-border-radius: 0 7px 7px 0;
    -webkit-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    color: #b7aeae;
    -moz-transition: border-color .1s linear;
    -o-transition: border-color .1s linear;
    -webkit-transition: border-color .1s linear;
    transition: border-color .1s linear
}

.hwcCustomization.pymContent .pym-formGroup.i-addon .form-control:focus + .input-group-addon {
    border-color: #ffd543;
    border-left: 0
}

.hwcCustomization.pymContent .pym-formGroup.i-addon.front .form-control {
    -moz-border-radius: 0 7px 7px 0;
    -webkit-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    border-left: 0;
    padding-left: 20px;
    height: 40px
}

    .hwcCustomization.pymContent .pym-formGroup.i-addon.front .form-control.white {
        background-color: #fff;
        border-color: #ebebeb
    }

.hwcCustomization.pymContent .pym-formGroup.i-addon.front .input-group-addon {
    background-color: #f7f7f7;
    border: 1px solid #ebebeb;
    border-right: 0;
    -moz-border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    color: #b7aeae
}

    .hwcCustomization.pymContent .pym-formGroup.i-addon.front .input-group-addon.white {
        background-color: #fff;
        border-color: #ebebeb
    }

.hwcCustomization.pymContent .pym-formGroup .form-control {
    background-color: #f7f7f7;
    border: 1px solid #ebebeb;
    -moz-border-radius: 7px 7px;
    -webkit-border-radius: 7px 7px;
    border-radius: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .hwcCustomization.pymContent .pym-formGroup .form-control.white {
        background-color: #fff;
        border: 1px solid #ebebeb
    }

    .hwcCustomization.pymContent .pym-formGroup .form-control:focus {
        border-color: #ffd543;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.hwcCustomization.pymContent .btn {
    padding-top: 6px;
    padding-left: 0;
    padding-bottom: 6px;
    padding-right: 0;
    min-width: 150px;
    white-space: normal
}

    .hwcCustomization.pymContent .btn.btn-pymResultAction {
        color: #ffd543;
        background-color: #544040;
        min-width: 160px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 1px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden
    }

        .hwcCustomization.pymContent .btn.btn-pymResultAction img {
            width: 18px;
            height: 18px;
            max-height: 100%;
            max-width: 100%;
            margin-top: -4px;
            display: inline-block
        }

.btn-SeeMore label {
    margin-left: 7px;
    font-weight: 700;
    cursor: pointer
}

.hwcCustomization.pymContent .btn.btn-pymResultAction label {
    margin-left: 7px;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
}

.hwcCustomization.pymContent .btn.btn-pymResultAction:hover {
    -moz-opacity: .8;
    opacity: .8
}

.hwcCustomization.pymContent .btn.btn-control {
    background-color: #fff;
    border: 1px solid #ebebeb
}

    .hwcCustomization.pymContent .btn.btn-control:hover {
        background-color: #f7f7f7
    }

    .hwcCustomization.pymContent .btn.btn-control.active {
        background-color: #ffd543;
        border: 1px solid #ffd543;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .hwcCustomization.pymContent .btn.btn-control.active:hover {
            background-color: #fdc500
        }

        .hwcCustomization.pymContent .btn.btn-control.active:active {
            -moz-outline: 0;
            outline: 0;
            background-image: none;
            -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
            -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
        }

.hwcCustomization.pymContent .btn.btn-yellow {
    background-color: #ffd543;
    border: 1px solid #ffd543
}

    .hwcCustomization.pymContent .btn.btn-yellow:hover {
        background-color: #fdc500;
    }

.hwcCustomization.pymContent .btn.btn-orange {
    background-color: #ff6700;
    border: 0 solid #ffd543;
    color: #fff
}

    .hwcCustomization.pymContent .btn.btn-orange:hover {
        background-color: #dd5a02
    }

.hwcCustomization.pymContent .pym-legend ul {
    list-style: none;
    padding-left: 0
}

    .hwcCustomization.pymContent .pym-legend ul li .bullet {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }

.hwcCustomization.pymContent .pym-legend .bullet {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.hwcCustomization.pymContent .pym-img.img-tooltip {
    width: 14px;
    height: 14px
}

.hwcCustomization.pymContent .pym-img .img-general {
    max-width: 100%;
    max-height: 100%;
    width: 225px;
    height: 225px
}

.hwcCustomization.pymContent .recommended-arrow {
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #f7f7f7;
    cursor: pointer;
    background-color: #fff !important;
    z-index: 100
}

    .hwcCustomization.pymContent .recommended-arrow:hover {
        opacity: .5
    }

    .hwcCustomization.pymContent .recommended-arrow.down {
        background: url(../../../../Content/Images/2016Planyourmoney/Icon/ArrowDown.png) no-repeat center;
        background-size: 16px
    }

    .hwcCustomization.pymContent .recommended-arrow.up {
        background: url(../../../../Content/Images/2016Planyourmoney/Icon/ArrowUp.png) no-repeat center;
        background-size: 16px
    }

.hwcCustomization.pymContent .align-center {
    margin: 0 auto
}

.hwcCustomization.pymContent .clearBoth {
    clear: both
}

.hwcCustomization.pymContent .floatheight:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden
}

.hwcCustomization.pymContent .width40 {
    width: 40%
}

.hwcCustomization.pymContent .width45 {
    width: 45%
}

.hwcCustomization.pymContent .width50 {
    width: 50%
}

.hwcCustomization.pymContent .width60 {
    width: 60%
}

.hwcCustomization.pymContent .width70 {
    width: 70%
}

.hwcCustomization.pymContent .width80 {
    width: 80%
}

.hwcCustomization.pymContent .width90 {
    width: 90%
}

.hwcCustomization.pymContent .width95 {
    width: 95%
}

.hwcCustomization.pymContent .width100 {
    width: 100%
}

.hwcCustomization.pymContent .fontBold {
    font-weight: 700
}

.hwcCustomization.pymContent .fontSize12 {
    font-size: 12px
}

.hwcCustomization.pymContent .fontSize14 {
    font-size: 14px
}

.hwcCustomization.pymContent .fontSize16 {
    font-size: 16px
}

.hwcCustomization.pymContent .fontSize18 {
    font-size: 18px
}

.hwcCustomization.pymContent .fontSize20 {
    font-size: 20px
}

.hwcCustomization.pymContent .fontSize24 {
    font-size: 24px
}

.hwcCustomization.pymContent .fontSize30 {
    font-size: 30px
}

.hwcCustomization.pymContent .fontSize32 {
    font-size: 32px
}

.hwcCustomization.pymContent .textColor-white {
    color: #fff
}

.hwcCustomization.pymContent .textColor-yellow {
    color: #ffd543
}

.hwcCustomization.pymContent .textColor-lightGray {
    color: #9b9b9b
}

.hwcCustomization.pymContent .textColor-green {
    color: #98cd61
}

.hwcCustomization.pymContent .textColor-orange {
    color: #ff6700
}

.hwcCustomization.pymContent .text-alert {
    color: #ff6700;
    display: none
}

    .hwcCustomization.pymContent .text-alert.alertActive {
        display: block
    }

.hwcCustomization.pymContent hr.yellow {
    border-color: #ffd543
}

.hwcCustomization.pymContent .bullet {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.hwcCustomization .pym-formGroup .input-group-addon {
    display: flex;
    align-items: center;
    padding: 0 12px;
}

@media (min-width:768px) {
    .hwcCustomization.pymContent .paddingLeft-md-10 {
        padding-left: 10px
    }

    .hwcCustomization.pymContent .paddingRight-md-10 {
        padding-right: 10px
    }

    .hwcCustomization.pymContent .paddingLeft-md-15 {
        padding-left: 15px
    }

    .hwcCustomization.pymContent .paddingRight-md-15 {
        padding-right: 15px
    }
}

@media (max-width:768px) {
    .btn-SeeMore {
        width: 90% !important;
        min-width: 180px;
        width: 90%;
        margin-top: 0;
        white-space: nowrap;
        text-align: center
    }

    .hwcCustomization.pymContent .pym-page .pym-body .pym-content .pym-actionContent {
        padding-bottom: 20px
    }

        .hwcCustomization.pymContent .pym-page .pym-body .pym-content .pym-actionContent.for-slider {
            padding-bottom: 50px
        }

        .hwcCustomization.pymContent .pym-page .pym-body .pym-content .pym-actionContent .input-content.slider {
            width: 95%
        }

        .hwcCustomization.pymContent .pym-page .pym-body .pym-content .pym-actionContent .input-content .pym-2ChoiceContent .btn {
            min-width: 95%;
            min-height: 42px
        }

        .hwcCustomization.pymContent .pym-page .pym-body .pym-content .pym-actionContent .input-content .pym-4ChoiceContent div {
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 7px;
            padding-bottom: 7px
        }

        .hwcCustomization.pymContent .pym-page .pym-body .pym-content .pym-actionContent .input-content .pym-4ChoiceContent .btn {
            width: 90%
        }

    .hwcCustomization.pymContent .pym-page .pym-body .btn.btn-pymResultAction {
        color: #ffd543;
        background-color: #544040;
        min-width: 180px;
        width: 90%;
        margin-top: 0;
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        white-space: nowrap;
        text-align: center
    }

        .hwcCustomization.pymContent .pym-page .pym-body .btn.btn-pymResultAction img {
            width: 28px;
            height: 28px;
            max-height: 100%;
            max-width: 100%;
            margin-top: 0;
            margin-right: 20px
        }

        .hwcCustomization.pymContent .pym-page .pym-body .btn.btn-pymResultAction label {
            margin-left: 7px;
            font-weight: 700;
            line-height: 32px;
            margin-bottom: 0
        }

            .hwcCustomization.pymContent .pym-page .pym-body .btn.btn-pymResultAction label br {
                display: none
            }

    .hwcCustomization.pymContent .pym-body .pym-content .pym-questionContent {
        text-align: center
    }

        .hwcCustomization.pymContent .pym-body .pym-content .pym-questionContent img {
            max-width: 100% !important;
            max-height: 100% !important;
            width: 225px;
            height: 225px
        }

    .hwcCustomization.pymContent .pym-buttom .content-btn .btn {
        min-width: 92%;
        height: 48px;
        border: 2px solid #ebebeb;
        background-color: #f7f7f7;
    }

        .hwcCustomization.pymContent .pym-buttom .content-btn .btn.btn-yellow {
            background-color: #ffd543;
            border: 1px solid #ffd543
        }

    .hwcCustomization.pymContent .pym-buttom.first .content-btn {
        width: 100%
    }

    .hwcCustomization.pymContent .pym-buttom.first .content-btnBack {
        display: none
    }

        .hwcCustomization.pymContent .pym-buttom.first .content-btnBack button {
            font-weight: 700
        }

    .hwcCustomization.pymContent .pym-buttom.first .content-btnNext {
        display: block
    }

        .hwcCustomization.pymContent .pym-buttom.first .content-btnNext button {
            font-weight: 700
        }

    .hwcCustomization.pymContent .pym-buttom.last .content-btn {
        width: 100%
    }

    .hwcCustomization.pymContent .pym-buttom.last .content-btnBack {
        display: block
    }

        .hwcCustomization.pymContent .pym-buttom.last .content-btnBack button {
            font-weight: 700
        }

    .hwcCustomization.pymContent .pym-buttom.last .content-btnNext {
        display: none
    }

        .hwcCustomization.pymContent .pym-buttom.last .content-btnNext button {
            font-weight: 700
        }

    .hwcCustomization.pymContent .width40, .hwcCustomization.pymContent .width45, .hwcCustomization.pymContent .width50, .hwcCustomization.pymContent .width60, .hwcCustomization.pymContent .width70, .hwcCustomization.pymContent .width80, .hwcCustomization.pymContent .width90 {
        width: auto
    }

        .hwcCustomization.pymContent .width40.mobileSpace, .hwcCustomization.pymContent .width45.mobileSpace, .hwcCustomization.pymContent .width50.mobileSpace, .hwcCustomization.pymContent .width60.mobileSpace, .hwcCustomization.pymContent .width70.mobileSpace, .hwcCustomization.pymContent .width80.mobileSpace, .hwcCustomization.pymContent .width90.mobileSpace {
            padding-left: 10px;
            padding-right: 10px
        }

    .hwcCustomization.pymContent .well {
        width: auto;
        margin-left: 10px;
        margin-right: 10px
    }

    .hwcCustomization.pymContent .paddingLeft-xs-10 {
        padding-left: 10px
    }

    .hwcCustomization.pymContent .paddingRight-xs-10 {
        padding-right: 10px
    }

    .hwcCustomization.pymContent .paddingLeft-xs-15 {
        padding-left: 15px
    }

    .hwcCustomization.pymContent .paddingRight-xs-15 {
        padding-right: 15px
    }

    .hwcCustomization.pymContent .text-center-xs {
        text-align: center
    }
}

@media (max-width:320px) {
    .hwcCustomization.pymContent .pym-page .pym-body .btn.btn-pymResultAction img {
        margin-right: 0
    }
}

/* Additional */
#pym .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    /*padding-left: 0px;
    padding-right: 0px;*/
}

.hwcCustomization.pymContent {
    font-size: 14px;
}

    .hwcCustomization.pymContent input {
        font-family: 'Thongterm_krungsri2';
        font-size: 14px;
    }

    .hwcCustomization.pymContent .input-group {
        margin-top: 0;
        margin-bottom: 0px;
    }

    .hwcCustomization.pymContent .pym-page .pym-head label.question, .hwcCustomization.pymContent .pym-page .pym-head span.question {
        color: #554242;
        font-size: 16px;
        font-weight: 700;
    }

.hwcCustomization .pym-buttom .btn {
    font-family: 'Thongterm_krungsri2';
    font-size: 14px;
}

.hwcCustomization a.btn-SeeMore {
    padding: 1px 15px;
    background: inherit;
    border: 1px solid #564243;
    color: #564243;
    font-size: 12px;
    min-width: 160px;
    width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden;
    margin: 0 auto;
    min-height: 30px;
    max-height: 30px;
    height: auto;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .hwcCustomization a.btn-SeeMore:hover {
        border: 1px solid #564243 !important;
    }

    .hwcCustomization a.btn-SeeMore label {
        margin: 0;
    }

.hwcCustomization.pymContent .clearBoth {
    flex: 0 0 100%;
    /*width: 100%;*/
}

.hwcCustomization a.btn-pymResultAction {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    min-height: 30px;
    max-height: 33px;
    height: auto;
    font-family: 'Thongterm_krungsri2' !important;
    font-size: 14px;
    border-radius: 10px;
}

.hwcCustomization .btn-control {
    padding-top: 3px !important;
    padding-bottom: 0px !important;
    min-height: 34px;
    height: auto;
    font-family: 'Thongterm_krungsri2' !important;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 500;
}

.hwcCustomization .btn-pymy {
    min-height: 36px;
    height: 36px;
    max-height: 100%;
    border-radius: 10px;
    padding: 0 !important;
    font-family: 'Thongterm_krungsri2' !important;
}

    .hwcCustomization .btn-pymy span, .hwcCustomization .btn-pymy label {
        font-family: 'Thongterm_krungsri2' !important;
    }

.hwcCustomization a.btn-pymResultAction span {
    font-family: 'Thongterm_krungsri2';
    font-size: 14px;
}

.hwcCustomization a.btn-SeeMore span {
    font-family: 'Thongterm_krungsri2';
    font-size: 12px;
}

.pym-loadingContent img {
    width: 50px;
    height: 50px;
}

.hwcCustomization .panel {
    margin-bottom: 20px;
}

.hwcCustomization .pym-actionContent .btn {
    border-radius: 10px;
    min-height: 36px;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

.hwcCustomization .pym-actionContent .btn {
    font-family: 'Thongterm_krungsri2';
}

.hwcCustomization table > thead > tr > th {
    background-color: transparent;
    color: rgb(85, 66, 66);
    vertical-align: middle !important;
    text-align: center;
}

@media(max-width: 767px) {
    .hidden-xs {
        display: none !important
    }

    .hwcCustomization a.btn-pymResultAction {
        font-size: 14px;
        min-height: 46px;
    }

        .hwcCustomization a.btn-pymResultAction label {
            position: relative;
            top: 5px;
        }

        .hwcCustomization a.btn-pymResultAction span {
            font-size: 14px;
        }

    .hwcCustomization.pymContent .pym-page .pym-body .btn.btn-pymResultAction img {
        position: relative;
        top: 5px;
    }
}

@media(min-width: 768px) {
    .hwcCustomization a.btn-pymResultAction img, .hwcCustomization a.btn-pymResultAction label {
        position: relative;
        top: 3px;
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

@media (max-width: 767px) {
    .pym-content .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
}
