body {
    background-color: #f5f5f5;
}

@media screen and (max-width:1024px){
    .main-menu .logo{
        display: block;
    }
}
@media screen and (min-width:1025px){
    .main-menu .logo{
        /*display: block !important;*/
    }
}

.box-main-fund {
    max-width: 100%;
    margin-top: 80px;
}

#side-menu-left {
    margin-bottom: 10px;
}

.side-nav-menu ul {
    width: 95%;
    margin: 0px auto;
    padding: 0px;
    padding-bottom: 15px;
    list-style: outside none none;
}

.side-nav-menu ul > li {
    line-height: 1;
    background: url("images/border-menu-left-fund.jpg") repeat-x left bottom;
}

.side-nav-menu ul .has-sub {
    margin: 2px 0px;
    padding: 0px 0px 1px;
}

.side-nav-menu ul > li > .active {
    color: #FFF;
    background: #3E4D62 url("images/side-nav/icn-black2-arrow.png")  no-repeat center right;
}

.side-nav-menu ul > li a {
    display: block;
    padding: 4px 25px 4px 10px;
    font-size: 22px;
    color: #FFF;
    text-decoration: none;
}

.fund--box {
    text-align: left; padding: 10px; min-height: 350px; clear: both; margin: 10px 0; background-color: #fff;

    padding-bottom: 25px;
}

