#container {
    position: relative;
    background-color: #fff;
    border-top: none;
    border-radius: 0 0 10px 10px;
    min-height: 620px;
    overflow: hidden;
    margin-top: -15px;
    padding-bottom: 15px;
}

#footer_area {
    z-index: -1;
}

#chccd_buttonbar .space_left {
    width: 70%;
    font-size: 12px;
    text-align: left;
    color: #2F5376;
    padding: 0px 3px;
    line-height: 18px;
}

#chccd_buttonbar .space_left div,
#chccd_buttonbar .space_right div {
    padding: 10px 6px;
}

#chccd_buttonbar .space_right {
    width: 30%;
    font-size: 12px;
    text-align: right;
    color: #2F5376;
    padding: 0 6px;
    line-height: 18px;
}

.odd {
    background-color: #E5EBEB;
}

.even {
    background-color: #eee;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
    padding-right: 5px;
}

.bert-form-dialog,
.bert-form {
    background: #fcfdfd
}

.bert-form {
    border: 1px solid #a6c9e2;
}

.bert-form-dialog a,
.bert-form a {
    color: #222222;
}

.bert-form a.ui-button {
    color: #FFFFFF;
}

#oder_alert_href p span {
    border: 2px solid #CD0A0A;
    background: #000;
    padding: 2px;
}

.strong {
    color: #FF0000;
    font-weight: bold;
    font-size: 25px;
}

a.bt-icon {
    padding: 0;
}

.cash_negative {
    color: #FF0000;
    font-weight: bold;
}

.cash_positive {
    color: #0000FF;
    font-weight: bold;
}

.flash-dialog {
    width: 200px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}

#flash-dialog {
    text-align: center;
    position: absolute;
    width: 100%;
    padding-top: 20px;
    top: 0px;
    left: 0px;
    z-index: 30000;
}

.select_area .ui-state-disabled,
#form_class_sys_area .ui-state-disabled {
    color: #000;
}

.ui-widget-detect {
    background: url("ui-widget-detect.png") repeat-x scroll 50% 50% #A3DAF2;
    border: 1px solid #2F98D8;
    color: #FFFFFF;
    font-weight: normal;
}

.ui-widget-content .date-harry {
    background-color: #E14F1C;
    color: #FFFFFF;
}

.ui-widget-content .date-expire {
    background-color: #A6A6A6;
    color: #efefef;
}

#chccd_url_path {
    height: 24px;
    margin: 8px 0px;
    background: url("bc_bg.png") repeat-x scroll 0 0;
}

#chccd_url_path li {
    float: left;
    list-style-type: none;
    padding-left: 10px;
    margin: 3px 0 0;
}

#chccd_url_path li span,
#chccd_url_path li a {
    background: url('bc_separator.png') no-repeat scroll right -2px;
    padding-right: 15px;
    text-decoration: none;
}

#pages .ui-priority-primary {
    color: #000;
}

#container .ui-state-active {
    color: #000;
    font-weight: bold;
}

.competition_done_level_all {
    width: 400px;
    height: 342px;
    background: url('alert.png') no-repeat top left;
}

.competition_done_level_all div {
    padding-top: 82px;
    padding-left: 68px;
    padding-right: 46px;
    color: #fff;
    font-weight: bold;
}

.blue {
    color: blue;
}

.darkblue {
    color: darkblue;
}

.teal {
    color: teal;
}

.green {
    color: green;
}

.darkgreen {
    color: darkgreen;
}

.red {
    color: red;
}

.darkred {
    color: darkred;
}

.orangered {
    color: orangered;
}

.brown {
    color: brown;
}

.purple {
    color: purple;
}

.ui-bert-header {
    border: 1px solid #4297d7;
    background: #1506ac url(ui-bg_gloss-wave_75_1506ac_500x100.png) 50% 50% repeat-x;
    color: #eaf5f7;
    font-weight: bold;
}

body .ui-bert-header a,
body .ui-bert-default a {
    color: #eee;
}

