﻿/* Fund Group Detail Table Styles */
.fundGroupDetailTable {
    width: 970px;
}

/* Header Group Styles */
.fundheadergroup {
    background-color: #d9d4d3;
}

    .fundheadergroup td {
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
        padding: 5px 10px;
        border-left: 1px solid #fff;
        font-weight: bold;
    }

        .fundheadergroup td:first-child {
            border-left: 0;
        }
/* Table Cell Styles */
.TableItem table {
    border-left: 1px solid #f0efef;
    border-right: 1px solid #f0efef;
    border-bottom: 1px solid #f0efef;
}

    .TableItem table tr td {
        padding: 0 15px;
        font-size: 14px;
    }

    .TableItem table tbody tr:hover {
        background: #ffd900 !important;
    }

    .TableItem table tr td a:hover {
        color: #fe852f;
    }

/* Line and Background Styles */
.LineGrey {
    background: #f7f3f3;
}

/* Number Alignment */
.fundNumber {
    text-align: right;
}



/* Print Styles */
@media print {
    .GroupTable .TableItem {
        overflow: inherit;
    }

    .TableItem table {
        table-layout: fixed;
    }

    .TableItem tbody td {
        white-space: normal !important;
    }

    .fundheadergroup {
        background-color: #d9d4d3 !important;
    }
}

/* Responsive Styles */
@media (max-width: 991px) {
    .GroupTable tbody td {
        white-space: nowrap;
    }

    #fundPageHeader .print {
        display: none;
    }
}

/* Remark Section Styles */
#fundPageRemark {
    margin: 30px 0 50px;
}

.toggle-remark {
    width: 100%;
    background-color: #ffd900;
    line-height: 43px;
    padding: 0 10px;
    background: #ffd900 url("/App_Themes/Ksam/img/KSAM-Web_icon_arrow02.png") no-repeat right center;
    cursor: pointer;
    background-position: right 10px center;
}

    .toggle-remark.open {
        background: #ffd900 url("/App_Themes/Ksam/img/KSAM-Web_icon_arrow02_up.png") no-repeat right center;
        background-position: right 10px center;
    }

/* Table Group Container */
.GroupTable {
    margin-bottom: 30px;
}

/* Fund Details Section */
#fundPageHeader {
    margin-top: 30px;
}

/* Comparison Table Styles */
#ComparisonTableFCY {
    background: #f0f0f0;
    overflow: hidden;
    width: 100%;
    min-height: 250px;
    margin-top: 15px;
    padding-top: 25px;
}

/* Currency Code Styles */
.CurrencyCodeFCY {
    margin-left: 20px;
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    list-style: none;
}

/* Group Menu Styles */
.GroupMenuFCY {
    padding-top: 3px;
    margin-left: 20px;
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 600;
    list-style: none;
}

/* Fund Subgroup Styles */
.FundSubGroupFCY li {
    margin-left: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    width: 100%;
}

.print {
    text-align: right;
    margin-top: 20px;
}

    .print span {
        color: #aca4a3;
    }

#drp-shadow {
    background: url(/App_Themes/ksam/img/KSAM-Web_shadowBanner.png) no-repeat;
    background-position: center;
    min-height: 22px;
    display: block;
    clear: both;
}


h1, h2, h3, h4, h5, h6 {
    margin: 11px 0;
    font-family: inherit;
    /* font-weight: 300; */
    line-height: 22px;
    color: inherit;
    text-rendering: optimizelegibility;
}

#fundPageHeader .fundH2, #fundPageHeader .fundH4, #fundPageHeader .fundH6, #fundPageTitle {
    font-weight: bold;
    padding-left: 25px;
}

ul {
    margin-bottom: 6px;
    margin-top: 8px;
}

h2 {
    font-size: 26px;
    margin-top: 0;
    padding-top: 10px;
    line-height: 33px;
    font-weight: lighter;
}

.row > * {
    padding-left: 0px;
    padding-right: 0px;
}

ul {
    margin-bottom: 6px;
    margin: 0 0 11px 25px;
    margin-top: 8px;
    padding: 0;
}

h4, .h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.fundH4 a {
    border-bottom: 1px solid #554242;
    text-alight: right;
}

.GroupTitle {
    padding: 5px 0;
    font-weight: bold;
    font-size: 16px;
}

.fundheadergroup td {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding: 5px 10px !important;
    border-left: 1px solid #fff;
    font-weight: bold;
}

.GroupTable .TableItem {
    overflow: auto;
    margin-bottom: 30px;
}