/*Fund Information*/
.fund-right-information {
    padding: 10px; display: block; min-height: 362px; background-color: #fff; float: left; margin-bottom: 35px; }

.fund-search,
.fund-information-box { text-align: left; width: 100%; clear: both; margin: 10px 0;}
.fund-information-banner { text-align: left; width: 100%; clear: both; margin: 40px 0 10px 0;}

.fund-information-banner .banner-item {
    /*display: inline-block; width: 250px; height: 90px; text-align: center;
    vertical-align: middle; float: left; margin-right: 15px; margin-top: 10px; margin-bottom: 5px;*/
    text-align: center; vertical-align: middle; margin-top: 30px;
}

/*.fund-information-banner .banner-item a {
    padding: 5px; display: inline-block; width: auto;
}*/

.fund-information-banner .banner-item td {
    padding: 10px 5px;
}

.fund-search-box { width: 100%; float: left; margin: 5px 0;}
.fund-title { min-width: 50px; width: auto; float: left; margin-right: 10px;}
.fund-title2 { min-width: 50px; width: 120px; float: left; margin-right: 10px;}
.fund-select1 { width: 420px; float: left; margin-right: 10px; padding: 3px;}
.fund-select2 { width: 280px; float: left; margin-right: 10px; padding: 3px;}
.fund-select3 { width: 510px; float: left; margin-right: 10px; padding: 3px;}
.fund-select4 { width: 280px; float: left; margin-right: 10px; padding: 3px;}
.fund-search select,
.fund-search input[type="text"] { width: 99%; border: 0px; }
.fund-search-border {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.fund-textbox {width: 100px; float: left; margin-right: 0; padding: 3px;}
.fund-textbox input[type="text"] { width: 99%; border: 0px; padding: 3px; border: solid 1px #ccc; }

.fund-btn-submit {
    float: left;
    width: 30px;
    margin-top: 0px;
    margin-left: 10px;
}

.fund-information-box {
    border-top: 1px dotted #ccc;
}
.fund-information-table {
    background-color: #AFB9C3; margin-top: 10px; padding: 10px;
}

.fund-information-table table {
    border-collapse: collapse;
    border-spacing: 0px;
}

.fund-information-table table th,
.fund-information-table table td {
    padding: 5px; border-right: 1px solid #AFB9C3; border-left: 1px solid #AFB9C3; color: #1D242D;
}
.fund-information-table table td {
    border: 0px;
}

.fund-information-table a {
    color: #1D242D;
}

.fund-information-table a:hover {
    text-decoration: underline;
}

.fund-information-table table th {
    background-color: #3E4D62; color: #fff;
}
.fund-information-table table th:first-child {
    background-color: #1D242D;
}

.fund-information-table table tr.even td {
    background-color: #98A5B1;
}

.fund-information-table table td:nth-child(3) {
    /*border-right: 1px solid #98A5B1;*/
}
.fund-information-table table td:nth-child(4) {
    /*border-left: 1px solid #98A5B1;*/
}

/* fixed header table */
.fund-information-table .fixed_headers {
    width: 1150px;
    table-layout: fixed;
    border-collapse: collapse;
}

.fund-information-table th { text-decoration: none; }
.fund-information-table th{
    padding: 5px;
    text-align: center;
}
.fund-information-table td {
    padding: 5px;
}

.fund-information-table table td:nth-child(1),
.fund-information-table table th:nth-child(1) { width: 200px; }
.fund-information-table table td:nth-child(2),
.fund-information-table table th:nth-child(2) { width: 140px; }
.fund-information-table table td:nth-child(3),
.fund-information-table table th:nth-child(3) { width: 200px; }
.fund-information-table table td:nth-child(4),
.fund-information-table table th:nth-child(4) { width: 100px; }
.fund-information-table table td:nth-child(5),
.fund-information-table table th:nth-child(5) { width: 110px; }
.fund-information-table table td:nth-child(6),
.fund-information-table table th:nth-child(6) { width: 100px; }
.fund-information-table table td:nth-child(7),
.fund-information-table table th:nth-child(7) { width: 100px; }

.fund-detail-box .fund-information-table {
    padding: 10px 0;
}
.fund-detail-box .fund-information-table td:nth-child(1),
.fund-detail-box .fund-information-table th:nth-child(1) { min-width: 120px; }
.fund-detail-box .fund-information-table td:nth-child(2),
.fund-detail-box .fund-information-table th:nth-child(2) { min-width: 120px; }
.fund-detail-box .fund-information-table td:nth-child(3),
.fund-detail-box .fund-information-table th:nth-child(3) { min-width: 120px; }
.fund-detail-box .fund-information-table td:nth-child(4),
.fund-detail-box .fund-information-table th:nth-child(4) { min-width: 120px; }

.fund-information-table .fixed_headers thead {
}
.fund-information-table .fixed_headers thead tr {
    display: block;
    position: relative;
}
.fund-information-table .fixed_headers tbody {
    display: block;
    overflow: auto;
    width: 100%;
    max-width: 1149px;
    height: 200px;
}
.fund-information-table .fixed_headers tbody tr:nth-child(even) {
}

.fund-information-table .fixed_headers .old_ie_wrapper {
    height: 300px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.fund-information-table .fixed_headers .old_ie_wrapper tbody { height: auto; }
/* end fixed header table */

.fund-center-box {
    text-align: left;
    clear: both;
    padding: 10px;
    padding-bottom: 20px;
    background-color: #AFB9C3;
}

.fund-left-box {
    width: 55%;
    min-height: 200px;
    color: #1D242D;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
}

.fund-left-box .graph-box {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
    display: block;
    position: relative;
}

.fund-left-box .graph-box .graph-box-search {
    width: 100%;
    float: left;
    display: block;
}

.search-title {
    float: left;
    width: auto;
    margin-right: 15px;
}

.search-textbox {
    width: 100px;
    float: left;
    margin-right: 5px;
    padding: 3px;
    background-color: #fff;
}

.search-textbox select {
    width: 99%;
    border: 0px none;
}

/*.search-btn-submit*/

.fund-left-box .graph-display {
    background-color: #fff;
    width: 100%;
    min-height: 200px;
    float: left;
    display: block;
    margin-top: 20px;
}

.fund-right-box {
    width: 44%;
    min-height: 200px;
    color: #1D242D;
    display: inline-block;
    vertical-align: top;
}

.fund-detail-box,
.document-download {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    display: block;
    position: relative;
}

.fund-detail-title {
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-size:1.8em;
    line-height:18px !important;
}

.detail-title-bgcolor-1 {
    background-color: #1D242D;
}

.detail-title-bgcolor-2 {
    background-color: #3E4D62;
}

.detail-title-bgcolor-3 {
    background-color: #293C55;
}

.fund-detail-text {
    display: block;
    width: 100%;
    clear: both;
}

.fund-detail-text .label-1 {
    width: 25%;
    float: left;
    padding: 5px;
}

.fund-detail-text .content-1 {
    width: 71%;
    float: right;
    padding: 5px;
}

.fund-detail-text .label-2 {
    width: 40%;
    float: left;
    padding: 5px;
}

.fund-detail-text .content-2 {
    width: 55%;
    float: right;
    padding: 5px;
}

.bg-color {
    background-color: #98A5B1;
}

.bg-color .label,
.bg-color .content{
    background-color: #98A5B1;
}

.fund-detail-box .fund-information-table {
    margin-top: 0px;
}

.fund-detail-box .fund-information-table table {
    width: 100% !important;
}

.fund-detail-box .fund-btn-submit {
    margin-left: 5px;
}

.document-download ul {}

.document-download ul li {
    list-style-image: url("../images/w_arrow-red.png") !important;
    list-style-position: left center;
}

.document-download ul li a {
    color: #1D242D
}

.document-download ul li a:hover {
    text-decoration: underline;
}

.last-tr-table {
    float: left;
    width: 100%;
    display: block;
}

.last-tr-table .title,
.last-tr-table .fund-textbox,
.last-tr-table .fund-btn-submit {
    display: inline-block; float: left; padding: 5px;
}

.last-tr-table .fund-btn-submit {
    width: 40px;
}
/*End Fund Information*/

/*Fund IPO*/
.fund-ipo-box { text-align: left; padding: 10px; min-height: 350px; clear: both; margin: 10px 0; background-color: #fff;}
.fund-ipo {
    border-top: 1px dotted #ccc;
}
.fund-ipo-table {
    background-color: #AFB9C3; margin-top: 10px; padding: 10px;
}

.fund-ipo-table a {
    color: #1D242D;
}

.fund-ipo-table a:hover {
    color: #e30613;
}

.fund-ipo-table table {
    border-collapse: collapse;
    border-spacing: 0px;
}

.fund-ipo-table table th,
.fund-ipo-table table td {
    padding: 5px; border-right: 1px solid #AFB9C3; border-left: 1px solid #AFB9C3; color: #1D242D;
}

.fund-ipo-table table td {
    border: 0px;
}

.fund-ipo-table table th {
    background-color: #3E4D62; color: #fff;
}
.fund-ipo-table table th:first-child {
    background-color: #1D242D;
}

.fund-ipo-table table tr.even td {
    background-color: #98A5B1;
}

.fund-ipo-table table tr.even td:nth-child(6),
.fund-ipo-table table td:nth-child(6) {
}

/* fixed header table */
.fund-ipo-table .tableScroll {
    height: 320px;
    overflow-x: hidden;
}

.fund-ipo-table .tableScroll tfoot {
    color: transparent;
}

.fund-ipo-table table th { text-decoration: none; }
.fund-ipo-table table th{
    padding: 5px;
    text-align: center;
}
.fund-ipo-table td {
    padding: 5px;
}

.fund-ipo-table table td:nth-child(1),
.fund-ipo-table table th:nth-child(1) { min-width: 120px; }
.fund-ipo-table table td:nth-child(2),
.fund-ipo-table table th:nth-child(2) { min-width: 200px; }
.fund-ipo-table table td:nth-child(3),
.fund-ipo-table table th:nth-child(3) { min-width: 140px; }
.fund-ipo-table table td:nth-child(4),
.fund-ipo-table table th:nth-child(4) { min-width: 120px; }
.fund-ipo-table table td:nth-child(5),
.fund-ipo-table table th:nth-child(5) { min-width: 120px; }
.fund-ipo-table table td:nth-child(6),
.fund-ipo-table table th:nth-child(6) { min-width: 120px; }
.fund-ipo-table table td:nth-child(7),
.fund-ipo-table table th:nth-child(7) { min-width: 103px; }
.fund-ipo-table table td:nth-child(8),
.fund-ipo-table table th:nth-child(8) { min-width: 120px; }
.fund-ipo-table table td:nth-child(9),
.fund-ipo-table table th:nth-child(9) { min-width: 120px; }
/*.fund-ipo-table table td:nth-child(10),
.fund-ipo-table table th:nth-child(10) { min-width: 120px; }*/
/* end fixed header table */
/*End Fund IPO*/

/*Fund NAV*/
.fund-nav-performance {
    border-top: 1px dotted #ccc;
}
.fund-nav-performance-table {
    background-color: #AFB9C3;
    margin-top: 10px;
    padding: 10px;
}

.fund-nav-performance-table table {
    /*width: 98%; margin: 10px auto;*/
    border-collapse: collapse;
    border-spacing: 0px;
}

.fund-nav-performance-table table th,
.fund-nav-performance-table table td {
    padding: 5px; border-right: 1px solid #AFB9C3; border-left: 1px solid #AFB9C3; color: #1D242D;
}
.fund-nav-performance-table table td {
    border: 0px;
}

.fund-nav-performance-table table th {
    background-color: #3E4D62; color: #fff; text-align: center;
}
.fund-nav-performance-table table th:first-child {
    /*background-color: #1D242D;*/
}
.fund-nav-performance-table table th:last-child{
    background-color: #AFB9C3;
}

.fund-nav-performance-table table tr.even td {
    background-color: #98A5B1;
}
/* fixed header table */

.fund-nav-performance-table td:nth-child(1),
.fund-nav-performance-table th:nth-child(1) { min-width: 99px; }
.fund-nav-performance-table td:nth-child(2),
.fund-nav-performance-table th:nth-child(2) { min-width: 99px; }
.fund-nav-performance-table td:nth-child(3),
.fund-nav-performance-table th:nth-child(3) { min-width: 99px; }
.fund-nav-performance-table td:nth-child(4),
.fund-nav-performance-table th:nth-child(4) { min-width: 99px; }
.fund-nav-performance-table td:nth-child(5),
.fund-nav-performance-table th:nth-child(5) { min-width: 99px; }
.fund-nav-performance-table td:nth-child(6),
.fund-nav-performance-table th:nth-child(6) { width: 99px; }

/* end fixed header table */

/*End Fund NAV*/

/*Fund Historical*/
#historical_nav_search .fund-title1 {
    min-width: 50px;
    width: auto;
    float: left;
    margin-right: 5px;
}

#historical_nav_search .fund-title2 {
    min-width: 90px;
    width: auto;
    float: left;
    margin-right: 5px;
}

#historical_nav_search .fund-select1 {
    width: 280px;
    float: left;
    margin-right: 20px;
    padding: 3px;
}

#historical_nav_search .fund-select-date {
    width: 200px;
    float: left;
    margin-right: 5px;
    padding: 3px;
}

/*#historical_nav_search .fund-select-date,
#historical_nav_search .fund-select-month,
#historical_nav_search .fund-select-year {
    width: 70px;
    float: left;
    margin-right: 5px;
    padding: 3px;
}
#historical_nav_search .fund-select-year {
    margin: 0;
    margin-right: 10px
}*/

.fund-historical-nav {
    width: 100%;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.fund-historical-nav-table,
.fund-historical-nav-graph {
    width: 48%;
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    overflow: hidden;
}

.fund-historical-nav-table {
    min-height: 360px;
    height: 390px;
    background-color: #AFB9C3;
    border: 1px solid #AFB9C3;
    padding: 10px;
}
.fund-historical-nav-graph {
    min-height: 360px;
    height: 410px;
    border: 1px solid #ccc;
}

.fund-historical-nav-table table {
    border-collapse: collapse;
    border-spacing: 0px;
}

.fund-historical-nav-table table th,
.fund-historical-nav-table table td {
    padding: 5px; border-right: 1px solid #AFB9C3; border-left: 1px solid #AFB9C3; color: #1D242D;
}
.fund-historical-nav-table table td {
    border: 0px;
}
.fund-historical-nav-table table th {
    background-color: #3E4D62; color: #fff;
}
.fund-historical-nav-table table th:first-child {
    /*background-color: #1D242D;*/
}

.fund-historical-nav-table table tr.even td {
    background-color: #98A5B1;
}

/* fixed header table */
/*.fund-historical-nav-table .fixed_headers {
    width: 560px;
    table-layout: fixed;
    border-collapse: collapse;
}

.fund-historical-nav-table .fixed_headers th { text-decoration: none; }
.fund-historical-nav-table .fixed_headers th{
    padding: 5px;
    text-align: center;
    font-size: 12px;
}
.fund-historical-nav-table .fixed_headers td {
    padding: 5px;
    text-align: left;
    font-size: 12px;
}*/

.fund-historical-nav-table td:nth-child(1),
.fund-historical-nav-table th:nth-child(1) { min-width: 100px; }
.fund-historical-nav-table td:nth-child(2),
.fund-historical-nav-table th:nth-child(2) { min-width: 100px; }
.fund-historical-nav-table td:nth-child(3),
.fund-historical-nav-table th:nth-child(3) { min-width: 100px; }
.fund-historical-nav-table td:nth-child(4),
.fund-historical-nav-table th:nth-child(4) { min-width: 100px; }
.fund-historical-nav-table td:nth-child(5),
.fund-historical-nav-table th:nth-child(5) { width: 110px; }
/*
.fund-historical-nav-table .fixed_headers thead {
}
.fund-historical-nav-table .fixed_headers thead tr {
    display: block;
    position: relative;
}
.fund-historical-nav-table .fixed_headers tbody {
    display: block;
    overflow: auto;
    width: 100%;
    max-width: 559px;
    height: 300px;
}
.fund-historical-nav-table .fixed_headers tbody tr:nth-child(even) {
}

.fund-historical-nav-table .fixed_headers .old_ie_wrapper {
    height: 300px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.fund-historical-nav-table .fixed_headers .old_ie_wrapper tbody { height: auto; }*/
/* end fixed header table */

.graph-box {
    width: 98%; margin: 10px auto;
}
/*End Fund Historical*/

/*Fund Fund Compare*/
#compare_search .fund-title1 {
    min-width: 50px;
    width: auto;
    float: left;
    margin-right: 5px;
}

#compare_search .fund-title2 {
    width: 90px;
    float: left;
    margin-right: 5px;
}

