@charset "UTF-8";

.pd-logo {
    font-style: italic;
}


/* header
-----------------------------------------------------*/
.navbar {
    height: 70px;
    width: 100%;
    padding: 0 1.5%;
    position: fixed;
    top: 0;
    left: 0;
    background: #1d9bff;
    align-items: center;
    z-index: 50;
    display: flex;
    justify-content: space-between;
}

.navbar-left {
    display: flex;
    height: 100%;
    align-items: stretch;
}

.navbar-right {
    display: flex;
    height: 100%;
    align-items: stretch;
}

.navbar .logo {
    padding: 14px 0px;
    color: #fff;
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
    flex: 2;
}

/* .navbar .logo {
    padding: 14px 0px 14px 60px;
    color: #fff;
    margin: 0;
    background: url(../images/logo.svg) 0 center no-repeat;
    background-size: 50px;
    font-size: 1.6rem;
    font-weight: bold;
    flex: 2;
} */


.navbar .logo a {
    display: block;
    color: #fff;
}

.navbar .logo small {
    display: block;
    font-size: 0.96rem;
    color: #fff;
    padding: 0 0 7px 2px;
}

.navbar-info,
.navbar-nav {
    float: left;
    display: flex;
    align-items: center;
    color: #fff;
}

.navbar-info .user,
.navbar-info .time {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    position: relative;
    margin-left: 40px;
}

.navbar-info .user::before {
    content: "";
    position: absolute;
    background: url(../images/i-user.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    top: 3px;
    left: -23px;
}

.navbar-info .time::before {
    content: "";
    position: absolute;
    background: url("../images/i-time.png") 0 0 no-repeat;
    width: 20px;
    height: 20px;
    top: 2px;
    left: -26px;
}

.navbar-nav .nav {
    position: relative;
    margin-left: 12px;
}

.navbar-nav a {
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #fff;
    position: relative;
    border-radius: 150%;
    font-size: 0.85rem;
    background-color: rgba(255, 255, 255, 0.25);
}

.navbar-nav .msg-prompt {
    display: block;
    background: #f20;
    border-radius: 150%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    font-size: 0.5rem;
    position: absolute;
    font-weight: bold;
    z-index: 1;
    right: -13px;
    top: -7px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .3);
    -o-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .3);
}

.msg-popup {
    position: absolute;
    background: #fff;
    border-radius: 8px;
    padding: 12px 10px;
    z-index: 1;
    list-style: none;
    margin: 0;
    width: 120px;
    left: 50%;
    top: 44px;
    transform: translateX(-50%);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    display: none;
}

.msg-popup::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 7.5px 12px 7.5px;
    border-color: transparent transparent #ffffff transparent;
}

.msg-popup li {
    padding: 5px 0;
}

.msg-popup li:first-child {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.msg-popup a {
    display: flex;
    width: 100%;
    height: auto;
    background: transparent;
    border-radius: 0;
    justify-content: space-between;
    line-height: 1.3;
    padding: 0 5px;
}

.msg-popup a strong {
    color: #000;
}

.msg-popup a .num {
    color: #ff733c;
}

.visit.nav {
    display: none;
}

/*
.visit.nav a {
    background: #ffeb3b;
    color: #000;
}
*/

/* header end
-----------------------------------------------------*/

/* footer
-----------------------------------------------------*/

#footer {
    background: #6e6e6e;
    color: #fff;
    font-size: 0.95rem;
    padding: 12px 0;
    line-height: 1.1;
    overflow: hidden;
    text-align: center;
    margin: 45px 0 0 0;
}

#footer .footer-nav {
    position: relative;
    overflow: hidden;
    float: left;
}

#footer .footer-nav li {
    float: left;
    border-right: 1px solid #fff;
    padding: 0 10px;
}

#footer .footer-nav li:first-child {
    border-left: 1px solid #fff;
}

#footer .footer-nav a {
    color: #fff;
}

