﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #444444;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img 
{
    border-width:0px;
}

/*a{
	color:#444444;
	text-decoration:underline;
}


a:hover{
	text-decoration:underline;
	color:#999999
}
*/

a.footer{
	color:#444444;
	text-decoration:underline;
}


a.footer:hover{
	text-decoration:underline;
	color:#999999
}

a.headerSIMF{
	color:#fff;
	text-decoration:underline;
	font-size: 8pt;
}

a.headerSIMFblack {
	color: #504699;
	text-decoration: underline;
	font-size: 8pt;
}

a.footer01 {
	font-size:12px !important;
	
}
a.headerSIMF:hover{
	text-decoration:none;
}



h1 {
	font-family: Arial, Arial, sans-serif;
	font-size: 10pt;
	color: #50A487;
}

h2{
 font-family: Arial, Arial, sans-serif;
 font-size: 10pt;
 color: #003366;
}

h3{
 font-family: Arial, Arial, sans-serif;
 font-size: 10pt;
 color: #444444;
}

h4 {
	font-family: Arial, Arial, sans-serif;
	font-size: 12pt;
	color: #6B5ECC;
	width: 816px;
	margin-left: 0px;
}

h5 {
	font-family: Arial, Arial, sans-serif;
	font-size: 12pt;
	color: #2E5E4D;
}

h6{
 font-family: Arial, Arial, sans-serif;
 font-size: 15pt;
 color: #999999;
}
h7{
 font-family: Arial, Arial, sans-serif;
 font-size: 15pt;
 color: #cccccc;
}

ul{
 list-style-type: square;
 color:#444444;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/*********** Input Checkbox & Radio styles ***********/
input[type=checkbox] {
	position: relative;
	visibility: hidden;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 15px;
	height: 15px;
}

input[type=checkbox]::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	visibility: visible;
	height: 15px;
	line-height: 15px;
	width: 15px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	color: #fff;
	background-color: #fff;
	font-weight: 600;
}

input[type=checkbox]:checked::after {
	content: "\2713";
	background-color: #504699;
}

input[type=checkbox]:checked:disabled::after {
	background-color: #999999;
}

input[type=radio] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border-radius: 50%;
	margin: auto 3px;
}

input[type=radio]:checked {
	box-shadow: 0 0 0 1px #50A487;
	background-color: #50A487;
}

input[type=radio]:checked:disabled::after {
	box-shadow: 0 0 0 1px #999999;
	background-color: #999999;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#LogInRight{
	float: right;
	height:100%;
	width:150px;
	margin: 68 0 5 0;
	background-color: #ffffff;
	
}
#homeLeft{
	float: left;
	width: 17%;
	margin: 5px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;

}

#mainRight{
	border:1px solid #cccccc;
	padding: 5px 3px 5px 3px;
	margin: 5px 2px 0px 0px;
	background-color:#ffffff;
    height: 69px;
}


#homeRight{
	border:1px dotted #cccccc;
	padding: 5px 3px 5px 3px;
	margin: 5px 2px 0px 0px;
	background-color:#F9F9FA;
}

#homeCenter{
	border:1px solid #990000;
	padding: 5px 3px 5px 3px;
	margin: 5px 2px 0px 5px;
	background-color:#ffffff;
}

#content{
	float: left;
    width: 55%;
    margin: 5px 5px 5px 10px;
}


/*********** .LogIn styles ***********/

.LogInRightBoxes{
	margin: 0 0 20 0;
	padding: 10 10 10 10;
	font-size: 10pt;
	background-color: #ffffff;
	border:1 dotted cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************* #homeLogIn styles ***************/

#homeLogIn{
	padding:5px 3px 5px 3px;
	margin:0px 0px 10px 0px;
	border:1px dotted #cccccc;
	background-color:#F9F9FA;


}

.loginlabel{
	color:#444444;
	font-weight:bold;
}

.columnlabel{
	color:#999999;
	font-weight:bold;
	font-size:12pt;
}

/************* #homeClients styles ***************/

#homeClients{
	padding:5px 3px 5px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:1px dotted #cccccc;
}

/*********** .relatedLinks styles ***********/

#relatedLinks{
	padding:0px 3px 10px 3px;
	margin:0px 0px 0px 0px;
}



/***********************************************/
/* table styles                                */
/***********************************************/ 

.homeTab {
	color:#FFFFFF;
	font-weight: bold;
	font-size:10pt;
}


