﻿* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #e3e3e3;
    font-size: 9pt;
    font-family: 'Mabry Pro','Noto Sans TC';
}

input {
    font-family: 'Mabry Pro','Noto Sans TC' !important;
}

span {
    font-family: 'Mabry Pro','Noto Sans TC' !important;
}

a {
    font-family: 'Mabry Pro','Noto Sans TC' !important;
}

p {
    font-family: 'Mabry Pro','Noto Sans TC' !important;
}

option {
    font-family: 'Mabry Pro','Noto Sans TC' !important;
}

/* 对话框内的body背景 */
.bodyModalDialog {
    background-color: White;
    font-size: 9pt;
    font-family: 'Mabry Pro','Noto Sans TC';
}

#body {
    width: 973px;
    text-align: center;
    margin: 0 auto;
    background: url(/client_support/custom/images/bodyBG.gif) repeat-y white;
}

.logo {
    font-size: 32px;
    font-weight: bolder;
    padding-top: 15px;
    background: url(/client_support/custom/images/logoBG.gif) no-repeat right;
    width: 936px;
    height: 46px;
    margin-left: 20px; /* add by eliza for IE8.0 */
    _margin-left: 0; /* add by eliza for IE8.0 */
}

h1 {
    color: #808080;
    float: left;
}

/* Add by Bisdev19 */
.welcome {
    float: left;
    width: 360px;
    font-size: 11pt;
    color: #808080;
    padding-top: 6px;
    margin-top: 7px;
    text-align: right;
}

.login {
    height: 20px;
    background: url(/client_support/custom/images/loginBG.gif) no-repeat left;
    float: left;
    font-size: 11pt;
    text-align: right;
    padding-left: 30px;
    color: #808080;
    padding-top: 6px;
    margin-left: 20px;
    margin-top: 7px;
}

/*.login:before {
        font-family: 'FontAwesome';
        content: "\f007";
        color: #005087;
        margin-right: 5px;
        font-size: 20px;
    }*/

.logout {
    height: 20px;
    background: url(/client_support/custom/images/logoutBG.gif) no-repeat left;
    float: left;
    font-size: 11pt;
    text-align: right;
    padding-left: 30px;
    color: #808080;
    padding-top: 6px;
    margin-left: 20px;
    margin-top: 7px;
}
/* End by Bisdev19 */


.langCss /* add by eliza for IE8.0 */ {
    margin-top: 10px;
    _margin-top: 0;
}

.setting {
    height: 20px;
    background: url(/client_support/custom/images/settingBG.gif) no-repeat left;
    float: left;
    font-size: 11pt;
    text-align: right;
    padding-left: 26px;
    color: #808080;
    padding-top: 6px;
    margin-top: 7px;
    margin-left: 35px;
    margin-right: 40px;
}

.menu {
    width: 927px;
    background: #005087;
    /*background: radial-gradient(ellipse 80% 20% at center,#005087,#03648e);*/
    font-size: 12pt;
    padding-left: 4px;
    overflow: hidden;
    height: 48px;
    margin-left: 20px; /* add by eliza for IE8.0 */
    border-radius: 6px;
}

    .menu a {
        color: White;
        width: 126px;
        text-align: center;
        margin-top: 6px;
        padding-top: 6px;
        padding-bottom: 4px;
        float: left;
        text-decoration: none;
        overflow: hidden;
        height: 40px;
    }

        .menu a:hover {
            background: white;
            color: #2E8FBA;
            border-radius: 6px;
        }

#footer {
    width: 973px;
    background: url(/client_support/custom/images/bodyBot.gif) no-repeat white bottom;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.footerBanner /* waiting confirm by Zack, edit by eliza */ {
    text-align: center;
    color: #2e8cb2;
    font-size: small;
    width: 100%;
    background: url(/client_support/custom/images/bodyBG.gif) repeat-y white;
    margin-bottom: -3px;
}


.footerRemark {
    text-align: center;
    padding-top: 13px;
    *padding-top: 10px !important;
    padding-bottom: 5px;
    line-height: 18px;
    color: white;
    font-size: small;
    width: 100%;
    background: #005087;
}

    .footerRemark a {
        color: #64DCF0;
        border-right: 1px dashed white;
        padding-right: 8px;
        width: auto;
        display: inline;
        margin-left: 8px;
    }

    .footerRemark .right {
        z-index: 999;
        position: absolute;
        margin-left: 850px;
        _margin-left: 650px;
    }