#footer .copyright {
    float: right;
}


/* breadcrumb
-----------------------------------------------------*/
.breadcrumb {
    background: #fff;
    font-size: 0.95rem;
    color: #333;
    position: relative;
    line-height: 1;
    padding: 13px 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.breadcrumb a {
    color: #333;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.breadcrumb .icon {
    font-size: 0.85rem;
    vertical-align: top;
    display: inline-block;
    margin: 1px 2px 0 0;
}

.breadcrumb img {
    vertical-align: top;
    display: inline-block;
}

/* breadcrumb end
-----------------------------------------------------*/


/* site main
-----------------------------------------------------*/
#site-main {
    position: relative;
    background: #f2f2f2;
}

.side-main-all {
    padding-left: 0 !important;
}

.site-content {
    margin-top: 121px;
    position: relative;
    min-height: calc(100vh - 161px);


}

section.issue-list,
.issue-detail,
.setting-form,
.informatiob-list,
.informatiob-detail,
.issue-part,
.issue-reply {
    padding: 0 2.5%;
}

/* 單元名稱 */
.unit-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 15px;
    color: #333;
}

.unit-title h1 {
    padding: 0;
    margin: 0;
    font-size: 2rem;
}

/* 單元名稱 end */

/* site main end
-----------------------------------------------------*/


/* widget-box
-----------------------------------------------------*/
.widget-group {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0%;
}

.widget-box {
    margin-bottom: 50px;
    border-radius: 8px;
    overflow: hidden;
}

.widget-box-header {
    line-height: 51px;
    height: 51px;
    color: #fff;
    padding: 0 18px;
    font-size: 19px;
    font-weight: 700;
    position: relative;
    background-color: #3d81b7;
}

.widget-box-header .icon {
    margin-right: 8px;
    display: inline-block;
}

.widget-box-content {
    position: relative;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

/* widget-box end
-----------------------------------------------------*/


/* login
-----------------------------------------------------*/
#login-wrap {
    width: 550px;
    position: absolute;
    background: #fff;
    transform: translateX(-50%);
    z-index: 1;
    box-shadow: 0px 0px 34px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 34px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 34px 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 34px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    top: 85px;
    left: 50%;

}


#login-wrap .login-header {
    background-color: #0c5792;
}

#login-wrap .login-header h1 {
    font-size: 1.3rem;
    margin: 0;
    padding: 23px 10px;
    color: #fff;
}

#login-wrap .login-footer {
    font-size: 0.55rem;
}

footer.login-footer p {
    margin: 23px 0 14px 0;
}

.verify-wrap input[type="text"],
.verify-wrap img {
    width: 90px !important;
    float: left;
}

a.refresh-btn {
    float: left;
    width: 95px;
    background: #3699ec;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    margin: 0 0 0 8px;
}

.verify-wrap img {
    width: 154px !important;
    margin: 0 0 0 9px;
    border-radius: 5px;
    overflow: hidden;
}

.loginForm input[type="text"],
.loginForm input[type="password"] {
    float: left;
}

.loginForm th {
    width: 130px;
    font-size: 17px !important;
    font-weight: normal !important;
}

td.verify-wrap span {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15.5px;
    font-weight: bold;
    color: #d66767;
    margin: 9px 0 0 0;
}

table.loginForm th,
table.loginForm td {
    padding: 18px 15px;
}


.login-btn a {
    background: #0c5792;
    border-radius: 35px;
    padding: 10px 40px;
    font-size: 15.5px;
    color: #fff;
    margin: 0 6px;
    font-weight: bold;
}

.login-btn a.login-canecl {
    background: #6e6e6e;
}


tr.login-btn-col {
    border-top: 0;
}

/* login end
-----------------------------------------------------*/


/* 主選單
-----------------------------------------------------*/
.main-nav {
    width: 100%;
    background: #378ed2;
    position: fixed;
    top: 70px;
    z-index: 1;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .2);
    text-align: center;
}