#compare_search .fund-select1 {
    width: 260px;
    float: left;
    margin-right: 20px;
    padding: 3px;
}

.fund-compare-box {
    width: 100%;
    border-top: 1px dotted #ccc;
    text-align: center;
    clear: both;
}

.fund-compare-box-table {
    background-color: #AFB9C3;
    margin-top: 10px;
    padding: 10px;
}

.fund-compare-box-table table {
    /*border-collapse: collapse;
    border-spacing: 0px;*/
}

.fund-compare-box-table table th,
.fund-compare-box-table table td {
    padding: 5px !important; color: #1D242D; /*border: 2px solid #AFB9C3; border-left: 0px; border-bottom: 1px solid #AFB9C3;*/ text-align: left; vertical-align: text-top;
}

.fund-compare-box-table table td {
    /*border: 0px; border-bottom: 1px solid #AFB9C3;*/
}

.fund-compare-box-table table th {
    background-color: #3E4D62; color: #fff; text-align: center;
}
.fund-compare-box-table table td.compare-type,
.fund-compare-box-table table tr.even td.compare-type {
    background-color: #1D242D;
    text-align: left;
    color: #fff;
    /*border-right: 3px solid #AFB9C3;*/
}

.fund-compare-box-table table tr.even td {
    background-color: #98A5B1;
}

