﻿@import '/inc/css/btn.css';
@import '/inc/css/all.css';
@import '/app/EManager/css/cash.min.css';
/* 
 ******************************************
 * 要放最前面：覆寫RWD主版的樣式
 ******************************************
*/
body {
    background-color: #fff;
    min-width: 320px;
    user-select: none;
}

body,
table,
td,
th {
    font-size: 16px;
}

.branding {
    background-image: url(/my/cash/images/logo.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .branding {
        background-image: url(/my/cash/images/logo@2x.png);
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .branding {
        background-image: url(/my/cash/images/logo@3x.png);
    }
}

.gridlock .row {
    width: 100%;
    min-width: 1000px;
    margin: 0 auto;
}

/* 
 ******************************************
 * MY專區的CSS：正式開始
 ******************************************
*/
/*---- 最外層包裝 ----*/
#MyWls,
.shifter-page {
    width: 100%;
    margin: 0 auto;
    background: transparent url('/my/images/header_bg.png') repeat-x top center;
    position: relative;
}

#header {
    width: 90%;
    min-width: 1000px;
    height: 110px;
    margin: 0 auto;
    color: #fff;
}

.MyWls_logo {
    padding: 10px 0 0 5px;
}

.MyWls_text {
    padding: 25px 5px 0 0;
    font: 14px/1.5 微軟正黑體, Arial;
    text-align: right;
}

.link_web {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    margin: 5px auto;
}

.link_web:hover {
    color: #fff;
    text-decoration: underline;
}

#content {
    width: 100%;
    min-width: 1000px;
    background: url(/my/images/content_bg.png) no-repeat top center;
    margin: 0 auto;
}

.MyWls_img {
    width: 1000px;
    margin: 50px auto;
}

#MyWlsBox {
    width: 90%;
    min-width: 1000px;
    margin: 0 auto;
}

.MyWls_right {
    width: 320px;
    float: right;
}

#MyWlsBox label {
    float: left;
    width: 150px;
}

#MyWlsBox p {
    clear: both;
    padding: 5px 0;
}

.MyWls_btn {
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}

.bRed2:hover {
    color: #fff;
}

.name {
    font: 18px/1.5 微軟正黑體, Arial;
    background: url(/images/user.png) no-repeat 10px 0;
    margin: 5px auto;
    padding: 20px 0 10px 60px;
    color: #cc0000;
}

.item {
    width: 100%;
    margin: 10px;
    border-bottom: 1px dotted #333;
    float: left;
    background: #e6e6e6;
}

.info {
    float: left;
    padding: 25px 0 25px 50px;
}

.info_title3 {
    color: #0094a7;
}

.info ul {
    list-style-type: none;
}

.info ul li {
    padding: 4px 0 0px 10px;
    display: block;
    float: left;
    width: 200px;
    background: url(/images/icon_002.png) no-repeat 0 12px;
}

.info ul a {
    color: #333;
    text-decoration: none;
}

.info ul a:hover {
    color: #333;
    text-decoration: underline;
}

.check {
    width: 20px;
    float: left;
    padding-left: 20px;
    padding-top: 10px;
}

#company {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font: 1em;
}

.txt-url {
    color: #fff;
    border-bottom-color: #fff;
}

.divShow {
    background: #ffddde url(/images/icon_001.png) 20px 8px no-repeat;
    padding: 10px 0 10px 60px;
    border: 1px solid #ffc9cb;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.title01 {
    font: 22px/1.5 微軟正黑體, Arial;
    background: url(/images/icon_title001.png) no-repeat 5px 16px;
    color: #333;
    padding: 10px 0 10px 40px;
}

.title01 span {
    float: right;
    line-height: 1.5;
}

h2.h2 {
    margin-top: 1em;
    font-size: 1em;
}

/*---- banner ----*/
.banner,
.banner img {
    width: 100%;
}

/*---- table ----*/
.table01 {
    border-collapse: collapse;
    margin-bottom: 1px;
    margin-top: 1px;
}