.main-nav-inner {
    width: 90%;
    margin: 0 auto;
}

.main-nav .nav {
    display: inline-block;
    padding: 15px 35px;
    font-size: 17px;
    position: relative;
}

.main-nav .nav::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    background: #a9c8e0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-nav .nav:last-child::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    background: #a9c8e0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-nav .nav a {
    color: #fff;
}

/* 主選單 end
-----------------------------------------------------*/

/* table
-----------------------------------------------------*/

table.list td {
    background: #fff;
    border-right: 1px solid #d6d6d6;
}


table.list td {
    text-align: center;
}

table.list tr td:last-child {

    border-right: 0;
}


/* file
-----------------------------------------------------*/
input[type="file"] {
    padding: 10px 10px;
    background: #f2f2f2;
    border-radius: 3px;
    font-size: 15px;
    font-family: 微軟正黑體;
}

.upload-file input[type="submit"] {
    font-size: 15.5px;
    border: 0;
    color: #fff;
    background: #378ed2;
    padding: 10px 15px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

/* 設定-密碼
-----------------------------------------------------*/
td.pw-change {
    padding: 0;
}

td.pw-change>div {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
}

td.pw-change>div:last-child {

    border-bottom: 0;
}

.pw-change input[type="submit"] {
    border: 0;
    background: #378ed2;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 9px;
    border-radius: 4px;
    margin: 0 0 0 4px;
}

/* 發布議題範例
-----------------------------------------------------*/
.detail th,
.part th,
.reply th {
    width: 15%;
}

td.issue-title-setting {
    font-weight: bold;
    font-size: 1.15rem;
    color: #378ed2;
}

/* 議題列表
-----------------------------------------------------*/

.search-wrap {
    border-radius: 7px;
    overflow: hidden;
}

.search-bar h3 {
    background: #378ed2;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    margin: 0;

}

.search-bar {
    display: inline-block;
    width: 100%;
    margin: 0 0 45px 0;
}

.search-cont {
    background: #fff;
    padding: 20px 15px;
}

/* 設定
-----------------------------------------------------*/

td.mail-style input {
    width: 70%;
}

/* 1226
-----------------------------------------------------*/
.index-information h2,
.site-content h2 {
    position: relative;
    padding: 0 0 0 17px;

}

.index-information h2::before,
.site-content h2::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #0c5792;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

table.information-list th {
    border-top: 0;
    background: #0c5792;
    color: #fff;
}

.index-information>label {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 9px 0;
    display: inline-block;
    width: 100%;
}

.information-list a,
.informatiob-list a,
.list a,
.detail a,
.part a {
    color: #0c5792;
    text-decoration: underline;
}

.setting-form th,
.detail th,
.list th,
.part th,
.reply th {
    background: #378ed2;
    color: #fff;
}

.page-btn {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 30px 0 0 0;
}

.page-btn input,
.page-btn a {
    background: #0c5792;
    border-radius: 35px;
    padding: 10px 0;
    font-size: 15.5px;
    color: #fff;
    margin: 0 6px;
    font-weight: bold;
    border: 0;
    min-width: 120px;
    display: inline-block;
}

.list-pager {
    text-align: center;
    margin: 25px 0 0 0;
}


.tb-info {
    width: 100%;
    margin: 0 0 12px 0;
    display: inline-block;
}

.ctrl-bar {
    float: right;
}

.ctrl-bar input,
.search-btn input,
.more-btn a {
    background: #378ed2;
    border-radius: 35px;
    padding: 9px 30px;
    font-size: 15px;
    color: #fff;
    margin: 0 6px;
    font-weight: bold;
    border: 0;
    display: inline-block;
}

.more-btn a {
    background: #0c5792;

}

.search-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 18px 0 0 0;
}



.more-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 18px 0 0 0;
}

.gray-btn {
    background: #6e6e6e !important;
}