/* list */
* {
    outline: none;
    font-family:  Helvetica,微軟正黑體,Microsoft JhengHei,Heiti TC,黑體,Arial,sans-serif,serif;
    font-size: 1rem;
    letter-spacing: .2px;
}

.portal-list h2 {
    letter-spacing: 0 !important;
    text-indent: 0 !important;
}

.portal.portal-list .portal-bg01,
.portal.portal-list .portal-bg02 {
    opacity: 0.4;
}

.breadcrumb-row {
    padding: 40px 0 20px;
}

.breadcrumb-row .breadcrumb {
    background-color: inherit;
    font-size: .875rem;
    color: #9aa7b0;
    padding: 0;
    margin: 0;
}

.breadcrumb-row .breadcrumb-item a {
    color: #9aa7b0;
}

.breadcrumb-row .breadcrumb-item a:hover,
.breadcrumb-row .breadcrumb-item a:active {
    color: #0068b7;
    text-decoration: underline;
}

.breadcrumb-row .search .form-control {
    padding: 5px 20px;
    padding-right: 35px;
    height: 38px;
    min-width: 250px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.breadcrumb-row .search input {
    border: 1px solid #9aa7b0;
}

.breadcrumb-row .search svg {
    position: absolute;
    right: 12px;
    top: 10px;
    color: #495057;
}

.problem-content .title h2 {
    font-size: 1.5rem;
    color: #0068b7;
    position: relative;
    padding-left: 15px;
}

.problem-content .title h2:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 24px;
    background-color: #0068b7;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    left: 0;
    top: 2px;
}

.problem-content .authority-row .theme {
    padding: 50px 0;
    margin-left: -15px;
    margin-right: -15px;
}

.problem-content .authority-row .theme .problem-box {
    padding: 25px 0;
}

.problem-content .authority-row .theme .problem-box h2 {
    font-size: 1.125rem;
    position: relative;
    padding-left: 15px;
}

.problem-content .authority-row .theme .problem-box h2:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 18px;
    background-color: #454545;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    left: 0;
    top: 2px;
}

.authority-row .theme .problem-box ul {
    color: #9aa7b0;
    padding-left: 17px;
}

.problem-content .authority-row .theme .problem-box ul li {
    padding: 5px 0;
    list-style: disc;
}

.problem-content .authority-row .theme .problem-box .btn-white {
    min-width: 96px;
    padding: 3px 10px;
    font-size: .875rem;
    font-weight: 400;
}

.portal-list .btn.btn-white {
    border: 1px solid #0068b7;
    background-color: #fff;
    color: #0068b7;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.portal-list .btn.btn-white:hover {
    border: 1px solid #0068b7;
    background-color: #0068b7;
    color: #fff;
}

@media (max-width:768px) {
    .portal-list .search {
        margin: 1rem 0;
    }
}


/* navs */
.problem-navs .title h2 {
    color: #0068b7;
    font-size: 1.5rem;
}

.problem-navs .navs-box {
    padding: 30px 0;
}

.problem-navs .navs-box .navs-row {
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #e0e4e7;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 0 20px 0 #d4d4d4;
    background-color: #fff;
}

.problem-navs .navs-time {
    color: #9aa7b0;
    font-size: .875rem;
}