.secondMenu {
    position: absolute;
    width: 126px; /*width:150px; */
    border-top: 1px #ccc solid;
    clear: both;
    overflow: hidden;
    background: #005087;
    z-index: 999;
    top: 106px !important;
}

    .secondMenu a {
        display: block;
        width: 124px;
        line-height: 24px;
        height: 24px;
        text-align: center;
        font-size: 10pt;
        border-left: 1px #ccc solid;
        border-right: 1px #ccc solid;
        border-bottom: 1px #ccc solid;
        padding-top: 4px;
        color: #737373;
        float: left;
    }

        .secondMenu a:hover {
            font-weight: bold;
        }

    .secondMenu > a {
        /*text-decoration: none;*/
        color: White !important;
    }

.contentPage {
    width: 931px;
    margin-top: 10px;
    text-align: center; /*  add by eliza 20101208  */
    margin-left: auto; /* add by zack */
    margin-right: auto; /* add by zack */
    _margin-left: 20px; /* add by eliza for IE6.0 */
}

.contentBtm {
    height: 20px;
    width: 927px;
    margin-bottom: 5px;
    margin-left: 20px; /* add by eliza for IE8.0 */
    _margin-left: 0; /* add by eliza for IE8.0 */
}

.copyRight {
    color: #808080;
    float: left;
    font-size: small;
    margin-left: 10px;
    margin-right: 500px;
}

.footerBreak {
    border-right: 1px dotted #737373;
    width: 60px;
    text-align: center;
    float: left
}

.home {
    width: 13px;
    height: 13px;
    background: url(/client_support/custom/images/home.gif) no-repeat;
}

.mail {
    background: url(/client_support/custom/images/mail.gif) no-repeat;
}

.phone {
    margin-left: 18px;
    background: url(/client_support/custom/images/phone.gif) no-repeat left;
    color: #808080;
    float: left;
    padding-left: 20px;
    width: auto;
    margin-top: -3px;
}


.breadCrumbs {
    color: #589ccb;
    font-size: small;
    background: url(/client_support/custom/images/breadCrumbs.gif) no-repeat left;
    padding-left: 25px;
    margin-bottom: 10px;
    font-family: 'Mabry Pro','Noto Sans TC';
}

    .breadCrumbs a {
        color: #777777;
    }

.contentLeft {
    width: 745px;
    float: left;
}

.contentRight {
    width: 110px;
    float: left;
    margin-left: 40px;
}

.contentTitle {
    width: auto;
    display: block;
    margin-left: 35px;
    font-size: 12pt;
    color: #666666;
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.post {
    background: url(/client_support/custom/images/post.gif) no-repeat left;
    padding-left: 52px;
    padding-top: 8px;
    height: 29px;
}

.logoShow {
    border: 1px solid #d6d8d7;
    text-align: center;
    width: 106px;
    height: 41px;
    margin-bottom: 18px;
    margin-top: 6px
}

.biddingNew {
    background: url(/client_support/custom/images/LogoLight.gif) no-repeat left;
    padding-left: 52px;
    padding-top: 14px;
    height: 29px;
}

.trigNew {
    background: url(/client_support/custom/images/LogoTrig.gif) no-repeat left;
    padding-left: 52px;
    padding-top: 14px;
    height: 29px;
}

.unselList {
    margin-left: 50px;
    background: url(/client_support/custom/images/down.gif) no-repeat left;
    padding-left: 15px;
    margin-bottom: 12px;
    margin-top: 15px;
}

.selList {
    margin-left: 50px;
    background: url(/client_support/custom/images/up.gif) no-repeat left;
    padding-left: 15px;
    margin-bottom: 12px;
    margin-top: 15px;
}

.listTitle {
    font-size: 10pt;
    font-weight: bold;
}

    .listTitle a {
        color: #999999;
    }

.listContB {
    color: #797979;
    font-size: 10pt;
}

.listContBD {
    margin-left: 65px;
    background-color: #f4f4f4;
    padding: 15px 25px;
}

.listContBTB {
    background-color: #f4f4f4;
    border-bottom: #e1e1e1 1px dashed;
    /*
	*min-height:19px !important; 
	*height:19px;
	*/
    height: 19px;
    padding-top: 4px;
    margin-left: 65px;
}

.listContBT {
    min-height: 23px;
    _height: 23px;
    padding-top: 6px;
    margin-left: 65px;
}

    .listContBT .left {
        width: 195px;
        float: left;
    }

    .listContBT .right {
        width: auto;
        float: left;
    }

        .listContBT .right a {
            color: #FF6E00;
        }


.listContBTB .left {
    width: 195px;
    float: left;
}

.listContBTB .right {
    width: auto;
    float: left;
}

    .listContBTB .right a {
        color: #FF6E00;
    }


/* for ModalPopupExtender */
.G1_pnlAdd {
    width: 550px;
    border: 1px solid #bfd9e4;
    padding-bottom: 10px;
    background-color: White;
}

.G1_pnlAddTop {
    *width: 542px !important;
    *width: 550px;
    margin-bottom: 10px;
    background: url(/App_Themes/images/grid_top.gif) repeat-x;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #004E61;
    padding-left: 8px;
    padding-top: 4px;
    text-align: left;
    cursor: move;
}

.G1_pnlAddContent {
    padding-left: 8px;
    padding-right: 8px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity = 70);
    opacity: 0.7;
}

