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

body {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
    font-size: 14px;
    line-height: 18px;
}

/* Note: Try to remove the following lines to see the effect of CSS positioning */
.affix {
    top: 0;
    z-index: 9999 !important;
    position: fixed;
    width:auto;
    margin-top: 0px;
}
.affix_m {
    top: 0;
    z-index: 9999 !important;
    position: fixed;
    width:96%;
    margin-top: 0px;
}

.affix + .container-fluid {
    padding-top: 0px;
}

button {
    background-color: #74cff6;
    color: #FFFFFF;
    border: none;
    border-radius: 4px 4px 4px 4px;
    font-weight: bolder;
}

p {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
    font-size: 13px;
    line-height: 17px;
    color: #555555;
    margin-top: 0px;
    padding-top: 0px;
}

    p a:link {
        color: #184f94;
    }

    p a:visited {
        color: #184f94;
    }

    p a:hover {
        color: #74cff6;
    }

h1 {
    font-size: 28px;
    line-height: 32px;
    color: #A5A5A5;
}

h2 {
    font-size: 16px;
    line-height: 19px;
    color: #184f94;
    margin: 0px 0px 2px 0px;
}

h3 {
    font-size: 22px;
    line-height: 26px;
    color: #A5A5A5;
}

h4 {
    font-size: 14px;
    line-height: 16px;
    color: #80710d;
    margin: 0px 0px 2px 0px;
}

h5 {
    font-size: 14px;
    line-height: 16px;
    color: #80710d;
    margin: 0px 0px 2px 0px;
}

h6 {
    font-size: 14px;
    line-height: 16px;
    color: #80710d;
    margin: 0px 0px 2px 0px;
}

.master_container {
    /*margin-top:0px;*/
    /*width: 960px;*/
    /*position: relative;
    margin-left: auto;
    margin-right: auto;*/
    margin: 0 auto;
    background-color: #FFFFFF;
    overflow: hidden;
    align-content: center;
    align-items: center;
    padding-left: 0px;
}

.header_span {
    margin-top: 0px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    box-shadow: 0 5px 2px -6px black;
}

.header {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    /*width: 960px;*/
}

.logo {
    float: left;
    height: 83px;
    margin-top: 9px;
}

.search_box_container {
    float: right;
    margin-top: 10px;
    margin-left: 15px;
}

.mobile_menu_container {
    width: 960px;
    float: right;
    font-size: 32px;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 10px;
}

    .mobile_menu_container a {
        cursor: pointer;
        text-decoration: none;
        color: black;
    }

.nav_header {
    /*width: auto;
    height: 12px;*/
    margin-left: auto;
    margin-right: auto;
    display: inline;
}

    .nav_header span {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        color: white;
        display: inline-block;
        text-align: center;
        background-color: #605c5c;
    }

.nav_span_off {
    /*height: 30px;*/
    width: 960px;
    z-index: 250;
    position: absolute;
    margin-top: 0px;
    /*background-color: black;*/
}

.nav_span_on {
    /*height: 30px;*/
    width: 960px;
    z-index: 250;
    position: absolute;
    margin-top: 0px;
    /*background-color: black;
    box-shadow: 5px 5px 10px #939292;*/
}

.nav_container {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    height: 20px;
    float: right;
    border-right: 0px;
    border-right-style: solid;
    border-right-color: #605c5c;
}

.menu_container {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color: white;
    box-shadow: 5px 5px 10px #999999;
    border: 1px solid #cbc8c8;
    margin-top: -20px;
    border-radius: 15px;
    display: none;
    text-align: center;
    position: absolute;
    z-index: 250;
    border-top: 5px solid rgba(9,83,150,0.45);
}
/*.nav {
    width: 210px;
    font-weight: bold;
    color: #071663;
    overflow: hidden;
    text-decoration: none;
    border-left: 1px;
    border-left-style: solid;
    border-left-color: #A4A4A4;
    float: left;
    display: block;
    padding: 5px 10px 5px 10px;
}*/