.homelatest01{
	
	color:#990000;
	text-decoration:underline;
}


.homelatest01:hover{
	text-decoration:underline;
	color:#999999
}

.homelatest02{
	
	color:#990000;
	text-decoration:underline;
}


.homelatest02:hover{
	text-decoration:underline;
	color:#999999
}


.red01 {
	color: #504699;
	text-decoration: underline;
}


.red01:hover{
	text-decoration:underline;
	color:#999999
}

.blue01 {
	color: #504699;
	text-decoration: underline;
}


.blue01:hover{
	text-decoration:underline;
	color:#999999
}

.searchtablelabel{
	color:#444444
}

.searchtablelabel2{
	font-weight:bold;
	color:#444444
}

.searchtable{
	font-weight:bold;
	color:#444444
}

.searchtable a {
	color: #444444
}

.changelabel {
	color: #6B5ECC
}

.change {
	font-weight: bold;
	color: #6B5ECC
}




/***********************************************/
/* Grid element styles                         */
/***********************************************/ 

.gridheader{
	font-weight:bold;
	color: Navy;
}

.profilegridheader{
	font-weight:bold;
	font-size: 11px;
}


/***********************************************/
/* Form element styles                         */
/***********************************************/ 
.formelements {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #444444;
}


/*********** #sectionLinks styles ***********/

.header{
	font-size:10pt;
	font-weight:bold;
	color:#444444;
}

.header2{
	font-size:10pt;
	font-weight:bold;
	color:#ffffff;
}

.largeHeader
{
	font-weight:bold;
	color:#444444;
	font-size: 10pt;
}


a.sectionlinks {
	color: #504699;
	text-decoration: underline;
}

a.sectionlinks:hover{
	text-decoration:underline;
	color:#999999
}

a.sectionlinksRed {
	text-decoration: underline;
	color: #504699;
}

a.sectionlinksRed:hover{
	text-decoration:underline;
	color:#999999
}

a.sectionlinksBlue {
	text-decoration: underline;
	color: #504699;
}

a.sectionlinksBlue:hover{
	text-decoration:underline;
	color:#999999
}


/*********** #random styles ***********/

.bluebold01 {
	font-size: 10pt;
	font-weight: bold;
	color: #504699;
}

a.blue01 {
	color: #504699;
	text-decoration: underline;
}

a.blue01:hover{
	text-decoration:underline;
	color:#999999
}

a.indmonthly01:hover{
	text-decoration:underline;
	color:#999999
}

a.indmonthly01 {
	color: #504699;
	text-decoration: underline;
	font-weight: bold;
}

a.indweekly01:hover{
	text-decoration:underline;
	color:#999999
}

a.indweekly01 {
	color: #504699;
	text-decoration: underline;
	font-weight: bold;
}

