/*
The style sheet is done as a JSP in order to allow constants 
to be declared
*/




/*Main body styles*/


body
{
	font-family:'Roboto',verdana,arial,helvetica;
	color:#000000;
	margin: 0px;
	height: 100%;
	font-size: 90%;
}

div#container {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
}


h1
{
	font-size: 120%;
	font-weight: bold;
	margin-top:1em;
	margin-bottom:0.2em;
	color: #000064;
}

.h1inline
{
	font-size: 120%;
	font-weight: bold;
	margin-top:1.5em; 
	margin-bottom:0.2em;
	color: #000064;
	display: inline;
}

h2
{
	font-size: 100%;
	margin-top:0.5em; margin-bottom:0;
	color: #000064;
}

.h2inline
{
	font-size: 100%;
	margin-top:0.5em; margin-bottom:0;
	color: #000064;
	display: inline;
}

h3
{
	font-size: 100%;
	margin-top:0.5em; margin-bottom:0;
}

a, a:visited {
  color: black;
}

select:not([multiple]) {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid darkgrey;
    outline:0;
	height:25px;
    padding-left:3px;
    padding-right:3px;
	vertical-align:middle;    
	background-color: white;
  }
  
select[name="selectedLovValues"] {
	height:300px;
}  

input[type=text], input[type=password] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid darkgrey;
    outline:0;
    height:23px;
    padding-left:3px;
    padding-right:3px;
	vertical-align:middle;
  }

input[type=checkbox] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid darkgrey;
    outline:0;
    height:23px;
	width:20px;
    padding-left:3px;
    padding-right:3px;
	vertical-align:middle;
  }

input[type=radio] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid darkgrey;
    outline:0;
    height:23px;
	width:20px;
    padding-left:3px;
    padding-right:3px;
	vertical-align:middle;
  }

textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid darkgrey;
    outline:0;
    padding-left:3px;
    padding-right:3px;
  }
  
button, input[type=button], input[type=submit] {
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    background-color: #042264;
    border: 5px lightgray;
    color: #FFF;
    padding: 4px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

button:active, input[type=button]:active, input[type=submit]:active {
    background-color: #ADB5C5;
}

button:disabled, input[type=button]:disabled, input[type=submit]:disabled {
    background-color: lightgray;
}

textarea:disabled, input:disabled {
    background-color: lightgray;
	border:2px solid lightgray;
}

div .horizontalline {
	height: 1px;
	width: 100%;
    background-color: lightgray;
}

div#logoncontainer {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div#logoncontainer #message{
	color: red;
	font-size: 170%;
	background-color: #EEEEEE;
	text-align: center;
}

div#logonscreen {
	font-size: 170%;
	background-color: #EEEEEE;
	text-align: center;
}

div#logonscreen input[type=button], div#logonscreen input[type=submit], div#logontwofactor input[type=button], div#logontwofactor input[type=submit] {
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    background-color: #042264;
    border: 10px lightgray;
    color: #FFF;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
}

div#logontwofactor {
}

div#logontwofactor p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

div#logontwofactor table {
	margin: 0 auto;
	font-size: 16px;
	background-color: white;
}

div#logontwofactor table th{
	text-align: right;
}

div#logonmasthead {
    background-color: #042264;
}

a#forgotpassword {
	font-size: 80%;
}

div#logonscreen input[type=text], input[type=password] {
	font-size: 70%;
	width: 300px;
}

div#main {
    vertical-align:top;
    height: 100%;
    padding-left: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	overflow-x: auto;
}

div#masthead {
	width:100%;
	background-color: #042264;
}

div#masthead table tr td a {
	color: white;
}

div#mastheadtop {
	width:100%;
	height: 75px;
	font-size: 85%;
	background-color: #042264;
}

div#mastheadtop table tr td a {
	color: white;
	text-decoration: none;
}

div#treefieldsdiv {
	height: 200px;
}
div#fieldstoadddiv {
	font-size: 8pt;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