/* fixed header table */

.fund-compare-box-table td:nth-child(1),
.fund-compare-box-table th:nth-child(1) { width: 260px; }
.fund-compare-box-table td:nth-child(2),
.fund-compare-box-table th:nth-child(2) { width: 260px; }
.fund-compare-box-table td:nth-child(3),
.fund-compare-box-table th:nth-child(3) { width: 260px; }
.fund-compare-box-table td:nth-child(4),
.fund-compare-box-table th:nth-child(4) { width: 260px; }

/* end fixed header table */

/*End Fund Compare*/

/*Fund Dividend*/
#dividend_search .fund-title1 {
    min-width: 50px;
    width: auto;
    float: left;
    margin-right: 5px;
}

#dividend_search .fund-title2 {
    min-width: 90px;
    width: auto;
    float: left;
    margin-right: 5px;
}

#dividend_search .fund-select1 {
    width: 280px;
    float: left;
    margin-right: 20px;
    padding: 3px;
}

#dividend_search .fund-select2 {
    width: 200px;
    float: left;
    margin-right: 20px;
    padding: 3px;
}

.fund-dividend {
    width: 100%;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.fund-dividend-table,
.fund-dividend-graph {
    width: 48%;
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
}

.fund-dividend-table {
    padding: 10px;
    background-color: #AFB9C3;
    border: 1px solid #AFB9C3;
}
.fund-dividend-graph {
    padding-right: 10px;
}

.fund-dividend-table table {
    border-collapse: collapse;
    border-spacing: 0px;
}

.fund-dividend-table table th,
.fund-dividend-table table td {
    padding: 5px; border-right: 1px solid #AFB9C3; border-left: 1px solid #AFB9C3; color: #1D242D;
}
.fund-dividend-table table td {
    border: 0px;
}

.fund-dividend-table table th {
    background-color: #3E4D62; color: #fff; padding: 10px 5px;
}
.fund-dividend-table table th:first-child {
    background-color: #1D242D;
}

.fund-dividend-table table tr.even td {
    background-color: #98A5B1;
}

/* fixed header table */

.fund-dividend-table td:nth-child(1),
.fund-dividend-table th:nth-child(1) { width: 50px; }
.fund-dividend-table td:nth-child(2),
.fund-dividend-table th:nth-child(2) { width: 245px; }
.fund-dividend-table td:nth-child(3),
.fund-dividend-table th:nth-child(3) { width: 245px; }

/* end fixed header table */

.fund-dividend-graph .graph-box {
    width: 100%;
    margin:0;
    text-align: right;
}

.fund-dividend-graph .graph-box img {
    max-width: 100%; 
}
/*End Fund Dividend*/

/*Fund News*/
.fund-news {
    clear: both; padding-top: 20px;
}

.fund-news-pagination {
    display: block;
}

.fund-news-pagination select {
    width: 99%;
}

.fund-select-number { width: 50px; float: left; margin-right: 5px; padding: 3px;}

.fund-news-table {
    width: 100%; min-height: 300px; background-color: #fff; margin-top: 10px;
}

.fund-news-table table {
    width: 100%; margin: 10px auto;
}

.fund-news-table table th,
.fund-news-table table td {
    padding: 2px 5px; color: #1D242D;
}

.fund-news-table table td {
    vertical-align: top;
}

.fund-news-table table th {
    background-color: #3E4D62; color: #fff;
}
.fund-news-table table th:first-child {
    /*background-color: #1D242D;*/
}

.fund-news-table table tr.even td {
    background-color: #EAEAEA;
}
/*End Fund News*/

/*Fund Accounnt Information*/
/*#dividend_search .fund-title1 {
    width: 50px;
    float: left;
    margin-right: 5px;
}

#dividend_search .fund-title2 {
    width: 90px;
    float: left;
    margin-right: 5px;
}

#dividend_search .fund-select1 {
    width: 280px;
    float: left;
    margin-right: 20px;
    padding: 3px;
}

#dividend_search .fund-select2 {
    width: 200px;
    float: left;
    margin-right: 20px;
    padding: 3px;
}*/

.fund-account-box {
    display: block;
    padding-top: 20px;
}

.fund-account {
    width: 100%;
    display: block;
}

.account-box {
    display: block;
    clear: both;
}

.label-title {
    font-size:2.0em; color:#e30613;
    display: inline-block; width: 20%;
}

.label-name {
    font-size:2.0em; display: inline-block;
}

.account-image,
.account-table {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
}

.account-image {
    width: 20%;
}

.account-table {
    width: 77%;
}

.fund-account-table {
}

.account-table {
    padding: 10px;
    background-color: #AFB9C3;
    border: 1px solid #AFB9C3;
}

.account-table table {
    border-collapse: collapse;
    border-spacing: 0px;
}

.account-table table th,
.account-table table td {
    padding: 5px; border-right: 1px solid #AFB9C3; border-left: 1px solid #AFB9C3; color: #1D242D;
}
.account-table table td {
    border: 0px;
}

.account-table table th {
    background-color: #3E4D62; color: #fff; padding: 10px 5px;
}
.account-table table th:first-child {
    background-color: #1D242D;
}

.account-table table tr.even td {
    background-color: #98A5B1;
}

/* fixed header table */

.account-table td:nth-child(1),
.account-table th:nth-child(1) { width: 130px; }
.account-table td:nth-child(2),
.account-table th:nth-child(2) { width: 130px; }
.account-table td:nth-child(3),
.account-table th:nth-child(3) { width: 130px; }
.account-table td:nth-child(4),
.account-table th:nth-child(4) { width: 130px; }
.account-table td:nth-child(5),
.account-table th:nth-child(5) { width: 130px; }
.account-table td:nth-child(6),
.account-table th:nth-child(6) { width: 130px; }
.account-table td:nth-child(7),
.account-table th:nth-child(7) { width: 130px; }


/* end fixed header table */

.fund-dividend-graph .graph-box {
    width: 100%;
    margin:0;
    text-align: right;
}

.fund-dividend-graph .graph-box img {
    max-width: 100%; 
}
/*End Fund Accounnt Information*/

/* Calendar Style */
.event-calendar-section {
  min-height: 200px;
}

.event-calendar-section .content-top {
  float: left;
  width: 100%;
  min-height: 190px;
  display: block;
  padding: 10px 0;
  margin-bottom: 10px;
}

.event-calendar-section .content-top h4 {
  text-align: center;
  padding: 5px;
  color: #fff;
  margin: 10px 0 0;
}

.event-calendar-section .content-top .first-content {
  display: block;
  float: left;
  width: 200px;
  height: 25px;
}

.event-calendar-section .content-top .last-content {
  display: block;
  float: left;
  width: 250px;
  min-height: 25px;
}

.event-calendar-section .content-bottom {
  /*width: 60%;*/
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.event-calendar-section .content-bottom input {
  text-align: center;
  /*float: right;*/
  width: 120px;
  border: none;
  height: 25px;
  color: #fff;
  /*font-weight: bold;*/
}

.event-calendar-section .content-top-2 h4 {
  text-align: left;
  padding: 5px;
  color: #fff;
  margin: 0;
}

.event-calendar-section .content-top-2 table th {
  font-size: 12px;
  background: #999999;
  color: white;
  font-weight: bold;
  padding: 4px;
  border: 1px solid #ccc;
  text-align: center;
  width: 10%;
}

.event-calendar-section .content-top-2 table td {
  text-align: center;
}

.team-color {
    background-color: #e30613;
}

.style-table-list table {
    width: 100%; margin: 0 auto;
}

.style-table-list table th,
.style-table-list table td {
    padding: 5px; border:solid 1px #fff;
}

.style-table-list table th {
    background-color: #3E4D62; color: #fff;
}
.style-table-list table th:first-child {
    width: 200px;
}

.style-table-list table th:nth-child(2) {
    background-color: #1D242D;
}

.style-table-list table th:nth-child(3) {
    width: 150px;
}

.style-table-list table td span.name-code {
    color: #690;
}

.style-table-list table td span.name {
}

#style-list a {
    color: #666;
}
#style-list a:hover {
    color: #e30613;
}
/* End Calendar */

