﻿.dropbtn {
    /*background-color: #04AA6D;
    color: white;*/
    /*padding: 16px;
    font-size: 16px;
    border: none;*/
    cursor: pointer;
}
.dropbtn a{
    color:white;
    text-decoration: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #ca7d28;
    min-width: 160px;
    width:280px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

}

.dropdown-content a {
    color: black;
    /*padding: 12px 16px;*/
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    color:black;

}
.dropdown_color {
    background-color:#e0a50a;
    color:black;
}


.dropdown:hover .dropdown-content {
    display: block;
}
.act_type {
    float: left;
    border: 1px solid #fff;
    background-color: #4A99F3;
    border-radius: 5px;
    min-width: 100px;
    color:white;
}
.table_order td {
    text-align: left;
}

.BlueIcon {
    float: left;
    border: 1px solid #666;    
    height: 28px;
    border-radius: 5px;
    background-color: #005A9C;
    color: white;
    padding: 2px 10px 3px 10px;
    cursor: pointer;
    font-size: 14px;
    font-family: 微軟正黑體;
    margin-right: 10px;
    margin-top: 5px;
    text-align: center;
}
.BlueIcon a {
    color: white;
    text-decoration: none;
}
.button_div {
    width: auto;
    float: right;
    padding-right: 10px;
    padding-top: 20px;
}
.NewsButton1 {
    background-color: #CFE1FA;
}
.NewsButton2 {
    background-color: #F7C9D7;
}
.NewsButton3 {
    background-color: #F5CFA5;
}
.NewsButton4 {
    background-color: #B0DAE1;
}
.NewsButton5 {
    background-color: #F8DFB4;
}
.NewsButton6 {
    background-color: #D5E3C2;
}
.button_icon {
    border: 1px solid #fff;
    border-radius: 5px;
}
.NewsIcon {
    float: left;
    border: 1px solid #666;
    height: 58px;
    border-radius: 5px;
    /*background-color: #CFE1FA;*/
    color: black;
    padding: 2px 10px 3px 10px;
    cursor: pointer;
    font-size: 18px;
    font-family: 微軟正黑體;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 5px;
    text-align: center;
    vertical-align: central;
}
.NewsPhoneIcon {
    float: left;
    border: 1px solid #666;
    height: 58px;
    border-radius: 5px;
    /*background-color: #CFE1FA;*/
    color: black;
    padding: 2px 10px 3px 10px;
    cursor: pointer;
    font-size: 0.65em;
    font-family: 微軟正黑體;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 5px;
    text-align: center;
    vertical-align: central;
}

.ButtonActive {
    border: 5px solid #fff;
}

.NewsIcon:hover {
    border: 5px solid #fff;
}
/* 目標容器 */
.section-middle {
    /* 寬高 */
    width: 50%;
    height: 58px;
    /* 絕對定位 */
    position: absolute;
    /* 水平與垂直定位 */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* 文字垂直置中 */
.text-v-center {
    vertical-align: top;
}

.text-v-center:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.text-v-center p {
    display: inline-block;
}
.news_content{
    font-size:14px;
}
/*.dropdown:hover .dropdown-menu {
    display: block;
}*/

.dropdown-menu {
    --bs-dropdown-link-hover-bg:#ca7d28;
}
.pagination-info, .page-list {
    color: white;
}