.table01 th {
    background: #ff7075;
    padding: 3px;
    border: 1px #ffffff solid;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.table01 td {
    border: 1px #ffffff solid;
    padding: 3px;
}

.table01 tfoot td {
    background: #eae8e8;
    text-align: center;
    height: 300px;
}

.table01 h1 {
    font: 16px/1.5 微軟正黑體, Arial;
    color: #cc0000;
    margin-bottom: 5px;
}

.table01 tfoot td p {
    font: 16px/1.5 微軟正黑體, Arial;
    color: #cc0000;
}

.table01 tr:nth-child(odd) td {
    background: #ebebeb;
}

.table01 tr:nth-child(even) td {
    background: #ebebeb;
}

.table01 tr:hover td {
    background: #ffb6ba;
}

.table01 tr.sum td {
    background: #cfcfcf;
}

.table01 .title {
    text-align: center;
}

.table01 .content {
    text-align: center;
}

.table01 .sum .title {
    text-align: center;
    border-right-color: transparent;
}

.table01 .sum .content {
    text-align: right;
}

.table_inner {
    min-width: 150px;
    box-shadow: 0 0 2px rgba(20%, 20%, 20%, 0.5);
}

.table_inner td,
.table_inner th {
    padding: 2px;
    font-size: 12px;
    text-align: center;
}

.table_inner tr:nth-child(odd) th,
.table_inner tr:nth-child(even) th {
    background-color: #ff7075;
}

.table_inner tr:nth-child(odd) td,
.table_inner tr:nth-child(even) td {
    background-color: #f2f2f2;
}

.table_inner tr:nth-child(odd) td.title,
.table_inner tr:nth-child(even) td.title {
    text-align: left;
    background-color: #ffacaf;
}

.fg {
    box-sizing: border-box;
    width: 100%;
    margin: 5px auto;
    padding: 3px;
    display: inline-block;
    -webkit-border-radius: 3px; /*safari, google chrome */
    -moz-border-radius: 3px; /*firefox */
    border-radius: 3px;
    border: 1px solid #c3c3c3;
    -webkit-box-shadow: 0 0px 1px #999;
    -moz-box-shadow: 0 0px 1px #999;
    box-shadow: 0 0 1px #999;
    background: #fff;
    behavior: url(/inc/css/PIE.htc);
}

.table01 tr.hoverStyle1 td {
    background-color: #f8f8f8;
}

.table01 tr.hoverStyle2 td {
    background-color: #ffffff;
}

.table01 tr.hoverStyle1:hover td,
.table01 tr.hoverStyle2:hover td {
    background-color: #ffb6ba;
}

/* 股票 */
.stock_list {
    display: none;
    text-align: center;
    margin: auto;
}

.stock_list tr {
    border-top: 1px dotted #a0a0a0;
}

.stock_list tr:first-child {
    border-top: 0;
}

.stock_list td {
    border: 0;
    text-align: left;
    padding: 10px 0;
}

.stock_list td.note {
    width: 20px;
}

.stock_list td .title {
    color: #c0000f;
}

.stock_list td .slash {
    display: inline-block;
    margin: 0 5px;
    color: #b7b7b7;
}

.stock_list.show {
    display: block;
}

.stock_list.hide {
    display: none;
}

/*交割憑單*/
#select_list {
    padding-left: 45px;
}

#select_list p {
    display: inline-block;
    padding-right: 50px;
}

/*page*/
#page {
    color: #333;
    text-decoration: none;
}

#page:hover {
    color: #cc0000;
    text-decoration: underline;
}

/* QA */
.box-qa {
    margin: 0 auto;
    padding-left: 50px;
}

.qa_list {
    display: block;
    margin-left: -40px;
}

.qa_list > li {
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px dotted #333;
    list-style-type: none;
}

#MyWlsBox p.qa_q,
.qa_q {
    font-weight: bold;
    background: url('images/icon_qa.png') no-repeat 0 center;
    padding-left: 30px;
    color: #cc0000;
}

