/* CSS Document */
/* Style for message boxes when mouse over the main graph */
.graphDisplay{	
	z-index:1;
	margin-left:11px;
	margin-top:-5px;
	border-radius: .2em;
	transition: 0.4s;
    border: 0;
	
}

.description{	
	z-index:1;
	margin-left:11px;
	padding-top: px;
	text-align: center;
		
}
.custserv{
	padding-top: 8px;	
	clear: left;
	text-align: center;
}


/* Table Captions style*/
.hidden-captions {
	color:#ffffff;
	margin-top: -40px;
}
.hidden-detailed-cation {
	color:#ffffff;
	margin-top: -25px;
	
}
.table-caption {
	text-align:center; 
	color:#003366; 
	font-size:13px; 
	font-weight: bold;
	margin-top: -8px;
	}

table.summary
{
	border-spacing: 2px;
	background-color: #666;
	text-align:right;

}

table.summary tr th
{
	background-color: #C0C0C0;
	color: #1D1C1C;
	font-weight: bold;
	
}

table.summary tr td
{
	background-color: #fff;	
  padding-right:3px;
}
.header1 {
	text-align:center;	
	border:1px solid #5B5959;
	
}
.sumTable {
	color:#292828;
	border:1px solid #5B5959;
	background-color:#C0C0C0;
	
}
/*Number colums in the table*/
.numcol{
	text-align:right;	
}
		
/* Style the buttons used to open and close the accordion year panel */
.yr-table{
	background:none;	
	width: 100%;
	margin-top:-1px;
}
/*.yr-button-hdr{
background-color:#124c8f;
	color:#F9F7F7;	
	cursor: pointer;	
    padding: 15.5px;	
	width: 25%;
	text-align: center;
    border: groove 1px #ffffff;
    outline: none;
	border-radius: .2em;
	transition: 0.4s;
	float:left;
	
}*/
.yr-button-hdr{
background-color:#124c8f;
	color:#F9F7F7;	
	cursor: pointer;	
    padding: 27.5px;	
	width: 25%;
	text-align: center;
    border: groove 1px #ffffff;
    outline: none;
	border-radius: .2em;
	transition: 0.4s;
	float:left;
	
}
/* Add a background color to the Closing Summary button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.yr-button-hdr.active, .yr-button-hdr:hover {
   background-color:#6A6A6A;
    color:#EEEEEE;
   font-weight: bold;
}
.yr-button-hdr:focus {
	background-color: #6A6A6A;
	color:#EEEEEE;
}

@media screen and (max-width:500px) {
	.yr-button-hdr  {
		float:center;	
		display:block;
		font-size: 10.5px;
		width:100%;
		word-break: keep-all;
		
	}
}

@media screen and (max-width:420px) {
	.yr-button-hdr  {
		float:center;	
		display:block;
		font-size: 10.5px;
		width:100%;
		word-break: keep-all;
		
	}
}

.yr-button{
	background-color:#124c8f;
	color:#F9F7F7;
	cursor: pointer;	
    padding: 3.5px;
	width: 8.31%;
    text-align: center;
    border: groove 1px #ffffff;
    outline: none;
	border-radius: .2em;
	transition: 0.4s;
	float:left;
		
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.yr-button.active, .yr-button:hover {
   background-color:#6A6A6A;
    color:#EEEEEE;
   font-weight: bold;
}
.yr-button:focus {
	background-color: #6A6A6A;
	color:#EEEEEE;
}

@media screen and (max-width:500px) {
	.yr-button  {
		float:center;	
		display:block;
		font-size: 10.5px;
		
	}
}

@media screen and (max-width:400px) {
	.yr-button  {
		float:center;	
		display:block;
		width:50%;
		
	}
}

button.accordion {
    background-color:#356DCF;
    color: #CFCBCB;
    cursor: pointer;
    padding: 3px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
 button.accordion.active, button.accordion:hover {
    background-color: #5C5C5C;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 10px;
    background-color: white;
    display: none;
} 

.detailsTable{
	color:#F9F7F7;
	background-color:#124c8f;			
}


/*Bank Name and AI info columns*/
.bankinfo{
	width: 30%;
}
