﻿body {
    margin: 0;
    padding: 0px;
    font-family: '微軟正黑體',arial;
    min-width: 1000px;
}

/*Logo_Area*/
.div_Logo {
    width: 100%;
    height: 27px;
    background: url(img/Pacific_logo.png) top left no-repeat;
}

/*h2標題名稱*/

.h2 {
    padding: 3px 0 3px 0;
    font-size: 18px;
    height: 40px;
    color: #000000;
    width: 100%;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #d4d4d4;
}

.h22 {
    padding: 3px 0 3px 0;
    font-size: 18px;
    height: auto;
    color: #000000;
    width: 100%;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #d4d4d4;
}
/*h3標題名稱*/

.h3 {
    padding: 5px 0 5px 20px;
    font-size: 18px;
    color: #000000;
    width: 100%;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #d4d4d4;
}

/*h4標題名稱*/

.h4 {
    padding: 20px 0 5px 50%;
    font-size: 18px;
    color: #000000;
    width: 100%;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #d4d4d4;
}

.h42 {
    font-size: 18px;
    color: #000000;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0%;
}

.sample {
    color: #e50112;
    font-size: 12px;
}




/*bootstrap Layout*/
/*LogoBar*/
.Pacific_Logo {
    width: 100%;
    height: 45px;
    background: url(img/Pacific_logo.png) #ffffff top left no-repeat;
}
/*Project Bar*/
.navbar-container {
    padding-left: 0px;
    padding-right: 0px;
}

    .navbar-container.container {
        padding-left: 0;
        padding-right: 0;
    }

/*人員新增燈號*/
.navbar-Hightlight {
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    margin-top: 4px;
    background: url(img/HightLight_person.gif) top left no-repeat;
}