span#broadcast {
	background-color: white;
	padding: 3px;
	border: 1px;
	border-color: red;
	font-size: 11pt;
}

/*** Styles used within the body of a form **/

.readonly 
{  
	background-color: #cccccc; 
	border: 2px solid #cccccc; 
}

.readonlylistbox 
{  
	background-color: #cccccc; 
	color:red;
	font-weight: bold;
}

table.mainbody {
	width: 100%;
	height: 100%;
}

.mainbody td {
	padding-left: 10px;
}

.readonlybold 
{  
	background-color: #cccccc; 
	border: 2px solid #cccccc; 
	font-weight: bold;
}

.editable 
{  
	background-color: white; 
}

/*Navigation and main page table styles*/
table.buttonpanel {
	width: 400px;
}

table.footer
{
	border-top:1px solid #042264;
	width: 100%;
}

span.copyright
{
	font-family: 'Roboto', verdana;
	color: white;
}

div#navigation-both {
	background-color: #042264;
	width: 100%;
}

div#mainpage {
    height:100%;
    float: left;
}

div#navigation-summary {
	line-height: 1.5em;
	background-color: #042264;
	color: white;
	float: left;
	width: 190px;
	height: 25px;
	border: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}

div#navigation-summary a {
	color: white;
	display: block;
	padding-left: 5px;
}

div#left-summary {
	width: 200px;
	margin-bottom: 5px;
	margin-left: -10px;
	margin-top: 0px;
	margin-right: 10px;
	padding-left: 0px;
	border-left: 0px;
	height: 25px;
    margin:0px;
    display: table-cell;
    vertical-align:top;
}

div#left-summary-box {
	background-color: #D9F0FF;
	float: left;
	border-right: 1px solid;
	border-bottom: 1px solid;
	padding: 5px;
	width: 200px;
}

div#footer {
	background-color: #042264;
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 70%;
	text-align: right;
   	height: 100%;
   	width: 100%;
   	margin-right: 10px;
	display: block;
}

div#navigation {
	background-color: #042264;
	border: 0px;
	border-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		line-height: 1.75em;
}

div.navtopbottom {
	background-color: #042264;
	width:100%;
	height:1px;
	float: left;
	color: white;
	line-height: 1.25em;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.iconprefixedlist th a, table.iconprefixedlist th a:hover {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%; 
	color: white;
	background: #042264;
	color: white;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-weight: normal;
	padding-right: 0px;
} 

table.iconprefixedlist td {
	text-align: left;
	margin-left: 0px;
}

h2.leftnavbar {
	padding-left: 10px;
}

h2.quicksearch {
	padding-bottom: 10px;
}

div#viewdiv {
	text-align: left;
	float: left;
}

/*** LEFT HAND MENU STYLES ***/

hr { height:0px; 
     border:0px; 
     border-top: 1px solid lightgray;
}


td.leftnavbar {
	background-color:#D9F0FF;
	border: 1px solid #042264;
	padding: 10px;
}

.leftnavbarcontents td {
}

td.leftnavbar a {
	text-decoration: none;
}

td.leftnavbar a:hover {
	text-decoration: underline;
}

select {
	font-family:'Roboto', sans-serif;
   	font-size: 1.0em;
}

option.faint {
	color: #808080;
}

input {
	font-family: 'Roboto', sans-serif;
	font-size: 1.0em;
}

button {
	font-family: 'Roboto', sans-serif;
	font-size: 1.0em;
}

textarea {
	font-family: 'Roboto', sans-serif;
	    font-size: 1.0em;
}

/* Table for a list of results (e.g. after a search) */

table.display
{
	border:0px;
    border-bottom: #036 1px solid;
    border-left: #036 1px solid;
    border-right: #036 1px solid;
    border-top: #036 1px solid;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
	width: 100%
}

table.display th
{
    background-color: #CCC;
    color: #036;
	font-weight: bold;
    text-align: left;
}

