﻿body {
    background-color: #f1f1f1;
}

.btnCopyrightMobile {
    background-color: #f1f1f1;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: rgb( 153, 153, 153 );
    text-align: center;
    font-size: 12px;
}

.projectTittleDivMobile {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.projectLogoMobile {
    width: 100%;
    z-index: 8;
    padding-bottom: 15px;
}

    .projectLogoMobile img {
        width: 120px;
    }

.projectTittleMobile {
    width: 100%;
    font-size: 18px;
    font-family: "SourceHanSansCN";
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    text-align: left;
    text-shadow: 2.5px 4.33px 9px rgb( 95, 184, 143 );
    padding: 5% 40% 0 5%;
    z-index: 8;
}

.projectDescMobile {
    width: 90%;
    overflow: hidden;
    position: absolute;
    font-family: "SourceHanSansCN";
    color: rgb( 51, 51, 51 );
    top: 27%;
    left: 5%;
    padding: 6% 5% 8% 5%;
    border-radius: 10px;
    background-color: rgb( 255, 255, 255 );
    box-shadow: 6px 10.392px 18px 0px rgb( 228, 228, 228 );
    line-height: 1.8;
    z-index: 1;
}

.btnMobile {
    border-radius: 20px;
    padding: 6px 25px;
    font-family: "SourceHanSansCN";
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    border: 1px rgb(79, 166, 126);
    background-color: rgb(79, 166, 126);
    box-shadow: 2px 3px 5px 0px rgb(79, 166, 126);
}

.successDivMobile {
    width: 100%;
    text-align: center;
    padding-top: 20%;
}

.successImgDivMobile {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.successInfoMobile {
    font-size: 20px;
    font-family: "SourceHanSansCN";
    color: rgb( 79, 166, 126 );
    font-weight: bold;
    text-align: center;
}

.successSequenceNum {
    color: red;
    font-size: 24px;
    padding: 0 2px;
}

.thankInfoMoile {
    padding: 15px;
    margin-top: 15px;
    font-size: 18px;
    font-family: "SourceHanSansCN";
    color: rgb( 102, 102, 102 );
    text-align: center;
}

.errorInfoMobile {
    font-size: 20px;
    font-family: "SourceHanSansCN";
    color: rgb( 240, 114, 85 );
}

.questionDivMobile {
    width: 94%;
    overflow: hidden;
    font-family: "SourceHanSansCN";
    color: rgb( 51, 51, 51 );
    margin-left: 3%;
    margin-top: 15px;
    padding: 5% 3%;
    border-radius: 10px;
    background-color: rgb( 255, 255, 255 );
}

.quesTittleDivMobile {
    font-family: "SourceHanSansCN";
}

.quesNumMobile {
    border-radius: 4px;
    background-color: rgb( 79, 166, 126 );
    color: rgb( 255, 255, 255 );
    padding: 2px 6px 0 6px;
    font-size: 15px;
    word-wrap: break-word;
}

.quesTittleMobile {
    color: rgb( 51, 51, 51 );
    font-size: 15px;
    word-wrap: break-word;
}

    .quesTittleMobile input, .quesTittleMobile textarea {
        font-size: 14px;
    }

/*select, input[type=text] {
    height: 34px !important;
    padding: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: rgb( 51, 51, 51 );
    border:none !important;
    border-radius: 8px;
    background-color: rgb( 241, 241, 241 ) !important;
    background-image: none !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}*/

.quesTittleDivMobile textarea {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

/*.inputSingeMobile {
    border: none !important;
    border-bottom: 1px solid #808080 !important;
    padding: 3px 8px;
    text-align: center;
    box-shadow: none !important;
    outline: none;
}*/

.inputSingeMobile {
    padding: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: rgb( 51, 51, 51 );
    border: none !important;
    border-radius: 8px;
    background-color: rgb( 241, 241, 241 ) !important;
    background-image: none !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    outline: none;
}

    .inputSingeMobile:focus {
        outline: none;
    }

.inputMultiMobile {
    padding: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: rgb( 51, 51, 51 );
    border: none !important;
    border-radius: 8px;
    background-color: rgb( 241, 241, 241 ) !important;
    background-image: none !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    outline: none;
}

    .inputMultiMobile:focus {
        outline: none;
    }

.optionRadioLabelMobile {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "SourceHanSansCN";
    color: rgb( 51, 51, 51 );
}

    .optionRadioLabelMobile input[type="radio"] {
        -webkit-appearance: none;
        height: 15px;
        width: 15px;
        border-width: 2px;
        border-color: rgb( 153, 153, 153 );
        border-style: solid;
        border-radius: 50%;
        background-color: rgb( 255, 255, 255 );
        background: url('/Theme/Home/Mobile/images/uncheckradio000.png') no-repeat center;
        outline: none;
    }

        .optionRadioLabelMobile input[type="radio"]:checked {
            border-width: 2px;
            border-color: rgb( 79, 166, 126 );
            border-style: solid;
            border-radius: 50%;
            background: url('/Theme/Home/Mobile/images/checkradio000@05x3.png') no-repeat center;
        }

    .optionRadioLabelMobile input[type="checkbox"] {
        -webkit-appearance: none;
        height: 15px;
        width: 15px;
        border-width: 2px;
        border-color: rgb( 153, 153, 153 );
        border-style: solid;
        background-color: rgb( 255, 255, 255 );
        /*background: url('/Theme/Home/Mobile/images/uncheckradio000.png') no-repeat center;*/
        outline: none;
    }

        .optionRadioLabelMobile input[type="checkbox"]:checked {
            border-width: 2px;
            border-color: rgb( 79, 166, 126 );
            border-style: solid;
            background: url('/Theme/Home/Mobile/images/checkcheckbox000@05x1.png') no-repeat center;
        }

/*.optionRadioLabelMobile .optionRadioMobile {
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    border-width: 2px;
    border-color: rgb( 153, 153, 153 );
    border-style: solid;
    border-radius: 50%;
    background-color: rgb( 255, 255, 255 );
    background: url('/Theme/Home/Mobile/images/uncheckradio000.png') no-repeat center;
    outline: none;
}

        .optionRadioLabelMobile .optionRadioMobile:checked {
            border-width: 2px;
            border-color: rgb( 79, 166, 126 );
            border-style: solid;
            border-radius: 50%;
            background: url('/Theme/Home/Mobile/images/checkradio000@05x3.png') no-repeat center;
        }*/

.optionRadioSpanMobile {
    width: 8%;
    font-weight: normal;
    float: left;
    display: block;
    padding-top: 12px;
    display: block;
    word-wrap: break-word;
}

.optionContentSpanMobile {
    width: 92%;
    font-weight: normal;
    float: left;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px rgb( 240, 240, 240 );
    word-wrap: break-word;
}

.optionContentMobile {
    font-family: "SourceHanSansCN";
    color: rgb( 51, 51, 51 );
    height: 36px;
    line-height: 36px;
    border-bottom: solid 1px rgb( 240, 240, 240 );
}

.btnNextMobile {
    background-color: rgb( 79, 166, 126 );
    font-family: "SourceHanSansCN";
    color: rgb( 255, 255, 255 );
    text-align: center;
    border-width: 2px;
    border-color: rgb( 79, 166, 126 );
    border-style: solid;
    border-radius: 20px;
    padding: 6px 35px;
    font-size: 16px;
}

.commonWariningMobile {
    background-color: rgb( 255, 242, 228 );
    font-family: "SourceHanSansCN";
    color: rgb( 240, 114, 85 );
    text-align: left;
    padding-left: 10px;
}

.closeWarningBtnMobiel {
    float: right;
    cursor: pointer;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.CopyrightFont {
    font-size: 18px;
    font-family: 'SourceHanSansCN';
    color: rgb( 153, 153, 153 );
    z-index: 1;
}

#mb_con {
    text-align: center;
}

#mb_tit {
    font-family: "SourceHanSansCN";
    color: rgb( 255, 255, 255 );
    font-weight: bold;
}

#mb_msg {
    font-family: "SourceHanSansCN";
    color: rgb( 51, 51, 51 );
    text-align: center;
}