/* Form */
.fund-form-box {
    width: 100%;
    margin-top: 15px;
    text-align: left;
}

.fund-form-box-left,
.fund-form-box-right {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
}

.fund-form-box-left {
    width: 37.5%;
    padding-right: 20px;
}

.fund-form-box-left .content {
    display: block;
    width: 100%;
    margin: 15px 0;
}

.fund-form-box-left .content ul {
    list-style: none;
}

.fund-form-box-left .content ul li {

}

.fund-form-box-left .content ul li a {
    display: block;
    padding-left: 10px;
    background-image: url('../images/w_arrow-red.png');
    background-position: center left;
    background-repeat: no-repeat;
    color: #666;
}
.fund-form-box-left .content ul li a:hover {
    text-decoration: underline;
}

.fund-form-box-left img {
    max-width: 100%;
    width: 100%;
}

.fund-form-box-right {
    width: 59%;
    text-align: left;
}

.fund-form-box-right .content {
    /*float: left;*/
    display: block;
    width: 100%;
    margin: 20px 0;
}

.fund-form-box-right .fund-search {
    display: block;
    width: 100%;
    padding: 10px 0 45px 0;
}

.fund-form-box-right .title-left {
    display: inline-block;
    width: 49.5%;
    text-align: left;
    font-size:2.2em; line-height:18px;
}

