@charset "UTF-8";

.index .widget-box-content {
    background: #fff;
}


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

.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: 15px 30px;
    width: calc(100% / 3 - 15px * 2);
    color: #fff;
    margin: 0 15px;
   border-radius: 20px;
    font-weight: bold;
    position: relative;
    flex: 1;
     background-image:none;
}

.widget-message .item::before {
    content: "";
    position: absolute;
    width: 58px;
    height: 58px;
    top: 50%;
    right: 34px;
    transform: translateY(-50%);
}
.widget-message .item4{
    background:#07b1b9;    
}
.widget-message .item5{
    background:#07b1b9;    
}
.widget-message .item6{
    background:#07b1b9;    
}


.widget-message .item1::before {
    background: url("../images/bell.svg") 0 0 no-repeat;
    background-size: cover;
    
}


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

.widget-message .item2::before {
    background: url("../images/folders.svg") 0 0 no-repeat;
    background-size: cover;
}
.widget-message .item3{
    background:#07b1b9;    
}

.widget-message .item3::before {
    background: url("../images/storage.svg") 0 0 no-repeat;
    background-size: cover;
}
.widget-message .item4::before {
    background: url("../images/custom.svg") 0 0 no-repeat;
    background-size: cover;
}

.widget-message .item5::before {
    background: url("../images/document.svg") 0 0 no-repeat;
    background-size: cover;
}

.widget-message .item6::before {
    background: url("../images/contract.svg") 0 0 no-repeat;
    background-size: cover;
}


.widget-step {
    display: flex;
    vertical-align: top;
    margin-bottom: 50px;
}

.widget-step img {
    width: 100%;
    float: left;
}
/* 可視化提醒通知 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
-----------------------------------------------------*/



/* 限辦提醒
-----------------------------------------------------*/
.message-table-limited {
    background: #fff;
    overflow: hidden;
}

.message-table-limited a {
    text-decoration: none;
    color: #333;
}

.message-table-limited a strong {
    margin: 0 5px;
    color: #ff2424;
}

.message-table-limited tr {
    border-top: 1px solid #eee;
}

.light-ball {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 150px;
    margin: 0 auto;
}

.light-ball-red {
    background: #ff5a41;
}

.light-ball-yellow {
    background: #ffd400;
}

/* 重災相關公告
-----------------------------------------------------*/

.group-list-tab {}

.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;
}