#MyWlsBox p.qa_a,
.qa_a {
    color: #333;
    padding-left: 30px;
}

.qa_a a {
    color: #cc0000;
}

.qa_list > li li {
    margin-left: 20px;
}

/*注意事項*/
#attention {
    width: 100%;
    background: #ffe3e4;
    border: 1px solid #ffa9ac;
    margin: 10px auto;
    font-size: 14px;
    padding: 10px 0;

    
}

#attention ul {
    padding: 3px;
    list-style-type: disc;
    list-style-position: outside;
}

#attention li {
    margin-left: 20px;
}

#attention a {
    color: #cc0000;
}

.box-msg {
    background: #ffe3e4;
    border: 1px solid #ffa9ac;
    text-align: center;
    border-radius: 3px;
    padding: 20px 10px;
    font-size: 1em;
}

/*---- back to top ----*/
#back-top {
    position: fixed;
    bottom: 4px;
    right: 10px;
    z-index: 2;
}

#back-top a {
    width: 100px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    color: #000;
}

#back-top span {
    width: 100px;
    height: 100px;
    display: block;
    margin-bottom: 7px;
    background: url(images/scrolltopfix.png) no-repeat center center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover span {
    background-color: transparent;
}

/*---- tabs griup ----*/
.tabs_griup {
}

.info_list .tabs_griup {
    margin-top: 8px;
    margin-top: 10px \9;
}

.tabs_griup > li {
    display: inline-block;
    margin-left: -5px;
}

.tabs_griup > li:first-child {
    margin-left: 0;
}

.tabs_griup > li > a {
    display: block;
    padding: 3px 12px;
    border: 1px solid #c3c3c3;
    background-color: #f8f8f8;
    color: #666;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.tabs_griup > li > a:hover {
    border-color: #999;
    background-color: #eee;
    color: #000;
}

.tabs_griup > li > a.active {
    border: 1px solid #980c10;
    background-color: #d81b21;
    color: #fff;
    cursor: default;
}

.tabs_griup > li:first-child > a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.tabs_griup > li:last-child > a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*---- tabs ----*/
ul.tabs,
nav.tabs {
    width: 100%;
    height: 36px;
    border-bottom: 3px solid #c6000f;
}

nav.tabs {
    box-sizing: content-box;
    margin-bottom: 5px;
}

ul.tabs li,
nav.tabs a {
    float: left;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    position: relative;
    margin-bottom: -1px; /* 讓 li 往下移來遮住 ul 的部份 border-bottom */
    margin-right: 10px;
    padding: 0 10px;
    border: 1px solid #c6000f;
    border-bottom: none;
    color: #ffffff;
    background: #c6000f;
    font-size: 18px;
}

nav.tabs a.active,
nav.tabs a.active:hover {
    border: 1px solid #c6000f;
    border-bottom: none;
    color: #ffffff;
    background: #c6000f;
    cursor: default;
}

ul.tabs a li,
nav.tabs a {
    display: block;
    border: 1px solid #9e9e9e;
    border-bottom: none;
    text-decoration: none;
    color: #333;
    color: #000;
    background: #ffffff;
}

nav.tabs a {
    box-sizing: content-box;
}

ul.tabs a:hover li,
nav.tabs a:hover {
    color: #ffffff;
    background: #9e9e9e;
}

ul.tabs li.active,
nav.tabs a:active {
    background: #fff;
    border-bottom: 1px solid#fff;
}

ul.tabs li.active a:hover {
    background: #fff;
}

