/*You may copy styles in from the main /styles/styles.css stylesheet, place them here, and modify*/
/*Do NOT make changes to styles.css itself as changes there will be lost when patches are applied*/

/*************************************************************************************************/
/************************************ BACKGROUND SETTINGS ****************************************/
/***** THIS SECTION CONTROLS ITEMS SUCH AS SITE BACKGROUND COLOR, FONTS, AND GENERAL LAYOUT ******/
/*Site background as well as default font style and size*/
body
{
/*	background-image: url("bg1.png"); */
	background-color: #172A4A;
	background-repeat: repeat;
    	font-family: sans-serif;
   	font-size: 13px;
/*	background-image: url("../../images/custom/background.jpg");*/
}
/*background color of datalet sketch page*/
body.sketchbody
{
    	background-image:none;
    	background-color:transparent;
	
}
/*background color of search results printable version popup window*/
body#printableversion 
{ 
  	background-color:#ffffff; 
}
/*background color of advanced search save load popup window*/
body#savequerydialog
{ 
 	background-color:#ffffff; 
} 

 
#wrapper
{
	background-color:white;
	width: 1190px;
	padding-top: 60px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper.center
{
	min-width: 1190px;
	width: 1190px;
	margin-left: auto;
	margin-right: auto;
}
.contentpanel
{
    	padding: 0px 0px 0px 0px;
	border:0;
    	background: white;
    	border-radius:0;
    	margin: 0px 0px 0px 0px;
    	webkit-box-shadow: none; 
    	box-shadow: none;
        /*margin: 60px 5px 0px 5px;*/
}
/************************************ BACKGROUND SETTINGS ****************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/************************************ HEADER/LOGO SETTINGS ***************************************/
/***** THIS SECTION CONTROLS THE SITE HEADER AND LOGO ********************************************/
#outerheader
{
	width:100%!important;
	min-width:100%!important;
	background: #172A4A !important;
}
#middleheader
{
	width:1190px!important;
	margin-left:auto!important;
	margin-right:auto!important;
	position:relative!important;
	background-color:white!important;
}
#header
{
    	height:137px!important;
	width:969px!important;
    	background-color:rgb(23,42,74)!important;
}
.sitelogocontainer
{
    	height:137px!important;  /*Must be specified and match height of image*/
    	width: 969px!important; /*Must be specified and match width of image*/
   	background-color:white!important;
    	margin-top: 0px!important;
	margin-bottom: 10px!important;
	
   	/*Uncomment margin-left/margin-right below to center site logo*/
   	/*margin-left:auto;
    	margin-right:auto;*/
}
.sitelogo
{
    	/*Adjust site logo by changing URL below.  Width/height following must match.*/
    	
    	background-image: url("../../images/custom/Logo_Text1.jpg") !important;
    	background-repeat:no-repeat!important;
    	width:969px!important; /*Must be specified and match width of image*/
    	height:137px!important;
    	background-position: left top!important;
	
}
.HeaderSiteTitle
{
    	color:white!important;
    	font-size :18px!important;
   	position:fixed!important;
    	top:5px!important;
    	left:5px!important;
}
.HeaderLinks
{
    	color:black!important;
}
/************************************ HEADER/LOGO SETTINGS ***************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/****************************************** TOP MENU *********************************************/
#topmenu
{
    	
    	background-color:#ffffff !important;
	
    	font-size: 9pt!important;
	font-weight:10pt !important;
	font-family: Verdana!important;
    	top:-20px!important;
    	height:35px!important;

	width: auto!important;
}
#topmenu .unsel a
{
    	color:#ffffff!important;
    	top: 0px !important!important;
    	background-color:transparent!important;
    	font-size: 10pt!important;
	font-weight:100pt !important;
	font-family: Verdana !important;
	padding: 10px 10px 10px 10px!important;
}
#topmenu .sel a  {
    	color: #ffffff!important;
    	top: 0px !important;
    	background-color: #ffffff !important;
    	font-size: 0pt!important;
	font-weight:100pt !important;
	font-family: Verdana !important;
	padding: 10px 10px 10px 10px!important;
	border: 0!important;
    	border-top-left-radius: 0px;
    	border-top-right-radius: 0px;
    	border-bottom-left-radius: 8px;
    	border-bottom-right-radius: 8px;

}
#topmenu a:hover
{
    	text-decoration: none;
    	top: 0px !important;
    	color:#000000; 
	background-repeat: repeat-x;
   	cursor:pointer;
    	font-size: 9pt;
	font-weight:100pt !important;
	font-family: Verdana !important;
	padding: 9px 27px 10px 25px;
}
#topmenu ul {
    	margin-left:auto;
    	text-align: left;
    	
}
#topmenu ul li {
    	margin-left:auto;
	top: 0px;
}
/****************************************** TOP MENU *********************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/*************************************** SECONDARY MENU ******************************************/
#secondarytopmenu
{
    	background-color: #990000;
    	color: black;
        font-size: 9pt;
	font-weight:bold !important;
	font-family: Verdana;
    	top:150px;
    	margin-left:auto;
    	margin-right:auto;
	position:absolute;
	height: 40px !important;
}
#secondarytopmenu .unsel a
{
    	color:#6b6b6b;
    	font-size: 9pt;
	font-weight:bold !important;
	font-family: Verdana;
	padding: 10px 10px 10px 10px;
	top: 0px;
}
#secondarytopmenu .sel a
{
    	color:#000000;
    	font-size: 9pt;
	font-weight:bold !important;
	font-family: Verdana;
	background-color: #D50000 !important;
    	/*following clear away standard formatting*/
	padding: 10px 10px 10px 10px !important;
	box-shadow: none;
	top: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#secondarytopmenu a:hover
{
	/*text-decoration: none;
	color: #ffffff;
	background-image: url("../../images/custom/hover.jpg");
	background-repeat: repeat-x;
	size: 100% 100%;
	margin-left: auto;
    	text-align: left;*/
}






#secondarytopmenu ul
{
    	margin-left: auto;
    	text-align: left;
}
#secondarytopmenu ul li
{
        margin-left:auto;
	top: 9px;
}

/*************************************** SECONDARY MENU ******************************************/
/*************************************************************************************************/



/*************************************************************************************************/
/*************************************** PULLDOWN MENU *******************************************/
.PullDownMenuLayer 
{
    	color:#ffffff; !important;
        background-color: #990000; !important;
        top: 0px !important;
        font-size: 9pt !important;
   	font-weight:normal; !important;
   	font-family: Verdana !important;
    	visibility:hidden; 
    	z-index:100!important;
    	display:block!important;
   	text-decoration:none !important;
	text-align: left !important;

	border-top: none!important;
	
}
.PullDownMenuItem 
{
    	background-image:none !important ;
    	text-decoration:none!important;
    	cursor:pointer!important;
	text-align: left !important;
	padding: 17px 0px 17px 0px !important;
	background-color: transparent;
	
    		
}
.PullDownMenuItem a:hover 
{ 
	text-decoration: none!important;
	color:black!important;
	background-color: rgb(213,0,0)!important;
	padding: 17px 0px 17px 0px!important;
	cursor:pointer!important;
	font-size: 9pt!important;
	font-weight:normal !important;
	font-family: Verdana!important;
	text-align: left !important;
}
#pd_2
{	
	Top:240px !important;
	Left:550px !important;
	Width:160px !important;
}	

/*************************************** PULLDOWN MENU *******************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/***************************************** SIDE MENU *********************************************/
#sidemenu
{
	
	font-size: 9pt!important;
	font-weight:bold !important;
	font-family: Verdana!important;
	line-height: 27px!important;
	background-color: transparent;
	overflow: hidden;
	padding: 0px 10px 2px 2px!important;
}
#sidemenu li
{
	list-style: none;
	border-bottom:none!important;
}
#sidemenu .unsel a
{
    	display: inline-block!important;
	margin-right: 2px!important;
	color: black!important;
	background-color: #e9f2f9!important;
	font-size: 9pt!important;
	font-weight:bold !important;
	font-family: Verdana!important;
    	padding: 0px 0px 0px 10px!important;
    	width: 160px!important;
}
#sidemenu .sel a
{
	display:inline-block!important;
	margin-left: 0px!important;
	color: white!important;
	font-size: 10pt!important;
	font-weight:bold !important;
	font-family: Verdana!important;
	text-decoration: none!important;
    	Background-color: rgb(213,0,0)!important;
    	padding: 0px 0px 0px 10px!important;
    	width: 160px!important;
	background-image: none;
}
#sidemenu .popoverselect {
    	padding: 6px 2px 4px 20px!important;
    	display:inline-block!important;
    	padding-left:20px!important;
    	height:10px!important;
    	width:30px!important;
    	float:right!important;
    	color: #3d6599 !important;
    	text-decoration:none ;
}
#sidemenu a:hover
{
	text-decoration: none!important;
	cursor:pointer!important;
	font-size: 9pt!important;
	font-weight:bold !important;
	font-family: Verdana!important;
	color: white!important;
	Background-color:rgb(153,0,0)!important;
	padding: 0px 0px 0px 10px!important;
	width: 160px!important;
}
#sidemenu .contentpanel {
    margin-top:20px!important;
    margin-left: 0px;
    margin-right: 0px;
    padding:0;
}
#sidemenu ul .sel a {
	
	background: none;
	
}