.ui-bert-default,
.ui-bert-content .ui-bert-default,
.ui-bert-header .ui-bert-default {
    border: 1px solid #77d5f7;
    background: #ae00ab url(ui-bg_glass_45_ae00ab_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}


/* revised 2018/02/06 Steve Lu */

html {
    box-sizing: border-box;
    overflow-x: hidden;
    height: 100%;
}

body {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, Geneva, "Heiti TC", "Microsoft JhengHei", sans-serif;
    letter-spacing: 0.06em;
    background-image: url(../images/bkg.png);
    background-position: center top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    color: #5a5a5a;
}

* {
    margin: 0;
    padding: 0;
}

a,
button,
input,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, Geneva, "Heiti TC", "Microsoft JhengHei", sans-serif;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

input[type="search"],
input[type="email"],
input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
textarea {
    width: 100%;
    background-color: #eee;
    border: 1px solid #ddd;
    font-size: 13px;
    font-weight: 400;
    outline: none;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #1e88e5;
}

a:hover {
    filter: brightness(110%);
}

header {
    position: relative;
    z-index: 9999;
    height: 88px;
    background: -webkit-linear-gradient(to right, rgb(135, 172, 24), rgb(190, 216, 52), rgb(231, 253, 116));
    background: -o-linear-gradient(to right, rgb(135, 172, 24), rgb(190, 216, 52), rgb(231, 253, 116));
    background: linear-gradient(to right, rgb(135, 172, 24), rgb(190, 216, 52), rgb(231, 253, 116));
    background-image: url(../images/list_bg_source.png);
    /* background-image: url(../images/list_bg_childrens_day.png); */
    /* background-image: url(../images/list_bg_halloween.png); */
    /* background-image: url(../images/list_bg_2019_max.png);*/
    /* background-image: url(../images/list_bg_max.png); */
    /* background-image: url(../images/new_year_banner_v2.png); */
    background-repeat: no-repeat;
    background-position: top center;
}

footer {
    display: block !important;
    width: 940px;
    margin: 10px auto 5px !important;
    margin-left: calc(50% - 470px) !important;
}

.content {
    margin-top: -15px;
    z-index: 0;
}

.wrap {
    margin: auto;
    padding-top: 5px;
}

.grid_12.main {
    min-height: 300px;
}

header .wrap {
    max-width: 1200px;
}

.select-disable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/* head area 頭部區域 */

.logo {
    float: left;
    width: 45%;
    margin-left: 15px;
}

.logo img {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
}

.logo p {
    display: inline-block;
    font-size: 30px;
    color: #FFF;
    text-shadow: 2px 2px 3px #111;
    vertical-align: middle;
}

.slogan {
    /* display: none; */
    float: right;
    margin: 5px 15px 0;
}

.slogan img {
    width: 330px;
    height: 52px;
}

.title-banner {
    position: absolute;
    top: -30px;
    left: 35px;
    min-width: 230px;
    height: 40px;
    padding: 12px 13px 0;
    text-align: center;
    background-color: #F44336;
    border-radius: 12px 30px;
    border: 2px solid #FFCDD2;
    box-shadow: 6px -5px 0 rgba(0, 0, 0, .2);
}

.title-banner p {
    display: inline;
    font-size: 28px;
    color: #fff;
}

.title-banner img {
    display: inline;
}

.content-head {
    display: block;
    width: 94% !important;
    margin: 25px auto;
    float: none;
}

.bread-crumb-home {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #8bc34a;
}

.bread-crumb-home a {
    display: block;
    font-size: 22px;
    color: #f1f8e9;
}

.bread-crumb-home .icon {
    width: 25px;
    height: auto;
    padding: 7px;
}

.bread-crumb {
    display: inline-block;
    vertical-align: middle;
    border-radius: 21px;
    width: auto;
    height: 28px;
    background-color: #656565;
    margin-left: -28px;
    border: 2px solid #fff;
}

.bread-crumb a:first-child {
    padding-left: 32px;
}

.bread-crumb a,
.bread-crumb p {
    display: inline-block;
    width: auto;
    max-width: 300px;
    padding: 7px 20px 0 5px;
    color: #ddd;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bread-crumb span {
    position: relative;
}

.bread-crumb span::after {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    right: 8px;
    top: 0px;
    margin: auto 0px;
    transform: rotate(45deg);
    border-width: 1px;
    border-color: #fff;
    border-style: solid solid none none;
    content: "";
}

.cirlce-btn {
    cursor: pointer;
    float: right;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin: 0 6px;
    background-color: #2196f3;
    box-shadow: 4px -2px 0 rgba(0, 0, 0, .2);
}

.cirlce-btn.log-out {
    margin: 0 0 0 13px;
}

.cirlce-btn:hover {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    filter: brightness(120%);
}

.cirlce-btn a {
    display: block;
    font-size: 28px;
    color: #f1f8e9;
}

.cirlce-btn.back {}

.cirlce-btn.next {}

.cirlce-btn.logout {}

.cirlce-btn .icon {
    width: 45px;
    height: auto;
}

@media screen and (max-width:1020px) {
    header {
        height: 95px;
        background: -webkit-linear-gradient(to right, rgb(135, 172, 24), rgb(190, 216, 52), rgb(231, 253, 116));
        background: -o-linear-gradient(to right, rgb(135, 172, 24), rgb(190, 216, 52), rgb(231, 253, 116));
        background: linear-gradient(to right, rgb(135, 172, 24), rgb(190, 216, 52), rgb(231, 253, 116));
    }
    header .wrap {
        text-align: center;
        padding-top: 13px;
        width: 100%;
    }
    .logo {
        width: 320px;
        margin: 0 auto;
        float: none;
    }
    .slogan {
        display: none;
        float: none;
        margin-right: 0;
    }
    .slogan img {
        width: 260px;
        height: auto;
        padding-left: 100px;
    }
}

@media screen and (max-width:425px) {
    .logo {
        width: 200px;
    }
    .logo p {
        font-size: 22px;
    }
    .slogan img {
        width: 220px;
        padding-left: 80px;
    }
}

.content.root {
    min-height: 680px;
    height: 100%;
}

.content .wrap {
    position: relative;
    max-width: 1024px;
    background-color: #fff;
    border-top: none;
    border-radius: 0 0 10px 10px;
    height: 610px;
    overflow: hidden;
}

.greeting {
    width: 93%;
    margin: auto;
}

.greeting div {
    display: inline-block;
}


/* log-in 登入頁 */

#inline_content,
#inline_content2 {
    height: 100%
}