.problem-navs .navs-box .navs-row .navs-content {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portal-list .problem-navs .pagination {
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination-style .page-item {
    padding: 0 5px;
    font-weight: 500;
}

.problem-navs .icons-icon-left {
    background-position: 0 -332px;
    height: 15px;
    width: 10px;
}

.problem-navs .icons-icon-right {
    background-position: 0 -445px;
    height: 15px;
    width: 10px;
}

.pagination-style .page-item .page-link.num {
    color: #0068b7;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    margin-left: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.pagination-style .page-item .page-link.num.active {
    background-color: #0068b7;
    color: #fff;
    border-radius: 20px;
}

.pagination-style .page-item .page-link.num:hover {
    text-decoration: underline;
}

.pagination .page-item .page-link {
    color: #0068b7;
}


/* article */
.problem-art .title h2 {
    color: #0068b7;
    font-size: 1.5rem;
}

.portal-list .navs-time {
    color: #9aa7b0;
    font-size: .875rem;
}

.problem-art .navs-time {
    margin: 10px 0;
}

.problem-art ul li {
    margin: 2px;
    display: inline-block;
    color: #fff;
    font-size: .875rem;
    padding: 4px 15px;
    background-color: #454545;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

@media (max-width:768px) {
    .portal-list .media {
        width: 100%;
    }
}

@media (max-width:400px) {
    .portal-list .media {
        width: 100%;
        height: 200px;
    }
}

/* question form */
.sign-bg .form-signin {
    margin: 80px auto;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 50px 40px 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #d4d4d4;
}

.sign-bg .form-signin .title h2 {
    font-size: 1.5rem;
}

.member-content {
    margin: 0 1.5rem;
}

.member-content .member-box .member-data {
    padding: 1rem;
}

.member-content .member-box .member-data.lock {
    opacity: .7;
}

.sign-bg .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #9aa7b0;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #9aa7b0;
}

.sign-bg .form-signin .form-control {
    background-color: #fff;
    border-radius: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #9aa7b0;
    font-size: .875rem;
    color: #454545;
}

.sign-bg .form-signin .form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: none;
}

.sign-bg .select.form-control {
    color: #9aa7b0!important;
}

.sign-bg .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.sign-bg .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 8px 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: .875rem;
}

.sign-bg .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 16px;
    right: 9px;
    width: 13px;
    height: 9px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAAXNSR0IArs4c6QAAASRJREFUGBljXLVqFfOHf+wTmBiYZ6ZE+FxhwAE2HjnC+/Lxu8Y/vEzNTJ8Y2BUZ/v/P+cfw58iclRvtsOmZt2qb6Msnbw8wMPwrZPv6N5AJrug/A///fww7567a6AcXAzLmrN0q//ffryNAg41A4oz/GBmZkkP97jIwMmwACfxn+M/x79//dbOWb0oA8Wet2aT97/efo///M6iB+EB1D5gkeNcygtj79+9nufPy09z////HgeUYGYHqGCYxMvyPBTKEQGIMjIzXGFlZ3VODvZ6ANYHEgBoYZ6/Y3AtyN4iPChhPMjGze6WEebwDicM1wRQBA6MS6MQ2GB+oYheHIGdQnLv7V5gYhiaQxKyV64MZ/jKlMjD9PybApNoRFqb9C6aBbBoA5bBwM5serH4AAAAASUVORK5CYII=);
}

.sign-bg .select-styled.active:after, 
.sign-bg .select-styled:active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sign-bg .select-options {
    display: none;
    position: absolute;
    top: 47px;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #d4d4d4;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    height: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 0;
}

.sign-bg .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    color: #454545;
}

.sign-bg .depict {
    margin: 15px 0;
    border: 1px solid #979797;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.sign-bg .depict .form-textarea {
    border: 0;
    width: 100%;
    resize: none;
    min-height: 400px;
    margin: 10px 0 0;
    padding: 0 10px;
}

.invalid-feedback.is-invalid {
    display: block;
}

.sign-bg .depict .filePDF {
    padding: 0 12px;
}

.sign-bg .depict .filePDF .pdf-box {
    position: relative;
    display: inline-block;
    margin: 20px 8px;
}

.sign-bg .file-box {
    border: 1px dashed #a9a9a9;
    border-radius: 5px;
    padding: 10px;
    margin: 10px!important;
}

.sign-bg .depict .filePDF .pdf-box svg {
    position: absolute;
    top: -6px;
    right: -8px;
    cursor: pointer;
    color: #9a9a9a;
    background-color: #fff;
}

.sign-bg .depict .fill {
    background-color: #454545;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -ms-border-radius: 0 0 12px 12px;
    -o-border-radius: 0 0 12px 12px;
    cursor: pointer;
}

.sign-bg label {
    margin-bottom: 0;
}

.sign-bg .invalid-label {
    font-size: 80%;
    color: #dc3545;
    margin-top: .25rem;
    width: 100%;
}

.sign-bg .recaptcha-component {
    display: inline-block;
    height: 78px;
}

.sign-bg .btn-primary,
.protal-dialog .btn-primary {
    margin: 20px 0;
    height: 40px;
    background-color: #0068b7;
    padding: 7px 10px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    font-weight: 500;
}

