/* CSS Document */
body, ul, ul li, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: Roboto, 'Microsoft Jhenghei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
    font-weight: normal;
    font-style: normal;
    background-color:#f4f4f4;
}
/*width*/
.w100 {
    width: 100% !important
}

.w90 {
    width: 90% !important
}

.w80 {
    width: 80% !important
}

.w70 {
    width: 70% !important
}

.w60 {
    width: 60% !important
}

.w50 {
    width: 50% !important
}

.w40 {
    width: 40% !important
}

.w30 {
    width: 30% !important
}

.w20 {
    width: 20% !important
}

.w10 {
    width: 10% !important
}

.w15 {
    width: 15% !important
}

.w45 {
    width: 45% !important
}

.h100 {
    height: 100px;
}
.h50 {
    height: 50px;
}
.h38 {
    height: 38px;
}

/*position*/
.twocolblock:after {
    display: block;
    clear: both;
    content: ".";
    visibility: hidden;
    height: 0;
}

.twocolblock {
    width: 100%;
}

    .twocolblock .left {
        float: left;
    }

    .twocolblock .right {
        float: right;
        margin-right:30px;
    }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.twotable {
    width: 100%
}

    .twotable .left {
        float: left;
        width: 50%;
    }

    .twotable .right {
        float: left;
        width: 50%;
    }

/*align*/
.alignCenter {
    text-align: center !important;
}

.alignLeft {
    text-align: left !important;
}

.alignRight {
    text-align: right !important
}

/*margin*/
.MTR0 {
    margin: 0;
}

.MT5 {
    margin-top: 5px;
}

.MT10 {
    margin-top: 10px;
}

.MT15 {
    margin-top: 15px;
}

.MT20 {
    margin-top: 20px;
}

.MT25 {
    margin-top: 25px
}

.MT30 {
    margin-top: 30px;
}

.MT40 {
    margin-top: 40px;
}

.MT45 {
    margin-top: 45px;
}

.MT50 {
    margin-top: 50px;
}

.MT100 {
    margin-top: 100px;
}

.MB5 {
    margin-bottom: 5px;
}

.MB10 {
    margin-bottom: 10px;
}

.MB15 {
    margin-bottom: 15px;
}

.MB20 {
    margin-bottom: 20px;
}

.MB30 {
    margin-bottom: 30px;
}

.MB40 {
    margin-bottom: 40px;
}

.MB45 {
    margin-bottom: 45px;
}

.MB70 {
    margin-bottom: 70px;
}

.MR5 {
    margin-right: 5px;
}

.MR10 {
    margin-right: 10px;
}

.MR15 {
    margin-right: 15px;
}

.MR20 {
    margin-right: 20px;
}

.MR30 {
    margin-right: 30px;
}

.MR40 {
    margin-right: 40px;
}


.ML5 {
    margin-left: 5px;
}

.ML10 {
    margin-left: 10px;
}

.ML15 {
    margin-left: 15px
}

.ML20 {
    margin-left: 20px;
}

.ML30 {
    margin-left: 30px;
}

.MTB5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.MTB10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.MTB15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.MLR5 {
    margin-right: 5px;
    margin-left: 5px
}

.MLR10 {
    margin-right: 10px;
    margin-left: 10px
}

.MLR15 {
    margin-right: 15px;
    margin-left: 15px
}

.MLR20 {
    margin-right: 20px;
    margin-left: 20px
}

/*padding*/
.PTB5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.PTB10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.PLR5 {
    padding-left: 5px;
    padding-right: 5px;
}

.PLR10 {
    padding-left: 10px;
    padding-right: 10px;
}

/* table */
.table-container {
    overflow: auto;
    width: 100%;
}

    .table-container table {
        border-collapse: collapse;
        background: white;
        table-layout: fixed;
        width: 100%;
        border-spacing: 0;
    }

    .table-container th {
        padding: 16px 0;
        border-bottom: 1px solid #ddd;
        width: 160px;
        overflow: hidden;
        font-size: 12px;
        font-weight: bold;
    }

    .table-container td {
        padding: 15px 0;
        border-bottom: 1px solid #ddd;
        width: 160px;
        overflow: hidden;
    }

    .table-container tbody tr:hover {
        background-color: #fffbe9;
    }

    .table-container tbody tr.active {
        background-color: #fffbe9;
    }

    .table-container thead tr:hover {
        background-color: none;
    }