.fund-form-box-right .title-right {
    display: inline-block;
    width: 49.5%;
    text-align: right;
    font-size:2.2em; line-height:18px;
}

.content-image-left {
    /*display: inline-block;
    width: 370px;*/
    display: block;
    width: 100%;
    text-align: left;
}

.content-right {
    /*display: inline-block;
    margin-left: 30px;*/
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

.content-right table {
    width: 100%;
}

.content-right table th,
.content-right table td {
    padding: 0px 5px; /*border-right: 1px solid #AFB9C3; border-left: 1px solid #AFB9C3; */color: #1D242D;
}

.content-right table td {
    border: 0px;
}

.content-right table th {
    background-color: #3E4D62; color: #fff; text-align: center; padding: 5px;
}
/*.content-right table th:first-child {
    background-color: #1D242D;
}*/

.content-right td:nth-child(1),
.content-right th:nth-child(1) { width: 75%; }
.content-right td:nth-child(2), 
.content-right th:nth-child(2) { width: 20%; }
.content-right td:nth-child(1) { text-align: left; }
.content-right th:nth-child(2) { background-color: #1D242D; }

.content-right table tr.even td {
    background-color: #98A5B1;
}

.content-right .btn {
    margin-bottom: 10px;
}

.fund-form-box-right .fund-title1.fund-title1 {
    width: 150px;
    float: left;
    margin-right: 5px;
}

.fund-form-box-right .fund-select1.fund-select1 {
    width: 450px;
    float: left;
    margin-right: 15px;
    padding: 3px;
}
.fund-form-box-right .fund-button {
    width: 26px;
    float: left;
}
/* End Form */

/*Register*/
.fund--box {
}
.fund--box .box-col-left,
.fund--box .box-col-detail {
    float: none;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.75);
}
.fund--box .box-col-detail{
    max-width: 900px;
}

.fund--box .box-col-detail .fund-submit .btn-login{
    min-width: 60px;
    width: auto;
    height: auto;
    padding: 5px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.text-detail-confirm{
    float: left;
    box-sizing: border-box;
    width: 100%;
    margin: 15px 0;
    padding: 15px;
    background: #EFEFEF none repeat scroll 0% 0%;
    clear: both;
}
/*.text-detail-confirm div{
    margin: 15px 0;
}
.text-detail-confirm div h3 {
    margin: 0;
}*/
/*End Register*/

/* mobile */
@media (max-width: 640px) {
    #header {
        height: 90px;
    }

    .box-main-fund {
        margin-top: -35px;
    }

    .fund-search-box {
        margin: 0;
    }
    .fund-title,
    .fund-title2 { width: 98%; float: left; margin: 5px 0;}
    /*.fund-select1 { width: 98%; float: left; margin: 5px 0; padding: 3px;}
    .fund-select2 { width: 98%; float: left; margin: 5px 0; padding: 3px;}
    .fund-select3 { width: 98%; float: left; margin: 5px 0; padding: 3px;}*/
    .fund-select1,
    .fund-select2,
    .fund-select3,
    .fund-select4 { width: 98%; float: left; margin: 5px 0; padding: 3px;}

    .fund-btn-submit {
        float: left;
        width: 100%;
        margin: 5px 0;
    }

    .fund-information-table,
    .fund-information-table table tr.even td,
    .fund-ipo-table,
    .fund-ipo-table table tr.even td,
    .fund-nav-performance-table,
    .fund-nav-performance-table table tr.even td,
    .fund-historical-nav-table,
    .fund-historical-nav-table table tr.even td,
    .fund-compare-box-table,
    .fund-compare-box-table table tr.even td,
    .fund-dividend-table,
    .fund-dividend-table table tr.even td
    {
        /*background-color: #fff;*/
    }

    .fund-ipo-table table tr.even td:nth-child(6),
    .fund-ipo-table table td:nth-child(6) {
        /*background-color: #fff;*/
    }

    .fund-dividend-table {
        border: 0px;
    }

    /*.fund-information-table table tr.even
    {
        border-color: #98A5B1 !important;
    }*/

    #report2 {
        margin: 10px 0px;
        overflow: auto;
    }

    .status-outter table.status-table, .status-outter table.status-table > tbody {
        width: 100%;
        padding: 0px;
        display: block;
    }

    .status-outter table.status-table tr.stt_tr1 td.stt01 {
        padding: 0.2em 0px;
        width: 98%;
        margin: auto auto 0.5em;
        min-height: 14px;
    }

    .status-outter table.status-table, .status-outter th.stt_th1, .status-outter td.stt01, .status-outter tr.stt_tr1 {
        display: block;
    }

    .status-outter table.status-table td.stt01 {
        border-width: medium medium 1px;
        border-style: none none solid;
        border-color: -moz-use-text-color -moz-use-text-color #EEE;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image: none;
        position: relative;
        text-align: right;
    }

/* Hide table headers (but not display: none;, for accessibility) */
.status-outter th.stt_th1 {
    width: 100%;
    position: absolute;
    top: -9999px;
    left: -9999px;
    border: none;
 }

.status-outter table.status-table tr.stt_tr1:first-child {
    border: none;
    display: none;
 }

.status-outter table.status-table tr.stt_tr1 {
    border: 1px solid #ccc;
    margin-bottom: 1em;
 }
.status-outter table.status-table tr.odd td{
    border-bottom: 1px solid #fff;
 }

.status-outter table.status-table td.stt01 {
    border: none; /* Behave  like a "row" */
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: right; /*padding-left: 50%;*/
 }
.status-outter table.status-table tr.stt_tr1 td.stt01:before {
    position: absolute; /* Now like a table header */
    top: 0.2em; /* Top/left values mimic padding */
    left: 0.2em;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
 }
/*
Label the data
*/
.status-outter .status-table td.stt01:nth-of-type(1):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(2):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(3):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(4):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(5):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(6):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(7):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(8):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(9):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(10):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(11):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(12):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(13):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(14):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(15):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(16):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(17):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(18):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(19):before {content: attr(data-foo);}

.status-outter .status-table td.stt01:nth-of-type(20):before {content: attr(data-foo);}

.style-table-list table td span.name-code {
    color: #690;
}

.style-table-list table td span.name {
    display: none;
}
    .date-form {
        display: block;
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    #historical_nav_search .fund-title1,
    #historical_nav_search .fund-title2 {
        width: 98%;
        margin: 5px 0;
    }

    #historical_nav_search .fund-select1 {
        width: 98px;
        margin: 5px 0;
    }

    .fund-historical-nav-table, .fund-historical-nav-graph {
        width: 100%;
    }

    .fund-historical-nav-table {
        background: none; border: 0; padding: 0;
    }

    .fund-compare-box-table table td.compare-type {
        width: 100%;
        text-align: left !important;
    }

    #dividend_search .fund-title1,
    #dividend_search .fund-title2 {
        width: 98%;
        margin: 5px 0;
    }

    #dividend_search .fund-select1 {
        width: 98px;
        margin: 5px 0;
    }

    .fund-dividend-table, .fund-dividend-graph {
        width: 100%;
    }
    /* Form */

    .fund-form-box-left,
    .fund-form-box-right {
        display: block;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .fund-form-box-left {
        width: 100%;
        text-align: left;
    }

    .fund-form-box-right {
        width: 100%;
        text-align: left;
    }

    .fund-form-box-right .title-left {
        width: 100%;
        text-align: left;
    }

    .fund-form-box-right .title-right {
        width: 100%;
        text-align: left;
    }

    .fund-form-box-right .fund-select1.fund-select1 {
        width: 85%;
        max-width: 85%;
        float: left;
        margin-right: 5px;
        padding: 3px;
    }
    .fund-form-box-right .fund-button {
        padding-top: 5px;
    }

    .content-image-left,
    .content-right {
        width: 100%;
        /*text-align: center;*/
        margin:10px 0px;
    }

    .fund-form-box-left .content {
        float: none;
    }
    /* End Form */

    .fund-left-box,
    .fund-right-box {
        width: 100%;
    }

    .fund-detail-text .label-1,
    .fund-detail-text .content-1,
    .fund-detail-text .label-2,
    .fund-detail-text .content-2 {
        float: none;
        width: 100%;
        margin: 5px auto;
        padding: 5px 0;
    }

    .fund-detail-text .label-1,
    .fund-detail-text .label-2 {
        background-color: #98A5B1;
    }

    .bg-color { background-color: #fff;}

    .fund-center-box {
        padding: 0 0 20px 0;
        background-color: #fff;
    }

    .fund-information-table .fixed_headers tbody,
    .fund-ipo-table .fixed_headers tbody {
        height: auto;
    }

    .fund-ipo-table {
        padding: 10px 5px;
    }

    .fund-ipo-table .tableScroll {
        height: 320px;
        overflow-x: hidden;
    }

    .fund-ipo-table .tableScroll tfoot {
        color: transparent;
    }

    .account-image,
    .account-table {
        display: block;
        margin-top: 10px;
        vertical-align: top;
    }

    .account-image {
        width: 100%;
        padding: 0px;
        padding-top: 10px;
    }

    .account-table {
        width: 100%; 
        padding: 0px;
        padding-top: 10px;
    }

    .label-title,
    .label-name {
        display: block;
        width: 100%;
    }

}
/* End mobile */

/* tab vertical */
@media (min-width: 641px) and (max-width: 768px) {
    .fund-right {
        width: 66.3%
    }

    .fund-right-information {
        width: 95.8%;
    }

    .fund-search-box {
        margin: 0;
    }

    .fund-title {
        width: 100%;
        margin-right: 0px;
        margin: 5px 0;
    }

    .fund-select1,
    .fund-select2,
    .fund-select3 {
        width: 98%;
        margin-right: 0px;
        margin: 5px 0;
    }

    .fund-btn-submit {
        float: left;
        width: 98%;
        margin: 5px 0
    }

    .box-main-fund {
        max-width: 100%;
        margin-top: -105px;
    }

    .date-form {
        display: block;
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    #historical_nav_search .fund-select1 {
        width: 265px;
    }

    #historical_nav_search .fund-select-year {
        margin-right: 5px;
    }

    #historical_nav_search .fund-title1 {
        margin-right: 5px;
    }

    .fund-historical-nav-table, .fund-historical-nav-graph {
        width: 49%;
        display: inline-block;
        margin-top: 10px;
        vertical-align: top;
    }

    .fund-dividend-table,
    .fund-dividend-graph {
        width: 100%;
        display: block;
        margin-top: 10px;
        padding: 0;
        vertical-align: top;
    }

    .fund-dividend-graph .graph-box {
    }
    .fund-dividend-graph .graph-box img {
        width: 100%;
    }

    .fund-dividend-graph .graph-box div {
    }

    .fund-form-box{
        text-align: left;
    }

    .fund-form-box-left {
        width: 37.5%;
    }
    .fund-form-box-right {
        width: 59%;
        text-align: left;
    }

    .fund-form-box-right .title-left {
        width: 100%;
        text-align: left;
        line-height: 22px;
    }

    .fund-form-box-right .title-right {
        width: 100%;
        text-align: left;
        line-height: 22px;
    }

    .fund-form-box-right .fund-select1.fund-select1 {
        width: 80%;
    }

    .fund-form-box-right .fund-button {
        padding-top: 5px;
    }

    .fund-left-box,
    .fund-right-box {
        width: 100%;
    }

    .account-image,
    .account-table {
        display: block;
        margin-top: 10px;
        vertical-align: top;
    }

    .account-image {
        width: 100%;
    }

    .account-table {
        width: 100%;
    }
}
/* End tab vertical */