.protal-dialog.modal .modal-dialog {
    margin: 0 auto;
    height: 100%;
    padding-top: calc(50vh - 92.5px);
}

.protal-dialog.modal .modal-dialog .modal-content {
    padding: 40px 20px 20px;
    border-radius: 12px;
    max-width: 400px;
    margin: 0 auto;
}

.protal-dialog.modal .modal-dialog .modal-content .btn {
    min-width: 150px;
    margin: 0 10px;
}

.protal-dialog.modal .modal-dialog .modal-content .modal-body p {
    font-weight: 700;
    padding-bottom: 40px;
    font-size: 1rem;
}

@media (max-width:576px) {
    .sign-bg .form-signin {
        padding: 50px 0px;
    }

    .member-content {
        margin: 0;
    }
}

.portal-list .btn.btn-white,
.protal-dialog .btn-white {
    border: 1px solid #0068b7;
    background-color: #fff;
    color: #0068b7;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.portal-list .btn.btn-white:hover,
.protal-dialog .btn-white:hover {
    border: 1px solid #0068b7;
    background-color: #0068b7;
    color: #fff;
}


/* record history */
.problem-navs .navs-box .navs-row .status-row .status {
    position: absolute;
    right: 0;
    top: -8px;
}

.problem-navs .navs-box .navs-row.inquire-row {
    padding: 20px 60px 20px 20px;
}

.problem-navs .navs-box .navs-row.inquire-row .navs-content {
    color: #0068b7;
    font-size: 1.125rem;
}

.problem-navs .navs-box .navs-row .navs-top {
    background-color: #0068b7;
    color: #fff;
    min-width: 60px;
    text-align: center;
    padding: 3px 10px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.problem-navs .navs-box .navs-row .status-row .status-btn {
    position: absolute;
    right: -36px;
    top: calc(50% - 12px);
}




/* record */
#record_status {
    display: flex;
    justify-content: center;
}

.md-title {
    font-size: 1.125rem;
    font-weight: 500;
    color: #0068b7;
}

.reco-row {
    padding: 20px;
    margin: 15px 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 0 20px 0 #d4d4d4;
    background-color: #fff;
}

.text-grey-light {
    color: #9aa7b0;
}

.sm-title {
    font-size: .875rem;
    font-weight: 600;
}

/* status */
.el-steps.is-horizontal {
    white-space: nowrap;
}

.el-steps {
    font-size: 0;
}

.el-step {
    position: relative;
    vertical-align: top;
}

.el-step__head {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    line-height: 28px;
    font-size: 28px;
    vertical-align: top;
    -webkit-transition: all .15s;
    transition: all .15s;
    width: 60px;
    height: 60px;
}

.el-step.is-horizontal, 
.el-step__line {
    display: inline-block;
}

.el-step__line {
    position: absolute;
    border-color: inherit;
    background-color: #9aa7b0;
}

.el-step__head.is-text.is-finish {
    color: #fff;
    background-color: #0068b7;
    border-color: #0068b7;
}

.el-step__line-inner {
    display: block;
    border: 1px solid;
    border-color: inherit;
    -webkit-transition: all .15s;
    transition: all .15s;
    width: 0;
    height: 0;
}

.el-step__head.is-text {
    font-size: 14px;
    border-width: 2px;
    border-style: solid;
    padding-top: 12px;
}

.el-step__head.is-finish {
    color: #20a0ff;
    border-color: #20a0ff;
}

.el-step__icon>* {
    line-height: inherit;
    vertical-align: middle;
}

.el-step__main {
    white-space: normal;
    /* padding-right: 10px; */
    text-align: left;
}

.progress_label {
    position: absolute;
    padding-left: 0;
    bottom: -35px;
    left: 40%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.el-step__head.is-text.is-wait {
    color: #e0e5e8;
    background-color: #e0e5e8;
    border-color: #e0e5e8;
}

.el-step__title {
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    padding-left: 9px;
    width: max-content;
}

#record_status .el-step__line.is-horizontal {
    top: 30px;
    height: 2px;
    left: 58px;
    right: 0;
    width: 92px;
}

.el-step__icon {
    background-color: transparent;
}

.el-step__icon img {
    width: 33px;
}

.el-step__title.is-finish {
    font-weight: 700;
    color: #0068b7;
}

.pro-download p a {
    color: #0068b7;
    text-decoration: underline;
    font-weight: 500;
}



/* member */
.sign-bg .form-signin {
    margin: 80px auto;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 50px 40px 40px;
    background-color: #fff;
}

.sign-bg .member-content {
    margin: 0 1.5rem;
}

.sign-bg .setting .upload .choose-file {
    height: .1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    position: absolute;
    width: .1px;
}

.setting .upload .upload-img.img-people {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.setting .upload .upload-img.img-people {
    vertical-align: middle;
    display: table-cell;
}

.setting .upload .upload-img {
    overflow: hidden;
    border: 2px solid #9aa7b0;
    border-radius: 60%;
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    -ms-border-radius: 60%;
    -o-border-radius: 60%;
}

input[name="birth"]:before{
    color:#A9A9A9;
    content: attr(placeholder);
}
input[name="birth"].full:before {
    color:black;
    content:""!important;
}

.sign-bg .alert-success {
    width: 250px;
    text-align: center;
    position: fixed;
    top: 10px;
    left: calc(50% - 125px);
    z-index: 999;
}

.cursor-pointer {
    cursor: pointer;
}


/* registered */
.setting .upload .choose-file+.upload-file {
    background-color: #fff;
    box-sizing: border-box;
    color: #5a5541;
    font-family: Sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: table-cell;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #9aa7b0;
    border-radius: 60%;
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    -ms-border-radius: 60%;
    -o-border-radius: 60%;
    text-transform: none;
    cursor: pointer;
    width: 120px;
    height: 120px;
    vertical-align: middle;
}

.setting .upload .choose-file+.upload-file.people-file p {
    margin: 0;
    font-size: .75rem;
    color: #0068b7;
}

.setting .upload .img-box span {
    box-shadow: 0 0 10px 0 #828282;
    border-radius: 60%;
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    -ms-border-radius: 60%;
    -o-border-radius: 60%;
}

.setting .upload .upload-img span {
    position: absolute;
    top: -2px;
    right: 16px;
    cursor: pointer;
}

.icons-btn-edit {
    background-position: 0 -36px;
    height: 40px;
    width: 40px;
    background-color: #0068b7;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* login */
.sign-bg .form-signin.signin-s {
    max-width: 450px;
}

.sign-bg .form-signin .tp-logo {
    position: relative;
    cursor: pointer;
}

.sign-bg .form-signin .tp-logo .btn-gray {
    background-color: #9aa7b0;
    border-radius: 60px;
    position: relative;
    border: 0;
}

.sign-bg .form-signin .tp-logo img {
    position: absolute;
    left: 15px;
    top: 9px;
    z-index: 1;
    width: 43px;
    height: auto;
}

.sign-bg .sign-password,
.sign-bg .sign-registered {
    font-size: .875rem;
    padding: 0 25px;
}

.sign-bg .sign-password a,
.sign-bg .sign-registered a {
    color: #9aa7b0;
}

.sign-bg .sign-password a:hover,
.sign-bg .sign-registered a:hover {
    text-decoration: underline;
}

.sign-bg .form-signin .title p {
    font-size: .875rem;
}


/* faq */
.question .card {
    margin: 15px 0;
    border: 1px solid #e0e4e7;
    background: #fff;
}

.question .card .card-header {
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border: 0;
    /* height: 70px; */
}

.question .card .card-body {
    border-bottom: 1px solid #e0e4e7;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
}

.icons-icon-Q {
    background-position: 0 -197px;
    height: 45px;
    width: 30px;
}

.question .card .icon-QA img {
    width: 25px;
}

.question .card .card-header .plus {
    display: none;
}

.question .card .card-header .minus {
    display: inline-block;
    margin-top: -3px;
}

.question .card .card-header.collapsed .plus {
    display: inline-block;
}

.question .card .card-header.collapsed .minus {
    display: none;
}

.accordion .card:first-of-type {
    border-radius: 8px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 0 20px 0 #d4d4d4;
}

.accordion .card:last-of-type, 
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 0 20px 0 #d4d4d4;
}

.card .card-body .email {
    color: #007bff!important;
}