/***************************************** SIDE MENU *********************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/************************************** DATALET SETTINGS *****************************************/
.DataletHeaderTop
{
	FONT-WEIGHT: 100pt;
	FONT-SIZE: 9pt;
	font-family: Arial;
	COLOR: white;
	BACKGROUND-COLOR: #172A4A;
}
.DataletHeaderBottom
{
	FONT-WEIGHT: 100pt;
	FONT-SIZE: 9pt;
	font-family: Arial;
	COLOR: white;
	BACKGROUND-COLOR: #172A4A;
}
.DataletTopHeading
{
	BORDER-RIGHT: 1px solid #2a5d91;
	BACKGROUND-POSITION: center 50%;
	BORDER-TOP: 1px solid #2a5d91;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	font-family: Arial;
	VERTICAL-ALIGN: middle;
	BORDER-LEFT: 1px solid #2a5d91;
	COLOR: black;/*Font color for table columns in datalet */
	BORDER-BOTTOM: 1px solid #2a5d91;
	BACKGROUND-COLOR: #e9f2f9;/*background color for table columns in datalet */
}
.DataletSideHeading
{
	font-size: 10pt;
	font-family: Arial;
	color: black;
	background-color: white;
}
.DataletTitleColor
{
	FONT-WEIGHT: 100pt;
	FONT-SIZE: 10pt;
	font-family: Arial;
	color: white;
	background-color: rgb(23,42,74);
	height: 20px;
}
.DataletMatrixTitleColor
{
	FONT-WEIGHT: none;
	FONT-SIZE: 12px;
	COLOR: #6F7B07;
	BACKGROUND-COLOR: #efefef;
}
.DataletData
{
	color: #000000;
	background-color: white;
	
	font-size: 10pt;
	font-family: Arial;
}
/************************************** DATALET SETTINGS *****************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/*************************************** GENERAL SETTINGS ****************************************/
.SearchText
{
     	font-size: 14pt;
     	color:black;
	
}
#messageBanner
{
	width: 100%;
	background-color: transparent;
	height: 30px;
}
#messageBannerText
{
	position: absolute;
	top: 245px;
	text-align: center;
	color: black;
	font-size: 12pt;
	font-weight: bolder;
}
#rightsection
{
    	position: absolute;
    	top:0px;
    	width:100%;
    	height:35px;
    	color:white;
   	text-align: right;
    	float:left;
    	margin-left:0;
    	left:0;
}
.SideBarHeading
{
	BACKGROUND-POSITION: center 50%;
	FONT-WEIGHT: bolder;
	FONT-SIZE: 9pt;
	VERTICAL-ALIGN: middle;
	COLOR: white !important;
	TEXT-ALIGN: center;
	background-color:rgb(23,42,74) !important;
}
.SideBarTabs
{
	FONT-SIZE: 9pt;
	font-weight:lighter;
	COLOR: #3d6599;
	TEXT-INDENT: 6px;
	TEXT-ALIGN: left;
	TEXT-DECORATION: none;
	VERTICAL-ALIGN: middle;
 	BORDER-WIDTH: 0px;
}
.IndexLink, .SideBarTabs
{
    	color:#1a2a3b;
}
.WidgetBar, #DTLNavigator_txtFromTo {
    	color:black !important;
}
.WidgetBarSelected
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	border: none;
	background-color: #E4E7D0;
}
.WidgetBarHL
{
	font-weight: bold;
	font-size: 10px;
	color: #3d6599;
	background-color: #E4E7D0;
}
.WidgetBar
{
	FONT-SIZE: 12px;
	COLOR: #3d6599;
	BACKGROUND-COLOR: white;
}
.RecordWidget
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #3d6599;
	BACKGROUND-COLOR: #E4E7D0
}
.RecordWidgetLight
{
	FONT-SIZE: 10px;
	COLOR: #3d6599;
	BACKGROUND-COLOR: #E4E7D0
}
.ListWidget
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #3d6599;
	BACKGROUND-COLOR: #E4E7D0
}
.Btn 
{
    	background-color:rgb(153,0,0);
    	color:white;
}
.Footer
{
}

