@charset "UTF-8";


/* login
-----------------------------------------------------*/

.login {
    width: 100%;
    text-align: center;
    position: relative;
    min-height: calc(100vh - 38px);
    padding: 50px 0;
}

.login-box {
    position: relative;
    width: 450px;
    margin: 30px auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.login-title {
    text-align: center;
    color: #fff;
    font-size: 1.55em;
    padding: 22px 10px;
}

.login-title .logo {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    margin-right: 3px;
}

.login-form {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}

.login-form li {
    padding: 10px 0;
    overflow: hidden;
}

.login-item {
    float: left;
    font-weight: bold;
    color: #555;
    padding: 9px 0;
    text-align: left;
}

.login-content {
    float: left;
    text-align: left;
}

.login-content input {
    width: calc(100% - 46px);
    margin: 0 5px 0 0;
}

.login-content .show-pw {
    margin-left: 5px;
    font-size: 1.4rem;
}

.login-content .show-pw .fa-eye {
    color: #333;
}

.login-item i {
    margin-right: 8px;
}

.login-box .forget-pw,
.login-box .refresh-btn {
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: right;
    margin-top: 9px;
}

.login-box .btn {
    width: 100%;
    margin: 10px 0 45px 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
}

.login-box .btn input {
    display: inline-block;
    margin: 0 10px;
    padding: 12px 0;
    color: #fff;
    background: #666;
    border: 0px;
    text-align: center;
    cursor: pointer;
    width: 150px;
    border-radius: 150px;
}

.login-box .btn-sso {
    width: 100%;
    margin: 40px 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
}

.login-box .btn-sso #btn_sso {
    padding: 30px 0;
    font-size: 1.5rem;
    margin: 0 auto;
    display: block;
    color: #fff;
    background: #666;
    border: 0px;
    text-align: center;
    cursor: pointer;
    width: 150px;
    border-radius: 150px;
}

.login-box .captcha {
    width: calc(100% - 124px);
    float: left;
}

.login-box .captcha-code {
    width: 115px;
    height: 39px;
    float: right;
}

.login-box .refresh-btn {
    float: left;
    width: 100%;
}

.login-box .refresh-btn i {
    margin-right: 4px;
}

.color1 {
    background-color: #1ca53c;
}

/* login end
-----------------------------------------------------*/
.index .widget-box-content {
    background: #fff;
}


/* 可視化提醒通知
-----------------------------------------------------*/
.widget-message {
    display: flex;
    vertical-align: top;
    margin: 0 0 30px 0;
    line-height: 1.3;
    flex-wrap: wrap;
    width: 100%;
}

.widget-message p {
    margin: 0;
    padding: 0;
}

.widget-message .title {
    font-size: 1.2rem;
}

.widget-message .num {
    margin: 0;
    padding: 0;
    font-size: 3rem;
    font-family: sans-serif;
}

.widget-message .item {
    padding: 20px 30px;
    color: #fff;
    margin: 0 1% 22px 1%;
    border-radius: 15px;
    font-weight: bold;
    position: relative;
    background-image: none;
    width: 31%;
    box-sizing: border-box;
}

.widget-message .item a {
    padding: 15px 60px 15px 0;
    color: #fff;
    display: block;
}

.widget-message .item::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

.widget-message .item {
    background: #07b1b9;
}

.widget-message .item::before {
    background: url("../images/i-item2.png") 0 0 no-repeat;
    background-size: cover;
}

.widget-message .item-confidential {
    background: #ff7267;
}

.widget-message .item-confidential::before {
    background: url("../images/i-item1.png") 0 0 no-repeat;
    background-size: cover;
}


/* 可視化提醒通知 end
-----------------------------------------------------*/

.index-cal-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.index .widget-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 30px 0;
}

.index .widget-box {
    margin-bottom: 0;
    width: 100%;
}

.index .widget-box-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    line-height: 1;
    display: block;
}

.index .widget-box-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    line-height: 1;
    display: block;
}

