
ul.dashboard-list li h3 {
	color: rgb(53, 144, 177); font-size: 1.2em; font-style: normal; font-weight: 600; margin-top: 0px; 
}
ul.dashboard-items li a:hover {
	color: rgb(255, 255, 255) !important; text-decoration: none !important; background-color: #ddd; text-decoration: underline;
}
ul.dashboard-items li a.active {
	color: rgb(255, 255, 255) !important; background-color: #ddd;
}




ul.tabs {
	width: 100%; height: auto; overflow: auto; clear: both; margin: 0 0 0 0; padding: 0 0 0 0; border-bottom-color: rgb(229, 230, 231); border-bottom-width: 5px; border-bottom-style: solid;  
}



ul#tableauTabs li /* active menu button style */
 {
  height: auto; overflow: auto; clear: both; border-bottom-color: rgb(229, 230, 231); border-bottom-width: 5px; 
}





ul#tableauTabs {
	width: 83%; height: auto; clear: both;  border-bottom-color: rgb(229, 230, 231); border-bottom-width: 5px; border-bottom-style: solid; padding-left: 0px;
}



ul#tableauTabs li a{
    padding: 12px 24px; transition:0.3s; text-align: center; color: rgb(51, 51, 51); font-size: 1.2em; border-top-color: rgb(255, 255, 255); border-top-width: 5px; border-top-style: solid; float: left; display: inline-block; text-decoration: none; 
}



ul#tableauTabs li a:hover  {
       cursor: pointer; 
}






ul#tableauTabs li a.activeTab  {
     border-color: rgb(2, 63, 94); background-color: rgb(229, 230, 231); color: Black; text-decoration: underline;
}





}



ul.tabs li
/* active menu button style */
 {
   width: 100%; height: auto; overflow: auto; clear: both; margin-top: 1px; background-color: white;
    
}



ul.tabs li a {
    padding: 12px 24px; transition:0.3s; text-align: center; color: rgb(51, 51, 51); font-size: 1.2em; border-top-color: rgb(255, 255, 255); border-top-width: 5px; border-top-style: solid; float: left; display: inline-block;  background-color: white; border-bottom: 0px;
}


ul.tabs li a:hover/* link style on-mouse-over */
 {
    cursor: pointer;  
}




ul.tabs li a.activeTab/* link style on-mouse-over */
 {
    border-color: rgb(2, 63, 94); 
	background-color: rgb(229, 230, 231);  
	color: Black; 
	text-decoration: underline;
	
}





ul.tabs li.active a

* active menu item style */
 {
    color:#FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
	background-color: rgb(229, 230, 231);
	
}



div.vizarea
{
    width: 750px;
}




@media screen and (max-width:2500px)
{
div.field-items ul {
	height: auto; padding-left: 2px;
}
div.field-items ul li {
	  color: Black; display: inline-block; list-style-type: none; max-width: 49%; padding-bottom: 0rem;  line-height: 1.5em;
}
div.field-items ul li a {
	
}

div.field-items ul {
	margin-top: 15px; margin-bottom: 0px;
}

}
@media screen and (max-width:600px)
{
div.field-items ul.li {
	width: 100%; max-width: 100% !important;
}