/* for ModalPopupExtender */

/* for list */
.G1_list2ForTable {
    display: block;
    /*width:100%; */
    width: 95%;
    height: 25px;
    /*height:100%;*/
    min-height: 25px;
    /**height:100% !important; */
    *min-height: 25px !important;
    *height: 25px;
    margin-bottom: 5px;
    color: #797979;
    clear: both;
}

    .G1_list2ForTable .left {
        float: left;
        text-align: right;
        width: 13%;
        padding-top: 2px;
        /* padding-right:15px; */
        padding-right: 5px;
    }

    .G1_list2ForTable .right {
        /*float:right;*/ float: left;
        text-align: left;
        width: 83%;
    }



.G1_list4ForTable {
    display: block;
    width: 95%;
    height: 25px;
    *height: 100% !important;
    *min-height: 25px !important;
    *height: 25px;
    margin-bottom: 3px;
    color: #797979;
    clear: both;
}

    .G1_list4ForTable .left {
        float: left;
        text-align: right;
        width: 13%;
        padding-top: 2px;
        padding-right: 5px;
    }

    /*add by alinawang 20111209
.G1_list4ForTable .leftLabel主要用于left和right都是Label的时候，避免两者不在同一高度的问题
*/
    .G1_list4ForTable .leftLabel {
        float: left;
        text-align: right;
        width: 13%;
        padding-right: 5px;
    }

    .G1_list4ForTable .right {
        float: left;
        text-align: left;
        width: 35%;
    }



.G1_list6ForTable {
    display: block;
    width: 95%;
    height: 25px;
    *height: 100% !important;
    *min-height: 25px !important;
    *height: 25px;
    margin-bottom: 13px;
    color: #797979;
    margin-top: 10px;
    clear: both;
}

    .G1_list6ForTable .left {
        float: left;
        text-align: right;
        width: 13%;
        padding-top: 5px;
        padding-right: 5px;
    }

    .G1_list6ForTable .right {
        float: left;
        text-align: left;
        width: 19%;
    }


/* for list */

/* UI填写时必填栏位的星号提示符 */
.NotNullStar {
    color: Red;
}

/* UI填写时必填栏位的星号提示符 */

.clear {
    clear: both;
}

/* GridView */
.G1_gdvTop {
    height: 25px;
    background-color: #005087;
    font-size: 8pt;
}

    .G1_gdvTop a {
        text-decoration: none;
    }

.G1_GDV {
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    _margin-top: 0px;
    font-size: 8pt;
}

.G1_gdvItem {
    padding-left: 5px;
}

    .G1_gdvItem a {
        color: #2E8FBA;
        /*add by alinawang 20111212 for Gridview中的连接居中*/
        display: block;
        text-align: center;
    }



.G1_gdvItemRight {
    padding-right: 5px;
    text-align: right;
}

    .G1_gdvItemRight a {
        color: #2E8FBA;
    }

