.banner-page {
    padding-top: 5em;
    position: relative;
    z-index: 100;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    margin-bottom: -2em;
}


.form-page {
    margin-top: 3em;
    padding-top: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    margin-bottom: -2em;
}

.maintain-form-page {
    margin-top: 3em;
    padding-top: 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    margin-bottom: -2em;
}

.page-title {
    font-family: 微軟正黑體, 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
    color: #4798b3;
    line-height: 1.5
}

.form-content {
    padding: 3%;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #cdcaca;
    border-radius: 10px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.register-table {

}

.register-table td {
    padding: 5pt 10pt;
}

.register-table td.title {
    font-weight: bold;
    width:25%;
    text-align:right;
}

.register-table td.item {
    width: 50%;
}

.mandatory::before {
    content: "*";
    color: red;
}

.radio-strip {
    padding-left:12pt;
}

.r-form-control {
    display: block;
    width: 70%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.r-form-control-textarea {
    display: block;
    width: 70%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.s-form-control-textarea {
    display: block; 
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}



.text-remark {
    color: #d95267
}

.modal-header {
    background-color: #3293bc;
    text-align: center;
    color: #fff;
    border-radius: 6px 6px 0px 0px;
}

.text-ins {
    padding: 10px;
    line-height: 1.5em;
}

.well2 {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


.activity-page {
    margin-top: 3em;
    padding-top: 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
}

.activity-table th {
    display: table-cell;
    padding: 10px 7px;
    width: auto;
    white-space: nowrap;
    background: #4798b3;
    color: #fff;
    font-weight: normal;
    padding: 10px;
}
.activity-table td {
    padding: 5pt 10pt;
}

.activity-table tr {
    border-bottom: 1px solid #dbdbdb
}


.btn.btn-disabled {
    background-color: #726b6b;
    border-color: #cccccc;
}


.intro {
 line-height:1.5
}

.para-1 {
    line-height: 1.5;
    margin-top: 10px;
    padding: 3px;
    text-indent: 2em;
}

.para-2 {
    margin-top: 5px;
    padding: 3px;
    line-height: 1.5;
    text-indent: 4em;
}

.indent-2 {
    text-indent: 2em;
}

ul {
    list-style: none;
}

ul.num {
    position: relative;
    padding-left: 5em;
    margin: 5px 0;
}

.num li {
    list-style-type: decimal;
    line-height: 1.5;
    margin-top: 5px;
}

@counter-style custom-unordered {
    system: cyclic;
    symbols: '一、' '二、' '三、' '四、' '五、' '六、' '七、' '八、' '九、' '十、';
    suffix: ' ';
}


ul.nitem {
    position: relative;
    padding-left: 4.5em;
    margin: 5px 0;
}

.nitem li {
    list-style-type: none;
    line-height: 1.5;
    margin-top: 10px;
}

ul.cjk {
    position: relative;
    padding-left: 4.5em;
    margin: 5px 0;
}

.cjk li {
    list-style-type: custom-unordered;
    line-height: 1.5;
    margin-top: 10px;
}

ul.ins {
    position: relative;
    padding-left: 2em;
    margin: 5px 0;
}

.ins li {
    list-style-type: decimal;
    line-height: 1.5;
    margin-top: 5px;
}

.table th {
    text-align: center;
  
}
.table  td {
    text-align:center;
}

.table th, .table td {
    border: 1px solid #cccccc;
    vertical-align: middle !important;
}

.table th {
    background-color: #7ec7c7;
}
.table td.time {
    background-color: #7ec7c7;
}

.table tr:nth-child(odd) {
    background-color: #e8f5f5;
}

.table tr:nth-child(even) {
    background-color: #D6EEEE;
}



.mobile-only {
    display: none;
}


@media (max-width: 767px) {
    .register-table td {
        display: block;
    }

    .register-table td.title {
        text-align: left;
        width: 100%
    }

    .register-table td.item {
        text-align: left;
        width: 100%
    }


    .activity-time-table > thead > tr {
        display: none;
    }

    .activity-time-table > tbody > tr > td {
        display: block;
        line-height: 1.8;
    }

   
    .activity-table > tbody > tr:nth-child(odd) {
        background-color: #fff
    }

    .activity-table > tbody > tr:nth-child(even) {
        background-color: #f0f3f5;
    }

    .activity-table > tbody > tr > td:before {
        content: attr(data-th) " : ";
        font-weight: bold;
        display: inline-block;
    }

    .activity-table > thead > tr {
        display: none;
    }


    .activity-table > tbody > tr > td {
        display: block;
        line-height: 1.8;
    }

    .register-table .r-form-control {
        width: 100%;
    }

    .register-table .r-form-control-textarea {
        width: 100%;
    }

    .activity-table .btn-block {
        display: inline-block;
        width: 50%;
    }

    .activity-table .s-form-control {
        display: inline-block;
        width: 100%;
    }

    .activity-table .s-form-control-textarea {
        display: inline-block;
        width: 100%;
    }

    .mobile-only {
        display: block;
        margin-top:1em;
    }

    .pc-only {
        display: none;
    }
}

@media print {
    @page {
        size: 9cm 6cm;
        margin-top: -1.5cm;
        margin-bottom: -1.5cm;
        margin-left: 0cm;
        margin-right: 0cm;
    }
}

.tag-content {
    /*width: 9cm;
    height: 6cm;
   border: 1px solid #cdcaca;
    border-radius: 3px;*/
  
    padding-left: 20px;
    position: relative;
}

    .tag-content > .tag-work-unit {
        font-size: 20px;
        position: absolute;
        top: 5px;
    }
    .tag-content > .tag-work-unit-2 {
        font-size: 20px;
        position: absolute;
        top: 25px;
    }

    .tag-content > .tag-name {
        font-size: 36px;
        position: absolute;
        top: 55px;
        font-weight: bold;
    }

    .tag-content > .tag-job-title {
        font-size: 18px;
        position: absolute;
        top: 95px;
    }

    .tag-content > .tag-table {
        font-size: 14px;
        position: absolute;
        top: 120px;
    }

    .tag-content > .tag-user-role {
        font-size: 14px;
        position: absolute;
        top: 140px;
    }

    .tag-content > .tag-prize-order {
        font-size: 14px;
        position: absolute;
        top: 160px;
    }

  

  

    .tag-content > .tag-receive-tropy {
        font-size: 14px;
        position: absolute;
        top: 180px;
    }


    .tag-content > .tag-img {
        position: absolute;
        top: 25px;
        right: 10px;
        width : 35%
       
    }

.file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity = 0);
}


.btn-sample {
    background: #0d7391;
    color: #fff;
}

.btn-sample:focus, .btn-sample.focus, .btn-sample:active, .btn-sample.active {
    background: #4caac9;
    color: #fff;
}

.navbar-default, .navbar-default.navbar-fixed-top.navbar-cust-1 {
    background-color: #163948;
}