#footercontent {
    	

	margin-top:auto;
   	margin-right: auto;
    	margin-left:auto;
 	font-family: Arial;
    	width: 1185px!important;
    	color:#ffffff;
    	font-size:14px;
    	background-color:#172A4A !important;
    	background-image:none!important;
        box-shadow: 3px 0 1px 0px #ffffff , -3px 0 1px  0px #ffffff;  




}
.FormText
{
	font-size: 14px;
}
.AkandaCopyright {
    	color:#8d9093!important;
    	font-size: 8pt;
    	font-weight:normal !important;
	font-family: Verdana;
}
.ResultListTitleColor
{
	FONT-SIZE: 13px !important;
	font-weight: bold !important;
	COLOR: white;
	BACKGROUND-COLOR: rgb(23,42,74);
	border: 1px solid #999;
}

.BannerSubTabs, .IndexLink, .SideBarTabs
{
FONT-SIZE: 14px !important;    	
color:#1a2a3b;
}

.SearchResults
{
	FONT-SIZE: 13px;
}

#selSortBy
{
FONT-SIZE: 14px !important;    	
}
#selSortDir
{
FONT-SIZE: 14px !important;    	
}
#selPageSize
{
FONT-SIZE: 14px !important;    	
}


/*************************************** GENERAL SETTINGS ****************************************/
/*************************************************************************************************/

A
{
	color: black!important;
}
A:link
{
	color: white!important;
}
a:visited
{
	color: white!important;
}

.material-icons-outlined {
	background-color: black;
}

.x-grid-cell-inner {
	background-color: #990000;
	
	}
	