﻿@charset "UTF-8";
/* CSS Document */

    .container {
        padding-right: 5px;
        padding-left: 5px;
    }
    .tt-menu {
        width:100%;
    }
    .sc_snd_alert:hover:after {
        content: attr(data-title);
        color: red;
        font-size: 18px;
        font-weight: bolder;
      }
    /* The Close Button */
    .sc_close {
        color: #999999;
        font-size: 20px;
        font-weight: bold;
        float: right;
        margin-top:-10px;
        margin-right: -10px;
    }

    .sc_close:hover,.sc_close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

    .sc_master {
        background-color: white;
        /*min-width: 960px;*/
        min-height: 300px;
        overflow: unset;
        margin-top: 20px;
    }

    .sc_results_main {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        flex-direction: row;
        flex-flow: row;
        flex-wrap:nowrap;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 10px;
        width: 100%;
    }
    .sc_results_main div {
        background-color: white;
        overflow: hidden;
    }

    .sc_results_master {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        flex-direction: row;
        flex-flow: row;
        flex-wrap:nowrap;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .sc_container {
        font-family: "Fira Sans", arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-size: 18px;
        /*width: 960px;
        float: left;
        display: block;*/
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sc_suggestion_container p {
        text-align:left;
        padding: 0px 0px 3px 0px; 
        width: 100%;
    }
    .sc_suggestion_part {
        float:left;
        clear:left;
        font-size:18px;
        font-weight:bold;
        line-height:18px;
        margin-left:5px;
    }
    .sc_suggestion_desc {
        float:left;
        clear:left;
        font-size:12px;
        margin:-2px 20px 0px 20px;
        width: 100%;
    }
    .sc_suggestion_part span {
        float:left;
        clear:left;
        font-size:18px;
        font-weight:bold;
        line-height:18px;
        margin-left:5px;
    }
    .sc_suggestion_desc span {
        float:left;
        clear:left;
        font-size:12px;
        margin:-2px 20px 0px 20px;
    }
    .sc_empty {
        font-size: 16px; 
        padding: 20px 20px 20px 20px;
    }

    .sc_list_container {
        background-color: #e4e4e4;
        margin-top: -5px;
    }

    .sc_title {
        text-align: center;
        /*min-width: 960px;
        display: inline-block;
        margin-top: 40px;*/
    }

        .sc_title p {
            font-weight: bold;
            font-size: 20px;
            color: #4e4d4d;
            display: inline-block;
            vertical-align: sub;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }

        .sc_title input {
            font-family: "MingLiU", "Apple LiSung", "Helvetica Neue","Microsoft JhengHei",arial, sans-serif;
            font-size: 14px;
            display: inline-block;
            padding: 2px 2px 2px;
            border: 1px solid gray;
            font-weight: bold;
            margin-bottom: 0px;
            width: 100%;
            vertical-align: unset;
        }

        .sc_title span {
            width:50%;
        }

        .sc_prod_data {
            width:100%;
            text-align: -webkit-center;
            padding-bottom: 10px;
            margin-bottom: 10px
        }

        @media screen and (max-width: 768px) {
            .sc_title div {
                margin-bottom: -15px;
            }
            .sc_title span {
                width:100%;
            }
            .sc_title input {
                font-size: 14px;
                display: inline-block;
                width: 100%;
                vertical-align: unset;
            }
            .sc_title p {
                font-size: 20px;
                color: #4e4d4d;
                display: inline-block;
                vertical-align: unset;
                margin-bottom: 0px;
                padding-bottom: 0px;
            }
            .sc_title {
                text-align: left;
            }
            .sc_title button {
                position: relative;
                top: -23px;
                left:92%;
            }
            .sc_results_main {
                flex-wrap: wrap;
                width:100%;
            }
            .sc_results_table table {
                margin-left: 0px;
            }
            .sc_results_main div {
                width:100%;
            }
            .sc_docs_table {
                width:95%;
                padding-bottom: 10px;
            }
            .sc_char_table {
                width:95%;
                text-align: -webkit-center;
                text-align: center;
                padding-bottom: 10px;
                margin-bottom: 10px
            }
            .sc_prod_data {
                width:100%;
                text-align: -webkit-center;
                padding-bottom: 10px;
                margin-bottom: 10px
            }
            .modal-content {
                width: 95%;
                overflow:hidden;
            }
        }
          
        .sc_subtitle div {
            margin-top: 5px;
            width: 100%;
        }
        .sc_title p input {
                font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
                font-size: 18px;
                text-transform: uppercase;
            }

                .sc_title p input::-webkit-input-placeholder { /* WebKit browsers */
                    text-transform: none;
                }

                .sc_title p input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                    text-transform: none;
                }

                .sc_title p input::-moz-placeholder { /* Mozilla Firefox 19+ */
                    text-transform: none;
                }

                .sc_title p input:-ms-input-placeholder { /* Internet Explorer 10+ */
                    text-transform: none;
                }

            .sc_title p button {
                font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
                border-radius: 8px 8px 8px 8px;
                width: 40px;
                height: 25px;
                color: white;
                background-color: #74cff6;
                border: none;
            }

            .sc_subtitle table {
                margin-top:5px;
            }

            .sc_subtitle span {
                font-family: "MingLiU", "Apple LiSung", "Helvetica Neue",arial, sans-serif,"Microsoft JhengHei";
                text-align: left;
                font-weight: bold;
                font-size: 18px;
                color: #4e4d4d;
                margin-bottom: 0px;
                width:100%;
            }

            .sc_subtitle td {
                font-family: "MingLiU", "Apple LiSung", "Helvetica Neue",arial, sans-serif,"Microsoft JhengHei";
                text-align: left;
                font-weight: bold;
                font-size: 18px;
                color: #4e4d4d;
                margin-bottom: 0px;
                margin-left:10px;
            }

            .sc_subtitle input {
                font-family: "MingLiU", "Apple LiSung", "Helvetica Neue","Microsoft JhengHei",arial, sans-serif;
                font-size: 14px;
                display: inline-block;
                padding: 2px 2px 2px;
                border: 1px solid gray;
                font-weight: bold;
                margin-bottom: 0px;
                width: 100%;
            }

                .sc_subtitle p input::-webkit-input-placeholder { /* WebKit browsers */
                    text-transform: none;
                }

                .sc_subtitle p input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                    text-transform: none;
                }

                .sc_subtitle p input::-moz-placeholder { /* Mozilla Firefox 19+ */
                    text-transform: none;
                }

                .sc_subtitle p input:-ms-input-placeholder { /* Internet Explorer 10+ */
                    text-transform: none;
                }


    .sc_list_container li {
        list-style-type: none;
        font-size: 16px;
        margin-left: -15px;
        margin-right: 5px;
        line-height: 30px;
        height: 30px;
    }

        .sc_list_container li a:link {
            text-decoration: none;
            color: #292929;
        }

        .sc_list_container li a:visited {
            text-decoration: none;
            color: #414141;
        }

        .sc_list_container li a:hover {
            background-color: #daf0fa;
            border-radius: 5px 5px 5px 5px;
            height: 32px;
            /*width: 900px;*/
            display: block;
            color: #000000;
        }

    .sc_misc {
        text-align: center;
        margin-top: 20px;
        /*width: 960px;
        display: inline-block;
        position: relative;*/
    }

        .sc_misc ul {
            list-style-type: square;
            padding-left: 0px;
        }

        .sc_misc li {
            font-family: "Fira Sans", arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
            font-weight: bold;
            font-size: 16px;
            color: #4e4d4d;
            display: inline;
            /*margin-bottom: 0px;*/
            margin-left: 5px;
            margin-right: 5px;
        }

            .sc_misc li a:link {
                color: #c18a8a;
                text-decoration: none;
            }

            .sc_misc li a:hover {
                color: #bf2727;
                text-decoration: none;
            }

            .sc_misc li a:visited {
                color: #c18a8a;
                text-decoration: none;
            }

    .sc_footer {
        text-align: center;
        margin-top: 10px;
        /*width: 960px;
        display: inline-block;*/
    }
    .sc_footer p {
        text-align: center;
        font-family: "Mitr", arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-weight: normal;
        font-size: 13px;
        line-height: 15px;
        color: #555555;
        display: inline-block;
        margin-top: 0px;
    }


    .sc_imgdiv {
        display: inline-block;
        text-align: left;
        padding-right: 20px;
    }

    .sc_cap td {
        font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-weight: bolder;
        font-size: 20px;
        color: #000000;
        margin-top: 5px;
        text-align: center;
    }

    .sc_subcap td {
        font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-weight: bolder;
        font-size: 14px;
        color: #000000;
        margin-top: 5px;
        text-align: center;
    }

    .sc_img img {
        max-height:100px;
        max-width:100px;
    }

    .sc_prim_char {
        display: inline-block;
        /*float: left;*/
        margin: 0px 20px 20px 20px;
    }

    .sc_char_title {
        font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-weight: bold;
        font-size: 12px;
        color: #000000;
        margin-top: 5px;
        background-color: #d9d9d9;
        text-align: center;
    }

    .sc_char_pbtitle {
        font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-weight: bold;
        font-size: 12px;
        color: #000000;
        margin-top: 5px;
        background-color: #d9d9d9;
        border-right-color: #000000;
        border-right-width: 4px;
        text-align: center;
    }

    .sc_char_subtitle {
        font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-weight: bold;
        font-size: 12px;
        color: #000000;
        margin-top: 5px;
        background-color: #edecec;
        text-align: center;
    }

    .sc_char_hilite {
        font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-size: 12px;
        color: #000000;
        margin-top: 5px;
        background-color: #cbf4c9;
        text-align: center;
    }

    .sc_char_venhilite {
        font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-size: 12px;
        color: #000000;
        margin-top: 5px;
        background-color: #bbe3f4;
        text-align: center;
    }

    .sc_other_char {
        display: inline-block;
        /*float: left;*/
    }

    .sc_docs {
        display: inline-block;
        /*float: left;*/
    }

    .sc_results_table {
        border-collapse: collapse;
        border-spacing: 2px 0px;
        margin-right: 0px;
        /*margin-left: 20px;*/
        padding-bottom: 10px;
        width:100%;
        /*width: 650px;*/
    }
    .sc_results_table td {
        font-family: "Fira Sans",arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-size: 16px;
        font-weight: bold;
        border-collapse: collapse;
        border-spacing: 2px 0px;
        margin-right: 0px;
        border-radius: 5px 5px 0px 0px;
        border: 1px solid #f0f0f0;
        padding: 5px 5px 5px 5px;
    }
    .scPriceChange {
        background-color: rgba(148,233,186,0.5);
    }
    .sc_results_table th {
        font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-weight: bold;
        font-size: 14px;
        color: #000000;
        margin-top: 5px;
        background-color: #d9d9d9;
        text-align: center;
        padding: 5px 5px 5px 5px;
    }

    .sc_stock_table {
        border-collapse: collapse;
        border-spacing: 2px 0px;
        margin-right: 0px;
        margin-left: 20px;
    }
    .sc_stock_table td {
        font-family: "Fira Sans",arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-size: 16px;
        font-weight: bold;
        border-collapse: collapse;
        border-width: 0px;
        border-spacing: 2px 0px;
        margin-right: 0px;
        padding: 0px;
        text-align: right;
    }
    span.sc_cust_stock {
        font-family: "Fira Sans",arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-size: 12px;
        color: rgba(161, 62, 62);
        font-weight: bold;
        border-collapse: collapse;
        border-spacing: 2px 0px;
        margin-right: 0px;
        /*margin-left: 20px;*/
    }

    .sc_future_table {
        border-collapse: collapse;
        border-spacing: 2px 0px;
        background-color: white;
        /*min-width: 200px;*/
    }
    .sc_future_table td {
        font-family: "Fira Sans",arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-size: 14px;
        border-collapse: collapse;
        border-spacing: 2px 0px;
        border-radius: 5px 5px 0px 0px;
        border: 1px solid #f0f0f0;
        padding: 5px 5px 5px 5px;
    }

    .sc_future_table th {
        font-family: "Fira Sans", sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-weight: bold;
        font-size: 14px;
        color: #000000;
        margin-top: 5px;
        background-color: #d9d9d9;
        text-align: center;
        padding: 5px 5px 5px 5px;
    }


    .sc_basic {
        border-collapse: collapse;
        border-spacing: 2px 0px;
        /*min-width: 400px;*/
    }

    .sc_basic td {
        font-family: "Fira Sans",arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-size: 12px;
        font-weight: bold;
        border-collapse: collapse;
        border-spacing: 2px 0px;
        border-radius: 5px 5px 0px 0px;
        border: 0px;
        padding: 5px 5px 5px 5px;
    }
        .sc_basic td input {
            font-family: "Fira Sans",arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
            font-size: 12px;
            font-weight: bold;
            border-collapse: collapse;
            border: 1px solid white;
            border-spacing: 2px 0px;
            background-color: rgba(187,227,244,0.50);
            padding: 5px 5px 5px 5px;
        }
            .sc_basic td input:hover {
                font-family: "Fira Sans",arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
                background-color: rgba(187,227,244,0.75);
                border: 1px solid gray;
            }

    .sc_basic th {
        font-family: "Fira Sans", sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-weight: bold;
        font-size: 12px;
        color: #000000;
        margin-top: 5px;
        background-color: #d9d9d9;
        text-align: right;
        padding: 5px 5px 5px 5px;
    }

    .sc_obj_title {
        font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-weight: bold;
        font-size: 11px;
        color: #000000;
        background-color: #f2f2f2;
        text-align: right;
        margin-right: 15px;
    }

    .sc_char_table {
        border-collapse: collapse;
        border-spacing: 2px 0px;
        margin-right: 0px;
        /*margin-left: 20px;*/
    }
    .sc_char_table td {
        border-collapse: collapse;
        border-spacing: 2px 0px;
        margin-right: 0px;
        /*margin-left: 20px;*/
        border-radius: 5px 5px 0px 0px;
        border: 1px solid #f0f0f0;
        padding: 5px 5px 5px 5px;
    }

    .sc_docs_table {
        border-collapse: collapse;
        border-spacing: 2px 0px;
        margin-right: 0px;
        /*margin-left: 20px;*/
        border: 1px solid #f0f0f0;
    }
    .sc_docs_table td {
        border-collapse: collapse;
        border-spacing: 2px 0px;
        margin-right: 0px;
        /*margin-left: 20px;*/
        border-radius: 5px 5px 0px 0px;
        padding: 5px 5px 5px 5px;
    }
    .sc_docs_table td a {
        font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-size: 14px;
        color: #777777;
        text-decoration: none;
    }
    .sc_docs_table td a:hover {
        font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-size: 14px;
        color: white;
        text-decoration: none;
        background-color: #777777;
    }
    .ds_link {
        font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-size: 14px;
        line-height: 10px;
        color: #777777;
        text-decoration: none;
        padding: 0px 0px 0px 0px;
        cursor: pointer;
    }
    .sc_future {
        position:absolute; 
        z-index:1024; 
        -moz-box-shadow: 10px 20px 40px rgba(0, 0, 0,0.5);
        -webkit-box-shadow: 10px 20px 40px rgba(0, 0, 0, .5);
        box-shadow: 10px 20px 40px rgba(0, 0, 0, .5);
    }

    .sc_disty_results_table {
        border-collapse: collapse;
        border-spacing: 2px 0px;
        margin-right: 0px;
        margin-left: 20px;
        width: 100%;
        padding-bottom: 10px;
    }
    .sc_disty_results_table td {
        font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        border-collapse: collapse;
        border-spacing: 2px 0px;
        font-size: 11px;
        margin-right: 0px;
        /*margin-left: 20px;*/
        border: 1px solid #f0f0f0;
        padding: 5px 5px 5px 5px;
    }
    .sc_disty_results_table td a {
        font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-size: 11px;
        line-height: 10px;
        color: #777777;
        text-decoration: none;
        padding: 0px 0px 0px 0px;
    }
    .sc_disty_results_table td a:hover {
        font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-size: 11px;
        color: white;
        text-decoration: none;
        background-color: #777777;
    }
    .sc_disty_links_table {
        border-collapse: collapse;
        border-spacing: 2px 0px;
    }
    .sc_disty_links_table td {
        font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        border-collapse: collapse;
        border-spacing: 2px 0px;
        font-size: 11px;
        border: 0px;
        padding: 5px 5px 5px 5px;
    }
    .sc_disty_links_table td a {
        font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-size: 11px;
        line-height: 10px;
        color: #777777;
        text-decoration: none;
        padding: 0px 0px 0px 0px;
    }
    @media screen and (max-width: 550px) {
        .sc_title input {
            font-size: 24px;
            margin-bottom: 15px;
        }
    }

    .snd_border {
        border: solid 3px;
        border-color: lightskyblue;
        border-radius: 20px;
    }