/*---- info ----*/
.info_list {
    display: block;
    float: left;
    margin-right: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.info_list li {
    display: inline-block;
    padding: 0;
}

.info_list,
.info_list li {
    vertical-align: middle;
}

.info_list li.box-datepicker {
    margin-left: 50px;
}

.info_list li.box-datepicker input[name*='Date'] {
    width: 120px;
}

.info_list i {
    margin-right: 5px;
}

.em {
    color: #c6000f;
    vertical-align: top;
}

.table01 .em {
    font-size: 1em;
}

.em2 {
    font-size: 1.5em;
}

.msg .em {
    font-size: 1em;
}

.em-primary {
    font-size: 1.5em;
}

/*---- form ----*/
input[type='text'],
input[type='password'],
select {
    padding: 3px 0 3px 8px;
    padding: 1px 0 5px 8px \9;
    border-radius: 3px;
    border: 1px solid #bbb;
    background-color: #ffffff;
}

@media all and (-ms-high-contrast: none) {
    input[type='text'],
    input[type='password'] {
        padding: 1px 0 5px 8px;
    }
}

label {
    display: block;
    font-weight: bold;
}

/*order*/
#order {
    margin: 20px;
}

.page_title {
    font: 30px/1.5 微軟正黑體, Arial;
    color: #c6000f;
    height: 60px;
}

.order_info_list {
    display: block;
    background: #999;
    border-radius: 3px;
}

.order_info_list li {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
}

.box {
    width: 100%;
    margin: 10px 0;
}

.box div {
    margin: 22px 0;
}

.order_item {
    float: left;
    padding-right: 20px;
}

.order_item input {
    width: 210px;
}

.order_item_data select {
    width: 124px;
}

.order_item_Agreement {
    padding-right: 50px;
}

.btn_box {
    padding: 20px 0;
}

.h3 {
    display: none;
}

.msg {
    text-align: left;
    width: 100%;
    padding: 20px;
    font-size: 24px;
}

.ipt-loan {
    width: 70%;
    max-width: 150px;
    text-align: right;
}

.info_list2 {
    float: left;
    width: 70%;
}

.info_list2 li {
    margin-right: 30px;
}

.info_list2 li:last-child {
    margin-right: 0;
}

.info_list li.box-datepicker .box-date:after {
    content: '：';
}

.info_list li.search_stock {
    margin-left: 30px;
}

.info_list li.search_stock input[type='text'] {
    width: 100px;
}

@media screen and (max-width: 360px) {
    /* 小手機 */
    .table01 td.title {
        padding-right: 0;
    }

    .table01 td.em {
        padding-left: 0;
    }

    .ipt-loan {
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    /* 手機們 */
    .info_list {
        margin-top: 0;
    }

    .info_list2 {
        float: none;
        width: 100%;
    }

    .em {
        font-size: 1.5em;
    }

    .info_list2 li.ipt-purpose {
        border-top: 0;
        margin-top: -20px;
    }

    .space-date {
        display: inline-block;
        width: 2em;
    }

    .txt-url {
        color: #c6000f;
        border-bottom-color: #c6000f;
    }
}

@media screen and (min-width: 768px) {
    /* 桌機們 */
    .info_list {
        margin-right: 20px;
    }

    .info_list2 {
        margin-right: 0;
    }

    input[name='PurposeOther'] {
        width: 90px;
    }

    .info_list li.ipt-purpose {
        margin-left: -20px;
    }

    .info_list2 li {
        margin-right: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    /* 老桌機 */
    .info_list2 {
        width: 65%;
    }
    @media screen and (max-width: 1180px) {
        #nav.tabs a {
            font-size: 15px;
        }
    }

    @media screen and (max-width: 1020px) {
        #nav.tabs a {
            padding: 0 5px;
            margin-right: 0px;
            font-size: 13px;
        }

        #nav.tabs a:not(:last-child) {
            border-right: transparent;
        }
    }

    @media screen and (min-width: 1201px) and (max-width: 1600px) {
        /* 寬桌機 */
        .info_list2 {
            width: 75%;
        }
    }

    @media screen and (min-width: 1601px) {
        /* 超寬桌機 */
        .info_list2 {
            width: 82%;
        }
    }

    .ibfs-em {
        color: red;
        font-weight: bold;
        text-align: center;
    }
}

  