@charset "UTF-8";

/* header
-----------------------------------------------------*/
.navbar {
    height: 83px;
    width: 100%;
    padding: 0 1.5%;
    position: fixed;
    top: 0;
    left: 0;
    background: #1ca53c;

    align-items: center;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, .2);
    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 14px 52px;
    color: #fff;

    background: url(../images/logo.png) 0 center no-repeat;
    background-size: 9%;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    width: 447px;
}

.navbar .logo small {
    display: block;
    font-size: 0.96rem;
    padding: 0 0 7px 2px;
}

.navbar-info,
.navbar-nav {
    float: left;
    display: flex;
    align-items: center;
}

.navbar-info .user,
.navbar-info .time {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    position: relative;
    margin-left: 20px;
    font-weight: bold;
}

.navbar-info .user i,
.navbar-info .time i {
    padding-right: 5px;
}

.navbar-nav .nav {
    position: relative;
    margin-left: 12px;
}

.navbar-nav .visit {
    display: none;
}

.navbar-nav .msg {
    display: none;
}

.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: #325fa7;
}

.navbar-nav .msg-prompt {
    display: block;
    background: #ea70b7;
    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;
}

#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;
}

/* 左側選單 
-----------------------------------------------------*/
.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 {
    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 16px;
}

.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 10px 8px 32px;
    border-bottom: 0;
}

.lev3 a {
    padding: 6px 10px 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: 18px 30px;
    height: 50px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.breadcrumb a {
    color: #333;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.breadcrumb i {
    font-size: 1rem;
}

.breadcrumb img {
    vertical-align: top;
    display: inline-block;
}

.breadcrumb .current {
    color: #00861f;
}

/* 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: 7px;
    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;
    background: #f2f2f2;
    min-height: 100svh;
}

.side-main-all {
    padding-left: 0 !important;
    background: #f2f2f2;
}

.site-content {
    position: relative;
    min-height: calc(100vh - 120px);
}

/* 單元名稱 */
.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 {
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    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"],
.label-wrap input[type="radio"] {
    margin: 0 5px 0 0;
}

/* add */
.list label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
}

.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;
}

.tr-r {
    background-color: #ffe1e1;
}


/* 登入後首頁
-----------------------------------------------*/
.tbTabCont {
    display: none;
}

.tbTab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 3px solid #c9e0ce;
}

.tbTab a {
    background: #c9e0ce;
    float: left;
    color: #333333;
    padding: 15px 5px;
    flex-basis: 165px;
    text-align: center;
}

.tbTab a.active {
    background: #1ca53c;
    color: #fff;
}

.tbTab a:first-child {
    border-top-left-radius: 8px;
}

.tbTab a:last-child {
    border-top-right-radius: 8px;
}


/* 轉播量統計表
-----------------------------------------------*/
tr.alignLeft td {
    text-align: right;
}

.totalTd td {

    background: #f2fbf4;
}

.tbRemind {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 15px 20px;
    line-height: 28px;
}

.tbRemind p {
    margin: 0;
}

ul.signUp {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

ul.signUp li {
    background: #f9f9f9;
    /* border-radius: 8px; */
    padding: 15px 20px;
    width: calc(100% / 4);
    float: left;
    min-height: 140px;
    border-right: 1px solid #e4e4e4;
}

.scrollBar {
    max-width: 100%;
    overflow-x: scroll;
}


/* 聯絡工單管理作業-工單內容
-----------------------------------------------------*/
ul.pageTotal {
    padding: 0;
    margin: 16px 0 0 0;
    text-align: right;
}

ul.pageTotal li:first-child {
    margin: 0 0 10px 0;
}

.pageTotal span {
    color: #2ba53f;
    font-size: 1.5rem;
    margin: 0 0 0 5px;
    font-weight: bold;
}

.itemTotal input[type="checkbox"] {
    margin: 0 6px;
}

.itemTotal input[type="text"] {
    margin: 0 8px;
}


.machine-print-job {
    padding: 20px;
}