table.display td a {
	text-decoration: underline;
}

table.display td {
	vertical-align: top;
}

table.display th a {
	color: #036;
	font-weight: bold;
	text-decoration: none;
}

table.displayspecial
{
    border-bottom: #036 1px solid;
    border-left: #036 1px solid;
    border-right: #036 1px solid;
    border-top: #036 1px solid;
    width: 100%;
}


table.displayspecial th
{
    background-color: #CCC;
    color: #036;
	font-weight: bold;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    text-align: left;
}

table.displayspecial td a {
	text-decoration: underline;
	color: black;
}

table.displayspecial td {
	vertical-align: top;
}

table.displayspecial th a {
	color: #036;
	font-weight: bold;
	text-decoration: none;
}


tr.odd
{
    background-color: #d6d3ce;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}

tr.even
{
    background-color: #f1f1f1;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}

/* Display of a form */
.tabContent
	{
		border:0px;
		background-color:#f7f7f7;
		padding-left:5px;
		padding-right:5px;
		padding-top:3px;
		padding-bottom:3px;
	    border-bottom: #036 1px solid;
	    border-left: #036 1px solid;
	    border-right: #036 1px solid;
	    border-top: #036 1px solid;		
	}

table.tabForm {
	border-left:15px;
}

table.proposedContent
	{
		background-color:#FFC;
	}

table.proposedContent th
	{
	font-weight: normal;
    text-align: left
	}

table.existingContent
	{
		background-color:#CF9;
	}

table.existingContent th
	{
	font-weight: normal;
    text-align: left
	}

.tabContent th
	{
	font-weight: normal;
    text-align: left
	}

td.sitesubheading
{
	background-color: #FFF;
	color: #C00;
	font-weight: normal;
	border-top: 0px solid gray; 
	border-bottom: 0px solid gray; 
}

td.proposed
{
	background-color: #FC3;
	color: #036;
	font-weight: bold;
	border-top: 1px white; 
	border-bottom: 1px white; 

}

td.existing
{
	background-color: #9C0;
	color: #036;
	font-weight: bold;
	border-top: 1px white; 
	border-bottom: 1px white; 

}

table.homeList
{
	color:black;
	}

table.homeList td
{
	height: 35px;	/* Controls spacing of home page links list */
}

table.homelist a, table.homelist a:visited {
	color: #042264;
}

table.subform
{
    border-bottom: #036 1px solid;
    border-left: #036 1px solid;
    border-right: #036 1px solid;
    border-top: #036 1px solid;
}

table.subformnotopborder
{
    border-bottom: #036 1px solid;
    border-left: #036 1px solid;
    border-right: #036 1px solid;
}

/* Controls appearance of supporting document list */
table.suppdoc
{
    border-bottom: #036 1px solid;
    border-left: #036 1px solid;
    border-right: #036 1px solid;
    border-top: #036 1px solid;
    width: 100%;
}

table.suppdoc td {
	vertical-align: center;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.suppdoc td a {
	text-decoration: underline;
	vertical-align: center;
	color: black;
}

table td.suppdocpdf 
{
	font-weight: bold;
    padding-left: 30px;
    background-image: url(../images/pdficon.gif);
    background-repeat: no-repeat;
    background-position: 5px 1px;
}

table.sitehelp
{
	border: #d5d5d5 1px solid;
	background-color: #d5d5d5;
}

table.sitehelp em
{
	color: red;
	font-style: normal;
}

table.sitehelp th.dismiss
{
	cursor: pointer;
}

table.sitehelp td {
}

/*** Error styles used within the body of a form **/

table.siteerror
{
	border: 1px solid red;
	background-color: white;
	width:100%;
}

.siteerror td {
}

td.SiteErrorSubHeading
{
	background-color: red;
	color: white;
	font-weight: bold;
	line-height: 2em;
}


body div#hovertext 
{
	position: absolute;
	background: yellow;
	border: black 1px solid;
	padding:2px;
	-moz-border-radius:5px; 
}
body div#hovertext p 
{ 
	margin:0;
	padding:0;
	color: white;
	font:11px/12px verdana,arial,serif;
}

body div#hovertext p em 
{ 
	display:block;
	margin-top:3px;
	color:#f60;
	font-style:normal;
	font-weight:bold;
}

.tabContainerLight{
	border-left:1px solid #9BE;
	border-bottom:1px solid #9BE;
	border-right:1px solid #9BE;
	border-top:1px solid #9BE;
	background-color:#f7f7f7;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}

.tabContainer{
	border-left:1px solid lightgray;
	border-bottom:1px solid lightgray;
	border-right:1px solid lightgray;
	border-top:1px solid lightgray;
	background-color:#f7f7f7;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}

.tabContainer th
	{
	font-weight: normal;
    text-align: left;
	}

.tabContainer td {
	padding-left: 0px;
}
	
td.tabsTop {
	border-bottom: 1px solid lightgray;	
	vertical-align: top;
	padding-left: 0px;
}


td.tabsMiddle {
	border-right: 1px solid lightgray;
	border-bottom: 1px solid lightgray;	
	padding-left: 0px;
}

td.tabsBottom {
  	background-color:#f7f7f7;
	border-right: 1px solid lightgray;
	padding-left: 0px;
}	

ul.cornerTabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  vertical-align: top;
  font-family: sans-serif !important;
}

ul.cornerTabs li {
  float: left;
  background: lightgray;
  vertical-align: top;
}

ul.cornerTabs li.active {
  float: left;
  background-color: #042264;
}

ul.cornerTabs span.active {
  padding: 0 1em ;
  background-color: #042264;
  text-decoration: none;
  color: #FFF;
  float: left;
  display: block;
  font-size: 85%;
}

.cornerTabs li a {
  padding: 0 1em;
  background: lightgray;
  text-decoration: none;
  color: #000;
  float: left;
  display: block;
  font-size: 85%;

}

ul.cornerTabs a:hover {
  text-decoration: underline;
}


table {
    font-size: 1.0em;
} 

table {
	margin: 0;
	padding: 0;
	border: 0;
}
p, td {
	font-size: 1.0em;
	padding: 0;
	margin: 0;
}

div {
	font-size: 1.0em;
}


ul.cornerTabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  vertical-align: top;
}

ul.boldtabs {
    font-weight: bold;
}

ul.cornerTabs li {
  float: left;
  background: lightgray;
  vertical-align: top;
  border-left: 1px solid gray;
  border-top: 1px solid gray;
}

ul.cornerTabs li.active {
  float: left;
  background: #0c3164;
}

ul.cornerTabs span.active {
  padding: 0 1em;
   line-height: 2em;
  background-color: #042264;
  text-decoration: none;
  color: white;
  float: left;
  display: block;
}

.cornerTabs li a {
  padding: 0 1em;
   line-height: 2em;
  background: lightgray;
  text-decoration: none;
  color: black;
  float: left;
  display: block;
}

ul.cornerTabs a:hover {
  text-decoration: underline;
}

.box {
  font-size: 1.0em;
}

/* rounded corner box
================================== */

.box {
  width: 300px;
  background: url(images/bottom-left.gif) no-repeat left bottom;
}

.box-outer {
  background: url(images/bottom-right.gif) no-repeat right bottom;
  padding-bottom: 5%;
}

.box-inner {
  background: url(images/top-left.gif) no-repeat left top;
}

.box h2 {
  background: url(images/top-right.gif) no-repeat right top;
  padding-top: 5%;
  line-height: 1;
  margin: 0;  
}


.box h2, .box p {
  padding-left: 5%;
  padding-right: 5%;
}


h2.news {
	border-bottom: 1px solid lightgray;
}

.sidebox {
  background-color:#f7f7f7;
  margin-left: 0px;
  width: 200px;
}

.sidebox-outer {

  padding-bottom: 10px;
}

.sidebox-inner {
  margin-top: 0px;
  border: 1px solid lightgray;
}

div#recentitems {
  padding-bottom: 5px;
}

div#quicksearch {
  line-height: 1;
  margin-left: 10px;
  padding-right: 10px;
}

table.iconprefixedlist h2 {
  line-height: 1;
  padding-right: 10px;
  padding-bottom: 5px;
}

div#quicklinks {
  padding-bottom: 10px;
}