/* test */
.table-container2 {
    overflow: auto;
    width: 100%;
}

    .table-container2 table {
        border-collapse: collapse;
        background: white;
        table-layout: fixed;
        width: 100%;
        border-spacing: 0;
    }

    .table-container2 thead {
        width: 100%;
    }

    .table-container2 th {
        padding: 16px 0;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
        font-size: 12px;
        font-weight: bold;
        width: 160px;
    }

    .table-container2 td {
        padding: 5px 10px 5px 0;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
    }

    .table-container2 tbody tr:hover {
        background-color: #fffbe9;
    }

    .table-container2 tbody tr.active {
        background-color: #fffbe9;
    }

    .table-container2 thead tr:hover {
        background-color: none;
    }

.table-rwd {
    border-collapse: collapse;
}

    .table-rwd td {
        padding: 5px 12px 5px 0;
        border: 0;
    }

    .table-rwd th {
        background: none;
        color: #aaaaaa;
        border: 0;
        font-weight: 400;
    }

.table-rwd2 {
    border-collapse: collapse;
}

    .table-rwd2 td {
        padding: 5px 12px 5px 0;
        border: 0;
    }

    .table-rwd2 th {
        background: none;
        color: #aaaaaa;
        border: 0;
        font-weight: 400;
    }

.table-inputlist {
    border-collapse: collapse;
}

    .table-inputlist td {
        padding: 10px;
    }

    .table-inputlist th {
        background: none;
        color: #000;
        padding: 8px;
        border: 0;
        font-weight: 400;
        text-align: right;
    }

.table-inputlist2 {
    border-collapse: collapse;
}

    .table-inputlist2 td {
        padding: 10px;
    }

    .table-inputlist2 th {
        background: none;
        color: #000;
        padding: 8px;
        border: 0;
        font-weight: 400;
        text-align: right;
    }

.bordertext2 {
    display: none;
}

.table-colored {
    border-collapse: collapse;
    border: 1px solid #e3eef2;
    box-shadow: 0 2px 10px 0 #dde3ea;
}

    .table-colored th {
        background: none;
        color: #6babc5;
        border-bottom: 1px solid #dae1e5;
        padding: 40px 0 20px 20px;
    }

    .table-colored td {
        padding: 20px;
    }


        .table-colored td.head {
            background: #485d70;
            color: #fff;
            text-align: center;
            border-left: 1px solid #53687c;
        }

    .table-colored tr:nth-child(even) td.head {
        background: #46586e;
    }
    /*.table-colored tr:first-child td.head{border-bottom:  1px solid #3a4855;padding: 40px 0 20px 0; }*/
    .table-colored tr:nth-child(even) {
        background: #f1f5f9;
        color: #0c2439;
    }

    .table-colored tr:hover {
        background: #fffbe9; /*font-weight: bold;*/
    }
    /*.table-colored tr:hover td.head{background: #2e4358; }*/
    /*.table-colored tr:hover:first-child{background: none;}
.table-colored tr:hover:first-child td.head{background: #485d70;}*/
    .table-colored td.exam_value {
        padding: 0;
        width: 20%;
        padding-left: 20px;
    }

    .table-colored span {
        width: 20%
    }

.table-padding {
    border-collapse: collapse;
}

    .table-padding td {
        padding: 4px;
    }

.table-colored2 {
    border-collapse: collapse;
    border: 1px solid #0b90a9;
    box-shadow: 0 2px 10px 0 #dde3ea;
}

    .table-colored2 th {
        background: none;
        color: #6babc5;
        border-bottom: 1px solid #0b90a9;
        padding: 40px 0 20px 20px;
    }

    .table-colored2 td {
        padding: 10px 10px;
    }


        .table-colored2 td.head {
            background: #44b5cb;
            color: #fff;
            text-align: center;
            border-left: 1px solid #0b90a9;
        }

    .table-colored2 tr:nth-child(even) td.head {
        background: #44b5cb;
    }
    /*.table-colored tr:first-child td.head{border-bottom:  1px solid #3a4855;padding: 40px 0 20px 0; }*/
    .table-colored2 tr:nth-child(even) {
        background: #eef5f6;
        color: #0c2439;
    }

    .table-colored2 tr:hover {
        background: #fffbe9; /*font-weight: bold;*/
    }
    /*.table-colored tr:hover td.head{background: #2e4358; }*/
    /*.table-colored tr:hover:first-child{background: none;}
.table-colored tr:hover:first-child td.head{background: #485d70;}*/
    .table-colored2 td.exam_value {
        padding: 0;
        width: 20%;
        padding-left: 20px;
    }

    .table-colored2 span {
        width: 20%
    }