/*	
.G1_papgerBar
{
  text-align:right;
  font-size:8pt;
  color:#797979;
  height:25px;	
}
*/

/*add alinawang 20110119 begin */
.G1_papgerBar {
    *height: 18px !important;
    margin-top: 10px;
    *margin-top: 0px !important;
    margin-bottom: 10px;
    *margin-bottom: 0px !important;
    _margin-bottom: 0px;
    float: right;
    font-family: 'Mabry Pro','Noto Sans TC';
    text-align: left;
    font-size: 8pt;
    color: #797979;
}

    .G1_papgerBar .PageNumber {
        width: 18px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #333;
    }

    .G1_papgerBar .CurrentPageNumber {
        width: 18px;
        display: block;
        color: Red;
        text-decoration: none;
        text-align: center;
    }

    .G1_papgerBar .First {
        width: 22px;
        height: 18px;
        display: block;
        background-image: url(/client_support/icons/first.gif);
    }

    .G1_papgerBar .Pre {
        width: 18px;
        height: 18px;
        display: block;
        background-image: url(/client_support/icons/backward.gif);
    }

    .G1_papgerBar .Next {
        width: 18px;
        height: 18px;
        display: block;
        background-image: url(/client_support/icons/forward.gif);
    }

    .G1_papgerBar .Last {
        width: 22px;
        height: 18px;
        display: block;
        background-image: url(/client_support/icons/end.gif);
    }

    .G1_papgerBar .DisabledFirst {
        width: 22px;
        height: 18px;
        display: block;
        background-image: url(/client_support/icons/first_disable.gif);
    }

    .G1_papgerBar .DisabledPre {
        width: 18px;
        height: 18px;
        display: block;
        background-image: url(/client_support/icons/backward_disable.gif);
    }

    .G1_papgerBar .DisabledNext {
        width: 18px;
        height: 18px;
        display: block;
        background-image: url(/client_support/icons/forward_disable.gif);
    }

    .G1_papgerBar .DisabledLast {
        width: 22px;
        height: 18px;
        display: block;
        background-image: url(/client_support/icons/end_disable.gif);
    }
/*add alinawang 20110119 end*/