.index .cont-wrap {
    padding: 25px;
    width: 100%;
}

.index .widget-box-col {
    width: 49%;
}

.group-cont-list,
.group-cont-form {
    background-color: #fff;
    float: left;
    width: 100%;
}

.list-title {
    padding: 0 30px;
    line-height: 38px;
    font-size: 17px;
    font-weight: bold;
    height: 40px;
    display: flex;
}

.list-title .th {
    text-align: center;
}

.list-title1,
.message-list-cont,
.download-list-cont {
    float: left;
}

.list-title2,
.message-list-date,
.download-list-date {
    float: left;
}

.list-title3,
.message-list-status,
.download-list-btn {
    float: left;
}

.message-list-cont,
.message-list-date,
.message-list-status {
    text-align: center;
}

.group-list {
    padding: 10px 30px;
    background-color: #fff;
    float: left;
    width: 100%;
}

.group-list a {
    font-weight: bold;
    line-height: 1.3;
    vertical-align: top;
    display: inline-block;
    width: 83%;
    color: #333333;
    text-decoration: underline;
}

.group-list td {
    text-align: center;
}

.group-list .btn {
    background: #00BCD4;
    font-size: 0.95rem;
    padding: 8px 15px;
    min-width: 80px;
    border-radius: 3px;
    color: #fff;
    width: auto;
    text-decoration: none;
}

.group-title .group-title-btn {
    float: right;
}

.list-title,
.form-title {
    background-color: #d1e1e2;
}

.message-list1,
.message-list2 {
    border-bottom: 1px solid #ebebeb;
    display: flex;
}

.index .widget-box-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    line-height: 18px;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    font-size: 0.7rem;
    color: #fff;
    padding: 0 15px;
    height: 20px;
    border-radius: 150px;
}

/* 個人化常用服務
-----------------------------------------------------*/
.widget-box-sr {
    /*border: 1px solid #7ec6ca;*/
    border-radius: 8px;
    overflow: hidden;
    display: flex;
}

.widget-box-sr .widget-box-header {
    background: #00bcd5;
    color: #fff;
    border-radius: 0;
    display: flex;
    flex: 0 1 160px;
    margin: 0;
    height: auto;
    align-items: center;
    line-height: 1.3;
    text-align: center;
    justify-content: center;
    font-size: 1.45rem;
}

.widget-box-sr .widget-box-content {
    background: #d4ecf6;
    border-radius: 0;
    display: flex;
    flex: 11;
    padding: 20px;
}

.widget-box-sr .widget-box-content .bookmark-cont {
    display: flex;
}

.widget-box-sr .widget-box-content .bookmark-cont .bookmark-link {
    display: flex;
    flex-wrap: wrap;
    background: #00bcd5;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    margin: 0 14px 0 0;
    text-align: center;
    justify-content: center;
    padding: 15px 0;
    flex: 0 0 160px;
}

.widget-box-sr .widget-box-content .bookmark-cont .bookmark-link .icon {
    font-size: 2rem;
    margin: 9px 0;
}

.widget-box-sr .widget-box-content .bookmark-cont .bookmark-link span {
    display: block;
    width: 100%;
}

/* 個人化常用服務 end
-----------------------------------------------------*/