/* accordion table */
table.fold-table > tbody > tr.view td, table.fold-table > tbody > tr.view th {
    cursor: pointer;
}

    table.fold-table > tbody > tr.view td:first-child,
    table.fold-table > tbody > tr.view th:first-child {
        position: relative;
        padding-left: 20px;
    }

        table.fold-table > tbody > tr.view td:first-child:before,
        table.fold-table > tbody > tr.view th:first-child:before {
            position: absolute;
            top: 50%;
            left: 2px;
            width: 16px;
            height: 16px;
            margin-top: -8px;
            font: 16px fontawesome;
            color: #000;
            content: url('../images/../images/icon-expand.png');
            transition: all .3s ease;
        }

table.fold-table > tbody > tr.view:nth-child(4n-1) {
    background: none;
}

table.fold-table tbody > tr.view:hover {
    background: #fffbe9;
}

table.fold-table > tbody > tr.view.open:hover {
    background: #fffbe9;
}

table.fold-table > tbody > tr.view.open td:first-child:before, table.fold-table > tbody > tr.view.open th:first-child:before {
    transform: rotate(-180deg);
    content: url('../images/../images/icon-expand.png');
    color: #000;
}

table.fold-table > tbody > tr.fold {
    display: none;
    border: 0;
}

    table.fold-table > tbody > tr.fold.open {
        display: table-row;
    }

    table.fold-table > tbody > tr.fold > td {
        padding: 0;
    }

.fold-content table th {
    background: #f1f5f9;
    border: 0;
}

.fold-content table td {
    border: 0;
    background: #f1f5f9;
}


@media (min-width: 320px) and (max-width:741px) {
    .table-rwd th {
        display: none;
    }

    .table-rwd td {
        display: block;
        border: none;
    }

        .table-rwd td:before {
            content: attr(data-th) " ";
            float: left;
            /*text-align:center;*/
            background: none;
            padding: 5px;
            border: 0;
            width: 100%;
        }
}

.bordertext {
    display: none;
}

@media (min-width: 320px) and (max-width:933px) {
    .table-inputlist th {
        display: none;
    }

    .table-inputlist td {
        display: block;
        border: none;
    }

        .table-inputlist td:before {
            content: attr(data-th) " ";
            float: left;
            background: none;
            padding: 5px;
            border: 0;
            width: 100%;
        }


    .bordertext {
        display: block;
    }

    .twotable {
        width: 100%
    }

        .twotable .left {
            float: left;
            width: 100%;
        }

        .twotable .right {
            float: left;
            width: 100%;
        }
}


@media (max-width:991px) {
    .table-rwd2 th {
        display: none;
    }

    .table-rwd2 td {
        display: block;
        border: none;
    }

        .table-rwd2 td:before {
            content: attr(data-th) " ";
            float: left;
            /*text-align:center;*/
            background: none;
            padding: 5px;
            border: 0;
            width: 100%;
        }

    .table-inputlist2 th {
        display: none;
    }

    .table-inputlist2 td {
        display: block;
        border: none;
        width: 100%
    }

        .table-inputlist2 td:before {
            content: attr(data-th) " ";
            float: left;
            background: none;
            padding: 5px;
            border: 0;
            width: 100%;
        }

    .bordertext2 {
        display: block;
    }
}