.user-form {
    position: relative;
    top: 85px;
    width: 40%;
    min-width: 250px;
    padding: 55px 30px 35px;
    margin: auto;
    border: 2px solid #ccc;
    border-radius: 9px;
    background: #fff;
}

.user-form .title-banner {
    background-color: #ffa000;
    border: 2px solid #be7d1d;
}

.login-form {
    width: 100%
}

input.loginc {
    border: 0;
    display: block;
    width: 92%;
    line-height: 30px;
    min-height: 30px;
    margin: 8px auto;
    background: #f5f5f5;
    font-size: 20px;
    color: #333;
    font-family: "微軟正黑體", Arial;
}

.pasinfo {
    background-size: 100%;
    padding: 2px 0;
    margin: 0 0 15px;
    background: #f5f5f5;
    border-radius: 7px;
    box-shadow: inset 0 0 16px rgba(158, 158, 158, 0.4)
}

.pasinfo b {
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
    box-shadow: 0px 1px 1px #fff;
}

.user-form .c-row:last-child {
    padding: 15px 0 0;
}

.user-form input[type="button"] {
    width: 115px;
    height: 35px;
    float: right;
    margin-right: 20px;
    background-color: #ffa000;
    cursor: pointer;
    font-size: 20px;
    border: 0;
    -webkit-border-radius: 6px 20px;
    -moz-border-radius: 6px 20px;
    border-radius: 6px 20px;
}

.user-form input[type="button"]:hover {
    filter: brightness(120%);
    outline: none;
}

.user-form input[type="button"]:focus {
    filter: brightness(90%);
    outline: none;
}

.c-row.submit p {
    float: right;
    font-size: 20px;
    line-height: 40px;
    margin-right: 10px;
}

.bkg-gray-base {
    width: 100%;
    height: 133px;
    position: absolute;
    bottom: 0;
    border-top: 5px solid #8aa347;
}

.bkg-tree {
    position: absolute;
    top: 200px;
    right: 45px;
    pointer-events: none;
}