.group-list-tab a {
    width: 50%;
    float: left;
    text-align: center;
    padding: 14px 15px;
    background: #fff4e7;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}


.group-list-tab a.active {
    background: #fff;
}

table.group-list th {
    background: #ddd;
}

.group-list-tag {
    float: left;
    width: 100%;
    padding: 20px 25px;
}

.group-list-tag a {
    background: #f59724;
    color: #fff;
    padding: 8px 0;
    font-size: 15.5px;
    border-radius: 35px;
    margin: 0 11px 0 0;
    min-width: 120px;
    float: left;
    text-align: center;
    font-weight: bold;
}

.group-list-tag a.active {
    background: #da5e10;
}


/*--------*/
.widget-message .info-cont2 p {
    margin: 0;
    padding: 0;
    width: auto;
    display: inline-block;
    min-width: 125px;
    font-family: 微軟正黑體;
    font-size: 1rem !important;
    font-weight: bold;
}

.widget-message .item strong {
    margin: 0 0 5px 0;
    display: inline-block;
    font-size: 1.4rem;
}

.info-cont2 {
    margin: 9px 0;
}


/* 左側選單 
-----------------------------------------------------*/
.user-select {
    display: block;
}

.site-side {
    width: 260px;
    height: 100%;
    overflow: hidden;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    align-self: stretch;
}

.site-side__inner {
    margin-top: 70px;
    height: calc(100% - 80px);
    padding-bottom: 10px;
    background: #fff;
}

.site-side-hide {
    left: -260px;
}

.side-menu li {
    position: relative;
}

.side-menu a {
    color: #222;
    display: block;
    font-size: 18px;
    position: relative;
    font-weight: bold;
}

.lev1 a {
    padding: 16px 32px 16px 42px;
}

.lev1.user-select a {
    padding: 4px 42px;
}

.lev1.user-select li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.lev1.user-select .icon {
    top: 6px;
    left: 15px;
}

ul.lev2 {
    background: #e6e6e6;
    width: 92%;
    border-radius: 15px;
    margin: 0 auto;
    padding: 5px 0;
}

.lev2 a {
    padding: 8px 50px 8px 32px;
    border-bottom: 0;
}

.lev3 a {
    padding: 6px 50px 6px 55px;
    border-bottom: 0;
}

.side-menu .arrow {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: 13px;
    font-size: 0.9rem;
    transition: ease 300ms;
}

.lev1 .arrow {
    top: 22px;
}

.lev2 .arrow {
    top: 13px;
    right: 8px;
}

.side-menu .panel-collapsed .arrow {
    transform: rotate(-90deg);
    right: 13px;
    top: 19px;
}

.side-menu .lev2 .panel-collapsed .arrow {
    right: 8px;
    top: 10px;
}

.lev1 .icon {
    position: absolute;
    top: 18px;
    left: 11px;
    height: 24px;
    color: #1ca53c;
    font-size: 1.3rem;
}

.side-menu .collapsein {
    display: block;
}

.lev3 {
    display: block;
}

.lev3.show {
    display: block;
}

.side-menu .collapsein .dot {
    background: #aaa;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 17px;
    left: 19px;
    display: block;
    border-radius: 150%;
}

.side-menu .collapsein.active {
    display: block;
}

.lev3 > li:before {
    content: '';
    position: absolute;
    left: 39px;
    top: 0;
    bottom: 0;
    width: 1px;
}

.lev3 > li:last-child:before {
    bottom: auto;
    height: 20px;
}

.lev3 > li > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: 19px;
    width: 10px;
    height: 1px;
}

.lev3 > li > a:after,
.lev3 > li:before {
    background: #aaa;
}

.fullwidth .site-side {
    left: -260px;
}

/* 左側選單 end
-----------------------------------------------------*/

/* breadcrumb
-----------------------------------------------------*/
.breadcrumb {
    background: #fff;
    font-size: 0.95rem;
    color: #333;
    position: relative;
    line-height: 1;
    padding: 10px 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumb a {
    color: #333;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin: 8px 0;
}

.breadcrumb i {
    font-size: 1rem;
}

.breadcrumb img {
    vertical-align: top;
    display: inline-block;
}

.breadcrumb .current {
    color: #00861f;
    margin: 5px 0;
}

/* breadcrumb end
-----------------------------------------------------*/

/* 側選單開關
-----------------------------------------------------*/
.side-menu__close,
.side-menu__open {
    background-color: #1ca53c;
    background-position: 6px center;
    background-repeat: no-repeat;
    width: 20px;
    height: 36px;
    display: block;
    position: fixed;
    top: 89px;
    z-index: 9999;
    border-radius: 0 5px 5px 0;
    background-size: 5px;
}

.side-menu__close {
    background-image: url(../images/arr-close.png);
}

.side-menu__open {
    background-image: url(../images/arr-open.png);
}

/* 側選單開關 end
-----------------------------------------------------*/

/* site main
-----------------------------------------------------*/
#site-main {
    position: relative;
    /*    min-height: 100vh;*/
    background: #f2f2f2;
    padding-left: 260px;
}

