﻿.section-input input[type="text"]:not(.abnormal)
{
    width: 190px;
}
#ResultBox .dash-line
{
    width: 645px;
}
.section-detail .dash-line
{
    width: 480px;
}
.section-row-btnReset
{
    margin-left: 5px;
    width: 680px;
}
input[type="button"]:not(.abnormal).btnCalculate, input[type="submit"]:not(.abnormal).btnCalculate
{
    float: right;
}
input[type="button"]:not(.abnormal).button-historical, input[type="submit"]:not(.abnormal).button-historical
{
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}
input[type="button"]:not(.abnormal).button-newplan, input[type="submit"]:not(.abnormal).button-newplan
{
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}
.section-detail-result
{
    border-left: 0px;
    margin-top: 25px;
    height: 65px;
}
.section-row-btnNext
{
    width: 680px;
}
.section-detail-general
{
    height: 160px;
}
.section-detail-target
{
    height: 140px;
}
.section-detail-predict
{
    height: 35px;
}

/* Responsive */
/*Tablets*/
@media screen and (max-width: 991px)
{
    .main-banner
    {
        display: none;
    }
    .sub-content
    {
        display: none;
    }
    .description-box-medium
    {
        display: none;
        width: 95%;
    }
    .result-detail
    {
        width: 66%;
    }

    .description-detail
    {
        display: table-cell;
        vertical-align: middle;
    }

    .main-content.housing-plan
    {
        width: 95%;
        margin: 0 auto;
        background: url('../images/BG_HousingPlan.png') no-repeat 100% 760px;
    }

    .main-content
    {
        margin: 0;
        float: none;
    }

    .step-box
    {
        width: 100%;
    }

    .description-detail
    {
        width: 98%;
    }

    .content-detail
    {
        width: auto;
    }

    #ResultBox .dash-line
    {
        width: auto;
    }
    .section-label
    {
        width: 37%;
    }

    .section-input input[type="text"]:not(.abnormal)
    {
        width: 170px;
    }

    .section-input
    {
        width: 180px;
    }

    .controlSlider
    {
        width: 180px !important;
    }

    .section-row
    {
        max-width: 850px;
        min-width: 650px;
        width: 100%;
    }


}

/* Small Tablets */
@media only screen and (max-width : 767px)
{
    .section-detail-target
    {
        height: 155px;
    }

    .section-detail-general
    {
        height: 185px;
    }
    .content-section
    {
        clear: both;
    }
    .main-content.housing-plan
    {
        width: 100%;
        border: none;
        background:none;
    }

    .content-detail
    {
        margin: 15px 10px;
    }
    .description-icon-medium
    {
        margin-left: 25px;
    }
    .step-box
    {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }
    .stepPlan-title
    {
        background: none;
        width: 15%;
        min-width: 80px;
        color: #17697B;
    }

    .stepPlan
    {
        background-size: 95% 40px;
        min-width: 120px;
        max-width: 145px;
        width: 25%;
        margin-left: -32px;
    }

    .stepPlan-active
    {
        min-width: 125px;
        max-width: 145px;
        background-size: 95% 40px;
        width: 25%;
    }

    .numberStepPlan
    {
        margin-left: 22%;
        font-size: 25px;
        margin-top: 7px;
    }
    .section-label
    {
        min-width: 120px;
        width: 31%;
    }

    .section-input input[type="text"]:not(.abnormal)
    {
        width: 90%;
    }

    .content-detail
    {
        width: 95%;
    }

    .section-row
    {
        min-width: 430px;
        height: 35px;
    }


    .section-input
    {
        width: 35%;
        text-align: left;
        margin-right: 0px;
        margin-left: 16px;
    }
    .section-label-2line
    {
        line-height: 15px;
    }

    .section-row-2line
    {
        margin-bottom: 15px;
    }

    .section-row-3line
    {
        margin-bottom: 20px;
    }

    .controlSlider
    {
        width: 150px !important;
    }

    input[type="button"]:not(.abnormal).btnCalculate, input[type="submit"]:not(.abnormal).btnCalculate
    {
        float: none;
    }

    .section-input-interestrate
    {
        width: 60px !important;
    }

    .section-unit
    {
        margin-left: 3%;
    }


    .section-unit-interestrate
    {
        width: 161px;
    }

    .section-label-interestrate
    {
        width: 90px !important;
    }

    .section-row-btnReset
    {
        width: 80%;
    }

    .img-emotion
    {
        width: 45px;
    }

    .result-emotion
    {
        margin-left: 10px;
        width: 55px;
        height: 55px;
    }

    .result-detail
    {
        width: 82%;
        margin-left: 0px;
    }

    .result-text
    {
        width: auto;
    }

    .result-number
    {
        width: auto;
    }

    .section-row-btnNext
    {
        width: auto;
    }

    .section-detail .dash-line
    {
        width: auto;
    }
    .section-slider
    {
        width: 155px;
    }

}

/*  phone */
@media only screen and (max-width : 480px)
{
    .section-input
    {
        width: 160px;
    }
    .description-icon-medium
    {
        margin-left: 5px;
        background-size: 100%;
        margin-right: 5px;
        height: 35px;
        width: 35px;
    }
    .description-detail
    {
        margin-top: 5px;
        margin-left: 5px;
        font-size: 14px;
    }
    .login-container
    {
        margin-top: 0px;
    }
    .stepPlan-title
    {
        display: none;
    }
    .section-label
    {
        width: 80%;
        min-width: 260px;
        height: auto !important;
        margin-top: 3px;
    }
    .section-detail-general
    {
        height: 300px;
    }
    .section-detail-target
    {
        height: 300px;
    }
    .section-label-2line
    {
        line-height: 20px;
        margin-bottom: 5px;
    }
    .section-row-3line
    {
        min-width: 280px;
    }
    .logo-info
    {
        margin-top: 0px;
    }

    .section-detail-predict
    {
        height: 65px;
    }
    .result-detail
    {
        width: 75%;
        min-width: 215px;
        max-width: 370px;
    }
    .section-result
    {
        line-height: 19px;
    }
    .section-row
    {
        min-width: 280px;
        float: left;
        height: 60px !important;
    }
    .section-row-result
    {
        min-width: 280px;  
    }
    .section-row-result2
    {
        height: 70px !important;
    }
    .img-emotion
    {
        width: 35px;
    }
    .result-emotion
    {
        width: 45px;
        height: 45px;
    }
    .result-number
    {
        position: relative;
        left: -40px;
        width: 125%;
        font-size: 20px;
    }

    input[type="button"]:not(.abnormal).btnCalculate, input[type="submit"]:not(.abnormal).btnCalculate
    {
        margin-top: 0px;
    }
    .numberStepPlan
    {
        display: none;
    }
    .stepPlan, .stepPlan-active
    {
        margin-left: -7%;
        width: 30%;
        max-width: 140px;
        min-width: 95px;
    }
    .nameStepPlan
    {
        margin-left: 25%;
        font-size: 18px;
    }

    .description-box-medium
    {
        height: 75px;
    }
    #ResultBox .dash-line
    {
        margin-top: 10px;
    }

    div.result-detail .dash-line
    {
        position: relative;
        left: -40px;
    }
    .nameStepPlanFirst
    {
        margin-left: 30%;
    }
    .section-unit
    {
        margin-left: 5%;
    }
    .section-label-interestrate
    {
        width: 80px !important;
    }
}