/* button */
button {
    outline: 0;
}

    button.green {
        width: 100px;
        padding: 8px;
        border-radius: 4px;
        background-color: #3dbdb6;
        border: 0;
        color: #fff;
        font-weight: 300;
    }

        button.green:hover {
            background-color: #3ad2c9;
        }

    button.green2 {
        width: 122px;
        height: 53px;
        border-radius: 0 4px 4px 0;
        background-color: #3dbdb6;
        border: 0;
        color: #fff;
        font-weight: 300;
    }

        button.green2:hover {
            background-color: #3ad2c9;
        }

    button.green3 {
        width: 161px;
        height: 48px;
        border-radius: 4px;
        background-color: #3dbdb6;
        border: 0;
        color: #fff;
        font-weight: 300;
    }

        button.green3:hover {
            background-color: #3ad2c9;
        }

    button.pricebtn {
        width: 200px;
    }

    button.disable2 {
        border-radius: 4px;
        background-color: #c2c2c2;
        color: #fff;
        width: 100px;
        height: 40px;
        border: 0;
        font-weight: 300;
    }

    button.pricebtn:hover {
    }

    button.normal {
        border-radius: 5px;
        background-color: #effbff;
        border: solid 1px #4a90e2;
        color: #4a90e2;
        padding: 7px 25px;
    }

        button.normal:hover {
            background-color: #cff2ff;
        }

    button.disable {
        border-radius: 5px;
        background-color: #f8f8f8;
        border: solid 1px #dedede;
        color: #cbcbcb;
        padding: 7px 25px;
    }

    button.onestop {
        border-radius: 5px;
        background-color: #3dbdb6;
        border: 0;
        color: #FFF;
        padding: 10px 30px;
        font-size: 24px;
    }

        button.onestop:hover {
            background-color: #3ad2c9;
        }

    button.onestop2 {
        border-radius: 5px;
        background-color: #3dbdb6;
        border: 0;
        color: #FFF;
        padding: 10px 30px;
        font-size: 24px;
        margin-top: 68px;
    }

        button.onestop2:hover {
            background-color: #3ad2c9;
        }

    button.platform {
        border-radius: 5px;
        background-color: #30aae9;
        border: 0;
        color: #FFF;
        padding: 10px 30px;
        font-size: 24px;
    }

        button.platform:hover {
            background-color: #4cbdf7;
        }

    button.member {
        border-radius: 5px;
        background: none;
        border: 1px solid #000;
        color: #000;
        padding: 8px 25px;
        font-size: 16px;
    }

        button.member:hover {
            background-color: #000;
            color: #fff;
        }

    button.news {
        border-radius: 5px;
        background: none;
        border: 1px solid #000;
        color: #000;
        padding: 8px 25px;
        font-size: 16px;
    }

        button.news:hover {
            background-color: #000;
            color: #fff;
        }

    button.about {
        border-radius: 35px;
        background-color: #FFF;
        border: 0;
        color: #000;
        border: 1px solid #000;
        padding: 10px 30px;
        font-size: 24px;
    }

        button.about:hover {
            background-color: #14548b;
            border: 1px solid #14548b;
            color: #FFF;
        }

    button.pricebtn2 {
        width: 200px;
        border-radius: 35px;
        background-color: #14548b;
        border: 0;
        color: #FFF;
        border: 1px solid #14548b;
        padding: 10px 30px;
        font-size: 24px;
        margin-top: 10px;
    }

/* icon */
ul.btnset li {
    display: inline-block;
    margin-bottom: 10px;
}

.iconset {
    margin-right: 5px;
    margin-top: -2px;
}

/* input */
input {
    outline: 0;
}

    input:focus::-webkit-input-placeholder {
        opacity: 0;
    }

    input[type="text"].price {
        padding-left: 17px;
        width: 100%;
        height: 50px;
        border-radius: 5px;
        background-color: #ffffff;
        border: none;
        color: #a9a9a9;
        font-size: 16px;
        border: 1px solid #d5cfcf;
    }

        input[type="text"].price::placeholder {
            color: #a9a9a9;
        }

    input[type="text"].textbox {
        outline: 0;
        height: 53px;
        width: 306px;
        line-height: 42px;
        padding: 0 16px;
        border: 0;
        float: left;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        background: #4d515a;
        color: #fff;
    }

        input[type="text"].textbox::placeholder {
            color: #fff;
        }

    input.news {
        border-radius: 5px;
        background: none;
        border: 1px solid #000;
        color: #000;
        padding: 8px 25px;
        font-size: 16px;
    }

        input.news:hover {
            background-color: #000;
            color: #fff;
        }

/* page */
.number {
    color: #4a90e2;
}

a.number {
    color: #4a90e2;
}

    a.number:hover {
        text-decoration: none;
    }

    a.number:active {
        text-decoration: none;
    }

    a.number:focus {
        text-decoration: none;
    }