.eBidBtn {
    background-color: #f4f4f4;
    border: 1px solid #666666;
    color: #666666;
    height: 22px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

    .eBidBtn:disabled {
        border: none;
        color: #B2B2B2;
    }
/* GridView */

.auoLogo {
    width: 90px;
    height: 27px;
    /*background-image: url(/client_support/custom/images/AUO_LOGO_RGB_only_white.png);*/  /*2023.03.20 remove logo*/
    background-repeat: no-repeat;
    background-size: contain !important;
    float: right;
    margin-right: 6px;
    margin-top: 9px;
}

/*將字體顏色設置為藍色*/
.FontBule {
    color: Blue;
}

/*左邊是文字，右邊是水平線的  樣式*/
.DivHorizontalLine {
    clear: both;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.DivText {
    /*float: left;*/ padding-right: 5px;
    color: #03648E;
    font-size: 8pt;
    font-weight: bold;
    margin-top: 10px; /*add by alinawang 20110822*/
    padding-left: 20px;
    background: url(/client_support/custom/images/arrow01.gif) no-repeat;
}

.DivHR {
    /*float: left;*/
    border-top: 1px dotted gray;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
    *margin-bottom: 0px !important;
    *margin-bottom: 10px;
}

.Space {
    float: left;
    height: 30px;
    *height: 10px !important;
    _height: 10px;
    width: 100%;
}

.HRWidth {
    height: 1px;
    border: 0;
    border-bottom: 1px dotted gray;
}


/*左邊是文字，右邊是水平線的  樣式*/

/*For login page*/
.G1_loginTable1 {
    width: 480px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.G1_list2ForTable_Login {
    display: block;
    width: 95%;
    height: 25px;
    *min-height: 25px !important;
    *height: 25px;
    margin-bottom: 3px;
    color: #797979;
}

    .G1_list2ForTable_Login .left {
        float: left;
        text-align: right;
        width: 30%;
        padding-top: 2px;
        padding-right: 5px;
    }

    .G1_list2ForTable_Login .right {
        float: left;
        text-align: left;
        width: 65%;
    }
/*For login page*/

.textAlignLeft {
    text-align: left;
}

.textAlignRight {
    text-align: right;
    padding-right: 5px;
}

.textAlignCenter {
    text-align: center;
}


/* ajax modal dialog styles */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalBox {
    background-color: #f5f5f5;
    border-width: 3px;
    border-style: solid;
    border-color: #7F9DB9;
    padding: 20px;
    width: 430px;
}

/* for dialogue */
.SSP3g_ModalDialog {
    border: solid 2px gray;
}

.SSP3g_ModalDialog_Title {
    width: 100%;
    height: 24px;
    background: url(/client_support/images/dialogue_header.gif) repeat-x;
    color: White;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    padding-top: 5px;
}

.SSP3g_ModalDialog_Title_Text {
}

.SSP3g_ModalDialog_Title_CloseButton {
    float: right;
    *margin-right: 20px !important;
    *margin-right: 10px;
    width: 19px;
    height: 19px;
}

    .SSP3g_ModalDialog_Title_CloseButton a {
        width: 16px;
        height: 16px;
        display: block;
        background: url(/client_support/images/cross.gif) center no-repeat;
    }

        .SSP3g_ModalDialog_Title_CloseButton a:hover {
            border: solid 1px white;
        }

.dialogue {
    width: 598px;
    height: 409px;
    font-family: 'Mabry Pro','Noto Sans TC';
    border: 1px solid #AFB1BD;
    background-color: white;
    font-size: 12px;
    text-align: center;
}

/* 用于修饰 ModalDialog 和 ActiveDialog 的正文div的样式，主要包含对字体和背景色的修饰 begin */
/* 本来字体等基本样式已经在#body的样式中声明，但是由于 ModalDialog 和 ActiveDialog 的正文div会被append为body的子元素而不在id="body"的div元素内，所以不能套用到#body声明的样式 */
/* add by kelin 20091004 在写新版需求页面时 */
.dialogDiv {
    font-family: 'Mabry Pro','Noto Sans TC';
    font-size: 12px;
    background-color: White;
    width: 100%;
    height: 100%;
}
/* end */

/* .tdLeft
{
padding-right:5px; 
text-align:right; 
width: 10%;
 height: 25px;
}
.tdRight
{
width: 20%; height: 25px;
}*/
.td1Left {
    padding-right: 5px;
    text-align: right;
    width: 10%;
    height: 25px;
}

.tdRight {
    width: 20%;
    height: 25px;
}

.td2Left {
    padding-right: 5px;
    height: 25px;
    text-align: right;
    width: 15%;
}


.tdrightLabel {
    float: left;
    text-align: left;
    background-color: #E0E0E0;
    width: 200px;
}

.tdrightLabelShort {
    float: left;
    text-align: left;
    background-color: #E0E0E0;
    width: 150px;
}

.tdAlignrightLabel {
    float: right;
    text-align: left;
    background-color: #E0E0E0;
    width: 200px;
}

.tdrightLabelLong {
    float: left;
    text-align: left;
    background-color: #E0E0E0;
    width: 250px;
}

.tdLeftLabel {
    padding-right: 5px;
    text-align: right;
    width: 200px;
    height: 25px;
}

.tdRightLabel {
    padding-right: 5px;
    height: 25px;
    text-align: right;
    width: 80px;
}


.textBoxCss {
    color: #666666;
    background-color: White;
    border: 1px solid #6297bc;
}

    .textBoxCss:disabled {
        color: #B2B2B2;
    }

/*Modal UpdateProgress for UpdatePanel add by wujiemei 20110214*/
body {
    height: 100%;
}

#progressBackgroundFilter {
    position: fixed; /* IE8支持 */
    bottom: 0px; /* IE8支持 */
    right: 0px; /* IE8支持 */
    *position: absolute; /* IE6、IE7支持 */
    *height: expression(document.body.clientHeight + "px");
    *width: expression(document.body.clientWidth + "px");
    top: 0px;
    left: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50); /*for IE5-7*/
    opacity: 0.5; /*for all other browsers*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*for IE8*/
    z-index: 1000;
}

#iframeBackgroundFilter {
    position: absolute; /* IE6、IE7支持 */
    position: fixed; /* IE8支持*/
    width: 100%; /* IE8支持*/
    height: 100%; /* IE8支持*/
    *height: expression(document.body.clientHeight + "px");
    *width: expression(document.body.clientWidth + "px");
    top: 0px;
    left: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50); /*for IE5-7*/
    opacity: 0.5; /*for all other browsers*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*for IE8*/
    z-index: -1;
}

