/* PROSPECTUSES CSS */

#prosContainer {
    width: 960px; 
    margin-right: 10px;
}

.prosTab {
    width: 100%; 
    height: 35px;
    margin-top: 5px;
    cursor: pointer;
    border-bottom: solid 1px gray; 
}

.prosTable {
    width: 100%;  
    margin-top: 5px; 
    display: none;
}

#retailMutualFunds_table {
    width: 100%; 
    border: solid 1px black; 
    border-collapse: collapse;
}
.fundname-width {
    width:25%;
    text-align: left;
    border-left: none;
}

.retail-portfolio-holdings {
    width:20%;
    border-right:0px !important
}
.retail-portfolio-holdings-align {
    text-align: end !important;
    padding: 10px 0px 10px 10px !important;
}
.fund-center-align {
    padding: 10px 10px 10px 70px !important;
}
.fund-center-align-left {
    padding: 10px 10px 10px 0px !important;
}

.retail-border-0{
    border: 0px !important;
}
.column-width-sm{
    width:14%
}
.column-width-lg {
    width: 100%;
}
.column-width-md {
    width: 25%;
}
.fundclasses-margin {
    margin-left:80px;
}

.column-width-xs{
    width: 8%;
}
.first {
    margin-top: 0;  
}

a {
   text-decoration: none;  
}
a:hover {
   text-decoration: underline; 
}

.subtab {
    margin-top: 7px;
    float: left;
    width: 85%;
}

.subtab a {
    font-weight: bold; 
    font-size: 14px;
    color: #054c70;
}

.toggleImage {
    background-image: url(prospectuses/images/icon-expand.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 16px; 
    float: right;
    width: 3%;
    margin-top: 11px;
}

.toggleImage-colapse{
    background-image: url(prospectuses/images/icon-collapse.gif);
}

td {
    text-align: left;
    padding: 10px;
    border: solid 1px #111111;
    font-size: 14px;
}
td.left {
    border-left: none;  
}
td.right {
    border-right: none; 
}

tr.header td {
    text-align: center;
    padding: 10px;
    border: solid 1px #111111;
    font-size: 14px;
    vertical-align: top;
    background-color: #054c70;
    color: white;
    border-bottom: none;
    border-top: none;
    font-weight: normal; 
}

td.fundName {
    text-align: left; 
}

td.text-center {
    text-align: center;
}

p.introText {
    font-size: 1em;
}
p.error {
    color:red;
}

.js-prospectus-content {
    display: none;
    margin-bottom: 90px;
}

.prospectus-message {
    /* display: show; */
    margin-bottom: 90px;
}
.prospectus-message p, .js-prospectus-message span {
	display: none;
}

.prospectus-content [data-currentwcmmode=EDIT] .prospectus-message p, .prospectus-content [data-currentwcmmode=EDIT] .prospectus-message span {
    display: block;	
}

.prospectus-message div {
    font-weight: bold;
    font-size: 1.25em;
    display: block;
}

.content-disclaimer {
    margin: 15px -5px;
    color: #054C70;
}

img { 
    max-width : none !important;
}

li:before {
    content: none !important;
    color: #05c3de;
    vertical-align: text-bottom;
    font-size: x-small;
}

.js-prospectus-message p {
    margin-top: 25px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .prospectus-content {
        padding: 20px;
    }
    .prospectus-content .toggleImage {
       width: 5%;
    }
    .prospectus-content #retailMutualFunds_table {
       width: 100%;
    }
    .prospectus-content #retailMutualFunds_table td {
       padding: 5px;
       font-size: 0.75em;
    }
}

@media screen and (max-width: 480px) {
    .prospectus-content .prosTab {
        height: 60px;   
    }
}

body .trp-beacon .subtab a {
    text-decoration: none;
}