.nav_containuer li {
    width: 210px;
    font-weight: bold;
    color: #071663;
    overflow: hidden;
    text-decoration: none;
    border-left: 1px;
    border-left-style: solid;
    border-left-color: #A4A4A4;
    float: left;
    display: block;
    padding: 5px 10px 5px 10px;
}

.nav_open_container {
    height: 200px;
    width: 960px;
}

.nav_open_blue {
    margin-right: 10px;
    margin-top: 10px;
    display: inline-table;
    text-align: initial;
    padding-inline-start: unset;
}
    .nav_open_blue h4 {
        font-weight: bold;
    }
    .nav_open_blue li {
        margin-left: 5px;
        color: black;
        display: block;
        list-style-type: none;
        font-weight: 400;
    }

        .nav_open_blue li a {
            color: black;
            text-decoration: none;
            display: block;
            font-size: 14px;
            padding: 5px 5px 5px 10px;
        }

            .nav_open_blue li a:link {
                color: black;
                text-decoration: none;
                display: block;
                font-size: 14px;
                padding: 5px 5px 5px 5px;
            }

            .nav_open_blue li a:visited {
                color: black;
            }

            .nav_open_blue li a:hover {
                color: #FFFFFF;
                background-color: #184f94;
                border-radius: 3px;
            }

.login {
    color: rgba(46, 46, 46, 0.65);
    display: block;
    font-weight: bold;
    text-decoration: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
}

    .login a:link {
        color: #141414;
        display: block;
        text-decoration: none;
        padding: 5px 10px 5px 15px;
        display: inline;
    }

    .login a:visited {
        color: #141414;
        display: block;
    }

    .login a:hover {
        background-color: #daf0fa;
        color: #4b4a4a;
        border-radius: 6px 0px 0px 6px;
    }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1050;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2048; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

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

.modalXXX {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    z-index: 2000;
    display: none;
}

.product_box_container {
    /*width: 960px;*/
    margin-top: 0px;
    float: right;
    overflow: hidden;
}

.product_box {
    margin: 10px 2px 10px 2px;
    height: 30px;
    /*float: left;*/
    border-radius: 10px;
    border: 1px solid rgba(116,207,246,0.20);
    width: 20%;
    display: inline-flex;
}
.product_box div:hover {
    background-color: rgba(116,207,246,0.90);
    /*height:20px;*/
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}
.product_box_content {
    padding: 5px 10px 5px 10px;
    text-align: center;
    margin: auto;
    font-weight: bold;
    color: #184f94;
}


.product_box_menu {
    width: 40px;
    display: inline-flex;
    position: relative;
    top: 5px;
    /*margin-top: 10px;
    margin-left: 15px;
    text-align: center;
    float: right;*/
}

    .product_box_menu div:hover {
        width: 40px;
        height: 40px;
        float: left;
        cursor: pointer;
    }

.product_box img {
    margin: 15px 15px 10px 15px;
}

.title_bar_header {
    text-align: center;
    /*width: 230px;*/
    min-height: 20px;
    /*(border-left: 1px;
    border-left-style: solid;
    border-left-color: #A4A4A4;*/
    display: block;
    padding: 6px 0px 4px 1px;
    font-weight: bold;
    color: #184f94;
}

    .title_bar_header a {
        text-decoration: none;
        color: #184f94;
    }

        .title_bar_header a:visited {
            text-decoration: none;
            color: #184f94;
        }

.title_bar_header_menu {
    /*width: 39px;
    height: 30px;*/
    display: block;
    font-weight: bold;
    color: black;
    text-decoration: none;
    border-radius: 7px;
}

.title_bar_header_alt {
    width: 220px;
    min-height: 30px;
    border-left: 1px;
    border-left-style: solid;
    border-left-color: #A4A4A4;
    border-right-color: #A4A4A4;
    border-right-style: solid;
    border-right-width: 1px;
    display: block;
    background-image: url(../../../images/title_bar_slice_x.png);
    background-repeat: repeat-x;
}