#processMessage {
    position: fixed; /* IE8支持*/
    top: 50%; /* IE8支持 */
    _position: absolute; /* IE6支持 */
    _top: expression(document.documentElement.scrollTop + (document.documentElement.clientHeight * .50) + "px"); /* IE6支持 */
    left: 40%;
    padding: 10px;
    width: 20%;
    z-index: 2001;
    background-color: #fff;
    border: solid 1px #000;
    text-align: center;
}
/*Modal UpdateProgress for UpdatePanel*/


.BlankSpace {
    padding-top: 15px;
    _padding-top: 15px;
}


.lblCss {
    background-color: #E0E0E0;
}


#RegionGray {
    color: #797979;
}

.listContFAQ .item {
    background: url(/client_support/custom/images/dot.gif) no-repeat left;
    text-align: left;
}

.listContFAQ a {
    width: 90%;
    display: block;
    color: #6E6E6E;
    text-decoration: none;
    *height: 25px;
    line-height: 25px;
    padding-top: 4px;
    margin-left: 50px;
    border-bottom: #e1e1e1 1px dashed;
}

    .listContFAQ a:hover {
        background-color: #FAFAFA;
        color: #03648E;
    }

.listContFAQ {
    width: 100%;
    margin-top: 25px;
    *margin-top: 25px !important;
}




/*菜单修改成向下显示 by alinawang 20110627 
.G1_secondNav
{
    background:url(/client_support/custom/images/bg-mainNav-subNav-a.png);
     opacity:.7;
       filter:alpha(opacity=70);      
          font-size:13px;
           padding-bottom:3px;
             position:absolute;
        text-align:center;
        width:160px;   
             }

.G1_secondNav a
{    
     color:black;
     text-align:left;
     display:block;
       width:90%;   
        float:left;
         text-decoration:none;
          margin-top:4px;
          margin-left:5px;
        
     }

.G1_secondNav a:hover
{
     background-color:#5CA9D5;
      text-decoration:none;
      color:white;
      font-size:14px;
      }
/*菜单修改成向下显示 by alinawang 20110627 end */
.menuframe {
    width: 126px; /*width:150px; */
    border-top: 1px #ccc solid;
    clear: both;
    overflow: hidden;
    background: url(/client_support/custom/images/bg-mainNav-subNav-a.png) repeat-y;
    z-index: 999;
}

    .menuframe a {
        display: block;
        width: 124px;
        line-height: 24px;
        height: 24px;
        text-align: center;
        font-size: 10pt;
        border-left: 1px #ccc solid;
        border-right: 1px #ccc solid;
        border-bottom: 1px #ccc solid;
        padding-top: 4px;
        color: #737373;
        float: left;
    }

        .menuframe a:hover {
            font-weight: bold;
        }

/*add by alinawang 20111212 for 非gridView的连接css，ex：页面连接*/
.Page_Link {
    padding-left: 5px;
}

    .Page_Link a {
        color: #2E8FBA;
    }


/* 202212 add by miochang for support Edge.Chrome */
/* 開啟外部系統視窗 */

.site-externalsys {
    display: none;
}

.site-externalsys-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.75);
    z-index: 201905;
}

.site-externalsys-content {
    padding: 15px 15px 15px 15px;
    margin-bottom: 24px;
    color: white;
    text-align: center;
    filter: brightness(.95);
}

    .site-externalsys-content h4 {
        margin-top: 32px;
    }

.site-externalsys-content-img {
    height: 192px;
    width: 192px;
    margin: 12px auto;
    padding: 18px 18px 34px 34px;
    border-radius: 50%;
    background-color: rgba(16,16,16,0.25);
}

.site-externalsys-content-img-content {
    height: 100%;
    width: 100%;
    opacity: .45;
    background-size: contain;
}
.disMoveOut {
    display:none;
}
.txtMoveOutDate {
    display:none;
}