.side-main-all {
    padding-left: 0 !important;
}

.site-content {
    padding-top: 70px;
    position: relative;
    min-height: calc(100vh - 70px);
}

/* 單元名稱 */
.unit-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 15px;
    color: #333;
}

.unit-title h1 {
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
}

/* 單元名稱 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: #1ca53c;
}

.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-ctrl {
    width: 100%;
    padding: 10px 0;
    background: #fff;
}

/* widget-box end
-----------------------------------------------------*/
.code-remind strong {
    color: #ff733c;
}

#upload {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* 個人行程規劃
-----------------------------------------------------*/
.greservation-cal {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.greservation-cal .cal1,
.greservation-cal .cal2 {
    width: 100%;
    cursor: pointer;
}

.greservation-cal .cal1 img,
.greservation-cal .cal2 img {
    width: 100%;
    display: block;
}

.greservation-cal .cal2 {
    display: none;
}

/* 稽催參數管理
-----------------------------------------------------*/
span.light-y,
span.light-g,
span.light-r {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.light-y {
    background: #fac661;
}

.light-r,
.light-g,
.light-y {
    border-radius: 99px;
    font-size: 0;
    width: 22px;
    height: 22px;
    line-height: 0;
    display: block;
    margin: 0 auto;
}

.light-g {
    background: #50d37b;
}

.light-r {
    background: #ff5d5d;
}

/* 稽催參數管理 end
-----------------------------------------------------*/

/* 審核流態設定
-----------------------------------------------------*/
.follow-setup,
.follow-setup-elm,
.follow-setup-item,
.follow-setup-arr {
    display: flex;
    font-weight: bold;
    flex-wrap: wrap;
}

.follow-setup {
    overflow: hidden;
}

.follow-table {
    background: #e7f0fb;
    overflow: hidden;
    height: 420px;
}

.follow-setup-table {
    min-width: 900px;
}

.follow-setup-table td {
    border-bottom: 1px solid #c2d3ea;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.follow-setup-table img {
    display: inline-block;
}

.follow-setup-table .td-col {
    background: #fff;
}

.follow-setup-table th {
    background: #85a6d4;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px;
}

.follow-setup-table .col {
    width: 80px;
    height: 35px;
}

.follow-setup-table .row {
    width: 35px;
    height: 80px;
}

.follow-setup-elm {
    padding: 10px;
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.follow-setup-item .item {
    padding: 15px;
    text-align: center;
    opacity: 0.3;
}

.follow-setup-item .item .icon {
    display: block;
    margin-bottom: 5px;
}

.follow-setup-arr .arr {
    padding: 15px 10px;
    text-align: center;
    opacity: 0.3;
}

.follow-info {
    background: #bdd0ea;
    height: 420px;
    padding: 25px;
}

.follow-info .follow-name {
    padding: 0 0 10px 0;
    display: block;
    font-size: 1.5rem;
}

.follow-info .follow-cont {
    margin-top: 10px;
}

.drag-enable {
    cursor: move;
    opacity: 1 !important;
}

.follow-setup-drop-cont {
    display: none;
}

.follow-setup-drop-cont img {
    position: relative;
    z-index: 2;
    width: 56%;
}

.follow-setup-drop-cont-line {
    position: relative;
}

.follow-setup-drop-cont-line::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.follow-setup-drop-cont-line-start::after {
    left: 50%;
    width: 50%;
    top: 51%;
}

.follow-setup-drop-cont-line-end::after {
    left: 0;
    width: 50%;
}

.follow-cont-tab {
    display: flex;
    justify-content: space-between;
}

.follow-cont-tab li {
    display: block;
    width: 49%;
}

.follow-cont-tab li a {
    display: block;
    width: 100%;
    border-radius: 5px 5px 0 0;
    background: #008acc;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.follow-cont-tab li .current {
    background: #fff;
    color: #000;
}

.follow-cont-table {
    background: #fff;
    padding: 15px;
    height: 1000px;
}

.follow-cont-table table thead th {
    background: #008acc;
    color: #fff;
    padding: 10px;
}

.follow-cont-table table tbody tr {
    border-top: 1px dotted #ccc;
}

.follow-cont-table table tbody tr:first-child {
    border-top: none;
}

.follow-cont-table table tbody td {
    text-align: left;
}

.follow-cont-table .follow-btn {
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 8px 5px;
    text-align: center;
}

.follow-btn-edit {
    background: #00bcd4;
}

.follow-btn-add {
    background: #ff9557;
}

/* 審核流程設定 end
-----------------------------------------------------*/
.axis-select,
.axis-select-result {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow-y: auto;
    vertical-align: top;
    width: 286px;
    height: 233px;
}

.axis-select-result {
    margin-left: 30px;
    background: #f4f4f4;
}

.axis-select a,
.axis-select-result a {
    display: block;
    margin: 10px;
}

.axis-select a img,
.axis-select-result a img {
    display: block;
}

.axis-select .axis-close,
.axis-select-result .axis-active {
    display: none;
}

.chart-style-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chart-style-list li {
    display: inline-block;
    margin-right: 20px;
    padding: 5px 0 5px 34px;
}

.chart-style-list .chart1 {
    background: url(../images/chart1.png) 0 0 no-repeat;
}

.chart-style-list .chart2 {
    background: url(../images/chart2.png) 0 0 no-repeat;
}

.chart-style-list .chart3 {
    background: url(../images/chart3.png) 0 0 no-repeat;
}

.chart-style-list .chart4 {
    background: url(../images/chart4.png) 0 0 no-repeat;
}

.chart-result {
    overflow: hidden;
}

.chart-result,
.chart-result img {
    height: 0;
}

.order-chart {
    padding: 50px;
    text-align: center;
}

.subtotal {
    font-size: 1.2rem;
    padding: 20px 30px;
}

.subtotal strong {
    color: #ff733c;
}

.upload-status {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    line-height: 1.5;
    margin: 8px 12px 8px 0;
    color: #333;
}

.upload-status i {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    margin-right: 5px;
}

.upload-ok i {
    color: #00bf07;
}

.upload-alert i {
    color: #ff5268;
}

.upload-view i {
    color: #fff;
    background: #ff8a21;
    font-size: 0.85rem;
    width: 24px;
    height: 24px;
    border-radius: 99rem;
    text-align: center;
    line-height: 24px;
}

.order-chart-box {
    display: none;
}

.hide-content {
    display: none;
    padding: 0;
}

.hide-content .fancybox-close-small {
    color: #fff;
}

.popup-content {
    border-radius: 8px;
}

.popup-content ul li {
    padding: 10px;
}

.legal-list {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.legal-list caption {
    background: #1eaebf;
    color: #fff;
    padding: 10px;
}

table.legal-list tr {
    border-top: 1px solid #ddd;
}

.legal-list td {
    border-left: 1px solid #ddd;
}

.search-legal {
    margin-bottom: 20px;
    padding: 5px 0;
    border-radius: 5px;
}

.search-legal [type="text"] {
    margin: 2px;
}

.remark {
    font-size: 0.95rem;
    color: #f16757;
}

.receiver-list {
    width: 80%;
    max-width: 500px;
    padding: 0;
}

.receiver-list .fancybox-close-small {
    color: #fff;
}

.receiver-list .title {
    padding: 10px 15px;
    background: #1eaebf;
    color: #fff;
    font-size: 1.2rem;
    display: block;
    width: 100%;
}

.receiver-list .list li {
    padding: 15px 25px;
    border-bottom: 1px solid #e8e8e8;
}

.receiver-list .list li label {
    display: inline-block;
    margin-right: 18px;
}

.symptom-list {
    margin-top: 15px;
}

.symptom-list li {
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px solid #eee;
}

.symptom-list li .item {
    display: block;
    float: left;
    width: 60px;
    padding: 3px 0;
}

.symptom-list li .symptom-cont {
    float: left;
    width: 80%;
}

.popup-inline-content {
    width: 600px;
    border-radius: 8px;
    padding: 0;
}

.popup-inline-content .fancybox-close-small {
    color: #fff;
}

.popup-inline-content .title {
    padding: 10px 15px;
    background: #1eaebf;
    color: #fff;
    font-size: 1.2rem;
    display: block;
    width: 100%;
}

.popup-inline-content .list li {
    padding: 15px 25px;
    border-bottom: 1px solid #e8e8e8;
}

/* 社會關懷-社區關懷接案個案管理-內頁
-----------------------------------------------------*/
.list-tb {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px 0;
    border-radius: 8px;
    overflow: hidden;
}

.list-tb a {
    display: inline-block;
    width: calc(100% / 4);
    padding: 12px 0;
    color: #484848;
    background: #dddddd;
    margin: 0 1px 0 -4px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.list-tb a.active {
    color: #FFF;
    background: #20b4ac;
}

/* 個案訪視-個案資料維護-個案基本資料
-----------------------------------------------------*/
.inline-subnav {
    display: flex;
    padding-bottom: 20px;
    margin: 0 -5px;
}

.inline-subnav .nav-btn {
    background: #0c5792;
    color: #fff;
    margin: 0 5px;
}

.receive-info {
    overflow: hidden;
    margin-bottom: 10px;
}

.receive-info ul {
    width: 350px;
    float: right;
    background: #fff;
    border-radius: 8px;
}

.receive-info ul li {
    padding: 10px 10px;
    border-top: 1px dotted #ccc;
}

.receive-info ul li:first-child {
    border-top: 0;
}

.list-tb2 {
    display: flex;
    width: 100%;
    margin: 0 0 15px 0;
    border-radius: 8px;
    overflow: hidden;
}

.list-tb2 a {
    display: block;
    flex: 1;
    padding: 12px 0;
    color: #484848;
    background: #dddddd;
    margin: 0 1px 0 -4px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.list-tb2 a.active {
    color: #FFF;
    background: #20b4ac;
}

/* 社區關懷接案個案管理-資源連結單
-----------------------------------------------------*/
.mul-select select {
    font-size: 16px;
    line-height: 25px;
    min-width: 22%;
    min-height: 185px;
}

.mul-select select,
.mul-select-arr {
    display: inline-block;
    vertical-align: middle;
}

.mul-select-arr a {
    height: 40px;
    width: 40px;
    float: left;
    border-radius: 150%;
    background-color: #20b4ac;
    color: #fff !important;
    border-radius: 100%;
    text-align: center;
    margin: 5px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none !important;
}

.mul-select-arr {
    width: 40px;
    margin: 0 10px;
}

/* 線上報名 */
.apply-itemlist {
    width: 80%;
}

.itemlist .custom-item {
    border-top: 1px dashed #aaa;
    padding: 25px 0;
}

.itemlist .custom-item-type-wrap {
    margin-top: 20px;
}

.itemlist .custom-item-type-wrap .custom-item-type-cont .custom-item-type-cont-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.itemlist .custom-item-type-wrap .custom-item-type-cont .custom-item-type-cont-list li {
    margin: 25px 0;
    padding: 0;
    position: relative;
}

.itemlist .custom-item-type-wrap .custom-item-type-cont .custom-item-type-cont-list li input[type="radio"],
.itemlist .custom-item-type-wrap .custom-item-type-cont .custom-item-type-cont-list li input[type="checkbox"] {
    margin: 9px 0 0 0;
}

.itemlist .custom-item-type-wrap .custom-item-type-cont .custom-item-txt {
    width: 60%;
}

.itemlist .custom-item-type-wrap .custom-item-type-cont .custom-item-del {
    position: absolute;
    background: #e5e5e5;
    width: 33px;
    height: 33px;
    border-radius: 5px;
    border: none;
    right: 0;
    top: 4px;
    font-size: 18px;
    cursor: pointer;
}

.itemlist .custom-item-type-wrap .custom-item-type-cont .custom-item-add {
    background: #e5e5e5;
    height: 34px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 0 15px;
    font-family: 微軟正黑體;
}

/* 線上報名 end*/
.ballDesc {
    list-style: none;
    margin: -5px 0 5px 0;
    padding: 0;
    font-weight: bold;
}

.ballDesc li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.ballDesc_red_ball,
.ballDesc_green_ball,
.ballDesc_yellow_ball {
    display: inline-block;
    margin-right: 2px;
    font-size: 16px;
}

.ballDesc_red_ball_large,
.ballDesc_green_ball_large,
.ballDesc_yellow_ball_large {
    font-size: 24px;
}

.ballDesc_red_ball_large,
.ballDesc_red_ball {
    color: #EE0000;
}

.ballDesc_green_ball_large,
.ballDesc_green_ball {
    color: #009900;
}

.ballDesc_yellow_ball_large,
.ballDesc_yellow_ball {
    color: #FFAA00;
}

.level-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.level-list li {
    margin: 10px 0;
    padding: 0;
    display: inline-block;
    width: 30%;
}

.level-list li input[type="checkbox"],
.level-list li label {
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
}

.level-list li input[type="checkbox"] {
    margin: 3px 5px 0 0;
}

.level-list li label {
    width: 70%;
}

.phase-table {
    background: #fff;
    table-layout: fixed;
}

.phase-table th {
    background: #ccc;
    border-left: 1px solid #e8e8e8;
}

.phase-table th[scope="col"] {
    background: #3174ea;
    color: #fff;
}

.phase-table td {
    text-align: center;
    border-left: 1px solid #e8e8e8;
    font-weight: bold;
}

.phase-table td i {
    font-size: 1.25rem;
    margin-bottom: 5px;
}

.phase-table td p {
    margin: 0;
}

.phase_green {
    color: #fff;
    background: #009900;
}

.phase_yellow {
    color: #fff;
    background: #FFAA00;
}

.phase_red {
    color: #fff;
    background: #EE0000;
}

/* checkbox */

.label-wrap label {
    margin: 0 10px 0 0;
}

.label-wrap input[type="checkbox"] {
    margin: 0 5px 0 0;
}

/* add */
.list label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
    font-size: 18px;
}

.list .date-wrap {
    display: inline-block;
    vertical-align: middle;
}

table.inner-table {
    margin: 18px 0;
}


table.inner-table th,
table.inner-table td {
    padding: 7px 15px;
}


/* 首頁選項 
----------------------------------------------------- */
#SiteMapContainer {}

#SiteMapContainer .SiteMap_Section {
    margin-bottom: 15px;
    clear: both;
}

#SiteMapContainer .SiteMap_Section h3.Title {
    background: #2cb02a;
    color: #ffffff;
    padding: 8px 15px;
    font-size: 1.2em;
    margin: 0 0 10px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
}

#SiteMapContainer .SiteMap_Section h3.Title a {
    color: #ffffff;
}

#SiteMapContainer .SiteMap_Section h3.Title a:hover {
    color: #fc9a31;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList {
    width: 100%;
    margin: 0 0 30px 0;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList li {
    width: 100%;
    margin: 10px 0;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList h5 a {
    font-weight: bold;
    font-size: 15px;
    color: #038c00;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList h5 a:hover {
    color: #fc9a31;
}


#SiteMapContainer .SiteMap_Section ul.SiteMapList a {
    color: #333;
}


#SiteMapContainer .SiteMap_Section ul.SiteMapList a:hover {
    color: #fc9a31;
}

/* 首頁選項 end 
----------------------------------------------------- */