.bkg-view {
    position: absolute;
    top: 100px;
    height: 100%;
    width: 100%;
}

.bkg-view .bkg-tree {
    top: 100px;
    z-index: 1;
}

.bkg-view .bkg-gray-base {
    bottom: 101px;
    height: 130px;
}


/* navigation 選項列 */

.nav-wrap {
    text-align: center;
    border-radius: 15px 35px;
    width: 885px;
    height: 60px;
    margin: 15px auto;
    background-color: #ff9800;
    position: relative;
    border: 3px solid #ffca28;
}

.nav-bkg {
    border-radius: 14px 35px;
    width: 889px;
    height: 70px;
    position: absolute;
    top: 8px;
    left: calc(50% - 445px);
    z-index: 1;
    overflow: hidden;
}

.nav-option {
    display: inline-block;
    width: 165px;
    text-align: center;
    z-index: 99;
    position: relative;
    line-height: 40px;
    cursor: pointer;
}

.nav-option a {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0;
    color: #ad4a18;
    font-size: 22px;
}

.nav-option:not(:last-child):after {
    content: '';
    height: 60%;
    width: 3px;
    position: absolute;
    right: -2px;
    top: 20%;
    background-color: rgba(255, 255, 255, 0.5);
    ;
}

.nav-option a:hover {
    color: #fbe9e7;
}


/* animate 雲動畫*/

.cloud {
    animation: clouds 60s infinite linear;
}

.cloud img {
    width: 100%;
}

.cloud-1 {
    width: 100px;
    position: absolute;
    animation-duration: 50s;
    margin-left: -20%;
    margin-top: 110px;
}

.cloud-2 {
    width: 130px;
    position: absolute;
    animation-duration: 40s;
    margin-left: 10%;
    margin-top: 50px;
}

.cloud-3 {
    width: 165px;
    position: absolute;
    animation-duration: 110s;
    margin-left: 25%;
    margin-top: 125px;
}

.cloud-4 {
    width: 220px;
    position: absolute;
    animation-duration: 60s;
    margin-left: 55%;
    margin-top: -40px;
}

.cloud-5 {
    width: 180px;
    position: absolute;
    animation-duration: 90s;
    margin-left: -5%;
    margin-top: -20px;
}

@-webkit-keyframes clouds {
    0% {
        left: -10%;
    }
    100% {
        left: 110%;
    }
}

@keyframes clouds {
    0% {
        left: -10%;
    }
    100% {
        left: 110%;
    }
}

@media screen and (max-width:1020px) {
    .content.root {
        min-height: 760px;
    }
    .content.root .wrap {
        width: 100%;
        border-radius: 0px !important;
    }
    .content-head {
        /* display: none; */
    }
    .cloud {
        /*display: none;*/
    }
    .bkg-tree {
        z-index: 1;
    }
    .user-form {
        padding: 55px 4% 30px;
        z-index: 2;
    }
    /*.nav-wrap, */
    .nav-bkg {
        display: none;
    }
    .nav-option:not(:last-child):after {
        display: none;
    }
}

@media (max-width:425px) {
    .content.root .wrap {
        height: 740px;
    }
    .user-greeting {
        margin: 35px auto;
    }
    .bkg-tree {
        top: 410px;
        right: 10px;
    }
    .user-form {
        border: 0px;
        margin-top: 85px;
        padding-bottom: 0;
        background: none;
    }
    .user-form form {
        width: 100%;
    }
    .user-form .title-banner {
        left: calc(50% - 130px);
        border-radius: 10px;
    }
    .c-row {
        float: none;
        clear: both;
        text-align: center;
    }
    .c-row.submit {
        display: block;
        width: 130px;
        margin: auto;
        float: none;
        text-align: center;
        clear: both;
        float: none;
    }
    .user-form input[type="submit"] {
        border-radius: 10px;
    }
    .c-row.submit p {
        float: none;
        margin-right: 0;
    }
    .user-form form label {
        margin-right: 10px;
    }
    .cloud-3 {
        margin-top: 350px;
    }
}


/* end of revised 2018/02/06 */

.nav-wrap ul li:last-child {
    /* width:224px; */
}