input[type="date"] {
    border-radius: 4px;
    border: 1px solid #dadada;
    height: 40px;
    padding: 0 0 0 .5em;
}

    input[type="date"]::-webkit-calendar-picker-indicator {
        background: url(../images/icon-date.png) center no-repeat;
        width: 32px;
        height: 32px;
        color: rgba(0, 0, 0, 0);
        opacity: 1;
        display: block;
    }

input[type="text"].keyin {
    border-radius: 4px;
    border: solid 1px #dadada;
    height: 40px;
    padding: 0 0 0 .5em;
}
input[type="number"].keyin {
    border-radius: 4px;
    border: solid 1px #dadada;
    height: 40px;
    padding: 0 0 0 .5em;
}

input[type="text"]::placeholder {
    color: #cfcfcf;
}

input[type="text"].important {
    border-radius: 4px;
    background-color: #e8f4ff;
    border: solid 1px #bbdfff;
    height: 40px;
    padding: 0 0 0 .5em;
}

input[type="text"].disable {
    border-radius: 4px;
    background-color: #f6f6f6;
    border: solid 1px #e1e1e1;
    cursor: no-drop;
    height: 40px;
    padding: 0 0 0 .5em;
}

input[type="text"].code {
    border-radius: 4px;
    background-color: #fffbe9;
    border: solid 1px #f5e8b1;
    height: 40px;
    padding: 0 0 0 .5em;
}

input[type="text"].file {
    border-radius: 4px;
    border: solid 1px #dadada;
    height: 40px;
    padding: 0 0 0 .5em;
    background: url('../images/../images/icon-upload.png')right no-repeat;
    background-position: right 2px center;
    cursor: pointer;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

textarea {
    border-radius: 4px;
    border: solid 1px #dadada;
    padding: .5em 0 0 .5em;
}

select {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;*/
    outline: 0;
    box-shadow: none;
    border: 0;
    background: none;
    background-image: none;
}
/* Custom Select */
.select {
    position: relative;
    display: block;
    /*width: 12em;*/
    height: 40px;
    line-height: 2.2;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    border: solid 1px #dadada;
    /*padding-left: 12px;*/
}

select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #000;
    cursor: pointer;
}

    select::-ms-expand {
        display: none;
    }

.seleprice {
    position: relative;
    display: block;
    /*width: 12em;*/
    height: 50px;
    line-height: 2.2;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #d5cfcf !important;
    padding-left: 10px;
    font-size: 16px;
}
/* Arrow */
.select::after {
    content: url('../images/../images/icon-dropdown.png');
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 3px 2px;
    background: none;
    pointer-events: none;
}

.seleprice::after {
    content: url('../images/../images/icon-dropdown.png');
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 8px;
    background: none;
    pointer-events: none;
}

.seleimportant {
    position: relative;
    display: block;
    /*width: 12em;*/
    height: 40px;
    line-height: 2.2;
    background: #fffbe9;
    overflow: hidden;
    border-radius: 4px;
    border: solid 1px #f5e8b1;
}

    .seleimportant::after {
        content: url('../images/../images/icon-dropdown.png');
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 3px 2px;
        background: none;
        pointer-events: none;
    }

.select select:disabled {
    background: #f6f6f6;
    border: solid 1px #e1e1e1;
    cursor: no-drop;
}
/* checkbox */
label {
    font-weight: 400;
}

@media(max-width:472px) {
    button.green2 {
        width: 100px;
        height: 53px;
        border-radius: 0 4px 4px 0;
        background-color: #3dbdb6;
        border: 0;
        color: #fff;
        font-weight: 300;
    }

    input[type="text"].textbox {
        outline: 0;
        height: 53px;
        width: 206px;
        line-height: 42px;
        padding: 0 16px;
        border: 0;
        float: left;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        background: #4d515a;
        color: #fff;
    }
}


/*border*/
.borderBottom {
    border-bottom: 1px solid #ddd;
}

.border {
    border: .5px solid #ddd;
}