.button_bar_container {
    width: 100%;
    margin-top: 5px;
    background-color: #FFFFFF;
    /*float: left;*/
}

.button {
    width: 300px;
    height: 57px;
    display: block;
    /*float: left;*/
    padding-right: 10px;
    margin-bottom: 15px;
}

    .button p {
        line-height: 16px;
    }

    .button a:link {
        width: 400px;
        height: 57px;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        margin-bottom: 10px;
        text-decoration: none;
    }

    .button a:hover {
        width: 400px;
        height: 70px;
        display: block;
        background-color: #daf0fa;
        border-radius: 10px 10px 10px 10px;
    }

    .button img {
        margin-right: 10px;
        float: left;
        margin-bottom: 20px;
    }

.button_strip_container {
    width: 750px;
    margin-top: 10px;
    background-color: #FFFFFF;
    float: right;
    opacity: 0.0;
}

.buttonstrip {
    width: 110px;
    height: 35px;
    display: block;
    float: right;
    padding-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #A5A5A5;
    background-color: #f3f3f3;
    border-radius: 8px;
}

    .buttonstrip p {
        line-height: 12px;
    }

    .buttonstrip a:link {
        width: 110px;
        height: 20px;
        display: block;
        float: left;
        padding-top: 5px;
        padding-bottom: 10px;
        padding-left: 5px;
        margin-bottom: 10px;
        text-decoration: none;
    }

    .buttonstrip a:hover {
        width: 110px;
        height: 20px;
        display: block;
        background-color: #daf0fa;
        /*border-radius: 0px 0px 0px 0px;*/
        border-color: #a0a3a7;
        border-radius: 8px;
    }

    .buttonstrip img {
        margin-right: 5px;
        float: left;
        margin-bottom: 20px;
    }

.content_container {
    width: 99%;
    padding: 0px 30px 0px 10px;
    margin-top: 15px;
    /*float: left;*/
}

.footer_container {
    background-color: #ededed;
}

.footer {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    overflow: hidden;
}

    .footer .signoff {
        width: 100%;
        height: 20px;
        margin: 30px 0px 0px 5px;
        /*	margin-top:30px;
	margin-bottom:10px;*/
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        color: #000000;
        font-weight: bold;
        float: left;
    }

.sitemap {
    width: auto;
    float: left;
    color: #757575;
    list-style-type: none;
}

    .sitemap li {
        list-style-type: none;
        margin-left: -20px;
        line-height: 19px;
        font-size: 13px;
    }

        .sitemap li a:link {
            text-decoration: none;
            color: #A5A5A5;
        }

        .sitemap li a:visited {
            color: #A5A5A5;
        }

        .sitemap li a:hover {
            color: #74cff6;
        }

.ps_img {
    opacity: 0.5;
}
.ps_img:hover {
    opacity: 1.0;
    cursor: pointer;
}
        
span.link {
    cursor: pointer;
    text-decoration: underline;
}

.imp_msg {
    color: #c18a8a;
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
    border: 1px solid lightgray;
    padding: 10px 50px 10px 50px;
    border-radius: 3px;
    background-color: #f8f8f8;
}

.news-expand {
    display: inline;
    font-size: 20px;
    font-weight: bold;
}
.news-expand a {
    color: rgb(116, 115, 115);
    float: right;
    font-size: 22px;
}
.news-expand a:hover {
    cursor: pointer;
    text-decoration: none;
    color: black;
}

@media screen and (max-width: 768px) {
    .product_box {
        width: auto;
    }
    #logo {
        height:52px;
        width:122px;
    }
    .logo {
        text-align: center;
        height: auto;
        margin-bottom: 5px;
    }
    #user {
        top: -55px;
    }
}
@media screen and (max-width: 550px) {
    .menu_container {
        width: auto;
        margin-left:10px;
        margin-top: -150px;
        padding-right: 0px;
        padding-left: 0px;
        max-width: 50%;
        min-width:250px;
    }
    .nav_open_blue {
        margin-right: 0px;
        width: 100%;
        padding-left: 5px;
    }
}