/* tab horizontal */
@media (min-width: 769px) and (max-width: 1024px) {
    .date-form {
        display: block;
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    #historical_nav_search .fund-select-date, #historical_nav_search .fund-select-month, #historical_nav_search .fund-select-year {
        width: 85px;
        float: left;
        margin-right: 5px;
        padding: 3px;
    }

    #historical_nav_search .fund-select-year {
        margin-right: 20px;
    }

    .fund-btn-submit {
        float: left;
        width: 98%;
        margin: 5px 0
    }

    .fund-form-box{
        text-align: left;
    }

    .fund-form-box-left {
        width: 34.5%;
    }

    .account-image,
    .account-table {
        display: block;
        margin-top: 10px;
        vertical-align: top;
    }

    .account-image {
        width: 100%;
    }

    .account-table {
        width: 100%;
    }

    .box-main-fund {
        max-width: 100%;
        margin-top: -135px;
    }
}
/* End tab horizontal*/

.top-footer {
    background-color: #fff;
}

.top-footer-L {
    margin-left: 10px;
}

#fund-slide-bottom .banner-slider-container {
  position: relative;
  display: none;
  margin: 5px 0 0 0;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
}

#fund-slide-bottom .banner-slider-container.foo5-banner-slider {
  overflow: hidden;
  margin: 15px auto;
  padding: 0 0%;
  width: 100%;
  background: #FFFFFF;
}