@media only screen and (max-width:767px) {
    .navbar-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

@media(min-width:768px) {
    .navbar-header {
        float: left;
    }
}
/*Project User*/
.navbar-header:before, .navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

@media(min-width:768px) {
    .navbar-header {
        float: left;
    }
}


/*ScriptBar*/

.SitemapBar {
    width: 100%;
    height: 40px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.SitemapLabel {
    position: absolute;
    top: 10px;
    left: 100px;
    background: url(img/Home.png) top left no-repeat;
    padding: 0 0 0 30px;
    color: #8e8e8e;
}




/*Footer*/

.footer {
    width: 100%;
    height: 25px;
    background: #e5e5e5;
    /*position:absolute;*/
    bottom: 0;
    text-align: right;
    color: #7b7b7b;
    float: left;
}






/*Table Style Content*/

.Div_Table {
    width: 70%;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    margin: 0 auto;
    padding: 10px 0 30px 0;
}

.Div_Table2 {
    width: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    margin: 0 auto;
    padding: 10px 0 30px 0;
}

.Div_Table_Size {
    width: 960px;
    border: 1px solid #e50112;
    border-radius: 10px;
    margin: 0 auto;
    padding: 0px 0 30px 0;
}

.Div_Table_SizeSmall {
    width: 500px;
    border: 1px solid #e50112;
    border-radius: 10px;
    margin: 0 auto;
    padding: 0px 0 30px 0;
}

.Div_Table_SizeSpec {
    width: 700px;
    border: 1px solid #e50112;
    border-radius: 10px;
    margin: 0 auto;
    padding: 0px 0 30px 0;
}

.Div_Table_Second {
    width: 100%;
    border-radius: 10px;
    padding: 10px 0 0px 0;
    background: #e50112;
}
.Table_Content .indexControlTable{
    width:100%;
    border:1px solid #d1d1d1;
    margin-bottom:0;
}
    .Table_Content .indexControlTable th{
        background-color:#f8f8f8;
        color:#000;
    }
    .Table_Content .indexControlTable td{
        text-align:center;
    }
        .Table_Content .indexControlTable td button:disabled {
            cursor:auto;
            opacity:0.3;
        }

.Table_Content {
    border-collapse: collapse;
}

    .Table_Content th {
        background: #e50112;
        color: #ffffff;
        padding: 5px;
        font-size: 16px;
        text-align: center;
    }

    .Table_Content .TD2 {
        padding: 8px 7px 8px 7px;
        font-size: 15px;
        border-bottom: 1px solid #fff;
        background: #ffffff;
    }

    .Table_Content .TD {
        padding: 8px 7px 8px 7px;
        font-size: 15px;
        border-bottom: 1px solid #d4d4d4;
        background: #ffffff;
    }


    .Table_Content .TD3 { /*CAR_gridview*/
        padding: 0px;
        font-size: 15px;
        background: #ffffff;
        border-bottom: 1px solid #d4d4d4;
    }

    .Table_Content .TD_Left {
        /*background:#ffffff;*/
        color: #000000;
        font-weight: bold !important;
        font-size: 16px !important;
    }

    .Table_Content .TD_Right {
        font-size: 15px;
        color: #000;
    }
    
    .Table_Content .datepicker {
        width: calc(100% - 16px) !important;
    }
    .Table_Content  input[type='text']{
        width: 100%;
    }
    .Table_Content .input-group {
        display: flex;
        align-items: center;
    }

/* 交易權利種類及其登記狀態-th 樣式 */
.TH_trading {
    border-right: 1px solid #fff;
}

/*報價單*/
.Table_Order {
    border-collapse: collapse;
}

    .Table_Order th {
        background: #e50112;
        color: #ffffff;
        padding: 5px;
        font-size: 16px;
    }



    .Table_Order .TD {
        padding: 8px 15px 8px 15px;
        font-size: 15px;
    }

    .Table_Order .TD_Left {
        background: #ffffff;
        color: #000000;
    }


/*Table Style GridView*/
.GridViewTable {
    border-collapse: collapse;
    border: 1px solid #d4d4d4;
    float: left;
    margin-bottom: 15px;
}

    .GridViewTable th {
        background: #e50112;
        border: 1px solid #d4d4d4;
        color: #ffffff;
        font-size: 16px;
        padding: 5px;
        text-align:center;
    }

        .GridViewTable th a:link, .GridViewTable th a:visited {
            color: #ffffff;
        }

    .GridViewTable td {
        /*padding:8px 15px 8px 15px;*/
        padding: 8px 5px 8px 5px;
        font-size: 15px;
        border: 1px solid #d4d4d4;
        word-break:break-all;
    }

/*Table Style GridView_internal 四、建物權利種類及其登記狀態-表格 */
.GridViewTable_internal {
    border-collapse: collapse;
    border: none;
    float: left;
    margin-bottom: 15px;
}

    .GridViewTable_internal th {
        background: #e50112;
        color: #ffffff;
        padding: 5px;
        font-size: 16px;
        border-right: 1px solid #fff;
    }

        .GridViewTable_internal th a:link, .GridViewTable_internal th a:visited {
            color: #ffffff;
        }

    .GridViewTable_internal td {
        font-size: 15px;
        border-right: 1px solid #d4d4d4;
        border-left: none;
        border-bottom: none;
        border-top: none;
    }


/*Table Style GridView_small 一、建物標示、權利範圍及用途*/
.GridViewTable_small {
    border-collapse: collapse;
    border: 1px solid #d4d4d4;
    float: left;
    margin-bottom: 15px;
}

    .GridViewTable_small th {
        background: #e50112;
        color: #ffffff;
        padding: 5px;
        font-size: 16px;
        border: 1px solid #d4d4d4;
    }

        .GridViewTable_small th a:link, .GridViewTable_small th a:visited {
            color: #ffffff;
        }

.GridViewTable_smalle td {
    /*padding:8px 15px 8px 15px;*/
    padding: 8px 5px 8px 5px;
    font-size: 15px;
    border: none;
}



/*Table Style GridViewTable-xz*/
.Biao_xz {
    border-collapse: collapse;
    border: 1px solid #d4d4d4;
    margin-bottom: 15px;
}

    .Biao_xz th {
        background: #e50112;
        color: #ffffff;
        padding: 5px;
        font-size: 16px;
        border: 1px solid #d4d4d4;
    }

        .Biao_xz th a:link, .Biao_xz th a:visited {
            color: #ffffff;
        }

    .Biao_xz td {
        /*padding:8px 15px 8px 15px;*/
        padding: 8px 5px 8px 5px;
        font-size: 15px;
        border: 1px solid #d4d4d4;
    }
/*彈出層*/
.tangcc {
    border-collapse: collapse;
    border: 1px solid #d4d4d4;
}

    .tangcc th {
        background: #e50112;
        color: #ffffff;
        padding: 5px;
        font-size: 16px;
        border: 1px solid #d4d4d4;
    }

        .tangcc th a:link, .tangcc th a:visited {
            color: #ffffff;
        }

    .tangcc td {
        padding: 8px 15px 8px 15px;
        font-size: 15px;
        border: 1px solid #d4d4d4;
    }

.tancdit {
    background-color: #f8f8f8;
}

/*Table Style GridView 值班*/
.tangcc_zb {
    border-collapse: collapse;
    border: 1px solid #d4d4d4;
}

.tangcc th {
    background: #e50112;
    color: #ffffff;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #d4d4d4;
}

.GridViewTable_zb th a:link, .GridViewTable th a:visited {
    color: #ffffff;
}

.GridViewTable_zb td {
    padding: 8px 15px 8px 15px;
    font-size: 15px;
    border: 1px solid #d4d4d4;
}


.GridViewTable_zb tr:hover {
    background-color: #f2f2f2;
}
/*房貸試算表*/
.GridViewTableSPEC {
    border-collapse: collapse;
    border-style: none !important;
}

    .GridViewTableSPEC th {
        background: #e50112;
        color: #ffffff;
        padding: 5px;
        font-size: 16px;
        border: 1px solid #d4d4d4;
    }

        .GridViewTableSPEC th a:link, .GridViewTable th a:visited {
            color: #ffffff;
        }

    .GridViewTableSPEC td {
        padding: 8px 15px 8px 15px;
        font-size: 15px;
        border-style: none !important;
        border-bottom: 1px solid #d4d4d4 !important;
    }

/*金額*/
.TD_Money {
    text-align: right;
    font-weight: bold;
    color: #e50112;
}


/*Table Style GridView*/
.GridViewTable_Vote {
    border-collapse: collapse;
    border: 1px solid #ffffff;
    margin: 0 auto;
}

    .GridViewTable_Vote th {
        background: #e50112;
        color: #ffffff;
        padding: 5px;
        font-size: 16px;
        border: 1px solid #ffffff;
    }

        .GridViewTable_Vote th a:link, .GridViewTable_Vote th a:visited {
            color: #ffffff;
        }

    .GridViewTable_Vote td {
        padding: 8px 15px 8px 15px;
        font-size: 15px;
        border: 1px solid #ffffff;
        vertical-align: top;
    }

/*ProductTable*/
.ProductTable {
}

    .ProductTable td {
        padding: 5px;
        font-size: 16px;
        color: #000000;
    }



/*Table Style GridView投票結果*/
.GridViewTable_Vote2 {
    border-collapse: collapse;
    border: 1px solid #ffffff;
    margin: 0 auto;
}

    .GridViewTable_Vote2 th {
        background: #e50112;
        color: #ffffff;
        padding: 5px;
        font-size: 16px;
        border: 1px solid #ffffff;
    }

        .GridViewTable_Vote2 th a:link, .GridViewTable_Vote2 th a:visited {
            color: #ffffff;
        }

    .GridViewTable_Vote2 td {
        padding: 18px 15px 18px 15px;
        font-size: 15px;
        border-bottom: 1px solid #d4d4d4;
        vertical-align: top;
    }



/*元件*/
/*TextBox*/
.TextBox {
    border: 1px solid #d4d4d4 !important;
    border-radius: 4px;
    font-size: 15px;
    padding: 5px;
    color: #000 !important;
}

    .TextBox:hover {
        border: 1px solid #e50112;
    }


/*TextBox必填*/
.TextBox_bt {
    border: 1px solid #ff0000 !important;
    border-radius: 4px;
    font-size: 15px;
    padding: 5px;
    color: #000 !important;
    margin-right: 5px;
}

    .TextBox_bt:hover {
        border: 1px solid #ff0000;
    }


.TextBoxInput {
    border: 1px solid #000 !important;
    border-radius: 4px;
    font-size: 15px;
    padding: 5px;
    color: #000 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /*Chrome、Safari*/
    .TextBoxInput {
        border: 1px solid #000 !important;
        border-radius: 4px;
        font-size: 15px;
        padding: 10px;
        height: 30px;
        color: #000 !important;
    }
}

/*TextBoxSearch專用*/
.TextBoxSearch {
    border: 1px solid #000 !important;
    border-radius: 4px;
    /*border-top-left-radius:4px;
border-bottom-left-radius:4px;*/
    font-size: 15px;
    padding: 0px;
    margin-right: -4px;
    color: #000 !important;
}


/*TextBoxSearch 表格內專用*/
.TextBoxSearchInput {
    border: 1px solid #d4d4d4 !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 15px;
    padding: 0px 0 0 0;
    margin-right: -4px;
    color: #000 !important;
    line-height: 1px !important;
    width: 150px;
}
/*搜尋表格內專用*/
.ButtonSearchInput {
    /*background:url(img/search.svg) #fff top left no-repeat;*/
    background-color: #000;
    background-size: 20px;
    background-position: 5px 5px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #000;
    border: 1px solid #d4d4d4;
    font-size: 15px;
    padding: 4px 15px 4px 25px;
    cursor: pointer;
    display: inline-block;
    height: 31px;
}



/*搜尋*/
.ButtonSearch {
    background-color: #000;
    background-size: 20px;
    background-position: 5px 5px;
    border-radius: 4px;
    margin-left: 10px;
    /*border-top-right-radius:4px;
    border-bottom-right-radius:4px;*/
    color: #ffffff;
    border-style: none;
    font-size: 15px;
    padding: 4px 15px 5px 15px;
    cursor: pointer;
    display: inline-block;
    height: 31px;
}

    .ButtonSearch:hover, .ButtonSearchNone:hover {
        color: #ffffff;
        text-decoration: none;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ButtonSearch {
        padding: 5px 15px 5px 15px;
    }
}
/*搜尋*/
.ButtonSearchNone {
    background: /*url(img/search.svg)*/ #000 top left no-repeat;
    background-size: 20px;
    background-position: 5px 5px;
    border-radius: 4px;
    color: #ffffff;
    border-style: none;
    font-size: 15px;
    padding: 4px 15px 5px 17px;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ButtonSearchNone {
        padding: 5px 15px 5px 15px;
    }
}


/*CheckBox*/
.CheckBox {
    border: 1px solid #808080;
    border-radius: 4px;
    font-size: 15px;
    color: #e50112;
}

    .CheckBox input {
        border-style: none;
        font-size: 15px;
        padding: 5px;
        color: #e50112;
    }


/*Vote投票*/
.CheckBoxVote input {
    zoom: 200%;
}



.gexText {
    background-color: Transparent;
    float: left;
    list-style-type: none;
}

    .gexText label {
        margin-right: 15px;
        margin-left: 5px;
        float: left;
    }

    .gexText input {
        margin-left: 5px;
        float: left;
    }

/*是否/有無-專用*/
.RadioYesNo {
    background-color: Transparent;
    float: left;
    list-style-type: none;
    font-size: 16px;
}

    .RadioYesNo label {
        margin-right: 8px;
        margin-left: 5px;
        float: left;
        font-size: 16px;
    }

    .RadioYesNo input {
        margin-left: 5px;
        float: left;
    }


/*增建部分-Div專用行距*/
.LineSpacing {
    display: inline-block;
    margin-bottom: 1px;
}
/*落單文字統一樣式*/
.TextAlone {
    color: #000000;
    text-decoration: none;
    float: left;
    font-size: 16px;
}


/*CheckBoxList*/
.CheckBoxList {
    border-radius: 4px;
    font-size: 15px;
    color: #000;
}

    .CheckBoxList td {
        padding: 5px;
    }

        .CheckBoxList td label {
            vertical-align: top;
            margin-left: 5px;
        }
    /*加 RepeatLayout="Flow" 樣式*/
    .CheckBoxList label {
        margin-right: 8px;
        margin-left: 4px;
        font-size: 16px;
    }

    .CheckBoxList input {
        margin-left: 4px;
    }


/*CheckBoxList*/
.CheckBoxList2 {
    border-radius: 4px;
    font-size: 15px;
    color: #e50112;
}

    .CheckBoxList2 td {
        padding: 5px;
        word-wrap: break-word;
        word-break: break-all;
        width: 50%;
    }

/*RadioButton*/
.RadioButton {
    border-radius: 4px;
    font-size: 15px;
    color: #e50112;
    padding: 5px;
    width: 300px;
}


/*RadioButtonList*/
.RadioButtonList {
    border-radius: 4px;
    font-size: 16px;
    color: #000;
}

    .RadioButtonList td {
        padding: 5px;
        text-align: left;
        font-size: 16px;
    }

        .RadioButtonList td label {
            vertical-align: top;
            margin-left: 5px;
            font-size: 16px;
        }

    .RadioButtonList div {
        float: left;
    }

    .RadioButtonList input {
        margin-right: 2px;
        margin-left: 6px;
    }

    .RadioButtonList label {
        padding-left: 3px;
        margin-right: 5px;
    }

/*RadioMore 多筆List樣式*/
.RadioMore {
    border-radius: 4px;
    font-size: 16px;
    color: #000;
}

    .RadioMore label {
        margin-top: 3px;
        padding-bottom: 3px;
        padding-left: 5px;
        font-size: 16px;
    }

    .RadioMore input {
    }

/*RadioTop 與頂部行距*/
.RadioTop {
    margin-top: 10px;
}


.RadioButtonList2 {
    border-radius: 4px;
    font-size: 15px;
    color: #000;
}

    .RadioButtonList2 td {
        text-align: left;
    }

        .RadioButtonList2 td label {
            vertical-align: top;
            margin-left: 5px;
        }

    .RadioButtonList2 div {
        float: left;
    }

    .RadioButtonList2 input {
    }



/*DropDownList*/
.DropDownList {
    border-radius: 4px;
    font-size: 15px;
    color: #e50112;
    padding: 5px;
    border: 1px solid #808080;
}

/*FileUpload*/
.FileUpload {
    border-radius: 4px;
    font-size: 15px;
    color: #e50112;
    padding: 5px;
    border: 1px solid #808080;
}

/*ListBox*/
.ListBox {
    border-radius: 4px;
    font-size: 15px;
    color: #e50112;
    padding: 5px;
    border: 1px solid #808080;
    width: 300px;
    float: left;
    height: 160px;
}

.ListBoxButton {
    width: 100px;
}

.ListBoxButtonDIV {
    float: left;
    width: 50px;
    text-align: center;
}

.ListBoxButtonDIV2 {
    float: left;
    width: 90px;
    text-align: center;
}
/*ButtonPage*/
.ButtonArrow {
    background: #ffffff;
    border: 1px solid #808080;
    border-radius: 4px;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    width: 40px;
    height: 30px;
    text-align: center;
    margin-bottom: 5px;
}





/*下方ClickButton*/
.ButtonDIV {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 10px 0 10px 0;
}
/*MS/Default 公告、訂單*/
.ButtonBulletin {
    background: #ffffff;
    border-radius: 4px;
    color: #000000;
    border-style: none;
    font-size: 15px;
    padding: 4px 15px 5px 15px;
    cursor: pointer;
    border: 1px solid #000;
    white-space: nowrap;
}
/*送出*/
.ButtonSubmit {
    background: #ffffff;
    border-radius: 4px;
    color: #000000;
    border-style: none;
    font-size: 15px;
    padding: 4px 15px 5px 15px;
    cursor: pointer;
    border: 1px solid #000;
    white-space: nowrap;
    margin-bottom: 2px;
}

    .ButtonSubmit:hover {
        color: red;
        text-decoration: none;
        background:;
    }
/*送出*/
.ButtonSubmit2 {
    background: #ffffff;
    border-radius: 4px;
    color: #000000;
    border-style: none;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #000;
}

    .ButtonSubmit2:hover {
        color: red;
        text-decoration: none;
        background:;
    }
/*啟用*/
.Enable {
    background: #ffffff;
    border-radius: 4px;
    color: #000000;
    border-style: none;
    font-size: 15px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    border: 1px solid #000;
}

    .Enable:hover {
        color: #ffffff;
        text-decoration: none;
    }

/*停用*/
.Disable {
    background: #ffffff;
    border-radius: 4px;
    color: #000000;
    border-style: none;
    font-size: 15px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    border: 1px solid #000;
}

    .Disable:hover {
        color: #ffffff;
        text-decoration: none;
    }

/*選擇分店權限*/
.ButtonSelectStore {
    background: #ffffff;
    border-radius: 4px;
    color: #000000;
    border-style: none;
    font-size: 15px;
    padding: 8px 15px 8px 15px;
    cursor: pointer;
    border: 1px solid #000;
    width: 300px;
    margin: 0 0 8px 0;
}

    .ButtonSelectStore:hover {
        color: #ffffff;
        text-decoration: none;
        background:;
    }





/*ButtonGroup*/
.ButtonGroup {
    background: #ffffff;
    border-radius: 4px;
    color: #000000;
    border-style: none;
    font-size: 15px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
}

    .ButtonGroup:hover {
        color: #e50112 !important;
        text-decoration: none;
        background: #ffffff !important;
        text-decoration: underline !important;
    }


/*取消*/
.ButtonCancel {
    background: #ffffff;
    border-radius: 4px;
    color: #000;
    border-style: none;
    font-size: 15px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    border: 1px solid #000;
}

    .ButtonCancel:hover {
        text-decoration: none;
        color: #ffffff;
    }




/*Disable*/
.ButtonDisable {
    background: url(img/ButtonDisable.png) #1feb2e center center no-repeat;
    border-radius: 4px;
    color: #ffffff;
    border-style: none;
    font-size: 15px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
/*Enable*/
.ButtonEnable {
    background: url(img/ButtonEnable.png) #8e8e8e center center no-repeat;
    border-radius: 4px;
    color: #ffffff;
    border-style: none;
    font-size: 15px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    width: 29px;
    height: 29px;
    cursor: pointer;
}


/*回上一頁*/
.ButtonBack {
    background: #b1b1b1;
    border-radius: 4px;
    color: #ffffff;
    border-style: none;
    font-size: 15px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
}

    .ButtonBack:hover {
        text-decoration: none;
        color: #ffffff;
        background:;
    }




/*新增功能*/
.ButtonAdd {
    background: #ffffff;
    border-radius: 4px;
    color: #000;
    border-style: none;
    font-size: 15px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    border: 1px solid #000;
    white-space: nowrap; /*強制不折行*/
    display: inline-block; /*HyperLink 不重疊*/
    margin-bottom: 5px;
}

    .ButtonAdd:hover {
        color: #000;
        text-decoration: none;
    }

.ButtonAddGreen {
    background: #e50112;
    border-radius: 4px;
    color: #ffffff;
    border-style: none;
    font-size: 15px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    border: 1px solid #e50112;
    white-space: nowrap; /*強制不折行*/
    display: inline-block; /*HyperLink 不重疊*/
    margin: 0 auto;
}

    .ButtonAddGreen:hover {
        color: #ffffff;
        text-decoration: none;
    }

.ButtonAdd2 {
    background: #ffffff;
    border-radius: 4px;
    color: #000;
    border-style: none;
    font-size: 15px;
    padding: 4px 15px 5px 15px;
    cursor: pointer;
    border: 1px solid #000;
    margin-bottom: 5px;
}

    .ButtonAdd2:hover {
        color: red;
        text-decoration: none;
    }

.ButtonAdd3 {
    background: #ffffff;
    border-radius: 4px;
    color: red;
    border-style: none;
    font-size: 15px;
    padding: 4px 15px 5px 15px;
    cursor: pointer;
    border: 1px solid red;
}

    .ButtonAdd3:hover {
        color: red;
        text-decoration: none;
    }


/*匯出功能*/
.ButtonExport {
    background: #ffffff;
    border-radius: 4px;
    color: #000;
    border-style: none;
    font-size: 15px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    border: 1px solid #000;
}

    .ButtonExport:hover {
        color: #000;
        text-decoration: none;
    }

/*DataPager*/
.DataPager {
    margin: 10px auto 0 auto;
    text-align: right;
}
/*ButtonPage*/
.ButtonPage {
    background: #ffffff;
    border: 1px solid #808080;
    border-radius: 4px;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}





/*搜尋區塊*/
.sousuo_box {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.ss1 {
    float: left;
    width: 60%;
    margin: 0 0 10px 0px;
    text-align: left;
}

.ss1a {
    float: left;
    width: 80% !important;
    margin: 0 0 10px 0px;
}

.ss1b {
    float: left;
    width: 40% !important;
    margin: 0 0 10px 0px;
}

.ss1c {
    float: left;
    width: 70% !important;
    margin: 0 0 10px 0px;
}

.ss1d {
    float: left;
    text-align: right;
    width: 30% !important;
    margin: 0 0 10px 0px;
}

.ss2 {
    float: right;
    width: 30%;
    text-align: right;
    margin: 0 5px 10px 0;
}

.ss2a {
    float: right;
    width: 18% !important;
    text-align: right;
    margin: 0 0px 10px 0;
}

.ss2b {
    float: right;
    width: 60% !important;
    text-align: right;
    margin: 0 0px 10px 0;
}

.ss1all {
    float: left;
    width: 100% !important;
    margin: 0 0 10px 0px;
}

.sous_zt {
    font-size: 16px;
    font-weight: bold;
    color: #761a00;
    text-decoration: none;
}

    .sous_zt:hover {
        color: #761a00;
        text-decoration: none;
    }

.duiq {
    float: left;
    margin-right: 10px;
}

.bg_kuan {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bg_kuan2 {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*一般商品清單*/

.GeneralProductListDataList td {
    vertical-align: top;
}




.SizeTd a {
    background: #d4d4d4;
    padding: 7px;
    margin: 2px;
    line-height: 2em;
    color: #000;
    float: left;
}

.GVMerchandiseSize {
    border-collapse: collapse;
    width: 100%;
}

    .GVMerchandiseSize td {
        border: 1px solid transparent;
    }


.ContractOrderDataList .ContractOrderDataTD {
    width: 50%;
}

.ContractTDLeft {
    width: 15% !important;
}

.ContractTDRight {
    width: 200px !important;
}

/*土地增值稅*/
.ConditionalDiv {
}

.ConditionalDiv2 {
    padding: 10px;
    line-height: 1.6em;
    color: #000;
}





/*icon 加入樣式表後續完成後將進行分頁*/
/*排序往上*/
.ButtonUp {
    background: url(img/ButtonSVG/ButtonUp.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid #000; 先隱藏*/
}

    .ButtonUp:hover {
        background: url(img/ButtonSVG/ButtonUp.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid #000; 先隱藏*/
    }


/*排序往下*/
.ButtonDown {
    background: url(img/ButtonSVG/ButtonDown.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonDown:hover {
        background: url(img/ButtonSVG/ButtonDown.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid #000; 先隱藏*/
    }


/*編輯*/
.ButtonEdit {
    background: url(img/ButtonSVG/ButtonEdit.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonEdit:hover {
        background: url(img/ButtonSVG/ButtonEdit.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }
    .ButtonEdit:disabled{
        background: url(img/ButtonSVG/ButtonEdit.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: wait;
        display: inline-block;
        border-radius: 4px;

    }
/*分享紀錄*/
.ButtonShare {
    background: url(img/ButtonSVG/share.svg) top left no-repeat;
    background-position: 8px 1px;
    background-size: 29px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
}
    .ButtonShare:hover {
        background: url(img/ButtonSVG/share.svg) top left no-repeat;
        background-position: 8px -28px;
        background-size: 29px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
    }
.sa-ButtonShare {
    background: url(img/ButtonSVG/share_g.svg) top left no-repeat;
    background-position: -1px 1px;
    background-size: 22px;
    border-style: none;
    font-size: 15px;
    padding: 12px 10px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
}
/*登入紀錄*/
.ButtonEnter {
    background: url(img/ButtonSVG/enter_b.svg) top left no-repeat;
    background-position: 8px 5px;
    background-size: 23px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
}
    .ButtonEnter:hover {
        background: url(img/ButtonSVG/enter_r.svg) top left no-repeat;
        background-position: 8px 5px;
        background-size: 23px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
    }
.sa-ButtonEnter {
    background: url(img/ButtonSVG/enter_g.svg) top left no-repeat;
    background-position: -1px 1px;
    background-size: 22px;
    border-style: none;
    font-size: 15px;
    padding: 12px 10px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
}


/*下一層*/
.ButtonNextPage{
    background: url(img/ButtonSVG/ButtonNextPage.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
}
.ButtonNextPage:hover{
    background-position: 8px -23px;
}

/*編輯for HyperLink*/
.ButtonEdit2 {
    background: url(img/ButtonSVG/ButtonEdit.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonEdit2:hover {
        background: url(img/ButtonSVG/ButtonEdit.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }


/*編輯明細for HyperLink*/
.Buttonbjck {
    background: url(img/ButtonSVG/Buttonbjck.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .Buttonbjck:hover {
        background: url(img/ButtonSVG/Buttonbjck.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

/*密碼for HyperLink*/
.Buttonmima {
    background: url(img/ButtonSVG/Buttoners.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .Buttonmima:hover {
        background: url(img/ButtonSVG/Buttoners.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }
/*審核for HyperLink*/
.Buttonshehe {
    background: url(img/ButtonSVG/Buttoshehe.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .Buttonshehe:hover {
        background: url(img/ButtonSVG/Buttoshehe.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }
/*重置for HyperLink*/
.congzhi {
    background: url(img/ButtonSVG/congzhi.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .congzhi:hover {
        background: url(img/ButtonSVG/congzhi.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

/*訂單確認for HyperLink*/
.Buttonddqr {
    background: url(img/ButtonSVG/ddqr.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .Buttonddqr:hover {
        background: url(img/ButtonSVG/ddqr.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }


/*取消店長推薦for HyperLink*/
.Buttontuijian {
    background: url(img/ButtonSVG/dztj.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .Buttontuijian:hover {
        background: url(img/ButtonSVG/dztj.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

/*取消上樂屋網for HyperLink*/
.Buttonquxiao {
    background: url(img/ButtonSVG/quxiao.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .Buttonquxiao:hover {
        background: url(img/ButtonSVG/quxiao.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }
/*代理報名for HyperLink*/
.Buttondili {
    background: url(img/ButtonSVG/dili.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .Buttondili:hover {
        background: url(img/ButtonSVG/dili.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

/*刪除*/
.ButtonDel {
    background: url(img/ButtonSVG/ButtonDel.svg) top left no-repeat;
    background-position: 8px -23px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    /*display: inline-block;*/
    display: block;
    border-radius: 4px;
    /*border:1px solid #e50112; 先隱藏*/
}

    .ButtonDel:hover {
        background: url(img/ButtonSVG/ButtonDel.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        cursor: pointer;
        /*border:1px solid ; 先隱藏*/
    }

/*刪除for LinkButton*/
.ButtonDel2 {
    background: url(img/ButtonSVG/ButtonDel.svg) top left no-repeat;
    background-position: 8px -23px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid #e50112; 先隱藏*/
    height: 32px;
}

ButtonAdd2 .ButtonDel2:hover {
    background: url(img/ButtonSVG/ButtonDel.svg) top left no-repeat;
    background-position: 8px -23px;
    background-size: 24px;
    /*border:1px solid ; 先隱藏*/
}

.ButtonDel3 {
    background: url(img/ButtonSVG/ButtonDel.svg) top left no-repeat;
    background-position: 8px -23px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    /*display: inline-block;*/
    border-radius: 4px;
    text-align: center;
}
/*停用*/
.Disable {
    background: url(img/ButtonSVG/ButtonStop.svg) top left no-repeat;
    background-position: 8px -24px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid #e50112; 先隱藏*/
}

    .Disable:hover {
        background: url(img/ButtonSVG/ButtonStop.svg) top left no-repeat;
        background-position: 8px -24px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*啟用*/
.Enable {
    background: url(img/ButtonSVG/ButtonStar.svg) #fff top left no-repeat;
    background-position: 8px -23px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .Enable:hover {
        background: url(img/ButtonSVG/ButtonStar.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*員工資料*/
.ButtonEmployee {
    background: url(img/ButtonSVG/ButtonEmployee.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonEmployee:hover {
        background: url(img/ButtonSVG/ButtonEmployee.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }


/*複雜*/
.fuzhi {
    background: url(img/ButtonSVG/Buttonfuzhi.svg) top left no-repeat;
    background-position: 8px -24px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid #e50112; 先隱藏*/
}

    .fuzhi:hover {
        background: url(img/ButtonSVG/Buttonfuzhi.svg) top left no-repeat;
        background-position: 8px -24px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }
/*檢視*/
.ButtonView {
    background: url(img/ButtonSVG/ButtonView.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonView:hover {
        background: url(img/ButtonSVG/ButtonView.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }
/*檢視for LinkButton*/
.ButtonView2 {
    background: url(img/ButtonSVG/ButtonView.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonView2:hover {
        background: url(img/ButtonSVG/ButtonView.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }
/*檢視使用紀錄*/
.ButtonViewLog {
    background: url(img/ButtonSVG/ButtonViewLog.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonViewLog:hover {
        background: url(img/ButtonSVG/ButtonViewLog.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*下載*/
.ButtonDownload {
    background: url(img/ButtonSVG/ButtonDownload.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /* border:1px solid ; */
}

    .ButtonDownload:hover {
        background: url(img/ButtonSVG/ButtonDownload.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*下載for LinkButton*/
.ButtonDownload2 {
    background: url(img/ButtonSVG/ButtonDownload.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonDownload2:hover {
        background: url(img/ButtonSVG/ButtonDownload.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*下載for HyperLink*/
.ButtonDownload3 {
    background: url(img/ButtonSVG/ButtonDownload.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonDownload3:hover {
        background: url(img/ButtonSVG/ButtonDownload.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

/*表單下載*/
.ButtonFormsDownload {
    background: url(img/ButtonSVG/ButtonFormsDownload.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonFormsDownload:hover {
        background: url(img/ButtonSVG/ButtonFormsDownload.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*範本下載*/
.ButtonTemplateDownload {
    background: url(img/ButtonSVG/ButtonTemplateDownload.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonTemplateDownload:hover {
        background: url(img/ButtonSVG/ButtonTemplateDownload.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*合約變更For LinkButton*/
.ButtonContractChange {
    background: url(img/ButtonSVG/ButtonContractChange.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonContractChange:hover {
        background: url(img/ButtonSVG/ButtonContractChange.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*看屋紀錄For LinkButton*/
.ButtonRecord {
    background: url(img/ButtonSVG/ButtonRecord.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonRecord:hover {
        background: url(img/ButtonSVG/ButtonRecord.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*出價紀錄For LinkButton*/
.ButtonBidding {
    background: url(img/ButtonSVG/ButtonBidding.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonBidding:hover {
        background: url(img/ButtonSVG/ButtonBidding.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*合約紀錄For LinkButton*/
.ButtonAgreements {
    background: url(img/ButtonSVG/ButtonAgreements.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonAgreements:hover {
        background: url(img/ButtonSVG/ButtonAgreements.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*套表列印For LinkButton*/
.ButtonSetPrint {
    background: url(img/ButtonSVG/ButtonSetPrint.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonSetPrint:hover {
        background: url(img/ButtonSVG/ButtonSetPrint.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*成交For LinkButton*/
.ButtonDeal {
    background: url(img/ButtonSVG/ButtonDeal.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonDeal:hover {
        background: url(img/ButtonSVG/ButtonDeal.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*課程資訊For LinkButton*/
.ButtonCourseInfo {
    background: url(img/ButtonSVG/ButtonCourseInfo.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 25px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonCourseInfo:hover {
        background: url(img/ButtonSVG/ButtonCourseInfo.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 25px;
        /*border:1px solid ; 先隱藏*/
    }

/*課程單元For LinkButton*/
.ButtonCourseUnit {
    background: url(img/ButtonSVG/ButtonCourseUnit.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonCourseUnit:hover {
        background: url(img/ButtonSVG/ButtonCourseUnit.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }
/*活動資訊For LinkButton*/
.ButtonActivity {
    background: url(img/ButtonSVG/ButtonActivity.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonActivity:hover {
        background: url(img/ButtonSVG/ButtonActivity.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*學員名單For LinkButton*/
.ButtonParticipants {
    background: url(img/ButtonSVG/ButtonParticipants.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonParticipants:hover {
        background: url(img/ButtonSVG/ButtonParticipants.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*參加名單For LinkButton*/
.ButtonJoin {
    background: url(img/ButtonSVG/ButtonJoin.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonJoin:hover {
        background: url(img/ButtonSVG/ButtonJoin.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*配發編號*/
.ButtonAllotted {
    background: url(img/ButtonSVG/ButtonAllotted.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonAllotted:hover {
        background: url(img/ButtonSVG/ButtonAllotted.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*處理For LinkButton*/
.ButtonProcressing {
    background: url(img/ButtonSVG/ButtonProcressing.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonProcressing:hover {
        background: url(img/ButtonSVG/ButtonProcressing.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*鎖定*/
.ButtonLock {
    background: url(img/ButtonSVG/ButtonLock.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonLock:hover {
        background: url(img/ButtonSVG/ButtonLock.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*離職*/
.lizhi {
    background: url(img/ButtonSVG/lizhi.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .lizhi:hover {
        background: url(img/ButtonSVG/lizhi.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*在職*/
.zaizhi {
    background: url(img/ButtonSVG/zaizhi.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .zaizhi:hover {
        background: url(img/ButtonSVG/zaizhi.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }
/*解除鎖定*/
.ButtonUnLock {
    background: url(img/ButtonSVG/ButtonUnLock.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

.ButtonLock:hover {
    background: url(img/ButtonSVG/ButtonUnLock.svg) top left no-repeat;
    background-position: 8px -23px;
    background-size: 24px;
    /*border:1px solid ; 先隱藏*/
}

/*下載紀錄*/
.ButtonDownloadLog {
    background: url(img/ButtonSVG/ButtonDownloadLog.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonDownloadLog:hover {
        background: url(img/ButtonSVG/ButtonDownloadLog.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*商品尺寸*/
.ButtonSize {
    background: url(img/ButtonSVG/ButtonSize.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonSize:hover {
        background: url(img/ButtonSVG/ButtonSize.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*退換處理For LinkButton*/
.ButtonReturnProcessing {
    background: url(img/ButtonSVG/ButtonReturnProcessing.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonReturnProcessing:hover {
        background: url(img/ButtonSVG/ButtonReturnProcessing.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*退貨確認For LinkButton*/
.tuihuoqr {
    background: url(img/ButtonSVG/tuihuoqr.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .tuihuoqr:hover {
        background: url(img/ButtonSVG/tuihuoqr.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*磐點*/
.ButtonInventory {
    background: url(img/ButtonSVG/ButtonInventory.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonInventory:hover {
        background: url(img/ButtonSVG/ButtonInventory.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*建立類別*/
.ButtonEstablishcategories {
    background: url(img/ButtonSVG/ButtonEstablishcategories.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonEstablishcategories:hover {
        background: url(img/ButtonSVG/ButtonEstablishcategories.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*建立類別for HyperLink*/
.ButtonEstablishcategories2 {
    background: url(img/ButtonSVG/ButtonEstablishcategories.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .ButtonEstablishcategories2:hover {
        background: url(img/ButtonSVG/ButtonEstablishcategories.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

/*查看內容*/
.ButtonViewcontent {
    background: url(img/ButtonSVG/ButtonViewcontent.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonViewcontent:hover {
        background: url(img/ButtonSVG/ButtonViewcontent.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*重置密碼*/
.ButtonResetpassword {
    background: url(img/ButtonSVG/ButtonResetpassword.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonResetpassword:hover {
        background: url(img/ButtonSVG/ButtonResetpassword.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*上傳*/
.ButtonUpload {
    background: url(img/ButtonSVG/ButtonUpload.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonUpload:hover {
        background: url(img/ButtonSVG/ButtonUpload.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*刪除上傳圖片*/
.ButtonDeletePhotos {
    background: url(img/ButtonSVG/ButtonDeletePhotos.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonDeletePhotos:hover {
        background: url(img/ButtonSVG/ButtonDeletePhotos.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*地圖*/
.ButtonMap {
    background: url(img/ButtonSVG/ButtonMap.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonMap:hover {
        background: url(img/ButtonSVG/ButtonMap.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*帆布管理*/
.ButtonCanvasManagement {
    background: url(img/ButtonSVG/ButtonCanvasManagement.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonCanvasManagement:hover {
        background: url(img/ButtonSVG/ButtonCanvasManagement.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*報名*/
.ButtonRegistration {
    background: url(img/ButtonSVG/ButtonRegistration.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonRegistration:hover {
        background: url(img/ButtonSVG/ButtonRegistration.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*取消報名*/
.ButtonCancelRegistration {
    background: url(img/ButtonSVG/ButtonCancelRegistration.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonCancelRegistration:hover {
        background: url(img/ButtonSVG/ButtonCancelRegistration.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*產權調查*/
.ButtonPropertySurvey {
    background: url(img/ButtonSVG/ButtonPropertySurvey.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonPropertySurvey:hover {
        background: url(img/ButtonSVG/ButtonPropertySurvey.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*仲介服務報告書*/
.ButtonAgencyServicesReport {
    background: url(img/ButtonSVG/ButtonAgencyServicesReport.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonAgencyServicesReport:hover {
        background: url(img/ButtonSVG/ButtonAgencyServicesReport.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }

/*謄本資料管理*/
.ButtonTranscriptDataManagement {
    background: url(img/ButtonSVG/ButtonTranscriptDataManagement.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonTranscriptDataManagement:hover {
        background: url(img/ButtonSVG/ButtonTranscriptDataManagement.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        /*border:1px solid ; 先隱藏*/
    }


/*物件內的取消*/
.ButtonCancelNo {
    background: url(img/cancel.png) top left no-repeat;
    width: 17px;
    height: 17px;
    border-style: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    margin-top: 2px;
    /*border:1px solid ; 先隱藏*/
}

    .ButtonCancelNo:hover {
        background: url(img/cancel.png) top left no-repeat;
    }



/*選項卡*/
.xuanxk {
    height: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.BButtonSubmit {
    text-align: center;
    float: left;
    height: 30px;
    width: 175px;
    font-size: 16px;
    background-image: url(img/xuanxk.gif);
    background-repeat: no-repeat;
    line-height: 30px;
    font-weight: normal;
    color: #000000;
}

    .BButtonSubmit:hover {
        background-image: url(img/xuanxk-2.gif);
        background-repeat: no-repeat;
        color: #fff;
        text-decoration: none;
    }

.BButtonSubmit2 {
    text-align: center;
    float: left;
    height: 30px;
    width: 175px;
    font-size: 16px;
    background-image: url(img/xuanxk-2.gif);
    background-repeat: no-repeat;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
}

    .BButtonSubmit2:hover {
        color: #fff;
        text-decoration: none;
    }

.spda {
    padding-bottom: 7px;
}

.spdg a {
    color: #000000 !important;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

/*彈出層關閉按鈕*/
.closew {
    background: #ffffff;
    border-radius: 4px;
    color: #000000;
    border-style: none;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #000;
    height: 20px;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
}

    .closew:hover {
        color: #ffffff;
        text-decoration: none;
        background:;
    }

.duiqi {
    float: left;
    margin-right: 5px;
}

.duiqi2 {
    margin-right: 5px;
}

.duiqi3 {
    float: left;
}

.duiqi4 {
    float: left;
    margin-right: 5px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
}

.tj {
    float: left;
    height: 40px;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}

    .tj a {
        color: #000000 !important;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        line-height: 40px;
    }

.gex {
    list-style-type: none;
}

    .gex li {
        list-style-type: none;
    }

    .gex label {
        margin-right: 20px;
        margin-left: 5px;
    }

    .gex input {
        margin-left: 5px;
    }


/*我要退貨*/
.tuihuo {
    background: url(img/ButtonSVG/tuihuo.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .tuihuo:hover {
        background: url(img/ButtonSVG/tuihuo.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }
/*我要換貨*/
.huanhuo {
    background: url(img/ButtonSVG/huanhuo.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .huanhuo:hover {
        background: url(img/ButtonSVG/huanhuo.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }
/*詳細資料*/

.xxzl_1 {
    background: url(img/ButtonSVG/ButtonDetailed.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .xxzl_1:hover {
        background: url(img/ButtonSVG/ButtonDetailed.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

/*簡訊*/

.jianxu_1 {
    background: url(img/ButtonSVG/Buttonsms.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .jianxu_1:hover {
        background: url(img/ButtonSVG/Buttonsms.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }


/*新按鈕樣式*/

.eButtonEdit2 {
    background: url(img/ButtonSVG/zi.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .eButtonEdit2:hover {
        background: url(img/ButtonSVG/zi.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

.eButtonDel2 {
    background: url(img/ButtonSVG/delete.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .eButtonDel2:hover {
        background: url(img/ButtonSVG/delete.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }


.eButtonContractChange {
    background: url(img/ButtonSVG/Contract.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .eButtonContractChange:hover {
        background: url(img/ButtonSVG/Contract.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

.eButtonRecord {
    background: url(img/ButtonSVG/look.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .eButtonRecord:hover {
        background: url(img/ButtonSVG/look.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }


.eButtonBidding {
    background: url(img/ButtonSVG/Record.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .eButtonBidding:hover {
        background: url(img/ButtonSVG/Record.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

.eButtonCanvasManagement {
    background: url(img/ButtonSVG/Canvas.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .eButtonCanvasManagement:hover {
        background: url(img/ButtonSVG/Canvas.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

.eButtonAgreements {
    background: url(img/ButtonSVG/he.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .eButtonAgreements:hover {
        background: url(img/ButtonSVG/he.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

.eButtonSetPrint {
    background: url(img/ButtonSVG/pink.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .eButtonSetPrint:hover {
        background: url(img/ButtonSVG/pink.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

.eButtonDeal {
    background: url(img/ButtonSVG/ok.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .eButtonDeal:hover {
        background: url(img/ButtonSVG/ok.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

.eButtonPropertySurvey {
    background: url(img/ButtonSVG/cq.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .eButtonPropertySurvey:hover {
        background: url(img/ButtonSVG/cq.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

.eButtonAgencyServicesReport {
    background: url(img/ButtonSVG/book.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .eButtonAgencyServicesReport:hover {
        background: url(img/ButtonSVG/book.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

.eteng {
    background: url(img/ButtonSVG/teng.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .eteng:hover {
        background: url(img/ButtonSVG/teng.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }


.Owner {
    background: url(img/ButtonSVG/quan.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    height: 32px;
}

    .Owner:hover {
        background: url(img/ButtonSVG/quan.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

.Proxy {
    background: url(img/ButtonSVG/dai.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .Proxy:hover {
        background: url(img/ButtonSVG/dai.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

.Explanation {
    background: url(img/ButtonSVG/shuo.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .Explanation:hover {
        background: url(img/ButtonSVG/shuo.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

.Photo {
    background: url(img/ButtonSVG/zhao.svg) top left no-repeat;
    background-position: 8px 3px;
    background-size: 24px;
    border-style: none;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    /*border:1px solid ; 先隱藏*/
    height: 32px;
}

    .Photo:hover {
        background: url(img/ButtonSVG/zhao.svg) top left no-repeat;
        background-position: 8px -23px;
        background-size: 24px;
        border-style: none;
        font-size: 15px;
        padding: 4px 20px 5px 20px;
        cursor: pointer;
        display: inline-block;
        border-radius: 4px;
        /*border:1px solid ; 先隱藏*/
    }

.zhongjian {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    float: left;
    width: 65%;
}

    .zhongjian ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    .zhongjian li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }


.biaoti {
    float: left;
    width: 30%;
}

.jieshuo {
    float: left;
    width: 5%;
}


.huise {
    background-image: url(img/huishe.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 46px;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}


.huise2 {
    background-image: url(img/huishe.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 40px;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

    .huise2 ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    .huise2 li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        margin-right: 5px;
        margin-bottom: 5px;
    }

.zhjan {
    /*width: 960px;*/
    width: 760px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.bticom {
    background-image: url(img/tubiao.png);
    background-repeat: repeat;
    text-align: center;
    color: #FFFFFF;
    height: 30px;
    width: 74px;
    margin-right: 2px;
    margin-left: 2px;
}

    .bticom a {
        text-align: center;
        font-size: 15px;
        line-height: 30px;
        font-weight: normal;
        color: #FFFFFF;
        text-decoration: none;
    }

.bticom2 {
    background-image: url(img/tubiao-2.png);
    background-repeat: repeat;
    text-align: center;
    color: #000000;
    height: 30px;
    width: 74px;
    margin-right: 2px;
    margin-left: 2px;
}

    .bticom2 a {
        text-align: center;
        font-size: 15px;
        line-height: 30px;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
    }

.wmc {
    border: 1px solid #FFFFFF;
}

    .wmc td {
        border: 1px solid #FFFFFF;
    }

    .wmc tr {
        border: 1px solid #FFFFFF;
    }

.table-bordered2 {
    border: 1px solid #fff;
}

    .table-bordered2 > thead > tr > th, .table-bordered2 > tbody > tr > th, .table-bordered2 > tfoot > tr > th, .table-bordered2 > thead > tr > td, .table-bordered2 > tbody > tr > td, .table-bordered2 > tfoot > tr > td {
        border: 1px solid #fff;
    }

    .table-bordered2 > thead > tr > th, .table-bordered2 > thead > tr > td {
        border-bottom-width: 2px;
    }

.xian {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #9eb6ce;
    height: 5px;
}

    .xian:hover {
        background-color: #fff !important;
    }

.xinz {
    height: 40px;
    background-color: #faedee;
    padding: 5px;
    float: right;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}


.modal-header2 {
    min-height: 16.428571429px;
    padding: 15px;
}

    .modal-header2 .close {
        margin-top: -2px;
    }

.htdq {
    margin-left: 13px;
}

.htda {
    width: 200px;
    height: 250px;
    margin-right: 15px;
}

.xmenu {
    background-color: #e5e5e5;
    margin: 10px;
    padding: 5px;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    width: 100px;
    float: left;
    color: #000;
}

.zhjan li {
    float: left;
}

.xmenu li {
    float: left;
}

.xmenu a {
    color: #000;
    text-decoration: none;
}

.background li {
    float: left;
}

.xmenured {
    background-color: #e50112;
    margin: 10px;
    padding: 5px;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    width: 100px;
    float: left;
}

    .xmenured a {
        color: #fff;
        text-decoration: none;
    }

.Table_Content divPrint {
    background-color: red;
}

.kongg {
    margin-right: 10px;
}

.kongg2 {
    margin-left: 10px;
}

.kongg3 {
    margin-right: 10px;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .modal-max{
        width: 1400px;
    }
    .modal-lg {
        width: 900px;
    }

    .modal-Greenlg {
        width: 300px;
    }
}

.zjnr_zt {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    line-height: 35px;
}

.homeys {
    border: 1px solid #e50112;
    border-radius: 4px;
    margin: 0 auto;
    text-align: left;
    padding: 14px;
    width: 100%;
}

.homename {
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e50112;
    margin-bottom: 10px;
}

/*HOME_gridview*/
.HOME_gridview {
    border-collapse: collapse;
    float: left;
    margin-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    height: 35px;
    border-bottom-color: #fff;
}

    .HOME_gridview tr {
        overflow: hidden;
        height: 35px;
    }

    .HOME_gridview th {
        background: #e8e8e8;
        color: #ffffff;
        padding: 5px;
        font-size: 16px;
        border: 1px solid #FFFFFF;
        overflow: hidden;
        height: 35px;
    }

        .HOME_gridview th a:link, .HOME_gridview th a:visited {
            color: #333;
        }

    .HOME_gridview td {
        /*padding:8px 15px 8px 15px;*/
        padding: 8px 5px 8px 5px;
        font-size: 15px;
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #b8b7b7;
        border-top-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-top-style: dashed;
        border-right-style: dashed;
        border-left-style: dashed;
        border-top-color: #FFFFFF;
        border-right-color: #FFFFFF;
        border-left-color: #FFFFFF;
        overflow: hidden;
        height: 35px;
    }

/*CAR_gridview*/
.CAR_gridview {
    border-collapse: collapse;
    float: left;
    margin-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    height: 35px;
    border-bottom-color: #fff;
}

    .CAR_gridview tr {
        overflow: hidden;
        height: 35px;
    }

    .CAR_gridview th {
        background: #e8e8e8;
        color: #000;
        padding: 5px;
        font-size: 16px;
        border: 1px solid #FFFFFF;
        overflow: hidden;
        height: 35px;
    }

        .CAR_gridview th a:link, .CAR_gridview th a:visited {
            color: #333;
        }

    .CAR_gridview td {
        /*padding:8px 15px 8px 15px;*/
        padding: 8px 5px 8px 5px;
        font-size: 15px;
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #b8b7b7;
        border-top-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-top-style: dashed;
        border-right-style: dashed;
        border-left-style: dashed;
        border-top-color: #FFFFFF;
        border-right-color: #FFFFFF;
        border-left-color: #FFFFFF;
        overflow: hidden;
        height: 35px;
    }



.jiangeW {
    /*margin-top:5px;*/
    text-align: left;
}

.wdef {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.hbiaoge {
    width: 46%;
    background-color: #e50112;
    border: 1px solid #e50112;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 20px;
}

.hbiaoge2 {
    width: 96%;
    background-color: #e50112;
    border: 1px solid #e50112;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 20px;
}

.hbt1 {
    width: 40px;
    height: 40px;
    background-color: #e50112;
    text-align: center;
}

.hbt2 {
    background-color: #e50112;
    text-align: left;
    color: #fff;
    font-size: 16px;
}

.hbt3 {
    width: 90px;
    background-color: #e50112;
    text-align: right;
}

    .hbt3 a {
        color: #fff;
        font-size: 16px;
    }

.hbt4 {
    background-color: #ffffff;
}

.hxinwen {
    width: 95%;
    height: 30px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #e50112;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    overflow: hidden;
}

    .hxinwen ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    .hxinwen li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

.hxw1 {
    width: 70%;
    float: left;
    line-height: 20px;
}

    .hxw1 a {
        color: #000;
        text-decoration: none;
        font-size: 14px;
    }

.hxw2 {
    width: 30%;
    float: left;
    text-align: right;
    line-height: 20px;
}

    .hxw2 a {
        color: #000;
        text-decoration: none;
        font-size: 12px;
    }

.hxinwen2 {
    width: 95%;
    height: 30px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
}

    .hxinwen2 ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    .hxinwen2 li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

.hmoe1 {
    color: #8e8e8e;
    font-size: 16px;
    text-decoration: none;
}

    .hmoe1:hover {
        color: #8e8e8e;
        text-decoration: none;
    }

.ximng {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
}

    .ximng:hover {
        color: #000000;
        text-decoration: underline;
    }

.zfffsb {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}

.zffsb2 {
    background-color: #fff;
    width: 100%;
}

.zffsb3 {
    width: 95%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 16px;
}

.sykd {
    height: 190px;
    overflow: hidden;
}

.fhsyy {
    width: 100%;
    text-align: right;
    float: left;
    padding-top: 15px;
}

.dbd { /*廣告櫥窗套表列印-選擇套表 4版word*/
    margin-right: 5px;
    border: 1px solid #b1b1b1;
    padding: 10px;
}

.tbkd {
    width: 20px;
}

.bt_wenzi {
    color: #054fd7;
}

.xzsm {
    color: red;
}

.rowpink .TD_Left, .rowpink .TD_Right {
    background-color: #fedede !important;
}

.rowpink {
    background-color: #fedede !important;
}

.ybq {
    text-align: right;
}

.mnmj {
    color: #fff !important;
}

.kongj label {
    font-size: 16px !important;
    float: left;
    width: 700px;
}

.kongj input {
    float: left;
    width: 30px;
}

.dzxx {
    float: left;
    margin-right: 5px;
}


.syz td {
    padding-right: 20px;
}

.deftu {
    width: 100%;
    height: 20px;
    overflow: hidden;
}

.bit {
    text-align: center;
}

.bityou {
    text-align: right;
}

.questionta span {
    font-size: 22px;
}

.questionta label {
    font-size: 22px;
}

.questionta input {
    margin-top: 8px;
}

.test1 {
    border-bottom: 1px solid #000000;
    border: none;
}

b_Explanation {
    font-size: 16px !important;
    font-weight: 600;
}

/*租約 樣式*/
.leaseRadio {
    display: block;
    margin-left: 120px;
    margin-top: -26px;
}


/*交屋情形-學校市場 樣式*/
.bold_balck {
    font: 600;
    font-size: 15px;
}

.Spacing {
    margin-bottom: 5px;
}

/*廣告櫥窗套表列印/已選擇圖片/針對刪除按鈕 Div*/
.SelectDel {
    margin-left: 100px;
    margin-top: -37px;
}

.form-control_must { /*請選擇必填樣式*/
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #858585;
    background-color: #fff;
    border: 1px solid #ff0000 !important;
}


/*綠活指數說明*/
.GreenHouseTitle {
    font-size: 18px;
    font-weight: bold;
}

.GreenHouseList ul {
    margin: 0 0 0 15px;
    padding: 0;
}

    .GreenHouseList ul li {
        list-style-type: disc;
        list-style-image: none;
        margin-bottom: 10px;
        font-style: italic;
        font-size: 16px;
        font-weight: bold;
    }

.GreenHouseLabel {
    color: #ff0000;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
    font-style: italic;
}

.GreenHouseContent {
    font-size: 15px;
    line-height: 1.5em;
    margin-top: 20px;
}

/*文字自動轉大寫*/
.TextUpper {
    text-transform: uppercase;
}

.modal-title{
    font-size:18px;
    font-weight:bold;
    margin:0 0 10px;
}
    .modal-title div{
        display:inline-block;
        width:49%;
        padding:2px 0;
    }

/*建案上架條件*/
.BuildCaseOnCondition
{
    font-size: 16px;
}
.BuildCaseOnCondition .ConCount{
    color: #dd5a43 !important;
    font-weight: bolder;
    padding:0 2px 0 2px;
}


.objectContent{
    background-color: #f5f2f2 !important;
}

.objectContent .row {
    margin-left: 8px;
    margin-bottom: 8px;
    /*border: solid 1px #ef4dc9;*/
    display: flex;
}

.objectContent .row .objectName {
    font-size: 18px;
    font-weight: 700;
    color: #e60012;
}
.objectContent .row .objectAddress {
    font-size: 16px;
}
.objectContent .row .objectPrice {
    font-size: 16px;
    font-weight: 700;
    color: #e60012;
}

.NoData {
    font-size: 18px;
    font-weight: 700;
    color: #e60012;
}