.borderTitle {
    color: #bfc5cd;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* divide*/
.divide {
    text-align: center;
    /*border-bottom: 1px  solid #ddd;*/
    padding: 10px;
    font-size: 14px;
    color: #999;
    width: 100%;
}

.divide2 {
    text-align: left;
    border-top: 1px solid #34b9ec;
    padding: 10px;
    font-size: 16px;
    color: #34b9ec;
    width: 100%;
}

.divide3 {
    border-bottom: 1px dotted #ddd;
    padding: 10px;
    font-size: 14px;
    color: #999;
    width: 100%;
}
/*font*/
.font-bold {
    font-weight: bold;
}

.font-size01 {
    font-size: 40px;
}

.font-size02 {
    font-size: 30px;
}

.font-size03 {
    font-size: 20px;
}

.font-size04 {
    font-size: 16px;
}

.font-size05 {
    font-size: 12px;
}

.font-size06 {
    font-size: 10px;
}

.font-size07 {
    font-size: 24px;
}

.font-size08 {
    font-size: 14px;
}

.font-number {
    font-size: 85px;
    color: #FFF;
}

.font-size09 {
    font-size: 22px;
}

/* lineheight */
.lineheight01 {
    line-height: 26px;
}

.lineheight01 {
    line-height: 25px;
}

.lineheight03 {
    line-height: 22px;
}

/*color*/
.blackColor {
    color: #000;
}

.whiteColor {
    color: #fff
}

.greyColor {
    color: #333333;
}

.greyColor2 {
    color: #39394d;
}

.lightgreyColor {
    color: #72808e;
}

.lightgreyColor2 {
    color: #aaaaaa;
}

.blueColor {
    color: #34b9ec;
}

.redColor {
    color: #ff8366;
}

.greenColor {
    color: #3dbdb6;
}

.RequiredTitle {
    color: red;
    font-weight: bold;
}

/* link */
a:active, a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none
}

a.greycolor {
    color: #303030;
}

a.blueColor {
    color: #34b9ec;
}

a.whiteColor {
    color: #fff;
}

.color01 {
    color: #ef6796;
}

.color02 {
    color: #34689e;
}

.color03 {
    color: #fbbd00;
}

.color04 {
    color: #726ed2;
}

.color05 {
    color: #fc8100;
}

.color06 {
    color: #00a94e;
}

*[data-href] {
    cursor: pointer;
}

.nav-item a {
    color: #4a90e2;
}

    .nav-item a.active {
        color: #4a90e2;
        background-color: #effbff;
        border: 1px solid #4a90e2;
    }

    .nav-item a:focus {
        color: #4a90e2;
        background-color: #effbff;
        border: 1px solid #4a90e2;
    }

.centered {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 93%;
    bottom: 10%;
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    padding: 20px;
    font-size: 36px;
    text-align: center;
    font-weight: 500;
}

.box {
    position: relative;
    max-width: 100%; /* Maximum width */
    margin: 0 auto; /* Center it */
}

    .box .centered {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        bottom: 10%;
        display: block;
        position: absolute;
        background-color: rgba(0,0,0,0.6);
        color: #fff;
        padding: 20px;
        font-size: 36px;
        text-align: center;
        font-weight: 500;
    }

.arrow-down img {
    margin-top: -35px;
    width: 70px;
    height: 70px;
}


.dropdown-list-select {
    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 0em;
}
/*密碼強度指示*/


#pwindicator {
    margin-top: 4px;
}


    #pwindicator > .bar {
        margin-bottom: 2px;
        height: 2px;
    }

    #pwindicator > .label {
        font-size: 12px;
    }


/*以下顏色自行配*/
/*非常弱*/
.pw-very-weak-none.bar {
    background: #d00;
    width: 0%;
}

.pw-very-weak-none .label {
    color: #d00;
}

.pw-very-weak .bar {
    background: #FF0000;
    width: 20%;
}

.pw-very-weak .label {
    color: #FF0000;
}

.pw-weak .bar {
    background: #FF7D5A;
    width: 40%;
}

.pw-weak .label {
    color: #FF7D5A;
}

.pw-mediocre .bar {
    background: #B8B42D;
    width: 60%;
}

.pw-mediocre .label {
    color: #B8B42D;
}

.pw-strong .bar {
    background: #06A30B;
    width: 80%;
}

.pw-strong .label {
    color: #06A30B;
}

.pw-very-strong .bar {
    background: #06A30B;
    width: 100%;
}

.pw-very-strong .label {
    color: #06A30B;
}