.sidebox p, .sidebox a, .sidebox hr, .sidebox input, .sidebox select {
  padding-right: 10px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto', sans-serif;
}

.sidebox a {
	line-height: 1.5em;
	text-decoration: none;
	color: black;
}

.sidebox a:hover, .sidebox a:focus, .sidebox a:active {
	background-color: #CCE5FF;
	text-decoration: underline;
}


td.justify, p.justify{
	text-align:justify;
	padding-right: 5px;
}

hr.sidebox { 
	width: 180px;
}
.imagemiddle {
	vertical-align: middle; 
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table.infogrid {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table.infogrid th
	{
    text-align: center;
	background-color:#d6d3ce;
	}

table.infogrid td {
    text-align: right;
}

table tr.numbercell td {
	text-align: right;         
}

table tr.numbercell td:first-child {
	text-align: left;  
}

table tr td.highlight {
  background-color:#f7f7f7;
}

.popupeditdialog th, .popupeditdialog td {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	text-align: left;  
}

tr.selected td {
    background-color: #D0F2F2;
}

.tabLogon {
		border:0px;
		background-color:#f7f7f7;
		padding-left:5px;
		padding-right:5px;
		padding-top:3px;
		padding-bottom:3px;
	    border-bottom: #036 1px solid;
	    border-left: #036 1px solid;
	    border-right: #036 1px solid;
	    border-top: #036 1px solid;		
}

.tabLogon a {
	color: black;
	text-decoration: none;
}

.tabLogon a:hover {
  text-decoration: underline;
}

.tabLogon th {
	font-weight: bold;
}

.tabLogon input[type=submit] {
    font-size: 20px;
}

#broadcast {
	font-size: 16px;
	color: red;
	text-align: center;
	padding-top:12px;
	padding-bottom:20px;
}

/* Dashboard */

.chartrowholder {
    width: 1053px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
    position: relative;
    border: 0;
	padding: 0;
  }

.chartholderdiv {
    height: 272px;
    width: 253px;
    position: relative;
    white-space: nowrap;
	display: inline-block;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 0 3px 0 3px;
  }

 .chartdiv {
    position: absolute;
    width: 250px;
    height: 100%;
    display: inline-block;
    	padding: 0 3px 0 3px;
  }

  .chartcentrelabel {
    width: 40px;
    height: 22px;
    position: absolute;
    top: 118px;
    text-align: center;
    cursor: default;
    background: #E5FFFF;
  }

  .chartcentrelabelpie {
    top: 120px;
    left: 50px;
    font-size: 12pt;
  }

  .chartcentrelabelgauge {
    top: 112px;
    left: 61px;
  }

  .chartcentrelabelgauge p {
    line-height: 0.5;
    padding:0;
    margin: 4px;
    line-height: 0.5;
    font-size: 17pt;
    color: #444444;
  }


  .chartcentrelabelgauge p.oftotal, .chartcentrelabelgauge p.oftotal a {
    line-height: 1.0;
    font-size: 10pt;
    color: #999999;
  }

  .chartcentrelabel a {
    line-height: 0.5em;
    text-align: center;
  }

  .chartcentrelabelpie p {
    line-height: 0.5;
    padding:0;
    margin: 4px;
    line-height: 0.5;
    font-size: 17pt;
    color: #444444;
  }

  .chartdialogdiv {
  	display:none;
  	background: #E5FFFF !imnportant;
  }

  .largechartholderdiv {
    background: #E5FFFF;
    height: 475px;
    width: 545px;
    position: relative;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: hidden;
	display: inline-block;
	padding: 0 3px 0 3px;
  }

  .largechartdiv {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0 3px 0 3px;
  }

  .largechartcentrelabel {
    width: 80px;
    height: 44px;
    position: absolute;
    top: 205px;
    left: 105px;
    text-align: center;
    cursor: default;
    background: #E5FFFF;
  }

  .largechartcentrelabelpie {
    top: 212px;
    left: 133px;
  }

  .largechartcentrelabelgauge {
    top: 200px;
    left: 131px;
  }

  .largechartcentrelabel a {
    line-height: 0.5;
  }

  .largechartcentrelabelpie p {
    padding:0;
    margin: 4px;
    line-height: 0.5;
    font-size: 30pt;
    color: #444444;
  }

  .largechartcentrelabelgauge p {
    padding:0;
    margin: 4px;
    line-height: 0.5;
    font-size: 30pt;
    color: #444444;
  }

  .largechartcentrelabelgauge p.oftotal, .largechartcentrelabelgauge p.oftotal a {
    line-height: 2.5;
    font-size: 15pt;
    color: #999999;
  }

  .chartnodatatitle {
    position: absolute;
    top: 0px;
    left: 3px;
    width: 230px;
    height: 30px;
    text-align: left;
    vertical-align: top;
    padding:0;
    margin: 4px;
    font-size: 11pt;
    font-weight: bold;
    color: #444444;
    overflow: hidden;
  }

  .chartnodatamessage {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 230px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    padding:0;
    margin: 4px;
    font-size: 11pt;
    color: #444444;
  }

 .ui-accordion-content  {
      background: #E5FFFF;
      padding: 0 !important;
  }

  .ui-dialog .ui-dialog-content {
    border: 0;
    padding: .5em 1em;
    background: #E5FFFF;
    overflow: auto;
    zoom: 1;
  }

  .ui-widget {
  	font-family: 'Roboto', sans-serif;
  }

.google-visualization-tooltip{
    z-index: 1000;
 }

  .chartactions {
    height: 22px;
    position: absolute;
    top: 244px;
    right: 102px;
    cursor: default;
	display: flex;
    align-items: center;
    text-align: right;
  }

  .largechartactions {
    height: 22px;
    position: absolute;
    top: 450px;
    right: 200px;
    cursor: default;
	display: flex;
    align-items: center;
    text-align: right;
  }

  .filterspan {
  	display: flex;
    align-items: center;
  }

  .chartprefilterlabel {
    height: 22px;
    position: absolute;
    top: 20px;
    left: 0px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 8pt !important;
  }

  .chartprefilterselectholder {
    height: 22px;
    position: absolute;
    top: 32px;
    left: 0px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 8pt !important;
  }
  .chartprefilterselect {
    position: relative;
  	width: 165px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 8pt !important;
  }

  .largechartprefilterlabel {
    height: 22px;
    position: absolute;
    top: 17px;
    left: 0px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 10pt !important;
  }

  .largechartprefilterselectholder {
    height: 22px;
    position: absolute;
    top: 32px;
    left: 0px;
    cursor: default;
	display: flex;
    align-items: center;
    text-align: right;
  }

  .largechartprefilterselect {
  	width: 250px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 10pt !important;
  }

  .filterspanwithborder {
    -moz-border-radius:3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: solid 1px #CCCCCC;
    padding: 0px;
    background: #E8E8E8;
  }

  .dashicon {
  	padding: 4px;
  	cursor: pointer;
  }

  .acctitlerightside {
    float:right;
    line-height:20px;
    text-align:right;
    font-size: 10pt;
  }

  .acctitlerightside a {
    color: #042264 !important;
  }
  
.popupmenutitle .ui-dialog-titlebar {
    background: #042264;
	color: white;
}