a.bluebold01 {
	color: #504699;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}


a.bluebold01:hover{
	color:#999999;
	text-decoration:underline;
}

a.bluebolditalic01 {
	color: #504699;
	font-weight: bold;
	font-style: italic;
	font-size: 12pt;
	text-decoration: underline;
}


a.bluebolditalic01:hover{
	color:#999999;
	text-decoration:underline;
}

a.bluebold02 {
	color: #504699;
	font-weight: bold;
	text-decoration: none;
}

a.bluebold02:hover{
	color:#999999;

}

a.bluebold03 {
	color: #504699;
	font-weight: bold;
	text-decoration: underline;
}

a.bluebold03:hover{
	text-decoration:underline;
	color:#999999

}

a.h1 {
	color: #504699;
	text-decoration: none;
	font-weight: bold;
}


a.h1:hover{
	color:#999999;
	text-decoration:none;
}

a.homelearn{
	color:#ffffff;
	text-decoration:underline;
}


a.homelearn:hover{
	text-decoration:underline;
	color:#999999
}

a.home01{
	color:#444444;
	text-decoration:underline;
	font-weight: bold;
}


a.home01:hover{
	text-decoration:underline;
	color:#999999
}

a.home01{
	color:#444444;
	text-decoration:underline;
	font-weight: bold;
}


a.home01:hover{
	text-decoration:underline;
	color:#999999
}


a.home-infocus{
	color:#444444;
	text-decoration:underline;
}


a.home-infocus:hover{
	text-decoration:underline;
	color:#999999
}

.homelabel01{
	font-size:10pt;
	font-weight:bold;
	color:white;
}


.redbold01 {
	font-size: 10pt;
	font-weight: bold;
	color: #504699
}

a.red01 {
	color: #504699;
	text-decoration: underline;
}


a.red01:hover{
	text-decoration:underline;
	color:#999999
}

a.redbold01 {
	color: #504699;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

a.redbold01:hover{
	color:#999999;
	text-decoration:none;
}

a.redbold02 {
	color: #504699;
	font-weight: bold;
	text-decoration: underline;
}

a.redbold02:hover{
	color:#999999;

}

a.wDate {
	color: #504699;
	text-decoration: underline;
}


a.wDate:hover{
	text-decoration:underline;
	color:#999999
}

a.wRead {
	color: #504699;
	font-weight: bold;
	text-decoration: underline;
}

a.wRead:hover{
	color:#999999;

}

a.mDate{
	color:#003366;
	text-decoration:underline;
}


a.mDate:hover{
	text-decoration:underline;
	color:#999999
}

a.mRead{
	color:#003366;
	font-weight:bold;
	text-decoration:underline;
}

a.mRead:hover{
	color:#999999;
}

a.white01{
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}


a.white01:hover{
	text-decoration:underline;
}

a.features01 {
	color: #504699;
	text-decoration: underline;
}

a.features01:hover{
	color:#999999;
}

a.standard {
	color:#444444;
	text-decoration:underline;
}

a.standard:hover{
	text-decoration:underline;
	color:#999999
}

.errorText{
	color: #990000;
	font-weight: bold;
}

.headerlabel01{
	color:#666666;
	font-weight:bold;
	font-size:10pt;
}

.headerlabel02 {
	color: #6B5ECC;
	font-weight: bold;
	font-size: 10pt;
}

.headerlabel03{
	color:#003366;
	font-weight:bold;
	font-size:10pt;
}

.headertxt{
	color:#444;
	font-size:10pt;
}

.headertxtwhite{
	color:#ffffff;
	font-size:10pt;
}

.headertxtblack {
	color: #504699;
	font-size: 10pt;
	font-weight: 600;
}

ul.ff-footer {
	padding-left:0;
	margin:0 0 3px 0;
}
ul.ff-footer li {
	display:inline;
	color:#666;
}
ul.ff-footer li a {
	color:#999;
	text-decoration:none;
	font-size:11px;
}

/***********************************************/
/* digest styles                               */
/***********************************************/
.synopsisweek {
	color: #50A487;
	font-weight: bold;
	font-size: 10pt;
}

.subheader {
	color: #50A487;
	font-weight: bold;
	font-size: 10pt;
}

.mnth{
	color:#003366;
	font-weight:bold;
	font-size:10pt;
}

.title {
	font-family: helvetica, verdana, "sans serif"; 
	font-size: 12pt; 
	font-weight: bold;
	text-decoration: none;
}

/*---Devexpress cutom styles----*/
#ctlBrowse_grdBrowse td, #ctlBrowse_grdBrowse th, #ctlBrowse_grdAlerts td, #ctlBrowse_grdAlerts th {
		padding:5px !important;
	}
#sec-search td {
	padding:5px !important;
}
#ctlBrowse_grdSubmission td, #prospectus-changes td {
	padding:5px !important;
}

#prospectus-changes td, #prospectus-weekly-changes td {
	padding:10px !important;
}
#fund-records td {
	padding:5px 5px !important;
}

#ctlDaily_grdQuery td, #ctlSEC_grdQuery td {
	padding:5px 10px !important;
}

#ctlNewFund_grdQuery td {
	padding:5px 10px !important;
}

/*** New Boostrap 4 Homepage styles **/
.login-logout-btn:hover {
	color:#fff;
	text-decoration:none;
}
.btn-outline-primary:hover {
	color:#fff !important;
	cursor:pointer;
}
.home-block-container {
	height:577px;	
}
.home-block {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    background: #F1F3F9;
	height:250px;
}
.home-block h3 {
	/* Safari */
	-webkit-transform: rotate(-90deg);	
	/* Firefox */
	-moz-transform: rotate(-90deg);	
	/* IE */
	-ms-transform: rotate(-90deg);	
	/* Opera */
	-o-transform: rotate(-90deg);	
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	color:#fff;
	font-size:22px;
}
.heading-tab {
	background-color: #18afd3;
    fill: #18afd3;
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.ff-logout-btn {
	float:right;
}