#fund-slide-bottom #foo5_prev {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 44px;
  top: 31px;
  left: -9px;
  background: #fff;
  -webkit-box-shadow: 3px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 3px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 3px 0px 5px 0px rgba(50, 50, 50, 0.75);
  cursor: pointer;
}

#fund-slide-bottom #foo5_prev > i {
  display: block;
  padding: 15px 4px 0 0;
  font-size: 14px;
  text-align: right;
  color: #999;
}

#fund-slide-bottom #foo5_next {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 44px;
  top: 31px;
  right: -9px;
  background: #fff;
  -webkit-box-shadow: -3px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: -3px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: -3px 0px 5px 0px rgba(50, 50, 50, 0.75);
  cursor: pointer;
}

#fund-slide-bottom #foo5_next > i {
  display: block;
  padding: 15px 0 0 4px;
  font-size: 14px;
  text-align: left;
  color: #999;
}

#fund-slide-bottom .banner-slider-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#fund-slide-bottom .banner-slider-container ul.banner li {
  float: left;
  display: block;
  margin: 19px 4px;
  padding: 0;
  width: 224px;
  height: 67px;
  border: 1px solid #e4e4e4;
}

#fund-slide-bottom .banner-slider-container ul.contentbox li {
  float: left;
  display: block;
  position: relative;
  margin: 0 8px;
  padding: 0;
  width: 191px;
  height: 87px;
  border: 1px solid #cccccc;
  color: #666;
}

#fund-slide-bottom .banner-slider-container ul.contentbox li > a {
  display: block;
  overflow: hidden;
  width: 191px;
  height: 66px;
}

#fund-slide-bottom .banner-slider-container ul.contentbox li .banner-box-text {
  margin-top: -5px;
  padding: 0 3px;
  font-size: 20px;
}

#fund-slide-bottom .banner-slider-container ul.contentbox li .contentbox-pic {
  margin: 35px 0 0 0;
}

/* style for button link */
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.btn {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 0px;
    max-height: 30px;
    min-height: 15px;
    min-width: 195px;
    background-image: none;
    border: 1px solid transparent;
    font-weight: normal;
    -moz-user-select: none;
    font-family: 'kittithada_roman_55_pregular';
}

.btn--detail {
    font-size: 22px;
    color: #ffffff;
    text-align: left;
    border-radius: 5px;
    padding-right: 25px;
    background: #ACA899 url('../images/icn-white-arrow.png') center right no-repeat;
    text-decoration: none;
}
.btn--detail:hover {
}

.th_transparents {
  background-color: transparent !important;
  color: transparent !important;
  border: 0px !important;
}

/* style for override main sign on */
.sign_on {
    background: transparent url("../images/header/sto02.png") no-repeat scroll 0% 0%;
    width: 167px;
    height: 29px;
    padding-top: 3px;
    padding-left: 10px;
}

.tso a {
    float: none;
    height: auto;
    font-size: 21px;
}